/**************** START MEDIA QUERIES  ****************/



@media screen and (max-width: 1920px) and (min-width: 1380px){}

@media screen and (max-width: 1770px) and (min-width: 1660px) {

    .first-slider {
        min-height: 537px;
    }

    .first-slider .slide-content {
        padding-top: 40px;
    }



    .products-is-similar .container {
        padding: 0 !important;
    }

}

@media screen and (max-width: 1660px) and (min-width: 1550px) {

    .first-slider {
        min-height: 500px;
    }

    .first-slider .slide-content {
        padding-top: 40px;
        padding-left: 90px;
    }

}

@media screen and (max-width: 1550px) and (min-width: 1440px) {

    .first-slider {
        min-height: 469px;
    }


    .first-slider .slide-content {
        padding-top: 40px;
        padding-left: 90px;
    }

    .first-slider .slide-title {
        font: 44px/56px 'Montserrat-SemiBold';
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 1440px) and (min-width: 1380px){

    .first-slider {
        min-height: 435px;
    }

    .first-slider .slide-content {
        padding-top: 40px;
        padding-left: 90px;
    }

    .first-slider .slide-title {
        font: 36px/44px 'Montserrat-SemiBold';
        max-height: 135px;
    }

}

@media screen and (max-width: 1380px) {

    .header-blue-line {
        background: url(header-bg.png) -280px 0 repeat-x;
    }

    .first-slider {
        min-height: 0;
    }

    .first-slider .promo-slider-wrapper {
        width: 100%;
        margin-left: 0;
        position: relative;
        left: auto;
    }

    .first-slider .swiper-button-prev {
        left: 35px;
        margin-left: 0;
    }

    .first-slider .swiper-button-next {
        right: 35px;
        margin-right: 0;
    }

    .first-slider .slide-title {
        position: absolute;
        top: 50px;
        left: 110px;
    }

    .first-slider .slide-description {
        position: absolute;
        top: 50%;
        left: 110px;
    }

    .products-is-frontpage-1, .products-is-frontpage-2, .products-is-frontpage-3 {
        width: 80%;
        margin: 0 auto;
    }

    .three-slider-container .container {
        margin: 0 auto;
    }

    .three-slider .three-slider-container {
        width: 90%;
    }

    .three-slider .swiper-button-prev {
        left: -10px;
    }

    .three-slider .swiper-button-next {
        right: -10px;
    }

    .three-slider .three-slider_btn {
        bottom: 5%;
    }

}



@media screen and (max-width: 1250px) {
    footer .footer-menu-left {
        margin: 0;
    }
}

@media screen and (max-width: 1920px) and (min-width: 1250px){
    footer .footer-wrap-form {
        margin-left: -22px;
        margin-right: -30px;
        max-width: 27%;
        flex-basis: 28%;
    }
}




@media screen and (max-width: 1240px) {
    .container {
        padding: 0 30px !important;
    }

    .sidebar-left {
        padding-right: 10px!important;
    }

    .product .product-wrap-buttons .quantity {
        margin-bottom: 20px;
    }

    .box-cart .cart-submit {
        /*margin-bottom: 42px;*/
    }

    .about-us .some-word-us * {
        color: #33425b !important;
    }

    .about-us .some-word-us .some-word-us-left,
    .about-us .some-word-us .some-word-us-right {
        background: none;
    }

    .products-is-similar .container {
        padding: 0 !important;
    }

    .product-bottom .products-control-prev {
        right: auto;
        left: 50%;
        margin-left: -50px;
    }

    .product-bottom .products-control-next {
        right: 50%;
        margin-right: -50px;
    }

    .header-menu .menu-link.level-2 {
        font-size: 13px;
    }

    .three-slider .products-control {
        top: -135px;
    }
}

@media screen and (max-width: 1200px){
    .first-slider .slide-title {
        top: 50px;
        left: 110px;
        font: 30px/40px 'Montserrat-SemiBold';
        max-height: 125px;
    }

    .first-slider .slide-description {
        top: 50%;
        left: 110px;
    }

    .header-search .search-widget{
        margin-right: 0;
    }

    .first-slider .slide-inner {}

    .delivery-title-text {
        margin-bottom: 40px;
    }

    .about-us-form-wrap-item {
        margin-bottom: 30px;
    }

    .about-us .about-us-form .cell-8 {
        padding-left: 0;
    }

    .about-us .about-us-form-text {
        text-align: center;
    }

    .about-us .about-us-slogan {
        padding-bottom: 40px;
    }


}




@media screen and (max-width: 1140px) {

    .products-is-frontpage-1, .products-is-frontpage-2, .products-is-frontpage-3 {
        width: 88%;
        margin: 0 auto;
    }

    .three-slider .three-slider_big-field-text {
        top: 20px;
        width: 70%;
        height: 140px;
    }

    .three-slider .three-slider_price {
        top: 30px;
    }

    .three-slider .three-slider_title-product {
        top: 70px;
    }

    .about-us .our-command-item-wrap-img {
        width: 150px;
        height: 150px;
        position: relative;
    }

    .about-us .our-command-item-img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 102%;
    }

    .three-slider .products-control {
        top: -125px;
    }

}

@media screen and (max-width: 1110px) {
    .top-filter {
        float: none;
    }

    .collection-order-wrapper .is-page-size {
        text-align: left;
        padding-top: 20px;
        /*padding-left: 30px;*/
    }
}

@media screen and (max-width: 1024px) {



    /*.mobile_menu {*/
        /*display: block;*/
    /*}*/

    .main-header {
        margin-bottom: 15px;
    }

    .header-menu .menu-item.level-1 {
        display: block;
        margin-right: 0;
    }

    .main-menu.menu {
        display: none;
        /*width: 190px;*/
    }

    .nav > .main-menu.menu {
        display: block;
        padding-top: 40px;
    }

    .nav > ul > li > a.aj-modal,
    .nav > ul > li > a:hover,
    .nav > ul > li > a:focus {
        border: none !important;
        outline: none !important;
    }

    /*.open_menu {*/
        /*display: block !important;*/
    /*}*/

    .header-callback {
        float: left;
        margin-left: 30px;
        outline: none !important;
    }

    .header-blue-line {
        min-height: 70px;
        padding-top: 24px;
    }

    /* ======================================================================================================= */


    .nav-toggle-filters {
        display: block;
        border-top: 1px solid #0e6bac;
        border-bottom: 1px solid #0e6bac;
        border-right: 1px solid #0e6bac;
        border-left: none;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
        top: 0.7em;
    }

    .nav-filters {
        display: block;
    }

    [id='nav-toggle-filters']:checked ~ .nav-filters > .nav-toggle-filters {
        border: none;
        top: 0.7em;
        background-color: transparent;
    }

    [id='nav-toggle-filters']:checked ~ .nav-filters ul li {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .nav-filters ul li a {
        line-height: 20px;
    }


    /* ======================================================================================================= */

    .nav-toggle {
        display: block;
        border-top: 1px solid #0e6bac;
        border-bottom: 1px solid #0e6bac;
        border-left: 1px solid #0e6bac;
        border-right: none;
        -webkit-border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px;
        top: 0.7em;
        background-color: #ffffff29;
    }

    .nav-toggle-filters {
        background-color: #ffffff29;
    }

    .nav {
        display: block;
    }

    [id='nav-toggle']:checked ~ .nav > .nav-toggle {
        border: none;
        top: 0.7em;
        background-color: transparent;
    }

    [id='nav-toggle']:checked ~ .nav > ul > li {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .nav > ul > li > a {
        line-height: 20px;
    }

    .nav .main-menu.level-2 .main-menu-link.menu-link.level-2 {
        width: 100%;
        font-size: 1.2em;
        /*color: #dadada;*/
        color: #5d5757;
    }

    .nav .main-menu.level-2 .main-menu-link.menu-link.level-2 > p {
        float: right;
        margin: 10px 0 0 0;
        line-height: 0;
        width: 30px;
        height: 30px;
        position: relative;
    }

    .nav .main-menu.level-2 .main-menu-link.menu-link.level-2 > p > img {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .nav .main-menu.level-2 {
        position: relative;
        /*background-color: #0d6cac;*/
        background-color: #ffffff;
        padding-top: 0;
    }

    .nav .main-menu-marker {
        background-image: url(arr-down-prime-white.svg);
        -webkit-transform: rotate3d(0,0,0,180deg);
        -moz-transform: rotate3d(0,0,0,180deg);
        -ms-transform: rotate3d(0,0,0,180deg);
        -o-transform: rotate3d(0,0,0,180deg);
        transform: rotate3d(0,0,0,180deg);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        background-color: #4ba3df;
    }

    .main-menu .mobile-item {
        display: block;
    }

    .header-registration {
        margin-right: 50px;
    }

    .first-slider .slide-title {
        /*top: 50px;*/
        /*left: 110px;*/
        /*font: 30px/40px 'Montserrat-SemiBold';*/
        /*max-height: 125px;*/
    }

    .first-slider .slide-description {
        /*top: 50%;*/
        /*left: 110px;*/
    }

    .first-slider .slide-inner {
        width: 180px;
        height: 45px;
        line-height: 45px;
    }

    .box-images {
        margin-bottom: 20px;
    }

    .advantage {
        padding: 15px 0;
        margin-bottom: 30px;
    }

    .advantage .block-title {
        margin-bottom: 25px;
    }

    .advantage .cell-fifth {
        margin-bottom: 30px;
        padding: 0 20px;
    }

    .two-slider .js-products-slider {
        margin-bottom: 25px;
    }

    .three-slider {
        padding-top: 0;
        margin-bottom: 90px;
    }

    .three-slider .block-title {
        margin-bottom: 30px;
    }

    .three-slider .three-slider_big-field-text {
        width: 300px;
    }

    .three-slider-wrap-content {
        /*width: 67%;*/
        width: 100% !important;
        position: relative;
        margin: 0 auto;
    }

    .three-slider .three-slider-img {
        width: 100% !important;
        max-width: 5000px !important;
        max-height: 5000px !important;
    }

    .three-slider .swiper-button-prev {
        left: 0;
    }

    .three-slider .swiper-button-next {
        right: 0;
    }

    .three-slider .three-slider_title-product {
        height: 160px;
        overflow: hidden;
        top: 60px;
        left: 200px;
    }

    .toys-boutique {
        margin-bottom: 30px;
    }

    .toys-boutique .block-title {
        margin-bottom: 30px;
    }


    .collection-wrap-title {
        margin-bottom: 10px;
    }

    .reviews-wrapper {
        max-width: 100000px;
    }

    .box-cart-wrap-item {
        background-color: #f5f8f9;
        margin-bottom: 20px;
    }

    .box-cart .item-image {
        padding-right: 0;
    }


    .box-cart .box-cart-wrap-item-info .item-img {
        margin-right: 0;
        margin-left: 20px;
        background-color: #ffffff;
    }

    .box-cart .box-cart-wrap-item-info .item-info-inner {
        width: auto;
    }

    .box-cart .cart-item-title {
        margin-bottom: 0;
        float: left;
        padding-top: 10px;
        padding-left: 20px;
    }

    .box-cart .box-cart-wrap-item-info {
        float: right;
    }

    .box-cart .item-money, .box-cart .item-total_price {
        float: right;
        padding-top: 0;
    }

    .box-cart .rub {
        float: right;
        font: 14px/40px 'Montserrat-Light';
    }

    .box-cart .quantity.is-cart {
        float: right;
    }

    .box-cart .quantity-controls {
        padding-top: 0;
    }

    .box-cart .cart-col-total-price {
        padding-top: 0;
    }

    .cart-col-total-price .cart-item-title {
        margin-bottom: 10px;
    }

    .box-cart .cart-item {
        padding-bottom: 20px;
        margin-bottom: 50px;
        /*border-bottom: 1px solid gray;*/
    }

    .about-us {
        /*background: none;*/
        padding-top: 214px;
        -webkit-background-size: contain;
        background-size: contain;
    }

    .about-us .about-us-slogan-item {
        text-align: center;
    }

    .about-us .about-us-slogan-text {
        margin-left: 0;
    }

    .about-us .about-us-slogan {
        padding-top: 0;
        margin-top: 0;
        padding-bottom: 50px;
        background: none;

    }

    .advantage .row{
        justify-content: space-evenly;
    }

    .about-us .about-us-form-text {
        text-align: center;
    }



    .about-us .about-us-form .cell-8 {
        padding-left: 0;
    }

    .comment-slider .block-title,
    .tabs-collection-front-page {
        margin-bottom: 10px;
    }

    .collection .detailed {
        margin: 20px auto 50px;
    }

    .product-bottom .products-title {
        margin-bottom: 0;
    }

    .three-slider .products-control {
        top: -245px;
    }

    .product .bttn-prim,
    .product .bttn-favorite {
        width: 250px;
        margin-bottom: 20px;
    }

    footer .footer-menu-right {
        /*padding-right: 0;*/
    }

}

@media screen and (max-width: 935px) {
    .box-cart .added-close,
    .box-cart .cart-submit {
        width: 240px;
    }
}

@media screen and (max-width: 920px) {

    .first-slider .slide-title {
        /*top: 50px;*/
        /*left: 110px;*/
        font: 20px/30px 'Montserrat-SemiBold';
        max-height: 98px;
        width: 75%;
    }

    .first-slider .slide-description {
        /*top: 50%;*/
        /*left: 110px;*/
    }

    .first-slider .slide-inner {
        width: 180px;
        height: 45px;
        line-height: 45px;
    }

    .products-is-frontpage-1, .products-is-frontpage-2, .products-is-frontpage-3 {
        width: 80%;
        margin: 0 auto;
    }

    .comment-slider .comment-slider-left {
        width: 100%;
    }

    .comment-slider .comment-slider-right {
        width: 100%;
    }

    .comment-slider .comment-slider-text {
        padding-right: 0;
    }

    .comment-slider .products-control {
        padding-right: 0;
    }

    .box-cart .discounts-wrap {
        margin-bottom: 20px;
        padding-right: 0;
    }

    .box-cart .comment-cart {
        display: inline-block;
        margin-bottom: 20px;
    }

    .box-cart .cart-order {
        justify-content: flex-start;
    }

    .box-cart .comment-cart:after {
        display: none;
    }

    .box-cart .added-close {
        margin-bottom: 20px;
    }

    .box-cart .cart-submit {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .box-cart .wrap-total-price .rub {
        float: none;
    }
    
    .wrap-total-price {
        margin-left: 0;
    }

    .about-us .some-word-us {
        margin-bottom: 0;
    }

    .about-us .our-command {
        background-position: center bottom 453px !important;
    }

    .about-us .about-us-form {
        background-position: 0 0 !important;
        -webkit-background-size: contain;
        background-size: contain;
    }

    .about-us .our-command-item-wrap-all {
        width: 70%;
    }

    .about-us .our-command-item {
        margin-bottom: 30px;
    }

    .about-us .about-us-slogan-text {
        margin: 0 auto 30px;
    }

    .comment-slider .comment-slider-left {
        padding-top: 10px;
    }

    .three-slider .products-control {
        top: -200px;
    }

    .three-slider .swiper-button-prev {
        left: -10px;
    }

    .three-slider .swiper-button-next {
        right: -10px;
    }

    footer {
        padding-top: 30px;
    }

    footer .social-menu {
        margin-bottom: 20px;
    }

    footer .footer-menu-left,
    footer .footer-menu-right {
        margin-bottom: 30px;
    }

    footer .footer-logo-text {
        padding-right: 0;
    }
}

@media screen and (max-width: 800px) {

    .header-search .search_widget-control {
        padding-right: 0;
    }

    .co-delivery_method-title.co-toggable_field-title.co-input-title,
    .co-toggable_field--bordered .co-toggable_field-title {
        font: 15px 'Montserrat-Light';
    }

}

@media screen and (max-width: 768px) {

    .header-search .search-widget {
        margin-left: 0;
    }

    .first-slider .slide-title {
        /*top: 50px;*/
        /*left: 110px;*/
        /*font: 20px/30px 'Montserrat-SemiBold';*/
        /*max-height: 98px;*/
        /*width: 75%;*/
        padding: 2px 20px;
        left: 12%;
    }

    .first-slider .slide-description {
        /*top: 50%;*/
        /*left: 110px;*/
        left: 15%;
        padding: 0;
    }

    .first-slider .slide-inner {
        /*width: 180px;*/
        height: 35px;
        line-height: 36px;
        font-size: 14px;
        left: 15%;
    }

    .first-slider .slide-description {
        font-size: 16px;
    }

    .first-slider .slide-description-number {
        font-size: 22px;
    }

    /*.tabs-collection-front-page label {*/
        /*display: block;*/
    /*}*/



    .three-slider-wrap-content {
        width: 90%;
    }

    .three-slider .products-control {
        /*top: -130px;*/
    }

    .about-us {
        padding-top: 215px;
    }

    .about-us .some-word-us .some-word-us-left {
        padding: 30px 44px 15px;
    }

    .about-us .some-word-us .some-word-us-right {
        padding: 30px 44px 0;
    }

    .about-us .some-word-us .some-word-us-right:after {
        top: 0;
    }

    .about-us .our-command .block-title {
        padding-top: 30px;
        margin-bottom: 40px;
    }

    .about-us .our-command .block-title:before {
        left: 85px;
    }

    .delivery .delivery-right {
        padding-left: 0;
    }

    .delivery h1.page-title {
        margin-bottom: 40px;
    }

    .three-slider .three-slider-container {
        width: 100%;
    }

    .three-slider .products-control {
        top: -160px;
    }

    .three-slider .swiper-button-prev {
        left: -20px;
    }

    .three-slider .swiper-button-next {
        right: -20px;
    }

    footer .pay-system img {
        vertical-align: middle;
        margin: 0 0 20px 30px;
    }

}

@media screen and (max-width: 740px) {

    .about-us .our-command-item-wrap-all {
        width: 50%;
    }

    .tabs-collection-front-page label {
        margin: 0 10px;
        display: inline-block;
        font: 24px 'Montserrat-SemiBold';
        position: relative;
    }

    .tabs-collection-front-page label:after{
        right: -12px;
    }

}

@media screen and (max-width: 700px) {

    .first-slider .slide-title {
        top: 15px;
        /*left: 110px;*/
        font: 16px/20px 'Montserrat-SemiBold';
        max-height: 64px;
        /*width: 75%;*/
        /*padding: 2px 20px;*/
        /*left: 12%;*/
    }

    .first-slider .slide-description {
        /*top: 50%;*/
        /*left: 110px;*/
        /*left: 15%;*/
        /*padding: 0;*/
        top: auto;
        bottom: 21%;
        margin-bottom: 0;
    }

    .first-slider .slide-inner {
        /*width: 180px;*/
        /*height: 35px;*/
        /*line-height: 36px;*/
        /*font-size: 14px;*/
        left: auto;
        right: 15%;
    }

    .first-slider .swiper-button-prev {
        left: 15px;
        /*margin-left: 0;*/
    }

    .first-slider .swiper-button-next {
        right: 15px;
        /*margin-right: 0;*/
    }

    .first-slider .swiper-button-prev svg {
        width: 30px;
        height: auto;
    }

    .first-slider .swiper-button-next svg {
        width: 30px;
        height: auto;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 10px;
    }


}

@media screen and (max-width: 650px) {
    .top-filter .filter-item {
        display: block !important;
        /*float: none;*/
    }

    .top-filter .filter-span-control:before {
        display: none;
    }
}

@media screen and (max-width: 640px) {

    .header-basket {
        /*text-align: center;*/
    }

    .header-enter {
        margin-left: 0;
    }

    /*.header-basket .favorites-widget,*/
    /*.header-basket .cart-widget {*/
        /*width: 50px;*/
        /*height: 50px;*/
    /*}*/

    /*.favorites-widget-link svg{*/
        /*width: auto;*/
        /*height: 35px;*/
    /*}*/

    /*.cart-widget-link svg {*/
        /*width: 40px;*/
        /*height: auto;*/
    /*}*/

    .box-images-left {
        width: 48%;
        margin: 0 auto 2% 0;
        float: left;
    }

    .box-images-left .box-images-item .box-images-text {
        color: #ffffff;
        padding-right: 20px;
        top: auto;
        bottom: 20px;
    }

    .box-images-left .box-images-item {
        overflow: hidden;
    }

    .box-images-left .box-images-image {
        margin-top: -48.4%;
    }

    .box-images-right {
        width: 100%;
    }

    .box-images-right-1 {
        width: 48%;
        margin: -44.5% 0 3% auto;
        float: right;
    }

    .box-images-right-2 {
        width: 100%;
        margin: 0 auto 3%;
        float: none;
    }

    .box-images-right-3 {
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    /*.box-images-left .box-images-item {*/
        /*margin: 0 auto;*/
    /*}*/

    .three-slider-wrap-content {
        width: 75%;
    }
    

    .three-slider .three-slider_big-field-text {
        width: 70%;
        font: 17px/22px 'Montserrat-SemiBold';
        height: 110px;
    }

    .three-slider .three-slider_price {
        width: 80px;
        height: 80px;
        font-size: 21px;
    }

    .three-slider .three-slider_price-rub {
        font-size: 15px;
    }

    .three-slider .three-slider_price-ring {
        width: 100px;
        height: 100px;
        margin-top: -75px;
    }

    .three-slider .products-control {
        top: 40px;
    }

    .three-slider .swiper-button-prev {
        left: 50%;
        margin-left: -50px;
    }

    .three-slider .swiper-button-next {
        right: 50%;
        margin-right: -50px;
    }

    .three-slider .three-slider_title-product {
        height: 160px;
        overflow: hidden;
        top: 15px;
        left: 200px;
        font-size: 20px;
        padding-right: 15px;
    }

    .toys-boutique .toys-boutique-text-left,
    .toys-boutique .toys-boutique-text-right {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .box-cart .discounts-coupon {
        width: auto;
    }

    .about-us {
        /*background: none;*/
        padding-top: 0;
        -webkit-background-size: contain;
        background-size: contain;
    }

    /*.about-us .some-word-us .some-word-us-left:after,*/
    /*.about-us .some-word-us .some-word-us-right:after,*/
    /*.about-us .some-word-us .some-word-us-right:before,*/
    /*.about-us .our-command .block-title:before,*/
    /*.about-us .our-command .block-title:after {*/
        /*display: none;*/
    /*}*/

    /*.about-us .about-us-form {*/
        /*background: none;*/
    /*}*/

    .about-us .about-us-wrap-breadcrumb .page-title {
        padding-top: 30px;
        text-align: center;
    }

    .about-us .some-word-us .some-word-us-left {
        padding-top: 0;
    }

    .about-us .about-us-form .cell-8 {
        padding-right: 0;
        padding-left: 0;
    }

    .about-us .about-us-form .cell-4.cell-12-s {
        padding: 0;
    }

    .about-us-form .is-grid {
        margin-left: 0;
        margin-right: 0;
    }

    footer .footer-form-title {
        margin-bottom: 20px;
    }



    footer .copyright {
        padding-right: 0;
    }

}





@media screen and (max-width: 600px) {

    .products-is-frontpage-1, .products-is-frontpage-2, .products-is-frontpage-3 {
        width: 70%;
        margin: 0 auto;
    }

}

@media screen and (max-width: 590px) {

    .tabs-collection-front-page label {
        /*margin: 0 10px;*/
        /*display: inline-block;*/
        font: 20px 'Montserrat-SemiBold';
        /*position: relative;*/
    }

    .tabs-collection-front-page label:after{
        right: -12px;
        top: 5px;
    }

    .tabs-collection-front-page {
        margin-bottom: 0;
    }
    
}

@media screen and (max-width: 560px) {
    .header-callback {
        width: 0;
        height: 22px;
        overflow: hidden;
        padding-left: 20px;
    }
}

@media screen and (max-width: 525px) {

    

    .three-slider-wrap-content {
        width: 100%;
    }

    .three-slider .products-control {
        top: 35px;
    }

    .three-slider .swiper-button-prev {
        left: 50%;
        margin-left: -50px;
    }

    .three-slider .swiper-button-next {
        right: 50%;
        margin-right: -50px;
    }

    .about-us .our-command .block-title:before {
        width: 30px;
        height: 30px;
    }

}

@media screen and (max-width: 480px) {

    .logo {
        text-align: center;
    }

    .header-basket {
        text-align: center;
    }

    .first-slider .swiper-button-prev {
        display: none;
    }

    .first-slider .swiper-button-next {
        display: none;
    }

    .first-slider .slide-title {
        width: 90%;
        left: 5%;
        padding: 0;
        max-height: 62px;
    }

    .first-slider .slide-inner {
        width: 110px;
        right: 5%;
    }

    .first-slider .slide-inner svg {
        display: none;
    }

    .first-slider .slide-description {
        left: 5%;
    }

    .products-is-frontpage-1, .products-is-frontpage-2, .products-is-frontpage-3 {
        width: 100%;
        margin: 0 auto;
    }

    .products-is-frontpage-1 .container,
    .products-is-frontpage-2 .container,
    .products-is-frontpage-3 .container {
        padding: 0 !important;
    }

    .two-slider .swiper-button-prev {
        top: auto;
        left: 50%;
        margin-left: -50px;
    }

    .two-slider .swiper-button-next {
        top: auto;
        right: 50%;
        margin-right: -50px;
    }

    .three-slider .three-slider_price {
        top: 15px;
        left: 15px;
    }

    .three-slider .three-slider_title-product {
        height: 130px;
        overflow: hidden;
        top: 30px;
        left: 175px;
    }

    .three-slider .three-slider-container {
        width: 114%;
        margin-left: -7%;
    }

    .collection-title,
    .breadcrumb {
        float: none;
    }

    .box-cart .inpt-group {
        display: block;
    }

    #discounts-coupon {
        width: 100%;
        height: 45px;
        margin-bottom: 20px;
    }

    .box-cart .cart-item-title {
        float: none;
        padding-left: 0;
    }

    .box-cart .box-cart-wrap-item-info {
        float: none;
        display: block !important;
    }
    .box-cart .box-cart-wrap-item-info .item-img {
        display: block;
        width: 170px;
        height: 170px;
        margin: 0 auto;
    }

    .box-cart .box-cart-wrap-item-info .item-info-inner {
        text-align: center;
        margin-bottom: 20px;
    }

    .box-cart-wrap-item {
        padding-bottom: 10px;
    }

    .box-cart .quantity.is-cart {
        float: none;
    }

    .box-cart .item-money, .box-cart .item-total_price {
        float: none;
    }

    .box-cart .rub {
        float: none;
    }

    .rub.hide.show-xs {
        display: inline !important;
    }

    .co-section--checkout_content #create_order {
        margin-left: 0;
    }

    .about-us .some-word-us .some-word-us-left {
        padding: 30px 0 15px;
    }

    .about-us .some-word-us .some-word-us-right {
        padding: 30px 0 0;
    }

    .about-us .our-command-item-wrap-img {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .about-us .our-command-item-wrap-all {
        width: 100%;
    }

    .product-bottom .products-title {
        text-align: center;
    }

    .tabs-collection-front-page label {
        margin: 0 5px;
        /*display: inline-block;*/
        font: 16px 'Montserrat-SemiBold';
        /*position: relative;*/
    }

    .tabs-collection-front-page label:after{
        right: -5px;
        top: 2px;
    }

    footer .pay-system {
        /*text-align: right;*/
        padding-top: 33px;
        padding-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    footer .pay-system img {
        margin: 0;
    }

}

@media screen and (max-width: 410px) {

    .three-slider .three-slider_btn {
        width: 75px;
        height: 30px;
        font: 14px/30px 'Montserrat-Medium';
    }

    .three-slider .three-slider_title-product {
        height: 130px;
        top: 20px;
        left: 135px;
        width: 50%;
    }




}

@media screen and (max-width: 400px) {
    .first-slider .slide-title {
        /*width: 90%;*/
        /*left: 5%;*/
        /*padding: 0;*/
        max-height: 50px;
        font: 13px/16px 'Montserrat-SemiBold';
    }

    .box-images-left {
        width: 100%;
        margin: 0 auto 3%;
        float: none;
    }

    .box-images-left .box-images-image {
        margin-top: 0;
    }

    .box-images-left .box-images-item .box-images-text {
        color: #33425b;
        padding-right: 20px;
        top: 24px;
        bottom: auto;
    }

    .box-images-right-1 {
        width: 100%;
        margin: 0 auto 3%;
        float: none;
    }

    .box-images-right-2 {
        width: 100%;
    }

    .box-images-right-2 .box-images-item {
        overflow: hidden;
    }

    .box-images-right-2 .box-images-image {
        margin-left: -70%;
        height: 100%;
        width: 190%;
        max-width: 1000px;
    }

    .box-images-right-3 {
        width: 100%;
    }

    .box-images-right-3 .box-images-item {
        overflow: hidden;
    }

    .box-images-right-3 .box-images-image {
        margin-left: -105%;
        height: 100%;
        max-width: 1000px;
        width: 260%;
    }

    .box-images-right-3 .box-images-item .box-images-text {
        color: #ffffff;
    }

    .product .bttn-prim {
        margin-bottom: 20px;
    }

    .products-is-similar .container {
        padding: 0 !important;
    }

    .product-bottom .products-control {
        position: relative;
        padding-top: 37px;
    }

    .header-registration {
        margin-right: 30px;
    }


}

@media screen and (max-width: 380px) {


    .header-blue-line {
        display: none;
    }

    .three-slider .three-slider_big-field-text {
        font: 13px/17px 'Montserrat-SemiBold';
        height: 90px;
    }

    .three-slider .three-slider_title-product {
        height: 98px;
        top: 20px;
        left: 135px;
        width: 45%;
        font-size: 12px;
    }

    .product .bttn-prim {
        margin-bottom: 20px;
    }

    .tabs-head.tabs-head {
        padding-right: 0;
    }

    .co-delivery_method-title.co-toggable_field-title.co-input-title,
    .co-toggable_field--bordered .co-toggable_field-title {
        font: 15px 'Montserrat-Light';
    }

    .about-us .our-command-item-wrap-img {
        margin: 0 auto 20px;
    }

    .tabs-collection-front-page label {
        margin: 0 5px;
        /*display: inline-block;*/
        font: 14px 'Montserrat-SemiBold';
        /*position: relative;*/
    }

    .tabs-collection-front-page label:after{
        right: -6px;
        top: 1px;
    }

    footer .social-menu {
        text-align: center;
    }

    footer .social-menu li:nth-child(5),
    footer .social-menu li:nth-child(6) {
        display: none;
    }

}

@media screen and (max-width: 330px) {

    .box-images-left,
    .box-images-right-1,
    .box-images-right-2,
    .box-images-right-3 {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 800px) {}



@media screen and (max-width: 800px) {
    /*img{*/
        /*max-width: 100% !important;*/
        /*height: auto !important;*/
    /*}*/
}
@media screen and (max-width: 768px) {
    
}
@media screen and (max-width: 640px) {

}
@media screen and (max-width: 603px) {

}
@media screen and (max-width: 600px) {

}
@media screen and (max-width: 533px) {

}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 414px) {

}
@media screen and (max-width: 375px) {

}
@media screen and (max-width: 360px) {

}
@media screen and (max-width: 320px) {

}
/**************** END MEDIA QUERIES  ****************/
