

/* Start:/local/templates/orteka_desktop/global/css/desktop-global.css?1780613963164216*/
* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
}


a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bx-no-touch a:hover {
    text-decoration: none;
}

.bx-touch a:active {
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    outline: none;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

header,
section,
footer,
aside,
nav,
article,
figure {
    display: block;
}

input,
button,
textarea,
input:active,
input:focus,
textarea:active,
textarea:focus {
    outline: none;
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    outline: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

/* commom styles */
body {
    font-family: 'Roboto', sans-serif;
    background-color: #F9F9F9;
    background: #FFFFFF;
    color: #1C1C1C;
    line-height: 1.4;
}

.g-content {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .g-content {
        min-width: 760px;
        max-width: 1230px;
    }
}

.g-wrap {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.g-wrap__content {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

svg {
    display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	color: inherit;
	fill: transparent;
	stroke: transparent;
}

.g-price {
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
}

.g-price__rub {
    font-size: 0.9em;
    vertical-align: bottom;
}

.g-price_old {
    color: #A6A6A6;
    text-decoration: line-through;
    font-weight: 500;
    font-size: 13px;
}

.g-section-main {
    padding-top: 40px;
}

.g-page__content {
    padding-top: 40px;
}

.g-page__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.g-page__wrapper_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.g-page__aside {
    width: 300px;
    min-width: 300px;
}

.g-page__main {
    width: calc(100% - 246px);
    min-width: calc(100% - 246px);
    padding: 0 15px;
}

.g-page__top {
    padding: 32px 0 40px;
}

.g-page__top:first-letter {
    text-transform: uppercase;
}

.g-page__top_pb16 {
    padding-bottom: 16px;
}

.g-page__label {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.g-section {
    padding-bottom: 40px;
}

.g-section_line {
    -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
}

.g-section_pt40 {
    padding-top: 40px;
}

.g-section_pb0 {
    padding-bottom: 0;
}

.g-section_border {
    border-top: 12px solid rgba(183, 205, 217, 0.2);
}

.g-section__title {
    margin-bottom: 40px;
    text-align: center;
}

.g-section__top {
    padding: 10px 0 40px;
}

.g-section__subtitle {
    margin-bottom: 24px;
}

.g-section_grey {
    background: #F6F7F8;
}
.g-section_light-orange {
    background: rgba(255, 111, 0, 0.05);
}

.g-text-white {
    color: #ffffff;
}
.g-text-dark {
    color: #1C1C1C;
}
.g-text-light-grey {
    color: #A6A6A6;
}
.g-text-middle-grey {
    color: #666666;
}
.g-text-medium-grey {
    color: #757575;
}
.g-text-red {
    color: #F04C25;
}

.g-text-orange {
    color: #FF6E00;
}

.g-text-green {
    color: #7AC143;
}

.g-text-blue {
    color: #009AA6;
}
.g-text-light-blue {
    color: #46A2A8;
}

.g-text-grey {
    color: #31566D;
}
.g-text-extra {
    font-weight: 800;
}
.g-text-semibold {
    font-weight: 600;
}
.g-text-bold {
    font-weight: 700;
}
.g-text-medium {
    font-weight: 500;
}
.g-text-light {
    font-weight: 300;
}

.g-text-center {
    text-align: center;
}
@media screen and (max-width: 900px) {
    .g-text-m-center {
        text-align: center;
    }
}

.g-text-right {
    text-align: right;
}

.g-text-italic {
    font-style: italic;
}

.g-text-uppercase {
    text-transform: uppercase;
}

.g-block:not(:last-child) {
    margin-bottom: 40px;
}

.g-block32:not(:last-child) {
    margin-bottom: 32px;
}

.g-block24:not(:last-child) {
    margin-bottom: 24px;
}

.g-block16:not(:last-child) {
    margin-bottom: 16px;
}

.g-block60:not(:last-child) {
    margin-bottom: 60px;
}

.g-block_grey {
    background-color: #F6F7F8;
    border-radius: 20px;
    padding: 24px 32px;
}

.g-block_blue {
    background-color: #009AA6;
    border-radius: 6px;
    padding: 24px 32px;
    color: #ffffff;
}

.g-block_white {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 32px;
    -webkit-box-shadow: 0px 6px 20px rgba(28, 28, 28, 0.08);
    box-shadow: 0px 6px 20px rgba(28, 28, 28, 0.08);
}

.g-block_center {
    margin-left: auto;
    margin-right: auto;
}

.g-list {
    list-style: none;
    line-height: 1.6;
}

.g-list:not(:last-child) {
    margin-bottom: 40px;
}

.g-list li:not(:last-child) {
    margin-bottom: 8px;
}

.g-list_border li:not(:last-child) {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
}

.g-list_row li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.g-list__icon {
    width: 16px;
    min-width: 16px;
    margin: 4px 10px 0 0;
}

.g-list__text {
    min-height: 25px;
}

.g-list__icon img {
    display: block;
}

.g-list_main li:not(:last-child) {
    margin-bottom: 20px;
}

.g-text-block ul {
    list-style: none;
    line-height: 1.6;
}

.g-text-block ul:not(:last-child) {
    margin-bottom: 40px;
}

.g-text-block ul li {
    position: relative;
    padding-left: 20px;
}

.g-text-block ul li::after {
    content: '';
    width: 10px;
    height: 1px;
    background: #1C1C1C;
    position: absolute;
    left: 0;
    top: 12px;
}

.g-text-block ul li:not(:last-child) {
    margin-bottom: 8px;
}

.g-text-block ol {
    list-style-type: none;
    counter-reset: item;
    line-height: 1.6;
}

.g-text-block ol p {
    display: inline;
}

.g-text-block ol:not(:last-child) {
    margin-bottom: 40px;
}

.g-text-block ol li:not(:last-child) {
    margin-bottom: 8px;
}

.g-text-block ol li::before {
    content: counter(item) '.';
    counter-increment: item;
    padding-right: 8px;
}

.g-text-block ul.b-slider__dots li::after {
    display: none;
}

.g-text-block ul.b-slider__dots li:not(:last-child) {
    margin-bottom: 0;
}

.g-text-block h1,
.g-text-block h2,
.g-text-block h3,
.g-text-block h4 {
    margin-bottom: 24px;
}

.g-text-block h5,
.g-text-block h6 {
    margin-bottom: 8px;
}

.g-text-block a:not(.label) {
	color: #009AA6;
}

.bx-no-touch .g-text-block a:not(.label):hover {
    color: #FF6E00;
}

.bx-no-touch #tabsBlock__detailPage .g-text-block a:hover {
    color: #FF6E00;
}

.bx-no-touch .g-text-block a.b-card__name:hover {
    color: #1C1C1C;
}

.bx-touch .g-text-block a:active {
    text-decoration: none;
}

.g-text-block_policy ul:not(:last-child),
.g-text-block_policy ol:not(:last-child) {
    margin-bottom: 8px;
}

.g-text-block .b-catalog_list a {
    color: #1C1C1C;
}

.g-text-block .b-card__name, .g-page a.b-card__name {
    color: #1C1C1C;
}

.g-text-block .b-card-sizes a {
    color: #A7A9AC;
}

.table-wrapper {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.g-text-block table {
    width: 100%;
}

.g-text-block table td {
    padding: 16px;
    border: 5px solid #ffffff;
    background: #F6F7F8;
    text-align: center;
    font-size: 14px;
}

@media screen and (max-width: 1200px) {
    .g-page__aside {
        width: 0;
        min-width: 0;
        padding: 0;
    }
    .wrapper-catalog .g-page__aside {
        padding-left: 0;
    }

    .g-page__main {
        width: 100%;
        min-width: 100%;
    }
    .g-page__wrapper .g-page__main.grid-col {
        width: 100%;
        min-width: 100%;
    }
}

.g-logo {
    display: block;
    width: 220px;
    height: 32px;
}
.footer__item_left_wrapper {
    max-width: 245px;
}

.g-contacts__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.g-contacts__icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: block;
    margin-right: 10px;
    color: #F58233;
}

.g-contacts__text,
.header-action__dropdown .header-action__contacts .g-contacts__text {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.bx-no-touch .g-contacts__link:hover {
    color: #FF9D52;
}

.g-contacts__link:active,
.g-contacts__link:focus {
    color: #E56812;
}

.g-contacts__call {
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    color: #F58233;
}

.bx-no-touch .g-contacts__call:hover {
    color: #FF9D52;
}

.g-contacts__call:active,
.g-contacts__call:focus {
    color: #E56812;
}

.g-contacts__name {
    font-size: 12px;
    color: #A7A9AC;
}

@-webkit-keyframes phone-anim {
    0% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    15% {
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg)
    }

    30% {
        -webkit-transform: rotate(13deg);
        transform: rotate(13deg)
    }

    45% {
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg)
    }

    60% {
        -webkit-transform: rotate(13deg);
        transform: rotate(13deg)
    }

    75% {
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes phone-anim {
    0% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    15% {
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg)
    }

    30% {
        -webkit-transform: rotate(13deg);
        transform: rotate(13deg)
    }

    45% {
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg)
    }

    60% {
        -webkit-transform: rotate(13deg);
        transform: rotate(13deg)
    }

    75% {
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.g-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
}

.g-row_middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.g-row_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.g-row_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.g-row_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-row_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.g-row_bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.g-row_column {
    flex-direction: column;
}

.g-row_small {
    margin-right: -8px;
    margin-left: -8px;
}

.g-row_small>.g-col {
    padding-left: 8px;
    padding-right: 8px;
}
.g-row_narrow {
    margin-right: -2px;
    margin-left: -2px;
}

.g-row_narrow>.g-col {
    padding-left: 2px;
    padding-right: 2px;
}

.g-row_sm {
    margin-right: -4px;
    margin-left: -4px;
}

.g-row_sm>.g-col {
    padding-left: 4px;
    padding-right: 4px;
}

@media screen and (max-width: 1200px) {
    .g-row_l-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1024px) {
    .g-row_t-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 900px) {
    .g-row_m-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.g-col {
    padding-left: 15px;
    padding-right: 15px;
}

.g-col_20 {
    width: 20%;
    min-width: 20%;
}

.g-col_25 {
    width: 25%;
    min-width: 25%;
}

.g-col_40 {
    width: 40%;
    min-width: 40%;
}

.g-col_41 {
    width: 41.6667%;
    min-width: 41.6667%;
}
.g-col_44 {
    width: 44%;
    min-width: 44%;
}

.g-col_50 {
    width: 50%;
    min-width: 50%;
}
.g-col_56 {
    width: 56%;
    min-width: 56%;
}
.g-col_58 {
    width: 58.3333%;
    min-width: 58.3333%;
}

.g-col_60 {
    width: 60%;
    min-width: 60%;
}

.g-col_33 {
    width: 33.3333%;
    min-width: 33.3333%;
}

.g-col_66 {
    width: 66.6667%;
    min-width: 66.6667%;
}

.g-col_full {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
}

.g-col_75 {
    width: 75%;
    min-width: 75%;
}

.g-col_100 {
    width: 100%;
    min-width: 100%;
}

.g-col_same {
    flex: 1;
    min-width: 0;
}

@media screen and (max-width: 1200px) {
    .g-col_l-100 {
        width: 100%;
        min-width: 100%;
    }

    .g-col_l-50 {
        width: 50%;
        min-width: 50%;
    }
    .g-col_l-45 {
        width: 45%;
        min-width: 45%;
    }
	.g-col_l-55 {
        width: 55%;
        min-width: 55%;
    }
}

@media screen and (max-width: 1024px) {
    .g-col_t-100 {
        width: 100%;
        min-width: 100%;
    }

    .g-col_t-50 {
        width: 50%;
        min-width: 50%;
    }

    .g-col_t-33 {
        width: 33.3333%;
        min-width: 33.3333%;
    }
}

@media screen and (max-width: 900px) {
    .g-col_m-100 {
        width: 100%;
        min-width: 100%;
    }

    .g-col_m-50 {
        width: 50%;
        min-width: 50%;
    }
}

.g-nowrap {
    white-space: nowrap;
}

.g-hidden {
    display: none;
}
.g-m-show {
    display: none;
}
.g-hidden-wrap-content {
    display: none !important;
}

.b-timer {
    color: #A7A9AC;
}

.g-note {
    font-size: 14px;
    color: #A7A9AC;
}

.g-text-introduce {
    font-size: 22px;
}

.g-page-text img {
    border-radius: 4px;
}

.g-page-text img:not(:last-child) {
    margin-bottom: 16px;
}

.g-page-text ul {
    list-style: none;
    line-height: 1.6;
}

.g-page-text ul:not(:last-child) {
    margin-bottom: 24px;
}

.g-page-text ul li {
    position: relative;
    padding-left: 24px;
}

.g-page-text ul li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #F58233;
    border-radius: 50%;
}

.g-page-text ul li:not(:last-child) {
    margin-bottom: 6px;
}

.g-page-text ul li ul {
    padding-left: 24px;
}

.g-page-text ol {
    list-style-type: none;
    counter-reset: item;
    line-height: 1.6;
}

.g-page-text ol:not(:last-child) {
    margin-bottom: 24px;
}

.g-page-text ol li::before {
    content: counter(item);
    counter-increment: item;
    padding-right: 14px;
    color: #F58233;
}

.g-page-text ol li:not(:last-child) {
    margin-bottom: 6px;
}

.g-page-text a {
    color: #009AA6;
}

.bx-no-touch .g-page-text a:hover {
    color: #F04C25;
}

.bx-touch .g-page-text a:active {
    color: #F04C25;
}

.g-page-text h1,
.g-page-text h2,
.g-page-text h3,
.g-page-text h4 {
    margin-bottom: 24px;
}

.g-page-text h5,
.g-page-text h6 {
    margin-bottom: 8px;
}

.discount-image {
    min-width: 220px;
}

.g-page-bg {
    position: relative;
}

.g-page-bg__wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: cover;
    background-position: 50%;
    z-index: -1;
    width: 100vw;
}

.g-dropdown {
    margin-bottom: 40px;
}

.g-dropdown__top {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #009AA6;
}

.g-dropdown__icon {
    width: 14px;
    height: 14px;
    margin-right: 14px;
    min-width: 14px;
    position: relative;
}

.g-dropdown__icon::before,
.g-dropdown__icon::after {
    position: absolute;
    height: 2px;
    width: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #009AA6;
    content: '';
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.g-dropdown__icon::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.g-dropdown__title {
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.g-dropdown__block {
    padding-top: 20px;
}

.bx-no-touch .g-dropdown__top:hover {
    color: #00B9CC;
}

.bx-touch .g-dropdown__top:active {
    color: #00B9CC;
}

.g-dropdown__top.is-active .g-dropdown__icon::after {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
}

@media screen and (max-width: 1230px) {
    .g-slider-wrapper_inside {
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 1200px) {
    .g-l-hidden {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .g-t-hidden {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .g-col_m-33 {
        width: 33.3333%;
        min-width: 33.3333%;
    }

    .g-col_m-66 {
        width: 66.6667%;
        min-width: 66.6667%;
    }
}

.g-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    white-space: nowrap;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 6px;
}

.g-button__icon {
    display: block;
    margin: 0 5px;
    width: 24px;
    min-width: 24px;
    height: 24px;
}

.g-button__icon_basket {
    width: 21px;
    min-width: 21px;
    height: 19px;
}

.g-button__icon_arrow {
    width: 7px;
    min-width: 7px;
    height: 4px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.g-button__icon_back {
    width: 18px;
    min-width: 18px;
    height: 16px;
}

.g-button__icon_triagle {
    width: 4px;
    min-width: 4px;
    height: 10px;
}

.g-button__icon_map {
    width: 43px;
    min-width: 43px;
    height: 14px;
}

.g-button__icon_key {
    width: 24px;
    min-width: 24px;
    height: 24px;
}

.g-button__icon_link {
    width: 16px;
    min-width: 16px;
    height: 10px;
}

.g-button__text {
    display: block;
    margin: 0 5px;
}

.bx-no-touch .g-button:hover .g-button__icon {
    color: inherit;
}

.bx-touch .g-button:active .g-button__icon {
    color: inherit;
}

.g-button_primary {
    background: #FF6E00;
    color: #FFFFFF;
    height: 48px;
    padding: 0 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.bx-no-touch .g-button_primary:not(:disabled):hover {
    background: #FF580E;
    color: #FFFFFF;
}

.g-button_primary:not(:disabled):active,
.g-button_primary:not(:disabled):focus {
    background: #E56812;
}

.g-button_primary.is-disabled,
.bx-no-touch .g-button_primary.is-disabled:hover {
    background: #A6A6A6;
    cursor: default;
}

.g-button_secondary {
    background: #009AA6;
    color: #FFFFFF;
    height: 48px;
    padding: 0 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.bx-no-touch .g-button_secondary:not(:disabled):hover {
    background: #007680;
}

.g-button_secondary:not(:disabled):active,
.g-button_secondary:not(:disabled):focus {
    background: #0092A0;
}

.g-button_fourth {
    background: #E1F4F5;
    color: #009AA6;
    font-weight: 500;
    padding: 0 16px;
}
.bx-no-touch .g-button_fourth:hover:not(.is-active) {
    background-color: #C3E9EC;
}
.g-button_fourth.is-active,
.g-button_fourth:not(:disabled):active,
.g-button_fourth:not(:disabled):focus {
    color: #ffffff;
    background: #009AA6;
}

.g-button_add {
    background: #009AA6;
    color: #FFFFFF;
    height: 32px;
    border-radius: 4px;
    padding: 0 5px;
    font-size: 12px;
    -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}

.bx-no-touch .g-button_add:not(:disabled):hover {
    background: #00B9CC;
}

.g-button_add:not(:disabled):active,
.g-button_add:not(:disabled):focus {
    background: #0092A0;
}

.g-button_full {
    width: 100%;
}
.g-button_nouppercase {
    text-transform: none;
}

.g-button_third {
    background: #E0D2CE;
    border-radius: 40px;
    padding: 0 20px;
    height: 40px;
}

.bx-no-touch .g-button_third:not(:disabled):hover {
    background: #009AA6;
    color: #FFFFFF;
}

.g-button_third:not(:disabled):active,
.g-button_third:not(:disabled):focus {
    background: #009AA6;
    color: #FFFFFF;
}

.g-button_simple {
    background: #EEF1F5;
    width: 48px;
    height: 48px;
}

.g-button_ordinary {
    background: transparent;
    border: none;
    width: 16px;
    height: 16px;
    min-width: 16px;
    display: block;
}

.g-button_ordinary:hover {
    color: #F58233;
}

.g-button_ordinary:not(:disabled):active,
.g-button_ordinary:not(:disabled):focus {
    color: #E56812;
}

.bx-no-touch .g-button_simple:not(:disabled):hover {
    background: #009AA6;
    color: #FFFFFF;
}

.g-button_simple:not(:disabled):active,
.g-button_simple:not(:disabled):focus {
    background: #009AA6;
    color: #FFFFFF;
}

.g-button_radius {
    border-radius: 30px;
}

.g-button:disabled {
    background: #E9E9E9;
    color: #A6A6A6;
    cursor: default;
}
.g-button_border-secondary {
    color: #009AA6;
    border: 1px solid #009AA6;
    padding: 0 12px;
}
.bx-no-touch .g-button_border-secondary:not(:disabled):hover {
    color: #007680;
    border-color: #007680;
}


h1 {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.25;
}

h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.25;
}

h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.25;
}

h4 {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

h5 {
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

h6 {
    font-weight: 700;
    margin-bottom: 8px;
}

p:not(:last-child) {
    margin-bottom: 8px;
}

.g-input {
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #1C1C1C;
    height: 42px;
    border: 1px solid #A6A6A6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #ffffff;
    border-radius: 6px;
    padding: 0 16px;
}

.g-input::-webkit-input-placeholder {
    color: #A6A6A6;
    opacity: 1;
  }

.g-input::-moz-placeholder {
    color: #A6A6A6;
    opacity: 1;
}

.g-input:-moz-placeholder {
    color: #A6A6A6;
    opacity: 1;
}

.g-input:-ms-input-placeholder {
    color: #A6A6A6;
    opacity: 1;
}

.g-input::placeholder {
    color: #A6A6A6;
    opacity: 1;
}

.g-input_text {
    padding: 16px 16px;
    resize: none;
    height: 160px;
}

.g-input:focus,
.g-input:active {
    border-color: #009AA6;
}

.g-input-wrapper {
    position: relative;
}

.g-input-label {
    position: absolute;
    font-size: 14px;
    color: #A6A6A6;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    display: inline-block;
    z-index: 11;
    padding: 0 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap;
    max-width: calc(100% - 24px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color: #ffffff;
}
.g-input-close {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    z-index: 2;
    transition: 0.3s;
    cursor: pointer;
    color: #009AA6;
    opacity: 0;
    visibility: hidden;
}
.g-input-close:hover {
    color: #007680;
}
.g-input-wrapper.is-complete .g-input-close {
    opacity: 1;
    visibility: visible;
}
.g-input-label-button {
    cursor: pointer;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    color: #fff;
    top: 1px;
    right: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 11;
    white-space: nowrap;
    height: 40px;
    width: 48px;
}

.g-input-label-button.ok {
    background-color: #009AA6;
}

.g-input-label-button.ok:before {
    content: 'OK';
    padding: 13.5px 16px;
}

label.pointer,
.g-input-label-button.ok+input.pointer {
    cursor: pointer;
}

.g-input-label-button.cross {
    background-color: #F58233;
}

.g-input-label-button.cross:before {
    content: '';
    position: absolute;
    width: 30px;
    margin: 0 9px;
    height: 3px;
    background-color: white;
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.g-input-label-button.cross:after {
    content: '';
    position: absolute;
    width: 30px;
    margin: 0 9px;
    height: 3px;
    background-color: white;
    border-radius: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.g-input-label.is-up {
    top: 0;
    font-size: 12px;
}
.g-input-wrapper:focus-within .g-input-label.is-up {
    color: #009AA6;
}
.g-input-label.is-up.medium-padding-is-up {
    left: 24px;
}

.g-input-wrapper.is-top {
    z-index: 15;
}

.g-input-wrapper.is-error label.error {
    position: absolute;
    left: 0;
    max-width: 100%;
    font-size: 12px;
    top: 100%;
    color: #FF6256;
    z-index: 5;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}
.g-input-wrapper.is-error .g-input-label {
    color: #FF6256;
}
.g-input-wrapper.is-error .g-input {
    border-color: #FF6256;
}
.g-input-wrapper.is-error .g-input-close {
    color: #FF6256;
}

.g-input__icon {
    width: 24px;
    height: 24px;
    color: #B7CDD9;
    position: absolute;
    top: 12px;
    right: 12px;
}

.g-input-wrapper_calendar {
    max-width: 220px;
}

.g-link {
    color: #009AA6;
    display: inline-block;
    background: none;
    border: none;
    cursor: pointer;
}

.g-link_inline {
    display: inline;
}

.g-link:not(.g-link_complex) {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.g-link_help {
    color: #B7CDD9;
}

.g-link_primary {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.g-link_underline {
    text-decoration: underline;
}

.g-link__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
    position: relative;
}

.g-link__icon_arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.g-link__icon_right {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.g-link_complex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.g-link_complex .g-link__icon {
    width: 16px;
    min-width: 16px;
    height: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.g-link_complex .g-link__icon:not(:last-child) {
    margin-right: 8px;
}

.g-link_complex .g-link__text {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.g-link_complex .g-link__text:not(:last-child) {
    margin-right: 8px;
}

.g-link__icon_close {
    color: #B7CDD9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.g-link_complex .g-link__icon_pdf,
.g-link__icon_pdf {
    width: 50px;
    min-width: 50px;
    height: 50px;
}

.g-link_more {
    border: 1px solid #009AA6;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #009AA6;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 12px;
}

.g-link_more--blue {
    background: rgba(0, 167, 184, 0.2);
    color: #009AA6;
    border-color: rgba(0, 167, 184, 0.2);
    height: 64px;
}
.g-link_grey {
    color: #A6A6A6;
}
.g-link_light-blue {
    color: #4FBAC2;
}
.bx-no-touch .g-link:hover {
    color: rgba(0, 117, 128, 0.6);
}

.g-link:active,
.g-link:focus {
    color: #0092A0;
}
.bx-no-touch .g-link_underline:hover {
    text-decoration: none;
}

.g-link_underline:active {
    text-decoration: none;
}

.bx-no-touch .g-link:hover .g-link__icon {
    color: inherit;
}

.bx-no-touch .g-link_complex:hover {
    color: #009AA6;
}

.bx-no-touch .g-link_complex:hover .g-link__text,
.bx-no-touch .g-link_complex:hover .g-link__icon {
    color: #00B9CC;
}

.g-link_complex:active .g-link__text,
.g-link_complex:focus .g-link__text,
.g-link_complex:active .g-link__icon,
.g-link_complex:focus .g-link__icon {
    color: #0092A0;
}

.g-link.is-added {
    color: #F04C25;
}

.g-link_secondary {
    font-weight: 500;
    font-size: 20px;
    color: #1C1C1C;
}

.bx-no-touch .g-link_secondary:hover {
    color: #009AA6;
}

.g-link_secondary:active {
    color: #009AA6;
}

.g-link_title {
    font-size: 32px;
    color: #1C1C1C;
}

.g-link_title .g-link__text {
    margin-left: 20px;
}

.bx-no-touch .g-link_title:hover {
    color: #009AA6;
}

.g-link_title:active {
    color: #009AA6;
}

.g-link-add {
    color: #9F9F9E;
}

.bx-no-touch .g-link-add:hover {
    color: #009AA6;
}

.g-link-add:active {
    color: #009AA6;
}

.bx-no-touch .g-link_more:not(:disabled):hover,
.g-link_more.is-selected {
    border-color: #F58233;
    color: #F58233;
}

.g-link_more:not(:disabled):active,
.g-link_more:not(:disabled):focus {
    border-color: #94A8B2;
    color: #94A8B3;
    background: #F6F7F8;
}

.g-link_orange {
    color: #FF6E00;
}
.bx-no-touch .g-link_orange:hover {
    color: #FF580E;
}
.g-button_small {
    height: 36px;
    text-transform: none;
}
.g-button_sm {
    height: 36px;
}
.g-button_lt {
    height: 36px;
}
.g-button_lt {
    height: 36px;
}
.g-button_px36 {
    padding-left: 36px;
    padding-right: 36px;
}

.header {
    position: relative;
    z-index: 100;
}
.header__top {
    background: #F9F9F9;
    padding: 8px 0;
}

.header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
}

.header__item {
    padding: 0 10px;
    min-width: 0;
}

.header-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -8px;
}

.header-group .g-button_add {
    text-transform: uppercase;
}

.header-group__item {
    padding: 0 8px;
    min-width: 0;
}

.header-group__link {
    font-weight: 500;
    font-size: 13px;
    display: flex;
}

.header-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0 -10px;
}

.header-menu__item {
    padding: 0 10px;
}

.header-menu__link {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #A6A6A6;
    white-space: nowrap;
}

.header-menu__link_add {
    color: #1C1C1C;
    text-transform: uppercase;
}

.header-menu__icon {
    display: block;
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin-right: 6px;
}

.bx-no-touch .header-menu__link:hover {
    color: #FF9D52;
}

.header-menu__link:active,
.header-menu__link:focus {
    color: #E56812;
}

.header-enter {
    position: relative;
    z-index: 101;
}

.header-enter__top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.header-enter__icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: block;
}

.header-enter__text {
    display: block;
    font-size: 14px;
    margin-left: 4px;
}

.bx-no-touch .header-enter__top:hover {
    color: #F58233;
}

.header-enter__top:active {
    color: #F58233;
}

.header-enter__dropdown {
    position: absolute;
    top: 100%;
    width: 160px;
    padding: 16px 0;
    border-radius: 10px;
    left: -22px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 40px rgba(35, 96, 101, 0.2);
    box-shadow: 0px 10px 40px rgba(35, 96, 101, 0.2);
    z-index: 15;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    margin-top: 12px;
}

.header-enter__dropdown::before {
    position: absolute;
    top: -7px;
    left: 32px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 7px solid #fff;
}

.header-enter__dropdown::after {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    content: "";
    height: 20px;
}

.header-enter__list {
    list-style: none;
}

.header-enter__link {
    display: block;
    padding: 8px 16px;
    font-size: 15px;
}

.bx-no-touch .header-enter__link:hover {
    background: #EEF1F5;
    color: #F58233;
}

.header-enter__link:active {
    background: #EEF1F5;
    color: #F58233;
}

.bx-no-touch .header-enter:hover .header-enter__dropdown {
    opacity: 1;
    visibility: visible;
}

.bx-touch .header-enter:active .header-enter__dropdown,
.bx-touch .header-enter:focus .header-enter__dropdown {
    opacity: 1;
    visibility: visible;
}

.header__link {
    display: block;
    position: relative;
    color: #CDCDCD;
    width: 24px;
    min-width: 24px;
    height: 24px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 101;
}

.header__link {
    fill: transparent;
}

.bx-no-touch .header__link:hover {
    color: #F58233;
}

.header__link:active {
    color: #F58233;
}

.header__link.is-added {
    color: #1C1C1C;
}

.header__counter {
    height: 16px;
    min-width: 16px;
    position: absolute;
    display: block;
    background: #F58233;
    color: #ffffff;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    right: 0;
    top: -5px;
    padding: 0 2px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.header-shorts__title {
    font-size: 14px;
    color: #1C1C1C;
    opacity: 0.5;
}

.header-shorts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-shorts__item {
    padding: 0 12px;
}

.header-shorts__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-shorts__main {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.07;
    color: #009AA6;
    margin-right: 6px;
    min-width: 31px;
}

.header-shorts__text {
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    color: #A7A9AC
}

.header__center {
    background: #FFFFFF;
}

.header__center .g-content {
    padding-top: 16px;
}

.header__line {
    padding: 16px 0 0;
    background: #FFFFFF;
    font-size: 14px;
    color: rgba(28, 28, 28, 0.5);
}

/* .header__contacts .g-contacts__link {
    display: flex;
}

.header-action__contacts .g-contacts__link {
    display: inline-flex;
}

.header__contacts .g-contacts__icon {
    margin-right: 6px;
    color: #1C1C1C;
    width: 16px;
    min-width: 16px;
    height: 16px;
}

.header__contacts .g-contacts__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    white-space: nowrap;
} */

.header-nav {
    position: relative;
    z-index: 99;
    height: 136px;
}

.header-nav.is-top {
    z-index: 120;
}

.header-nav__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    z-index: 99;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #F9F9F9;
    box-shadow: 0px 2px 20px 0px rgba(112, 123, 124, 0.20);
}

.header-nav__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -4px;
}

.header-nav__item {
    padding: 0 4px;
}

.header-nav__item_logo {
    padding-right: 24px;
}

.header-nav__item_search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
}

.header-nav__item_search .g-input {
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #A6A6A6;
    height: 42px;
    padding: 0 15px;
}

.header-nav__item_search .g-input:focus,
.header-nav__item_search .g-input:active {
    border-color: #009AA6;
}

.header-nav__item_search .b-search__icon {
    color: #A6A6A6;
}

.header-nav__item_add {
    padding-left: 24px;
}

.header-nav.is-top .header-nav__wrapper {
    position: fixed;
    -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}

.header-nav .g-content {
    position: relative;
    z-index: 4;
}

.small-cart_dropdown .cart-items {
    overflow-x: hidden;
}

.header-nav-slider {
    position: relative;
    overflow: hidden;
    margin: 0 -20px;
    padding: 0 20px;
}

.header-nav-slider__item {
    padding: 0 10px;
    width: auto !important;
}

.header-nav-slider__item:first-child {
    padding-left: 0;
}

.header-nav-slider__link {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.03em;
    color: #1C1C1C;
    text-transform: uppercase;
    white-space: nowrap;
}

.header-nav-slider__link:hover {
    color: #F58233;
}

.header-nav-slider__arrow {
    background: #ffffff;
    box-shadow: none;
    border-radius: 0;
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    transition: 0.3s ease-in-out;
    margin: 0;
    color: #1C1C1C;
    z-index: 10;
}

.bx-no-touch .header-nav-slider__arrow:hover {
    background: #ffffff;
    color: #ec6600;
}

.header-nav-slider__arrow.swiper-button-prev {
    left: 0;
}

.header-nav-slider__arrow.swiper-button-next {
    right: 0;
}

.header-nav-slider__arrow.swiper-button-prev svg {
    transform: rotate(-90deg);
}

.header-nav-slider__arrow.swiper-button-next svg {
    transform: rotate(90deg);
}

.header-nav-slider__arrow::after {
    display: none;
}

.header-nav-slider__arrow.swiper-button-disabled {
    opacity: 1;
}

.header-nav-slider__arrow.swiper-button-disabled svg {
    opacity: 0;
}

.header-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 20px 15px;
    display: none;
    -webkit-box-shadow: 0px 20px 25px rgba(49, 86, 109, 0.2);
    box-shadow: 0px 20px 25px rgba(49, 86, 109, 0.2);
    z-index: 4;
    max-width: 100vw;
}

.header-layout {
    position: fixed;
    bottom: 0;
    height: 100vh;
    left: 0;
    right: 0;
    background: #FFFFFF;
    opacity: 0.8;
    z-index: 3;
    content: '';
    display: none;
}

.header-catalog__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.header-catalog__wrapper {
    max-height: calc(100vh - 220px);
    overflow-x: auto;
    position: relative;
}

.header-catalog__col {
    width: 25%;
    min-width: 25%;
    padding: 0 15px;
}

.header-catalog__menu {
    list-style: none;
}

.header-catalog__block {
    margin-bottom: 30px;
}

.header-catalog__item {
    margin-bottom: 4px;
    padding-left: 30px;
}

.header-catalog__item_main {
    margin: 0 0 8px;
    padding-left: 0;
}

.header-catalog__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

.header-catalog__icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 6px;
    display: block;
    fill: transparent;
}

.header-catalog__text {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.38;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.bx-no-touch .header-catalog__link:hover {
    color: #F58233;
}

.header-catalog__link:active {
    color: #F58233;
}

.header-catalog__link_orange {
    color: #F58233;
}

.bx-no-touch .header-catalog__link_orange:hover {
    color: #009AA6;
}

.header-catalog__link_orange:active {
    color: #009AA6;
}

.header-catalog__link_blue {
    color: #009AA6;
}

.bx-no-touch .header-catalog__link_blue:hover {
    color: #F58233;
}

.header-catalog__link_blue:active {
    color: #F58233;
}

.header-catalog__card .b-card__top {
    padding: 0;
}

.header-catalog__card .b-card__image {
    height: auto;
    display: block;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.header-catalog__card .b-card__bottom {
    opacity: 1;
}

.g-burger {
    position: relative;
    width: 18px;
    min-width: 18px;
    height: 14px;
    display: block;
    cursor: pointer;
    margin: 0 5px;
}

.g-burger__line {
    position: absolute;
    width: 14px;
    border-radius: 4px;
    height: 2px;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    background: #ffffff;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.g-burger__line::before,
.g-burger__line::after {
    content: '';
    width: 18px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 0;
    border-radius: 4px;
}

.g-burger__line::before {
    top: 5px;
    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.g-burger__line::after {
    bottom: 5px;
    -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.g-burger-button {
    height: 42px;
}

.g-burger-button.is-active .g-burger__line {
    width: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.g-burger-button.is-active .g-burger__line::before {
    opacity: 0;
    top: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.g-burger-button.is-active .g-burger__line::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header-search {
    padding: 16px 0;
}

.header-search__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.header-search__row::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 212px;
    height: 100px;
    z-index: 10;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 1.0)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1.0))
}

.header-search__aside {
    width: 231px;
    min-width: 231px;
    height: calc(100vh - 300px);
    overflow-x: auto;
    position: relative;
}

.header-search__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.bx-no-touch .header-search__aside .g-list a:hover {
    color: #F58233;
}

.header-search__aside .g-list a:active {
    color: #F58233;
}

.header-search__main {
    width: calc(100% - 231px);
    min-width: calc(100% - 231px);
    padding-left: 15px;
    -webkit-box-shadow: -1px 0px 0px #E5E5E5;
    box-shadow: -1px 0px 0px #E5E5E5;
    height: calc(100vh - 300px);
    overflow-x: hidden;
    overflow-y: auto;
}

.header-search-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.header-search-list__item {
    padding: 0 8px 16px;
    width: 20%;
    min-width: 20%;
}

.header-search-list__item .b-card {
    padding-bottom: 24px;
}

.header_tablet {
    display: none;
}

.header-layout__icon {
    display: none;
}

@media screen and (max-width: 1200px) {
    .header-search-list__item {
        width: 25%;
        min-width: 25%;
    }
}

@media screen and (max-width: 1100px) {
    .header_main {
        display: none;
    }

    .header_desktop {
        display: none;
    }

    .header_tablet {
        display: block;
    }

    .header-nav .b-search__icon.b-search__icon_decor {
        position: static;
        color: #1C1C1C;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .bx-no-touch .b-search__icon.b-search__icon_decor:hover {
        color: #F58233;
    }

    .b-search__icon.b-search__icon_decor:active {
        color: #F58233;
    }

    .g-burger-button {
        background: transparent;
        color: #1C1C1C;
        height: auto;
        padding: 0;
    }

    .bx-no-touch .g-burger-button.g-button_primary:not(:disabled):hover {
        background: transparent;
        color: #F58233;
    }

    .bx-touch .g-burger-button.g-button_primary:not(:disabled):active {
        background: transparent;
        color: #F58233;
    }

    .g-burger__line,
    .g-burger__line::before,
    .g-burger__line::after {
        background: #1C1C1C;
    }

    .bx-no-touch .g-burger-button:hover .g-burger__line,
    .bx-no-touch .g-burger-button:hover .g-burger__line::before,
    .bx-no-touch .g-burger-button:hover .g-burger__line::after {
        background: #F58233;
    }

    .bx-touch .g-burger-button:active .g-burger__line,
    .bx-touch .g-burger-button:active .g-burger__line::before,
    .bx-touch .g-burger-button:active .g-burger__line::after {
        background: #F58233;
    }

    .header-nav__row {
        margin: 0 -13px;
    }

    .header-nav__item {
        padding: 0 13px;
    }

    .header-nav__item_logo {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
    }

    .header-nav__item_add {
        margin-right: 0;
        padding-left: 0;
    }

    .header-nav {
        padding: 14px 0;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.06);
    }

    .header__logo {
        margin: 0 auto;
    }

    .g-logo {
        width: 156px;
        height: 36px;
    }

    .g-logo-footer {
        width: 188px;
        height: 44px;
    }

    .footer__item_left_wrapper {
        max-width: 100%;
    }

    .header-dropdown {
        top: 0;
        right: auto;
        padding: 0 0 20px;
        max-height: 100vh;
        height: 100vh;
        width: 280px;
    }

    .header-nav .g-content {
        z-index: 1;
    }

    .header-layout__icon {
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 16px;
        right: 16px;
        color: #ffffff;
    }

    .header-layout {
        background: rgba(0, 0, 0, 0.6);
    }

    .header-catalog__row {
        display: block;
        margin: 0;
    }

    .header-catalog__col {
        width: 100%;
        min-width: 100%;
    }

    .header-dropdown .g-content {
        min-width: 0;
        padding: 0;
        min-height: 100%;
    }

    .header-catalog__top {
        background: #FFFFFF;
        -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
        padding: 22px 16px;
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .bx-no-touch .header-catalog__top:hover {
        color: #F58233;
    }

    .header-catalog__top:active {
        color: #F58233;
    }

    .header-catalog__button {
        border-bottom: 1px solid #E5E5E5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 16px;
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .bx-no-touch .header-catalog__button:hover {
        color: #F58233;
    }

    .header-catalog__button:active {
        color: #F58233;
    }

    .header-catalog__arrow {
        width: 16px;
        min-width: 16px;
        height: 9px;
        display: block;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-left: 10px;
    }

    .header-catalog__text {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        font-size: 14px;
    }

    .header-dropdown-menu__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .bx-no-touch .header-dropdown-menu__button:hover {
        color: #F58233;
    }

    .header-dropdown-menu__button:active {
        color: #F58233;
    }

    .header-dropdown-menu__list {
        position: fixed;
        background: #ffffff;
        top: 0;
        left: 0;
        height: 100vh;
        width: 280px;
        overflow-x: auto;
        z-index: 50;
        display: none;
    }

    .header-dropdown-menu__list.is-open {
        display: block;
    }

    .header-catalog__block {
        margin: 0;
        padding: 20px 0;
    }

    .header-dropdown-menu__list .header-catalog__menu {
        padding: 20px 16px;
    }

    .header-catalog__item {
        margin-bottom: 0;
        padding: 0;
    }

    .header-dropdown-menu__list .header-catalog__item {
        margin-bottom: 16px;
    }

    .header-catalog__link {
        font-size: 18px;
    }

    .header-dropdown-menu__list .header-catalog__text {
        font-weight: 400;
        font-size: 18px;
        text-transform: none;
    }

    .header-catalog__wrapper {
        position: absolute;
        background: #ffffff;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow-x: auto;
        z-index: 1;
        display: none;
    }

    .header-catalog__wrapper.is-open {
        display: block;
    }

    .header-catalog__back {
        width: 18px;
        min-width: 18px;
        height: 16px;
        margin-right: 10px;
    }

    .header-menu {
        display: block;
        padding: 24px 0 8px;
    }

    .header-menu__item {
        padding: 0 16px 16px;
    }

    .header-catalog__point {
        padding: 0 16px 20px;
        border-bottom: 1px solid #E5E5E5;
        margin-bottom: 20px;
    }

    /* .header__contacts .g-contacts {
        text-align: center;
        display: block;
        padding: 0 16px;
    } */

    .header-menu__link {
        font-size: 14px;
    }

    .header-search .b-search__icon_close {
        z-index: 1;
        opacity: 1;
    }

    .header-search__row {
        padding: 20px 16px;
    }

    .header-search {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .header-search-list__item {
        width: 33.3333%;
    }
}

@media screen and (max-width: 880px) {
    .header-search-list__item {
        width: 50%;
    }
}
.header-search__selected {
    background: rgba(0, 167, 184, 0.2);
}

/* .footer__top {
    padding: 30px 0 35px;
    background: #F9F9F9;
    font-size: 13px;
    line-height: 1.2;
} */

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
}

.footer__item {
    padding: 0 15px;
}

.footer__item_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__mobile_apps {
    margin-bottom: 8px;
}

.footer__mobile_apps-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer__mobile_apps-links a {
    display: block;
    width: 118px;
    min-width: 118px;
}

.footer__mobile_apps-links a:not(:first-child) {
    margin-left: 8px;
}

.footer__mobile_apps img {
    display: block;
}

.footer__mobile_apps span {
    display: block;
    margin-top: 24px;
}


.footer__top .footer__item {
    width: 20%;
    min-width: 20%;
}

.footer__top .footer__item_left {
    width: 25%;
    min-width: 25%;
}

.footer__logo {
    margin-bottom: 24px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 0;
}

.footer__contacts {
    margin-bottom: 30px;
    margin-top: 24px;
}

.footer__contacts .g-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


.footer-menu {
    list-style: none;
}

.footer-menu__item {
    margin-bottom: 8px;
}

.footer-menu__item a,
.footer__mobile_apps span {
    font-size: 13px;
}

.bx-no-touch .footer-menu__link:hover {
    color: #009AA6;
}

.footer-menu__link:active {
    color: #009AA6;
}

.footer__bottom {
    padding: 16px 0;
}

.footer-vote {
    display: flex;
    font-size: 13px;
    align-items: center;
}

.footer-vote__icon {
    width: 56px;
    min-width: 56px;
    height: 65px;
    margin-right: 16px;
}

.footer-vote__content {
    display: block;
    width: 190px;
    min-width: 190px;
}

.footer-vote__text {
    display: block;
}

.footer-vote__link {
    text-decoration: underline;
    color: #009AA6;
}

.footer-vote:hover .footer-vote__link {
    text-decoration: none;
}

.footer__copy {
    font-size: 14px;
    line-height: 1.2;
    color: #9F9F9E;
}

.footer__copy .docs {
    font-size: 12px;
}

.footer__copy p:not(:last-child) {
    margin-bottom: 0;
}

.footer h6 {
    font-size: 16px;
}

.footer__bottom .footer__row {
    align-items: flex-end;
}

@media screen and (max-width: 1000px) {
    .footer__top .footer__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__top .footer__item {
        width: auto;
        min-width: 0;
    }

    .footer__logo {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-bottom: 0;
    }

    .footer__top .footer__item_left {
        width: 100%;
        min-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .footer__contacts {
        margin-bottom: 0;
    }

    .footer__contacts .g-contacts {
        text-align: center;
    }
}

.subscribe {
    position: relative;
}

.subscribe-message {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 15;
}
.subscribe-message__icon {
    color: #009AA6;
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin-right: 16px;
}
.subscribe-message__wrapper {
    padding-left: 32px;
    padding-right: 32px;
}
.subscribe-message__close {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.subscribe__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px;
    position: relative;
}

.subscribe__item {
    width: 50%;
    min-width: 50%;
    padding: 0 15px;
}

.subscribe__title {
    font-weight: 500;
    font-size: 24px;
    color: #1C1C1C;
    margin-bottom: 5px;
    line-height: 1.1;
}

.subscribe__text {
    font-size: 14px;
    letter-spacing: 0.03em;
    opacity: 0.5;
    line-height: 1.2;
}

.subscribe__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
}

.subscribe_checkbox a {
    border-bottom: 1px solid;
}

.subscribe_checkbox {
    margin-top: 5px;
}

.subscribe__form .b-form__item:not(:last-child) {
    margin: 0;
    padding: 0 8px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
}

.subscribe__form .b-form__button {
    padding: 0 8px;
}

.subscribe__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.subscribe__icon {
    min-width: 60px;
    width: 60px;
    margin-right: 32px;
}

@media screen and (max-width: 1000px) {
    .subscribe__row {
        display: block;
    }

    .subscribe__item {
        width: 100%;
        min-width: 100%;
    }

    .subscribe__title {
        text-align: center;
    }

    .subscribe__text {
        margin-bottom: 20px;
        text-align: center;
    }
}

/* анимация появления */
.b-popup_fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.b-popup_fade.mfp-bg.mfp-ready {
    opacity: 0.76;
}

.b-popup_fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.b-popup_fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.b-popup_fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.b-popup_fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.b-popup.mfp-bg {
    background: #000000;
    z-index: 1062;
}
.b-popup.mfp-wrap {
    z-index: 1062;
}
.b-popup .mfp-close {
    display: none;
}
.b-popup .mfp-preloader {
	display: none;
}
.b-popup__content {
    position: relative;
    margin: auto;
    padding: 15px;
    max-width: 1260px;
}

.b-popup__wrapper {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 40px rgba(49, 86, 109, 0.2);
    box-shadow: 0px 10px 40px rgba(49, 86, 109, 0.2);
    border-radius: 20px;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.b-popup__wrapper_visible {
    overflow: visible;
}

.b-popup__content_small {
    max-width: 412px;
}

.b-popup__content_little {
    max-width: 500px;
}

.b-popup__content_appointment {
    max-width: 615px;
}

.b-popup__content_appointment .b-popup__wrapper {
    padding: 0;
}

.b-popup__content_small .b-popup__wrapper {
    padding: 30px;
}

.b-popup__content_little .b-popup__wrapper {
    padding: 30px;
}

.b-popup__content_medium {
    max-width: 765px;
}

.b-popup__content_medium .b-popup__wrapper {
    padding: 30px;
}

.b-popup__content_click {
    max-width: 996px;
}

.b-popup__content_click .b-popup__wrapper {
    padding: 0;
}
.b-popup__content_sizes {
    max-width: 960px;
}
.b-popup__content_sizes .b-popup__wrapper {
    padding: 32px 16px;
}
.b-popup__content_form {
    max-width: 719px;
    width: min-content;
}
.b-popup__content_form .b-info {
    min-width: 432px;
}
.b-popup__content_form .b-info-form_single {
	max-width: none;
}
.b-popup__title {
    margin-bottom: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 32px;
}

.b-popup__close {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #B7CDD9;
    cursor: pointer;
}

.b-popup__content_little .b-popup__close {
    top: 30px;
    right: 30px;
}

.bx-no-touch .b-popup__close:hover {
    color: #F58233;
}

.b-popup__close:active {
    color: #F58233;
}

.b-popup__search {
    margin-bottom: 20px;
}

.b-popup__wrapper_basket {
    padding: 60px 40px 0;
}

.p-popup__note {
    color: #1C1C1C;
    opacity: 0.6;
    margin-bottom: 24px;
}

.p-popup__line {
    background: rgba(0, 0, 0, 0.1);
    margin: 40px -30px;
    height: 1px;
}

.b-popup__icon {
    min-width: 32px;
}

.b-popup__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-popup__row.b-popup__pvz-select {
    margin-top: 10px;
    justify-content: start;
}

.b-popup__row.b-popup__pvz-select .b-popup__item {
    margin-right: 10px;
}

.b-popup__item {
    padding: 0 5px;
}
.b-popup__wrapper_sizes {
    background: #F2F7F9;
}
.b-popup__content_sizes {
    max-width: 960px;
}

mfp-inline-holder {
    padding: 0;
}
.b-popup__content_full {
	padding: 0;
	max-width: none;
}
.b-popup__content_full .b-popup__wrapper {
	border-radius: 0;
	padding: 0;
}

@media screen and (max-width: 1280px) {
    .b-popup__wrapper {
        padding: 60px 40px 40px;
    }

    .b-popup__wrapper_basket {
        padding: 60px 40px 0;
    }
}

@media screen and (max-width: 900px) {
    .b-popup__wrapper {
        padding: 56px 20px 30px;
    }

    .b-popup__wrapper_basket {
        padding: 56px 20px 0;
    }
}

/*корзина в попапе*/
.b-popup .b-basket-actions__delete {
    position: static;
    margin-left: 24px;
}

.b-popup .b-basket__item {
    border: none;
    border-radius: 0;
    padding: 0;
}

.b-popup .b-basket-param {
    margin-top: 8px;
    color: #A7A9AC;
}

.b-popup .b-basket-complete {
    background: transparent;
    border-radius: 0;
    padding: 0 148px 0 140px;
    margin-top: 24px;
}

.b-popup .b-basket-actions__total {
    padding-left: 15px;
    min-width: 100px;
    text-align: right;
}

.b-popup .b-basket-actions__price .g-price_old {
    font-size: 15px;
}

.b-popup .b-basket-card .b-basket-complete .b-card__name {
    font-size: 14px;
}

.b-popup .b-basket-actions {
    min-width: 0;
    padding-left: 15px;
}

.b-popup__content.is-locked::after {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 1;
}

.b-popup__content.is-locked .b-popup__wrapper {
    z-index: 5;
}

.b-popup__note {
    background: rgba(245, 130, 51, 0.2);
    border-radius: 6px;
    padding: 24px;
}

.b-popup__image img {
    width: 48px;
}

.b-popup__subtitle {
    font-size: 20px;
}

.b-form__item {
    margin-bottom: 20px;
}

.b-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-form__tooltip {
    position: absolute;
    right: 16px;
    top: 10px;
}

.b-form__note {
    font-size: 12px;
    color: #A7A9AC;
    margin-top: 4px;
    display: block;
}

.b-form__message {
    padding-bottom: 8px;
}

.b-search {
    position: relative;
    z-index: 101;
}

.b-search .easy-autocomplete {
    width: 100% !important;
}

.b-search .easy-autocomplete-container {
    z-index: 16;
}

.b-search__icon {
    position: absolute;
    width: 16px;
    height: 16px;
    color: #B7CDD9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: 16px;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: transparent;
}

.b-search .b-search__icon_close {
    z-index: -1;
    opacity: 0;
}

/* .bx-no-touch .b-search__icon_close:hover {
    color: #F58233;
}

.b-search__icon_close:active {
    color: #F58233;
} */

.b-search.is-open .b-search__icon_decor {
    z-index: -1;
    opacity: 0;
}

.b-search.is-open .b-search__icon_close {
    z-index: 6;
    opacity: 1;
}

.b-search-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0 -10px;
}

.b-search-list__col {
    padding: 0 10px;
    width: 25%;
    min-width: 25%;
}

.b-search-list__item {
    margin-bottom: 5px;
}

.b-search-list__point {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.bx-no-touch .b-search-list__point:hover {
    color: #F58233;
}

.b-search-list__point:active {
    color: #F58233;
}

.b-search-list__point_main {
    font-weight: 700;
}

.line-height-100 {
    line-height: 100%;
}

.b-search .easy-autocomplete-container ul {
    border: 1px solid #F6F7F8;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    font-size: 12px;
}

.b-search .easy-autocomplete-container ul li {
    border: none;
}

.b-search .easy-autocomplete-container ul li:not(last-child) {
    border-bottom: 1px solid #F6F7F8;
}

.b-search .easy-autocomplete-container ul li.selected {
    background: #F58233;
    color: #ffffff;
}
.b-search .easy-autocomplete input,
.g-input-wrapper .easy-autocomplete input {
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #1C1C1C;
    border-radius: 6px;
	padding: 0 16px;
    border-color: #A6A6A6;
}
.b-search .easy-autocomplete input:focus,
.g-input-wrapper .easy-autocomplete input:focus {
    border-color: #009AA6;
}
.b-search-more {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #EEF2F5;
    text-align: center;
    padding: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 8px;
}

.b-search-more__text {
    font-size: 14px;
}

.bx-no-touch .b-search-more:hover {
    -webkit-box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.15);
}

.b-search-more:active {
    -webkit-box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.15);
}

.b-search-empty {
    text-align: center;
    margin-bottom: 20px;
    -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
    padding-bottom: 20px;
}

.b-search-empty__icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 8px;
    color: #B7CDD9;
}

.b-search-empty__top {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
}

.delivery_free {
    background-image: url('/upload/delivery.png');
    background-size: contain;
    background-repeat: no-repeat;
    padding: 5px 10px 5px 50px;
    margin: 5px 0;
}

.delivery_free__img {
    display: inline-block;
}

.delivery_free__dscr {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}

.delivery_free__dscr span {
    color: #009AA6;
}

.b-tag {
    font-size: 14px;
    position: relative;
    margin: 0 -6px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-tag__block {
    height: 38px;
    margin: 0 6px 6px;
    background: #EEF2F5;
    border-radius: 3px;
    color: #1C1C1C;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-tag__text {
    white-space: nowrap;
}

.b-tag__icon {
    width: 11px;
    min-width: 11px;
    height: 11px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #B7CDD9;
    cursor: pointer;
    margin-left: 8px;
}

.bx-no-touch .b-tag__icon:hover {
    color: #F58233;
}

.b-tag__icon:active {
    color: #F58233;
}

.b-tag__link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #A7A9AC;
    cursor: pointer;
    margin-left: 18px;
    height: 38px;
    line-height: 38px;
}

.bx-no-touch .b-tag__link:hover {
    color: #F58233;
}

.b-tag__link:active {
    color: #F58233;
}

.b-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -12px;
    justify-content: flex-end;
}

.b-soc__item {
    padding: 0 12px;
}

.b-soc__link {
    display: block;
    color: #009AA6;
    width: 32px;
    height: 33px;
}

.bx-no-touch .b-soc__link:hover {
    opacity: 0.8;
}

.b-soc__link:active {
    opacity: 0.8;
}

.b-soc_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
}

.b-soc__link_button {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-soc__link_button svg {
    width: 24px;
    height: 24px;
}

.b-soc__link_vk {
    background: rgba(83, 118, 164, 0.2);
}

.b-soc__link_ok {
    background: rgba(247, 147, 30, 0.2);
}

.b-soc__link_fb {
    background: rgba(72, 104, 173, 0.2);
}

.b-soc__link_mail {
    background: rgba(242, 161, 58, 0.2);
}

.b-soc__link_google {
    background: rgba(217, 80, 64, 0.2);
}

.bx-no-touch .b-soc__link_button:hover {
    background: #EEF2F5;
}

.b-soc__link_button:active {
    background: #EEF2F5;
}

.b-soc_white .b-soc__link {
    color: #ffffff;
}

.b-soc_block {
    display: block;
    border-top: 3px solid #B7CDD9;
    padding-top: 12px;
    width: 100px;
    margin: 0;
}

.b-soc_sticky {
    position: sticky;
    top: 80px;
}

.b-soc_block .b-soc__link {
    color: #B7CDD9;
}

.b-soc__title {
    color: #B7CDD9;
}

.b-soc_block .b-soc__item {
    padding: 0 0 24px;
}

.b-soc-line {
    max-width: 800px;
}

.b-basket__item {
    position: relative;
}

.b-basket__item:not(:last-child) {
    margin-bottom: 32px;
}

.b-basket-card__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-basket-card .b-card__image {
    width: 120px;
    min-width: 120px;
    height: 120px;
    margin-right: 20px;
}

.b-basket-card__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.b-basket-card__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
}

.b-basket-card__name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.b-basket-card .b-card__name {
    font-size: 18px;
}

.b-basket-param {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -6px 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
}

.b-basket-param__item {
    padding: 0 6px;
}

.b-basket-add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px -2px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-basket-add__item {
    padding: 0 2px 4px;
}

.b-basket-actions {
    min-width: 180px;
    padding-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.b-basket-actions__price {
    text-align: right;
}

.b-basket-actions__price .g-price {
    font-size: 15px;
}

.b-basket-actions__price .g-price_old {
    font-size: 12px;
}

.b-basket-actions__icon {
    padding: 0 12px;
    font-size: 15px;
}

.b-basket-counter {
    min-width: 60px;
}

.b-basket-actions__total {
    padding-left: 15px;
    font-weight: 500;
    font-size: 20px;
    min-width: 120px;
}

.b-basket-actions__total .g-price {
    font-size: 20px;
    text-align: right;
}

.b-basket-actions__total .g-bonus {
    font-weight: 400;
}

.g-bonus {
    font-size: 15px;
}

.b-basket-actions__delete {
    width: 24px;
    min-width: 24px;
    height: 24px;
    cursor: pointer;
    background: #EEF2F5;
    border-radius: 50%;
    color: #B7CDD9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 16px;
}

.bx-no-touch .b-basket-actions__delete:hover {
    color: #ffffff;
    background: #F58233;
}

.b-basket-actions__delete:active {
    color: #ffffff;
    background: #F58233;
}

.b-basket-actions__delete svg {
    width: 11px;
    min-width: 11px;
    height: 11px;
}

.b-basket__slider {
    border-top: 1px solid #E5E5E5;
    margin: 0 -40px;
    padding: 30px 40px 24px;
}

.b-basket__slider h4 {
    margin-bottom: 16px;
}

.b-basket__bottom {
    border-radius: 0 0 20px 20px;
    background: #F6F7F8;
    padding: 40px 40px;
    margin: 0 -40px;
}

.basket__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
}

.basket__item {
    padding: 0 15px;
}

.basket-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px;
}

.basket-buttons__item {
    padding: 0 15px;
}

.basket-total {
    color: #F58233;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.basket-total__text {
    font-weight: 700;
    font-size: 14px;
    margin-right: 8px;
}

.basket-total__price .g-price {
    font-weight: bold;
    font-size: 26px;
}

.b-basket-complete {
    margin-top: 24px;
    padding-left: 140px;
}

@media screen and (max-width: 1024px) {
    .b-basket-complete {
        padding-left: 0;
    }
}

.b-basket-complete__title {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 16px;
}

.b-basket-complete__item:not(:last-child) .b-basket-complete__card {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.b-basket-complete__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-basket-complete__card .b-card__image {
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin-right: 16px;
}

.b-basket-complete__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
}

.b-basket-complete__info .b-card__price {
    margin: 0 -4px;
}

.b-basket-complete__info .b-card__price .g-price {
    margin: 0 4px;
}

.b-basket-complete__info .b-card__price .g-price_old {
    margin: 0 4px;
}

.b-basket-complete__info .g-price {
    font-size: 14px;
}

.b-basket-complete__info .g-price_old {
    font-size: 12px;
}

.b-basket-complete__button {
    padding-left: 20px;
}

.b-basket-complete .b-card-basket {
    color: #009AA6;
}

.b-basket-click__text {
    margin-bottom: 20px;
    font-size: 14px;
}

@media screen and (max-width: 900px) {

    .b-basket__slider,
    .b-basket__bottom {
        margin: 0 -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.b-counter {
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 6px;
    background: #EEF2F5;
}

.b-counter__field {
    min-width: 40px;
    width: 40px;
}

.b-counter__input {
    text-align: center;
    padding: 0 2px;
    border-radius: 6px;
}

.b-counter__rule {
    min-width: 20px;
    width: 20px;
}

.b-counter__button {
    width: 20px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    background: #EEF2F5;
    color: #1C1C1C;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.b-counter__button.b-counter__container {
    width: 100%;
    height: 23px;
    padding: 5px;
}

.bx-no-touch .b-counter__button:hover {
    color: #ffffff;
    background: #009AA6;
}

.b-counter__button:active {
    color: #ffffff;
    background: #009AA6;
}

.b-counter__icon {
    display: block;
    width: 6px;
    height: 3px;
}

.b-counter__button_down {
    border-radius: 6px;
}

.b-counter__button_up {
    border-radius: 6px;
}

.b-counter__button_down .b-counter__icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.b-slider__nav_mt {
    margin-top: 10px;
}

.b-slider__arrow {
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.11);
}

.b-slider__arrow_prev {
    left: -20px;
}

.b-slider__arrow_prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.b-slider__arrow_next {
    right: -20px;
}

.b-slider .b-product-slider .b-slider__arrow_prev svg,
.b-slider .js-mainpage_article-slider .b-slider__arrow_prev svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-right: 4px;
}

.b-slider .b-product-slider .b-slider__arrow_next svg,
.b-slider .js-mainpage_article-slider .b-slider__arrow_next svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 4px;
}

.b-slider__arrow svg {
    width: 16px;
    height: 14px;
}

.bx-no-touch .b-slider__arrow:hover {
    background: #ec6600;
    color: #ffffff;
}

.b-slider__arrow:active {
    background: #ec6600;
    color: #ffffff;
}

.b-slider__arrow.slick-disabled {
    opacity: 0;
    visibility: hidden;
}

.b-slider__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
}

.b-slider__dots li {
    padding: 0 4px;
}

.b-slider__dots button {
    color: transparent;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
	opacity: 1;
	background: #858D9D;
}

.b-slider__dots li.slick-active button {
    width: 28px;
}

@media screen and (max-width: 1230px) {
    .b-slider__arrow_prev {
        left: 0;
    }

    .b-slider__arrow_next {
        right: 0;
    }
}

.b-card {
    height: 100%;
    position: relative;
}

.b-profile-reviews__slider .b-card {
    height: 560px;
}

.b-card__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 12px;
    position: relative;
    z-index: 2;
    background: #ffffff;
}

.b-card__top {
    position: relative;
    padding: 0 18px;
    margin-bottom: 15px;
}

.b-card__center {
    padding: 0 19px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.b-card__image {
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-card__image img,
.b-card__image picture {
    max-height: 100%;
    width: auto;
}
.b-card__tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
	background: #9A4AFF;
    font-size: 12px;
    white-space: nowrap;
}
.b-card__tag.winter-collection {
    padding: 0;
    border: none;
}

.b-card__tag-block__item-winter-collection {
    width: 20px;
    height: 20px;
    border: none;
}

.b-card-add {
    border-radius: 4px;
    font-size: 13px;
    padding: 4px 8px;
    min-height: 28px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-card-add_action {
    background: rgba(245, 130, 51, 0.1);
    color: #F58233;
}

.b-card-add_bonus {
    background: rgba(27, 156, 213, 0.1);
    color: #1B9CD5;
    ;
}

.b-card-add__icon {
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin-right: 6px;
}

.b-card__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4px 8px;
}

.b-card__price .g-price {
    margin: 0 4px;
}

.b-card__price .g-price_old {
    width: 100%;
    min-width: 100%;
}

.b-card__name {
    display: block;
    font-size: 14px;
}

.b-card__bottom {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0 20px 20px;
}

.b-card__layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding-left: 100%;
    background: #FFFFFF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -webkit-box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.15);
}

.b-card__link {
    color: #009AA6;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.bx-no-touch .b-card__link:hover {
    color: #F58233;
}

.b-card__link:active {
    color: #F58233;
}

.b-card-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-card-line__item_full {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
}

.b-card-favorite {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 10px;
    top: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #A6A6A6;
    fill: transparent;
    z-index: 5;
}

.b-card-favorite__icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
}

.b-card-favorite__text {
    font-size: 14px;
    margin-left: 10px;
}

.b-card-favorite_full {
    width: auto;
    height: auto;
    left: 10px;
    top: 10px;
    background: transparent;
    border-radius: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.b-card-favorite_full .b-card-favorite__icon {
    width: 20px;
    height: 17px;
    min-width: 20px;
}

.bx-no-touch .b-card-favorite:hover {
    color: #FF6E00;
}
.b-card-favorite svg {
    fill: #ffffff;
    transition: 0.3s;
}
.b-card-favorite.is-selected {
    color: #FF6E00;
}
.b-card-favorite.is-selected svg {
    fill: #FF6E00;
}
.b-card__view {
    background: rgba(246, 247, 248, 0.8);
    border-radius: 4px;
    position: absolute;
    z-index: 3;
    left: 20px;
    right: 20px;
    top: 65%;
    color: #009AA6;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    height: 36px;
    line-height: 36px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    display: block;
}

.bx-no-touch .b-card__view:hover {
    background: #009AA6;
    color: #FFFFFF;
}

.b-card__view:active {
    background: #009AA6;
    color: #FFFFFF;
}

.b-card-basket {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 3px;
    position: relative;
    width: 22px;
    height: 19px;
    min-width: 22px;
    display: block;
    background: none;
    border: none;
}

.b-card-basket__icon {
    width: 100%;
    height: 100%;
    display: block;
}

.b-card-basket__number {
    position: absolute;
    left: 50%;
    bottom: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #FFFFFF;
    font-weight: 900;
    font-size: 10px;
    display: block;
}

.bx-no-touch .b-card-basket:hover {
    color: #F58233;
}

.b-card-basket:active {
    color: #F58233;
}

.b-card__button .g-link__icon {
    position: relative;
    width: 24px;
    height: 24px;
}

.b-card__discount {
    margin: 0 4px;
    background-color: #F04C25;
    font-weight: 700;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 0 8px;
    border-radius: 30px;
}

.b-card__subtitle {
    font-weight: 500;
    font-size: 12px;
    color: #A7A9AC;
    margin-bottom: 2px;
}

.b-card-sizes {
    white-space: nowrap;
    font-weight: 500;
    font-size: 13px;
    color: #A7A9AC;
    overflow: hidden;
    text-overflow: ellipsis;
}

.b-card-sizes__item,
.b-card-sizes__text {
    display: inline-block;
    vertical-align: middle;
}

.b-card-sizes__item:not(:last-child),
.b-card-sizes__text {
    padding-right: 10px;
}

.b-card-sizes__icon {
    width: 18px;
    height: 12px;
    color: #C4C4C4;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.b-card-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    border-left: 1px solid rgba(167, 169, 172, 0.2);
}

.b-card-thumbs__item {
    min-width: 60px;
    width: 60px;
    padding: 6px 6px 0;
    height: 54px;
}

.b-card-thumbs__block {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
}

.b-card-thumbs__block img {
    display: block;
}

.b-card-thumbs__block.is-selected {
    border-color: #009AA6;
}

.b-card-thumbs_col2 {
    width: 120px;
}

.b-card__article {
    font-size: 14px;
    color: #A7A9AC;
}

.bx-no-touch .b-card:hover {
    z-index: 5;
}

.b-card:active {
    z-index: 5;
}

.bx-no-touch .b-card:hover .b-card__layer {
    opacity: 1;
    visibility: visible;
}

.b-card:active .b-card__layer {
    opacity: 1;
    visibility: visible;
}

.bx-no-touch .b-card:hover .b-card__view {
    opacity: 1;
}

.b-card:active .b-card__view {
    opacity: 1;
}

.b-card__brand {
    text-transform: uppercase;
    color: #B7CDD9;
    font-size: 18px;
    margin-bottom: 16px;
}

.b-card__info {
    color: #B7CDD9;
}

.b-card__info:not(:last-child) {
    margin-bottom: 8px;
}

.b-card_single {
    margin: 40px 0;
    font-size: 16px;
}

.b-card_single .b-card__image {
    height: auto;
}

.b-card_single .g-price {
    font-size: 24px;
}

.b-card_single .g-price_old {
    font-size: 16px;
}

.b-card_single .b-card__article {
    font-size: 16px;
    color: #B7CDD9;
    margin-bottom: 8px;
}

.b-card_single .b-card__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 56px;
}

.b-card_single .b-card__name {
    font-size: 24px;
    margin-bottom: 24px;
}

.bx-no-touch .b-card_single .b-card__name:hover {
    color: #009AA6;
}

.b-card_single .b-card__name:active {
    color: #009AA6;
}

.b-card_single .b-card__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.b-card_single .b-card__top {
    width: 278px;
    min-width: 278px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-card_single .b-card__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 20px;
    padding-top: 20px;
    min-width: 0;
}

.b-card__center-suggest-single .b-card__center{
    justify-content: flex-start;
}

.b-card_single:hover .b-card__center-suggest-single .b-card__name {
    color: #009AA6;
}

.b-card_single:hover .b-card__center-suggest-single .g-button_secondary {
    background: #00B9CC;
}



.b-card__wrapper-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 11;
    cursor: pointer;
}

.b-card_single .b-card__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 20px;
}

@media screen and (max-width: 1400px) {
    .b-card-thumbs {
        display: none;
    }
}

/* b-card_main */
.b-card_main {
    background: #FFFFFF;
    border-radius: 8px;
    transition: 0.3s;
    padding-bottom: 16px;
}

.b-card_main:hover {
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
}

.b-card_main .b-card-favorite {
    width: 24px;
    height: 24px;
    top: 12px;
    right: 12px;
    left: auto;
    background: transparent;
}

.b-card_main .b-card__top {
    padding: 8px 8px 0;
    margin-bottom: 0;
}

.b-card_main .b-card__image {
    height: 200px;
    display: block;
}

.b-card_main .b-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
    border-radius: 8px;
}
.b-card_main .b-card__center {
    padding: 2px 8px 0;
}
.b-card__tag-block .product-card-discount,
.b-card__tag-block .b-card__tag {
    display: flex;
}
.b-card-actions {
	position: absolute;
	left: 8px;
	bottom: 0;
	right: 8px;
	z-index: 5;
}

.b-card-actions__link {
	min-height: 16px;
	background: #FFF1E6;
	border-radius: 24px;
	font-size: 11px;
	text-align: center;
	color: #FF6E00;
	line-height: 1.18;
	display: flex;
	align-items: center;
	padding: 0 8px;
	justify-content: center;
	text-align: center;
}

.b-card-actions__link:hover {
    background: #FF6E00;
    color: #ffffff;
}

.b-card-actions__list {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.b-card-actions__item {
    margin-bottom: 6px;
}

.b-card-actions:hover .b-card-actions__list {
    opacity: 1;
}

.b-card_main .b-card__name {
	font-size: 14px;
	line-height: 1.25;
	display: block;
	margin-top: 2px;
	height: 54px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.b-card-info {
    display: flex;
    align-items: center;
    margin: 8px -4px 0;
}
.b-card-info__item {
    min-height: 20px;
    padding: 0 4px;
}
.b-card-info__item_full {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
    text-align: right;
}
.b-card-comments {
    display: flex;
    align-items: center;
}
.b-card-comments__icon {
    width: 16px;
    min-width: 16px;
    height: 16px;
    color: #A6A6A6;
}
.b-card-comments__text {
    font-weight: 500;
	font-size: 14px;
	color: #A6A6A6;
    margin-left: 4px;
}
.b-card_main .b-card__price {
    align-items: baseline;
    margin-top: 2px;
    margin-bottom: 0;
}

.b-card_main .g-price {
    font-size: 20px;
}

.b-card_main .b-card__price .g-price_old {
    width: auto;
    min-width: 0;
    font-size: 14px;
    font-weight: 400;
}

.b-card_main .b-card__bottom {
    padding: 8px 8px 0;
}

.b-card_main .b-card__button {
    display: flex;
    margin: 0 -2px;
}
.product-card-wrapper .b-card__button {
    display: flex;
    margin: 0 -2px;
}
.product-card-wrapper .b-card__button .g-button {
    height: 36px;
}
.b-card__button-item {
    min-width: 0;
    padding: 0 2px;
}

.b-card__button-item_full {
    flex-grow: 1;
}

.b-card_main .g-button {
    height: 36px;
}

.b-card_main .g-button_primary {
    padding: 0 12px;
}

.g-button_primary.is-added {
    background: #009AA6;
    color: #ffffff;
}
.bx-no-touch .g-button_primary.is-added:hover {
    background: #007680;
    color: #ffffff;
}
.b-card_main .g-button__icon {
    position: relative;
    margin-left: 0;
}

.g-button_border {
    border: 2px solid #FF6E00;
    width: 100%;
    text-align: center;
    padding: 0 8px;
    font-weight: 500;
    font-size: 16px;
    color: #FF6E00;
}

.g-button_border:hover {
    color: #FFAC6D;
    border-color: #FFAC6D;
}

.g-button_outline {
    border: 1px solid #009AA6;
    border-radius: 4px;
    color: #009AA6;
    height: 48px;
    font-weight: 500;
    font-size: 16px;
    background: #ffffff;
}

.g-button_outline:hover {
    color: #00B9CC;
    border-color: #00B9CC;
}
.video-icon {
    height: 24px;
    width: 24px;
    cursor: pointer;
    display: block;
}
/* end b-card_main */
.b-product-slider {
    margin: 0 -25px;
    padding: 10px 10px 15px;
}

.b-product-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-product-slider__item,
.b-product-slider__item.slick-slide {
    padding: 6px 15px 10px;
    height: auto;
    width: 246px;
}

.b-product-slider__item .b-image-link {
    max-height: 424px;
}

.b-product-slider__item .b-image-link img {
    object-position: 50% 0;
}

.b-product-slider .b-card__layer {
    -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
}

.b-card .b-card__tag-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    margin: 0 -2px;
    min-height: 28px;
    align-items: center;
}

.b-card .b-card__tag-block__item {
    padding: 2px;
}

.b-card__tag-block__item.has-winter-collection {
    display: flex;
}

@media screen and (max-width: 1300px) {
    .b-product-slider .b-slider__arrow_prev {
        left: 5px;
    }

    .b-product-slider .b-slider__arrow_next {
        right: 5px;
    }
}

.b-checkbox {
    display: inline-block;
    font-size: 14px;
}

.b-checkbox input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -99999px;
}

.b-checkbox__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.b-checkbox__icon {
    border: 2px solid #B7CDD9;
    border-radius: 4px;
    width: 16px;
    min-width: 16px;
    height: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    display: block;
}

.b-checkbox__icon::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #009AA6;
    border-radius: 4px;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    opacity: 0;
}

.b-checkbox__text {
    min-height: 16px;
    padding-left: 10px;
    display: block;
    line-height: 1.14;
    transition: 0.3s;
}

.b-checkbox input[type="checkbox"]:checked+.b-checkbox__wrapper .b-checkbox__icon::after {
    opacity: 1;
}

.b-checkbox input[type="checkbox"]:checked+.b-checkbox__wrapper .b-checkbox__icon {
    border-color: #009AA6;
}

.b-checkbox_icon .b-checkbox__icon {
    border: 1px solid #009AA6;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.b-checkbox_icon .b-checkbox__icon::after {
    display: none;
}

.b-checkbox_icon .b-checkbox__icon svg {
    width: 12px;
    height: 9px;
    opacity: 0;
    transition: 0.3s;
}
.b-checkbox.b-checkbox_icon:hover .b-checkbox__text {
    color: #009AA6;
}
.b-checkbox.b-checkbox_icon input[type="checkbox"]:checked+.b-checkbox__wrapper .b-checkbox__icon svg {
    opacity: 1;
}

.b-checkbox.b-checkbox_icon input[type="checkbox"]:checked+.b-checkbox__wrapper .b-checkbox__icon {
    border-color: #009AA6;
    background-color: #009AA6;
}

.b-checkbox_button {
    min-width: 52px;
    width: 100%;
    display: block;
    background: white;
}

.b-checkbox_button .b-checkbox__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    height: 30px;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #EEF2F5;
}

.bx-no-touch .b-checkbox_button:hover input[type="checkbox"]:not(:disabled)+.b-checkbox__wrapper,
.b-checkbox_button input[type="checkbox"]:not(:disabled):checked+.b-checkbox__wrapper {
    background: #009AA6;
    color: #FFFFFF;
    border-color: #009AA6;
}

.b-checkbox_circle {
    display: block;
}

.b-checkbox_circle .b-checkbox__wrapper {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.b-checkbox_circle input[type="checkbox"]:checked+.b-checkbox__wrapper {
    border-color: #009AA6;
    padding: 2px;
}

.b-checkbox input[type="checkbox"]:disabled+.b-checkbox__wrapper {
    cursor: default;
    color: #B7CDD9;
}

.b-tabs-menu__wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    list-style: none;
}

.b-tabs-menu {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.b-tabs-menu_center {
    text-align: center;
}

.b-tabs-menu__link {
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    white-space: nowrap;
}

.b-tabs-menu_button {
    margin-bottom: 12px;
}

.b-tabs-menu_button .b-tabs-menu__wrapper {
    background: #F3F3F3;
    border-radius: 20px;
    margin: 0 auto 12px;
}

.b-tabs-menu_button .b-tabs-menu__link {
    padding: 0 24px;
    text-align: center;
    border-radius: 20px;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
}

.bx-no-touch .b-tabs-menu_button .b-tabs-menu__link:hover {
    background: #e4e4e4;
}

.b-tabs-menu_button .b-tabs-menu__link.is-active {
    background: #009AA6;
    color: #fff;
}

.b-tabs-menu_simple {
    margin: 0 -15px 24px;
}

.b-tabs-menu_simple .b-tabs-menu__item {
    padding: 0 15px 20px;
}

.b-tabs-menu_simple .b-tabs-menu__link {
    color: #009AA6;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

.b-tabs-menu_simple .b-tabs-menu__link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    height: 2px;
    left: 0;
    width: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #31566D;
}

.bx-no-touch .b-tabs-menu_simple .b-tabs-menu__link:hover {
    color: #31566D;
}

.bx-no-touch .b-tabs-menu_simple .b-tabs-menu__link:hover::after {
    width: 100%;
}

.b-tabs-menu_simple .b-tabs-menu__link.is-active {
    color: #31566D;
}

.b-tabs-menu_simple .b-tabs-menu__link.is-active::after {
    width: 100%;
}

.b-tabs-menu__number {
    color: #009AA6;
}

.b-tabs-block_hidden {
    display: none;
}

.b-tabs-menu__counter {
    color: #B7CDD9;
}

.b-tabs-menu_inside {
    margin-bottom: 0;
}

.b-tabs-menu_inside .b-tabs-menu__item {
    padding-bottom: 5px;
}

.b-tabs-menu_simple .b-tabs-menu__link[disabled] {
    color: #c3c3c3;
    cursor: default;
}

.b-tabs-menu_simple .b-tabs-menu__link[disabled]:hover {
    color: #c3c3c3;
}

.b-tabs-menu_simple .b-tabs-menu__link[disabled]:hover::after {
    width: 0;
}

.b-tabs-menu__button {
    cursor: pointer;
    transition: .3s;
    white-space: nowrap;
    background: #E1F4F5;
    color: #009AA6;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    min-width: 141px;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
}

.b-tabs-menu__button:hover:not(.is-active) {
    background-color: #C3E9EC;
}

.b-tabs-menu__button.is-active {
    color: #ffffff;
    background: #009AA6;
}

.b-tabs-menu_main {
    margin: 0 -8px;
}

.b-tabs-menu_main .b-tabs-menu__item {
    padding: 0 8px 16px;
}

.b-tabs-menu__data {
    font-weight: 700;
    margin-left: 4px;
}

@media screen and (max-width: 900px) {
    .b-tabs-menu_inside {
        margin-top: 24px;
    }

    .b-tabs-menu_inside .b-tabs-menu__item {
        padding-bottom: 20px;
    }
}

.b-preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2030;
}

.b-preloader_first {
    background: rgba(255, 255, 255, 0.8);
}

.b-preloader_second {
    background: rgba(245, 130, 51, 0.8);
}

.b-preloader_first .b-preloader__icon {
    color: #F58233;
}

.b-preloader_second .b-preloader__icon {
    color: #ffffff;
}

.b-preloader__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 58px;
    height: 58px;
}

.b-preloader__icon svg {
    -webkit-animation: 1s linear 0s normal none infinite running rotate;
    animation: 1s linear 0s normal none infinite running rotate;
}

.b-preloader-wrapper {
    position: relative;
}

.b-preloader_inside {
    position: absolute;
}

.b-preloader_inside .b-preloader__icon {
    width: 18px;
    height: 18px;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.b-tooltip {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.b-tooltip-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.b-tooltip-wrapper .b-tooltip__icon {
    margin-left: 5px;
}

.b-tooltip__block {
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
    padding-bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 11;
    text-align: center;
}

.b-tooltip__block::before {
    top: 100%;
    left: 0;
    right: 0;
    position: absolute;
    content: '';
}

.b-tooltip__block_add {
    top: 100%;
    margin: 8px 0 0;
    bottom: auto;
    left: 8px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.b-tooltip__block_add::before {
    top: auto;
    bottom: 100%;
}

.b-tooltip__list {
    display: block;
}

.b-tooltip__list:not(:last-child) {
    margin-bottom: 4px;
}

.b-tooltip__message {
    background: #009AA6;
    -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    white-space: nowrap;
    padding: 8px 10px;
    height: 32px;
    text-transform: none;
    display: inline-block;
}

.b-tooltip__message_online {
    background: #7AC143;
    border: 2px solid #FFFFFF;
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 10px;
    padding: 6px 10px;
    text-transform: uppercase;
}

.b-tooltip__icon {
    display: block;
    width: 16px;
    min-width: 16px;
    height: 16px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #B7CDD9;
}

.bx-no-touch .b-tooltip__icon:hover {
    color: #009AA6;
}

.b-tooltip__icon:active {
    color: #009AA6;
}

.b-tooltip__text {
    display: block;
    width: 200px;
    background: #FFFFFF;
    padding: 10px;
    -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-size: 12px;
}

.b-tooltip__text p {
    font-size: 12px;
}

.b-tooltip__text_bg {
    color: #FFFFFF;
    background: #009AA6;
    text-align: left;
}

.b-tooltip-place {
    z-index: 1043;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.b-tooltip-place .b-tooltip__block {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 1400px) {
    .b-tooltip__block {
        right: -24px;
        left: auto;
        text-align: right;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.sber-thanks{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 15px;
    background: url(/local/templates/orteka_desktop/global/css/../../img/bg-sber-thanks.svg) no-repeat 0 0;
    background-size: cover;
    padding: 1px 2px 1px 9px;
    border-radius: 7.5px 7.5px 7.5px 0;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    margin-top: 10px;
}

.sber-thanks svg{
    flex-shrink: 0;
    width: auto;
    height: auto;
}

.b-full-card {
    font-size: 14px;
}

.b-full-card__top {
    margin-bottom: 12px;
}

.b-full-card .b-card__tag-block {
    position: static;
    justify-content: flex-start;
    margin: 0 -4px;
}

.b-full-card .b-card__tag {
    height: 24px;
    font-size: 14px;
    padding: 0 8px;
}

.b-full-card h2 {
    padding-right: 12px;
    display: inline;
    vertical-align: middle;
}

.b-full-card-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -12px 16px;
}

.b-full-card-line__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-full-card-line__item {
    padding: 0 12px;
}

.b-full-card .b-card-favorite {
    position: static;
}

.b-full-card__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.b-full-card__images {
    width: 42%;
    min-width: 42%;
    padding: 0 15px 40px;
}

.b-full-card-view-slider {
    margin-bottom: 8px;
}

.b-full-card-view-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-full-card-view-slider__item {
    height: auto;
}

.b-full-card-view-slider__image {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-full-card-thumbs-slider {
    margin-left: -8px;
}

.b-full-card-thumbs-slider__item {
    padding: 0 5px;
}

.b-full-card-thumbs-slider__image {
    width: 72px;
    height: 72px;
    border: 2px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.b-full-card-thumbs-slider__image img {
    max-height: 100%;
    width: auto;
}

.b-full-card-thumbs-slider__image.is-selected {
    border-color: #009AA6;
}

.b-full-card__info {
    width: 25%;
    min-width: 25%;
    padding: 0 15px 40px;
}

.b-full-card__info__subtitle {
    margin-bottom: 16px;
}

.b-full-card-list__block:not(:first-child) {
    -webkit-box-shadow: 0px -1px 0px #E5E5E5;
    box-shadow: 0px -1px 0px #E5E5E5;
    padding-top: 24px;
    margin-top: 24px;
}

.b-full-card-list__item:not(:last-child) {
    margin-bottom: 16px;
}

.b-full-card-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-full-card-list__icon {
    width: 24px;
    min-width: 24px;
    margin-right: 16px;
}

.b-full-card-list__title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 2px;
}

.b-full-card-list__note {
    font-size: 13px;
    color: #A7A9AC;
}

.b-full-card__aside {
    width: 33%;
    min-width: 33%;
    padding: 0 15px 40px;
}
.b-full-card-param_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-full-card-param__data {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
}

.b-full-card-param__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-full-card-details__button .g-button_primary {
    width: 100%;
}
.b-full-card-details__button .g-button_primary .g-button__text {
  text-transform: uppercase !important;
}

.b-full-card-details__bottom {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-full-card-colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -2px;
}

.b-full-card-colors__item {
    padding: 0 2px;
}

.b-full-card-sizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -2px;
}

.b-full-card-sizes__item {
    padding: 4px 2px 0;
}

.b-full-card-sizes__item_title {
    width: 100%;
    min-width: 100%;
    padding: 10px 1px;
    font-weight: 700;
    font-size: 13px;
}

.b-full-card__back {
    margin-bottom: 17px;
    font-size: 14px;
}

.b-full-card__zoom {
    display: inline-block;
}

.b-full-card__zoom-image {
    display: block;
}

.b-full-card__zoom img:not(.b-full-card__zoom-image) {
    display: none !important;
}

.bx-no-touch .b-full-card__zoom:hover img:not(.b-full-card__zoom-image) {
    display: block !important;
}

.b-full-card__zoom:active img:not(.b-full-card__zoom-image) {
    display: block !important;
}

@media screen and (max-width: 1280px) {
    .b-full-card-details {
        padding: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .b-full-card__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .b-full-card__info {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        min-width: 100%;
    }

    .b-full-card__images {
        width: 50%;
        min-width: 50%;
    }

    .b-full-card__aside {
        width: 50%;
        min-width: 50%;
    }
    .b-full-card-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .b-full-card-list__block {
        width: 50%;
        min-width: 50%;
        padding: 0 15px;
    }

    .b-full-card-list__block:nth-child(2) {
        padding-top: 0;
        margin-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.b-radio {
    display: inline-block;
}

.b-radio input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -99999px;
}

.b-radio__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.b-radio__icon {
    display: block;
    border: 2px solid #B7CDD9;
    width: 16px;
    min-width: 16px;
    height: 16px;
    position: relative;
    border-radius: 50%;
}

.b-radio__icon::after {
    content: '';
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    background: #009AA6;
    border-radius: 50%;
}

.b-radio__text {
    min-height: 16px;
    padding-left: 10px;
    display: block;
    line-height: 1.14;
}

.b-radio input[type="radio"]:not(:disabled):checked+.b-radio__wrapper .b-radio__icon {
    border-color: #009AA6;
}

.b-radio input[type="radio"]:checked+.b-radio__wrapper .b-radio__icon::after {
    opacity: 1;
}

.b-radio input[type="radio"]:checked+.b-radio__wrapper .b-radio__text {
    font-weight: 500;
}

.b-radio input[type="radio"]:disabled+.b-radio__wrapper .b-radio__icon {
    border-color: #B7CDD9;
}

.b-radio input[type="radio"]:disabled:checked+.b-radio__wrapper .b-radio__icon::after {
    background: #B7CDD9;
}

.b-radio_button {
    min-width: 52px;
    width: 100%;
    display: block;
}

.b-radio_button .b-radio__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    height: 30px;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #EEF2F5;
}

.bx-no-touch .b-radio_button:hover input[type="radio"]:not(:disabled)+.b-radio__wrapper,
.b-radio_button input[type="radio"]:not(:disabled):checked+.b-radio__wrapper {
    background: #009AA6;
    color: #FFFFFF;
    border-color: #009AA6;
}

.b-radio_circle {
    display: block;
}

.b-radio_circle .b-radio__wrapper {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.b-radio_circle .b-radio__wrapper::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-color: transparent;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    border: 2px solid #FFFFFF;
}

.b-radio_circle input[type="radio"]:checked+.b-radio__wrapper::after {
    opacity: 1;
}

.b-radio input[type="radio"]:disabled+.b-radio__wrapper {
    cursor: default;
    color: #B7CDD9;
}

.b-radio_time {
    display: block;
}

.b-radio_time .b-radio__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    width: 50px;
    height: 28px;
    background: transparent;
    border-radius: 3px;
    border: 1px solid #13B579;
    color: #13B579;
    font-size: 13px;
}

.b-radio_time input[type="radio"]:disabled+.b-radio__wrapper {
    background: #B7CDD9;
    opacity: 0.5;
    color: #FFFFFF;
    border-color: #B7CDD9;
}

.bx-no-touch .b-radio_time:hover input[type="radio"]:not(:disabled)+.b-radio__wrapper,
.b-radio_time input[type="radio"]:not(:disabled):checked+.b-radio__wrapper {
    background: #31566D;
    color: #FFFFFF;
    border-color: #31566D;
}
.b-radio_light-blue {
    display: block;
}
.b-radio_light-blue .b-radio__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 36px;
    background: #D3F3F5;
    border-radius: 6px;
    font-weight: 500;
    color: #009AA6;
    padding: 0 16px;
}

.bx-no-touch .b-radio_light-blue:hover input[type="radio"]:not(:disabled)+.b-radio__wrapper,
.b-radio_light-blue input[type="radio"]:not(:disabled):checked+.b-radio__wrapper {
    background: #009AA6;
    color: #FFFFFF;
}

.b-radio_card {
    display: block;
}
.b-radio_card .b-radio__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 4px 12px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #B7CDD9;
    border-radius: 8px;
    font-size: 16px;
    min-width: 108px;
    flex-direction: column;
}
/* .b-radio_card.b-radio_large {
    display: inline-block;
} */
.b-radio_card.b-radio_large .b-radio__wrapper {
    height: 48px;
    min-width: 64px;
    padding: 4px 6px;
    white-space: nowrap;
}
.bx-no-touch .b-radio_card:hover input[type="radio"]:not(:disabled):not(:checked)+.b-radio__wrapper {
    color: #8BDDE3;
    border-color: #8BDDE3;
}

.b-radio_card input[type="radio"]:not(:disabled):checked+.b-radio__wrapper {
    color: #009AA6;
    border: 2px solid #009AA6;
    padding: 4px 11px;
}
.b-radio_card.b-radio_large input[type="radio"]:not(:disabled):checked+.b-radio__wrapper {
    color: #009AA6;
    border: 2px solid #009AA6;
    padding: 4px 5px;
}
.b-radio.b-radio_card input[type="radio"]:disabled+.b-radio__wrapper {
    color: #A6A6A6;
    background: rgba(225, 225, 225, 0.5);
}
.b-radio_card .b-radio__wrapper.warning-required-field {
    box-shadow: 0px 0px 0px 2px #009AA6;
}
.b-radio__size-value {
    display: block;
}
.b-radio__other-size-value {
    display: block;
    font-weight: 300;
    font-size: 12px;
}
.g-action {
    max-width: 872px;
    margin-left: auto;
    margin-right: auto;
}

.g-link.no-active {
    color: #B7CDD9;
}

.g-page-text ul.b-slider__dots li::after {
    display: none;
}

.b-form-arc-tooltip {
    cursor: pointer;

    left: 1px;
    right: 100%;
    top: 1px;
    z-index: 10000;
}

.b-arc-tooltip {
    width: 20px;
    height: 20px;

    vertical-align: top !important;

    background: #B7CDD9;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 100%;

    -webkit-transition: .3s;

    transition: .3s;
}

.b-arc-tooltip:before {
    content: '?';
    position: absolute;
    font-size: 13px;
    color: white;

    left: 5px;
    top: -1px;
}

.b-arc-tooltip:hover {
    background: #009AA6;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .1);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .1);
}

input.remove-arrows::-webkit-outer-spin-button,
input.remove-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.remove-arrows[type=number] {
    -moz-appearance: textfield;
}

.b-person-details__avatar {
    position: relative;
}

.browers {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999;
    background: #f2f2f2;
    display: none;
}

.browers__content {
    width: 760px;
    margin: 60px auto;
    padding: 20px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px #a0a0a0;
    box-shadow: 0 4px 20px #a0a0a0;
}

.browers__list {
    overflow: hidden;
    list-style: none;
}

.browers__item {
    float: left;
    width: 20%;
    text-align: center;
}

.browers__link {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.browers__icon {
    display: block;
    width: 75px;
    height: 75px;
    margin: auto;
    border: none;
    outline: 0;
    background: url(/local/templates/orteka_desktop/global/css/../../img/icons.png) no-repeat;
    background-size: auto 100%;
}

.browers__icon_yandex {
    background-position: -230px 0;
}

.browers__icon_firefox {
    background-position: -76px 0;
}

.browers__icon_chrome {
    background-position: 0 0;
}

.browers__icon_edge {
    background-position: -152px 0;
}

.browers__icon_opera {
    background-position: -306px 0;
}

.browers__name {
    display: block;
    padding: 12px 0 15px;
    font-size: 14px;
}

.browers__link:hover {
    color: #F58233;
}

.browers .g-button {
    display: inline-block;
    line-height: 48px;
}

.browers h2 {
    margin-bottom: 8px;
}

.bx-ie .browers {
    display: block;
}

.bx-ie.bx-ie7 .browers__icon,
.bx-ie.bx-ie8 .browers__icon {
    display: none;
}

.header__item_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

/* .header-action__item {
    margin-left: 16px;
} */

.header-action__button {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 10;
}

.header-action__icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
}

.header-action__dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9;
    width: 230px;
    display: none;
    padding-top: 8px;
}

.header-action__bg {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 8px 20px rgba(17, 17, 17, 0.25);
    box-shadow: 0px 8px 20px rgba(17, 17, 17, 0.25);
    font-size: 12px;
    padding: 18px 12px;
    border-radius: 4px;
}

.header-action__item:hover .header-action__button_video {
    background: rgba(203, 0, 68, 0.3);
}

.header-action__item:hover .header-action__button_car {
    background: rgba(0, 154, 166, 0.3);
}

.header-action__item:hover .header-action__dropdown {
    display: block;
}

.header-action__title {
    font-weight: 500;
}

.header-action__dropdown .g-link_primary {
    color: #FF6E00;
}

.header-action__dropdown .g-link_primary:hover {
    color: #009AA6;
}

body .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #009AA6;
}

body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

body .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #009AA6;
}

.fader {
    position: absolute;
    color: grey;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    z-index: 10000;
}

.g-image-radius {
    border-radius: 8px;
}

.mb-8 {
    margin-bottom: 8px;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-16 {
    margin-bottom: 16px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-36 {
    margin-bottom: 36px;
}
.mb-4 {
    margin-bottom: 4px;
}
.mb-44 {
    margin-bottom: 44px;
}

.mb-56 {
    margin-bottom: 56px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-4 {
    margin-top: 4px;
}
.mt-8 {
    margin-top: 8px;
}
.mt-12 {
    margin-top: 12px;
}
.mt-16 {
    margin-top: 16px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-24 {
    margin-top: 24px;
}
.mt-28 {
    margin-top: 28px;
}
.mt-32 {
    margin-top: 32px;
}

.mt-56 {
    margin-top: 56px;
}
.mt-80 {
    margin-top: 80px;
}

.pb-30 {
    padding-bottom: 30px;
}
.pt-4 {
    padding-top: 4px;
}
.pt-16 {
    padding-top: 16px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-24 {
    padding-bottom: 24px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-32 {
    padding-top: 32px;
}

.pt-40 {
    padding-top: 40px;
}
.pt-48 {
    padding-top: 48px;
}
.pt-24 {
    padding-top: 24px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-64 {
    padding-bottom: 64px;
}
.pb-80 {
    padding-bottom: 80px;
}

.fs-32 {
    font-size: 32px;
}

.fs-24 {
    font-size: 24px;
}
.fs-20 {
    font-size: 20px;
}
.fs-18 {
    font-size: 18px;
}
.fs-16 {
    font-size: 16px;
}
.fs-14 {
    font-size: 14px;
}
.fs-12 {
    font-size: 12px;
}

.fs-28 {
    font-size: 28px;
}

.desktop_icon_wrap {
    width: 32px;
    height: 31px;
}

.right_margin {
    margin-right: 3rem;
}

body.new_basket_design .header-nav {
    display: none !important;
}

body.new_basket_design .header__row .header__item .header-action {
    display: none !important;
}

body.new_basket_design .subscribe {
    display: none !important;
}

body.new_basket_design .footer__top {
    display: none !important;
}

body.new_basket_design .header__top {
    display: none !important;
}

body.new_basket_design .header-shorts__title {
    display: none !important;
}

.g-custom-underline {
    border-bottom: 2px solid #009AA6;
}

.g-custom-underline:hover {
    border-color: transparent;
}

.mainpage__title2.small {
    font-size: 23px;
    font-weight: 400;
}

h1.large {
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 16px;
    font-size: 36px;
}

.b-popup__content_auth {
    border-radius: 16px;
}

.b-popup__content_auth .b-popup__wrapper {
    padding: 30px;
}

.b-popup__content_auth .b-popup__close {
    position: static;
    color: #1C1C1C;
}

.g-input_code {
    height: 56px;
    padding: 0 4px;
    text-align: center;
    font-size: 20px;
    -moz-appearance: textfield;
}

.g-input_code:focus,
.g-input_code:active {
    -moz-appearance: textfield;
}

.g-input_code.is-error {
    border-color: #FF766B;
}

.g-input_code::-webkit-outer-spin-button,
.g-input_code::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}

.b-auth__link:hover {
    color: #4FBAC2;
}

.b-auth__timer {
    color: #A6A6A6;
}

.b-auth-info {
    display: flex;
    align-items: center;
}

.b-auth-info_error {
    color: #FF6256;
}

.b-auth-info__icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
}

.b-auth-info__icon img {
    display: block;
}

.b-auth-info__text {
    margin-left: 16px;
}

.b-auth__line {
    margin: 24px -30px;
    background: #A6A6A6;
    height: 1px;
}

.b-auth .g-button_primary {
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
}

.b-auth__note {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    color: #A6A6A6;
}

.g-form-label {
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
}

.g-form-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    right: 12px;
    display: none;
}

.g-form-icon img {
    display: block;
}

.g-form-error {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    color: #FF6256;
    margin-top: 4px;
    display: none;
}

.has-error .g-form-error,
.has-error .g-form-icon {
    display: block;
}

.b-auth__content label.error {
    display: none !important;
}

#toUpButton {
    cursor: pointer;
    width: 43px;
    height: 43px;
    position: fixed;
    bottom: 150px;
    right: 38px;
    z-index: 1040;
    background-image: url("/local/templates/orteka_desktop/global/css/../../img/arrow-up.svg");
    background-size: contain;
}

.g-section.middle_align {
    padding-bottom: 20px;
    padding-top: 20px;
}

.b-card-call {
    margin-bottom: 16px;
}
.b-card-call__link {
    display: flex;
    background: #E1F3F4;
    border-radius: 20px;
    overflow: hidden;
}
.b-card-call__content {
    display: flex;
    min-height: 102px;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0 20px 32px;
    flex-grow: 1;
    min-width: 0;
}
.b-card-call__text {
    display: block;
    margin-top: 8px;
    color: #FF6E00;
    font-size: 14px;
    transition: 0.3s;
}
.b-card-call__title {
    display: block;
    font-weight: 600;
    font-size: 16px;
}
.b-card-call__img {
    display: block;
    width: 142px;
    min-width: 142px;
}
.b-card-call__img img {
    display: block;
    transform-origin: 100% 50%;
    height: 100%;
    transition: 0.3s;
    object-fit: cover;
    width: auto;
    min-height: 102px;
}
.b-card-call__link:hover .b-card-call__img img {
    transform: scale(1.15);
}
.b-card-call__link:hover .b-card-call__text {
    color: #009AA6;
}
.b-popup__content_expert {
    max-width: 789px;
}
.b-popup__content_expert .b-popup__wrapper {
    background: #F9F9F9;
    box-shadow: 0px 10px 40px rgba(35, 96, 101, 0.2);
    padding: 35px 50px;
}
.product-expert__nav {
    height: 36px;
    display: flex;
    align-items: center;
}
.product-expert__scale {
    height: 12px;
    border-radius: 8px;
    width: 100%;
    position: relative;
    border: 1px solid rgba(255, 172, 109, 0.82);
}
.product-expert__progress {
    background: #FF6E00;
    border-radius: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.product-expert__number {
    position: absolute;
    z-index: 2;
    width: 36px;
    height: 36px;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 172, 109, 0.82);
    border-radius: 50%;
    transition: 0.3s;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #FF6E00;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
}
.product-expert__number.is-active {
    background: #FF6E00;
    color: #ffffff;
}
.product-expert__form {
    background: rgba(162, 203, 217, 0.15);
    border-radius: 8px;
    padding: 20px 24px;
}
.product-expert__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.product-expert__item {
    padding: 16px 8px 0;
    width: 50%;
    min-width: 50%;
}
.product-expert__item_33 {
    width: 33.3333%;
    min-width: 33.3333%;
}
.product-expert-radio {
    display: block;
    cursor: pointer;
    height: 100%;
}
.product-expert-radio__input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -99999px;
}
.product-expert-radio__wrapper {
    display: flex;
    height: 100%;
    padding: 4px 12px;
    min-height: 42px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 154, 166, 0.1);
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    transition: 0.3s;
}
.product-expert-radio__wrapper:hover {
    background: #009AA6;
    color: #ffffff;
}
.product-expert-radio__input:checked+.product-expert-radio__wrapper {
    background: #009AA6;
    color: #ffffff;
}
.product-expert__note {
    font-size: 26px;
    color: #A6A6A6;
}
.product-expert__card {
    max-width: 284px;
    margin: 0 auto;
}
.product-expert__card .b-card__content {
    background: transparent;
}
.product-expert__button {
    max-width: 250px;
    margin: 0 auto;
}
.product-expert-link {
    display: inline-flex;
    height: 32px;
    background: #F1F7F9;
    border-radius: 59px;
    color: #009AA6;
    padding: 0 16px;
    align-items: center;
}
.product-expert-link:hover {
    color: #ffffff;
    background-color: #009AA6;
}
.product-expert-link__icon {
    display: flex;
    width: 36px;
    min-width: 36px;
    margin-left: 12px;
}

.slider-inside .g-content {
	padding: 0;
}
.contacts-link {
    display: inline-flex;
    align-items: center;
}
.contacts-link__icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
}
.contacts-link__text {
    margin-left: 8px;
}
.g-button_one-click {
    background: #FFF1E6;
    border-radius: 6px;
    color: #FF6E00;
    height: 48px;
    padding: 0 16px;
}
.g-page a.g-button_one-click {
    color: #FF6E00;
    background: #FFF1E6;
}
.bx-no-touch .g-button_one-click:hover {
    background: #FFEBDC;
    color: #FF6E00;
}
.g-text-cross-line-through {
    text-decoration: line-through;
}

.call_popup.b-popup__content {
    max-width: 1040px;
}
.call_popup .b-popup__content {
    display: flex;
    padding: 0;
}
.call_popup .b-popup__wrapper {
    padding: 0;
}
.call_popup .b-popup__content .col:nth-child(1) {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 56px 30px 56px 44px;
}
.call_popup .b-popup__content .col:nth-child(1) .js-popup-close-- {
    margin-top: auto;
}
.call_popup .b-popup__content .col:nth-child(1) .g-button {
    margin-top: auto;
    font-size: 16px;
    border-radius: 50px;
    padding: 0 30px;
}
.call_popup .b-popup__content .col:nth-child(2) {
    display: flex;
}
.call_popup .title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 40px;
}
.call_popup .row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    line-height: 1.2;
}
.call_popup .row span {
    margin-left: 15px;
}
.call_popup video {
    max-width: 100%;
}

.life-content iframe {
    width: 100%;
    object-fit: cover;
}

.popmechanic-block #popmechanic-container-54347.popmechanic-desktop #popmechanic-form-54347 .popmechanic-wrapper {
	padding: 36px 0 0;
}
.popmechanic-block #popmechanic-container-54347 #popmechanic-form-54347 .tns-horizontal.tns-subpixel > .tns-item {
	display: block;
    padding: 0 10px;
}
.popmechanic-block #popmechanic-container-54347 #popmechanic-form-54347 .popmechanic-item-wrapper {
	display: block;
    cursor: pointer;
}
.popmechanic-block #popmechanic-container-54347 #popmechanic-form-54347 .popmechanic-item-img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}
.popmechanic-block #popmechanic-container-54347 #popmechanic-form-54347 .popmechanic-item-title {
	height: auto;
}
.popmechanic-block #popmechanic-container-54347 #popmechanic-form-54347 .popmechanic-item-img-block {
	width: 68px;
    height: 68px;
    padding: 2px;
}

.action_related_products .g-content {
	padding: 0;
}

/* new auth */
.b-popup__content_authorization {
    max-width: 410px;
}
.b-popup__content_authorization .b-popup__wrapper {
    padding: 32px;
    border-radius: 16px;
}
.g-auth__top .g-col:not(:g-col_full) {
    width: 46px;
}
.g-auth__separator {
    display: inline-block;
    position: relative;
}
.g-auth__separator::after {
    content: '';
    position: absolute;
    top: 50%;
    background-color: #CDCDCD;
    width: 56px;
    height: 1px;
    left: 100%;
    margin-left: 8px;
    transform: translateY(-50%);
}
.g-auth__separator::before {
    content: '';
    position: absolute;
    top: 50%;
    background-color: #CDCDCD;
    width: 56px;
    height: 1px;
    right: 100%;
    margin-right: 8px;
    transform: translateY(-50%);
}
.g-auth__deliver {
    margin-left: -32px;
    margin-right: -32px;
    height: 1px;
    background-color: #CDCDCD;
}
.enabled {
    cursor: pointer;
}
.enabled:hover {
    color: #009AA6;
}

.email_auth_error, .email_send_error {
    color: #FF6256;
    width: 100%;
    text-align: center;
}

/* версия сайта для слабовидящих */
body.is-version .g-wrap {
    padding-top: 100px;
}
body.is-version .header-nav.is-top .header-nav__wrapper {
	position: relative;
}

body.version-theme-light * {
	background-color: #fff !important;
	background: #fff !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	border-color: #000 !important;
	color: #000 !important;
	fill: #000 !important;
    stroke: #000 !important;
}
body.version-theme-light a span {
	background-color: transparent !important;
	background: transparent !important;
}
body.version-theme-dark * {
	background-color: #000 !important;
	background: #000 !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	border-color: #fff !important;
	color: #fff !important;
	fill: #fff !important;
    stroke: #fff !important;
}
body.version-theme-dark a span {
	background-color: transparent !important;
	background: transparent !important;
}
body.version-theme-blue * {
	background-color: #9dd1ff !important;
	background: #9dd1ff !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	border-color: #063462 !important;
	color: #063462 !important;
	fill: #063462 !important;
    stroke: #063462 !important;
}
body.version-theme-blue a span {
	background-color: transparent !important;
	background: transparent !important;
}
body.version-theme-brown * {
	background-color: #f7f3d6 !important;
	background: #f7f3d6 !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	border-color: #4d4b43 !important;
	color: #4d4b43 !important;
	fill: #4d4b43 !important;
    stroke: #4d4b43 !important;
}
body.version-theme-brown a span {
	background-color: transparent !important;
	background: transparent !important;
}
body.version-theme-green * {
	background-color: #3b2716 !important;
	background: #3b2716 !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	border-color: #a9e44d !important;
	color: #a9e44d !important;
	fill: #a9e44d !important;
    stroke: #a9e44d !important;
}
body.version-theme-green a span {
	background-color: transparent !important;
	background: transparent !important;
}

body.version-image-false img {
	opacity: 0 !important;
    visibility: hidden !important;
    position: absolute;
    left: -99999999999999px;
}
.version__image-text {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed;
    text-align: center;
    padding: 8px;
}
body.version-image-grey img {
	-webkit-filter: grayscale(1) !important;
    filter: grayscale(1) !important;
}
body.version-font-serif * {
	font-family: Arial,sans-serif !important;
}
body.version-font-sans * {
	font-family: "Times New roman" !important;
}

body[data-size="32"] * {
    font-size: 32px !important;
}
body[data-size="31"] * {
    font-size: 31px !important;
}
body[data-size="30"] * {
    font-size: 30px !important;
}
body[data-size="29"] * {
    font-size: 29px !important;
}
body[data-size="28"] * {
    font-size: 28px !important;
}
body[data-size="27"] * {
    font-size: 27px !important;
}
body[data-size="26"] * {
    font-size: 26px !important;
}
body[data-size="25"] * {
    font-size: 25px !important;
}
body[data-size="24"] * {
    font-size: 24px !important;
}
body[data-size="23"] * {
    font-size: 23px !important;
}
body[data-size="22"] * {
    font-size: 22px !important;
}
body[data-size="21"] * {
    font-size: 21px !important;
}
body[data-size="20"] * {
    font-size: 20px !important;
}
body[data-size="19"] * {
    font-size: 19px !important;
}
body[data-size="18"] * {
    font-size: 18px !important;
}
body[data-size="17"] * {
    font-size: 17px !important;
}
body[data-size="16"] * {
    font-size: 16px !important;
}
body[data-size="15"] * {
    font-size: 15px !important;
}
body[data-size="14"] * {
    font-size: 14px !important;
}
body[data-size="13"] * {
    font-size: 13px !important;
}
body[data-size="12"] * {
    font-size: 12px !important;
}
body[data-size="11"] * {
    font-size: 11px !important;
}
body[data-size="10"] * {
    font-size: 10px !important;
}
body[data-size="9"] * {
    font-size: 9px !important;
}
body[data-size="8"] * {
    font-size: 8px !important;
}

body.is-version .version-panel {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1001;
    padding: 16px 0;
    background-color: #f8f8f8 !important;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.23) !important;
}
body.is-version .version-panel * {
    background-color: transparent !important;
}
body.is-version .version-panel .version-panel__title {
    color: #000000 !important;
    font-size: 18px !important;
}
.version-panel.is-visible {
    display: block;
}
.version-toggle {
    position: relative;
    z-index: 101;
}
.version-toggle__icon {
	width: 24px;
	min-width: 24px;
	height: 24px;
	cursor: pointer;
	transition: 0.3s;
}
.version-toggle.is-active .version-toggle__text {
    display: block;
}
.version-toggle.is-active .version-toggle__icon {
    display: none;
}
body.is-version .version-panel__button {
    padding: 0 8px;
    height: 40px;
    border: 2px solid;
    font-size: 18px !important;
    border-radius: 0;
    min-width: 40px;
}
.version-panel__button .g-button__icon {
	margin: 0;
}
body.is-version .version-panel__button_light {
	color: #343a40 !important;
	border-color: #343a40 !important;
}
body.is-version .version-panel__button_light * {
	color: #343a40 !important;
    fill: #343a40 !important;
    transition: fill 0.3s;
}
body.is-version .version-panel__button_light:hover {
	color: #fff !important;
	background-color: #343a40 !important;
	border-color: #343a40 !important;
}
body.is-version .version-panel__button_light:hover * {
	color: #fff !important;
    fill: #fff !important;
}
body.is-version .version-panel__button_dark {
    background-color: #343a40 !important;
    border-color: #343a40 !important;
    color: #fff !important;
}
body.is-version .version-panel__button_dark:hover {
    background-color: #fff !important;
    border-color: #343a40 !important;
    color: #343a40 !important;
}
body.is-version .version-panel__button_blue {
    color: #063462 !important;
    background-color: #9DD1FF !important;
    border-color: #9DD1FF !important;
}
body.is-version .version-panel__button_blue:hover {
    background-color: #063462 !important;
    border-color: #9DD1FF !important;
    color: #9DD1FF !important;
}
body.is-version .version-panel__button_brown {
    color: #4D4B43 !important;
    background-color: #F7F3D6 !important;
    border-color: #4D4B43 !important;
}
body.is-version .version-panel__button_brown:hover {
    background-color: #4D4B43 !important;
    border-color: #4D4B43 !important;
    color: #F7F3D6 !important;
}
body.is-version .version-panel__button_green {
    color: #A9E44D !important;
    background-color: #3B2716 !important;
    border-color: #3B2716 !important;
}
body.is-version .version-panel__button_green:hover {
    background-color: #A9E44D !important;
    border-color: #3B2716 !important;
    color: #3B2716 !important;
}
body.is-version .version-panel__button.is-active {
    box-shadow: 0 0 0 3px rgba(0,0,0,0.23) !important;
}


.b-preloader-spinner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.b-preloader-spinner__place {
    height: 60px;
    width: 60px;
    -webkit-animation: container-rotate 1600ms linear infinite;
    animation: container-rotate 1600ms linear infinite;
}

.b-preloader-spinner__line {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
}

.b-preloader-spinner__line_1 {
    border-color: #4FBAC2;
    -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-1-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-1-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.b-preloader-spinner__line_2 {
    border-color: #FF6E00;
    -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-2-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-2-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.b-preloader-spinner__line_3 {
    border-color: #4FBAC2;
    -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-3-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-3-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.b-preloader-spinner__line_4 {
    border-color: #FF6E00;
    -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-4-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-4-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.b-preloader-spinner__line-part {
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

.b-preloader-spinner__line-part-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 200%;
    box-sizing: border-box;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
}

.b-preloader-spinner__line-part-inner_left {
    border-right-color: transparent;
    transform: rotate(129deg);
    -webkit-animation: left-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.b-preloader-spinner__line-part-inner_right {
    left: -100%;
    border-left-color: transparent;
    transform: rotate(-129deg);
    -webkit-animation: right-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.b-preloader-spinner__line-part-inner_center {
    width: 1000%;
    left: -450%;
}

.b-preloader-spinner__line-ticker {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

@-webkit-keyframes container-rotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes container-rotate {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
    }
}

@keyframes fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes left-spin {
    0% {
        transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    to {
        transform: rotate(130deg);
    }
}

@keyframes left-spin {
    0% {
        transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    to {
        transform: rotate(130deg);
    }
}

@-webkit-keyframes right-spin {
    0% {
        transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
    }

    to {
        transform: rotate(-130deg);
    }
}

@keyframes right-spin {
    0% {
        transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
    }

    to {
        transform: rotate(-130deg);
    }
}

@-webkit-keyframes line-1-fade-in-out {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    26% {
        opacity: 0;
    }

    89% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

@keyframes line-1-fade-in-out {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    26% {
        opacity: 0;
    }

    89% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes line-2-fade-in-out {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    51% {
        opacity: 0;
    }
}

@keyframes line-2-fade-in-out {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    51% {
        opacity: 0;
    }
}

@-webkit-keyframes line-3-fade-in-out {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    76% {
        opacity: 0;
    }
}

@keyframes line-3-fade-in-out {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    76% {
        opacity: 0;
    }
}

@-webkit-keyframes line-4-fade-in-out {
    0% {
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes line-4-fade-in-out {
    0% {
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.index-h1 {font-size:14px;}

.sherlock_icon {
    position: absolute;
    vertical-align: middle;
    margin-left: 20px;
    display: block;
    border-radius: 50%;
    border: 1px solid #FF6E00;
    background: #FF6E00 center center no-repeat;
    background-image: url(/images/openchat.png);
    background-size: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.sherlock_container {
    width: 62px;
    height: 62px;
    right: 25px;
    position: fixed;
    bottom: 0;
    margin-bottom: calc(env(safe-area-inset-bottom) + 25px);
    z-index: 777;
}
body .mts-button .sbid-button {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-radius: 6px;
    border: 1px solid #CDCDCD;
    transition: 0.3s;
    background-color: #ffffff;
}
body .mts-button .sbid-button__text {
    color: #1C1C1C;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
body .mts-button .sbid-button:hover,
body .mts-button .sbid-button:focus,
body .mts-button .sbid-button:active {
    border-color: #21A038;
    background: #F4FAF5;
}
body .mts-button .sbid-button__logo {
    height: 22px;
    min-height: 22px;
    min-width: 22px;
    width: 22px;
}
body .mts-button .sbid-button .sbid-button__logo svg {
    fill: #21A038;
    --sbid-fill-color: #21A038;
}

.widget {
    position: fixed;
    bottom: 25px;
    left: 24px;
    z-index: 777;
    width: 100px;
    height: 100px;
}
.widget__close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    right: 0;
    color: #31566D;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(50%, -50%);
    z-index: 5;
}
.widget__icon {
    width: 16px;
    height: 16px;
}
.widget__close:hover {
    color: #FF6E00;
}
.widget__link {
    display: block;
}
.widget__link img {
    display: block;
}
.widget__link:hover img {
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    70% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    90% {
        transform: rotate3d(0, 0, 1, -3deg);
    }
    100% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}


.burger-menu-close {
	display: none;
}
.button-menu.is-active .burger-menu-close {
	display: block;
}
.button-menu.is-active .burger-menu {
	display: none;
}
/* для акций временно */
.g-text-block a.btn_primary:not(.label) {
	color: #ffffff;
}
.bx-no-touch .g-text-block a.btn_primary:not(.label):hover {
	color: #ffffff;
}
/* End */


/* Start:/local/front2/styles/style.css?178061396081496*/
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/local/front2/styles/fonts/IBM/static/IBMPlexSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/local/front2/styles/fonts/IBM/static/IBMPlexSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/local/front2/styles/fonts/IBM/static/IBMPlexSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/local/front2/styles/fonts/IBM/static/IBMPlexSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/local/front2/styles/fonts/IBM/static/IBMPlexSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/local/front2/styles/fonts/Roboto/static/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/local/front2/styles/fonts/Roboto/static/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/local/front2/styles/fonts/Roboto/static/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/local/front2/styles/fonts/Roboto/static/Roboto-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/local/front2/styles/fonts/Roboto/static/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/local/front2/styles/fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/local/front2/styles/fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif 4";
  src: url("/local/front2/styles/fonts/SourceSerif4/SourceSerif4-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/local/front2/styles/fonts/Nunito/Nunito-VariableFont_wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("/local/front2/styles/fonts/Jost/Jost-VariableFont_wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font {
  font-family: "IBM Plex Sans", sans-serif;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.font-source-serif {
  font-family: "Source Serif 4", sans-serif;
}

.font-nunito {
  font-family: "Nunito", sans-serif;
}

.font-jost {
  font-family: "Jost", sans-serif;
}

h1,
h2,
.h1 {
  font-size: 32px;
  line-height: 1.2;
}

h3,
.h3 {
  font-size: 20px;
  line-height: 1.2;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-28 {
  font-size: 28px;
}

.fs-32 {
  font-size: 32px;
}

.fs-36 {
  font-size: 36px;
}

.fs-44 {
  font-size: 44px;
}

.fs-48 {
  font-size: 48px;
}

.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.text-italic {
  font-style: italic;
}

.text-uppercase {
  text-transform: uppercase;
}

.line-1-2 {
  line-height: 1.2;
}

.line-1-5 {
  line-height: 1.5;
}

.nowrap {
  white-space: nowrap;
}

.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}

@media (max-width: 1200px) {
  .fs-xl-32 {
    font-size: 32px;
  }
  .fs-xl-28 {
    font-size: 28px;
  }
  .fs-xl-20 {
    font-size: 20px;
  }
  .fs-xl-18 {
    font-size: 18px;
  }
  .fs-xl-16 {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .fs-lg-12 {
    font-size: 12px;
  }
  .fs-lg-14 {
    font-size: 14px;
  }
  .fs-lg-16 {
    font-size: 16px;
  }
  .fs-lg-18 {
    font-size: 18px;
  }
  .fs-lg-20 {
    font-size: 20px;
  }
  .fs-lg-24 {
    font-size: 24px;
  }
  .fs-lg-28 {
    font-size: 28px;
  }
  .fs-lg-32 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .fs-md-10 {
    font-size: 10px;
  }
  .fs-md-12 {
    font-size: 12px;
  }
  .fs-md-14 {
    font-size: 14px;
  }
  .fs-md-16 {
    font-size: 16px;
  }
  .fs-md-18 {
    font-size: 18px;
  }
  .fs-md-20 {
    font-size: 20px;
  }
  .fs-md-24 {
    font-size: 24px;
  }
  .fs-md-28 {
    font-size: 28px;
  }
  .fw-md-medium {
    font-weight: 500;
  }
}
@media (max-width: 576px) {
  .fs-sm-8 {
    font-size: 8px;
  }
  .fs-sm-10 {
    font-size: 10px;
  }
  .fs-sm-12 {
    font-size: 12px;
  }
  .fs-sm-14 {
    font-size: 14px;
  }
  .fs-sm-16 {
    font-size: 16px;
  }
  .fs-sm-20 {
    font-size: 20px;
  }
  .fs-sm-24 {
    font-size: 24px;
  }
  .fw-sm-medium {
    font-weight: 500;
  }
  .fw-sm-semibold {
    font-weight: 600;
  }
}
.grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -16px;
  margin-right: -16px;
}
.grid-row_lg {
  margin-right: -12px;
  margin-left: -12px;
}
.grid-row_lg > .grid-col {
  padding-left: 12px;
  padding-right: 12px;
}
.grid-row_md {
  margin-right: -8px;
  margin-left: -8px;
}
.grid-row_md > .grid-col {
  padding-left: 8px;
  padding-right: 8px;
}
.grid-row_sm {
  margin-right: -4px;
  margin-left: -4px;
}
.grid-row_sm > .grid-col {
  padding-left: 4px;
  padding-right: 4px;
}
.grid-row_xs {
  margin-right: -2px;
  margin-left: -2px;
}
.grid-row_xs > .grid-col {
  padding-left: 2px;
  padding-right: 2px;
}
.grid-row_empty {
  margin-right: 0;
  margin-left: 0;
}
.grid-row_empty > .grid-col {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1200px) {
  .grid-row_xl-md {
    margin-right: -8px;
    margin-left: -8px;
  }
  .grid-row_xl-md > .grid-col {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 992px) {
  .grid-row_lg-md {
    margin-right: -8px;
    margin-left: -8px;
  }
  .grid-row_lg-md > .grid-col {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .grid-row_md-sm {
    margin-right: -4px;
    margin-left: -4px;
  }
  .grid-row_md-sm > .grid-col {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (max-width: 576px) {
  .grid-row_sm-sm {
    margin-right: -4px;
    margin-left: -4px;
  }
  .grid-row_sm-sm > .grid-col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .grid-row_sm-xs {
    margin-right: -2px;
    margin-left: -2px;
  }
  .grid-row_sm-xs > .grid-col {
    padding-left: 2px;
    padding-right: 2px;
  }
}

.grid-col {
  padding-left: 16px;
  padding-right: 16px;
}
.grid-col_16 {
  width: 16.6666%;
  min-width: 16.6666%;
}
.grid-col_20 {
  width: 20%;
  min-width: 20%;
}
.grid-col_25 {
  width: 25%;
  min-width: 25%;
}
.grid-col_26 {
  width: 26%;
  min-width: 26%;
}
.grid-col_28 {
  width: 28%;
  min-width: 28%;
}
.grid-col_33 {
  width: 33.3333%;
  min-width: 33.3333%;
}
.grid-col_40 {
  width: 40%;
  min-width: 40%;
}
.grid-col_41 {
  width: 41.5%;
  min-width: 41.5%;
}
.grid-col_45 {
  width: 45%;
  min-width: 45%;
}
.grid-col_50 {
  width: 50%;
  min-width: 50%;
}
.grid-col_55 {
  width: 55%;
  min-width: 55%;
}
.grid-col_59 {
  width: 58.5%;
  min-width: 58.5%;
}
.grid-col_60 {
  width: 60%;
  min-width: 60%;
}
.grid-col_66 {
  width: 66.6667%;
  min-width: 66.6667%;
}
.grid-col_75 {
  width: 75%;
  min-width: 75%;
}
.grid-col_100 {
  width: 100%;
  min-width: 100%;
}
.grid-col_full {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
.grid-col_same {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media (max-width: 1200px) {
  .grid-col_xl-auto {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: auto;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }
  .grid-col_xl-20 {
    width: 20%;
    min-width: 20%;
  }
  .grid-col_xl-25 {
    width: 25%;
    min-width: 25%;
  }
  .grid-col_xl-33 {
    width: 33.3333%;
    min-width: 33.3333%;
  }
  .grid-col_xl-40 {
    width: 40%;
    min-width: 40%;
  }
  .grid-col_xl-50 {
    width: 50%;
    min-width: 50%;
  }
  .grid-col_xl-60 {
    width: 60%;
    min-width: 60%;
  }
  .grid-col_xl-66 {
    width: 66.6667%;
    min-width: 66.6667%;
  }
  .grid-col_xl-100 {
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 992px) {
  .grid-col_lg-auto {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: auto;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }
  .grid-col_lg-33 {
    width: 33.3333%;
    min-width: 33.3333%;
  }
  .grid-col_lg-50 {
    width: 50%;
    min-width: 50%;
  }
  .grid-col_lg-66 {
    width: 66.6667%;
    min-width: 66.6667%;
  }
  .grid-col_lg-100 {
    width: 100%;
    min-width: 100%;
  }
  .grid-col_lg-full {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
    min-width: 0;
  }
}
@media (max-width: 768px) {
  .grid-col_md-25 {
    width: 25%;
    min-width: 25%;
  }
  .grid-col_md-50 {
    width: 50%;
    min-width: 50%;
  }
  .grid-col_md-100 {
    width: 100%;
    min-width: 100%;
  }
  .grid-col_md-full {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
  }
  .grid-col_md-auto {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: auto;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }
}
@media (max-width: 576px) {
  .grid-col_sm-50 {
    width: 50%;
    min-width: 50%;
  }
  .grid-col_sm-100 {
    width: 100%;
    min-width: 100%;
  }
  .grid-col_sm-full {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
  }
  .grid-col_sm-auto {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: auto;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }
}

html {
  scroll-behavior: smooth;
}
html.is-fixed {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}
html.is-fixed body {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}

body {
  background-color: #ffffff;
  color: #1C1C1C;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  scroll-behavior: smooth;
}

.wrap-all {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1232px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  display: block;
  width: 220px;
  height: 32px;
}
@media (max-width: 992px) {
  .logo {
    width: 165px;
    height: 24px;
  }
}

.page-wrapper {
  padding: 64px 0;
}
@media (max-width: 768px) {
  .page-wrapper {
    padding: 32px 0;
  }
}

.radius-sm {
  border-radius: 6px;
}

.radius-md {
  border-radius: 16px;
}

.radius-lg {
  border-radius: 24px;
}

.radius-circle {
  border-radius: 50%;
}

.border-radius-sm {
  border-radius: 4px;
}

.border-radius-md {
  border-radius: 8px;
}

.border-radius-mbl {
  border-radius: 12px;
}

.border-radius-lg {
  border-radius: 16px;
}

.border-radius-xl {
  border-radius: 20px;
}

.border-radius-xxl {
  border-radius: 40px;
}

.border-radius-rounded {
  border-radius: 9999px;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.sticky {
  position: sticky;
}

.price {
  white-space: nowrap;
}

.price-old {
  text-decoration-line: line-through;
}

.deliver {
  height: 1px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.list-reset {
  list-style: none;
}

.list-inside {
  padding-left: 16px;
}

.list-letter li:first-letter {
  text-transform: uppercase;
}

.list-primary li::marker {
  color: #FF6E00;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  display: block;
}

.img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  display: block;
}

.image-42 {
  width: 42px;
  min-width: 42px;
  height: 42px;
}

.image-56 {
  width: 56px;
  min-width: 56px;
  height: 56px;
}

.image-60 {
  width: 60px;
  min-width: 60px;
  height: 60px;
}

.image-80 {
  width: 80px;
  min-width: 80px;
  height: 80px;
}

.image-100 {
  width: 100px;
  min-width: 100px;
  height: 100px;
}

.nowrap {
  white-space: nowrap;
}

.underline {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
  .text-lg-left {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .border-radius-md-0 {
    border-radius: 0;
  }
  .border-radius-md-xl {
    border-radius: 20px;
  }
}
@media (max-width: 576px) {
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
  .border-radius-sm-0 {
    border-radius: 0;
  }
}
.mt-2 {
  margin-top: 2px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-44 {
  margin-top: 44px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-44 {
  margin-bottom: 44px;
}

.mr-2 {
  margin-right: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-12 {
  margin-right: 12px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-2 {
  margin-left: 2px;
}

.ml-4 {
  margin-left: 4px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-12 {
  margin-left: 12px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-auto {
  margin-left: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-n32 {
  margin-left: -32px;
  margin-right: -32px;
}

.mx-n24 {
  margin-left: -24px;
  margin-right: -24px;
}

.mx-n16 {
  margin-left: -16px;
  margin-right: -16px;
}

@media (max-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0;
  }
  .mt-xl-8 {
    margin-top: 8px;
  }
  .mt-xl-20 {
    margin-top: 20px;
  }
  .mt-xl-40 {
    margin-top: 40px;
  }
  .mx-xl-n16 {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (max-width: 992px) {
  .mt-lg-0 {
    margin-top: 0;
  }
  .mt-lg-8 {
    margin-top: 8px;
  }
  .mt-lg-12 {
    margin-top: 12px;
  }
  .mt-lg-16 {
    margin-top: 16px;
  }
  .mt-lg-24 {
    margin-top: 24px;
  }
  .mt-lg-32 {
    margin-top: 32px;
  }
  .mx-lg-n16 {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (max-width: 768px) {
  .mt-md-0 {
    margin-top: 0;
  }
  .mt-md-4 {
    margin-top: 4px;
  }
  .mt-md-8 {
    margin-top: 8px;
  }
  .mt-md-12 {
    margin-top: 12px;
  }
  .mt-md-16 {
    margin-top: 16px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mt-md-24 {
    margin-top: 24px;
  }
  .mt-md-40 {
    margin-top: 40px;
  }
  .mb-md-24 {
    margin-bottom: 24px;
  }
  .mb-md-32 {
    margin-bottom: 32px;
  }
  .mx-md-n16 {
    margin-left: -16px;
    margin-right: -16px;
  }
  .mx-md-n24 {
    margin-left: -24px;
    margin-right: -24px;
  }
  .mx-md-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .ml-md-4 {
    margin-left: 4px;
  }
  .mr-md-4 {
    margin-right: 4px;
  }
}
@media (max-width: 576px) {
  .mt-sm-0 {
    margin-top: 0;
  }
  .mt-sm-4 {
    margin-top: 4px;
  }
  .mt-sm-8 {
    margin-top: 8px;
  }
  .mt-sm-16 {
    margin-top: 16px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mb-sm-16 {
    margin-bottom: 16px;
  }
  .ml-sm-4 {
    margin-left: 4px;
  }
  .ml-sm-8 {
    margin-left: 8px;
  }
  .mr-sm-0 {
    margin-right: 0;
  }
  .mx-sm-n16 {
    margin-left: -16px;
    margin-right: -16px;
  }
  .mx-sm-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-4 {
  padding: 4px;
}

.p-8 {
  padding: 8px;
}

.p-12 {
  padding: 12px;
}

.p-16 {
  padding: 16px;
}

.p-20 {
  padding: 20px;
}

.p-24 {
  padding: 24px;
}

.p-32 {
  padding: 32px;
}

.p-40 {
  padding: 40px;
}

.py-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.px-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.px-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.pt-4 {
  padding-top: 4px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-12 {
  padding-top: 12px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-28 {
  padding-top: 28px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-36 {
  padding-top: 36px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-48 {
  padding-top: 48px;
}

.pt-64 {
  padding-top: 64px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pr-4 {
  padding-right: 4px;
}

.pr-8 {
  padding-right: 8px;
}

.pr-16 {
  padding-right: 16px;
}

.pr-24 {
  padding-right: 24px;
}

.pl-4 {
  padding-left: 4px;
}

.pl-8 {
  padding-left: 8px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-16 {
  padding-left: 16px;
}

.pl-24 {
  padding-left: 24px;
}

.pl-40 {
  padding-left: 40px;
}

@media (max-width: 1200px) {
  .pt-xl-0 {
    padding-top: 0;
  }
  .pt-xl-16 {
    padding-top: 16px;
  }
  .px-xl-16 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .p-lg-0 {
    padding: 0;
  }
  .p-lg-12 {
    padding: 12px;
  }
  .p-lg-16 {
    padding: 16px;
  }
  .p-lg-24 {
    padding: 24px;
  }
  .pt-lg-4 {
    padding-top: 4px;
  }
  .pt-lg-8 {
    padding-top: 8px;
  }
  .pt-lg-12 {
    padding-top: 12px;
  }
  .pt-lg-16 {
    padding-top: 16px;
  }
  .pt-lg-24 {
    padding-top: 24px;
  }
  .pt-lg-32 {
    padding-top: 32px;
  }
  .pb-lg-16 {
    padding-bottom: 16px;
  }
  .pb-lg-24 {
    padding-bottom: 24px;
  }
  .pb-lg-32 {
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .p-md-0 {
    padding: 0;
  }
  .p-md-8 {
    padding: 8px;
  }
  .p-md-16 {
    padding: 16px;
  }
  .px-md-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .px-md-4 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .px-md-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .px-md-16 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .px-md-24 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .py-md-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-md-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .py-md-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .py-md-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .py-md-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pb-md-0 {
    padding-bottom: 0;
  }
  .pb-md-8 {
    padding-bottom: 8px;
  }
  .pb-md-16 {
    padding-bottom: 16px;
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
  .pb-md-32 {
    padding-bottom: 32px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .pt-md-0 {
    padding-top: 0;
  }
  .pt-md-4 {
    padding-top: 4px;
  }
  .pt-md-8 {
    padding-top: 8px;
  }
  .pt-md-12 {
    padding-top: 12px;
  }
  .pt-md-16 {
    padding-top: 16px;
  }
  .pt-md-20 {
    padding-top: 20px;
  }
  .pt-md-24 {
    padding-top: 24px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .pt-md-48 {
    padding-top: 48px;
  }
  .pl-md-16 {
    padding-left: 16px;
  }
  .pl-md-24 {
    padding-left: 24px;
  }
  .pr-md-16 {
    padding-right: 16px;
  }
}
@media (max-width: 576px) {
  .p-sm-0 {
    padding: 0;
  }
  .p-sm-8 {
    padding: 8px;
  }
  .p-sm-16 {
    padding: 16px;
  }
  .px-sm-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .px-sm-16 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .pt-sm-4 {
    padding-top: 4px;
  }
  .pt-sm-8 {
    padding-top: 8px;
  }
  .pt-sm-12 {
    padding-top: 12px;
  }
  .pt-sm-16 {
    padding-top: 16px;
  }
  .pt-sm-24 {
    padding-top: 24px;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pl-sm-8 {
    padding-left: 8px;
  }
}
.link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.link_underline {
  text-decoration: underline;
}
@media (hover: hover) {
  .link_underline:hover {
    text-decoration: none;
  }
}

.button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: none;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button_primary {
  border-radius: 6px;
  background-color: #FF6E00;
  color: #ffffff;
  padding: 0 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.button_primary:not(:disabled):hover {
  background-color: #FF8C00;
}
.button_primary:not(:disabled):active, .button_primary:not(:disabled):focus {
  background-color: #E56812;
}
.button_secondary {
  border-radius: 6px;
  background-color: #009AA6;
  color: #ffffff;
  padding: 0 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.button_secondary:not(:disabled):hover {
  background-color: rgba(0, 117, 128, 0.6);
}
.button_secondary:not(:disabled):active, .button_secondary:not(:disabled):focus {
  background-color: #0092A0;
}
.button_third {
  border-radius: 6px;
  background-color: #FFF1E6;
  color: #FF6E00;
  padding: 0 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.button_third:hover {
  background-color: #FFEBDC;
}
.button_fourth {
  border-radius: 6px;
  background-color: #E1F4F5;
  color: #009AA6;
  padding: 0 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.button_fourth:not(:disabled):hover {
  background-color: #C3E9EC;
}
.button_fourth:not(:disabled):active, .button_fourth:not(:disabled):focus {
  background-color: #009AA6;
  color: #ffffff;
}
.button_border-primary {
  border-radius: 6px;
  border: 1px solid #FF6E00;
  color: #FF6E00;
  padding: 0 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.button_border-primary:not(:disabled):hover {
  color: #FF8C00;
  border-color: #FF8C00;
}
.button_border-secondary {
  border-radius: 6px;
  border: 1px solid #009AA6;
  color: #009AA6;
  padding: 0 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.button_border-secondary:not(:disabled):hover {
  color: rgba(0, 117, 128, 0.6);
  border-color: rgba(0, 117, 128, 0.6);
}
.button__icon {
  display: block;
}
.button__text {
  display: block;
}
.button__text_underline {
  text-decoration: underline;
}
.button:disabled {
  background-color: #959595;
  color: #ffffff;
  border-color: #959595;
}
.button:hover .button__text {
  text-decoration: none;
}
.button_xl {
  height: 56px;
}
.button_lg {
  height: 48px;
}
.button_md {
  height: 40px;
}
.button_sm {
  height: 36px;
}
.button_xs {
  height: 24px;
}
@media (max-width: 768px) {
  .button_xl {
    height: 48px;
  }
  .button_lg {
    height: 40px;
  }
  .button_md {
    height: 36px;
  }
}
@media (max-width: 576px) {
  .button_sm-simple {
    height: auto;
  }
}

.btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: none;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: inherit;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_primary {
  background-color: #FF6E00;
  color: #ffffff;
}
@media (hover: hover) {
  .btn_primary:hover {
    background-color: #FF9E54;
  }
}
.btn_primary:disabled {
  background-color: #858D9D;
  color: #F0F1F3;
}
.btn_primary-soft {
  background-color: #FFF9F4;
  border: 1px solid #FF6E00;
  color: #FF6E00;
}
@media (hover: hover) {
  .btn_primary-soft:hover {
    background-color: #E46C11;
    color: #ffffff;
    border-color: #E46C11;
  }
}
.btn_stroke-primary {
  border: 1px solid #FF6E00;
  color: #FF6E00;
}
@media (hover: hover) {
  .btn_stroke-primary:hover {
    color: #FF9E54;
    border-color: #FF9E54;
  }
}
.btn_stroke-primary.is-active {
  color: #ffffff;
  background-color: #E46C11;
  border-color: #E46C11;
}
.btn_dark-soft {
  background-color: #F0F1F3;
  color: #1B2037;
}
@media (hover: hover) {
  .btn_dark-soft:hover {
    background-color: #242A46;
    color: #ffffff;
  }
}
.btn_dark-soft:disabled {
  background-color: #FAFAFA;
  color: #F0F1F3;
}
.btn_stroke-dark-soft {
  border: 1px solid #E0E2E7;
  color: #1C1C1C;
}
@media (hover: hover) {
  .btn_stroke-dark-soft:hover {
    border-color: #242A46;
    background-color: #242A46;
    color: #ffffff;
  }
}
.btn_stroke-dark-soft.is-active {
  border-color: #242A46;
  background-color: #242A46;
  color: #ffffff;
}
.btn_stroke-dark {
  border: 1px solid #151A2D;
  color: #1B2037;
}
@media (hover: hover) {
  .btn_stroke-dark:hover {
    color: #ffffff;
    background-color: #242A46;
  }
}
.btn_stroke-bottom-dark-soft {
  padding-bottom: 8px;
  border-bottom: 1px solid #E0E2E7;
  color: #858D9D;
}
@media (hover: hover) {
  .btn_stroke-bottom-dark-soft:hover {
    color: #1B2037;
  }
}
.btn_fill-tertiary {
  color: #009AA6;
  background-color: #F5FEFF;
  border: 1px solid #CEF2F5;
}
@media (hover: hover) {
  .btn_fill-tertiary:hover {
    color: #ffffff;
    background-color: #009AA6;
    border-color: #009AA6;
  }
}
.btn_secondary {
  background-color: #009AA6;
  color: #ffffff;
}
@media (hover: hover) {
  .btn_secondary:hover {
    background-color: #11919B;
  }
}
.btn_fill-tertiary-dark {
  color: #1B2037;
  background-color: #F5FEFF;
  border: 1px solid #151A2D;
}
@media (hover: hover) {
  .btn_fill-tertiary-dark:hover {
    color: #ffffff;
    background-color: #009AA6;
    border-color: #009AA6;
  }
}
.btn_stroke-tertiary-soft {
  color: #009AA6;
  background-color: #ffffff;
  border: 1px solid #CEF2F5;
}
@media (hover: hover) {
  .btn_stroke-tertiary-soft:hover {
    color: #009AA6;
    background-color: #F5FEFF;
  }
}
.btn_stroke-tertiary-soft.is-disabled {
  border-color: #E0E2E7;
  color: #858D9D;
  background-color: #ffffff;
}
.btn_stroke-tertiary {
  color: #009AA6;
  background-color: #ffffff;
  border: 1px solid #009AA6;
}
@media (hover: hover) {
  .btn_stroke-tertiary:hover {
    color: #009AA6;
    background-color: #F5FEFF;
  }
}
.btn_stroke-tertiary.is-disabled {
  border-color: #E0E2E7;
  color: #858D9D;
  background-color: #ffffff;
}
.btn_soft {
  background-color: #FFF9F4;
  border: #FFE9D9;
  color: #1B2037;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}
@media (hover: hover) {
  .btn_soft:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.btn.color-dark:disabled {
  color: #F0F1F3;
}
.btn_toggle {
  width: 48px;
  height: 47px;
  background-color: #ffffff;
}
.btn_toggle.is-active {
  background-color: #F0F1F3;
}
.btn_sm {
  height: 28px;
}
.btn_md {
  height: 40px;
}
.btn_mbl {
  height: 48px;
}
.btn_lg {
  height: 52px;
}
.btn_xl {
  height: 64px;
}
.btn_px-lg {
  padding-left: 48px;
  padding-right: 48px;
}
.btn_px-sm {
  padding-left: 12px;
  padding-right: 12px;
}
.btn:disabled, .btn.is-disabled {
  cursor: default;
}
@media (max-width: 768px) {
  .btn_lg {
    height: 44px;
  }
  .btn_xl {
    height: 52px;
  }
  .btn_px-lg {
    padding-left: 32px;
    padding-right: 32px;
  }
  .btn_stroke-bottom-dark-soft {
    border: 1px solid #E0E2E7;
    padding: 0 12px;
    height: 48px;
    border-radius: 8px;
    background-color: #ffffff;
  }
  .btn_stroke-bottom-dark-soft.is-active .btn__icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (max-width: 768px) and (hover: hover) {
  .btn_stroke-bottom-dark-soft:hover {
    color: #1B2037;
  }
}

svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  color: inherit;
  fill: transparent;
  stroke: transparent;
}

.icon-8 {
  width: 8px;
  min-width: 8px;
  height: 8px;
}
.icon-12 {
  width: 12px;
  min-width: 12px;
  height: 12px;
}
.icon-16 {
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.icon-20 {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.icon-24 {
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.icon-28 {
  width: 28px;
  min-width: 28px;
  height: 28px;
}
.icon-32 {
  width: 32px;
  min-width: 32px;
  height: 32px;
}
.icon-34 {
  width: 34px;
  min-width: 34px;
  height: 34px;
}
.icon-36 {
  width: 36px;
  min-width: 36px;
  height: 36px;
}
.icon-40 {
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.icon-48 {
  width: 48px;
  min-width: 48px;
  height: 48px;
}
.icon-full {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .icon-md-16 {
    width: 16px;
    min-width: 16px;
    height: 16px;
  }
}

.text-dark {
  color: #1C1C1C;
}

.text-primary {
  color: #FF6E00;
}

.text-secondary {
  color: #009AA6;
}

.text-grey-light {
  color: #A6BDCA;
}

.text-grey-strong {
  color: #959595;
}

.text-white {
  color: #ffffff;
}

.text-black {
  color: #000;
}

.text-tertiary {
  color: #009AA6;
}

.text-green {
  color: #006327;
}

.text-error {
  color: #FF6256;
}

.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

.bg-grey-strong {
  background-color: #959595;
}

.bg-grey-light {
  background-color: #A6BDCA;
}

.bg-dark {
  background-color: #1C1C1C;
}

.bg-primary {
  background-color: #FF6E00;
}

.bg-third {
  background-color: #FFF1E6;
}

.bg-fourth {
  background-color: #E1F4F5;
}

.bg-secondary-light {
  background-color: #EAF4F4;
}

.bg-secondary-lighter {
  background-color: #F0FCFD;
}

.bg-third-hover {
  background-color: #FFEBDC;
}

.bg-grey-disable {
  background-color: #E9E9E9;
}

.bg-fill-surface {
  background-color: #FAFAFA;
}

.bg-fill-warning-soft {
  background-color: #FFFCF6;
}

.bg-fill-dark-soft {
  background-color: #F0F1F3;
}

.bg-fill-disabled {
  background-color: #FAFAFA;
}

.bg-hover-dark-soft {
  background-color: #E0E2E7;
}

.bg-fill-negative {
  background-color: #FF554A;
}

.bg-fill-tertiary-soft {
  background-color: #F5FEFF;
}

.bg-hover-negative-soft {
  background-color: #FFF1F0;
}

.bg-fill-positive-soft {
  background-color: #F4FCF7;
}

.bg-fill-positive {
  background-color: #23C965;
}

.bg-fill-tertiary {
  background-color: #009AA6;
}

.bg-fill-tertiary-dark {
  background-color: #DAF5F6;
}

.bg-fill-primary {
  background-color: #FFE9D9;
}

.bg-hover-tertiary-soft {
  background-color: #E7FAFB;
}

.bg-fill-positive-50 {
  background-color: rgba(35, 201, 101, 0.5);
}

.bg-hover-tertiary-light {
  background-color: #5BBDC5;
}

.bg-dark-50 {
  background-color: rgba(28, 28, 28, 0.5);
}

.border-secondary {
  border: 1px solid #009AA6;
}

.border-primary {
  border: 1px solid #FF6E00;
}

.border-grey-light {
  border: 1px solid #A6BDCA;
}

.border-stroke-outermost {
  border: 1px solid #F0F1F3;
}

.border-bottom-stroke-outermost {
  border-bottom: 1px solid #F0F1F3;
}

.border-top-stroke-outermost {
  border-top: 1px solid #F0F1F3;
}

.border-right-text-gray {
  border-right: 1px solid #858D9D;
}

.border-stroke-dark-soft {
  border: 1px solid #E0E2E7;
}

.border-top-stroke-dark-soft {
  border-top: 1px solid #E0E2E7;
}

.border-bottom-stroke-dark-soft {
  border-bottom: 1px solid #E0E2E7;
}

.border-stroke-tertiary-soft {
  border: 1px solid #CEF2F5;
}

.border-stroke-tertiary-2 {
  border: 2px solid #009AA6;
}

@media (max-width: 768px) {
  .text-md-dark {
    color: #1C1C1C;
  }
  .border-md-stroke-dark-soft {
    border: 1px solid #E0E2E7;
  }
}
@media (max-width: 576px) {
  .bg-sm-transparent {
    background-color: transparent;
  }
}
.color-primary {
  color: #FF6E00;
}

.color-heading {
  color: #0E1223;
}

.color-gray {
  color: #858D9D;
}

.color-green {
  color: #006327;
}

.color-dark {
  color: #1B2037;
}

.color-warning {
  color: #FFC14A;
}

.color-tertiary {
  color: #009AA6;
}

.color-negative {
  color: #FF554A;
}

.color-positive {
  color: #23C965;
}

.color-caption-soft {
  color: #667085;
}

.color-gray-soft {
  color: #C2C6CE;
}

@media (max-width: 768px) {
  .bg-md-white {
    background-color: #ffffff;
  }
}
.hover-primary {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .hover-primary:hover {
    color: #FF6E00;
  }
}

.hover-secondary {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .hover-secondary:hover {
    color: #009AA6;
  }
}

.hover-primary-hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .hover-primary-hover:hover {
    color: #FF8C00;
  }
}

.hover-secondary-hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .hover-secondary-hover:hover {
    color: rgba(0, 117, 128, 0.6);
  }
}

@media (hover: hover) {
  .hover-white:hover {
    color: #ffffff;
  }
}

@media (hover: hover) {
  .hover-color-dark:hover {
    color: #242A46;
  }
}

@media (hover: hover) {
  .hover-color-gray:hover {
    color: #858D9D;
  }
}

@media (hover: hover) {
  .hover-color-hover-primary:hover {
    color: #E46C11;
  }
}

@media (hover: hover) {
  .hover-color-hover-tertiary:hover {
    color: #11919B;
  }
}

@media (hover: hover) {
  .hover-color-hover-gray:hover {
    color: #59647A;
  }
}

@media (hover: hover) {
  .hover-move-up:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.active-rotate-180 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.active-rotate-180.is-active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.active-move-down {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.active-move-down.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.active-move-right {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.active-move-right.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 992px) {
  .lg-hidden-block {
    display: none;
  }
  .lg-hidden-block.is-active {
    display: block;
  }
}
@media (max-width: 768px) {
  .md-hidden-block {
    display: none;
  }
  .md-hidden-block.is-active {
    display: block;
  }
}
.hover-stroke-dark {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .hover-stroke-dark:hover {
    border-color: #151A2D;
  }
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-flex_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.d-flex_baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.d-flex_middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.d-flex_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.d-flex_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.d-flex_bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.d-flex_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.d-flex_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.d-flex_end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1200px) {
  .d-flex_xl-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .d-flex_lg-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .d-flex_lg-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .d-flex_lg-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .d-flex_lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .d-flex_lg-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .d-flex_lg-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .d-flex_lg-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .d-flex_md-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .d-flex_md-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .d-flex_md-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .d-flex_md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .d-flex_md-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .d-flex_md-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .d-flex_md-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .d-flex_md-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .d-flex_md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 576px) {
  .d-flex_sm-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .d-flex_sm-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .d-flex_sm-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .d-flex_sm-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .d-flex_sm-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .d-flex_sm-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .d-flex_sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.h-100 {
  height: 100%;
}

@media (max-width: 1200px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
}
@media (max-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .w-lg-100 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .h-md-100 {
    height: 100%;
  }
  .h-md-auto {
    height: auto;
  }
  .w-md-100 {
    width: 100%;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (max-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .w-sm-100 {
    width: 100%;
  }
}
.scroll {
  scrollbar-width: thin;
  scrollbar-color: #FF6E00 transparent;
  -webkit-overflow-scrolling: touch;
}
.scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.scroll::-webkit-scrollbar-track {
  background: transparent;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: #FF6E00;
  border-radius: 4px;
  border: 0;
}
.scroll_y {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
}
.scroll_x {
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 768px) {
  .scroll_md-reset {
    overflow: visible;
  }
  .scroll_md-scroll_y {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
  }
}

.scroll-invisible {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  -webkit-overflow-scrolling: touch;
}
.scroll-invisible::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.scroll-invisible::-webkit-scrollbar-track {
  background: transparent;
}
.scroll-invisible::-webkit-scrollbar-thumb {
  background-color: transparent;
  border: 0;
}

.scroll-secondary {
  scrollbar-width: thin;
  scrollbar-color: #009AA6 transparent;
  -webkit-overflow-scrolling: touch;
}
.scroll-secondary::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.scroll-secondary::-webkit-scrollbar-track {
  background: transparent;
}
.scroll-secondary::-webkit-scrollbar-thumb {
  background-color: #009AA6;
  border-radius: 4px;
  border: 0;
}
.scroll-secondary_y {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
}
.scroll-secondary_x {
  overflow-x: auto;
  overflow-y: hidden;
}

.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1062;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.52);
}
.popup.mfp-wrap {
  z-index: 1070;
}
.popup .mfp-container {
  padding: 0;
  bottom: 0;
  height: auto;
}
.popup.mfp-bg {
  background: #000000;
  opacity: 0.52;
}
.popup .mfp-close {
  display: none;
}
.popup__wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.popup__wrapper_sm {
  max-width: 484px;
}
.popup__wrapper_lg {
  max-width: 983px;
}
.popup.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup__wrap {
  max-height: 100%;
  position: relative;
  z-index: 3;
}
.popup__block {
  width: 100%;
}
.popup__block_xs {
  max-width: 356px;
}
.popup__block_sm {
  max-width: 500px;
}
.popup__block_md {
  max-width: 644px;
}
.popup__block_lg {
  max-width: 968px;
}
.popup__block_xl {
  max-width: 1260px;
}
@media (max-width: 768px) {
  .popup__wrapper_md-full {
    max-width: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .popup__down {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1000;
    border-radius: 16px 16px 0px 0px;
    -webkit-box-shadow: 0px -4px 12px 0px rgba(28, 28, 28, 0.16);
            box-shadow: 0px -4px 12px 0px rgba(28, 28, 28, 0.16);
  }
  .popup__down.is-hidden {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .popup__top {
    top: 0;
    z-index: 10;
    border-bottom: 1px solid #A6BDCA;
  }
  .popup__wrap {
    max-height: none;
  }
  .popup__block {
    max-width: 100%;
  }
  .popup__block_md-full {
    min-height: 100%;
  }
}

.form-group {
  position: relative;
}
.form-group_icon-right .form-field {
  padding-right: 38px;
}
.form-group_icon-left .form-field {
  padding-left: 38px;
}
.form-group__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-group__icon_left {
  left: 16px;
}
.form-group__icon_right {
  right: 16px;
}
.form-group__icon_clear {
  opacity: 0;
  visibility: hidden;
}
.form-group__label {
  position: absolute;
  font-size: 14px;
  color: #858D9D;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12px;
  display: inline-block;
  z-index: 11;
  padding: 0 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
  max-width: calc(100% - 24px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background-color: #ffffff;
  pointer-events: none;
}
.form-group__label.is-up {
  top: 0;
  font-size: 12px;
}
.form-group:focus-within .form-group__label {
  color: #FF6E00;
  top: 0;
  font-size: 12px;
}
.form-group.is-error {
  color: #FF554A;
}
.form-group.is-error .form-field {
  color: #FF554A;
  -webkit-box-shadow: 0px 0px 0px 3px #FFE2E0;
          box-shadow: 0px 0px 0px 3px #FFE2E0;
  border-color: #FFE2E0;
}
.form-group.is-complete {
  color: #23C965;
}
.form-group.is-complete .form-group__icon_clear {
  opacity: 1;
  visibility: visible;
}
.form-group_floating .form-field::-webkit-input-placeholder {
  opacity: 0;
}
.form-group_floating .form-field::-moz-placeholder {
  opacity: 0;
}
.form-group_floating .form-field:-ms-input-placeholder {
  opacity: 0;
}
.form-group_floating .form-field::-ms-input-placeholder {
  opacity: 0;
}
.form-group_floating .form-field::placeholder {
  opacity: 0;
}
.form-group label.error {
  color: #FF554A;
  padding-top: 4px;
  display: block;
  font-size: 14px;
}

.form-field {
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: inherit;
  color: #1B2037;
  height: 48px;
  border: 1px solid #E0E2E7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff;
  border-radius: 8px;
  padding: 0 16px;
  text-overflow: ellipsis;
}
.form-field::-webkit-input-placeholder {
  color: #858D9D;
  opacity: 1;
}
.form-field::-moz-placeholder {
  color: #858D9D;
  opacity: 1;
}
.form-field:-ms-input-placeholder {
  color: #858D9D;
  opacity: 1;
}
.form-field::-ms-input-placeholder {
  color: #858D9D;
  opacity: 1;
}
.form-field::placeholder {
  color: #858D9D;
  opacity: 1;
}
.form-field_sm {
  height: 36px;
}
.form-field_md {
  height: 40px;
}
.form-field_text {
  padding: 16px 16px;
  resize: none;
  height: 160px;
}
.form-field_text-80 {
  height: 80px;
}
.form-field_text-48 {
  height: 48px;
}
.form-field:focus, .form-field:active {
  border-color: #FF6E00;
}
.form-field:disabled {
  background-color: #E9E9E9;
  color: #959595;
}
.form-field.alert, .form-field.is-error {
  -webkit-box-shadow: 0px 0px 0px 3px #FFE2E0;
          box-shadow: 0px 0px 0px 3px #FFE2E0;
  border-color: #FFE2E0;
}
.form-field_secondary {
  background-color: #E7FAFB;
  border-radius: 36px;
  border-color: #E7FAFB;
}
.form-field_secondary:focus, .form-field_secondary:active {
  border-color: #009AA6;
}
.form-field_white {
  border-color: #ffffff;
  border-radius: 24px;
}
.form-field_white:focus, .form-field_white:active {
  border-color: #009AA6;
}

.map_sm {
  height: 200px;
}
@media (max-width: 768px) {
  .map_md-full {
    height: 100%;
  }
}

.title-letter {
  width: 24px;
  height: 22px;
  background-image: url("/local/front2/styles/img/bg-title-letter.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  line-height: 22px;
  text-align: center;
}

.param-button {
  position: relative;
}
.param-button__input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -99999px;
}
.param-button__input:checked + .param-button__wrapper {
  border-color: #FF6E00;
  color: #FF6E00;
  background-color: #ffffff;
}
.param-button__input:disabled + .param-button__wrapper {
  border-color: #E0E2E7;
  color: #858D9D;
  background-color: #FAFAFA;
}
.param-button__wrapper {
  height: 48px;
  border: 1px solid #E0E2E7;
  padding-left: 8px;
  padding-right: 8px;
  min-width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (hover: hover) {
  .param-button__wrapper:hover {
    border-color: #242A46;
    background-color: #242A46;
    color: #ffffff;
  }
}
.param-button__wrapper.is-reserve {
  border-color: #FFE9D9;
  background-color: #FFF9F4;
  color: #FF6E00;
}
@media (hover: hover) {
  .param-button__wrapper.is-reserve:hover {
    border-color: #E46C11;
    background-color: #E46C11;
    color: #ffffff;
  }
}
.param-button__message {
  bottom: 100%;
  left: 25%;
  -webkit-filter: drop-shadow(-3px 10px 32px rgba(28, 28, 28, 0.08));
          filter: drop-shadow(-3px 10px 32px rgba(28, 28, 28, 0.08));
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.param-button__message::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 16px;
}
.param-button:hover .param-button__message {
  opacity: 1;
  visibility: visible;
}

.calculator__button {
  background-color: #FFF1E6;
  color: #FF6E00;
}
.calculator__button:hover {
  background-color: #FF6E00;
  color: #ffffff;
}
.calculator__button.is-disabled {
  cursor: default;
  background-color: #F9F9F9;
  color: #A6BDCA;
}
.calculator__input {
  height: 32px;
  width: 36px;
  min-width: 36px;
  padding: 0 4px;
  text-align: center;
  border-color: #1C1C1C;
}

.form-select select {
  background-color: #ffffff;
  width: 100%;
  height: 48px;
  border: 1px solid #E0E2E7;
  border-radius: 8px;
}
.form-select .select2-container .select2-selection--single {
  height: 48px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4px 0 16px;
  border: 1px solid #E0E2E7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  color: #1C1C1C;
}
.form-select .select2-container .select2-selection--single .select2-selection__rendered {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding: 0 12px 0 0;
}
.form-select .select2-container .select2-selection--single .select2-selection__arrow {
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: url("/local/front2/styles/img/select-arrow.svg") no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: static;
}
.form-select .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.form-select .select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.form-select .select2-container--open .select2-selection--single {
  border-color: #FF6E00;
  border-radius: 8px;
}
.form-select .select2-container--open.select2-container--below .select2-selection--single, .form-select .select2-container--open.select2-container--above .select2-selection--single {
  border-radius: 8px;
}
.form-select .select2-selection__placeholder {
  color: #E0E2E7;
  opacity: 1;
}
.form-select_sm .select2-container .select2-selection--single {
  height: 36px;
}
.form-select_md .select2-container .select2-selection--single {
  height: 40px;
}
.form-select_secondary .select2-container .select2-selection--single {
  border-radius: 36px;
  padding-right: 12px;
  border-color: #E7FAFB;
  background-color: #E7FAFB;
}
.form-select_secondary .select2-container--open.select2-container--below .select2-selection--single,
.form-select_secondary .select2-container--open.select2-container--above .select2-selection--single {
  border-radius: 36px;
}
.form-select_secondary select {
  border-radius: 36px;
  border-color: #E7FAFB;
  background-color: #E7FAFB;
}
.form-select_empty .select2-container .select2-selection--single {
  border-radius: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.form-select_empty .select2-container--open.select2-container--below .select2-selection--single,
.form-select_empty .select2-container--open.select2-container--above .select2-selection--single {
  border-radius: 0;
}
.form-select_empty select {
  border: 0;
  background-color: transparent;
}
.form-select-dropdown {
  -webkit-box-shadow: 2px 2px 10px 0 rgba(28, 28, 28, 0.16);
          box-shadow: 2px 2px 10px 0 rgba(28, 28, 28, 0.16);
  border-radius: 8px;
  border: none;
  font-size: 16px;
}
.form-select-dropdown .select2-results__options {
  margin-right: 0;
}
.form-select-dropdown .select2-results__option {
  padding: 4px 16px;
  color: #1C1C1C;
  margin-right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-select-dropdown .select2-results__option:hover, .form-select-dropdown .select2-results__option.select2-results__option--selected, .form-select-dropdown .select2-results__option.select2-results__option--highlighted {
  background-color: #E7FAFB;
  color: #1C1C1C;
}

.form-checkbox {
  display: inline-block;
}
.form-checkbox__input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -99999px;
}
.form-checkbox__input:checked + .form-checkbox__wrapper .form-checkbox__icon {
  border-color: #1B2037;
  background-color: #1B2037;
}
.form-checkbox__input:checked + .form-checkbox__wrapper .form-checkbox__icon .form-checkbox__check {
  opacity: 1;
}
.form-checkbox__input:disabled + .form-checkbox__wrapper {
  cursor: default;
}
.form-checkbox__input:disabled + .form-checkbox__wrapper .form-checkbox__icon {
  border-color: #E0E2E7;
  background-color: #FAFAFA;
}
.form-checkbox__input:disabled + .form-checkbox__wrapper .form-checkbox__icon .form-checkbox__check {
  color: #F0F1F3;
}
.form-checkbox__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.form-checkbox__icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #858D9D;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
}
.form-checkbox__check {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-checkbox_secondary .form-checkbox__icon {
  border-color: #009AA6;
}
.form-checkbox_secondary .form-checkbox__input:checked + .form-checkbox__wrapper .form-checkbox__icon {
  border-color: #009AA6;
  background-color: #009AA6;
}

.label {
  height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.label_primary {
  color: #FF6E00;
  background-color: #FFE9D9;
  border: 1px solid #FF6E00;
}
.label_tertiary {
  color: #009AA6;
  background-color: #F5FEFF;
  border: 1px solid #CEF2F5;
}
.label_lg {
  height: 28px;
}

.toggle-action {
  overflow: hidden;
}
.toggle-action__button {
  width: 48px;
  height: 46px;
}
.toggle-action__button.is-active {
  background-color: #F0F1F3;
}

.bottom-nav {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1060;
  padding-left: 16px;
  padding-right: 16px;
}
.bottom-nav__link {
  cursor: pointer;
  -webkit-transition: 0s;
  transition: 0s;
  border-left: 1px solid #ffffff;
}
.bottom-nav__link.is-active .bottom-nav__icon {
  color: #FF6E00;
}
.bottom-nav__link.is-active .bottom-nav__text {
  color: #1B2037;
}
.bottom-nav__link.is-active.bottom-nav__link_toggle {
  border-color: #F0F1F3;
}
.bottom-nav__text {
  color: #C2C6CE;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 12px;
}
.bottom-nav__icon {
  color: #C2C6CE;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bottom-nav__dropdown {
  left: 0;
  right: 0;
  bottom: 100%;
  border-radius: 8px 8px 0 0;
  border-bottom: 0;
}
@media (max-width: 450px) {
  .bottom-nav {
    padding-left: 4px;
    padding-right: 4px;
  }
  .bottom-nav__text {
    font-size: 10px;
  }
}

.place-item__metro {
  width: 8px;
  min-width: 8px;
  height: 8px;
  border-radius: 50%;
}

.header-city {
  position: relative;
}
.header-city__block {
  position: absolute;
  left: 0;
  top: 38px;
  z-index: 1;
  width: 364px;
  display: none;
}
.header-city__wrapper {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 40px rgba(35, 96, 101, 0.2);
          box-shadow: 0px 10px 40px rgba(35, 96, 101, 0.2);
  border-radius: 20px;
  padding: 32px;
  text-align: center;
  position: relative;
}
.header-city__wrapper::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #ffffff transparent;
  content: "";
  position: absolute;
  bottom: 100%;
  left: 20px;
}
@media (max-width: 768px) {
  .header-city__block {
    position: fixed;
    top: auto;
    z-index: 1060;
    width: 100%;
    bottom: 68px;
    right: 0;
  }
  .header-city__wrapper {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 20px 20px 0 0;
    padding: 32px 16px;
  }
  .header-city__wrapper::after {
    display: none;
  }
}

.rating__button {
  display: block;
  color: #E9E9E9;
}
.rating__button.is-active {
  color: #FFC14A;
}
.rating__button.is-active ~ .rating__button {
  color: #FFC14A;
}
.rating__button_sm {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.rating__button_lg {
  width: 38px;
  min-width: 38px;
  height: 38px;
}
.rating_action .rating__button {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .rating_action .rating__button:hover {
    color: #FFC14A;
  }
  .rating_action .rating__button:hover ~ .rating__button {
    color: #FFC14A;
  }
}
.rating_preview .rating__button {
  color: #FFC14A;
}
.rating_preview .rating__button:not(:first-child) {
  display: none;
}
@media (max-width: 576px) {
  .rating_sm-preview .rating__button {
    color: #FFC14A;
  }
  .rating_sm-preview .rating__button:not(:first-child) {
    display: none;
  }
}

.radio-time__input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -99999px;
}
.radio-time__input:checked + .radio-time__wrapper {
  border-color: #F5FEFF;
  color: #ffffff;
  background-color: #009AA6;
  font-weight: 600;
}
.radio-time__input:disabled + .radio-time__wrapper {
  border-color: #E0E2E7;
  color: #858D9D;
  background-color: #FAFAFA;
  cursor: default;
}
.radio-time__wrapper {
  height: 36px;
  border: 1px solid #E0E2E7;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.radio-time__wrapper:hover {
  background: #DAF5F6;
}

.radio-day__input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -99999px;
}
.radio-day__input:checked + .radio-day__wrapper {
  border-color: #009AA6;
  color: #009AA6;
}
.radio-day__input:disabled + .radio-day__wrapper {
  border-color: #E0E2E7;
  color: #858D9D;
  background-color: #FAFAFA;
  cursor: default;
}
.radio-day__wrapper {
  height: 44px;
  border: 1px solid #E0E2E7;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.radio-day__wrapper:hover {
  border-color: #009AA6;
  color: #009AA6;
}

.slider .swiper-slide {
  height: auto;
}
.slider__arrow {
  position: absolute;
  z-index: 5;
  cursor: pointer;
}
.slider__arrow.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.slider__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.slider__pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 16px;
  width: 4px;
  height: 4px;
  opacity: 1;
  background-color: #858D9D;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 3px;
}
.slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 28px;
}
.slider_arrows-middle .slider__arrow {
  top: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.08);
}
.slider_arrows-middle .slider__arrow_prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slider_arrows-middle .slider__arrow_next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.slider_arrows-line .slider__arrow {
  top: 0;
  bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider_arrows-line .slider__arrow_prev {
  left: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 0 8px 8px 0;
}
.slider_arrows-line .slider__arrow_next {
  right: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 8px 0 0 8px;
}
.slider-products__slide {
  width: calc((100% - 48px) / 4);
  padding-bottom: 1px;
}
.slider-colors__slide {
  width: auto;
}
.slider-inside {
  aspect-ratio: 1/1;
}
@media (max-width: 1200px) {
  .slider-products__slide {
    width: 276px;
  }
}
@media (max-width: 576px) {
  .slider-products__slide {
    width: 217px;
  }
}

.product__title {
  height: 108px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0588235294);
  line-height: 1.28;
}
.product__title-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.product__favorite.is-active {
  color: #FF6E00;
}
.product__action {
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 5;
}
.product__name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product__mark {
  position: absolute;
  bottom: 48px;
  left: 8px;
  z-index: 5;
  width: 80px;
  height: 80px;
}
.product__counter {
  position: absolute;
  top: -10px;
  left: calc(100% - 2px);
  background-color: #ffffff;
  color: #FF6E00;
  min-width: 14px;
  height: 14px;
  line-height: 14px;
  padding: 0 4px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
}
.product__label {
  height: 92px;
}
@media (max-width: 576px) {
  .product__name {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.file__button svg {
  pointer-events: none;
}
.file__preview {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.file__delete {
  top: 4px;
  right: 4px;
  z-index: 5;
}

.default-text {
  font-size: 16px;
}
.default-text p {
  margin: 0;
}
.default-text p:not(:first-child) {
  margin-top: 8px;
}
.default-text h3:not(:first-child) {
  margin-top: 40px;
}
.default-text h3:not(:last-child) {
  margin-bottom: 24px;
}
.default-text h5:not(:first-child), .default-text h6:not(:first-child) {
  margin-top: 20px;
}
.default-text ul, .default-text ol {
  list-style: none;
}
.default-text ul:not(:last-child), .default-text ol:not(:last-child) {
  margin-bottom: 40px;
}
.default-text ul li:not(:first-child), .default-text ol li:not(:first-child) {
  margin-top: 8px;
}
.default-text ul li {
  padding-left: 20px;
  position: relative;
}
.default-text ul li::after {
  content: "";
  width: 10px;
  height: 1px;
  background: #1C1C1C;
  position: absolute;
  left: 0;
  top: 12px;
}
.default-text ol {
  counter-reset: item;
}
.default-text ol li::before {
  content: counter(item) ".";
  counter-increment: item;
  padding-right: 8px;
}
.default-text ol li p {
  display: inline;
}
.default-text a {
  color: #009AA6;
}
.default-text a:hover {
  color: #E46C11;
}

.color-button__input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -99999px;
}
.color-button__input:checked + .color-button__wrapper {
  border-color: #FF6E00;
}
.color-button__wrapper {
  cursor: pointer;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border: 2px solid #E0E2E7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .color-button__wrapper:hover {
    border-color: #FF9E54;
  }
}
.color-button__wrapper.active {
  border-color: #FF6E00;
}

.article-preview {
  height: 240px;
}
.article-preview__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.article-preview__image {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.article-preview__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (hover: hover) {
  .article-preview:hover .article-preview__image {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.news-number-list {
  list-style: none;
  counter-reset: item;
}
.news-number-list li {
  position: relative;
  padding-left: 50px;
  min-height: 40px;
}
.news-number-list li::before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  top: 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  left: 0;
  color: #FF6E00;
}
@media (max-width: 576px) {
  .news-number-list li {
    position: relative;
    padding-left: 32px;
    min-height: 24px;
  }
  .news-number-list li::before {
    font-size: 24px;
  }
}
.news-quote::before {
  position: absolute;
  top: -20px;
  width: 72px;
  height: 54px;
  left: 40px;
  content: url(https://cdn.orteka.ru/orteka-life/img/kav.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.radio-type__input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -99999px;
}
.radio-type__input:checked + .radio-type__wrapper {
  background-color: #E7FAFB;
  color: #009AA6;
}
.radio-type__input:disabled + .radio-type__wrapper {
  color: #858D9D;
  background-color: #FAFAFA;
  cursor: default;
}
.radio-type__wrapper {
  height: 36px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.radio-type__wrapper:hover {
  color: #009AA6;
}

.custom-popup {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none;
  place-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: minmax(0, 1fr);
  overflow-y: auto;
  z-index: 1064;
}
.custom-popup.is-open {
  display: grid;
}
.custom-popup__content {
  width: 100%;
}
.custom-popup__content_sm {
  max-width: 400px;
}
.custom-popup__content_md {
  max-width: 600px;
}
.custom-popup__content_lg {
  max-width: 800px;
}
.custom-popup__content_xl {
  max-width: 1000px;
}
@media (max-width: 768px) {
  .custom-popup__wrapper_md-full {
    max-width: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .custom-popup__down {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1000;
    border-radius: 16px 16px 0px 0px;
    -webkit-box-shadow: 0px -4px 12px 0px rgba(28, 28, 28, 0.16);
            box-shadow: 0px -4px 12px 0px rgba(28, 28, 28, 0.16);
  }
  .custom-popup__down.is-hidden {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .custom-popup__top {
    top: 0;
    z-index: 10;
    border-bottom: 1px solid #A6BDCA;
  }
  .custom-popup__wrap {
    max-height: none;
  }
  .custom-popup__block {
    max-width: 100%;
  }
  .custom-popup__block_md-full {
    min-height: 100%;
  }
}

.preloader {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
}
.preloader__block {
  -webkit-animation: container-rotate 1600ms linear infinite;
          animation: container-rotate 1600ms linear infinite;
}
.preloader__item {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.preloader__item_1 {
  border-color: #009AA6;
  -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-1-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-1-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.preloader__item_2 {
  border-color: #FF6E00;
  -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-2-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-2-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.preloader__item_3 {
  border-color: #009AA6;
  -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-3-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-3-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.preloader__item_4 {
  border-color: #FF6E00;
  -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-4-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-4-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.preloader__part {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.preloader__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 200%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: none;
          animation: none;
}
.preloader__inner_left {
  border-right-color: transparent;
  -webkit-transform: rotate(129deg);
          transform: rotate(129deg);
  -webkit-animation: left-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: left-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.preloader__inner_center {
  width: 1000%;
  left: -450%;
}
.preloader__inner_right {
  left: -100%;
  border-left-color: transparent;
  -webkit-transform: rotate(-129deg);
          transform: rotate(-129deg);
  -webkit-animation: right-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: right-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.preloader__ticker {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.preloader_sm .preloader__block {
  height: 16px;
  width: 16px;
}
.preloader_sm .preloader__inner {
  border-width: 1px;
}
.preloader_md .preloader__block {
  height: 32px;
  width: 32px;
}
.preloader_md .preloader__inner {
  border-width: 1px;
}
.preloader_lg {
  background: rgba(255, 255, 255, 0.8);
}
.preloader_lg .preloader__block {
  height: 60px;
  width: 60px;
}
.preloader_lg .preloader__inner {
  border-width: 3px;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}
@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}
@-webkit-keyframes left-spin {
  0% {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
}
@keyframes left-spin {
  0% {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
}
@-webkit-keyframes line-1-fade-in-out {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes line-1-fade-in-out {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes line-2-fade-in-out {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes line-2-fade-in-out {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@-webkit-keyframes line-3-fade-in-out {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@keyframes line-3-fade-in-out {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@-webkit-keyframes line-4-fade-in-out {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes line-4-fade-in-out {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.preloading {
  position: relative;
  overflow: hidden;
}
.preloading::after {
  content: "";
  position: absolute;
  background-color: #F9F9F9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0.95;
}
.preloading::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10%;
  background: #ffffff;
  -webkit-box-shadow: 6px 0 12px 4px #ffffff, -6px 0 12px 4px #ffffff;
          box-shadow: 6px 0 12px 4px #ffffff, -6px 0 12px 4px #ffffff;
  -webkit-animation: reflect-first 2s infinite;
          animation: reflect-first 2s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  z-index: 101;
  opacity: 0.9;
}

@-webkit-keyframes reflect-first {
  0% {
    left: 0;
  }
  50% {
    left: 60%;
  }
  to {
    left: 110%;
  }
}

@keyframes reflect-first {
  0% {
    left: 0;
  }
  50% {
    left: 60%;
  }
  to {
    left: 110%;
  }
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/frontend/dist/ui/assets/ui-AFOBXumy.css?178530855270397*/
@font-face{font-family:IBM Plex Sans;src:url(/local/frontend/dist/ui/assets/IBMPlexSans-Regular-rHdpeWlo.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:IBM Plex Sans;src:url(/local/frontend/dist/ui/assets/IBMPlexSans-Light-vWd-C2h1.ttf)format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:IBM Plex Sans;src:url(/local/frontend/dist/ui/assets/IBMPlexSans-Medium-BCVqTzvL.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:IBM Plex Sans;src:url(/local/frontend/dist/ui/assets/IBMPlexSans-SemiBold-DaHFhWfZ.ttf)format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:IBM Plex Sans;src:url(/local/frontend/dist/ui/assets/IBMPlexSans-Bold-DfEv2__I.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/local/frontend/dist/ui/assets/Roboto-Regular-CN_pkOMA.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/local/frontend/dist/ui/assets/Roboto-Light-r0KW6U_F.ttf)format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/local/frontend/dist/ui/assets/Roboto-Medium-CwcsZ-zd.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/local/frontend/dist/ui/assets/Roboto-SemiBold-EVIM0_1H.ttf)format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/local/frontend/dist/ui/assets/Roboto-Bold-_ZJd4Sbe.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(/local/frontend/dist/ui/assets/Montserrat-VariableFont_wght-CiIa1Ne8.ttf)format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(/local/frontend/dist/ui/assets/Montserrat-Italic-VariableFont_wght-B1o0utJu.ttf)format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:"Source Serif 4";src:url(/local/frontend/dist/ui/assets/SourceSerif4-VariableFont_opsz_wght-Di1b1OZ9.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/local/frontend/dist/ui/assets/Nunito-VariableFont_wght-DjOotFkD.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Jost;src:url(/local/frontend/dist/ui/assets/Jost-VariableFont_wght-BvwSITGa.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}.font{font-family:IBM Plex Sans,sans-serif}.font-montserrat{font-family:Montserrat,sans-serif}.font-source-serif{font-family:"Source Serif 4",sans-serif}.font-nunito{font-family:Nunito,sans-serif}.font-jost{font-family:Jost,sans-serif}h1,h2,.h1{font-size:32px;line-height:1.2}h3,.h3{font-size:20px;line-height:1.2}.fs-10{font-size:10px}.fs-12{font-size:12px}.fs-14{font-size:14px}.fs-16{font-size:16px}.fs-18{font-size:18px}.fs-20{font-size:20px}.fs-22{font-size:22px}.fs-24{font-size:24px}.fs-28{font-size:28px}.fs-32{font-size:32px}.fs-36{font-size:36px}.fs-44{font-size:44px}.fs-48{font-size:48px}.fw-light{font-weight:300}.fw-regular{font-weight:400}.fw-medium{font-weight:500}.fw-semibold{font-weight:600}.fw-bold{font-weight:700}.text-italic{font-style:italic}.text-uppercase{text-transform:uppercase}.text-strike{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.line-1-2{line-height:1.2}.line-1-5{line-height:1.5}.text-ellipsis{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}@media (max-width:1200px){.fs-xl-32{font-size:32px}.fs-xl-28{font-size:28px}.fs-xl-20{font-size:20px}.fs-xl-18{font-size:18px}.fs-xl-16{font-size:16px}}@media (max-width:992px){.fs-lg-12{font-size:12px}.fs-lg-14{font-size:14px}.fs-lg-16{font-size:16px}.fs-lg-18{font-size:18px}.fs-lg-20{font-size:20px}.fs-lg-24{font-size:24px}.fs-lg-28{font-size:28px}.fs-lg-32{font-size:32px}}@media (max-width:768px){.fs-md-10{font-size:10px}.fs-md-12{font-size:12px}.fs-md-14{font-size:14px}.fs-md-16{font-size:16px}.fs-md-18{font-size:18px}.fs-md-20{font-size:20px}.fs-md-24{font-size:24px}.fs-md-28{font-size:28px}.fw-md-medium{font-weight:500}}@media (max-width:576px){.fs-sm-8{font-size:8px}.fs-sm-10{font-size:10px}.fs-sm-12{font-size:12px}.fs-sm-14{font-size:14px}.fs-sm-16{font-size:16px}.fs-sm-20{font-size:20px}.fs-sm-24{font-size:24px}.fw-sm-medium{font-weight:500}.fw-sm-semibold{font-weight:600}}.grid-row{margin-left:-16px;margin-right:-16px;display:flex}.grid-row_lg{margin-left:-12px;margin-right:-12px}.grid-row_lg>.grid-col{padding-left:12px;padding-right:12px}.grid-row_md{margin-left:-8px;margin-right:-8px}.grid-row_md>.grid-col{padding-left:8px;padding-right:8px}.grid-row_sm{margin-left:-4px;margin-right:-4px}.grid-row_sm>.grid-col{padding-left:4px;padding-right:4px}.grid-row_xs{margin-left:-2px;margin-right:-2px}.grid-row_xs>.grid-col{padding-left:2px;padding-right:2px}.grid-row_empty{margin-left:0;margin-right:0}.grid-row_empty>.grid-col{padding-left:0;padding-right:0}@media (max-width:1200px){.grid-row_xl-md{margin-left:-8px;margin-right:-8px}.grid-row_xl-md>.grid-col{padding-left:8px;padding-right:8px}}@media (max-width:992px){.grid-row_lg-md{margin-left:-8px;margin-right:-8px}.grid-row_lg-md>.grid-col{padding-left:8px;padding-right:8px}}@media (max-width:768px){.grid-row_md-sm{margin-left:-4px;margin-right:-4px}.grid-row_md-sm>.grid-col{padding-left:4px;padding-right:4px}}@media (max-width:576px){.grid-row_sm-sm{margin-left:-4px;margin-right:-4px}.grid-row_sm-sm>.grid-col{padding-left:4px;padding-right:4px}.grid-row_sm-xs{margin-left:-2px;margin-right:-2px}.grid-row_sm-xs>.grid-col{padding-left:2px;padding-right:2px}}.grid-col{padding-left:16px;padding-right:16px}.grid-col_16{width:16.6666%;min-width:16.6666%}.grid-col_20{width:20%;min-width:20%}.grid-col_25{width:25%;min-width:25%}.grid-col_26{width:26%;min-width:26%}.grid-col_28{width:28%;min-width:28%}.grid-col_33{width:33.3333%;min-width:33.3333%}.grid-col_40{width:40%;min-width:40%}.grid-col_41{width:41.5%;min-width:41.5%}.grid-col_45{width:45%;min-width:45%}.grid-col_50{width:50%;min-width:50%}.grid-col_55{width:55%;min-width:55%}.grid-col_59{width:58.5%;min-width:58.5%}.grid-col_60{width:60%;min-width:60%}.grid-col_66{width:66.6667%;min-width:66.6667%}.grid-col_75{width:75%;min-width:75%}.grid-col_100{width:100%;min-width:100%}.grid-col_full{flex-grow:1;min-width:0}.grid-col_same{flex:1;min-width:0}@media (max-width:1200px){.grid-col_xl-auto{flex-grow:0;width:auto;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content}.grid-col_xl-20{width:20%;min-width:20%}.grid-col_xl-25{width:25%;min-width:25%}.grid-col_xl-33{width:33.3333%;min-width:33.3333%}.grid-col_xl-40{width:40%;min-width:40%}.grid-col_xl-50{width:50%;min-width:50%}.grid-col_xl-60{width:60%;min-width:60%}.grid-col_xl-66{width:66.6667%;min-width:66.6667%}.grid-col_xl-100{width:100%;min-width:100%}}@media (max-width:992px){.grid-col_lg-auto{flex-grow:0;width:auto;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content}.grid-col_lg-33{width:33.3333%;min-width:33.3333%}.grid-col_lg-50{width:50%;min-width:50%}.grid-col_lg-66{width:66.6667%;min-width:66.6667%}.grid-col_lg-100{width:100%;min-width:100%}.grid-col_lg-full{flex-grow:1;width:auto;min-width:0}}@media (max-width:768px){.grid-col_md-25{width:25%;min-width:25%}.grid-col_md-50{width:50%;min-width:50%}.grid-col_md-100{width:100%;min-width:100%}.grid-col_md-full{flex-grow:1;min-width:0}.grid-col_md-auto{flex-grow:0;width:auto;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content}}@media (max-width:576px){.grid-col_sm-50{width:50%;min-width:50%}.grid-col_sm-100{width:100%;min-width:100%}.grid-col_sm-full{flex-grow:1;min-width:0}.grid-col_sm-auto{flex-grow:0;width:auto;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content}}html{scroll-behavior:smooth;scrollbar-gutter:stable}html.is-fixed,html.is-fixed body{-webkit-overflow-scrolling:auto;overflow:hidden}@supports not (scrollbar-gutter:stable){html.is-fixed body{padding-right:var(--orteka-scrollbar-compensation,0px)}}body{color:#1c1c1c;scroll-behavior:smooth;background-color:#fff;font-family:Roboto,sans-serif;font-size:16px;line-height:1.4}.wrap-all{flex-direction:column;min-height:100vh;display:flex}.wrap-content{flex-grow:1;width:100%}.container{width:100%;max-width:1232px;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}.logo{width:220px;height:32px;display:block}@media (max-width:992px){.logo{width:165px;height:24px}}.page-wrapper{padding:64px 0}@media (max-width:768px){.page-wrapper{padding:32px 0}}.radius-sm{border-radius:6px}.radius-md{border-radius:16px}.radius-lg{border-radius:24px}.radius-circle{border-radius:50%}.border-radius-sm{border-radius:4px}.border-radius-md{border-radius:8px}.border-radius-mbl{border-radius:12px}.border-radius-lg{border-radius:16px}.border-radius-xl{border-radius:20px}.border-radius-xxl{border-radius:40px}.border-radius-rounded{border-radius:9999px}.text-right{text-align:right}.text-left{text-align:left}.text-center{text-align:center}.relative{position:relative}.fixed{position:fixed}.absolute{position:absolute}.sticky{position:-webkit-sticky;position:sticky}.price{white-space:nowrap}.price-old{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.deliver{height:1px}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.list-reset{list-style:none}.list-inside{padding-left:16px}.list-letter li:first-letter{text-transform:uppercase}.list-primary li::marker{color:#ff6e00}.img-cover{-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%;height:100%;display:block}.img-contain{-o-object-fit:contain;object-fit:contain;-o-object-position:50% 50%;object-position:50% 50%;width:100%;height:100%;display:block}.image-42{width:42px;min-width:42px;height:42px}.image-56{width:56px;min-width:56px;height:56px}.image-60{width:60px;min-width:60px;height:60px}.image-80{width:80px;min-width:80px;height:80px}.image-100{width:100px;min-width:100px;height:100px}.nowrap{white-space:nowrap}.underline{text-decoration:underline}@media (max-width:992px){.text-lg-center{text-align:center}.text-lg-left{text-align:left}}@media (max-width:768px){.text-md-center{text-align:center}.text-md-left{text-align:left}.text-md-right{text-align:right}.border-radius-md-0{border-radius:0}.border-radius-md-xl{border-radius:20px}}@media (max-width:576px){.text-sm-center{text-align:center}.text-sm-left{text-align:left}.border-radius-sm-0{border-radius:0}}.mt-2{margin-top:2px}.m-0{margin:0}.mt-4{margin-top:4px}.mt-8{margin-top:8px}.mt-10{margin-top:10px}.mt-12{margin-top:12px}.mt-16{margin-top:16px}.mt-20{margin-top:20px}.mt-24{margin-top:24px}.mt-32{margin-top:32px}.mt-36{margin-top:36px}.mt-40{margin-top:40px}.mt-44{margin-top:44px}.mt-48{margin-top:48px}.mt-60{margin-top:60px}.mb-2{margin-bottom:2px}.mb-4{margin-bottom:4px}.mb-8{margin-bottom:8px}.mb-12{margin-bottom:12px}.mb-16{margin-bottom:16px}.mb-20{margin-bottom:20px}.mb-24{margin-bottom:24px}.mb-40{margin-bottom:40px}.mb-44{margin-bottom:44px}.mr-2,.mr-4{margin-right:4px}.mr-8{margin-right:8px}.mr-12{margin-right:12px}.mr-16{margin-right:16px}.mr-20{margin-right:20px}.ml-2{margin-left:2px}.ml-4{margin-left:4px}.ml-8{margin-left:8px}.ml-12{margin-left:12px}.ml-16{margin-left:16px}.ml-auto{margin-left:auto}.mx-auto{margin-left:auto;margin-right:auto}.mx-n32{margin-left:-32px;margin-right:-32px}.mx-n24{margin-left:-24px;margin-right:-24px}.mx-n16{margin-left:-16px;margin-right:-16px}.gap-4{gap:4px}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.gap-20{gap:20px}.gap-24{gap:24px}.gap-32{gap:32px}.gap-40{gap:40px}.gap-48{gap:48px}@media (max-width:1200px){.mt-xl-0{margin-top:0}.mt-xl-8{margin-top:8px}.mt-xl-20{margin-top:20px}.mt-xl-40{margin-top:40px}.mx-xl-n16{margin-left:-16px;margin-right:-16px}}@media (max-width:992px){.mt-lg-0{margin-top:0}.mt-lg-8{margin-top:8px}.mt-lg-12{margin-top:12px}.mt-lg-16{margin-top:16px}.mt-lg-24{margin-top:24px}.mt-lg-32{margin-top:32px}.mx-lg-n16{margin-left:-16px;margin-right:-16px}}@media (max-width:768px){.mt-md-0{margin-top:0}.mt-md-4{margin-top:4px}.mt-md-8{margin-top:8px}.mt-md-12{margin-top:12px}.mt-md-16{margin-top:16px}.mt-md-20{margin-top:20px}.mt-md-24{margin-top:24px}.mt-md-40{margin-top:40px}.mb-md-24{margin-bottom:24px}.mb-md-32{margin-bottom:32px}.mx-md-n16{margin-left:-16px;margin-right:-16px}.mx-md-n24{margin-left:-24px;margin-right:-24px}.mx-md-auto{margin-left:auto;margin-right:auto}.gap-md-16{gap:16px}.gap-md-24{gap:24px}.ml-md-4{margin-left:4px}.mr-md-4{margin-right:4px}}@media (max-width:576px){.mt-sm-0{margin-top:0}.mt-sm-4{margin-top:4px}.mt-sm-8{margin-top:8px}.mt-sm-16{margin-top:16px}.mt-sm-20{margin-top:20px}.mb-sm-0{margin-bottom:0}.mb-sm-16{margin-bottom:16px}.ml-sm-4{margin-left:4px}.ml-sm-8{margin-left:8px}.mr-sm-0{margin-right:0}.mx-sm-n16{margin-left:-16px;margin-right:-16px}.mx-sm-auto{margin-left:auto;margin-right:auto}.gap-sm-12{gap:12px}.gap-sm-16{gap:16px}}.p-4{padding:4px}.p-8{padding:8px}.p-12{padding:12px}.p-16{padding:16px}.p-20{padding:20px}.p-24{padding:24px}.p-32{padding:32px}.p-40{padding:40px}.py-2{padding-top:2px;padding-bottom:2px}.py-4{padding-top:4px;padding-bottom:4px}.py-8{padding-top:8px;padding-bottom:8px}.py-10{padding-top:10px;padding-bottom:10px}.py-12{padding-top:12px;padding-bottom:12px}.py-16{padding-top:16px;padding-bottom:16px}.py-20{padding-top:20px;padding-bottom:20px}.py-24{padding-top:24px;padding-bottom:24px}.py-32{padding-top:32px;padding-bottom:32px}.py-40{padding-top:40px;padding-bottom:40px}.px-4{padding-left:4px;padding-right:4px}.px-8{padding-left:8px;padding-right:8px}.px-12{padding-left:12px;padding-right:12px}.px-16{padding-left:16px;padding-right:16px}.px-20{padding-left:20px;padding-right:20px}.px-24{padding-left:24px;padding-right:24px}.px-32{padding-left:32px;padding-right:32px}.px-40{padding-left:40px;padding-right:40px}.pt-4{padding-top:4px}.pt-8{padding-top:8px}.pt-12{padding-top:12px}.pt-16{padding-top:16px}.pt-20{padding-top:20px}.pt-24{padding-top:24px}.pt-28{padding-top:28px}.pt-32{padding-top:32px}.pt-36{padding-top:36px}.pt-40{padding-top:40px}.pt-48{padding-top:48px}.pt-64{padding-top:64px}.pt-80{padding-top:80px}.pb-4{padding-bottom:4px}.pb-8{padding-bottom:8px}.pb-12{padding-bottom:12px}.pb-16{padding-bottom:16px}.pb-20{padding-bottom:20px}.pb-24{padding-bottom:24px}.pb-28{padding-bottom:28px}.pb-32{padding-bottom:32px}.pb-40{padding-bottom:40px}.pb-48{padding-bottom:48px}.pb-60{padding-bottom:60px}.pb-64{padding-bottom:64px}.pr-4{padding-right:4px}.pr-8{padding-right:8px}.pr-16{padding-right:16px}.pr-24{padding-right:24px}.pl-4{padding-left:4px}.pl-8{padding-left:8px}.pl-10{padding-left:10px}.pl-16{padding-left:16px}.pl-24{padding-left:24px}.pl-40{padding-left:40px}@media (max-width:1200px){.pt-xl-0{padding-top:0}.pt-xl-16{padding-top:16px}.px-xl-16{padding-left:16px;padding-right:16px}}@media (max-width:992px){.p-lg-0{padding:0}.p-lg-12{padding:12px}.p-lg-16{padding:16px}.p-lg-24{padding:24px}.pt-lg-4{padding-top:4px}.pt-lg-8{padding-top:8px}.pt-lg-12{padding-top:12px}.pt-lg-16{padding-top:16px}.pt-lg-24{padding-top:24px}.pt-lg-32{padding-top:32px}.pb-lg-16{padding-bottom:16px}.pb-lg-24{padding-bottom:24px}.pb-lg-32{padding-bottom:32px}}@media (max-width:768px){.p-md-0{padding:0}.p-md-8{padding:8px}.p-md-16{padding:16px}.p-md-24{padding:24px}.px-md-0{padding-left:0;padding-right:0}.px-md-4{padding-left:4px;padding-right:4px}.px-md-8{padding-left:8px;padding-right:8px}.px-md-16{padding-left:16px;padding-right:16px}.px-md-24{padding-left:24px;padding-right:24px}.py-md-0{padding-top:0;padding-bottom:0}.py-md-8{padding-top:8px;padding-bottom:8px}.py-md-12{padding-top:12px;padding-bottom:12px}.py-md-16{padding-top:16px;padding-bottom:16px}.py-md-20{padding-top:20px;padding-bottom:20px}.py-md-24{padding-top:24px;padding-bottom:24px}.pb-md-0{padding-bottom:0}.pb-md-8{padding-bottom:8px}.pb-md-16{padding-bottom:16px}.pb-md-20{padding-bottom:20px}.pb-md-32{padding-bottom:32px}.pb-md-40{padding-bottom:40px}.pt-md-0{padding-top:0}.pt-md-4{padding-top:4px}.pt-md-8{padding-top:8px}.pt-md-12{padding-top:12px}.pt-md-16{padding-top:16px}.pt-md-20{padding-top:20px}.pt-md-24{padding-top:24px}.pt-md-40{padding-top:40px}.pt-md-48{padding-top:48px}.pl-md-16{padding-left:16px}.pl-md-24{padding-left:24px}.pr-md-16{padding-right:16px}}@media (max-width:576px){.p-sm-0{padding:0}.p-sm-8{padding:8px}.p-sm-16{padding:16px}.px-sm-0{padding-left:0;padding-right:0}.px-sm-16{padding-left:16px;padding-right:16px}.pt-sm-4{padding-top:4px}.pt-sm-8{padding-top:8px}.pt-sm-12{padding-top:12px}.pt-sm-16{padding-top:16px}.pt-sm-24{padding-top:24px}.pb-sm-0{padding-bottom:0}.pl-sm-8{padding-left:8px}}.link{cursor:pointer;transition:all .3s}.link_underline{text-decoration:underline}@media (hover:hover){.link_underline:hover{text-decoration:none}}.button{cursor:pointer;background:0 0;border:none;align-items:center;transition:all .3s;display:inline-flex}.button_primary{color:#fff;text-align:center;background-color:#ff6e00;border-radius:6px;justify-content:center;padding:0 16px}.button_primary:not(:disabled):hover{background-color:#ff8c00}.button_primary:not(:disabled):active,.button_primary:not(:disabled):focus{background-color:#e56812}.button_secondary{color:#fff;text-align:center;background-color:#009aa6;border-radius:6px;justify-content:center;padding:0 16px}.button_secondary:not(:disabled):hover{background-color:rgba(0,117,128,.6)}.button_secondary:not(:disabled):active,.button_secondary:not(:disabled):focus{background-color:#0092a0}.button_third{color:#ff6e00;text-align:center;background-color:#fff1e6;border-radius:6px;justify-content:center;padding:0 16px}.button_third:hover{background-color:#ffebdc}.button_fourth{color:#009aa6;text-align:center;background-color:#e1f4f5;border-radius:6px;justify-content:center;padding:0 16px}.button_fourth:not(:disabled):hover{background-color:#c3e9ec}.button_fourth:not(:disabled):active,.button_fourth:not(:disabled):focus{color:#fff;background-color:#009aa6}.button_border-primary{color:#ff6e00;text-align:center;border:1px solid #ff6e00;border-radius:6px;justify-content:center;padding:0 16px}.button_border-primary:not(:disabled):hover{color:#ff8c00;border-color:#ff8c00}.button_border-secondary{color:#009aa6;text-align:center;border:1px solid #009aa6;border-radius:6px;justify-content:center;padding:0 16px}.button_border-secondary:not(:disabled):hover{color:rgba(0,117,128,.6);border-color:rgba(0,117,128,.6)}.button__icon,.button__text{display:block}.button__text_underline{text-decoration:underline}.button:disabled{color:#fff;background-color:#959595;border-color:#959595}.button:hover .button__text{text-decoration:none}.button_xl{height:56px}.button_lg{height:48px}.button_md{height:40px}.button_sm{height:36px}.button_xs{height:24px}@media (max-width:768px){.button_xl{height:48px}.button_lg{height:40px}.button_md{height:36px}}@media (max-width:576px){.button_sm-simple{height:auto}}.btn{cursor:pointer;text-align:center;background:0 0;border:none;justify-content:center;align-items:center;font-family:inherit;text-decoration:none;transition:all .3s;display:inline-flex}.btn_primary{color:#fff;background-color:#ff6e00}@media (hover:hover){.btn_primary:hover{background-color:#ff9e54}}.btn_primary:disabled{color:#f0f1f3;background-color:#858d9d}.btn_white{color:#000;background-color:#fff}@media (hover:hover){.btn_white:hover{color:#000;background-color:#f0f1f3}}.btn_white:active{background-color:#e0e2e7}.btn_primary-soft{color:#ff6e00;background-color:#fff9f4;border:1px solid #ff6e00}@media (hover:hover){.btn_primary-soft:hover{color:#fff;background-color:#e46c11;border-color:#e46c11}}.btn_stroke-primary{color:#ff6e00;border:1px solid #ff6e00}@media (hover:hover){.btn_stroke-primary:hover{color:#ff9e54;border-color:#ff9e54}}.btn_stroke-primary.is-active{color:#fff;background-color:#e46c11;border-color:#e46c11}.btn_dark-soft{color:#1b2037;background-color:#f0f1f3}@media (hover:hover){.btn_dark-soft:hover{color:#fff;background-color:#242a46}}.btn_dark-soft:disabled{color:#f0f1f3;background-color:#fafafa}.btn_stroke-dark-soft{color:#1c1c1c;border:1px solid #e0e2e7}@media (hover:hover){.btn_stroke-dark-soft:hover{color:#fff;background-color:#242a46;border-color:#242a46}}.btn_stroke-dark-soft.is-active{color:#fff;background-color:#242a46;border-color:#242a46}.btn_stroke-dark{color:#1b2037;border:1px solid #151a2d}@media (hover:hover){.btn_stroke-dark:hover{color:#fff;background-color:#242a46}}.btn_stroke-bottom-dark-soft{color:#858d9d;border-bottom:1px solid #e0e2e7;padding-bottom:8px}@media (hover:hover){.btn_stroke-bottom-dark-soft:hover{color:#1b2037}}.btn_fill-tertiary{color:#009aa6;background-color:#f5feff;border:1px solid #cef2f5}@media (hover:hover){.btn_fill-tertiary:hover{color:#fff;background-color:#009aa6;border-color:#009aa6}}.btn_secondary{color:#fff;background-color:#009aa6}@media (hover:hover){.btn_secondary:hover{background-color:#11919b}}.btn_fill-tertiary-dark{color:#1b2037;background-color:#f5feff;border:1px solid #151a2d}@media (hover:hover){.btn_fill-tertiary-dark:hover{color:#fff;background-color:#009aa6;border-color:#009aa6}}.btn_stroke-tertiary-soft{color:#009aa6;background-color:#fff;border:1px solid #cef2f5}@media (hover:hover){.btn_stroke-tertiary-soft:hover{color:#009aa6;background-color:#f5feff}}.btn_stroke-tertiary-soft.is-disabled{color:#858d9d;background-color:#fff;border-color:#e0e2e7}.btn_stroke-tertiary{color:#009aa6;background-color:#fff;border:1px solid #009aa6}@media (hover:hover){.btn_stroke-tertiary:hover{color:#009aa6;background-color:#f5feff}}.btn_stroke-tertiary.is-disabled{color:#858d9d;background-color:#fff;border-color:#e0e2e7}.btn_soft{color:#1b2037;background-color:#fff9f4;border:#ffe9d9;box-shadow:0 4px 4px rgba(0,0,0,.05)}@media (hover:hover){.btn_soft:hover{box-shadow:none}}.btn.color-dark:disabled{color:#f0f1f3}.btn_toggle{background-color:#fff;width:48px;height:47px}.btn_toggle.is-active{background-color:#f0f1f3}.btn_sm{height:28px}.btn_md{height:40px}.btn_mbl{height:48px}.btn_lg{height:52px}.btn_xl{height:64px}.btn_px-lg{padding-left:48px;padding-right:48px}.btn_px-sm{padding-left:12px;padding-right:12px}.btn:disabled,.btn.is-disabled{cursor:default}@media (max-width:768px){.btn_lg{height:44px}.btn_xl{height:52px}.btn_px-lg{padding-left:32px;padding-right:32px}.btn_stroke-bottom-dark-soft{background-color:#fff;border:1px solid #e0e2e7;border-radius:8px;height:48px;padding:0 12px}.btn_stroke-bottom-dark-soft.is-active .btn__icon{transform:rotate(180deg)}}@media (max-width:768px) and (hover:hover){.btn_stroke-bottom-dark-soft:hover{color:#1b2037}}svg{width:100%;max-width:100%;height:100%;color:inherit;fill:transparent;stroke:transparent;display:block}.icon-8{width:8px;min-width:8px;height:8px}.icon-12{width:12px;min-width:12px;height:12px}.icon-16{width:16px;min-width:16px;height:16px}.icon-20{width:20px;min-width:20px;height:20px}.icon-24{width:24px;min-width:24px;height:24px}.icon-28{width:28px;min-width:28px;height:28px}.icon-32{width:32px;min-width:32px;height:32px}.icon-34{width:34px;min-width:34px;height:34px}.icon-36{width:36px;min-width:36px;height:36px}.icon-40{width:40px;min-width:40px;height:40px}.icon-48{width:48px;min-width:48px;height:48px}.icon-full{width:100%;height:100%}@media (max-width:768px){.icon-md-16{width:16px;min-width:16px;height:16px}}.text-dark{color:#1c1c1c}.text-primary{color:#ff6e00}.text-secondary{color:#009aa6}.text-grey-light{color:#a6bdca}.text-grey-strong{color:#959595}.text-white{color:#fff}.text-black{color:#000}.text-tertiary{color:#009aa6}.text-green{color:#006327}.text-error{color:#ff6256}.bg-white{background-color:#fff}.bg-black{background-color:#000}.bg-grey-strong{background-color:#959595}.bg-grey-light{background-color:#a6bdca}.bg-dark{background-color:#1c1c1c}.bg-primary{background-color:#ff6e00}.bg-third{background-color:#fff1e6}.bg-fourth{background-color:#e1f4f5}.bg-secondary-light{background-color:#eaf4f4}.bg-secondary-lighter{background-color:#f0fcfd}.bg-third-hover{background-color:#ffebdc}.bg-grey-disable{background-color:#e9e9e9}.bg-fill-surface{background-color:#fafafa}.bg-fill-warning-soft{background-color:#fffcf6}.bg-fill-dark-soft{background-color:#f0f1f3}.bg-fill-disabled{background-color:#fafafa}.bg-hover-dark-soft{background-color:#e0e2e7}.bg-fill-negative{background-color:#ff554a}.bg-fill-tertiary-soft{background-color:#f5feff}.bg-hover-negative-soft{background-color:#fff1f0}.bg-fill-positive-soft{background-color:#f4fcf7}.bg-fill-positive{background-color:#23c965}.bg-fill-tertiary{background-color:#009aa6}.bg-fill-tertiary-dark{background-color:#daf5f6}.bg-fill-primary{background-color:#ffe9d9}.bg-hover-tertiary-soft{background-color:#e7fafb}.bg-fill-positive-50{background-color:rgba(35,201,101,.5)}.bg-hover-tertiary-light{background-color:#5bbdc5}.bg-dark-50{background-color:rgba(28,28,28,.5)}.border-secondary{border:1px solid #009aa6}.border-primary{border:1px solid #ff6e00}.border-grey-light{border:1px solid #a6bdca}.border-stroke-outermost{border:1px solid #f0f1f3}.border-bottom-stroke-outermost{border-bottom:1px solid #f0f1f3}.border-top-stroke-outermost{border-top:1px solid #f0f1f3}.border-right-text-gray{border-right:1px solid #858d9d}.border-stroke-dark-soft{border:1px solid #e0e2e7}.border-top-stroke-dark-soft{border-top:1px solid #e0e2e7}.border-bottom-stroke-dark-soft{border-bottom:1px solid #e0e2e7}.border-stroke-tertiary-soft{border:1px solid #cef2f5}.border-stroke-tertiary-2{border:2px solid #009aa6}@media (max-width:768px){.text-md-dark{color:#1c1c1c}.border-md-stroke-dark-soft{border:1px solid #e0e2e7}}@media (max-width:576px){.bg-sm-transparent{background-color:transparent}}.color-primary{color:#ff6e00}.color-heading{color:#0e1223}.color-gray{color:#858d9d}.color-green{color:#006327}.color-dark{color:#1b2037}.color-warning{color:#ffc14a}.color-tertiary{color:#009aa6}.color-negative{color:#ff554a}.color-positive{color:#23c965}.color-caption-soft{color:#667085}.color-gray-soft{color:#c2c6ce}@media (max-width:768px){.bg-md-white{background-color:#fff}}.hover-primary{transition:all .3s}@media (hover:hover){.hover-primary:hover{color:#ff6e00}}.hover-secondary{transition:all .3s}@media (hover:hover){.hover-secondary:hover{color:#009aa6}}.hover-primary-hover{transition:all .3s}@media (hover:hover){.hover-primary-hover:hover{color:#ff8c00}}.hover-secondary-hover{transition:all .3s}@media (hover:hover){.hover-secondary-hover:hover{color:rgba(0,117,128,.6)}.hover-white:hover{color:#fff}.hover-color-dark:hover{color:#242a46}.hover-color-gray:hover{color:#858d9d}.hover-color-hover-primary:hover{color:#e46c11}.hover-color-hover-tertiary:hover{color:#11919b}.hover-color-hover-gray:hover{color:#59647a}.hover-move-up:hover{transform:translateY(-10px)}}.active-rotate-180{transition:all .3s}.active-rotate-180.is-active{transform:rotate(180deg)}.active-move-down{transition:all .3s;transform:translateY(100%)}.active-move-down.is-active{transform:translateY(0)}.active-move-right{transition:all .3s;transform:translate(100%)}.active-move-right.is-active{transform:translate(0)}@media (max-width:992px){.lg-hidden-block{display:none}.lg-hidden-block.is-active{display:block}}@media (max-width:768px){.md-hidden-block{display:none}.md-hidden-block.is-active{display:block}}.hover-stroke-dark{transition:all .3s}@media (hover:hover){.hover-stroke-dark:hover{border-color:#151a2d}}.d-flex{display:flex}.d-flex_between{justify-content:space-between}.d-flex_baseline{align-items:baseline}.d-flex_middle{align-items:center}.d-flex_wrap{flex-wrap:wrap}.d-flex_reverse{flex-direction:row-reverse}.d-flex_bottom{align-items:flex-end}.d-flex_center{justify-content:center}.d-flex_column{flex-direction:column}.d-flex_end{justify-content:flex-end}@media (max-width:1200px){.d-flex_xl-wrap{flex-wrap:wrap}}@media (max-width:992px){.d-flex_lg-wrap{flex-wrap:wrap}.d-flex_lg-nowrap{flex-wrap:nowrap}.d-flex_lg-center{justify-content:center}.d-flex_lg-column{flex-direction:column}.d-flex_lg-end{justify-content:flex-end}.d-flex_lg-top{align-items:flex-start}.d-flex_lg-start{justify-content:flex-start}}@media (max-width:768px){.d-flex_md-wrap{flex-wrap:wrap}.d-flex_md-nowrap{flex-wrap:nowrap}.d-flex_md-column-reverse{flex-direction:column-reverse}.d-flex_md-column{flex-direction:column}.d-flex_md-center{justify-content:center}.d-flex_md-reverse{flex-direction:row-reverse}.d-flex_md-end{justify-content:flex-end}.d-flex_md-start{justify-content:flex-start}.d-flex_md-row{flex-direction:row}}@media (max-width:576px){.d-flex_sm-wrap{flex-wrap:wrap}.d-flex_sm-center{justify-content:center}.d-flex_sm-nowrap{flex-wrap:nowrap}.d-flex_sm-end{justify-content:flex-end}.d-flex_sm-column{flex-direction:column}}.d-inline-flex{display:inline-flex}.d-none{display:none}.d-block{display:block}.d-inline{display:inline}.d-inline-block{display:inline-block}.w-100{width:100%}.w-50{width:50%}.h-100{height:100%}@media (max-width:1200px){.d-xl-none{display:none}.d-xl-block{display:block}}@media (max-width:992px){.d-lg-none{display:none}.d-lg-block{display:block}.d-lg-flex{display:flex}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.w-lg-100{width:100%}}@media (max-width:768px){.d-md-none{display:none}.d-md-block{display:block}.d-md-inline{display:inline}.d-md-flex{display:flex}.h-md-100{height:100%}.h-md-auto{height:auto}.w-md-100{width:100%}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}}@media (max-width:576px){.d-sm-none{display:none}.d-sm-block{display:block}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.order-sm-1{order:1}.order-sm-2{order:2}.w-sm-100{width:100%}}.scroll{scrollbar-width:thin;scrollbar-color:#ff6e00 transparent;-webkit-overflow-scrolling:touch}.scroll::-webkit-scrollbar{width:2px;height:2px}.scroll::-webkit-scrollbar-track{background:0 0}.scroll::-webkit-scrollbar-thumb{background-color:#ff6e00;border:0;border-radius:4px}.scroll_y{max-height:100%;overflow-x:hidden;overflow-y:auto}.scroll_x{overflow-x:auto;overflow-y:hidden}@media (max-width:768px){.scroll_md-reset{overflow:visible}.scroll_md-scroll_y{max-height:100%;overflow-x:hidden;overflow-y:auto}}.scroll-invisible{scrollbar-width:thin;scrollbar-color:transparent transparent;-webkit-overflow-scrolling:touch}.scroll-invisible::-webkit-scrollbar{width:2px;height:2px}.scroll-invisible::-webkit-scrollbar-track{background:0 0}.scroll-invisible::-webkit-scrollbar-thumb{background-color:transparent;border:0}.scroll-secondary{scrollbar-width:thin;scrollbar-color:#009aa6 transparent;-webkit-overflow-scrolling:touch}.scroll-secondary::-webkit-scrollbar{width:2px;height:2px}.scroll-secondary::-webkit-scrollbar-track{background:0 0}.scroll-secondary::-webkit-scrollbar-thumb{background-color:#009aa6;border:0;border-radius:4px}.scroll-secondary_y{max-height:100%;overflow-x:hidden;overflow-y:auto}.scroll-secondary_x{overflow-x:auto;overflow-y:hidden}.popup{z-index:1062;background:rgba(0,0,0,.52);position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}.popup.mfp-wrap{z-index:1070}.popup .mfp-container{height:auto;padding:0;bottom:0}.popup.mfp-bg{opacity:.52;background:#000}.popup .mfp-close{display:none}.popup__wrapper{width:100%;margin-left:auto;margin-right:auto}.popup__wrapper_sm{max-width:484px}.popup__wrapper_lg{max-width:983px}.popup.is-open{display:flex}.popup__wrap{z-index:3;max-height:100%;position:relative}.popup__block{width:100%}.popup__block_xs{max-width:356px}.popup__block_sm{max-width:500px}.popup__block_md{max-width:644px}.popup__block_lg{max-width:968px}.popup__block_xl{max-width:1260px}@media (max-width:768px){.popup__wrapper_md-full{max-width:none;position:fixed;top:0;bottom:0;left:0;right:0}.popup__down{z-index:1000;border-radius:16px 16px 0 0;width:100vw;height:auto;max-height:100vh;margin-left:0;margin-right:0;transition:all .5s;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 12px rgba(28,28,28,.16)}.popup__down.is-hidden{transform:translateY(100%)}.popup__top{z-index:10;border-bottom:1px solid #a6bdca;top:0}.popup__wrap{max-height:none}.popup__block{max-width:100%}.popup__block_md-full{min-height:100%}}.form-group{position:relative}.form-group_icon-right .form-field{padding-right:38px}.form-group_icon-left .form-field{padding-left:38px}.form-group__icon{z-index:5;transition:all .3s;position:absolute;top:50%;transform:translateY(-50%)}.form-group__icon_left{left:16px}.form-group__icon_right{right:16px}.form-group_icon-top .form-group__icon{top:16px;transform:none}.form-group__icon_clear{opacity:0;visibility:hidden}.form-group__label{color:#858d9d;z-index:11;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;background-color:#fff;max-width:calc(100% - 24px);padding:0 4px;font-size:14px;transition:all .3s;display:inline-block;position:absolute;top:50%;left:12px;overflow:hidden;transform:translateY(-50%)}.form-group__label.is-up{font-size:12px;top:0}.form-group:focus-within .form-group__label{color:#ff6e00;font-size:12px;top:0}.form-group.is-error{color:#ff554a}.form-group.is-error .form-field{color:#ff554a;border-color:#ffe2e0;box-shadow:0 0 0 3px #ffe2e0}.form-group.is-complete{color:#23c965}.form-group.is-complete .form-group__icon_clear{opacity:1;visibility:visible}.form-group_floating .form-field::placeholder{opacity:0}.form-group label.error{color:#ff554a;padding-top:4px;font-size:14px;display:block}.form-field{box-sizing:border-box;color:#1b2037;text-overflow:ellipsis;background:#fff;border:1px solid #e0e2e7;border-radius:8px;width:100%;height:48px;padding:0 16px;font-family:inherit;font-size:16px;transition:all .3s;display:block}.form-field::placeholder{color:#858d9d;opacity:1}.form-field_sm{height:36px}.form-field_md{height:40px}.form-field_text{resize:none;height:160px;padding:16px}.form-field_text-80{height:80px}.form-field_text-48{height:48px}.form-field:focus,.form-field:active{border-color:#ff6e00;outline:none}.form-field:disabled{color:#959595;background-color:#e9e9e9}.form-field.alert,.form-field.is-error{border-color:#ffe2e0;box-shadow:0 0 0 3px #ffe2e0}.form-field_secondary{background-color:#e7fafb;border-color:#e7fafb;border-radius:36px}.form-field_secondary:focus,.form-field_secondary:active{border-color:#009aa6}.form-field_white{border-color:#fff;border-radius:24px}.form-field_white:focus,.form-field_white:active{border-color:#009aa6}:root{--custom-select-dropdown-min-width:0;--custom-select-dropdown-width:100%;--custom-select-dropdown-left:0;--custom-select-dropdown-right:auto;--custom-select-dropdown-width-lg:100%;--custom-select-dropdown-width-md:100%;--custom-select-dropdown-width-sm:100%}.custom-select{width:100%;min-width:var(--custom-select-dropdown-min-width)}.custom-select__results{cursor:pointer;width:100%;height:48px;transition:all .3s}.custom-select__value{min-width:0}.custom-select__required,.custom-select__arrow{flex:none;justify-content:center;align-items:center;display:flex}button.custom-select__results{font:inherit;color:inherit;text-align:left;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-top:0;padding-bottom:0}.custom-select__results-min{width:112px;height:40px}.custom-select__results.is-focus,.custom-select.is-focus .custom-select__results{border-color:#ff6e00}.custom-select__results.is-error,.custom-select.is-error .custom-select__results{border-color:#ffe2e0;box-shadow:0 0 0 3px #ffe2e0}.custom-select__dropdown{top:100%;left:var(--custom-select-dropdown-left);right:var(--custom-select-dropdown-right);z-index:100;width:var(--custom-select-dropdown-width);box-shadow:0 4px 30px rgba(0,0,0,.08)}.custom-select__dropdown-list{max-height:300px;overflow-x:hidden;overflow-y:auto}.custom-select__group-title{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0}.custom-select__point{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;transition:all .3s}.custom-select__point-check{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:all .3s;display:flex}.custom-select__point:hover{background-color:#e7fafb}.custom-select__point.is-selected .custom-select__point-check{background-color:#009aa6}.custom-select__point-text{white-space:normal;display:block;overflow:visible}@media (max-width:992px){.custom-select__dropdown{width:var(--custom-select-dropdown-width-lg)}}@media (max-width:768px){.custom-select__dropdown{width:var(--custom-select-dropdown-width-md)}}@media (max-width:576px){.custom-select__dropdown{width:var(--custom-select-dropdown-width-sm)}}.map_sm{height:200px}@media (max-width:768px){.map_md-full{height:100%}}.title-letter{text-align:center;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='23'%20viewBox='0%200%2024%2023'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24%2011.4098C24%2017.7113%2015.9077%2022.0328%209.04918%2022.0328C5.11475%2022.0328%200%2021.0556%200%2014.7541C0%208.45262%206.28869%200%2012.5902%200C18.8916%200%2024%205.10836%2024%2011.4098Z'%20fill='%23FF8F39'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:100%;width:24px;height:22px;line-height:22px}.param-button{position:relative}.param-button__input{opacity:0;visibility:hidden;position:absolute;left:-99999px}.param-button__input:checked+.param-button__wrapper{color:#ff6e00;background-color:#fff;border-color:#ff6e00}.param-button__input:disabled+.param-button__wrapper{color:#858d9d;background-color:#fafafa;border-color:#e0e2e7}.param-button__wrapper{border:1px solid #e0e2e7;flex-direction:column;min-width:100px;height:48px;padding-left:8px;padding-right:8px;position:relative}@media (hover:hover){.param-button__wrapper:hover{color:#fff;background-color:#242a46;border-color:#242a46}}.param-button__wrapper.is-reserve{color:#ff6e00;background-color:#fff9f4;border-color:#ffe9d9}@media (hover:hover){.param-button__wrapper.is-reserve:hover{color:#fff;background-color:#e46c11;border-color:#e46c11}}.param-button__message{filter:drop-shadow(-3px 10px 32px rgba(28,28,28,.08));white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s;bottom:100%;left:25%}.param-button__message:after{content:"";border:8px solid transparent;border-top-color:#fff;border-bottom-width:0;width:0;height:0;position:absolute;top:100%;left:16px}.param-button:hover .param-button__message{opacity:1;visibility:visible}.calculator__button{color:#ff6e00;background-color:#fff1e6}.calculator__button:hover{color:#fff;background-color:#ff6e00}.calculator__button.is-disabled{cursor:default;color:#a6bdca;background-color:#f9f9f9}.calculator__input{text-align:center;border-color:#1c1c1c;width:36px;min-width:36px;height:32px;padding:0 4px}.form-select select{background-color:#fff;border:1px solid #e0e2e7;border-radius:8px;width:100%;height:48px}.form-select .select2-container .select2-selection--single{color:#1c1c1c;border:1px solid #e0e2e7;border-radius:8px;align-items:center;height:48px;padding:0 4px 0 16px;font-size:16px;transition:all .3s;display:flex}.form-select .select2-container .select2-selection--single .select2-selection__rendered{flex-grow:1;min-width:0;padding:0 12px 0 0}.form-select .select2-container .select2-selection--single .select2-selection__arrow{background:url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%2010L12.5673%2014.9388C12.5291%2014.9735%2012.4709%2014.9735%2012.4327%2014.9388L7%2010'%20stroke='%231C1C1C'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e") no-repeat;width:24px;min-width:24px;height:24px;transition:all .3s;position:static}.form-select .select2-container .select2-selection--single .select2-selection__arrow b{display:none}.form-select .select2-container--open .select2-selection__arrow{transform:rotate(180deg)}.form-select .select2-container--open .select2-selection--single{border-color:#ff6e00;border-radius:8px}.form-select .select2-container--open.select2-container--below .select2-selection--single,.form-select .select2-container--open.select2-container--above .select2-selection--single{border-radius:8px}.form-select .select2-selection__placeholder{color:#e0e2e7;opacity:1}.form-select_sm .select2-container .select2-selection--single{height:36px}.form-select_md .select2-container .select2-selection--single{height:40px}.form-select_secondary .select2-container .select2-selection--single{background-color:#e7fafb;border-color:#e7fafb;border-radius:36px;padding-right:12px}.form-select_secondary .select2-container--open.select2-container--below .select2-selection--single,.form-select_secondary .select2-container--open.select2-container--above .select2-selection--single{border-radius:36px}.form-select_secondary select{background-color:#e7fafb;border-color:#e7fafb;border-radius:36px}.form-select_empty .select2-container .select2-selection--single{background-color:transparent;border:0;border-radius:0;padding:0;font-weight:500;display:inline-flex}.form-select_empty .select2-container--open.select2-container--below .select2-selection--single,.form-select_empty .select2-container--open.select2-container--above .select2-selection--single{border-radius:0}.form-select_empty select{background-color:transparent;border:0}.form-select-dropdown{border:none;border-radius:8px;font-size:16px;box-shadow:2px 2px 10px rgba(28,28,28,.16)}.form-select-dropdown .select2-results__options{margin-right:0}.form-select-dropdown .select2-results__option{color:#1c1c1c;margin-right:0;padding:4px 16px;transition:all .3s}.form-select-dropdown .select2-results__option:hover,.form-select-dropdown .select2-results__option.select2-results__option--selected,.form-select-dropdown .select2-results__option.select2-results__option--highlighted{color:#1c1c1c;background-color:#e7fafb}.form-checkbox{display:inline-block}.form-checkbox__input{opacity:0;visibility:hidden;position:absolute;left:-99999px}.form-checkbox__input:checked+.form-checkbox__wrapper .form-checkbox__icon{background-color:#1b2037;border-color:#1b2037}.form-checkbox__input:checked+.form-checkbox__wrapper .form-checkbox__icon .form-checkbox__check{opacity:1}.form-checkbox__input:disabled+.form-checkbox__wrapper{cursor:default}.form-checkbox__input:disabled+.form-checkbox__wrapper .form-checkbox__icon{background-color:#fafafa;border-color:#e0e2e7}.form-checkbox__input:disabled+.form-checkbox__wrapper .form-checkbox__icon .form-checkbox__check{color:#f0f1f3}.form-checkbox__wrapper{cursor:pointer;align-items:center;display:flex}.form-checkbox__icon-label{cursor:pointer;display:inline-flex}.form-checkbox__icon{color:#fff;background:#fff;border:1px solid #858d9d;border-radius:4px;justify-content:center;align-items:center;width:20px;min-width:20px;height:20px;transition:all .3s;display:flex}.form-checkbox__text{transform:translateY(1px)}.form-checkbox__required{vertical-align:text-top}.form-checkbox__check{opacity:0;transition:all .3s}.form-checkbox_secondary .form-checkbox__icon{border-color:#009aa6}.form-checkbox_secondary .form-checkbox__input:checked+.form-checkbox__wrapper .form-checkbox__icon{background-color:#009aa6;border-color:#009aa6}.form-checkbox.is-error .form-checkbox__icon{border-color:#ff554a}.form-checkbox.is-error .form-checkbox__text{color:#ff554a}.form-radio-group{gap:8px;margin-top:8px;display:grid}.form-radio-group__item{color:#1b2037;cursor:pointer;align-items:center;gap:8px;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;display:inline-flex}.form-radio-group__input{opacity:0;visibility:hidden;position:absolute;left:-99999px}.form-radio-group__control{background:#fff;border:1px solid #009aa6;border-radius:50%;width:20px;min-width:20px;height:20px;transition:all .3s;position:relative}.form-radio-group__control:after{content:"";opacity:0;background:#009aa6;border-radius:50%;width:10px;height:10px;transition:all .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.form-radio-group__input:checked+.form-radio-group__control:after{opacity:1}.form-radio-group__input:disabled+.form-radio-group__control{background:#fafafa;border-color:#e0e2e7}.form-radio-group__label{color:#1b2037;font-size:14px;line-height:1.2;transform:translateY(1px)}.form-radio-group__item.is-error .form-radio-group__control{border-color:#ff554a}.form-radio-group__item.is-error .form-radio-group__label{color:#ff554a}.label{white-space:nowrap;align-items:center;height:24px;padding-left:8px;padding-right:8px;display:inline-flex}.label_primary{color:#ff6e00;background-color:#ffe9d9;border:1px solid #ff6e00}.label_tertiary{color:#009aa6;background-color:#f5feff;border:1px solid #cef2f5}.label_positive{color:#23c965;background-color:#f4fcf7;border:1px solid #d3f4e0}.label_lg{height:28px}.toggle-action{overflow:hidden}.toggle-action__button{width:48px;height:46px}.toggle-action__button.is-active{background-color:#f0f1f3}.bottom-nav{z-index:1060;padding-left:16px;padding-right:16px;position:fixed;bottom:0;left:0;right:0}.bottom-nav__link{cursor:pointer;border-left:1px solid #fff;transition:all}.bottom-nav__link.is-active .bottom-nav__icon{color:#ff6e00}.bottom-nav__link.is-active .bottom-nav__text{color:#1b2037}.bottom-nav__link.is-active.bottom-nav__link_toggle{border-color:#f0f1f3}.bottom-nav__text{color:#c2c6ce;font-size:12px;transition:all .3s}.bottom-nav__icon{color:#c2c6ce;transition:all .3s}.bottom-nav__dropdown{border-bottom:0;border-radius:8px 8px 0 0;bottom:100%;left:0;right:0}@media (max-width:450px){.bottom-nav{padding-left:4px;padding-right:4px}.bottom-nav__text{font-size:10px}}.place-item__metro{border-radius:50%;width:8px;min-width:8px;height:8px}.header-city{position:relative}.header-city__block{z-index:1;width:364px;display:none;position:absolute;top:38px;left:0}.header-city__wrapper{text-align:center;background:#fff;border-radius:20px;padding:32px;position:relative;box-shadow:0 10px 40px rgba(35,96,101,.2)}.header-city__wrapper:after{content:"";border:12px solid transparent;border-top-width:0;border-bottom-color:#fff;width:0;height:0;position:absolute;bottom:100%;left:20px}@media (max-width:768px){.header-city__block{z-index:1060;width:100%;position:fixed;top:auto;bottom:68px;right:0}.header-city__wrapper{box-shadow:none;border-radius:20px 20px 0 0;padding:32px 16px}.header-city__wrapper:after{display:none}}.rating__button{color:#e9e9e9;display:block}.rating__button.is-active,.rating__button.is-active~.rating__button{color:#ffc14a}.rating__button_sm{width:20px;min-width:20px;height:20px}.rating__button_lg{width:38px;min-width:38px;height:38px}.rating_action .rating__button{cursor:pointer;transition:all .3s}@media (hover:hover){.rating_action .rating__button:hover,.rating_action .rating__button:hover~.rating__button{color:#ffc14a}}.rating_preview .rating__button{color:#ffc14a}.rating_preview .rating__button:not(:first-child){display:none}@media (max-width:576px){.rating_sm-preview .rating__button{color:#ffc14a}.rating_sm-preview .rating__button:not(:first-child){display:none}}.radio-time__input{opacity:0;visibility:hidden;position:absolute;left:-99999px}.radio-time__input:checked+.radio-time__wrapper{color:#fff;background-color:#009aa6;border-color:#f5feff;font-weight:600}.radio-time__input:disabled+.radio-time__wrapper{color:#858d9d;cursor:default;background-color:#fafafa;border-color:#e0e2e7}.radio-time__wrapper{cursor:pointer;text-align:center;background-color:#fff;border:1px solid #e0e2e7;justify-content:center;align-items:center;height:36px;padding-left:8px;padding-right:8px;transition:all .3s;display:flex}.radio-time__wrapper:hover{background:#daf5f6}.radio-day__input{opacity:0;visibility:hidden;position:absolute;left:-99999px}.radio-day__input:checked+.radio-day__wrapper{color:#009aa6;border-color:#009aa6}.radio-day__input:disabled+.radio-day__wrapper{color:#858d9d;cursor:default;background-color:#fafafa;border-color:#e0e2e7}.radio-day__wrapper{cursor:pointer;text-align:center;background-color:#fff;border:1px solid #e0e2e7;justify-content:center;align-items:center;height:44px;padding-left:8px;padding-right:8px;transition:all .3s;display:flex}.radio-day__wrapper:hover{color:#009aa6;border-color:#009aa6}.slider .swiper-slide{height:auto}.slider__arrow{z-index:5;cursor:pointer;position:absolute}.slider__arrow.swiper-button-disabled{opacity:0;visibility:hidden}.slider__pagination{z-index:2;justify-content:center;display:flex;bottom:0;left:0;right:0}.slider__pagination .swiper-pagination-bullet{opacity:1;background-color:#858d9d;border-radius:16px;width:4px;height:4px;margin:0 3px;transition:all .3s;display:block}.slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:28px}.slider_arrows-middle .slider__arrow{justify-content:center;align-items:center;top:50%;box-shadow:0 6px 16px rgba(0,0,0,.08)}.slider_arrows-middle .slider__arrow_prev{left:0;transform:translate(-50%,-50%)}.slider_arrows-middle .slider__arrow_next{right:0;transform:translate(50%,-50%)}.slider_arrows-line .slider__arrow{align-items:center;top:0;bottom:0}.slider_arrows-line .slider__arrow_prev{border-radius:0 8px 8px 0;justify-content:flex-start;left:0}.slider_arrows-line .slider__arrow_next{border-radius:8px 0 0 8px;justify-content:flex-end;right:0}.slider-products__slide{width:calc(25% - 12px);padding-bottom:1px}.slider-colors__slide{width:auto}.slider-inside{aspect-ratio:1}@media (max-width:1200px){.slider-products__slide{width:276px}}@media (max-width:576px){.slider-products__slide{width:217px}}.product__title{height:108px;line-height:1.28;box-shadow:0 4px 4px rgba(0,0,0,.06)}.product__title-text{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.product__favorite.is-active{color:#ff6e00}.product__action{z-index:5;bottom:20px;left:0;right:0}.product__name{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.product__mark{z-index:5;width:80px;height:80px;position:absolute;bottom:48px;left:8px}.product__counter{color:#ff6e00;text-align:center;background-color:#fff;border-radius:50%;min-width:14px;height:14px;padding:0 4px;font-size:12px;line-height:14px;position:absolute;top:-10px;left:calc(100% - 2px)}.product__label{height:92px}@media (max-width:576px){.product__name{white-space:nowrap;text-overflow:ellipsis;display:block}}.file__button svg{pointer-events:none}.file__preview{width:80px;height:80px;overflow:hidden}.file__delete{z-index:5;top:4px;right:4px}.default-text{font-size:16px}.default-text p{margin:0}.default-text p:not(:first-child){margin-top:8px}.default-text h3:not(:first-child){margin-top:40px}.default-text h3:not(:last-child){margin-bottom:24px}.default-text h5:not(:first-child),.default-text h6:not(:first-child){margin-top:20px}.default-text ul,.default-text ol{list-style:none}.default-text ul:not(:last-child),.default-text ol:not(:last-child){margin-bottom:40px}.default-text ul li:not(:first-child),.default-text ol li:not(:first-child){margin-top:8px}.default-text ul li{padding-left:20px;position:relative}.default-text ul li:after{content:"";background:#1c1c1c;width:10px;height:1px;position:absolute;top:12px;left:0}.default-text ol{counter-reset:item}.default-text ol li:before{content:counter(item) ".";counter-increment:item;padding-right:8px}.default-text ol li p{display:inline}.default-text a{color:#009aa6}.default-text a:hover{color:#e46c11}.color-button__input{opacity:0;visibility:hidden;position:absolute;left:-99999px}.color-button__input:checked+.color-button__wrapper{border-color:#ff6e00}.color-button__wrapper{cursor:pointer;border:2px solid #e0e2e7;width:80px;height:80px;transition:all .3s;overflow:hidden}@media (hover:hover){.color-button__wrapper:hover{border-color:#ff9e54}}.color-button__wrapper.active{border-color:#ff6e00}.article-preview{height:240px}.article-preview__content{background-color:rgba(0,0,0,.5);position:absolute;top:0;bottom:0;left:0;right:0}.article-preview__image{transition:all .5s}.article-preview__text{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media (hover:hover){.article-preview:hover .article-preview__image{transform:scale(1.05)}}.news-number-list{counter-reset:item;list-style:none}.news-number-list li{min-height:40px;padding-left:50px;position:relative}.news-number-list li:before{content:counter(item) ".";counter-increment:item;color:#ff6e00;font-size:40px;font-weight:900;line-height:1;position:absolute;top:0;left:0}@media (max-width:576px){.news-number-list li{min-height:24px;padding-left:32px;position:relative}.news-number-list li:before{font-size:24px}}.news-quote:before{content:url(https://cdn.orteka.ru/orteka-life/img/kav.png);background-repeat:no-repeat;background-size:100%;width:72px;height:54px;position:absolute;top:-20px;left:40px}.custom-popup{width:100vw;height:100%;z-index:var(--orteka-popup-z-index,1064);grid-template-columns:minmax(0,1fr);place-items:center;display:none;position:fixed;top:0;bottom:0;left:0;right:0;overflow-y:auto}.custom-popup.is-open{display:grid}.custom-popup__content{width:100%}.custom-popup__content_xs,.custom-popup__content_sm{max-width:400px}.custom-popup__content_md{max-width:600px}.custom-popup__content_lg{max-width:800px}.custom-popup__content_xl{max-width:1000px}@media (max-width:768px){.custom-popup__wrapper_md-full{max-width:none;position:fixed;top:0;bottom:0;left:0;right:0}.custom-popup__down{z-index:1000;border-radius:16px 16px 0 0;width:100vw;height:auto;max-height:100vh;margin-left:0;margin-right:0;transition:all .5s;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 12px rgba(28,28,28,.16)}.custom-popup__down.is-hidden{transform:translateY(100%)}.custom-popup__top{z-index:10;border-bottom:1px solid #a6bdca;top:0}.custom-popup__wrap{max-height:none}.custom-popup__block{max-width:100%}.custom-popup__block_md-full{min-height:100%}}.preloader{z-index:1100;top:0;bottom:0;left:0;right:0}.preloader__block{animation:1.6s linear infinite container-rotate}.preloader__item{opacity:0;width:100%;height:100%;display:flex;position:absolute}.preloader__item_1{border-color:#009aa6;animation:4.8s cubic-bezier(.4,0,.2,1) infinite both fill-unfill-rotate,4.8s cubic-bezier(.4,0,.2,1) infinite both line-1-fade-in-out}.preloader__item_2{border-color:#ff6e00;animation:4.8s cubic-bezier(.4,0,.2,1) infinite both fill-unfill-rotate,4.8s cubic-bezier(.4,0,.2,1) infinite both line-2-fade-in-out}.preloader__item_3{border-color:#009aa6;animation:4.8s cubic-bezier(.4,0,.2,1) infinite both fill-unfill-rotate,4.8s cubic-bezier(.4,0,.2,1) infinite both line-3-fade-in-out}.preloader__item_4{border-color:#ff6e00;animation:4.8s cubic-bezier(.4,0,.2,1) infinite both fill-unfill-rotate,4.8s cubic-bezier(.4,0,.2,1) infinite both line-4-fade-in-out}.preloader__part{border-color:inherit;width:50%;height:100%;position:relative;overflow:hidden}.preloader__inner{box-sizing:border-box;border-style:solid;border-color:inherit;border-bottom-color:transparent;border-radius:50%;width:200%;height:100%;animation:none;position:absolute;top:0;bottom:0;left:0;right:0}.preloader__inner_left{border-right-color:transparent;animation:1.2s cubic-bezier(.4,0,.2,1) infinite both left-spin;transform:rotate(129deg)}.preloader__inner_center{width:1000%;left:-450%}.preloader__inner_right{border-left-color:transparent;animation:1.2s cubic-bezier(.4,0,.2,1) infinite both right-spin;left:-100%;transform:rotate(-129deg)}.preloader__ticker{box-sizing:border-box;border-color:inherit;width:10%;height:100%;position:absolute;top:0;left:45%;overflow:hidden}.preloader_sm .preloader__block{width:16px;height:16px}.preloader_sm .preloader__inner{border-width:1px}.preloader_md .preloader__block{width:32px;height:32px}.preloader_md .preloader__inner{border-width:1px}.preloader_lg{background:rgba(255,255,255,.8)}.preloader_lg .preloader__block{width:60px;height:60px}.preloader_lg .preloader__inner{border-width:3px}@keyframes container-rotate{to{transform:rotate(360deg)}}@keyframes fill-unfill-rotate{12.5%{transform:rotate(135deg)}25%{transform:rotate(270deg)}37.5%{transform:rotate(405deg)}50%{transform:rotate(540deg)}62.5%{transform:rotate(675deg)}75%{transform:rotate(810deg)}87.5%{transform:rotate(945deg)}to{transform:rotate(1080deg)}}@keyframes left-spin{0%{transform:rotate(130deg)}50%{transform:rotate(-5deg)}to{transform:rotate(130deg)}}@keyframes right-spin{0%{transform:rotate(-130deg)}50%{transform:rotate(5deg)}to{transform:rotate(-130deg)}}@keyframes line-1-fade-in-out{0%{opacity:1}25%{opacity:1}26%{opacity:0}89%{opacity:0}90%{opacity:1}to{opacity:1}}@keyframes line-2-fade-in-out{0%{opacity:0}15%{opacity:0}25%{opacity:1}50%{opacity:1}51%{opacity:0}}@keyframes line-3-fade-in-out{0%{opacity:0}40%{opacity:0}50%{opacity:1}75%{opacity:1}76%{opacity:0}}@keyframes line-4-fade-in-out{0%{opacity:0}65%{opacity:0}75%{opacity:1}90%{opacity:1}to{opacity:0}}.preloading{position:relative;overflow:hidden}.preloading:after{content:"";z-index:100;opacity:.95;background-color:#f9f9f9;position:absolute;top:0;bottom:0;left:0;right:0}.preloading:before{content:"";z-index:101;opacity:.9;background:#fff;width:10%;animation:2s linear infinite reflect-first;position:absolute;top:0;bottom:0;box-shadow:6px 0 12px 4px #fff,-6px 0 12px 4px #fff}@keyframes reflect-first{0%{left:0}50%{left:60%}to{left:110%}}.base-error-state,.catalog-error-state{-moz-column-gap:16px;background:#fff;border:1px solid #ffd7d4;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-content:center;align-items:start;column-gap:16px;width:100%;min-height:128px;padding:20px;display:grid}.base-error-state__icon,.catalog-error-state__icon{background:#ffebe9;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.base-error-state__content,.catalog-error-state__content{gap:6px;min-width:0;display:grid}.base-error-state__title,.catalog-error-state__title{color:#1b2037;margin:0;font-size:18px;font-weight:600;line-height:1.2}.base-error-state__text,.catalog-error-state__text{color:#667085;max-width:560px;margin:0;font-size:15px;line-height:1.5}.base-error-state__actions,.catalog-error-state__actions{grid-column:2;margin-top:24px;display:inline-flex}.base-error-state__button,.catalog-error-state__button{white-space:nowrap}.base-error-state--without-action{grid-template-columns:auto minmax(0,1fr)}.base-error-state--without-icon{grid-template-columns:minmax(0,1fr)}.base-error-state--without-icon .base-error-state__actions{grid-column:1}@media (max-width:768px){.base-error-state,.catalog-error-state{-moz-column-gap:12px;text-align:center;grid-template-columns:44px minmax(0,170px);justify-content:center;justify-items:center;gap:12px}.base-error-state__content,.catalog-error-state__content{display:contents}.base-error-state__title,.catalog-error-state__title{text-align:left;place-self:center stretch}.base-error-state__text,.catalog-error-state__text{grid-column:1/-1;max-width:260px}.base-error-state__actions,.catalog-error-state__actions,.base-error-state__button,.catalog-error-state__button{grid-column:1/-1;justify-self:center}.base-error-state__actions,.catalog-error-state__actions{margin-top:0}.base-error-state--without-action,.base-error-state--without-icon{grid-template-columns:minmax(0,260px)}.base-error-state--without-icon .base-error-state__title{text-align:center}}:root{--orteka-safe-area-bottom:env(safe-area-inset-bottom,0px);--orteka-safe-area-top:env(safe-area-inset-top,0px);--orteka-visual-viewport-bottom:0px;--orteka-visual-viewport-height:100dvh;--orteka-visual-viewport-offset-top:0px}.viewport-h{height:100dvh;height:var(--orteka-visual-viewport-height,100dvh)}.viewport-min-h{min-height:100dvh;min-height:var(--orteka-visual-viewport-height,100dvh)}.viewport-fixed-bottom{bottom:0;bottom:var(--orteka-visual-viewport-bottom,0px)}.viewport-scroll-area{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;min-height:0;overflow-y:auto}.safe-area-pb{padding-bottom:env(safe-area-inset-bottom,0px);padding-bottom:var(--orteka-safe-area-bottom,env(safe-area-inset-bottom,0px))}.safe-area-pt{padding-top:env(safe-area-inset-top,0px);padding-top:var(--orteka-safe-area-top,env(safe-area-inset-top,0px))}.base-spinner{flex-shrink:0;width:20px;height:20px;display:block}.base-spinner--sm{width:16px;height:16px}.base-spinner--md{width:20px;height:20px}.base-spinner--lg{width:32px;height:32px}.base-spinner__track{fill:currentColor;opacity:.35}.base-spinner__indicator{fill:currentColor}.base-button{gap:8px}.base-button.is-loading{cursor:wait}.base-button__loading-icon{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.base-button__content{min-width:0}.loading-overlay{position:relative}.loading-overlay__shield{z-index:102;cursor:wait;position:absolute;top:0;bottom:0;left:0;right:0}.loading-overlay__status{z-index:103;color:#ff6e00;pointer-events:none;justify-content:center;align-items:center;gap:8px;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.loading-overlay--spinner.is-loading .loading-overlay__status{background:rgba(255,255,255,.8)}.loading-overlay__spinner{width:32px;height:32px}.loading-overlay__label{color:#1b2037;font-size:14px;line-height:1.2}.base-switch{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;flex-shrink:0;align-items:center;gap:8px;display:inline-flex}.base-switch.is-disabled{cursor:default;opacity:.6}.base-switch__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;clip-path:inset(50%);outline:none;width:1px;height:1px;position:absolute;overflow:hidden}.base-switch__control{-webkit-tap-highlight-color:transparent;background:#ffd9bd;border-radius:9999px;outline:none;flex-shrink:0;width:48px;height:28px;transition:background-color .2s;display:block;position:relative}.base-switch__control:before{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:background-color .2s,transform .2s;position:absolute;top:4px;left:4px;box-shadow:0 1px 4px rgba(27,32,55,.16)}.base-switch__input:checked+.base-switch__control:before{background:#ff6e00;transform:translate(20px)}.base-switch__input:focus-visible+.base-switch__control{outline-offset:2px;outline:3px solid rgba(255,110,0,.28)}.base-switch.is-invalid .base-switch__control{background:#ff554a}.base-switch.is-invalid .base-switch__control:before{background:#fff}.base-switch__label{min-width:0}.base-switch__required{vertical-align:text-top}.base-select{position:relative}.base-select__label{gap:8px}.base-select__marker{width:8px;min-width:8px;height:8px;display:inline-block}.segmented-control{background:#fff;border:1px solid #c8d3df;border-radius:8px;min-width:0;display:inline-flex;overflow:hidden}.segmented-control__item{color:#1b2037;min-width:58px;min-height:36px;font:inherit;cursor:pointer;background:#fff;border:0;border-right:1px solid #c8d3df;justify-content:center;align-items:center;padding:0 12px;font-size:14px;font-weight:700;line-height:1.2;display:inline-flex}.segmented-control__item:last-child{border-right:0}.segmented-control__item:hover,.segmented-control__item.is-active{color:#fff;background:#009aa6}.segmented-control__item:focus-visible{color:#fff;background:#009aa6}.segmented-control__item:focus-visible{outline-offset:-2px;outline:2px solid #cef2f5}.segmented-control__item:disabled,.segmented-control__item.is-disabled{color:#a6bdca;cursor:not-allowed;background:#f8fafc}.segmented-control__item:disabled:hover,.segmented-control__item.is-disabled:hover{color:#a6bdca;background:#f8fafc}.segmented-control--stretch{width:100%}.segmented-control--stretch .segmented-control__item{flex:1 1 0}@media (max-width:768px){.segmented-control--mobile-stretch{width:100%}.segmented-control--mobile-stretch .segmented-control__item{flex:1 1 0}}.base-segmented-radio-group{grid-template-columns:repeat(var(--base-segmented-radio-columns,2), minmax(0, 1fr));vertical-align:top;gap:8px;max-width:100%;display:inline-grid}.base-segmented-radio-group__item{cursor:pointer;text-align:center;color:#1b2037;border-radius:16px;justify-content:center;align-items:center;min-width:0;height:36px;transition:all .3s;display:flex}.base-segmented-radio-group__item:hover,.base-segmented-radio-group__item.is-active{color:#009aa6}.base-segmented-radio-group__item.is-active{background-color:#e7fafb}.base-segmented-radio-group__item.is-disabled{color:#858d9d;cursor:default;background-color:#fafafa}.base-segmented-radio-group__item.is-error{color:#ff554a}.base-segmented-radio-group__input{opacity:0;visibility:hidden;position:absolute;left:-99999px}.base-segmented-radio-group__input:focus-visible+.base-segmented-radio-group__label{outline-offset:2px;outline:2px solid #cef2f5}.base-segmented-radio-group__label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.base-tabs{gap:12px;min-width:0;display:grid}.base-tabs__list{border-bottom:1px solid #dde4ee;flex-wrap:wrap;gap:4px;min-width:0;display:flex}.base-tabs__tab{color:#5f6b7a;min-height:40px;font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:2px solid transparent;padding:0 14px;font-size:15px;font-weight:600;line-height:1.2;position:relative}.base-tabs__tab:hover,.base-tabs__tab.is-active{color:#009aa6}.base-tabs__tab:focus-visible{color:#009aa6}.base-tabs__tab:focus-visible{outline-offset:-2px;outline:2px solid #cef2f5}.base-tabs__tab.is-active{border-bottom-color:#009aa6}.base-tabs__tab:disabled{color:#a6bdca;cursor:not-allowed}.base-tabs__panel{color:#1b2037;background:#fff;border:1px solid #dde4ee;border-radius:8px;min-width:0;padding:16px;font-size:15px;line-height:1.5}.base-tabs__panel:focus-visible{outline-offset:2px;outline:2px solid #cef2f5}.base-accordion{--base-accordion-border-color:#dde4ee;--base-accordion-title-color:#1b2037;--base-accordion-active-color:#009aa6;--base-accordion-focus-color:#cef2f5;--base-accordion-disabled-color:#a6bdca;--base-accordion-trigger-gap:16px;--base-accordion-trigger-min-height:64px;--base-accordion-trigger-padding:16px 0;--base-accordion-title-font-size:18px;--base-accordion-title-font-weight:600;--base-accordion-title-line-height:1.3;--base-accordion-content-max-width:760px;--base-accordion-content-padding:0 40px 20px 0;border-top:1px solid var(--base-accordion-border-color);min-width:0;display:grid}.base-accordion__item{border-bottom:1px solid var(--base-accordion-border-color);min-width:0}.base-accordion__heading{margin:0}.base-accordion__panel[hidden]{display:none}.base-accordion__trigger{gap:var(--base-accordion-trigger-gap);width:100%;min-height:var(--base-accordion-trigger-min-height);padding:var(--base-accordion-trigger-padding);color:var(--base-accordion-title-color);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;display:grid}.base-accordion__trigger:hover,.base-accordion__item.is-open .base-accordion__trigger{color:var(--base-accordion-active-color)}.base-accordion__trigger:focus-visible{color:var(--base-accordion-active-color)}.base-accordion__trigger:focus-visible{outline:2px solid var(--base-accordion-focus-color);outline-offset:2px}.base-accordion__trigger:disabled{color:var(--base-accordion-disabled-color);cursor:not-allowed}.base-accordion__title{font-size:var(--base-accordion-title-font-size);font-weight:var(--base-accordion-title-font-weight);line-height:var(--base-accordion-title-line-height)}.base-accordion__indicator{color:currentColor;width:24px;height:24px;position:relative}.base-accordion__indicator:before,.base-accordion__indicator:after{content:"";background:currentColor;border-radius:1px;width:16px;height:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.base-accordion__indicator:after{transition:opacity .16s;transform:translate(-50%,-50%)rotate(90deg)}.base-accordion__item.is-open .base-accordion__indicator:after{opacity:0}.base-accordion__content{max-width:var(--base-accordion-content-max-width);padding:var(--base-accordion-content-padding);color:#1b2037;font-size:15px;line-height:1.5}.field-effect--error-fade.field-effect--active{--field-effect-error-active-frame:var(--field-effect-error-frame,0 0 0 3px var(--field-effect-error-shadow,rgba(255,85,74,.28)));animation:field-effect-error-fade var(--field-effect-duration,5s) ease forwards}@keyframes field-effect-error-fade{0%,35%{box-shadow:var(--field-effect-error-active-frame)}to{box-shadow:var(--field-effect-error-frame-faded,0 0 0 3px rgba(255,85,74,0))}}@media (prefers-reduced-motion:reduce){.field-effect--error-fade.field-effect--active{box-shadow:var(--field-effect-error-active-frame);animation:none}}.custom-popup__body{width:100%;min-height:0}.custom-popup__title+.custom-popup__body{margin-top:16px}.custom-popup__close-button{width:40px;min-width:40px;height:40px;color:inherit;cursor:pointer;background:0 0;border:0;flex:none;justify-content:center;align-items:center;padding:0;line-height:1;display:inline-flex}.custom-popup__close-icon{width:24px;min-width:24px;height:24px;display:block}@media (max-width:768px){.custom-popup{height:100dvh;height:var(--orteka-visual-viewport-height,100dvh);max-height:100dvh;max-height:var(--orteka-visual-viewport-height,100dvh);overflow:hidden}.custom-popup .custom-popup__down{bottom:var(--orteka-visual-viewport-bottom,0px);max-height:min(100dvh, var(--orteka-visual-viewport-height,100dvh));padding-bottom:calc(24px + var(--orteka-safe-area-bottom,env(safe-area-inset-bottom,0px)));flex-direction:column;transition:bottom .2s,transform .5s;display:flex;overflow:hidden}.custom-popup .custom-popup__down .custom-popup__body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:auto;min-height:0;overflow-y:auto}}.yandex-smart-captcha-popup{z-index:10050}.yandex-smart-captcha-popup__content{box-shadow:0 16px 48px rgba(27,32,55,.2)}.yandex-smart-captcha-popup__spinner{margin:0 auto}.yandex-smart-captcha-popup__container{min-height:80px}@media (max-width:768px){.yandex-smart-captcha-popup.is-open{align-items:end}.yandex-smart-captcha-popup__content{height:auto;min-height:0;padding-bottom:calc(24px + var(--orteka-safe-area-bottom,0px));border-radius:8px 8px 0 0}}

/* End */


/* Start:/local/frontend/dist/popup_manager/assets/fieldPresets-DWwN3Pye.css?178231412745*/
.form-error[data-v-a36e9547]{margin:8px 0 0}

/* End */
/* /local/templates/orteka_desktop/global/css/desktop-global.css?1780613963164216 */
/* /local/front2/styles/style.css?178061396081496 */
/* /local/frontend/dist/ui/assets/ui-AFOBXumy.css?178530855270397 */
/* /local/frontend/dist/popup_manager/assets/fieldPresets-DWwN3Pye.css?178231412745 */
