

/* Start:/local/templates/el_design/css/services.css?17629285478066*/
/* wrapperx */
.wrapperx {
    display: flex;
    flex-direction: column;
    row-gap: 48px;
    padding-bottom: 48px;
}

/* sectionx */
.sectionx {
    width: 100%;
}

.sectionx__content {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.sectionx__title {
    font-weight: 400;
    font-size: 36px;
    line-height: 1.35;
    letter-spacing: -0.32px;
    color: #0e193b;
}

.sectionx__caption {
    font-weight: 700;
    font-size: 64px;
    line-height: 1.35;
    letter-spacing: -0.32px;
    color: #e8e8ec;
    text-transform: uppercase;
}

.sectionx__caption--right {
    text-align: right;
}

.sectionx__description {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -0.32px;
    color: #0e193b;
}

.sectionx__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

/* poster */
.poster {
    position: relative;
    z-index: 0;
}

.poster__image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.poster__title {
    position: absolute;
    inset: auto auto 24px 8px;
    max-width: calc(100% - 16px);
    max-height: calc(100% - 48px);
    padding: 4px 16px;
    border-radius: 8px;
    background-color: #ffffff;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.35;
    letter-spacing: -0.32px;
    color: #0e193b;
}

.poster__title--uppercase {
    text-transform: uppercase;
}

/* spoiler */
.spoiler {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    row-gap: 48px;
    padding: 24px 24px 24px 96px;
    border-radius: 8px;
    background-color: #f1f1f1;
}

.spoiler::before {
    content: attr(data-number);
    position: absolute;
    inset: -6px auto auto 0;
    width: 80px;
    font-weight: 700;
    font-size: 80px;
    line-height: 1.35;
    letter-spacing: -0.32px;
    color: #cfd1d6;
    text-align: right;
    pointer-events: none;
}

.spoiler__head {

}

.spoiler__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 16px;
    width: 100%;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
}

.spoiler__button-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: -0.32px;
    color: #0e193b;
    text-align: left;
}

.spoiler__button-icon {
    width: 48px;
    height: 48px;
    padding: 10px;
    border-radius: 50%;
    background-color: #abadb7;
}

.spoiler__body {
    display: none;
}

.spoiler__body-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: -0.32px;
    color: #0e193b;
}

.spoiler--expanded .spoiler__body {
    display: block;
}

.spoiler--expanded .spoiler__button-icon {
    transform: rotate(-90deg);
    background-color: #164e3b;
}

/* pane */
.pane {
    padding: 16px 24px;
    border-radius: 8px;
    background-color: #efefef;
}

.pane__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: -0.32px;
    color: #0e193b;
}

.pane__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: -0.32px;
    color: #0e193b;
}

.pane__description:not(:last-child) {
    margin-bottom: 24px;
}

/* swiper media slider */
.swiper-media-slider {

}

.swiper-media-slider__image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    aspect-ratio: 1280 / 466;
    object-fit: cover;
    object-position: center;
}

.swiper-media-slider .swiper-button-prev {
    left: 8px;
}

.swiper-media-slider .swiper-button-next {
    right: 8px;
}

.swiper-media-slider .swiper-button-prev,
.swiper-media-slider .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
}

.swiper-media-slider .swiper-button-prev img,
.swiper-media-slider .swiper-button-next img {
    width: 32px;
    height: 32px;
}

.swiper-media-slider .swiper-button-prev svg,
.swiper-media-slider .swiper-button-next svg {
    display: none;
}

.swiper-media-slider .swiper-button-prev::after,
.swiper-media-slider .swiper-button-next::after {
    display: none;
}

.swiper-media-thumbs-slider__image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}

/* ctax */
.ctax {
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    box-shadow: inset 0 0 0 5px #164e3b;
    overflow: hidden;
}

.ctax__media {
    width: calc(100% - 480px);
}

.ctax__media-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ctax__info {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    width: 480px;
    padding: 48px 24px;
}

.ctax__title {
    font-weight: 400;
    font-size: 34px;
    line-height: 1.35;
    letter-spacing: -0.32px;
    color: #0e193b;
}

.ctax__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: -0.32px;
    color: #0e193b;
}

.ctax__description--centered {
    text-align: center;
}

.ctax__description--end {
    margin-top: auto;
}

.ctax__button {
    align-self: center;
    width: fit-content;
    padding: 8px 24px;
    border: none;
    border-radius: 24px;
    background: none;
    background-color: #164e3b;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -0.32px;
    color: #ffffff;
}

.ctax__image {
    width: 124px;
    height: auto;
    margin-inline: auto;
    aspect-ratio: 3 / 1;
    object-fit: contain;
    object-position: center;
}

/* responsive */
@media (max-width: 1400px) {
    .sectionx__title,
    .poster__title {
        font-size: 30px;
    }

    .sectionx__description,
    .ctax__button {
        font-size: 22px;
    }

    .sectionx__caption {
        font-size: 60px;
    }
}

@media (max-width: 1200px) {
    .sectionx__title,
    .poster__title,
    .ctax__title {
        font-size: 24px;
    }

    .sectionx__description,
    .ctax__button {
        font-size: 20px;
    }

    .sectionx__caption {
        font-size: 56px;
    }
}

@media (max-width: 990px) {
    .sectionx__title,
    .poster__title,
    .ctax__title {
        font-size: 24px;
    }

    .sectionx__description,
    .ctax__button {
        font-size: 18px;
    }

    .sectionx__caption {
        font-size: 52px;
    }

    .ctax {
        flex-direction: column;
    }

    .ctax__media {
        width: 100%;
        height: 320px;
    }

    .ctax__info {
        width: 100%;
        padding: 24px;
    }

    .ctax__title,
    .ctax__description {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .sectionx__title,
    .poster__title,
    .ctax__title {
        font-size: 20px;
    }

    .sectionx__description,
    .ctax__button {
        font-size: 16px;
    }

    .sectionx__caption {
        font-size: 48px;
    }

    .spoiler {
        row-gap: 24px;
        padding-left: 64px;
    }

    .spoiler::before {
        inset: 16px auto auto 0;
        width: 48px;
        font-size: 48px;
    }

    .spoiler__button-icon {
        width: 36px;
        height: 36px;
        padding: 8px;
    }

    .ctax__description {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .poster {
        display: flex;
        flex-direction: column;
        row-gap: 8px;
    }

    .poster__title {
        position: static;
        max-width: unset;
        max-height: unset;
        padding: 0;
        background-color: unset;
    }

    .ctax__info {
        padding: 16px;
    }
}

/* End */
/* /local/templates/el_design/css/services.css?17629285478066 */
