:root {
    --main-color: #404040;
    --main-black: #221f20;
    --black: #000000;
    --white: #FFFFFF;
    
    --blue: #A1B4D0;
    --green: #798B6C;
    
    --gray-100: #F5F5F5;
    --gray-200: #ebebeb;
    
    --basic: #f0f1f3;
}

.t-body {
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: 'ss10' on;
    
    --text-s: 14px;
    --text-m: 16px;
    --text-base: 18px;
    
    --text-l: 20px;
    --text-xl: 24px;
    
    --text-h3: 32px;
    --text-h2: 40px;
    --text-h1: 50px;
    
    --font-regular: 400;
    --font-semibold: 600;
    
    --tracking-tight: -0.025em;
    
    --menu-height: 75px;
}

@media (max-width: 640px) {
    .t-body {
        --text-h3: 28px;
        --text-h2: 35px;
        --text-h1: 42px;
    }
}

@media (max-width: 480px) {
    .t-body {
        --text-xl: 20px;
        --text-h3: 23px;
        --text-h2: 28px;
        --text-h1: 35px;
    }
}

*[class*='descr'],
*[class*='text'] {
    font-size: var(--text-base);
    font-weight: var(--font-regular);
    line-height: 155%;
    color: var(--main-color);
    letter-spacing: 0;
}

.t-heading {
    line-height: 120%;
    font-size: var(--text-xl);
    font-weight: var(--font-regular);
    color: var(--main-black);
}

*[field='title'],
*[field='btitle'],
.js-feed-post-title /*Заголовок в потоке (блог)*/ {
    font-weight: var(--font-semibold);
    line-height: 120%;
    color: var(--main-black);
}

.js-feed-post-title /*Заголовок в потоке (блог)*/ {
    font-size: var(--text-xl);
}

h3[field='title'],
h3[field='btitle'] {
    font-size: var(--text-h3);
}

h2[field='title'],
h2[field='btitle'],
.t-feed__post-popup .js-feed-post-title /*Заголовок внутри статьи (блог)*/ {
    font-size: var(--text-h2);
}

h1[field='title'],
h1[field='btitle'] {
    font-size: var(--text-h1);
}

.t120__title {
    padding: 0;
    margin-bottom: 30px;
}

.t037 .t-container {
    align-items: baseline;
}

/* Кнопки */
.t-btn,
.t-submit {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 0 !important;
    padding: 0.8em 2em !important;
    height: auto !important;
    border: 1px solid var(--main-black);
    font-family: 'GratoGrotesk', Arial, sans-serif;
    font-size: var(--text-base) !important;
    line-height: 1;
    font-weight: var(--font-regular);
    color: var(--main-black) !important;
    background-color: transparent;
    text-decoration: none !important;
    transition: all 200ms ease 0s !important;
}

.t142 .t142__submit {
    justify-content: center !important;
    text-align: center !important;
    align-items: center !important;
    border: 1px solid var(--main-black) !important;
    line-height: 1 !important;
    font-weight: var(--font-regular) !important;
    background-color: transparent !important;
    transition: all 200ms ease 0s !important;
}

.t142 .t142__submit .t142__text {
    color: var(--main-black) !important;
}

@media screen and (max-width: 480px) {
    .t-btn,
    .t-submit {
        white-space: nowrap;
        font-size: 14px !important;
    }
}

.t-btn:hover,
.t-submit:hover,
.t-btn:focus,
.t-submit:focus {
    opacity: 1 !important;
    background-color: var(--main-black);
    color: var(--white) !important;
}

.t142 .t142__submit:hover,
.t142 .t142__submit:focus {
    background-color: var(--main-black) !important;
}

.t142 .t142__submit:hover .t142__text,
.t142 .t142__submit:focus .t142__text {
    color: var(--white) !important;
}

/* Ссылки */
#allrecords .t-text a,
#allrecords .t-descr:not(.t706__product-title) a {
    background: linear-gradient(to bottom, var(--main-black) 0%, var(--main-black) 100%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 1px 1px;
    color: var(--main-black);
    text-decoration: none;
    transition: all .1s ease-in-out;
}

#allrecords .t-text a:hover,
#allrecords .t-text a:focus,
#allrecords .t-descr a:hover, 
#allrecords .t-descr a:focus {
    background-size: 4px 50px;
    color: var(--white);
}

.t-form__errorbox-link {
    text-decoration: none !important;
}

.t-store__prod-popup__btn {
    color: #fff !important;
    background-color: var(--main-black) !important;
    width: 100%;
}

.t-store__prod-popup__btn:hover,
.t-store__prod-popup__btn:focus {
    background-color: transparent !important;
    color: var(--main-black) !important;
}

.t-btn:active,
.t-submit:active {
    color: var(--white) !important;
    background-color: var(--black) !important;
}

/* === Главная. Обложка === */

@media (min-width: 981px) {
    .t492__blocktable {
        height: calc(100vh - var(--menu-height));
    }
    
    .t492__textwrapper {
        max-width: 580px;
        padding-left: 20px;
        margin: 0;
        margin-left: auto;
    }
    
    .t492__textwrapper .t-title {
        width: 60%;
    }
    
    .t492__textwrapper .t-descr {
        width: 80%;
    }
    
    .t492__btn-wrapper {
        padding-top: 45px;
    }
}

@media (max-width: 980px) {
    .t492 {
        display: flex;
        flex-flow: column wrap;
    }
    .t492__blocktable {
        order: -1;
    }
}

.t492 .t-title {
    font-size: var(--text-h3);
    font-weight: var(--font-regular);
}

/* === Меню #rec691857605 === */

.t228 {
    height: auto;
}

.t228__maincontainer {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    height: var(--menu-height);
    align-items: center;
    box-sizing: border-box;
}

.t228__maincontainer,
.tmenu-mobile {
    background-color: var(--white) !important;
}
.t228,
.tmenu-mobile {
    border-bottom: 1px solid #e6e6e6;
}

.t228__leftside,
.t228__centerside, 
.t228__rightside,
.t228__list {
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

.t228__centerside {
    width: auto;
    margin-left: auto;
}

.t-menu__link-item,
.t-menusub__link-item {
    display: flex;
    align-items: center;
    background-color: transparent;
    border-radius: 6px;
    line-height: 1;
    font-weight: var(--font-regular);
    font-size: var(--text-m);
    color: var(--main-black) !important;
    transition: all 200ms ease 0s;
    padding: 0.75em 1em;
    text-align: left;
}

/*изменения прозрачности пунктов меню при наведении*/
.t-menu__link-item:hover,
.t-menu__link-item:focus,
.t-menusub__link-item:hover,
.t-menusub__link-item:focus {
    background-color: var(--gray-100);
}

.t-menu__link-item:active,
.t-menusub__link-item:active {
    background-color: #ebebeb;
}

.t-menu__link-item.t-active,
.t-menusub__link-item.t-active {
    background-color: var(--gray-100);
    opacity: 1;
}

#rec691857605,
#rec584408107 {
    margin-bottom: var(--menu-height);
}

.t228__imglogo:hover,
.t228__imglogo:focus {
    opacity: .6;
}
.t228__imglogo:active {
    opacity: 1;
}

@media (max-width: 980px) {
    .t228__maincontainer,
    .t228__list {
        flex-direction: column;
    }
    .t228__right_buttons_wrap {
        display: flex;
        flex-direction: column;
         gap: 12px;
    }
}

.t228 .t228__list_item {
    padding: 0 !important;
}

.t-menusub__list-item {
    margin-bottom: 0;
}

/*Dropdown меню*/

.t-menusub__menu {
    top: calc(var(--menu-height) + 1px) !important;
    width: auto !important;
    min-width: 200px;
    max-width: none !important;
    /*transition: none;*/
    transition: all 150ms ease-in-out;
    box-shadow: none;
    background-color: var(--white);
    border-radius: 6px;
    box-shadow:
        0 25px 15px rgba(0,0,0,.03),
        0 11px 11px rgba(0,0,0,.04),
        0 3px 6px rgba(0,0,0,.05);
}
.t-menusub__menu:after,
.t-menusub__menu:before {
    display: none;
}

.t-menusub__link-item {
    width: auto !important;
}

.t-menusub__content {
    padding: 0.75em;
}

/* === Меню моб.версия #rec584408107 === */

@media (max-width: 980px) {
    .t-rec_pb-res-480_75 {
        padding-bottom: 0 !important;
    }
    
    .t-menusub__menu--fullscreen__nav,
    .t280__menu__content {
        border-bottom: 1px solid #e6e6e6 !important;
    }
    
    .t280__menu__link,
    .t-menusub__link-item {
        font-size: 30px;
        text-transform: lowercase;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .t-menusub__arrow::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23221f20' d='m9.18 21.05-1.41-1.41L15.4 12 7.77 4.36l1.41-1.41L18.23 12l-9.05 9.05Z'/%3E%3C/svg%3E");
        border-style: none;
        position: static;
    }
    
    .t-menusub__arrow {
        width: auto;
    }
}

/* Визуально скрытый контент */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/* Хлебные крошки */

.breadcrumbs {
    margin-top: 30px;
    margin-bottom: 45px;
}

ol.breadcrumbs-list {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    max-width: 100%;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    padding-left: 0 !important;
    padding-bottom: 20px;
}

.breadcrumbs-list__item {
    display: inline;
    padding: 0;
    margin: 0 0.2em;
    
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-transform: lowercase;
}

.breadcrumbs-list__item:last-child {
    opacity: .4;
}

ol.breadcrumbs-list li+li::before {
    content: "/";
    color: var(--mainColor);
    opacity: .4;
    margin: 0 0.2em;
}

@media screen and (max-width: 640px) {
    .t-name_xl,
    .t-name_md {
        font-size: 24px;
    }
}

/*Кнопка чата*/
.btn-chat {
    z-index: 999;
    cursor: pointer;
    position: fixed;
    right: 3%;
    bottom: 5%;
    opacity: 0;
    visibility: hidden;
    animation: btn-chat-appearance .5s 5s forwards;
}

.btn-chat-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.btn-chat-icon {
    width: 30px;
    height: 30px;
}

.btn-chat-text {
    width: 110px;
    height: 110px;
    position: absolute;
}

.btn-link:hover .btn-chat-icon,
.btn-link:hover .btn-chat-text,
.btn-link:focus .btn-chat-icon,
.btn-link:focus .btn-chat-text {
    opacity: .4;
}

@media (max-width: 640px) {
    .btn-chat-circle {
        width: 90px;
        height: 90px;
    }
    .btn-chat-icon {
        width: 18px;
        height: 18px;
    }
    .btn-chat-text {
        width: 80px;
        height: 80px;
    }
}

@keyframes btn-chat-appearance {
    0% {
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

/*Характеристики товара*/
.mist-specifications {
    margin: 20px auto 20px auto;
}

.attrs-dotted {
	width: 100%;	
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 0 5px 0;
}
.attrs-dotted dt {
	width: 40%;
	margin: 0 0 8px 0;
	padding: 0;
	display: flex;	
	box-sizing: border-box;
	align-items: flex-end;
	position: relative;
	word-break: break-word;
	color: #b3b3b3;   
}
.attrs-dotted dt:before {
	content: "";
	display: block;
 	width: 100%;	
	position: absolute;   
	left: 0;
	bottom: .2em;
	border-bottom: 2px dotted #b3b3b3;
}
.attrs-dotted dt span {
	padding-right: 5px;
	background: #fff;
	position: relative;
}
.attrs-dotted dd {
	width: 60%;
	display: flex;	
	box-sizing: border-box;
	align-items: flex-end;    
	margin: 0 0 8px 0;
	padding: 0 0 0 5px;
	word-break: break-word;
}

/*Кнопки*/
.t1002__btns-wrapper {
    flex-wrap: nowrap;
}

.t1002__addBtn {
    border-radius: 0px;
    width: 55px;
    height: 55px;
    border: 1px solid #211F20;
}

.t195__img {
    height: 700px;
}

.t995 .t-descr {
    text-shadow: 0px 0px 45px rgba(0, 0, 0, 0.8);
}

/* ======== /produkty ======== */

/* data-product-part-uid="936929582141" — категория нормальной и склонной к сухости кожи */
/* data-product-part-uid="983404563021" — для комбинированной и склонной к высыпаниям кожи */
/* data-product-part-uid="843919366221" — для всех типов кожи */

/*Табы продуктов*/
.uc-products-tab ul {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    list-style-type: none;
}

.uc-products-tab ul a {
    display: flex;
    align-items: center;
    background: none !important;
    background-color: transparent !important;
    border-radius: 6px;
    border: 1px solid #DDDDDD;
    line-height: 1;
    font-weight: var(--font-regular);
    font-size: var(--text-m);
    color: var(--main-black) !important;
    transition: all 200ms ease 0s !important;
    padding: 0.75em 1em;
    text-align: left;
}

.uc-products-tab ul a:hover,
.uc-products-tab ul a:focus {
    background-color: var(--gray-100) !important;
}

.uc-products-tab ul a:active,
.uc-products-tab ul a.active {
    color: var(--white) !important;
    border: 1px solid var(--main-black);
    background-color: var(--main-black) !important;
}

/* /dlya-normalnoy-i-sklonnoy-k-suhosti-kozhi */
.uc-products-tab ul a[href*="/dlya-normalnoy-i-sklonnoy-k-suhosti-kozhi"] {
    color: var(--green) !important;
}
.uc-products-tab ul a[href*="/dlya-normalnoy-i-sklonnoy-k-suhosti-kozhi"]:active,
.uc-products-tab ul a.active[href*="/dlya-normalnoy-i-sklonnoy-k-suhosti-kozhi"] {
    border: 1px solid var(--green);
    background-color: var(--green) !important;
    color: var(--white) !important;
}

/* /dlya-kombinirovannoy-i-sklonnoy-k-vysypaniyam-kozhi */
.uc-products-tab ul a[href*="/dlya-kombinirovannoy-i-sklonnoy-k-vysypaniyam-kozhi"] {
    color: var(--blue) !important;
}
.uc-products-tab ul a[href*="/dlya-kombinirovannoy-i-sklonnoy-k-vysypaniyam-kozhi"]:active,
.uc-products-tab ul a.active[href*="/dlya-kombinirovannoy-i-sklonnoy-k-vysypaniyam-kozhi"] {
    border: 1px solid var(--blue);
    background-color: var(--blue) !important;
    color: var(--white) !important;
}
/**/


.t-store .t-store__card__wrap_all .t-store__card__textwrapper {
    padding: 0;
}

.js-store-prod-name,
.t-store__card__price-value,
.t-store__card__price-currency {
    font-size: var(--text-l); 
    line-height: 145%;
    color: var(--main-black);
}
.js-store-prod-name {
    font-weight: var(--font-semibold);
}
.t-store__card__price-value,
.t-store__card__price-currency {
    font-weight: var(--font-regular);
}
.t-store__card__price_old,
.js-store-prod-price-old-val,
.t-store__card__price_old .t-store__card__price-currency {
    color: #b3b3b3;
}
.t-store__card__price_old:after {
    border-top-width: 2px;
}

.t-store__card__price_old {
    margin-left: 15px;
}

/*.t-store__card__bgimg,*/
/*.t-store__card__bgimg_second {*/
/*    background-size: contain;*/
/*    margin-top: 35px;*/
/*    max-height: 320px;*/
/*    width: auto;*/
/*}*/

.t-store__card__price-wrapper {
    margin-top: 17px;
}

.t-store__prod-popup__title-wrapper {
    margin-bottom: 30px;
}

/*Скрытие бренда в карточке продукта*/
.t-store__prod-popup__brand {
    display: none;
}

.t-store__prod-popup__name {
    margin-bottom: 15px;
}

.t-store__prod-popup__sku {
    font-size: 14px !important;
    color: #b3b3b3 !important;
}

.t-store__tabs__button-title {
    font-size: 16px !important;
}

.t-store .t-store__tabs {
    margin-top: 60px !important;
}

.t-store__card .t-store__card__textwrapper .js-store-prod-name,
.t-store__card .t-store__card__price-value,
.t-store__card .t-store__card__price-currency,
.t-store__card .t-store__card__price_old,
.t-store__card .js-store-prod-price-old-val,
.t-store__card .t-store__card__price_old .t-store__card__price-currency {
    transition: all 150ms ease-in-out;
}

/*по умолчанию*/
.t-store__card .t-store__card__imgwrapper {
    background-color: #f9f9f9;
}
.t-store__card:hover .t-store__card__textwrapper .js-store-prod-name,
.t-store__card:hover .t-store__card__price-value,
.t-store__card:hover .t-store__card__price-currency,
.t-store__card:hover .t-store__card__price_old,
.t-store__card:hover .js-store-prod-price-old-val,
.t-store__card:hover .t-store__card__price_old .t-store__card__price-currency {
    color: #a0a0a0 !important;
}

/*категория нормальной и склонной к сухости кожи*/
.t-store__card[data-product-part-uid="936929582141"] .t-store__card__imgwrapper {
    background-color: var(--green);
}
.t-store__card[data-product-part-uid="936929582141"]:hover .t-store__card__textwrapper .js-store-prod-name,
.t-store__card[data-product-part-uid="936929582141"]:hover .t-store__card__price-value,
.t-store__card[data-product-part-uid="936929582141"]:hover .t-store__card__price-currency,
.t-store__card[data-product-part-uid="936929582141"]:hover .t-store__card__price_old,
.t-store__card[data-product-part-uid="936929582141"]:hover .js-store-prod-price-old-val,
.t-store__card[data-product-part-uid="936929582141"]:hover .t-store__card__price_old .t-store__card__price-currency {
    color: var(--green) !important;
}

/*категория комбинированной и склонной к высыпаниям кожи*/
.t-store__card[data-product-part-uid="983404563021"] .t-store__card__imgwrapper {
    background-color: var(--blue);
}
.t-store__card[data-product-part-uid="983404563021"]:hover .t-store__card__textwrapper .js-store-prod-name,
.t-store__card[data-product-part-uid="983404563021"]:hover .t-store__card__price-value,
.t-store__card[data-product-part-uid="983404563021"]:hover .t-store__card__price-currency,
.t-store__card[data-product-part-uid="983404563021"]:hover .t-store__card__price_old,
.t-store__card[data-product-part-uid="983404563021"]:hover .js-store-prod-price-old-val,
.t-store__card[data-product-part-uid="983404563021"]:hover .t-store__card__price_old .t-store__card__price-currency {
    color: var(--blue) !important;
}

.t-store__card__bgimg,
.t-store__card__bgimg_second {
    transition: opacity 0.25s ease-in-out;
}

/*Продукты — внутренние блоки*/

.t-store__prod-popup__info .js-store-prod-name {
    font-size: var(--text-h2); 
    line-height: 133%;
    color: var(--main-black);
    font-weight: var(--font-semibold);
}

.js-store-prod-price {
    font-size: 28px; 
    line-height: 133%;
    color: var(--main-black);
    font-weight: var(--font-semibold);
}

.t-store__card__wrap_txt-and-btns {
    position: static;
    height: auto !important;
}

.t-store__card__btns-wrapper {
    padding: 0 !important;
    position: static !important;
}

.t778 .t-store__card__wrap_txt-and-btns {
    position: static;
}

.t778 .t-store__card__wrap_all {
    position: relative;
}

.js-store-prod-btn2 {
    position: absolute;
    top: 300px;
    right: 20px;
    z-index: 99;
    border: none !important;
    background-color: var(--main-black);
    opacity: .85;
    border-radius: 999px;
    height: 64px !important;
    width: 64px !important;
    padding: 0 !important;
    transition: all .3ms ease;
}

.js-store-prod-btn2:hover {
    opacity: 1;
}

.js-store-prod-btn2:active {
    background-color: #000000;
}


.js-store-prod-btn2.t-store__prod-popup__btn_disabled {
    background-color: var(--gray-200);
    opacity: 1;
}

.js-store-prod-btn2::before {
    content: "";
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-shopping-cart-plus' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0' /%3E%3Cpath d='M12.5 17h-6.5v-14h-2' /%3E%3Cpath d='M6 5l14 1l-.86 6.017m-2.64 .983h-10.5' /%3E%3Cpath d='M16 19h6' /%3E%3Cpath d='M19 16v6' /%3E%3C/svg%3E");
}

.js-store-prod-btn2.t-store__prod-popup__btn_disabled::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-shopping-cart-off' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%231e1e1e' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0' /%3E%3Cpath d='M17 17a2 2 0 1 0 2 2' /%3E%3Cpath d='M17 17h-11v-11' /%3E%3Cpath d='M9.239 5.231l10.761 .769l-1 7h-2m-4 0h-7' /%3E%3Cpath d='M3 3l18 18' /%3E%3C/svg%3E");
}

@media (min-width: 981px) {
    .js-store-prod-btn2 {
        display: none;
    }
    .t-store__card:hover .js-store-prod-btn2 {
        display: flex;
    }
}

@media (max-width: 1200px) {
    .js-store-prod-btn2 {
        top: 35%;
    }
}

.js-store-prod-btn2 .t-store__card__btn-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.t-store__tabs__controls {
    border-radius: 16px;
    background: #f9f9f9 !important;
    padding: 6px;
}

.t-store__tabs__button {
    padding: 0 !important;
    text-align: center;
    border-bottom: none !important;
}

.t-store__tabs__button-title {
    width: 100%;
    padding: 1.2em;
    background-color: transparent;
    border-radius: 12px;
    transition: all 200ms ease 0s;
}

@media screen and (max-width: 560px) {
    .t-store__tabs__button-title:after {
        display: none !important;
    }
}

.t-store__tabs__button:hover .t-store__tabs__button-title,
.t-store__tabs__button_active .t-store__tabs__button-title {
    background-color: var(--white);
}

.t-store__tabs__button:active .t-store__tabs__button-title {
    background-color: rgba(255,255,255,.35);
}

/*Свойства товаров*/
.js-product .t-product__option[data-view-type="select"] {
    display: flex;
    flex-flow: row wrap;
    align-items: baseline;
    gap: 7px;
}

.js-product-controls-wrapper {
    display: flex;
    flex-flow: column wrap;
    gap: 12px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.t-store .t-product__option-title {
    color: var(--main-black) !important;
}

.js-product .t-product__option-select {
    color: var(--main-color) !important;
    background-color: var(--gray-100) !important;
}

.js-product .t-product__option-select:hover {
    background-color: var(--gray-200) !important;
}

.js-product .t-product__option-select:focus-visible {
    outline-color: var(--main-black);
}

.t-store .t-product__option {
    margin-top: 0;
    margin-bottom: 0;
}

/*категории*/
.t-store__parts-switch-wrapper {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.t-store__parts-switch-btn {
    margin: 0 !important;
}

.t-store__parts-switch-btn {
    border: 1px solid #DDDDDD;
}

.t-store__parts-switch-btn.t-active {
    background-color: var(--main-black);
    border: 1px solid var(--main-black);
    color: var(--white) !important;
    opacity: 1 !important;
}

.t-store__parts-switch-btn[data-storepart-uid="936929582141"] {
    color: var(--green) !important;
}

.t-store__parts-switch-btn[data-storepart-uid="983404563021"] {
    color: var(--blue) !important;
}

/*.t-store__parts-switch-btn:not(:first-child):not(:last-child) {*/
/*    margin: 0;*/
/*}*/

/*.t-store__parts-switch-btn:first-child {*/
/*    margin-bottom: 0;*/
/*    margin-right: 0;*/
/*}*/

/*.t-store__parts-switch-btn:last-child {*/
/*    margin-bottom: 0;*/
/*    margin-left: 0;*/
/*}*/

/*Кнопка загрузить ещё на главной*/
.js-store-load-more-btn {
    display: none;
}

/*трекер привычек*/
.t1059 .t1059__btn-text {
    font-size: var(--text-xl);
    color: var(--main-black);
}
.t1059__btn-img_md {
    width: 40px;
}
.t1059__link:hover {
    opacity: .5;
}
.t1059__link:active {
    opacity: 1;
}

/*О нас*/
.t490__bgimg {
    width: 70px;
    height: 70px;
}

/*lead-text*/
.t119 .t119__preface {
    font-size: var(--text-h3);
    line-height: 133%;
}

/*Футер*/

.t447__submit {
    font-size: var(--text-s) !important;
}

.t447 .t447__input,
.t447 .t447__submit {
    height: 50px !important;
}

.t447 .t-row.t-clear {
    padding-top: 50px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

@media (max-width: 480px) {
    .t447 .t-row.t-clear {
        padding-top: 0;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

.t447 .t-row.t-clear .t447__col:last-child .t-col {
    margin: 0 !important;
}

.t447__text_left,
.t447__text_right {
    margin-top: 45px !important;
    color: #525252;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.t447__text_left a {
    display: inline-block;
    margin-top: 0.4em;
    color: #525252 !important;
}

.t447__text_left a:hover {
    color: var(--white) !important;
}

.t447 .t-col_3 {
    margin-top: 20px;
    max-width: 360px;
}

.t447 .t-row.t-clear .t-prefix_6 {
    padding-left: 0;
}

.t447 ul.t-sociallinks__wrapper {
    display: flex;
    flex-flow: row wrap;
    gap: 5px;
}

/*.t447 .t-container > .t447__col:first-child .t447__title {*/
/*    margin-bottom: 28px;*/
/*}*/

/*.t447 .t-container .t447__col:first-child .t447__descr a {*/
/*    padding: 5px;*/
/*    padding-left: 0;*/
/*}*/

/*.t447 .t-container .t447__col:first-child .t447__descr {*/
/*    line-height: 133%;*/
/*}*/

/*.t447 .t-container .t447__col:first-child .t447__descr ul {*/
/*    margin-top: 5px;*/
/*}*/

.t144 .t-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.t144 .t-row .t-col_6 {
    max-width: none;
    width: auto;
    display: grid;
    grid-column: 4/-1;
}

@media (max-width: 980px) {
    .t144 .t-row .t-col_6 {
        grid-column: 1/4;
    }
}

@media screen and (max-width: 960px) {
    .t144__img {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.t447 .t447__title {
    font-size: var(--text-m);
    color: #525252;
}

.t144__text {
    margin-bottom: 14px;
    letter-spacing: 1px;
    font-size: var(--text-m);
    color: #525252;
    text-transform: uppercase;
    font-weight: var(--font-semibold);
}

.t144__img {
    cursor: pointer;
}

.t447 .t447__descr li {
    margin-bottom: 0;
    list-style: none;
}

.t447__title a:hover {
    color: #ffffff !important;
}

.t447__input {
    background-color: transparent;
    color: #ffffff !important;
}

.t447__descr a:hover,
.t463__logo:hover,
.t992__descr a:hover,
.t447 .t447__submit:hover,
.t447 .t447__submit:focus {
    opacity: .4 !important;
}

.t447 .t447__submit {
    transition: none;
}

.t447 .t447__descr a {
    display: block;
    padding: 10px;
    padding-left: 0;
}

@media (max-width: 640px) {
    .t447 .t447__descr a {
        padding: 5px;
        padding-left: 0;
    }
}

.t992__menu-link {
    background-color: transparent !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    color: #ffffff !important;
}

.t992__menu-link:hover,
.t992__menu-link:focus {
    border-color: rgba(255, 255, 255, 1) !important;
}

@media screen and (max-width: 960px) {
    .t447 .t447__col.t-col_3 {
        margin-bottom: 35px;
    }
    .t463__col {
        margin-bottom: 0;
    }
}

/*Cookie popup*/

.t886 {
    left: 24px;
}

.t886__btn {
    font-size: var(--text-s) !important;
}

.t886__wrapper {
    background-color: rgba(255,255,255,.60);
    border-radius: 12px;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    border: 1px solid rgba(149,157,173,.16);
}

/*Документы сайта*/

/*Аккордеон*/
.t585>.t-container {
    gap: 20px;
}

.t585__border {
    display: none;
}

.t585__circle {
    border-radius: 8px;
    background-color: var(--gray-200) !important;
}

.t585__trigger-button {
    background-color: var(--gray-100);
    padding: 27px;
    padding-right: 120px;
    border-radius: 12px;
    transition: all 150ms ease-in-out;
}

.t585__trigger-button:hover {
    background-color: var(--gray-200);
}

.t585__icon {
    transition: inherit;
    right: 27px;
}

.t585__icon-hover {
    opacity: 1;
}

.t585__opened .t585__trigger-button {
    border-radius: 12px 12px 0 0;
}

.t585__content {
    background-color: var(--gray-100);
    border-radius: 0 0 12px 12px;
}

.t585__text {
    padding: 0 27px;
}

.t585__header {
    border-top: none !important;
}

.t585__lines svg g {
    stroke: var(--main-black);
}

.t585__title {
    line-height: 133%;
    font-size: var(--text-l);
    font-weight: var(--font-regular);
    color: var(--main-black);
}

/*Оформление заказа — Корзина*/
.t-radio__wrapper-delivery .t-name_md,
.t-input-group_tx .t-text {
    font-size: var(--text-h3);
    line-height: 133%;
    font-weight: var(--font-regular);
    text-transform: lowercase;
}

.t-inputpromocode__btn {
    background-color: transparent !important;
}

.t-inputpromocode__btn:hover {
    background-color: var(--main-black) !important;
}

div#addresses-wrapper {
    margin: 40px 0;
}