.slider{
    margin-top: 35px;
}
.slider-item img{
    border-radius: 4px;
}

.bigPrice{
    color:#b31111;
}

.product-stock .stock{
    position: relative;
    padding-left: 30px;
    font-size: 18px;
}

.product-stock .stock:before{
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50px;
    background: black;
    position: absolute;
    left: 0;
    top: 2px;
}

.product-stock .stock.stock-yellow:before
{
    background: #ffc107;
}

.product-stock .stock.stock-green:before
{
    background: #8bc34a;
}



.product-stock .stock.stock-red:before
{
    background: #ca281c;
}


.product-stock .stock.stock-gray:before
{
    background: #ccc;
}

.pps-flex{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
    font-size: 18px;
    margin-bottom: 30px;
}




.slider-inner{
    position: relative;
}

.slider-controlls {
    position: absolute;
    top: 280px;
    z-index: 100;
    width: 100%;
}

.slider-arrow img{
    width:50px;
    height: 50px;
    opacity: .7;
}

.slider-arrow-right img{
    transform: rotate(180deg);
}

.slider-arrow-left{
    left: 50px;
    display: block;
    position: absolute;
}

.slider-arrow-right{
    right: 50px;
    position: absolute;
    display: block;
}

.owl-dots{
    z-index: 100;
    bottom: 38px;
    display: flex;
    justify-content: flex-end;
    height: 40px;
    position: absolute;
    width: calc(100% - 120px);
    padding:0 60px;
    column-gap: 20px;
}

.owl-carousel button.owl-dot{
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 50px;
    background: transparent;
    border: 4px solid #6b7982;
}

.owl-carousel button.owl-dot.active{
    border:4px solid #fff;
}




.tabs-product-content{
    display: none !important;
}
.tabs-product-content.active{
    display: block !important;
}

/* advantages */


.advantages{
    margin:35px 0;
}

.advantages-inner{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    column-gap:30px;
}

.advantage-one{
    border-radius: 4px;
    background: #f7f7f7;
    width:33%;
    flex: 0 0 29.8042%;
    align-items: center;
    padding:20px;
    height: 80px;
    position: relative;
    overflow: hidden;text-align: right;
}

.advantage-one__image{
    position: absolute;
    left: -20px;
    top: 0;
    width: 163px;
    transform: rotate(343deg);
    opacity: .05;
}

.advantage-one__name{
    font-size:22px;
    font-weight: bold;
    color:#4e7689;
    text-transform: uppercase;
    margin-top: 5px;
    display: block;
}

.advantage-one__subtitle{
    font-size:17px;
    color:#242424;
    line-height: 20px;
    margin-left: 47%;
}

.advantage-one__image--figures{
    width: 182px;
    top: -9px;
}


.advantage-one__image--truck{
    left: -2px;
    top: -2px;
    width: 142px;
}


/* products */

.tabs-links{
    display: flex;
    column-gap: 40px;
    flex-wrap: wrap;
}

.tabs-links__item{
    font-weight: 600;
    font-size:28px;
    color:#6b7982;
    text-decoration: none;
    display: block;
    position: relative;
}




.tabs-links__item--active::before{
    position: absolute;
    content: '';
    display: block;
    margin: 0;
    z-index: 2;
    height: 34px;
    width: 100%;
    background: white;
}

.tabs-links__text{
    position: relative;
    z-index: 5;
    display: block;
}


.tabs-links__item--active .tabs-links__text{
    color:#cc2323;
}

.tabs-links__item--active::after{
    position: absolute;
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background: url(../img/rings.svg);
    background-size: 100%;
    z-index: 1;
    top: -23px;
    left: 13px;
    opacity: .1;
}

.tabs{
    margin:55px 0;
}


.product-item{
    border-radius: 4px;
    border:1px solid #f1f1f1;
    padding:20px;
    position: relative;
    width: 280px;
    margin:20px 0;
    transition: transform .15s ease-in-out;
}

.product-item__like {
    position: absolute;
    right: 20px;
    top: 20px;
}

.product-item__heart-icon{
    width:24px;
    height: 24px;
    display: block;
}

.product-item__country--icon{
    width: 27px;
    height: auto;
}

.product-item__manufacturer {
    color: #7d8a92;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    display: block;
    margin: 20px 0;
}



.product-item__image{
    display: block;
}

.product-item__stock-status-icon {
    width:18px;
}

.owl-carousel .owl-item img.product-item__stock-status-icon{
    width:18px;
}

.owl-carousel .owl-item img.product-item__stock-status-icon--cancel{
    width:14px;
}

.owl-carousel .owl-item img.product-item__country--icon{
    width:24px;
}

.tabs-content{
    margin:50px 0;
}

.product-item__country{
    display: flex;
    align-items: center;
    column-gap: 15px;
    flex-wrap: wrap;
}

.product-item__country-name{
    color:#7f7f7f;
    font-size: 18px;
}

.product-item:hover{
    border: 1px solid #fff;
    box-shadow: 0 0 20px #0000002e;
    transform: scale(1.015);
}

.product-item:hover .product-item__add-to-cart{
    background:#d40e0e;
    color:#2f2f2f;
}



.product-item:hover .product-item__add-to-cart-icon{
    background: url('../img/cart-white.svg');
    background-size: 100%;
}

.product-item__stock-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.product-item__stock-status{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    column-gap: 10px;
    align-items: center;
    flex: 0 0 160px;
}

.product-item__stock-country{
    color:#7e7e7e;
    font-size:14px;
    text-transform: uppercase;
}


.product-item__stock-status-value{
    text-transform: uppercase;
}

.product-item__stock-status-icon--cancel{
    width:14px;
}

.product-item__stock-status-value--cancel{
    color:#d1d1d1;
}

.product-item__stock-one{
    margin-bottom: 7px;
}

.product-item__stock{
    margin: 25px 0;
}

.product-item__attribute{
    display: flex;
    justify-content: space-between;
    font-size:14px;
    text-transform: uppercase;
    color:#7e7e7e;
    margin-bottom: 8px;
}


.product-item__buy{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.product-item__attributes{
    margin-bottom: 25px;
}

.product-item__name{
    display: block;
    line-height: 21px;
    font-size: 19px;
    text-decoration: none;
    color: #2d323d;
    margin-bottom: 15px;
    font-weight: 600;
    min-height: auto;
    margin-top: 30px;
}

.product-item__cart{
    flex:0 0 160px;
}

.product-item__buy .product-item__cart {
    flex: 0 0 144px;
}

.owl-carousel .product-item__buy .product-item__cart {
 flex: 0 0 50px;
    width: 50px;
}

.owl-carousel .product-item__buy .product-item__cart span{
    display: none;
}


.product-item__add-to-cart{
    display: block;
    height: 46px;
    background: #b0bfc8;
    border-radius: 4px;
    text-decoration: none;
    text-align: right;
    color: #fff;
    font-size: 16px;
    padding-right: 15px;
    line-height: 46px;
    position: relative;
}

.product-item__add-to-cart-icon{
    width:24px;
    height: 24px;
    background: url("../img/cart-white.svg");
    background-size: 100%;
    display: block;
    position: absolute;
    left: 13px;
    top:  10px;
}


.product-item__price{
    font-size:24px;
    color:#3f3f3f;
}

.product-item:hover .product-item__add-to-cart:hover{
    background:#d40e0e;
}

/* brands */


.brands{
    height: 125px;
    background: #f8f8f8;
    margin:70px 0;
}

.brands-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:125px;
    padding-top: 14px;
}

.about-us-short h1, .about-us-short h2{
    color:#5a6a74;
}

.about-us-short p{
    color:#b3b3b3;
    font-size: 16px;
}
.about-us-short ul{
    padding:0 10px;
}


.about-us-short ul li{
    list-style: none;
    position: relative;
    padding-left: 35px;
    font-size:16px;
    color:#b3b3b3;
}

.about-us-short li:before{
    content:'';
    width:20px;
    height: 2px;
    background: #efefef;
    position: absolute;
    left: 0;
    top: 10px;
}


footer{
    margin-top: 70px;
    border-top:1px solid #f1f1f1;
}

footer .navigation-links__link{
    line-height: 38px;
    font-size: 16px;
}

.footer-inner__bottom-line{
     border-top: 1px solid #f1f1f1;
}

.studio-heart{
    color: red;
}

.footer-inner {
    padding: 25px 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
}


.footer-inner__copyright{
    text-transform: uppercase;
    color:#5a6a74;
}

.studio-link{
    color:#3f3f3f;
    border-bottom: 1px solid #3f3f3f;
    text-decoration: none;
}

.footer-inner .logo{
    display: block;
}

.footer-inner .navigation-email__at{
    margin-top: 2px;
}

.footer-inner .navigation-email__value {
    color: #747474;
    font-size: 16px;
}

.footer-inner__contacts{
    display: flex;
    align-items: flex-start;
    column-gap: 40px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-inner .navigation-social__image{
    width: 18px;
    height: 18px;
}

.footer-inner__bottom-inner{
    display: flex;
    justify-content: space-between;
    height: 40px;
    align-items: center;
   
}

.footer-navigation-phones .navigation-phone__link{
    flex: 0 0 200px;
}

.navigation-phone__link--footer .navigation-phone__country{
    font-size: 16px;
}

.navigation-phone__link--footer .navigation-phone__number{
    font-size: 16px;
}

.footer-inner .navigation-phone{
   margin-bottom: 0;
}

.navigation-left{
    position: relative;
}

.navigation-phone__link--footer {
    width: 220px;
    flex: 0 0 220px;
    justify-content: space-between;
}

.navigation-phone__link.hidden{
    display: none;
}



.navigation-phone-down{
    display: none;
    position: absolute;
    top: 29px;
    left: 0;
    z-index: 100;
    background: white;
    width: 260px;
    height: 260px;
    border: 1px solid #f1f1f1;
}

.navigation-phone:hover .navigation-phone-down{
    display: block;
}


@media(max-width: 1820px){
    .advantage-one{
        flex:0 0 28.4042%;
    }

    .slider-controlls{
        top:144px;
    }

    .advantage-one__subtitle{
        margin-left: 28%;
    }

    .product-item{
        width: 250px;
    }

    .product-item__stock-country{
        font-size:12px;
    }
}

@media(max-width: 1520px){
    .owl-dots{
        bottom:24px;
    }
}

@media(max-width: 1320px){
    .advantage-one {
        flex: 0 0 27.9042%;
    }

    .advantage-one__subtitle {
    margin-left: 22%;
    }

    .slider-arrow img{
        width: 40px;
        height: 40px;
    }

    .slider-controlls {
        top: 128px;
    }

    .owl-carousel button.owl-dot{
        width:18px;
        height: 18px;
    }

    .owl-dots{
        bottom:20px;
    }

    .slider-controlls {
    top: 109px;
    }
}


@media(max-width: 1220px){
    .advantage-one {
    flex: 0 0 26.4042%;
    }

    .advantage-one__subtitle {
    margin-left: 0;
    }
}

@media(max-width: 1040px){
    .brands-inner{
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        height: auto;
    }

    .brands-item{
        flex: 0 0 33%;
        text-align: center;
    }

    .brands{
        height: auto;
    }

    .slider-controlls {
    top: 73px;
    }

    .owl-dots {
    bottom: 20px;
    align-items: center;
    justify-content: center;
        }
}


@media (max-width: 768px) {
    .slider{
        display: none;
    }

    .advantage-one{
        flex:0 0 250px;
        width:250px;
        margin-bottom: 35px;
    }

    .advantage-one__subtitle {
        margin-left: 0;
    }

    .advantages{
        margin-top:0;
    }

    .tabs-links__item--active::after{
        display: none;
    }

    .tabs-links__item--active::before{
        display: none;
    }

    .tabs{
        margin-top: 25px;
    }

    .tabs-links__item{
        font-size:22px;
        margin-bottom: 15px;
        display: none;
    }
    .tabs-links__item--active{
        display: block;
        text-align: center;
        width: 100%;
    }

    .tabs-content {
        margin: 0 0 50px;
    }

    .brands-inner{
        display: flex;
        height: auto;
        flex-wrap: wrap;
        justify-content: space-between;
        padding:20px 0;
    }

    .brands-item{
        flex:0 0 40%;
        width:40%
    }

    .brands-item img{
        width:100%;
        height: auto;
    }

    .brands{
        height: auto;
    }
}




@media(max-width: 1040px){
    .advantage-one {
        flex: 0 0 670px;
        margin-bottom: 20px;
    }

    .advantage-one__name{
        margin-top: 17px;
    }
}

@media(max-width: 768px){
    .advantage-one {
    flex: 0 0 250px;
    margin-bottom: 20px;
    }

    .advantage-one__name {
        margin-top: 7px;
    }

    .advantage-one__subtitle {
        margin-left: 0;
    }   

    .catalog-search-inner {
        margin: 30px 0 0;
    }


}

.slider-item.video{
    overflow:hidden;
    height: 600px;
    border-radius: 8px;
}

.slider-item.video video{
    width:100%;
    margin-top:0%;
}

footer .logo img {
    width: 210px;
}

footer .navigation-social{
    margin:0;
}

.footer-payment img{
    width: 80px;
    opacity: .7;
}

.product__one .owl-carousel button.owl-dot.active{
    border: 4px solid #ef1515;

}

.product__one .owl-dots {
    z-index: 100;
    bottom: -60px;
    display: flex
;
    justify-content: flex-end;
    height: 40px;
    position: absolute;
    width: calc(100% - 120px);
    padding: 0 60px;
    column-gap: 20px;
    right: -90px;
}


.catalog-products .product-item__cart {
    flex: 0 0 50px;
}



@media(max-width: 500px){
    .pps-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
    font-size: 14px;
    margin-bottom: 30px;
    flex-direction: column;
}
.pps-flex .product-stock{
    margin-top: 5px;
    width: 100%;
}

.pps-flex .product-stock .stock {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}

.product-stock .stock:before{
    width:14px;
    height: 14px;
}

.bigPrice {
    color: #b31111;
    line-height: 10px;
    margin: 0;
}

.price-price-tax .price-old{
    display: block;
    font-size: 14px;
    margin-top: 5px;
}


.catalog-products .product-item__cart {
  flex: 0 0 100%;
        width: 100%;
        margin-top: 12px;
    
}

.catalog-products .product-item__add-to-cart{
    justify-content: center;
    padding:0;
}

.catalog-products .product-item__add-to-cart-icon {
        width: 24px;
        height: 24px;
        left: 0px;
    }

     .catalog-products   .product-item--grid-view {
        width: calc((100% - 108px) / 2);
    }

}