/** var root**/
/** breakpoints **/
/** spacing margin padding **/

.block-section ul {
    list-style: none;
}

.block-section ul li {
    font-size: 14px;
    line-height: 142%;
    position: relative;
    padding-left: 24px;
}

.block-section ul li::before {
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    content: '';
    background: #3B95FF;
    border-radius: 100%;
    top: 7px;
}

.block-section *:not(:last-child) {
    margin-bottom: 20px;
}

.block-section li:not(:last-child) {
    margin-bottom: 10px;
}

.head__section {
    padding-top: 16px;
}

.head__section_about {
    padding-top: 32px;
}

.head__slider-item {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}

.head__slider-item-inner {
    position: relative;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    min-height: 584px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.head__slider-item-inner:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 457px;
    background: -webkit-linear-gradient(90.47deg, #1D1F50 0.39%, rgba(29, 31, 80, 0) 98.75%);
    background: -o-linear-gradient(90.47deg, #1D1F50 0.39%, rgba(29, 31, 80, 0) 98.75%);
    background: linear-gradient(359.53deg, #1D1F50 0.39%, rgba(29, 31, 80, 0) 98.75%);
}

.head__slider-item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.head__content {
    max-width: 464px;
    position: relative;
    z-index: 2;
}

.head__title {
    margin-bottom: 16px;
}

.head__text {
    margin-bottom: 24px;
}

.head__slider:not(.slick-initialized) .head__slider-item {
    display: none;
}

.head__slider:not(.slick-initialized) .head__slider-item:first-of-type {
    display: block;
}

@media (max-width: 576px) {
    .head__section .container.container_xl {
        padding-left: 8px;
        padding-right: 8px;
    }

    .head__section_about {
        padding-top: 34px;
    }

    .head__slider-item-inner {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 24px;
    }

    .head__slider-item-inner .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.stats__section {
    padding-top: 69px;
}

.stats__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
}

.stats__col {
    width: calc((100% / 4) - 12px);
}

.stats__row--half {
    margin-top: 32px;
}

.stats__row--half .stats__col {
    width: calc((100% / 2) - (16px / 2));
}

.stats__item {
    padding: 34px 24px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.stats__num {
    margin-bottom: 8px;
}

@media (max-width: 992px) {
    .stats__section {
        padding-top: 62px;
    }
}

@media (max-width: 576px) {
    .stats__section {
        padding-top: 56px;
    }

    .stats__col {
        width: calc((100% / 2) - (16px / 2));
    }

    .stats__numb {
        margin-bottom: 4px;
    }

    .stats__item {
        padding: 8px 8px 12px 16px;
    }
}

.categories__section {
    padding-top: 124px;
}

.categories__title {
    margin-bottom: 32px;
}

.categories__button {
    margin-top: 48px;
}

.categories__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.categories__col {
    margin-top: 16px;
    width: calc(50% - 8px);
    margin-right: 16px;
}

.categories__col:nth-of-type(even) {
    margin-right: 0;
}

.categories__item {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 24px;
    min-height: 88px;
    -webkit-transition: var(--kmnd-transition);
    -o-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
}

.categories__item:hover {
    background: var(--kmnd-body-background-accent);
}

.categories__item:hover .categories__name {
    color: var(--kmnd-body-color-primary-inverted);
}

.categories__item:hover .categories__arrow {
    background: var(--kmnd-body-color-secondary-inverted);
    border: solid 1px var(--kmnd-body-color-secondary-inverted);
}

.categories__name {
    -webkit-transition: var(--kmnd-transition);
    -o-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
    margin-bottom: 0 !important;
}

.categories__arrow {
    pointer-events: none;
    background: transparent;
}

.categories__arrow path {
    fill: #3B95FF;
}

.categories__item:hover .categories__arrow {
    background: #fff;
    border: 1px solid #fff;
}

@media (max-width: 992px) {
    .categories__section {
        padding-top: 94px;
    }
}

@media (max-width: 576px) {
    .categories__section {
        padding-top: 64px;
    }

    .categories__title {
        margin-bottom: 24px;
    }

    .categories__button {
        margin-top: 32px;
    }

    .categories__row {
        display: block;
    }

    .categories__col {
        width: 100%;
        margin-right: 0;
        margin-top: 8px;
    }

    .categories__item {
        min-height: 72px;
    }
}

.content__section {
    padding-top: 124px;
}

.content__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content__row_reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.content__col {
    width: calc(50% - 32px);
}

.content__image {
    display: block;
    width: 100%;
    height: auto;
}

.content__title {
    margin-bottom: 28px;
}

.content__text {
    margin-bottom: 32px;
}

@media (max-width: 992px) {
    .content__section {
        padding-top: 94px;
    }
}

@media (max-width: 576px) {
    .content__section {
        padding-top: 64px;
    }

    .content__row {
        display: block;
    }

    .content__col {
        width: 100%;
    }

    .content__title {
        margin-bottom: 32px;
    }

    .content__image, .content__video {
        margin-bottom: 24px;
    }

    .content__text {
        text-align: center;
    }

    .content__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.services__section {
    padding-top: 124px;
}

.services__title {
    margin-bottom: 48px;
}

.services__slider-wrapper {
    position: relative;
}

.services__slider-wrapper .slider__slider:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.services__slider-wrapper .slider__slider:not(.slick-initialized) .services__slider-item {
    width: calc((100% - 16px - 16px) / 3);
    margin-right: 16px;
    display: none;
}

.services__slider-wrapper .slider__slider:not(.slick-initialized) .services__slider-item:nth-of-type(3n+3) {
    margin-right: 0;
}

.services__slider-wrapper .slider__slider:not(.slick-initialized) .services__slider-item:nth-of-type(1), .services__slider-wrapper .slider__slider:not(.slick-initialized) .services__slider-item:nth-of-type(2), .services__slider-wrapper .slider__slider:not(.slick-initialized) .services__slider-item:nth-of-type(3) {
    display: block;
}

.services__slider-wrapper .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.services__slider-wrapper .slick-slide {
    margin-left: 8px;
    margin-right: 8px;
    height: inherit !important;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.services__slider-wrapper .slick-slide.slick-active {
    opacity: 1;
}

.services__slider-wrapper .slick-list {
    margin-left: -8px;
    margin-right: -8px;
}

.services__slider-item {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}

.services__slider-arrow {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.services__slider-arrow_prev {
    left: -56px;
}

.services__slider-arrow_next {
    right: -56px;
}

.services__button {
    margin-top: 48px;
}

@media (max-width: 1200px) {
    .services__slider-arrow_prev {
        left: -24px;
    }

    .services__slider-arrow_next {
        right: -24px;
    }
}

@media (max-width: 992px) {
    .services__section {
        padding-top: 94px;
    }

    .services__slider-arrow {
        display: none;
    }

    .services__slider-wrapper_wide {
        width: 140vw;
    }
}

@media (max-width: 576px) {
    .services__section {
        padding-top: 64px;
    }

    .services__title {
        margin-bottom: 32px;
    }

    .services__slider-wrapper {
        width: 670px;
    }

    .services__slider-wrapper_wide {
        width: 620px;
    }

    .services__slider .slick-slide {
        margin-left: 4px;
        margin-right: 4px;
    }

    .services__slider .slick-list {
        margin-left: -4px;
        margin-right: -4px;
    }

    .services__button {
        margin-top: 32px;
    }
}

@media (max-width: 320px) {
    .services__slider-wrapper {
        width: 580px;
    }
}

.gallery__section {
    padding-top: 124px;
}

.gallery__title {
    margin-bottom: 48px;
}

.gallery__video {
    margin-bottom: 48px;
}

.gallery__slider-wrapper {
    width: 120vw;
    margin-left: -10vw;
}

.gallery__slider:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gallery__slider:not(.slick-initialized) .gallery__slider-item {
    width: calc((100% - 16px - 16px - 16px - 16px - 16px) / 6);
    margin-right: 16px;
    display: none;
}

.gallery__slider:not(.slick-initialized) .gallery__slider-item:nth-of-type(6n+6) {
    margin-right: 0;
}

.gallery__slider:not(.slick-initialized) .gallery__slider-item:nth-of-type(1), .gallery__slider:not(.slick-initialized) .gallery__slider-item:nth-of-type(2), .gallery__slider:not(.slick-initialized) .gallery__slider-item:nth-of-type(3), .gallery__slider:not(.slick-initialized) .gallery__slider-item:nth-of-type(4), .gallery__slider:not(.slick-initialized) .gallery__slider-item:nth-of-type(5), .gallery__slider:not(.slick-initialized) .gallery__slider-item:nth-of-type(6) {
    display: block;
}

.gallery__slider .slick-slide {
    margin-left: 8px;
    margin-right: 8px;
}

.gallery__slider .slick-list {
    margin-left: -8px;
    margin-right: -8px;
}

.gallery__slider-item {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}

.gallery__slider-item img {
    display: block;
    height: auto;
    width: 100%;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
}

@media (max-width: 992px) {
    .gallery__section {
        padding-top: 92px;
    }
}

@media (max-width: 576px) {
    .gallery__section {
        padding-top: 64px;
    }

    .gallery__title {
        margin-bottom: 32px;
    }

    .gallery__video {
        margin-bottom: 32px;
    }

    .gallery__slider-wrapper {
        margin-left: 0;
        width: 100vw;
    }

    .gallery__slider .slick-slide {
        margin-left: 4px;
        margin-right: 4px;
    }

    .gallery__slider .slick-list {
        margin-left: -4px;
        margin-right: -4px;
    }
}

.faq__section {
    padding-top: 124px;
}

.faq__title {
    margin-bottom: 44px;
}

@media (max-width: 992px) {
    .faq__section {
        padding-top: 92px;
    }
}

@media (max-width: 576px) {
    .faq__section {
        padding-top: 64px;
    }

    .faq__title {
        margin-bottom: 32px;
    }
}

.partners__section {
    padding-top: 124px;
    padding-bottom: 124px;
}

.partners__title {
    margin-bottom: 48px;
}

.partners__slider:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partners__slider:not(.slick-initialized) .partners__slider-item {
    width: calc((100% - 16px - 16px - 16px - 16px - 16px - 16px - 16px) / 8);
    margin-right: 16px;
    display: none;
}

.partners__slider:not(.slick-initialized) .partners__slider-item:nth-of-type(8n+8) {
    margin-right: 0;
}

.partners__slider:not(.slick-initialized) .partners__slider-item:nth-of-type(1), .partners__slider:not(.slick-initialized) .partners__slider-item:nth-of-type(2), .partners__slider:not(.slick-initialized) .partners__slider-item:nth-of-type(3), .partners__slider:not(.slick-initialized) .partners__slider-item:nth-of-type(4), .partners__slider:not(.slick-initialized) .partners__slider-item:nth-of-type(5), .partners__slider:not(.slick-initialized) .partners__slider-item:nth-of-type(6), .partners__slider:not(.slick-initialized) .partners__slider-item:nth-of-type(7), .partners__slider:not(.slick-initialized) .partners__slider-item:nth-of-type(8) {
    display: block;
}

.partners__slider .slick-slide {
    margin-left: 8px;
    margin-right: 8px;
}

.partners__slider .slick-list {
    margin-left: -8px;
    margin-right: -8px;
}

.partners__slider-item {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}

.partners__slider-item > * {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 112px !important;
    margin: 0;
    -webkit-transition: var(--kmnd-transition);
    -o-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.partners__slider-item > *:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

@media (max-width: 992px) {
    .partners__section {
        padding-top: 92px;
        padding-bottom: 64px;
    }

    .partners__slider-item > * {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }
}

@media (max-width: 576px) {
    .partners__section {
        padding-top: 64px;
        padding-bottom: 48px;
    }

    .partners__title {
        margin-bottom: 32px;
    }
}

.search__section {
    padding-top: 32px;
    padding-bottom: 120px;
}

.search__search {
    margin: 0 auto 46px;
}

.search__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 8px 0;
    border-top: 1px solid var(--kmnd-body-border-color-secondary);
}

.search__item:last-of-type {
    border-bottom: 1px solid var(--kmnd-body-border-color-secondary);
}

.search__item-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 367px;
    flex: 0 367px;
}

.search__item-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 150px;
    flex: 0 150px;
}

.search__item-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 367px;
    flex: 0 367px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.search__item-btn svg {
    display: none;
}

.search__text {
    margin-top: 64px;
}

@media (max-width: 992px) {
    .search__section {
        padding-top: 24px;
        padding-bottom: 60px;
    }

    .search__search {
        margin-bottom: 32px;
    }

    .search__item {
        padding: 16px 0;
    }

    .search__item-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 55px;
        flex: 0 55px;
    }

    .search__item-btn svg {
        display: block;
    }

    .search__item-btn span {
        display: none;
    }

    .search__item-btn button {
        padding: 0;
        border: none;
    }

    .search__list {
        margin-bottom: 24px;
    }
}

@media (max-width: 320px) {
    .search__item-title a {
        font-size: 0.875rem;
    }

    .search__item-price p {
        font-size: 0.875rem;
    }
}

.help__section {
    padding-top: 48px;
    padding-bottom: 124px;
}

.help__title {
    margin-bottom: 48px;
}

.help__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 662px;
    width: 100%;
    margin: 0 auto 48px;
}

.help__select {
    width: calc(50% - 4px);
    margin-right: 8px;
}

.help__select:after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23131313' d='m8.384 12.402 6.458-6.476a.543.543 0 0 0-.769-.766L8 11.25 1.927 5.16a.543.543 0 1 0-.769.766l6.458 6.476a.542.542 0 0 0 .768 0Z'/%3E%3C/svg%3E") no-repeat center/contain;
}

.help__select select {
    min-height: 56px;
}

.help__search {
    max-width: 100%;
}

.help__search input {
    padding-left: 24px;
}

.help__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.help__col {
    width: calc(50% - 8px);
    margin-right: 16px;
    position: relative;
}

.help__col:nth-of-type(even) {
    margin-right: 0;
}

.help__col:nth-of-type(1) {
    z-index: 14;
}

.help__col:nth-of-type(2) {
    z-index: 13;
}

.help__col:nth-of-type(3) {
    z-index: 12;
}

.help__col:nth-of-type(4) {
    z-index: 11;
}

.help__col:nth-of-type(5) {
    z-index: 10;
}

.help__col:nth-of-type(6) {
    z-index: 9;
}

.help__col:nth-of-type(7) {
    z-index: 8;
}

.help__col:nth-of-type(8) {
    z-index: 7;
}

.help__col:nth-of-type(9) {
    z-index: 6;
}

.help__col:nth-of-type(10) {
    z-index: 5;
}

.help__col:nth-of-type(11) {
    z-index: 4;
}

.help__col:nth-of-type(12) {
    z-index: 3;
}

.help__col:nth-of-type(13) {
    z-index: 2;
}

.help__col:nth-of-type(14) {
    z-index: 1;
}

.help__item {
    position: relative;
    margin-top: 16px;
}

.help__item_active .help__item-head:after {
    opacity: 1;
}

.help__item_active .help__item-arrow svg {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}

.help__item_active .help__item-body {
    padding: 63px 24px 32px;
    max-height: 1000px;
    margin-bottom: -44px;
}

.help__item-head {
    min-height: 88px;
    padding: 24px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    z-index: 1;
}

.help__item-head:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 31, 80, 0.85)), to(rgba(29, 31, 80, 0.85)));
    background: -webkit-linear-gradient(top, rgba(29, 31, 80, 0.85) 0%, rgba(29, 31, 80, 0.85) 100%);
    background: -o-linear-gradient(top, rgba(29, 31, 80, 0.85) 0%, rgba(29, 31, 80, 0.85) 100%);
    background: linear-gradient(180deg, rgba(29, 31, 80, 0.85) 0%, rgba(29, 31, 80, 0.85) 100%);
    -webkit-border-radius: 50px;
    border-radius: 50px;
    opacity: 0;
    -webkit-transition: var(--kmnd-transition);
    -o-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
}

.help__item-head:hover:after {
    opacity: 1;
}

.help__item-name {
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.help__item-arrow {
    position: relative;
    z-index: 1;
}

.help__item-arrow svg {
    -webkit-transition: var(--kmnd-transition);
    -o-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
}

.help__item-body {
    background: var(--kmnd-body-background-tertiary);
    padding: 0 24px 0px;
    max-height: 0px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-border-radius: 0 0 16px 16px;
    border-radius: 0 0 16px 16px;
    position: relative;
    top: -44px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.help__item-btn {
    cursor: pointer;
}

.help__item-row {
    margin-bottom: 24px;
}

.help__item-row-name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 16px;
}

.help__item-row-price {
    margin-right: 16px;
}

.help__item-row-button {
    cursor: pointer;
}

@media (max-width: 992px) {
    .help__section {
        padding-bottom: 64px;
    }
}

@media (max-width: 576px) {
    .help__section {
        padding-top: 32px;
        padding-bottom: 48px;
    }

    .help__title {
        margin-bottom: 32px;
    }

    .help__filter {
        margin-bottom: 48px;
        display: block;
    }

    .help__select {
        width: 100%;
        margin-bottom: 8px;
    }

    .help__row {
        display: block;
    }

    .help__col {
        width: 100%;
        margin-right: 0;
    }

    .help__item-head {
        height: 77px;
        min-height: unset;
        padding: 16px 24px;
    }

    .help__item-body {
        top: -38.5px;
    }

    .help__item {
        margin-top: 8px;
    }

    .help__item_active .help__item-body {
        margin-bottom: -38.5px;
    }
}

.before-after__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
}

@media screen and (max-width: 767px) {
    .before-after__row {
        grid-template-columns: minmax(0, 1fr);
    }
}

.before-after__row:not(:last-child) {
    margin-bottom: 20px;
}

.before-after-item {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.before-after-item__img {
    line-height: 1;
    max-height: 450px;
    overflow: hidden;
}

.before-after-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.services-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 150px) minmax(0, 150px);
    grid-gap: 50px;
}

@media screen and (max-width: 767px) {
    .services-item {
        grid-template-columns: minmax(0, 1fr);
        grid-gap: 15px;
    }
}

.services-item:not(:last-child) {
    margin-bottom: 50px;
}

.services-item > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 767px) {
    .services-item > * {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.services-item__price {
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .services-item__title {
        text-align: center;
    }
}

.services-item__btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .services-item__btn {
        max-width: 150px;
        margin: 0 auto;
    }
}

.services-row {
    margin-top: 50px;
}

.service__section {
    padding-top: 32px;
}

.service__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 64px;
}

.service__row.alone {
    margin-bottom: 0;
}

.service__col:nth-of-type(1) {
    width: 59.64%;
}

.service__col:nth-of-type(2) {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.service__title {
    margin-bottom: 16px;
}

.service__text {
    margin-bottom: 16px;
}

.service__text:last-of-type {
    margin-bottom: 0;
}

.service__text_hidden {
    display: none;
}

.service__text ul {
    list-style: none;
    padding: 0;
}

.service__text ul li {
    position: relative;
    padding-left: 10px;
}

.service__text ul li::before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #000;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    content: '';
}

.service__action {
    padding: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 327px;
}

.service__action_fixed {
    position: fixed;
    z-index: 106;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.18);
    bottom: 40px;
    right: calc((100vw - var(--kmnd-container-max-width-lg) + var(--kmnd-container-padding) + var(--kmnd-container-padding)) / 2);
}

.service__action_footer-visible {
    opacity: 0;
    pointer-events: none;
}

.service__price {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.service__price-value {
    font-size: 1.625rem;
    line-height: 1.231;
}

@media (max-width: 1180px) {
    .service__action {
        right: var(--kmnd-container-padding);
    }
}

@media (max-width: 992px) {
    .service__action_fixed {
        bottom: 96px;
    }
}

@media (max-width: 576px) {
    .service__section {
        padding-top: 34px;
    }

    .service__row {
        display: block;
        margin-bottom: 48px;
    }

    .service__col:nth-of-type(1) {
        width: 100%;
    }

    .service__col:nth-of-type(2) {
        width: 100%;
        display: block;
        min-height: 88px;
    }

    .service__action {
        margin-top: 24px;
        margin-left: auto;
        margin-right: auto;
    }

    .service__action_fixed {
        bottom: 72px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.article__section {
    padding-top: 124px;
}

.article__section_first {
    padding-top: 32px;
}

.article__section_last {
    padding-bottom: 92px;
}

.article .h2, .article .h1 {
    max-width: 680px;
    margin-bottom: 32px;
}

.article ol {
    list-style: none;
    counter-reset: custom-counter;
    max-width: 680px;
}

.article ol li {
    display: block;
    counter-increment: custom-counter;
    margin-bottom: 16px;
    padding-left: 40px;
    position: relative;
}

.article ol li:last-of-type {
    margin-bottom: 0;
}

.article ol li::before {
    color: var(--kmnd-body-color-accent);
    content: counter(custom-counter);
    width: 24px;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
}

.article ol li:nth-of-type(1):before, .article ol li:nth-of-type(2):before, .article ol li:nth-of-type(3):before, .article ol li:nth-of-type(4):before, .article ol li:nth-of-type(5):before, .article ol li:nth-of-type(6):before, .article ol li:nth-of-type(7):before, .article ol li:nth-of-type(8):before, .article ol li:nth-of-type(9):before {
    content: "0" counter(custom-counter);
}

.article img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 32px;
}

.article ul {
    list-style: none;
    max-width: 680px;
}

.article ul li {
    margin-bottom: 16px;
    padding-left: 24px;
    position: relative;
}

.article ul li:last-of-type {
    margin-bottom: 0;
}

.article ul li:before {
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    background: var(--kmnd-body-background-accent);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

.article p {
    max-width: 680px;
    margin-bottom: 16px;
}

.article p:last-of-type {
    margin-bottom: 0;
}

.article__share {
    margin-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 680px;
    width: 100%;
}

.article__share_centered {
    margin-left: auto;
    margin-right: auto;
}

.article__soc {
    margin-left: 16px;
}

.article_single p, .article_single ul, .article_single ol {
    margin-left: auto;
    margin-right: auto;
}

.article .h1_article {
    margin-left: auto;
    margin-right: auto;
}

.article__stats {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}

.article__stats p {
    margin-left: 0;
    margin-right: 0;
}

.article__views {
    margin-left: 24px;
}

.article__views svg {
    display: block;
    height: 24px;
    width: auto;
    margin-right: 8px;
}

@media (max-width: 992px) {
    .article__section {
        padding-top: 92px;
    }

    .article__section_first {
        padding-top: 32px;
    }

    .article__section_last {
        padding-bottom: 64px;
    }
}

@media (max-width: 576px) {
    .article__section {
        padding-top: 64px;
    }

    .article__section_first {
        padding-top: 34px;
    }

    .article__section_last {
        padding-bottom: 48px;
    }

    .article__share {
        margin-top: 32px;
    }
}

.doctors__section {
    padding-top: 124px;
}

.doctors__head {
    margin: 0 auto 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.doctors__title {
    margin-right: auto;
}

.doctors__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.doctors__col {
    margin-right: 16px;
    margin-top: 16px;
    width: calc((100% - 16px - 16px) / 3);
    margin-right: 16px;
}

.doctors__col:nth-of-type(3n+3) {
    margin-right: 0;
}

.doctors__select {
    max-width: 327px;
}

.doctors__select select {
    min-height: 56px;
}

@media (max-width: 992px) {
    .doctors__section {
        padding-top: 92px;
    }

    .doctors__col {
        width: calc((100% - 16px) / 2);
    }

    .doctors__col:nth-of-type(3n+3) {
        margin-right: 16px;
    }

    .doctors__col:nth-of-type(even) {
        margin-right: 0;
    }
}

@media (max-width: 576px) {
    .doctors__section {
        padding-top: 64px;
    }

    .doctors__head {
        margin: 0 auto 24px;
        display: block;
    }

    .doctors__title {
        text-align: center;
        margin-bottom: 32px;
    }

    .doctors__row {
        display: block;
    }

    .doctors__select {
        max-width: 100%;
    }

    .doctors__col {
        margin-top: 8px;
        margin-right: 0;
        width: 100%;
    }

    .doctors__col:nth-of-type(3n+3) {
        margin-right: 0px;
    }
}

.contacts__section {
    padding-top: 32px;
}

.contacts__title {
    margin-bottom: 16px;
}

.contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 32px;
}

.contacts__row iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.contacts__col:nth-of-type(1) {
    width: 66.14785992217898%;
}

.contacts__col:nth-of-type(2) {
    width: 32.295719844357976%;
}

.contacts__contact {
    padding-top: 124px;
}

@media (max-width: 992px) {
    .contacts__col:nth-of-type(1) {
        width: calc(50% - 8px);
    }

    .contacts__col:nth-of-type(2) {
        width: calc(50% - 8px);
    }
}

@media (max-width: 576px) {
    .contacts__section {
        padding-top: 34px;
    }

    .contacts__title {
        margin-bottom: 32px;
    }

    .contacts__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 8px;
    }

    .contacts__col:nth-of-type(1) {
        width: 100%;
        height: 300px;
    }

    .contacts__col:nth-of-type(2) {
        width: 100%;
    }

    .contacts__item {
        -webkit-border-radius: 16px 16px 0 0;
        border-radius: 16px 16px 0 0;
    }
}

.contact__section {
    padding-top: 124px;
    padding-bottom: 124px;
}

.contact__title {
    margin-bottom: 48px;
}

.contact__form .btn {
    width: calc((100% - 16px - 16px) / 3);
}

.contact__form .input {
    margin-bottom: 8px;
}

.contact__form .btn {
    margin-top: 25px;
}

.contact__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact__row .input {
    width: calc((100% - 16px - 16px) / 3);
    margin-right: 16px;
}

.contact__row .input:nth-of-type(3n+3) {
    margin-right: 0;
}

@media (max-width: 992px) {
    .contact__section {
        padding-top: 92px;
        padding-bottom: 64px;
    }
}

@media (max-width: 576px) {
    .contact__section {
        padding-top: 64px;
        padding-bottom: 48px;
    }

    .contact__title {
        margin-bottom: 32px;
    }

    .contact__form .btn {
        width: 100%;
    }

    .contact__row {
        display: block;
    }

    .contact__row .input {
        width: 100%;
    }
}

.blog__section {
    padding-top: 124px;
    padding-bottom: 92px;
}

.blog__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog__col {
    margin-right: 16px;
    margin-top: 16px;
    width: calc((100% - 16px - 16px) / 3);
    margin-right: 16px;
}

.blog__col:nth-of-type(3n+3) {
    margin-right: 0;
}

.blog__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 32px;
}

.blog__select {
    width: calc((100% - 8px - 8px) / 3);
    margin-right: 8px;
}

.blog__select:after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23131313' d='m8.384 12.402 6.458-6.476a.543.543 0 0 0-.769-.766L8 11.25 1.927 5.16a.543.543 0 1 0-.769.766l6.458 6.476a.542.542 0 0 0 .768 0Z'/%3E%3C/svg%3E") no-repeat center/contain;
}

.blog__select select {
    min-height: 56px;
}

.blog__search {
    width: calc((100% - 8px - 8px) / 3);
}

.blog__search input {
    padding-left: 24px;
}

.blog__date {
    width: calc((100% - 8px - 8px) / 3);
    margin-right: 8px;
}

.blog__date input {
    min-height: 56px;
}

@media (max-width: 992px) {
    .blog__section {
        padding-top: 92px;
        padding-bottom: 64px;
    }

    .blog__col {
        width: calc((100% - 16px) / 2);
    }

    .blog__col:nth-of-type(3n+3) {
        margin-right: 16px;
    }

    .blog__col:nth-of-type(even) {
        margin-right: 0;
    }
}

@media (max-width: 576px) {
    .blog__section {
        padding-top: 64px;
        padding-bottom: 48px;
    }

    .blog__row {
        display: block;
    }

    .blog__col {
        margin-top: 8px;
        margin-right: 0;
        width: 100%;
    }

    .blog__col:nth-of-type(3n+3) {
        margin-right: 0px;
    }

    .blog__filter {
        margin-bottom: 48px;
        display: block;
        margin-right: 0;
        width: 100%;
    }

    .blog__date {
        margin-right: 0;
        width: 100%;
        margin-bottom: 8px;
    }

    .blog__select {
        width: 100%;
        margin-bottom: 8px;
    }

    .blog__search {
        width: 100%;
    }
}

.comments__section {
    padding-top: 48px;
}

.comments__section_centered .comments__title {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.comments__section_centered .comments__list {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.comments__section_centered .comments__form {
    margin-left: auto;
    margin-right: auto;
}

.comments__title {
    margin-bottom: 48px;
}

.comments__list {
    margin-bottom: 48px;
}

.comments__item {
    padding: 24px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    max-width: 680px;
    margin-bottom: 16px;
}

.comments__item:last-of-type {
    margin-bottom: 0;
}

.comments__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.comments__item-avatar {
    height: 48px;
    width: 48px;
    display: block;
    margin: 0 16px 0 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.comments__form {
    max-width: 680px;
}

.comments__form .btn {
    width: calc((100% - 16px) / 2);
}

.comments__form .input {
    margin-bottom: 8px;
}

.comments__form .btn {
    margin-top: 25px;
}

.comments__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.comments__row .input {
    width: calc((100% - 16px) / 2);
    margin-right: 16px;
}

.comments__row .input:nth-of-type(even) {
    margin-right: 0;
}

@media (max-width: 576px) {
    .comments__section {
        padding-top: 32px;
    }

    .comments__title {
        margin-bottom: 32px;
    }

    .comments__list {
        margin-bottom: 32px;
    }

    .comments__form .btn {
        width: 100%;
    }

    .comments__row {
        display: block;
    }

    .comments__row .input {
        width: 100%;
    }
}

.author__section {
    padding-top: 48px;
}

.author__section_centered .author__title {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.author__section_centered .author__author {
    margin-left: auto;
    margin-right: auto;
}

.author__title {
    margin-bottom: 48px;
}

.author__author {
    width: 100%;
    max-width: 680px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.author__avatar {
    width: 182px;
    position: relative;
    display: block;
    margin: 0 23px 0 0;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    overflow: hidden;
}

.author__avatar:after {
    content: '';
    display: block;
    padding-top: 90.65%;
}

.author__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #EEEEEE;
    padding: 23px 31px 21px 30px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
}

.author__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.author__name {
    font-size: 1.375rem;
    margin-top: 2px;
}

.author__position {
    color: #4E4E4E;
    line-height: 1.4;
    margin-bottom: 12px;
}

.author__text {
    font-size: 1.125rem;
}

@media (max-width: 576px) {
    .author__section {
        padding-top: 32px;
    }

    .author__title {
        margin-bottom: 32px;
    }

    .author__author {
        display: block;
    }

    .author__avatar {
        width: 100%;
        -webkit-border-radius: 24px 24px 0 0;
        border-radius: 24px 24px 0 0;
    }

    .author__content {
        -webkit-border-radius: 0 0 24px 24px;
        border-radius: 0 0 24px 24px;
    }
}

.subscribe__section {
    padding-top: 124px;
    padding-bottom: 124px;
}

.subscribe__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.subscribe__col {
    width: 50%;
}

.subscribe__title {
    margin-bottom: 8px;
}

.subscribe__form input {
    padding-left: 16px;
}

@media (max-width: 992px) {
    .subscribe__section {
        padding-top: 92px;
        padding-bottom: 64px;
    }
}

@media (max-width: 576px) {
    .subscribe__section {
        padding-top: 64px;
        padding-bottom: 48px;
    }

    .subscribe__row {
        display: block;
    }

    .subscribe__col {
        width: 100%;
    }

    .subscribe__subtext {
        margin-bottom: 32px;
    }
}

.doctor__section {
    padding-top: 32px;
}

.doctor__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.doctor__col {
    width: calc(50% - 36px);
    margin-right: 64px;
}

.doctor__col:nth-of-type(even) {
    margin-right: 0;
}

.doctor__image {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    outline: hidden;
}

.doctor__image:after {
    content: '';
    position: relative;
    padding-top: 100%;
    display: block;
}

.doctor__name {
    margin-bottom: 28px;
}

.doctor__position {
    margin-bottom: 32px;
}

.doctor__experience {
    margin-bottom: 32px;
}

.doctor__description {
    margin-bottom: 32px;
}

.doctor__time {
    margin-bottom: 32px;
}

.doctor__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.doctor__enroll {
    margin-right: 12px;
}

@media (max-width: 576px) {
    .doctor__section {
        padding-top: 34px;
    }

    .doctor__row {
        display: block;
    }

    .doctor__col {
        width: 100%;
        margin-right: 0;
    }

    .doctor__title {
        margin-bottom: 32px;
    }

    .doctor__image {
        margin-bottom: 24px;
    }

    .doctor__position {
        margin-bottom: 24px;
    }

    .doctor__experience {
        margin-bottom: 24px;
    }

    .doctor__description {
        margin-bottom: 24px;
    }

    .doctor__time {
        margin-bottom: 24px;
    }

    .doctor__buttons {
        display: block;
    }

    .doctor__buttons .btn {
        width: 100%;
    }

    .doctor__enroll {
        margin-right: 0;
        margin-bottom: 8px;
    }
}

.overview__section {
    padding-top: 124px;
}

.overview__content {
    padding: 32px 0 0;
}

.overview__certs {
    padding: 32px 0 0;
}

.overview__arrow-prev {
    left: 16px;
}

.overview__arrow-next {
    right: 16px;
}

@media (max-width: 992px) {
    .overview__section {
        padding-top: 92px;
    }

    .overview__section .tabs__content {
        width: 100vw;
        margin-left: -24px;
    }

    .overview__content {
        padding-left: 24px;
        padding-right: 24px;
    }

    .overview__certs {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 576px) {
    .overview__section {
        padding-top: 64px;
    }
}

@media (max-width: 320px) {
    .overview__section .tabs__content {
        margin-left: -16px;
    }

    .overview__content {
        padding-left: 16px;
        padding-right: 16px;
    }

    .overview__certs {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.error__section {
    padding: 124px 0 0;
}

.error__title {
    margin-bottom: 28px;
}

.error__text {
    margin-bottom: 32px;
}

.error__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 32px;
}

.error__back-btn {
    margin-right: 12px;
}

.error__search {
    margin: 0 auto;
}

@media (max-width: 576px) {
    .error__section {
        padding: 64px 0 0;
    }

    .error__title {
        margin-bottom: 32px;
    }

    .error__text {
        margin-bottom: 24px;
    }

    .error__buttons {
        display: block;
        margin-bottom: 24px;
    }

    .error__buttons .btn {
        width: 100%;
    }

    .error__back-btn {
        margin-right: 0;
        margin-bottom: 8px;
    }
}

.header {
    min-height: 144px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--kmnd-body-background-primary);
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04);
    z-index: 110;
}

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0 19px;
    position: relative;
    z-index: 1;
}

.header__logo {
    text-decoration: none;
    display: block;
    margin-right: 32px;
    height: 46px;
}

.header__logo img {
    display: block;
    height: 100%;
    width: auto;
}

.header__consult-btn {
    margin-right: 8px;
}

.header__call-btn {
    margin-right: auto;
}

.header__contacts {
    margin-right: auto;
}

.header__phone {
    position: relative;
}

.header__phone:hover .header__phone-dropdown {
    opacity: 1;
    pointer-events: auto;
}

.header__phone:hover .header__phone-toggler svg:nth-of-type(2) {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.header__phone-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2px;
}

.header__phone-toggler a {
    margin: 0 4px;
}

.header__phone-toggler svg:nth-of-type(2) {
    -webkit-transition: var(--kmnd-transition);
    -o-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
}

.header__address {
    margin-left: 24px;
}

.header__phone-dropdown {
    position: absolute;
    bottom: 0px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    left: 0;
    padding: 24px 0px 32px 29px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    min-width: 270px;
    opacity: 0;
    pointer-events: none;
}

.header__phone-item {
    margin-bottom: 16px;
}

.header__phone-item:last-of-type {
    margin-bottom: 0;
}

.header__soc {
    margin-right: 32px;
}

.header__lang {
    position: relative;
}

.header__lang:hover .header__lang-current svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.header__lang:hover .header__lang-dropdown {
    opacity: 1;
    pointer-events: auto;
}

.header__lang-current {
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 0;
    font-size: 0.875rem;
}

.header__lang-current svg {
    -webkit-transition: var(--kmnd-transition);
    -o-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
    margin-left: 4px;
}

.header__lang-dropdown {
    position: absolute;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    bottom: 0px;
    right: 0;
    list-style: none;
    padding: 16px 24px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    opacity: 0;
    pointer-events: none;
}

.header__lang-item {
    margin-bottom: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--kmnd-body-color-secondary);
}

.header__lang-item a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: var(--kmnd-transition);
    -o-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
}

.header__lang-item_current, .header__lang-item:hover {
    color: var(--kmnd-body-color-primary);
}

.header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header__menu {
    margin-right: auto;
}

.header__menu > nav > ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__menu > nav > ul > li {
    padding: 11px 32px 27px;
}

.header__menu > nav > ul > li:first-of-type {
    padding-left: 0;
}

.header__menu > nav > ul > li:last-of-type {
    padding-right: 0;
}

.header__menu > nav > ul > li > a {
    color: var(--kmnd-body-color-primary);
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.714;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: var(--kmnd-transition);
    -o-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
}

.header__menu > nav > ul > li > a:hover {
    color: var(--kmnd-body-color-secondary);
}

.header__menu > nav > ul > li > a:hover:after {
    -webkit-filter: invert(60%) sepia(7%) saturate(0%) hue-rotate(183deg) brightness(88%) contrast(82%);
    filter: invert(60%) sepia(7%) saturate(0%) hue-rotate(183deg) brightness(88%) contrast(82%);
}

.header__menu > nav > ul > li.menu-item-has-children {
    position: relative;
}

.header__menu > nav > ul > li.menu-item-has-children > a:after {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23131313' stroke='%23131313' stroke-width='.1' d='m8.274 9.895 4.613-4.283a.34.34 0 0 0 0-.507.41.41 0 0 0-.549 0L8 9.134 3.662 5.105a.41.41 0 0 0-.548 0 .358.358 0 0 0-.084.116.335.335 0 0 0 0 .275c.019.044.047.083.083.116l4.613 4.283A.403.403 0 0 0 8 10a.404.404 0 0 0 .274-.105Z'/%3E%3C/svg%3E") no-repeat center/contain;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-left: 4px;
    position: relative;
    top: 3px;
    -webkit-transition: var(--kmnd-transition);
    -o-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
}

.header__menu > nav > ul > li:hover > a:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.header__menu > nav > ul > li:hover > .sub-menu {
    opacity: 1;
    pointer-events: auto;
}

.header__menu > nav > ul > li > .sub-menu {
    left: -16px;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    position: absolute;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background: var(--kmnd-body-background-primary);
    padding: 32px 48px;
    min-width: 730px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    pointer-events: none;
}

.header__menu > nav > ul > li > .sub-menu > li {
    list-style: none;
    width: 100%;
}

.header__menu > nav > ul > li > .sub-menu > li > .sub-menu {
    list-style: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header__menu > nav > ul > li > .sub-menu > li > .sub-menu > li {
    margin-bottom: 16px;
    display: inline-block;
}

.header__menu > nav > ul > li > .sub-menu > li > .sub-menu > li > a {
    text-decoration: none;
    -webkit-transition: var(--kmnd-transition);
    -o-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
    color: var(--kmnd-body-color-primary);
    font-weight: 600;
}

.header__menu > nav > ul > li > .sub-menu > li > .sub-menu > li > a:hover {
    color: var(--kmnd-body-color-secondary);
}

.header__menu > nav > ul > li > .sub-menu > li > .sub-menu > li > a:hover:after {
    -webkit-filter: invert(60%) sepia(7%) saturate(0%) hue-rotate(183deg) brightness(88%) contrast(82%);
    filter: invert(60%) sepia(7%) saturate(0%) hue-rotate(183deg) brightness(88%) contrast(82%);
}

.header__menu > nav > ul > li > .sub-menu > li > .sub-menu > li.menu-item-has-children {
    position: relative;
}

.header__menu > nav > ul > li > .sub-menu > li > .sub-menu > li.menu-item-has-children > a:after {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23131313' stroke='%23131313' stroke-width='.1' d='m8.274 9.895 4.613-4.283a.34.34 0 0 0 0-.507.41.41 0 0 0-.549 0L8 9.134 3.662 5.105a.41.41 0 0 0-.548 0 .358.358 0 0 0-.084.116.335.335 0 0 0 0 .275c.019.044.047.083.083.116l4.613 4.283A.403.403 0 0 0 8 10a.404.404 0 0 0 .274-.105Z'/%3E%3C/svg%3E") no-repeat center/contain;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-left: 4px;
    position: relative;
    top: 3px;
    -webkit-transition: var(--kmnd-transition);
    -o-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
}

.header__menu > nav > ul > li > .sub-menu > li > .sub-menu > li:hover > a:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.header__menu > nav > ul > li > .sub-menu > li > .sub-menu > li:hover > .sub-menu {
    max-height: 300px;
}

.header__menu > nav > ul > li > .sub-menu > li > .sub-menu > li > .sub-menu {
    list-style: none;
    padding-left: 12px;
    overflow: hidden;
    max-height: 0px;
}

.header__menu > nav > ul > li > .sub-menu > li > .sub-menu > li > .sub-menu > li {
    margin-bottom: 8px;
}

.header__menu > nav > ul > li > .sub-menu > li > .sub-menu > li > .sub-menu > li:first-of-type {
    margin-top: 8px;
}

.header__menu > nav > ul > li > .sub-menu > li > .sub-menu > li > .sub-menu > li:last-of-type {
    margin-bottom: 0;
}

.header__menu > nav > ul > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
    text-decoration: none;
    -webkit-transition: var(--kmnd-transition);
    -o-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
    font-weight: 600;
    font-size: 0.813rem;
    line-height: 1.846;
    color: var(--kmnd-body-color-primary);
}

.header__menu > nav > ul > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a:hover {
    color: var(--kmnd-body-color-secondary);
}

.header__menu > nav > ul > li > .sub-menu_active > .sub-menu:nth-of-type(1) > li {
    display: inline-block;
}

.header__menu > nav > ul > li > .sub-menu_active > .sub-menu:nth-of-type(2) > li {
    display: inline-block;
}

.header__menu > nav > ul > li > .sub-menu_active .header__menu-btn span:nth-of-type(2) {
    display: inline;
}

.header__menu > nav > ul > li > .sub-menu_active .header__menu-btn span:nth-last-of-type(2) {
    display: none;
}

.header__menu-btn span:nth-of-type(2) {
    display: none;
}

.header__user {
    text-decoration: none;
    display: block;
    position: relative;
    margin-top: 12px;
    margin-right: 24px;
    cursor: pointer;
}

.header__user span {
    font-size: 13px;
    line-height: 13px;
    color: var(--kmnd-body-color-primary);
    font-weight: 600;
    width: 24px;
    height: 24px;
    background: #BCBEE7;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(60%, 50%);
    -ms-transform: translate(60%, 50%);
    transform: translate(60%, 50%);
}

.header__user svg {
    height: 24px;
    width: auto;
    display: block;
}

.header__user svg path {
    -webkit-transition: var(--kmnd-transition);
    -o-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
}

.header__user:hover svg path {
    fill: var(--kmnd-body-color-secondary);
}

.header__search {
    cursor: pointer;
    margin-top: 11px;
    margin-right: 32px;
}

.header__search svg {
    display: block;
    height: 24px;
    width: auto;
}

.header__search svg path {
    -webkit-transition: var(--kmnd-transition);
    -o-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
}

.header__search:hover svg path {
    fill: var(--kmnd-body-color-secondary);
}

.mobile-header {
    display: none;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    background: var(--kmnd-body-background-primary);
}

.mobile-header__row {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    background: var(--kmnd-body-background-primary);
    overflow: hidden;
}

.mobile-header__logo {
    display: block;
    height: 36px;
    text-decoration: none;
    margin-right: auto;
}

.mobile-header__logo img {
    height: 100%;
    width: auto;
    display: block;
}

.mobile-header__call {
    margin-right: 16px;
    position: relative;
}

.mobile-header__call svg {
    height: 24px;
    width: auto;
    display: block;
}

.mobile-header__user {
    text-decoration: none;
    display: block;
    position: relative;
    margin-right: 16px;
}

.mobile-header__user span {
    font-size: 13px;
    line-height: 13px;
    color: var(--kmnd-body-color-primary);
    font-weight: 600;
    width: 24px;
    height: 24px;
    background: #BCBEE7;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(60%, 50%);
    -ms-transform: translate(60%, 50%);
    transform: translate(60%, 50%);
}

.mobile-header__user svg {
    height: 24px;
    width: auto;
    display: block;
}

.mobile-header__search {
    margin-right: 24px;
}

.mobile-header__search svg {
    display: block;
    height: 24px;
    width: auto;
}

.mobile-header__btn {
    height: 24px;
    width: 24px;
    position: relative;
}

.mobile-header__btn span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--kmnd-body-color-primary);
    position: absolute;
    left: 50%;
    -webkit-transition: var(--kmnd-transition);
    -o-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.mobile-header__btn span:nth-of-type(1) {
    top: 25%;
}

.mobile-header__btn span:nth-of-type(2) {
    top: 50%;
}

.mobile-header__btn span:nth-of-type(3) {
    top: 75%;
}

.mobile-header__btn_active span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-header__btn_active span:nth-of-type(2) {
    opacity: 0;
}

.mobile-header__btn_active span:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mobile-header__buttons .btn {
    font-size: 0.75rem;
    width: calc(50% - 8px);
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.mobile-header__dropdown {
    background: var(--kmnd-body-background-primary);
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 8px;
    padding-bottom: 57px;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.mobile-header__dropdown::-webkit-scrollbar {
    display: none;
}

.mobile-header__dropdown_active {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.mobile-header__menu > nav > ul {
    list-style: none;
}

.mobile-header__menu > nav > ul > li {
    margin: 24px 0;
}

.mobile-header__menu > nav > ul > li > a {
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.714;
    text-transform: uppercase;
    color: var(--kmnd-body-color-primary);
    font-weight: 600;
}

.mobile-header__menu > nav > ul > li.menu-item-has-children > a {
    position: relative;
}

.mobile-header__menu > nav > ul > li.menu-item-has-children > a:after {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23131313' stroke='%23131313' stroke-width='.1' d='m8.274 9.895 4.613-4.283a.34.34 0 0 0 0-.507.41.41 0 0 0-.549 0L8 9.134 3.662 5.105a.41.41 0 0 0-.548 0 .358.358 0 0 0-.084.116.335.335 0 0 0 0 .275c.019.044.047.083.083.116l4.613 4.283A.403.403 0 0 0 8 10a.404.404 0 0 0 .274-.105Z'/%3E%3C/svg%3E") no-repeat center/contain;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-left: 4px;
    top: 1px;
    -webkit-transition: var(--kmnd-transition);
    -o-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
    right: -30px;
    position: absolute;
    pointer-events: none;
}

.mobile-header__menu > nav > ul > li.menu-item-has-children.active > a {
    color: var(--kmnd-body-color-secondary);
}

.mobile-header__menu > nav > ul > li.menu-item-has-children.active > a:after {
    -webkit-filter: invert(60%) sepia(7%) saturate(0%) hue-rotate(183deg) brightness(88%) contrast(82%);
    filter: invert(60%) sepia(7%) saturate(0%) hue-rotate(183deg) brightness(88%) contrast(82%);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.mobile-header__menu > nav > ul > li.menu-item-has-children.active > .sub-menu {
    max-height: 1000px;
}

.mobile-header__menu > nav > ul > li > .sub-menu {
    list-style: none;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
    max-height: 0px;
}

.mobile-header__menu > nav > ul > li > .sub-menu > li {
    margin-bottom: 16px;
}

.mobile-header__menu > nav > ul > li > .sub-menu > li:first-of-type {
    margin-top: 16px;
}

.mobile-header__menu > nav > ul > li > .sub-menu > li:last-of-type {
    margin-bottom: 0;
}

.mobile-header__menu > nav > ul > li > .sub-menu > li > a {
    text-decoration: none;
    color: var(--kmnd-body-color-primary);
    font-weight: 600;
}

.mobile-header__menu > nav > ul > li > .sub-menu > li.menu-item-has-children > a {
    position: relative;
}

.mobile-header__menu > nav > ul > li > .sub-menu > li.menu-item-has-children > a:after {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23131313' stroke='%23131313' stroke-width='.1' d='m8.274 9.895 4.613-4.283a.34.34 0 0 0 0-.507.41.41 0 0 0-.549 0L8 9.134 3.662 5.105a.41.41 0 0 0-.548 0 .358.358 0 0 0-.084.116.335.335 0 0 0 0 .275c.019.044.047.083.083.116l4.613 4.283A.403.403 0 0 0 8 10a.404.404 0 0 0 .274-.105Z'/%3E%3C/svg%3E") no-repeat center/contain;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-left: 4px;
    top: 4px;
    -webkit-transition: var(--kmnd-transition);
    -o-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
    right: -30px;
    position: absolute;
    pointer-events: none;
}

.mobile-header__menu > nav > ul > li > .sub-menu > li.active > a {
    color: var(--kmnd-body-color-secondary);
}

.mobile-header__menu > nav > ul > li > .sub-menu > li.active > a:after {
    -webkit-filter: invert(60%) sepia(7%) saturate(0%) hue-rotate(183deg) brightness(88%) contrast(82%);
    filter: invert(60%) sepia(7%) saturate(0%) hue-rotate(183deg) brightness(88%) contrast(82%);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.mobile-header__menu > nav > ul > li > .sub-menu > li.active > .sub-menu {
    max-height: 1000px;
}

.mobile-header__menu > nav > ul > li > .sub-menu > li > .sub-menu {
    list-style: none;
    padding-left: 10px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
    max-height: 0px;
}

.mobile-header__menu > nav > ul > li > .sub-menu > li > .sub-menu > li {
    margin-bottom: 18px;
}

.mobile-header__menu > nav > ul > li > .sub-menu > li > .sub-menu > li:first-of-type {
    margin-top: 16px;
}

.mobile-header__menu > nav > ul > li > .sub-menu > li > .sub-menu > li:last-of-type {
    margin-bottom: 0;
}

.mobile-header__menu > nav > ul > li > .sub-menu > li > .sub-menu > li > a {
    text-decoration: none;
    color: var(--kmnd-body-color-primary);
    font-size: 0.813rem;
    line-height: 1.846;
    font-weight: 600;
}

.mobile-header__lang {
    margin-bottom: 32px;
}

.mobile-header__lang-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-header__lang-item {
    margin-right: 24px;
    color: var(--kmnd-body-color-secondary);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.714;
}

.mobile-header__lang-item:last-of-type {
    margin-right: 0;
}

.mobile-header__lang-item a {
    text-decoration: none;
    color: inherit;
}

.mobile-header__lang-item_current {
    color: var(--kmnd-body-color-primary);
}

.mobile-header hr {
    margin: 0;
    border: none;
    width: 100%;
    border-top: 1px solid var(--kmnd-body-border-color-secondary);
}

.mobile-header__address {
    padding: 32px 0 24px;
}

.mobile-header__address p:first-of-type {
    margin-bottom: 8px;
}

.mobile-header__soc-row {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-header__soc-row a {
    margin-right: 16px;
    display: block;
}

.mobile-header__soc-row a:last-of-type {
    margin-right: 0;
}

.mobile-header__soc-row a img {
    height: 32px;
    width: auto;
    display: block;
}

.mobile-header__contacts {
    position: absolute;
    bottom: -16px;
    left: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    background: var(--kmnd-body-background-tertiary);
    width: 168px;
    padding: 24px 0 24px 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: var(--kmnd-transition);
    -o-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
}

.mobile-header__contacts_active {
    opacity: 1;
    pointer-events: auto;
}

.mobile-header__contacts-item {
    margin-bottom: 16px;
}

.mobile-header__contacts-item:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .header__logo {
        margin-right: auto;
    }

    .header__consult-btn {
        padding-left: 14px;
        padding-right: 14px;
    }

    .header__call-btn {
        padding-left: 14px;
        padding-right: 14px;
    }

    .header__soc {
        margin-right: auto;
    }

    .header__soc a {
        height: 32px;
        width: 32px;
    }

    .header__soc a img {
        height: 16px;
    }

    .header__menu > nav > ul > li {
        padding: 11px 18px 27px;
    }
}

@media (min-width: 993px) {
    .header__menu > nav > ul > li > .sub-menu > li > .sub-menu > li > .sub-menu {
        max-height: unset;
    }

    .header__menu > nav > ul > li > .sub-menu > li > .sub-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-height: 400px;
    }

    .header__menu > nav > ul > li > .sub-menu > li > .sub-menu > .hide-link {
        display: none;
    }

    .header__menu > nav > ul > li > .sub-menu > li > .sub-menu > li.menu-item-has-children > a:after {
        display: none;
    }

    .header__menu > nav > ul > li > .sub-menu {
        min-width: 850px;
    }
}

@media (max-width: 992px) {
    .header {
        display: none;
    }

    .mobile-header {
        display: block;
    }
}

@media (max-width: 320px) {
    .mobile-header__call {
        margin-right: 10px;
    }

    .mobile-header__user {
        margin-right: 10px;
    }

    .mobile-header__search {
        margin-right: 18px;
    }

    .mobile-header__buttons .btn {
        font-size: 0.625rem;
    }
}

.footer {
    padding: 64px 0 24px;
}

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__col:nth-of-type(1) {
    width: 27.63%;
}

.footer__col:nth-of-type(2) {
    width: 60%;
}

.footer__col:nth-of-type(3) {
    width: 12%;
}

.footer__logo {
    text-decoration: none;
    display: inline-block;
    height: 46px;
    width: auto;
    margin-bottom: 8px;
}

.footer__logo img {
    height: 100%;
    width: auto;
    display: block;
}

.footer__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__item {
    width: 50%;
    margin-bottom: 48px;
}

.footer__item:nth-last-of-type(1) {
    margin-bottom: 0;
}

.footer__item:nth-last-of-type(2) {
    margin-bottom: 0;
}

.footer__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__address svg {
    margin-right: 18px;
    margin-top: 5px;
    height: 26px;
    width: auto;
    display: block;
}

.footer__address-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer__address-content p {
    margin-bottom: 8px;
}

.footer__address-content .btn_secondary {
    color: var(--kmnd-body-color-primary-inverted);
}

.footer__address-content .btn_secondary:hover, .footer__address-content .btn_secondary:focus, .footer__address-content .btn_secondary:active {
    color: var(--kmnd-body-color-primary-inverted);
}

.footer__email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__email svg {
    height: 24px;
    width: auto;
    display: block;
    margin-right: 20px;
}

.footer__email a {
    text-decoration: none;
    color: var(--kmnd-body-color-primary-inverted);
}

.footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__contacts svg {
    height: 24px;
    width: auto;
    display: block;
    margin-right: 20px;
}

.footer__contacts-content p:nth-of-type(1) {
    margin-bottom: 16px;
}

.footer__contacts-content p:nth-of-type(2) {
    margin-bottom: 8px;
}

.footer__soc {
    margin-top: 16px;
}

.footer__soc a {
    background: var(--kmnd-body-background-primary);
}

.footer__btn {
    border: solid 1px var(--kmnd-body-color-primary-inverted);
    color: var(--kmnd-body-color-primary-inverted);
}

.footer__btn:hover {
    color: var(--kmnd-body-background-primary-inverted);
    border: solid 1px var(--kmnd-body-color-primary-inverted);
    background: var(--kmnd-body-background-primary);
}

.footer__line {
    margin-top: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__line a {
    color: inherit;
    text-decoration: none;
}

.footer__privacy-link {
    color: var(--kmnd-body-color-primary-inverted) !important;
    text-decoration: underline;
    margin-left: 20px;
}

@media (max-width: 992px) {
    .footer {
        padding: 48px 0 76px;
    }

    .footer__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__col:nth-of-type(1) {
        width: 70%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .footer__col:nth-of-type(1) p {
        max-width: 210px;
    }

    .footer__col:nth-of-type(2) {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .footer__col:nth-of-type(3) {
        width: 30%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        position: relative;
    }

    .footer__logo {
        height: 48px;
        margin-bottom: 16px;
    }

    .footer__btn {
        position: absolute;
        top: -4px;
        right: 0;
    }

    .footer__grid {
        margin-top: 36px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__item {
        width: 100%;
        margin-bottom: 0;
    }

    .footer__item:nth-of-type(1) {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .footer__item:nth-of-type(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .footer__item:nth-of-type(3) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .footer__item:nth-of-type(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .footer__address {
        margin-bottom: 32px;
    }

    .footer__contacts {
        margin-bottom: 43px;
    }

    .footer__email {
        margin-bottom: 39px;
    }

    .footer__line {
        margin-top: 38px;
        display: block;
    }

    .footer__line p:first-of-type {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .footer__privacy-link {
        margin-left: 0;
        margin-top: 10px;
        display: inline-block;
    }
}

.modal-shadow {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.24);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    display: none;
    will-change: opacity;
}

.modal-shadow-menu {
    z-index: 109;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.24);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    display: none;
    will-change: opacity;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    pointer-events: none;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100vh;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.modal::-webkit-scrollbar {
    display: none;
}

.modal_active {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    pointer-events: auto;
}

.modal__body {
    padding: 39px 64px 64px;
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: var(--kmnd-body-background-primary);
    width: calc(100% - 48px);
    max-width: 570px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.modal__body:after {
    content: '';
    width: 100%;
    height: 100px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.modal__close-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    display: block;
    height: 16px;
    width: auto;
    cursor: pointer;
    z-index: 2;
}

.modal__close-btn path {
    -webkit-transition: var(--kmnd-transition);
    -o-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
}

.modal__close-btn:hover path {
    fill: #878787;
    stroke: #878787;
}

.modal__title {
    margin-bottom: 24px;
}

.modal__content {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.modal__content .input {
    margin-bottom: 8px;
}

.modal__content .textarea {
    margin-bottom: 8px;
}

.modal__content .date {
    margin-bottom: 8px;
}

.modal__content .select {
    margin-bottom: 8px;
}

.modal__content_success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal__content_signup {
    max-width: 345px;
}

.modal__submit {
    width: 100%;
    margin-top: 16px;
}

.modal__success {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: var(--kmnd-body-background-primary);
    display: none;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.modal__success_active {
    display: block;
}

.modal__success-text {
    margin: 16px auto 24px;
}

.modal-login__type {
    margin: 16px auto 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-login__type p {
    margin-right: 8px;
}

.modal-login__type a {
    text-decoration: none;
    display: block;
    height: 24px;
    margin-right: 16px;
    -webkit-transition: var(--kmnd-transition);
    -o-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
}

.modal-login__type a:last-of-type {
    margin-right: 0;
}

.modal-login__type a img {
    height: 24px;
    width: auto;
    display: block;
}

.modal-login__type a:hover {
    opacity: 0.7;
}

.modal-login__btn {
    width: 100%;
    margin-bottom: 16px;
}

.actions {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--kmnd-body-color-secondary-inverted);
    z-index: 112;
}

.actions__row {
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.actions__col {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.actions__item {
    color: var(--kmnd-body-color-primary-inverted);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.813rem;
    line-height: 1.846;
    text-transform: uppercase;
    text-decoration: underline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.actions__item svg {
    margin-right: 4px;
    height: 24px;
    width: auto;
    display: block;
}

.actions__item:hover, .actions__item:active, .actions__item:focus {
    text-decoration: underline;
}

.up {
    position: fixed;
    bottom: 140px;
    right: calc((100vw - var(--kmnd-container-max-width-lg) + var(--kmnd-container-padding) + var(--kmnd-container-padding)) / 2);
    height: 48px;
    width: 48px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: var(--kmnd-body-background-accent);
    cursor: pointer;
    -webkit-transition: var(--kmnd-transition);
    -o-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
    opacity: 0;
    pointer-events: none;
    z-index: 105;
    display: block;
}

.up svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    height: 24px;
    width: auto;
}

.up:hover {
    background: #BCBEE7;
}

.up:active {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    background: #888BC4;
}

.up_active {
    opacity: 1;
    pointer-events: auto;
}

.modal-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1180px) {
    .up {
        right: var(--kmnd-container-padding);
    }
}

@media (max-width: 992px) {
    .actions {
        display: block;
    }

    .up {
        right: 24px;
        bottom: 60px;
        height: 32px;
        width: 32px;
    }

    .up svg {
        height: 16px;
    }

    .modal__body {
        padding: 39px 41px 48px;
    }

    .modal-search {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 56px;
    }

    .modal-search .search {
        max-width: calc(100% - 24px - 24px);
    }
}

@media (max-width: 576px) {
    .modal__body {
        top: 50px;
        padding: 39px 28px 48px;
    }

    .up {
        bottom: 165px;
    }
}

@media (max-width: 320px) {
    .modal__body {
        top: 50px;
        width: 100%;
        padding: 39px 20px 48px;
    }

    .up {
        right: 16px;
    }
}

.section-content *:not([class]) {
    margin-bottom: 20px;
}

.section-content ul {
    list-style: none;
}

.section-content ul li {
    padding-left: 16px;
    position: relative;
}

.section-content ul li:not(:last-child) {
    margin-bottom: 8px;
}

.section-content ul li::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #3B95FF;
    top: 8px;
    left: 0;
}