@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Thin.ttf');
    font-weight: 100;
}
@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-ExtraLight.ttf');
    font-weight: 200;
}
@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Light.ttf');
    font-weight: 300;
}
@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Regular.ttf');
    font-weight: 400;
}
@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Bold.ttf');
    font-weight: 700;
}
@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-ExtraBold.ttf');
    font-weight: 800;
}
@font-face {
    font-family: "RF Dewi Expanded";
    src: url('../fonts/rfdewiextended-bold.ttf');
    font-weight: 700;
}

html {
    font-size: calc(100vw / 1920 * 10);
}
body {
    font-family: 'Circe';
    font-weight: 400;
    transition: all .3s linear !important;
    min-height: 100vh;
    font-size: 1.6rem;
    color: #00021A;
    background: #FAF5FA;
    overflow-y: auto !important;
    padding: 0 !important;
}
a, h1, h2, h3, h4, h5, p, span, button, ul, li {
    padding: 0;
    margin: 0;
    background: transparent;
    text-decoration: none;
    border: none;
    transition: all .2s linear;
    color: #00021A;
}
input, textarea, select {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    outline: none;
	transition: all .2s linear;
}
.container {
    max-width: 143.3rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
div {
    transition: all .2s linear;
}
path, rect, circle {
    transition: all .2s linear;
}
main {
    display: flex;
    flex-direction: column;
}

/* header */

header {
    display: flex;
    flex-direction: column;
}
.header-top {
    background: #FAF5FA;
    padding: 1.2rem 0;
}
.header-top__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-region {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}
.header-region > svg {
    width: 1.3rem;
    height: auto;
}
.regions-select-region {
    color: #00021A;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
}
.header-top__container > nav ul {
    display: flex;
    align-items: center;
    gap: 1.8rem;
}
.header-top__container > nav ul li {
    display: flex;
    list-style: none;
}
.header-top__container > nav ul li a {
    opacity: 0.7;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.header-contacts {
    display: flex;
    align-items: center;
    gap: 1.6rem;
}
.header-contacts > a {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.4rem;
}
.header-social {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.header-social a {
    display: flex;
}
.header-social a svg {
    width: 2.7rem;
    height: auto;
}
.header-callback {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
    padding: 0 3rem;
    position: relative;
}
.header-callback p {
    position: relative;
    z-index: 2;
}
.header-callback::before {
    content: '';
    position: absolute;
    border-radius: 0.8rem;
    opacity: 0.3;
    background: linear-gradient(180deg, rgba(216, 46, 167, 0.70) 0%, rgba(189, 56, 215, 0.70) 100%), #FFF;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.header-center {
    padding: 1.2rem 0;
    background: #FFF;
}
.header-center__container {
    display: flex;
    align-items: center;
    gap: 4.5rem;
}
.logo {
    display: flex;
}
.logo img {
    width: 21.8rem;
}
.header-search {
    width: 100%;
    max-width: 74.1rem;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: auto;
}
.header-search svg {
    width: 2.1rem;
    position: absolute;
    height: auto;
    left: 2rem;
    z-index: 2;
}
.header-search input {
    width: 100%;
    border-radius: 1.6rem;
    background: #FAF5FA;
    padding: 1.6rem 1.6rem 1.6rem 5.3rem;
    color: #00021A;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
}
.header-search input::placeholder {
    color: #00021A;
    opacity: .7;
}
.header-buttons {
    display: flex;
    align-items: flex-end;
    gap: 3.5rem;
}
.header-buttons a {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    gap: 0.5rem;
    width: 7.1rem;
}
.header-buttons a svg {
    width: 2.4rem;
    height: auto;
}
.header-buttons a p {
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9978rem;
    opacity: 0.7;
}
.header-buttons a span {
    position: absolute;
    right: 0.3rem;
    top: 0;
    color: #FFF;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: var(--2, linear-gradient(180deg, rgba(216, 46, 167, 0.70) 0%, rgba(189, 56, 215, 0.70) 100%), #FFF);
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 100%;
}
.header-bottom {
    background: #FFF;
    padding-bottom: 1.2rem;
}
.header-bottom__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.header-bottom__toogle ul {
    border-radius: 1.8rem;
    background: #FAF5FA;
    padding: 0.8rem;
    gap: 1.2rem;
    display: flex;
}
.header-bottom__toogle ul li {
    list-style: none;
}
.header-bottom__toogle ul li a {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    padding: 1.4rem;
    border-radius: 1.2rem;
    background: #FFF;
}
.header-bottom__toogle ul li a span {
    color: #00021A;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.header-bottom__toogle ul li.active a {
    background: linear-gradient(180deg, rgba(216, 46, 167, 0.70) 0%, rgba(189, 56, 215, 0.70) 100%), #FFF;
}
.header-bottom__toogle ul li.active a span {
    color: #FFF;
}
.header-bottom__toogle ul li.active a svg path {
    fill: #FFF;
}
.mobile-main-menu {
    display: none;
}
.mobile-caterorie-menu {
    display: none;
}
.tt-mobile-header {
    display: none;
}
.tt-desctop-menu > nav > ul {
    display: flex;
    gap: 3.8rem;
    align-items: center;
}
.tt-desctop-menu > nav > ul > li {
    list-style: none;
    position: initial;
}
.tt-desctop-menu > nav > ul > li.tt-megamenu-col-02 {
    display: none;
}
.tt-desctop-menu > nav > ul > li > a {
    color: #00021A;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.17rem;
    text-transform: uppercase;
    padding: 2rem 0;
}
.tt-desctop-menu .dropdown-menu {
    position: absolute;
    left: 0;
    top: 6rem;
    width: 100%;
    border-radius: 2.4rem;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(52, 26, 145, 0.20);
    padding: 4rem 3.8rem;
    opacity: 1;
    transition: none;
}
.tt-desctop-menu .dropdown-menu .tt-col-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6.6rem;
}
.tt-desctop-menu .dropdown-menu .tt-col-list .col {
    padding: 0;
    max-width: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    align-items: flex-start;
}
.tt-desctop-menu .dropdown-menu .tt-col-list .col .tt-title-submenu a {
    color: #1D212F;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.tt-desctop-menu .dropdown-menu .tt-col-list .col .tt-megamenu-submenu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.tt-desctop-menu .dropdown-menu .tt-col-list .col .tt-megamenu-submenu li {
    list-style: none;
}
.tt-desctop-menu .dropdown-menu .tt-col-list .col .tt-megamenu-submenu li a {
    color: #1D212F;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 240%;
    letter-spacing: -0.0304rem;
    opacity: 0.8;
}
.tt-desctop-menu > nav > ul > li[data-name="Мужчинам"] .dropdown-menu, .tt-desctop-menu > nav > ul > li[data-name="Одежда"] .dropdown-menu, .tt-desctop-menu > nav > ul > li[data-name="Купальники"] .dropdown-menu, .tt-desctop-menu > nav > ul > li[data-name="Парам"] .dropdown-menu, .tt-desctop-menu > nav > ul > li[data-name="Колготки"] .dropdown-menu {
    width: 37.9rem;
    left: auto;
    margin-left: -13rem;
}
.tt-desctop-menu > nav > ul > li[data-name="Мужчинам"] .dropdown-menu .tt-col-list, .tt-desctop-menu > nav > ul > li[data-name="Одежда"] .dropdown-menu .tt-col-list, .tt-desctop-menu > nav > ul > li[data-name="Купальники"] .dropdown-menu .tt-col-list, .tt-desctop-menu > nav > ul > li[data-name="Парам"] .dropdown-menu .tt-col-list, .tt-desctop-menu > nav > ul > li[data-name="Колготки"] .dropdown-menu .tt-col-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
}
.tt-desctop-menu > nav > ul > li > a:hover {
    color: rgba(189, 56, 215, 0.70);
}
.tt-desctop-menu .dropdown-menu .tt-col-list .col .tt-megamenu-submenu li a:hover {
    color: rgba(189, 56, 215, 0.70);
}
.tt-desctop-menu .dropdown-menu .tt-col-list .col .tt-title-submenu a:hover {
    color: rgba(189, 56, 215, 0.70);
}
#compareList {
    display: none;
}
.tt-desctop-parent-cart {
    display: none;
}
.header-serach__close {
    display: none;
}
.header-buttons_mob {
    display: none;
}
.logout-personal {
    width: 18.9rem;
    height: 4.8rem;
    border-radius: 1.7rem;
    background: #00021A;
    color: #FFF;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}






@media screen and (max-width: 992px) {
    html {
        font-size: calc(100vw / 360 * 10);
    }
    .container {
        max-width: 32.8rem;
    }
    .header-top {
        display: none;
    }
    .header-bottom__container > .tt-obj-menu {
        display: none;
    }
    .header-center {
        padding: 0.8rem 0;
    }
    .header-bottom {
        padding-bottom: 0.5rem;
    }
    .logo img {
        width: 13.2rem;
    }
    .header-buttons {
        display: none;
    }
    .header-bottom__toogle ul {
        gap: 0.7rem;
    }
    .header-bottom__toogle ul li a span {
        font-size: 1.3rem;
    }
    .header-search {
        display: none;
    }
    .header-buttons_mob {
        display: flex;
        gap: 1rem;
    }
    .header-buttons_mob a, .header-buttons_mob button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 4.6rem;
        height: 4.6rem;
        border-radius: 1.2rem;
        background: #FAF5FA;
    }
    .header-buttons_mob a svg, .header-buttons_mob button svg {
        width: 1.6rem;
        height: auto;
    }
    .header-center__container {
        gap: 0;
        justify-content: space-between;
    }
    .header-center__container {
        position: relative;
    }
    .header-search {
        position: absolute;
        left: 0;
        top: 0;
    }
    .header-search input {
        padding: 1.3rem 1.6rem 1.3rem 5.3rem;
        border: 2px solid #d82ea730;
    }
    .header-serach__close {
        display: flex;
        z-index: 2;
        position: absolute;
        right: 1.6rem;
    }
    .header-search .header-serach__close svg {
        width: 1.4rem;
        left: auto;
        position: relative;
    }
    
}

/* contacts */

.contacts {
    margin-top: 6.7rem;
    margin-bottom: 7.6rem;
}
.contacts-container {
    display: flex;
    flex-direction: column;
    gap: 9.6rem;
}
.contacts-main {
    display: flex;
    flex-direction: column;
    gap: 5.3rem;
}
.contacts-main > h2 {
    font-family: "RF Dewi Expanded";
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.contacts-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.contacts-col {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.contacts-col > h3 {
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    max-width: 36.4rem;
}
.contacts-content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.contacts-item {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.contacts-item__icon {
    width: 4.8rem;
    height: 4.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 2px solid rgba(189, 56, 215, 0.70);
    background: #FFF;
}
.contacts-item__icon img {
    width: 1.7rem;
}
.contacts-item > a {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}
.contacts-item__phone > a {
    font-size: 3rem;
    line-height: 2.4rem;
}
.contacts-item__address {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contacts-item__address > p {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 26.3rem;
}
.contacts-item__address-row {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.contacts-item__address-row span {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.contacts-item__address-row p {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    opacity: 0.5;
}
.contacts-route {
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
}
.contacts-route > h4 {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.contacts-route__row {
    display: flex;
    gap: 2rem;
}
.contacts-route__row a {
    width: 19rem;
    height: 5.4rem;
    border-radius: 1.6rem;
    background: #00021A;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    justify-content: center;
}
.contacts-route__row a svg {
    width: 1.6rem;
    height: auto;
}
.contacts-route__row a p {
    color: rgba(189, 56, 215, 1);
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.contacts-form {
    width: 100%;
    max-width: 79.2rem;
    border-radius: 1.6rem;
    background: #FFF;
    position: relative;
    padding: 3rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.contacts-form__name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4.3rem;
    max-width: 23.6rem;
}
.contacts-form__name h2 {
    font-size: 4.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}
.contacts-form__name p {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    opacity: 0.7;
}
.contacts-form__main {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 40rem;
    gap: 1.6rem;
}
.contacts-form__input {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.contacts-form__input label {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
}
.contacts-form__input-block {
    display: flex;
    align-items: center;
    position: relative;
}
.contacts-form__input-block input {
    border-radius: 1rem;
    border: 2px solid #BD38D7;
    background: #FAF5FA;
    width: 100%;
    height: 4.2rem;
    padding: 0 1.3rem;
    color: #00021A;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0.15rem;
}
.contacts-form__input-block textarea {
    border-radius: 1rem;
    border: 2px solid #BD38D7;
    background: #FAF5FA;
    width: 100%;
    height: 4.2rem;
    padding: 0 1.3rem;
    color: #00021A;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0.15rem;
    height: 7.9rem;
    min-height: 7.9rem;
}
.contacts-form__input-block input::placeholder {
    color: #00021A;
    opacity: 0.7;
}
.contacts-form__input-block span {
    color: #FF3031;
    text-align: right;
    font-family: Inter;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    position: absolute;
    z-index: 2;
    right: 1rem;
}
.contacts-form__agreement {
    display: flex;
    align-items: center;
    position: relative;
}
.contacts-form__agreement label {
    color: #00021A;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    cursor: pointer;
    padding-left: 2.5rem;
}
.contacts-form__agreement input[type=checkbox]:before {
    content:"";
    display:inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0.4rem;
    border: 0.1rem solid rgba(0, 2, 26, 0.2);
    position: absolute;
    margin-top: -0.7rem;
    cursor: pointer;
}
.contacts-form__agreement input[type=checkbox]:checked:before {
    background:transparent;
    background-image: url('../images/checkbox.svg');
    background-size: 1.4rem;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    border-color: transparent;
}
.contacts-form__agreement input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}
.contacts-form__agreement input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
}
.contacts-form__agreement input[type="checkbox"]:checked {
    background-image: none;
}
.contacts-form__agreement label a {
    color: #D82EA7;
}
.contacts-form__submit {
    border-radius: 1.8rem;
    background: linear-gradient(0deg, rgba(89, 128, 245, 0.50) 0%, rgba(89, 128, 245, 0.50) 100%), linear-gradient(180deg, rgba(216, 46, 167, 0.70) 0%, rgba(189, 56, 215, 0.70) 100%), #FFF;
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    padding: 2rem 0;
}
.contacts-social {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    position: absolute;
    bottom: 3rem;
    left: 3rem;
}
.contacts-social a {
    display: flex;
}
.contacts-social a svg {
    width: 4.1rem;
    height: auto;
}
.contacts-pickup {
    display: flex;
    flex-direction: column;
    gap: 4.6rem;
}
.contacts-pickup > h2 {
    font-family: "RF Dewi Expanded";
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.contacts-pickup__map {
    border-radius: 2.4rem;
    border: 6px solid #FFF;
    box-shadow: 0px 4px 16px 0px rgba(52, 26, 145, 0.20);
    height: 65rem;
}
.contacts-pickup__map iframe {
    width: 100%;
    height: 100%;
    border-radius: 2.4rem;
}

@media screen and (max-width: 992px) {
    .contacts {
        margin-top: 0;
        margin-bottom: 5.6rem;
    }
    .contacts-container {
        gap: 5.3rem;
    }
    .contacts-main {
        gap: 2rem;
    }
    .contacts-main > h2 {
        font-size: 2.4rem;
    }
    .contacts-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 3rem;
    }
    .contacts-col {
        gap: 3.2rem;
    }
    .contacts-col > h3 {
        font-size: 1.6rem;
    }
    .contacts-route {
        gap: 1.1rem;
    }
    .contacts-route > h4 {
        font-size: 1.8rem;
    }
    .contacts-route__row {
        gap: 1rem;
    }
    .contacts-route__row a {
        width: 16rem;
    }
    .contacts-form {
        padding: 2rem 1rem;
        flex-direction: column;
        gap: 2rem;
    }
    .contacts-form__name {
        align-items: center;
        gap: 0.8rem;
        max-width: none;
        width: 100%;
    }
    .contacts-form__name h2 {
        font-size: 2.4rem;
        text-align: center;
    }
    .contacts-form__name p {
        text-align: center;
        font-weight: 400;
        max-width: 24rem;
    }
    .contacts-form__main {
        max-width: none;
        gap: 1rem;
    }
    .contacts-form__agreement label {
        max-width: 22rem;
        padding-left: 1rem;
    }
    .contacts-form__agreement input[type=checkbox]:before {
        margin-top: 0;
    }
    .contacts-social {
        position: relative;
        bottom: 0;
        left: 0;
        margin: 0 auto;
    }
    .contacts-pickup {
        gap: 3.1rem;
    }
    .contacts-pickup > h2 {
        font-size: 2.4rem;
    }
    .contacts-pickup__map {
        border-radius: 1.6rem;
    }
    .contacts-pickup__map iframe {
        border-radius: 1.6rem;
    }
}

/* mailing */

.mailing {
    margin-bottom: 5.7rem;
}
.mailing-main {
    background-image: url('../images/mailing-fon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2.4rem;
    display: flex;
    align-items: center;
    padding: 0 4.6rem 0 2.6rem;
    gap: 2.3rem;
}
.mailing-main > img {
    width: 17.4rem;
    min-width: 17.4rem;
}
.mailing-main > h3 {
    color: #00021A;
    font-family: "RF Dewi Expanded";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    max-width: 53.3rem;
    margin-right: auto;
}
.mailing-form {
    display: flex;
    width: 100%;
    max-width: 52.7rem;
    align-items: center;
    position: relative;
}
.mailing-form svg {
    width: 2.4rem;
    height: auto;
    position: absolute;
    left: 1.9rem;
    z-index: 2;
}
.mailing-form input {
    border-radius: 2.4rem;
    background: #FFF;
    width: 100%;
    height: 6.4rem;
    padding: 0 20rem 0 6rem;
    color: #1D212F;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.mailing-form input::placeholder {
    color: #1D212F;
    opacity: 0.7;
}
.mailing-submit {
    position: absolute;
    z-index: 2;
    width: 18.9rem;
    height: 4.8rem;
    border-radius: 1.7rem;
    background: #00021A;
    color: #FFF;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    right: 0.8rem;
}

@media screen and (max-width: 992px) {
    .mailing {
        margin-bottom: 5rem;
    }
    .mailing-main {
        padding: 3rem 2.2rem 13.4rem 2.2rem;
        flex-direction: column;
        gap: 3rem;
        position: relative;
    }
    .mailing-main > img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 14.4rem;
        min-width: auto;
    }
    .mailing-main > h3 {
        font-size: 1.8rem;
        max-width: 27rem;
    }
    .mailing-form {
        max-width: none;
        flex-direction: column;
        border-radius: 2.4rem;
        background: #FFF;
        padding: 1.3rem 1.9rem 1.6rem 1.9rem;
        gap: 1.4rem;
    }
    .mailing-form svg {
        left: 2.9rem;
        top: 2.5rem;
    }
    .mailing-form input {
        border-radius: 1.7rem;
        background: #FAF5FA;
        height: 4.8rem;
        padding: 0 1rem 0 5rem;
        border: 0.2rem solid #bd38d726;
    }
    .mailing-submit {
        position: relative;
        width: 100%;
        right: 0;
    }
}

/* breadcrumbs */

.breadcrumbs {
    margin-top: 3.2rem;
}
.breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
}
.breadcrumbs ul li {
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 1.8rem;
}
.breadcrumbs ul li a {
    color: #00021A;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
}
.breadcrumbs ul li > span {
    color: #00021A;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}
.breadcrumbs ul li::before {
    content: '';
    background-image: url(../images/bread.svg);
    width: 0.6rem;
    height: 1.1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
}
.breadcrumbs ul li:first-child::before {
    display: none;
}
.breadcrumbs ul li:first-child {
    padding-left: 0;
}

@media screen and (max-width: 992px) {
    .breadcrumbs {
        margin-top: 1.8rem;
        margin-bottom: 2.3rem;
    }
    .breadcrumbs ul {
        gap: 0.8rem;
    }
    .breadcrumbs ul li {
        padding-left: 1.4rem;
    }
}

/* seo */

.seo {
    margin-bottom: 7rem;
}
.seo-container {
    position: relative;
}
.seo-main {
    position: relative;
    max-height: 42.8rem;
    overflow: hidden;
    border-radius: 2.4rem;
    background: #FFF;
    padding: 4rem 3rem;
    display: flex;
    flex-direction: column;
    color: rgba(10, 20, 53, 0.7);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.seo-main * {
    font-family: Arial, Helvetica !important;
}
.seo-main::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 19.8rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    transition: .3s all;
}
.seo-main h2 {
    color: #0A1435;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.seo-main ul {
    padding-left: 3rem;
}
.seo-main li, .seo-main span {
    color: rgba(10, 20, 53, 0.7);
}
.seo-button {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -2rem;
    box-shadow: 0px 4px 16px rgba(52, 26, 145, 0.20);
    width: 10.6rem;
    height: 4.8rem;
    border-radius: 1.6rem;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.seo-button svg {
    width: 1.6rem;
    height: auto;
    transition: .3s all;
}
.seo-container.active .seo-main::before {
    display: none;
}
.seo-container.active .seo-button svg {
    transform: rotate(180deg);
}

@media screen and (max-width: 992px) {
    .seo {
        margin-bottom: 7.4rem;
    }
    .seo-main {
        max-height: 42.8rem;
        border-radius: 1.6rem;
        padding: 1.5rem;
        font-size: 1.3rem;
    }
    .seo-main::before {
        height: 32rem;
    }
    .seo-main h2 {
        font-size: 1.8rem;
    }
}

/* manufacturers */

.manufacturers {
    margin-bottom: 7rem;
}
.manufacturers-container {
    display: flex;
    flex-direction: column;
    gap: 4.6rem;
}
.manufacturers-container > h2 {
    color: #00021A;
    font-family: "RF Dewi Expanded";
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.manufacturers-main {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
}
.manufacturers-item {
    border-radius: 1.6rem;
    border: 1px solid #FAF5FA;
    background: #FFF;
    padding: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.manufacturers-item img {
    max-width: 100%;
    object-fit: contain;
}

@media screen and (max-width: 992px) {
    .manufacturers {
        margin-bottom: 5rem;
    }
    .manufacturers-container {
        gap: 3.6rem;
        max-width: none;
    }
    .manufacturers-container > h2 {
        font-size: 2.4rem;
        width: 100%;
        max-width: 32.8rem;
        margin: 0 auto;
    }
    .manufacturers-main {
        display: flex;
        flex-wrap: nowrap;
        gap: 0.8rem;
        overflow-y: auto;
        padding: 0 1.6rem;
    }
    .manufacturers-item {
        padding: 2rem;
        width: 20.2rem;
        min-width: 20.2rem;
    }
}

/* home_blog */

.home_blog {
    margin-bottom: 9rem;
}
.home_blog-container {
    display: flex;
    flex-direction: column;
    gap: 3.7rem;
}
.home_blog-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home_blog-name > h2 {
    color: #00021A;
    font-family: "RF Dewi Expanded";
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.home_blog-name > a {
    color: #00021A;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    background: rgba(89, 128, 245, 0.1);
    width: 21.2rem;
    height: 4.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.4rem;
}
.home_blog-main {
    display: flex;
    gap: 2rem;
}
.blog-item {
    width: 100%;
    max-width: 34.5rem;
    background: #FFF;
    display: flex;
    flex-direction: column;
    border-radius: 2.4rem;
    overflow: hidden;
    position: relative;
}
.home_blog-main .blog-item:first-child {
    max-width: 70rem;
}
.blog-item__img {
    display: flex;
    height: 32.2rem;
    min-height: 32.2rem;
}
.blog-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-item__main {
    height: 100%;
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    gap: 0.6rem;
}
.blog-item__tag {
    border-radius: 3.3rem;
    border: 5px solid #FFF;
    background: linear-gradient(180deg, #FDABC9 0%, rgba(253, 171, 201, 0.00) 100%), #5980F5;
    padding: 1.1rem 1.4rem;
    color: #FFF;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    position: absolute;
    top: -1.9rem;
    right: 2rem;
    z-index: 2;
}
.blog-item__date {
    color: #00021A;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.5;
}
.blog-item__title {
    color: #00021A;
    font-size: 1.9rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.blog-item__description {
    color: #00021A;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    opacity: 0.7;
}
.blog-item__link {
    border-radius: 1.4rem;
    background: rgba(216, 46, 167, 0.20);
    color: #00021A;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    width: 17rem;
    height: 4.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
}
.blog-item:hover {
    box-shadow: 0px 4px 16px 0px rgba(52, 26, 145, 0.20);
}
.blog-item__link:hover {
    background: #00021A;
    color: rgba(189, 56, 215, 1);
}

@media screen and (max-width: 992px) {
    .home_blog {
        margin-bottom: 5rem;
        position: relative;
        padding-bottom: 8.5rem;
    }
    .home_blog-container {
        gap: 2.7rem;
    }
    .home_blog-name > h2 {
        font-size: 2.4rem;
    }
    .home_blog-name > a {
        width: 23.2rem;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .home_blog-main {
        flex-direction: column;
        gap: 0.8rem;
    }
    .blog-item {
        max-width: none;
        border-radius: 1.6rem;
    }
    .home_blog-main .blog-item:first-child {
        max-width: none;
    }
    .blog-item__img {
        height: 15.2rem;
        min-height: 15.2rem;
    }
    .blog-item__main {
        padding: 1.5rem;
        gap: 0.3rem;
    }
    .blog-item__tag {
        border: 3px solid #FFF;
        padding: 0.7rem 0.8rem;
        top: -1.9rem;
        right: 1.2rem;
    }
    .blog-item__date {
        font-size: 1.3rem;
    }
    .blog-item__title {
        font-size: 1.6rem;
    }
    .blog-item__description {
        font-size: 1.3rem;
    }
    .blog-item__link {
        margin-top: 3rem;
    }
}

/* products_new */

.products_new {
    margin-bottom: 9rem;
}
.products_new-container {
    display: flex;
    flex-direction: column;
    gap: 4.2rem;
}
.products_new-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.products_new-name > h2 {
    color: #00021A;
    font-family: "RF Dewi Expanded";
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.products_new-name > a {
    width: 21.2rem;
    height: 4.8rem;
    border-radius: 1.4rem;
    background: rgba(89, 128, 245, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00021A;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.products_new-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7.3rem 2.3rem;
}
.product_home {
    background: linear-gradient(180deg, rgba(89, 128, 245, 0.00) 62.5%, rgba(89, 128, 245, 0.50) 84.61%, #FDABC9 100%);
    border-radius: 2.4rem;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    position: relative;
}
.product_home-image-box {
    position: relative;
    height: 32rem;
    min-height: 32rem;
}
.product_home-main {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}
.product_home-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 2rem 2rem 1.8rem 2rem;
    margin-top: auto;
}
.product_home-title {
    color: #00021A;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.product_home-price {
    color: #00021A;
    text-align: right;
    font-size: 2.7rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    white-space: nowrap;
}
.product_home-hover {
    position: absolute;
    height: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    z-index: 3;
}
.product_home:hover .product_home-hover {
    height: 4.8rem;
    bottom: -4.8rem;
    overflow: visible;
}
.product_home-quantity {
    background: #FFF;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    justify-content: space-between;
    border-radius: 0 0 0 2.4rem;
}
.product_home-quantity input {
    color: #00021A;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.08rem;
    width: 4rem;
}
.product_home-quantity input::-webkit-outer-spin-button,
.product_home-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product_home-quantity input[type=number] {
    -moz-appearance:textfield;
}
.product_home-quantity__plus {
    display: flex;
}
.product_home-quantity__plus svg {
    width: 1.8rem;
    height: auto;
}
.product_home-quantity__minus {
    display: flex;
}
.product_home-quantity__minus svg {
    width: 1.8rem;
    height: auto;
}
.product_home .tt-btn-addtocart.in {
    display: none;
}
.product_home:hover {
    border-radius: 2.4rem 2.4rem 0 0;
    box-shadow: 0 4px 16px 0 rgba(52, 26, 145, 0.20);
}
.product_home .tt-btn-addtocart {
    background: rgba(89, 128, 245, 0.5);
    border-radius: 0 0 2.4rem 0;
    color: #00021A;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.075rem;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_home.incart .tt-btn-addtocart {
    display: none;
}
.product_home.incart .tt-btn-addtocart.in {
    display: flex;
}
.product_home-wishlist {
    display: flex;
    position: absolute;
    top: 0.7rem;
    right: 0.7rem;
    z-index: 4;
    width: 3.6rem;
    height: 3.6rem;
    justify-content: center;
    align-items: center;
}
.product_home-wishlist svg {
    width: 2.6rem;
    height: auto;
}
.product_home-wishlist svg path {
    opacity: 0.6;
}
.product_home-wishlist.active svg path {
    fill: red;
    stroke: red;
    opacity: 1;
}
.product_home-image {
    display: flex;
    width: 100%;
    height: 100%;
}
.product_home-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 2.4rem 2.4rem 0 0;
}
.product_home-labels {
    display: flex;
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
    gap: 0.6rem;
}
.product_home-labels span {
    padding: 0.5rem 0.8rem 0.3rem 0.8rem;
    border-radius: 1.3rem;
    background: linear-gradient(180deg, rgba(216, 46, 167, 0.70) 0%, rgba(189, 56, 215, 0.70) 100%), #FFF;
    color: #FFF;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.product_home-compare {
    display: flex;
    position: absolute;
    top: 4.3rem;
    right: 0.7rem;
    z-index: 4;
}
.product_home-compare svg {
    width: 3.6rem;
    height: auto;
}
.product_home-compare.active svg path {
    fill: red;
    stroke: red;
}

@media screen and (max-width: 992px) {
    .products_new {
        margin-bottom: 5rem;
        position: relative;
        padding-bottom: 10.5rem;
    }
    .products_new-container {
        gap: 2.9rem;
    }
    .products_new-name > h2 {
        font-size: 2.4rem;
    }
    .products_new-name > a {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .products_new-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
    }
    .product_home {
        border-radius: 1.6rem;
    }
    .product_home-image-box {
        height: 15rem;
        min-height: 15rem;
    }
    .product_home-wishlist {
        top: 0;
        right: 0;
    }
    .product_home-compare {
        top: 3.6rem;
        right: 0;
    }
    .product_home-labels {
        left: 1rem;
        top: 1rem;
        gap: 0.4rem;
    }
    .product_home-labels span {
        padding: 0.4rem 0.4rem 0.2rem 0.4rem;
        font-size: 1.3rem;
    }
    .product_home-row {
        flex-direction: column-reverse;
        gap: 0;
        align-items: flex-start;
        padding: 1rem 1rem 1.6rem 1rem;
    }
    .product_home-price {
        text-align: left;
        font-size: 2rem;
    }
    .product_home-title {
        font-size: 1.5rem;
        line-height: 130%;
    }
    .product_home-image img {
        border-radius: 1.6rem 1.6rem 0 0;
    }
    .product_home-hover {
        position: relative;
        height: 4.7rem;
        display: flex;
        padding: 0 1.5rem 1.5rem 1.5rem;
    }
    .product_home-quantity {
        display: none;
    }
    .product_home .tt-btn-addtocart {
        background: #00021A;
        border-radius: 1.2rem;
        width: 100%;
        height: 3.2rem;
        color: rgba(216, 46, 167, 0.70);
        letter-spacing: normal;
        text-transform: none;
    }
    .product_home:hover .product_home-hover {
        height: auto;
        bottom: 0;
    }
    .product_home:hover {
        border-radius: 1.6rem;
    }
    
    
}

/* gift */

.gift {
    margin-bottom: 9.2rem;
}
.gift-main {
    background-image: url('../images/gift-fon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2.4rem;
    position: relative;
    display: flex;
    padding: 3.8rem 2rem 4.6rem 7.3rem;
}
.gift-main > img {
    width: 45.3rem;
    position: absolute;
    top: -11rem;
    right: 12.9rem;
}
.gift-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
}
.gift-col > h2 {
    color: #00021A;
    font-family: "RF Dewi Expanded";
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.gift-col > p {
    color: #00021A;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.gift-link {
    width: 22.9rem;
    height: 4.8rem;
    margin-top: 1.5rem;
    border-radius: 1.4rem;
    background: #00021A;
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .gift {
        margin-bottom: 4.3rem;
    }
    .gift-main {
        padding: 15.6rem 2.6rem 5rem 2.6rem;
        justify-content: center;
    }
    .gift-main > img {
        width: 27.6rem;
        top: -8.4rem;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .gift-col {
        align-items: center;
        gap: 1rem;
    }
    .gift-col > h2 {
        font-size: 2.4rem;
        text-align: center;
    }
    .gift-col > p {
        font-size: 1.8rem;
        text-align: center;
    }
    .gift-link {
        margin-top: 1rem;
    }
}

/* home_categories */

.home_categories {
    margin-bottom: 12.2rem;
}
.home_categories-main .nav-tabs {
    display: none;
}
.home_categories-main .tab-pane.active {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    opacity: 1;
}
.home_categories-item {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 23rem;
    background-image: url(../images/categories-fon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F0F0F0;
    border-radius: 2.4rem;
    padding: 3rem;
}
.home_categories-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2.4rem;
}
.home_categories-item__description {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    z-index: 2;
}
.home_categories-item__title {
    color: #00021A;
    font-family: "RF Dewi Expanded";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.home_categories-item__count {
    color: rgba(0, 2, 26, 0.7);
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 0.4rem 1.2rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.30);
}

@media screen and (max-width: 992px) {
    .home_categories {
        margin-bottom: 7rem;
    }
    .home_categories-container {
        max-width: none;
    }
    .home_categories-main .tab-pane.active {
        display: flex;
        gap: 0.8rem;
        overflow-x: auto;
        padding: 0 1.6rem;
    }
    .home_categories-item {
        height: 15.4rem;
        border-radius: 1.6rem;
        padding: 1.5rem 2rem;
        width: 18rem;
        min-width: 18rem;
    }
    .home_categories-item img {
        border-radius: 1.6rem;
    }
    .home_categories-item__title {
        font-size: 1.6rem;
    }
    .home_categories-item__count {
        font-size: 1.3rem;
        padding: 0.2rem 1rem;
    }
}

/* advantages */

.advantages {
    margin-bottom: 6.4rem;
}
.advantages-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.advantages-item {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.advantages-item img {
    height: 4rem;
}
.advantages-item p {
    color: #00021A;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

@media screen and (max-width: 992px) {
    .advantages {
        margin-bottom: 3rem;
    }
    .advantages-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem 4.7rem;
    }
    .advantages-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.3rem;
    }
    .advantages-item img {
        height: 3.8rem;
    }
    .advantages-item p {
        font-size: 1.4rem;
    }
}

/* banner */

.banner {
    margin: 3rem 0 5rem 0;
}
.banner-container {
    display: flex;
    gap: 2rem;
}
.banner-col {
    display: flex;
    gap: 2rem;
    flex-direction: column;
    width: 100%;
    max-width: 56rem;
}
.banner-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
.banner-item {
    background-image: url('../images/banner-fon-1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFF;
    border-radius: 2.4rem;
    height: 22rem;
    position: relative;
    display: flex;
    padding: 2rem;
}
.banner-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    border-radius: 2.4rem;
}
.banner-item__col {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.banner-item__title {
    color: #00021A;
    font-family: "RF Dewi Expanded";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.banner-item__description {
    color: #00021A;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    opacity: 0.7;
}
.banner-item:nth-child(1) {
    order: 2;
}
.banner-col > .banner-item .banner-item__col {
    justify-content: center;
}
.banner-col > .banner-item .banner-item__title {
    font-size: 2.4rem;
}
.banner-col > .banner-item .banner-item__description {
    font-size: 1.8rem;
}
.banner_slider {
    width: 100%;
    max-width: 85rem;
    display: flex;
    align-items: center;
    position: relative;
}
.banner_swiper-prev {
    position: absolute;
    z-index: 3;
    left: 1.5rem;
    width: 4.8rem;
    height: 4.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    opacity: 0.5;
    background: #FFF;
}
.banner_swiper-prev svg {
    width: 1rem;
    height: auto;
}
.banner_swiper-next {
    position: absolute;
    z-index: 3;
    right: 1.5rem;
    width: 4.8rem;
    height: 4.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    opacity: 0.5;
    background: #FFF;
}
.banner_swiper-next svg {
    width: 1rem;
    height: auto;
}
.banner_swiper {
    width: 100%;
}
.banner_swiper .swiper-slide {
    background-image: url('../images/banner-fon-3.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFF;
    border-radius: 2.4rem;
    height: 46rem;
    position: relative;
    padding: 10rem 8.5rem;
}
.banner_swiper-pagination {
    display: flex;
    position: absolute;
    bottom: 1.6rem !important;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    z-index: 3;
}
.banner_swiper-pagination .swiper-pagination-bullet {
    margin: 0 !important;
    width: 1.2rem;
    height: 1.2rem;
    opacity: 0.7;
    border-radius: 100%;
    background: #FFF;
}
.banner_swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}
.banner_swiper .swiper-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2.4rem;
}
.banner_swiper .swiper-slide .tt-description-wrapper {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.banner_swiper .swiper-slide .tp-caption1-wd-1 {
    color: #00021A !important;
    font-family: "RF Dewi Expanded";
    font-size: 4.1rem;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.banner_swiper .swiper-slide .tp-caption1-wd-3 {
    margin-bottom: 2rem;
    color: #00021A !important;
    font-size: 3.6rem !important;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.banner_swiper .swiper-slide .btn {
    margin-top: 8rem;
    border-radius: 1.8rem;
    background: #00021A !important;
    width: 21.6rem;
    height: 5.2rem;
    color: rgb(151, 45, 177) !important;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .banner {
        margin: 1rem 0 3rem 0;
    }
    .banner-container {
        flex-direction: column;
        gap: 0.7rem;
    }
    .banner-col {
        gap: 0.7rem;
        max-width: none;
    }
    .banner-row {
        gap: 0.7rem;
    }
    .banner-item {
        border-radius: 1.4rem;
        height: 13rem;
        padding: 1.2rem;
    }
    .banner-item img {
        border-radius: 1.4rem;
    }
    .banner-item__col {
        gap: 0.3rem;
    }
    .banner-item__title {
        font-size: 1.2rem;
    }
    .banner-item__description {
        font-size: 1.2rem;
    }
    .banner-col > .banner-item .banner-item__title {
        font-size: 1.8rem;
    }
    .banner-col > .banner-item .banner-item__description {
        font-size: 1.2rem;
    }
    .banner_slider {
        max-width: none;
    }
    .banner_swiper-prev {
        left: 0;
        opacity: 1;
        background: transparent;
    }
    .banner_swiper-next {
        right: 0;
        opacity: 1;
        background: transparent;
    }
    .banner_swiper .swiper-slide {
        padding: 4rem 2rem;
    }
    .banner_swiper-pagination {
        bottom: 1rem !important;
    }
    .banner_swiper-pagination .swiper-pagination-bullet {
        width: 0.8rem;
        height: 0.8rem;
    }
    .banner_swiper .swiper-slide .tp-caption1-wd-1 {
        font-size: 2.8rem;
        margin-bottom: 1rem;
    }
    .banner_swiper .swiper-slide .tp-caption1-wd-3 {
        margin-bottom: 1rem;
        font-size: 1.8rem !important;
    }
    .banner_swiper .swiper-slide .tt-description-wrapper {
        height: 100%;
    }
    .banner_swiper .swiper-slide > div {
        height: 100%;
    }
    .banner_swiper .swiper-slide > div > div {
        height: 100%;
    }
    .banner_swiper .swiper-slide .btn {
        width: 15.8rem;
        height: 3.9rem;
        font-size: 1.5rem;
        margin-top: auto;
    }
}

/* footer */

footer {
    background: #00021A;
    padding-top: 5.3rem;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
    overflow: hidden;
}
footer::before {
    content: '';
    border-radius: 83.7rem;
    opacity: 0.4;
    background: radial-gradient(50% 50% at 50% 50%, #182E7B 0%, rgba(24, 46, 123, 0.48) 100%);
    filter: blur(75px);
    width: 83.7rem;
    height: 24.6rem;
    left: 20rem;
    top: -1.2rem;
    position: absolute;
}
footer::after {
    content: '';
    border-radius: 85rem;
    opacity: 0.4;
    background: radial-gradient(50% 50% at 50% 50%, #FDABC9 0%, rgba(253, 171, 201, 0.00) 100%);
    filter: blur(75px);
    width: 85rem;
    height: 24.6rem;
    position: absolute;
    right: 1rem;
    top: -1.2rem;
}
.footer-main {
    z-index: 4;
}
.back-to-top {
    position: absolute;
    width: 6.4rem;
    height: 4.8rem;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 4;
    border-radius: 2.4rem 0 0 2.4rem;
    background: #FFF;
    display: flex;
    align-items: flex-start;
    padding: 0.5rem;
}
.back-to-top__icon {
    width: 3.8rem;
    height: 3.8rem;
    background: #00021A;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.back-to-top__icon svg {
    width: 1.4rem;
    height: auto;
}
.footer-main__container {
    display: flex;
    justify-content: space-between;
}
.footer-main__col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5.4rem;
    max-width: 29.1rem;
}
.footer-main__col > p {
    color: #FFF;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.5;
}
.footer-logo {
    display: flex;
}
.footer-logo img {
    width: 21.8rem;
}
.footer-main__menu {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    padding-top: 1.6rem;
}
.footer-main__menu:nth-child(3) nav ul li:first-child a {
    line-height: 200%;
    opacity: 1;
    font-weight: 700;
}
.footer-main__menu-title {
    color: #FFF;
    font-family: "RF Dewi Expanded";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0.18rem;
    text-transform: uppercase;
    opacity: 0.7;
}
.footer-main__menu-row {
    display: flex;
    gap: 5rem;
}
.footer-main__menu nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
}
.footer-main__menu nav > a {
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
}
.footer-main__menu nav ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
}
.footer-main__menu nav ul li {
    list-style: none;
    display: flex;
}
.footer-main__menu nav ul li a {
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    opacity: 0.7;
}
.footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    padding-top: 1.6rem;
    max-width: 27.2rem;
}
.footer-contacts__col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
}
.footer-contacts__phone {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #FFF;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.4rem;
}
.footer-contacts__phone svg {
    width: 1.5rem;
    height: auto;
    margin-top: -0.5rem;
}
.footer-contacts__address {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}
.footer-contacts__address svg {
    width: 1.2rem;
    min-width: 1.2rem;
    height: auto;
    margin-top: 0.5rem;
}
.footer-contacts__address-col {
    display: flex;
    flex-direction: column;
}
.footer-contacts__address-col > p {
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    opacity: 0.7;
}
.footer-contacts__address-row {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.footer-contacts__address-row p {
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
}
.footer-contacts__address-row p:nth-child(2) {
    opacity: 0.5;
    font-weight: 400;
    line-height: 200%;
}
.footer-contacts__email {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}
.footer-contacts__email svg {
    width: 1.6rem;
    height: auto;
    margin-top: 0.5rem;
}
.footer-contacts__email-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
}
.footer-contacts__email-col p {
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
}
.footer-contacts__email-col a {
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    opacity: 0.7;
}
.footer-contacts__social {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.footer-contacts__social a {
    display: flex;
}
.footer-contacts__social a svg {
    height: 2.4rem;
    width: auto;
}
.footer-bottom {
    border-top: 1px solid rgba(256, 256, 256, 0.05);
    padding: 2.5rem 0;
    z-index: 4;
}
.footer-bottom__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom__container > p {
    color: #FFF;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}
.footer-bottom__payments {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.footer-bottom__payments img {
    height: 2rem;
}
.footer-bottom__links {
    display: flex;
    align-items: center;
    gap: 3.8rem;
}
.footer-bottom__links a {
    color: #FFF;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}

@media screen and (max-width: 992px) {
    footer {
        padding-top: 3.3rem;
        gap: 6.5rem;
    }
    footer::before {
        left: -13rem;
        top: 7rem;
    }
    footer::after {
        right: auto;
        top: auto;
        bottom: 42.4rem;
        left: 0;
    }
    .back-to-top {
        top: auto;
        bottom: 29.7rem;
    }
    .footer-main__container {
        flex-direction: column;
        gap: 3.5rem;
    }
    .footer-main__col {
        gap: 1rem;
        max-width: none;
    }
    .footer-main__col > p {
        font-size: 1.3rem;
    }
    .footer-main__menu {
        gap: 2rem;
        padding-top: 0;
    }
    .footer-main__menu:nth-child(3) {
        gap: 2rem;
    }
    .footer-bottom__container {
        flex-direction: column;
        align-items: flex-start;
        gap: 3rem;
    }
    .footer-bottom__container > p {
        order: 2;
    }
    .footer-bottom__payments {
        flex-wrap: wrap;
    }
    .footer-bottom__links {
        order: 3;
        flex-direction: column;
        align-items: flex-start;
        gap: 3rem;
    }
}

/* personal */

.personal {
    margin: 7rem 0 9.6rem 0;
}
.personal-container {
    display: flex;
    flex-direction: column;
    gap: 7rem;
    max-width: 113.4rem;
}
.personal-container > h2 {
    color: #00021A;
    text-align: center;
    font-family: "RF Dewi Expanded";
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.personal-main {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.personal-history {
    display: flex;
    flex-direction: column;
    gap: 2.3rem;
    font-size: 2.2rem;
}
.personal-history > h3 {
    color: #00021A;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
}
.personal-history__col {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}
.personal-history__col > h6 {
    font-size: 2.2rem;
}
.personal-history__col > a {
    padding: 0.9rem 5.6rem 0.9rem 5.5rem;
    margin-right: auto;
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(216, 46, 167, 0.10) 0%, rgba(189, 56, 215, 0.10) 100%), #FFF;
    color: #D82EA7;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.personal-data {
    display: flex;
    flex-direction: column;
    gap: 2.3rem;
}
.personal-data > h3 {
    color: #00021A;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
}
.personal-data__col {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}
.personal-data__col > a {
    padding: 0.9rem 5.6rem 0.9rem 5.5rem;
    margin-right: auto;
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(216, 46, 167, 0.10) 0%, rgba(189, 56, 215, 0.10) 100%), #FFF;
    color: #D82EA7;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.personal-history__main {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}
.personal-history__name {
    display: flex;
    align-items: center;
    padding-left: 1.4rem;
}
.personal-history__name p {
    color: #00021A;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    width: 100%;
    max-width: 9.1rem;
}
.personal-history__name p:nth-child(2) {
    max-width: 15.7rem;
}
.personal-history__name p:nth-child(3) {
    max-width: 28rem;
}
.personal-history__name p:nth-child(4) {
    max-width: 36.1rem;
}
.personal-history__col {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}
.personal-history__row {
    display: flex;
    border-radius: 1.6rem;
    background: #FFF;
    padding: 2rem 1.4rem;
}
.personal-history__block {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 9.1rem;
    padding-right: 2.3rem;
}
.personal-history__block:nth-child(2) {
    max-width: 15.7rem;
    padding-right: 4.2rem;
}
.personal-history__block:nth-child(3) {
    max-width: 28.2rem;
    padding-right: 5.4rem;
}
.personal-history__block:nth-child(4) {
    max-width: 36rem;
    padding-right: 8.3rem;
}
.personal-history__block:nth-child(5) {
    max-width: 21.6rem;
    padding-right: 0;
}
.personal-history__block a {
    color: #D82EA7;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.personal-history__block p {
    color: #00021A;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.personal-history__block::before {
    content: '';
    position: absolute;
    width: 0.1rem;
    height: 100%;
    opacity: 0.05;
    background: #000;
    top: 0;
    right: 2.3rem;
}
.personal-history__block:nth-child(2)::before {
    right: 4.2rem;
}
.personal-history__block:nth-child(3)::before {
    right: 5.4rem;
}
.personal-history__block:nth-child(4)::before {
    right: 8.3rem;
}
.personal-history__block:last-child::before {
    display: none;
}
.personal-data__main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3rem;
}
.personal-data__item {
    display: flex;
    position: relative;
    align-items: center;
    border-radius: 1.6rem;
    background: #FFF;
    padding: 1.4rem;
    gap: 2.3rem;
}
.personal-data__item p {
    color: #00021A;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
.personal-data__item p:nth-child(1) {
    min-width: 6.8rem;
}
.personal-data__item p:nth-child(2) {
    font-weight: 400;
}
.personal-data__item::before {
    content: '';
    position: absolute;
    width: 0.1rem;
    height: 2.6rem;
    opacity: 0.05;
    background: #000;
    top: 1rem;
    left: 8.2rem;
}

@media screen and (max-width: 992px) {
    .personal {
        margin: 0 0 5rem 0;
    }
    .personal-container {
        gap: 2rem;
        max-width: 32.8rem;
    }
    .personal-container > h2 {
        font-size: 2.4rem;
    }
    .personal-main {
        gap: 2rem;
    }
    .personal-history {
        gap: 1.5rem;
    }
    .personal-history > h3 {
        font-size: 1.8rem;
    }
    .personal-history__col {
        gap: 1rem;
    }
    .personal-history__col > a {
        width: 100%;
    }
    .personal-data {
        gap: 1.5rem;
    }
    .personal-data > h3 {
        font-size: 1.8rem;
    }
    .personal-data__col {
        gap: 1rem;
    }
    .personal-data__col > a {
        width: 100%;
    }
    .personal-history__main {
        gap: 1rem;
    }
    .personal-history__name p {
        font-size: 1.4rem;
        max-width: 9.1rem;
    }
    .personal-history__name p:nth-child(2) {
        max-width: 15.7rem;
    }
    .personal-history__name p:nth-child(3) {
        max-width: 28rem;
    }
    .personal-history__name p:nth-child(4) {
        max-width: 36.1rem;
    }
    .personal-history__col {
        gap: 1rem;
    }
    .personal-history__block {
        max-width: 4.3rem;
        padding-right: 1.5rem;
    }
    .personal-history__block:nth-child(2) {
        max-width: 6.3rem;
        padding-right: 1.5rem;
    }
    .personal-history__block:nth-child(3) {
        max-width: 7.2rem;
        padding-right: 1.5rem;
    }
    .personal-history__block:nth-child(4) {
        max-width: 7.2rem;
        padding-right: 1.5rem;
    }
    .personal-history__block:nth-child(5) {
        max-width: 7.2rem;
        padding-right: 0;
    }
    .personal-history__block a {
        font-size: 1rem;
    }
    .personal-history__block p {
        font-size: 1rem;
    }
    .personal-history__block::before {
        right: 1.5rem;
    }
    .personal-history__block:nth-child(2)::before {
        right: 1.5rem;
    }
    .personal-history__block:nth-child(3)::before {
        right: 1.5rem;
    }
    .personal-history__block:nth-child(4)::before {
        right: 1.5rem;
    }
    .personal-history__block:last-child::before {
        display: none;
    }
    .personal-data__main {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }
}

/* catalog */

.catalog {
    margin: 5rem 0 9rem 0;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.catalog h1 {
    font-family: "RF Dewi Expanded";
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.catalog-container {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}
.catalog-filter {
    width: 26.8rem;
    min-width: 26.8rem;
    border-radius: 2.4rem;
    background: #FFF;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem;
}
.catalog-filter form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.catalog-main {
    width: 100%;
}
.catalog-content {
    display: flex;
    flex-direction: column;
    gap: 2.8rem;
}
.catalog-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}
.catalog .product_home {
    height: 100%;
    background: #FFF;
}
.catalog .product_home-labels {
    flex-direction: column;
    align-items: flex-start;
}
.catalog .product_home-image-box {
    height: 27rem;
    min-height: 27rem;
}
.catalog .product_home-hover {
    position: relative;
    height: auto;
    display: flex;
    padding: 0 2rem 2rem 2rem;
}
.catalog .product_home-quantity {
    display: none;
}
.catalog .product_home-row {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 1.6rem;
    padding: 2rem;
}
.catalog .product_home-price {
    text-align: left;
    font-size: 2.8rem;
}
.catalog .product_home .tt-btn-addtocart {
    width: 100%;
    height: 4.8rem;
    border-radius: 1.6rem;
    background: rgba(89, 128, 245, 0.1);
    color: rgba(216, 46, 167, 0.70);
    font-size: 1.7rem;
    text-transform: none;
    letter-spacing: normal;
}
.catalog .product_home:hover {
    box-shadow: 0 4px 16px 0 rgba(52, 26, 145, 0.20);
    border-radius: 2.4rem;
}
.catalog .product_home:hover .product_home-hover {
    height: auto;
    bottom: 0;
}
.catalog .product_home:hover .tt-btn-addtocart {
    background: #00021A;
    color: rgb(213 77 174);
}
.tt-filters-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tt-sort {
    display: flex;
    align-items: center;
    gap: 7rem;
}
.catalog-sort__block {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.catalog-sort__block p {
    color: #8695AD;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.catalog-sort__block select {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    cursor: pointer;
}
.catalog-sort__block select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.catalog-sort__block select::-ms-expand {
    display: none;
}
.catalog-vid {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}
.catalog-vid > p {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.catalog-vid__buttons {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}
.catalog-vid__button {
    display: flex;
    opacity: .5;
}
.catalog-vid__button svg {
    width: 2.2rem;
    height: auto;
}
.catalog-vid__button:nth-child(2) svg {
    width: 2rem;
}
.catalog-vid__button.active {
    opacity: 1;
}
.catalog-filter__block {
    display: flex;
    flex-direction: column;
    position: relative;
}
.catalog-filter__block-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.catalog-filter__block-button h3 {
    color: #00021A;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.8rem;
}
.catalog-filter__block-button svg {
    width: 1.5rem;
    height: auto;
    transition: .3s all;
    transform: rotate(180deg);
}
.catalog-filter__block-content {
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
}
.catalog-filter__block.active .catalog-filter__block-content {
    max-height: 100%;
}
.catalog-filter__block.active .catalog-filter__block-button svg {
    transform: rotate(0deg);
}
.catalog .tt-options-swatch {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 2rem;
}
.catalog .tt-options-swatch li {
    display: flex;
    align-items: center;
}
.catalog .tt-options-swatch li input {
    display: block;
}
.catalog .tt-options-swatch li input[type=checkbox]:before {
    content:"";
    display:inline-block;
    width: 2rem;
    height: 2rem;
    border-radius: 0.6rem;
    border: 0.1rem solid rgba(0, 2, 26, 0.2);
    position: absolute;
    margin-top: -1rem;
    cursor: pointer;
}
.catalog .tt-options-swatch li input[type=checkbox]:checked:before {
    background:transparent;
    background-image: url('../images/checkbox.svg');
    background-size: 2rem;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    border-color: transparent;
}
.catalog .tt-options-swatch li input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}
.catalog .tt-options-swatch li input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
}
.catalog .tt-options-swatch li input[type="checkbox"]:checked {
    background-image: none;
}
.catalog .tt-options-swatch li a {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    cursor: pointer;
    padding-left: 2.9rem;
}
.catalog .tt-options-swatch.options-color {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.6rem;
}
.catalog .tt-options-swatch.options-color li {
    position: relative;
}
.catalog .tt-options-swatch.options-color li input {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
}
.catalog .tt-options-swatch.options-color li a {
    display: flex;
    width: 100%;
    height: 4.2rem;
    background: #FAF5FA;
    border-radius: 1.2rem;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    padding: 0;
}
.catalog .tt-options-swatch.options-color li a span img {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 100%;
    border: 1px solid #D82EA7;
}
.catalog .tt-options-swatch.options-color li.active a {
    border-color: #D82EA7;
}
.catalog .range-wrapper {
    margin-top: 2rem;
    display: flex;
    flex-direction: column-reverse;
}
.catalog .ui-slider {
    position: relative;
    height: 0.4rem;
    background: #F5EBF5;
    margin-right: 0;
    margin-bottom: 2rem;
    border-radius: 1rem;
}
.catalog .ui-slider-range {
    border-radius: 0.5rem;
    background: linear-gradient(90deg, #5980F5 0%, #D871D6 100%);
}
.catalog .ui-slider-handle {
    width: 1.4rem;
    height: 1.4rem;
    background: #5980F5;
    margin: -0.6rem 0 0 0;
    position: absolute;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(52, 26, 145, 0.20);
    border-radius: 100%;
    border: 0.3rem solid #FFF;
}
.catalog .ui-slider-handle:last-child {
    margin-left: -1.4rem;
}
#set_filter {
    width: 100%;
    height: 4.8rem;
    border-radius: 1.6rem;
    background: #00021A;
    color: rgb(213 77 174);
    font-size: 1.7rem;
    text-transform: none;
    letter-spacing: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    line-height: 100%;
}
#del_filter {
    width: 100%;
    height: 4.8rem;
    border-radius: 1.6rem;
    background: rgba(89, 128, 245, 0.1);
    color: rgba(216, 46, 167, 0.70);
    font-size: 1.7rem;
    text-transform: none;
    letter-spacing: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    line-height: 100%;
    padding-top: 0.2rem;
}
.information-blocks.buttons li {
    width: 100%;
}
.catalog {
    
}
.catalog {
    
}

@media screen and (max-width: 992px) {
    .catalog {
        margin: 0 0 5rem 0;
        gap: 3rem;
    }
    .catalog h1 {
        font-size: 2.4rem;
    }
    .catalog-container {
        flex-direction: column;
        gap: 1.3rem;
    }
    .catalog-filter {
        width: 26.8rem;
        min-width: 26.8rem;
        border-radius: 2.4rem;
        background: #FFF;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        padding: 2rem;
    }
    .catalog-filter {
        display: none;
    }
    .catalog-content {
        gap: 1.3rem;
    }
    .catalog-products {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
    }
    .catalog .product_home-image-box {
        height: 15.8rem;
        min-height: 15.8rem;
    }
    .catalog .product_home-hover {
        padding: 1rem 0.5rem;
    }
    .catalog .product_home-row {
        gap: 1rem;
        padding: 1rem;
    }
    .catalog .product_home-price {
        font-size: 1.8rem;
    }
    .catalog .product_home .tt-btn-addtocart {
        height: 2.8rem;
        border-radius: 1.2rem;
        font-size: 1.5rem;
    }
    .catalog .swiper .product_home:hover {
        box-shadow: none;
        border-radius: 1.6rem;
    }
    .tt-sort {
        gap: 1rem;
    }
    .catalog-sort__block {
        gap: 0.4rem;
    }
    .catalog-sort__block p {
        font-size: 1.2rem;
    }
    .catalog-sort__block select {
        font-size: 1.2rem;
    }
    .catalog-vid > p {
        display: none;
    }
    .catalog-vid__buttons {
        gap: 0.8rem;
    }
    .catalog-filter__block-button h3 {
        color: #00021A;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.8rem;
    }
    .catalog-filter__block-button svg {
        width: 1.5rem;
        height: auto;
        transition: .3s all;
        transform: rotate(180deg);
    }
    .catalog-filter__block-content {
        display: flex;
        flex-direction: column;
        max-height: 0;
        overflow: hidden;
    }
    .catalog-filter__block.active .catalog-filter__block-content {
        max-height: 100%;
    }
    .catalog-filter__block.active .catalog-filter__block-button svg {
        transform: rotate(0deg);
    }
    .catalog .tt-options-swatch {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .catalog .tt-options-swatch li {
                position: relative;
    }
    .smart-filter .bx_filter_popup_result.right {
        display: none !important;
    }
    .catalog .tt-options-swatch li a {
        padding-left: 1.5rem;
        margin-top: -1.6rem;
    }
    
    .catalog .tt-options-swatch.options-color {
        grid-template-columns: repeat(7, 1fr);
    }
    .catalog .tt-options-swatch.options-color li {
        position: relative;
    }
    .catalog .tt-options-swatch.options-color li input {
        position: absolute;
        width: 0;
        height: 0;
        visibility: hidden;
    }
    .catalog .tt-options-swatch.options-color li a {
        display: flex;
        width: 4.2rem;
        height: 4.2rem;
        background: #FAF5FA;
        border-radius: 1.2rem;
        justify-content: center;
        align-items: center;
        border: 1px solid transparent;
    }
    .catalog .tt-options-swatch.options-color li a span img {
        width: 2.8rem;
        height: 2.8rem;
        border-radius: 100%;
        border: 1px solid #D82EA7;
    }
    .catalog .tt-options-swatch.options-color li.active a {
        border-color: #D82EA7;
    }
    .catalog .range-wrapper {
        margin-top: 2rem;
        display: flex;
        flex-direction: column-reverse;
    }
    .catalog .ui-slider {
        position: relative;
        height: 0.4rem;
        background: #F5EBF5;
        margin-right: 0;
        margin-bottom: 2rem;
        border-radius: 1rem;
    }
    .catalog .ui-slider-range {
        border-radius: 0.5rem;
        background: linear-gradient(90deg, #5980F5 0%, #D871D6 100%);
    }
    .catalog .ui-slider-handle {
        width: 1.4rem;
        height: 1.4rem;
        background: #5980F5;
        margin: -0.6rem 0 0 0;
        position: absolute;
        cursor: pointer;
        box-shadow: 0 4px 8px 0 rgba(52, 26, 145, 0.20);
        border-radius: 100%;
        border: 0.3rem solid #FFF;
    }
    .catalog .ui-slider-handle:last-child {
        margin-left: -1.4rem;
    }
    #set_filter {
        width: 100%;
        height: 4.8rem;
        border-radius: 1.6rem;
        background: #00021A;
        color: rgb(213 77 174);
        font-size: 1.7rem;
        text-transform: none;
        letter-spacing: normal;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #del_filter {
        width: 100%;
        height: 4.8rem;
        border-radius: 1.6rem;
        background: rgba(89, 128, 245, 0.1);
        color: rgba(216, 46, 167, 0.70);
        font-size: 1.7rem;
        text-transform: none;
        letter-spacing: normal;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .information-blocks.buttons li {
        width: 100%;
    }
}

/* blog_page */

.blog_page {
    margin: 5rem 0 9rem 0;
}
.blog_page-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.blog_page-container > h1 {
    color: #00021A;
    font-family: "RF Dewi Expanded";
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.blog_page-main {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.blog_page-main .blog-item:nth-child(1), .blog_page-main .blog-item:nth-child(5), .blog_page-main .blog-item:nth-child(9) {
    max-width: 69.9rem;
}
.tt-pagination {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 3rem;
    justify-content: center;
}
.tt-pagination ul {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    justify-content: center;
}
.tt-pagination ul li {
    list-style: none;
    display: flex;
}
.tt-pagination ul li a {
    width: 4.8rem;
    height: 4.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #00021A;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.tt-pagination ul li.active a {
    background: linear-gradient(0deg, rgba(89, 128, 245, 0.50) 0%, rgba(89, 128, 245, 0.50) 100%), linear-gradient(180deg, rgba(216, 46, 167, 0.70) 0%, rgba(189, 56, 215, 0.70) 100%), #FFF;
    color: #FFF;
    font-weight: 700;
}
.tt-pagination a.btn-prev {
    background-image: url('../images/IconBackward.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 2.4rem;
    width: 6.8rem;
    height: 4.8rem;
    border-radius: 2.4rem;
    border: 2px solid #BD38D7;
}
.tt-pagination a.btn-next {
    background-image: url('../images/IconBackward.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 2.4rem;
    width: 6.8rem;
    height: 4.8rem;
    border-radius: 2.4rem;
    border: 2px solid #BD38D7;
    transform: rotate(180deg);
}

.article {
    margin: 5rem 0 9rem 0;
}
.article-container {
    display: flex;
    flex-direction: column;
    gap: 5.3rem;
}
.article-container > img {
    width: 100%;
    height: 45rem;
    object-fit: cover;
    border-radius: 2.4rem;
}
.article-content {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    width: 100%;
    max-width: 85rem;
    margin: 0 auto;
}
.article-content__col {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.article-content__col > h1 {
    color: #00021A;
    font-family: "RF Dewi Expanded";
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.article-content__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.article-content__row > p {
    color: #262626;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.5;
}
.article-content__block {
    display: flex;
    align-items: center;
    gap: 1.1rem;
}
.article-content__block svg {
    width: 2rem;
    height: auto;
}
.article-content__block p {
    color: #262626;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.5;
}
.article-main {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
}
.article-main > svg {
    width: 8.6rem;
    height: auto;
    margin: 0 auto;
}
.article-description {
    display: flex;
    flex-direction: column;
    color: #00021A;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 992px) {
    .blog_page {
        margin: 0 0 5rem 0;
    }
    .blog_page-container {
        gap: 2rem;
    }
    .blog_page-container > h1 {
        font-size: 2.4rem;
    }
    .blog_page-main {
        flex-direction: column;
        gap: 0.8rem;
    }
    .blog_page-main .blog-item:nth-child(1), .blog_page-main .blog-item:nth-child(5), .blog_page-main .blog-item:nth-child(9) {
        max-width: none;
    }
    .tt-pagination {
        gap: 0;
        margin-top: 3rem;
    }
    .tt-pagination ul {
        gap: 0;
    }
    .tt-pagination ul li a {
        width: 3.6rem;
        height: 4.8rem;
        border-radius: 1.6rem;
        font-size: 1.3rem;
    }
    .tt-pagination a.btn-prev {
        width: 3.6rem;
        height: 4.8rem;
        border-radius: 1.6rem;
    }
    .tt-pagination a.btn-next {
        width: 3.6rem;
        height: 4.8rem;
        border-radius: 1.6rem;
    }
    
    .article {
        margin: 0 0 5rem 0;
    }
    .article-container {
        gap: 1.6rem;
    }
    .article-container > img {
        height: 11.4rem;
        border-radius: 0;
        min-width: 100vw;
        margin-left: -1.6rem;
    }
    .article-content {
        gap: 1.5rem;
    }
    .article-content__col {
        gap: 0.8rem;
    }
    .article-content__col > h1 {
        font-size: 2.4rem;
    }
    .article-main > svg {
        display: none;
    }
    .article-description {
        font-size: 1.4rem;
    }
}

/* product_page */

.product_page {
    margin: 7.2rem 0 9rem 0;
}
.product_page-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.product_page-images {
    width: 100%;
    max-width: 74rem;
    display: flex;
    gap: 5rem;
}
.product_page-thumbs {
    width: 9.5rem;
    min-width: 9.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.product_page-thumbs > button {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_page-thumbs > button svg {
    width: 1.7rem;
    height: auto;
}
.product_page_thumbs_swiper {
    width: 100%;
    height: 53.5rem;
}
.product_page_thumbs_swiper .swiper-slide {
    cursor: pointer;
    transition: .3s all;
    border-radius: 1.2rem;
    opacity: 0.5;
    background: #FFF;
}
.product_page_thumbs_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 1.2rem;
}
.product_page_thumbs_swiper .swiper-slide-thumb-active {
    box-shadow: 0 4px 8px 0 rgba(52, 26, 145, 0.10);
    opacity: 1;
}
.product_page-slider {
    display: flex;
    align-items: center;
    position: relative;
    height: 58.5rem;
}
.product_page-slider__prev {
    position: absolute;
    z-index: 3;
    left: 1.5rem;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 100%;
    background: #FFF;
    box-shadow: 0 4px 8px rgba(52, 26, 145, 0.10);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0.4rem;
}
.product_page-slider__next {
    position: absolute;
    z-index: 3;
    right: 1.5rem;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 100%;
    background: #FFF;
    box-shadow: 0 4px 8px rgba(52, 26, 145, 0.10);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0.4rem;
}
.product_page-slider__prev svg {
    width: 1rem;
    height: auto;
}
.product_page-slider__next svg {
    width: 1rem;
    height: auto;
}
.product_page_slider_swiper {
    width: 100%;
    height: 100%;
    max-width: 59.5rem;
}
.product_page_slider_swiper .swiper-slide {
    height: auto;
}
.product_page_slider_swiper .swiper-slide a {
    display: flex;
    height: 100%;
    width: 100%;
    border-radius: 2.4rem;
    background: #FFF;
}
.product_page_slider_swiper .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 2.4rem;
}
.product_page-label {
    display: flex;
    gap: 0.6rem;
    position: absolute;
    z-index: 3;
    top: 2rem;
    left: 1.8rem;
}
.product_page-label div {
    border-radius: 1.3rem;
    background: linear-gradient(180deg, rgba(216, 46, 167, 0.70) 0%, rgba(189, 56, 215, 0.70) 100%), #FFF;
    padding: 0.3rem 1.2rem;
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.product_page-main {
    width: 100%;
    max-width: 57.3rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.product_page-main > h1 {
    color: #00021A;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.product_page-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product_page-aviable {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}
.product_page-aviable svg {
    width: 2rem;
    height: auto;
}
.product_page-aviable p {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.5;
}
.product_page-sku {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.5;
}
.product_page-description {
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.7;
}
.product_page-actions {
    position: absolute;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    top: 2rem;
    right: 2rem;
}
.product:not(.inwishlist) .tt-btn-wishlist.active, .product:not(.incompare) .tt-btn-compare.active {
    display: none;
}
.product_page-wishlist {
    width: 4.8rem;
    height: 4.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #FAF5FA;
}
.product_page-wishlist svg {
    width: 2.3rem;
    height: auto;
}
.product_page-wishlist.active svg {
    width: 2.3rem;
    height: auto;
}
.product_page-wishlist.active svg path {
    fill: #D82EA7;
}
.product_page-compare {
    width: 4.8rem;
    height: 4.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #FAF5FA;
}
.product_page-compare svg {
    width: 2.2rem;
    height: auto;
}
.product_page-compare.active svg {
    width: 2.2rem;
    height: auto;
}
.product_page-compare.active svg path {
    fill: #D82EA7;
}
.product_page-price {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
}
.product_page-new-price {
    color: #00021A;
    font-size: 4.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: -0.2rem;
}
.product_page-old-price {
    color: #00021A;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    opacity: 0.5;
    text-decoration: line-through;
}
.product_page-discount-percent {
    padding: 0.8rem 0.4rem;
    border-radius: 1rem;
    background: #FFF715;
    color: #00021A;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}
.product_page-properties {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.product_page-properties > h3 {
    color: #00021A;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.product_page-properties__col {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.product_page-properties__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.70);
    padding: 1.2rem 1.7rem;
}
.product_page-properties__row p {
    color: #00021A;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.product_page-properties__row p:nth-child(2) {
    opacity: 0.7;
}
.product_item {
    display: flex;
    flex-direction: column;
    border-radius: 2.4rem;
    background: #FFF;
    overflow: hidden;
}
.product_item-image__block {
    position: relative;
    height: 27rem;
}
.product_item-image {
    display: flex;
    width: 100%;
    height: 100%;
}
.product_item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product_item-labels {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 2;
    align-items: flex-start;
    top: 1.5rem;
    left: 1.5rem;
    gap: 0.6rem;
}
.product_item-labels span {
    border-radius: 2.3rem;
    background: linear-gradient(180deg, rgba(216, 46, 167, 0.70) 0%, rgba(189, 56, 215, 0.70) 100%), #FFF;
    padding: 1rem 0.8rem 0.8rem 0.8rem;
    color: #FFF;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.product_item-main {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    padding: 2rem;
}
.product_item-price {
    color: #00021A;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.product_item-title {
    color: #00021A;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.product_item-info {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}
.product_item-info p {
    color: #00021A;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    opacity: 0.5;
}
.product_page .tt-swatches-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: relative;
}
.product_page .tt-swatches-container > .tt-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}
.product_page .tt-swatches-container .tt-title-options {
    color: #00021A;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
}
.product_page .tt-swatches-container .tt-options-swatch {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.product_page .tt-swatches-container .tt-options-swatch li {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.9rem !important;
    min-width: 3.9rem !important;
    height: 4.2rem;
    border-radius: 1.2rem;
    border: 2px solid rgba(0, 2, 26, 0.05);
    background: #FFF;
    cursor: pointer;
}
.product_page .tt-swatches-container .tt-options-swatch li a {
    color: #00021A;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    opacity: 0.5;
    text-align: center;
}
.product_page .tt-swatches-container .tt-options-swatch li.active {
    border-color: #D82EA7;
}
.product_page .tt-swatches-container .tt-options-swatch li.active a {
    opacity: 1;
    font-weight: 700;
}
.product_page .tt-swatches-container .tt-options-swatch li .options-color {
    opacity: 1;
}
.product_page .tt-swatches-container .tt-options-swatch li .options-color span {
    border: 1px solid #D82EA7;
    border-radius: 100%;
    width: 2.8rem;
    height: 2.8rem;
    display: flex;
}
.product_page .tt-swatches-container .tt-options-swatch li .options-color span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.product_page .tt-swatches-container .product-information-buttons {
    position: absolute;
    left: 9rem;
    top: 0;
}
.product_page .tt-swatches-container .product-information-buttons a {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: rgba(89,128,245, 0.7);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9rem;
}
.product_page .tt-swatches-container .product-information-buttons a svg {
    width: 2rem;
    height: auto;
}
.product_page-delivery {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.product_page-delivery__row {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.product_page-delivery__row img {
    width: 2rem;
    min-width: 2rem;
}
.product_page-delivery__row p {
    color: #00021A;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.product_page_similar {
    margin-bottom: 5rem;
}
.product_page_similar-container {
    display: flex;
    flex-direction: column;
    gap: 3.3rem;
}
.product_page_similar-container > h3 {
    color: #00021A;
    font-family: "RF Dewi Expanded";
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.product_page_similar-slider {
    display: flex;
    align-items: center;
    position: relative;
}
.product_page_similar-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.8rem;
    height: 4.8rem;
    background: #FFF;
    box-shadow: 0 2px 4px rgba(52, 26, 145, 0.10);
    border-radius: 100%;
    position: absolute;
    left: -6.8rem;
    padding-right: 0.3rem;
}
.product_page_similar-prev svg {
    width: 1rem;
    height: auto;
}
.product_page_similar-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.8rem;
    height: 4.8rem;
    background: #FFF;
    box-shadow: 0 2px 4px rgba(52, 26, 145, 0.10);
    border-radius: 100%;
    position: absolute;
    right: -6.8rem;
    padding-left: 0.3rem;
}
.product_page_similar-next svg {
    width: 1rem;
    height: auto;
}
.product_page_similar .swiper {
    width: 100%;
}
.product_page_similar .swiper .swiper-slide {
    height: auto;
    padding-bottom: 3rem;
}
.product_page_similar .swiper .product_home {
    height: 100%;
    background: #FFF;
}
.product_page_similar-next.swiper-button-lock, .product_page_similar-prev.swiper-button-lock {
    display: none;
}
.product_page_similar .product_home-labels {
    flex-direction: column;
    align-items: flex-start;
}
.product_page_similar .product_home-image-box {
    height: 27rem;
    min-height: 27rem;
}
.product_page_similar .product_home-hover {
    position: relative;
    height: auto;
    display: flex;
    padding: 0 2rem 2rem 2rem;
}
.product_page_similar .product_home-quantity {
    display: none;
}
.product_page_similar .product_home-row {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 1.6rem;
    padding: 2rem;
}
.product_page_similar .product_home-price {
    text-align: left;
    font-size: 2.8rem;
}
.product_page_similar .product_home .tt-btn-addtocart {
    width: 100%;
    height: 4.8rem;
    border-radius: 1.6rem;
    background: rgba(89, 128, 245, 0.1);
    color: rgba(216, 46, 167, 0.70);
    font-size: 1.7rem;
    text-transform: none;
    letter-spacing: normal;
}
.product_page_similar .swiper .product_home:hover {
    box-shadow: 0 4px 16px 0 rgba(52, 26, 145, 0.20);
    border-radius: 2.4rem;
}
.product_page_similar .swiper .product_home:hover .product_home-hover {
    height: auto;
    bottom: 0;
}
.product_page_similar .product_home:hover .tt-btn-addtocart {
    background: #00021A;
    color: rgb(213 77 174);
}
.slider-bought-with .product_home-image-box {
    height: 22rem;
    min-height: 22rem;
}
.slider-bought-with  .product_home-row {
    padding: 2rem 1.5rem;
}
.slider-bought-with .product_home-hover {
    padding: 0 1.5rem 1.5rem 1.5rem;
}


.product_page-slider__pagination {
    display: none;
}
.catalog {
    
}
.catalog {
    
}

@media screen and (max-width: 992px) {
    .product_page {
        margin: 0 0 4rem 0;
    }
    .product_page-container {
        flex-direction: column;
        gap: 2rem;
    }
    .product_page-thumbs {
        display: none;
    }
    .product_page-slider {
        height: 36rem;
        width: 100vw;
        max-width: 100vw;
        min-width: 100vw;
        margin-left: -1.6rem;
        flex-direction: column;
    }
    .product_page-slider__prev {
        display: none;
    }
    .product_page-slider__next {
        display: none;
    }
    .product_page_slider_swiper {
        max-width: 100%;
    }
    .product_page_slider_swiper .swiper-slide a {
        border-radius: 0;
    }
    .product_page_slider_swiper .swiper-slide a img {
        border-radius: 0;
    }
    .product_page-slider__pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2rem;
        gap: 1.2rem;
    }
    .product_page-slider__pagination .swiper-pagination-bullet {
        width: 0.8rem;
        height: 0.8rem;
        opacity: .3;
        background: linear-gradient(0deg, rgba(89, 128, 245, 0.50) 0%, rgba(89, 128, 245, 0.50) 100%), linear-gradient(180deg, rgba(216, 46, 167, 0.70) 0%, rgba(189, 56, 215, 0.70) 100%), #FFF;
        margin: 0 !important;
    }
    .product_page-slider__pagination .swiper-pagination-bullet-active {
        opacity: 1;
    }
    .product_page-label {
        gap: 0.4rem;
        top: 1.6rem;
        left: 1.6rem;
    }
    .product_page-label div {
        padding: 0.3rem 0.6rem;
        font-size: 1.3rem;
    }
    .product_page-main {
        max-width: none;
        gap: 2rem;
    }
    .product_page-main > h1 {
        font-size: 2rem;
        font-weight: 400;
    }
    .product_page-aviable {
        gap: 0.5rem;
    }
    .product_page-aviable svg {
        width: 1.4rem;
    }
    .product_page-aviable p {
        font-size: 1.2rem;
    }
    .product_page-sku {
        font-size: 1.2rem;
    }
    .product_page-description {
        font-size: 1.3rem;
    }
    .product_page-actions {
        gap: 0;
        top: 0.9rem;
        right: 0.8rem;
    }
    .product_page-wishlist {
        width: 3.6rem;
        height: 3.6rem;
        background: transparent;
        border-radius: 0;
    }
    .product_page-wishlist svg {
        width: 2rem;
    }
    .product_page-wishlist.active svg {
        width: 2rem;
    }
    .product_page-compare {
        width: 3.6rem;
        height: 3.6rem;
        background: transparent;
        border-radius: 0;
    }
    .product_page-compare svg {
        width: 2rem;
    }
    .product_page-compare.active svg {
        width: 2rem;
    }
    .product_page-price {
        gap: 0.6rem;
    }
    .product_page-new-price {
        font-size: 3.2rem;
        margin-bottom: -0.2rem;
    }
    .product_page-discount-percent {
        font-size: 1.8rem;
    }
    .product_page-properties {
        display: flex;
        flex-direction: column;
        gap: 2.1rem;
    }
    .product_page-properties > h3 {
        color: #00021A;
        font-size: 2.2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
    }
    .product_page-properties__col {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    .product_page-properties__row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        border-radius: 1.6rem;
        background: rgba(255, 255, 255, 0.70);
        padding: 1.2rem 1.7rem;
    }
    .product_page-properties__row p {
        color: #00021A;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }
    .product_page-properties__row p:nth-child(2) {
        opacity: 0.7;
    }
    .product_item {
        display: flex;
        flex-direction: column;
        border-radius: 2.4rem;
        background: #FFF;
        overflow: hidden;
    }
    .product_item-image__block {
        position: relative;
        height: 27rem;
    }
    .product_item-image {
        display: flex;
        width: 100%;
        height: 100%;
    }
    .product_item-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .product_item-labels {
        display: flex;
        flex-direction: column;
        position: absolute;
        z-index: 2;
        align-items: flex-start;
        top: 1.5rem;
        left: 1.5rem;
        gap: 0.6rem;
    }
    .product_item-labels span {
        border-radius: 2.3rem;
        background: linear-gradient(180deg, rgba(216, 46, 167, 0.70) 0%, rgba(189, 56, 215, 0.70) 100%), #FFF;
        padding: 1rem 0.8rem 0.8rem 0.8rem;
        color: #FFF;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
    }
    .product_item-main {
        display: flex;
        flex-direction: column;
        gap: 1.6rem;
        padding: 2rem;
    }
    .product_item-price {
        color: #00021A;
        font-size: 2.8rem;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }
    .product_item-title {
        color: #00021A;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }
    .product_item-info {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
    }
    .product_item-info p {
        color: #00021A;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        opacity: 0.5;
    }
    .product_page-delivery__row p {
        font-size: 1.3rem;
    }
    .product_page_similar {
        margin-bottom: 5rem;
    }
    .product_page_similar-container {
        gap: 3rem;
    }
    .product_page_similar-container > h3 {
        font-size: 2.4rem;
    }
    .product_page_similar-prev {
        display: none;
    }
    .product_page_similar-next {
        display: none;
    }
    .product_page_similar .swiper {
        width: 100vw;
        min-width: 100vw;
        margin-left: -1.6rem;
    }
    .product_page_similar .swiper .swiper-wrapper {
        padding-left: 1.6rem;
    }
    .product_page_similar .swiper .swiper-slide {
        padding-bottom: 0;
    }
    .product_page_similar .product_home-image-box {
        height: 15.8rem;
        min-height: 15.8rem;
    }
    .product_page_similar .product_home-hover {
        padding: 1rem 0.5rem;
    }
    .product_page_similar .product_home-row {
        gap: 1rem;
        padding: 1rem;
    }
    .product_page_similar .product_home-price {
        font-size: 1.8rem;
    }
    .product_page_similar .product_home .tt-btn-addtocart {
        height: 2.8rem;
        border-radius: 1.2rem;
        font-size: 1.5rem;
    }
    .product_page_similar .swiper .product_home:hover {
        box-shadow: none;
        border-radius: 1.6rem;
    }
    .slider-bought-with .product_home-image-box {
        height: 15.8rem;
        min-height: 15.8rem;
    }
    .slider-bought-with  .product_home-row {
        padding: 1rem;
    }
    .slider-bought-with .product_home-hover {
        padding: 1rem 0.5rem;
    }
}

/* checkout_confirm */

.checkout_confirm {
    margin: 7rem 0;
}
.checkout_confirm-container {
    display: flex;
    flex-direction: column;
    gap: 5.7rem;
}
.checkout_confirm-link {
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    width: 43.2rem;
    height: 6rem;
    border-radius: 1.8rem;
    background: linear-gradient(180deg, rgba(216, 46, 167, 0.70) 0%, rgba(189, 56, 215, 0.70) 100%), #FFF;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.checkout_confirm-main {
    border-radius: 1.6rem;
    background: #FFF;
    padding: 4rem 3rem;
    display: flex;
    flex-direction: column;
    gap: 4.2rem;
}
.checkout_confirm-main > p {
    color: #00021A;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 89rem;
}
.checkout_confirm-main > p b {
    font-weight: 700;
}
.checkout_confirm-name {
    display: flex;
    align-items: center;
    gap: 2.2rem;
}
.checkout_confirm-name svg {
    width: 7.2rem;
    height: auto;
}
.checkout_confirm-name h2 {
    color: #00021A;
    font-family: "RF Dewi Expanded";
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4.8rem;
}

@media screen and (max-width: 992px) {
    .checkout_confirm {
        margin: 3rem 0 5rem 0;
    }
    .checkout_confirm-container {
        gap: 3rem;
    }
    .checkout_confirm-link {
        width: 100%;
    }
    .checkout_confirm-main {
        padding: 4.4rem 1rem 2rem 1rem;
        gap: 2.2rem;
    }
    .checkout_confirm-main > p {
        font-size: 1.4rem;
    }
    .checkout_confirm-name {
        flex-direction: column;
        gap: 1.6rem;
    }
    .checkout_confirm-name h2 {
        text-align: center;
        font-size: 2.3rem;
        line-height: 140%;
    }
}

/* cart_page */

.cart_page {
    margin: 7rem 0 12rem 0;
}
.cart_page-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.cart_page-container > h2 {
    color: #00021A;
    font-family: "RF Dewi Expanded";
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.cart_page-main {
    display: flex;
    gap: 4rem;
    align-items: flex-start;
}
.cart_page-col {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}
.cart_page-top {
    display: flex;
    align-items: center;
    border-radius: 1.6rem;
    background: #F5EBF5;
    padding: 1.1rem 3.6rem 1.1rem 1.2rem;
    justify-content: space-between;
}
.cart_page-top__all {
    display: flex;
    align-items: center;
    gap: 1.6rem;
}
.cart_page-top__all input {
    width: 2rem;
    height: 2rem;
    cursor: pointer;
}
.cart_page-top__all label {
    color: #00021A;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    cursor: pointer;
}
.cart_page-clear-all {
    display: flex;
    align-items: center;
    gap: 2.7rem;
    color: #00021A;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.cart_page-clear-all svg {
    width: 3.8rem;
    height: auto;
}
.cart_page-refresh {
    padding: 2rem;
    width: 30rem;
    border-radius: 1.8rem;
    background: linear-gradient(180deg, rgba(216, 46, 167, 0.70) 0%, rgba(189, 56, 215, 0.70) 100%), #FFF;
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.cart_page-products {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}
.cart_page-product {
    border-radius: 1.6rem;
    background: #FFF;
    display: flex;
    position: relative;
    align-items: center;
    gap: 2rem;
    padding-right: 3.6rem;
    padding-left: 3.6rem;
}
.cart_page-product > input {
    width: 2rem;
    height: 2rem;
    z-index: 2;
    position: absolute;
    top: 0.6rem;
    left: 1.1rem;
    cursor: pointer;
}
.cart_page-product__img {
    display: flex;
    width: 11.7rem;
    height: 11.7rem;
}
.cart_page-product__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 1.6rem 0 0 1.6rem;
}
.cart_page-product__col {
    width: 100%;
    max-width: 33rem;
    display: flex;
    flex-direction: column;
}
.cart_page-product__title {
    color: #00021A;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.cart_page-product__props {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 2rem;
}
.cart_page-product__props p {
    color: #00021A;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    opacity: 0.7;
}
.cart_page-product__row {
    display: flex;
    align-items: center;
    gap: 3.1rem;
    margin-left: auto;
}
.cart_page-product .tt-input-counter {
    display: flex;
    border-radius: 1.6rem;
    background: #FAF5FA;
    width: 11rem;
    height: 3.8rem;
    align-items: center;
    padding: 0 0.9rem;
    justify-content: space-between;
}
.cart_page-product .tt-input-counter input {
    width: 100%;
    max-width: 6rem;
    color: #00021A;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.075rem;
}
.cart_page-product .minus-btn {
    display: flex;
    cursor: pointer;
}
.cart_page-product .minus-btn svg {
    width: 1.4rem;
    height: auto;
}
.cart_page-product .plus-btn {
    display: flex;
    cursor: pointer;
}
.cart_page-product .plus-btn svg {
    width: 1.4rem;
    height: auto;
}
.cart_page-product__price {
    color: #00021A;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.6rem;
}
.cart_page-product__delete {
    display: flex;
    width: 3.8rem;
    height: 3.8rem;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #FAF5FA;
}
.cart_page-product__delete svg {
    width: 1.4rem;
    height: auto;
}
.cart_page__aside {
    width: 51.6rem;
    min-width: 51.6rem;
    border-radius: 1.6rem;
    background: #FFF;
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
    padding: 3rem 4rem;
}
.cart_page__aside-name {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.cart_page__aside-name h3 {
    color: #00021A;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.6rem;
}
.cart_page__aside-name p {
    color: #00021A;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
    opacity: 0.5;
    max-width: 22rem;
}
.cart_page__aside-main {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.cart_page__aside-col {
    display: flex;
    flex-direction: column;
}
.cart_page__aside-row {
    border-bottom: 1px dashed rgba(0, 2, 26, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 0 1.4rem 0;
}
.cart_page__aside-row p {
    color: #00021A;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
}
.cart_page__aside-row p:nth-child(2) {
    font-size: 1.8rem;
    text-align: right;
    font-weight: 700;
}
.cart_page__aside-row2 {
    padding: 2.5rem 0;
}
.cart_page__aside-row2 p {
    font-size: 2.2rem;
}
.cart_page__aside-row2 p:nth-child(2) {
    font-size: 2.8rem;
}
.cart_page__submit-form {
    display: flex;
}
.cart_page__submit {
    padding: 2rem;
    width: 100%;
    border-radius: 1.8rem;
    background: linear-gradient(180deg, rgba(216, 46, 167, 0.70) 0%, rgba(189, 56, 215, 0.70) 100%), #FFF;
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.cart_page__aside-promocode {
    display: flex;
    flex-direction: column;
}
.cart_page__aside-promocode__box {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.cart_page__aside-promocode__box label {
    color: #00021A;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.6rem;
}
.cart_page__aside-promocode__box p {
    color: #5980F5;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    opacity: 0.7;
}
.cart_page__aside-promocode__row {
    display: flex;
    align-items: center;
    position: relative;
}
.cart_page__aside-promocode__row input {
    width: 100%;
    padding: 1.6rem 1.8rem;
    color: #00021A;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    background: #FAF5FA;
    border: 2px dashed #d82ea730;
    border-radius: 1.2rem;
}
.cart_page__aside-promocode__row input::placeholder {
    color: #00021A;
    opacity: 0.7;
}
.cart_page__aside-promocode__submit {
    position: absolute;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, rgba(89, 128, 245, 0.50) 0%, rgba(89, 128, 245, 0.50) 100%), linear-gradient(180deg, rgba(216, 46, 167, 0.70) 0%, rgba(189, 56, 215, 0.70) 100%), #FFF;
    border-radius: 1rem;
    right: 1.8rem;
    z-index: 2;
}
.cart_page__aside-promocode__submit svg {
    width: 1.4rem;
    height: auto;
}

@media screen and (max-width: 992px) {
    .cart_page {
        margin: 3rem 0 5rem 0;
    }
    .cart_page-container {
        gap: 2.5rem;
    }
    .cart_page-container > h2 {
        font-size: 2.4rem;
    }
    .cart_page-main {
        flex-direction: column;
        gap: 3rem;
    }
    .cart_page-top {
        padding: 1.1rem;
    }
    .cart_page-top__all {
        gap: 0.5rem;
    }
    .cart_page-top__all label {
        font-size: 1.3rem;
    }
    .cart_page-product > input {
        left: auto;
        right: 1rem;
    }
    .cart_page-clear-all {
        gap: 1.1rem;
        font-size: 1.3rem;
    }
    .cart_page-refresh {
        width: 100%;
    }
    .cart_page-product {
        gap: 1rem;
        padding: 1rem 1rem 1rem 0;
        flex-wrap: wrap;
    }
    .cart_page-product__img {
        width: 10rem;
        min-width: 10rem;
        height: 10rem;
    }
    .cart_page-product__img img {
        border-radius: 0;
    }
    .cart_page-product__col {
        max-width: 20.7rem;
        padding-top: 3rem;
    }
    .cart_page-product__title {
        font-size: 1.4rem;
    }
    .cart_page-product__props p {
        font-size: 1.3rem;
    }
    .cart_page-product__row {
        gap: 0;
        width: 100%;
        max-width: 20.7rem;
        justify-content: space-between;
    }
    .cart_page-product .tt-input-counter {
        height: 3rem;
    }
    .cart_page-product .tt-input-counter input {
        max-width: 5rem;
        font-size: 1.4rem;
        letter-spacing: 0.07rem;
    }
    .cart_page-product__price {
        position: absolute;
        left: 11rem;
        top: 1.5rem;
    }
    .cart_page-product__delete {
        width: 3rem;
        height: 3rem;
    }
    .cart_page__aside {
        width: 100%;
        min-width: 100%;
        gap: 0.9rem;
        padding: 2.1rem 1rem 2.5rem 1rem;
    }
    .cart_page__aside-name {
        gap: 0.9rem;
    }
    .cart_page__aside-name h3 {
        font-size: 2rem;
    }
    .cart_page__aside-name p {
        font-size: 1.3rem;
        max-width: none;
    }
    .cart_page__aside-row p {
        font-size: 1.4rem;
    }
    .cart_page__aside-row2 p {
        font-size: 2rem;
    }
    .cart_page__submit-form {
        order: 3;
    }
    .cart_page__aside-promocode__box label {
        font-size: 1.8rem;
        line-height: 120%;
    }
    .cart_page__aside-promocode__box p {
        font-size: 1.4rem;
    }
}

/* checkout_page */

.checkout_page {
    margin: 7rem 0 9rem 0;
}
.checkout_page-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.checkout_page-container > h2 {
    color: #00021A;
    font-family: "RF Dewi Expanded";
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
#ORDER_FORM {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
#order_form_content {
    display: flex;
    align-items: flex-start;
    gap: 4rem;
    flex-wrap: wrap;
}
#order_form_content .info-box.border-warning {
    width: 100%;
}
.checkout_page-column {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 100%;
    max-width: 87.7rem;
}
.checkout_page-aside {
    border-radius: 1.6rem;
    background: #FFF;
    padding: 3rem 4rem;
    width: 51.6rem;
    min-width: 51.6rem;
    position: sticky;
    top: 10rem;
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
}
.checkout_page-aside__name {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}
.checkout_page-aside__name h3 {
    color: #00021A;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.6rem;
}
.checkout_page-aside__name p {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
    opacity: 0.5;
    max-width: 23rem;
}
.checkout_page-aside__col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.checkout_page-aside__info {
    display: flex;
    flex-direction: column;
}
.checkout_page-aside__info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(0, 2, 26, 0.1);
    padding: 1.3rem 0;
}
.checkout_page-aside__info-row p {
    color: #00021A;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
}
.checkout_page-aside__info-row p:nth-child(2) {
    text-align: right;
    font-size: 1.8rem;
    font-weight: 700;
}
.checkout_page-aside__info-row:last-child {
    padding: 2.5rem 0;
}
.checkout_page-aside__info-row:last-child p {
    font-size: 2.2rem;
}
.checkout_page-aside__info-row:last-child p:nth-child(2) {
    font-size: 2.8rem;
}
.checkout_page-agreement .checkbox-group label {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #00021A;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    cursor: pointer;
}
.checkout_page-agreement .checkbox-group label span {
    display: none;
}
.checkout_page-agreement .checkbox-group label input {
    width: 1.4rem;
    height: 1.4rem;
}
.checkout_page-submit {
    border-radius: 1.8rem;
    background: linear-gradient(180deg, rgba(216, 46, 167, 0.70) 0%, rgba(189, 56, 215, 0.70) 100%), #FFF;
    padding: 2rem 0;
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.checkout_page-block {
    border-radius: 1.6rem;
    background: #FFF;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
}
.checkout_page-block h4 {
    color: #00021A;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.4rem;
}
.checkout_page-input {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.checkout_page-input label {
    color: #00021A;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
}
.checkout_page-input textarea {
    color: #00021A;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    border-radius: 1rem;
    border: 2px solid #d82ea738;
    background: #FAF5FA;
    padding: 1rem;
    height: 8.4rem;
    min-height: 8.4rem;
}
.checkout_page-input textarea::placeholder {
    color: #00021A;
    opacity: 0.5;
}
.checkout_page-back {
    padding: 0.5rem 2.4rem 0.5rem 2rem;
    margin-right: auto;
    border-radius: 1rem;
    background: #F5EBF5;
    display: flex;
    align-items: center;
    gap: 2rem;
}
.checkout_page-back svg {
    width: 2.4rem;
    height: auto;
}
.checkout_page-back p {
    color: #5980F5;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.checkout_page-payments .list-form-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
.checkout_page-payments .list-form-column li {
    display: flex;
    list-style: none;
    position: relative;
    align-items: center;
}
.checkout_page-payments .list-form-column li label {
    transition: .3s all;
    display: flex;
    align-items: center;
    cursor: pointer;
    opacity: 0.5;
    border-radius: 1rem;
    background: #FAF5FA;
    padding-left: 5.5rem;
    border: 1px solid transparent;
    width: 100%;
}
.checkout_page-payments .list-form-column li input {
    position: absolute;
    left: 2.2rem;
    z-index: 2;
    cursor: pointer;
    opacity: 0.5;
}
.checkout_page-payments .list-form-column li input:checked {
    opacity: 1;
}
.checkout_page-payments .list-form-column li input:checked+label {
    opacity: 1;
    border-color: #BD38D7;
}
.checkout_page-payments .list-form-column li label .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #00021A;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    width: 100%;
}
.checkout_page-payments .list-form-column li label .info img {
    height: 8.7rem;
}
select:focus {
    box-shadow: none !important;
}
.checkout_page-block .box-archives select {
    color: #00021A;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    border-radius: 1rem;
    border: 2px solid #d82ea738;
    background-color: #FAF5FA;
    padding: 1rem;
    width: 100%;
    cursor: pointer;
    background-image: url('../images/arrow-down-svgrepo-com.svg');
    background-repeat: no-repeat;
    background-size: 2.4rem;
    background-position: center right 1rem;
}
.checkout_page-inputs {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.checkout_page-inputs .form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.checkout_page-inputs .form-group:nth-child(1), .checkout_page-inputs .form-group:nth-child(2), .checkout_page-inputs .form-group:nth-child(3) {
    max-width: 25.9rem;
}
.checkout_page-inputs .form-group label {
    color: #00021A;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
}
.checkout_page-inputs .form-group input {
    color: #00021A;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    border-radius: 1rem;
    border: 2px solid #d82ea738;
    background-color: #FAF5FA;
    padding: 1rem;
    width: 100%;
    height: auto;
}
.checkout_page-inputs .form-group input::placeholder {
    color: #00021A;
    opacity: 0.5;
}
.checkout_page-sdek {
    border-radius: 1.8rem;
    background: linear-gradient(180deg, rgba(216, 46, 167, 0.70) 0%, rgba(189, 56, 215, 0.70) 100%), #FFF;
    padding: 2rem;
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.checkout_page-block__name {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.checkout_page-block__name > p {
    color: #00021A;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    opacity: 0.7;
}
.checkout_page-block__name-row {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    margin-left: auto;
}
.checkout_page-block__name-row p {
    color: #00021A;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    opacity: 0.7;
}
.checkout_page-block__name-auth {
    width: 17.3rem;
    height: 3.6rem;
    border-radius: 1rem;
    border: 2px solid #00021A;
    background: #00021A;
    color: rgb(222 57 174);
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bx-sls .dropdown-block {
    border: 2px solid #d82ea738;
    font-size: 1.5rem;
    padding: 0 32px;
    position: relative;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 2rem;
    border-radius: 1rem;
    background-color: #FAF5FA;
}
.bx-sls .dropdown-icon {
    height: 2.2rem;
    left: 1.5rem;
    position: absolute;
    top: 1rem;
    width: 2.2rem;
    background-size: cover;
}
.bx-sls .dropdown-fade2white {
    display: none;
}
.bx-sls .bx-ui-sls-clear {
    background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 0px -3388px no-repeat scroll;
    width: 3rem;
    height: 3rem;
}
.bx-sls .bx-ui-sls-clear:hover {
    background-position: 0px -3388px;
}
.checkout_page-delivery .list-form-column {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.checkout_page-delivery .list-form-column li {
    position: relative;
    display: flex;
}
.checkout_page-delivery .list-form-column li input {
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    z-index: 2;
    top: 2rem;
    left: 2.2rem;
    cursor: pointer;
    opacity: 0.5;
}
.checkout_page-delivery .list-form-column li label {
    width: 100%;
    cursor: pointer;
    border-radius: 1rem;
    background: #FAF5FA;
    border: 2px solid transparent;
    padding: 2rem;
    display: flex;
    opacity: 0.5;
}
.checkout_page-delivery .list-form-column li input:checked {
    opacity: 1;
}
.checkout_page-delivery .list-form-column li input:checked+label {
    opacity: 1;
    border-color: rgba(89, 128, 245, 0.50);
}
.checkout_page-delivery .list-form-column li label .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.checkout_page-delivery .list-form-column li label p {
    padding-left: 3.3rem;
    color: #00021A;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
}
.checkout_page-delivery .list-form-column li label img {
    height: 2rem;
}
.checkout_page-delivery .list-form-column li label span {
    margin-left: auto;
    color: rgba(216, 46, 167, 0.70);
    text-align: right;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
}
.checkout_page-delivery .list-form-column li label .description {
    width: 100%;
    color: #00021A;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
}
.checkout_page-delivery .list-form-column li label .description a {
    border-radius: 1rem;
    background: linear-gradient(0deg, rgba(89, 128, 245, 0.05) 0%, rgba(89, 128, 245, 0.05) 100%), linear-gradient(180deg, rgba(216, 46, 167, 0.05) 0%, rgba(189, 56, 215, 0.05) 100%);
    padding: 1rem 4.7rem 0.9rem 4.5rem;
    color: rgba(189, 56, 215, 0.70);
    text-align: center;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}
.checkout_page-aside .checkout_page-back {
    display: none;
}

@media screen and (max-width: 992px) {
    .checkout_page {
        margin: 3rem 0 5rem 0;
    }
    .checkout_page-container {
        gap: 3rem;
        position: relative;
    }
    .checkout_page-container > h2 {
        font-size: 2.4rem;
    }
    #order_form_content {
        flex-direction: column;
        gap: 3rem;
    }
    .checkout_page-aside {
        padding: 2.1rem 1rem 1.3rem 1rem;
        width: 100%;
        min-width: 100%;
        position: relative;
        top: 0;
        gap: 0.9rem;
    }
    .checkout_page-aside__name h3 {
        font-size: 2rem;
    }
    .checkout_page-aside__name p {
        font-size: 1.3rem;
        max-width: none;
    }
    .checkout_page-aside__info-row p {
        font-size: 1.4rem;
    }
    .checkout_page-aside__info-row:last-child p {
        font-size: 2rem;
    }
    .checkout_page-aside .checkout_page-back {
        display: flex;
    }
    .checkout_page-block {
        padding: 2rem 1rem;
        gap: 2rem;
    }
    .checkout_page-input textarea {
        height: 15.1rem;
        min-height: 15.1rem;
    }
    .checkout_page-back {
        padding: 0.5rem 0;
        width: 100%;
        display: none;
        justify-content: center;
    }
    .checkout_page-payments .list-form-column {
        grid-template-columns: repeat(1, 1fr);
    }
    .checkout_page-payments .list-form-column li {
        display: flex;
        list-style: none;
        position: relative;
        align-items: center;
    }
    .checkout_page-payments .list-form-column li label {
        padding-left: 4rem;
    }
    .checkout_page-payments .list-form-column li input {
        left: 1.2rem;
    }
    .checkout_page-inputs {
        flex-direction: column;
        gap: 1rem;
    }
    .checkout_page-inputs .form-group:nth-child(1), .checkout_page-inputs .form-group:nth-child(2), .checkout_page-inputs .form-group:nth-child(3) {
        max-width: none;
    }
    .checkout_page-block__name {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .checkout_page-block__name > p {
        font-size: 1.5rem;
    }
    .checkout_page-block__name-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        margin-left: 0;
    }
    .checkout_page-block__name-row p {
        font-size: 1.5rem;
    }
    .bx-sls .dropdown-icon {
        height: 2rem;
        left: 1rem;
    }
    .bx-sls .bx-ui-sls-clear {
        width: 2.5rem;
        height: 2.5rem;
        margin-top: 0.7rem;
    }
    .checkout_page-delivery .list-form-column {
        gap: 1rem;
    }
    .checkout_page-delivery .list-form-column li input {
        left: 1.2rem;
    }
    .checkout_page-delivery .list-form-column li label {
        padding: 2rem 1.2rem 1.2rem 1.2rem;
    }
    .checkout_page-delivery .list-form-column li label p {
        padding-left: 2.8rem;
        font-size: 1.6rem;
    }
    .checkout_page-delivery .list-form-column li label .description a {
        padding: 1rem;
        width: 100%;
        text-align: center;
    }
}

/* wishlist */

.tt-empty-wishlist, .tt-compare.hide, .tt-wishlist.hide {
    display: none;
}
.tt-empty-wishlist.show {
    display: block;
    margin: 5rem 0;
}
.tt-empty-wishlist__container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: flex-start;
}
.tt-empty-wishlist__container h1 {
    font-family: "RF Dewi Expanded";
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.tt-empty-wishlist__container svg {
    width: 20rem;
    height: auto;
}
.tt-empty-wishlist__container p {
    font-size: 2rem;
    font-weight: 500;
}
.tt-empty-wishlist__container a {
    padding: 2rem;
    border-radius: 1.6rem;
    background: #00021A;
    color: rgb(213 77 174);
    font-size: 1.7rem;
    text-transform: none;
    letter-spacing: normal;
}

.wishlist {
    margin: 5rem 0 7rem 0;
}
.wishlist-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.wishlist-container > h1 {
    font-family: "RF Dewi Expanded";
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.tt-wishlist-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
}
.wishlist .product_home {
    height: 100%;
    background: #FFF;
}
.wishlist .product_home-labels {
    flex-direction: column;
    align-items: flex-start;
}
.wishlist .product_home-image-box {
    height: 27rem;
    min-height: 27rem;
}
.wishlist .product_home-hover {
    position: relative;
    height: auto;
    display: flex;
    padding: 0 2rem 2rem 2rem;
}
.wishlist .product_home-quantity {
    display: none;
}
.wishlist .product_home-row {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 1.6rem;
    padding: 2rem;
}
.wishlist .product_home-price {
    text-align: left;
    font-size: 2.8rem;
}
.wishlist .product_home .tt-btn-addtocart {
    width: 100%;
    height: 4.8rem;
    border-radius: 1.6rem;
    background: rgba(89, 128, 245, 0.1);
    color: rgba(216, 46, 167, 0.70);
    font-size: 1.7rem;
    text-transform: none;
    letter-spacing: normal;
}
.wishlist .product_home:hover {
    box-shadow: 0 4px 16px 0 rgba(52, 26, 145, 0.20);
    border-radius: 2.4rem;
}
.wishlist .product_home:hover .product_home-hover {
    height: auto;
    bottom: 0;
}
.wishlist .product_home:hover .tt-btn-addtocart {
    background: #00021A;
    color: rgb(213 77 174);
}

@media screen and (max-width: 992px) {
    .tt-empty-wishlist.show {
        margin: 0 0 5rem 0;
    }
    .tt-empty-wishlist__container {
        gap: 2rem;
    }
    .tt-empty-wishlist__container h1 {
        font-size: 2.4rem;
    }
    .tt-empty-wishlist__container svg {
        width: 15rem;
    }
    .tt-empty-wishlist__container p {
        font-size: 1.6rem;
    }
    .tt-empty-wishlist__container a {
        padding: 1.5rem 2rem;
    }
    
    .wishlist {
        margin: 0 0 5rem 0;
    }
    .wishlist-container {
        gap: 2rem;
    }
    .wishlist-container > h1 {
        font-size: 2.4rem;
    }
    .tt-wishlist-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
    }
    .wishlist .product_home-image-box {
        height: 17rem;
        min-height: 17rem;
    }
    .wishlist .product_home-hover {
        padding: 1rem;
    }
    .wishlist .product_home-row {
        gap: 1rem;
        padding: 0 1rem;
    }
    .wishlist .product_home-price {
        font-size: 1.8rem;
    }
    .wishlist .product_home .tt-btn-addtocart {
        height: 2.8rem;
        border-radius: 1.2rem;
        font-size: 1.5rem;
    }
    .wishlist .product_home:hover {
        border-radius: 1.6rem;
    }
}

/* popup */

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.popup-fon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: #00021A;
}
.popup-main {
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 1.6rem;
    width: 100%;
    max-width: 79.2rem;
}
.popup-close {
    display: flex;
    width: 11.9rem;
    height: 11.9rem;
    border-radius: 11.9rem;
    background: #F5F5F5;
    padding: 3.5rem;
    justify-content: flex-start;
    align-items: flex-end;
    position: absolute;
    top: -5.4rem;
    right: -5.4rem;
    z-index: 4;
}
.popup-close svg {
    width: 1rem;
    height: auto;
}
.popup-callback .contacts-form {
    padding: 8rem 3rem 5rem 3rem;
}
.popup-login .popup-main, .popup-registration .popup-main, .popup-password .popup-main {
    border-radius: 1.6rem;
    background: #FFF;
    padding: 7rem;
    max-width: 55.2rem;
}
.popup-login__main {
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
}
.popup-login__main > h2 {
    color: #00021A;
    font-size: 3.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.login-form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.login-block {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.login-block p {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
}
.login-block input {
    width: 100%;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    color: #00021A;
    padding: 1rem;
    border-radius: 1rem;
    border: 2px solid #d82ea730;
    background: #FAF5FA;
}
.login-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login-row > a {
    color: #d82ea7;
    text-align: right;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}
.login-row .checkbox label {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.login-row .checkbox input[type=checkbox]:before {
    content:"";
    display:inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0.4rem;
    border: 0.1rem solid rgba(0, 2, 26, 0.2);
    position: absolute;
    margin-top: -1.2rem;
    cursor: pointer;
}
.login-row .checkbox input[type=checkbox]:checked:before {
    background:transparent;
    background-image: url('../images/checkbox.svg');
    background-size: 1.4rem;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    border-color: transparent;
}
.login-row .checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}
.login-row .checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
}
.login-row .checkbox input[type="checkbox"]:checked {
    background-image: none;
}
.login-row .checkbox span {
    color: #d82ea7;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding-left: 2.4rem;
}
.login-buttons {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 5rem;
}
.login-submit {
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    border-radius: 1.8rem;
    background: linear-gradient(0deg, rgba(89, 128, 245, 0.50) 0%, rgba(89, 128, 245, 0.50) 100%), linear-gradient(180deg, rgba(216, 46, 167, 0.70) 0%, rgba(189, 56, 215, 0.70) 100%), #FFF;
    padding: 2.5rem;
}
.login-button {
    color: #d82ea7;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    border-radius: 1.8rem;
    background: rgba(89, 128, 245, 0.1);
    padding: 2.5rem;
}

@media screen and (max-width: 992px) {
    .popup-main {
        margin-bottom: 0;
        border-radius: 1.6rem 1.6rem 0 0;
        max-width: none;
        max-height: 100%;
        overflow-y: auto;
    }
    .popup-callback .contacts-form {
        padding: 5.7rem 1.6rem 3rem 1.6rem;
    }
    .popup-login .popup-main, .popup-registration .popup-main, .popup-password .popup-main {
        border-radius: 1.6rem 1.6rem 0 0;
        padding: 7rem 1.5rem;
        max-width: none;
    }
    .popup-login__main {
        gap: 3rem;
    }
    .popup-login__main > h2 {
        font-size: 2.8rem;
    }
}

/* mobile_bottom */

.mobile_bottom {
    display: none;
}

@media screen and (max-width: 992px) {
    .mobile_bottom {
        display: grid;
        z-index: 999;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #FFF;
        box-shadow: 0 4px 16px 0 rgba(52, 26, 145, 0.20);
        grid-template-columns: repeat(5, 1fr);
        gap: 0.7rem;
        padding: 0 0.3rem;
    }
    .mobile_bottom a, .mobile_bottom button {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        padding-bottom: 0.4rem;
        position: relative;
        gap: 0.3rem;
        height: 6rem;
    }
    .mobile_bottom p {
        color: #433A6C;
        text-align: center;
        font-variant-numeric: lining-nums proportional-nums;
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        opacity: 0.6;
    }
    .mobile_bottom svg {
        width: auto;
        height: 2.5rem;
    }
    .mobile_bottom span {
        color: #FFF;
        text-align: center;
        font-variant-numeric: lining-nums proportional-nums;
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        width: 1.9rem;
        border-radius: 1rem;
        background: linear-gradient(180deg, rgba(216, 46, 167, 0.70) 0%, rgba(189, 56, 215, 0.70) 100%), #FFF;
        height: 1.9rem;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0.4rem;
        right: 1rem;
        z-index: 2;
    }
    
    
}

/* header */

.product_page-container.product:not(.inwishlist) .tt-btn-wishlist.active, .product_page-container.product:not(.incompare) .tt-btn-compare.active {
    display: none;
}
.product_page-container.product.inwishlist .tt-btn-wishlist:not(.active), .product_page-container.product.incompare .tt-btn-compare:not(.active) {
    display: none;
}
.product_page-container.product:not(.incart) .btn-cart.in {
    display: none;
}
.product_page-container.product.incart .btn-cart:not(.in) {
    display: none;
}
.product_page-share {
    display: flex;
}
.product_page-share svg {
    width: 2.3rem;
    height: auto;
}
.product_page-buttons > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
}
.btn-cart {
    color: #D82EA7;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    border-radius: 1.8rem;
    background: #00021A;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.3rem;
}
.product_page_podarok {
    color: #5980F5;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    border-radius: 1.8rem;
    background: rgba(89, 128, 245, 0.1);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.3rem;
}
.product_page-properties__mob {
    display: none;
}
.mobile-filter-open {
    display: none;
}
.catalog-filter__name {
    display: none;
}




@media screen and (max-width: 992px) {
    .product_page-properties {
        display: none;
    }
    .product_page-properties__mob {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    .product_page-properties__mob-button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.7rem 1.8rem 0.7rem 1.5rem;
        border-radius: 1.6rem;
        background: rgba(255, 255, 255, 0.70);
    }
    .product_page-properties__mob-button p {
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
    }
    .product_page-properties__mob-button svg {
        width: 1.6rem;
        height: auto;
        transition: .3s all;
    }
    .product_page-properties__mob.active .product_page-properties__mob-button svg {
        transform: rotate(180deg);
    }
    .product_page-properties__col {
        max-height: 0;
        overflow: hidden;
        transition: .3s all;
    }
    .product_page-buttons > div {
        grid-template-columns: repeat(1, 1fr);
    }
    .product_page-addtocart {
        position: fixed;
        background: #FFF;
        left: 0;
        bottom: 6rem;
        z-index: 99;
        width: 100%;
        padding: 1.5rem 1.6rem;
    }
    .btn-cart {
        color: #FFF;
        border-radius: 1.6rem;
        background: linear-gradient(0deg, rgba(89, 128, 245, 0.50) 0%, rgba(89, 128, 245, 0.50) 100%), linear-gradient(180deg, rgba(216, 46, 167, 0.70) 0%, rgba(189, 56, 215, 0.70) 100%), #FFF;
        padding: 1.8rem;
    }
    .mobile-filter-open {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 1.2rem;
        border: 2px solid #D82EA7;
        background: linear-gradient(180deg, rgba(216, 46, 167, 0.20) 0%, rgba(189, 56, 215, 0.20) 100%), #FFF;
        padding: 0.7rem 1.6rem;
    }
    .mobile-filter-open p {
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.075rem;
    }
    .mobile-filter-open svg {
        width: 2.3rem;
        height: auto;
    }
    .catalog-filter__name {
        display: none;
    }
    .catalog-filter {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        min-width: 100%;
        height: 100%;
        overflow-y: auto;
        z-index: 9999;
        border-radius: 0;
        padding: 0;
        gap: 2rem;
    }
    #del_filter {
        display: none;
    }
    .catalog-filter__name {
        display: flex;
        border: 1px solid #F6F7FC;
        padding: 1.2rem 1.6rem;
        align-items: center;
        justify-content: space-between;
        position: relative;
        margin-bottom: 2rem;
    }
    .catalog-filter__name #del_filter {
        display: flex;
        height: auto;
        width: auto;
        background: transparent;
        font-weight: 700;
        font-size: 1.5rem;
    }
    .catalog-filter__name p {
        color: #0A1435;
        text-align: center;
        font-size: 2rem;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 16rem;
    }
    .catalog-filter__close {
        width: 4rem;
        height: 4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 1.2rem;
        background: #FAF5FA;
    }
    .catalog-filter__close svg {
        width: 1.6rem;
        height: auto;
    }
    .catalog-filter form {
        padding: 0 1.6rem 13rem 1.6rem;
    }
    .information-blocks.buttons {
        position: fixed;
        bottom: 0;
        z-index: 2;
        width: 100%;
        left: 0;
        padding: 1.5rem 1.6rem;
        background: #FFF;
    }
    .catalog .tt-options-swatch {
        gap: 1rem;
    }
    #set_filter {
        background: linear-gradient(180deg, rgba(216, 46, 167, 0.70) 0%, rgba(189, 56, 215, 0.70) 100%), #FFF;
        height: 5.2rem;
        color: #FFF;
        border-radius: 1.2rem;
    }
    
    
    
    
    
    
}

#Preloader {
    background: rgba(0, 0, 0, 0.8);
}
#Preloader.show {
    display: flex !important;
}
#Preloader .modal-dialog {
    --bs-modal-width: 506px;
    margin: auto;
    vertical-align: middle;
}
.modal-open {
    overflow: hidden;
}
#Preloader .modal-content {
    border: none;
    background: transparent;
    align-items: center;
}
#Preloader .modal-body {
    padding: 40px;
}
#Preloader .tt-modal-newsletter > p {
    color: #777;
    font-size: 2.4rem;
    text-align: center;
}
.tt-modal-newsletter-promo {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tt-modal-newsletter-promo .tt-title-large {
    color: #c40009;
    font-size: 10.4rem;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: .04em;
    text-align: center;
}
.tt-modal-newsletter-promo > p:nth-child(2) {
    color: #fff;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 2.6rem;
    letter-spacing: .03em;
    margin-top: 2px;
    margin-bottom: 1rem;
}
.tt-modal-newsletter-promo > p:nth-child(3) {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}
.tt-modal-newsletter-promo button {
    background: #c40009;
    border: none;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .03em;
    position: relative;
    outline: none;
    padding: 0.6rem 3.1rem 0.4rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 5rem;
}
.tt-modal-newsletter-promo button:hover {
    background: #c40009;
    color: #fff;
}

.delivery h6 {
    font-family: "RF Dewi Expanded";
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 2rem;
}
.delivery ul {
    padding-left: 3rem;
}
.delivery {
    font-size: 2rem;
}

.catalog_page-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
}
.catalog_page-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}
.catalog_page-item img {
    width: 20rem;
    height: 20rem;
    border-radius: 100%;
}
.catalog_page-item .tt-description {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-direction: column;
}
.catalog_page-item .tt-description h3 {
    font-size: 2.4rem;
}
.catalog_page-item .tt-description a {
    text-decoration: none;
    color: #000;
    font-size: 1.8rem;
}

.tt-empty-compare {
    display: none;
}
.tt-empty-compare.show {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
}
.tt-empty-compare.show h1 {
    font-size: 5rem;
    font-weight: 500;
}
.tt-empty-compare.show p {
    font-size: 2rem;
}
.tt-empty-compare.show a {
    width: 18.9rem;
    height: 4.8rem;
    border-radius: 1.7rem;
    background: linear-gradient(180deg, rgba(216, 46, 167, 0.70) 0%, rgba(189, 56, 215, 0.70) 100%), #FFF;
    color: #FFF;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.compare {
    margin: 5rem 0 7rem 0;
}
.compare-container {
    display: flex;
    flex-direction: column;
}
.tt-compare {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.tt-compare > h1 {
    color: #00021A;
    font-family: "RF Dewi Expanded";
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.compare_swiper {
    width: 100%;
}
.compare_swiper .swiper-slide {
    height: auto;
}
.compare_slider {
    display: flex;
    position: relative;
    align-items: center;
}
.compare_slider > button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.8rem;
    height: 4.8rem;
    background: #FFF;
    position: absolute;
    box-shadow: 0 2px 4px rgba(52, 26, 145, 0.10);
    border-radius: 100%;
    left: -6.8rem;
}
.compare_slider > button svg {
    width: 1rem;
    height: auto;
}
.compare_slider > button:last-child {
    left: auto;
    right: -6.8rem;
}
.compare_slider > button.swiper-button-disabled {
    opacity: .5;
}
.compare-slide {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    height: 100%;
}
.compare-slide .product {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    border-radius: 2.4rem;
    background: #FFF;
}
.compare-slide .product .tt-title {
    padding: 0 2rem;
}
.compare-slide .product .tt-title a {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.compare-slide .product .tt-price {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding: 0 2rem;
}
.compare-slide .product .btn-cart {
    max-width: calc(100% - 4rem);
    margin: 0 auto;
    margin-bottom: 2rem;
}
.compare-col {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.compare-col .tt-col {
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 3rem;
    min-height: 2rem;
}
.compare-col .tt-col.tt-table-title {
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 1rem;
}
.compare-col .tt-col.tt-table-title:nth-child(3) {
    margin-top: auto;
}
.compare .product_home-compare {
    top: 1.5rem;
}

.cataog_sections {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}
.cataog_sections-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    justify-content: center;
    min-height: 20rem;
    background: #FFF;
    border-radius: 2.4rem;
    padding: 1.5rem;
}
.cataog_sections-item img {
    height: 13.8rem;
    max-width: 100%;
    object-fit: contain;
}
.cataog_sections-item p {
    margin-top: auto;
    font-size: 1.6rem;
    text-align: center;
    line-height: 140%;
}
.catalog-sort__block select{
    padding: 0 5px;
}

.catalog-sort__block:first-child {
    gap: 2rem;
}
.catalog-sort__buttons {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.catalog-sort__btn {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 1.8rem;
    line-height: 150%;
}
.catalog-sort__btn:last-child {
    display: none;
}
.catalog-sort__btn svg {
    width: 0.8rem;
    height: auto;
}
.catalog-sort__btn.is-active {
    color: #5980F5;
}
.catalog-sort__btn svg.sort-arrow--up {
    transform: rotate(180deg);
}
.catalog-sort__btn.is-active svg path {
    fill: #5980F5;
}
.menu_mob {
    display: none;
}
.sale-order-list-change-payment {
    display: none;
}

#regform .login-row .checkbox span {
    color: #00021A;
}
#regform .login-row .checkbox span a {
    color: #d82ea7;
}

.range-price {
    margin-bottom: 1.5rem;
    height: 4rem;
    display: flex;
    font-size: 1.4rem;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.range-price::before {
    content: '';
    opacity: 0.3;
    background: #00021A;
    width: 0.8rem;
    height: 0.1rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.range-price .slider-val {
    opacity: 0.7;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #FAF5FA;
    border-radius: 2rem;
    height: 4rem;
    padding: 0 3rem 0 3rem;
    width: 10rem;
    text-align: center;
}
.range-price b {
    color: #00021A;
    font-weight: 400;
}
.range-price p {
color: #00021A;
font-size: 1.4rem;
font-style: normal;
font-weight: 400;
line-height: normal;
opacity: 0.7;
position: absolute;
    z-index: 2;
}
.range-price p:nth-child(1) {
        left: 1.3rem;
}
.range-price p:nth-child(3) {
    left: 7.5rem;
}
.range-price p:nth-child(4) {
    left: 14rem;
}
.range-price p:nth-child(6) {
    right: 1.3rem;
}
.product_home-chars {
    display: none;
}
.product_home-char {
    display: none;
}

.catalog_filter_active {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
}
.catalog_filter_active-block {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    border-radius: 1.6rem;
    background: #F5EBF5;
    padding: 0 0.7rem;
}
.catalog_filter_active-block p {
    color: #00021A;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    opacity: 0.8;
    margin-top: 0.3rem;
}
.catalog_filter_active-button {
    display: flex;
}
.catalog_filter_active-button svg {
    width: 2.5rem;
    height: auto;
}
.catalog_filter_active-clear {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 1.675rem 0.4rem 1.6rem;
    border-radius: 1.6rem;
    background: #FFF;
}
.catalog_filter_active-clear p {
    color: rgba(216, 46, 167, 0.70);
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.catalog_filter_active-clear svg {
    width: 1.4rem;
    height: auto;
}

.product_home-image {
    position: relative;
    display: block;
}

/* Вторая картинка позиционируется и анимируется только когда она реально есть */
.product_home-image.has-2images .second-img {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .3s ease;
}

/* Ховер-переключение — только если есть вторая картинка */
.product_home-image.has-2images:hover .second-img { opacity: 1; }
.product_home-image.has-2images:hover .first-img  { opacity: 0; }


@media screen and (max-width: 992px) {
    #Preloader .modal-body {
        padding: 2rem;
    }
    #Preloader .tt-modal-newsletter > p {
        font-size: 1.4rem;
    }
    .tt-modal-newsletter-promo .tt-title-large {
        font-size: 7.4rem;
    }
    .tt-modal-newsletter-promo > p:nth-child(2) {
        font-size: 1.6rem;
        line-height: 1.6rem;
    }
    .tt-modal-newsletter-promo button {
        font-size: 1.6rem;
        padding: 0.6rem 2.1rem 0.4rem;
        height: 4rem;
    }
    .delivery h6 {
        font-size: 1.8rem;
    }
    .catalog_page-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 3rem;
    }
    
    .compare .product_home-compare {
        top: 1rem;
    }
    .compare {
        margin: 0 0 4rem 0;
    }
    .tt-compare {
        gap: 2.4rem;
    }
    .tt-compare > h1 {
        font-size: 2.4rem;
    }
    .compare_swiper {
        min-width: 100vw;
        margin-left: -1.6rem;
        padding-right: 1.6rem;
    }
    .compare_swiper .swiper-wrapper {
        padding-left: 1.6rem;
    }
    .compare_slider > button {
        display: none;
    }
    .compare-slide .product {
        gap: 1rem;
        border-radius: 1.6rem;
    }
    .compare-slide .product .tt-title {
        padding: 0 1rem;
    }
    .compare-slide .product .tt-title a {
        font-size: 1.3rem;
    }
    .compare-slide .product .tt-price {
        font-size: 1.8rem;
        padding: 0 1rem;
    }
    .compare-slide .product .btn-cart {
        max-width: calc(100% - 2rem);
        margin-bottom: 1rem;
        padding: 0.7rem;
        font-size: 1.5rem;
    }
    .compare-col .tt-col {
        font-size: 1.4rem;
        margin-bottom: 2rem;
        min-height: 1.5rem;
    }
    .compare-col .tt-col.tt-table-title {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
    
    .cataog_sections {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
    }
    .cataog_sections-item {
        gap: 1rem;
        min-height: 15.2rem;
        border-radius: 1.6rem;
    }
    .cataog_sections-item img {
        height: 9.2rem;
    }
    .cataog_sections-item p {
        font-size: 1.4rem;
    }
    
    .menu_mob.active {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #FFF;
        z-index: 999;
        padding-bottom: 7rem;
        overflow-y: auto;
        flex-direction: column;
    }
    .menu_mob-name {
        border-bottom: 1px solid #FAF5FA;
        height: 6.5rem;
        display: flex;
        justify-content: center;
        position: relative;
        align-items: center;
    }
    .menu_mob-name p {
        font-size: 2rem;
        font-weight: 400;
        line-height: 140%;
    }
    .menu_mob-close {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 4rem;
        height: 4rem;
        border-radius: 1.2rem;
        background: #FAF5FA;
        position: absolute;
        right: 1.6rem;
    }
    .menu_mob-close svg {
        width: 1.6rem;
        height: auto;
    }
    .menu_mob-main {
        display: flex;
        flex-direction: column;
        gap: 1.6rem;
        padding: 3rem 1.5rem;
    }
    .header-region {
        background: #FAF5FA;
        padding: 1.2rem 1.5rem;
        border-radius: 1.2rem;
        gap: 2.2rem;
    }
    .header-region > svg {
        width: 1.6rem;
    }
    .menu_mob-contacts {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
        margin-top: 1.6rem;
    }
    .menu_mob-contacts > a {
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 2.4rem;
    }
    .menu_mob-contacts__row {
        display: flex;
        align-items: center;
        gap: 1rem;
        width: 100%
    }
    .header-callback {
        background: #b296e1;
        color: #FFF;
        font-size: 1.6rem;
        border-radius: 1.2rem;
        font-weight: 700;
        line-height: 100%;
        padding: 1.2rem 0;
        width: 100%;
    }
    .header-callback::before {
        display: none;
    }
    .menu_mob-contacts__row > a {
        width: 4.1rem;
        min-width: 4.1rem;
        height: 4.1rem;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #b296e1;
    }
    .header-callback p {
        color: #FFF;
    }
    .menu_mob-contacts__row > a svg circle {
        display: none;
    }
    .menu_mob-contacts__row > a svg {
        width: 2.7rem;
        height: auto;
    }
    .menu_mob-contacts__row > a svg path {
        fill: #FFF;
    }
    .menu_mob-main > nav ul {
        display: flex;
        flex-direction: column;
    }
    .menu_mob-main > nav ul li {
        display: flex;
        list-style: none;
    }
    .menu_mob-main > nav ul li a {
        width: 100%;
        padding: 2rem 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #FAF5FA;
        font-size: 1.6rem;
        line-height: 1.8rem;
    }
    .menu_mob-main > nav ul li a::after {
        content: '';
        background-image: url('../images/Rectangle.svg');
        width: 1.1rem;
        height: 1.8rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    
    .catalog_filter_active {
        flex-wrap: nowrap;
        gap: 0.6rem;
        min-width: 100vw;
        padding: 0 1.6rem;
        margin-left: -1.6rem;
    }
    
    .catalog-sort__btn {
        font-size: 1.4rem;
    }
    .tt-filters-options {
        align-items: flex-start;
        gap: 1rem;
    }
    .catalog-sort__block:first-child {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .tt-sort {
        align-items: flex-start;
    }
    .catalog-sort__buttons {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
}

@media screen and (min-width: 992px) {
    .catalog-products.vid2 {
        grid-template-columns: repeat(1, 1fr);
    }
    .catalog .catalog-products.vid2 .product_home {
        flex-direction: row;
    }
    .catalog .catalog-products.vid2 .product_home-image-box {
        height: 36.8rem;
        min-height: 36.8rem;
        width: 36.8rem;
        min-width: 36.8rem;
    }
    .catalog .catalog-products.vid2 .product_home-main {
        width: 100%;
    }
    .catalog .catalog-products.vid2 .product_home-wishlist {
        right: auto;
        top: 2rem;
        left: 105rem;
    }
    .catalog .catalog-products.vid2 .product_home-compare {
        right: auto;
        left: 109rem;
        top: 2rem;
    }
    .catalog .catalog-products.vid2 .product_home-row {
        padding: 4rem;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 0;
        height: 100%;
        gap: 0;
    }
    .catalog .catalog-products.vid2 .product_home-title {
        font-size: 2.2rem;
        max-width: 69rem;
    }
    .catalog .catalog-products.vid2 .product_home-price {
        margin-left: auto;
        font-size: 3.7rem;
    }
    .catalog .catalog-products.vid2 .product_home-hover {
        padding: 0 4rem 4rem 0;
        min-height: 8.8rem;
    }
    .catalog .catalog-products.vid2 .product_home .tt-btn-addtocart {
        background: #00021A;
        color: rgb(213 77 174);
        width: 20.5rem;
        margin-left: auto;
    }
    .catalog .catalog-products.vid2 .product_home-chars {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        max-width: 54.3rem;
        position: absolute;
        width: 100%;
        top: 11.7rem;
        left: 2.4rem;
    }
    .catalog .catalog-products.vid2 .product_home-chars p {
        color: rgba(0, 2, 26, 0.7);
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        padding: 0.5rem 1.7rem;
    }
    .catalog .catalog-products.vid2 .product_home-chars p b {
        color: #00021A;
        font-weight: 400;
    }
    .catalog .catalog-products.vid2 .product_home-char {
        color: #00021A;
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        display: block;
        opacity: 0.5;
        margin-bottom: auto;
    }
    .catalog .catalog-products.vid2 .product_home-char a {
        color: #00021A;
    }
    
}


.popup-gift .popup-main {
    max-width: 55.2rem;
}
.popup-gift__main {
    border-radius: 1.6rem;
    background: #FFF;
    padding: 2.4rem 7rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.popup-gift__name {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    align-items: center;
}
.popup-gift__name h2 {
    color: #00021A;
    text-align: center;
    font-size: 3.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.popup-gift__name p {
    color: #00021A;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    opacity: 0.7;
}
.popup-gift__col {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
}
.popup-gift__submit {
    border-radius: 1.8rem;
    background: var(--3, linear-gradient(0deg, rgba(89, 128, 245, 0.50) 0%, rgba(89, 128, 245, 0.50) 100%), linear-gradient(180deg, rgba(216, 46, 167, 0.70) 0%, rgba(189, 56, 215, 0.70) 100%), #FFF);
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    padding: 2rem;
}
.popup-gift__col2 {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}
.popup-gift__product {
    display: flex;
    padding: 0.2rem 1.2rem 0.2rem 0.2rem;
    align-items: center;
    gap: 1.1rem;
    border-radius: 1rem;
    border: 2px solid #d82ea733;
    background: #FAF5FA;
}
.popup-gift__product-img {
    border-radius: 0.8rem;
    width: 7.1rem;
    min-width: 7.1rem;
    height: 7.1rem;
    background: #FFF;
}
.popup-gift__product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.popup-gift__product-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.popup-gift__product-col h4 {
    color: #00021A;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.popup-gift__product-row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
}
.popup-gift__product-row p {
    color: #00021A;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    opacity: 0.7;
}
.popup-gift__inputs {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.popup-gift__input {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.popup-gift__input p {
    color: #00021A;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
}
.popup-gift__input-row {
    display: flex;
    align-items: center;
    position: relative;
}
.popup-gift__input-row input {
    height: 4.2rem;
    border-radius: 1rem;
    border: 2px solid #d82ea733;
    background: #FAF5FA;
    width: 100%;
    color: #00021A;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    padding: 0 1.3rem;
}
.popup-gift__input-row input::placeholder {
    color: #00021A;
    opacity: 0.7;
}
.popup-gift__input-row span {
    color: #FF3031;
    text-align: right;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    font-family: Inter;
    position: absolute;
    z-index: 2;
    right: 1rem;
}
.popup-gift__where {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.popup-gift__where > h3 {
    color: #00021A;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.4rem;
}
.popup-gift__where-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}
.popup-gift__where-block {
    position: relative;
    display: flex;
}
.popup-gift__where-block input {
    position: absolute;
    visibility: hidden;
}
.popup-gift__where-block label {
    width: 100%;
    border-radius: 1rem;
    border: 2px solid #d82ea733;
    background: #FAF5FA;
    height: 5.5rem;
    cursor: pointer;
    padding-left: 1.3rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    transition: .3s all;
    opacity: 0.5;
}
.popup-gift__where-block label svg {
    width: 3.1rem;
    height: auto;
}
.popup-gift__where-block label p {
    color: #00021A;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
}
.popup-gift__where-block input:checked+label {
    opacity: 1;
}
.smart-filter .bx_filter_popup_result {
    border-color: #bd38d78f;
    margin-left: 5px;
}
.smart-filter .bx_filter_popup_result.right .arrow {
    display: none;
}
.smart-filter .bx_filter_popup_result a {
    background: linear-gradient(180deg, rgba(216, 46, 167, 0.70) 0%, rgba(189, 56, 215, 0.70) 100%), #FFF;
}
.smart-filter .bx_filter_popup_result a:hover {
    text-decoration: none;
}

.mob_catalog {
    display: none;
}


@media screen and (max-width: 992px) {
    .mob_catalog.active {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        overflow-y: auto;
        background: #FFF;
        flex-direction: column;
        padding-bottom: 7rem;
    }
    .mob_catalog-col {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 8.4rem;
        align-items: center;
    }
    .mob_catalog-col > p {
        color: #0A1435;
        text-align: center;
        font-size: 2.6rem;
        font-style: normal;
        font-weight: 700;
        line-height: 2.4rem;
    }
    .mob_catalog-col2 {
        display: flex;
        flex-direction: column;
        gap: 3rem;
        padding: 2rem;
        border-radius: 1.8rem;
        background: #FAF5FA;
    }
    .mob_catalog-col2 button {
        display: flex;
        align-items: center;
        gap: 0.8rem;
        justify-content: center;
        width: 24.1rem;
        padding: 2rem 2.2rem 1.4rem 2.2rem;
        border-radius: 1.2rem;
        background: var(--2, linear-gradient(180deg, rgba(216, 46, 167, 0.70) 0%, rgba(189, 56, 215, 0.70) 100%), #FFF);
    }
    .mob_catalog-col2 button svg {
        width: auto;
        height: 1.5rem;
    }
    .mob_catalog-col2 button span {
        color: #FFF;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        text-transform: uppercase;
    }
    
    
    .mob_catalog-menu {
        padding-top: 3rem;
    }
    .mob_catalog-menu nav ul {
        display: flex;
        flex-direction: column;
    }
    .mob_catalog-menu nav ul li {
        display: flex;
        list-style: none;
    }
    .mob_catalog-menu nav ul li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 2.7rem 1.5rem;
        border-bottom: 1px solid #00021a2b;
    }
    .mob_catalog-menu nav ul li a p {
        color: #00021A;
        font-size: 2.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.8rem;
    }
    .mob_catalog-menu nav ul li a svg {
        width: 1.1rem;
        height: auto;
    }
    
    .range-price .slider-val {
        width: 15rem;
        text-align: left;
    }
    .range-price p:nth-child(3) {
        left: 13rem;
    }
    .range-price p:nth-child(4) {
        left: 19rem;
    }
    
    .popup-gift__main {
        border-radius: 1.6rem 1.6rem 0 0;
        background: #FFF;
        padding: 6.2rem 1.6rem;
        gap: 1.2rem;
    }
    .popup-gift__name {
        align-items: flex-start;
    }
    .popup-gift__name h2 {
        text-align: left;
        font-size: 2.4rem;
    }
    .popup-gift__name p {
        text-align: left;
        max-width: 32rem;
    }
    .popup-gift__product {
        padding: 0.2rem 3.4rem 0.2rem 0.2rem;
    }
    .popup-gift__where > h3 {
        font-size: 1.6rem;
    }
    .popup-gift__where-row {
        gap: 0.8rem;
    }
    .popup-gift__where-block label {
        padding-left: 0.5rem;
        gap: 0.5rem;
    }
    .popup-gift__where-block label svg {
        width: 2.5rem;
    }
    .popup-gift__where-block label p {
        font-size: 1.3rem;
    }
    .popup-gift .contacts-form__agreement label {
        max-width: none;
    }
    .catalog .tt-options-swatch li input[type=checkbox]:before {
        margin-top: -1.3rem;
    }
}















