@media (max-width: 1650px) {
    .product-full__images {
        width: 40%;
    }
}

@media (max-width: 1399px) {
    .product-full__images {
        width: 30%;
        position: relative;
    }

    .product-full__slider {
        overflow: hidden;
        position: relative;
    }

    .product-full__slider-arrow {
        top: 50%;
    }

    .product-full__slider-arrow:hover {
        color: #B96318;
    }

    .product-full__slider-arrow svg {
        display: block;
        width: 100%;
        height: 100%;
    }

    .product-full__slider-prev {
        left: 10px;
    }

    .product-full__slider-next {
        right: 10px;
    }
}

@media (max-width: 1300px) {
    .cart__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cart__body {
        max-width: 100%;
    }

    .cart-product__favorite {
        width: 120px;
        margin-right: 40px;
    }

    .cart-product__del {
        width: 40px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .cart-product__content {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (max-width: 1200px) {

    .footer__right {
        width: auto;
        gap: 30px;
    }

    .footer__links {
        padding-left: 0;
    }

    .footer__bottom-right {
        padding-right: 0;
    }
}

@media (max-width: 1023px) {
    .btn {
        height: 54px;
        font-size: 18px;
        padding: 0 30px;
    }

    input.inputbox,
    textarea.messagebox {
        height: 54px;
        padding: 0 20px;
    }

    textarea.messagebox {
        padding: 20px;
    }

    .header__inner {
        height: 70px;
        gap: 30px;
    }

    .header__burger {
        display: block;
        width: 24px;
        height: 24px;
    }

    .header__burger svg {
        width: 100%;
        height: 100%;
        display: block;
    }

    .header__logo {
        position: relative;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        top: auto;
        left: auto;
        margin-right: auto;
    }

    .header__menu {
        display: none;
    }

    .header__search {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto !important;
        height: 70px;
        position: absolute;
        left: calc(clamp(10px, 2.0833333333vw, 40px) * -1);
        right: calc(clamp(10px, 2.0833333333vw, 40px) * -1);
        top: -70px;
        padding: 0 clamp(10px, 2.0833333333vw, 40px);
        background: #fff;
        z-index: 100;
        opacity: 1;
        visibility: visible;
        gap: clamp(10px, 2.0833333333vw, 40px);
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }

    .header__search .inputbox {
        height: 38px;
        background: url(../img/svg/search-input.svg) no-repeat center right clamp(10px, 1.0416666667vw, 20px);
        padding: 0 40px 0 clamp(10px, 1.0416666667vw, 20px);
    }

    .header__search-close {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        opacity: 1;
        visibility: visible;
        position: relative;
        top: auto;
        right: auto;
        -webkit-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
    }

    .header__search-close svg {
        width: 25px;
        height: auto;
    }

    .header__search.active {
        top: 0;
    }

    .header__btns-search {
        display: -moz-flex !important;
        display: -ms-flex !important;
        display: -o-flex !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .header__catalog {
        display: none !important;
    }

    main {
        padding-top: 70px;
    }

    .products {
        margin-bottom: 85px;
    }

    .products__filter {
        margin-bottom: 30px;
        gap: 20px;
    }

    .products__cats ul {
        gap: 40px;
    }

    .products__cats ul li {
        gap: 40px;
    }

    .products__cats ul li:nth-child(n+2) {
        display: none;
    }

    .products__cats ul li a {
        font-size: 20px;
    }

    .products__sort {
        font-size: 18px;
        gap: 17px;
    }

    .products__items {
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 10px;
    }

    .products-item__image {
        margin-bottom: 20px;
    }

    .products-item__slider-arrow {
        width: 27px;
    }

    .products-item__to-cart {
        gap: 20px;
        padding: 32px 10px 50px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .products-item__sizes {
        gap: 20px;
    }

    .products-item__size span {
        font-size: 16px;
    }

    .products-item__btn {
        font-size: 16px;
    }

    .products-item__label {
        top: 15px;
        left: 15px;
        font-size: 14px;
        padding: 0 22px;
    }

    .products-item .to-favorite {
        top: 15px;
        right: 15px;
        width: 22px;
    }

    .products-item__title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .products-item__price {
        font-size: 22px;
        letter-spacing: 0.258px;
        gap: 25px;
    }

    .products-item__price del {
        font-size: 18px;
    }

    .products-item__price small {
        font-size: 18px;
    }

    .products-item__color span {
        width: 18px;
        height: 18px;
    }

    .subscription__form .inputbox {
        width: 100%;
        max-width: 386px;
    }

    .socials {
        gap: 20px;
    }

    .socials a {
        width: 48px;
        height: 48px;
        padding: 12px;
    }

    .footer {
        position: relative;
    }

    .footer .socials {
        gap: 20px;
        position: absolute;
        top: 127px;
        right: 20px;
    }

    .footer .socials a {
        width: 54px;
        height: 54px;
    }

    .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 60px 0 0;
    }

    .footer__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px;
        gap: 40px;
    }

    .footer__right {
        gap: 20px;
        width: 100%;
        padding-left: 0;
    }

    .footer__title {
        font-size: 20px;
        margin-bottom: 36px;
    }

    .footer__menu ul {
        gap: 18px;
    }

    .footer__menu ul li a {
        font-size: 18px;
    }

    .footer__bottom {
        padding: 40px 0;
        font-size: 18px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__bottom-right {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .footer__links {
        padding-left: 0;
        gap: 30px;
    }

    .footer__copyright {
        margin-top: 40px;
        width: 100%;
        text-align: center;
    }

    .product-full__images {
        width: 40%;
    }

    .product-full__btns {
        display: none;
    }

    .product-full__btns_tablet {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-top: 30px;
    }

    .product-full__btns-inner {
        width: 100%;
    }

    .layout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .checkout__form-radios {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .checkout__form-radio {
        width: auto;
    }

    .checkout__bottom {
        gap: 20px;
    }

    .checkout__pay {
        width: 100%;
    }

    .woocommerce .checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods {
        gap: 20px;
    }

    .woocommerce .checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li {
        width: 100%;
    }

    .page-404 {
        padding: 80px clamp(10px, 2.0833333333vw, 40px);
    }
}

@media (max-width: 767px) {
    .hero {
        height: 100%;
    }

    .modal__content {
        max-width: calc(100% - 20px);
        padding: 40px 10px 40px;
    }

    h3 {
        margin-bottom: 20px;
    }

    .subscription__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .subscription .btn {
        width: 100%;
    }

    .products__items {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .products__slider-nav {
        position: relative;
        justify-content: space-between;
        top: unset;
        margin: 20px 0;
    }

    .footer__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }

    .footer__title {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0;
        padding: 30px 0;
    }

    .footer__title svg {
        display: block;
        color: #D4D4D4;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .footer__title.active svg {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .footer__menu {
        border-bottom: 1px solid #959595;
    }

    .footer__menu:first-child {
        border-top: 1px solid #959595;
    }

    .footer__menu ul {
        display: none;
        padding-bottom: 30px;
    }

    .footer__bottom {
        position: relative;
        padding: 118px 0 20px;
    }

    .footer__bottom-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__bottom-right .socials {
        position: absolute;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 40px;
        right: auto;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .footer__bottom-right .socials a {
        width: 48px;
        height: 48px;
    }

    .footer__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        gap: 10px;
    }

    .footer__copyright {
        margin-top: 70px;
    }

    .product-full {
        margin-bottom: 80px;
    }

    .product-full__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-full__images {
        width: 100%;
        margin-bottom: 20px;
    }

    .product-full h1 {
        font-size: 20px;
    }

    .product-full__content {
        width: 100%;
        padding: 0;
        gap: 10px;
    }

    .product-full__price {
        font-size: 22px;
        gap: 25px;
    }

    .product-full__price del {
        font-size: 18px;
    }

    .product-full__price small {
        font-size: 18px;
    }

    .product-full__colors {
        gap: 10px;
    }

    .product-full__color span {
        width: 18px;
        height: 18px;
    }

    .product-full__sizes {
        margin-top: 10px;
        gap: 10px 18px;
    }

    .product-full__size span {
        padding: 12px 22px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 93.75%;
    }

    .product-full__btns_tablet {
        display: none;
    }

    .product-full__btns_mobile {
        display: block;
        margin-top: 30px;
        width: 100%;
    }

    .product-full__desc {
        margin-top: 60px;
    }

    .product-full .accordion {
        margin-top: 10px;
    }

    .layout {
        gap: 40px;
    }

    .sidebar {
        width: 100%;
        max-width: 100%;
    }

    .sidebar__block.block-toggled .sidebar__title {
        font-size: 14px;
        font-weight: 600;
        line-height: 142.857%;
        letter-spacing: 0.14px;
        padding: 14px 20px;
    }

    .sidebar__block.block-toggled .sidebar__title svg {
        width: 12px;
        height: auto;
    }

    .sidebar__menu ul {
        padding-top: 10px;
    }

    .sidebar__menu ul li a {
        font-size: 14px;
        font-weight: 600;
        line-height: 142.857%;
        letter-spacing: 0.14px;
        padding: 14px 20px;
    }

    .tabs__title {
        font-size: 16px;
    }

    .delivery__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .delivery table {
        display: block;
    }

    .delivery table tbody {
        display: block;
    }

    .delivery table tr {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
    }

    .delivery table tr td {
        font-size: 16px;
        width: calc(50% - 10px);
        padding: 0;
        margin-bottom: 20px;
        white-space: normal !important;
    }

    .delivery__desc {
        font-size: 16px;
    }

    input.inputbox,
    textarea.messagebox {
        height: 40px;
        font-size: 14px;
    }

    .form__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }

    .form__label {
        font-size: 14px;
        line-height: 142.857%;
        letter-spacing: 0.18px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .form__field {
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .form__accept {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .form__submit .btn {
        height: 46px;
        max-width: 100%;
        width: 100%;
        min-width: unset;
        padding: 0 10px;
    }

    .cart__manage {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .cart__title {
        width: 100%;
    }

    .cart__sidebar {
        width: 100% !important;
    }

    .cart-product {
        gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cart-product__image {
        width: 100px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .cart-product__content {
        width: calc(100% - 100px - 20px - 18px);
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .cart-product__title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -ms-flex-negative: unset;
        flex-shrink: unset;
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
    }

    .cart-product__price {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        width: 100%;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .cart-product__favorite {
        width: 18px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 10px;
    }

    .cart-product__favorite a {
        width: 100%;
    }

    .cart-product__favorite svg {
        width: 100%;
        height: auto;
    }

    .cart-product__del {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 18px;
        margin-top: 2px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-top: 0;
    }

    .cart-product__del a {
        width: 100%;
    }

    .cart-product__del svg {
        width: 100%;
        height: auto;
    }

    .checkout__title {
        font-size: 18px;
        line-height: 111.111%;
        letter-spacing: 0.18px;
    }

    .checkout__form-label {
        font-size: 14px;
        line-height: 142.857%;
        letter-spacing: 0.18px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .checkout__form-field {
        width: 250px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .checkout__form-radios {
        gap: 10px 8px;
    }

    .checkout__form-radio {
        width: calc(50% - 4px);
    }

    .checkout__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .checkout__pay {
        width: 100%;
        margin-bottom: 40px;
    }

    .checkout__title {
        margin-bottom: 20px;
    }

    .woocommerce .checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .auth {
        padding: 80px 0;
    }

    .auth__top {
        margin-bottom: 40px;
    }

    .auth__block {
        padding: 30px 10px;
    }

    .page-404 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-404__content {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .about__images {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .advantages__items {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 130px;
        margin: 0 auto;
    }

    .advantages__item {
        border-left: 0 !important;
    }

    .advantages__item + .advantages__item {
        border-top: 1px solid #C4C4C4;
        padding-top: 30px;
        margin-top: 30px;
    }

    .section-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-head .section-title h1 {
        margin: 0;
    }
}
