@charset "UTF-8";
:root {
    --font-family: "Raleway", sans-serif;
    --second-family: "Inter", sans-serif;
    --third-family: "Intro Book", sans-serif;
    --font3: "Arimo", sans-serif;
    --content-width: 1174px;
    --container-offset: 20px;
    --container-width: var(--content-width);
}
.custom-checkbox__field:checked + .custom-checkbox__content::after {
    opacity: 1;
}
.custom-checkbox__field:focus + .custom-checkbox__content::before {
    outline: red solid 2px;
    outline-offset: 2px;
}
.custom-checkbox__field:disabled + .custom-checkbox__content {
    opacity: 0.4;
    pointer-events: none;
}
@font-face {
    font-family: Intro-Book;
    src: url(/fonts/intro-book.eot);
    src:
        url(/fonts/intro-book.eot?#iefix) format("embedded-opentype"),
        url(/fonts/intro-book.woff2) format("woff2"),
        url(/fonts/intro-book.woff) format("woff"),
        url(/fonts/intro-book.ttf) format("truetype"),
        url(/fonts/intro-book.svg#intro-book) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.page {
    background-color: #fff;
    height: 100%;
    font-family: var(--font-family, sans-serif);
    -webkit-text-size-adjust: 100%;
    color: var(--white);
    line-height: 1.4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
.swiper,
.swiper-slide,
.swiper-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
    padding: 0;
}
.page__body {
    margin: 0;
    min-width: 320px;
    min-height: 100%;
    font-size: 16px;
}
.page__body.hidden {
    overflow: hidden;
}
.gradient-hover {
    position: relative;
}
.gradient-hover::before {
    content: "";
    position: absolute;
    border-radius: 28px;
    inset: 0;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ff6a20),
        to(#f44b1d)
    );
    background: linear-gradient(180deg, #ff6a20 0, #f44b1d 100%);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 0;
}
.gradient-hover:active span,
.gradient-hover:focus:not(:active) span,
.gradient-hover:hover span {
    color: #fff;
}
.gradient-hover span {
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.gradient-hover:hover::before {
    opacity: 1;
}
.gradient-hover:focus:not(:active)::before {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#f7a08a),
        to(#f29983)
    );
    background: linear-gradient(180deg, #f7a08a 0, #f29983 100%);
    opacity: 1;
}
.effect-btn:hover {
    background: #f44b1d;
}
.effect-btn:focus:not(:active) {
    background: #f29983;
}
img {
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
a {
    text-decoration: none;
}
.is-hidden {
    display: none !important;
}
.btn-reset {
    border: none;
    padding: 0;
    background: 0 0;
    cursor: pointer;
}
.list-reset {
    list-style: none;
    margin: 0;
    padding: 0;
}
.input-reset {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background-color: #fff;
}
.input-reset::-webkit-search-cancel-button,
.input-reset::-webkit-search-decoration,
.input-reset::-webkit-search-results-button,
.input-reset::-webkit-search-results-decoration {
    display: none;
}
.visually-hidden {
    position: absolute;
    overflow: hidden;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
}
.container {
    margin: 0 auto;
    padding: 0 var(--container-offset);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: var(--container-width);
    width: 100%;
}
.js-focus-visible :focus:not(.focus-visible) {
    outline: 0;
}
.centered {
    text-align: center;
}
.dis-scroll {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
.page--ios .dis-scroll {
    position: relative;
}
.site-container {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.error-page {
    padding: 70px 0 90px;
}

.error-page__wrap {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
    align-items: center;
    gap: 50px;
    border-radius: 32px;
    padding: 60px;
    background: linear-gradient(135deg, #f3f3f3 0%, #fff 58%, #fff5f0 100%);
}

.error-page__wrap::before {
    content: "";
    position: absolute;
    right: -90px;
    top: -90px;
    width: 260px;
    height: 260px;
    border-radius: 100%;
    background: rgba(255, 102, 51, 0.12);
}

.error-page__visual {
    position: relative;
    z-index: 1;
}

.error-page__visual svg {
    display: block;
    width: 100%;
    max-width: 450px;
}

.error-page__content {
    position: relative;
    z-index: 1;
}

.error-page__eyebrow {
    margin-bottom: 14px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    color: #f63;
}

.error-page__title {
    margin-bottom: 20px;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 52px;
    line-height: 110%;
    color: #58595b;
}

.error-page__text {
    max-width: 520px;
    margin-bottom: 32px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 145%;
    color: #58595b;
}

.error-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.error-page__btn {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border-radius: 28px;
    padding: 14px 26px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

.error-page__btn--primary {
    background: linear-gradient(180deg, #ff852b 0, #ff581f 100%);
}

.error-page__btn--primary span {
    color: #fff;
}

.error-page__btn--light {
    border: 1px solid #e2e2e2;
    background: #fff;
}

.error-page__btn--light span {
    color: #58595b;
}

.search-page {
    padding-bottom: 55px;
}

.search-page__head {
    margin-bottom: 34px;
}

.search-page__eyebrow {
    margin-bottom: 12px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    color: #f63;
}

.search-page__title {
    margin-bottom: 18px;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 52px;
    line-height: 110%;
    color: #58595b;
}

.search-page__query {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: #58595b;
}

.search-page__query span {
    color: #f63;
    font-weight: 600;
}

.search-page__count {
    display: inline-flex;
    margin-bottom: 24px;
    border-radius: 28px;
    padding: 9px 18px;
    background: #f3f3f3;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    color: #58595b;
}

.search-page__results {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.search-page__card {
    display: flex;
    gap: 22px;
    border: 1px solid #d9d9d9;
    border-radius: 24px;
    padding: 24px;
    background: #fff;
    transition: 0.3s all ease;
}

.search-page__card:hover {
    border-color: #f63;
    box-shadow: 0 12px 32px rgba(88, 89, 91, 0.08);
}

.search-page__cardNum {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background: linear-gradient(180deg, #ff852b 0, #ff581f 100%);
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

.search-page__cardContent {
    width: 100%;
}

.search-page__cardTitle {
    margin-bottom: 10px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
}

.search-page__cardTitle a {
    color: #58595b;
    transition: color 0.3s;
}

.search-page__cardTitle a:hover {
    color: #f63;
}

.search-page__snippet {
    margin-bottom: 16px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    color: #58595b;
}

.search-page__snippet em,
.search-page__snippet mark {
    border-radius: 6px;
    padding: 0 4px;
    background: rgba(255, 102, 51, 0.12);
    color: #f63;
    font-style: normal;
    font-weight: 700;
}

.search-page__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #f63;
    transition: gap 0.3s;
}

.search-page__more:hover {
    gap: 13px;
}

.search-page__empty {
    border-radius: 32px;
    padding: 60px 30px;
    background: linear-gradient(135deg, #f3f3f3 0%, #fff 60%, #fff5f0 100%);
    text-align: center;
}

.search-page__emptyIcon {
    margin-bottom: 22px;
}

.search-page__emptyTitle {
    margin-bottom: 14px;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 42px;
    line-height: 110%;
    color: #58595b;
}

.search-page__emptyText {
    max-width: 520px;
    margin: 0 auto 28px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 19px;
    line-height: 145%;
    color: #58595b;
}

.search-page__btn {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border-radius: 28px;
    padding: 14px 30px;
    background: linear-gradient(180deg, #ff852b 0, #ff581f 100%);
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
}

.search-page__btn span {
    color: #fff;
}

@media (max-width: 768px) {
    .search-page {
        padding: 30px 0 50px;
    }

    .search-page__title {
        font-size: 32px;
    }

    .search-page__query {
        font-size: 17px;
    }

    .search-page__card {
        gap: 14px;
        padding: 18px;
    }

    .search-page__cardNum {
        width: 34px;
        height: 34px;
        font-size: 15px;
    }

    .search-page__cardTitle {
        font-size: 20px;
    }

    .search-page__snippet {
        font-size: 16px;
    }

    .search-page__empty {
        border-radius: 24px;
        padding: 38px 18px;
    }

    .search-page__emptyTitle {
        font-size: 30px;
    }

    .search-page__emptyText {
        font-size: 17px;
    }
}

.sitemap-page {
    margin: 35px 0 80px;
}

.sitemap-page__intro {
    margin-bottom: 24px;
    border-radius: 24px;
    padding: 22px 28px;
    background: linear-gradient(135deg, #f3f3f3 0%, #fff 70%, #fff5f0 100%);
}

.sitemap-page__intro p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    color: #58595b;
}

.sitemap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sitemap__item {
    list-style: none;
}

.sitemap__item--level-1 {
    padding-left: 24px;
}

.sitemap__item--level-2 {
    padding-left: 48px;
}

.sitemap__item--level-3 {
    padding-left: 72px;
}

.sitemap__item--level-4 {
    padding-left: 96px;
}

.sitemap__link {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid #e2e2e2;
    border-radius: 18px;
    padding: 14px 18px;
    background: #fff;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    color: #58595b;
    transition: 0.3s all ease;
}

.sitemap__link:hover {
    border-color: #f63;
    box-shadow: 0 10px 26px rgba(88, 89, 91, 0.07);
    color: #f63;
}

.sitemap__marker {
    flex-shrink: 0;
    width: 9px;
    height: 9px;
    margin-top: 8px;
    border-radius: 100%;
    background: linear-gradient(180deg, #ff852b 0, #ff581f 100%);
}

.sitemap__item--level-0 .sitemap__link {
    border-color: rgba(255, 102, 51, 0.25);
    background: #fff7f3;
    font-weight: 700;
}

.sitemap__item--level-0 .sitemap__marker {
    width: 12px;
    height: 12px;
    margin-top: 7px;
}

.sitemap__item--level-2 .sitemap__link,
.sitemap__item--level-3 .sitemap__link,
.sitemap__item--level-4 .sitemap__link {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 16px;
}

@media (max-width: 768px) {
    .sitemap-page {
        margin: 25px 0 50px;
    }

    .sitemap-page__intro {
        padding: 18px;
    }

    .sitemap__item--level-1,
    .sitemap__item--level-2,
    .sitemap__item--level-3,
    .sitemap__item--level-4 {
        padding-left: 16px;
    }

    .sitemap__link {
        border-radius: 16px;
        padding: 12px 14px;
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .error-page {
        padding: 45px 0 60px;
    }

    .error-page__wrap {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 45px 30px;
        text-align: center;
    }

    .error-page__visual svg {
        margin: 0 auto;
        max-width: 360px;
    }

    .error-page__text {
        margin-left: auto;
        margin-right: auto;
    }

    .error-page__actions {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .error-page {
        padding: 25px 0 40px;
    }

    .error-page__wrap {
        border-radius: 24px;
        padding: 30px 18px;
    }

    .error-page__visual svg {
        max-width: 280px;
    }

    .error-page__title {
        font-size: 32px;
    }

    .error-page__text {
        font-size: 17px;
    }

    .error-page__actions {
        flex-direction: column;
    }

    .error-page__btn {
        width: 100%;
    }
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition:
        transform 0.3s,
        -webkit-transform 0.3s;
    border-bottom: 1px solid #d9d9d9;
}
.header__bot {
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
}
.header.is-collapsed {
    -webkit-transform: translateY(-61px);
    -ms-transform: translateY(-61px);
    transform: translateY(-61px);
}
.header.is-collapsed .header__bottom {
    padding: 15px 0;
}
.header__top {
    background-color: #f3f3f3;
}
.header__burger {
    display: none;
    width: 40px;
    height: 30px;
    position: relative;
    border: none;
    background: 0 0;
    cursor: pointer;
}
.header__burger.active span:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header__burger.active span:nth-child(2) {
    opacity: 0;
}
.header__burger.active span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header__burger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #a27e5d;
    border-radius: 4px;
    -webkit-transition:
        opacity 0.3s,
        top 0.3s,
        -webkit-transform 0.3s;
    transition:
        transform 0.3s,
        opacity 0.3s,
        top 0.3s,
        -webkit-transform 0.3s;
}
.header__burger span:nth-child(1) {
    top: 0;
}
.header__burger span:nth-child(2) {
    top: 13px;
}
.header__burger span:nth-child(3) {
    top: 26px;
}
@media (max-width: 1200px) {
    .container {
        padding: 0 15px;
    }
    .header__nav {
        display: none;
    }
    .header__burger {
        display: block;
    }
}
.header__topWrap {
    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;
    gap: 20px;
    padding: 12px 0;
}
.header__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
}
.header__socials a svg path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header__socials a:hover svg path {
    fill: #f44b1d;
}
.header__topRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
}
.header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.header__phone button {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    cursor: pointer;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ff852b),
        to(#ff581f)
    );
    background: linear-gradient(180deg, #ff852b 0, #ff581f 100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header__phone button::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ff6a20),
        to(#f44b1d)
    );
    background: linear-gradient(180deg, #ff6a20 0, #f44b1d 100%);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.header__phone button svg {
    position: relative;
    z-index: 1;
}
.header__phone button:hover::before {
    opacity: 1;
}
.header__phone button:focus:not(:active)::before {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#f7a08a),
        to(#f29983)
    );
    background: linear-gradient(180deg, #f7a08a 0, #f29983 100%);
    opacity: 1;
}
.header__phone img {
    width: 36px;
    height: 36px;
}
.header__phone p {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 15px;
    color: #58595b;
}
.header__btn {
    border-radius: 28px;
    padding: 8px 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ff852b),
        to(#ff581f)
    );
    background: linear-gradient(180deg, #ff852b 0, #ff581f 100%);
}
.header__btn span {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.header__btnMob {
    display: none;
    border-radius: 28px;
    padding: 8px 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ff852b),
        to(#ff581f)
    );
    background: linear-gradient(180deg, #ff852b 0, #ff581f 100%);
}
.header__btnMob span {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.header__bottom {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 20px 0 30px;
    background-color: #fff;
}
@media (max-width: 1024px) {
    .header__phone {
        display: none;
    }
    .header__bottom {
        padding: 10px 0 14px;
    }
}
.header__mobile {
    position: fixed;
    top: 166px;
    left: 0;
    width: 100%;
    background-color: #f3f3f3;
    padding: 25px 0;
    height: calc(100dvh - 166px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition:
        transform 0.3s,
        -webkit-transform 0.3s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 100;
    overflow: auto;
}
@media (max-width: 1024px) {
    .header__mobile {
        height: calc(100dvh - 138px);
        top: 138px;
    }
}
@media (max-width: 768px) {
    .header__btn {
        display: none;
    }
    .header__btnMob {
        display: block;
    }
    .header__mobile {
        height: calc(100dvh - 127px);
        top: 127px;
    }
    .header__logo img:first-child {
        display: none;
    }
}
.header__mobile.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.header__mobileMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.header__mobileMenu li a {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 22px;
    color: #58595b;
}
.header__mobileSub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 22px;
    color: #58595b;
}
.header__mobileSub svg {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header__mobileSub svg.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header__mobileDrop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    gap: 0;
}
.header__mobileDrop.open {
    gap: 28px;
}
.header__mobileCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition:
        max-height 0.3s,
        opacity 0.3s;
    transition:
        max-height 0.3s,
        opacity 0.3s;
    opacity: 0;
}
.header__mobileCont.open {
    max-height: 500px;
    opacity: 1;
}
.header__mobileCont a {
    position: relative;
    padding-left: 24px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 15px;
    line-height: 80%;
    text-transform: uppercase;
    color: #58595b;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header__mobileCont a.active,
.header__mobileCont a:hover {
    color: #f63;
}
.header__mobileCont a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 1px;
    background-color: #58595b;
}
.header__bottomWrap {
    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;
}
.header__logo img:first-child {
    width: 160px;
    height: 50px;
}
.header__logo img:last-child {
    display: none;
    width: 136px;
    height: 46px;
}
.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
}
.header__menu li a {
    transition: 0.3s all ease;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 17px;
    color: #58595b;
}
.header__search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1024px) {
    .header__search {
        display: none;
    }
}
.header__searchBtn {
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header__searchBtn.active {
    margin-right: 14px;
}
.header__searchIcon {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition:
        transform 0.3s,
        -webkit-transform 0.3s;
}
.header__searchInp {
    position: absolute;
    right: 0;
    height: 42px;
    width: 420px;
    padding: 10px 45px 10px 18px;
    border-radius: 24px;
    border: 1px solid #e2e2e2;
    background: #f3f3f3;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 500;
    color: #333;
    outline: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    opacity: 0;
    pointer-events: none;
    -webkit-transition:
        opacity 0.25s,
        -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.18, 1),
        -webkit-box-shadow 0.3s;
    transition:
        transform 0.35s cubic-bezier(0.77, 0, 0.18, 1),
        opacity 0.25s,
        box-shadow 0.3s,
        -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.18, 1),
        -webkit-box-shadow 0.3s;
}
.header__searchInp::-webkit-input-placeholder {
    color: #919294;
}
.header__searchInp::-moz-placeholder {
    color: #919294;
}
.header__searchInp:-ms-input-placeholder {
    color: #919294;
}
.header__searchInp::-ms-input-placeholder {
    color: #919294;
}
.header__searchInp::placeholder {
    color: #919294;
}
.header__searchInp.active {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    pointer-events: auto;
}
.header__searchMobile {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 23px;
}
.header__searchBtnMobile {
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 2;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    margin: 0;
}
.header__searchBtnMobile.active {
    margin: 0 15px 0 auto;
}
.header__searchIconMobile {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition:
        transform 0.3s,
        -webkit-transform 0.3s;
}
.header__searchInpMobile {
    position: absolute;
    right: 0;
    height: 40px;
    width: 100%;
    padding: 10px 45px 10px 18px;
    border-radius: 24px;
    border: 1px solid #e2e2e2;
    background: #f3f3f3;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 500;
    color: #333;
    outline: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    opacity: 0;
    pointer-events: none;
    -webkit-transition:
        opacity 0.25s,
        -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.18, 1),
        -webkit-box-shadow 0.3s;
    transition:
        transform 0.35s cubic-bezier(0.77, 0, 0.18, 1),
        opacity 0.25s,
        box-shadow 0.3s,
        -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.18, 1),
        -webkit-box-shadow 0.3s;
}
.header__searchInpMobile::-webkit-input-placeholder {
    color: #919294;
}
.header__searchInpMobile::-moz-placeholder {
    color: #919294;
}
.header__searchInpMobile:-ms-input-placeholder {
    color: #919294;
}
.header__searchInpMobile::-ms-input-placeholder {
    color: #919294;
}
.header__searchInpMobile::placeholder {
    color: #919294;
}
.header__searchInpMobile.active {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    pointer-events: auto;
}
.header__subMenuCont {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #f3f3f3;
    overflow-y: auto;
    padding: 40px 0 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header__subMenuCont.active {
    opacity: 1;
    visibility: visible;
}
.header__subMenu--close {
    position: absolute;
    right: 35px;
    top: 40px;
    cursor: pointer;
}
.header__menuSub {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}
.header__menuSub:hover p {
    color: #f63;
}
.header__menuSub p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 17px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #58595b;
}
.header__menuSub svg {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header__menuSub svg.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.subMenu {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 40px;
}
.subMenu__title {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 8px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 180%;
    text-transform: uppercase;
    color: #58595b;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.subMenu__title.active,
.subMenu__title:hover {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #f63;
}
.subMenu__group {
    margin-bottom: 10px;
}
.subMenu__group:last-child {
    margin-bottom: 0;
}
.subMenu__subtitle {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 17px;
    line-height: 180%;
    color: #58595b;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.subMenu__subtitle.active,
.subMenu__subtitle:hover {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #f63;
}
.subMenu__list li {
    position: relative;
    padding-left: 10px;
}
.subMenu__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
    width: 3px;
    height: 3px;
    background-color: #58595b;
}
.subMenu__list li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 500;
    font-size: 16px;
    color: #58595b;
}
.subMenu__list li.active a,
.subMenu__list li:hover a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #f63;
}
.footer {
    padding: 50px 0 35px;
    background-color: #f3f3f3;
}
.footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1024px) {
    .footer__wrap {
        gap: 25px;
        -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;
    }
}
.footer__left {
    width: 100%;
    max-width: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 1024px) {
    .footer__left {
        max-width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0 25px;
        border-bottom: 1px solid #d9d9d9;
    }
}
.footer__leftSub {
    max-width: 175px;
    margin-top: 10px;
    margin-bottom: 32px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: #58595b;
}
.footer__leftRev {
    width: 217px;
    height: 73px;
    margin-bottom: 25px;
}
.footer__leftP {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #58595b;
}
.footer__navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
}
@media (max-width: 1024px) {
    .footer__navs {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        gap: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 1px solid #d9d9d9;
    }
}
@media (max-width: 576px) {
    .header.is-collapsed .header__bottom {
        padding: 10px 0;
    }
    .footer__navs {
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
    }
}
.footer__nav {
    width: 100%;
    max-width: 230px;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}
@media (max-width: 1024px) {
    .footer__nav {
        margin: 0;
        padding-bottom: 25px;
        max-width: 100%;
    }
}
.footer__navTitle {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #58595b;
}
.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
.footer__menu li a {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #58595b;
}
@media (max-width: 768px) {
    .header__logo img:last-child {
        display: block;
    }
    .footer__menu {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
    .footer__menu li {
        width: calc((100% - 40px) / 3);
    }
    .footer__menu li a {
        font-size: 15px;
    }
}
.footer__menu--service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.footer__menu--service li {
    width: calc(50% - 20px);
}
.footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 270px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1024px) {
    .footer__info {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.footer__infoAdress {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: right;
    color: #58595b;
}
.footer__infoCart {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-align: right;
    color: #58595b;
}
.footer__infoTel {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: right;
    color: #58595b;
}
.footer__infoEmail {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-align: right;
    color: #58595b;
}
.footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 28px;
}
.footer__socials a svg path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.footer__socials a:hover svg path {
    fill: #f44b1d;
}
.footer__hr {
    margin: 45px 0 25px;
    border: none;
    height: 1px;
    background: #d9d9d9;
}
.footer__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 768px) {
    .footer__foot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.footer__footP {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    color: #58595b;
}
.footer__footLink {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #58595b;
}
.footer__footPay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.bunnert {
    margin-top: 160px;
    padding: 200px 0;
    background-image: var(--bg-desktop);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
    .bunnert {
        margin-top: 128px;
        background-image: var(--bg-mobile);
    }
}
@media (max-width: 576px) {
    .bunnert {
        padding: 80px 0 60px;
    }
}
.bunnert__wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
}
.bunnert__title {
    margin-bottom: 30px;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 60px;
    line-height: 90%;
    text-align: center;
    color: #fff;
}
@media (max-width: 768px) {
    .bunnert__title {
        font-size: 30px;
    }
}
.bunnert__subtitle {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 21px;
    line-height: 140%;
    text-align: center;
    color: #f3f3f3;
}
@media (max-width: 1024px) {
    .bunnert__subtitle {
        display: none;
    }
}
.experience {
    margin: 60px 0 80px;
}
.experience__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
}
@media (max-width: 768px) {
    .experience {
        margin: 25px 0;
    }
    .experience__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.experience__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(50% - 12.5px);
}
.experience__title {
    margin-bottom: 25px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 48px;
    line-height: 140%;
    color: #58595b;
}
@media (max-width: 768px) {
    .experience__text {
        width: 100%;
    }
    .experience__title {
        margin-bottom: 15px;
        font-size: 28px;
    }
}
.experience__desc {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #58595b;
}
.experience__border {
    margin-top: auto;
    border-radius: 20px;
    width: 76px;
    height: 4px;
    background-color: #f63;
}
@media (max-width: 768px) {
    .experience__desc {
        font-size: 19px;
    }
    .experience__border {
        display: none;
    }
}
.experience__cards {
    width: calc(50% - 12.5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
@media (max-width: 768px) {
    .experience__cards {
        width: 100%;
    }
}
.experience__card {
    width: calc(50% - 10px);
    border-radius: 24px;
    background-color: #f3f3f3;
    padding: 30px 15px 40px;
}
.experience__cardTitle {
    margin-bottom: 5px;
    line-height: normal;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: #f63;
}
.experience__cardTitle span {
    font-size: 52px;
}
.experience__cardDesc {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: #58595b;
}
@media (max-width: 576px) {
    .experience__card {
        padding: 20px 20px 30px;
    }
    .experience__cardDesc {
        font-size: 17px;
    }
}
.services {
    margin: 80px 0;
}
.services__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
@media (max-width: 768px) {
    .services {
        margin: 25px 0 40px;
    }
    .services__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.services__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.services__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}
.services__card img {
    border-radius: 24px;
}
@media (max-width: 768px) {
    .services__line {
        gap: 15px;
    }
    .services__card {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
    }
    .services__card img {
        aspect-ratio: 1/1 !important;
        width: 29%;
    }
}
.services__card h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 23px;
    line-height: 150%;
    color: #f63;
}
@media (max-width: 768px) {
    .services__card h3 {
        gap: 0;
        font-size: 20px;
    }
    .services__card h3 svg,
    .services__card p {
        display: none;
    }
}
.services__card p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #58595b;
}
.services__card--1 img {
    aspect-ratio: 364/368;
}
.services__card--2 img {
    aspect-ratio: 365/218;
}
.services__card--3 img {
    aspect-ratio: 364/368;
}
.services__card--4 img {
    aspect-ratio: 364/227;
}
.services__card--5 img {
    aspect-ratio: 364/368;
}
.services__card--6 img {
    aspect-ratio: 364/227;
}
@media (max-width: 768px) {
    .about {
        background-color: #f3f3f3;
        padding: 30px 0 40px;
    }
}
.about__wrap {
    position: relative;
    padding: 50px 0 70px;
    background-color: #f3f3f3;
    z-index: 1;
}
@media (max-width: 768px) {
    .about__wrap {
        padding: 0;
        margin-bottom: 30px;
    }
}
.about__wrap::after,
.about__wrap::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #f3f3f3;
    z-index: -1;
}
.about__wrap::before {
    right: 100%;
}
.about__wrap::after {
    left: 100%;
}
.about__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
}
@media (max-width: 1024px) {
    .about__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 5px;
    }
}
.about__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
    width: calc(50% - 25px);
}
@media (max-width: 1024px) {
    .about__left {
        width: 100%;
    }
}
.about__title {
    margin-bottom: 25px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 48px;
    color: #58595b;
}
@media (max-width: 768px) {
    .about__title {
        margin-bottom: 15px;
        font-size: 28px;
    }
}
.about__subtitle {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #58595b;
}
@media (max-width: 768px) {
    .about__subtitle {
        font-size: 19px;
    }
}
.about__desc {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #58595b;
    width: calc(50% - 25px);
}
@media (max-width: 1024px) {
    .about__desc {
        width: 100%;
    }
    .about__border {
        display: none;
    }
}
@media (max-width: 768px) {
    .about__desc {
        font-size: 17px;
    }
}
.about__border {
    border-radius: 20px;
    width: 76px;
    height: 4px;
    background-color: #f63;
}
.about__bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    z-index: 2;
    margin-top: -50px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.about__video {
    position: relative;
    width: calc(50% - 25px);
}
@media (max-width: 1024px) {
    .about__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        gap: 30px;
    }
    .about__video {
        width: 100%;
    }
}
.about__videoPlay {
    position: absolute;
    width: 67px;
    height: 67px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
    .about__videoСover {
        width: 100%;
    }
}
.about__list {
    width: calc(50% - 25px);
}
.about__listUl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 35px;
}
.about__listUl li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    color: #58595b;
}
@media (max-width: 1024px) {
    .about__list {
        width: 100%;
    }
    .about__listUl li {
        font-size: 17px;
    }
}
.about__listVector {
    width: 20px;
    height: 20px;
    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;
    border-radius: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ff852b),
        to(#ff581f)
    );
    background: linear-gradient(180deg, #ff852b 0, #ff581f 100%);
}
.about__link {
    display: block;
    max-width: 130px;
    text-align: center;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ff852b),
        to(#ff581f)
    );
    background: linear-gradient(180deg, #ff852b 0, #ff581f 100%);
    border-radius: 28px;
    padding: 14px 20px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 1024px) {
    .about__link {
        display: block;
        margin: 0 auto;
        width: 80%;
        max-width: 100%;
    }
}
.slogan {
    margin: 80px 0;
}
.slogan__wrap {
    border-radius: 24px;
    padding: 95px 75px 80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 768px) {
    .slogan {
        margin: 60px 0 40px;
    }
    .slogan__wrap {
        padding: 55px 20px 52px;
    }
}
.slogan__title {
    margin-bottom: 30px;
    font-family: var(--third-family);
    line-height: normal;
    font-weight: 400;
    font-size: 44px;
    color: #ffebe9;
    max-width: 420px;
}
@media (max-width: 768px) {
    .slogan__title {
        font-size: 28px;
        margin-bottom: 55px;
    }
}
.slogan__title span {
    text-transform: uppercase;
}
.slogan__btn {
    border-radius: 28px;
    padding: 14px 20px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ff852b),
        to(#ff581f)
    );
    background: linear-gradient(180deg, #ff852b 0, #ff581f 100%);
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.results {
    margin: 80px 0 60px;
}
@media (max-width: 768px) {
    .results {
        margin: 40px 0 50px;
    }
}
.results__title {
    margin-bottom: 32px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 48px;
    color: #58595b;
}
@media (max-width: 768px) {
    .results__title {
        font-size: 28px;
        margin-bottom: 15px;
    }
}
.results__subtitle {
    margin-bottom: 50px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #58595b;
}
.results__border {
    border-radius: 20px;
    width: 76px;
    height: 4px;
    background-color: #f63;
}
@media (max-width: 768px) {
    .results__subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .results__border {
        display: none;
    }
}
.results__cards {
    margin: 60px 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.results__card {
    width: calc(50% - 10px);
    border: 1px solid #d9dce2;
    border-radius: 24px;
    padding: 18px 24px 24px;
}
@media (max-width: 768px) {
    .results__cards {
        margin: 0 0 20px;
    }
    .results__card {
        width: 100%;
    }
}
.results__cardTitle {
    margin-bottom: 25px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #58595b;
}
.results__cardImages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}
.results__cardImage {
    position: relative;
    width: calc(50% - 4px);
}
.results__cardImage img {
    aspect-ratio: 1/1;
}
.results__cardImageP {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left: 8px;
    top: 8px;
    border-radius: 24px;
    padding: 7px 16px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    background-color: #f2997d;
}
.results__all {
    border: 1px solid #f63;
    border-radius: 28px;
    background-color: #fff;
    padding: 14px 20px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #f63;
}
.magazine {
    margin: 80px 0;
}
@media (max-width: 768px) {
    .magazine {
        margin: 40px 0;
    }
}
.magazine__title {
    margin-bottom: 35px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 48px;
    color: #58595b;
}
@media (max-width: 768px) {
    .magazine__title {
        margin-bottom: 25px;
        font-size: 20px;
    }
}
.magazine__swiper {
    margin-bottom: 32px;
}
.magazine__card {
    border-radius: 24px;
    position: relative;
}
.magazine__card img {
    border-radius: 24px;
    aspect-ratio: 268/320;
    -webkit-filter: brightness(75%);
    filter: brightness(75%);
}
.magazine__card p {
    position: absolute;
    left: 20px;
    max-width: 225px;
    bottom: 20px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    color: #ffeaea;
}
.magazine__link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 14px 20px;
    border: 1px solid #f63;
    border-radius: 28px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #f63;
}
@media (max-width: 768px) {
    .magazine__swiper {
        margin-bottom: 25px;
    }
    .magazine__card p {
        left: 12px;
        font-size: 17px;
    }
    .magazine__link {
        text-align: center;
        width: 80%;
        margin: 0 auto;
        font-size: 16px;
    }
}
.swiper__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-tab {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 50px;
    max-width: 74px;
    height: 4px;
    border-radius: 20px;
    background-color: #e5e0e0;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.swiper-tab.active {
    background-color: #f63;
}
.main__hr {
    margin: 60px 0;
    height: 1px;
    border: none;
    background-color: #d9d9d9;
}
@media (max-width: 768px) {
    .main__hr {
        display: none;
    }
}
.cookie {
    border: 1px solid #d2d2d2;
    background-color: #e3e3e3;
    position: fixed;
    padding: 10px 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: none;
}
.cookie.active {
    visibility: visible;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cookie__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cookie__btn {
    padding: 8px 18px;
    border-radius: 24px;
    background-color: #ff815a;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.cookie p {
    max-width: 660px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #58595b;
}
.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin: 213px 0 32px;
}
.breadcrumbs a,
.breadcrumbs p {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #58595b;
}
.promotions {
    margin: 80px 0;
}
@media (max-width: 768px) {
    .breadcrumbs {
        display: none;
    }
    .promotions {
        margin: 40px 0;
    }
}
.promotions__title {
    margin-bottom: 55px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 48px;
    color: #58595b;
}
.promotions__card {
    aspect-ratio: 559/352;
    border-radius: 24px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 35px 30px 30px;
}
@media (max-width: 768px) {
    .promotions__title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .promotions__tabs {
        display: none;
    }
    .promotions__card {
        padding: 30px 15px 35px;
    }
}
.promotions__cardTitle {
    margin-bottom: 20px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
    color: #ff802a;
}
.promotions__cardTitle span {
    font-size: 60px;
}
@media (max-width: 768px) {
    .promotions__cardTitle {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .promotions__cardTitle span {
        font-size: 44px;
    }
}
.promotions__cardSubtitle {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #58595b;
    max-width: 280px;
}
.specialists {
    margin: 60px 0 70px;
}
@media (max-width: 768px) {
    .promotions__cardSubtitle {
        font-size: 18px;
    }
    .specialists {
        margin: 40px 0;
    }
}
.specialists__title {
    margin-bottom: 50px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 48px;
    color: #58595b;
}
.specialists__card img {
    aspect-ratio: 254/324;
    margin-bottom: 16px;
}
@media (max-width: 768px) {
    .specialists__title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .specialists__tabs {
        display: none;
    }
    .specialists__card img {
        display: block;
        width: 76%;
        margin: 0 auto 15px;
    }
}
.specialists__cardName {
    margin-bottom: 8px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #ff802a;
}
@media (max-width: 768px) {
    .specialists__cardName {
        font-size: 19px;
    }
}
.specialists__cardName span {
    font-weight: 700;
}
.specialists__cardDesc {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    color: #58595b;
}
.reviews {
    margin: 70px 0;
}
.reviews__title {
    margin-bottom: 50px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 48px;
    color: #58595b;
}
@media (max-width: 768px) {
    .reviews__title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .reviews__tabs {
        display: none;
    }
}
.reviews__tabs {
    margin-bottom: 50px;
}
.reviews__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    border-radius: 24px;
    padding: 40px 30px;
    background-color: #f3f3f3;
    height: auto !important;
}
.reviews__cardFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.reviews__cardLeft {
    margin-bottom: 20px;
}
.reviews__cardLeft h4 {
    margin-bottom: 10px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #58595b;
}
.reviews__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
}
.reviews__date {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    text-align: right;
    color: #9e9e9e;
}
.reviews__content {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #58595b;
}
.reviews__specialists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.reviews__specCard img {
    margin-bottom: 5px;
    width: 83px;
    height: 80px;
    border-radius: 100%;
}
.reviews__specName {
    font-family: var(--font-family);
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #58595b;
}
.reviews__link {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #58595b;
}
.reviews__swiper {
    margin-bottom: 32px;
}
.reviews__allLink {
    display: block;
    max-width: 220px;
    border: 1px solid #f63;
    border-radius: 28px;
    padding: 14px 20px;
    text-align: center;
    background-color: #fff;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #f63;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 768px) {
    .reviews__allLink {
        width: 80%;
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }
}
.news {
    margin: 80px 0;
}
@media (max-width: 768px) {
    .news {
        margin: 50px 0 40px;
    }
}
.news__title {
    margin-bottom: 32px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 48px;
    color: #58595b;
}
@media (max-width: 768px) {
    .news__title {
        font-size: 28px;
        margin-bottom: 20px;
    }
}
.news__card {
    width: calc((100% - 40px) / 3);
}
.news__card img {
    border-radius: 24px;
    aspect-ratio: 364/256;
    margin-bottom: 20px;
}
.news__cardDate {
    margin-bottom: 5px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #58595b;
}
.news__cardPreview {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #58595b;
}
@media (max-width: 576px) {
    .news__card img {
        margin-bottom: 15px;
    }
    .news__cardDate {
        display: none;
    }
    .news__cardPreview {
        font-size: 16px;
    }
}
.news__cardPreview span {
    font-weight: 700;
}
.news__all {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 32px;
    border: 1px solid #f63;
    border-radius: 28px;
    background-color: #fff;
    padding: 14px 20px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #f63;
}
@media (max-width: 768px) {
    .news__all {
        display: block;
        width: 80%;
        margin: 20px auto 0;
        text-align: center;
    }
}
.quest {
    margin: 60px 0 75px;
}
.quest__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
}
@media (max-width: 768px) {
    .quest {
        margin: 40px 0;
    }
    .quest__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 45px;
    }
}
.quest__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(50% - 30px);
}
.quest__title {
    margin-bottom: 40px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 48px;
    color: #58595b;
}
@media (max-width: 768px) {
    .quest__info {
        width: 100%;
        gap: 30px;
    }
    .quest__title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .quest__subtitle {
        font-size: 18px;
    }
}
.quest__subtitle {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #58595b;
}
.quest__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 15px;
    color: #58595b;
    margin-bottom: 35px;
}
.quest__phone button {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ff852b),
        to(#ff581f)
    );
    background: linear-gradient(180deg, #ff852b 0, #ff581f 100%);
    border-radius: 100%;
}
.quest__phone button::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ff6a20),
        to(#f44b1d)
    );
    background: linear-gradient(180deg, #ff6a20 0, #f44b1d 100%);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.quest__phone button svg {
    position: relative;
    z-index: 1;
}
.quest__phone button:hover::before {
    opacity: 1;
}
.quest__phone button:focus:not(:active)::before {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#f7a08a),
        to(#f29983)
    );
    background: linear-gradient(180deg, #f7a08a 0, #f29983 100%);
    opacity: 1;
}
.quest__phone img {
    min-width: 36px;
    min-height: 36px;
    border-radius: 18px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ff852b),
        to(#ff581f)
    );
    background: linear-gradient(180deg, #ff852b 0, #ff581f 100%);
}
.quest__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.quest__socials button {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ff852b),
        to(#ff581f)
    );
    background: linear-gradient(180deg, #ff852b 0, #ff581f 100%);
    border-radius: 100%;
}
.quest__socials button::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ff6a20),
        to(#f44b1d)
    );
    background: linear-gradient(180deg, #ff6a20 0, #f44b1d 100%);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.quest__socials button svg {
    position: relative;
    z-index: 1;
}
.quest__socials button:hover::before {
    opacity: 1;
}
.quest__socials button:focus:not(:active)::before {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#f7a08a),
        to(#f29983)
    );
    background: linear-gradient(180deg, #f7a08a 0, #f29983 100%);
    opacity: 1;
}
.quest__socials a {
    width: 36px;
    height: 36px;
}
.quest__form {
    width: calc(50% - 30px);
    padding: 60px 45px 50px 50px;
    border-radius: 24px;
    background-color: #f3f3f3;
}
.quest__formTitle {
    margin-bottom: 35px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 32px;
    color: #58595b;
}
@media (max-width: 768px) {
    .quest__form {
        width: 100%;
        padding: 30px 25px 40px 30px;
    }
    .quest__formTitle {
        font-size: 24px;
        margin-bottom: 25px;
    }
}
.quest__formInputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 32px;
}
.quest__formInput {
    padding-bottom: 12px;
    border: none;
    border-bottom: 1px solid #58595b;
    outline: 0;
    background-color: transparent;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #58595b;
}
.quest__formInput::-webkit-input-placeholder {
    color: #58595b;
}
.quest__formInput::-moz-placeholder {
    color: #58595b;
}
.quest__formInput:-ms-input-placeholder {
    color: #58595b;
}
.quest__formInput::-ms-input-placeholder {
    color: #58595b;
}
.quest__formInput::placeholder {
    color: #58595b;
}
.quest__checkBlock {
    margin-bottom: 20px;
}
.quest__checkBlock .custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    cursor: pointer;
}
.quest__checkBlock input {
    display: none;
}
.quest__checkBlock .checkbox-box {
    width: 20px;
    height: 20px;
    border: 1px solid #cccaca;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.quest__checkBlock .checkbox-box svg {
    opacity: 0;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.quest__checkBlock input:checked + .checkbox-box svg {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.quest__checkBlock p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #58595b;
    margin: 0;
}
.quest__checkBlock p a {
    color: #58595b;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.quest__formSend {
    border-radius: 28px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ff852b),
        to(#ff581f)
    );
    background: linear-gradient(180deg, #ff852b 0, #ff581f 100%);
    padding: 14px 20px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
@media (max-width: 576px) {
    .quest__formSend {
        display: block;
        margin: 0 auto;
    }
}
.contacts {
    margin: 0 0 80px;
}
@media (max-width: 768px) {
    .contacts {
        margin: 155px 0 40px;
    }
}
.contacts__title {
    margin-bottom: 45px;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 60px;
    line-height: 90%;
    color: #58595b;
}
@media (max-width: 768px) {
    .contacts__title {
        margin-bottom: 32px;
        font-size: 32px;
    }
}
.contacts__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
}
.contacts__info {
    width: calc(50% - 10px);
}
@media (max-width: 768px) {
    .contacts__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 26px;
    }
    .contacts__info {
        width: 100%;
    }
}
.contacts__info h6,
.contacts__info p {
    font-family: var(--font-family);
    font-size: 18px;
    line-height: normal;
    color: #58595b;
}
.contacts__info h6 {
    margin-bottom: 5px;
    font-weight: 600;
}
.contacts__info p {
    font-weight: 500;
}
.contacts__info a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 500;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #58595b;
}
.contacts__info a:hover {
    color: #f63;
}
.contacts__info a:has(svg) {
    text-decoration: none;
    margin: 5px 5px 0 0;
    display: inline-block;
}
.contacts__info a:has(svg):last-child {
    margin: 5px 0 0;
}
.contacts__img {
    max-height: 577px;
    border-radius: 24px;
    aspect-ratio: 564/577;
    width: calc(50% - 10px);
}
.contacts__map {
    width: 100%;
    border-radius: 24px;
}
.prom {
    margin: 0 0 80px;
}
@media (max-width: 768px) {
    .contacts__img {
        width: 100%;
    }
    .contacts__map {
        max-height: 240px;
    }
    .prom {
        margin: 155px 0 40px;
    }
}
.prom__title {
    margin-bottom: 56px;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 60px;
    line-height: 90%;
    color: #58595b;
}
@media (max-width: 768px) {
    .prom__title {
        font-size: 32px;
        margin-bottom: 25px;
    }
}
.prom__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    margin-bottom: 45px;
}
.prom__image {
    position: relative;
    width: calc(50% - 40px);
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .prom__wrap {
        gap: 25px;
        margin-bottom: 40px;
    }
    .prom__image {
        width: 100%;
    }
}
.prom__image img {
    display: block;
    width: 100%;
    max-width: none;
    border-radius: 24px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.prom__imageText {
    position: absolute;
    top: 40px;
    left: 25px;
}
@media (max-width: 1076px) {
    .prom__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prom__imageText {
        width: 100%;
    }
}
.prom__imageText h3 {
    margin-bottom: 11px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
    color: #ff802a;
}
.prom__imageText h3 span {
    font-size: 60px;
}
@media (max-width: 576px) {
    .prom__imageText {
        top: 20px;
        left: 17px;
    }
    .prom__imageText h3 {
        margin-bottom: 6px;
        font-size: 26px;
    }
    .prom__imageText h3 span {
        font-size: 45px;
    }
}
.prom__imageText p {
    max-width: 200px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #58595b;
}
.prom__date {
    margin-bottom: 25px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #58595b;
}
@media (max-width: 576px) {
    .prom__imageText p {
        font-size: 19px;
    }
    .prom__date {
        margin-bottom: 20px;
        font-size: 18px;
    }
}
.prom__rightText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
}
.prom__rightText h3,
.prom__rightText p,
.prom__rightText strong {
    font-family: var(--font-family);
    line-height: 150%;
    color: #58595b;
}
.prom__rightText h3 {
    font-weight: 700;
    font-size: 24px;
}
.prom__rightText p {
    font-weight: 500;
    font-size: 18px;
}
@media (max-width: 576px) {
    .prom__rightText p {
        font-size: 17px;
    }
}
.prom__rightText strong {
    font-size: 18px;
    font-weight: 700;
}
.prom__btn {
    border-radius: 28px;
    padding: 14px 20px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ff852b),
        to(#ff581f)
    );
    background: linear-gradient(180deg, #ff852b 0, #ff581f 100%);
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 576px) {
    .prom__rightText strong {
        font-size: 17px;
    }
    .prom__btn {
        width: 100%;
    }
}
.prom__bottom p {
    font-family: var(--font3);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #58595b;
}
.prom__bottom hr {
    margin: 45px 0 25px;
    border: none;
    height: 1px;
    width: 100%;
    background-color: #d9d9d9;
}
@media (max-width: 768px) {
    .offers {
        margin: 155px 0 45px;
    }
}
.offers__title {
    margin-bottom: 35px;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 60px;
    line-height: 90%;
    color: #58595b;
}
@media (max-width: 576px) {
    .prom__bottom p {
        font-size: 17px;
    }
    .prom__bottom hr {
        margin: 30px 0 15px;
    }
    .offers__title {
        font-size: 32px;
        margin-bottom: 25px;
    }
}
.offers__subtitle {
    margin-bottom: 70px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #58595b;
}
.offers__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 15px;
}
.offers__card {
    position: relative;
    border-radius: 24px;
    width: calc(50% - 7.5px);
    aspect-ratio: 559/352;
}
.offers__card img {
    border-radius: 24px;
    width: 100%;
}
.offers__cardText {
    position: absolute;
}
.offers__cardText h3 {
    margin-bottom: 10px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
    color: #ff802a;
}
.offers__cardText h3 span {
    font-size: 60px;
}
@media (max-width: 576px) {
    .offers__subtitle {
        font-size: 17px;
        margin-bottom: 20px;
    }
    .offers__cardText h3 {
        font-size: 26px;
        margin-bottom: 6px;
    }
    .offers__cardText h3 span {
        font-size: 45px;
    }
}
.offers__cardText p {
    max-width: 300px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #58595b;
}
.offers__card--left {
    left: 30px;
    top: 40px;
}
@media (max-width: 576px) {
    .offers__cardText p {
        font-size: 19px;
    }
    .offers__card--left {
        top: 22px;
        left: 17px;
    }
}
.offers__card--right {
    text-align: right;
    max-width: 200px;
    right: 25px;
    top: 20px;
}
.offers__hr {
    margin-top: 70px;
    height: 1px;
    border: none;
    background-color: #d9d9d9;
}
@media (max-width: 576px) {
    .offers__card--right {
        right: 10px;
        top: 10px;
        max-width: 175px;
    }
    .offers__hr {
        display: none;
    }
}
@media (max-width: 768px) {
    .offers__cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
    .offers__card {
        width: 100%;
    }
    .experts {
        margin: 155px 0 40px;
    }
}
.experts__title {
    margin-bottom: 30px;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 60px;
    line-height: 90%;
    color: #58595b;
}
.experts__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 110px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.experts__abs {
    position: absolute;
    top: 0;
    left: 39%;
    -webkit-transform: translateX(-39%);
    -ms-transform: translateX(-39%);
    transform: translateX(-39%);
    z-index: -1;
}
@media (max-width: 768px) {
    .experts__title {
        font-size: 32px;
        margin-bottom: 25px;
    }
    .experts__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }
    .experts__abs {
        left: -15px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        top: auto;
        bottom: 40px;
        width: 46%;
    }
}
.experts__img {
    width: 100%;
    max-width: 337px;
    aspect-ratio: 337/430;
}
@media (max-width: 768px) {
    .experts__img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
}
.experts__texts {
    width: 100%;
    max-width: 682px;
}
.experts__subtitle {
    margin-bottom: 45px;
    font-family: var(--font-family);
    font-style: italic;
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
    color: #58595b;
}
@media (max-width: 768px) {
    .experts__texts {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .experts__subtitle {
        font-size: 18px;
        max-width: 295px;
        margin: 0 auto 20px;
    }
}
.experts__textBottom {
    margin-left: auto;
    max-width: 450px;
}
@media (max-width: 768px) {
    .experts__textBottom {
        max-width: 100%;
        margin: 0;
    }
    .experts__name {
        font-size: 20px;
    }
}
.experts__name {
    margin-bottom: 8px;
    font-family: var(--font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    color: #ff802a;
}
.experts__name span {
    font-weight: 700;
}
.experts__p {
    font-family: var(--font-family);
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #58595b;
}
.experts__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px 40px;
    padding: 40px 35px;
    background-color: #f3f3f3;
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .experts__p {
        font-size: 16px;
    }
    .experts__categories,
    .experts__desc {
        display: none;
    }
}
.experts__categories li a {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    color: #58595b;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.experts__categories li a.active,
.experts__categories li a:hover {
    color: #f63;
}
.experts__desc {
    margin-bottom: 40px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #58595b;
}
.experts__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.experts__card {
    width: calc((100% - 60px) / 4);
}
@media (max-width: 1076px) {
    .experts__card {
        width: calc((100% - 40px) / 3);
    }
}
@media (max-width: 768px) {
    .experts__cards {
        gap: 40px;
    }
    .experts__card {
        width: calc((100% - 20px) / 2);
    }
    .experts__hr {
        display: none;
    }
}
@media (max-width: 576px) {
    .experts__card {
        width: 82%;
        margin: 0 auto;
    }
}
.experts__card img {
    margin-bottom: 16px;
    aspect-ratio: 254/324;
    width: 100%;
}
.experts__card h3 {
    margin-bottom: 8px;
    font-family: var(--font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    color: #ff802a;
}
.experts__card h3 span {
    font-weight: 700;
}
.experts__card p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    color: #58595b;
}
.experts__hr {
    margin: 40px 0 0;
    width: 100%;
    border: none;
    height: 1px;
    background-color: #d9d9d9;
}
.expert {
    margin: 55px 0 0;
}
.expert__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 150px;
}
.expert__img {
    width: calc(50% - 166px);
    aspect-ratio: 401/512;
}
@media (max-width: 768px) {
    .expert {
        margin: 155px 0 40px;
    }
    .expert__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }
    .expert__img {
        width: 100%;
    }
}
.expert__info {
    width: 100%;
    margin-bottom: 58px;
}
@media (max-width: 768px) {
    .expert__info {
        margin: 0;
    }
}
.expert__title {
    margin-bottom: 20px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    color: #58595b;
}
@media (max-width: 768px) {
    .expert__title {
        margin-bottom: 8px;
        font-size: 20px;
        color: #ff802a;
    }
}
.expert__title span {
    font-weight: 600;
}
.expert__mobTitle {
    display: none;
    margin-bottom: 25px;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    color: #58595b;
}
@media (max-width: 768px) {
    .expert__mobTitle {
        display: block;
    }
}
.expert__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 35px;
}
@media (max-width: 768px) {
    .expert__list {
        gap: 10px;
        margin-bottom: 20px;
    }
}
.expert__list li {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    color: #58595b;
}
.expert__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
    margin-bottom: 35px;
}
.expert__socials a {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ff852b),
        to(#ff581f)
    );
    background: linear-gradient(180deg, #ff852b 0, #ff581f 100%);
    border-radius: 18px;
}
.expert__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}
.expert__button {
    border: 1px solid transparent;
    border-radius: 28px;
    padding: 14px 20px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 768px) {
    .expert__socials {
        margin-bottom: 30px;
    }
    .expert__button {
        width: 100%;
    }
}
.expert__button.btn-white {
    border: 1px solid #f63;
    color: #f63;
}
.expert__button.btn-orange {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ff852b),
        to(#ff581f)
    );
    background: linear-gradient(180deg, #ff852b 0, #ff581f 100%);
    color: #fff;
}
.education {
    padding: 35px 0 65px;
    background-color: #f3f3f3;
}
@media (max-width: 576px) {
    .expert__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .education {
        padding: 30px 0 45px;
    }
}
.education__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}
.education__title {
    margin-bottom: 32px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 40px;
    line-height: 130%;
    color: #58595b;
}
.education__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.education__list li {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    color: #58595b;
}
@media (max-width: 576px) {
    .education__title {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .education__list {
        gap: 25px;
    }
    .education__list li {
        font-optical-sizing: 17px;
    }
}
.outcome {
    margin: 80px 0;
}
@media (max-width: 576px) {
    .outcome {
        margin: 40px 0;
    }
}
.outcome__title {
    margin-bottom: 45px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 40px;
    color: #58595b;
}
.outcome__card {
    padding: 30px 50px 50px;
    border: 1px solid #d9dce2;
    border-radius: 24px;
}
.outcome__card h4 {
    margin-bottom: 20px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #58595b;
}
@media (max-width: 576px) {
    .outcome__title {
        margin-bottom: 25px;
        font-size: 28px;
    }
    .outcome__tabs {
        display: none;
    }
    .outcome__card {
        padding: 10px 12px 12px;
    }
    .outcome__card h4 {
        margin-bottom: 6px;
        font-size: 18px;
    }
}
.outcome__cardWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.outcome__cardBox {
    position: relative;
    width: calc(50% - 10px);
    aspect-ratio: 1/1;
}
.outcome__cardDiv {
    position: absolute;
    top: 8px;
    left: 8px;
    border-radius: 24px;
    background-color: #f2997d;
    padding: 6px 16px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
}
.certificate {
    margin: 80px 0;
}
@media (max-width: 576px) {
    .outcome__cardWrap {
        gap: 5px;
    }
    .outcome__cardBox {
        width: calc(50% - 2.5px);
    }
    .outcome__cardDiv {
        font-size: 12px;
    }
    .certificate {
        margin: 40px 0;
    }
    .certificate__tabs {
        display: none;
    }
}
.certificate__title {
    margin-bottom: 40px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 40px;
    color: #58595b;
}
@media (max-width: 576px) {
    .certificate__title {
        font-size: 28px;
        margin-bottom: 25px;
    }
}
.certificate__card {
    aspect-ratio: 204/304;
}
.certificate__card img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.solutions {
    padding: 35px 0 55px;
    background-color: #f3f3f3;
}
.solutions__title {
    margin-bottom: 15px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 40px;
    line-height: 130%;
    color: #58595b;
}
.solutions__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 130px;
}
@media (max-width: 768px) {
    .solutions {
        padding: 25px 0 40px;
    }
    .solutions__title {
        font-size: 28px;
    }
    .solutions__wrap {
        gap: 25px;
    }
}
.solutions__block {
    width: calc(50% - 65px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 35px;
}
.solutions__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}
.solutions__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 200%;
    color: #58595b;
}
@media (max-width: 768px) {
    .solutions__block {
        width: 100%;
        gap: 15px;
    }
    .solutions__list li {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}
.solutions__list p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 200%;
    color: #000;
}
.solutions__listVector {
    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;
    min-width: 20px;
    min-height: 20px;
    border-radius: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ff852b),
        to(#ff581f)
    );
    background: linear-gradient(180deg, #ff852b 0, #ff581f 100%);
}
.promo {
    padding: 50px 0 80px;
    margin: 168px 0 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: var(--bg-desktop);
}
@media (max-width: 1024px) {
    .promo {
        margin: 139px 0 40px;
    }
}
@media (max-width: 768px) {
    .promo {
        margin: 129px 0 40px;
        padding: 58px 0;
        background-image: var(--bg-mobile);
    }
}
.promo__title {
    margin-bottom: 50px;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 60px;
    line-height: 90%;
    color: #fff;
}
@media (max-width: 768px) {
    .promo__title {
        font-size: 32px;
        margin-bottom: 20px;
    }
}
.promo__btn {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding: 14px 20px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 28px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.promo-video {
    overflow: hidden;
    position: relative;
}

.promo-video .container {
    z-index: 15;
}

.promo-video::before {
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.promo-video__frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    z-index: 5;
}

.promo-video .container {
    z-index: 15;
    position: relative;
}

@media all and (max-width: 360px) {
    .promo-video__frame {
        width: auto;
        height: 100%;
    }
}

.breadcrumbs--noMargin {
    margin: 50px 0 60px;
    color: #fff;
}
.breadcrumbs--noMargin a,
.breadcrumbs--noMargin p {
    color: #fff;
}
.service__menu {
    margin: 40px 0;
    padding-bottom: 35px;
    border-bottom: 1px solid #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 576px) {
    .service__menu {
        display: none;
    }
}
.service__menu li a {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    color: #58595b;
}
.operation {
    margin: 35px 0 80px;
}
@media (max-width: 768px) {
    .operation {
        margin: 25px 0 40px;
    }
}
.operation__title {
    margin-bottom: 30px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 48px;
    line-height: 140%;
    color: #58595b;
}
@media (max-width: 768px) {
    .operation__title {
        margin-bottom: 16px;
        font-size: 28px;
    }
}
.operation__desc {
    margin-bottom: 80px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #58595b;
}
.operation__desc span {
    font-size: 28px;
}
.operation__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 768px) {
    .operation__desc {
        font-size: 18px;
        margin-bottom: 45px;
    }
    .operation__desc span {
        font-size: 22px;
    }
    .operation__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 35px;
    }
}
.operation__menu {
    width: calc(50% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}
.operation__menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #58595b;
}
.operation__svg {
    min-width: 20px;
    min-height: 20px;
    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;
    border-radius: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ff852b),
        to(#ff581f)
    );
    background: linear-gradient(180deg, #ff852b 0, #ff581f 100%);
}
.operation__menuTitle {
    margin-bottom: 5px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 36px;
    line-height: 130%;
    color: #58595b;
}
@media (max-width: 768px) {
    .operation__menu {
        width: 100%;
    }
    .operation__menuTitle {
        font-size: 24px;
        margin-bottom: 0;
    }
}
.cost {
    margin: 80px 0;
}
@media (max-width: 768px) {
    .cost {
        margin: 40px 0 60px;
    }
}
.cost__title {
    margin-bottom: 35px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 48px;
    line-height: 140%;
    color: #58595b;
}
@media (max-width: 768px) {
    .cost__title {
        font-size: 28px;
        margin-bottom: 12px;
    }
}
.cost__desc {
    margin-bottom: 50px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #58595b;
}
@media (max-width: 768px) {
    .cost__desc {
        font-size: 16px;
        margin-bottom: 30px;
    }
}
.cost__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 32px;
}
.cost__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 17px 0;
    border-top: 1px solid #d9d9d9;
}
.cost__box:last-child {
    border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 768px) {
    .cost__box {
        -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: start;
        gap: 0;
        padding: 13px 0;
    }
}
.cost__boxFirst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cost__boxFirst p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #58595b;
}
@media (max-width: 768px) {
    .cost__boxFirst {
        -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: start;
        gap: 5px;
    }
    .cost__boxFirst p {
        font-size: 18px;
    }
}
.cost__boxSecond {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cost__boxSecond p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #58595b;
}
.cost__boxSecond p.cross {
    text-decoration: line-through;
}
.cost__btn {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ff852b),
        to(#ff581f)
    );
    background: linear-gradient(180deg, #ff852b 0, #ff581f 100%);
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 14px 20px;
    border-radius: 28px;
}
@media (max-width: 768px) {
    .cost__boxSecond p {
        font-size: 18px;
    }
    .cost__btn {
        display: block;
        margin: 0 auto;
    }
}
.questions {
    margin: 80px 0;
}
.questions__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}
@media (max-width: 768px) {
    .questions {
        margin: 40px 0;
    }
    .questions__wrap {
        gap: 8px;
    }
}
.questions__drop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    border-radius: 24px;
    border: 1px solid #d9d9d9;
    padding: 30px 38px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.questions__drop.active {
    gap: 35px;
}
.questions__prev {
    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;
    gap: 20px;
}
.questions__prevTitle {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #58595b;
}
.questions__prevVector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    max-height: 28px;
    max-width: 28px;
    border-radius: 100%;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #f63;
    min-height: 28px;
    min-width: 28px;
}
.questions__prevVector.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.questions__prevVector.active svg {
    margin-left: -1px;
    margin-top: 1px;
}
.questions__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.questions__content p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #58595b;
}
.drugs {
    margin: 80px 0;
}
@media (max-width: 768px) {
    .questions__drop {
        padding: 25px 15px 25px 20px;
    }
    .questions__drop.active {
        gap: 18px;
    }
    .questions__prevTitle {
        font-size: 20px;
    }
    .questions__content p {
        font-size: 17px;
    }
    .drugs {
        margin: 40px 0;
    }
}
.drugs__title {
    margin-bottom: 35px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 48px;
    color: #58595b;
}
@media (max-width: 768px) {
    .drugs__title {
        margin-bottom: 15px;
        font-size: 28px;
    }
}
.drugs__subtitle {
    margin-bottom: 30px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #58595b;
}
.drugs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    padding: 45px 60px 50px;
    background-color: #f3f3f3;
    border-radius: 24px;
}
.drugs__list p {
    margin-bottom: 5px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    color: #58595b;
}
@media (max-width: 768px) {
    .drugs__subtitle {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .drugs__list {
        padding: 24px 26px;
    }
    .drugs__list p {
        font-size: 16px;
    }
}
.drugs__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    color: #58595b;
}
.drugs__listSvg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ff852b),
        to(#ff581f)
    );
    background: linear-gradient(180deg, #ff852b 0, #ff581f 100%);
}
.types {
    margin: 80px 0;
}
@media (max-width: 768px) {
    .drugs__list li {
        font-size: 18px;
    }
    .types {
        margin: 40px 0;
    }
}
.types__title {
    margin-bottom: 40px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 48px;
    color: #58595b;
}
.types__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px 20px;
}

.types li {
    border: 1px solid #d9d9d9;
    border-radius: 24px;
    padding: 20px 32px;
}

.types__list li a {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #58595b;
}
@media (max-width: 768px) {
    .types__title {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .types__list {
        gap: 15px;
    }
    .types__list li {
        padding: 21px 24px;
        font-size: 18px;
    }
}
.faq {
    margin: 80px 0;
}
@media (max-width: 768px) {
    .faq {
        margin: 40px 0;
    }
}
.faq__title {
    margin-bottom: 32px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 48px;
    color: #58595b;
}
.faq__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}
.faq__drop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 30px 30px 30px 40px;
    border-radius: 24px;
    background: #f3f3f3;
}
.faq__drop.active {
    gap: 30px;
    padding: 30px 30px 60px 40px;
}
@media (max-width: 768px) {
    .faq__title {
        margin-bottom: 25px;
        font-size: 28px;
    }
    .faq__drop {
        padding: 20px 15px 23px 30px;
    }
    .faq__drop.active {
        gap: 15px;
        padding: 20px 15px 23px 30px;
    }
}
.faq__dropPrev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}
.faq__dropPrevH3 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #58595b;
}
.faq__dropContent {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
}
.faq__dropContent p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #58595b;
}
.faq__dropPrevVec {
    border-radius: 50%;
    cursor: pointer;
    width: 38px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.faq__dropPrevVector {
    width: 18px;
    height: 18px;
    position: relative;
}
.faq__dropPrevVector::after,
.faq__dropPrevVector::before {
    content: "";
    position: absolute;
    background-color: #f63;
    border-radius: 2px;
    -webkit-transition: -webkit-transform 0.3s;
    transition:
        transform 0.3s,
        -webkit-transform 0.3s;
}
.faq__dropPrevVector::before {
    width: 18px;
    height: 1px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.faq__dropPrevVector::after {
    width: 1px;
    height: 18px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.faq__dropPrevVector.active::after {
    -webkit-transform: translate(-50%, -50%) scaleY(0);
    -ms-transform: translate(-50%, -50%) scaleY(0);
    transform: translate(-50%, -50%) scaleY(0);
}
.hero {
    padding: 50px 0 90px;
    margin: 168px 0 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: var(--bg-desktop);
}
@media (max-width: 1024px) {
    .hero {
        margin: 139px 0 40px;
    }
}
@media (max-width: 768px) {
    .faq__dropPrevH3 {
        font-size: 20px;
    }
    .faq__dropContent p {
        font-size: 17px;
    }
    .hero {
        margin: 129px 0 40px;
        padding: 58px 0;
        background-image: var(--bg-mobile);
    }
}
.hero__title {
    margin-bottom: 30px;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 60px;
    line-height: 90%;
    color: #fff;
}
@media (max-width: 768px) {
    .hero__title {
        font-size: 32px;
        margin-bottom: 30px;
    }
}
.hero__subtitle {
    max-width: 605px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 21px;
    line-height: 140%;
    color: #f3f3f3;
}
.inf {
    margin: 80px 0;
}
@media (max-width: 768px) {
    .hero__subtitle {
        font-size: 18px;
    }
    .inf {
        margin: 40px 0;
    }
}
.inf__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}
.inf__desc {
    width: calc(50% - 10px);
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #58595b;
}
@media (max-width: 768px) {
    .inf__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 32px;
    }
    .inf__desc {
        width: 100%;
    }
}
.inf__image {
    position: relative;
    width: calc(50% - 10px);
    border-radius: 24px;
    aspect-ratio: 556/320;
}
@media (max-width: 768px) {
    .inf__image {
        width: 100%;
    }
}
.inf__videoPlay {
    position: absolute;
    width: 67px;
    height: 67px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.inf__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inf__card {
    width: calc(25% - 15px);
    border-radius: 24px;
    background-color: #f3f3f3;
    padding: 30px 15px 40px;
}
@media (max-width: 1024px) {
    .inf__card {
        width: calc((100% - 40px) / 3);
    }
}
.inf__cardTitle {
    margin-bottom: 5px;
    line-height: normal;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: #f63;
}
@media (max-width: 768px) {
    .inf__card {
        width: calc(50% - 10px);
        padding: 20px 10px 20px 15px;
    }
    .inf__cardTitle {
        margin-bottom: 0;
    }
}
.inf__cardTitle span {
    margin-right: 5px;
    font-size: 52px;
}
.inf__cardDesc {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: #58595b;
}
.interior {
    margin: 80px 0;
}
@media (max-width: 768px) {
    .interior {
        margin: 40px 0;
    }
}
.interior__title {
    margin-bottom: 50px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 40px;
    color: #58595b;
}
@media (max-width: 768px) {
    .interior__title {
        margin-bottom: 25px;
        font-size: 28px;
    }
    .interior__tabs {
        display: none;
    }
}
.interior__tabs {
    margin-bottom: 65px;
}
.interior__swiper {
    margin-bottom: 55px;
}
.interior__card {
    aspect-ratio: 1129/701;
}
.interior__card img {
    height: 100%;
}
.interior__desc {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #58595b;
}
@media (max-width: 768px) {
    .interior__swiper {
        margin-bottom: 28px;
    }
    .interior__desc {
        font-size: 18px;
    }
}
.documents {
    margin: 80px 0;
}
@media (max-width: 768px) {
    .documents {
        margin: 40px 0;
    }
}
.documents__title {
    margin-bottom: 50px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 40px;
    color: #58595b;
}
@media (max-width: 768px) {
    .documents__title {
        margin-bottom: 25px;
        font-size: 28px;
    }
    .documents__tabs {
        display: none;
    }
}
.documents__tabs {
    margin-bottom: 55px;
}
.documents__cardImages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
}
@media (max-width: 768px) {
    .documents__cardImages {
        margin-bottom: 10px;
    }
}
.documents__cardImages img {
    width: 50%;
    aspect-ratio: 182/257;
}
.documents__vectors {
    display: none;
    gap: 20px;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .documents__vectors {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.documents__cardDate {
    margin-bottom: 2px;
    font-family: var(--second-family);
    font-weight: 400;
    text-align: center;
    font-size: 17px;
    line-height: 140%;
    color: #9e9e9e;
}
.documents__cardP {
    margin-bottom: 5px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 130%;
    text-align: center;
    color: #58595b;
}
.documents__check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #f63;
}
.rating {
    margin: 80px 0;
}
@media (max-width: 768px) {
    .rating {
        margin: 40px 0;
    }
}
.rating__title {
    margin-bottom: 50px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 40px;
    color: #58595b;
}
.rating__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.rating__card {
    width: calc(25% - 15px);
}
@media (max-width: 768px) {
    .rating__title {
        margin-bottom: 20px;
        font-size: 28px;
    }
    .rating__cards {
        gap: 5px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .rating__card {
        width: calc(50% - 3px);
    }
}
.rating__card img {
    aspect-ratio: 268/110;
}
.rating__cardTitle {
    margin-bottom: 25px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: #58595b;
}
.information {
    margin: 80px 0;
}
.information__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 34px;
}
.information__block h3 {
    margin-bottom: 34px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 40px;
    color: #58595b;
}
@media (max-width: 768px) {
    .information {
        margin: 40px 0;
    }
    .information__block h3 {
        font-size: 28px;
        margin-bottom: 17px;
    }
}
.information__block a,
.information__block p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #58595b;
}
.information__block a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.price {
    margin: 50px 0 80px;
}
@media (max-width: 768px) {
    .information__block a,
    .information__block p {
        font-size: 16px;
    }
    .price {
        margin: 30px 0 60px;
    }
}
.price__title {
    margin-bottom: 50px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 40px;
    line-height: 130%;
    color: #58595b;
}
.price__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.price__drop {
    border-radius: 24px;
    padding: 30px 20px;
    border: 1px solid #d9d9d9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 768px) {
    .price__title {
        margin-bottom: 20px;
        font-size: 28px;
    }
    .price__block {
        gap: 12px;
    }
    .price__drop {
        padding: 20px 12px;
    }
}
.price__dropPrev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.price__dropTitle {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 32px;
    line-height: 180%;
    color: #f63;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}
@media (max-width: 768px) {
    .price__dropTitle {
        font-size: 22px;
    }
}

.price__drop.active .price__dropTitle {
    color: #909193;
}

.price__dropVector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background-color: #f63;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.price__dropVector.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.price__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
}
.price__underTitle {
    margin-bottom: 20px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 28px;
    line-height: 180%;
    color: #58595b;
}
.price__underDrops {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}
.price__underDrop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    gap: 0;
    border-radius: 24px;
    padding: 15px 30px;
    background-color: #f3f3f3;
}
@media (max-width: 768px) {
    .price__underTitle {
        font-size: 20px;
    }
    .price__underDrop {
        padding: 12px 20px;
    }
}
.price__underPrev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.price__underDropTitle {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 200%;
    color: #58595b;
}
.price__underDropTitle.active {
    color: #ff802a;
}
.price__underContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
}
.price__underLine {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #d9d9d9;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 576px) {
    .price__underLine {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}
.price__underLeft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 768px) {
    .price__underDropTitle {
        font-size: 22px;
    }
    .price__underLine {
        padding: 17px 0;
    }
    .price__underLeft {
        gap: 0;
        -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: start;
    }
}
.price__underLeftArt,
.price__underLeftName {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #58595b;
}
.price__underRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.price__underPriceU {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    text-decoration: line-through;
    color: #58595b;
}
.price__underPrice {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #58595b;
}
.price__btn {
    margin-top: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 14px 20px;
    border-radius: 24px;
    font-family: var(--font-family);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ff852b),
        to(#ff581f)
    );
    background: linear-gradient(180deg, #ff852b 0, #ff581f 100%);
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
@media (max-width: 768px) {
    .price__underRight {
        gap: 10px;
    }
    .price__btn {
        font-size: 16px;
        padding: 14px 18px;
    }
}
.price__dropPrevVector {
    width: 18px;
    height: 18px;
    position: relative;
}
.price__underVector {
    border-radius: 50%;
    cursor: pointer;
    width: 38px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.priceInf {
    margin: 80px 0;
}
.priceInf__desc {
    margin-top: 50px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #58595b;
}
.price__dropPrevVector::after,
.price__dropPrevVector::before {
    content: "";
    position: absolute;
    background-color: #f63;
    border-radius: 2px;
    -webkit-transition: -webkit-transform 0.3s;
    transition:
        transform 0.3s,
        -webkit-transform 0.3s;
}
.price__dropPrevVector::before {
    width: 18px;
    height: 1px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.price__dropPrevVector::after {
    width: 1px;
    height: 18px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.price__dropPrevVector.active::after {
    -webkit-transform: translate(-50%, -50%) scaleY(0);
    -ms-transform: translate(-50%, -50%) scaleY(0);
    transform: translate(-50%, -50%) scaleY(0);
}
.intro {
    margin: 30px 0 60px;
}
@media (max-width: 768px) {
    .intro {
        margin: 155px 0 25px;
    }
}
.intro__title {
    margin-bottom: 35px;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 60px;
    line-height: 90%;
    color: #58595b;
}
@media (max-width: 768px) {
    .intro__title {
        margin-bottom: 15px;
        font-size: 32px;
    }
}
.intro__subtitle {
    margin-bottom: 50px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #58595b;
}
.intro__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f3f3f3;
    padding: 40px 50px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 768px) {
    .intro__subtitle {
        margin-bottom: 0;
    }
    .intro__menu {
        display: none;
    }
}
.intro__menu li a {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    color: #58595b;
}
.intro__menu li a.active {
    color: #f63;
}
.articles {
    margin: 60px 0 50px;
}
.articles__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.articles__left {
    width: 100%;
    max-width: 748px;
}
@media (max-width: 768px) {
    .articles {
        margin: 25px 0 32px;
    }
    .articles__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px;
    }
    .articles__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        gap: 15px;
    }
}
.articles__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px;
}
.articles__block img {
    margin-bottom: 24px;
    aspect-ratio: 748/529;
    border-radius: 24px;
}
.articles__blockDate {
    margin-bottom: 12px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #58595b;
}
@media (max-width: 768px) {
    .articles__block {
        gap: 0;
    }
    .articles__block img {
        margin-bottom: 12px;
    }
    .articles__blockDate {
        margin-bottom: 12px;
        font-size: 16px;
    }
}
.articles__blockTitle {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 36px;
    line-height: 150%;
    color: #58595b;
}
@media (max-width: 768px) {
    .articles__blockTitle {
        margin-bottom: 12px;
        font-size: 24px;
    }
}
.articles__blockP {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #58595b;
}
.articles__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .articles__blockP {
        font-size: 17px;
    }
    .articles__right {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
    }
}
.articles__rightBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}
.articles__rightBox img {
    border-radius: 24px;
    aspect-ratio: 364/255;
}
.articles__rightDate {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #58595b;
}
.articles__rightP {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #58595b;
}
.articles__rightP span {
    font-weight: 700;
}
.posts {
    margin: 50px 0 60px;
}
@media (max-width: 768px) {
    .articles__rightBox {
        width: calc(50% - 7.5px);
        gap: 15px;
    }
    .articles__rightDate {
        display: none;
    }
    .articles__rightP {
        font-size: 16px;
    }
    .posts {
        margin: 32px 0 40px;
    }
}
.posts__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 45px 20px;
    margin-bottom: 20px;
}
.posts__card {
    width: calc((100% - 60px) / 4);
}
@media (max-width: 1024px) {
    .posts__wrap {
        margin-bottom: 32px;
        gap: 32px 15px;
    }
    .posts__card {
        width: calc((100% - 30px) / 3);
    }
}
.posts__card img {
    width: 100%;
    border-radius: 24px;
    aspect-ratio: 268/240;
    margin-bottom: 20px;
}
.posts__card p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    color: #58595b;
}
.posts__btn {
    border: 1px solid #f63;
    border-radius: 28px;
    padding: 14px 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #f63;
}
@media (max-width: 768px) {
    .posts__card {
        width: calc((100% - 15px) / 2);
    }
    .posts__card img {
        margin-bottom: 10px;
    }
    .posts__card p {
        font-size: 17px;
    }
    .posts__btn {
        display: block;
        margin: 0 auto;
    }
}
.magazine__hr {
    height: 1px;
    background-color: #d9d9d9;
    border: none;
    margin: 60px 0;
}
.publications {
    margin: 60px 0 80px;
}
@media (max-width: 768px) {
    .publications {
        margin: 40px 0;
    }
}
.publications__title {
    margin-bottom: 30px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 48px;
    color: #58595b;
}
@media (max-width: 768px) {
    .publications__title {
        margin-bottom: 40px;
        font-size: 28px;
    }
}
.publications__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 60px 20px;
    margin-bottom: 45px;
}
.publications__card {
    width: calc((100% - 40px) / 3);
}
.publications__card img {
    margin-bottom: 20px;
    aspect-ratio: 364/254;
    border-radius: 24px;
}
@media (max-width: 768px) {
    .publications__wrap {
        gap: 32px 15px;
        margin-bottom: 32px;
    }
    .publications__card {
        width: calc((100% - 15px) / 2);
    }
    .publications__card img {
        margin-bottom: 15px;
    }
    .publications__date {
        display: none;
    }
}
.publications__date {
    margin-bottom: 5px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #58595b;
}
.publications__prev {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #58595b;
}
.publications__prev span {
    font-weight: 700;
}
.publications__btn {
    border: 1px solid #f63;
    border-radius: 28px;
    padding: 14px 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #f63;
}
.hero__title--center {
    text-align: center;
}
@media (max-width: 768px) {
    .publications__prev {
        font-size: 16px;
    }
    .publications__btn {
        display: block;
        margin: 0 auto;
    }
    .hero__title--center {
        margin-bottom: 10px;
    }
}
.hero__date {
    text-align: center;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 21px;
    line-height: 140%;
    color: #f3f3f3;
}
.post {
    margin: 0 0 80px;
}
.post__author {
    margin: -100px 0 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.post__author img {
    width: 118px;
    margin: 0 auto 12px;
    border-radius: 100%;
    aspect-ratio: 118/123;
}
.post__author p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    text-align: center;
    color: #58595b;
}
@media (max-width: 768px) {
    .hero__date {
        font-size: 18px;
    }
    .post__author {
        margin: -90px 0 30px;
    }
    .post__author img {
        margin: 0 auto 2px;
    }
    .post__author p {
        font-size: 15px;
    }
}
.post__author p span {
    font-weight: 500;
}
.post__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    background-color: #f3f3f3;
    padding: 40px 48px;
}
@media (max-width: 768px) {
    .post__menu {
        display: none;
    }
}
.post__menu li a {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    color: #58595b;
}
.post__desc {
    margin-bottom: 50px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #58595b;
}
.post__img {
    display: block;
    width: 100%;
    max-width: 835px;
    border-radius: 24px;
    aspect-ratio: 835/523;
    margin: 0 auto 50px;
}
@media (max-width: 768px) {
    .post__img {
        margin: 0 auto 30px;
    }
}
.entry {
    margin: 50px 0 80px;
}
.entry__title {
    margin-bottom: 15px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 36px;
    line-height: 150%;
    color: #58595b;
}
@media (max-width: 768px) {
    .entry__title {
        margin-bottom: 24px;
        font-size: 28px;
    }
}
.entry__text {
    margin-bottom: 30px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #58595b;
}
@media (max-width: 768px) {
    .entry__text {
        font-size: 17px;
        margin-bottom: 20px;
    }
}
.entry__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: disc;
    margin-bottom: 30px;
    padding-left: 20px;
}
.entry__list li {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #58595b;
}
@media (max-width: 768px) {
    .entry__list li {
        font-size: 17px;
    }
}
.entry__listNum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: auto;
    margin-bottom: 30px;
    padding-left: 20px;
}
.entry__listNum li {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #58595b;
}
.entry__titleH3 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 32px;
    line-height: 150%;
    color: #58595b;
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .entry__listNum li {
        font-size: 17px;
    }
    .entry__titleH3 {
        margin-bottom: 30px;
        font-size: 24px;
    }
}
.entry__table {
    width: 100%;
    margin: 40px 0;
    border-collapse: collapse;
    table-layout: fixed;
}
.entry__tableLine {
    border-bottom: 1px solid #d9d9d9;
}
.entry__tableLine td,
.entry__tableLine th {
    padding: 16px 40px;
    text-align: left;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #58595b;
}
@media (max-width: 768px) {
    .entry__table {
        margin: 25px 0 40px;
    }
    .entry__tableLine td,
    .entry__tableLine th {
        padding: 13px 6px 17px;
        font-size: 13px;
    }
}
.entry__tableLine td:nth-child(1),
.entry__tableLine td:nth-child(2),
.entry__tableLine th:nth-child(1),
.entry__tableLine th:nth-child(2) {
    width: 30%;
}
.entry__tableLine td:nth-child(3),
.entry__tableLine th:nth-child(3) {
    width: 20%;
}
.entry__tableLine--title {
    background-color: #f3f3f3;
    border-bottom: none;
}
.entry__tableLine--title th {
    font-weight: 700;
}
.entry__img {
    display: block;
    width: 100%;
    border-radius: 24px;
    max-width: 760px;
    margin: 50px auto;
    aspect-ratio: 760/505;
}
@media (max-width: 768px) {
    .entry__img {
        margin: 30px auto;
    }
}
.entry__video {
    width: 100%;
    margin: 40px 0;
    max-height: 650px;
}
@media (max-width: 768px) {
    .entry__video {
        max-height: 340px;
    }
}
.share {
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.share p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #58595b;
}
.share__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__menu li:hover a {
    color: #f63;
}

.intro__menu li a {
    transition: 0.3s all ease;
}

.intro__menu li:hover a {
    color: #f63;
}

@media (max-width: 1076px) {
    .expert__img {
        width: 100%;
    }
    .expert__wrap {
        gap: 50px;
    }
}

/* Прайс */

.prices__blocks {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.prices__drop {
    padding: 30px 20px;
    border-radius: 24px;
    border: 1px solid #d9d9d9;
    transition: 0.3s all ease;
}

.prices__dropPreview {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.prices__dropPreviewTitle {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #f63;
    transition: color 0.3s;
}

.prices__drop.active .prices__dropPreviewTitle {
    color: #909193;
}

.prices__dropPreviewVec {
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background-color: #f63;
    transition: 0.3s all ease;
}

.prices__drop.active .prices__dropPreviewVec {
    transform: rotate(180deg);
}

/* --- 1 уровень контент (grid trick) --- */
.prices__dropContent {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
}

.prices__drop.active .prices__dropContent {
    grid-template-rows: 1fr;
    border-bottom: 1px solid #d9d9d9;
}

.prices__drop.active .prices__dropContent:last-child {
    border-bottom: none;
}

.prices__dropContent > .prices__inner {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0;
    transition: padding 0.3s ease;
}

.prices__drop.active .prices__dropContent > .prices__inner {
    padding: 20px 0 0 0;
}

.prices__drop.active .prices__dropContent > .prices__inner:last-child {
    padding: 20px 0;
}

.prices__dropCont {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.prices__dropContP {
    width: 100%;
    max-width: 850px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #58595b;
}

.prices__dropContPrice {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #58595b;
}

.prices__dropContPrice.crossed {
    text-decoration: line-through;
}

/* --- 2 уровень --- */
.prices__second {
    padding-left: 45px;
}

.prices__secondPreview {
    cursor: pointer;
    display: flex;
    gap: 12px;
    align-items: center;
}

.prices__secondH4 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 28px;
    line-height: 180%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #f63;
    transition: color 0.3s;
}

.prices__second.active .prices__secondH4 {
    color: #909193;
}

.prices__secondBtn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background-color: #f3f3f3;
    cursor: pointer;
}

.prices__secondBtn div {
    width: 18px;
    height: 1px;
    background-color: #f63;
    border-radius: 10px;
    transition: transform 0.3s;
    position: relative;
}

.prices__secondBtn div::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 1px;
    background-color: #f63;
    left: 0;
    border-radius: 10px;
    transform: rotate(90deg);
    transition: transform 0.3s;
}

.prices__second.active .prices__secondBtn div::after {
    transform: rotate(0deg);
}

.prices__secondContent {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
}

.prices__second.active .prices__secondContent {
    grid-template-rows: 1fr;
}

.prices__secondContent > .prices__inner {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0;
    transition: padding 0.3s ease;
}

.prices__second.active .prices__secondContent > .prices__inner {
    padding: 12px 0 18px 0;
}

.prices__second.active .prices__secondContent > .prices__inner:last-child {
    padding: 12px 0 0 0;
}

.prices__secondCont {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    /* border-bottom: 1px solid #d9d9d9; */
    padding: 0 0 15px 50px;
}

.prices__secondContP {
    width: 100%;
    max-width: 770px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #58595b;
}

.prices__secondContPrice {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #58595b;
}

.prices__secondContPrice.crossed {
    text-decoration: line-through;
}

/* --- 3 уровень --- */
.prices__third {
    padding: 10px 0 0 50px;
    border-top: 1px solid #d9d9d9;
}

/* .prices__third:last-child {
    border-top: none;
} */

.prices__thirdPreview {
    cursor: pointer;
    display: flex;
    gap: 12px;
    align-items: center;
}

.prices__thirdH4 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #f63;
    transition: color 0.3s;
}

.prices__third.active .prices__thirdH4 {
    color: #909193;
}

.prices__thirdBtn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background-color: #f3f3f3;
    cursor: pointer;
}

.prices__thirdBtn div {
    width: 18px;
    height: 1px;
    background-color: #f63;
    border-radius: 10px;
    transition: transform 0.3s;
    position: relative;
}

.prices__thirdBtn div::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 1px;
    background-color: #f63;
    left: 0;
    border-radius: 10px;
    transform: rotate(90deg);
    transition: transform 0.3s;
}

.prices__third.active .prices__thirdBtn div::after {
    transform: rotate(0deg);
}

.prices__thirdContent {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
}

.prices__third.active .prices__thirdContent {
    grid-template-rows: 1fr;
}

.prices__thirdContent > .prices__inner {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0;
    transition: padding 0.3s ease;
}

.prices__third.active .prices__thirdContent > .prices__inner {
    padding: 10px 0 10px 0;
}

.prices__thirdCont {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 0 15px 50px;
}

.prices__thirdCont:last-child {
    border-bottom: none;
}

.prices__thirdContP {
    width: 100%;
    max-width: 700px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #58595b;
}

.prices__thirdContPrice {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #58595b;
}

.prices__thirdContPrice.crossed {
    text-decoration: line-through;
}

@media (max-width: 768px) {
    .prices__drop {
        padding: 10px 18px 10px 12px;
    }

    .prices__dropPreviewTitle {
        font-size: 20px;
    }

    .prices__second {
        padding: 0;
    }

    .prices__secondBtn {
        width: 30px;
        height: 30px;
    }

    .prices__secondH4 {
        font-size: 18px;
    }

    .prices__drop.active .prices__dropContent > .prices__inner:last-child {
        padding: 12px 0;
    }

    .prices__dropContent > .prices__inner {
        gap: 12px;
    }

    .prices__secondCont {
        padding: 0 0 15px 42px;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: unset;
    }

    .prices__thirdCont {
        flex-wrap: wrap;
        gap: 12px;
        justify-content: unset;
        padding: 10px 0 10px 42px;
    }

    .prices__dropCont {
        flex-wrap: wrap;
        justify-content: unset;
        gap: 12px;
    }

    .prices__thirdBtn {
        width: 30px;
        height: 30px;
    }

    .prices__secondContP,
    .prices__dropContP,
    .prices__thirdContP,
    .prices__thirdContPrice,
    .prices__secondContPrice,
    .prices__dropContPrice {
        font-size: 15px;
    }

    .prices__secondBtn div::after,
    .prices__secondBtn div,
    .prices__thirdBtn div,
    .prices__thirdBtn div::after {
        width: 12px;
    }

    .prices__third {
        padding: 10px 0 0 16px;
    }

    .prices__third.active .prices__thirdContent > .prices__inner {
        padding: 0;
    }
}

/* Стили услуги цен */

.costs {
    margin: 80px 0;
}

.costs__title {
    margin-bottom: 35px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 48px;
    line-height: 140%;
    color: #58595b;
}

.costs__subtitle {
    margin-bottom: 45px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #58595b;
}

.costs__block {
    display: flex;
    flex-direction: column;
}

.costs__line {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid #d9d9d9;
    padding: 16px 0;
}

.costs__line:last-child {
}

.costs__lineP {
    width: 100%;
    max-width: 890px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #58595b;
}

.costs__dropContentPrices {
    display: flex;
    gap: 15px;
}

.costs__linePrice {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #58595b;
}

.costs__linePrice.crossed {
    text-decoration: line-through;
}

.costs__linePrices {
    display: flex;
    gap: 15px;
}

/* .costs__dropPreview {
    display: flex;
    align-items: center;
    gap: 10px;
}

.costs__dropBtn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background-color: #f3f3f3;
    cursor: pointer;
}

.costs__dropBtn div {
    width: 18px;
    height: 1px;
    background-color: #f63;
    border-radius: 10px;
    transition: transform 0.3s;
    position: relative;
}

.costs__dropBtn div::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 1px;
    background-color: #f63;
    left: 0;
    border-radius: 10px;
    transform: rotate(90deg);
    transition: transform 0.3s;
}

.costs__dropPreviewH3 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #f63;
}

.costs__dropPreviewH3.active {
    color: #909193;
}

.costs__dropContent {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding-left: 50px;
}

.costs__dropContentP {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #58595b;
    width: 100%;
    max-width: 800px;
}

.costs__dropContentPrice {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #58595b;
}

.costs__dropContentPrice.crossed {
    text-decoration: line-through;
}

.prices__second.active .costs__dropBtn div::after {
    transform: rotate(0deg);
} */
.costs__dropPreview {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.costs__drop {
    padding: 10px 0;
    border-top: 1px solid #d9d9d9;
}

.costs__drop:last-child {
    border-bottom: 1px solid #d9d9d9;
}

.costs__dropBtn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background-color: #f3f3f3;
    cursor: pointer;
}

.costs__dropBtn div {
    width: 18px;
    height: 1px;
    background-color: #f63;
    border-radius: 10px;
    transition: transform 0.3s;
    position: relative;
}

.costs__dropBtn div::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 1px;
    background-color: #f63;
    left: 0;
    border-radius: 10px;
    transform: rotate(90deg);
    transition: transform 0.3s;
}

.costs__dropPreviewH3 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #f63;
    transition: color 0.3s;
}

.costs__drop.active .costs__dropPreviewH3 {
    color: #909193;
}

.costs__dropContent {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-height: 0;
    transition:
        max-height 0.4s ease,
        padding 0.4s ease,
        margin 0.4s ease;
    padding-top: 0;
    margin-top: 0;
}

.costs__dropLine {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 17px 0;
    border-bottom: 1px solid #d9d9d9;
}

.costs__dropLine:first-child {
    border-top: none;
    padding: 0 0 17px 0;
}

.costs__dropLine:last-child {
    border-bottom: none;
    padding: 17px 0 0 0;
}

.costs__dropContent {
    transition: 0.3s all ease;
}

.costs__drop.active .costs__dropContent {
    padding: 16px 0 20px 50px;
}

.costs__dropContentP {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #58595b;
    width: 100%;
    max-width: 800px;
}

.costs__dropContentPrice {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #58595b;
    white-space: nowrap;
}

.costs__dropContentPrice.crossed {
    text-decoration: line-through;
}

.costs__drop.active .costs__dropBtn div::after {
    transform: rotate(0deg);
}

@media (max-width: 768px) {
    .costs {
        margin: 40px 0;
    }

    .costs__title {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .costs__subtitle {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .costs__line {
        padding: 20px 0;
        flex-direction: column;
        gap: 12px;
    }

    .costs__lineP {
        font-size: 15px;
    }

    .costs__linePrice {
        font-size: 15px;
    }

    .costs__drop {
        padding: 20px 0;
    }

    .costs__dropBtn {
        width: 30px;
        height: 30px;
    }

    .costs__dropBtn div::after {
        width: 11px;
    }

    .costs__dropBtn div {
        width: 11px;
    }

    .costs__dropPreviewH3 {
        font-size: 18px;
    }

    .costs__dropContentP {
        font-size: 15px;
    }

    .costs__dropLine {
        flex-direction: column;
        gap: 16px;
    }

    .costs__dropContentPrice {
        font-size: 15px;
    }
}
