/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .head-nav ul li {
        margin-right: 20px;
    }
    .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;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .top-nav-title{
        display: block;
    }
    .top-nav{
        text-align: left;
        height: 40px;
        position: relative;
        z-index: 0;
        background: #00A3FF;
        border-radius: 5px;
    }
    .top-nav ul{
        box-sizing: border-box;
        background: #00A3FF;
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        top:35px;
        padding: 5px;
        border-radius: 0 0 5px 5px;
        display: none;
    }
    .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;
    }
    .header__bot{
        font-size: 18px;
    }
    .main__wrap{
        flex-direction: column;
    }
    .main__body{
        width: 100%;
        order: 0;
        padding: 0;
        margin-bottom: 30px;
    }
    .main__sidebar{
        width: 100%;
        order: 1;
    }
    .benefits{
        border-radius: 10px;
        padding: 25px 0;
        font-weight: 500;
        font-size: 12px;
    }
    .benefits .row{
        margin-left: 0;
        margin-right: 0;
    }
    .benefits .row>div[class^="col-"]{
        padding: 0;
    }
    .benefit-box{
        margin: 15px 0;
        flex-direction: column;
        text-align: center;
        text-transform: none;
    }
    .benefit-icon{
        width: 100%;
        margin-bottom: 10px;
    }
    .benefit-text{
        width: 100%;
    }
    .left-cat-nav{
        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;
    }
    .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: 576px) {
    .header__wrap{
        flex-direction: column;
    }
    .header__left{
        width: 100%;
        text-align: center;
        padding-top: 15px;
    }
    .header__left .logo {
        position: unset;
    }
    .logo img{
        height: 150px;
    }
    .header__cont{
        width: 100%;
        padding-bottom: 15px;
    }
    .header__top{
        position: absolute;
        left: 15px;
        right: 15px;
        top: 10px;
        border: 0;
    }
    .head-nav-btn{
        display: block;
    }
    .header-top__left{
        flex-direction: column;
        align-items: flex-start;
        position: fixed;
        z-index: 9999;
        width: 80%;
        top:0;
        bottom: 0;
        left: -80%;
        padding: 40px 20px;
        text-align: left;
        background: #1f278d;
    }
    .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: #FFF;
    }
    .head-nav{
        width: 100%;
        margin-bottom: 20px;
    }
    .head-nav ul{
        flex-direction: column;
    }
    .head-nav ul li{
        margin: 0;
        border-bottom:1px solid #FFF;
    }
    .head-nav ul li a{
        display: block;
        padding: 8px 10px;
    }
    .head-socials{
        display: block;
        margin-left: 20px;
    }
    .header__info{
        flex-direction: column;
        position: relative;
        padding-right: 50px;
    }
    .head-phones{
        margin-bottom: 20px;
    }
    .head-trolley{
        position: absolute;
        right: 0;
        bottom: 20px;
    }
    .header__bot{
        text-align: center;
    }
    .head-phones a{
        font-size: 16px;
    }
    .head-phones ul li {
        margin-right: 10px;
    }
    .footer{
        padding: 20px 0;
        border-radius: 0;
    }
    .footer__main{
        text-align: center;
        flex-direction: column;
    }
    .bot-logo{
        width: 100%;
        margin-bottom: 30px;
    }
    .bot-logo img{
        height: 200px;
    }
    .bot-bar{
        width: 100%;
    }
    .bot-cat{
        margin-bottom: 30px;
    }
    .bot-socials a{
        justify-content: center;
    }
    .row_products{
        margin-left: -10px;
        margin-right: -10px;
    }
    .row_products>div[class^="col-"]{
        padding: 0 10px 20px 10px;
    }
    .product-box{
        padding: 10px;
    }
    .product-box-img{
        height: 155px;
    }
    .product-box-img>a{
        height: 155px;
    }
    .product-box-img>a img{
        max-height: 155px;
    }
    .product-box-btns{
        padding-top: 10px;
        flex-direction: column;
    }
    .product-btn-left{
        width: 100%;
        padding: 0 0 10px 0;
    }
    .product-btn-right{
        width: 100%;
        padding: 0;
    }
    .news-box{
        margin: 0 auto 20px auto;
    }
    .card-img-big {
        width: 250px;
        height: 250px;
    }
    .vertical-carousel-box .owl-carousel {
        width: 230px;
        margin-top: 80px;
        margin-left: -66px;
    }
    .block-title{
        font-size: 20px;
    }
    .order-box .row-3{
        width: 100%;
    }
    .catalogs .row{
        margin-left: -5px;
        margin-right: -5px;
    }
    .catalogs .row > div{
        padding: 5px;
    }
}
@media only screen and (min-width : 576px) {
    .col-sm-6{
        width: 50%;
        padding-bottom: 10px !important;
    }
}
@media only screen and (min-width : 768px) {
    .col-md-2{
        width: 50%;
    }
    .col-md-3{
        width: 25%;
    }
    .col-md-4{
        width: 33.33%;
    }
    .col-md-6{
        width: 50%;
    }
}
@media only screen and (min-width : 992px) {
    .col-lg-3{
        width: 25%;
    }
    .col-lg-4{
        width: 33.33%;
    }
    .col-lg-6{
        width: 50%;
    }
    .col-lg-12{
        width: 100%;
    }
}