/* Medium Devices, Desktops */
@media only screen and (max-width : 1000px) {
    .head-left{
        margin: 0 auto;
        padding: 0;
        float: none;
    }
    .head-right{
        margin: 0;
    }
    .head-top-cont{
        max-width: none;
        text-align: center;
    }
    .top-nav ul{
        width: 100%;
        display: table;
    }
    .top-nav ul li{
        display: table-cell;
        vertical-align: middle;
    }
    .top-nav ul li a{
        padding: 5px;
    }
    .products .row-4{
        width: 33.33%;
    }
    .products .row-4:nth-child(4n)+div{
        clear: none;
    }
    .products .row-4:nth-child(3n)+div{
        clear: both;
    }
    .products .row-4:nth-child(4n):after{
        display: block;
    }
    .products .row-4:nth-child(3n):after{
        display: none;
    }
    .main-page{
        flex-direction:column;
    }
    .left-bar{
        width: auto;
        order:1;
        padding-bottom: 25px;
    }
    .left-cat{
        display: none;
    }
    .left-box-title{
        position: relative;
        z-index: 0;
        padding-left: 40px;
        cursor: pointer;
    }
    .left-box-title:before {
        content: '';
        width: 22px;
        height: 14px;
        border-top: 2px solid #fc167c;
        border-bottom: 2px solid #fc167c;
        position: absolute;
        z-index: -1;
        left: 8px;
        top: 50%;
        margin-top: -9px;
    }
    .left-box-title:after {
        content: '';
        width: 22px;
        height: 2px;
        background: #fc167c;
        position: absolute;
        z-index: -1;
        left: 8px;
        top: 50%;
        margin-top: -1px;
    }
    .left-box-cont{
        display: none;
    }
    .right-bar{
        width: 100%;
        margin: 0 0 20px 0;
        padding: 0;
        order:0;
    }
    .right-bar-cont{
        margin: 0;
    }
    .goods .row-3:first-child:before,
    .goods .row-3:nth-child(3n)+.row-3:before{
        display: none;
    }
    .order-row__left{
        width: auto;
        float: none;
    }
    .order-row__left .order-box-title{
        font-weight: bold;
    }
    .order-row__left .order-box-title:after{
        content: ':';
    }
    .order-row__right{
        margin: 0;
    }
    .catalog-goods .row-3{
        width: 33.33%;
    }
    .catalog-goods .row-3:nth-child(3n)+div {
        clear: both;
    }
    .catalog-goods .row-3:nth-child(4n)+div {
        clear: none;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .head-left {
        width: 130px;
        margin-bottom: 8px;
    }
    .head-top{
        position: absolute;
        z-index: 2;
        top:10px;
        left: 10px;
        margin: 0;
    }
    .head-nav-btn{
        display: block;
    }
    .head-top-cont{
        position: fixed;
        width: 80%;
        top:0;
        bottom: 0;
        left: -80%;
        padding: 40px 0 0 0;
        text-align: left;
        background: #230d2c;
        transition: all 0.3s ease-in;
    }
    .head-top-cont.open{
        left: 0;
    }
    .head-nav-close{
        position: absolute;
        z-index: 1;
        top:5px;
        right: 10px;
        cursor: pointer;
    }
    .head-nav-close:after{
        content: '\00d7';
        font-size: 30px;
        font-weight: 600;
        font-family: Arial;
        color: #fc167c;
    }
    .head-nav{
        display: block;
        margin-bottom: 20px;
    }
    .head-nav ul li{
        display: block;
        text-align: left;
        border-bottom:1px solid #FFF;
    }
    .head-nav ul li a{
        padding: 5px 15px;
    }
    .head-socials{
        display: block;
        margin-left: 20px;
    }
    .head-top-cont:before{
        display: none;
    }
    .head-bot{
        padding: 0;
    }
    .head-bot-cont{
        display: block;
        position: relative;
        z-index: 0;
        text-align: center;
    }
    .head-bot:before{
        display: none;
    }
    .head-phones{
        margin-bottom: 8px;
    }
    .head-search{
        margin-right: 20px;
    }
    .top-nav-title{
        display: block;
    }
    .top-nav{
        text-align: left;
        height: 40px;
        position: relative;
        z-index: 0;
        background: #fc167c;
        border-radius: 5px;
    }
    .top-nav ul{
        box-sizing: border-box;
        background: #fc167c;
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        top:35px;
        padding: 5px;
        border-radius: 0 0 5px 5px;
        display: none;
    }
    .top-nav ul.open{
        display: block;
    }
    .top-nav ul li{
        display: block;
        border-bottom: 1px solid #FFF;
    }
    .top-nav ul li:last-child{
        border: 0;
    }
    .top-nav ul li:after{
        display: none;
    }
    .top-nav ul li a{
        padding: 7px 15px;
    }
    .top-nav ul li.active>a,
    .top-nav ul li a:hover{
        background: #FFF;
        color: #3d1051;
    }
    .products .row-4{
        width: 50%;
    }
    .products .row-4:nth-child(3n)+div{
        clear: none;
    }
    .products .row-4:nth-child(2n)+div{
        clear: both;
    }
    .products .row-4:nth-child(3n):after{
        display: block;
    }
    .products .row-4:nth-child(2n):after{
        display: none;
    }
    .product-box{
        padding: 0;
    }
    .product-box-img{
        height: 155px;
    }
    .product-box-img img{
        max-height: 155px;
    }
    .info-left{
        display: none;
    }
    .info-right{
        margin: 0;
        float: none;
    }
    .info-right-cont{
        margin: 0;
    }
    .news .row-3{
        width: 50%;
    }
    .goods .row-3{
        width: 50%;
    }
    .goods .row-3:nth-child(3n)+div{
        clear: none;
    }
    .goods .row-3:nth-child(2n)+div{
        clear: both;
    }
    .goods .row-3:nth-child(3n):after{
        display: block;
    }
    .goods .row-3:nth-child(2n):after{
        display: none;
    }
    .card-img{
        float: none;
        width: auto;
        margin-bottom: 20px;
    }
    .card-right{
        margin-left: 0;
    }
    .card-info .row-60,
    .card-info .row-40{
        width: 100%;
        float: none;
    }
    .about-tab{
        margin-bottom:20px;
    }
    .instruction-box{
        margin-top: 30px;
    }
    .card-info-title{
        margin-bottom: 15px;
    }
    .basket-block{
        flex-direction: column;
    }
    .basket-block__left{
        width: 100%;
        padding: 0;
        order: 1;
    }
    .basket-block__left:before{
        display: none;
    }
    .basket-block__right{
        width: 100%;
        padding: 0;
        order: 0;
    }
}
@media (max-width: 480px) {
    .main-banner{
        height: 350px;
    }
    .main-banner-title{
        font-size: 22px;
    }
    .main-banner-text{
        bottom: 25px;
    }
    .block-title{
        font-size: 16px;
    }
    .product-box-holiday{
        width: 70px;
        height: 50px;
        right:0;
    }
    .product-box-text{
        font-size: 10px;
    }
    .product-box-left{
        width: 60px;
    }
    .product-box-right{
        margin-left: 60px;
    }
    .product-box-price{
        padding-bottom: 5px;
    }
    .product-btn-left{
        width: 100%;
    }
    .product-btn-left .button-buy{
        max-width: 100%;
    }
    .product-btn-right{
        width: 100%;
    }
    .product-btn-right .buy-fast{
        max-width: 100%;
    }
    .product-box-bot{
        bottom: 80px;
    }
    .product-box-btns{
        height: auto;
        flex-direction: column;
        gap: 5px;
    }
    .info-block{
        padding-top: 10px;
    }
    .benefit-box{
        text-align: center;
        display: block;
        font-size: 17px;
        margin: 15px auto;
    }
    .benefit-icon{
        width: 100%;
        height: 60px;
        display: block;
    }
    .benefit-text{
        width: 100%;
        display: block;
    }
    .news .row-3{
        width: 100%;
        float: none;
    }
    .news .row-3:nth-child(2n)+div{
        clear: none;
    }
    .news-box{
        margin-bottom: 30px;
    }
    .row-3:last-child .news-box{
        margin-bottom: 0;
    }
    .main-content{
        padding-bottom: 35px;
    }
    .seo-block{
        padding: 35px 0 20px 0;
    }
    .bot-bar .row-3{
        width: 100%;
        float: none;
    }
    .bot-nav,
    .bot-bar .row-3:after{
        display: none;
    }
    .bot-phones{
        padding-top: 15px;
    }
    .bot-time{
        padding-bottom: 15px;
    }
    .bot-cat{
        text-align: center;
        margin-top: 0;
        padding-top: 15px;
    }
    .catalogs .row{
        margin-left: -5px;
        margin-right: -5px;
    }
    .catalogs .row > div{
        padding: 5px;
    }
    .catalog-box{
        font-size: 10px;
    }
    .card-img-big {
        width: 250px;
        height: 250px;
    }
    .vertical-carousel-box .owl-carousel {
        width: 230px;
        margin-top: 80px;
        margin-left: -66px;
    }
    .order-box .row-3{
        width: 100%;
        float: none;
        padding-bottom: 10px !important;
    }
    .product-box .review-link{
        font-size:10px;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 768px) {
    .top-nav-title,
    .head-nav-btn{
        display: none !important;
    }
    .head-nav{
        display: inline-block !important;
    }
    .top-nav ul{
        display: table !important;
    }
}
@media (min-width: 992px) {
    .col-lg-3{
        width: 25%;
    }
}