<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'GothaPro';
    src: url('https://static.tildacdn.com/tild3534-6434-4533-b533-613933313131/GothaProLig.woff') format('woff');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'GothaPro';
    src: url('https://static.tildacdn.com/tild3233-3038-4063-b464-663736306334/GothaProReg.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'GothaPro';
    src: url('https://static.tildacdn.com/tild3830-6535-4633-b332-343633373439/GothaProMed.woff') format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'GothaPro';
    src: url('https://static.tildacdn.com/tild3437-3565-4136-b031-393862653039/GothaProBla.woff') format('woff');
    font-weight: 700;
    font-style: normal
}

:root {
    --font-family: 'GothaPro', Arial, sans-serif;
    --white: #FFF;
    --black: #000;
    --faq-border-color: #9BAF39;
}

@media (max-width: 600px) {
    body .page-buffer .page-content {
        padding: 0;
    }
}

/* Р‘Р°РЅРЅРµСЂ */

.service__banner {
    background: #9CB330;
    position: relative;
    overflow: hidden;
    margin-bottom: 150px;
}

.service .banner {
    position: relative;
    overflow: visible;
}

.banner__background {
    background: #9CB330;
}

.service .banner__background {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.service .banner__background-backdrop {
    position: absolute;
    width: 924px;
    right: -355px;
    top: -88px;
    z-index: 20;
}

.service .banner__background-backdrop img,
.service .banner__background-image img,
.banner__background-smoke img {
    height: 100%;
    object-fit: cover;
    width: auto;
}

.service .banner__background-image img,
.banner__background-smoke img {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    max-height: unset;
}

.service .banner__background-image,
.banner__background-smoke {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: unset;
}

.service .banner__background-image {
    z-index: 25;
}

.banner__background-smoke {
    mix-blend-mode: screen;
    z-index: 20;
}

.service .service__banner-transition {
    position: absolute;
    z-index: 50;
    bottom: 0;
}

.service .service__banner-transition svg {
    display: block;
    width: 100%;
    height: 100%;
}

.service .banner__content {
    padding-top: 90px;
    padding-bottom: 280px;
    position: relative;
    z-index: 25;

}

.banner__background-image.mob {
    display: none;
}

.banner__title {
    color: var(--white);
    font-size: 69px;
    font-family: var(--font-family);
    font-weight: 800;
    line-height: 72px;
    max-width: 483px;
}

.banner__text ul {
    list-style: none;
    padding-left: 0;
    color: var(--white);
    font-size: 28px;
    font-family: var(--font-family);
    font-weight: 500;
    line-height: 41px;
    margin-block-end: 1em;
    margin-block-start: 1em;
}

.banner__partner {
    position: absolute;
    right: 138px;
    top: 265px;
}

.banner__partner-text {
    color: var(--white);
    font-size: 20px;
    font-family: var(--font-family);
    line-height: 24px;
    font-weight: 400;
    max-width: 180px;
}

.banner__partner-img {
    margin-top: 18px;
}

.banner__partner-img img {
    height: auto;
    max-width: 174px;
}

.banner__title,
.banner__text,
.service-banner__button {
    margin-left: 55px;
}

.service-banner__button {
    padding: 18px 18px;
    border-radius: 25px;
    background: var(--white);
    color: var(--black);
    font-size: 14px;
    font-family: var(--font-family);
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 22px;
    text-decoration: none;
    box-shadow: 0 0 20px 0 rgba(164, 176, 16, 1);
    display: inline-flex;
    text-transform: uppercase;
    margin-top: 20px;
}

.service-banner__button svg {
    width: 19px;
    height: 19px;
    margin-left: 8px;
}

.service-banner__rating {
    position: absolute;
    right: 294px;
    top: 410px;
    padding: 50px;
    background: var(--white);
    border-radius: 25px;
    box-shadow: 0 0 200px 0 rgba(128, 143, 57, 0.3);
    color: var(--black);
    font-family: var(--font-family);
    max-width: 370px;
    width: 100%;
}

.service-banner__rating-title {
    font-size: 24px;
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 25px;
}

.service-banner__rating-score {
    display: table;
}

.service-banner__rating-scores {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    gap: 10px 5px
}

.service-banner__rating-score-name {
    color: var(--black);
    font-size: 20px;
    font-family: var(--font-family);
    font-weight: 700;
    line-height: 31px;
}

.service-banner__rating-score-value img {
    max-width: 135px;
}

.service-banner__rating-score-value {
    color: var(--black);
    font-size: 20px;
    font-family: var(--font-family);
    font-weight: 400;
    line-height: 31px;
}

.service-banner__rating-score-value span {
    font-weight: 700;
}

@media (min-width: 1920px) {
    .service-banner__rating {
        transform: translateX(165%);
        right: 50%;
    }
}

@media (max-width: 1199px) {
    .service .banner__content {
        padding-top: 90px;
        padding-bottom: 40px;
    }

    .banner__background-image {
        transform: none;
        left: 280px;
    }

    .banner__title {
        font-size: 61px;
        max-width: 440px;
        line-height: 64px;
    }

    .banner__text {
        margin-top: 130px;
    }

    .banner__text ul {
        font-size: 27px;
        line-height: 39px;
    }

    .banner__partner {
        margin-left: 55px;
        top: 320px;
        right: unset;
    }

    .banner__partner-text {
        max-width: 290px;
        line-height: 24px;
    }

    .banner__partner-img {
        margin-top: 10px;
    }

    .service-banner__rating {
        right: 120px;
        top: 430px;
        padding: 30px 40px;
        max-width: 336px;
    }

    .service-banner__rating-title {
        margin-bottom: 20px;
    }

    .service-banner__rating-scores {
        gap: 10px;
    }

    .service-banner__button {
        margin-top: 30px;
        margin-bottom: 70px;
        padding: 17px;
        font-size: 14px;
        line-height: 22px;
        max-width: 368px;
        align-items: center;
    }

    .service-banner__button svg {
        width: 19px;
        height: 19px;
        flex: 1 0 19px;
        margin-left: 35px;
    }

    .banner__background-backdrop {
        right: -355px;
        top: -110px;
    }
}

@media (max-width: 959px) {
    .service__banner {
        margin-bottom: 60px;
    }

    .service .banner__title {
        line-height: 48px;
        font-size: 34px;
        margin-top: 10px;
        max-width: 500px;
    }

    .service .banner__background-backdrop {
        top: 372px;
        left: 201px;
        width: 849px;
    }

    .banner__text {
        margin-top: 0;
    }

    .service .banner__text ul li {
        display: inline-block;
        background: #9baf39;
        border-radius: 3px;
        font-size: 18px;
        line-height: 20px;
        padding-left: 5px;
    }

    .banner__text ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .banner__background-image {
        top: unset;
        bottom: -70px;
        width: 707px;
        left: 191px;
    }

    .service .banner__content {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .service .banner__partner {
        position: unset;
        display: flex;
        flex-direction: column;
        margin-left: 55px;
        margin-top: 10px;
    }

    .service .banner__partner-text {
        color: var(--black);
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
    }

    .banner__partner-img {
        margin-bottom: 10px;
    }

    .service .banner__partner-img img {
        max-width: 194px;
    }

    .service-banner__rating {
        transform: none;
        position: unset;
        margin-top: 30px;
        margin-left: 55px;
    }

    .service-banner__rating-score-value img {
        max-width: 116px;
    }

    .service-banner__rating-scores {
        gap: 5px;
    }

    .service-banner__button {
        margin-top: 20px;
        margin-bottom: 220px;
        max-width: unset;
        margin-left: 55px;
        line-height: 22px;
        font-size: 14px;
        letter-spacing: 0.5px;
        padding: 17px;
        white-space: nowrap;
    }
    
    .service .banner__background-image {
        display: none;
    }
    
    .service .banner__background-image.mob {
        display: block;
        height: 640px;
        top: unset;
    }
    
    .service-banner__rating-title {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 20px;
    }
    
    .service-banner__rating-score-name {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 639px) {
    .service .banner__title,
    .service .banner__text,
    .service-banner__button,
    .service .banner__partner,
    .service-banner__rating {
        margin-left: 0;
    }

    .banner__background-backdrop {
        display: none;
    }

    .banner__text ul li {
        font-size: 25px;
        line-height: 31px;
        padding-left: 0;
    }

    .banner__background-image {
        left: 90px;
    }

    .banner__background-image img {
        width: 608px;
    }

    .banner__partner-img img {
        max-width: 175px;
    }

    .banner__partner-text {
        line-height: 18px;
        font-size: 15px;
    }

    .service-banner__rating {
        margin-top: 10px;
    }

    .service-banner__rating-title {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .service-banner__rating-score-name,
    .service-banner__rating-score-value {
        line-height: 25px;
        font-size: 16px;
    }

    .service-banner__rating-scores {
        gap: 5px 15px;
    }
}

@media (max-width: 459px) {
    .banner__title {
        line-height: 50px;
        font-size: 48px;
    }

    .banner__text {
        margin-top: 15px;
    }

    .banner__text ul {
        margin: 0;
    }

    .banner__text ul li {
        font-size: 16px;
        line-height: 26px;
    }

    .banner__background-image {
        left: 59px;
    }

    .banner__background-image img {
        width: 475px;
    }

    .service .banner__partner {
        margin-top: 20px;
    }

    .banner__partner-img img {
        max-width: 145px;
    }

    .banner__partner-text {
        line-height: 13px;
        font-size: 11px;
    }

    .service-banner__rating-title {
        line-height: 18px;
        font-size: 16px;
    }

    .service-banner__rating-score-value,
    .service-banner__rating-score-name {
        line-height: 23px;
        font-size: 14px;
    }

    .service-banner__rating-score-value img {
        max-width: 73px;
    }

    .service-banner__rating-scores {
        gap: 0 10px;
    }

    .banner__title, .banner__text, .service-banner__button, .service .banner__partner, .service-banner__rating {
        margin-left: 0;
    }
    
    .service-banner__rating {
        max-width: 270px;
    }
}

/* /Р±Р°РЅРЅРµСЂ */

.service__title {
    color: var(--black);
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 56px;
    line-height: 56px;
}

@media (max-width: 959px) {
    .service__title {
        font-size: 28px;
        line-height: 28px;
    }
}

/* Р“Р°СЂР°РЅС‚РёРё */

.service-guarantees {
    padding-top: 200px;
    padding-bottom: 65px;
}

.service-guarantees__container {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    gap: 145px;
}

.service-guarantees__title {
    line-height: 80px;
    color: var(--black);
    font-weight: 700;
    font-family: var(--font-family);
    font-size: 80px;
}

.service-guarantees__block {
    border-radius: 25px;
    border: 1px var(--black) solid;
    padding: 60px 80px 60px 75px;
}

.service-guarantees__text {
    flex: 1 0 458px;
}

.service-guarantees__text p {
    color: var(--black);
    font-size: 24px;
    font-family: var(--font-family);
    line-height: 35px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 50px;
}

.service-guarantees__block-title {
    font-weight: 700;
    line-height: 35px;
    color: var(--black);
    font-size: 24px;
    font-family: var(--font-family);
    margin-bottom: 40px;
}

.service-guarantees__block-text p {
    line-height: 23px;
    color: var(--black);
    font-size: 16px;
    font-family: var(--font-family);
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 0;
}

.service-guarantees__block-button {
    padding: 30px 0;
    background: linear-gradient(164deg, rgba(155, 175, 57, 1) 0%, rgba(166, 200, 0, 1) 100%);
    border-radius: 25px;
    box-shadow: 0 0 100px 0 rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: var(--black);
    text-transform: uppercase;
    font-size: 16px;
    font-family: var(--font-family);
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0.5px;
    align-items: center;
}

.service-guarantees__block-button svg {
    width: 30px;
    height: 30px;
    margin-left: 30px;
}

.service-guarantees__block-button:hover {
    color: var(--black);
    filter: brightness(0.9);
}

@media (max-width: 1199px) {
    .service-guarantees__container {
        flex-wrap: wrap;
        margin-top: 50px;
        gap: 65px;
    }

    .service-guarantees__text {
        flex: 0 1 auto;
        max-width: unset;
    }

    .service-guarantees__block {
        flex: 0 1 560px;
    }

    .service-guarantees__text p {
        margin-bottom: 30px;
    }
    
    .service-guarantees {
        padding-top: 80px;
    }
}

@media (max-width: 959px) {
    .service-guarantees__title {
        line-height: 70px;
        font-size: 70px;
    }

    .service-guarantees__text p {
        line-height: 29px;
        font-size: 20px;
        margin-bottom: 29px;
    }

    .service-guarantees__block {
        flex: 0 1 100%;
    }

    .service-guarantees__text,
    .service-guarantees__title {
        margin-left: 65px;
    }

    .service-guarantees__container {
        gap: 30px;
    }

    .service-guarantees__block {
        padding: 50px 40px 50px 65px;
    }

    .service-guarantees__block-title {
        margin-bottom: 20px;
    }

    .service-guarantees__block-button {
        max-width: 410px;
        margin: 0 auto;
    }
}

@media (max-width: 639px) {
    .service .service-guarantees__title {
        font-size: 56px;
        line-height: 56px;
        margin-left: 0;
    }

    .service-guarantees__block-title {
        line-height: 29px;
        font-size: 20px;
    }

    .service-guarantees__text p {
        line-height: 26px;
        font-size: 18px;
        margin-bottom: 26px;
    }

    .service-guarantees__block-text p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .service-guarantees__block {
        padding: 35px;
    }

    .service-guarantees__container {
        gap: 0;
    }
    
    .service .service-guarantees__text {
        margin-left: 0;
    }
    
    .service-guarantees {
        padding-top: 80px;
    }
}

@media (max-width: 459px) {
    .service .service-guarantees__title {
        line-height: 40px;
        font-size: 30px;
    }

    .service-guarantees__text p {
        line-height: 23px;
        font-size: 16px;
        margin-bottom: 23px;
    }

    .service-guarantees__block-button {
        line-height: 22px;
        font-size: 14px;
        padding: 25px 0;
    }

    .service-guarantees__block-button svg {
        width: 26px;
        height: 26px;
        margin-left: 20px;
    }
}

/* /Р“Р°СЂР°РЅС‚РёРё */

/* Р›РёС†РµРЅР·РёРё */

.service-certificates {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px 110px;
}

.service-certificates__title {
    color: #000;
    font-size: 80px;
    font-family: 'GothaPro', Arial, sans-serif;
    font-weight: 700;
    line-height: 80px;
}

.service-certificates__sub {
    color: #000;
    font-size: 24px;
    font-family: 'GothaPro', Arial, sans-serif;
    font-weight: 400;
    line-height: 35px;
    display: flex;
    align-items: end;
    max-width: 365px;
}

.service-certificates__img {
    display: flex;
}

.service-certificates__img img {
    width: 100%;
    height: auto;
    max-width: 315px;
    position: relative;
}

.service-certificates__img img:first-of-type {
    z-index: 51;
}

.service-certificates__img img:last-of-type {
    margin-left: -55px;
    z-index: 50;
}

.service-certificates__list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-certificates__list ul li::before {
    flex: 0 1 3%;
    content: ' ';
    background: url('/public/tilda-files/images/tild3031-3464-4533-b031-666630343833__ellipse_6d.svg') no-repeat;
    width: 10px;
    height: 10px;
    display: block;
    margin-right: 30px;
}

.service-certificates__list ul li {
    display: flex;
    align-items: baseline;
    color: #000;
    font-size: 16px;
    font-family: 'GothaPro', Arial, sans-serif;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .service-certificates {
        grid-template-columns: 1fr;
        padding: 0 120px;
        gap: 30px;
    }

    .service-certificates__img img:last-of-type {
        margin-left: 0;
    }

    .service-certificates__img {
        justify-content: space-between;
    }

    .service-certificates__img img {
        max-width: 315px;
    }

    .service-certificates__title,
    .service-certificates__sub,
    .service-certificates__list {
        margin-left: 25px;
    }

    .service-certificates__sub {
        max-width: unset;
    }

    .service-certificates__list ul li::before {
        margin-right: 20px;
    }
}

@media (max-width: 959px) {
    .service-certificates {
        padding: 0 60px;
    }

    .service-certificates__title,
    .service-certificates__sub,
    .service-certificates__list {
        margin-left: 0;
    }

    .service-certificates__title {
        line-height: 70px;
        font-size: 70px;
    }

    .service-certificates__sub {
        line-height: 29px;
        font-size: 20px;
    }

    .service-certificates__img img:last-of-type {
        margin-left: -33px;
    }

    .service-certificates__img {
        max-width: 264px;
    }

    .service-certificates__list ul li::before {
        margin-right: 30px;
    }
}

@media (max-width: 639px) {
    .service-certificates {
        padding: 0;
    }

    .service-certificates__title {
        font-size: 56px;
        line-height: 56px;
    }

    .service-certificates__sub {
        line-height: 23px;
        font-size: 16px;
    }

    .service-certificates__img img {
        width: 207px;
    }

    .service-certificates__img img:last-of-type {
        margin-left: 0;
    }

    .service-certificates__list ul li::before {
        margin-right: 15px;
    }

    .service-certificates__list ul li {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 459px) {
    .service-certificates__title,
    .service-certificates__sub,
    .service-certificates__list {
        margin-left: 10px;
    }

    .service-certificates {
        gap: 20px;
    }

    .service-certificates__title {
        line-height: 40px;
        font-size: 30px;
    }

    .service-certificates__img img {
        width: 197px;
    }

    .service-certificates__img img:last-of-type {
        margin-left: -35px;
    }

    .service-certificates__list ul li::before {
        flex: 0 0 auto;
        margin-right: 10px;
    }
}

/* /Р»РёС†РµРЅР·РёРё */

/* РўРµРєСЃС‚РѕРІС‹Р№ Р±Р»РѕРє */
.service__content-block {
    margin: 140px 0 0;
}

.service .service__content-block ul li,
.service .service__content-block p {
    line-height: 30px;
    font-size: 20px;
    font-family: var(--font-family);
    font-weight: 300;
    color: var(--black);
}

.service__content-block p {
    margin: 20px 0;
}

.service__content-block h2 {
    font-family: var(--font-family);
    color: var(--black);
    line-height: 80px;
    font-weight: 700;
    font-size: 80px;
}

.service__content-block .principle {
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 22px 40px 22px 30px;
    background: #F3F5F8;
}

.service__content-block .principle__title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    color: var(--black);
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.service__content-block .principle__title:before {
    content: ' ';
    border: 3px solid var(--faq-border-color);
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 20px;
    margin-right: 10px;
}

.service__content-block .principle__text p, 
.service__content-block .principle__text ul li {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: var(--black);
}

@media (max-width: 1199px){
}

@media (max-width: 959px) {
    .service__content-block {
        margin: 60px 0 0;
    }

    .service__content-block h2 {
        line-height: 70px;
        font-size: 70px;
    }

    .service__content-block .principle {
        padding: 15px;
    }

    .service__content-block .principle__title {
        margin-bottom: 17px;
        font-size: 18px;
        font-weight: 600;
        line-height: 21px;
    }
}

@media (max-width: 639px) {
    .service__content-block h2 {
        font-size: 56px;
        line-height: 56px;
    }
}

@media (max-width: 459px) {
    .service__content-block h2 {
        line-height: 40px;
        font-size: 30px;
    }

    .service .offer-style-banner {
        margin: 0;
    }
}
/* /РўРµРєСЃС‚РѕРІС‹Р№ Р±Р»РѕРє */

.service__content {
    position: relative;
    z-index: 51;
}

.service * {
    box-sizing: border-box;
}

.service-wrapper {
    max-width: 1155px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .service-wrapper {
        max-width: 940px;
    }
}

@media (max-width: 959px) {
    .service-wrapper {
        max-width: 620px;
    }
}

@media (max-width: 639px) {
    .service-wrapper {
        max-width: 460px;
        margin: 0 15px;
    }
}

@media (max-width: 459px) {
    .service-wrapper {
        max-width: 370px;
    }
}

/* Р§С‚Рѕ Р±СѓРґРµС‚ РїРѕСЃР»Рµ Р·Р°РєР°Р·Р°*/

.steps__container, 
.steps {
    position: relative;
}

.steps {
    padding-top: 350px;
    padding-bottom: 100px;
}

.service .steps .steps__title {
    max-width: 380px;
    font-weight: 900;
    font-size: 80px;
    line-height: 80px;
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 25;
    font-family: var(--font-family);
}

.steps__bg {
    display: flex;
    align-content: center;
    justify-content: flex-end;
    z-index: 1;
}

.steps__bg img {
    max-width: 1090px;
}

.steps__step-icon,
.steps__text {
    position: absolute;
}

.steps__step-icon.step-1 {
    top:-115px;
    left: 548px;
}

.steps__step-icon.step-2 {
    top: 150px;
    left: 6px;
}

.steps__step-icon.step-3 {
    top: 470px;
    left: 550px;
}

.steps__step-icon.step-4 {
    bottom: -63px;
    left: 6px;
}

.steps__text {
    font-size: 24px;
    line-height: 35px;
    color: var(--black);
}

.steps__text.step-1 {
    top:-175px;
    left: 710px;
    max-width: 325px;
}

.steps__text.step-2 {
    top: 240px;
    left: 150px;
    max-width: 255px;
}

.steps__text.step-3 {
    top: 400px;
    left: 720px;
    max-width: 375px;
}

.steps__text.step-4 {
    bottom: 20px;
    left: 145px;
    max-width: 340px;
}

@media (max-width: 1199px) {
    .steps__bg {
        display: none;
    }
    
    .steps__container {
        display: grid;
        grid-template-columns: 76px auto;
        gap: 26px;
    }

    .steps .steps__step-icon,
    .steps .steps__text {
        position: relative;
        top: unset;
        left: unset;
        bottom: unset;
        z-index: 25;
    }
    
    .steps__step-icon img {
        max-width: 72px;
        display: block;
    }

    .service .steps .steps__title {
        max-width: unset;
        position: relative;
        top: unset;
        left: unset;
        margin-bottom: 40px;
    }

    .steps__text {
        font-size: 18px;
        font-weight: 400;
        line-height: 21px;
        margin-top: 8px;
        max-width: unset;
    }

    .steps__text:first-of-type {
        margin-top: 14px;
    }
    
    .steps__text:last-of-type {
        margin-top: 20px;
    }

    .steps__text.step-1,
    .steps__text.step-2,
    .steps__text.step-3,
    .steps__text.step-4 {
        max-width: unset;
    }
    
    .steps__container::before {
        left: 36px;
        width: 1px;
        display: block;
        background: var(--faq-border-color);
        position: absolute;
        content: ' ';
        z-index: 10;
        height: 100%;
    }

    .steps__container {
        position: relative;
    }
    
    .steps {
        padding-top: 80px;
        margin: 0;
    }
}

@media (max-width: 639px) {
    .service .steps .steps__title {
        font-size: 56px;
        line-height: 56px;
    }
}

@media (max-width: 459px) {
    .service .steps .steps__title {
        line-height: 40px;
        font-size: 30px;
    }
}

/* /Р§С‚Рѕ Р±СѓРґРµС‚ РїРѕСЃР»Рµ Р·Р°РєР°Р·Р°*/

/* FAQ */

.faq__title {
    font-weight: 900;
    font-size: 80px;
    line-height: 80px;
    color: var(--black);
    margin: 0;
    font-family: var(--font-family);
}

.faq__sub {
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    color:var(--black);
    margin-bottom: 10px;
}

.faq__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.faq__item-response {
    height: 0;
    overflow: hidden;
    transition: height ease-out 0.3s;
}

.faq__content {
    padding: 70px 0;
}

.faq__item:first-of-type {
    border-top: 1px var(--faq-border-color) solid;
}

.faq__item {
    border-bottom: 1px var(--faq-border-color) solid;
    padding: 25px 0;
    overflow: hidden;
}

.faq__item-question {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    color: var(--black);
    display: flex;
    justify-content: space-between;
}

.faq__item-response {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 300;
    color: var(--black);
}

.faq__item-text {
    padding: 20px 0;
}

.faq__item-question svg {
    width: 40px;
    height: 40px;
    fill: transparent;
    stroke: #222;
    transition: all ease-in-out 0.2s;
    margin-left: 20px;
    flex: 0 0 40px;
}

.faq__item-question:hover svg {
    fill: var(--faq-border-color);
    stroke: var(--white);
}

.faq__item-question:hover {
    cursor: pointer;
}

.faq__item.active .faq__item-question svg {
    rotate: -45deg;
}

@media (max-width: 639px) {
    .faq__title {
        font-size: 56px;
        line-height: 56px;
    }
    
    .faq__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 27px;
    }
    
    .faq__sub {
        margin-bottom: 0;
    }
    
    .faq__item-question {
        font-size: 24px;
        line-height: 35px;
    }
}

@media (max-width: 459px) {
    .faq__title {
        line-height: 40px;
        font-size: 30px;
    }
}

/* /FAQ */

/* РЎР»Р°Р№РґРµСЂС‹ */

.licenses__slider,
.certificates-slider__slider {
    position: relative;
}

.licenses__slider-wrapper,
.certificates-slider__slider-wrapper {
    margin: 0 60px;
}

.licenses__slider-controls,
.certificates-slider__slider-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    user-select: none;
}

.licenses__slider-controls-wrapper,
.certificates-slider__slider-controls-wrapper {
    display: flex;
    justify-content: space-between;
}

.licenses__title,
.certificates-slider__title {
    font-weight: 900;
    font-size: 40px;
    line-height: 60px;
    color: var(--black);
    
}

.licenses__sub,
.certificates-slider__title {
    margin-bottom: 55px;
}


.licenses__title {
    margin-bottom: 24px;
}

.licenses__sub {
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    color: var(--black);
}

.licenses {
    margin-bottom: 160px;
}

.certificates-slider {
    margin-bottom: 120px;
}

.licenses__slider-container img,
.certificates-slider__slider-container img{
    max-width: 228px;
}

.certificates-slider__slider-prev,
.certificates-slider__slider-next,
.licenses__slider-prev,
.licenses__slider-next {
    cursor: pointer;
}

@media (max-width: 1099px) {
    .licenses,
    .certificates-slider {
        margin-bottom: 77px;
    }
}

@media (max-width: 639px) {
    .licenses__title,
    .certificates-slider__title {
        font-size: 30px;
        line-height: 40px;
    }
    
    .licenses__sub {
        display: none;
    }

    .licenses__slider-container img,
    .certificates-slider__slider-container img{
        max-width: unset;
    }

    .licenses__slider-wrapper,
    .certificates-slider__slider-wrapper {
        margin: 0 30px;
    }

}

/* /РЎР»Р°Р№РґРµСЂС‹ */

@media (min-width: 600px) and (max-width: 1024px) {
    .page-buffer .page-content {
        padding: 0;
    }
}</pre></body></html>