

/* Start:/local/templates/main/assets/styles/services.min.css?178644244044931*/
.info, .text_block_after-metgod, .only_text_block {
    position: relative;
    margin-bottom: 120px
}

@media (min-width: 768px) and (max-width: 1280px) {
    .info, .text_block_after-metgod, .only_text_block {
        margin-bottom: 80px
    }
}

@media (max-width: 767px) {
    .info, .text_block_after-metgod, .only_text_block {
        margin-bottom: 60px
    }
}

.info, .text_block_after-metgod {

}

.info__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px
}

@media (max-width: 1280px) {
    .info__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        gap: 24px
    }
}

.info__bg {
    width: 1758px;
    height: 606px;
    position: absolute;
    right: -450px;
    top: -83px;
    z-index: -1
}

@media (min-width: 1281px) and (max-width: 1800px) {
    .info__bg {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .info__bg {
        display: none;
        width: 80%;
        height: 100%;
        right: -50px;
        top: unset;
        bottom: -150px;
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
}

@media (max-width: 767px) {
    .info__bg {
        display: none
    }
}

.info__bg picture img {
    -o-object-fit: contain;
    object-fit: contain
}

.info__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 868px
}

@media (min-width: 1501px) and (max-width: 1800px) {
    .info__content {
        width: calc(100% - 45% - 40px)
    }
}

@media (min-width: 1281px) and (max-width: 1500px) {
    .info__content {
        width: calc(100% - 40% - 40px)
    }
}

@media (max-width: 1280px) {
    .info__content {
        width: 100%
    }
}

.info__title {
    font-weight: 500;
    font-size: 70px;
    line-height: 100%;
    letter-spacing: -.04em
}

@media (min-width: 768px) and (max-width: 1800px) {
    .info__title {
        font-size: 56px
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .info__title {
        margin-bottom: 32px
    }
}

@media (min-width: 361px) and (max-width: 767px) {
    .info__title {
        font-size: 36px;
        margin-bottom: 24px
    }
}

@media (max-width: 360px) {
    .info__title {
        font-size: 30px;
        margin-bottom: 24px
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .info__title br {
        display: none
    }
}

.info__text {
    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: 40px;
    gap: 20px
}

.info__text p {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -.04em;
}

.info__text span.bold {
    font-weight: 600;
}

@media (min-width: 1281px) and (max-width: 1500px) {
    .info__text p {
        font-size: 16px
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .info__text p {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .info__text p {
        font-size: 16px
    }
}

.info__text ul, .info__text ol {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    gap: 8px;
}

.info__text ul li {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    padding-left: 18px;
    position: relative;
    letter-spacing: -.04em
}

.info__text ol li {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    padding-left: 18px;
    position: relative;
    letter-spacing: -.04em
}

.info__text ul li::before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #0abab5;
    border-radius: 50%;
    top: 9px;
    left: 0
}

.info__text ol {
    counter-reset: item-counter;
    list-style-type: none
}

.info__text ol li::before {
    counter-increment: item-counter;
    content: counter(item-counter) ". ";
    color: #0ABAB5;

    font-weight: 400;
    font-style: Regular;

    line-height: 120%;
    letter-spacing: -4%;

    margin-right: 10px
}

@media (min-width: 1281px) and (max-width: 1500px) {
    .info__text ul li, .info__text ol li {
        font-size: 16px
    }

    .info__text ol li::before {
        font-size: 20px
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .info__text ul li, .info__text ol li {
        font-size: 20px
    }

    .info__text ol li::before {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .info__text ul li, .info__text ol li {
        font-size: 16px
    }

    .info__text ol li::before {
        font-size: 16px
    }

    .info__text ol li {
        padding-left: 0
    }
}

.info__btn {
    width: 161px;
    height: 64px
}

@media (max-width: 767px) {
    .info__btn {
        width: 100%;
        height: 47px
    }
}

.info__image {
    width: 810px;
    height: 612px;
    border-radius: 24px;
    overflow: hidden;
    margin-top: 10%;
}

@media (min-width: 1501px) and (max-width: 1800px) {
    .info__image {
        width: 45%;
        height: 100%;
    }
}

@media (min-width: 1281px) and (max-width: 1500px) {
    .info__image {
        width: 40%;
        height: 100%
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .info__image {
        width: 100%;
        height: 550px;
        border-radius: 16px;
        margin-top: unset;
    }
}

@media (max-width: 767px) {
    .info__image {
        width: 100%;
        height: 200px;
        border-radius: 12px;
        margin-top: unset;
    }
}

.info__image picture img {
    -o-object-fit: cover;
    object-fit: cover
}

.methods {
    margin-bottom: 120px
}

@media (min-width: 768px) and (max-width: 1280px) {
    .methods {
        margin-bottom: 80px
    }
}

@media (max-width: 767px) {
    .methods {
        margin-bottom: 60px
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .methods__head {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .methods__title {
        max-width: 70%
    }
}

.methods-slider {
    overflow: hidden;
    position: relative
}

@media (max-width: 767px) {
    .methods-slider {
        padding-bottom: 32px
    }
}

.methods__before-text {
    margin-bottom: 20px;
}

.methods__before-text a,
.methods__after-text a {
    text-decoration: underline;
}

.methods__before-text p,
.methods__after-text p {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -.04em
}

@media (min-width: 1281px) and (max-width: 1500px) {
    .methods__before-text p,
    .methods__after-text p {
        font-size: 16px
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .methods__before-text p,
    .methods__after-text p {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .methods__before-text p,
    .methods__after-text p {
        font-size: 16px
    }
}

.methods__before-text a {
    text-decoration: underline;
}

.methods__before-text ul,
.methods__after-text ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 20px 0;
    padding-left: 0;
    gap: 8px;
}

.methods__before-text ul li,
.methods__after-text ul li {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    padding-left: 18px;
    position: relative;
    letter-spacing: -.04em
}

.methods__before-text ul li::before,
.methods__after-text ul li::before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #0abab5;
    border-radius: 50%;
    top: 9px;
    left: 0;
}

@media (min-width: 1281px) and (max-width: 1500px) {
    .methods__before-text ul li,
    .methods__after-text ul li {
        font-size: 16px
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .methods__before-text ul li,
    .methods__after-text ul li {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .methods__before-text ul li,
    .methods__after-text ul li {
        font-size: 16px
    }
}

.methods__after-text {
    margin-top: 20px;
}

.methods__item {
    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: 24px;
    min-height: 340px;
    padding: 32px;
    border-radius: 24px;
    background-color: #f9f9f9;
    height: auto !important;
}

@media (min-width: 768px) and (max-width: 1280px) {
    .methods__item {
        padding: 20px;
        min-height: 310px;
        border-radius: 16px
    }
}

@media (max-width: 767px) {
    .methods__item {
        padding: 16px;
        min-height: 269px;
        border-radius: 16px
    }
}

.methods__item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -.04em;
    color: #0abab5;
    margin-bottom: 24px;
}

@media (min-width: 768px) and (max-width: 1280px) {
    .methods__item-title {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .methods__item-title {
        font-size: 18px
    }
}

.methods__item-text,
.methods__item-text p {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -.04em
}

.methods__item-text p {
    margin-bottom: 10px;
}

@media (min-width: 1281px) and (max-width: 1500px) {
    .methods__item-text,
    .methods__item-text p {
        font-size: 16px
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .methods__item-text,
    .methods__item-text p {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .methods__item-text,
    .methods__item-text p {
        font-size: 16px
    }
}

.our-works {
    margin-bottom: 120px
}

@media (min-width: 768px) and (max-width: 1280px) {
    .our-works {
        margin-bottom: 80px
    }
}

@media (max-width: 767px) {
    .our-works {
        margin-bottom: 60px
    }
}

.our-works-slider {
    overflow: hidden;
    position: relative
}

@media (max-width: 767px) {
    .our-works-slider {
        padding-bottom: 32px
    }
}

.our-works__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    background-color: #f9f9f9;
    padding: 32px;
    border-radius: 24px
}

@media (min-width: 768px) and (max-width: 1280px) {
    .our-works__item {
        border-radius: 16px;
        padding: 20px
    }
}

@media (max-width: 767px) {
    .our-works__item {
        border-radius: 12px;
        padding: 16px;
        gap: 16px
    }
}

.our-works__item-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -.03em;
    color: #0abab5;
    margin-bottom: 24px;
}

@media (min-width: 768px) and (max-width: 1280px) {
    .our-works__item-title {
        font-size: 32px
    }
}

@media (max-width: 767px) {
    .our-works__item-title {
        font-size: 20px
    }
}

.our-works__item-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px
}

@media (min-width: 768px) and (max-width: 1280px) {
    .our-works__item-images {
        gap: 16px
    }
}

@media (max-width: 767px) {
    .our-works__item-images {
        gap: 12px
    }
}

.our-works__item-image {
    width: 390px;
    height: 304px;
    border-radius: 24px;
    overflow: hidden
}

@media (max-width: 1800px) {
    .our-works__item-image {
        width: calc(50% - 12px);
        height: auto
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .our-works__item-image {
        border-radius: 16px
    }
}

@media (max-width: 767px) {
    .our-works__item-image {
        border-radius: 12px
    }
}

.our-works__item-image picture img {
    -o-object-fit: cover;
    object-fit: cover
}

.faq {
    margin-bottom: 120px
}

@media (min-width: 768px) and (max-width: 1280px) {
    .faq {
        margin-bottom: 80px
    }
}

@media (max-width: 767px) {
    .faq {
        margin-bottom: 60px
    }
}

@media screen and (min-width: 1281px) {
    .faq .container {
        display: flex;
        align-items: flex-start;
        column-gap: 24px;
    }

    .faq__title {
        min-width: 571px;
    }
}

.faq__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: 24px
}

@media (max-width: 1280px) {
    .faq__list {
        gap: 16px
    }
}

.faq__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f9f9f9;
    border-radius: 24px;
    padding: 32px
}

@media (min-width: 768px) and (max-width: 1280px) {
    .faq__item {
        border-radius: 16px;
        padding: 24px
    }
}

@media (max-width: 767px) {
    .faq__item {
        border-radius: 12px;
        padding: 16px
    }
}

.faq__item.opened svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq__item-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width: 767px) {
    .faq__item-visible {
        gap: 12px
    }
}

.faq__item-hidden {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: max-height .2s ease, opacity .4s ease;
    transition: max-height .2s ease, opacity .4s ease
}

.opened .faq__item-hidden {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    padding-top: 16px;
    -webkit-transition: max-height .4s ease, opacity .2s ease;
    transition: max-height .4s ease, opacity .2s ease
}

@media (max-width: 767px) {
    .opened .faq__item-hidden {
        padding-top: 12px
    }
}

.faq__item-hidden,
.faq__item-hidden p {
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -.04em
}

@media (min-width: 768px) and (max-width: 1280px) {
    .faq__item-hidden,
    .faq__item-hidden p {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .faq__item-hidden,
    .faq__item-hidden p {
        font-size: 14px
    }
}

.faq__item-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -.03em
}

@media (min-width: 1281px) and (max-width: 1500px) {
    .faq__item-title {
        font-size: 30px
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .faq__item-title {
        font-size: 32px
    }
}

@media (max-width: 767px) {
    .faq__item-title {
        font-size: 20px
    }
}

.faq__item svg {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

@media (min-width: 768px) and (max-width: 1280px) {
    .faq__item svg {
        width: 40px;
        height: 40px
    }
}

@media (max-width: 767px) {
    .faq__item svg {
        width: 24px;
        height: 24px
    }
}

.stages {
    margin-bottom: 120px
}

@media (min-width: 768px) and (max-width: 1280px) {
    .stages {
        margin-bottom: 80px
    }
}

@media (max-width: 767px) {
    .stages {
        margin-bottom: 60px
    }
}

.stages__grid,
.stages__grid.swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

@media (min-width: 768px) and (max-width: 1280px) {

    .stages__grid,
    .stages__grid.swiper-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

.swiper-initialized .stages__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: unset;
    gap: 0
}

@media (max-width: 767px) {
    .stages-slider.swiper-initialized {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 32px;
        position: relative
    }
}

.stages__item,
.stages__item.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px;
    border-radius: 24px;
    background-color: #f9f9f9;
    height: 100%;
    gap: 24px
}

@media (min-width: 768px) and (max-width: 1280px) {
    .stages__item {
        padding: 20px
    }
}

@media (max-width: 767px) {
    .stages__item {
        border-radius: 16px;
        padding: 16px
    }
}

.swiper-initialized .stages__item {
    height: 263px;
    overflow: hidden
}

/*.stages__item:first-child {
    grid-row: -2/2
}

@media (min-width:768px) and (max-width:1280px) {
    .stages__item:first-child {
        grid-row: unset;
        grid-column: -1/1
    }
}*/

.stages__item-num {
    font-weight: 400;
    font-size: 40px;
    line-height: 80%;
    letter-spacing: -.03em;
    color: #0abab5
}

@media (max-width: 767px) {
    .stages__item-num {
        font-size: 32px
    }
}

.stages__item-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: 16px
}

.stages__item-content {

}
.stages__item-content ul, .stages__item-content ol {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    gap: 8px;
}

.stages__item-content ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    padding-left: 18px;
    position: relative;
    letter-spacing: -.04em
}

.stages__item-content ol li {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    padding-left: 18px;
    position: relative;
    letter-spacing: -.04em
}

.stages__item-content ul li::before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #0abab5;
    border-radius: 50%;
    top: 5px;
    left: 0
}

.stages__item-content ol {
    counter-reset: item-counter;
    list-style-type: none
}

.stages__item-content ol li::before {
    counter-increment: item-counter;
    content: counter(item-counter) ". ";
    color: #0ABAB5;

    font-weight: 400;
    font-style: Regular;

    line-height: 120%;
    letter-spacing: -4%;

    margin-right: 10px
}

@media (min-width: 1281px) and (max-width: 1500px) {
    .stages__item-content ul li, .stages__item-content ol li {
        font-size: 16px
    }

    .stages__item-content ol li::before {
        font-size: 16px
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .stages__item-content ul li, .stages__item-content ol li {
        font-size: 16px
    }

    .stages__item-content ol li::before {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .stages__item-content ul li, .stages__item-content ol li {
        font-size: 14px
    }

    .stages__item-content ol li::before {
        font-size: 14px
    }

    .stages__item-content ol li {
        padding-left: 0
    }
}





@media (max-width: 767px) {
    .stages__item-content {
        gap: 8px
    }
}

.stages__item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -.04em
}

@media (min-width: 768px) and (max-width: 1280px) {
    .stages__item-title {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .stages__item-title {
        font-size: 18px
    }
}

.stages__item-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.04em
}

@media (min-width: 768px) and (max-width: 1280px) {
    .stages__item-text {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .stages__item-text {
        font-size: 14px
    }
}

.stages__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 24px
}

@media (min-width: 768px) and (max-width: 1280px) {
    .stages__cards {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px
    }
}

@media (max-width: 767px) {
    .stages__cards {
        grid-template-columns: repeat(1, 1fr);
    }
}

.stages__card {
    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: flex-start;
    gap: 24px;
    padding: 32px;
    border-radius: 24px
}

@media (min-width: 768px) and (max-width: 1280px) {
    .stages__card {
        gap: 20px;
        border-radius: 16px;
        padding: 20px
    }
}

@media (max-width: 767px) {
    .stages__card {
        padding: 16px;
        border-radius: 16px;
        gap: 16px
    }
}

.stages__card--blue {
    background-color: #0abAB51A;
    border: 1px solid #0abAB51A
}

.stages__card--bordered {
    border: 1px solid #0abab5
}

.stages__card-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -.04em;
    color: #0abab5
}

@media (min-width: 768px) and (max-width: 1280px) {
    .stages__card-title {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .stages__card-title {
        font-size: 18px
    }
}

.stages__card-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.04em;
    margin-bottom: 20px
}

@media (min-width: 768px) and (max-width: 1280px) {
    .stages__card-content p {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .stages__card-content p {
        font-size: 14px
    }
}

.stages__card-content p:last-child {
    margin-bottom: 0
}

.stages__card-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin: 0 0 20px;
    gap: 8px
}

@media (max-width: 767px) {
    .stages__card-content ul {
        margin: 0 0 16px
    }
}

.stages__card-content ul li {
    padding-left: 18px;
    position: relative
}

@media (max-width: 1280px) {
    .stages__card-content ul li {
        padding-left: 16px
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .stages__card-content ul li {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .stages__card-content ul li {
        font-size: 14px
    }
}

.stages__card-content ul li::before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #0abab5;
    border-radius: 50%;
    top: calc(50% - 4.5px);
    left: 0
}

@media (max-width: 1280px) {
    .stages__card-content ul li::before {
        width: 5px;
        height: 5px;
        top: calc(50% - 2.5px)
    }
}

.stages__text, .stage_text_after {
    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;
    margin-top: 24px;
    max-width: 1166px
}

.stage_text_after {
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -.04em;
    margin-bottom: 10px;
}

.stages__text {
    margin-top: 10px;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -.04em;
    margin-bottom: 0;
}

.section__text {
    margin-top: 0;
    margin-bottom: 24px;
}

.section__text_after {
    margin-top: 24px;
    margin-bottom: 0;
}

.section__text,
.section__text_after {

    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -.04em;
}

@media (max-width: 1280px) {
    .stages__text, .stage_text_after {
        width: 100%
    }
}

@media (max-width: 767px) {
    .stage_text_after, .section__text_after, .section__text {
        font-size: 16px;
    }
}

.stages__text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.04em
}

.service-views {
    margin-bottom: 120px
}

.service-views .text-before_slider {
    margin-bottom: 25px;
}

.service-views .text-before_slider {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -.04em
}

.service-views .text-before_slider p {
    margin-bottom: 10px;
}

@media (min-width: 1281px) and (max-width: 1500px) {
    .service-views .text-before_slider {
        font-size: 16px
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .service-views .text-before_slider {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .service-views .text-before_slider {
        font-size: 16px
    }
}

.services-after-stages {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -.04em
}

.services-after-stages p {
    margin-bottom: 10px;
}

@media (min-width: 1281px) and (max-width: 1500px) {
    .services-after-stages {
        font-size: 16px
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .services-after-stages {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .services-after-stages {
        font-size: 16px
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .service-views {
        margin-bottom: 80px
    }
}

@media (max-width: 767px) {
    .service-views {
        margin-bottom: 60px
    }
}

.service-views-slider {
    overflow: hidden;
    position: relative
}

@media (max-width: 767px) {
    .service-views-slider {
        padding-bottom: 32px
    }
}

.service-views__item,
.service-views__item.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 340px;
    padding: 32px;
    gap: 24px;
    height: auto;
    border-radius: 24px;
    background-color: #f9f9f9
}

.service-views__item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -.04em;
    color: #0abab5
}

.service-views__item-text p {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -.04em;
    margin-bottom: 10px;
}

@media (min-width: 1281px) and (max-width: 1500px) {
    .service-views__item-text p {
        font-size: 16px
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .service-views__item-text p {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .service-views__item-text p {
        font-size: 16px
    }
}

.service-views__item-text ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 24px 0;
    padding-left: 0;
    gap: 8px;
}

.service-views__item-text ul li {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    padding-left: 18px;
    position: relative;
    letter-spacing: -.04em
}

.service-views__item-text ul li::before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #0abab5;
    border-radius: 50%;
    top: 9px;
    left: 0;
}

@media (min-width: 1281px) and (max-width: 1500px) {
    .service-views__item-text ul {
        margin: 16px 0;
    }

    .service-views__item-text ul li {
        font-size: 16px
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .service-views__item-text ul {
        margin: 12px 0;
    }

    .service-views__item-text ul li {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .service-views__item-text ul {
        margin: 12px 0;
    }

    .service-views__item-text ul li {
        font-size: 16px
    }
}

.services {
    margin-bottom: 120px
}

@media (min-width: 768px) and (max-width: 1280px) {
    .services {
        margin-bottom: 80px
    }
}

@media (max-width: 767px) {
    .services {
        margin-bottom: 60px
    }
}

.services__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: 32px
}

@media (min-width: 768px) and (max-width: 1280px) {
    .services__list {
        gap: 24px
    }
}

@media (max-width: 767px) {
    .services__list {
        gap: 16px
    }
}

.services__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f9f9f9;
    padding: 40px;
    border-radius: 24px;
    width: 100%
}

@media (min-width: 768px) and (max-width: 1280px) {
    .services__item {
        padding: 25px 24px
    }
}

@media (max-width: 767px) {
    .services__item {
        padding: 16px;
        border-radius: 16px
    }
}

.services__item-name {
    position: relative;
    margin-bottom: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media (max-width: 767px) {
    .services__item-name {
        margin-bottom: 16px
    }
}

.stages_before-text {
    margin-bottom: 20px;
}

.services__item-name p,
.services__item-name h1 {
    font-weight: 400;
    font-size: 60px;
    line-height: 90%;
    letter-spacing: -.04em;
    padding-right: 54px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.services__item-name .services__heading_section {
    display: flex;
    align-items: center;
    padding-right: 54px;
}

.services__item-name .services__heading_section h1 {
    padding-right: 0;
}

@media (min-width: 1501px) and (max-width: 1800px) {
    .services__item-name p,
    .services__item-name h1 {
        font-size: 48px
    }
}

@media (min-width: 1281px) and (max-width: 1500px) {
    .services__item-name p,
    .services__item-name h1 {
        font-size: 40px
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .services__item-name p,
    .services__item-name h1 {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .services__item-name p,
    .services__item-name h1 {
        font-size: 24px;
    }
}

.services__item-name span {
    font-weight: 300;
    font-size: 30px;
    line-height: 90%;
    letter-spacing: -.03em;
    position: absolute;
    top: 0;
    right: 0;
    font-style: italic
}

.services__item-name sup {
    font-weight: 300;
    font-size: 30px;
    letter-spacing: -.03em;
    font-style: italic;
    vertical-align: .2em;
    padding-left: 5px;
}

@media (min-width: 1281px) and (max-width: 1500px) {
    .services__item-name span,
    .services__item-name sup {
        font-size: 24px
    }
}

@media (min-width: 768px) and (max-width: 1280px) {

    .services__item-name sup {
        vertical-align: unset;
    }
}

@media (max-width: 767px) {
    .services__item-name span,
    .services__item-name sup {
        font-size: 18px
    }
}

.services__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px
}

@media (min-width: 768px) and (max-width: 1280px) {
    .services__item-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px
    }
}

@media (max-width: 767px) {
    .services__item-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }
}

.services__item-image {
    width: 824px;
    height: 450px;
    border-radius: 20px;
    overflow: hidden
}

@media (min-width: 1281px) and (max-width: 1800px) {
    .services__item-image {
        width: 575px;
        height: 310px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .services__item-image {
        width: 100%;
        height: 420px
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    .services__item-image {
        width: 100%;
        height: 560px
    }
}

@media (max-width: 991px) {
    .services__item-image {
        width: 100%;
        height: auto
    }
}

@media (max-width: 767px) {
    .services__item-image {
        border-radius: 12px
    }
}

.services__item-image picture img {
    -o-object-fit: cover;
    object-fit: cover
}

.services__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 824px - 40px)
}

@media (min-width: 1281px) and (max-width: 1800px) {
    .services__item-content {
        width: calc(100% - 624px - 40px)
    }
}

@media (max-width: 1280px) {
    .services__item-content {
        width: 100%
    }
}

.services__item-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -.04em
}

@media (max-width: 767px) {
    .services__item-text {
        font-size: 14px
    }
}

.services__item-text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -.04em;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .services__item-text p {
        font-size: 14px
    }
}

.services__item-badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin: 32px 0
}

@media (min-width: 768px) and (max-width: 1280px) {
    .services__item-badges {
        margin-top: 24px;
        margin-bottom: 40px
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .services__item-badges {
        gap: 8px
    }
}

@media (max-width: 767px) {
    .services__item-badges {
        margin: 16px 0;
        gap: 4px
    }
}

.services__item-badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 42px;
    border-radius: 60px;
    padding: 13px 16px;
    background-color: #0abab5;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -.04em;
    color: #fff;
    transition: background .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
}

.services__item-badge:hover {
    background-color: #5BD3CD;
}

.services__item-badge:active {
    background-color: #32C8C1;
}

@media (min-width: 768px) and (max-width: 1280px) {
    .services__item-badge {
        font-size: 14px;
        padding: 10px 14px;
        height: 34px
    }
}

@media (max-width: 767px) {
    .services__item-badge {
        padding: 7px 10px 8px 10px;
        font-size: 14px;
        height: 29px
    }
}

.services__item-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 12px;
    margin-top: auto
}

@media (min-width: 768px) and (max-width: 1280px) {
    .services__item-btns {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 24px
    }
}

@media (max-width: 767px) {
    .services__item-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width: 1281px) and (max-width: 1500px) {
    .services__item-btn {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .services__item-btn {
        width: calc(50% - 6px)
    }
}

@media (max-width: 767px) {
    .services__item-btn {
        width: 100%;
        height: 47px
    }
}

.services-hero {
    margin-bottom: 120px
}

@media (min-width: 768px) and (max-width: 1280px) {
    .services-hero {
        margin-bottom: 80px
    }
}

@media (max-width: 767px) {
    .services-hero {
        margin-bottom: 60px
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    .services-hero__bg {
        width: 100%;
        height: auto
    }
}

@media (min-width: 375px) and (max-width: 576px) {
    .services-hero__bg {
        width: 100%;
        height: 553px
    }
}

@media (max-width: 374px) {
    .services-hero__bg {
        height: 600px
    }
}

@media (max-width: 767px) {
    .services-hero__bg picture img {
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: bottom right;
        object-position: bottom right
    }
}

.services-hero__inner {
    background-color: #f9f9f9;
    border-radius: 24px;
    overflow: hidden;
    position: relative
}

@media (max-width: 767px) {
    .services-hero__inner {
        border-radius: 16px
    }
}

.services-hero__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    position: absolute;
    top: 56px;
    right: 60px;
    bottom: 56px;
    left: 60px
}

@media screen and (min-width: 1801px) {

    .services-hero__wrapper {
        align-items: flex-start;
    }

}

@media (min-width: 768px) and (max-width: 1280px) {
    .services-hero__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 24px;
        right: 24px;
        left: 24px;
        bottom: 24px;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        gap: 24px
    }
}

@media (max-width: 767px) {
    .services-hero__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 16px;
        right: 16px;
        left: 16px;
        bottom: 16px;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        gap: 20px
    }
}

@media (max-width: 576px) {
    .services-hero__wrapper {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: auto;
        padding: 16px
    }

    .services-hero__bg {
        width: 100%;
        height: auto !important;
        position: absolute !important
    }

    .services-hero__image {
        height: auto !important
    }

}

.services-hero__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;
    width: 655px
}

@media (min-width: 768px) and (max-width: 1280px) {
    .services-hero__content {
        width: 511px;
        gap: 24px
    }
}

@media (max-width: 767px) {
    .services-hero__content {
        width: 100%;
        gap: 16px
    }
}

.services-hero__title {
    font-weight: 500;
    font-size: 60px;
    line-height: 82%;
    letter-spacing: -.04em
}

@media (min-width: 768px) and (max-width: 1800px) {
    .services-hero__title {
        font-size: 56px
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .services-hero__title {
        margin-bottom: 32px
    }
}

@media (min-width: 375px) and (max-width: 767px) {
    .services-hero__title {
        font-size: 36px;
        margin-bottom: 0
    }
}

@media (max-width: 374px) {
    .services-hero__title {
        font-size: 30px;
        max-width: 75%;
        margin-bottom: 0
    }
}

.services-hero__text,
.services-hero__text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.04em
}

.services-hero__text a {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .services-hero__text,
    .services-hero__text p {
        font-size: 14px
    }
}

.services-hero__btn {
    width: 250px;
    height: 64px
}

@media (max-width: 767px) {
    .services-hero__btn {
        width: 100%;
        height: 47px
    }
}

.services-hero__image {
    width: 807px;
    height: 560px;
    border-radius: 24px;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.service-navigation {
    margin-top: 15px;
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}

.service-navigation .item-service-navigation {
    background-color: #f9f9f9;
    color: #0abab5;
    justify-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px 28px 18px 28px;
    border-radius: 8px;
    transition: .3s background-color;
}

.service-navigation .item-service-navigation:hover {
    background-color: #efeeee;
}

.tab-section {
    margin-bottom: 120px;
}

@media (min-width: 1281px) and (max-width: 1800px) {
    .services-hero__image {
        width: 50%;
        height: auto
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .services-hero__image {
        width: 100%;
        height: auto;
        border-radius: 16px
    }
}

@media (max-width: 767px) {
    .services-hero__image {
        width: 100%;
        border-radius: 16px
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    .services-hero__image {
        height: auto
    }
}

@media (max-width: 576px) {
    .services-hero__image {
        height: 220px
    }
}

@media (min-width: 375px) and (max-width: 576px) {
    .services-hero__image {
        height: 200px
    }
}

@media (max-width: 374px) {
    .services-hero__image {
        height: 180px
    }
}

.services-hero__image picture img {
    -o-object-fit: cover;
    object-fit: cover
}

.appointment .container {
    padding: 0;
}

.methods__item-text ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    gap: 8px;
}

.methods__item-text ul li {
    padding-left: 18px;
    position: relative;
    letter-spacing: -.04em
}

.methods__item-text ul li::before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #0abab5;
    border-radius: 50%;
    top: 9px;
    left: 0
}
/* End */
/* /local/templates/main/assets/styles/services.min.css?178644244044931 */
