@charset "UTF-8";
@-webkit-keyframes marqueeScrolling {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@keyframes marqueeScrolling {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@-webkit-keyframes marqueeScrollingReverse {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes marqueeScrollingReverse {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@font-face {
    font-family: "Cormorant Garamond";
    src:
        url(/catalog/view/theme/tex-new/assets/fonts/new/CormorantGaramond-SemiBoldItalic.woff2) format("woff2"),
        url(/catalog/view/theme/tex-new/assets/fonts/new/CormorantGaramond-SemiBoldItalic.woff) format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Cormorant Garamond";
    src:
        url(/catalog/view/theme/tex-new/assets/fonts/new/CormorantGaramond-SemiBold.woff2) format("woff2"),
        url(/catalog/view/theme/tex-new/assets/fonts/new/CormorantGaramond-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Cormorant Garamond";
    src:
        url(/catalog/view/theme/tex-new/assets/fonts/new/CormorantGaramond-MediumItalic.woff2) format("woff2"),
        url(/catalog/view/theme/tex-new/assets/fonts/new/CormorantGaramond-MediumItalic.woff) format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Cormorant Garamond";
    src:
        url(/catalog/view/theme/tex-new/assets/fonts/new/CormorantGaramond-Regular.woff2) format("woff2"),
        url(/catalog/view/theme/tex-new/assets/fonts/new/CormorantGaramond-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Cormorant Garamond";
    src:
        url(/catalog/view/theme/tex-new/assets/fonts/new/CormorantGaramond-LightItalic.woff2) format("woff2"),
        url(/catalog/view/theme/tex-new/assets/fonts/new/CormorantGaramond-LightItalic.woff) format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Cormorant Garamond";
    src:
        url(/catalog/view/theme/tex-new/assets/fonts/new/CormorantGaramond-Medium.woff2) format("woff2"),
        url(/catalog/view/theme/tex-new/assets/fonts/new/CormorantGaramond-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Cormorant Garamond";
    src:
        url(/catalog/view/theme/tex-new/assets/fonts/new/CormorantGaramond-Italic.woff2) format("woff2"),
        url(/catalog/view/theme/tex-new/assets/fonts/new/CormorantGaramond-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Cormorant Garamond";
    src:
        url(/catalog/view/theme/tex-new/assets/fonts/new/CormorantGaramond-Light.woff2) format("woff2"),
        url(/catalog/view/theme/tex-new/assets/fonts/new/CormorantGaramond-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Cormorant Garamond";
    src:
        url(/catalog/view/theme/tex-new/assets/fonts/new/CormorantGaramond-BoldItalic.woff2) format("woff2"),
        url(/catalog/view/theme/tex-new/assets/fonts/new/CormorantGaramond-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Cormorant Garamond";
    src:
        url(/catalog/view/theme/tex-new/assets/fonts/new/CormorantGaramond-Bold.woff2) format("woff2"),
        url(/catalog/view/theme/tex-new/assets/fonts/new/CormorantGaramond-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
:root {
    --ttw-accent-color: #d99c97;
    --ttw-accent-color_darken: #54393e;
    --ttw-text-color: #222;
    --ttw-dark-bg-color: #222;
    --ttw-text-color_lighten: #232323;
    --ttw-dark-bg-color_lighten: #232323;
    --ttw-dark-bg-color_extra-light: #3b3b3b;
    --ttw-grey-color: #999da4;
    --ttw-grey-color_lighten: #a1a5ab;
    --ttw-grey-color_darken: #8f9399;
    --ttw-main-font: "Rubik", sans-serif;
    --ttw-secondary-font: "Philosopher", sans-serif;
    --ttw-special-font: "Cormorant Garamond", sans-serif;
    --ttw-light-shadow: 0 0.5rem 1rem -0.25rem rgba(34, 34, 34, 0.081);
}
.ttw-new-design {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    min-height: 100svh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ttw-new-design .container {
    width: 100%;
    max-width: 100%;
}
@media screen and (min-width: 1440px) {
    .ttw-new-design .container {
        max-width: 1350px;
    }
}
@media screen and (max-width: 1439px) {
    .ttw-new-design .cp_container.cp_btn_right .cp_btn {
        top: 40%;
        height: 55px;
        width: 55px;
        margin-top: -12.5px;
        right: 15px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background-position: center;
    }
    .ttw-new-design .cp_btn #cp_btn_text {
        display: none;
    }
}
.ttw-main #wrapper,
.ttw-new-design .compare_header,
.ttw-new-design .ttvcms-header-myaccount,
.ttw-new-design .ttvheader-cart-btn-wrapper {
    padding: 0;
}
.ttw-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}
.ttw-main {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}
.ttw-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: 0 0;
    text-decoration: none;
    color: var(--ttw-text-color);
    line-height: 1.2;
    letter-spacing: 0.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 400;
    text-transform: none;
    font-size: 1.4rem;
    font-size: clamp(1.4rem, 1.354rem + 0.128vw, 1.6rem);
    padding: 1.6rem;
    color: #fff;
    background-color: var(--ttw-dark-bg-color_lighten);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.ttw-btn:hover,
.ttw-btn_invert:hover {
    color: #fff;
    background-color: var(--ttw-accent-color);
}
.ttw-btn_invert,
.ttw-btn_opposite {
    background-color: transparent;
    border: 1px solid currentColor;
}
.ttw-btn_invert {
    color: var(--ttw-text-color);
}
.ttw-btn_opposite {
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
}
.ttw-btn_opposite:hover {
    color: var(--ttw-accent-color);
    background-color: #fff;
}
.ttw-section {
    margin-bottom: 5rem;
    margin-bottom: clamp(5rem, 4.077rem + 2.564vw, 9rem);
}
.ttw-section__title,
.ttw-text {
    color: var(--ttw-text-color);
    line-height: 1.2;
    letter-spacing: 0.5px;
}
.ttw-section__title {
    font-weight: 300;
    font-size: 2.8rem;
    font-size: clamp(2.8rem, 2.708rem + 0.256vw, 3.2rem);
    text-align: center;
    margin-bottom: 32px;
    text-transform: uppercase;
}
.owl-carousel[class*="ttw-"] .owl-nav button {
    padding: 0;
    font-size: 0;
}
.owl-carousel[class*="ttw-"] .owl-nav button .ttw-icon,
.ttw-new-header__logo img {
    width: 100%;
    height: 100%;
}
.owl-carousel[class*="ttw-"] .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.owl-carousel[class*="ttw-"] .owl-item {
    height: auto;
    float: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.ttw-text {
    font-size: 1.6rem;
    color: #000;
}
.ttw-main-banners-item__description p,
.ttw-text p {
    color: inherit;
    font: inherit;
    margin-top: 0;
    margin-bottom: 0.75rem;
}
.ttw-text p:last-child {
    margin-bottom: 0;
}
.ttw-text ol:not(:last-child),
.ttw-text p:not(:last-child),
.ttw-text ul:not(:last-child) {
    margin-bottom: 32px;
}
.ttw-text ol,
.ttw-text ul {
    font: inherit;
}
.ttw-text ul:not([class]) {
    list-style: disc;
    padding-left: 3rem;
}
.ttw-text ol:not([class]) {
    counter-reset: ttwListCounter;
    list-style-type: none;
    padding-left: 0;
}
.ttw-text ol:not([class]) ol:not([class]) {
    padding-left: 1rem;
}
.ttw-text ol:not([class]) li:before {
    counter-increment: ttwListCounter;
    content: counters(ttwListCounter, ".") ". ";
}
.ttw-text h2,
.ttw-text h3,
.ttw-text h4,
.ttw-text h5,
.ttw-text h6 {
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 32px;
}
.ttw-text h2 {
    font-size: 2.8rem;
    font-size: clamp(2.8rem, 2.708rem + 0.256vw, 3.2rem);
}
.ttw-text h3 {
    font-size: 2.6rem;
    font-size: clamp(2.6rem, 2.531rem + 0.192vw, 2.9rem);
}
.ttw-text h4 {
    font-size: 2.4rem;
    font-size: clamp(2.4rem, 2.331rem + 0.192vw, 2.7rem);
}
.ttw-text h5 {
    font-size: 2.2rem;
    font-size: clamp(2.2rem, 2.131rem + 0.192vw, 2.5rem);
}
.ttw-text h6 {
    font-size: 2rem;
    font-size: clamp(2rem, 1.931rem + 0.192vw, 2.3rem);
}
.ttw-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
}
.ttw-checkbox__input {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
}
.ttw-checkbox__box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border: 1px solid #999;
}
.ttw-checkbox__box:before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTUuNTU2IDUxNS41NTYiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNTE1LjU1NiA1MTUuNTU2IiB3aWR0aD0iNTEyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0wIDI3NC4yMjYgMTc2LjU0OSAxNzYuODg2IDMzOS4wMDctMzM4LjY3Mi00OC42Ny00Ny45OTctMjkwLjMzNyAyOTAtMTI4LjU1My0xMjguNTUyeiIvPjwvc3ZnPg==)
        no-repeat center;
    background-size: contain;
    -webkit-filter: invert(1);
    filter: invert(1);
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: 0;
}
.ttw-checkbox__input:checked + .ttw-checkbox__box {
    background-color: var(--ttw-accent-color);
    border-color: var(--ttw-accent-color);
}
.ttw-checkbox__input:checked + .ttw-checkbox__box:before {
    opacity: 1;
}
.ttw-checkbox__label {
    color: var(--ttw-text-color);
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #999;
    margin: 0;
    display: block;
    font-size: 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 28px);
    flex: 0 0 calc(100% - 28px);
    max-width: calc(100% - 28px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ttw-filter__submit-btn {
    width: 100%;
    padding: 0.8rem 1.6rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ttw-filter-block:not(:last-child) {
    margin-bottom: 28px;
}
.ttw-filter-block__title {
    color: var(--ttw-text-color);
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: 2rem;
    margin-bottom: 12px;
}
.ttw-filter-block .ttw-checkbox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ttw-filter-block .ttw-checkbox:not(:last-child),
.ttw-filter-block .ttw-more-hidden,
.ttw-filter-price .ttw-checkbox:not(:last-child) {
    margin-bottom: 12px;
}
.ttw-more-hidden {
    display: none;
}
.ttw-more-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: 0 0;
    text-decoration: none;
    color: var(--ttw-text-color);
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
}
.ttw-more-btn:hover {
    color: var(--ttw-accent-color);
}
.ttw-filter-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ttw-filter-price__input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 24px) / 2);
    flex: 0 0 calc((100% - 24px) / 2);
    max-width: calc((100% - 24px) / 2);
    margin-bottom: 16px;
    height: auto;
    border: 1px solid #999;
    padding: 14px 16px;
    line-height: 1.3;
}
.ttw-breadcrumb {
    background-color: var(--ttw-grey-color);
    margin-bottom: 26px;
    color: #fff;
}
.ttw-breadcrumb_simple {
    background: 0 0;
    color: var(--ttw-text-color);
    margin-bottom: 32px;
}
.ttw-breadcrumb__inner {
    position: relative;
    padding: 20px 15px;
    overflow: hidden;
}
@media screen and (min-width: 576px) {
    .ttw-breadcrumb__inner {
        padding-right: 275px;
    }
}
@media screen and (min-width: 640px) {
    .ttw-breadcrumb__inner {
        padding-left: 40px;
    }
}
.ttw-breadcrumb__title {
    color: var(--ttw-text-color);
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: inherit;
    font-weight: 400;
    font-size: 2.8rem;
    text-transform: uppercase;
    margin-block: 0 8rem;
}
.ttw-breadcrumb__img {
    position: absolute;
    display: none;
    left: calc(100% - 275px);
    top: 0;
    height: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (min-width: 576px) {
    .ttw-breadcrumb__img {
        display: block;
    }
}
.ttw-breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.75rem 1.6rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ttw-breadcrumb-list__item:not(:first-child) {
    position: relative;
    padding-left: 1.6rem;
}
.ttw-breadcrumb-list__item:not(:first-child):before {
    position: absolute;
    display: block;
    content: "/";
    text-align: center;
    top: 50%;
    left: -6px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 24px;
}
.ttw-breadcrumb-list__link {
    color: var(--ttw-text-color);
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 1.385rem + 0.321vw, 2rem);
    color: inherit;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
}
.ttw-breadcrumb-list a.ttw-breadcrumb-list__link:hover {
    color: inherit;
    text-decoration: underline;
}
#header.ttw-new-header {
    padding: 1.5rem 0;
    position: sticky;
    top: 0;
    border: 0;
    margin-bottom: 1.5rem;
}
#header.ttw-new-header.ttw-new-header_scrolling,
#header.ttw-new-header:focus-within,
#header.ttw-new-header:hover {
    -webkit-box-shadow: var(--ttw-light-shadow);
    box-shadow: var(--ttw-light-shadow);
}
@media screen and (max-width: 1100px) {
    #header.ttw-new-header {
        position: sticky !important;
        top: 0;
    }
}
@media screen and (min-width: 900px) {
    #header.ttw-new-header {
        padding: 3rem 0 0;
        margin-bottom: 1.6rem;
    }
}
#header.ttw-new-header .container {
    width: 100%;
    max-width: 100%;
}
@media screen and (min-width: 1440px) {
    #header.ttw-new-header .container {
        max-width: 1350px;
    }
}
.ttw-new-header__inner {
    display: grid;
    gap: 16px 20px;
    grid-template-columns: 5rem 1fr;
    grid-template-columns: clamp(5rem, 2.328rem + 7.421vw, 9rem) 1fr;
    grid-template-areas: "ttwLogo ttwInfo";
}
@media screen and (min-width: 900px) {
    .ttw-new-header__inner {
        grid-template-columns: 90px 1fr;
        grid-template-areas: "ttwLogo ttwInfo" "ttwLogo ttwnNav";
    }
}
.ttw-new-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-area: ttwLogo;
    min-width: 0;
    text-decoration: none;
}
@media screen and (min-width: 900px) {
    .ttw-new-header__logo {
        padding-bottom: 1.6rem;
    }
}
.ttw-new-header__info {
    min-width: 0;
    grid-area: ttwInfo;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 899px) {
    .ttw-new-header__info {
        gap: 0.7rem;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.ttw-new-header__info .btn-header-callback.ttw-new-header-callback {
    margin: 0;
    height: auto;
    padding: 0.8rem 1.6rem;
    line-height: 1.19;
    font-weight: 400;
    text-transform: none;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.ttw-new-header__info .btn-header-callback.ttw-new-header-callback .ttw-icon {
    display: none;
    width: 2rem;
    height: 2rem;
}
@media screen and (max-width: 660px) {
    .ttw-new-header__info .btn-header-callback.ttw-new-header-callback_desktop {
        display: none;
    }
}
.ttw-new-header-phones {
    position: relative;
    z-index: 1;
    padding: 1rem 35px 1rem 1rem;
    border: 1px solid transparent;
    border-bottom: 0;
}
.ttw-new-header-phones_desktop {
    display: none;
}
@media screen and (min-width: 661px) {
    .ttw-new-header-phones_desktop {
        display: block;
    }
}
.ttw-new-header-phones_active {
    border-color: var(--ttw-text-color);
}
.ttw-new-header-phones a {
    white-space: nowrap;
}
.ttw-new-header-phones__more-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: 0 0;
    text-decoration: none;
    position: absolute;
    right: 1rem;
    top: 11px;
    width: 12px;
    height: 12px;
}
.ttw-new-header-phones__more-btn .ttw-icon {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition:
        transform 0.2s,
        -webkit-transform 0.2s;
}
.ttw-new-header-phones_active .ttw-new-header-phones__more-btn .ttw-icon {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.ttw-new-header-phones__additional {
    position: absolute;
    display: none;
    top: calc(100% - 1px);
    left: -1px;
    min-width: calc(100% + 2px);
    padding: 0 1rem 1rem;
    background-color: #fff;
    border: 1px solid var(--ttw-text-color);
    border-top: 0;
}
#header.ttw-new-header .ttvcmssearch-wrapper.ttw-new-header-search {
    padding: 0;
    width: auto;
    float: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media screen and (min-width: 900px) {
    #header.ttw-new-header .ttvcmssearch-wrapper.ttw-new-header-search {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
        max-width: 240px;
    }
}
@media screen and (min-width: 992px) {
    #header.ttw-new-header .ttvcmssearch-wrapper.ttw-new-header-search {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}
@media screen and (min-width: 1200px) {
    #header.ttw-new-header .ttvcmssearch-wrapper.ttw-new-header-search {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 52.26%;
        flex: 0 0 52.26%;
        max-width: 52.26%;
    }
}
@media screen and (max-width: 1100px) {
    #header.ttw-new-header .ttvcmssearch-wrapper.ttw-new-header-search {
        display: block;
    }
    #header.ttw-new-header .ttvcmssearch-wrapper.ttw-new-header-search .ttvsearch-header-display-wrappper {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 899px) {
    #header.ttw-new-header .ttvcmssearch-wrapper.ttw-new-header-search {
        position: absolute;
        display: none;
        width: 100%;
        top: 100%;
        left: 0;
        padding: 1rem;
        background-color: #fff;
        -webkit-box-shadow: var(--ttw-light-shadow);
        box-shadow: var(--ttw-light-shadow);
    }
}
#header.ttw-new-header .ttvcmssearch-wrapper.ttw-new-header-search .ttvheader-top-search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 50px);
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
}
#header.ttw-new-header
    .ttvcmssearch-wrapper.ttw-new-header-search
    .ttvsearch-header-display-wrappper
    .ttvheader-search-main {
    border: 0;
}
#header.ttw-new-header
    .ttvcmssearch-wrapper.ttw-new-header-search
    .search-widget
    .ttvheader-search-main
    .ttvcmssearch-words {
    height: auto;
    font-family: var(--ttw-main-font);
    font-weight: 300;
    background-color: #f6f6f6;
    border: 0;
    line-height: 1;
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    color: var(--ttw-text-color);
    padding: 0.8rem 1.6rem;
}
#header.ttw-new-header
    .ttvcmssearch-wrapper.ttw-new-header-search
    .search-widget
    .ttvheader-search-main
    .ttvcmssearch-words::-webkit-input-placeholder {
    color: #a8a8a8;
    font: inherit;
}
#header.ttw-new-header
    .ttvcmssearch-wrapper.ttw-new-header-search
    .search-widget
    .ttvheader-search-main
    .ttvcmssearch-words::-moz-placeholder {
    color: #a8a8a8;
    font: inherit;
}
#header.ttw-new-header
    .ttvcmssearch-wrapper.ttw-new-header-search
    .search-widget
    .ttvheader-search-main
    .ttvcmssearch-words:-ms-input-placeholder {
    color: #a8a8a8;
    font: inherit;
}
#header.ttw-new-header
    .ttvcmssearch-wrapper.ttw-new-header-search
    .search-widget
    .ttvheader-search-main
    .ttvcmssearch-words::-ms-input-placeholder {
    color: #a8a8a8;
    font: inherit;
}
#header.ttw-new-header
    .ttvcmssearch-wrapper.ttw-new-header-search
    .search-widget
    .ttvheader-search-main
    .ttvcmssearch-words::placeholder {
    color: #a8a8a8;
    font: inherit;
}
#header.ttw-new-header .ttvcmssearch-wrapper.ttw-new-header-search .ttvheader-search-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #888;
    height: 100%;
    width: 50px;
    background-color: #f6f6f6;
}
#header.ttw-new-header .ttvcmssearch-wrapper.ttw-new-header-search .ttvheader-search-btn .ttw-icon {
    width: 1.8rem;
    height: 1.8rem;
}
.ttw-new-header-buttons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.7rem;
}
@media screen and (min-width: 900px) {
    .ttw-new-header-buttons {
        gap: 1rem;
    }
}
.ttw-new-header-buttons__item {
    position: relative;
}
@media screen and (min-width: 661px) {
    .ttw-new-header-buttons__item_contacts {
        display: none;
    }
}
@media screen and (min-width: 900px) {
    .ttw-new-header-buttons__item_burger,
    .ttw-new-header-buttons__item_search {
        display: none;
    }
}
.ttw-new-header-buttons__btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: 0 0;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    padding: 8px;
    color: #000;
    border: 1px solid #f1f1f1;
    -webkit-transition:
        color 0.2s,
        border-color 0.2s;
    transition:
        color 0.2s,
        border-color 0.2s;
}
.ttw-new-header-buttons__btn .ttw-icon {
    display: block;
    width: 100%;
    height: 100%;
}
.ttw-new-header-buttons__btn span.ttw-icon {
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition:
        opacity 0.4s,
        -webkit-transform 0.5s;
    transition:
        opacity 0.4s,
        transform 0.5s;
    transition:
        opacity 0.4s,
        transform 0.5s,
        -webkit-transform 0.5s;
}
.ttw-new-header-buttons__btn span.ttw-icon.d-none {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.ttw-new-header-buttons__btn:hover {
    border-color: var(--ttw-accent-color);
    color: var(--ttw-accent-color_darken);
}
.ttw-new-header-contacts-btn_active,
.ttw-new-header-contacts-btn_active:hover,
.ttw-new-header-search-btn_active,
.ttw-new-header-search-btn_active:hover {
    border-color: var(--ttw-accent-color);
    color: var(--ttw-accent-color);
}
.ttw-mobile-contacts {
    position: absolute;
    display: none;
    top: 100%;
    left: 50%;
    padding: 1rem;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: var(--ttw-light-shadow);
    box-shadow: var(--ttw-light-shadow);
}
.ttw-new-header-cart-btn {
    position: relative;
}
.ttw-new-header-cart-btn__counter {
    position: absolute;
    inset: -2px -2px auto auto;
    height: 15px;
    min-width: 15px;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    border-radius: 50%;
    background-color: var(--ttw-accent-color_darken);
}
.ttv-desktop-nav.ttw-new-header-nav {
    min-width: 0;
    grid-area: ttwnNav;
}
@media screen and (max-width: 899px) {
    .ttv-desktop-nav.ttw-new-header-nav {
        position: absolute;
        right: 0;
        left: auto;
        width: 360px;
        max-width: 100%;
        opacity: 0;
        padding: 2rem 1rem;
        top: 100%;
        visibility: hidden;
        background-color: #fff;
        -webkit-box-shadow: var(--ttw-light-shadow);
        box-shadow: var(--ttw-light-shadow);
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-transition:
            opacity 0.3s,
            visibility 0.3s,
            -webkit-transform 0.3s;
        transition:
            opacity 0.3s,
            visibility 0.3s,
            transform 0.3s;
        transition:
            opacity 0.3s,
            visibility 0.3s,
            transform 0.3s,
            -webkit-transform 0.3s;
    }
    .ttv-desktop-nav.ttw-new-header-nav_active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.ttv-desktop-nav.ttw-new-header-nav .desktop-nav-list {
    gap: 2rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (min-width: 900px) {
    .ttv-desktop-nav.ttw-new-header-nav .desktop-nav-list {
        gap: 1rem;
        padding-left: 1rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media screen and (max-width: 899px) {
    .ttv-desktop-nav.ttw-new-header-nav .desktop-nav-list .desktop-nav-item__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0.5rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .ttv-desktop-nav.ttw-new-header-nav .desktop-nav-list .desktop-nav-item__main > .desktop-nav-link {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 3rem);
        flex: 0 0 calc(100% - 3rem);
        max-width: calc(100% - 3rem);
    }
    .ttv-desktop-nav.ttw-new-header-nav .desktop-nav-list .desktop-nav-item__main#katalog.hover .desktop-nav-dropdown,
    .ttv-desktop-nav.ttw-new-header-nav .desktop-nav-list .desktop-nav-item__main#katalog:hover .desktop-nav-dropdown {
        display: none;
    }
}
.ttv-desktop-nav.ttw-new-header-nav .desktop-nav-item {
    line-height: 1;
    padding: 0;
}
@media screen and (min-width: 900px) {
    .ttv-desktop-nav.ttw-new-header-nav .desktop-nav-item {
        padding-bottom: 1.6rem;
    }
}
.ttv-desktop-nav.ttw-new-header-nav .desktop-nav-link {
    font-size: 0;
    line-height: 1;
}
.ttv-desktop-nav.ttw-new-header-nav .desktop-nav-text {
    font-weight: 300;
    font-size: 1.8rem;
    font-size: clamp(1.8rem, 1.399rem + 1.113vw, 2.4rem);
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: var(--ttw-text-color);
}
.ttv-desktop-nav.ttw-new-header-nav .desktop-nav-text:hover,
.ttw-main-banners-carousel .owl-nav button:hover {
    color: var(--ttw-accent-color);
}
@media screen and (min-width: 900px) {
    .ttv-desktop-nav.ttw-new-header-nav .desktop-nav-text {
        color: var(--ttw-text-color);
        line-height: 1.2;
        letter-spacing: 0.5px;
        font-size: 1.5rem;
        font-size: clamp(1.5rem, 1.385rem + 0.321vw, 2rem);
    }
}
.ttv-desktop-nav.ttw-new-header-nav .desktop-nav-dropdown {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    top: 100%;
    background: 0 0;
}
@media screen and (max-width: 899px) {
    .ttv-desktop-nav.ttw-new-header-nav .desktop-nav-dropdown {
        position: relative;
        top: 0;
        left: 0;
    }
}
.ttv-desktop-nav.ttw-new-header-nav .desktop-nav-dropdown__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
}
.ttv-desktop-nav.ttw-new-header-nav .ttw-catalog-sub-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-block: clamp(1.5rem, 1.154rem + 0.962vw, 3rem);
    padding-inline: clamp(2rem, 0.846rem + 3.205vw, 7rem);
}
@media screen and (min-width: 900px) {
    .ttv-desktop-nav.ttw-new-header-nav .ttw-catalog-sub-nav {
        padding: 1.5rem 2rem;
        -webkit-box-shadow: var(--ttw-light-shadow);
        box-shadow: var(--ttw-light-shadow);
    }
}
.ttv-desktop-nav.ttw-new-header-nav .ttw-catalog-sub-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ttv-desktop-nav.ttw-new-header-nav .ttw-catalog-sub-nav__link::before {
    display: block;
    content: "";
    width: 32px;
    height: 32px;
    background: url(/catalog/view/theme/tex-new/assets/img/new/ttw-icons-catalog-sprite.webp) no-repeat;
    background-size: 32px auto;
}
.ttv-desktop-nav.ttw-new-header-nav .ttw-catalog-sub-nav__link span {
    position: relative;
    top: 1.5px;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-transform: uppercase;
}
.ttv-desktop-nav.ttw-new-header-nav .ttw-catalog-sub-nav__link_1::before {
    background-position: center 0;
}
.ttv-desktop-nav.ttw-new-header-nav .ttw-catalog-sub-nav__link_2::before {
    background-position: center -42px;
}
.ttv-desktop-nav.ttw-new-header-nav .ttw-catalog-sub-nav__link_3::before {
    background-position: center -84px;
}
.ttv-desktop-nav.ttw-new-header-nav .ttw-catalog-sub-nav__link_4::before {
    background-position: center -126px;
}
.ttv-desktop-nav.ttw-new-header-nav .ttw-catalog-sub-nav__link_5::before {
    background-position: center -168px;
}
.ttv-desktop-nav.ttw-new-header-nav .ttw-catalog-sub-nav__link_6::before {
    background-position: center -210px;
}
.ttw-new-header-nav-toggle-btn__line {
    position: relative;
    display: block;
    width: 2rem;
    height: 2px;
    background-color: var(--ttw-text-color);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.ttw-new-header-nav-toggle-btn__line::after,
.ttw-new-header-nav-toggle-btn__line::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    background-color: var(--ttw-text-color);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition:
        transform 0.3s,
        -webkit-transform 0.3s;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
}
.ttw-new-header-nav-toggle-btn__line::before {
    top: calc(50% - 5px);
}
.ttw-new-header-nav-toggle-btn__line::after {
    top: calc(50% + 5px);
}
.ttw-new-header-nav-toggle-btn_active .ttw-new-header-nav-toggle-btn__line {
    background-color: transparent;
}
.ttw-new-header-nav-toggle-btn_active .ttw-new-header-nav-toggle-btn__line::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.ttw-new-header-nav-toggle-btn_active .ttw-new-header-nav-toggle-btn__line::after {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}
.ttw-main-banners-carousel .owl-dots .owl-dot,
.ttw-sub-nav-toggle-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: 0 0;
    text-decoration: none;
}
.ttw-sub-nav-toggle-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 2rem;
    height: 2rem;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition:
        transform 0.3s,
        -webkit-transform 0.3s;
}
.ttw-sub-nav-toggle-btn_active .ttw-icon {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
@media screen and (min-width: 900px) {
    .ttw-sub-nav-toggle-btn {
        display: none;
    }
}
.ttw-sub-nav-toggle-btn .ttw-icon {
    width: 1.5rem;
    height: 1.5rem;
}
.ttw-main-banners {
    background: linear-gradient(92.36deg, #acb0b8 1.98%, #878a91 100%);
    margin-bottom: 5rem;
    margin-bottom: clamp(5rem, 4.077rem + 2.564vw, 9rem);
}
.ttw-main-banners-carousel .owl-dots {
    position: absolute;
    z-index: 3;
    right: 5%;
    bottom: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}
.ttw-main-banners-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    margin: 0;
    opacity: 0.5;
    background-color: #fff;
    -webkit-transition:
        width 0.2s,
        opacity 0.3s;
    transition:
        width 0.2s,
        opacity 0.3s;
}
.ttw-main-banners-carousel .owl-dots .owl-dot:hover {
    opacity: 0.75;
}
.ttw-main-banners-carousel .owl-dots .owl-dot.active {
    opacity: 1;
    width: 32px;
}
@media screen and (max-width: 639px) {
    .ttw-main-banners-carousel .owl-nav {
        display: none;
    }
}
.ttw-main-banners-carousel .owl-nav button {
    width: 19px;
    height: 35px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    -webkit-transition:
        opacity 0.3s,
        visibility 0.3s;
    transition:
        opacity 0.3s,
        visibility 0.3s;
}
@media screen and (min-width: 1240px) {
    .ttw-main-banners-carousel .owl-nav button {
        top: 55%;
    }
}
.ttw-main-banners-carousel .owl-nav button.disabled {
    opacity: 0;
    visibility: hidden;
}
.ttw-main-banners-carousel .owl-prev {
    left: 1rem;
}
.ttw-main-banners-carousel .owl-next {
    right: 1rem;
}
@media screen and (min-width: 1440px) {
    .ttw-main-banners-carousel .owl-prev {
        left: 67px;
    }
    .ttw-main-banners-carousel .owl-next {
        right: 67px;
    }
}
.ttw-main-banners-carousel:not(.owl-loaded) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
}
.ttw-main-banners-carousel:not(.owl-loaded) .ttw-main-banners-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.ttw-main-banners-item {
    position: relative;
    overflow: hidden;
    background: linear-gradient(92.36deg, #acb0b8 1.98%, #878a91 100%);
}
.ttw-main-banners-item::before {
    position: absolute;
    display: block;
    content: "";
    z-index: 0;
    top: 0;
    right: -30%;
    width: 200%;
    height: 250%;
    background: url(/catalog/view/theme/tex-new/assets/img/new/ttw-main-banner-bg.webp) no-repeat;
    background-position: right top;
    background-size: contain;
}
@media screen and (min-width: 640px) {
    .ttw-main-banners-item::before {
        right: -25%;
        width: 160%;
        height: 200%;
    }
}
@media screen and (min-width: 900px) {
    .ttw-main-banners-item::before {
        right: -20%;
        width: 110%;
        height: 160%;
    }
}
@media screen and (min-width: 1240px) {
    .ttw-main-banners-item::before {
        right: 0;
        width: 80%;
        height: 100%;
        background-position: right top;
        background-size: contain;
    }
}
.ttw-main-banners-item__inner {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 1439px) {
    .ttw-main-banners-item__inner {
        padding-inline: 4rem;
    }
}
@media screen and (max-width: 639px) {
    .ttw-main-banners-item__inner {
        padding-inline: 2rem;
    }
}
.ttw-main-banners-item__inner::after,
.ttw-main-banners-item__inner::before {
    display: none;
}
.ttw-main-banners-item__caption {
    z-index: 1;
    padding-block: 2rem 5rem;
    padding-block: 2rem clamp(5rem, 4.308rem + 1.923vw, 8rem);
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media screen and (min-width: 640px) {
    .ttw-main-banners-item__caption {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
        padding-block: 5rem;
        padding-block: clamp(5rem, 4.308rem + 1.923vw, 8rem);
    }
}
@media screen and (min-width: 850px) {
    .ttw-main-banners-item__caption {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
        flex: 0 0 58%;
        max-width: 58%;
    }
}
@media screen and (min-width: 992px) {
    .ttw-main-banners-item__caption {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        max-width: 46%;
    }
}
.ttw-main-banners-item__pre-title {
    opacity: 0.43;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.8rem;
    margin-bottom: 8px;
    font-size: clamp(1.8rem, 1.662rem + 0.385vw, 2.4rem);
}
.ttw-main-banners-item__title {
    text-transform: uppercase;
    font-family: var(--ttw-special-font);
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.2;
    font-size: clamp(2.4rem, 1.846rem + 1.538vw, 4.8rem);
    margin-bottom: 8px;
}
.ttw-main-banners-item__description {
    color: var(--ttw-text-color);
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 1.385rem + 0.321vw, 2rem);
    font-weight: 300;
    color: #fff;
    margin-bottom: 32px;
}
.ttw-main-banners-item__description p:last-child {
    margin-bottom: 0;
}
.ttw-main-banners-item__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
    .ttw-main-banners-item__buttons {
        gap: 1rem;
    }
    .ttw-main-banners-item__buttons .ttw-btn {
        padding: 1rem;
    }
}
.ttw-main-banners-item__img {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 2%;
    bottom: 0;
    display: none;
    height: 100%;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
@media screen and (min-width: 640px) {
    .ttw-main-banners-item__img {
        display: block;
        width: 43%;
    }
}
@media screen and (min-width: 850px) {
    .ttw-main-banners-item__img {
        right: 10%;
        width: 39%;
    }
}
@media screen and (min-width: 1400px) {
    .ttw-main-banners-item__img {
        right: 0;
    }
}
@media screen and (min-width: 1500px) {
    .ttw-main-banners-item__img {
        right: -5%;
    }
}
@media screen and (min-width: 1640px) {
    .ttw-main-banners-item__img {
        right: -8%;
    }
}
@media screen and (min-width: 1760px) {
    .ttw-main-banners-item__img {
        right: -12%;
    }
}
.ttw-main-banners-item__img img {
    display: block;
    width: auto !important;
    height: 100%;
    max-width: unset;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (min-width: 900px) {
    .ttw-main-banners-item__img img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}
.ttw-front-categories {
    margin-bottom: 5rem;
    margin-bottom: clamp(5rem, 4.077rem + 2.564vw, 9rem);
}
.ttw-front-categories__inner {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
    .ttw-front-categories__inner {
        grid-template-columns: repeat(2, 1fr);
    }
}
.ttw-front-categories-card {
    position: relative;
    display: block;
    min-width: 0;
    overflow: hidden;
    background-color: var(--ttw-grey-color);
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.ttw-front-categories-card:hover {
    background-color: var(--ttw-grey-color_lighten);
}
.ttw-front-categories-card__title {
    color: var(--ttw-text-color);
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-weight: 300;
    display: block;
    font-size: 2.6rem;
    font-size: clamp(2.6rem, 2.277rem + 0.897vw, 4rem);
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 68px 12px 24px;
}
@media screen and (min-width: 435px) {
    .ttw-front-categories-card__title {
        padding-inline: 32px;
    }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
    .ttw-front-categories-card__title {
        padding-inline: 15px;
    }
}
.ttw-front-categories-card__img {
    position: absolute;
    z-index: 0;
    top: 0;
    right: -10%;
    bottom: 0;
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: -webkit-filter 0.2s;
    transition: filter 0.2s;
    transition:
        filter 0.2s,
        -webkit-filter 0.2s;
}
@media screen and (min-width: 435px) {
    .ttw-front-categories-card__img {
        right: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
    .ttw-front-categories-card__img {
        right: -5%;
    }
}
.ttw-front-categories-card .ttw-icon {
    position: absolute;
    z-index: 3;
    right: 37px;
    bottom: 20px;
    width: 15px;
    height: 30px;
    color: #fff;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition:
        transform 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
}
.ttw-front-categories-card:hover .ttw-icon {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}
.ttw-front-products {
    padding-inline: 12px;
    overflow: hidden;
}
.ttw-front-products_sale {
    padding-inline: 0;
    margin-bottom: 0;
}
@media screen and (min-width: 480px) {
    .ttw-front-products {
        padding-inline: 3px;
    }
    .ttw-front-products_sale {
        padding-inline: 0;
    }
}
@media screen and (min-width: 1440px) {
    .ttw-front-products {
        padding-inline: 14px;
    }
    .ttw-front-products_sale {
        padding-inline: 0;
    }
}
.ttw-front-products .ttw-front-section__title {
    margin-bottom: 16px;
    padding-right: 46px;
    text-align: left;
    width: auto;
    margin-inline: -12px;
}
@media screen and (min-width: 480px) {
    .ttw-front-products .ttw-front-section__title {
        padding-inline: 46px;
        text-align: center;
    }
}
.ttw-fav-compare,
.ttw-fav-compare__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ttw-fav-compare {
    gap: 4px;
}
.ttw-fav-compare__btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    background: 0 0;
    text-decoration: none;
    padding: 10px 8px;
    width: 32px;
    height: 32px;
    color: var(--ttw-text-color);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    background-color: #ddd;
}
.ttw-fav-compare__btn .ttw-icon {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.ttw-fav-compare__btn:hover {
    background-color: #e6e6e6;
}
.ttw-fav-compare__btn.ttw-active {
    color: #fff;
    background-color: var(--ttw-accent-color);
}
.ttw-fav-compare__btn:focus-visible {
    outline: 1px solid var(--ttw-text-color);
}
.ttw-del-pay,
.ttw-del-pay__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ttw-del-pay {
    gap: 4px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ttw-del-pay__link {
    color: var(--ttw-text-color);
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-weight: 300;
    font-size: 1.6rem;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
.ttw-del-pay__link .ttw-icon {
    width: 24px;
    height: 24px;
}
.ttw-del-pay__link span {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 32px);
    flex: 0 0 calc(100% - 32px);
    max-width: calc(100% - 32px);
}
.ttw-product-card {
    position: relative;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition:
        box-shadow 0.3s ease-in-out,
        -webkit-box-shadow 0.3s ease-in-out;
}
.ttw-product-card:hover {
    -webkit-box-shadow: 0 0 18.9px 0 rgba(0, 0, 0, 0.251);
    box-shadow: 0 0 18.9px 0 rgba(0, 0, 0, 0.251);
}
.ttw-product-card .ttw-fav-compare {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (hover: hover), (min-width: 1280px) {
    .ttw-product-card .ttw-fav-compare {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        visibility: hidden;
        opacity: 0;
    }
}
.ttw-product-card .ttw-fav-compare__btn {
    color: #fff;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(130, 97, 76, 0.271);
}
.ttw-product-card .ttw-fav-compare__btn .ttw-icon {
    opacity: 0.79;
}
.ttw-product-card .ttw-fav-compare__btn:hover {
    background-color: rgba(130, 97, 76, 0.8);
}
.ttw-product-card .ttw-fav-compare__btn:hover .ttw-icon {
    opacity: 1;
}
.ttw-product-card .ttw-fav-compare__btn.ttw-active {
    background-color: var(--ttw-accent-color);
}
@media screen and (hover: hover), (min-width: 1280px) {
    .ttw-product-card:hover .ttw-fav-compare {
        visibility: visible;
        opacity: 1;
    }
}
.ttw-product-card__img,
.ttw-product-card__img img {
    position: relative;
    display: block;
    z-index: 0;
    height: 100%;
}
.ttw-product-card__img::before {
    position: absolute;
    display: block;
    content: "";
    z-index: 1;
    inset: 0;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(2.16%, #282828),
        color-stop(52.81%, rgba(40, 40, 40, 0))
    );
    background: linear-gradient(0deg, #282828 2.16%, rgba(40, 40, 40, 0) 52.81%);
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
@media screen and (hover: hover), (min-width: 1280px) {
    .ttw-product-card__img::before {
        opacity: 0;
    }
}
.ttw-product-card__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (hover: hover), (min-width: 1280px) {
    .ttw-product-card:hover .ttw-product-card__img::before {
        opacity: 1;
    }
}
.ttw-product-card__info {
    color: var(--ttw-text-color);
    line-height: 1.2;
    letter-spacing: 0.5px;
    position: absolute;
    padding: 32px 16px;
    z-index: 2;
    color: #fff;
    bottom: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.6rem;
}
@media screen and (hover: hover), (min-width: 1280px) {
    .ttw-product-card__info {
        -webkit-transition:
            opacity 0.3s,
            visibility 0.3s;
        transition:
            opacity 0.3s,
            visibility 0.3s;
        opacity: 0;
        visibility: hidden;
    }
    .ttw-product-card:hover .ttw-product-card__info {
        opacity: 1;
        visibility: visible;
    }
}
.ttw-product-card__title {
    text-transform: uppercase;
    font-weight: 400;
    color: inherit;
}
.ttw-product-card__price {
    font-weight: 500;
}
.ttw-product-card__add-btn {
    font-size: 1.6rem;
    padding: 0.8rem 1.6rem;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ttw-products-carousel {
    padding: 16px 14px;
    margin-inline: -28px;
    width: calc(100% + 56px);
}
@media screen and (min-width: 1440px) {
    .ttw-products-carousel {
        margin-inline: -26px;
        width: calc(100% + 52px);
    }
}
.ttw-products-carousel_sale {
    padding: 0;
    width: 100%;
    margin-inline: 0;
}
.ttw-products-carousel:not(.owl-loaded) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    gap: 24px;
}
.ttw-products-carousel:not(.owl-loaded) .ttw-product-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media screen and (min-width: 480px) {
    .ttw-products-carousel:not(.owl-loaded) .ttw-product-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 24px) / 2);
        flex: 0 0 calc((100% - 24px) / 2);
        max-width: calc((100% - 24px) / 2);
    }
}
@media screen and (min-width: 768px) {
    .ttw-products-carousel:not(.owl-loaded) .ttw-product-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 48px) / 3);
        flex: 0 0 calc((100% - 48px) / 3);
        max-width: calc((100% - 48px) / 3);
    }
}
@media screen and (min-width: 1200px) {
    .ttw-products-carousel:not(.owl-loaded) .ttw-product-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 72px) / 4);
        flex: 0 0 calc((100% - 72px) / 4);
        max-width: calc((100% - 72px) / 4);
    }
}
@media screen and (min-width: 480px) {
    .ttw-products-carousel:not(.owl-loaded).ttw-products-carousel_sale .ttw-product-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (min-width: 768px) {
    .ttw-products-carousel:not(.owl-loaded).ttw-products-carousel_sale .ttw-product-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}
@media screen and (min-width: 1200px) {
    .ttw-products-carousel:not(.owl-loaded).ttw-products-carousel_sale .ttw-product-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
.ttw-products-carousel .owl-nav {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -50px;
    gap: 16px;
    right: 20px;
}
@media screen and (min-width: 480px) {
    .ttw-products-carousel .owl-nav {
        right: 50px;
    }
}
@media screen and (min-width: 1440px) {
    .ttw-products-carousel .owl-nav {
        right: 64px;
    }
}
.ttw-products-carousel .owl-nav button {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 15px;
    height: 30px;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.ttw-products-carousel .owl-nav button:hover {
    color: var(--ttw-accent-color);
}
.ttw-products-carousel .owl-item {
    padding-inline: 2px;
}
@media screen and (min-width: 480px) {
    .ttw-products-carousel .owl-item {
        padding-inline: 12px;
    }
}
.ttw-products-carousel_sale .owl-item {
    padding-inline: 0;
}
.ttw-products-carousel .ttw-product-card {
    height: 100%;
}
.ttw-marquee-ticker {
    background-color: #000;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 6px 0;
}
.ttw-marquee-track {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: marqueeScrolling 20s linear infinite;
    animation: marqueeScrolling 20s linear infinite;
}
.ttw-marquee-ticker_reverse .ttw-marquee-track {
    -webkit-animation: marqueeScrollingReverse 20s linear infinite;
    animation: marqueeScrollingReverse 20s linear infinite;
}
.ttw-marquee-content,
.ttw-marquee-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
}
.ttw-marquee-content span {
    color: var(--ttw-text-color);
    line-height: 1.2;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.ttw-products {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
}
@media screen and (min-width: 576px) and (max-width: 639px), (min-width: 900px) {
    .ttw-products {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (min-width: 1200px) {
    .ttw-products {
        grid-template-columns: repeat(3, 1fr);
    }
}
.ttw-products .ttw-product-card {
    min-width: 0;
}
.ttw-products .ttw-product-card__info {
    gap: 8px;
    padding-inline: 32px;
}
.ttw-products .ttw-product-card__price {
    margin-bottom: 8px;
}
.newsletter-checkbox {
    display: none;
}
.newsletter-label {
    font-size: 12px;
    cursor: pointer;
    position: relative;
    margin-top: 20px;
}
.newsletter-label::before {
    content: "";
    border: 1px solid #4e4e4e;
    display: inline-block;
    margin-right: 6px;
    vertical-align: bottom;
    height: 16px;
    width: 16px;
}
.newsletter-checkbox:checked + label::before {
    background-color: #d99c97;
}
.newsletter-label::after {
    content: "\2713";
    display: none;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: -8px;
    left: 2px;
}
.newsletter-checkbox:checked + label::after {
    display: inline-block;
}
.newsletter {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 80px 0;
    text-align: center;
    color: #4d4d4d;
    margin-bottom: 100px;
}
.newsletter-title {
    font-size: 22px;
    line-height: 1.15;
    margin-bottom: 30px;
}
.newsletter-input-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 720px;
    margin: 0 auto 20px;
}
.newsletter-btn,
.newsletter-input {
    height: 50px;
    background-color: transparent;
}
.newsletter-input {
    border: 0;
    border-bottom: 1px solid #4e4e4e;
    margin-right: 20px;
    width: calc(100% - 180px);
    font-size: 16px;
}
.newsletter-btn {
    line-height: 48px;
    text-align: center;
    padding: 0 30px;
    color: #4d4d4d;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid currentColor;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.newsletter-btn:active,
.newsletter-btn:hover {
    background-color: #d99c97;
    border: 1px solid currentColor;
    color: #fff;
}
@media screen and (max-width: 587px) {
    .newsletter {
        padding: 50px 0;
        margin-bottom: 80px;
    }
    .newsletter-title {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .newsletter-input-block {
        max-width: 420px;
    }
    .newsletter-input {
        height: 40px;
        margin-right: 15px;
        width: calc(100% - 150px);
        font-size: 14px;
    }
    .newsletter-btn {
        height: 40px;
        line-height: 38px;
        text-align: center;
        padding: 0 20px;
    }
    .newsletter-label {
        text-align: left;
        width: 100%;
    }
}
@media screen and (max-width: 380px) {
    .newsletter-input-block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .newsletter-input {
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }
}
.ttw-newsletter {
    border: 0;
    margin-bottom: 0;
    padding-block: 9rem;
    background-color: #f6f6f6;
}
.ttw-newsletter__inner {
    float: none;
}
@media screen and (min-width: 640px) {
    .ttw-newsletter__inner {
        max-width: 640px;
        margin-inline: auto;
    }
}
.ttw-newsletter__title {
    color: var(--ttw-text-color);
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-weight: 300;
    font-size: 2.4rem;
    margin-bottom: 26px;
}
@media screen and (max-width: 420px) {
    .ttw-newsletter__title br {
        display: none;
    }
}
.ttw-newsletter-form .newsletter-input-block {
    margin: 0;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ttw-newsletter-form .newsletter-input {
    height: auto;
    padding: 16px 10px;
}
.ttw-newsletter-form .newsletter-input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #8d8d8d;
}
.ttw-newsletter-form .newsletter-input::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #8d8d8d;
}
.ttw-newsletter-form .newsletter-input:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #8d8d8d;
}
.ttw-newsletter-form .newsletter-input::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #8d8d8d;
}
.ttw-newsletter-form .newsletter-input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #8d8d8d;
}
.ttw-newsletter-form .newsletter-input:focus-visible {
    border-bottom-color: var(--ttw-accent-color);
}
.ttw-newsletter-form .newsletter-btn {
    height: auto;
    padding: 16px;
    color: #fff;
    line-height: 1.2;
    background-color: var(--ttw-dark-bg-color);
}
.ttw-newsletter-form .newsletter-btn:hover,
.ttw-pagination-list a.ttw-pagination-list__link:hover {
    color: #fff;
    background-color: var(--ttw-accent-color);
}
.ttw-newsletter-form .newsletter-check {
    padding-top: 25px;
}
.ttw-newsletter-form .newsletter-label {
    margin: 0;
    letter-spacing: 0.5px;
}
.ttw-newsletter-form .newsletter-label::before {
    border-radius: 3px;
    border-color: var(--ttw-dark-bg-color);
}
.ttw-newsletter-form .newsletter-label::after {
    top: -2px;
    left: 3px;
    font-size: 15px;
}
.ttw-page__inner {
    display: grid;
    gap: 26px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    grid-template-columns: 1fr;
    margin-bottom: 26px;
}
@media screen and (min-width: 640px) {
    .ttw-page__inner {
        grid-template-columns: 312px 1fr;
    }
}
.ttw-sidebar {
    padding: 40px 20px 36px 32px;
    border: 1px solid #999;
    -webkit-box-shadow: 0 0 18.9px 0 rgba(0, 0, 0, 0.251);
    box-shadow: 0 0 18.9px 0 rgba(0, 0, 0, 0.251);
}
.ttw-sidebar-nav,
.ttw-sidebar-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ttw-sidebar-nav {
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 36px;
}
.ttw-sidebar-nav__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ttw-sidebar-nav__link,
.ttw-sidebar-nav__toggle-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ttw-sidebar-nav__toggle-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: 0 0;
    text-decoration: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 12px;
    width: 12px;
    -ms-flex-item-align: center;
    align-self: center;
    color: #000;
}
.ttw-sidebar-nav__toggle-btn .ttw-icon {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition:
        transform 0.2s,
        -webkit-transform 0.2s;
}
.ttw-sidebar-nav__item_active .ttw-sidebar-nav__toggle-btn .ttw-icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.ttw-sidebar-nav__link {
    gap: 15px;
    font-size: 2rem;
    font-weight: 300;
}
.ttw-sidebar-nav__link::before {
    display: block;
    content: "";
    width: 32px;
    height: 32px;
    background: url(/catalog/view/theme/tex-new/assets/img/new/ttw-icons-catalog-sprite.webp) no-repeat;
    background-size: 32px auto;
}
.ttw-sidebar-nav__link span {
    position: relative;
    top: 1.5px;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-transform: uppercase;
}
.ttw-sidebar-nav__link_1::before {
    background-position: center 0;
}
.ttw-sidebar-nav__link_2::before {
    background-position: center -42px;
}
.ttw-sidebar-nav__link_3::before {
    background-position: center -84px;
}
.ttw-sidebar-nav__link_4::before {
    background-position: center -126px;
}
.ttw-sidebar-nav__link_5::before {
    background-position: center -168px;
}
.ttw-sidebar-nav__link_6::before {
    background-position: center -210px;
}
.ttw-sidebar-nav__link:not(:only-child) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 22px);
    flex: 0 0 calc(100% - 22px);
    max-width: calc(100% - 22px);
}
.ttw-sidebar-sub-nav {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.ttw-products-description {
    padding-block: 5rem;
    padding-block: clamp(5rem, 4.077rem + 2.564vw, 9rem);
}
.ttw-pagination,
.ttv-pagination-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 32px;
    gap: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ttw-pagination__more-btn {
    padding: 0.8rem 1.6rem;
    min-width: 248px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ttv-pagination-number .pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.ttv-pagination-number .pagination li a{
    background: #ededed !important;
    border: none !important;
    color: #222222 !important;
    font-size: 16px;
}
.ttv-pagination-number .pagination li.active a{
    color: #fff !important;
    background-color: var(--ttw-dark-bg-color) !important;
}
.ttw-pagination-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ttw-detail-quantity,
.ttw-pagination-list__link {
    color: var(--ttw-text-color);
    letter-spacing: 0.5px;
    font-size: 1.6rem;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ttv-pagination-wrapper{
    gap: 8px;
}
.ttv-pagination-number{
    padding: 0 !important;
    margin: 0 !important;
}
.ttw-pagination{
    gap: 8px !important;
}
.ttv-pagination-li a{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    text-align: center;
    background-color: #ededed;
    padding: 6px;
    display: flex !important;
    color: #222222 !important;
    font-size: 16px !important;
}
.ttv-pagination-li.active a{
    color: #fff !important;
    background-color: var(--ttw-dark-bg-color) !important;
}
.ttv-pagination-li{
    width: 32px !important;
    height: 32px !important;
    margin-left: 0 !important;
}
.ttw-pagination-list__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    text-align: center;
    background-color: #ededed;
    padding: 6px;
}
.ttw-pagination-list__link .ttw-icon {
    width: 6px;
    height: 12px;
}
.ttw-pagination-list a.ttw-pagination-list__link {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.ttw-pagination-list span.ttw-pagination-list__link {
    color: #fff;
    background-color: var(--ttw-dark-bg-color);
}
.ttw-detail-quantity {
    width: 85px;
    border: 1px solid #e9e3e3;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}
.ttw-detail-quantity:focus-within {
    border-color: var(--ttw-dark-bg-color);
}
.ttw-detail-quantity__input {
    font: inherit;
    padding: 10px 5px;
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    text-align: center;
    background: 0 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0;
}
.ttw-detail-quantity__input:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}
.ttw-detail-quantity__input::-webkit-inner-spin-button,
.ttw-detail-quantity__input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.ttw-detail-quantity__input[type="number"] {
    -moz-appearance: textfield;
}
.ttw-detail-quantity__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: 0 0;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 22px;
}
.ttw-detail-quantity__button:focus-visible {
    color: var(--ttw-accent-color);
}
@media screen and (hover: hover) {
    .ttw-detail-quantity__button:hover {
        color: var(--ttw-accent-color);
    }
}
@media screen and (hover: none) {
    .ttw-detail-quantity__button:active {
        color: var(--ttw-accent-color);
    }
}
.ttw-detail-quantity__button_minus {
    padding-left: 12px;
}
.ttw-detail-quantity__button_plus {
    padding-right: 12px;
}
.ttw-rating,
.ttw-static-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ttw-static-rating {
    gap: 3px;
    color: var(--ttw-text-color);
}
.ttw-static-rating .ttw-icon {
    width: 24px;
    height: 24px;
}
.ttw-rating {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 0;
    padding: 0;
    margin: 0;
}
.ttw-rating__input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}
.ttw-rating__label {
    display: block;
    margin: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url(/catalog/view/theme/tex-new/assets/img/new/ttw-icon-star-empty.svg);
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
}
.ttw-rating__label.ttw-is-filled {
    background-image: url(/catalog/view/theme/tex-new/assets/img/new/ttw-icon-star-filled.svg);
}
.ttw-rating__input:focus-visible + .ttw-rating__label,
.ttw-rating__label:focus-visible {
    outline: 2px solid #222;
    outline-offset: 2px;
    border-radius: 2px;
}
.ttw-detail,
.ttw-detail__inner {
    margin-bottom: 4rem;
    margin-bottom: clamp(4rem, 3.308rem + 1.923vw, 7rem);
}
.ttw-detail__inner {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    grid-template-areas: "ttwDetailTitle" "ttwDetailImages" "ttwDetailMain";
}
@media screen and (min-width: 768px) {
    .ttw-detail__inner {
        gap: 0 24px;
        grid-template-columns: 40.606% 1fr;
        grid-template-rows: auto 1fr;
        grid-template-areas: "ttwDetailImages ttwDetailTitle" "ttwDetailImages ttwDetailMain";
    }
}
.ttw-detail__col,
.ttw-detail__col_main .ttw-detail-buy,
.ttw-detail__col_main .ttw-detail-rating,
.ttw-detail__col_main .ttw-detail-sizes-form,
.ttw-detail__title {
    min-width: 0;
}
.ttw-detail__title {
    color: var(--ttw-text-color);
    line-height: 1.2;
    letter-spacing: 0.5px;
    grid-area: ttwDetailTitle;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2.8rem;
    font-size: clamp(2.8rem, 2.708rem + 0.256vw, 3.2rem);
}
.ttw-detail__col_images {
    grid-area: ttwDetailImages;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .ttw-detail__col_images {
        position: sticky;
        top: 115px;
    }
}
.ttw-detail__col_main {
    grid-area: ttwDetailMain;
    display: grid;
    gap: 1.7rem 2.4rem;
    gap: 1.7rem clamp(2.4rem, 0.8rem + 0.667vw, 5rem);
    grid-template-columns: 1fr;
}
@media screen and (min-width: 1024px) {
    .ttw-detail__col_main {
        grid-template-columns: 1fr 66%;
    }
}
@media screen and (min-width: 1200px) {
    .ttw-detail__col_main {
        grid-template-columns: 1fr 420px;
    }
}
.ttw-detail__col_main .ttw-detail-rating {
    grid-column: 1/-1;
}
@media screen and (min-width: 768px) {
    .ttw-detail__col_main .ttw-detail-buy {
        padding-top: 42px;
    }
}
.ttw-detail-images,
.ttw-detail__sizes-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ttw-detail__sizes-btn {
    gap: 4px;
    padding: 0.8rem 1.6rem;
    min-width: 250px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #999;
    background-color: #ededed;
}
.ttw-detail__sizes-btn:hover {
    color: var(--ttw-accent-color);
    background-color: #f0efef;
}
.ttw-detail__sizes-btn .ttw-icon {
    width: 19px;
    height: 14px;
}
.ttw-detail__sizes-btn span {
    position: relative;
    top: 1px;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.ttw-detail-images {
    --slick-list-height: calc(100vw - 42px);
    gap: 10px;
}
@media screen and (min-width: 480px) {
    .ttw-detail-images {
        --slick-list-height: calc(100vw - 61px);
    }
}
@media screen and (min-width: 600px) {
    .ttw-detail-images {
        --slick-list-height: 643px;
        gap: 16px;
    }
}
@media screen and (min-width: 768px) {
    .ttw-detail-images {
        --slick-list-height: 394px;
        gap: 4px;
    }
}
@media screen and (min-width: 1024px) {
    .ttw-detail-images {
        --slick-list-height: 570px;
        gap: 12px;
    }
}
@media screen and (min-width: 1440px) {
    .ttw-detail-images {
        --slick-list-height: 564px;
        gap: 24px;
    }
}
.ttw-detail-nav-carousel {
    min-width: 0;
}
.ttw-detail-img-carousel .slick-slide,
.ttw-detail-nav-carousel .slick-slide {
    border: 0;
}
.ttw-detail-img-carousel {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}
.ttw-detail-img-carousel .slick-list {
    height: var(--slick-list-height) !important;
}
.ttw-detail-img-carousel .slick-track {
    height: 100% !important;
}
.ttw-detail-img-carousel__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
}
.ttw-detail-nav-carousel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13.888vw;
    flex: 0 0 13.888vw;
    max-width: 13.888vw;
}
@media screen and (min-width: 640px) {
    .ttw-detail-nav-carousel {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px;
    }
}
@media screen and (min-width: 768px) {
    .ttw-detail-nav-carousel {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 60px;
    }
}
@media screen and (min-width: 1024px) {
    .ttw-detail-nav-carousel {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 88px;
        flex: 0 0 88px;
        max-width: 88px;
    }
}
.ttw-detail-nav-carousel .slick-list {
    height: var(--slick-list-height) !important;
}
.ttw-detail-nav-carousel .slick-track {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ttw-detail-nav-carousel__item {
    margin: 2px 0;
    cursor: pointer;
    opacity: 0.2;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.ttw-detail-nav-carousel__item:hover {
    opacity: 0.5;
}
.ttw-detail-nav-carousel__item.slick-current {
    opacity: 1;
}
.ttw-detail-nav-carousel__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 8.8/11;
}
.ttw-detail-rating {
    color: var(--ttw-text-color);
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ttw-detail-rating__quantity {
    color: inherit;
    font: inherit;
    margin-bottom: 0.75rem;
    margin: 0;
}
.ttw-detail-rating__quantity:last-child {
    margin-bottom: 0;
}
.ttw-detail-rating__quantity,
.ttw-detail-rating__write-link {
    position: relative;
    top: 2px;
}
.ttw-detail-rating__write-link {
    display: block;
    padding-left: 10px;
}
.ttw-detail-rating__write-link:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: var(--ttw-dark-bg-color);
}
.ttw-detail-sizes-form-table,
.ttw-detail-sizes-form__title {
    color: var(--ttw-text-color);
    line-height: 1.2;
    letter-spacing: 0.5px;
}
.ttw-detail-sizes-form__title {
    font-weight: 300;
    font-size: 1.6rem;
    margin-bottom: 23px;
}
.ttw-detail-sizes-form-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
    .ttw-detail-sizes-form-table {
        gap: 8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media screen and (min-width: 1200px) {
    .ttw-detail-sizes-form-table {
        display: table;
    }
}
.ttw-detail-sizes-form-table__row,
.ttw-detail-sizes-form-table__value span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (min-width: 1200px) {
    .ttw-detail-sizes-form-table__row {
        display: table-row;
    }
    .ttw-detail-sizes-form-table__additional,
    .ttw-detail-sizes-form-table__quantity,
    .ttw-detail-sizes-form-table__value {
        display: table-cell;
        vertical-align: middle;
    }
    .ttw-detail-sizes-form-table__row:not(:last-child) .ttw-detail-sizes-form-table__additional,
    .ttw-detail-sizes-form-table__row:not(:last-child) .ttw-detail-sizes-form-table__quantity,
    .ttw-detail-sizes-form-table__row:not(:last-child) .ttw-detail-sizes-form-table__value {
        border-bottom: 8px solid transparent;
    }
}
@media screen and (max-width: 1199px) {
    .ttw-detail-sizes-form-table__value:empty {
        display: none;
    }
    .ttw-detail-sizes-form-table__value:empty + .ttw-detail-sizes-form-table__quantity {
        padding-left: 0;
    }
}
.ttw-detail-sizes-form-table__value span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    min-width: 9.3ch;
    font: inherit;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1;
    padding: 1rem 2rem;
    border: 1px solid #e9e3e3;
}
.ttw-detail-sizes-form-table__quantity {
    padding-left: 1.6rem;
}
@media screen and (max-width: 1199px) {
    .ttw-detail-sizes-form-table__quantity {
        padding-left: 0.6rem;
    }
}
.ttw-detail-sizes-form-table__additional {
    font: inherit;
    font-weight: 300;
    font-size: 1.6rem;
    padding-left: 2rem;
}
@media screen and (max-width: 1199px) {
    .ttw-detail-sizes-form-table__additional {
        padding-left: 1rem;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .ttw-detail-sizes-form-table__additional:empty {
        display: none;
    }
}
.ttw-detail-info {
    display: grid;
    gap: 3.2rem;
    gap: clamp(3.2rem, 0.8rem + 6.667vw, 13.6rem);
    grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
    .ttw-detail-info {
        grid-template-columns: repeat(2, 1fr);
    }
}
.ttw-detail-info-block {
    min-width: 0;
}
.ttw-detail-info-block__title {
    color: var(--ttw-text-color);
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2.4rem;
}
.ttw-detail-info-block__more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    font-size: 1.6rem;
}
.ttw-detail-info-block__more-btn span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 16px);
    flex: 0 0 calc(100% - 16px);
    max-width: calc(100% - 16px);
}
.ttw-detail-info-block__more-btn .ttw-icon {
    width: 12px;
    height: 6px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition:
        transform 0.2s,
        -webkit-transform 0.2s;
}
.ttw-detail-info-block__more-btn.ttw-more-btn_active .ttw-icon {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.ttw-detail-info-block .size-chart-wrapper {
    margin-top: 0;
}
.ttw-detail-info-block .size-chart-wrapper:last-child,
.ttw-footer__copyright p:last-child,
.ttw-reviews-item__text p:last-child {
    margin-bottom: 0;
}
.ttw-leaders {
    color: var(--ttw-text-color);
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-weight: 300;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ttw-leaders:not(:last-child) {
    margin-bottom: 3.2rem;
}
.ttw-leaders__row,
.ttw-leaders__term {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.ttw-leaders__term {
    font: inherit;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 5px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    white-space: nowrap;
}
.ttw-leaders__term::after {
    position: relative;
    display: block;
    top: -0.4em;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    content: "";
    border-bottom: 1px dashed #9a9a9a;
}
.ttw-leaders__value {
    margin: 0;
    white-space: normal;
    padding-left: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 132px;
    flex: 0 0 132px;
    max-width: 132px;
}
.ttw-reviews .ttw-section__title {
    text-align: left;
    margin-bottom: 2rem;
}
.ttw-reviews-item {
    padding: 1.6rem 2.4rem;
    padding-block: clamp(1.6rem, 1.415rem + 0.513vw, 2.4rem);
    padding-inline: clamp(2.4rem, 2.215rem + 0.513vw, 3.2rem);
    display: grid;
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    border: 1px solid #e9e3e3;
    grid-template-columns: 1fr;
}
@media screen and (min-width: 495px) {
    .ttw-reviews-item {
        grid-template-columns: 84px 1fr;
    }
}
.ttw-reviews-item__photo {
    min-width: 0;
}
.ttw-reviews-item__photo img {
    display: block;
    width: 84px;
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.ttw-reviews-item__info {
    min-width: 0;
    display: grid;
    gap: 10px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: 1fr;
}
@media screen and (min-width: 450px) {
    .ttw-reviews-item__info {
        gap: 20px;
        grid-template-columns: 1fr 132px;
    }
}
.ttw-reviews-item__name {
    color: var(--ttw-text-color);
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-size: 2rem;
}
.ttw-reviews-item__text {
    grid-column: 1/-1;
}
.ttw-reviews-item__text p {
    color: inherit;
    font: inherit;
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-weight: 300;
    font-size: 1.6rem;
}
.ttw-detail-buy-price {
    display: table-row;
}
.ttw-detail-buy-price__type,
.ttw-detail-buy-price__value {
    color: var(--ttw-text-color);
    line-height: 1.2;
    letter-spacing: 0.5px;
    display: table-cell;
    vertical-align: middle;
}
.ttw-detail-buy-price__value {
    font-weight: 400;
    font-size: 2.4rem;
    font-size: clamp(2.4rem, 2.215rem + 0.513vw, 3.2rem);
    padding-right: 0.5rem;
}
@media screen and (min-width: 1200px) {
    .ttw-detail-buy-price__value {
        padding-right: 1.5rem;
    }
}
.ttw-detail-buy-price__type {
    font-weight: 300;
    font-size: 1.6rem;
    padding-left: 0.5rem;
}
@media screen and (min-width: 1200px) {
    .ttw-detail-buy-price__type {
        padding-left: 1.5rem;
    }
}
.ttw-detail-buy__inner {
    padding: 1.6rem;
    padding: clamp(1.6rem, 1.415rem + 0.513vw, 2.4rem);
    border: 1px solid #e9e3e3;
    margin-bottom: 2.4rem;
    display: grid;
    gap: 2.2rem 2rem;
    grid-template-columns: 1fr 68px;
}
@media screen and (min-width: 1200px) {
    .ttw-detail-buy__inner {
        gap: 2.6rem 3rem;
    }
}
.ttw-detail-buy .ttw-fav-compare {
    -ms-flex-item-align: start;
    align-self: start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.ttw-detail-buy__buttons {
    padding-top: 0.6rem;
    min-width: 0;
    grid-column: 1/-1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ttw-detail-buy__add-btn {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.8rem 1.6rem;
}
.ttw-detail-buy .ttw-del-pay {
    min-width: 0;
    grid-column: 1/-1;
}
.ttw-footer {
    margin-top: auto;
    color: #a8a8a8;
    background-color: var(--ttw-dark-bg-color);
}
.ttw-footer a:not(.btn):not(.ttw-btn) {
    color: #a8a8a8;
}
.ttw-footer a:not(.btn):not(.ttw-btn):hover {
    color: var(--ttw-accent-color);
}
.ttw-footer__bottom,
.ttw-footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ttw-footer__main {
    padding-block: 20px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.729);
}
.ttw-footer__bottom {
    padding-block: 16px 30px;
}
@media screen and (min-width: 768px) {
    .ttw-footer__bottom {
        display: grid;
        grid-template-columns: 240px 1fr;
    }
}
.ttw-footer__callback-btn.btn {
    color: #fff;
    padding: 0.8rem 1.6rem;
    background-color: #999;
}
.ttw-footer__callback-btn.btn:hover {
    background-color: var(--ttw-accent-color);
}
.ttw-footer__copyright p {
    color: inherit;
    font: inherit;
    margin-top: 0;
    margin-bottom: 0.75rem;
}
.ttw-footer__copyright a:not(:hover) {
    text-decoration: underline;
}
.ttw-footer-logo {
    display: grid;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: 90px 1fr;
}
.ttw-footer-logo__img {
    -webkit-filter: invert(1) brightness(2);
    filter: invert(1) brightness(2);
}
.ttw-footer-logo__caption {
    color: var(--ttw-text-color);
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-size: 1.2rem;
    font-size: clamp(1.2rem, 1.154rem + 0.128vw, 1.4rem);
    display: block;
    padding-top: 5px;
}
.ttw-footer-dropdown {
    position: relative;
    z-index: 1;
    padding-right: 29px;
}
.ttw-footer-dropdown:before {
    position: absolute;
    display: block;
    content: "";
    z-index: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    background-color: inherit;
}
.ttw-footer-dropdown_active {
    z-index: 5;
    color: #fff;
    background-color: var(--ttw-dark-bg-color_extra-light);
}
.ttw-footer-dropdown_active a {
    color: #fff;
}
.ttw-footer-dropdown_active:before {
    opacity: 1;
}
.ttw-footer-dropdown__item {
    position: relative;
    z-index: 1;
    margin: 0;
    color: inherit;
}
.ttw-footer-dropdown__more-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: 0 0;
    text-decoration: none;
    position: absolute;
    top: 50%;
    right: 3px;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ttw-footer-dropdown__more-btn .ttw-icon {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition:
        transform 0.2s,
        -webkit-transform 0.2s;
}
.ttw-footer-dropdown_active .ttw-footer-dropdown__more-btn .ttw-icon {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.ttw-footer-dropdown__additional {
    position: absolute;
    display: none;
    z-index: 1;
    top: 100%;
    left: 50%;
    padding: 4px;
    width: calc(100% + 8px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--ttw-dark-bg-color_extra-light);
}
.ttw-footer-dropdown_addresses {
    max-width: 280px;
}
.ttw-footer-dropdown_emails,
.ttw-footer-dropdown_phones {
    padding-right: 33px;
}
.ttw-footer-contacts-list,
.ttw-footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (min-width: 361px) {
    .ttw-footer-contacts-list__item:not(:first-child) {
        position: relative;
        padding-left: 1rem;
    }
    .ttw-footer-contacts-list__item:not(:first-child):before {
        position: absolute;
        display: block;
        content: "";
        top: 50%;
        left: -1px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 2px;
        height: 2px;
        border-radius: 50%;
        background-color: #999;
    }
}
@media screen and (min-width: 768px) {
    .ttw-footer-nav {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.ttw-footer-nav__item:not(:first-child) {
    position: relative;
    padding-left: 1rem;
}
.ttw-footer-nav__item:not(:first-child):before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: -1px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #999;
}
.ttw-footer-nav__link {
    text-decoration: none;
}


.ttw-filter .onli_param{
    flex-direction: column;
    align-items: baseline;
    flex-wrap: nowrap;
    max-height: 190px;
    overflow: hidden;
}
#filter_vier label{
    font-size: 2rem;
}
.ttw-filter .onli_param.active{
    height: auto;
    max-height: 100%;
}
.block_sl.shkala{
    opacity: 0;
}
.ttw-filter .block_sl.height_prim{
    width: 100%;
}
.pagination .page-list.ttv-pagination-wrapper{
    flex-wrap: wrap;
}
.ttw-page .ttw-product-card__img{
    overflow: hidden;
}
.ttw-page .ttw-product-card__img img{
    transform: scale(1.2);
}
.ttw-page #right_count{
    text-align: left !important;
    color: #232323;
}
.ttw-page #left_count{
    color: #232323;
}
.tab-review-new{
    margin-top: 50px;
}