@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
@import url("/local/templates/main/css/colors.css?v=1.24");

* {
    font-family: "DM Sans", sans-serif;
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

input,
button,
textarea {
    outline: none;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

html,
body {
    height: 100%;
}

body {
    background: var(--site-main-background-color);
}

body.overflow {
    overflow-y: hidden;
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.wrapper--landing.wrapper--white .header:not(.fixed):not(.theme) {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.wrapper--landing.wrapper--white .header:not(.fixed):not(.theme) .top-menu__link {
    color: #ffffff;
}

.wrapper--landing.wrapper--white .header:not(.fixed):not(.theme) .top-menu__link:hover {
    text-decoration: none;
    color: #5CB08F;
}

.wrapper--landing.wrapper--white .header:not(.fixed):not(.theme) .top-contacts__text, .wrapper--landing.wrapper--white .header:not(.fixed):not(.theme) .top-contacts__link {
    color: #ffffff;
}

.wrapper--landing.wrapper--white .header:not(.fixed):not(.theme) .top-basket:hover .top-basket__icon svg {
    fill: var(--site-main-button-hover-background-color);
}

.wrapper--landing.wrapper--white .header:not(.fixed):not(.theme) .top-basket__icon svg {
    fill: #ffffff;
}

.wrapper--landing.wrapper--white .header:not(.fixed):not(.theme) .top-basket__sum, .wrapper--landing.wrapper--white .header:not(.fixed):not(.theme) .top-basket__text {
    color: #ffffff;
}

.wrapper--landing.wrapper--white .header:not(.fixed):not(.theme) .basket-button svg,
.wrapper--landing.wrapper--white .header:not(.fixed):not(.theme) .search-button svg,
.wrapper--landing.wrapper--white .header:not(.fixed):not(.theme) .personal-button svg,
.wrapper--landing.wrapper--white .header:not(.fixed):not(.theme) .menu-button svg {
    fill: #ffffff;
}

.wrapper--landing.wrapper--white .breadcrumbs__link {
    color: #9BA2B3;
}

.wrapper--landing.wrapper--white .breadcrumbs__link:hover {
    color: var(--site-main-button-hover-background-color);
}

.wrapper--landing.wrapper--white .breadcrumbs__link:after {
    background: var(--site-main-button-hover-background-color);
}

.wrapper--landing.wrapper--white .breadcrumbs__link:last-child {
    color: #ffffff;
}

.wrapper--landing.wrapper--white .main-content__image img {
    opacity: 0.6;
}

.wrapper--landing.wrapper--white .landing-page__desc, .wrapper--landing.wrapper--white .landing-page__title {
    color: #ffffff;
}

.wrapper--landing.wrapper--white .landing-page__image img {
    opacity: 0.6;
}

.wrapper--landing .wrapper-block {
    background: transparent;
}

.wrapper--landing .main-content {
    overflow: hidden;
    min-height: 484px;
}

.wrapper--landing .main-content__image img {
    opacity: 1;
}

.wrapper--trade .header {
    background: #282D3A;
}

.wrapper--trade .header .basket-button svg,
.wrapper--trade .header .search-button svg,
.wrapper--trade .header .personal-button svg,
.wrapper--trade .header .menu-button svg {
    fill: #777E90;
}

.wrapper--trade .header .top-panel {
    background: #404656;
}

.wrapper--trade .header .top-panel.theme {
    background: #404656;
}

.wrapper--trade .header .main-menu__list:hover .drop-menu {
    background: #282D3A;
}

.wrapper--trade .header .main-menu__list:hover:not(:first-of-type) .main-menu__link {
    color: #5CB08F;
}

.wrapper--trade .header .main-menu__list:hover:not(:first-of-type) .main-menu__link svg {
    fill: #5CB08F;
}

.wrapper--trade .header .main-menu__link {
    color: #ffffff;
}

.wrapper--trade .header .main-menu__link svg {
    fill: #ffffff;
}

.wrapper--trade .header .search-panel-top,
.wrapper--trade .header .search-panel {
    background: #404656;
}

.wrapper--trade .header .search-panel-top__icon svg,
.wrapper--trade .header .search-panel__icon svg {
    fill: #ffffff;
}

.wrapper--trade .header .search-panel-top__select .custom-select-value,
.wrapper--trade .header .search-panel__select .custom-select-value {
    color: #777E90;
}

.wrapper--trade .header .search-panel-top__select .custom-select-value:hover,
.wrapper--trade .header .search-panel__select .custom-select-value:hover {
    color: #5CB08F;
}

.wrapper--trade .header .search-panel-top__select .custom-select-value:hover::after,
.wrapper--trade .header .search-panel__select .custom-select-value:hover::after {
    background-position: center;
}

.wrapper--trade .header .search-panel-top__poly,
.wrapper--trade .header .search-panel__poly {
    color: #ffffff;
}

.wrapper--trade .header .search-block__button {
    color: #ffffff;
}

.wrapper--trade .header .search-block__button svg {
    fill: #ffffff;
}

.wrapper--trade .header .search-block__button:hover {
    background: #565E73;
    color: #ffffff;
}

.wrapper--trade .header .search-block__button:hover svg {
    fill: #ffffff;
}

.wrapper--trade .header .top-contacts__link {
    color: #ffffff;
}

.wrapper--trade .header .top-basket:hover .top-basket__text {
    color: #ffffff;
}

.wrapper--trade .header .top-basket__text {
    color: #777E90;
}

.wrapper--trade .header .top-basket__icon svg {
    fill: #ffffff;
}

.wrapper--trade .header .header-auth:hover .header-auth__content {
    background: #565E73;
}

.wrapper--trade .header .header-auth__content {
    background: #404656;
}

.wrapper--trade .header .header-auth__login {
    color: #ffffff;
}

.wrapper--trade .header .header-auth__login svg {
    fill: #ffffff;
}

.wrapper--trade .header .header-auth__link {
    color: #ffffff;
}

.wrapper--trade .header .drop-menu__link {
    color: #777E90;
}

.wrapper--trade .header.fixed {
    background: #282D3A;
}

.wrapper--trade .header.fixed::after {
    background: #282D3A;
}

.wrapper--trade .header.theme {
    background: #282D3A;
}

.wrapper--trade .header.theme .search-panel-top {
    background: #404656;
}

.header {
    width: 100%;
    /*     position: fixed; */
    position: static;
    display: flex;
    flex-direction: column;
    z-index: 99;
    top: 0;
    transition: background 0.3s ease-in-out;
    background: var(--header-background-color);
}

@media (max-width: 1199px) {
    .header {
        padding: 20px 0px;
    }
}

@media (max-width: 568px) {
    .header {
        z-index: 2147483632;
    }
}

.header--margin {
    top: 58px;
}

.header.fixed {
    top: 0;
    background: #F4F5F6;
}

.header.fixed::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #C9CEDA;
    position: absolute;
    bottom: 0;
}

.header.theme {
    transition: 0.3s ease-in-out;
    background: var(--header-background-color-hover);
}

.header.theme .search-panel-top {
    background: #f4f5f6;
}

.header.hide {
    top: -80px;
    transition: 0.3s ease-in-out;
}

.header__wrapper {
    max-width: 1370px;
    width: 100%;
    margin: 0px auto;
    padding: 13px 40px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1024px) {
    .header__wrapper {
        padding: 0 34px;
    }
}

@media (max-width: 568px) {
    .header__wrapper {
        padding: 0 15px;
    }
}

.header__row {
    width: 100%;
    margin-bottom: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__row:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .header__row {
        margin-bottom: 0;
    }

    .header__row .widget,
    .header__row .logo {
        display: none;
    }

    .header__row .header__col:last-child {
        display: none;
    }

    .header__row:last-child {
        display: none;
    }
}

.header__mobile {
    display: none;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .header__mobile {
        display: flex;
    }
}

.header__mobile_block {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.header__mobile_block:first-child {
    justify-content: flex-start;
}

.header__mobile_block:last-child {
    justify-content: flex-end;
}

.header__mobile_block--full {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
}

.header__col {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

@media (min-width: 1200px) {
    .header__col:first-child {
        justify-content: space-between;
    }
}

.header__col:last-child {
    display: contents;
    flex-grow: 0;
}

.header-info {
    width: 100%;
    height: 58px;
    display: flex;
    align-items: center;
    background: #8bc34a;
    margin-top: -58px;
    transition: 0.3s ease-in-out;
}

.header-info.active {
    margin-top: 0;
}

.header-info__wrapper {
    position: relative;
    max-width: 1370px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 80px;
}

@media screen and (max-width: 568px) {
    .header-info__wrapper {
        padding: 0px 40px;
    }
}

.header-info__text {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
}

@media screen and (max-width: 767px) {
    .header-info__text {
        font-size: 14px;
    }
}

@media screen and (max-width: 320px) {
    .header-info__text {
        font-size: 12px;
    }
}

.header-info__text a {
    color: #404656;
}

.header-info__close {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 32px;
    margin: auto;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1199px) {
    .header-info__close {
        right: 26px;
    }
}

@media screen and (max-width: 568px) {
    .header-info__close {
        right: 6px;
    }
}

.header-info__close svg {
    fill: #404656;
}

.header-info__close:hover svg {
    fill: #3F8167;
}

.main-content {
    flex: 1 1 auto;
    padding-top: 155px;
}

@media (max-width: 1199px) {
    .main-content {
        padding-top: 80px;
    }
}

@media (max-width: 1024px) {
    .footer .logo {
        display: none;
    }
}

.footer__top {
    padding: 13px 0;
    box-sizing: border-box;
    background: var(--site-main-button-background-color);
    border-bottom: 1px solid var(--site-main-background-color);
}

@media (max-width: 1024px) {
    .footer__top {
        padding: 40px 0 10px;
    }
}

.footer__middle {
    padding: 40px 0;
    box-sizing: border-box;
    background: var(--site-main-button-background-color);
}

@media (max-width: 568px) {
    .footer__middle {
        padding-top: 20px;
    }
}

.footer__bottom {
    padding: 10px 0px;
    box-sizing: border-box;
    background: var(--site-main-button-background-color);
}

.footer__wrapper {
    max-width: 1370px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 40px;
    box-sizing: border-box;
}

@media screen and (max-width: 568px) {
    .footer__wrapper {
        padding: 0px 15px;
    }
}

.footer__top_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .footer__top_content {
        justify-content: center;
    }
}

.footer__middle_content {
    display: flex;
}

@media screen and (max-width: 1024px) {
    .footer__middle_content {
        flex-direction: column;
    }
}

.footer__bottom_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .footer__bottom_content {
        flex-direction: column;
    }
}

.footer__text {
    max-width: 611px;
    width: 100%;
    margin-left: 40px;
    font-size: 14px;
    line-height: 18px;
    color: var(--footer-link-text-color);
}

@media screen and (max-width: 1024px) {
    .footer__text {
        margin-top: 20px;
        text-align: center;
        margin-left: 0px;
    }
}

.detail-info-page {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
    .detail-info-page {
        align-items: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .detail-info-page {
        flex-direction: column;
    }
}

.detail-info-page__title {
    width: 80%;
    padding-right: 60px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.02em;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .detail-info-page__title {
        width: calc(100% - 250px);
        font-size: 18px;
        line-height: 26px;
        padding-right: 20px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .detail-info-page__title {
        width: 100%;
        padding-right: 0px;
    }
}

.detail-info-page__code {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .detail-info-page__code {
        font-size: 16px;
        line-height: 22px;
    }
}

.detail-info-page__code span {
    margin-left: 5px;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #777E90;
}

@media screen and (max-width: 1024px) {
    .detail-info-page__code span {
        font-size: 16px;
        line-height: 22px;
    }
}

.detail-info-page__list {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .detail-info-page__list {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .detail-info-page__list {
        display: none;
    }
}

.detail-info-page__list li {
    font-size: 18px;
    line-height: 26px;
    color: #404656;
    padding: 0px 10px;
    border-right: 1px solid #C9CEDA;
}

.detail-info-page__list li:first-child {
    padding-left: 0px;
}

.detail-info-page__list li:last-child {
    padding-right: 0px;
    border-right: 0px;
}

@media screen and (max-width: 1024px) {
    .detail-info-page__list li {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .detail-info-page__list li {
        padding: 0px 0px 0px 10px;
        border-left: 1px solid #3F8167;
        margin-bottom: 8px;
    }

    .detail-info-page__list li:first-child {
        padding-left: 10px;
    }

    .detail-info-page__list li:last-child {
        margin-bottom: 0px;
    }
}

.detail-info-page__rating {
    display: flex;
    align-items: center;
    margin: 0px 30px;
}

@media screen and (max-width: 767px) {
    .detail-info-page__rating {
        margin: 10px 0px;
    }
}

.detail-info-page__rating .stars svg {
    fill: var(--site-detail-rating-stars-color);
}

.detail-section-page {
    width: 20%;
    display: flex;
    align-items: center;
}

.detail-section-page:hover {
    transition: 0.3s ease-in-out;
}

.detail-section-page:hover .detail-section-page__icon {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
}

.detail-section-page:hover .detail-section-page__name {
    color: #3F8167;
}

@media screen and (max-width: 1024px) {
    .detail-section-page {
        min-width: 250px;
        max-width: 250px;
    }
}

.detail-section-page__icon {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
    background: #FFFFFF;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.detail-section-page__icon img {
    max-width: 100%;
}

@media screen and (max-width: 1024px) {
    .detail-section-page__icon {
        display: none;
    }
}

.detail-section-page__name {
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #404656;
    text-decoration: underline;
    text-decoration-color: #3F8167;
    transition: 0.3s ease-in-out;
}

.detail-section-page__name svg {
    fill: #3F8167;
}

@media screen and (max-width: 1024px) {
    .detail-section-page__name svg {
        margin-left: 5px;
    }
}

@media screen and (max-width: 1024px) {
    .detail-section-page__name {
        min-height: 50px;
        display: flex;
        padding: 17px 18px;
        text-align: center;
        background: #ffffff;
        border-radius: 8px;
        font-size: 12px;
        line-height: 16px;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .detail-section-page__name {
        display: none;
    }
}

.detail-cart-page {
    margin-top: 30px;
    width: 100%;
    background: var(--site-detail-product-background-color);
    border-radius: 60px;
    padding: 40px;
}

@media screen and (max-width: 1024px) {
    .detail-cart-page {
        width: calc(100% + 68px);
        margin-top: 20px;
        padding: 20px 34px 40px;
        border-radius: 35px;
        margin-left: -34px;
    }
}

@media screen and (max-width: 568px) {
    .detail-cart-page {
        padding: 20px 15px 40px;
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}

.detail-cart-page__wrapper {
    display: flex;
}

@media screen and (max-width: 1024px) {
    .detail-cart-page__wrapper {
        flex-wrap: wrap;
    }
}

.detail-cart-page__footer {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.detail-cart-page__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.02em;
    color: #404656;
    margin-bottom: 30px;
}

.detail-cart-page__link {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #3F8167;
    transition: 0.3s ease-in-out;
    text-decoration: underline;
    text-align: center;
}

.detail-cart-page__link:hover {
    text-decoration: none;
    color: #346E57;
}

.detail-cart-page__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}

.detail-cart-page__col {
    flex: 1 0 50%;
    padding: 0px 15px 30px;
}

@media screen and (max-width: 568px) {
    .detail-cart-page__col {
        flex: 0 0 100%;
    }
}

.detail-cart-page__col-2 {
    flex: 0 0 40%;
    padding: 0px 15px 30px;
}

@media screen and (max-width: 568px) {
    .detail-cart-page__col-2 {
        flex: 0 0 100%;
    }
}

.detail-cart-page__col-10 {
    flex: 0 0 60%;
    padding: 0px 15px 30px;
}

@media screen and (max-width: 568px) {
    .detail-cart-page__col-10 {
        flex: 0 0 100%;
    }
}

.detail-cart-page__note {
    width: 100%;
    background: #F4F5F6;
    position: relative;
    padding: 10px 10px 10px 20px;
    margin-bottom: 15px;
}

.detail-cart-page__note::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #404656;
}

.detail-cart-page__note a {
    color: #000;
    text-decoration: underline;
}

.detail-cart-page__data {
    margin-top: 15px;
}

@media screen and (max-width: 1275px) {
    .detail-cart-page__data {
        margin-top: 10px;
    }
}

.detail-cart-page__data .detail-cart-page__info {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #23262F;
}

@media screen and (max-width: 1275px) {
    .detail-cart-page__data .detail-cart-page__info {
        font-size: 16px;
        line-height: 16px;
    }
}

.detail-cart-page__data .detail-cart-page__info span {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #3F8167;
    text-transform: none;
    margin-left: 5px;
}

.detail-cart-page__data .detail-cart-page__text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
    color: #404656;
}

.detail-cart-page__price {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    color: var(--site-detail-product-price-color);
}

.detail-cart-page__price s {
    font-size: 24px;
    line-height: 24px;
    color: var(--site-detail-product-old-price-color);
    text-decoration-color: var(--site-detail-product-old-price-decoration-color);
}

.detail-cart-page__left {
    width: calc(100% - 480px);
    flex-direction: column-reverse;
    min-width: 500px;
    height: max-content;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
    .detail-cart-page__left {
        min-width: 100%;
        width: 100%;
        padding-bottom: 40px;
        border-bottom: 1px solid #C9CEDA;
    }

    .detail-cart-page__left.sticky {
        position: relative;
        top: inherit;
    }
}

@media screen and (max-width: 568px) {
    .detail-cart-page__left {
        padding-bottom: 0px;
        border-bottom: 0px;
    }
}

.detail-cart-page__right {
    position: relative;
    max-width: 480px;
    width: 100%;
    margin-left: 30px;
}

@media screen and (max-width: 1024px) {
    .detail-cart-page__right {
        margin-top: 40px;
        margin-left: 0px;
        max-width: 100%;
    }
}

.detail-cart-page__image_nav {
    min-width: auto;
    max-width: 100%;
    width: 100%;
    height: 80px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .detail-cart-page__image_nav {
        min-width: auto;
        max-width: 100%;
        width: 100%;
        margin: 0px auto;
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (max-width: 568px) {
    .detail-cart-page__image_nav {
        display: none;
    }
}

.detail-cart-page__stickers {
    position: absolute;
    z-index: 5;
    top: 30px;
    left: 30px;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 568px) {
    .detail-cart-page__stickers {
        max-width: 230px;
        top: 20px;
        left: 20px;
    }
}

.detail-cart-page__stickers img {
    display: block;
    max-width: 120px;
    width: 100%;
    margin-right: 5px;
    margin-bottom: 5px;
}

.detail-cart-page__stickers img:last-child {
    margin-right: 0px;
}

.detail-cart-page__icon_zoom {
    position: absolute;
    z-index: 5;
    bottom: 55px;
    right: 20px;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #3F8167;
    display: none;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 568px) {
    .detail-cart-page__icon_zoom {
        display: flex;
    }
}

.detail-cart-page__icon_zoom svg {
    fill: #ffffff;
}

.detail-cart-page__zoom {
    max-width: 117px;
    height: 44px;
    position: absolute;
    z-index: 5;
    top: 30px;
    right: 30px;
    border-radius: 8px;
    background: rgba(244, 245, 246, 0.7);
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #404656;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.detail-cart-page__zoom svg {
    margin-left: 10px;
    fill: #404656;
}

.detail-cart-page__zoom:hover {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 568px) {
    .detail-cart-page__zoom.btn {
        display: none;
    }
}

.detail-cart-page__icon_discount_percent {
    max-width: 117px;
    height: 44px;
    position: absolute;
    z-index: 5;
    top: 80px;
    right: 30px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: var(--site-detail-discount-percent-color);
    background-color: var(--site-detail-discount-percent-background-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: default !important;
}

@media screen and (max-width: 568px) {
    .detail-cart-page__icon_discount_percent {
        font-size: 16px;
        top: 10px;
        right: auto;
        left: 30px;
        height: 30px;
        max-width: 72px;
    }
}

.detail-cart-page__image {
    position: relative;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .detail-cart-page__image {
        margin: 0px auto;
        max-width: 524px;
        width: 100%;
    }
}

.detail-cart-page__image_slider {
    width: calc(100% - 80px);
}

@media screen and (max-width: 568px) {
    .detail-cart-page__image_slider {
        display: none;
    }
}

.detail-cart-page__element {
    position: relative;
    margin-bottom: 30px;
}

.detail-cart-page__info {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 568px) {
    .detail-cart-page__info {
        justify-content: flex-start;
    }

    .detail-cart-page__info span {
        margin-top: -2px;
    }
}

.detail-cart-page__link_modal {
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #777E90;
    text-decoration: underline;
}

.detail-cart-page__link_modal:hover {
    text-decoration: none;
}

@media screen and (max-width: 1275px) {
    .detail-cart-page__link_modal {
        font-size: 16px;
        line-height: 18px;
    }
}

.detail-cart-page__name {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: var(--site-detail-product-name-color);
}

@media screen and (max-width: 1275px) {
    .detail-cart-page__name {
        font-size: 16px;
        line-height: 18px;
    }
}

.detail-cart-page__value {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #3F8167;
    margin-left: 5px;
}

@media screen and (max-width: 1275px) {
    .detail-cart-page__value {
        font-size: 16px;
        line-height: 18px;
    }
}

.detail-cart-page__content {
    margin: 5px -5px 0px;
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 100%;
}

@media screen and (max-width: 1024px) {
    .detail-cart-page__content {
        height: 89px;
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        margin: 5px 0px 0px;
        padding: 0px;
        scrollbar-color: #404656 #F5F5F5;
        scrollbar-width: thin;
    }

    .detail-cart-page__content::-webkit-scrollbar {
        appearance: none;
        width: 100%;
        height: 4px;
        border-radius: 8px;
        background-color: #F5F5F5;
    }

    .detail-cart-page__content::-webkit-scrollbar-track {
        border-radius: 8px;
    }

    .detail-cart-page__content::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background: #404656;
    }
}

.info-page-mobile {
    display: none;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .info-page-mobile {
        display: flex;
    }
}

.info-page-mobile__link {
    margin: 0px auto;
    max-width: 345px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #F4F5F6;
    border-radius: 8px;
    text-decoration: underline;
    text-decoration-color: #3F8167;
    font-size: 16px;
    line-height: 22px;
    color: #404656;
}

.info-page-mobile__list {
    margin-top: 20px;
}

.info-page-mobile__list li {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 22px;
    padding: 0px 0px 0px 10px;
    border-left: 1px solid #3F8167;
    color: #404656;
}

.info-page-mobile__list li:last-child {
    margin-bottom: 0px;
}

.main-section-block {
    width: 100%;
    margin: 0px auto;
    display: flex;
}

@media screen and (max-width: 1275px) {
    .main-section-block {
        flex-wrap: wrap;
    }
}

.main-section-block__left_block {
    width: 300px;
}

@media screen and (max-width: 1365px) {
    .main-section-block__left_block {
        width: 230px;
    }
}

@media screen and (max-width: 1275px) {
    .main-section-block__left_block {
        width: 100%;
    }
}

.main-section-block__trustpilot {
    margin-top: 40px;
}

.main-section-block__trustpilot.sticky {
    top: 70px;
}

@media screen and (max-width: 1199px) {
    .main-section-block__items {
        width: calc(100% + 68px);
        margin-left: -34px;
    }
}

@media screen and (max-width: 568px) {
    .main-section-block__items {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}

.main-section-block__right_block {
    width: calc(100% - 330px);
    margin-left: 30px;
}

@media screen and (max-width: 1365px) {
    .main-section-block__right_block {
        width: calc(100% - 260px);
    }
}

@media screen and (max-width: 1275px) {
    .main-section-block__right_block {
        width: 100%;
        margin-left: 0px;
    }
}

.section-grid {
    width: 100%;
    background: var(--site-section-products-background-color);
    border-radius: 32px;
    padding: 20px 20px 0px 20px;
    box-sizing: border-box;
}

@media screen and (max-width: 1275px) {
    .section-grid {
        padding: 35px 35px 0px 35px;
    }

    .section-grid:first-child {
        border-radius: 32px 32px 0px 0px;
    }

    .section-grid:last-child {
        border-radius: 0px 0px 32px 32px;
    }
}

@media screen and (max-width: 568px) {
    .section-grid {
        padding: 15px 15px 0px 15px;
    }
}

.section-grid--mt {
    margin-top: 20px;
}

.section-grid__col {
    display: flex;
    flex: 0 1 33.33%;
    padding: 0px 5px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .section-grid__col {
        flex: 0 1 50%;
    }
}

@media screen and (max-width: 568px) {
    .section-grid__col {
        flex: 1 1 50%;
    }
}

.section-grid__col--full {
    flex: 0 1 100%;
    justify-content: center;
}

.section-grid__block {
    width: 100%;
    display: flex;
}

.section-grid__block--margin {
    margin: 20px 0px;
}

.section-grid__row {
    margin: 0px -5px;
    display: flex;
    flex-wrap: wrap;
}

.section-grid__title {
    margin: 0px;
    letter-spacing: -0.02em;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .section-grid__title {
        font-size: 36px;
        line-height: 50px;
    }
}

.section-grid__count {
    margin-left: 20px;
    letter-spacing: -0.02em;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    color: #777E90;
}

@media screen and (max-width: 1024px) {
    .section-grid__count {
        font-size: 36px;
        line-height: 50px;
        margin-left: 10px;
    }
}

.section-navigation {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .section-navigation {
        padding: 0px 35px;
    }
}

@media screen and (max-width: 767px) {
    .section-navigation {
        flex-direction: column;
    }
}

@media screen and (max-width: 568px) {
    .section-navigation {
        padding: 0px 15px;
    }
}

.section-navigation__button {
    width: 100%;
    height: 60px;
    background: var(--site-page-navigation-hover-background-color);
    border-radius: 12px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.02em;
    color: var(--site-page-navigation-color);
    margin-right: 30px;
}

.section-navigation__button:hover {
    color: var(--site-page-navigation-hover-background-color);
    background: var(--site-page-navigation-color);
}

@media screen and (max-width: 1024px) {
    .section-navigation__button {
        height: 50px;
        font-size: 16px;
        line-height: 16px;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .section-navigation__button {
        margin-bottom: 10px;
        margin-right: 0px;
        max-width: 408px;
    }
}

@media screen and (max-width: 568px) {
    .section-navigation__button {
        max-width: 333px;
    }
}

.section-filter {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.section-filter__row {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1275px) {
    .section-filter__row {
        display: none;
    }
}

.section-filter__row--spacebetween {
    justify-content: space-between;
}

@media screen and (max-width: 1275px) {
    .section-filter__row--spacebetween {
        display: flex;
    }
}

.section-filter__row .checkbox-2 {
    margin-bottom: 10px;
}

.section-filter__mobile_content {
    display: none;
}

@media screen and (max-width: 1024px) {
    .section-filter__mobile_content {
        display: block;
    }
}

.section-filter__mobile_group {
    display: flex;
    align-items: center;
}

.section-filter__group {
    margin-left: 30px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1275px) {
    .section-filter__group {
        width: 100%;
        margin-left: 0;
        justify-content: space-between;
        /*flex-direction: row-reverse;*/
    }
}

.choise-items-slider {
    width: 100%;
    background: #C6E4C9;
    border-radius: 32px;
    padding: 20px;
    margin: 20px 0px;
}

@media screen and (max-width: 1275px) {
    .choise-items-slider {
        border-radius: 0px;
        padding: 32px 34px 20px;
        margin: 0px;
    }
}

@media screen and (max-width: 568px) {
    .choise-items-slider {
        padding: 32px 15px 20px;
    }
}

.choise-items-slider__title {
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.02em;
    color: #3F8167;
}

.choise-items-slider__title svg {
    margin-left: 20px;
}

@media screen and (max-width: 1024px) {
    .choise-items-slider__title {
        font-size: 36px;
        line-height: 36px;
    }

    .choise-items-slider__title svg {
        width: 34px;
        height: 32px;
    }
}

.choise-items-slider__container {
    margin-top: 20px;
    width: 100%;
    position: relative;
}

.choise-items-slider__container .swiper-container {
    height: 632px;
}

.choise-items-slider__container.choise-items-slider-v2 .swiper-container {
    height: 672px;
}

@media screen and (max-width: 1024px) {
    .choise-items-slider__container .swiper-container {
        height: 482px;
    }

    .choise-items-slider__container.choise-items-slider-v2 .swiper-container {
        height: 592px;
    }
}

.choise-items-slider__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .choise-items-slider__row .choise-items-slider__button {
        display: none;
    }
}

.choise-items-slider__button {
    max-width: 108px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 0px 20px;
    font-size: 18px;
    line-height: 26px;
    color: #3F8167;
    text-align: center;
}

.choise-items-slider__button:hover {
    color: #ffffff;
    background: #404656;
}

.choise-items-slider__navigation {
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .choise-items-slider__navigation {
        display: flex;
    }
}

.personal-page {
    margin-top: 40px;
}

.personal-page__title {
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .personal-page__title {
        font-size: 36px;
        line-height: 50px;
    }
}

.personal-page__group {
    margin-top: 60px;
    width: 100%;
    display: flex;
}

@media screen and (max-width: 1024px) {
    .personal-page__group {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .personal-page__group {
        margin-top: 40px;
    }
}

.personal-page__menu {
    max-width: 320px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .personal-page__menu {
        max-width: 100%;
    }
}

.personal-page__content {
    width: calc(100% - 320px);
    padding-left: 40px;
}

@media screen and (max-width: 1024px) {
    .personal-page__content {
        width: 100%;
        padding-left: 0px;
    }
}

.personal-page__items {
    display: flex;
    flex-direction: column;
}

.personal-page__button {
    margin-bottom: 30px;
    max-width: 118px;
    width: 100%;
    background: #EAEAEB;
    border-radius: 12px;
    height: 60px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .personal-page__button {
        height: 50px;
        font-size: 16px;
        line-height: 16px;
    }
}

.personal-page__button:hover {
    background: #404656;
    color: #ffffff;
}

.personal-page__button:hover svg {
    fill: #ffffff;
}

.personal-page__button svg {
    transform: rotate(180deg);
    fill: #404656;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
}

.main-slider {
    width: 100%;
    margin: 0px auto;
    padding: 15px 0px 80px;
    box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
    .main-slider {
        padding: 15px 0px 60px;
    }
}

.main-slider__content {
    background: #E2EAE8;
    border-radius: 60px;
}

@media screen and (max-width: 1275px) {
    .main-slider__content {
        border-radius: 36px;
        display: flex;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 1199px) {
    .main-slider__content {
        margin-top: 20px;
    }
}

@media screen and (max-width: 568px) {
    .main-slider__content {
        border-radius: 15px;
    }
}

.main-slider__top {
    display: flex;
    padding: 32px 52px;
    box-sizing: border-box;
}

@media screen and (max-width: 1275px) {
    .main-slider__top {
        padding: 20px 30px 30px;
    }
}

@media screen and (max-width: 568px) {
    .main-slider__top {
        flex-direction: column;
        align-items: center;
    }
}

.category {
    width: 100%;
    margin: 0px auto;
    padding: 70px 40px 40px;
    box-sizing: border-box;
}


@media screen and (max-width: 1199px) {
    .category {
        padding: 20px 0px 20px;
    }
}

@media screen and (max-width: 568px) {
    .category {
        padding: 37px 0px 25px;
    }
}

.category__title {
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    letter-spacing: -0.02em;
    color: var(--site-main-title-color);
    margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
    .category__title {
        margin: 10px 0px;
        font-size: 36px;
        line-height: 50px;
    }
}

.category__desc {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: var(--site-main-text-color);
}

@media screen and (max-width: 1199px) {
    .category__desc {
        font-size: 16px;
        line-height: 22px;
    }
}

.category__content {
    max-width: 1110px;
    width: 100%;
    margin: 0px auto;
}

@media screen and (max-width: 1199px) {
    .category__content {
        max-width: 520px;
    }
}

@media screen and (max-width: 568px) {
    .category__content {
        max-width: 100%;
    }
}

.category__slider {
    padding-top: 80px;
}

@media screen and (max-width: 1199px) {
    .category__slider {
        height: 650px;
    }
}

@media screen and (max-width: 568px) {
    .category__slider {
        width: 100%;
        height: 119px;
        overflow: visible;
        box-sizing: content-box;
    }
}

.category__slider .category__scrollbar {
    height: 4px;
    left: 0px;
    width: 100%;
    background: #EAEAEB;
}

.category__slider .category__scrollbar .swiper-scrollbar-drag {
    background: #404656;
}

.category__row {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 100%;
    margin: 80px -15px 0px;
}

@media screen and (max-width: 1199px) {
    .category__row {
        margin: 20px -15px 0px;
    }
}

@media screen and (max-width: 576px) {
    .category__row {
        padding-top: 60px;
        margin: 0px;
        flex-wrap: nowrap;
        overflow: auto;
        scrollbar-color: #404656 #EAEAEB;
        scrollbar-width: thin;
    }

    .category__row::-webkit-scrollbar {
        appearance: none;
        width: 100%;
        height: 4px;
        border-radius: 8px;
        background-color: #EAEAEB;
    }

    .category__row::-webkit-scrollbar-track {
        border-radius: 8px;
    }

    .category__row::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background: #404656;
    }
}

.category__col {
    flex: 0 0 16.66%;
    padding: 0px 15px;
}

@media screen and (max-width: 1199px) {
    .category__col {
        flex: 0 0 33.33%;
        padding: 60px 15px 0px;
    }
}

@media screen and (max-width: 576px) {
    .category__col {
        padding: 0px 0px 20px;
        margin-right: 10px;
    }

    .category__col:last-child {
        margin-right: 0px;
    }
}

.basket-page__row {
    display: flex;
    margin: 0 -15px;
}

@media (max-width: 1199px) {
    .basket-page__row {
        flex-direction: column;
    }
}

.basket-page__col {
    flex: 0 0 50%;
    padding: 0 15px;
}

@media (max-width: 1199px) {
    .basket-page__col {
        flex: 0 0 100%;
    }
}

.basket-page__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 58px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #404656;
    margin: 15px 0 0;
}

@media (max-width: 1024px) {
    .basket-page__title {
        font-size: 36px;
        line-height: 50px;
    }
}

.basket-page__title_2 {
    margin-top: 60px;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #404656;
}

@media (max-width: 767px) {
    .basket-page__title_2 {
        margin-top: 40px;
    }
}

.basket-page__text {
    margin-top: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #777E90;
}

.basket-page__text a {
    color: #777E90;
    text-decoration: underline;
    text-decoration-color: #479275;
}

.basket-page__text a:hover {
    text-decoration: none;
}

.basket-page__empty {
    margin-top: 80px;
    width: 100%;
    background: #E3E5E8 url("../img/basket-empty.svg") no-repeat;
    background-position: bottom 0px right 200px;
    background-size: 455px 400px;
    border-radius: 36px;
    padding: 117px 200px;
}

@media screen and (max-width: 1024px) {
    .basket-page__empty {
        padding: 75px 60px;
        background-position: bottom 0px right 60px;
        background-size: 340px 300px;
    }
}

@media screen and (max-width: 767px) {
    .basket-page__empty {
        padding: 40px;
        background: #E3E5E8;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.basket-page__empty .basket-page__text {
    max-width: 520px;
    margin: 0px;
    text-align: left;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    color: #9297A5;
}

@media screen and (max-width: 767px) {
    .basket-page__empty .basket-page__text {
        max-width: 220px;
        text-align: center;
        font-size: 24px;
        line-height: 34px;
    }
}

.basket-page__button {
    max-width: 172px;
    margin-top: 40px;
    height: 60px;
    background: var(--site-main-button-background-color);
    border-radius: 12px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

@media screen and (max-width: 767px) {
    .basket-page__button {
        margin-top: 30px;
    }
}

.basket-page__button:hover {
    background: var(--site-main-button-hover-background-color);
}

.blog-page {
    margin-top: 40px;
}

.blog-page__title {
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .blog-page__title {
        font-size: 36px;
        line-height: 50px;
    }
}

.blog-page__group {
    margin-top: 60px;
    width: 100%;
    display: flex;
}

@media screen and (max-width: 1024px) {
    .blog-page__group {
        flex-direction: column;
        margin-top: 40px;
    }
}

.blog-page__menu {
    max-width: 300px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .blog-page__menu {
        max-width: 100%;
    }
}

.blog-page__content {
    width: calc(100% - 300px);
    padding-left: 30px;
}

@media screen and (max-width: 1024px) {
    .blog-page__content {
        width: 100%;
        padding-left: 0px;
    }
}

.blog-page__row {
    display: flex;
    flex: 1 1 100%;
    margin: 0px -15px;
    flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
    .blog-page__row {
        margin: 0px -10px;
    }
}

.blog-page__col {
    display: flex;
    flex: 0 0 33.33%;
    padding: 0px 15px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    .blog-page__col {
        flex: 0 0 50%;
        padding: 0px 10px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .blog-page__col {
        flex: 0 0 100%;
    }
}

.blog-page-detail {
    margin: 36px auto 0px;
    max-width: 1120px;
    width: 100%;
}

.blog-page-detail__header {
    position: relative;
    max-width: 1070px;
    width: 100%;
    margin: 0px auto;
    height: 520px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #000000;
    border-radius: 36px;
    margin-bottom: 60px;
    padding: 0px 110px;
}

@media screen and (max-width: 1024px) {
    .blog-page-detail__header {
        height: 300px;
        border-radius: 20px;
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .blog-page-detail__header {
        min-height: 190px;
        height: auto;
    }
}

.blog-page-detail__title {
    position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
    .blog-page-detail__title {
        font-size: 24px;
        line-height: 34px;
    }
}

.blog-page-detail__title--block {
    margin-top: 80px;
    color: #404656;
}

.blog-page-detail__date {
    position: relative;
    z-index: 2;
    margin-top: 30px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}

.blog-page-detail__image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-page-detail__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}

.blog-page-detail__content {
    max-width: 850px;
    width: 100%;
    margin: 0px auto;
}

.blog-page-detail__elements {
    max-width: 850px;
    width: 100%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
}

.blog-page-detail__items {
    width: 100%;
}

.blog-page-detail__items .items-slider {
    margin-top: 60px;
}

.blog-page-detail__items .items-slider__container .swiper-container {
    max-width: 960px;
}

@media screen and (max-width: 1199px) {
    .blog-page-detail__items .items-slider__container .swiper-container {
        max-width: 100%;
    }
}

.blog-page-detail__author {
    margin-top: 80px;
    width: 100%;
}

.blog-page-detail__other {
    margin-top: 80px;
    width: 100%;
}

.blog-page-detail__other .items-slider {
    margin-top: 40px;
}

.blog-page-detail__other .items-slider__container .swiper-container {
    max-width: 960px;
}

@media screen and (max-width: 1199px) {
    .blog-page-detail__other .items-slider__container .swiper-container {
        max-width: 100%;
    }
}

.blog-page-detail__other_title {
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #404656;
}

.blog-page-detail__button {
    margin: 60px auto 0px;
    max-width: 230px;
    height: 60px;
    background: #EAEAEB;
    border-radius: 12px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #404656;
}

.blog-page-detail__button:hover {
    background: #3F8167;
    color: #ffffff;
}

.landing-page {
    width: 100%;
}

.landing-page__header {
    position: relative;
    min-height: 455px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1199px) {
    .landing-page__header {
        min-height: auto;
        padding: 30px 0px 80px;
    }
}

.landing-page__header--left {
    align-items: flex-start;
}

.landing-page__header--left .landing-page__title {
    text-align: left;
}

.landing-page__header--left .landing-page__desc {
    text-align: left;
    margin: 20px 0px;
}

.landing-page__image {
    position: absolute;
    top: -180px;
    left: -315px;
    width: calc(100% + 630px);
    height: calc(100% + 180px);
    background: #000;
}

.landing-page__image img {
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.landing-page__note {
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 26px;
    color: #777E90;
    margin-bottom: 5px;
    text-decoration: underline;
}

@media screen and (max-width: 1199px) {
    .landing-page__note {
        font-size: 16px;
        line-height: 22px;
    }
}

.landing-page__title {
    position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #404656;
    margin-top: 0;
}

@media screen and (max-width: 1199px) {
    .landing-page__title {
        font-size: 36px;
        line-height: 50px;
    }
}

.landing-page__desc {
    position: relative;
    z-index: 2;
    max-width: 850px;
    width: 100%;
    margin: 20px auto 0px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #777E90;
}

@media screen and (max-width: 1199px) {
    .landing-page__desc {
        font-size: 16px;
        line-height: 22px;
        max-width: 520px;
    }
}

.landing-page__button {
    margin-top: 20px;
    position: relative;
    z-index: 2;
    max-width: 290px;
    height: 60px;
    background: #3F8167;
    border-radius: 12px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
}

.landing-page__button:hover {
    background: #346F57;
}

.landing-page__content {
    max-width: 850px;
    width: 100%;
    margin: 80px auto;
    position: relative;
}

.landing-page__row {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 100%;
    margin: 0px -15px;
}

.landing-page__col {
    flex: 0 0 50%;
    padding: 0px 15px;
}

@media screen and (max-width: 767px) {
    .landing-page__col {
        flex: 0 0 100%;
    }
}

.landing-page__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .landing-page__bg {
        display: none;
    }
}

.contacts-page {
    margin-top: 40px;
    width: 100%;
}

.contacts-page__title {
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .contacts-page__title {
        font-size: 36px;
        line-height: 50px;
    }
}

.contacts-page__content {
    max-width: 1070px;
    width: 100%;
    margin: 0px auto;
}

.trade-info-page {
    margin: 40px auto 0px;
    max-width: 1070px;
    width: 100%;
}

.trade-info-page__title {
    text-align: center;
    letter-spacing: -0.02em;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .trade-info-page__title {
        font-size: 36px;
        line-height: 50px;
    }
}

.trade-info-page__content {
    margin: 60px 0px;
    width: 100%;
    display: flex;
}

@media screen and (max-width: 1024px) {
    .trade-info-page__content {
        max-width: 520px;
        margin: 60px auto;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 1024px) {
    .trade-info-page__content {
        margin: 40px auto;
    }
}

.trade-info-page__block {
    max-width: 490px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .trade-info-page__block {
        max-width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .trade-info-page__block .sticky {
        position: relative;
        top: inherit;
    }
}

.trade-info-page__info {
    width: calc(100% - 490px);
    padding-left: 60px;
    color: #777E90;
}

@media screen and (max-width: 1024px) {
    .trade-info-page__info {
        padding-left: 0px;
        width: 100%;
    }
}

.trade-info-page__name {
    margin-top: 60px;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #404656;
}

@media screen and (max-width: 767px) {
    .trade-info-page__name {
        margin-top: 40px;
    }
}

.trade-info-page__text {
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .trade-info-page__text {
        max-width: 520px;
        margin: 0px auto;
        font-size: 24px;
        line-height: 34px;
    }
}

.trade-info-page__text2 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px;
    color: #777E90;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .trade-info-page__text2 {
        max-width: 520px;
        margin: 20px auto 0px;
        font-size: 16px;
        line-height: 22px;
    }
}

.search-page {
    margin-top: 40px;
    width: 100%;
}

.info-page {
    margin-top: 40px;
}

.info-page__title {
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .info-page__title {
        font-size: 36px;
        line-height: 50px;
    }
}

.info-page__group {
    margin-top: 60px;
    display: flex;
}

@media screen and (max-width: 1024px) {
    .info-page__group {
        margin-top: 0px;
        font-size: 36px;
        flex-direction: column;
    }
}

.info-page__menu {
    max-width: 300px;
    width: 100%;
    height: max-content;
}

@media screen and (max-width: 1024px) {
    .info-page__menu {
        max-width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .info-page__menu.sticky {
        position: relative;
        top: inherit;
    }
}

.info-page__content {
    width: calc(100% - 300px);
    padding-left: 40px;
    min-height: 500px;
}

@media screen and (max-width: 1024px) {
    .info-page__content {
        width: 100%;
        padding-left: 0px;
    }
}

.info-page__content--full {
    width: 100%;
    margin: 60px auto 0px;
    padding-left: 0px;
}

.info-page__content--small {
    max-width: 850px;
    width: 100%;
    margin: 60px auto 0px;
    padding-left: 0px;
}

.btn {
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    user-select: none;
}

.btn:disabled {
    cursor: default;
    background: #EAEAEB;
    color: #cacaca;
}

.btn:disabled:hover {
    background: #EAEAEB;
}

.btn:disabled svg {
    fill: #cacaca;
}

.load {
    cursor: default;
    position: relative;
    overflow: hidden;
    background: #EAEAEB !important;
    border-radius: 12px;
}

.load::after {
    content: "";
    z-index: 9;
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    transition: 0.2s ease-in-out;
    background: #EAEAEB url("../img/loading.gif") no-repeat;
    background-position: center;
    background-size: 40px;
}

.load:hover {
    background: #EAEAEB;
}

.header-btn {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    height: 40px;
    border-radius: 8px;
    white-space: nowrap;
    margin-right: 5px;
    transition: 0.2s ease-in-out;
    padding: 0px 10px;
    box-sizing: border-box;
}

.header-btn:last-child {
    margin-right: 0px;
}

.header-btn--mini {
    max-width: 85px;
    width: 100%;
    background: #EAEAEB;
    color: #404656;
}

.header-btn--mini:hover {
    background: #E4E4E4;
}

.header-btn--big {
    max-width: 238px;
    width: 100%;
    background: #404656;
    color: #FFFFFF;
}

.header-btn--big svg {
    fill: #777E90;
    transition: 0.2s ease-in-out;
}

.header-btn--big:hover {
    background: #8C9B87;
}

.header-btn--big:hover svg {
    fill: var(--header-text-color);
}

.header-btn--green {
    max-width: 305px;
    height: 60px;
    background: var(--site-main-button-background-color);
}

.header-btn--green svg {
    fill: #FFFFFF;
}

.header-btn--green:hover {
    background: var(--site-main-button-hover-background-color);
}

.header-btn--green .header-btn__text {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
}

.header-btn__icon {
    margin-right: 10px;
}

.header-btn__text {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
}

.menu-button {
    cursor: pointer;
    margin-right: 20px;
}

.menu-button svg {
    fill: #404656;
}

.search-button {
    cursor: pointer;
}

.search-button svg {
    fill: #404656;
}

.personal-button svg {
    fill: #404656;
}

.personal-page-button {
    margin-top: 20px;
    max-width: 345px;
    background: #EAEAEB;
    border-radius: 12px;
    height: 60px;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .personal-page-button {
        display: none;
    }
}

.personal-page-button:hover {
    background: var(--site-main-button-hover-background-color);
    color: #ffffff;
}

.personal-page-button--hide {
    margin: 40px auto 0px;
    display: none;
}

@media screen and (max-width: 1024px) {
    .personal-page-button--hide {
        font-size: 18px;
        line-height: 26px;
        display: flex;
    }
}

.basket-button {
    position: relative;
    margin-left: 20px;
}

.basket-button svg {
    transition: 0.2s ease-in-out;
    fill: #404656;
}

.basket-button__count {
    position: absolute;
    top: -10px;
    right: -14px;
    height: 24px;
    border-radius: 12px;
    background: #FFFFFF;
    font-weight: bold;
    font-size: 8px;
    line-height: 10px;
    color: #3F8167;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 6px;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
}

.mini-filter-button {
    margin-right: 10px;
    cursor: pointer;
    width: 70px;
    height: 50px;
    border: 1px solid #404656;
    border-radius: 12px;
    display: none;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1275px) {
    .mini-filter-button {
        display: flex;
    }
}

.mini-sort-button {
    margin-right: 10px;
    cursor: pointer;
    width: 70px;
    height: 50px;
    border: 1px solid #404656;
    border-radius: 12px;
    display: none;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1275px) {
    .mini-sort-button {
        display: flex;
    }
}

.mini-sort-button.active {
    border: 1px solid #3F8167;
}

.mini-sort-button.active svg {
    fill: #3F8167;
}

.mini-sort-button svg {
    fill: #404656;
}

.link-button {
    width: 220px;
    height: 60px;
    border: 1px solid #C9CEDA;
    border-radius: 12px;
}

@media screen and (max-width: 1275px) {
    .link-button {
        width: 180px;
    }
}

@media screen and (max-width: 1024px) {
    .link-button {
        width: 50px;
        height: 50px;
        background: #F4F5F6;
        border: 0px;
        border-radius: 8px;
    }
}

.link-button:hover {
    background: #404656;
}

.link-button:hover .link-button__text {
    color: #ffffff;
}

.link-button__icon {
    display: none;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .link-button__icon {
        display: flex;
    }
}

.link-button__text {
    transition: 0.3s ease-in-out;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .link-button__text {
        display: none;
    }
}

.video-button {
    cursor: pointer;
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    /*background: #3F8167;*/
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1024px) {
    .video-button {
        min-width: 70px;
        max-width: 70px;
        height: 70px;
    }
}

.video-button:hover {
    /*background: #346F57;*/
}

.video-button--mobile {
    background-color: #f0f0f0;
    display: none;
    position: absolute;
    z-index: 5;
    top: 20px;
    right: 20px;
}

@media (max-width: 568px) {
    .video-button--mobile {
        display: flex;
    }
}

.video-button__icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .trade-button {
    background-color: #eaeaeb;
    color: var(--header-text-color);
    overflow: hidden;
    position: relative;
    transform: translate3d(0, 0, 0);
    z-index: 2;
}

.header .trade-button .header-btn__text {
    color: var(--header-text-color);
}

.header .trade-button:hover {
    background: #fff;
}

.trade-button::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: -20px;
    left: -140px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    transform: scale(0);
    animation: animationBlick 3s linear infinite;
}

@keyframes animationBlick {
    20% {
        opacity: 0;
        transform: scale(2.5);
    }
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.logo {
    display: block;
    max-width: 250px;
    width: 100%;
}

@media (max-width: 767px) {
    .logo {
        max-width: 230px;
        min-width: 230px;
    }
}

@media (max-width: 480px) {
    .logo {
        max-width: 190px;
        min-width: 190px;
    }
}

.logo img {
    display: block;
    max-width: 100%;
}

.top-basket {
    position: relative;
    transition: 0.2s ease-in-out;
}

.top-basket:hover .top-basket__text {
    color: #282D3A;
    text-decoration: underline;
}

.top-basket:hover .top-basket__icon svg {
    fill: var(--site-main-button-hover-background-color);
}

/*.top-basket:hover .mini-basket,*/
.top-basket.opened .mini-basket {
    visibility: visible;
    opacity: 1;

    right: auto;
}

.top-basket__wrapper {
    display: flex;
    text-decoration: none;
}

.top-basket__icon {
    position: relative;
    margin-right: 22px;
}

.top-basket__icon svg {
    transition: 0.2s ease-in-out;
    fill: var(--header-icon-color);
}

.top-basket__text {
    font-size: 14px;
    line-height: 14px;
    color: #777E90;
    margin-bottom: 8px;
    transition: 0.2s ease-in-out;
    white-space: nowrap;
}

.top-basket__sum {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #777E90;
}

.top-basket__sum--add {
    color: #404656;
}

.top-basket__count {
    position: absolute;
    top: -10px;
    right: -14px;
    height: 24px;
    border-radius: 12px;
    background: var(--site-additional-background-color);
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: var(--site-additional-text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 8px;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
}

.top-panel {
    max-width: 876px;
    width: 100%;
    height: 60px;
    background: var(--site-additional-background-color);
    border-radius: 12px;
    padding: 4px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s ease-in-out;
}

.top-panel.active {
    position: relative;
}

.top-panel.theme {
    transition: 0.3s ease-in-out;
    background: #F8F8F8;
}

.top-contacts {
    display: flex;
    flex-direction: column;
    margin-left: 25px;
    margin-right: 25px;
}

@media screen and (max-width: 1275px) {
    .top-contacts {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.top-contacts__link {
    text-decoration: none;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #404656;
    transition: 0.2s ease-in-out;
}

.top-contacts__link:hover {
    text-decoration: underline;
}

.top-contacts__text {
    font-size: 14px;
    line-height: 14px;
    color: #777E90;
}

.search-block__button {
    cursor: pointer;
    width: 119px;
    height: 52px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #3F8167;
    position: relative;
    transition: 0.2s ease-in-out;
}

@media screen and (max-width: 1365px) {
    .search-block__button {
        width: 58px;
    }
}

@media screen and (max-width: 1275px) {
    .search-block__button {
        width: 55px;
    }
}

.search-block__button svg {
    transition: 0.2s ease-in-out;
    margin-left: 10px;
    fill: #3F8167;
}

@media screen and (max-width: 1365px) {
    .search-block__button svg {
        margin-left: 0px;
    }
}

.search-block__button:before {
    content: "";
    width: 1px;
    height: 30px;
    background: #C9CEDA;
    position: absolute;
    left: -5px;
    transition: 0.2s ease-in-out;
}

.search-block__button:hover {
    background: #F4F5F6;
    color: #404656;
}

.search-block__button:hover svg {
    fill: #404656;
}

.search-block__button:hover:before {
    opacity: 0;
}

.search-block__wrapper {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 32px;
    padding: 20px;
}

@media screen and (max-width: 568px) {
    .search-block__wrapper {
        padding: 15px;
    }
}

.search-block__wrapper .search-block__button::before {
    display: none;
}

.search-block__poly {
    width: 100%;
    height: 52px;
    border: 1px solid #404656;
    border-radius: 12px;
    padding: 0px 20px;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #404656;
    background: transparent;
    outline: none;
    margin-right: 10px;
}

@media screen and (max-width: 1365px) {
    .search-block__text {
        display: none;
    }
}

.search-panel {
    position: absolute;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 4px;
    left: 4px;
    background: #FFFFFF;
    z-index: 9;
    display: none;
    align-items: center;
}

.search-panel.active {
    display: flex;
}

.search-panel__close {
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    top: -15px;
    right: -15px;
    transition: 0.2s ease-in-out;
}

.search-panel__close svg {
    transition: 0.2s ease-in-out;
    fill: #3F8167;
}

.search-panel__close:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.search-panel__close:hover svg {
    fill: #404656;
}

.search-panel__form {
    width: 100%;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.search-panel__poly {
    width: 100%;
    border: 0px;
    padding: 0px;
    outline: none;
    font-size: 18px;
    line-height: 18px;
    color: #404656;
    margin-right: 20px;
    background: transparent;
}

.search-panel__poly::placeholder {
    font-size: 18px;
    line-height: 18px;
    color: #C9CEDA;
}

.search-panel__icon {
    position: absolute;
    right: 16px;
    transition: 0.4s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.search-panel__icon.active {
    opacity: 0;
    visibility: hidden;
}

.search-panel__button {
    margin-bottom: 140px;
    cursor: pointer;
    min-width: 119px;
    background: #3F8167;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px;
    height: 52px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.search-panel__button svg {
    margin-left: 10px;
    fill: #FFFFFF;
}

.search-panel__button:hover {
    background: #346E57;
}

.search-panel__button.active {
    opacity: 1;
    visibility: visible;
}

.search-panel__select {
    padding-left: 30px;
    margin-right: 20px;
}

.search-panel__select .custom-select-container {
    border-right: 1px solid #C9CEDA;
    padding-right: 20px;
}

.search-panel__select .custom-select-container.open {
    border-right: 0px;
    min-width: 216px;
    position: absolute;
    top: -9px;
    left: -5px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 22px 35px;
    background: #ffffff;
}

.search-panel__select .custom-select-container.open .custom-select-value {
    margin-bottom: 20px;
}

.search-panel__select .custom-select-container.open .custom-select-value:after {
    transform: rotate(180deg);
}

.search-panel__select .custom-select-value {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #404656;
    white-space: nowrap;
}

.search-panel__select .custom-select-value:after {
    width: 12px;
    height: 7px;
    background: url("../img/drop-down.svg") no-repeat;
    background-size: 12px;
    background-position: top;
}

.search-panel__select .custom-select-value:hover {
    color: #3F8167;
}

.search-panel__select .custom-select-value:hover:after {
    background-position: bottom;
}

.search-panel__select .custom-select-options {
    background: #ffffff;
    border: 0;
}

.search-panel__select .custom-select-options.show {
    position: relative;
}

.search-panel__select .custom-select-option {
    font-size: 18px;
    line-height: 24px;
    color: #404656;
    margin-bottom: 10px;
    padding: 0;
}

.search-panel__select .custom-select-option:last-child {
    margin-bottom: 0;
}

.search-panel-top {
    max-width: 300px;
    width: 100%;
    margin: 0 20px;
    border-radius: 8px;
    padding: 3px;
    display: flex;
    align-items: center;
    background: var(--site-additional-background-color);
    z-index: 9;
    position: relative;
    transition: 0.3s ease-in-out;
    border: 2px solid var(--site-main-button-background-color);
}

@media (max-width: 1199px) {
    .search-panel-top {
        max-width: 100%;
        margin: 10px 0 0 0;
        height: 45px;
    }
}

@media (max-width: 767px) {
    .search-panel-top.is-hide {
        display: none;
    }
}

.search-panel-top__form {
    width: 100%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.search-panel-top__poly {
    width: 100%;
    border: 0;
    padding: 0 0 0 10px;
    outline: none;
    font-size: 16px;
    line-height: 16px;
    color: #404656;
    margin-right: 20px;
    background: transparent;
}

.search-panel-top__poly::placeholder {
    font-size: 16px;
    line-height: 16px;
    color: #C9CEDA;
}

.search-panel-top__button {
    cursor: pointer;
    min-width: 40px;
    background: var(--site-main-button-background-color);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    height: 32px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: var(--site-main-button-text-color);
    transition: 0.3s ease-in-out;
    animation: pulse 1s linear infinite;
}

@media (max-width: 1199px) {
    .search-panel-top__button {
        height: 35px;
    }
}

.search-panel-top__button svg {
    fill: #FFFFFF;
}

.search-panel-top__button:hover {
    background: var(--site-main-button-hover-background-color);
}

.search-panel-top__select {
    padding-left: 30px;
    margin-right: 20px;
}

.search-panel-top__select .custom-select-container {
    border-right: 1px solid #C9CEDA;
    padding-right: 20px;
}

.search-panel-top__select .custom-select-container.open {
    border-right: 0px;
    min-width: 216px;
    position: absolute;
    top: -9px;
    left: -5px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 22px 35px;
    background: #ffffff;
}

.search-panel-top__select .custom-select-container.open .custom-select-value {
    margin-bottom: 20px;
}

.search-panel-top__select .custom-select-container.open .custom-select-value:after {
    transform: rotate(180deg);
}

.search-panel-top__select .custom-select-value {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #404656;
    white-space: nowrap;
}

.search-panel-top__select .custom-select-value:after {
    width: 12px;
    height: 7px;
    background: url("../img/drop-down.svg") no-repeat;
    background-size: 12px;
    background-position: top;
}

.search-panel-top__select .custom-select-value:hover {
    color: #3F8167;
}

.search-panel-top__select .custom-select-value:hover:after {
    background-position: bottom;
}

.search-panel-top__select .custom-select-options {
    background: #ffffff;
    border: 0px;
}

.search-panel-top__select .custom-select-options.show {
    position: relative;
}

.search-panel-top__select .custom-select-option {
    font-size: 18px;
    line-height: 24px;
    color: #404656;
    margin-bottom: 10px;
    padding: 0px;
}

.search-panel-top__select .custom-select-option:last-child {
    margin-bottom: 0px;
}

.mobile-search {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: none;
    background: #F4F5F6;
    overflow-y: auto;
}

.mobile-search.active {
    display: block;
}

.mobile-search__header {
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-search__title {
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: #C9CEDA;
}

.mobile-search__group {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.mobile-search__close {
    cursor: pointer;
    width: 101px;
    height: 44px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: 1px solid #C9CEDA;
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #404656;
    transition: 0.2s ease-in-out;
}

.mobile-search__close svg {
    transition: 0.2s ease-in-out;
    fill: #404656;
    margin-left: 10px;
}

.mobile-search__close:hover {
    border: 1px solid #42495B;
    background: #42495B;
    color: #ffffff;
}

.mobile-search__close:hover svg {
    fill: #ffffff;
}

.mobile-search__content {
    margin-top: 60px;
}

.mobile-search__content .search-panel__form {
    outline: none;
    height: calc(100% - 138px);
    flex-direction: column;
}

.mobile-search__content .search-panel__poly {
    margin-right: 0px;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.02em;
}

.mobile-search__content .search-panel__poly::placeholder {
    color: #C9CEDA;
    font-size: 36px;
    line-height: 50px;
}

.mobile-search__content .search-panel__group {
    width: 100%;
    flex-grow: 1;
    background: #FFFFFF;
    border-radius: 36px 36px 0px 0px;
    padding: 30px 15px 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile-search__content .search-panel__select {
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
    margin-right: 0px;
    margin-bottom: 20px;
}

.mobile-search__content .search-panel__select .custom-select-value {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #3F8167;
}

.mobile-search__content .search-panel__select .custom-select-value::after {
    background-position: bottom;
}

.mobile-search__content .search-panel__select .custom-select-container {
    border-right: none;
}

.mobile-search__content .search-panel__select .custom-select-container.open {
    outline: none;
    position: relative;
    min-width: auto;
    padding: 0px;
    box-shadow: none;
    background: transparent;
    top: auto;
    left: auto;
    border-radius: 0px;
}

.mobile-search__content .search-panel__select .custom-select-options {
    background: transparent;
    font-size: 24px;
    color: #404656;
    line-height: 30px;
    text-decoration: underline;
    text-decoration-color: #3F8167;
    margin-bottom: 10px;
}

.mobile-search__content .search-panel__select .custom-select-options:last-child {
    margin-bottom: 0px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.custom-select-container,
.custom-select-value,
.custom-select-options,
.custom-select-option {
    box-sizing: border-box;
}

.custom-select-container {
    display: inline-block;
    position: relative;
}

.custom-select-container:focus .custom-select-value {
    border-width: 2px;
    outline: none;
}

.custom-select-value {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.custom-select-value:after {
    content: "";
    display: inline-block;
    margin-left: 15px;
}

.custom-select-options {
    display: none;
    position: absolute;
    padding: 0;
    margin: 0;
    border: 2px solid black;
    width: 100%;
    border-top: none;
}

.custom-select-options.show {
    display: block;
}

.custom-select-option {
    padding: 0.25rem 0.5rem;
    cursor: pointer;
    list-style: none;
}

.custom-select-option:hover {
    text-decoration: underline;
}

.custom-select-option.selected {
    text-decoration: underline;
    color: var(--site-main-button-background-color);
}

.pay-systems {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .pay-systems {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.pay-systems img {
    margin-right: 30px;
}

@media screen and (max-width: 1024px) {
    .pay-systems img {
        margin-bottom: 20px;
        margin-right: 20px;
    }
}

.pay-systems img:last-child {
    margin-right: 0px;
}

.footer-contacts {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .footer-contacts {
        order: 1;
        margin-bottom: 40px;
    }
}

.footer-contacts__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .footer-contacts__title {
        font-size: 18px;
        line-height: 26px;
    }
}

.footer-contacts__element {
    display: flex;
    margin-bottom: 15px;
    text-decoration: none;
}

.footer-contacts__element:last-child {
    margin-bottom: 0px;
}

.footer-contacts__element:hover .footer-contacts__icon svg {
    fill: var(--footer-link-hover-text-color);
}

.footer-contacts__element:hover .footer-contacts__text {
    color: var(--footer-link-hover-text-color);
}

.footer-contacts__element:hover .footer-contacts__text span {
    color: var(--footer-link-hover-text-color);
}

.footer-contacts__element--no_hover:hover .footer-contacts__icon svg {
    fill: var(--footer-link-hover-text-color);
}

.footer-contacts__element--no_hover:hover .footer-contacts__text {
    color: var(--footer-link-hover-text-color);
}

.footer-contacts__element--no_hover:hover .footer-contacts__text span {
    color: var(--footer-link-hover-text-color);
}

.footer-contacts__icon {
    margin-right: 10px;
}

.footer-contacts__icon svg {
    transition: 0.2s ease-in-out;
    fill: var(--footer-link-text-color);
}

.footer-contacts__text {
    font-size: 18px;
    line-height: 22px;
    color: var(--footer-link-text-color);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: 0.2s ease-in-out;
}

.footer-contacts__text span {
    margin-top: 5px;
    display: block;
    font-size: 14px;
    line-height: 14px;
    transition: 0.2s ease-in-out;
}

.sponsors {
    display: flex;
    align-items: center;
}

.sponsors__element {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.sponsors__element:last-child {
    margin-right: 0px;
}

@media screen and (max-width: 1024px) {
    .sponsors__element {
        margin-right: 18px;
    }
}

.sponsors img {
    max-width: 100%;
}

.filter-slider__group {
    display: flex;
    justify-content: space-between;
}

.filter-slider__info {
    width: 100px;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 8px;
    background: var(--site-filter-slider-background-color);
}

.filter-slider__name {
    font-size: 14px;
    line-height: 14px;
    color: var(--site-filter-slider-title-color);
    margin-bottom: 5px;
}

.filter-slider__poly {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: var(--site-filter-slider-value-color);
    background: transparent;
    border: 0px;
    width: 100%;
    height: 14px;
    padding: 0px 0px 0px 5px;
}

.filter-slider__poly::placeholder {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: var(--site-filter-slider-value-color);
}

.filter-slider__poly_content {
    display: flex;
    align-items: flex-end;
}

.filter-slider__poly_text {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: var(--site-filter-slider-value-color);
}

.filter-slider__line {
    margin: 26px auto 0px;
    height: 2px;
    border: 0px;
    background: var(--site-filter-slider-line-color);
    box-shadow: none;
}

@media screen and (max-width: 1275px) {
    .filter-slider__line {
        width: calc(100% - 26px);
    }
}

.filter-slider__line .noUi-connect {
    background: var(--site-filter-slider-line-color);
}

.filter-slider__line .noUi-handle {
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: var(--site-filter-slider-handle-background-color);
    border-radius: 50%;
    border: 2px solid var(--site-filter-slider-line-color);
    box-shadow: none;
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -13px;
}

.filter-slider__line .noUi-handle.noUi-active {
    border: 2px solid var(--site-filter-slider-line-color-active);
}

.filter-slider__line .noUi-handle:before, .filter-slider__line .noUi-handle:after {
    display: none;
}

.list-main {
    margin-top: 15px;
    padding: 0;
}

.list-main__list {
    list-style: none;
    margin-bottom: 15px;
}

.list-main__list:last-child {
    margin-bottom: 0;
}

.list-main__link {
    font-size: 24px;
    line-height: 24px;
    color: #404656;
    text-decoration-color: #3F8167;
}

@media screen and (max-width: 568px) {
    .list-main__link {
        font-size: 16px;
        line-height: 22px;
    }
}

.list-main__link:hover {
    text-decoration: none;
    color: #3F8167;
}

.list-parent {
    margin-bottom: 20px;
    margin-left: 56px;
}

.list-parent:last-child {
    margin-bottom: 0px;
}

.list-parent__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #404656;
    margin: 10px 0px;
    position: relative;
}

@media screen and (max-width: 568px) {
    .list-parent__title {
        font-size: 16px;
        line-height: 22px;
    }
}

.list-parent__title:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: -18px;
    top: 10px;
    background: #404656;
}

.list-parent__list {
    margin-bottom: 5px;
}

.list-parent__list:last-child {
    margin-bottom: 0px;
}

.list-parent__link {
    font-size: 24px;
    line-height: 30px;
    color: #404656;
    text-decoration: underline;
    text-decoration-color: #3F8167;
}

@media screen and (max-width: 568px) {
    .list-parent__link {
        font-size: 16px;
        line-height: 22px;
    }
}

.list-parent__link:hover {
    text-decoration: none;
    color: #3F8167;
}

.top-menu {
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px 30px;
}

.top-menu__list {
    list-style: none;
    margin-right: 10px;
}

.top-menu__list:last-child {
    margin-right: 0px;
}

.top-menu__link {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #777E90;
    text-decoration: underline;
    transition: 0.2s ease-in-out;
    white-space: nowrap;
}

.top-menu__link:hover {
    color: #3F8167;
}

.main-menu {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

@media screen and (max-width: 1365px) {
    .main-menu {
        width: 100%;
        justify-content: space-between;
    }
}

@media screen and (max-width: 1275px) {
    .main-menu {
        margin: 0px;
    }
}

.main-menu__stiker {
    position: absolute;
    top: -18px;
    right: -40px;
    width: max-content;
    padding: 5px 8px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    /*     opacity: 0.8; */
    z-index: 9;
}

.main-menu__list {
    list-style: none;
    transition: all 0.3s;
}

.main-menu__list:first-child {
    max-width: 150px;
    min-width: 150px;
    padding: 0px;
    height: 52px;
    background: var(--site-main-button-background-color);
    border-radius: 8px;
    transition: 0.2s ease-in-out;
}

@media screen and (max-width: 1275px) {
    .main-menu__list:first-child {
        max-width: 100px;
        min-width: 100px;
    }
}

.main-menu__list:first-child:hover {
    background: var(--site-main-button-hover-background-color);
}

.main-menu__list:first-child .main-menu__link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 0px;
    height: 100%;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: var(--site-main-button-text-color);
    letter-spacing: -0.02em;
    transition: 0.2s ease-in-out;
}

.main-menu__list:first-child .main-menu__link svg {
    margin-right: 10px;
    margin-left: 0px;
}

@media screen and (max-width: 1365px) {
    .main-menu__list:first-child .main-menu__link svg {
        display: none;
    }
}

.main-menu__list:last-child {
    margin-right: 0px;
}

.main-menu__list:not(:first-of-type) {
    /*.main-menu__link {
      padding-left: 0px;
  }*/
}

.main-menu__list:not(:first-of-type) .drop-menu {
    margin-top: 16px;
}

.main-menu__list:nth-child(2) .main-menu__link {
    padding-left: 18px;
}

@media screen and (max-width: 1275px) {
    .main-menu__list:nth-child(2) .main-menu__link {
        padding-left: 15px;
    }
}

.main-menu__list:hover .drop-menu {
    background: var(--header-background-color-hover);
    visibility: visible;
    opacity: 1;
    transition-delay: 0.4s;
}

.main-menu__list:hover .drop-menu__wrapper {
    opacity: 1;
}

.main-menu__list:hover:not(:first-of-type) .main-menu__link {
    color: var(--site-main-button-hover-background-color);
}

.main-menu__list:hover:not(:first-of-type) .main-menu__link svg {
    fill: var(--site-main-button-hover-background-color);
    transform: rotate(-90deg);
}

.main-menu__link {
    text-decoration: none;
    /*     color: #404656; */
    color: var(--header-text-color);
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    padding: 18px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    white-space: nowrap;
    letter-spacing: -0.02em;
    transition: 0.2s ease-in-out;
    position: relative;
}

@media screen and (max-width: 1275px) {
    .main-menu__link {
        padding: 15px;
    }
}

.main-menu__link svg {
    transition: 0.2s ease-in-out;
    fill: #404656;
    margin-left: 10px;
}

.drop-menu {
    position: absolute;
    width: 100%;
    min-height: 300px;
    z-index: 99;
    left: 0;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s linear;
}

.drop-menu::before {
    content: "";
    display: block;
    width: 100%;
    height: 17px;
    margin-top: -17px;
}

.drop-menu__wrapper {
    max-width: 1370px;
    width: 100%;
    margin: 0px auto;
    padding: 20px 40px 60px 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.drop-menu__group {
    display: flex;
}

.drop-menu__block {
    margin-right: 10px;
}

.drop-menu__title {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: var(--site-main-button-hover-background-color);
    margin-bottom: 20px;
}

.drop-menu__content {
    display: flex;
}

.drop-menu__container {
    padding-left: 0px;
    margin-right: 10px;
    min-width: 150px;
    max-width: 150px;
    width: 100%;
}

.drop-menu__container:last-child {
    margin-right: 0px;
}

.drop-menu__list {
    margin-bottom: 10px;
    list-style: none;
}

.drop-menu__list:last-child {
    margin-bottom: 0px;
}

.drop-menu__link {
    font-size: 18px;
    line-height: 24px;
    color: var(--site-main-button-hover-background-color);
    text-decoration: none;
    transition: 0.2s ease-in-out;
    position: relative;
}

.drop-menu__link:hover {
    color: var(--site-main-button-hover-background-color);
}

.drop-menu__link:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid var(--site-main-button-hover-background-color);
    transition: 0.2s ease-in-out;
}

.drop-menu__link:hover:before {
    left: -16px;
    opacity: 1;
    transition: 0.2s linear;
    transition-delay: 0.1s;
}

.drop-menu__link:before {
    transition: 0.2s linear;
    transition-delay: 0.1s;
    content: "";
    width: 7px;
    height: 11px;
    display: block;
    position: absolute;
    top: 0px;
    left: -22px;
    bottom: 0px;
    margin: auto 0px;
    background: url("../img/arrow-right.svg") no-repeat;
    opacity: 0;
}

.drop-menu__link:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid transparent;
    transition: 0.2s ease-in-out;
}

.drop-menu__image {
    pointer-events: none;
    max-width: 300px;
    height: 300px;
    width: 100%;
}

.drop-menu__image img {
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    border-radius: 4px;
}

.drop-menu__image img.show {
    opacity: 1;
    visibility: visible;
}

.footer-menu {
    width: 100%;
    margin-right: 20px;
}

@media screen and (max-width: 1024px) {
    .footer-menu {
        order: 2;
        margin-right: 0px;
    }
}

.footer-menu:last-child {
    margin-right: 0px;
}

.footer-menu__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.02em;
    color: var(--site-main-inverted-text-color);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .footer-menu__title {
        cursor: pointer;
    }
}

@media screen and (max-width: 1024px) {
    .footer-menu__title {
        font-size: 18px;
        line-height: 26px;
    }
}

.footer-menu__title svg {
    transition: 0.3s ease-in-out;
    display: none;
    margin-left: 15px;
    fill: var(--site-main-inverted-text-color);
}

@media screen and (max-width: 1024px) {
    .footer-menu__title svg {
        display: block;
    }
}

.footer-menu__title.active svg {
    transform: rotate(-90deg);
}

.footer-menu__content {
    padding-left: 0px;
}

@media screen and (max-width: 1024px) {
    .footer-menu__content {
        display: none;
    }

    .footer-menu__content.active {
        display: block;
        margin-bottom: 15px;
    }
}

.footer-menu__list {
    list-style: none;
    margin-bottom: 15px;
}

.footer-menu__list:last-child {
    margin-bottom: 0px;
}

.footer-menu__link {
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
    color: var(--footer-link-text-color);
    transition: 0.2s ease-in-out;
}

@media screen and (max-width: 568px) {
    .footer-menu__link {
        font-size: 16px;
        line-height: 22px;
    }
}

.footer-menu__link:hover {
    text-decoration: underline;
    color: var(--footer-link-hover-text-color);
}

.mobile-menu {
    position: fixed;
    z-index: 2147483633;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    height: 100%;
    display: none;
    background: #F4F5F6;
    overflow-y: auto;
}

.mobile-menu.active {
    display: block;
}

.mobile-menu__header {
    width: 100%;
    padding: 14px 15px 12px;
    box-sizing: border-box;
    background: var(--site-main-title-color);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile-menu__title {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #fff;
}

.mobile-menu__group {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu__close {
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-weight: bold;
    color: #FFFFFF;
    transition: 0.2s ease-in-out;
    padding: 5px;
}

.mobile-menu__close svg {
    fill: #FFFFFF;
}

.mobile-menu__close:hover {
    border: 1px solid #42495B;
    background: #42495B;
}

.mobile-menu__text {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #C9CEDA;
}

.mobile-menu__middle {
    padding: 30px 15px 50px;
    box-sizing: border-box;
}

.mobile-menu__links {
    margin-top: 38px;
    display: flex;
    flex-direction: column;
}

.mobile-menu__link {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
    color: #777E90;
    transition: 0.2s ease-in-out;
}

.mobile-menu__link:hover {
    color: #3F8167;
    text-decoration: none;
}

.mobile-menu__footer {
    padding: 0px 35px 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile-menu__footer .mobile-menu__text {
    margin-top: 5px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #404656;
}

.mobile-menu__contacts {
    max-width: 305px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.mobile-menu__btn {
    max-width: 305px;
    width: 100%;
    height: 60px;
    border-radius: 12px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease-in-out;
    margin-bottom: 12px;
}

.mobile-menu__btn:last-child {
    margin-bottom: 0px;
}

.mobile-menu__btn--gray {
    background: #EAEAEB;
    color: #404656;
}

.mobile-menu__btn--gray:hover {
    background: #E4E4E4;
}

.mobile-menu__btn--blue {
    background: #404656;
    color: #FFFFFF;
}

.mobile-menu__btn--blue svg {
    fill: #ffffff;
    margin-right: 12px;
}

.mobile-menu__btn--blue:hover {
    background: #282D3A;
}

.mobile-menu__container {
    display: flex;
    flex-direction: column;
}

.mobile-menu__stiker {
    position: absolute;
    top: -22px;
    right: -40px;
    width: max-content;
    padding: 0px 5px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 400;
    z-index: 9;
}

.mobile-menu__element {
    cursor: pointer;
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.mobile-menu__element:last-child {
    margin-bottom: 0px;
}

.mobile-menu__element.active .mobile-menu__name {
    color: #3F8167;
}

.mobile-menu__element.active .mobile-menu__name svg {
    fill: #3F8167;
    transform: rotate(180deg);
}

.mobile-menu__element .mobile-menu__link {
    color: #404656;
    margin-bottom: 0px;
}

.mobile-menu__icon {
    width: 52px;
    height: 52px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu__name {
    transition: 0.2s ease-in-out;
    flex-grow: 1;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #404656;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 568px) {
    .mobile-menu__name {
        font-size: 18px;
        line-height: 26px;
    }
}

.mobile-menu__name svg {
    transition: 0.2s ease-in-out;
    fill: #404656;
    margin-left: 10px;
}

.mobile-menu__name span {
    position: relative;
}

.mobile-menu__toggle {
    display: none;
    width: 100%;
    margin-bottom: 48px;
}

.mobile-menu__toggle.active {
    display: block;
}

.mobile-menu .header-auth {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.mobile-menu .header-auth:active, .mobile-menu .header-auth:hover {
    height: 100%;
}

.mobile-menu .header-auth:active .header-auth__content, .mobile-menu .header-auth:hover .header-auth__content {
    background: #EAEAEB;
    height: 100%;
    box-shadow: none;
    transition-delay: 0s;
}

.mobile-menu .header-auth:active .header-auth__login_arrow svg, .mobile-menu .header-auth:hover .header-auth__login_arrow svg {
    transition-delay: 0s;
}

.mobile-menu .header-auth__content {
    position: relative;
    top: auto;
    left: auto;
}

.mobile-menu .header-auth__login {
    height: 60px;
    font-size: 18px;
    line-height: 18px;
}

.mobile-menu .header-auth__list {
    margin-bottom: 15px;
}

.mobile-menu .header-auth__link {
    font-size: 18px;
    line-height: 18px;
}

.mobile-menu .header-auth__text {
    max-width: 215px;
}

.page-menu {
    width: 100%;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 30px;
}

@media screen and (max-width: 1024px) {
    .page-menu {
        background: transparent;
        padding: 0px;
        margin-bottom: 60px;
    }
}

.page-menu__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: var(--site-additional-text-color);
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .page-menu__title {
        text-align: center;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1024px) {
    .page-menu__title {
        font-size: 18px;
        line-height: 26px;
    }
}

.page-menu__text {
    margin: 20px 0px 50px;
    font-size: 18px;
    line-height: 26px;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .page-menu__text {
        text-align: center;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .page-menu__text {
        font-size: 16px;
        line-height: 22px;
        margin: 10px 0px 20px;
    }
}

.page-menu__select {
    display: none;
    max-width: 345px;
    width: 100%;
    margin: 20px auto 0px;
}

@media screen and (max-width: 1024px) {
    .page-menu__select {
        display: block;
    }
}

.page-menu__select .poly-block__content .custom-select-container {
    border: 0px;
    padding: 0px 30px;
    background: #ffffff;
}

.page-menu__select .poly-block__content .custom-select-options {
    padding: 60px 35px 30px;
}

.page-menu__select .poly-block__content .custom-select-value {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .page-menu__list {
        display: none;
    }
}

.page-menu__element {
    display: flex;
    width: 100%;
    height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
}

.page-menu__element.active {
    background: var(--site-main-button-hover-background-color);
}

.page-menu__element.active .page-menu__link {
    color: #ffffff;
}

.page-menu__link {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #404656;
    text-decoration: underline;
    text-decoration-color: var(--site-additional-text-color);
    transition: 0.2s ease-in-out;
}

.page-menu__link:hover {
    text-decoration-color: transparent;
}

.header-auth {
    position: relative;
    width: 165px;
    height: 40px;
}

.header-auth:active .header-auth__menu, .header-auth:visited .header-auth__menu, .header-auth:hover .header-auth__menu {
    visibility: visible;
    opacity: 1;
}

.header-auth:active .header-auth__content, .header-auth:visited .header-auth__content, .header-auth:hover .header-auth__content {
    background: #ffffff;
    height: 200px;
    overflow: hidden;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    transition-delay: 0.3s;
}

.header-auth:active .header-auth__login_arrow svg, .header-auth:visited .header-auth__login_arrow svg, .header-auth:hover .header-auth__login_arrow svg {
    transform: rotate(180deg);
    transition-delay: 0.3s;
}

.header-auth__content {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #EAEAEB;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
}

.header-auth__greeting {
    white-space: nowrap;
    position: absolute;
    z-index: 3;
    height: 20px;
    background: var(--header-icon-color-hi);
    border-radius: 12px;
    color: var(--header-text-color-hi);
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    right: calc(100% - 20px);
    top: -10px;
    font-size: 14px;
    line-height: 14px;
}

.header-auth__login {
    width: 100%;
    height: 40px;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: var(--header-text-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 0px 20px;
}

.header-auth__login_wrapper {
    display: flex;
    align-items: center;
}

.header-auth__login_wrapper svg {
    min-width: 19px;
    fill: var(--header-text-color);
    margin-right: 10px;
}

.header-auth__login_arrow svg {
    transition: 0.3s ease-in-out;
    fill: var(--header-text-color);
    margin-left: 10px;
}

.header-auth__text {
    max-width: 75px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header-auth__menu {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    padding: 10px 20px 20px;
}

.header-auth__list {
    margin-bottom: 15px;
}

.header-auth__list:last-child {
    margin-bottom: 0px;
}

.header-auth__link {
    font-size: 14px;
    line-height: 14px;
    color: #404656;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: all 0.3s;
}

.header-auth__link:hover {
    text-decoration-color: var(--site-main-button-hover-background-color);
}

.insta-widget {
    width: 100%;
    height: max-content;
    overflow: hidden;
    position: relative;
}

.insta-widget__title {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #404656;
}

@media (max-width: 1024px) {
    .insta-widget__title {
        font-size: 24px;
        line-height: 34px;
    }
}

.insta-widget__slide {
    width: 100%;
    height: 215px;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
    cursor: pointer;
}

.insta-widget__slide:hover img {
    transform: scale(1.1);
}

.insta-widget__slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}

.insta-widget__prev {
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 50%;
    transition: all 0.3s;
    margin-right: 2px;
}

.insta-widget__prev::after {
    display: none;
}

.insta-widget__prev svg {
    transform: rotate(-180deg);
    fill: #3F8167;
    transition: all 0.3s;
}

.insta-widget__prev:hover svg {
    fill: #404656;
}

.insta-widget__next {
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 50%;
    transition: all 0.3s;
    margin-left: 2px;
}

.insta-widget__next::after {
    display: none;
}

.insta-widget__next svg {
    fill: #3F8167;
    transition: all 0.3s;
}

.insta-widget__next:hover svg {
    fill: #404656;
}

.insta-widget__data {
    display: none;
    max-width: 800px;
    max-height: 400px;
    height: 100%;
    width: 100%;
    padding: 0px;
}

@media (max-width: 768px) {
    .insta-widget__data {
        max-width: 400px;
        max-height: none;
        height: auto;
    }
}

.insta-widget__data * {
    outline: none;
}

.insta-widget__data .is-close.carousel__button {
    top: 0;
    right: 0;
}

.insta-widget__data .is-close.carousel__button svg {
    fill: #404656;
    transition: all 0.3s ease-in-out;
}

.insta-widget__data .is-close.carousel__button:hover svg {
    fill: #346f57;
}

.insta-widget__head {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #404656;
    margin-bottom: 10px;
}

.insta-widget__text {
    font-size: 18px;
    line-height: 26px;
    color: #777E90;
    margin-bottom: 35px;
}

@media (max-width: 768px) {
    .insta-widget__text {
        font-size: 16px;
        line-height: 22px;
    }
}

.insta-widget__content {
    width: 100%;
    height: 100%;
    display: flex;
}

@media (max-width: 768px) {
    .insta-widget__content {
        flex-direction: column;
        height: initial;
    }
}

.insta-widget__image {
    width: 50%;
    height: 100%;
    max-height: 400px;
    position: relative;
}

@media (max-width: 768px) {
    .insta-widget__image {
        width: 100%;
        height: 300px;
        min-height: 200px;
        max-height: 200px;
    }
}

.insta-widget__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.insta-widget__group {
    height: auto;
}

.insta-widget__info {
    width: 50%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .insta-widget__info {
        width: 100%;
        height: initial;
    }
}

@media (max-width: 568px) {
    .insta-widget__info {
        padding: 15px;
    }
}

.insta-widget__button {
    width: 100%;
    min-height: 60px;
    max-height: 60px;
    background: #3f8167;
    border-radius: 12px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
}

.insta-widget__button:hover {
    background: #346f57;
}

.checkbox {
    margin-bottom: 10px;
}

.checkbox:last-child {
    margin-bottom: 0px;
}

.checkbox label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.checkbox label.disabled {
    cursor: default;
}

.checkbox label.disabled span {
    border: 1px solid #C9CEDA;
}

.checkbox label.disabled .checkbox__text {
    color: #C9CEDA;
}

.checkbox span {
    display: block;
    min-width: 22px;
    max-width: 22px;
    height: 22px;
    margin-right: 21px;
    border: 1px solid var(--site-main-button-background-color);
    border-radius: 50%;
    box-sizing: border-box;
}

.checkbox input {
    display: none;
}

.checkbox input:checked ~ span {
    position: relative;
    border: 1px solid var(--site-main-button-background-color);
    background: var(--site-main-button-background-color);
}

.checkbox input:checked ~ span:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("../img/check-white.svg") no-repeat;
    background-position: center;
    background-size: 12px;
}

.checkbox input:checked ~ .checkbox__text {
    color: var(--site-filter-active-text-color);
}

.checkbox__text {
    font-size: 18px;
    line-height: 18px;
    color: var(--site-filter-text-color);
    transition: 0.2s ease-in-out;
}

.checkbox__text:hover {
    text-decoration: underline;
}

.checkbox--collor span {
    border: 0px;
}

.checkbox--collor input:checked ~ span {
    border: 1px solid #777E90;
}

.checkbox-2 {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.checkbox-2__check {
    font-size: 18px;
    line-height: 26px;
    color: #404656;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .checkbox-2__check {
        font-size: 16px;
        line-height: 22px;
    }
}

.checkbox-2__check--fs {
    align-items: flex-start;
}

.checkbox-2__check--reverse {
    flex-direction: row-reverse;
}

.checkbox-2__check--bold {
    font-weight: bold;
}

.checkbox-2__textlink {
    font-size: 18px;
    line-height: 26px;
    color: #404656;
}

.checkbox-2__textlink a {
    text-decoration: underline;
    font-size: 18px;
    line-height: 26px;
    color: #404656;
}

.checkbox-2__textlink a:hover {
    text-decoration: none;
}

.checkbox-2.error .checkbox-2__check {
    color: #813F4B;
}

.checkbox-2.error .checkbox-2__check:before {
    background: #813F4B;
    transition: 0.2s ease-in-out;
}

.checkbox-2 input {
    display: none;
}

.checkbox-2 input + .checkbox-2__check {
    position: relative;
}

.checkbox-2 input + .checkbox-2__check:before {
    content: "";
    display: block;
    min-width: 54px;
    max-width: 54px;
    height: 32px;
    position: relative;
    background: #C9CEDA;
    border-radius: 16px;
    cursor: pointer;
    margin-right: 20px;
    transition: 0.2s ease-in-out;
}

.checkbox-2 input + .checkbox-2__check:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    background: #ffffff;
    border-radius: 50%;
    transition: 0.2s ease-in-out;
}

.checkbox-2 input + .checkbox-2__check--fs:after {
    top: -20px;
}

.checkbox-2 input + .checkbox-2__check--reverse::after {
    left: auto;
    right: 27px;
}

.checkbox-2 input + .checkbox-2__check--reverse::before {
    margin-left: 20px;
    margin-right: 0px;
}

.checkbox-2 input:checked + .checkbox-2__check:before {
    background: var(--site-main-button-background-color);
    transition: 0.2s ease-in-out;
}

.checkbox-2 input:checked + .checkbox-2__check:after {
    left: 27px;
    transition: 0.2s ease-in-out;
}

.checkbox-2 input:checked + .checkbox-2__check--reverse::after {
    left: auto;
    right: 5px;
}

/*.scrollbar-inner {
  .scroll-element{
    &.scroll-x{
      height: 4px;
    }
    .scroll-bar{
      background: #404656;
      border-radius: 4px;
    }
    .scroll-element_track{
      background: #EAEAEB;
      border-radius: 4px;
    }
    &:hover{
      .scroll-bar{
        background: #404656;
        border-radius: 4px;
      }
    }
  }
}*/
.setting-choose {
    flex: 0 0 50%;
    padding: 10px 5px 0px;
}

@media screen and (max-width: 1024px) {
    .setting-choose {
        min-width: 160px;
        flex: inherit;
        margin-top: 0px;
        padding: 0px 0px 0px;
        margin-right: 10px;
    }
}

.setting-choose:last-child {
    margin-right: 0px;
}

.setting-choose--small {
    flex: 0 0 16.666%;
}

@media screen and (max-width: 1275px) {
    .setting-choose--small {
        flex: 0 0 25%;
    }
}

@media screen and (max-width: 1024px) {
    .setting-choose--small {
        max-width: 70px;
        min-width: 70px;
        flex: inherit;
    }
}

.setting-choose label {
    cursor: pointer;
}

.setting-choose input {
    display: none;
}

.setting-choose input:checked ~ .setting-choose__content {
    border: 3px solid #3F8167;
}

.setting-choose input.disabled ~ .setting-choose__content {
    position: relative;
    opacity: 0.3;
    overflow: hidden;
}

.setting-choose input.disabled ~ .setting-choose__content::after {
    content: "";
    width: 90%;
    position: absolute;
    height: 1px;
    top: 0;
    bottom: 0;
    z-index: 3;
    margin: auto;
    background: #777E90;
    transform: rotate(345deg);
}

.setting-choose__content {
    width: 100%;
    height: 70px;
    border: 1px solid #777E90;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #ffffff;
    transition: 0.2s ease-in-out;
    color: #404656;
    letter-spacing: -0.02em;
    font-size: 18px;
    line-height: 18px;
    padding: 10px;
}

@media screen and (min-width: 1024px) {
    .setting-choose__content:hover {
        border: 1px solid #ffffff;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    }
}

.setting-choose__content img {
    max-width: 100%;
}

.setting-choose__content span {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.complects-block {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .complects-block {
        flex-direction: column;
        justify-content: flex-start;
    }
}

.complects-block__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    order: 2;
}

@media screen and (max-width: 1320px) {
    .complects-block__items {
        margin-left: 40px;
    }

    .complects-block__items .complect-item {
        margin-right: 40px;
    }
}

@media screen and (max-width: 1275px) {
    .complects-block__items {
        margin-left: 20px;
    }

    .complects-block__items .complect-item {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .complects-block__items {
        margin-left: 10px;
    }

    .complects-block__items .complect-item {
        margin-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .complects-block__items {
        margin-left: 0px;
    }

    .complects-block__items .complect-item {
        margin-right: 0px;
    }
}

.complect-item {
    order: 3;
}

@media screen and (max-width: 767px) {
    .complect-item {
        margin-bottom: 10px;
    }
}

.complect-item.complect-item--default {
    order: 1;
}

.complect-item.complect-item--default input:checked ~ .complect-item__wrapper {
    margin-left: 0px;
    box-shadow: none;
}

.complect-item.complect-item--default .complect-item__wrapper {
    cursor: default;
}

.complect-item.complect-item--default .complect-item__name:hover {
    text-decoration: none;
}

.complect-item.active:first-child {
    order: 1;
}

@media screen and (max-width: 767px) {
    .complect-item.active:first-child {
        order: inherit;
    }
}

.complect-item.active:last-child {
    order: 2;
}

@media screen and (max-width: 767px) {
    .complect-item.active:last-child {
        order: inherit;
    }
}

.complect-item input {
    display: none;
}

.complect-item input:checked ~ .complect-item__plus {
    visibility: hidden;
    opacity: 0;
    margin: 0px;
}

.complect-item input:checked ~ .complect-item__wrapper {
    margin-left: -60px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
    .complect-item input:checked ~ .complect-item__wrapper {
        margin-left: 0px;
        box-shadow: none;
    }
}

.complect-item input:checked ~ .complect-item__wrapper .complect-item__checkbox_box {
    border: 0px;
    background: #3F8167 url("/img/check-white.svg") no-repeat;
    background-position: center;
    background-size: 15px 11px;
}

.complect-item input:checked ~ .complect-item__wrapper .complect-item__checkbox_add {
    display: none;
}

.complect-item input:checked ~ .complect-item__wrapper .complect-item__checkbox_added {
    display: block;
}

.complect-item input:disabled ~ .complect-item__wrapper .complect-item__checkbox_box {
    border: 0px;
    background: #777E90 url("/img/check-white.svg") no-repeat;
    background-position: center;
    background-size: 15px 11px;
}

.complect-item input:disabled ~ .complect-item__wrapper .complect-item__checkbox_add {
    display: none;
}

.complect-item label {
    display: flex;
    align-items: center;
    height: 100%;
}

.complect-item__plus {
    position: relative;
    z-index: 8;
    margin: 0px 20px;
    visibility: visible;
    opacity: 1;
    transition: 0.1s ease-in-out;
    transition-delay: 0.1s;
}

@media screen and (max-width: 1320px) {
    .complect-item__plus {
        display: none;
    }
}

.complect-item__wrapper {
    position: relative;
    z-index: 9;
    min-width: 245px;
    max-width: 245px;
    width: 100%;
    height: 100%;
    transition: 0.4s ease-in-out;
    transition-delay: 0.1s;
    cursor: pointer;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 20px;
    left: 0;
    display: flex;
    flex-direction: column;
}

.complect-item__wrapper:hover .complect-item__checkbox_box {
    border: 0px;
    background: #F4F5F6 url("/img/check.svg") no-repeat;
    border: 2px solid #3F8167;
    background-position: center;
    background-size: 15px 11px;
}

@media screen and (max-width: 1275px) {
    .complect-item__wrapper {
        min-width: 200px;
        max-width: 200px;
    }
}

@media screen and (max-width: 1024px) {
    .complect-item__wrapper {
        min-width: 160px;
        max-width: 160px;
        padding: 10px;
    }
}

@media screen and (max-width: 767px) {
    .complect-item__wrapper {
        min-width: 100%;
        max-width: 100%;
        flex-direction: row;
        align-items: center;
    }
}

.complect-item__group {
    flex-grow: 1;
}

@media screen and (max-width: 767px) {
    .complect-item__group {
        order: 3;
    }
}

.complect-item__image {
    width: 100%;
    height: 205px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1275px) {
    .complect-item__image {
        height: 176px;
    }
}

@media screen and (max-width: 1024px) {
    .complect-item__image {
        height: 140px;
    }
}

@media screen and (max-width: 767px) {
    .complect-item__image {
        order: 2;
        max-width: 70px;
        min-width: 70px;
        height: 70px;
        margin-bottom: 0px;
        margin: 0px 10px;
    }
}

.complect-item__image img {
    max-width: 100%;
    max-height: 100%;
}

.complect-item__name {
    height: auto;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #404656;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    flex-grow: 1;
}

.complect-item__name:hover {
    text-decoration: underline;
    text-decoration-color: #3F8167;
}

@media screen and (max-width: 1275px) {
    .complect-item__name {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 1024px) {
    .complect-item__name {
        height: 66px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    .complect-item__name {
        height: auto;
    }
}

.complect-item__price {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #404656;
    margin-bottom: 10px;
}

@media screen and (max-width: 1275px) {
    .complect-item__price {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .complect-item__price {
        margin-bottom: 5px;
    }
}

.complect-item__checkbox {
    margin-top: 24px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .complect-item__checkbox {
        max-width: 60px;
        min-width: 60px;
        height: calc(100% + 20px);
        margin-top: -10px;
        justify-content: center;
        flex-direction: column;
        margin-top: 0px;
        order: 1;
        border-right: 1px solid #F4F5F6;
    }
}

.complect-item__checkbox_box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    background: #F4F5F6;
    border: 2px solid #3F8167;
}

@media screen and (max-width: 767px) {
    .complect-item__checkbox_box {
        margin-right: 0px;
        width: 20px;
        height: 20px;
        border: 1px solid #3F8167;
    }
}

.complect-item__checkbox_add {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #3F8167;
}

@media screen and (max-width: 1275px) {
    .complect-item__checkbox_add {
        font-size: 16px;
        line-height: 16px;
    }
}

@media screen and (max-width: 767px) {
    .complect-item__checkbox_add {
        margin-top: 10px;
        font-size: 12px;
        line-height: 12px;
    }
}

.complect-item__checkbox_added {
    display: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #777E90;
}

@media screen and (max-width: 767px) {
    .complect-item__checkbox_added {
        margin-top: 10px;
        font-size: 12px;
        line-height: 12px;
    }
}

.complect-result {
    order: 4;
    position: relative;
    overflow: hidden;
    min-width: 245px;
    max-width: 245px;
    width: 100%;
    background: #3A4643;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

@media screen and (max-width: 1275px) {
    .complect-result {
        min-width: 200px;
        max-width: 200px;
    }
}

@media screen and (max-width: 1024px) {
    .complect-result {
        min-width: 160px;
        max-width: 160px;
        padding: 10px;
    }
}

@media screen and (max-width: 767px) {
    .complect-result {
        min-width: 100%;
        max-width: 100%;
        height: 170px;
    }
}

.complect-result__image {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.complect-result__image img {
    max-width: 100%;
    object-fit: cover;
}

.complect-result__summ {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.complect-result__group {
    position: relative;
    z-index: 3;
}

.complect-result__text {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 5px;
}

@media screen and (max-width: 1275px) {
    .complect-result__text {
        font-size: 16px;
        line-height: 16px;
    }
}

.complect-result__value {
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #FFFFFF;
}

@media screen and (max-width: 1275px) {
    .complect-result__value {
        font-size: 36px;
        line-height: 36px;
    }
}

@media screen and (max-width: 767px) {
    .complect-result__value {
        font-size: 24px;
        line-height: 24px;
    }
}

.complect-result__button {
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    border-radius: 12px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #3F8167;
}

.complect-result__button svg {
    margin-right: 10px;
    fill: #3F8167;
}

@media screen and (max-width: 1275px) {
    .complect-result__button svg {
        width: 28px;
        height: 26px;
    }
}

@media screen and (max-width: 1275px) {
    .complect-result__button {
        font-size: 16px;
        line-height: 16px;
    }
}

@media screen and (max-width: 767px) {
    .complect-result__button {
        height: 50px;
    }
}

.complect-result__checkbox {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

@media screen and (max-width: 1275px) {
    .complect-result__checkbox {
        display: none;
    }
}

.complect-result__checkbox.active .complect-result__checkbox_box {
    background: #777E90 url("/img/close-white.svg") no-repeat;
    background-position: center;
    background-size: 12px 12px;
}

.complect-result__checkbox.active:hover .complect-result__checkbox_box {
    background: #3F8167 url("/img/close-white.svg") no-repeat;
    background-position: center;
    background-size: 12px 12px;
}

.complect-result__checkbox:hover .complect-result__checkbox_box {
    background: #3F8167 url("/img/check-white.svg") no-repeat;
    background-position: center;
    background-size: 12px 12px;
}

.complect-result__checkbox_box {
    transition: 0.2s ease-in-out;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #777E90 url("/img/check-white.svg") no-repeat;
    background-position: center;
    background-size: 12px 12px;
    margin-right: 10px;
}

.complect-result__checkbox_text {
    text-decoration: underline;
    text-decoration-color: #3F8167;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.complect-equally {
    order: 3;
    margin: 0px 22px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1320px) {
    .complect-equally {
        display: none;
    }
}

.price-block {
    margin: 40px 0px;
    border-radius: 20px;
    overflow: hidden;
}

.price-block:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .price-block {
        margin-bottom: 20px;
    }
}

.price-block--m0 {
    margin: 0px;
}

.price-block--trade .price-block__content {
    background: #404656;
}

.price-block--trade .price-block__name,
.price-block--trade .price-block__text {
    color: #C9CEDA;
}

.price-block--trade .price-block__info,
.price-block--trade .price-block__value {
    color: #ffffff;
}

.price-block--trade .price-block__info s,
.price-block--trade .price-block__value s {
    text-decoration-color: #5DB08F;
}

.price-block--trade .price-block__button,
.price-block--trade .price-block__count_text {
    background: #777E90;
    color: #C9CEDA;
}

.price-block--trade .price-block__buy--notify {
    color: #C9CEDA;
}

.price-block--trade .price-block__info span {
    color: #5DB08F;
}

.price-block--trade .price-block__footer {
    background: #282D3A;
}

.price-block--trade .utp-block__text {
    color: #C9CEDA;
}

.price-block__note {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-block__note svg {
    margin-right: 10px;
    fill: #ffffff;
}

.price-block__content {
    position: relative;
    z-index: 7;
    width: 100%;
    background: #F4F5F6;
    border-radius: 20px;
    padding: 30px;
}

@media screen and (max-width: 1024px) {
    .price-block__content {
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .price-block__content {
        flex-direction: column;
        padding: 30px 20px;
    }
}

.price-block__group {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -5px;
    flex: 1 1 100%;
}

@media screen and (max-width: 1024px) {
    .price-block__group--mobile {
        width: 100%;
        flex-direction: column;
        padding-left: 30px;
        border-left: 1px solid #C9CEDA;
        margin-left: 30px;
    }
}

@media screen and (max-width: 767px) {
    .price-block__group--mobile {
        margin-top: 30px;
        margin-left: 0px;
        padding-left: 0px;
        border-left: 0px;
    }
}

@media screen and (max-width: 1024px) {
    .price-block__mobile {
        width: 100%;
    }
}

.price-block__element {
    flex: 0 0 50%;
    padding: 0px 5px 10px;
    display: flex;
    flex-direction: column;
}

.price-block__element:last-child {
    margin-right: 0px;
}

.price-block__element--gray .price-block__name,
.price-block__element--gray .price-block__value {
    color: #C9CEDA;
}

.price-block__data {
    margin-top: 15px;
}

@media screen and (max-width: 1275px) {
    .price-block__data {
        margin-top: 10px;
    }
}

.price-block__info {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #23262F;
}

@media screen and (max-width: 1275px) {
    .price-block__info {
        font-size: 16px;
        line-height: 16px;
    }
}

.price-block__info span {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #3F8167;
    text-transform: none;
}

.price-block__text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
    color: #404656;
}

.price-block__name {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #777E90;
}

@media screen and (max-width: 1275px) {
    .price-block__name {
        font-size: 16px;
        line-height: 16px;
    }
}

.price-block__value {
    margin-top: 10px;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    color: #404656;
    display: flex;
    flex-direction: column;
}

.price-block__value s {
    font-size: 24px;
    line-height: 24px;
    color: #777E90;
    text-decoration-color: #3F8167;
}

.price-block__value:first-child {
    margin-top: 0px;
}

.price-block__footer {
    position: relative;
    z-index: 8;
    margin-top: -20px;
    background: var(--site-main-button-background-color);
    display: flex;
    flex-direction: column;
    padding: 20px 30px 20px;
}

.price-block__pays {
    width: 100%;
    display: flex;
    align-items: center;
}

.price-block__pay {
    margin-right: 15px;
}

.price-block__pay img {
    max-width: 100%;
}

.price-block__pay:last-child {
    margin-right: 0px;
}

.price-block__buy {
    max-width: 284px;
    width: 100%;
    height: 60px;
    background: var(--site-main-button-background-color);
    border-radius: 12px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: var(--site-main-button-text-color);
}

@media screen and (max-width: 1275px) {
    .price-block__buy {
        height: 50px;
        font-size: 16px;
        line-height: 16px;
        border-radius: 8px;
        padding: 0px 10px;
    }
}

.price-block__buy svg {
    fill: #ffffff;
    margin-right: 10px;
}

@media screen and (max-width: 1275px) {
    .price-block__buy svg {
        display: none;
    }
}

.price-block__buy:hover {
    background: var(--site-main-button-hover-background-color);
}

.price-block__buy--added {
    background: var(--site-accent-button-background-color);
    color: var(--site-accent-button-text-color);
    display: flex;
    flex-direction: column;
}

.price-block__buy--added:hover {
    background: var(--site-accent-button-hover-background-color);
}

.price-block__buy--added span {
    margin-top: 5px;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: var(--site-accent-button-text-color);
}

.price-block__buy--notify {
    background-color: transparent;
    color: #404656;
    border: 1px solid #C9CEDA;
}

.price-block__buy--notify:hover {
    border: 1px solid #3F8167;
    background: #3F8167;
    color: #ffffff;
}

.price-block__count {
    display: flex;
    height: 60px;
    margin-right: 10px;
}

@media screen and (max-width: 1275px) {
    .price-block__count {
        height: 50px;
    }
}

.price-block__num {
    width: 62px;
}

.price-block__button {
    cursor: pointer;
    color: #777E90;
    background: #FFFFFF;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    transition: 0.2s ease-in-out;
}

.price-block__button:first-child {
    border-radius: 12px 0px 0px 12px;
}

@media screen and (max-width: 1275px) {
    .price-block__button:first-child {
        border-radius: 8px 0px 0px 8px;
    }
}

.price-block__button:last-child {
    border-radius: 0px 12px 12px 0px;
}

@media screen and (max-width: 1275px) {
    .price-block__button:last-child {
        border-radius: 0px 8px 8px 0px;
    }
}

.price-block__button:hover {
    background: #C9CEDA;
    color: #ffffff;
}

.price-block__button:active {
    background: #777E90;
    color: #ffffff;
}

.price-block__count_text {
    width: 62px;
    height: 100%;
    margin: 0px 2px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #777E90;
}

.price-block__interaction {
    display: flex;
    justify-content: center;
}

.cart-element {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 43px;
}

.cart-element:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.cart-element__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: var(--site-main-title-color);
    display: flex;
    align-items: center;
}

.cart-element__title span {
    display: none;
}

@media (max-width: 1024px) {
    .cart-element__title {
        font-size: 24px;
        line-height: 34px;
    }
}

@media (max-width: 767px) {
    .cart-element__title {
        justify-content: center;
        width: 100%;
    }

    .cart-element__title span {
        display: inline-block;
    }
}

.cart-element__content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px -10px;
}

.cart-element__block {
    flex: 1 0 20%;
    padding: 20px 10px 0px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .cart-element__block {
        flex: 1 0 33.33%;
    }
}

@media screen and (max-width: 568px) {
    .cart-element__block {
        flex: 1 0 100%;
    }
}

.cart-element__icon {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.cart-element__text {
    font-size: 18px;
    line-height: 22px;
    color: #777E90;
}

@media screen and (max-width: 1024px) {
    .cart-element__text {
        font-size: 16px;
        line-height: 22px;
    }
}

.cart-element__info {
    margin-top: 35px;
    font-size: 14px;
    line-height: 18px;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .cart-element__info {
        margin-top: 25px;
    }
}

.cart-element__button {
    margin-left: 20px;
    max-width: 129px;
    width: 100%;
    height: 40px;
    background: #E2EAE8;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #3F8167;
    transition: 0.2s ease-in-out;
}

@media screen and (max-width: 568px) {
    .cart-element__button {
        display: none;
    }
}

.cart-element__button svg {
    transition: 0.2s ease-in-out;
    margin-left: 5px;
    fill: #3F8167;
}

.cart-element__button:hover {
    background: #3F8167;
    color: #ffffff;
}

.cart-element__button:hover svg {
    fill: #ffffff;
}

.cart-element__button--mobile {
    display: none;
}

@media screen and (max-width: 568px) {
    .cart-element__button--mobile {
        display: flex;
        margin: 30px auto 0px;
    }
}

.order-block {
    padding: 20px 30px 40px;
    background: #FFFFFF;
    border-radius: 12px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .order-block {
        padding: 15px 20px 15px;
    }
}

.order-block:last-child {
    margin-bottom: 0px;
}

.order-block__head {
    padding-bottom: 20px;
    border-bottom: 1px solid #C9CEDA;
}

.order-block__group {
    display: flex;
    justify-content: space-between;
}

.order-block__name {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #777E90;
}

@media screen and (max-width: 1024px) {
    .order-block__name {
        font-size: 18px;
        line-height: 26px;
    }
}

.order-block__info {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
}

.order-block__el {
    font-size: 14px;
    line-height: 18px;
    color: #777E90;
    margin-right: 10px;
}

@media screen and (max-width: 1024px) {
    .order-block__el {
        font-size: 12px;
        line-height: 14px;
    }
}

.order-block__el:last-child {
    margin-right: 0px;
}

.order-block__status {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
}

@media screen and (max-width: 1024px) {
    .order-block__status {
        font-size: 18px;
        line-height: 18px;
    }
}

.order-block__status--green {
    color: #3F8167;
}

.order-block__status--red {
    color: #813F4B;
}

.order-block__content {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .order-block__content {
        margin-top: 20px;
    }
}

.order-block__button {
    max-width: 139px;
    width: 100%;
    background: #EAEAEB;
    border-radius: 12px;
    height: 60px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .order-block__button {
        font-size: 16px;
        line-height: 16px;
        height: 50px;
    }
}

.order-block__button:hover {
    color: #ffffff;
    background: var(--site-main-button-hover-background-color);
}

.order-block__controls {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.order-block__control {
    cursor: pointer;
    margin-bottom: 17px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #404656;
    display: flex;
    align-items: center;
    transition: 0.3s ease-in-out;
    text-decoration: underline;
    text-decoration-color: var(--site-main-button-hover-background-color);
}

@media screen and (max-width: 1024px) {
    .order-block__control {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 12px;
    }
}

.order-block__control:last-child {
    margin-bottom: 0;
}

.order-block__control svg {
    margin-left: 10px;
    fill: #404656;
}

.order-block-detail {
    padding: 20px 30px 60px;
    background: #FFFFFF;
    border-radius: 12px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .order-block-detail {
        padding: 20px 15px;
    }
}

.order-block-detail:last-child {
    margin-bottom: 0px;
}

.order-block-detail__header {
    padding-bottom: 20px;
    border-bottom: 1px solid #C9CEDA;
    display: flex;
    justify-content: space-between;
}

.order-block-detail__footer {
    margin-top: 40px;
}

.order-block-detail__name {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #777E90;
}

.order-block-detail__info {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
}

.order-block-detail__el {
    font-size: 14px;
    line-height: 18px;
    color: #777E90;
    margin-right: 10px;
}

.order-block-detail__el:last-child {
    margin-right: 0px;
}

.order-block-detail__content {
    margin-top: 40px;
}

@media screen and (max-width: 1024px) {
    .order-block-detail__content {
        padding-bottom: 40px;
    }
}

.order-block-detail__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.02em;
    color: #404656;
    margin-bottom: 21px;
    margin-top: 40px;
}

.order-block-detail__title:first-child {
    margin-top: 0px;
}

.order-block-detail__row {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 100%;
    margin: 0px -10px;
}

.order-block-detail__col {
    flex: 0 0 50%;
    padding: 0px 10px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .order-block-detail__col {
        flex: 0 0 100%;
        margin-bottom: 30px;
    }

    .order-block-detail__col:last-child {
        margin-bottom: 0px;
    }
}

.order-block-detail__element {
    margin-bottom: 10px;
    display: flex;
}

.order-block-detail__element:last-child {
    margin-bottom: 0px;
}

.order-block-detail__name {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #777E90;
}

@media screen and (max-width: 1024px) {
    .order-block-detail__name {
        font-size: 16px;
        line-height: 22px;
    }
}

.order-block-detail__value {
    margin-left: 10px;
    font-size: 18px;
    line-height: 26px;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .order-block-detail__value {
        font-size: 16px;
        line-height: 22px;
    }
}

.order-block-detail__value--green {
    font-weight: bold;
    color: #3F8167;
}

.order-block-detail__text {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .order-block-detail__text {
        font-size: 16px;
        line-height: 22px;
    }
}

.order-block-detail__items {
    border-top: 1px solid #C9CEDA;
    border-bottom: 1px solid #C9CEDA;
    padding: 40px 0px 60px;
}

@media screen and (max-width: 1024px) {
    .order-block-detail__items {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .order-block-detail__items .order-block-detail__item {
        max-width: 100%;
    }
}

.order-block-detail__item {
    max-width: 535px;
    width: 100%;
    margin-bottom: 20px;
}

.order-block-detail__item:last-child {
    margin-bottom: 0px;
}

.top-section-block {
    width: 100%;
    margin: 30px auto 0px;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .top-section-block {
        margin-top: 0px;
    }
}

.section-name-block {
    width: 100%;
    padding: 30px 40px;
    box-sizing: border-box;
    border-radius: 36px;
    min-height: 220px;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .section-name-block {
        position: inherit;
        overflow: visible;
        padding: 0px;
        min-height: 300px;
        border-radius: 0px 0px 36px 36px;
    }
}

.section-name-block__title {
    position: relative;
    z-index: 9;
    max-width: 590px;
    margin: 20px 0px 0px;
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .section-name-block__title {
        font-size: 48px;
        line-height: 48px;
        max-width: 340px;
    }
}

@media screen and (max-width: 767px) {
    .section-name-block__title {
        max-width: 100%;
    }
}

.section-name-block__desс {
    position: relative;
    z-index: 9;
    max-width: 590px;
    margin-top: 5px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #777e90;
}

@media screen and (max-width: 1024px) {
    .section-name-block__desс {
        font-size: 16px;
        line-height: 22px;
        max-width: 340px;
    }
}

@media screen and (max-width: 767px) {
    .section-name-block__desс {
        max-width: 100%;
    }
}

.section-name-block__image {
    position: absolute;
    display: block;
    margin: auto;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .section-name-block__image {
        top: -110px;
        height: 400px;
    }
}

.section-name-block__image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .section-name-block__image img {
        border-radius: 0px 0px 36px 36px;
        top: auto;
    }
}

.section-links-block {
    width: 100%;
    margin: 60px auto 50px;
    box-sizing: border-box;
}

.section-links-block__filters {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.section-links-block__row {
    flex: 1 1 100%;
    display: flex;
    margin: 0px -15px;
    padding-bottom: 20px;
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-color: #404656 #EAEAEB;
    scrollbar-width: thin;
}

@media screen and (max-width: 1275px) {
    .section-links-block__row {
        margin: 0px;
    }
}

.section-links-block__row::-webkit-scrollbar {
    appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 8px;
    background-color: #EAEAEB;
}

.section-links-block__row::-webkit-scrollbar-track {
    border-radius: 8px;
}

.section-links-block__row::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #404656;
}

.section-links-block__col {
    flex: 0 0 12.5%;
    padding: 0px 15px;
}

@media screen and (max-width: 1275px) {
    .section-links-block__col {
        padding: 0px;
        margin-right: 15px;
    }

    .section-links-block__col:last-child {
        margin-right: 0px;
    }
}

.section-links-block__title {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #404656;
    margin-bottom: 10px;
    display: none;
}

@media screen and (max-width: 1275px) {
    .section-links-block__title {
        display: block;
    }
}

.section-block {
    max-width: 135px;
    min-width: 120px;
    min-height: 176px;
    background: #eaeaeb;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 17px;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    border: 1px solid #eaeaeb;
}

@media screen and (max-width: 1024px) {
    .section-block {
        max-width: 120px;
    }
}

.section-block.active {
    border: 1px solid #3f8167;
    background: #f4f5f6;
}

.section-block.active .section-block__name {
    color: #3f8167;
}

.section-block:hover {
    background: #E8EAEC;
    border: 1px solid #777E90;
}

.section-block__image {
    width: 84px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-block__image img {
    max-width: 100%;
    max-height: 100%;
}

.section-block__name {
    margin-top: 14px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #404656;
}

.author-block {
    width: 100%;
    border-radius: 36px;
    position: relative;
    padding: 40px 60px 68px;
    background: #CCE7ED;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .author-block {
        padding: 40px;
        border-radius: 20px;
    }
}

@media screen and (max-width: 767px) {
    .author-block {
        padding: 20px;
        border-radius: 20px;
        min-height: 540px;
    }
}

.author-block__image {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.author-block__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.author-block__avatar {
    position: relative;
    z-index: 2;
    width: 140px;
    height: 140px;
    overflow: hidden;
    margin-bottom: 40px;
    border-radius: 50%;
}

@media screen and (max-width: 1024px) {
    .author-block__avatar {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }
}

.author-block__avatar img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.author-block__content {
    position: relative;
    z-index: 2;
    max-width: 460px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .author-block__content {
        max-width: 100%;
    }
}

.author-block__name {
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .author-block__name {
        font-size: 36px;
        line-height: 36px;
    }
}

.author-block__desс {
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px;
    color: #777E90;
}

@media screen and (max-width: 1024px) {
    .author-block__desс {
        font-size: 16px;
        line-height: 22px;
    }
}

.contact-info-block--edit .contact-info-block__element {
    margin-bottom: 30px;
}

.contact-info-block--edit .contact-info-block__button {
    max-width: 230px;
}

.contact-info-block__title {
    margin: 60px 0px 30px;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.02em;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .contact-info-block__title {
        font-size: 24px;
        line-height: 34px;
        margin: 40px 0px 20px;
    }
}

.contact-info-block__title:first-child {
    margin-top: 0px;
}

.contact-info-block__row {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 100%;
    margin: 0px -20px;
}

.contact-info-block__col {
    flex: 0 0 50%;
    padding: 0px 20px;
}

@media screen and (max-width: 767px) {
    .contact-info-block__col {
        flex: 0 0 100%;
        margin-bottom: 40px;
    }

    .contact-info-block__col:last-child {
        margin-bottom: 0px;
    }
}

.contact-info-block__element {
    display: flex;
    margin-bottom: 10px;
}

.contact-info-block__element:last-child {
    margin-bottom: 0px;
}

.contact-info-block__name {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #777E90;
    margin-right: 10px;
}

@media screen and (max-width: 1024px) {
    .contact-info-block__name {
        font-size: 16px;
        line-height: 22px;
    }
}

.contact-info-block__value {
    font-size: 18px;
    line-height: 26px;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .contact-info-block__value {
        font-size: 16px;
        line-height: 22px;
    }
}

.contact-info-block__button {
    margin-top: 30px;
    max-width: 140px;
    height: 60px;
    background: #EAEAEB;
    border-radius: 12px;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .contact-info-block__button {
        height: 50px;
        font-size: 16px;
        line-height: 22px;
    }
}

.contact-info-block__button:hover {
    background: var(--site-main-button-hover-background-color);
    color: #ffffff;
}

.contact-info-block__button:hover svg {
    fill: #ffffff;
}

.contact-info-block__button svg {
    transition: 0.3s ease-in-out;
    margin-left: 8px;
    fill: #404656;
}

.contact-info-block__text {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .contact-info-block__text {
        font-size: 16px;
        line-height: 22px;
    }
}

.contact-info-block__status {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
    color: var(--site-additional-text-color);
}

.contact-block {
    border-bottom: 1px solid #C9CEDA;
    padding: 60px 0;
}

@media screen and (max-width: 1024px) {
    .contact-block {
        padding: 40px 0;
        max-width: 520px;
        width: 100%;
        margin: 0 auto;
    }
}

.contact-block:first-child {
    padding-top: 0;
}

.contact-block:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.contact-block__slider {
    width: 100%;
    max-width: 520px;
    max-height: 420px;
}

@media screen and (max-width: 1199px) {
    .contact-block__slider {
        max-width: 100%;
        margin-bottom: 30px;
    }
}

.contact-block__row {
    display: flex;
    margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
    .contact-block__row {
        margin-bottom: 60px;
        flex-direction: column-reverse;
    }

    .contact-block__row:nth-child(2) {
        flex-direction: column;
    }

    .contact-block__row:nth-child(2) .contact-block__view {
        margin-bottom: 0px;
    }
}

.contact-block__row:last-child {
    margin-bottom: 0px;
}

.contact-block__row--flex {
    margin: 0px -15px;
    flex-wrap: wrap;
    flex: 1 1 100%;
}

.contact-block__col {
    display: flex;
    flex: 0 1 50%;
    padding: 0px 15px;
}

@media screen and (max-width: 1199px) {
    .contact-block__col {
        flex: 0 1 100%;
        width: 100%;
    }
}

.contact-block__info {
    width: calc(100% - 630px);
    min-width: 320px;
    display: flex;
    flex-direction: column;
    padding-right: 30px;
}

@media screen and (max-width: 1024px) {
    .contact-block__info {
        width: 100%;
        min-width: auto;
        padding-right: 0px;
    }
}

.contact-block__view {
    max-width: 630px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .contact-block__view {
        max-width: 100%;
        margin-bottom: 40px;
    }
}

.contact-block__link {
    font-size: 18px;
    line-height: 26px;
    color: #404656;
    text-decoration: underline;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .contact-block__link {
        font-size: 16px;
        line-height: 22px;
    }
}

.contact-block__icon {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-block__group {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
    .contact-block__group {
        flex-direction: column;
    }
}

.contact-block__element {
    margin-bottom: 20px;
    margin-right: 20px;
}

.contact-block__name {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #777E90;
}

@media screen and (max-width: 1024px) {
    .contact-block__name {
        font-size: 16px;
        line-height: 22px;
    }
}

.contact-block__value {
    margin-top: 5px;
    font-size: 18px;
    line-height: 26px;
    color: #777E90;
}

@media screen and (max-width: 1024px) {
    .contact-block__value {
        font-size: 16px;
        line-height: 22px;
    }
}

.contact-block__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.02em;
    color: #404656;
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    .contact-block__title {
        display: none;
    }
}

.contact-block__title--mobile {
    display: none;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .contact-block__title--mobile {
        display: block;
    }
}

.contact-block__map {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

@media screen and (max-width: 1024px) {
    .contact-block__map {
        height: auto;
    }
}

.contact-block__map * {
    width: 100%;
}

.contact-block__map_view {
    width: 100%;
    max-height: 420px;
    border-radius: 20px;
    margin-bottom: 40px;
    overflow: hidden;
}

.contact-block__map_view:last-child {
    margin-bottom: 0px;
}

.contact-block__map_view * {
    width: 100%;
    max-height: 420px;
}

.contact-block__video {
    width: 100%;
    max-height: 420px;
    background: #000;
    border-radius: 20px;
    overflow: hidden;
}

.contact-block__video * {
    width: 100%;
    max-height: 420px;
}

.contact-block__point {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #3F8167;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .contact-block__point {
        margin-bottom: 20px;
    }
}

.contact-block__point svg {
    fill: #3F8167;
    margin-right: 10px;
}

.main-filter {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 1275px) {
    .main-filter {
        background: #f4f5f6;
        max-width: 375px;
        width: 100%;
        padding: 15px;
        position: fixed;
        z-index: 99;
        top: 0;
        left: -375px;
        min-height: 100%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        transition: 0.3s ease-in-out;
    }

    .main-filter.active {
        left: 0;
    }
}

.main-filter__header {
    width: 100%;
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

@media screen and (max-width: 1275px) {
    .main-filter__header {
        display: flex;
    }
}

.main-filter__title {
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: #C9CEDA;
}

.main-filter__close {
    cursor: pointer;
    width: 101px;
    height: 44px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: 1px solid #C9CEDA;
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #404656;
    transition: 0.2s ease-in-out;
}

.main-filter__close svg {
    transition: 0.2s ease-in-out;
    fill: #404656;
    margin-left: 10px;
}

.main-filter__close:hover {
    border: 1px solid #42495B;
    background: #42495B;
    color: #ffffff;
}

.main-filter__close:hover svg {
    fill: #ffffff;
}

.main-filter__element {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.main-filter__element:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 35px;
    left: 0px;
    background: #C9CEDA;
}

.main-filter__element:hover .main-filter__name {
    color: var(--site-filter-hover-text-color);
}

.main-filter__element:hover .main-filter__toggle svg {
    fill: var(--site-filter-hover-text-color);
}

.main-filter__element--nohover:hover:after {
    display: none;
}

.main-filter__element--nohover:hover .main-filter__name {
    color: var(--site-filter-text-color);
}

.main-filter__name {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: var(--site-filter-text-color);
    user-select: none;
}

.main-filter__name sup {
    margin-left: 5px;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #777e90;
}

.main-filter__content {
    width: 100%;
    margin-top: 21px;
    display: none;
}

.main-filter__content.active {
    display: block;
}

.main-filter__button {
    width: 100%;
    min-height: 60px;
    max-height: 60px;
    background: var(--site-main-button-background-color);
    border-radius: 12px;
    text-align: center;
    letter-spacing: -0.02em;
    color: var(--site-main-button-text-color);
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
}

.main-filter__button:hover {
    background: var(--site-main-button-hover-background-color);
}

.main-filter__clear {
    cursor: pointer;
    margin: 22px auto 0px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #404656;
    display: flex;
    align-items: center;
}

.main-filter__clear i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: #ffffff;
    border-radius: 50%;
    margin-right: 10px;
}

.main-filter__clear i svg {
    transition: 0.2s ease-in-out;
    fill: #404656;
}

.main-filter__clear:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1275px) {
    .main-filter__clear {
        display: none;
    }
}

.main-filter__toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.main-filter__toggle.active svg {
    transform: rotate(180deg);
}

.main-filter__toggle svg {
    transition: 0.2s ease-in-out;
    fill: #404656;
}

.main-filter__mobile_block {
    display: none;
    background: #FFFFFF;
    border-radius: 20px;
    width: 100%;
    padding: 30px 20px 20px;
    margin-top: 30px;
}

@media screen and (max-width: 1275px) {
    .main-filter__mobile_block {
        display: block;
    }
}

.main-filter__mobile_block .main-filter__clear {
    display: flex;
    background: #404656;
    height: 60px;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #FFFFFF;
    transition: 0.2s ease-in-out;
}

.main-filter__mobile_block .main-filter__clear:hover {
    text-decoration: none;
    background: #3F8167;
}

.main-filter__mobile_block .main-filter__clear:hover svg {
    fill: #3F8167;
}

.main-filter__text {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #404656;
}

.main-filter__group {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.filter-popup {
    position: relative;
    max-width: 340px;
    width: 100%;
    border-radius: 16px;
    padding: 30px 50px;
    background: #ffffff;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.15);
}

.filter-popup::before {
    content: "";
    width: 18px;
    height: 74px;
    background: url("../img/element-popup.svg") no-repeat;
    position: absolute;
    left: -18px;
    top: 0;
    bottom: 0;
    margin: auto 0px;
}

.filter-popup__close {
    top: 15px;
    right: 15px;
    position: absolute;
    margin-left: 10px;
    background: #F4F5F6;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.filter-popup__close svg {
    fill: #404656;
    transition: 0.2s ease-in-out;
}

.filter-popup__close:hover {
    background: #404656;
}

.filter-popup__close:hover svg {
    fill: #ffffff;
}

.filter-popup__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: var(--site-main-title-color);
}

.filter-popup__text {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: var(--site-main-text-color);
}

.filter-popup__button {
    margin-top: 30px;
    height: 60px;
    background: var(--site-main-button-background-color);
    border-radius: 12px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: var(--site-main-button-text-color);
}

.filter-popup__button:hover {
    background: var(--site-main-button-hover-background-color);
}

.main-filter-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: 0.2s ease-in-out;
    z-index: 99;
}

.main-filter-bg.active {
    width: 100%;
    opacity: 1;
}

.select-custom,
.mini-filter {
    position: relative;
    margin-left: 10px;
}

@media screen and (max-width: 1275px) {
    .select-custom,
    .mini-filter {
        margin-left: 0px;
    }
}

.select-custom:first-child,
.mini-filter:first-child {
    margin-left: 0px;
}

.select-custom.active .mini-filter__header,
.mini-filter.active .mini-filter__header {
    border: 1px solid #3F8167;
}

.select-custom.active .mini-filter__text,
.mini-filter.active .mini-filter__text {
    color: #3F8167;
}

.select-custom.active .mini-filter__toggle svg,
.mini-filter.active .mini-filter__toggle svg {
    fill: #3F8167;
    transform: rotate(180deg);
}

.select-custom.active .mini-filter__name,
.mini-filter.active .mini-filter__name {
    color: #3F8167;
}

@media screen and (max-width: 1275px) {
    .select-custom--hide,
    .mini-filter--hide {
        display: none;
    }
}

.select-custom--view_mobile,
.mini-filter--view_mobile {
    display: none;
}

@media screen and (max-width: 1024px) {
    .select-custom--view_mobile,
    .mini-filter--view_mobile {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .select-custom--hide_mobile,
    .mini-filter--hide_mobile {
        display: none;
    }
}

.select-custom--show,
.mini-filter--show {
    min-width: 120px;
}

@media screen and (max-width: 1275px) {
    .select-custom--show,
    .mini-filter--show {
        min-width: 100px;
    }
}

.select-custom--show .mini-filter__element,
.mini-filter--show .mini-filter__element {
    padding: 0px 20px;
    width: 100%;
    justify-content: space-between;
}

.select-custom--show .mini-filter__content,
.mini-filter--show .mini-filter__content {
    padding: 80px 20px 20px;
}

.select-custom--sort,
.mini-filter--sort {
    min-width: 200px;
}

.select-custom--sort .mini-filter__element,
.mini-filter--sort .mini-filter__element {
    padding: 0px 20px;
    width: 100%;
    justify-content: space-between;
}

.select-custom--sort .mini-filter__content,
.mini-filter--sort .mini-filter__content {
    padding: 80px 20px 20px;
}

@media screen and (max-width: 1024px) {
    .select-custom--sort,
    .mini-filter--sort {
        display: none;
    }
}

.select-custom__header,
.mini-filter__header {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid var(--site-detail-select-color);
    border-radius: 12px;
    padding: 12px 0px;
    position: relative;
    z-index: 9;
}

@media screen and (max-width: 1275px) {
    .select-custom__header,
    .mini-filter__header {
        padding: 7px 0px;
    }
}

.select-custom__header.active,
.mini-filter__header.active {
    border: 1px solid transparent;
}

.select-custom__header.active .mini-filter__element,
.mini-filter__header.active .mini-filter__element {
    border-right: 1px solid transparent;
}

.select-custom__name,
.mini-filter__name {
    font-size: 18px;
    line-height: 18px;
    color: #777E90;
    background: #ffffff;
    position: absolute;
    top: -10px;
    left: 20px;
}

@media screen and (max-width: 1275px) {
    .select-custom__name,
    .mini-filter__name {
        font-size: 16px;
        line-height: 16px;
        left: 10px;
    }
}

.select-custom__element,
.mini-filter__element {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-right: 1px solid #C9CEDA;
    padding: 0 30px;
}

.select-custom__element:last-child,
.mini-filter__element:last-child {
    border-right: 0;
}

.select-custom__element.active .mini-filter__text,
.mini-filter__element.active .mini-filter__text {
    color: var(--site-main-button-hover-background-color);
}

.select-custom__element.active .mini-filter__toggle,
.mini-filter__element.active .mini-filter__toggle {
    transform: rotate(180deg);
}

.select-custom__element.active .mini-filter__toggle svg,
.mini-filter__element.active .mini-filter__toggle svg {
    transition: 0.3s ease-in-out;
    fill: var(--site-main-button-background-color);
}

.select-custom__element:hover .mini-filter__text,
.mini-filter__element:hover .mini-filter__text {
    color: var(--site-main-button-hover-background-color);
    text-decoration: underline;
}

.select-custom__element:hover .mini-filter__toggle svg,
.mini-filter__element:hover .mini-filter__toggle svg {
    fill: var(--site-main-button-hover-background-color);
}

@media screen and (max-width: 1365px) {
    .select-custom__element,
    .mini-filter__element {
        padding: 0px 20px;
    }
}

.select-custom__text,
.mini-filter__text {
    transition: 0.2s ease-in-out;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: var(--site-detail-select-color);
}

@media screen and (max-width: 1275px) {
    .select-custom__text,
    .mini-filter__text {
        font-size: 16px;
        line-height: 16px;
    }
}

.select-custom__toggle,
.mini-filter__toggle {
    margin-left: 10px;
    transition: 0.3s ease-in-out;
}

.select-custom__toggle svg,
.mini-filter__toggle svg {
    fill: var(--site-detail-select-color);
    transition: 0.3s ease-in-out;
}

.select-custom__content,
.mini-filter__content {
    position: absolute;
    display: none;
    z-index: 8;
    width: 100%;
    max-height: 900px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    top: -20px;
    left: 0px;
    padding: 80px 30px 30px;
    box-sizing: border-box;
}

.select-custom__content.active,
.mini-filter__content.active {
    display: block;
}

.select-custom__block,
.mini-filter__block {
    display: none;
}

.select-custom__block.active,
.mini-filter__block.active {
    display: flex;
}

.select-custom__group,
.mini-filter__group {
    display: flex;
    flex-direction: column;
    margin-right: 15px;
}

.select-custom__group:last-child,
.mini-filter__group:last-child {
    margin-right: 0px;
}

.select-custom__container,
.mini-filter__container {
    margin-right: 10px;
}

.select-custom__container:last-child,
.mini-filter__container:last-child {
    margin-right: 0px;
}

.select-custom__container--longlist,
.mini-filter__container--longlist {
    column-count: 2;
    column-gap: 30px;
}

.select-custom__list,
.mini-filter__list {
    min-width: 150px;
    margin-bottom: 10px;
}

.select-custom__list:last-child,
.mini-filter__list:last-child {
    margin-bottom: 0px;
}

.select-custom__link,
.mini-filter__link {
    font-size: 18px;
    line-height: 24px;
    color: #404656;
    transition: 0.2s ease-in-out;
}

.select-custom__link:hover,
.mini-filter__link:hover {
    color: var(--site-main-button-hover-background-color);
    text-decoration: underline;
}

@media screen and (max-width: 1275px) {
    .select-custom__link,
    .mini-filter__link {
        font-size: 16px;
        line-height: 16px;
    }
}

.select-custom {
    z-index: 9;
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
}

.select-custom.active {
    z-index: 10;
}

.select-custom__element {
    width: 100%;
    justify-content: space-between;
    padding: 0px 15px;
}

.select-custom__content {
    padding: 80px 16px 16px;
}

.select-custom__container {
    width: 100%;
}

.select-custom__text, .select-custom__list {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.select-custom__text.select-discount::before {
    content: "%";
    width: 20px;
    height: 20px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    right: -5px;
    background: var(--site-detail-select-discount-background-color);
    color: var(--site-detail-select-discount-color);
    border-radius: 50%;
    z-index: 9;
}

.select-custom__text.select-disabled {
    color: #d5d5d5;
}

.select-custom__text.select-disabled .color-block {
    position: relative;
    opacity: 0.2;
}

.select-custom__text.select-disabled .color-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #000;
    transform: rotate(-45deg);
}

.select-custom__list {
    width: 100%;
    padding: 5px;
    position: relative;
}

.select-custom__list.select-disabled {
    color: #d5d5d5;
    background: #F4F5F6;
}

.select-custom__list.select-disabled .color-block {
    position: relative;
    opacity: 0.2;
}

.select-custom__list.select-disabled .color-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #000;
    transform: rotate(-45deg);
}

.select-custom__list.select-discount::before {
    content: "%";
    width: 20px;
    height: 20px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    right: -5px;
    background: #fbc233;
    color: #000;
    border-radius: 50%;
    z-index: 9;
}

@media screen and (max-width: 767px) {
    .popular-filters {
        width: 100%;
        border-radius: 12px;
        background: #e2eae8;
    }
}

.popular-filters__header {
    display: none;
    align-items: center;
    height: 60px;
    padding: 0px 30px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .popular-filters__header {
        display: flex;
        justify-content: space-between;
    }
}

.popular-filters__header svg {
    transition: 0.2s ease-in-out;
    fill: #404656;
}

.popular-filters__header.active svg {
    transform: rotate(180deg);
    fill: #3F8167;
}

.popular-filters__text {
    font-size: 16px;
    line-height: 16px;
    color: #404656;
    display: flex;
    align-items: center;
}

.popular-filters__container {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .popular-filters__container {
        display: none;
        flex-direction: column;
        padding: 0px 30px 20px;
    }

    .popular-filters__container.active {
        display: block;
    }
}

.popular-filters__element {
    height: 77px;
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 20px;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    border-radius: 12px;
}

.popular-filters__element:last-child {
    margin-right: 0px;
}

.popular-filters__element.active {
    background: #e2eae8;
}

.popular-filters__element.active .popular-filters__icon svg {
    fill: var(--site-main-button-background-color);
}

.popular-filters__element.active .popular-filters__name {
    color: var(--site-main-button-background-color);
}

.popular-filters__element:hover {
    background: #E8EAEC;
}

@media screen and (max-width: 767px) {
    .popular-filters__element {
        flex-direction: row;
        align-items: center;
        margin-right: 0px;
        margin-bottom: 10px;
        padding: 0px;
        height: auto;
    }

    .popular-filters__element:last-child {
        margin-bottom: 0;
    }
}

.popular-filters__name {
    margin-top: 9px;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: var(--site-main-button-background-color);
}

@media screen and (max-width: 767px) {
    .popular-filters__name {
        margin-top: 0px;
        font-size: 16px;
        line-height: 16px;
    }
}

.popular-filters__icon {
    width: 26px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .popular-filters__icon {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }
}

.popular-filters__icon svg {
    fill: var(--site-main-button-background-color);
}

.breadcrumbs {
    margin: 10px 0px 30px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
}

.breadcrumbs__link {
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: #777e90;
    display: flex;
    align-items: center;
}

.breadcrumbs__link:after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #3F8167;
    margin: 0px 10px;
}

.breadcrumbs__link.active {
    color: #404656;
}

.breadcrumbs__link.active:hover {
    color: #404656;
    text-decoration: none;
}

.breadcrumbs__link:last-child::after {
    display: none;
}

.breadcrumbs__link:hover {
    color: var(--site-main-button-hover-background-color);
    text-decoration: underline;
}

.rich-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.rich-content__slider {
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
    padding-top: 68px;
    padding-bottom: 46px;
}

@media screen and (max-width: 1275px) {
    .rich-content__slider {
        max-width: 860px;
    }
}

@media screen and (max-width: 767px) {
    .rich-content__slider {
        padding-top: 0px;
    }
}

.rich-content__slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .rich-content__slide {
        flex-direction: column;
        justify-content: flex-start;
    }
}

.rich-content__info {
    width: calc(100% - 410px);
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1275px) {
    .rich-content__info {
        width: calc(100% - 360px);
    }
}

@media screen and (max-width: 767px) {
    .rich-content__info {
        width: 100%;
    }
}

.rich-content__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

@media screen and (max-width: 1275px) {
    .rich-content__title {
        font-size: 24px;
        line-height: 34px;
    }
}

@media screen and (max-width: 767px) {
    .rich-content__title {
        text-align: center;
    }
}

.rich-content__text {
    margin-top: 15px;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

@media screen and (max-width: 1275px) {
    .rich-content__text {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .rich-content__text {
        text-align: center;
    }
}

.rich-content__image {
    margin-left: 30px;
    max-width: 410px;
    width: 100%;
}

.rich-content__image img {
    width: 100%;
}

@media screen and (max-width: 1275px) {
    .rich-content__image {
        max-width: 360px;
    }
}

@media screen and (max-width: 767px) {
    .rich-content__image {
        margin-top: 40px;
        margin-left: 0px;
    }
}

.rich-content__nav {
    max-width: 1070px;
    width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    box-sizing: border-box;
    bottom: 0px;
}

@media screen and (max-width: 1275px) {
    .rich-content__nav {
        max-width: 860px;
        padding: 0px 30px;
    }
}

.rich-content__dots {
    width: 100%;
    height: 6px;
    position: relative;
}

.rich-content__arrows {
    position: relative;
    display: flex;
    min-width: 58px;
    max-width: 58px;
    height: 16px;
    z-index: 9;
}

.rich-content__pagination span {
    position: relative;
    width: 6px;
    height: 6px;
    background: #ffffff;
    opacity: 1;
    margin-right: 40px;
}

@media screen and (max-width: 767px) {
    .rich-content__pagination span {
        margin-right: 30px;
    }
}

.rich-content__pagination span:last-child {
    margin-right: 0px;
}

.rich-content__pagination span.swiper-pagination-bullet-active:before {
    content: "";
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    position: absolute;
    display: block;
    top: 0px;
    bottom: 0px;
    left: -28px;
    right: -28px;
    margin: auto;
}

.rich-content__prev {
    width: 9px;
    height: 17px;
    left: 0px;
    margin: 0px;
    top: 0;
}

.rich-content__prev::after {
    display: none;
}

.rich-content__prev svg {
    transform: rotate(180deg);
    fill: #ffffff;
}

.rich-content__next {
    width: 9px;
    height: 17px;
    right: 0px;
    margin: 0px;
    top: 0;
}

.rich-content__next::after {
    display: none;
}

.rich-content__next svg {
    fill: #ffffff;
}

.accessories-item {
    cursor: pointer;
    width: 100%;
    height: 140px;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1024px) {
    .accessories-item {
        height: 70px;
        border-radius: 12px;
    }
}

.accessories-item img {
    max-width: 100%;
}

.accessories-item:hover::after {
    opacity: 0.5;
}

.accessories-item.active::after {
    opacity: 1;
}

.accessories-item::after {
    content: "";
    display: block;
    bottom: -25px;
    position: absolute;
    width: 90%;
    height: 4px;
    border-radius: 4px;
    background: #ffffff;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.instructions-block {
    max-width: 790px;
    width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: center;
}

.instructions-block--full {
    max-width: 100%;
}

.instructions-block__wrapper {
    flex: 1 1 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px -20px;
}

.instructions-block__col {
    flex: 0 0 50%;
    padding: 0px 20px 40px;
}

@media screen and (max-width: 767px) {
    .instructions-block__col {
        flex: 1 0 100%;
        margin-bottom: 20px;
    }

    .instructions-block__col:last-child {
        margin-bottom: 0px;
    }
}

.instructions-block__cart {
    padding: 40px;
    background: #F4F5F6;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.instructions-block__cart--white {
    background: #ffffff;
}

.instructions-block__icon {
    width: 75px;
    height: 90px;
}

.instructions-block__name {
    margin-left: 40px;
    flex-grow: 1;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #777E90;
    text-decoration: underline;
    text-decoration-color: #3F8167;
}

.instructions-block__name:hover {
    text-decoration: none;
}

.guide-block {
    max-width: 880px;
    width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: center;
}

.guide-block__wrapper {
    flex: 0 1 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px -40px;
}

@media screen and (max-width: 1024px) {
    .guide-block__wrapper {
        flex-direction: column;
        align-items: center;
    }
}

.guide-block__col {
    flex: 1 0 50%;
    padding: 0px 40px;
    margin-bottom: 60px;
}

.guide-block__col:nth-last-child(-n+2) {
    margin-bottom: 0px;
}

@media screen and (max-width: 1024px) {
    .guide-block__col {
        flex: none;
        max-width: 340px;
        width: 100%;
        padding: 0px;
    }
}

@media screen and (max-width: 767px) {
    .guide-block__col {
        max-width: 100%;
    }
}

.guide-block__image {
    height: 400px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .guide-block__image {
        height: 340px;
    }
}

.guide-block__image img {
    max-width: 100%;
    width: 100%;
    display: block;
}

.guide-block__title {
    margin-top: 30px;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -0.02em;
    color: #404656;
}

.guide-block__text {
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: var(--site-additional-text-color);
}

@media screen and (max-width: 1024px) {
    .guide-block__text {
        font-size: 16px;
        line-height: 22px;
    }
}

.guide-block__desc {
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px;
    color: #777E90;
}

@media screen and (max-width: 1024px) {
    .guide-block__desc {
        font-size: 16px;
        line-height: 22px;
    }
}

.materials-block__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.02em;
    color: #404656;
}

.materials-block__row {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 100%;
    margin: 0px -15px 0px;
}

.materials-block__col {
    flex: 0 0 33.33%;
    padding: 0px 15px 45px;
}

@media screen and (max-width: 1024px) {
    .materials-block__col {
        flex: 0 0 50%;
    }
}

@media screen and (max-width: 767px) {
    .materials-block__col {
        flex: 0 0 100%;
    }
}

.material-block {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.material-block__image {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.material-block__image img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.material-block__content {
    position: relative;
    z-index: 2;
}

.material-block__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.material-block__text {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.material-block__button {
    position: relative;
    z-index: 2;
    margin-top: 32px;
    width: 50px;
    height: 50px;
    border: 1px solid #F4F5F6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

.material-block__button:hover {
    background: #404656;
    border: 1px solid #404656;
}

.material-block__button svg {
    transform: rotate(90deg);
    fill: #F4F5F6;
}

.comment-block__name {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    color: #777E90;
}

@media screen and (max-width: 1024px) {
    .comment-block__name {
        font-size: 16px;
        line-height: 16px;
    }
}

.comment-block__poly {
    width: 100%;
    border: 1px solid #404656;
    border-radius: 12px;
    padding: 20px;
    height: 130px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #404656;
    resize: none;
}

@media screen and (max-width: 1024px) {
    .comment-block__poly {
        font-size: 16px;
        line-height: 16px;
    }
}

.comment-block__poly::placeholder {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #C9CEDA;
}

@media screen and (max-width: 1024px) {
    .comment-block__poly::placeholder {
        font-size: 16px;
        line-height: 16px;
    }
}

.detail-info {
    margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
    .detail-info {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .detail-info {
        margin-bottom: 40px;
    }
}

.detail-info__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #404656;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .detail-info__title {
        margin-bottom: 40px;
    }
}

.detail-info__content {
    flex: 1 1 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}

.detail-info__col {
    flex: 1 0 25%;
    padding: 0px 15px;
}

@media screen and (max-width: 1275px) {
    .detail-info__col {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .detail-info__col {
        flex: 1 0 100%;
        flex-direction: row;
        margin-bottom: 20px;
    }

    .detail-info__col:last-child {
        margin-bottom: 0px;
    }
}

.detail-info__col--flex {
    display: flex;
}

.detail-info__col--flex .detail-info__name {
    margin-top: 0px;
    font-size: 18px;
    line-height: 26px;
}

.detail-info__icon {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1275px) {
    .detail-info__icon {
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .detail-info__icon {
        margin-right: 25px;
        margin-bottom: 0px;
    }
}

.detail-info__icon img {
    display: block;
    max-width: 100%;
}

.detail-info__image {
    height: 240px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.detail-info__image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
}

.detail-info__group {
    display: flex;
    flex-direction: column;
}

.detail-info__name {
    margin-top: 30px;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #404656;
}

.detail-info__text {
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #3F8167;
}

@media screen and (max-width: 1024px) {
    .detail-info__text {
        font-size: 16px;
        line-height: 22px;
    }
}

.detail-info__desc {
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px;
    color: #777E90;
}

@media screen and (max-width: 1024px) {
    .detail-info__desc {
        font-size: 16px;
        line-height: 22px;
    }
}

.basket-accessories {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.basket-accessories__slider {
    margin: 55px 0px 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .basket-accessories__slider {
        margin: 0px 0px 25px;
    }
}

.basket-accessories__content {
    width: 100%;
}

.basket-accessories__block {
    display: none;
}

.basket-accessories__block.active {
    display: block;
}

.order-item {
    display: flex;
}

@media screen and (max-width: 1024px) {
    .order-item {
        flex-wrap: wrap;
        padding-bottom: 38px;
        border-bottom: 1px solid #C9CEDA;
    }
}

.order-item__image {
    min-width: 140px;
    max-width: 140px;
    height: 140px;
    margin-right: 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C9CEDA;
    overflow: hidden;
    padding: 15px;
}

@media screen and (max-width: 1024px) {
    .order-item__image {
        min-width: 88px;
        max-width: 88px;
        height: 88px;
    }
}

.order-item__image img {
    max-width: 100%;
}

@media screen and (max-width: 1024px) {
    .order-item__content {
        width: calc(100% - 118px);
    }
}

.order-item__link {
    font-size: 16px;
    line-height: 22px;
    color: #404656;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: 0.3s ease-in-out;
}

.order-item__link:hover {
    text-decoration-color: #3F8167;
}

@media screen and (max-width: 1024px) {
    .order-item__link {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (max-width: 568px) {
    .order-item__link {
        font-size: 16px;
        line-height: 22px;
    }
}

.order-item__options {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 100%;
    margin: 20px -5px 0px;
}

.order-item__toggle_btn {
    width: 100%;
    height: 40px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #777E90;
    text-align: center;
    background: #F4F5F6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-item__toggle_btn svg {
    transition: 0.3s ease-in-out;
    margin-left: 10px;
    fill: #777E90;
}

.order-item__toggle_btn.active {
    color: #C9CEDA;
}

.order-item__toggle_btn.active svg {
    transform: rotate(180deg);
    fill: #C9CEDA;
}

.order-item__toggle {
    width: 100%;
    display: none;
}

.order-item__toggle.active {
    display: block;
}

@media screen and (max-width: 1024px) {
    .order-item__lg {
        display: none;
    }
}

.order-item__sm {
    width: 100%;
    margin-top: 22px;
    display: none;
}

@media screen and (max-width: 1024px) {
    .order-item__sm {
        display: block;
    }
}

.order-item__el {
    flex: 0 0 50%;
    display: flex;
    padding: 0px 5px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
    .order-item__el {
        flex: 0 0 100%;
    }
}

.order-item__el:first-child {
    margin-left: 0px;
}

.order-item__name {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #777E90;
}

.order-item__value {
    margin-left: 5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #3F8167;
    white-space: nowrap;
}

.social-block {
    display: flex;
    align-items: center;
}

.social-block__item {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-block__item img {
    max-width: 100%;
}

.settings-block__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.02em;
    color: #404656;
    margin-top: 60px;
}

@media screen and (max-width: 1024px) {
    .settings-block__title {
        font-size: 24px;
        line-height: 34px;
    }
}

.settings-block__title:first-child {
    margin-top: 0px;
}

.settings-block__row {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 100%;
    margin: 40px -10px 0px;
}

@media screen and (max-width: 1024px) {
    .settings-block__row {
        margin: 20px -10px 0px;
    }
}

.settings-block__col {
    flex: 0 0 50%;
    padding: 0px 10px;
}

@media screen and (max-width: 767px) {
    .settings-block__col {
        flex: 0 0 100%;
        margin-bottom: 15px;
    }

    .settings-block__col:last-child {
        margin-bottom: 0px;
    }
}

.settings-block__warning_text {
    margin-top: 9px;
    font-size: 18px;
    line-height: 26px;
    color: #813F4B;
}

@media screen and (max-width: 1024px) {
    .settings-block__warning_text {
        font-size: 16px;
        line-height: 22px;
    }
}

.settings-block__button {
    margin-top: 40px;
    max-width: 230px;
    height: 60px;
    background: #EAEAEB;
    border-radius: 12px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #404656;
}

@media screen and (max-width: 767px) {
    .settings-block__button {
        margin-top: 20px;
        height: 50px;
        font-size: 16px;
        line-height: 16px;
    }
}

.settings-block__button:hover {
    background: var(--site-main-button-hover-background-color);
    color: #ffffff;
}

.settings-block__button--red {
    background: #E5D8DB;
    color: #813F4B;
}

.settings-block__button--red:hover {
    background: #813F4B;
    color: #FFFFFF;
}

.parent-block .wrapper-block:first-child {
    border-radius: 60px;
}

@media (max-width: 1024px) {
    .parent-block .wrapper-block:first-child {
        border-radius: 35px;
    }
}

@media (max-width: 767px) {
    .parent-block .wrapper-block:first-child {
        border-radius: 27px;
    }
}

.wrapper-block {
    position: relative;
    width: 100%;
    background: var(--site-main-background-color);
    border-radius: 60px;
    padding-bottom: 40px;
}

.wrapper-block.wrapper-block__main_viewed_basket {
    padding: 0 0 20px;
}

@media (max-width: 1024px) {
    .wrapper-block {
        border-radius: 35px;
    }
}

@media (max-width: 767px) {
    .wrapper-block {
        border-radius: 27px;
    }
}

.wrapper-block.wrapper-block__main_banners_tiles + .wrapper-block.wrapper-block__top_categories,
.wrapper-block.wrapper-block__main_banners_tiles + .wrapper-block.wrapper-block__main_banner_wide,
.wrapper-block.wrapper-block__main_banners_tiles + .wrapper-block.wrapper-block__main_iwocapay_banner,
.wrapper-block.wrapper-block__main_iwocapay_banner + .wrapper-block.wrapper-block__main_banner_wide,
.wrapper-block.wrapper-block__main_banner_wide + .wrapper-block.wrapper-block__top_categories,
.wrapper-block.wrapper-block__main_viewed_basket + .wrapper-block.wrapper-block__top_categories {
    padding-top: 0;
}

.wrapper-block.wrapper-block__main_banners_tiles + .wrapper-block.wrapper-block__top_categories .category,
.wrapper-block.wrapper-block__main_iwocapay_banner + .wrapper-block.wrapper-block__top_categories .category,
.wrapper-block.wrapper-block__main_banner_wide + .wrapper-block.wrapper-block__top_categories .category,
.wrapper-block.wrapper-block__main_viewed_basket + .wrapper-block.wrapper-block__top_categories .category {
    padding-top: 40px;
}

@media (max-width: 1199px) {
    .wrapper-block.wrapper-block__main_banners_tiles + .wrapper-block.wrapper-block__top_categories .category,
    .wrapper-block.wrapper-block__main_iwocapay_banner + .wrapper-block.wrapper-block__top_categories .category,
    .wrapper-block.wrapper-block__main_banner_wide + .wrapper-block.wrapper-block__top_categories .category {
        padding: 20px 0 20px;
    }
}

@media (max-width: 568px) {
    .wrapper-block.wrapper-block__main_banners_tiles + .wrapper-block.wrapper-block__top_categories .category,
    .wrapper-block.wrapper-block__main_iwocapay_banner + .wrapper-block.wrapper-block__top_categories .category,
    .wrapper-block.wrapper-block__main_banner_wide + .wrapper-block.wrapper-block__top_categories .category {
        padding: 25px 0 25px;
    }
}

.wrapper-block:last-child {
    border-radius: 60px 60px 0 0;
}

@media (max-width: 1024px) {
    .wrapper-block:last-child {
        border-radius: 35px 35px 0 0;
    }
}

@media (max-width: 767px) {
    .wrapper-block:last-child {
        border-radius: 27px 27px 0 0;
    }
}

.wrapper-block:first-child {
    border-radius: 0 0 60px 60px;
    padding-top: 0;
}

@media (max-width: 1024px) {
    .wrapper-block:first-child {
        border-radius: 0 0 35px 35px;
    }
}

@media (max-width: 767px) {
    .wrapper-block:first-child {
        border-radius: 0 0 27px 27px;
    }
}

.wrapper-block--last {
    border-radius: 0 0 60px 60px;
}

.wrapper-block--last:last-child {
    border-radius: 0 0 60px 60px;
}

@media (max-width: 1024px) {
    .wrapper-block--last:last-child {
        border-radius: 0 0 35px 35px;
    }
}

@media (max-width: 767px) {
    .wrapper-block--last:last-child {
        border-radius: 0 0 27px 27px;
    }
}

@media (max-width: 1024px) {
    .wrapper-block--last {
        border-radius: 0 0 35px 35px;
    }
}

@media (max-width: 767px) {
    .wrapper-block--last {
        border-radius: 0 0 27px 27px;
    }
}

.wrapper-block--first {
    border-radius: 60px 60px 0 0;
}

.wrapper-block--first:first-child {
    border-radius: 60px 60px 0 0;
}

@media (max-width: 1024px) {
    .wrapper-block--first:first-child {
        border-radius: 35px 35px 0 0;
    }
}

@media (max-width: 767px) {
    .wrapper-block--first:first-child {
        border-radius: 27px 27px 0 0;
    }
}

@media (max-width: 1024px) {
    .wrapper-block--first {
        border-radius: 35px 35px 0 0;
    }
}

@media (max-width: 767px) {
    .wrapper-block--first {
        border-radius: 27px 27px 0 0;
    }
}

.wrapper-block--between {
    padding: 40px 0;
    border: 0;
    background: transparent;
}

.wrapper-block--between .wrapper-block__title {
    margin-top: 40px;
}

@media (max-width: 1024px) {
    .wrapper-block--between .wrapper-block__title {
        margin-top: 20px;
    }
}

.wrapper-block--between .items-slider__link_btn {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.wrapper-block__bg {
    position: absolute;
    width: 100%;
    height: calc(100% + 150px);
    top: -100px;
    left: 0;
    background: var(--site-dark-wrapper-block-background-color);
    overflow: hidden;
    z-index: -1;
}

.wrapper-block__bg img {
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100%;
}

.wrapper-block__content {
    position: relative;
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

.wrapper-block.wrapper-block__main_viewed_basket .wrapper-block__content {

}

@media screen and (max-width: 1199px) {
    .wrapper-block__content {
        padding: 0px 34px;
    }
}

@media screen and (max-width: 568px) {
    .wrapper-block__content {
        padding: 0px 15px;
    }
}

@media screen and (max-width: 1024px) {
    .wrapper-block__content--mobile-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}


.wrapper-block__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px 0px;
    padding: 65px 0px;
    flex: 1 1 auto;
}

@media screen and (max-width: 767px) {
    .wrapper-block__row {
        padding: 65px 0px;
    }
}

@media screen and (max-width: 568px) {
    .wrapper-block__row {
        padding: 60px 0px;
    }
}

.wrapper-block__col_6 {
    padding: 0px 15px;
    flex: 0 1 50%;
}

@media screen and (max-width: 1024px) {
    .wrapper-block__col_6 {
        padding: 0px 11px;
    }
}

@media screen and (max-width: 568px) {
    .wrapper-block__col_6 {
        flex: 0 0 100%;
        margin-bottom: 15px;
    }

    .wrapper-block__col_6:last-child {
        margin-bottom: 0px;
    }
}

.wrapper-block__col_3 {
    display: flex;
    flex: 0 1 25%;
    padding: 0px 15px;
    box-sizing: border-box;
}

@media screen and (max-width: 1275px) {
    .wrapper-block__col_3 {
        padding: 0px 10px;
    }
}

@media screen and (max-width: 1024px) {
    .wrapper-block__col_3 {
        flex: 0 0 50%;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .wrapper-block__col_3 {
        flex: 0 0 100%;
        padding: 0px 0px 10px;
    }
}

.wrapper-block__title {
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    letter-spacing: -0.02em;
    color: var(--site-main-title-color);
}

@media (max-width: 1199px) {
    .wrapper-block__title {
        font-size: 36px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .wrapper-block__title {
        font-size: 28px;
        line-height: 50px;
    }
}

.wrapper-block__title--white {
    color: #FFFFFF;
}

.wrapper-block__title--custom {
    text-align: left;
    font-size: 38px;
    line-height: 48px;
}

.wrapper-block__element {
    width: 100%;
    height: 280px;
    border-radius: 36px;
    padding: 42px 50px 22px;
    box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
    .wrapper-block__element {
        padding: 43px 13px;
        border-radius: 20px;
        height: 220px;
    }
}

.offer-block {
    position: relative;
    width: 100%;
    min-height: 265px;
    height: auto;
    border-radius: 12px;
    background: #000000;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: 0.2s ease-in-out;
}

.offer-block:hover .offer-block__image {
    opacity: 0.5;
}

.offer-block__image {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    transition: 0.2s ease-in-out;
    border-radius: 12px;
}

.offer-block__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 9;
}

.offer-block__text {
    position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

@media screen and (max-width: 1275px) {
    .offer-block__text {
        font-size: 24px;
        line-height: 30px;
    }
}

.offer-block__link {
    margin: 42px;
    position: relative;
    z-index: 2;
    height: 40px;
    display: flex;
    align-items: center;
    background: #FBC233;
    border-radius: 20px;
    transition: 0.2s ease-in-out;
    color: #404656;
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    justify-content: center;
}

@media screen and (max-width: 568px) {
    .offer-block__link {
        margin: 10px;
        font-size: 16px;
        line-height: 16px;
    }
}

.offer-block__link:hover {
    background: #FFFFFF;
}

.offer-block-2 {
    padding: 15px 5px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.offer-block-2__image {
    width: 235px;
    height: 235px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    background: url("../img/loading.gif") no-repeat;
    background-position: center;
}

@media screen and (max-width: 1275px) {
    .offer-block-2__image {
        height: 216px;
    }
}

@media screen and (max-width: 1024px) {
    .offer-block-2__image {
        height: 160px;
    }
}

.offer-block-2__image img {
    max-width: 100%;
    max-height: 100%;
}

.offer-block-2__text {
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    letter-spacing: -0.02em;
}

@media screen and (max-width: 1275px) {
    .offer-block-2__text {
        font-size: 24px;
        line-height: 30px;
    }
}

.offer-block-2__link {
    margin-top: 30px;
    position: relative;
    z-index: 2;
    max-width: 160px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    background: #FBC233;
    border-radius: 20px;
    transition: 0.2s ease-in-out;
    color: #404656;
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    justify-content: center;
}

@media screen and (max-width: 1275px) {
    .offer-block-2__link {
        font-size: 16px;
        line-height: 22px;
    }
}

.offer-block-2__link:hover {
    background: #FFFFFF;
}

.big-offer {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.big-offer__image {
    top: 0;
    left: 0;
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    border-radius: 36px;
}

@media screen and (max-width: 1024px) {
    .big-offer__image {
        border-radius: 20px;
    }
}

.big-offer__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 9;
    opacity: 0.9;
}

.big-offer__text {
    max-width: 500px;
    position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
    .big-offer__text {
        font-size: 24px;
        line-height: 34px;
    }
}

.big-offer__text_2 {
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
    .big-offer__text_2 {
        font-size: 16px;
        line-height: 22px;
    }
}

.big-offer__link {
    margin-top: 40px;
    position: relative;
    z-index: 2;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 26px;
}

@media screen and (max-width: 1024px) {
    .big-offer__link {
        margin-top: 33px;
        font-size: 16px;
        line-height: 22px;
    }
}

.big-offer-2 {
    width: calc(100% + 40px);
    background: #CCE7ED;
    margin: 0px -20px;
    padding: 25px 80px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 1275px) {
    .big-offer-2 {
        width: calc(100% + 200px);
        margin: 0px -35px;
    }
}

@media screen and (max-width: 568px) {
    .big-offer-2 {
        width: calc(100% + 30px);
        margin: 0px -15px;
        padding: 30px;
        min-height: 270px;
    }
}

.big-offer-2__image {
    position: absolute;
    z-index: 1;
    right: 55px;
    bottom: 0px;
}

.big-offer-2__title {
    position: relative;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #404656;
    z-index: 2;
}

@media screen and (max-width: 1024px) {
    .big-offer-2__title {
        font-size: 24px;
        line-height: 34px;
    }
}

.big-offer-2__desc {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #404656;
    z-index: 2;
}

@media screen and (max-width: 1024px) {
    .big-offer-2__desc {
        font-size: 16px;
        line-height: 22px;
    }
}

.big-offer-2__button {
    position: relative;
    max-width: 160px;
    height: 40px;
    margin-top: 20px;
    background: #FBC233;
    border-radius: 20px;
    font-size: 18px;
    line-height: 26px;
    color: #404656;
    z-index: 2;
}

.big-offer-2__button:hover {
    background: #FFFFFF;
}

@media screen and (max-width: 1024px) {
    .big-offer-2__button {
        font-size: 16px;
        line-height: 22px;
    }
}

.personal-offer {
    width: 100%;
    min-height: 280px;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.personal-offer__image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
}

.personal-offer__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    opacity: 0.7;
}

.personal-offer__sale {
    position: relative;
    z-index: 2;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #404656;
    background: #FFD1B6;
}

.personal-offer__stiker {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 20px;
}

.personal-offer__stiker img {
    max-width: 100%;
}

.personal-offer__text {
    position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1024px) {
    .personal-offer__text {
        font-size: 24px;
        line-height: 34px;
    }
}

.personal-offer__text2 {
    position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1024px) {
    .personal-offer__text2 {
        font-size: 18px;
        line-height: 26px;
    }
}

.personal-offer__link {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
    text-decoration: underline;
    color: #FFFFFF;
}

.personal-offer__button {
    position: relative;
    z-index: 2;
    max-width: max-content;
    padding: 0px 20px;
    margin-top: 15px;
    height: 40px;
    background: #FBC233;
    border-radius: 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #404656;
}

.info-block {
    width: 100%;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1024px) {
    .info-block {
        flex-direction: row;
        min-height: 100px;
    }
}

.info-block:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
}

.info-block:hover .info-block__image img {
    transform: scale(1.1);
}

.info-block__image {
    width: 100%;
    min-height: 250px;
    max-height: 250px;
    overflow: hidden;
    position: relative;
    background: url("../img/loading.gif") no-repeat;
    background-position: center;
}

@media screen and (max-width: 1024px) {
    .info-block__image {
        max-width: 100px;
        min-width: 100px;
        max-height: none;
        min-height: auto;
    }
}

.info-block__image img {
    transition: 0.4s ease-in-out;
    position: absolute;
    transform: scale(1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-block__content {
    position: relative;
    flex: 1 1 100%;
    background: var(--site-additional-background-color);
    display: flex;
    flex-direction: column;
    padding: 20px;
}

@media screen and (max-width: 1024px) {
    .info-block__content {
        padding: 15px 40px 15px 15px;
        justify-content: center;
    }
}

.info-block__name {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: var(--site-main-title-color);
    margin-bottom: 10px;
    text-decoration: none;
}

@media screen and (max-width: 568px) {
    .info-block__name {
        font-size: 16px;
        line-height: 22px;
    }
}

.info-block__name:hover {
    text-decoration: underline;
    text-decoration-color: var(--site-main-button-hover-background-color);
}

@media screen and (max-width: 1024px) {
    .info-block__name:hover {
        text-decoration: none;
    }
}

@media screen and (max-width: 1024px) {
    .info-block__name {
        margin-bottom: 0px;
        display: flex;
        align-items: center;
    }
}

.info-block__text {
    font-size: 18px;
    line-height: 26px;
    color: var(--site-main-text-color);
    margin-bottom: 35px;
    flex: 1 1 100%;
}

@media screen and (max-width: 1024px) {
    .info-block__text {
        display: none;
    }
}

.info-block__link {
    width: 132px;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: var(--site-main-text-color);
    text-decoration: none;
    padding: 2px 10px;
    background: var(--site-main-button-background-color);
    border-radius: 18px;
    transition: 0.2s ease-in-out;
}

.info-block__link:hover {
    color: var(--site-main-inverted-text-color);
    background: var(--site-main-button-hover-background-color);
}

@media screen and (max-width: 1275px) {
    .info-block__link:hover {
        background: transparent;
    }
}

@media screen and (max-width: 1275px) {
    .info-block__link {
        display: none;
    }
}

.info-block__link--mobile {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: 16px;
    background: transparent;
    padding: 15px;
}

.info-block__link svg {
    display: none;
    transform: rotate(-90deg);
    min-width: 16px;
    max-width: 16px;
    height: 9px;
    fill: #777E90;
}

@media screen and (max-width: 1024px) {
    .info-block__link svg {
        display: block;
    }
}

.info-block__group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-block__date {
    font-size: 14px;
    line-height: 18px;
    color: #777E90;
}

@media screen and (max-width: 1024px) {
    .info-block__date {
        margin-top: 10px;
    }
}

.datail-info-block {
    max-width: 880px;
    width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: center;
}

.datail-info-block__wrapper {
    flex: 1 1 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px -30px;
}

.datail-info-block__col {
    flex: 1 0 50%;
    padding: 0px 30px;
}

@media screen and (max-width: 767px) {
    .datail-info-block__col {
        flex: 1 0 100%;
        margin-bottom: 40px;
    }

    .datail-info-block__col:last-child {
        margin-bottom: 0px;
    }
}

.datail-info-block__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.02em;
    color: #404656;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .datail-info-block__title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
    }
}

.datail-info-block__contaiter {
    display: flex;
    flex-direction: column;
}

.datail-info-block__element {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .datail-info-block__element {
        margin-bottom: 15px;
    }
}

.datail-info-block__element:last-child {
    margin-bottom: 0px;
}

.datail-info-block__name {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: var(--site-main-text-color);
}

@media screen and (max-width: 1024px) {
    .datail-info-block__name {
        font-size: 16px;
        line-height: 16px;
    }
}

.datail-info-block__line {
    margin: 0px 5px;
    flex-grow: 1;
    border-bottom: 1px dashed var(--site-main-text-color);
}

.datail-info-block__value {
    font-size: 18px;
    line-height: 18px;
    color: var(--site-main-text-color);
}

@media screen and (max-width: 1024px) {
    .datail-info-block__value {
        font-size: 16px;
        line-height: 16px;
    }
}

.datail-info-block__value a {
    text-decoration: underline;
    text-decoration-color: var(--site-main-text-color);
    font-size: 18px;
    line-height: 18px;
    color: var(--site-main-text-color);
}

.datail-info-block__value a:hover {
    text-decoration: none;
}

.delivery-block {
    max-width: 850px;
    width: 100%;
    margin: 0px auto;
}

.delivery-block h2 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.02em;
    color: var(--site-main-title-color);
}

@media screen and (max-width: 1024px) {
    .delivery-block h2 {
        font-size: 24px;
        line-height: 34px;
    }
}

.delivery-block p {
    font-size: 18px;
    line-height: 26px;
    color: var(--site-main-text-color);
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    .delivery-block p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
}

.delivery-block p:last-child {
    margin-bottom: 0px;
}

.content-info {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
}

.content-info:last-child {
    margin-bottom: 0px;
}

.content-info__content {
    width: calc(100% - 300px);
    padding-right: 30px;
}

@media screen and (max-width: 767px) {
    .content-info__content {
        width: 100%;
        padding-right: 0px;
    }
}

.content-info__image {
    max-width: 300px;
    width: 100%;
    height: 400px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .content-info__image {
        max-width: 100%;
        margin-top: 40px;
    }
}

.content-info__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.modal--image .fancybox__content {
    padding: 0px;
}

.modal .is-close {
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #F4F5F6;
    color: #404656;
    transition: 0.3s ease-in-out;
}

.modal .is-close:hover {
    background: #404656;
}

.modal .is-close:hover svg {
    fill: #ffffff;
}

.modal .is-close svg {
    transition: 0.3s ease-in-out;
    width: 10px;
    height: 10px;
    box-shadow: none;
    fill: #404656;
}

.modal-success {
    max-width: 410px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 36px;
    padding: 60px 40px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-success__head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-success__text {
    margin: 20px 0px 0px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #777E90;
}

.modal-success__button {
    margin-top: 60px;
    max-width: 120px;
    height: 60px;
    border-radius: 12px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    background: #3F8167;
    padding: 0px 30px;
    white-space: nowrap;
}

.modal-success__button:hover {
    background: #346F57;
}

.modal-auth {
    max-width: 410px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 36px;
    padding: 60px 40px 40px;
}

.modal-auth__head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-auth__head img {
    max-width: 100%;
    width: 100%;
}

.modal-auth__text {
    margin: 40px 0px;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #777E90;
}

.modal-auth__text:first-child {
    margin-top: 0px;
}

.modal-auth__text--medium {
    margin: 20px 0px;
    font-size: 16px;
    line-height: 18px;
    color: #404656;
}

.modal-auth__text--medium:first-child {
    margin-top: 20px;
}

.modal-auth__text--little {
    margin: 20px 0px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #404656;
}

.modal-auth__fields .poly-block {
    margin-top: 20px;
}

.modal-auth__fields .poly-block:first-child {
    margin-top: 0px;
}

.modal-auth__checks {
    margin-top: 30px;
}

.modal-auth__checks .checkbox-2 {
    margin-top: 20px;
}

.modal-auth__checks .checkbox-2:first-child {
    margin-top: 0;
}

.modal-auth__buttons {
    width: 100%;
    margin-top: 60px;
}

.modal-auth__button {
    width: 100%;
    height: 60px;
    border-radius: 12px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    background: var(--site-main-button-background-color);
    padding: 0 30px;
    white-space: nowrap;
    margin-bottom: 10px;
}

.modal-auth__button:hover {
    background: var(--site-main-button-hover-background-color);
}

.modal-auth__button:last-child {
    margin-bottom: 0;
}

.modal-auth__button--gray {
    background: #F4F5F6;
    color: #404656;
}

.modal-auth__button--gray:hover {
    background: var(--site-main-button-hover-background-color);
    color: #ffffff;
}

.modal-auth__button svg {
    fill: #ffffff;
    margin-left: 15px;
}

.modal-auth__footer {
    margin-top: 40px;
}

.modal-links {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.modal-links__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #777E90;
}

.modal-links__content {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-links__element {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-links__element:last-child {
    margin-right: 0px;
}

.poly-block {
    width: 100%;
    position: relative;
}

.poly-block.error textarea,
.poly-block.error input {
    border: 1px solid #813F4B;
    background: #E5D8DB;
    color: #813F4B;
}

.poly-block.error textarea::placeholder,
.poly-block.error input::placeholder {
    color: #813F4B;
}

.poly-block__name {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #777E90;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    .poly-block__name {
        font-size: 16px;
        line-height: 16px;
    }
}

@media screen and (max-width: 767px) {
    .poly-block__name {
        margin-bottom: 10px;
    }
}

.poly-block__name span {
    margin-left: 5px;
    color: #813F4B;
}

.poly-block__content {
    width: 100%;
}

.poly-block__content .custom-select-container {
    width: 100%;
    height: 60px;
    border: 1px solid #404656;
    border-radius: 12px;
}

@media screen and (max-width: 1024px) {
    .poly-block__content .custom-select-container {
        height: 50px;
    }
}

.poly-block__content .custom-select-container.open .custom-select-value::after {
    transform: rotate(-180deg);
    background-position: bottom;
}

.poly-block__content .custom-select-value {
    padding: 0px 20px;
    outline: none;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 3;
    justify-content: space-between;
}

.poly-block__content .custom-select-value::after {
    content: "";
    min-width: 11px;
    max-width: 11px;
    height: 6px;
    background: url("../img/drop-down.svg") no-repeat;
    background-size: 10px;
    background-position: top;
}

.poly-block__content .custom-select-value:hover:after {
    background-position: bottom;
}

.poly-block__content .custom-select-options {
    width: calc(100% + 10px);
    z-index: 2;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    border: 0px;
    border-radius: 20px;
    padding: 60px 25px 25px 25px;
    left: -5px;
    top: -5px;
}

.poly-block__content .custom-select-option {
    padding: 0px;
    margin-bottom: 10px;
    font-size: 16px;
}

.poly-block__content .custom-select-option:last-child {
    margin-bottom: 0px;
}

.poly-block input {
    width: 100%;
    height: 60px;
    border: 1px solid #404656;
    border-radius: 12px;
    padding: 0px 20px;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #404656;
    background: transparent;
    outline: none;
}

.poly-block input::placeholder {
    font-weight: bold;
    color: #C9CEDA;
}

@media screen and (max-width: 1024px) {
    .poly-block input {
        font-size: 16px;
        line-height: 16px;
    }
}

@media screen and (max-width: 767px) {
    .poly-block input {
        height: 50px;
    }
}

.poly-block textarea {
    width: 100%;
    border: 1px solid #404656;
    border-radius: 12px;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    letter-spacing: -0.02em;
    color: #404656;
    background: transparent;
    outline: none;
    padding: 20px;
    min-height: 183px;
    resize: none;
}

.poly-block textarea::placeholder {
    font-weight: bold;
    color: #C9CEDA;
}

.poly-block__status {
    font-size: 12px;
    line-height: 16px;
    color: #813F4B;
    position: absolute;
    left: 0;
    margin-top: 5px;
}

@media screen and (max-width: 767px) {
    .poly-block__status {
        position: relative;
    }
}

.basket-item {
    display: flex;
    justify-content: space-between;
    padding: 60px 0px 38px;
    border-bottom: 1px solid #C9CEDA;
}

@media screen and (max-width: 1024px) {
    .basket-item {
        padding: 18px 0px 22px;
    }
}

.basket-item:first-child {
    padding-top: 0px;
}

.basket-item:last-child {
    border-bottom: 0px;
}

.basket-item--none .basket-item__image {
    opacity: 0.5;
}

.basket-item--none .basket-item__separator,
.basket-item--none .basket-item__delivery,
.basket-item--none .basket-item__name,
.basket-item--none .basket-item__value,
.basket-item--none .basket-item__link {
    color: #777E90;
}

.basket-item__group {
    display: flex;
    flex: 1;
    padding-right: 20px;
}

@media screen and (max-width: 1024px) {
    .basket-item__group {
        flex-wrap: wrap;
    }
}

.basket-item__image {
    min-width: 120px;
    max-width: 120px;
    height: 120px;
    margin-right: 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1275px) {
    .basket-item__image {
        margin-right: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .basket-item__image {
        min-width: 150px;
        max-width: 150px;
        height: 150px;
        margin-right: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .basket-item__image {
        min-width: 88px;
        max-width: 88px;
        height: 88px;
    }
}

.basket-item__image:hover {
    transition: 0.3s ease-in-out;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
}

.basket-item__image img {
    max-width: 100%;
    max-height: 100%;
}

.basket-item__content {
    max-width: 520px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .basket-item__content {
        max-width: calc(100% - 118px);
    }
}

.basket-item__link {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #404656;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1199px) {
    .basket-item__link {
        padding-right: 20px;
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .basket-item__link {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .basket-item__link {
        font-size: 16px;
        line-height: 22px;
    }
}

.basket-item__link:hover {
    text-decoration: underline;
    text-decoration-color: #479275;
}

.basket-item__interaction {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.basket-item__el {
    margin-right: 20px;
    margin-bottom: 10px;
    display: flex;
}

@media screen and (max-width: 1024px) {
    .basket-item__el {
        margin-right: 0px;
    }

    .basket-item__el:last-child {
        margin-bottom: 0px;
    }
}

.basket-item__options {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
    .basket-item__options {
        flex-direction: column;
    }
}

.basket-item__name {
    font-weight: bold;
    font-size: 17px;
    line-height: 18px;
}

@media screen and (max-width: 1024px) {
    .basket-item__name {
        font-size: 16px;
        line-height: 18px;
    }
}

.basket-item__name--option {
    letter-spacing: -0.02em;
    color: #777E90;
}

.basket-item__name--availability {
    white-space: nowrap;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #404656;
}

.basket-item__value {
    white-space: nowrap;
    margin-left: 5px;
    font-weight: bold;
    font-size: 17px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: var(--site-main-button-background-color);
}

.basket-item__value.basket-item--gray {
    color: #777E90;
}

@media screen and (max-width: 1024px) {
    .basket-item__value {
        font-size: 16px;
        line-height: 18px;
    }
}

.basket-item__info {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1024px) {
    .basket-item__info {
        margin-top: 20px;
        flex-direction: column;
    }
}

.basket-item__delivery {
    font-size: 17px;
    line-height: 18px;
    color: var(--site-main-button-background-color);
}

@media screen and (max-width: 1024px) {
    .basket-item__delivery {
        font-size: 16px;
        line-height: 18px;
    }
}

.basket-item__summ {
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    color: #404656;
    margin-bottom: 44px;
    display: flex;
    flex-direction: column;
    text-align: right;
}

@media screen and (max-width: 1024px) {
    .basket-item__summ {
        display: none;
    }
}

.basket-item__summ s {
    font-size: 18px;
    line-height: 18px;
    color: #404656;
    text-decoration-color: #813f4b;
    margin-bottom: 10px;
}

.basket-item__summ--sale {
    color: var(--site-main-button-background-color);
}

.basket-item__summ--mobile {
    display: none;
}

@media screen and (max-width: 1024px) {
    .basket-item__summ--mobile {
        display: block;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px;
    }
}

.basket-item__count {
    display: flex;
    height: 60px;
}

@media screen and (max-width: 1275px) {
    .basket-item__count {
        height: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .basket-item__count {
        flex-direction: column-reverse;
        width: 50px;
        height: auto;
    }
}

.basket-item__toggle_btn {
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #777E90;
}

.basket-item__toggle_btn svg {
    transition: 0.3s ease-in-out;
    margin-left: 10px;
    fill: #777E90;
}

.basket-item__toggle_btn.active {
    color: #C9CEDA;
}

.basket-item__toggle_btn.active svg {
    transform: rotate(180deg);
    fill: #C9CEDA;
}

.basket-item__toggle {
    display: none;
}

.basket-item__toggle.active {
    display: block;
}

@media screen and (max-width: 1024px) {
    body .basket-page .basket-item__lg {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    body .basket-page .basket-item__xl {
        display: none;
    }
}

body .basket-page .basket-item__sm {
    margin-top: 22px;
    display: none;
}

@media screen and (max-width: 1024px) {
    body .basket-page .basket-item__sm {
        display: block;
    }
}

.basket-item__num {
    width: 62px;
}

.basket-item__button {
    cursor: pointer;
    color: #777E90;
    background: #F4F5F6;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    transition: 0.2s ease-in-out;
}

@media screen and (max-width: 1024px) {
    .basket-item__button {
        width: 100%;
        height: 22px;
    }
}

.basket-item__button:first-child {
    border-radius: 12px 0px 0px 12px;
}

@media screen and (max-width: 1275px) {
    .basket-item__button:first-child {
        border-radius: 8px 0px 0px 8px;
    }
}

@media screen and (max-width: 1024px) {
    .basket-item__button:first-child {
        border-radius: 0px 0px 8px 8px;
    }
}

.basket-item__button:last-child {
    border-radius: 0px 12px 12px 0px;
}

@media screen and (max-width: 1275px) {
    .basket-item__button:last-child {
        border-radius: 0px 8px 8px 0px;
    }
}

@media screen and (max-width: 1024px) {
    .basket-item__button:last-child {
        border-radius: 8px 8px 0px 0px;
    }
}

.basket-item__button:hover {
    background: #C9CEDA;
    color: #ffffff;
}

.basket-item__button:active {
    background: #777E90;
    color: #ffffff;
}

.basket-item__count_text {
    width: 62px;
    height: 100%;
    margin: 0px 2px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #777E90;
    background: #F4F5F6;
}

@media screen and (max-width: 1024px) {
    .basket-item__count_text {
        width: 100%;
        height: 40px;
        margin: 2px 0px;
        font-size: 18px;
        line-height: 18px;
    }
}

.basket-item__remove {
    margin-top: 20px;
    cursor: pointer;
}

.basket-item__remove:hover svg {
    fill: #404656;
}

.basket-item__remove svg {
    transition: 0.3s ease-in-out;
    fill: #777E90;
}

.basket-item__group_2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

@media screen and (max-width: 1024px) {
    .basket-item__group_2 {
        flex-direction: column;
        align-items: center;
    }
}

.mini-basket-item {
    margin-bottom: 20px;
    display: flex;
}

.mini-basket-item:last-child {
    margin-bottom: 0px;
}

.mini-basket-item__image {
    min-width: 70px;
    max-width: 70px;
    height: 70px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
}

.mini-basket-item__image img {
    max-width: 100%;
}

.mini-basket-item__prices {
    display: flex;
}

.mini-basket-item__price {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: var(--site-main-button-background-color);
    margin-right: 10px;
}

.mini-basket-item__old_price {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #404656;
    margin-right: 10px;
}

.mini-basket-item__name {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #404656;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: 0.3s ease-in-out;
}

.mini-basket-item__name:hover {
    text-decoration-color: var(--site-main-button-hover-background-color);
}

.mini-basket-item__content {
    max-width: 200px;
    width: 100%;
}

.mini-basket-item__interaction {
    margin-left: 50px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mini-basket-item__count {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mini-basket-item__count.load {
    border-radius: 4px;
}

.mini-basket-item__count.load::after {
    background-size: 16px;
}

.mini-basket-item__button {
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #777E90;
    transition: 0.3s ease-in-out;
}

.mini-basket-item__button:hover {
    color: var(--site-main-button-hover-background-color);
}

.mini-basket-item__count_text {
    width: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #777E90;
}

.mini-basket-item__remove {
    cursor: pointer;
    margin-top: 5px;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #777E90;
    transition: 0.3s ease-in-out;
}

.mini-basket-item__remove:hover {
    color: var(--site-main-button-hover-background-color);
}

@media (max-width: 767px) {
    .mini-basket-item__image {
        margin-right: 15px;
    }

    .mini-basket-item__interaction {
        margin-left: 15px;
    }
}

@media (max-width: 427px) {
    .mini-basket-item__image {
        margin-right: 10px;
    }

    .mini-basket-item__interaction {
        margin-left: 10px;
    }
}

.utp-block {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    margin-left: 136px;
}

@media (max-width: 1024px) {
    .utp-block {
        display: none;
    }
}

.utp-block__element {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.utp-block__element:last-child {
    margin-bottom: 0;
}

.utp-block__icon {
    margin-right: 8px;
}

.utp-block__icon svg {
    fill: #3F8167;
}

.delivery-item {
    max-width: 220px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 30px;
}

@media screen and (max-width: 1199px) {
    .delivery-item {
        margin: 0px 5px;
    }
}

@media screen and (max-width: 767px) {
    .delivery-item {
        max-width: 340px;
    }
}

.delivery-item__image {
    width: 100px;
    height: 100px;
}

.delivery-item__image img {
    max-width: 100%;
}

.delivery-item__status {
    margin-bottom: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delivery-item__status--green {
    background: #3F8167;
}

.delivery-item__status--red {
    background: #813F4B;
}

.delivery-item__status svg {
    fill: #ffffff;
}

.delivery-item__text {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #404656;
}

@media screen and (max-width: 1199px) {
    .delivery-item__text {
        font-size: 16px;
        line-height: 22px;
    }
}

.color-block {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.postcode-block {
    /*     max-width: 525px; */
    width: 100%;
}

.postcode-block__search {
    width: 100%;
    display: none;
}

.postcode-block__search.active {
    display: flex;
}

.postcode-block__poly {
    width: 100%;
    height: 60px;
    border: 1px solid #404656;
    border-radius: 12px;
    padding: 0px 20px;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #404656;
    background: transparent;
}

@media screen and (max-width: 767px) {
    .postcode-block__poly {
        height: 50px;
    }
}

.postcode-block__poly::placeholder {
    font-weight: bold;
    color: #C9CEDA;
}

.postcode-block__button {
    min-width: 170px;
    max-width: 170px;
    height: 60px;
    margin-left: 10px;
    background: #E7EAEE;
    border-radius: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #404656;
}

@media screen and (max-width: 767px) {
    .postcode-block__button {
        height: 50px;
    }
}

.postcode-block__button:hover {
    background: var(--site-main-button-hover-background-color);
    color: #ffffff;
}

.postcode-block__button_2 {
    margin-left: 10px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    background: #E2EAE8;
    border-radius: 12px;
}

@media screen and (max-width: 767px) {
    .postcode-block__button_2 {
        min-width: 50px;
        max-width: 50px;
        height: 50px;
    }
}

.postcode-block__button_2 svg {
    transition: 0.3s ease-in-out;
    fill: #3F8167;
}

.postcode-block__button_2:hover {
    background: #3F8167;
}

.postcode-block__button_2:hover svg {
    fill: #ffffff;
}

.postcode-block__data {
    width: 100%;
    display: none;
}

.postcode-block__data.active {
    display: flex;
}

.postcode-block__content {
    position: relative;
    z-index: 10;
    width: calc(100% - 70px);
    height: 60px;
    display: flex;
    align-items: center;
    border: 1px solid #404656;
    border-radius: 12px;
    padding: 15px 20px;
}

@media screen and (max-width: 767px) {
    .postcode-block__content {
        width: calc(100% - 60px);
        height: 50px;
    }
}

.postcode-block__value {
    position: relative;
    z-index: 9;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #3F8167;
    white-space: nowrap;
}

.postcode-block__clear {
    position: relative;
    z-index: 9;
    cursor: pointer;
    margin-left: 15px;
    width: 10px;
    height: 10px;
}

.postcode-block__line {
    position: relative;
    z-index: 9;
    margin: 0px 20px;
    width: 1px;
    height: 30px;
    background: #C9CEDA;
}

.postcode-block__select {
    display: flex;
    align-items: center;
    width: 100%;
}

.postcode-block__select .custom-select-value {
    height: 23px;
    line-height: 21px;
    overflow: hidden;
    display: flex;
    align-items: baseline;
    padding-right: 0px;
}

.postcode-block__select .custom-select-container {
    height: auto;
    padding: 0px;
    border: 0px;
    position: inherit;
}

.postcode-block__select .custom-select-container.open .custom-select-options-scroll {
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.postcode-block__select .custom-select-options-scroll {
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: max-content;
    padding: 70px 10px 20px 5px;
}

.postcode-block__select .custom-select-options {
    position: relative;
    width: 100%;
    max-height: 350px;
    overflow-y: auto;
    background: #F4F5F6;
    border-radius: 12px;
    padding: 0px 20px;
    border-radius: 0px;
    box-shadow: none;
    top: 0px;
    left: 0px;
    background: #ffffff;
    scrollbar-color: #404656 #F5F5F5;
    scrollbar-width: thin;
}

.postcode-block__select .custom-select-options::-webkit-scrollbar {
    appearance: none;
    width: 4px;
    height: 100%;
    border-radius: 8px;
    background-color: #F5F5F5;
}

.postcode-block__select .custom-select-options::-webkit-scrollbar-track {
    border-radius: 8px;
}

.postcode-block__select .custom-select-options::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #404656;
}

.postcode-block__select .custom-select-option {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #404656;
    padding: 10px 20px;
    border-radius: 12px;
    background: #F4F5F6;
}

.postcode-block__select .custom-select-option.selected {
    text-decoration: none;
    background: #E2EAE8;
    border: 1px solid #3F8167;
    color: #3F8167;
    background: #E2EAE8;
}

.postcode-block__edit {
    width: 100%;
    display: none;
}

.postcode-block__edit.active {
    display: flex;
}

.postcode-block__edit .postcode-block__poly {
    background: #E2EAE8;
    border: 0px;
    font-weight: bold;
    color: #3F8167;
}

.postcode-block__edit .postcode-block__button {
    min-width: 114px;
    max-width: 114px;
}

.postcode-block__edit .postcode-block__button:hover {
    background: #404656;
}

.discount-block.error .discount-block__poly {
    background: #E5D8DB;
    border: 1px solid #813F4B;
    color: #813F4B;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
}

.discount-block.error .discount-block__status {
    color: #813F4B;
}

.discount-block__name {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #777E90;
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .discount-block__name {
        font-size: 16px;
        line-height: 16px;
    }
}

.discount-block__group {
    display: flex;
}

.discount-block__poly {
    max-width: 380px;
    width: 100%;
    height: 60px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #404656;
    border: 1px solid #404656;
    padding: 0px 20px;
    border-radius: 12px;
}

@media screen and (max-width: 1024px) {
    .discount-block__poly {
        height: 50px;
        font-size: 16px;
        line-height: 16px;
    }
}

@media screen and (max-width: 767px) {
    .discount-block__poly {
        max-width: 100%;
    }
}

.discount-block__poly::placeholder {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #C9CEDA;
}

@media screen and (max-width: 1024px) {
    .discount-block__poly::placeholder {
        font-size: 16px;
        line-height: 16px;
    }
}

.discount-block__button {
    width: 160px;
    min-width: 110px;
    margin-left: 10px;
    height: 60px;
    background: #F4F5F6;
    border-radius: 12px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .discount-block__button {
        min-width: 50px;
        width: 50px;
        height: 50px;
    }

    .discount-block__button span {
        display: none;
    }
}

.discount-block__button:hover {
    background: var(--site-main-button-hover-background-color);
    color: #ffffff;
}

.discount-block__button svg {
    display: none;
    fill: #404656;
}

@media screen and (max-width: 1024px) {
    .discount-block__button svg {
        display: block;
    }
}

.discount-block__status {
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
    color: #3F8167;
}

.discount-block-codes {
    width: 100%;
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .discount-block-codes {
        margin-top: 20px;
    }
}

.discount-block-codes__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #777E90;
}

@media screen and (max-width: 1024px) {
    .discount-block-codes__title {
        font-size: 16px;
        line-height: 16px;
    }
}

.discount-block-codes__content {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.discount-block-codes__element {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #777E90;
    padding-bottom: 10px;
    border-bottom: 1px solid #C9CEDA;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.discount-block-codes__element:last-child {
    margin-bottom: 0px;
}

.discount-block-codes__value {
    text-transform: uppercase;
}

.discount-block-codes__remove {
    cursor: pointer;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
}

.discount-block-codes__remove svg {
    transition: 0.3s ease-in-out;
    fill: #C9CEDA;
}

.discount-block-codes__remove:hover svg {
    fill: #404656;
}

.item-block {
    background: var(--site-offer-background-color);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    height: auto;
    flex-direction: column;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1024px) {
    .item-block {
        padding: 13px;
    }
}

@media screen and (max-width: 576px) {
    .item-block {
        padding: 10px;
    }
}

.item-block:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
}

.item-block__image {
    width: 100%;
    height: 205px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/loading.gif") no-repeat;
    background-position: center;
}

@media screen and (max-width: 1275px) {
    .item-block__image {
        height: 176px;
    }
}

@media screen and (max-width: 1024px) {
    .item-block__image {
        height: 140px;
        margin-bottom: 10px;
    }
}

.item-block__image img {
    max-width: 100%;
    max-height: 100%;
}

.item-block__text {
    font-size: 16px;
    font-weight: bold;
    color: var(--site-offer-color);
    margin-bottom: 3px;
}

.item-block__name {
    height: auto;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: var(--site-offer-color);
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

@media screen and (max-width: 1024px) {
    .item-block__name {
        font-size: 16px;
        line-height: 22px;
    }
}

.item-block__name:hover {
    text-decoration: underline;
    text-decoration-color: #3f8167;
}

.item-block__footer {
    min-height: 90px;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.item-block__price {
    background: var(--site-offer-price-background-color);
    padding: 2px 10px;
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: var(--site-offer-price-color);
}

@media screen and (max-width: 1275px) {
    .item-block__price {
        font-size: 16px;
        line-height: 16px;
    }
}

.item-block__button {
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--site-main-button-background-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease-in-out;
}

.item-block__button:hover {
    background: var(--site-main-button-hover-background-color);
}

.item-block__button--buy {
    background: var(--site-additional-button-hover-background-color);
}

.item-block__button--buy:hover {
    background: var(--site-additional-button-hover-background-color);
}

.item-block__button--buy .item-block__button-icon.item-block__button-icon-check {
    display: inline-block;
}

.item-block__button--buy .item-block__button-icon.item-block__button-icon-basket {
    display: none;
}

.item-block__button svg {
    fill: var(--site-main-button-text-color);
}

.item-block__button .item-block__button-icon.item-block__button-icon-check {
    display: none;
}

.item-block__button .item-block__button-icon.item-block__button-icon-basket {
    display: inline-block;
}

.item-block__sale_price {
    background: var(--site-offer-price-background-color);
    padding: 5px 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.item-block__sale_price s {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: var(--site-offer-old-price-color);
}

@media screen and (max-width: 1275px) {
    .item-block__sale_price s {
        font-size: 12px;
        line-height: 12px;
    }
}

.item-block__sale_price span {
    display: block;
    margin-top: 5px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: var(--site-offer-price-color);
}

@media screen and (max-width: 1275px) {
    .item-block__sale_price span {
        font-size: 16px;
        line-height: 16px;
    }
}

.product-block {
    position: relative;
    width: 100%;
    background: var(--site-section-product-background-color);
    padding: 20px;
    display: flex;
    flex-direction: column;
    transition: 0.3s ease-in-out;
    border-radius: 12px;
}

@media screen and (max-width: 1024px) {
    .product-block {
        padding: 10px;
    }
}

.product-block:hover {
    box-shadow: 0px 4px 16px rgba(64, 70, 86, 0.25);
}

.product-block--missing .item-price__value, .product-block--missing .item-price__text {
    color: #C9CEDA;
}

.product-block--missing .product-block__desc {
    color: #C9CEDA;
}

.product-block--missing .item-offers__text {
    color: #C9CEDA;
}

.product-block--missing .item-offers__element {
    cursor: default;
}

.product-block--missing .item-offers__element:hover {
    border: 0;
}

.product-block--missing .product-block__button {
    color: #404656;
    background: #ffffff;
    border: 1px solid #C9CEDA;
}

.product-block--missing .product-block__button:hover {
    border: 1px solid #404656;
    color: #ffffff;
    background: #404656;
}

.product-block__image {
    width: 100%;
    /*height: 260px;*/
    position: relative;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .product-block__image {
        padding: 6px 0;
    }
}

.product-block__image img {
    max-width: 100%;
    max-height: 100%;
}

/*@media (max-width: 1024px) {*/
/*    .product-block__image {*/
/*        max-height: 250px;*/
/*    }*/
/*}*/

/*@media (max-width: 568px) {*/
/*    .product-block__image {*/
/*        max-height: 200px;*/
/*    }*/
/*}*/

.product-block__stickers {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
}

.product-block__stickers img {
    display: block;
    max-width: 130px;
    width: 100%;
    margin-right: 5px;
    margin-bottom: 5px;
}

.product-block__stickers img:last-child {
    margin-right: 0px;
}


.product-block__status {
    margin: 10px 0px 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #23262F;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .product-block__status {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 10px;
    }
}

.product-block__status--available::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #3F8167;
    margin-right: 10px;
    border-radius: 50%;
}

.product-block__status--missing::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #FF7168;
    margin-right: 10px;
    border-radius: 50%;
}

.product-block__sticker-item {
    height: 33px;
    margin: 10px 0 10px;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

    letter-spacing: 0.05em;
    line-height: 36px;
    font-size: 15px;
    font-weight: 500;
    color: var(--site-section-product-sticker-color);
}

@media (max-width: 767px) {
    .product-block__sticker-item {
        display: none;
    }
}

.product-block__sticker-item.product-block__sticker-item-discount {
    margin-bottom: 0;
}

.section-product-sticker-info {

}

.section-product-sticker-discount-info {
    font-weight: 700;
}

.section-product-sticker-discount-info span {
    display: inline-block;
    height: 33px;
    margin-right: 5px;
    padding: 0 7px;
    border-radius: 5px;
    line-height: 36px;
    font-size: 15px;
    font-weight: 800;
    color: var(--site-section-product-discount-sticker-color);
    background-color: var(--site-section-product-discount-sticker-background-color);
}

@media (max-width: 767px) {
    .product-block__sticker-item.product-block__sticker-item-discount {
        height: auto;
        line-height: 18px;
    }

    .section-product-sticker-discount-info {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}

.product-block__desc {
    margin-top: 15px;
    font-size: 18px;
    line-height: 26px;
    color: var(--site-section-product-color);
    flex-grow: 1;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .product-block__desc {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .product-block__desc {
        display: none;
    }
}

.product-block__rating {
    margin-top: 15px;
}

.product-block__rating .stars svg {
    fill: #ffffff;
}

.product-block__offers {
    margin: 20px 0px 30px;
}

@media screen and (max-width: 1024px) {
    .product-block__offers {
        margin: 15 0px;
    }
}

.product-block__button {
    width: 100%;
    height: 60px;
    background: var(--site-additional-button-background-color);
    border-radius: 12px;
    text-align: center;
    letter-spacing: -0.02em;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: var(--site-main-button-text-color);
}

.product-block__button:hover {
    background: var(--site-main-button-background-color);
}

@media screen and (max-width: 1024px) {
    .product-block__button {
        border-radius: 8px;
        font-size: 16px;
        line-height: 22px;
        height: 44px;
    }
}

.section-grid-v2 .product-block__button {
    height: 36px;
}

@media screen and (max-width: 1024px) {
    .section-grid-v2 .product-block__button {
        height: auto;
        line-height: 18px;
    }
}

.item-price {
    width: 100%;
}

.item-price__text {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: var(--site-section-product-price-title-color);
    margin-bottom: 8px;
}

@media screen and (max-width: 1024px) {
    .item-price__text {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
    }
}

.item-price__content {
    display: flex;
    align-items: flex-end;
}

@media screen and (max-width: 1024px) {
    .section-grid-v2 .item-price__content {
        flex-wrap: wrap;
    }
}

.item-price__value {
    font-weight: bold;
    font-size: 36px;
    line-height: 28px;
    color: var(--site-section-product-price-color);
}

.item-price__value--new {
    color: var(--site-section-product-price-color);
}

@media screen and (max-width: 1024px) {
    .item-price__value {
        font-size: 22px;
        line-height: 22px;
    }
}

.item-price__old_value {
    margin-left: 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: var(--site-section-product-old-price-color);
}

@media screen and (max-width: 1024px) {
    .item-price__old_value {
        margin-left: 5px;
        font-size: 16px;
        line-height: 22px;
    }
}

.section-grid-v2 .item-price__value {
    font-size: 32px;
    line-height: 24px;
}

@media screen and (max-width: 1024px) {
    .section-grid-v2 .item-price__value {
        font-size: 22px;
        line-height: 22px;
    }
}

/*.section-grid-v2 .item-price__old_value {
    font-size: 16px;
    line-height: 16px;
}*/

.item-offers {
    width: 100%;
}

.item-offers__text {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #23262F;
}

@media screen and (max-width: 1024px) {
    .item-offers__text {
        font-size: 16px;
        line-height: 22px;
    }
}

.item-offers__content {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
    .item-offers__content {
        margin-top: 10px;
    }
}

.item-offers__element {
    margin-top: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    display: block;
    transition: 0.2s ease-in-out;
    background: var(--site-section-product-color-background-color);
    border: 1px solid var(--site-section-product-color-color);
}

.item-offers__element:last-child {
    margin-right: 0px;
}

.item-offers__element:hover {
    border: 2px solid var(--site-section-product-color-hover-color);
}

@media screen and (max-width: 1024px) {
    .item-offers__element {
        margin-top: 5px;
        margin-right: 5px;
    }
}

.mobile-sort {
    margin-bottom: 40px;
    width: 100%;
    background: #E2EAE8;
    border-radius: 20px;
    padding: 30px 40px;
    display: none;
    flex-direction: column;
}

.mobile-sort.active {
    display: flex;
}

.mobile-sort__item {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #777E90;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.mobile-sort__item::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffffff;
    margin-right: 20px;
}

.mobile-sort__item:last-child {
    margin-bottom: 0px;
}

.mobile-sort__item.active {
    color: #404656;
}

.mobile-sort__item.active::before {
    background: #3F8167 url("/img/check-white.svg") no-repeat;
    background-position: center;
    background-size: 13px;
}

.reviews-detail-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reviews-detail-block__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #404656;
}

.reviews-detail-block__slider {
    width: 100%;
    margin-top: 40px;
}

@media screen and (max-width: 1275px) {
    .reviews-detail-block__slider {
        margin: 60px 0px 0px;
    }
}

.reviews-detail-block__content {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 100%;
    margin: 0px -15px;
}

@media screen and (max-width: 1275px) {
    .reviews-detail-block__content {
        flex-direction: column;
    }
}

.reviews-detail-block__col {
    flex: 1 0 50%;
    padding: 0px 15px;
}

@media screen and (max-width: 1275px) {
    .reviews-detail-block__col {
        flex: none;
        margin-bottom: 60px;
    }

    .reviews-detail-block__col:last-child {
        margin-bottom: 0px;
    }
}

.text-block {
    padding: 60px 95px;
    box-sizing: border-box;
    background: #eee2d5;
    border-radius: 36px;
    font-size: 18px;
    text-align: center;
    color: #404656;
    line-height: 26px;
    margin: 20px 0px 80px;
}

@media screen and (max-width: 1024px) {
    .text-block {
        padding: 40px 20px 40px;
        border-radius: 20px;
        font-size: 16px;
        line-height: 22px;
    }
}

.text-block-2 a {
    color: #3F8167;
    text-decoration: underline;
}

.text-block-2 a:hover {
    text-decoration: none;
    color: #346E57;
}

.info-page-block--lefttext .info-page-block__title,
.info-page-block--lefttext .info-page-block__desc {
    text-align: left;
}

.info-page-block--lefttext .info-page-block__list {
    text-align: left;
    align-items: flex-start;
}

.info-page-block__title {
    margin-top: 40px;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -0.02em;
    color: var(--site-main-title-color);
}

@media screen and (max-width: 1024px) {
    .info-page-block__title {
        margin-top: 40px;
        font-size: 24px;
        line-height: 34px;
    }
}

.info-page-block__desc {
    max-width: 1070px;
    margin: 20px auto 0px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: var(--site-main-text-color);
}

@media screen and (max-width: 1024px) {
    .info-page-block__desc {
        font-size: 16px;
        line-height: 22px;
    }
}

.info-page-block__list {
    margin-top: 42px;
    padding-left: 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    counter-reset: myCounter;
}

@media screen and (max-width: 1024px) {
    .info-page-block__list {
        text-align: left;
        max-width: 520px;
        margin: 42px auto 0px;
    }
}

.info-page-block__list li {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 24px;
    list-style: none;
    display: flex;
    align-items: flex-start;
}

@media screen and (max-width: 1024px) {
    .info-page-block__list li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
}

.info-page-block__list li:last-child {
    margin-bottom: 0px;
}

.info-page-block__list li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #404656;
    background: #ffffff;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .info-page-block__list li:before {
        min-width: 24px;
        max-width: 24px;
        height: 24px;
        font-size: 16px;
        line-height: 22px;
    }
}

.info-page-block-2__title {
    max-width: 1080px;
    margin: 85px auto 11px;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #ffffff;
    letter-spacing: -0.02em;
}

@media screen and (max-width: 1024px) {
    .info-page-block-2__title {
        font-size: 36px;
        line-height: 50px;
        margin-top: 80px;
        margin-bottom: 10px;
    }
}

.info-page-block-2__desc {
    max-width: 1080px;
    margin: 0px auto;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
}

@media screen and (max-width: 1024px) {
    .info-page-block-2__desc {
        font-size: 16px;
        line-height: 22px;
    }
}

.info-page-block-2__info {
    max-width: 1080px;
    margin: 45px auto 0px;
    margin-top: 45px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
}

@media screen and (max-width: 1024px) {
    .info-page-block-2__info {
        font-size: 16px;
        line-height: 22px;
        margin-top: 30px;
    }
}

.stars {
    display: flex;
    align-items: center;
    width: 120px;
    height: 19px;
    position: relative;
}

.stars__element {
    cursor: pointer;
    width: 20px;
    height: 19px;
    margin-right: 5px;
}

.stars__element:last-child {
    margin-right: 0px;
}

.stars__bg {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.stars__line {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: #3F8167;
    height: 100%;
}

.tabs-category__nav {
    display: flex;
    justify-content: center;
}

.tabs-category__element {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 60px;
}

@media screen and (max-width: 1024px) {
    .tabs-category__element {
        margin-right: 40px;
    }
}

@media screen and (max-width: 767px) {
    .tabs-category__element {
        margin-right: 30px;
    }
}

@media screen and (max-width: 568px) {
    .tabs-category__element {
        margin-right: 15px;
    }
}

.tabs-category__element:last-child {
    margin-right: 0px;
}

.tabs-category__element:hover .tabs-category__image {
    background: #e1e1e1;
}

.tabs-category__element:hover .tabs-category__image img {
    transform: scale(1);
}

.tabs-category__element:hover .tabs-category__name {
    text-decoration: underline;
}

.tabs-category__element:hover.active .tabs-category__name {
    text-decoration: none;
}

.tabs-category__element.active .tabs-category__image {
    border: 1px solid #3f8167;
    background: #f4f5f6;
}

.tabs-category__element.active .tabs-category__image img {
    transform: scale(1);
}

.tabs-category__element.active .tabs-category__name {
    color: var(--site-tab-active-text-color);
}

.tabs-category__element.active .tabs-category__link {
    display: inline-block;
}

.tabs-category__image {
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: 0.3s ease-in-out;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #eaeaeb;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

@media screen and (max-width: 1199px) {
    .tabs-category__image {
        margin-bottom: 10px;
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 568px) {
    .tabs-category__image {
        width: 75px;
        height: 75px;
    }
}

.tabs-category__image img {
    transform: scale(0.95);
    transition: 0.3s ease-in-out;
    max-height: 100%;
    max-width: 100%;
}

.tabs-category__name {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    letter-spacing: -0.02em;
    color: var(--site-tab-text-color);
}

@media screen and (max-width: 1024px) {
    .tabs-category__name {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width: 568px) {
    .tabs-category__name {
        font-size: 18px;
        line-height: 26px;
    }
}

.tabs-category__link {
    display: none;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-decoration-line: underline;
    color: #777e90;
    transition: 0.2s ease-in-out;
}

.tabs-category__link:hover {
    color: #3f8167;
}

@media screen and (max-width: 1199px) {
    .tabs-category__link {
        display: none !important;
    }
}

.tabs-category__content {
    width: 100%;
}

.tabs-category__container {
    max-width: 1370px;
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .tabs-category__container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .tabs-category__container .swiper-button-next {
        order: 4;
        margin-right: 0;
    }

    .tabs-category__container .swiper-button-prev {
        order: 2;
        margin-left: 0px;
    }
}

.tabs-category__block {
    display: none;
}

.tabs-category__block.active {
    display: block;
}

.tabs-category__slider {
    max-width: 1070px;
    width: 100%;
    margin: 0px 40px;
    padding: 60px 0px;
    box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
    .tabs-category__slider {
        margin: 0px;
        padding: 40px 0px;
        order: 1;
        max-width: 100%;
    }
}

.tabs-category__slider .swiper-wrapper {
    height: auto;
}

.tabs-category__link_btn {
    display: none;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 50px;
    border: 1px solid #404656;
    box-sizing: border-box;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #777e90;
    transition: 0.2s ease-in-out;
}

.tabs-category__link_btn:hover {
    border: 1px solid var(--site-main-button-hover-background-color);
    background: var(--site-main-button-hover-background-color);
    color: #ffffff;
}

@media screen and (max-width: 1199px) {
    .tabs-category__link_btn {
        order: 4;
        display: flex;
    }
}

.tabs-brand {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .tabs-brand {
        margin-top: 0px;
        order: 1;
    }
}

.tabs-brand__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #ffffff;
}

@media screen and (max-width: 1190px) {
    .tabs-brand__title {
        margin-top: 20px;
    }
}

.tabs-brand__link {
    font-size: 18px;
    margin-top: 10px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
}

@media screen and (max-width: 1275px) {
    .tabs-brand__link {
        display: none;
    }
}

.tabs-brand__nav {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    background: #ffffff;
    border-radius: 20px;
}

@media screen and (max-width: 1024px) {
    .tabs-brand__nav {
        margin-top: 20px;
        flex-direction: column;
        background: transparent;
    }
}

.tabs-brand__element {
    position: relative;
    z-index: 2;
    cursor: pointer;
    padding: 0px 20px;
    border-right: 2px solid #c9ceda;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs-brand__element:last-child {
    border-right: 0px;
}

.tabs-brand__element:hover .tabs-brand__name {
    text-decoration: underline;
    text-decoration-color: #3f8167;
}

@media screen and (max-width: 1024px) {
    .tabs-brand__element:hover .tabs-brand__name {
        text-decoration-color: #ffffff;
    }
}

.tabs-brand__element.active {
    height: 40px;
    background: #3f8167;
    border-radius: 20px;
}

@media screen and (max-width: 1024px) {
    .tabs-brand__element.active {
        border-radius: 0px;
        background: transparent;
        height: auto;
    }
}

.tabs-brand__element.active:before {
    content: "";
    height: 40px;
    width: 80px;
    border-radius: 20px;
    background: #3f8167;
    position: absolute;
    z-index: 1;
    left: -10px;
}

@media screen and (max-width: 1024px) {
    .tabs-brand__element.active:before {
        width: 14px;
        height: 14px;
        margin-right: 10px;
        border-radius: 50%;
        left: 0;
        background: #ffffff url("/img/check.svg") no-repeat;
        background-position: center;
        background-size: 9px;
    }
}

.tabs-brand__element.active:after {
    content: "";
    height: 40px;
    width: 80px;
    border-radius: 20px;
    background: #3f8167;
    position: absolute;
    z-index: 1;
    right: -10px;
}

@media screen and (max-width: 1024px) {
    .tabs-brand__element.active:after {
        display: none;
    }
}

.tabs-brand__element.active .tabs-brand__name {
    color: #ffffff;
}

@media screen and (max-width: 1024px) {
    .tabs-brand__element {
        margin-bottom: 10px;
        margin-right: 0px;
        border-right: 0px;
    }

    .tabs-brand__element:last-child {
        margin-bottom: 0px;
    }
}

.tabs-brand__name {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 18px;
    line-height: 14px;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .tabs-brand__name {
        color: #ffffff;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        text-decoration: underline;
    }
}

.tabs-brand__block {
    display: none;
}

.tabs-brand__block.active {
    display: block;
}

.tabs-brand__content {
    width: 100%;
}

.tabs-brand__link_btn {
    display: none;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 50px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    transition: 0.2s ease-in-out;
    margin: 0px 30px;
}

.tabs-brand__link_btn:hover {
    border: 1px solid #3f8167;
    background: #3f8167;
    color: #ffffff;
}

@media screen and (max-width: 1199px) {
    .tabs-brand__link_btn {
        order: 4;
        display: flex;
    }
}

.tabs-brand__container {
    max-width: 1370px;
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .tabs-brand__container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .tabs-brand__container .swiper-button-next {
        order: 4;
        margin-right: 0;
    }

    .tabs-brand__container .swiper-button-prev {
        order: 2;
        margin-left: 0px;
    }
}

.tabs-brand__slider {
    max-width: 1070px;
    width: 100%;
    margin: 0px 40px;
    padding: 40px 0px;
    box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
    .tabs-brand__slider {
        padding: 40px 0px;
        order: 1;
        max-width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .tabs-brand__slider {
        margin: 0px;
    }
}

.tabs-brand__slider .swiper-wrapper {
    height: auto;
}

.tabs-items {
    margin: 0;
}

.tabs-items__nav {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .tabs-items__nav {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        max-width: 568px;
        width: 100%;
        margin: 0px auto;
    }
}

.tabs-items__element {
    max-width: max-content;
    margin-right: 20px;
    height: 60px;
    background: var(--site-additional-background-color);
    border-radius: 12px;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: var(--site-main-text-color);
    text-decoration: underline;
    text-decoration-color: var(--site-main-button-background-color);
    padding: 0px 30px;
    transition: 0.2s ease-in-out;
}

@media screen and (max-width: 1275px) {
    .tabs-items__element {
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .tabs-items__element {
        max-width: 220px;
        text-decoration: none;
    }
}

@media screen and (max-width: 767px) {
    .tabs-items__element {
        margin-right: 0px;
        max-width: 100%;
        width: 100%;
        border-radius: 0px;
        border-bottom: 1px solid #C9CEDA;
    }

    .tabs-items__element:first-child {
        border-radius: 12px 12px 0px 0px;
    }

    .tabs-items__element:last-child {
        border-radius: 0px 0px 12px 12px;
        border-bottom: 0px;
    }
}

.tabs-items__element:hover {
    background: #DCDCE0;
    text-decoration: none;
}

.tabs-items__element:last-child {
    margin-right: 0;
}

.tabs-items__element.active {
    background: var(--site-main-button-background-color);
    color: var(--site-main-button-text-color);
    text-decoration: none;
}

.tabs-items__element.active svg {
    fill: var(--site-main-button-text-color);
}

.tabs-items__element svg {
    transition: 0.2s ease-in-out;
    margin-right: 15px;
    fill: var(--site-main-text-color);
}

@media (max-width: 1024px) {
    .tabs-items__element svg {
        display: none;
    }
}

.tabs-items__content {
    margin-top: 30px;
    width: 100%;
}

.tabs-items__block {
    display: none;
}

.tabs-items__block.active {
    display: block;
}

.tabs-auth__nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.tabs-auth__element {
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #404656;
    text-decoration: underline;
    text-decoration-color: var(--site-main-button-background-color);
    margin-right: 20px;
}

.tabs-auth__element:last-child {
    margin-right: 0;
}

.tabs-auth__element.active {
    color: var(--site-main-button-hover-background-color);
    text-decoration: none;
}

.tabs-auth__content {
    margin-top: 60px;
    width: 100%;
}

.tabs-auth__block {
    display: none;
}

.tabs-auth__block.active {
    display: block;
}

.tabs-auth__page {
    display: none;
}

.tabs-auth__page.active {
    display: block;
}

.tabs-detail {
    background: var(--site-additional-background-color);
    border-radius: 36px;
    padding: 63px 40px 80px;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .tabs-detail {
        border-radius: 20px;
        padding: 40px;
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .tabs-detail {
        padding: 20px;
        margin-bottom: 15px;
    }
}

.tabs-detail__mobile_nav {
    display: none;
}

@media (max-width: 1024px) {
    .tabs-detail__mobile_nav {
        display: block;
    }
}

.tabs-detail__nav {
    margin: 0 auto;
    width: max-content;
    display: flex;
    align-items: center;
    border-radius: 12px;
    /*background: var(--site-main-inverted-text-color);*/
    height: 60px;
    padding: 3px;
    justify-content: center;
}

@media (max-width: 1024px) {
    .tabs-detail__nav {
        display: none;
    }
}

.tabs-detail__element {
    cursor: pointer;
    padding: 0 25px;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: var(--site-main-text-color);
    height: 100%;
    border-radius: 9px;
    /*background: var(--site-main-button-text-color);*/
    background: transparent;
    text-decoration: underline;
    text-decoration-color: var(--site-main-button-background-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.2s ease-in-out;
    margin-right: 3px;
}

@media (max-width: 1360px) {
    .tabs-detail__element {
        font-size: 16px;
        line-height: 18px;
    }
}

.tabs-detail__element:last-child {
    margin-right: 0px;
}

.tabs-detail__element:hover {
    text-decoration: none;
    background: var(--site-main-background-color);
}

.tabs-detail__element.active {
    text-decoration: none;
    background: var(--site-main-button-background-color);
    color: var(--site-main-button-text-color);
}

.tabs-detail__content {
    margin-top: 40px;
    width: 100%;
}

@media (max-width: 1024px) {
    .tabs-detail__content {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .tabs-detail__content {
        margin-top: 20px;
    }
}

.tabs-detail__block {
    display: none;
}

.tabs-detail__block.active {
    display: block;
}

.tabs-detail__block .text-content {
    max-width: 850px;
    width: 100%;
    margin: 0px auto;
}

.tabs-accessories__nav {
    margin: 0px auto;
    width: max-content;
    display: flex;
    align-items: center;
    border-radius: 12px;
    background: #ffffff;
    height: 60px;
    padding: 3px;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .tabs-accessories__nav {
        display: none;
    }
}

.tabs-accessories__element {
    cursor: pointer;
    padding: 0px 40px;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #404656;
    height: 100%;
    border-radius: 9px;
    background: #ffffff;
    text-decoration: underline;
    text-decoration-color: #3F8167;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.2s ease-in-out;
    margin-right: 3px;
}

@media screen and (max-width: 1275px) {
    .tabs-accessories__element {
        font-size: 16px;
        line-height: 18px;
    }
}

.tabs-accessories__element:last-child {
    margin-right: 0px;
}

.tabs-accessories__element:hover {
    text-decoration: none;
    background: #E2E2E2;
    text-decoration-color: transparent;
}

.tabs-accessories__element.active {
    text-decoration: none;
    background: #3F8167;
    color: #ffffff;
}

.tabs-accessories__content {
    margin-top: 80px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .tabs-accessories__content {
        margin-top: 40px;
    }
}

.tabs-accessories__block {
    display: none;
}

.tabs-accessories__block.active {
    display: block;
}

.tabs-accessories__block .items-slider {
    margin-top: 0;
}

.tabs-content {
    margin-top: 40px;
}

.tabs-content__nav {
    margin: 0 auto;
    width: max-content;
    display: flex;
    align-items: center;
    border-radius: 12px;
    background: #ffffff;
    height: 60px;
    padding: 3px;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .tabs-content__nav {
        display: none;
    }
}

.tabs-content__element {
    cursor: pointer;
    padding: 0 40px;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #404656;
    height: 100%;
    border-radius: 9px;
    background: #ffffff;
    text-decoration: underline;
    text-decoration-color: var(--site-main-button-background-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.2s ease-in-out;
    margin-right: 3px;
}

@media screen and (max-width: 1275px) {
    .tabs-content__element {
        font-size: 16px;
        line-height: 18px;
    }
}

.tabs-content__element:last-child {
    margin-right: 0;
}

.tabs-content__element:hover {
    text-decoration: none;
    background: #E2E2E2;
}

.tabs-content__element.active {
    text-decoration: none;
    background: var(--site-main-button-background-color);
    color: #ffffff;
}

.tabs-content__content {
    margin: 80px auto 0;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .tabs-content__content {
        margin-top: 60px;
    }
}

.tabs-content__block {
    display: none;
    margin: 0 auto;
    width: 100%;
}

.tabs-content__block.active {
    display: block;
}

.tabs-content__block--small {
    max-width: 850px;
}

.tabs-content__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #404656;
    margin: 40px 0px;
}

.tabs-content__title:first-child {
    margin-top: 0px;
}

@media screen and (max-width: 1024px) {
    .tabs-content__title {
        width: 100%;
        justify-content: center;
        font-size: 24px;
        line-height: 34px;
    }
}

.tabs-content__desc {
    margin-bottom: 80px;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    color: #777E90;
}

@media screen and (max-width: 1024px) {
    .tabs-content__desc {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 0px;
    }
}

.tabs-content__text {
    max-width: 1080px;
    margin: 0px auto;
}

.tabs-content__text .info-page-block__list {
    padding-left: 0px;
}

.tabs-content__text .info-page-block__list li {
    padding-left: 0px;
}

.tabs-mobile {
    display: none;
    max-width: 345px;
    width: 100%;
    margin: 0px auto;
}

@media screen and (max-width: 1024px) {
    .tabs-mobile {
        display: block;
    }
}

.tabs-mobile .poly-block__content .custom-select-container {
    border: 0px;
    padding: 0px 30px;
    background: #ffffff;
}

.tabs-mobile .poly-block__content .custom-select-options {
    padding: 60px 35px 30px;
}

.tabs-mobile .poly-block__content .custom-select-value {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #404656;
}

.page-navigation {
    display: flex;
    align-items: center;
}

.page-navigation__button {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--site-page-navigation-hover-background-color);
    border-radius: 12px;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

@media screen and (max-width: 1024px) {
    .page-navigation__button {
        min-width: 50px;
        max-width: 50px;
        height: 50px;
    }
}

.page-navigation__button svg {
    transition: 0.2s ease-in-out;
    fill: var(--site-page-navigation-color);
}

.page-navigation__button--prev svg {
    transform: rotate(-180deg);
}

.page-navigation__button:hover {
    color: var(--site-page-navigation-hover-background-color);
    background: var(--site-page-navigation-color);
}

.page-navigation__button:hover svg {
    fill: #ffffff;
}

.page-navigation__content {
    height: 60px;
    margin: 0px 10px;
    padding: 4px;
    box-sizing: border-box;
    background: var(--site-additional-background-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .page-navigation__content {
        height: 50px;
    }
}

@media screen and (max-width: 568px) {
    .page-navigation__content {
        margin: 0px 5px;
    }
}

.page-navigation__link {
    text-decoration: none;
    min-width: 60px;
    max-width: 60px;
    height: 52px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    background: var(--site-page-navigation-background-color);
    color: var(--site-page-navigation-color);
    border-radius: 8px;
    transition: 0.2s ease-in-out;
}

.page-navigation__link.active {
    background: var(--site-page-navigation-active-background-color);
    color: var(--site-page-navigation-active-color);
}

.page-navigation__link:hover {
    background: var(--site-page-navigation-hover-background-color);
}

.page-navigation__link:hover.active {
    background: var(--site-page-navigation-hover-active-background-color);
    color: var(--site-page-navigation-hover-active-color);
}

@media screen and (max-width: 1024px) {
    .page-navigation__link {
        min-width: 40px;
        max-width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 568px) {
    .page-navigation__link {
        min-width: 35px;
        max-width: 35px;
    }

    .page-navigation__link.active {
        min-width: 40px;
        max-width: 40px;
    }
}

.page-navigation__group {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .page-navigation__group .page-navigation__link:first-child, .page-navigation__group .page-navigation__link:last-child {
        display: none;
    }
}

@media screen and (max-width: 568px) {
    .page-navigation__group .page-navigation__link:first-child, .page-navigation__group .page-navigation__link:nth-last-child(2) {
        display: none;
    }
}

.tag {
    cursor: pointer;
    text-decoration: none;
    background: #f4f5f6;
    border-radius: 16px;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: 0.2s ease-in-out;
}

.tag:hover {
    background: #c9ceda;
}

.tag:hover .tag__del {
    background: #404656;
}

.tag:hover .tag__del svg {
    fill: #ffffff;
}

.tag:last-child {
    margin-right: 0px;
}

.tag__name {
    padding-left: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #404656;
}

.tag__del {
    margin-left: 10px;
    background: #ffffff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease-in-out;
}

.tag__del svg {
    fill: #404656;
    transition: 0.2s ease-in-out;
}

.tags {
    margin: 60px auto 0px;
    max-width: 1070px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.tags__link {
    background: #ffffff;
    border-radius: 16px;
    box-sizing: border-box;
    color: #404656;
    font-size: 14px;
    line-height: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 9px 20px;
    transition: .2s ease-in-out;
}

.tags__link:hover {
    background: var(--site-accent-button-background-color);
    color: var(--site-accent-button-text-color);
}

.tags__link:last-child {
    margin-right: 0;
}

.detail-tags {
    width: 100%;
    background: #f4f5f6;
    border-radius: 36px;
    padding: 40px 40px 30px;
}

@media screen and (max-width: 767px) {
    .detail-tags {
        padding: 30px 25px 20px;
    }
}

.detail-tags__wrapper {
    max-width: 909px;
    width: 100%;
    margin: 0px auto;
}

.detail-tags__wrapper .tags {
    margin: 0px;
}

.subscription-block {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subscription-block__image {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    border-radius: 36px;
}

@media screen and (max-width: 1024px) {
    .subscription-block__image {
        border-radius: 20px;
    }
}

.subscription-block__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 9;
    opacity: 0.8;
}

.subscription-block__text {
    position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1024px) {
    .subscription-block__text {
        font-size: 24px;
        line-height: 34px;
    }
}

.subscription-block__form {
    margin-top: 45px;
    position: relative;
    z-index: 2;
    max-width: 395px;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
}

@media screen and (max-width: 1024px) {
    .subscription-block__form {
        margin-top: 20px;
    }
}

.subscription-block__poly {
    width: 100%;
    height: 40px;
    padding: 20px;
    background: transparent;
    border: 0px;
    font-size: 18px;
    line-height: 26px;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .subscription-block__poly {
        font-size: 16px;
        line-height: 22px;
    }
}

.subscription-block__poly::placeholder {
    font-size: 18px;
    line-height: 26px;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .subscription-block__poly::placeholder {
        font-size: 16px;
        line-height: 22px;
    }
}

.subscription-block__button {
    cursor: pointer;
    width: 138px;
    flex: 0 0 auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #404656;
    text-align: center;
    background: #FBC233;
    border-radius: 20px;
    border: 0px;
    transition: 0.2s ease-in-out;
}

.subscription-block__button:hover {
    background: #3F8167;
    color: #ffffff;
}

@media (max-width: 1024px) {
    .subscription-block__button {
        font-size: 16px;
        line-height: 22px;
    }
}

.category-block {
    width: 100%;
    height: 270px;
    border-radius: 12px;
    transition: 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

@media (min-width: 577px) {
    .category-block:hover .category-block__image {
        transition: 0.3s ease-in-out;
        height: 135px;
    }

    .category-block:hover .category-block__image {
        height: 90px;
    }

    .category-block:hover .category-block__content {
        transition: 0.3s ease-in-out;
        background: transparent;
    }

    .category-block:hover .category-block__link {
        height: 30px;
        opacity: 1;
        visibility: visible;
        margin-top: 15px;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .category-block {
        width: 240px;
        height: 100px;
        flex-direction: row;
    }
}

.category-block__image {
    width: 100%;
    height: 160px;
    position: relative;
    transition: 0.3s linear;
}

@media (max-width: 576px) {
    .category-block__image {
        min-width: 100px;
        max-width: 100px;
        height: 100px;
        padding: 15px;
    }
}

.category-block__image img {
    position: absolute;
    max-width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 20px;
}

@media (max-width: 576px) {
    .category-block__image img {
        position: static;
        max-height: 100%;
    }
}

.category-block__content {
    width: 100%;
    background: #FFFFFF;
    border-radius: 0 0 12px 12px;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 0;
    transition: 0.3s linear;
}

@media (max-width: 576px) {
    .category-block__content {
        background: transparent;
    }
}

.category-block__info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.category-block__text {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #404656;
    padding: 0 10px;
}

@media (max-width: 576px) {
    .category-block__text {
        font-size: 16px;
        line-height: 22px;
    }
}

.category-block__text_2 {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #777E90;
    padding: 0 10px;
}

@media (max-width: 568px) {
    .category-block__text_2 {
        font-size: 12px;
        line-height: 14px;
        padding: 0 5px;
    }
}

.category-block__link {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: var(--site-main-button-text-color);
    background: var(--site-main-button-background-color);
    border-radius: 18px;
    width: 113px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    height: 0;
    transition: 0.3s ease-in-out;
}

.category-block__link:hover {
    background: var(--site-main-button-hover-background-color);
}

@media (max-width: 568px) {
    .category-block__link {
        display: none;
    }
}

.main-slider-block {
    border-radius: 60px;
    height: 500px;
}

@media screen and (max-width: 1275px) {
    .main-slider-block {
        border-radius: 36px;
    }
}

@media screen and (max-width: 1199px) {
    .main-slider-block {
        height: 320px;
    }
}

@media screen and (max-width: 767px) {
    .main-slider-block {
        height: 530px;
        border-radius: 20px;
    }
}

.main-slider-block__element {
    position: relative;
    width: 100%;
    min-height: 500px;
    padding: 0px 80px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 1275px) {
    .main-slider-block__element {
        padding: 0px 40px 40px;
    }
}

@media screen and (max-width: 1199px) {
    .main-slider-block__element {
        padding: 0px 35px 40px;
        min-height: 320px;
    }
}

@media screen and (max-width: 767px) {
    .main-slider-block__element {
        min-height: 530px;
        justify-content: flex-start;
    }
}

.main-slider-block__content {
    max-width: 330px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .main-slider-block__content {
        max-width: 100%;
    }
}

.main-slider-block__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
    .main-slider-block__title {
        font-size: 24px;
        line-height: 34px;
    }
}

@media screen and (max-width: 767px) {
    .main-slider-block__title {
        margin-top: 40px;
        margin-bottom: 10px;
        text-align: center;
    }
}

.main-slider-block__desc {
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

@media screen and (max-width: 1199px) {
    .main-slider-block__desc {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .main-slider-block__desc {
        text-align: center;
    }
}

.main-slider-block__link {
    display: inline-block;
    margin-top: 60px;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    text-decoration: underline;
}

.main-slider-block__link:hover {
    text-decoration: none;
}

@media screen and (max-width: 1199px) {
    .main-slider-block__link {
        margin-top: 40px;
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .main-slider-block__link {
        text-align: center;
        margin-top: 40px;
    }
}

.main-slider-block__pic {
    position: absolute;
    display: block;
    margin: auto;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.main-slider-block__pic img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slider-block__prev {
    width: 32px;
    height: 32px;
    left: 0px;
    margin: 0px;
    top: 0;
    transition: 0.3s ease-in-out;
    border-radius: 50%;
}

.main-slider-block__prev:hover {
    background: #ffffff;
}

.main-slider-block__prev:hover svg {
    fill: #404656;
}

.main-slider-block__prev::after {
    display: none;
}

.main-slider-block__prev svg {
    transition: 0.3s ease-in-out;
    transform: rotate(180deg);
    fill: #ffffff;
}

.main-slider-block__next {
    width: 32px;
    height: 32px;
    right: -10px;
    margin: 0px;
    top: 0;
    transition: 0.3s ease-in-out;
    border-radius: 50%;
}

.main-slider-block__next:hover {
    background: #ffffff;
}

.main-slider-block__next:hover svg {
    fill: #404656;
}

.main-slider-block__next::after {
    display: none;
}

.main-slider-block__next svg {
    transition: 0.3s ease-in-out;
    fill: #ffffff;
}

.main-slider-block__nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 47px;
    padding: 0px 90px;
    box-sizing: border-box;
}

@media screen and (max-width: 1275px) {
    .main-slider-block__nav {
        bottom: 26px;
        padding: 0px 40px;
    }
}

.main-slider-block__dots {
    width: 100%;
    height: 6px;
    position: relative;
}

.main-slider-block__arrows {
    position: relative;
    display: flex;
    min-width: 80px;
    max-width: 80px;
    height: 32px;
    z-index: 9;
}

.main-slider-block__pagination span {
    position: relative;
    width: 6px;
    height: 6px;
    background: #ffffff;
    opacity: 1;
    margin-right: 40px;
}

.main-slider-block__pagination span:last-child {
    margin-right: 0px;
}

.main-slider-block__pagination span.swiper-pagination-bullet-active:before {
    content: "";
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: -28px;
    right: -28px;
    margin: auto;
}

.items-slider {
    width: 100%;
    margin-top: 20px;
    position: relative;
}

@media (max-width: 1024px) {
    .items-slider {
        margin-top: 30px;
    }
}

.items-slider__container {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199px) {
    .items-slider__container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .items-slider__container .swiper-button-prev {
        margin-left: 0;
    }

    .items-slider__container .swiper-button-next {
        margin-right: 0;
    }
}

.items-slider__container .swiper-container {
    width: 100%;
    margin: 0;
}

@media (max-width: 1199px) {
    .items-slider__container .swiper-container {
        max-width: 100%;
    }
}

.items-slider__prev {
    left: 0;
    margin: 0;
    top: 0;
}

.items-slider__prev::after {
    display: none;
}

.items-slider__prev svg {
    transform: rotate(180deg);
    fill: #ffffff;
}

@media (max-width: 1199px) {
    .items-slider__prev {
        order: 3;
        margin-left: 0px;
    }
}

.items-slider__next {
    right: 0px;
    margin: 0px;
    top: 0;
}

.items-slider__next::after {
    display: none;
}

.items-slider__next svg {
    fill: #ffffff;
}

@media screen and (max-width: 1199px) {
    .items-slider__next {
        order: 5;
    }
}

.items-slider__link_btn {
    display: none;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 50px;
    border: 1px solid #404656;
    box-sizing: border-box;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #777E90;
    transition: 0.2s ease-in-out;
}

.items-slider__link_btn:hover {
    border: 1px solid #3F8167;
    background: #3F8167;
    color: #ffffff;
}

@media (max-width: 1199px) {
    .items-slider__link_btn {
        order: 4;
        display: flex;
    }
}

.slider-prev {
    position: absolute;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -40px;
    margin: auto;
    bottom: 0;
    transition: 0.3s ease-in-out;
}

@media (max-width: 1199px) {
    .items-slider .slider-prev,
    .items-slider .slider-next {
        top: 18px;
    }
}

@media (max-width: 1199px) {
    .slider-prev {
        margin-right: 30px;
        position: relative;
        background: #ffffff;
        left: 0;
    }
}

.slider-prev::after {
    display: none;
}

.slider-prev svg {
    transition: 0.3s ease-in-out;
    transform: rotate(180deg);
    fill: var(--site-main-button-hover-background-color);
}

.slider-prev:hover svg {
    fill: #404656;
}

.slider-prev.swiper-button-disabled {
    opacity: 0.5;
}

.slider-prev.swiper-button-disabled svg {
    fill: var(--site-main-button-hover-background-color);
}

.slider-next {
    position: absolute;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -40px;
    margin: auto;
    top: 0;
    bottom: 0;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1199px) {
    .slider-next {
        margin-left: 30px;
        position: relative;
        background: #ffffff;
        right: 0;
    }
}

.slider-next svg {
    transition: 0.3s ease-in-out;
    fill: var(--site-main-button-background-color);
}

.slider-next::after {
    display: none;
}

.slider-next:hover svg {
    fill: #404656;
}

.slider-next.swiper-button-disabled {
    opacity: 0.5;
}

.slider-next.swiper-button-disabled svg {
    fill: #3F8167;
}

.detail-photo-slider,
.reviews-photo-slider {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .detail-photo-slider,
    .reviews-photo-slider {
        flex-direction: column;
    }
}

.detail-photo-slider__container,
.reviews-photo-slider__container {
    max-width: 1120px;
    width: 100%;
}

.detail-photo-slider__scrollbar,
.reviews-photo-slider__scrollbar {
    margin-top: 20px;
    display: none;
    height: 4px;
    background: #eaeaeb;
}

@media screen and (max-width: 1024px) {
    .detail-photo-slider__scrollbar,
    .reviews-photo-slider__scrollbar {
        display: block;
    }
}

.detail-photo-slider__scrollbar.swiper-scrollbar,
.reviews-photo-slider__scrollbar.swiper-scrollbar {
    left: 0px;
    width: 100%;
}

.detail-photo-slider__scrollbar .swiper-scrollbar-drag,
.reviews-photo-slider__scrollbar .swiper-scrollbar-drag {
    background: #404656;
}

.detail-photo-slider__prev,
.reviews-photo-slider__prev {
    left: 0px;
    margin-left: 0px;
    top: 0;
}

@media screen and (max-width: 1024px) {
    .detail-photo-slider__prev,
    .reviews-photo-slider__prev {
        display: none;
    }
}

.detail-photo-slider__next,
.reviews-photo-slider__next {
    right: 0px;
    margin-right: 0px;
    top: 0;
}

@media screen and (max-width: 1024px) {
    .detail-photo-slider__next,
    .reviews-photo-slider__next {
        display: none;
    }
}

.detail-photo-slider__element,
.reviews-photo-slider__element {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.detail-photo-slider__element img,
.reviews-photo-slider__element img {
    width: 100%;
}

.detail-photo-slider__container:not(.detail-photo-slider__container-gallery) {
    max-width: 100%;
    width: 100%;
}

.cart-images-slider {
    display: flex;
    align-items: center;
}

.cart-images-slider__prev {
    position: relative;
    left: 0px;
    margin: 0px 20px;
    top: 0;
    height: 9px;
    width: auto;
}

.cart-images-slider__prev::after {
    display: none;
}

.cart-images-slider__prev svg {
    transform: rotate(180deg);
    fill: #777E90;
}

.cart-images-slider__next {
    position: relative;
    right: 0px;
    margin: 0px 20px;
    top: 0;
    height: 9px;
    width: auto;
}

.cart-images-slider__next::after {
    display: none;
}

.cart-images-slider__next svg {
    transform: rotate(0deg);
    fill: #777E90;
}

.cart-images-slider__slide {
    width: 100%;
    height: 80px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.cart-images-slider__slide img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cart-images-slider__slide.swiper-slide-thumb-active {
    border: 3px solid var(--site-main-button-background-color);
}

.cart-images-slider__container {
    width: 100%;
    height: 80px;
    margin: 0;
}

.cart-image-slider {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .cart-image-slider {
        margin-bottom: 20px;
    }
}

.cart-image-slider__container {
    width: 100%;
    height: 600px;
}

@media screen and (max-width: 1024px) {
    .cart-image-slider__container {
        height: 524px;
    }
}

@media screen and (max-width: 568px) {
    .cart-image-slider__container {
        height: 345px;
    }
}

.cart-image-slider__slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-image-slider__slide .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cart-image-slider__prev {
    width: 9px;
    height: 17px;
    left: 0px;
    margin: 0px;
    top: 0;
}

.cart-image-slider__prev::after {
    display: none;
}

.cart-image-slider__prev svg {
    transform: rotate(180deg);
    fill: #404656;
}

.cart-image-slider__next {
    width: 9px;
    height: 17px;
    right: 0px;
    margin: 0px;
    top: 0;
}

.cart-image-slider__next::after {
    display: none;
}

.cart-image-slider__next svg {
    fill: #404656;
}

.cart-image-slider__nav {
    margin-top: 20px;
    width: 100%;
    display: none;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0px 20px;
    box-sizing: border-box;
}

@media screen and (max-width: 568px) {
    .cart-image-slider__nav {
        display: flex;
    }
}

.cart-image-slider__dots {
    width: 100%;
    height: 6px;
    position: relative;
}

.cart-image-slider__arrows {
    position: relative;
    display: flex;
    min-width: 58px;
    max-width: 58px;
    height: 16px;
    z-index: 9;
}

.cart-image-slider__pagination span {
    position: relative;
    width: 6px;
    height: 6px;
    background: #404656;
    opacity: 1;
    margin-right: 20px;
}

.cart-image-slider__pagination span:last-child {
    margin-right: 0px;
}

.cart-image-slider__pagination span.swiper-pagination-bullet-active:before {
    content: "";
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #404656;
    box-sizing: border-box;
    position: absolute;
    display: block;
    top: 0px;
    bottom: 0px;
    left: -28px;
    right: -28px;
    margin: auto;
}

.basket-accessories-slider {
    max-width: 680px;
    width: 100%;
    margin: 0px auto;
    display: flex;
    align-items: center;
}

.basket-accessories-slider__prev {
    margin-left: 0px;
    margin-right: 39px;
}

@media screen and (max-width: 1024px) {
    .basket-accessories-slider__prev {
        margin-right: 30px;
    }
}

@media screen and (max-width: 767px) {
    .basket-accessories-slider__prev {
        margin-right: 17px;
    }
}

.basket-accessories-slider__next {
    margin-left: 39px;
    margin-right: 0px;
}

@media screen and (max-width: 1024px) {
    .basket-accessories-slider__next {
        margin-left: 30px;
    }
}

@media screen and (max-width: 767px) {
    .basket-accessories-slider__next {
        margin-left: 17px;
    }
}

.basket-accessories-slider__container {
    max-width: 520px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .basket-accessories-slider__container {
        max-width: 230px;
    }
}

.basket-accessories-slider__container .swiper-container {
    width: 100%;
    padding: 25px 0px;
}

.trade-slider {
    max-width: 1370px;
    width: 100%;
    margin: 80px auto 0px;
    padding: 0px 40px;
}

.trade-slider__title {
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #404656;
}

.trade-slider__content {
    margin: 60px 0px;
    display: flex;
    align-items: center;
}

.trade-slider__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
}

.trade-slider__item img {
    max-width: 100%;
}

.brands-slider {
    width: 100%;
}

.brands-slider__content {
    width: 100%;
    margin: 60px 0px;
    display: flex;
    align-items: center;
}

.brands-slider__content .swiper-container {
    max-width: 1070px;
    width: 100%;
    margin: 0px 40px;
}

@media screen and (max-width: 1199px) {
    .brands-slider__content .swiper-container {
        margin: 0px;
    }
}

.brands-slider__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 195px;
    background: #ffffff;
    border-radius: 12px;
    padding: 10px;
}

.brands-slider__item img {
    max-width: 100%;
}

.contact-slider {
    width: 100%;
    height: 420px;
    border-radius: 20px;
}

.contact-slider__element {
    width: 100%;
    height: 100%;
    position: relative;
}

.contact-slider__element img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.contact-slider__prev {
    width: 32px;
    height: 32px;
    left: 0px;
    margin: 0px;
    top: 0;
    transition: 0.3s ease-in-out;
    border-radius: 50%;
}

.contact-slider__prev:hover {
    background: #ffffff;
}

.contact-slider__prev:hover svg {
    fill: #404656;
}

.contact-slider__prev::after {
    display: none;
}

.contact-slider__prev svg {
    transition: 0.3s ease-in-out;
    transform: rotate(180deg);
    fill: #ffffff;
}

.contact-slider__next {
    width: 32px;
    height: 32px;
    right: -10px;
    margin: 0px;
    top: 0;
    transition: 0.3s ease-in-out;
    border-radius: 50%;
}

.contact-slider__next:hover {
    background: #ffffff;
}

.contact-slider__next:hover svg {
    fill: #404656;
}

.contact-slider__next::after {
    display: none;
}

.contact-slider__next svg {
    transition: 0.3s ease-in-out;
    fill: #ffffff;
}

.contact-slider__nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 30px;
    padding: 0px 30px;
    box-sizing: border-box;
}

@media screen and (max-width: 1275px) {
    .contact-slider__nav {
        bottom: 26px;
        padding: 0px 40px;
    }
}

.contact-slider__dots {
    width: 100%;
    height: 6px;
    position: relative;
}

.contact-slider__arrows {
    position: relative;
    display: flex;
    min-width: 80px;
    max-width: 80px;
    height: 32px;
    z-index: 9;
}

.contact-slider__pagination span {
    position: relative;
    width: 6px;
    height: 6px;
    background: #ffffff;
    opacity: 1;
    margin-right: 40px;
}

.contact-slider__pagination span:last-child {
    margin-right: 0px;
}

.contact-slider__pagination span.swiper-pagination-bullet-active:before {
    content: "";
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    position: absolute;
    display: block;
    top: 0px;
    bottom: 0px;
    left: -28px;
    right: -28px;
    margin: auto;
}

.personal-block-thanks {
    position: relative;
    width: 100%;
    padding: 20px 60px;
    background: #3A4643;
    border-radius: 12px;
}

@media screen and (max-width: 1024px) {
    .personal-block-thanks {
        min-height: 198px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

.personal-block-thanks__text {
    position: relative;
    z-index: 3;
    max-width: 500px;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
    .personal-block-thanks__text {
        max-width: 100%;
        font-size: 24px;
        line-height: 34px;
    }
}

.personal-block-thanks__image {
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

@media screen and (max-width: 1024px) {
    .personal-block-thanks__image {
        right: 0px;
        left: 0px;
        padding: 10px;
    }
}

.personal-block-thanks__image img {
    max-width: 100%;
}

@media screen and (max-width: 1024px) {
    .personal-block-thanks__image img {
        height: 100%;
    }
}

.personal-block-thanks__close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    background: #F4F5F6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    z-index: 3;
}

.personal-block-thanks__close:hover {
    background: #404656;
}

.personal-block-thanks__close:hover svg {
    fill: #ffffff;
}

.personal-block-thanks__close svg {
    width: 8px;
    height: 8px;
    fill: #404656;
    transition: 0.3s ease-in-out;
}

.personal-block-offers {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .personal-block-offers {
        margin-top: 40px;
    }
}

.personal-block-offers__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.personal-block-offers__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.02em;
    color: var(--site-main-title-color);
}

@media screen and (max-width: 1024px) {
    .personal-block-offers__title {
        font-size: 24px;
        line-height: 34px;
    }
}

.personal-block-offers__button {
    background: #FFFFFF;
    border-radius: 20px;
    max-width: 108px;
    width: 100%;
    height: 40px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: var(--site-main-button-background-color);
}

@media screen and (max-width: 1024px) {
    .personal-block-offers__button {
        font-size: 16px;
        line-height: 22px;
    }
}

.personal-block-offers__row {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 100%;
    margin: 40px -15px 0px;
}

.personal-block-offers__col {
    flex: 0 0 50%;
    padding: 0px 15px;
}

@media screen and (max-width: 767px) {
    .personal-block-offers__col {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .personal-block-offers__col:last-child {
        margin-bottom: 0px;
    }
}

.personal-block-type {
    margin-top: 120px;
    width: 100%;
    padding: 20px 40px;
    background: #C3C77F;
    border-radius: 12px;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .personal-block-type {
        min-height: 150px;
        margin-top: 60px;
    }
}

.personal-block-type__image {
    position: absolute;
    bottom: 0;
    right: 105px;
}

@media screen and (max-width: 1024px) {
    .personal-block-type__image {
        right: 25px;
        height: 100%;
        padding-top: 10px;
    }

    .personal-block-type__image img {
        height: 100%;
    }
}

.personal-block-type__content {
    max-width: 500px;
    width: 100%;
    padding-right: 30px;
    position: relative;
    z-index: 3;
}

.personal-block-type__title {
    font-weight: bold;
    font-size: 30px;
    line-height: 39px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 1024px) {
    .personal-block-type__title {
        font-size: 18px;
        line-height: 26px;
    }
}

.personal-block-type__text {
    margin-top: 5px;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 1024px) {
    .personal-block-type__text {
        font-size: 16px;
        line-height: 22px;
    }
}

.personal-block-type__button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F4F5F6;
    position: relative;
    z-index: 3;
}

.personal-block-type__button svg {
    fill: #F4F5F6;
}

.personal-block-advantages {
    margin-top: 60px;
    width: 100%;
    background: #F0E6DC;
    border-radius: 36px;
    padding: 40px 60px;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .personal-block-advantages {
        min-height: 640px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.personal-block-advantages__image {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media screen and (max-width: 767px) {
    .personal-block-advantages__image {
        bottom: 0;
        left: 0;
        right: 0;
    }
}

.personal-block-advantages__image img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.personal-block-advantages__content {
    position: relative;
    z-index: 2;
    max-width: 260px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.personal-block-advantages__element {
    margin-bottom: 20px;
    display: flex;
}

.personal-block-advantages__element:last-child {
    margin-bottom: 0px;
}

.personal-block-advantages__icon {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.personal-block-advantages__text {
    font-size: 14px;
    line-height: 18px;
    color: #404656;
}

.main-block-contacts {
    margin-top: 60px;
    background: #CCE7ED;
    border-radius: 36px;
    width: 100%;
    padding: 50px 60px 40px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .main-block-contacts {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        padding: 30px 20px;
    }
}

.main-block-contacts__image {
    position: absolute;
    right: 70px;
    bottom: 0px;
}

@media screen and (max-width: 767px) {
    .main-block-contacts__image {
        margin-top: 40px;
        position: relative;
        right: 0;
        order: 5;
        display: flex;
        justify-content: center;
    }

    .main-block-contacts__image img {
        max-height: 345px;
    }
}

.main-block-contacts__title {
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .main-block-contacts__title {
        font-size: 36px;
        line-height: 36px;
    }
}

@media screen and (max-width: 767px) {
    .main-block-contacts__title {
        order: 1;
    }
}

.main-block-contacts__post {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
    color: #777E90;
}

@media screen and (max-width: 1024px) {
    .main-block-contacts__post {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .main-block-contacts__post {
        order: 1;
    }
}

.main-block-contacts__data {
    margin: 30px 0px 20px;
}

@media screen and (max-width: 767px) {
    .main-block-contacts__data {
        order: 1;
    }
}

.main-block-contacts__element {
    margin-bottom: 10px;
    display: flex;
}

.main-block-contacts__element:last-child {
    margin-bottom: 0px;
}

.main-block-contacts__name {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    margin-right: 10px;
    color: #777E90;
}

@media screen and (max-width: 1024px) {
    .main-block-contacts__name {
        font-size: 16px;
        line-height: 22px;
    }
}

.main-block-contacts__value {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .main-block-contacts__value {
        font-size: 16px;
        line-height: 22px;
    }
}

.main-block-contacts__info {
    max-width: 280px;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #777E90;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 1024px) {
    .main-block-contacts__info {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .main-block-contacts__info {
        order: 1;
    }
}

.main-block-contacts__links {
    margin-top: 46px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 767px) {
    .main-block-contacts__links {
        margin-top: 0px;
        order: 6;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-bottom: -30px;
        background: #404656;
        justify-content: center;
        padding: 20px;
    }
}

.main-block-contacts__link {
    width: 40px;
    height: 40px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-block-contacts__link:last-child {
    margin-right: 0px;
}

.main-block-contacts__link img {
    max-width: 100%;
}

.basket-block-items {
    display: flex;
    flex-direction: column;
    /*@media screen and (max-width: 1024px){
    width: calc(100% + 68px);
    margin-left: -34px;
    margin-bottom: -40px;
  }*/
    /*&__container{
    margin-top: -36px;
    background: #FFFFFF;
    border-radius: 36px;
    padding: 60px 80px 22px;
    @media screen and (max-width: 1275px) {
      padding: 60px 60px 22px;
    }
    @media screen and (max-width: 1199px) {
      border-radius: 20px;
    }
    @media screen and (max-width: 1024px) {
      padding: 20px 30px 22px;
      border-radius: 27px;
    }
  }*/
}

.basket-block-items__header {
    width: 100%;
    background: #404656;
    padding: 40px 80px 76px;
    border-radius: 36px 36px 0px 0px;
    display: none;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1275px) {
    .basket-block-items__header {
        padding: 40px 60px 76px;
    }
}

@media screen and (max-width: 1199px) {
    .basket-block-items__header {
        width: calc(100% + 40px);
        margin-left: -20px;
        display: flex;
        padding: 20px 35px 20px;
        border-radius: 20px 20px 0px 0px;
        margin-top: -30px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .basket-block-items__header {
        flex-direction: column;
        justify-content: flex-start;
    }
}

.basket-block-items__button {
    max-width: 285px;
    width: 100%;
    background: #479275;
    border-radius: 12px;
    height: 60px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    padding: 0px 40px;
}

@media screen and (max-width: 1199px) {
    .basket-block-items__button {
        max-width: 240px;
        height: 50px;
        font-size: 16px;
        line-height: 16px;
        padding: 0px 20px;
    }
}

@media screen and (max-width: 767px) {
    .basket-block-items__button {
        max-width: 100%;
    }
}

.basket-block-items__button:hover {
    background: #3F8167;
}

.basket-block-items__button svg {
    margin-left: 16px;
    fill: #fff;
}

@media screen and (max-width: 1199px) {
    .basket-block-items__button svg {
        margin-left: 11px;
    }
}

.basket-block-items__section {
    border-top: 1px solid #C9CEDA;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 0px;
}

@media screen and (max-width: 1199px) {
    .basket-block-items__section {
        padding: 30px 0px;
    }
}

.basket-block-items__section_name {
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -0.02em;
    color: #404656;
}

@media screen and (max-width: 1199px) {
    .basket-block-items__section_name {
        font-size: 24px;
        line-height: 24px;
    }
}

.basket-block-items__clear {
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #404656;
    display: flex;
    align-items: center;
    text-decoration: underline;
    text-decoration-color: #479275;
    transition: 0.3s ease-in-out;
}

.basket-block-items__clear i {
    background: #777E90;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

.basket-block-items__clear i svg {
    fill: #ffffff;
}

.basket-block-items__clear:hover {
    text-decoration-color: #404656;
}

.basket-block-items__clear:hover i {
    background: #3F8167;
}

.basket-block-items__group {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .basket-block-items__group {
        width: 100%;
        margin-bottom: 20px;
    }
}

.basket-block-items__info {
    margin-right: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
    .basket-block-items__info {
        margin-right: 30px;
    }
}

.basket-block-items__info:last-child {
    margin-right: 0;
}

.basket-block-items__info-inline-flex {
    display: inline-flex;
    flex-direction: column;
}

.basket-block-items__name {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #777E90;
    margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
    .basket-block-items__name {
        font-size: 14px;
        line-height: 14px;
    }
}

.basket-block-items__value {
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    color: #FFFFFF;
}

@media screen and (max-width: 1199px) {
    .basket-block-items__value {
        font-size: 18px;
        line-height: 18px;
    }
}

.basket-block-items__value s {
    margin-left: 30px;
    color: #777E90;
    text-decoration-color: #3F8167;
}

@media screen and (max-width: 767px) {
    .basket-block-items__value s {
        margin-left: 5px;
    }
}

.basket-block-delivery {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.basket-block-delivery__group {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .basket-block-delivery__group {
        margin-bottom: 0;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
}

.basket-block-delivery__group:last-child {
    margin-bottom: 0px;
}

.basket-block-delivery__toggle {
    margin-top: 30px;
    width: 100%;
    display: none;
    flex-direction: column;
}

.basket-block-delivery__toggle.active {
    display: flex;
}

.basket-block-delivery__check {
    width: 100%;
    background: #E2EAE8;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1275px) {
    .basket-block-delivery__check {
        align-items: flex-start;
    }

    .basket-block-delivery__check .checkbox-2 {
        margin-top: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .basket-block-delivery__check {
        padding: 30px;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
        border-radius: 20px;
    }

    .basket-block-delivery__check .checkbox-2 {
        margin-top: 0px;
    }
}

.basket-block-delivery__text {
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #404656;
}

@media screen and (max-width: 1199px) {
    .basket-block-delivery__text {
        margin-left: 0px;
        margin-right: 30px;
        font-size: 18px;
        line-height: 26px;
    }
}

.basket-block-delivery__items {
    margin: 20px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.basket-block-delivery__info {
    max-width: 850px;
    width: 100%;
    margin: 40px auto;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #777E90;
}

@media (max-width: 1199px) {
    .basket-block-delivery__info {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 60px;
    }
}

.basket-block-delivery .text-block {
    margin-bottom: 0;
    border-radius: 12px;
    padding: 20px;
    font-size: 16px;
    line-height: 26px;
}

.basket-block-order {
    margin: 30px 0 0;
}

@media (max-width: 568px) {
    .basket-block-order {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}

@media (max-width: 1024px) {
    .basket-block-order__element:first-child {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .basket-block-order__element {
        width: 100%;
    }
}

.basket-block-order__content {
    position: relative;
    z-index: 2;
    background: #ffffff;
    border-radius: 36px;
    padding: 60px 80px;
}

@media (max-width: 1275px) {
    .basket-block-order__content {
        padding: 60px;
    }
}

@media (max-width: 1199px) {
    .basket-block-order__content {
        border-radius: 20px;
        padding: 30px 20px;
    }
}

.basket-block-order__content--mini {
    padding: 30px;
}

.basket-block-order__footer {
    position: relative;
    z-index: 1;
    margin-top: -36px;
    background: #404656;
    padding: 66px 32px 30px;
    border-radius: 0 0 36px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
    .basket-block-order__footer {
        border-radius: 0px 0px 20px 20px;
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .basket-block-order__footer {
        padding: 66px 20px 20px;
    }
}

.basket-block-order__footer--column {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.basket-block-order__footer--column .basket-block-order__icons {
    width: 100%;
}

.basket-block-order__rating {
    margin-right: 30px;
}

@media screen and (max-width: 1199px) {
    .basket-block-order__rating {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .basket-block-order__rating {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.basket-block-order__rating img {
    max-width: 100%;
}

.basket-block-order__icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 30px;
}

.basket-block-order__icons:last-child {
    margin-right: 0px;
}

@media screen and (max-width: 1199px) {
    .basket-block-order__icons {
        margin-right: 0px;
        margin-top: 30px;
    }

    .basket-block-order__icons:first-child {
        margin-top: 0px;
    }
}

.basket-block-order__pays {
    margin-left: 57px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .basket-block-order__pays {
        margin-left: 0px;
    }
}

.basket-block-order__icon {
    margin-right: 22.5px;
}

.basket-block-order__icon img {
    max-width: 100%;
}

.basket-block-order__icon:last-child {
    margin-right: 0px;
}

.basket-block-order__icon_2 {
    margin-right: 40px;
}

@media screen and (max-width: 767px) {
    .basket-block-order__icon_2 {
        margin-right: 25px;
    }
}

.basket-block-order__icon_2 img {
    max-width: 100%;
}

.basket-block-order__icon_2:last-child {
    margin-right: 0px;
}

.basket-block-order__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.02em;
    color: #404656;
    white-space: nowrap;
}

@media screen and (max-width: 1199px) {
    .basket-block-order__title {
        font-size: 24px;
        line-height: 34px;
    }
}

.basket-block-order__group {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
    .basket-block-order__group {
        padding: 30px 0px;
        border-top: 1px solid #C9CEDA;
        border-bottom: 1px solid #C9CEDA;
    }
}

.basket-block-order__info {
    margin-right: 30px;

    /*display: flex;*/
    /*flex-direction: row;*/
    /*flex-wrap: wrap;*/
    /*justify-content: flex-start;*/
    /*align-items: stretch;*/
    /*align-content: space-between;*/
}

@media screen and (max-width: 767px) {
    .basket-block-order__info {
        margin-right: 20px;
    }
}

.basket-block-order__info:last-child {
    margin-right: 0px;
}

@media screen and (max-width: 1199px) {
    .basket-block-order__info:last-child {
        flex-grow: 1;
    }

    .basket-block-order__info:last-child .basket-block-order__name {
        /*         text-align: right; */
    }

    .basket-block-order__info:last-child .basket-block-order__value {
        /*         text-align: right; */
    }
}

.basket-block-order__name {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #404656;
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .basket-block-order__name {
        font-size: 16px;
        line-height: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .basket-block-order__name--head {
        font-size: 16px;
        line-height: 16px;
    }
}

.basket-block-order__name--mb {
    margin-bottom: 20px;
}

.basket-block-order__value {
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    color: #777E90;
    display: flex;
    flex-direction: column;
}

.basket-block-order__value .basket-block-order__value--green {
    color: #3F8167;
}

@media screen and (max-width: 1199px) {
    .basket-block-order__value {
        font-size: 18px;
        line-height: 18px;
    }
}

.basket-block-order__value--black {
    color: #404656;
}

.basket-block-order__value--sale {
    color: var(--site-main-button-background-color);
}

.basket-block-order__value s {
    margin-top: -18px;
    font-size: 18px;
    line-height: 18px;
    text-decoration-color: #813f4b;
    color: #777E90;
}

.basket-block-order__text {
    margin-top: 35px;
    font-size: 12px;
    line-height: 16px;
    color: #404656;
}

@media screen and (max-width: 767px) {
    .basket-block-order__text {
        margin-top: 20px;
    }
}

.basket-block-order__head {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;
  align-items: center;*/
    border-bottom: 1px solid #C9CEDA;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
    .basket-block-order__head {
        border-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    .basket-block-order__head {
        align-items: flex-start;
        flex-direction: column;
    }
}

.basket-block-order__row {
    display: flex;
    border-bottom: 1px solid #C9CEDA;
    padding: 40px 0px;
}

@media screen and (max-width: 1199px) {
    .basket-block-order__row {
        padding: 20px 0px;
        flex-direction: column;
    }
}

.basket-block-order__row:first-child {
    padding-top: 0px;
}

.basket-block-order__row:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.basket-block-order__items {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 100%;
    margin: 0px -30px;
}

.basket-block-order__col {
    flex: 0 0 100%;
    padding: 0px 30px;
    margin-top: 30px;
}

@media screen and (max-width: 1024px) {
    .basket-block-order__col {
        margin-top: 38px;
        flex: 0 0 100%;
    }

    .basket-block-order__col:last-child .order-item {
        border-bottom: 0px;
        padding-bottom: 0px;
    }
}

.basket-block-order__element--group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .basket-block-order__element--group {
        justify-content: space-between;
    }
}

.basket-block-order__element--group .basket-block-order__title {
    margin-right: 30px;
}

@media (max-width: 1024px) {
    .basket-block-order__element--group .basket-block-order__title {
        margin-right: 10px;
    }
}

.basket-block-order__left {
    width: calc(100% - 440px);
    padding-right: 30px;
}

@media (max-width: 1199px) {
    .basket-block-order__left {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0px;
    }
}

.basket-block-order__right {
    max-width: 440px;
    width: 100%;
}

@media (max-width: 1199px) {
    .basket-block-order__right {
        max-width: 100%;
        width: 100%;
    }
}

.basket-block-order__buttons {
    flex-grow: 1;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 15px;
}

.basket-block-order__buttons:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .basket-block-order__buttons {
        flex-direction: column;
    }
}

.basket-block-order__button {
    height: 60px;
    border-radius: 12px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #fff;
    background: var(--site-additional-button-background-color);
    padding: 0 30px;
    white-space: nowrap;
}

.basket-block-order__button:hover {
    background: var(--site-additional-button-hover-background-color);
}

@media (max-width: 1024px) {
    .basket-block-order__button {
        height: 50px;
        font-size: 16px;
        line-height: 16px;
    }

    .basket-block-order__button svg {
        height: 24px;
    }
}

@media (max-width: 767px) {
    .basket-block-order__button {
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .basket-block-order__button:last-child {
        margin-bottom: 0px;
    }
}

.basket-block-order__button svg {
    margin-left: 15px;
    fill: #ffffff;
}

.basket-block-order__button--toggle {
    background: #E2EAE8;
    color: #3F8167;
}

.basket-block-order__button--toggle svg {
    fill: #3F8167;
}

.basket-block-order__button--toggle:hover {
    color: #ffffff;
}

.basket-block-order__button--toggle:hover svg {
    fill: #ffffff;
}

.basket-block-order__button--black {
    background: #000000;
    width: 100%;
    margin-bottom: 10px;
}

.basket-block-order__button--black:last-child {
    margin-bottom: 0px;
}

.basket-block-order__button--black svg {
    margin-left: 0px;
}

.basket-block-order__button--black:hover {
    background: #404656;
}

.basket-block-order__button--yellow {
    background: #F9CD32;
    width: 100%;
    margin-bottom: 10px;
}

.basket-block-order__button--yellow:last-child {
    margin-bottom: 0px;
}

.basket-block-order__button--yellow svg {
    margin-left: 0px;
}

.basket-block-order__button--yellow:hover {
    background: #FBC233;
}

.basket-block-order__button--gray {
    max-width: 300px;
    background: #777E90;
    margin-right: 15px;
}

@media screen and (max-width: 767px) {
    .basket-block-order__button--gray {
        max-width: 100%;
        margin-right: 0px;
    }
}

.basket-block-order__button--gray:last-child {
    margin-right: 0px;
}

.basket-block-order__button_2 {
    max-width: 170px;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    height: 40px;
    background: #E7EAEE;
    border-radius: 20px;
    color: #404656;
    padding: 0px 10px;
}

@media screen and (max-width: 1024px) {
    .basket-block-order__button_2 {
        font-size: 16px;
        line-height: 16px;
    }
}

.basket-block-order__button_2:hover {
    background: var(--site-main-button-hover-background-color);
    color: #ffffff;
}

.basket-block-order__block {
    margin-bottom: 40px;
    width: 100%;
}

@media (max-width: 767px) {
    .basket-block-order__block {
        margin-bottom: 20px;
    }
}

.basket-block-order__block:last-child {
    margin-bottom: 0;
}

.basket-block-order__block .basket-block-order__name {
    margin-bottom: 20px;
}

.basket-block-order__block .checkbox-2 {
    margin-bottom: 20px;
}

.basket-block-order__block .checkbox-2:last-child {
    margin-bottom: 0;
}

.basket-block-reviews {
    width: 100%;
    margin: 127px auto;
    display: flex;
    justify-content: center;
}

.basket-block-reviews img {
    max-width: 100%;
}

.basket-block-data {
    max-width: 1070px;
    width: 100%;
    margin: 60px auto 0px;
}

@media screen and (max-width: 1024px) {
    .basket-block-data {
        max-width: 525px;
        margin: 40px auto;
    }
}

.basket-block-data__row {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 100%;
    margin: 0px -10px 0px;
}

.basket-block-data__row:last-child {
    margin-bottom: 0px;
}

.basket-block-data__col {
    flex: 0 0 50%;
    padding: 0px 10px 20px;
}

@media screen and (max-width: 1024px) {
    .basket-block-data__col {
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 767px) {
    .basket-block-data__col {
        padding-bottom: 15px;
    }
}

.basket-block-data__col--custom {
    flex: 0 0 15%;
    padding: 0px 10px 20px;
}

@media screen and (max-width: 1024px) {
    .basket-block-data__col--custom {
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 767px) {
    .basket-block-data__col--custom {
        padding-bottom: 15;
    }
}

.basket-block-data__col--custom_2 {
    flex: 0 0 42.5%;
    padding: 0px 10px 20px;
}

@media screen and (max-width: 1024px) {
    .basket-block-data__col--custom_2 {
        flex: 0 0 100%;
    }
}

@media (max-width: 767px) {
    .basket-block-data__col--custom_2 {
        padding-bottom: 15px;
    }
}

.mobile-basket.opened .mini-basket {
    visibility: visible;
    opacity: 1;

    right: 0;
    transform: translateX(0);
}

.mini-basket {
    /*     display: block; */
    max-width: 460px;
    min-width: 460px;
    width: 100%;
    /*     position: absolute; */
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 35px 20px 20px;
    /*     z-index: 9; */
    /*     right: 0; */
    /*right: 0;*/
    /*     margin-top: 20px; */
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
    transition-delay: 0.3s;

    position: fixed;
    top: 0;
    right: -100%;
    /*bottom: 0;*/
    height: auto;
    max-height: 100%;
    z-index: 16000162;
    transform: translateX(-400px);

    display: flex;
    flex-direction: column;
}

@media (max-width: 568px) {
    #google-merchantwidget-iframe-wrapper {
        z-index: 16000159 !important;
    }
}

/*
.mini-basket::before {
    content: "";
    width: 74px;
    height: 18px;
    position: absolute;
    top: -18px;
    right: 90px;
    background: url("../img/mini-basket-arrow.svg") no-repeat;
}

.mini-basket::after {
    content: "";
    position: absolute;
    top: -40px;
    right: 0px;
    width: 100%;
    height: 40px;
}
*/

.mini-basket-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 21px;
    height: 21px;
    z-index: 999;
}

.mini-basket-close svg {
    width: 21px;
    height: 21px;
    fill: #777E90;
}

.mini-basket__items__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.02em;
    color: #404656;
    margin-bottom: 8px;
    align-self: flex-start;
    flex-shrink: 0;
    flex-grow: 0;
}

.mini-basket__items {
    display: flex;
    flex-direction: column;
    /*     max-height: 250px; */
    overflow-y: auto;
    scrollbar-color: #777E90 #F5F5F5;
    scrollbar-width: thin;
    overscroll-behavior: contain;
    flex-shrink: 1;
    flex-grow: 0;
}

.mini-basket__items::-webkit-scrollbar {
    appearance: none;
    width: 4px;
    height: 100%;
    border-radius: 8px;
    background-color: #F5F5F5;
}

.mini-basket__items::-webkit-scrollbar-track {
    border-radius: 8px;
}

.mini-basket__items::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #777E90;
}

.mini-basket__extra-items-block {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #777E90;
}

.mini-basket__extra-items__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.02em;
    color: #404656;
    text-align: left;
}

.mini-basket__extra-items__slider {
    position: relative;
    width: 100%;
    /*     margin-top: 10px; */
    overflow: hidden;
}

.mini-basket__extra-items__slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}

.mini-basket__extra-items__slider__prev {
    position: absolute;
    left: -10px;
    margin-right: 0;
}

.mini-basket__extra-items__slider__next {
    position: absolute;
    right: -10px;
    margin-left: 0;
}

.mini-basket__extra-items__slider-container .swiper-container {
    margin-bottom: 0;
}

.mini-basket__extra-items__slider-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: auto;
    width: calc((460px - 40px - 20px) / 2);
}

.mini-basket__extra-items__slider-item__image {
    width: 100%;
    height: 195px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/loading.gif") no-repeat;
    background-position: center;
}

.mini-basket__extra-items__slider-item__image img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    object-position: center center;
    object-fit: contain;
    background: #ffffff;
}

.mini-basket__extra-items__slider-item__name {
    height: auto;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #404656;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: 0.3s ease-in-out;
}

.mini-basket__extra-items__slider-item__name:hover {
    text-decoration-color: #404656;
    transition: 0.3s ease-in-out;
}

.mini-basket__extra-items__slider-item__size {
    margin-top: 5px;
    padding: 5px 10px;
    border-radius: 8px;
    border: 1px solid #777E90;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #777E90;
    align-self: flex-start;
}

.mini-basket__extra-items__slider-item__footer {
    margin-top: 12px;
    min-height: 40px;
    flex-grow: 1;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.mini-basket__extra-items__slider-item__sale_price {
    background: #F4F5F6;
    padding: 5px 10px;
    min-height: 40px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mini-basket__extra-items__slider-item__sale_price s {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #777E90;
    -webkit-text-decoration-color: #E92A32;
    text-decoration-color: #E92A32;
}

.mini-basket__extra-items__slider-item__sale_price span {
    display: block;
    margin-top: 5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 14px;
    color: #404656;
}

.mini-basket__extra-items__slider-item__price {
    background: #F4F5F6;
    min-height: 40px;
    padding: 5px 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 14px;
    color: #404656;
}

.mini-basket__extra-items__slider-item__button {
    position: relative;
    cursor: pointer;
    width: 60px;
    height: 40px;
    border-radius: 12px;
    background: var(--site-main-button-background-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease-in-out;
}

.mini-basket__extra-items__slider-item__button:hover {
    background: var(--site-main-button-hover-background-color);
}

.mini-basket__extra-items__slider-item__button-icon {

}

.mini-basket__extra-items__slider-item__button-icon-basket {
    display: inline-block;
}

.mini-basket__extra-items__slider-item__button-icon-basket svg {
    fill: #ffffff;
}

.mini-basket__footer {
    margin-top: 40px;
    width: 100%;
    background: #F4F5F6;
    border-radius: 12px;
    padding: 30px 10px 10px;
    flex-grow: 0;
    flex-shrink: 1;
}

.mini-basket__price {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #404656;
}

.mini-basket__price span {
    color: var(--site-main-button-background-color);
    margin-left: 10px;
}

.mini-basket__text {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #404656;
}

.mini-basket__text span {
    font-size: 18px;
    line-height: 18px;
    color: #3F8167;
    margin-left: 10px;
}

.mini-basket__buttons {
    margin-top: 30px;
    display: flex;
}

.mini-basket__button {
    width: 100%;
    height: 60px;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    background: var(--site-main-button-background-color);
    border-radius: 12px;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.mini-basket__button:hover {
    background: var(--site-main-button-hover-background-color);
}

.mini-basket__button-icon-basket {
    display: none;
}

.mini-basket__button-text {
    display: inline-block;
}

.mini-basket__button-text-mobile {
    display: none;
}

@media screen and (max-width: 459px) {
    .mini-basket {
        max-width: 100vw;
        min-width: 100vw;
        padding-bottom: 0;
    }

    .mini-basket__extra-items__slider-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .mini-basket__extra-items__slider__prev {
        left: 0;
    }

    .mini-basket__extra-items__slider__next {
        right: 0;
    }

    .mini-basket__extra-items__slider-item {
        /*         width: calc(100vw - 40px - 20px) !important; */
    }

    .mini-basket__extra-items__slider-item__image {
        height: 164px;
    }

    .mini-basket__extra-items__slider-item__sale_price,
    .mini-basket__extra-items__slider-item__price {
        margin-right: 10px;
    }

    .mini-basket__footer {
        margin-top: 30px;
        margin-left: -20px;
        margin-right: -20px;
        width: 100vw;
        border-radius: 0;
        padding: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }

    .mini-basket__price {
        text-align: left;
        margin-right: 20px;
    }

    .mini-basket__price span {
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }

    .mini-basket__buttons {
        margin-top: 0;
    }

    .mini-basket__button {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mini-basket__button-icon-basket {
        display: inline-block;
        margin-right: 10px;
    }

    .mini-basket__button-icon-basket svg {
        fill: #ffffff;
    }

    .mini-basket__button-text {
        display: none;
    }

    .mini-basket__button-text-mobile {
        display: inline-block;
        white-space: nowrap;
    }
}

.benefit {
    width: 100%;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1275px) {
    .benefit {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 568px) {
    .benefit {
        max-width: 275px;
        flex-direction: row;
        align-items: center;
        margin-right: 0px;
        margin-bottom: 11px;
    }

    .benefit:last-child {
        margin-bottom: 0px;
    }
}

.benefit:last-child {
    margin-right: 0px;
}

.benefit__icon {
    margin-right: 15px;
    min-width: 40px;
    max-width: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1275px) {
    .benefit__icon {
        margin-bottom: 12px;
        margin-right: 0px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 568px) {
    .benefit__icon {
        max-width: 34px;
        min-width: 34px;
        margin-right: 15px;
        margin-bottom: 0px;
    }
}

.benefit__icon img {
    max-width: 100%;
}

.benefit__text {
    font-size: 14px;
    line-height: 18px;
    color: #404656;
}

@media screen and (max-width: 1275px) {
    .benefit__text {
        font-size: 12px;
        line-height: 14px;
    }
}

.guides-block {
    background: #EEE2D5;
    padding: 50px 60px 60px;
    border-radius: 36px;
    margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
    .guides-block {
        border-radius: 20px;
    }
}

@media screen and (max-width: 767px) {
    .guides-block {
        padding: 20px;
    }
}

.guides-block__title {
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .guides-block__title {
        font-size: 36px;
        line-height: 50px;
    }
}

.guides-block__content {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .guides-block__content {
        margin: 40px 0px;
    }
}

.guides-block__element {
    display: flex;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .guides-block__element {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .guides-block__element:last-child {
        margin-bottom: 0px;
    }
}

.guides-block__name_block {
    max-width: 200px;
    width: 100%;
}

.guides-block__name {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #404656;
}

.guides-block__desc {
    margin-top: 15px;
    font-size: 12px;
    line-height: 16px;
    color: #777E90;
}

.guides-block__info_block {
    width: calc(100% - 200px);
    padding-left: 40px;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .guides-block__info_block {
        margin-top: 20px;
        padding-left: 0px;
    }
}

.guides-block__info {
    margin-bottom: 40px;
}

.guides-block__info:last-child {
    margin-bottom: 0px;
}

.guides-block__text {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #777E90;
}

@media screen and (max-width: 1024px) {
    .guides-block__text {
        font-size: 16px;
        line-height: 22px;
    }
}

.guides-block__text_2 {
    margin-top: 5px;
    font-size: 18px;
    line-height: 26px;
    color: #777E90;
}

@media screen and (max-width: 1024px) {
    .guides-block__text_2 {
        font-size: 16px;
        line-height: 22px;
    }
}

.image-block img {
    max-width: 800px;
    width: 100%;
}

.video-block {
    margin: 60px 0px;
    width: 100%;
    position: relative;
}

.video-block__image {
    position: absolute;
    z-index: 1;
    bottom: 0;
}

@media screen and (max-width: 1024px) {
    .video-block__image {
        display: none;
    }
}

.video-block__image--left {
    left: -150px;
}

.video-block__image--right {
    right: -120px;
}

.video-block__content {
    width: 100%;
    height: 480px;
    background: #000000;
    position: relative;
    z-index: 2;
}

.video-block__content * {
    width: 100%;
    height: 100%;
}

.element-disvisibility {
    visibility: hidden;
}

.sticky {
    position: sticky;
    top: 185px;
}

.info-text {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #777E90;
    margin: 60px 0px;
}

.info-text--center {
    text-align: center;
}

.trade-text {
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    color: #777E90;
}

@media screen and (max-width: 1199px) {
    .trade-text {
        font-size: 24px;
        line-height: 34px;
    }
}

@media screen and (max-width: 767px) {
    .trade-text {
        margin-bottom: 60px;
    }
}

.trade-text p {
    margin: 40px 0px;
}

.trade-text p:first-child {
    margin-top: 0px;
}

.trade-text p:last-child {
    margin-bottom: 0px;
}

.contacts-info {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contacts-info__element {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    color: #777E90;
}

.contacts-info__element:last-child {
    margin-bottom: 0px;
}

.contacts-info__element a {
    margin: 0px 10px;
    color: #404656;
}

.delivery-info {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 100%;
    margin: 60px -10px;
}

.delivery-info .delivery-item {
    flex: 0 0 25%;
    margin: 0px;
    padding: 0px 10px;
}

.trade-info {
    display: flex;
    margin-bottom: 40px;
}

.trade-info:last-child {
    margin-bottom: 0px;
}

.trade-info__icon {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trade-info__icon img {
    max-width: 80px;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .trade-info__icon {
        min-width: 40px;
        max-width: 40px;
        height: 40px;
    }
}

.trade-info__text {
    margin-left: 30px;
    font-size: 24px;
    line-height: 34px;
    color: #777E90;
}

@media screen and (max-width: 1199px) {
    .trade-info__text {
        font-size: 14px;
        line-height: 18px;
    }
}

.images-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.images-content img {
    margin-right: 40px;
    max-width: 100%;
}

.text-content table {
    border: 0px;
    font-size: 18px;
    line-height: 26px;
    color: #777E90;
}

@media screen and (max-width: 1024px) {
    .text-content table {
        font-size: 16px;
        line-height: 22px;
    }
}

.text-content table tbody tr:nth-child(2n+1) {
    background: #e4e4e4;
}

.text-content table td {
    padding: 5px 15px;
    vertical-align: baseline;
}

.text-content table a {
    word-break: break-word;
}

.text-content p {
    font-size: 18px;
    line-height: 26px;
    color: #777E90;
    margin: 10px 0px 20px;
}

@media screen and (max-width: 1024px) {
    .text-content p {
        font-size: 16px;
        line-height: 22px;
    }
}

.text-content p:first-child {
    margin-top: 0px;
}

.text-content p span {
    font-size: 12px;
    line-height: 16px;
    color: #777E90;
}

.text-content ol {
    margin: 20px 0px;
    padding-left: 20px;
}

.text-content ol:first-child {
    margin-top: 0px;
}

.text-content ol:last-child {
    margin-bottom: 0px;
}

.text-content ol li {
    list-style: inherit;
    font-size: 18px;
    line-height: 26px;
    color: #777E90;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

@media (max-width: 1024px) {
    .text-content ol li {
        font-size: 16px;
        line-height: 22px;
    }
}

.text-content ol li:last-child {
    margin-bottom: 0;
}

.text-content ol li::marker {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: var(--site-additional-text-color);
    margin-left: -10px;
}

.text-content ol li ol {
    width: 100%;
    padding-left: 33px;
    margin: 20px 0 40px;
}

.text-content ol li ol:first-child {
    margin-top: 20px;
}

.text-content ol li ol:last-child {
    margin-bottom: 40px;
}

.text-content ol li ol li {
    list-style: lower-latin;
    display: list-item;
    padding-left: 0;
}

.text-content ol li ol li::marker {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #777E90;
    margin-right: 7px;
}

@media screen and (max-width: 1024px) {
    .text-content ol li ol li::marker {
        font-size: 16px;
        line-height: 22px;
    }
}

.text-content ul {
    margin: 20px 0px;
}

.text-content ul:first-child {
    margin-top: 0px;
}

.text-content ul:last-child {
    margin-bottom: 0px;
}

.text-content ul li {
    font-size: 18px;
    line-height: 26px;
    color: #777E90;
    margin-bottom: 15px;
    display: flex;
}

@media screen and (max-width: 1024px) {
    .text-content ul li {
        font-size: 16px;
        line-height: 22px;
    }
}

.text-content ul li:last-child {
    margin-bottom: 0px;
}

.text-content ul li:before {
    content: "";
    min-width: 10px;
    max-width: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--site-additional-text-color);
    margin-right: 10px;
    margin-top: 5px;
}

.text-content h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.02em;
    color: #404656;
    margin: 60px 0px 20px;
}

@media screen and (max-width: 1024px) {
    .text-content h2 {
        font-size: 24px;
        line-height: 34px;
    }
}

@media screen and (max-width: 767px) {
    .text-content h2 {
        margin: 40px 0px 20px;
    }
}

.text-content h2:first-child {
    margin-top: 0px;
}

.text-content h2:last-child {
    margin-bottom: 0px;
}

.text-content h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #404656;
    margin: 60px 0px 20px;
}

@media screen and (max-width: 1024px) {
    .text-content h3 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width: 767px) {
    .text-content h3 {
        margin: 40px 0px 20px;
    }
}

.text-content h3:first-child {
    margin-top: 0px;
}

.text-content h3:last-child {
    margin-bottom: 0px;
}

.text-content h4 {
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #404656;
    margin: 5px 0px;
}

@media screen and (max-width: 1024px) {
    .text-content h4 {
        font-size: 16px;
        line-height: 22px;
    }
}

.text-content h4:first-child {
    margin-top: 0px;
}

.text-content h4:last-child {
    margin-bottom: 0px;
}

.text-content .row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex: 1 1 100%;
    margin: 40px -15px 30px;
}

.text-content .col {
    flex: 0 0 50%;
    padding: 0px 15px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.text-content .col p,
.text-content .col h4 {
    margin: 0;
}

.text-content hr {
    width: 100%;
    border-bottom: 1px solid #777E90;
    margin: 20px 0px;
}

.text-content hr:first-child {
    margin-top: 0px;
}

.text-content hr:last-child {
    margin-bottom: 0px;
}

.color-green {
    color: #3F8167;
}

.color-green * {
    color: #3F8167;
}

.color-gray * {
    color: #C9CEDA;
}

.prices {
    margin-top: -10px;
    width: 100%;
    border: 1px solid #777E90;
    border-radius: 12px;
}

.prices__title {
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #777e90;
    padding: 10px;
    border-bottom: 1px solid #777E90;
}

.prices__content {
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.prices__element {
    display: flex;
    margin-bottom: 5px;
}

.prices__element:last-child {
    margin-bottom: 0px;
}

.prices__val {
    min-width: 70px;
    color: #813f4b;
    margin-right: 10px;
}

.prices__text {
    color: #404656;
}

.trade-register-link {
    position: relative;
    width: 100%;
    border-radius: 36px;
    padding: 60px 65px;
    overflow: hidden;
    background: #000;
}

@media screen and (max-width: 1024px) {
    .trade-register-link {
        margin-bottom: 60px;
        padding: 40px 20px 20px;
    }
}

@media screen and (max-width: 767px) {
    .trade-register-link {
        margin-bottom: 40px;
    }
}

.trade-register-link__image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.trade-register-link__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trade-register-link__title {
    position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
    .trade-register-link__title {
        font-size: 24px;
        line-height: 34px;
        max-width: 305px;
        margin: 0px auto;
    }
}

.trade-register-link__text {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
    .trade-register-link__text {
        font-size: 16px;
        line-height: 22px;
    }
}

.trade-register-link__button {
    position: relative;
    z-index: 2;
    margin: 74px auto 0px;
    max-width: 290px;
    height: 60px;
    text-align: center;
    letter-spacing: -0.02em;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    background: #3F8167;
    border-radius: 12px;
}

@media screen and (max-width: 1024px) {
    .trade-register-link__button {
        font-size: 16px;
        line-height: 16px;
        height: 50px;
    }
}

.trade-element {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #000000;
    border-radius: 20px;
    padding: 40px 30px 30px 30px;
}

@media screen and (max-width: 1024px) {
    .trade-element {
        padding: 20px;
    }
}

.trade-element__image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.trade-element__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}

.trade-element__title {
    position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    color: #FFFFFF;
}

@media (max-width: 1024px) {
    .trade-element__title {
        font-size: 24px;
        line-height: 34px;
    }
}

.trade-element__text {
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

@media (max-width: 1024px) {
    .trade-element__text {
        font-size: 16px;
        line-height: 22px;
    }
}

.trade-element__button {
    position: relative;
    z-index: 2;
    margin-top: 32px;
    max-width: 113px;
    height: 30px;
    border-radius: 18px;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: var(--site-main-button-text-color);
    background: var(--site-main-button-background-color);
}

@media (max-width: 1024px) {
    .trade-element__button {
        font-size: 16px;
        line-height: 22px;
    }
}

.trade-element__button:hover {
    background: var(--site-main-button-hover-background-color);
}

.banners-block {
    position: relative;
    width: 100%;
    background: #ffffff;
    border-radius: 32px;
    padding: 20px;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .banners-block {
        width: calc(100% + 68px);
        margin-left: -34px;
    }
}

@media (max-width: 568px) {
    .banners-block {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 15px;
    }
}

.banners-block--mobile {
    display: none;
}

@media (max-width: 1275px) {
    .banners-block--mobile {
        display: block;
    }
}

.banners-block--desktop {
    display: block;
}

@media (max-width: 1275px) {
    .banners-block--desktop {
        display: none;
    }
}

@media (max-width: 1275px) {
    .banners-block--desktop.banners-block--mobile {
        display: block;
    }
}

.banners-block__close {
    cursor: pointer;
    position: absolute;
    z-index: 3;
    right: 15px;
    top: 15px;
    transition: 0.2s ease-in-out;
    width: 22px;
    height: 22px;
    background: #F4F5F6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banners-block__close svg {
    fill: #404656;
    transition: 0.2s ease-in-out;
}

.banners-block__close:hover {
    background: #404656;
}

.banners-block__close:hover svg {
    fill: #ffffff;
}

.banners-block__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

@media (max-width: 1275px) {
    .banners-block__row {
        display: none;
    }
}

.banners-block__col {
    display: flex;
    flex: 0 0 50%;
    padding: 0px 10px;
}

.banners-block__element {
    width: 100%;
    height: 300px;
    display: block;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.banners-block__element img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banners-block__element:hover {
    box-shadow: 0px 4px 16px rgba(64, 70, 86, 0.25);
}

.banners-block__mobile {
    display: none;
}

@media (max-width: 1275px) {
    .banners-block__mobile {
        display: block;
    }
}

.banners-block__mobile img {
    width: 100%;
    border-radius: 12px;
}

.contact-form {
    max-width: 1070px;
    width: 100%;
    margin: 80px auto 0px;
    background: #ffffff;
    border-radius: 36px;
    padding: 50px 60px 60px;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .contact-form {
        border-radius: 20px;
        padding: 40px 20px;
        margin-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .contact-form {
        margin-top: 40px;
    }
}

.contact-form--green {
    background: #3A4643;
}

.contact-form--green .contact-form__title {
    color: #FFFFFF;
}

.contact-form--green .poly-block__name {
    color: #C9CEDA;
}

.contact-form--green .poly-block textarea,
.contact-form--green .poly-block input {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.contact-form--green .poly-block textarea::placeholder,
.contact-form--green .poly-block input::placeholder {
    color: #777E90;
}

.contact-form--green .checkbox-2__check, .contact-form--green .checkbox-2__textlink {
    color: #C9CEDA;
}

.contact-form--green .checkbox-2__check a, .contact-form--green .checkbox-2__textlink a {
    color: #C9CEDA;
}

.contact-form__image {
    position: absolute;
    top: -60px;
    right: -60px;
}

@media screen and (max-width: 1024px) {
    .contact-form__image {
        display: none;
    }
}

.contact-form__title {
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .contact-form__title {
        font-size: 36px;
        line-height: 36px;
        text-align: center;
    }
}

.contact-form__desc {
    max-width: 790px;
    margin-top: 40px;
    font-size: 18px;
    line-height: 26px;
    color: #777E90;
}

@media screen and (max-width: 1024px) {
    .contact-form__desc {
        font-size: 16px;
        line-height: 22px;
        max-width: 100%;
        margin-top: 20px;
    }
}

.contact-form__row {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 100%;
    margin: 60px -10px 0px;
}

.contact-form__col {
    flex: 0 0 50%;
    padding: 0px 10px;
}

@media screen and (max-width: 767px) {
    .contact-form__col {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .contact-form__col:last-child {
        margin-bottom: 0px;
    }
}

.contact-form__button {
    width: 100%;
    margin-top: 20px;
    height: 60px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    background: var(--site-main-button-background-color);
    border-radius: 12px;
}

@media screen and (max-width: 767px) {
    .contact-form__button {
        height: 50px;
        font-size: 16px;
        line-height: 16px;
    }
}

.contact-form__button:hover {
    background: var(--site-main-button-hover-background-color);
}

.contact-form .poly-block {
    margin-bottom: 30px;
}

.contact-form .poly-block:last-child {
    margin-bottom: 0px;
}

.contact-form .poly-block__name {
    margin-bottom: 15px;
}

.contact-form .poly-block.check {
    margin-top: 67px;
}

@media screen and (max-width: 767px) {
    .contact-form .poly-block.check {
        margin-top: 0px;
    }
}

@media screen and (max-width: 1024px) {
    .contact-form .checkbox-2__check, .contact-form .checkbox-2__textlink {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 1024px) {
    .contact-form .checkbox-2__check a, .contact-form .checkbox-2__textlink a {
        font-size: 16px;
        line-height: 22px;
    }
}

.trade-form {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 60px 60px 40px;
    background: #FFFFFF;
    border-radius: 36px;
    margin: 0px auto;
}

@media screen and (max-width: 1024px) {
    .trade-form {
        padding: 20px;
    }
}

.trade-form__row {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 100%;
    margin: 0px -10px;
}

.trade-form__col {
    flex: 0 1 33.33%;
    padding: 0px 10px 20px;
}

@media screen and (max-width: 767px) {
    .trade-form__col {
        flex: 0 0 100%;
    }
}

.trade-form__title {
    margin-top: 80px;
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #404656;
}

@media screen and (max-width: 1024px) {
    .trade-form__title {
        margin-top: 20px;
        font-size: 24px;
        line-height: 34px;
    }
}

.trade-form__desc {
    margin: 40px 0px 60px;
    font-size: 18px;
    line-height: 26px;
    color: #777E90;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .trade-form__desc {
        margin: 40px 0px 20px;
        font-size: 16px;
        line-height: 22px;
    }
}

.trade-form__check {
    display: flex;
    justify-content: center;
    margin: 20px auto 60px;
}

.trade-form__button {
    margin: 20px auto;
    max-width: 290px;
    height: 60px;
    background: var(--site-main-button-background-color);
    border-radius: 12px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
    .trade-form__button {
        height: 50px;
        font-size: 16px;
        line-height: 16px;
    }
}

.trade-form__button:hover {
    background: var(--site-main-button-hover-background-color);
}

.trade-form__text {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #282D3A;
}

.trade-form__text a {
    color: #282D3A;
    text-decoration: underline;
}

.trade-form__text a:hover {
    text-decoration: none;
}

.trade-form__result {
    max-width: 1070px;
    width: 100%;
    padding: 60px 60px 40px;
    background: #FFFFFF;
    border-radius: 36px;
    margin: 0px auto 60px;
    font-size: 18px;
    line-height: 26px;
    color: #404656;
}

.trade-form__result.error {
    color: #813F4B;
}

.p-relative {
    position: relative;
}
