
@media screen and (max-width: 1280px) {
    .header.mob{
        position: relative;
        z-index: 12;
    }
    .container {
        padding: 0 35px;
    }


    .navigation {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .navigation li {
        flex: 1 1 calc(100%/6);
    }
    .navigation span {
        width: 100%;
        padding-bottom: 0;
    }

    .outfit-link {
        padding: 8px 10px;
    }

    .banner_image {
        width: 100%;
        max-height: 450px;
        object-fit: cover;
    }
    .banner_overlay {
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 66.53%, rgba(0, 0, 0, 0.47) 100%) !important;
    }


    .items_container {
        flex-wrap: nowrap;
    }
    .item {
        max-width: 20%;
    }
    .products-list-container .slick-prev{left: -5px;}
    .products-list-container .slick-next{right: -5px;}

    .subscribe-form {
        flex-wrap: wrap;
        justify-content: center;
    }
    .form-label {
        margin-top: var(--second-margin);
    }

    .search-clothes_container {
        height: auto;
    }
    .search-clothes_container > .items_container {
        padding: 30px 10px 30px;
    }

    .dap_section {
        justify-content: center;
    }
    .dap_block {
        flex: 1 1 100%;
    }
    .dap_image {
        justify-content: center;
        order: 1;
    }
    .dap_text {
        margin-top: 20px;
        order: 2;
    }
    .dap_image img {
        width: auto;
    }

    .select-address-step2_right {
        padding: 15px;
        width: 350px;
    }
    .select-address-step2_left {
        width: 350px;
    }
    .select-address-step2_left img {
        aspect-ratio: 1;
        width: 100%;
        height: auto;
    }
    .popup_close-btn {
        right: 20px;
        top: 30px;
    }
    .popup_close-btn:after,
    .popup_close-btn:before {
        background-color: var(--main-color);
    }

    .dap_section h1 {
        display: flex;
        justify-content: center;
    }
    .cart-items{margin-bottom: 80px;}
}
@media (min-width: 1024px) {
    .item {
        max-width: 336px;
    }
}
@media screen and (max-width: 1024px) {
    .container {
        padding: 0 25px;
    }

    .item {
        max-width: calc(50% - 4px);
    }
    .item-size_container {
        display: none;
        visibility: visible;
        transform: translateX(0);
    }
    .banner-text {
        margin: auto auto 0;
        width: 100%;
        padding-bottom: 20px;
        padding-top: 20px;
        background-color: rgba(0,0,0,.4);
        box-shadow: 0 -10px 10px -5px rgba(0, 0, 0, 0.5);

    }
    .form-label {
        width: 100%;
        max-width: 100%;
    }
    .form-label label {
        display: flex;
        flex: 1 1 auto;
    }
    .form-label input {
        flex: 1 1 auto;
        width: auto;
    }
    .footer_store {
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        margin-top: 0;
    }
    .footer_store a {
        margin-top: 10px;
        margin-right: 0;
    }
    .items-navigation {
        display: none;
    }

    .catalog {
        gap: 30px 12px;
        margin: 16px 0 0;
        width: 100%;

        & .item {
            flex: 1 1 45%;
            padding: 0;
        }
    }

    .filter {
        width: 211px;
    }

    .catalog-filter_right > .filter:first-child {
        width: 211px;
        margin-right: 15px;
    }

    .order_block {
        flex: 0 1 100%;
        margin-top: 20px;
    }
    .order-section {
        justify-content: center;
    }
    .order-section .section-title {
        margin-top: 0;
    }
    .order_form {
        margin-top: 0;
    }


    .item-view {
        flex-wrap: wrap;
    }
    .item-view_left,
    .item-view_right {
        flex: 1 1 100%;
        justify-content: center;
        margin-top: 40px;
    }
    .item-view_left {
        margin-top: 0;
    }


    .cart-items {
        flex: 1 1 100%;
        margin-right: 0;
    }
    .cart-address-info {
        margin-top: 30px;
    }
    .cabinet_block {
        width: 100%;
    }
    .cabinet_block:first-of-type {
        margin-top: 10px;
    }
    .cabinet-address .main-btn {
        margin-top: var(--main-margin);
    }
    .item:hover {
        box-shadow: none;
        transform: none;
    }


    .middle-hidden {
        display: none;
    }
    .item.middle-hidden:not(:nth-child(n+4)){display: block;}
    .order_result_block {
        width: 100%;
        max-width: 100%;
    }

    .section-container {
        margin-top: 60px;
    }

    .cabinet-table_tr {
        & .status {
            min-width: 100px;
        }
    }


    .section-container.favorites_container {
        & .items_container {
            flex-wrap: wrap;
            .item {
                flex: 25%;
            }
        }
    }
    .search-clothes_container {
        height: calc(100vh - 279px);

        padding-left: 15px;
        padding-right: 15px;

        overflow-y: scroll;
        & .items_container {
            gap: 24px 4px;
            margin-top: 0;
            padding-top: 0;
            flex-wrap: wrap;
           & .item {
               & .item-image {
                   height: 210px;

                   .item-addToCart {
                       width: 40px;
                       height: 40px;
                       padding: 5px;
                   }
               }
           }
        }
    }
.cabinet_block label.personal_info_form_save > button{
    margin-top: 20px;
    position: static;
}

.cabinet_block {
    box-shadow: none;
    padding: 12px;
}
.cabinet_block h2 {
    font-size: 20px;
    margin-bottom: 0;
    align-items: center;
& button {
      margin-top: 0;
  }
}
.cabinet_input {
    font-size: 16px;
    line-height: 100%;
    padding: 12px;
}
.cabinet-information_bottom {
    margin-top: 12px;
}
.cabinet-information {
& label:first-of-type {
      margin-top: 20px;
  }
}
.cabinet-address_mobile h2 button {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
}
.cabinet-address_mobile{margin-top: 32px;}
.cabinet-points {
    width: 100%;
}
.order-section .section-title{
    justify-content: center;
    padding-left: 40px;
    position: relative;
}
.order-section .section-title .triangle {
    left: 0;
    position: absolute;
}
.order-result_mobile {
    margin-top: auto;
    display: flex;
    position: fixed;
    bottom: 88px;
    right: 0;
    left: 0;
    background-color: var(--light-gray-color);
    border-radius: var(--main-border-radius) var(--main-border-radius) 0 0;
    align-items: center;
    padding: 28px 16px;
}
.order-result_mobile button{margin-top: 0;}
.order-result_mobile span{
    margin-right: 11px;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%; /* 28px */
}

.main-btn {
    font-size: 14px;
    line-height: 140%;

    &:hover {
         transform: none;
         scale: none;
         outline: none;
         border: none;
     }
}
    .main-btn:hover {
        transform: none;
        background-color: var(--main-color);
        color: var(--white);
    }
.buy-btn{
    font-size: 14px;
    line-height: 140%;
}

.cart-items{margin-top: 28px;}
}/* END 1024px */
@media screen and (max-width: 780px) {
    .header.mob{
        background-color: #fff;
        box-shadow: 0 4px 20px 0 rgba(0,0,0,.08);
        position: sticky;
        top: 0;
        z-index: 12;
        margin-bottom: var(--main-margin);
        transition: all var(--main-transition);
    }
    .body_hidden header{top: 0 !important;}
    .header-cart {
        box-shadow: none;
    }

    main {
        padding: 0 0 90px;
    }
    main:has(.cart-section) {
        padding: 0 0 190px;
    }
    .header_city {
        color: var(--main-color);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
    }

    .container {
        padding: 0;
    }
    .page__header-catalog,
    .page__header-product,
    .page__header-cart,
    .header_layer {
        z-index: 12;
    }
    .page__header-product{margin-bottom: 0;}
    .section-container:last-of-type {
        padding-bottom: 0;
    }
    .product-page{padding-bottom: 150px;}
.banner-container{border-radius: 0;}
    .banner-text {
        box-shadow: none;
        background-color: transparent;
    }
    .banner-text p.banner-text_big {
        font-size: 70px;
        line-height: 70px;
    }
    .banner-text p.banner-text_medium {
        font-size: 38px;
    }
    .banner-text p.banner-text_little {
        margin-top: 8px;
        font-size: 20px;
        width: 100%;
        max-width: 100%;
    }
    .banner-text_span {
        font-size: 16px;
    }
    .banner-button {
        display: none;
    }
    .section-title {
        padding: 0 16px;
        font-size: 18px;
        margin-top: 8px;
    }

    .section-container {
        margin-top: 20px;
    }
.products-list-container{overflow: hidden;}
    .products-list{
        margin: 8px -120px 0 10px;
        width: calc(100% + 130px);
    }
    .products-list .slick-list{
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .items_container {
        max-width: 100%;
        padding: 0 8px;
        margin: 8px 0 0;
        column-gap: 0;
    }
    .item {
        padding: 0;
        &:hover {
            transform: none;
        }

        .item-addToCart:hover {
            transform: none;
        }
    }

    .main_catalog{padding: 0 16px 90px;}

    .mobile-filter_clothes {
        margin-top: 12px;
        padding-bottom: 5px;
        width: 100%;
    }
    .catalog-filter_mobile{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 -16px;
        padding: 0;
        width: calc(100% + 32px);
    }
    .catalog-filter {
        display: none;
    }
    .catalog-filter_selected{
        margin-top: 12px;
        overflow-y: auto;
        padding: 0 0 5px;
        white-space: nowrap;
    }
    .catalog-filter_selected::-webkit-scrollbar {
        display: none;
    }
        .filter-selected{
            font-size: 14px;
            font-weight: 300;
            margin-right: 12px;
        }
    .catalog_title{
        flex-wrap: wrap;
        font-size: 18px;
        justify-content: center;
        text-transform: none;
        margin-bottom: 8px;
    }
.main_catalog h1.catalog_title{margin-top: -6px;}
.catalog-filter_mobile{
    margin: 0 -16px;
    width: calc(100% + 32px);
}
    .mobile-filter{width: 50%;}
    .catalog_stock{
        display: block;
        font-size: 14px;
        margin-left: 0;
        text-align: center;
        width: 100%;
    }
    .catalog .item {
        width: 50%;
    }
    .mobile-subwindow {
        display: flex;
    }


    .order_header,
    .order_footer,
    .order_result_block {
        display: none;
    }
    .order_header + main {
        margin-top: 0;
        height: 100vh;
    }
    .order-section {
        padding: 0 16px 10px;
        flex-direction: column;
        height: 100%;
    }
    .order-section .section-title {
        text-align: center;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        text-transform: none;
        letter-spacing: normal;
    }
    .order-section .section-title .triangle {
        position: absolute;
        left: 0;
        display: inline-block;
    }
    .order-label {
        display: none;
    }
    .mobile_order-label {
        position: relative;
        width: 100%;
    }
    .mobile_order-label:last-of-type {
        margin-top: 24px;
    }
    .mobile_order-label textarea {
        line-height: normal;
    }
    .mobile_order-label textarea::placeholder {
        font-size: 16px;
        line-height: 16px;
    }

    .order_form {
        flex: 1 1 auto;
        width: 100%;
    }
    .mobile_order_address {
        margin-bottom: 24px;
    }
    .mobile_order_address span {
        position: absolute;
        top: 12px;
        left: 14px;
        font-weight: 500;
    }
    .mobile_order_address input {
        padding-top: 35px;
    }

    .mobile-drop_container {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 3;
        transform: translateY(0);
        transition: transform var(--main-transition);
    }
    .mobile-drop_container .mobile-drop_shadow {
        position: absolute;
        /*background-color: rgba(0,0,0,.5);*/
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .mobile-drop_subwindow {
        position: absolute;
        bottom: 0;
        padding: 12px 16px;
        background-color: var(--white);
        right: 0;
        left: 0;
        border-radius: var(--main-border-radius) var(--main-border-radius) 0 0;
    }
    .mobile-drop_subwindow h2 {
        font-size: 18px;
    }
    .mobile-drop_hidden {
        transform: translateY(-120%);
    }


    .order_subwindow {
        display: block !important;
    }
    .order_subwindow p {
        padding: 12px;
        margin-top: 12px;
        margin-bottom: 23px;
        background-color: var(--light-gray-color);
        border-radius: var(--main-border-radius);
    }
    .order_subwindow .main-btn {
        margin-top: 12px;
    }


    .item-view_left,
    .item-view_right,
    .mobile_hidden {
        display: none;
    }
    .mobile_hidden + main {
        margin-top: 0;
    }
    .item-view {
        display: block;
    }
    .item-view_mobile {
        display: flex;
        flex-direction: column;
    }
    .view-mobile_img {
        display: flex;
    }
    .item-view_h1 {
        font-weight: 500;
    }
    .item-view_subtitle {
        margin-top: 0;
        color: var(--gray-color);
        font-style: normal;
        font-weight: 400;
    }
    .item-view_sizes-block {
        margin-top: 16px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.10);
        padding-bottom: 24px;
    }
    .item-view_sizes-block h3 {
        color: var(--orange-color);
        font-weight: 400;
        text-decoration: none;
        display: flex;
        justify-content: space-between;
    }
    .item-view_sizes-block h3 span {
        color: var(--gray-color);
        font-weight: 400;
    }
    .item-view_size {
        margin-top: 12px;
    }
    .item-view_size span {
        padding: 10px;
    }
    .item-view_description{
        margin-top: 14px;
        padding-bottom: 18px;
    }
    .item-view_properties{margin-top: 16px;}
    .item-view_properties p {
        margin-top: 8px;
        flex-wrap: wrap;
        background-color: transparent;
        padding: inherit;
    }
    .property_name,
    .property {
        margin-top: 5px;
        width: 100%;
        line-height: 16px;
    }
    .item-view_properties button {
        color: var(--orange-color);
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-top: 12px;
    }

    .would-like {
        padding: 44px 0 14px 0;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .would-like h2 {
        padding: 0 16px;
    }


    .cart_header {
        display: none;
    }


    .header-cart + main {
    }
    .cart-section {
        margin-top: -30px;
        padding: 16px;
        border-radius: 21px 21px 0 0;
        background-color: var(--white);
    }
    .cart-mobile {
        border-radius: 8px;
        display: block;
        padding: 12px;
        width: 100%;
    }

    .cart-item:hover {
        transform: none;
    }
    .cart-items {
        margin-top: 0;
    }
    .cart-address-info {
        display: none;
    }
    .address-block{margin-bottom: 20px;}
    .mobile-promo {
        margin-top: 16px;
    }
    .cart-address_promo {
        color: var(--main-color);
        font-size: inherit;
    }
    .would-like h2:first-of-type {
        /*display: none;*/
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .would-like h2 {
        color: var(--main-color);
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        letter-spacing: normal;
    }
    .section-container {
        margin-top: 44px;
    }
    .cart-address_address {
        border-top: none;
    }
    .address-block h3 {
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
        margin-bottom: 10px;
        padding: 0;
    }
    .cart-address_address {
        margin-top: 10px;
        font-size: 14px;
        line-height: 14px;
        font-weight: 400;
        padding: 0;
    }
    .cart-total-price{
        margin-bottom: 16px;
        padding-top: 0;
    }

    .dap_section {
        padding: 15px;
    }
    .dap_section .section-title {
        margin-bottom: 10px;
        padding: 0;
    }
    .dap_text {
        margin-top: 12px;
        padding: 10px 0;
    }

    .no-search .mobile-search,
    .no-search .mobile-clothes {
        display: none;
    }
    .no-search .header-mobile {
        height: auto;
        box-shadow: none;
    }
    .no-search + main {
        margin-top: 0;
    }


    div[class*='page__header'] {
        box-shadow: none;
        background-color: var(--white);
    }
    div[class*='page__header'] + main {
        margin-top: 0;
    }
    div[class*='page__header'] .triangle {
        position: absolute;
        left: 16px;
    }
    div[class*='page__header'] .header-mobile {
        background-color: var(--white);
        height: auto;
        box-shadow: none;
    }
    div[class*='page__header'] .mobile-logo {
        background-color: var(--white);
        /*box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);*/
        box-shadow: none;
    }
    div[class*='page__header'] .mobile-search,
    div[class*='page__header'] .mobile-clothes {
        display: none;
    }

    .cabinet-address_mobile{border-radius: 0;}

    #repeat-order .popup_container {
        width: 100%;
    }


    .desktop_hidden {
        display: flex;
    }

    .mobile-drop_container .step_hide {
        transform: translateY(-100%);
    }

    .success_subwindow {
        max-width: calc(100% - 50px);
        margin: 0 auto;
        top: auto;
        bottom: auto;
        flex-direction: column;
    }
    .cabinet-information {
        display: flex;
        flex-direction: column;
        & h2 {
            order: 1
        }
        & label:nth-of-type(1) {
            order: 3;
            margin-top: 12px;
        }
        & label:nth-of-type(2) {
            order: 2;
            margin-top: 20px;
        }
        & label:nth-of-type(3) {
            order: 4
        }
        .cabinet-information_bottom {
            order: 5
        }
    }
    .cart-item_img {
        flex: 1 0 150px;
    }
    .cart-item_options {
        margin-top: 12px;
    }

    .item-image {
        padding: 28px 10px;
        height: 230px;
        .item_first-image,
        .item_second-image {
            max-height: 230px;
        }
    }

    .section-container.favorites_container {
        .catalog{padding: 0 16px;}
        .items_container {
            .item {
                flex: 50%;
            }
        }
    }
    .cart-item_del {
        width: 15px;
        height: 15px;
        top: 10px;
        right: 10px;
    }
.item.middle-hidden:nth-child(n+3){display: none;}
.banner-container.banner1{margin-top: -20px;}
}

@media screen and (max-width: 480px) {
    .view-all {
        font-size: 12px;
    }
    .banner-text p.banner-text_big {
        font-size: 57px;
        line-height: 57px;
    }
    .banner-text p.banner-text_medium {
        font-size: 28px;
    }
    .banner-text p.banner-text_little {
        margin-top: 8px;
        font-size: 14px;
    }
    .banner-text_span {
        font-size: 12px;
    }
    .banner-button {
        display: none;
    }
    .section-title {
        margin-top: 6px;
        padding: 0 16px;
        font-size: 18px;
    }

    .item-image {
        padding: 28px 10px;
        height: 165px;
    }
    .item-price_new {
        font-size: 12px;
    }
    .item-price_old,.item-title,.item-desc,.item-price{font-size: 12px;}
    .item-title{margin-top: 6px;}
    .item-desc{margin-top: 1px;}
    .item-price{margin-top: 3px;}
    .item-like {
        top: 10px;
        right: 10px;
    }
    .item-addToCart {
        width: 40px;
        height: 40px;
        padding: 6px;
        bottom: 10px;
    }
    .item-promo {
        font-size: 10px;
    }
    .would-like h2 {
        font-size: 18px;
        line-height: 18px;
    }

    .section-title {
        letter-spacing: normal;
        font-size: 16px;
    }


    .item-view_h1 {
        font-size: 18px;
    }
    .item-view_subtitle {
        font-size: 18px;
    }
    .item-view_sizes-block h3 {
        font-size: 12px;
    }
    .item-view_sizes-block h3 span {
        font-size: 16px;
    }
    .item-view_size span {
        font-size: 16px;
    }
    .item-view_description h3,
    .item-view_properties h3,
    .item-view_description p {
        font-size: 16px;
    }
    .property_name,
    .property {
        font-size: 14px;
    }
    .item-view_properties button {
        font-size: 12px;
    }


    .cart-item_img {
        flex: 1 0 108px;
    }
    .cart-item_title,
    .cart-item_subtitle,
    .cart-item_size,
    .cart-item_count .count {
        font-size: 14px;
        line-height: 14px;
    }
    .cart-item_info {
        display: flex;
        flex-direction: column;
        padding: 8px 10px 4px;
    }
    .cart-item_count .count {
        margin-top: auto;
    }
    .cart-item_price {
        font-size: 18px;
        line-height: 18px;
    }

    .dap_section .section-title {
        font-size: 20px;
        line-height: 20px;
        text-transform: none;
    }
    .dap_text {
        font-size: 16px;
        line-height: 100%;
    }


    .cabinet-address_address span:last-of-type {
        max-width: 288px;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .popup_header {
        padding: 0 20px;
    }

    input,textarea{
        font-size: 14px;
    }
    .item-view_h1 {
        font-size: 18px;
    }

    .cart-item_count {
        padding: 12px;
        .count {
            margin: 0 15px;
        }
    }
    .cart-item_count .deny,
    .cart-item_count .add {
        width: 10px;
        height: 10px;
    }
}

@media screen and (min-width: 781px) {
    .desktop_hidden {
        display: none;
    }
    .item-like:hover {
        transform: scale(1.2);
        fill: var(--main-color);
    }
    .item-like:hover > path {
        stroke: var(--main-color);
    }
}
