@media (max-width: 1600px) {
    .container {
        width: 1370px;
    }
}
@media (max-width: 1400px) {
    .container {
        width: 1170px;
    }
}
@media (max-width: 1250px){
    .slider-arrow {
        width: 40px;
        height: 40px;
        top: 105px;
    }
    .slder-prev {
        left: -10px;
    }
    .slder-next {
        right: -10px;
    }
}
@media (max-width: 1199px) {
    .container {
      width: 970px;
    }
    .header-menu li {
        margin: 0 6px;
    }
    .header-menu li a {
        letter-spacing: 0;
    }
    .banner-box {
        min-height: 535px;
    }
    .catalog-block {
        width: calc(33.333% - 15px);
        min-height: 475px;
    }
    .instagram-block {
        width: calc(25% - 10px);
        min-height: 240px;
    }
    .instagram-content p {
        font-size: 18px;
        margin-top: 13px;
    }
    .instagram-content img {
        width: 45px;
    }
    .footer-menu-list:not(:last-child) {
        margin-right: 15px;
    }
    .select {
        height: 50px;
        font-size: 14px;
    }
    .product-top-title h3 {
        font-size: 16px;
        letter-spacing: 0;
        padding-left: 15px;
    }
    .product-top-box {
        width: 190px;
    }
    .product-top-box.product-top-title{
        width:100px;
    }
    .product-menu-wrap {
        width: calc(100% - 310px);
    }
    .product-menu-name {
        padding: 14px 12px;
    }
    .section-block {
        width: calc(33.333333% - 38px);
    }
    .section-wrap-main .section-block {
        width: calc(32% - 18px);
    }
    .product-block {
        width: calc(33.333333% - 25px);
    }
    .goods-slider {
        height: 500px;
    }
    .goods-content {
        width: calc(48% - 20px);
    }
    .goods-title {
        font-size: 22px;
        margin: 10px 0 5px;
    }
    .select-size {
      /*  margin: 10px 0 0;*/
        font-size: 15px;
    }
    .goods-sub-btns {
        margin: 10px 0 0px;
    }
    .goods-text {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .faq-title {
        min-height: 40px;
        font-size: 15px;
    }
    .btn-icon {
        padding: 0 14px;
    }
    .about-video-wrap {
        min-height: 535px;
        padding: 60px 15px 15px;
    }
}
@media (max-width: 991px) {
    .header-btn.--search {
      display: flex;
    }
    .container {
       width: 750px;
    }
    .header-menu li a{
        font-size:13px;
    }
    .hader-left .input-search{
        display:none;
    }
    .header-btn p{
        display:none;
    }
    .banner-box {
        min-height: 500px;
        padding: 25px 0;
    }
    .advantages-content h3 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .advantages-content p {
        font-size: 14px;
    }
    .title{
        font-size:32px;
        margin-bottom:17px;
    }
    .catalog-block {
        width: calc(33.333% - 10px);
        min-height: 350px;
    }
    .btn-arrow{
        width:200px;
        height:44px;
        font-size:13.5px;
    }
    .bottom-form-box .input {
        height: 44px;
        font-size: 16px;
    }
    .catalog {
        padding: 5px 0 50px;
    }
    .instagram-block {
        min-height: 175px;
    }
    .footer-logo{
        width:165px;
    }
    .footer-menu-list li a {
        letter-spacing: 0;
    }
    .product-top-box {
        display:none;
    }
    .product-menu-wrap {
        width: 100%;
    }
    .footer-contact p {
        font-size: 17px;
    }
    .pages-navigation {
        margin-bottom: 10px;
    }
    .menu-content-box {
        width: 280px;
        padding: 15px 5px 10px 10px;
    }
    .goods-slider {
        width: 45%;
        height: 600px;
    }
    .goods-slider .gallery-thumbs{
       width:100%;
       height:115px;
       order:1;
    }
    .goods-slider .gallery-main {
        width: 100%;
        height: calc(100% - 125px);
    }
    .goods-content {
        width: calc(55% - 20px);
    }
    .goods-btns {
        flex-direction: column;
    }
    .goods-btns a:not(:last-child) {
        width: 100%;
        margin: 0 0 12px;
    }
    .btn-icon {
        height: 44px;
        padding: 0 10px;
    }
    .faq-text {
        font-size: 14px;
    }
    .faq-title {
        font-size: 13px;
    }
    .product-title {
        min-width: 60px;
        padding: 2px 5px;
        top: 5px;
        right: 5px;
        font-size: 10px;
    }
    .about-video-wrap {
        min-height: 435px;
    }
    .personal {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .personal .col {
        width: calc(50% - 10px);
        margin: 0px 5px;
    }
}
@media (max-width: 767px) {
     .container {
       width: 100%;
     }
    .header-menu {
        width: 100%;
        flex-direction: column;
        padding: 10px 10px 15px;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 67px;
        left: 0;
        z-index: 10;
        background: #ffffff;
        transform: translateX(-100%);
        box-shadow:0 5px 5px 3px rgba(0, 0, 0, 0.03);
        transition: 0.3s
    }
    .header-menu.active {
        transform: translateX(0);
    }
    .menu_mob {
        display: block;
    }
    .hader-left {
        display: none;
    }
    .header-logo{
        width:100px;
    }
    .header {
        padding: 10px 0;
    }
    .header-menu li {
        margin: 3px 0px;
    }
    .banner-photo-1{
        width:100%;
    }
    .banner-photo-2 {
        display: none;
    }
    .banner .container{
        padding:0;
    }
    .banner-box {
        min-height: 400px;
        padding: 25px 15px;
    }
    .banner-content sub{
        font-size:22px;
    }
    .banner-content h1 {
        font-size: 30px;
        line-height:1.2;
        margin: 8px 0 35px;
    }
    .advantages{
        padding:40px 0;
    }
    .advantages-block {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .advantages-block:not(:last-child){
        margin-bottom:30px;
    }
    .advantages-icon{
        width:55px;
        height:52px;
        margin:0;
    }
    .advantages-content{
        width:calc(100% - 75px);
        text-align:left;
    }
    .catalog-wrap{
        align-items:center;
        flex-direction:column;
    }
    .catalog-block {
        width: 290px;
        min-height: 450px;
    }
    .catalog-block:not(:last-child) {
        margin-bottom: 17px;
    }
    .catalog-name {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .about-video .container{
        padding:0;
    }
    .instagram-block {
        width: calc(50% - 8px);
        min-height: 175px;
        margin-bottom:10px;
    }
    .title {
        font-size: 24px;
        margin-bottom: 14px;
    }
    .instagram {
        margin-top: 30px;
    }
    .bottom-form-box {
        flex-direction: column;
        align-items: center;
    }
    .bottom-form-box .input{
        margin-bottom:10px;
    }
    .bottom-form {
        padding: 20px 0 30px;
    }
    .bottom-form sub {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .footer-box {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .footer-menu-wrap {
        flex-direction: column;
    }
    .footer-menu-list:not(:last-child) {
        margin:0 0 20px;
    }
    .footer-logo{
        margin-bottom:20px;
    }
    .footer-contact{
        margin-top:20px;
    }
    .footer-bottom{
        flex-direction:column;
    }
    .footer-bottom p {
        margin: 0 0 12px;
    }
    .social-list{
        justify-content:center;
    }
    .footer .social-list li {
        margin: 0 10px;
    }
    .footer {
        padding: 30px 0 50px;
    }
    .product-menu-wrap {
        padding:15px 20px;
        border: 1px solid #F1F1F1;
        background-color: #ffffff;
        flex-direction: column;
    }
    .product-menu-name span{
        display:block;
    }
    .product-menu-name span:after{
        position:absolute;
        right:0;
    }
    .product-menu-name{
        padding:10px 0;
        text-transform:uppercase;
    }
    .product-menu-box {
        display: block;
        position: relative;
    }
    .menu-content-box {
        width: 100%;
        box-shadow: none;
        position: relative;
        top: 0;
        padding: 0 0 10px;
    }
    .checkbox span {
        font-size: 14px;
        padding: 0px 4px 0px 20px;
    }
    .product-menu-content .checkbox {
        width: 100px;
    }
    .product-menu-name:hover{
        background-color:#ffffff;
    }
    .section-wrap,
    .product-wrap {
        width: 100%;
        justify-content: space-between;
    }

    .section-block {
        width: calc(50% - 5px);
        margin: 0 0 15px;
    }

    .section-wrap-main .section-block {
        width: calc(50% - 10px);
    }

    .section-wrap-main .section-block:nth-child(3),
    .section-wrap-main .section-block .btn-arrow span:after{
        display: none;
    }
    .section-block .section-title {
        font-size: 25px;
    }
    .product-block {
        width: calc(50% - 5px);
        margin: 0 0 70px;
    }
    .product-photo-block{
        height:250px;
    }
    .product-name {
        font-size: 11px;
    }
    .product-content {
        padding: 10px 3px 15px;
    }
    .product-price {
        margin: 3px 0 6px;
        font-size: 12px;
    }
    .product-info{
        padding:0 6px;
    }
    .product-info .white-btn {
        width: 130px;
        height: 30px;
        font-size: 9.5px;
    }
    .size-list li {
        width: 18px;
        height: 15px;
        font-size: 9px;
    }
    .add-basket-btn {
        background-size: 11px;
        padding-left: 18px;
        font-size: 13px;
    }
    .product-content .btn-arrow {
        width:140px;
        height:34px;
        font-size: 9.5px;
        margin: 0 auto 7px auto;
    }
      .product-content .btn-arrow span:after {
        width: 17px;
        height: 7px;
        margin-left: 7px;
    }
    .products {
        padding: 15px 0 35px;
    }
    .goods-top {
        padding: 17px 15px;
        flex-direction:column;
    }
    .goods-top h3 {
        margin-bottom:10px;
        font-size: 21px;
        letter-spacing: 0; 
    }
    .goods-top h3 span {
        padding-left: 7px;
        font-size: 13px;
    }
    .goods-slider {
        width: 100%;
        height: 550px;
        margin-bottom:20px;
    }
    .goods-content {
        width: 100%;
    }
    .goods-title {
        font-size: 18px;
    }
    .size-list.goods-size-list li:not(:last-child) {
        margin-right: 15px;
    }
    .size-list {
        margin-top: 12px;
    }
    .size-list.goods-size-list li {
        width: 35px;
        height: 25px;
        font-size: 15px;
    }
    .goods-price {
        font-size: 20px;
    }
    .goods-price-old {
        padding-left: 15px;
        font-size: 16px;
    }
    .table-size {
        font-size: 14px;
        margin: 12px 0 15px;
    }
    .goods-sub-btns li a {
        font-size: 15px;
    }
    .goods-sub-btns li:not(:last-child) {
        margin-right: 25px;
    }
    .goods {
        padding: 20px 0 40px;
    }
    .product-slider-wrap {
        padding-bottom: 0;
    }
    .modal .modal-block {
        padding:20px 15px;
    }
    .about-video-wrap {
        min-height: 225px;
    }
    .contacts-wrap {
        flex-direction: column;
    }
    .contacts-block {
        width: 100%;
    }
    .smt-empty {
        background-size: 200px;
        margin-bottom: -51px;
        font-size: 26px;
        height: 250px;
        padding-top: 30px;
    }
}