/* Advantages second */
.zl-advantages-second {
    padding-top: 50px;
    padding-bottom: 50px;
    border: 1px solid rgba(250, 220, 221, 0.7);
    background-color: #fef8f8;
    background-image: url("/local/templates/shop/assets/img/bg-pattern.svg");
    background-repeat: repeat;
    background-size: 360px;
    background-position: top left;
}
@media (min-width: 1440px) {
    .zl-advantages-second {
        padding-top: 99px;
        padding-bottom: 99px;
    }
}
.zl-advantages-second .zl-container {
    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;
}
@media (min-width: 1440px) {
    .zl-advantages-second .zl-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 50px;
    }
}
@media (min-width: 1440px) {
    .zl-advantages-second__column {
        width: calc(50% - 25px);
    }
}
.zl-advantages-second__title {
    margin-bottom: 35px;
    font-family: "Prata", "Times New Roman", "Times CY", serif;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}
@media (min-width: 1440px) {
    .zl-advantages-second__title {
        margin-bottom: 25px;
        font-size: 32px;
        line-height: 45px;
        text-align: left;
    }
}
.zl-advantages-second__description {
    font-size: 14px;
    line-height: 22px;
}
@media (min-width: 1440px) {
    .zl-advantages-second__description {
        font-size: 16px;
        line-height: 26px;
    }
}
.zl-advantages-second__description p {
    margin: 0 0 22px;
}
.zl-advantages-second__description p:last-child {
    margin-bottom: 0;
}
.zl-advantages-second__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
}
@media (min-width: 1024px) {
    .zl-advantages-second__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media (min-width: 1440px) {
    .zl-advantages-second__list {
        padding-top: 35px;
    }
}
.zl-advantages-second__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-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}
@media (min-width: 1024px) {
    .zl-advantages-second__item {
        width: calc(25% - 75px / 4);
    }
}
@media (min-width: 1440px) {
    .zl-advantages-second__item {
        font-size: 18px;
        line-height: 29px;
    }
}
.zl-advantages-second__icon {
    display: block;
    width: 58px;
    height: 51px;
    -o-object-fit: contain;
    object-fit: contain;
}
/* Advantages second end */
/* Detail item */
.zl-detail-item {
    width: 100%;
    max-width: 1770px;
    margin: 0 auto;
    padding: 0 15px;
}
@media (min-width: 768px) {
    .zl-detail-item {
        padding: 0 25px;
    }
}
.zl-detail-item__wrapper {
    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;
    padding: 24px;
    border: 1px solid #f0eded;
}
@media (min-width: 1024px) {
    .zl-detail-item__wrapper {
        -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;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media (min-width: 1440px) {
    .zl-detail-item__wrapper {
        padding: 49px;
    }
}
@media (min-width: 1024px) {
    .zl-detail-item__left {
        width: calc(65% - 25px / 2);
    }
}
@media (min-width: 1440px) {
    .zl-detail-item__left {
        width: 58.642%;
    }
}
.zl-detail-item__title {
    margin-bottom: 15px;
    font-family: "Prata", "Times New Roman", "Times CY", serif;
    font-size: 22px;
    line-height: 33px;
}
@media (min-width: 1440px) {
    .zl-detail-item__title {
        margin-bottom: 25px;
        font-size: 25px;
        line-height: 38px;
    }
}
.zl-detail-item__body {
    font-size: 14px;
    line-height: 22px;
}
@media (min-width: 1440px) {
    .zl-detail-item__body {
        font-size: 16px;
        line-height: 26px;
    }
}
.zl-detail-item__body p {
    margin: 0 0 15px;
}
@media (min-width: 1440px) {
    .zl-detail-item__body p {
        margin-bottom: 25px;
    }
}
.zl-detail-item__body p:last-child {
    margin-bottom: 0;
}
@media (min-width: 1024px) {
    .zl-detail-item__right {
        width: calc(35% - 25px / 2);
    }
}
@media (min-width: 1440px) {
    .zl-detail-item__right {
        width: 38.272%;
    }
}
.zl-detail-item__picture {
    display: block;
}
.zl-detail-item__image {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
/* Detail item end */
/* File */
.zl-file__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: 10px;
    margin-bottom: 15px;
}
.zl-file__list:empty {
    margin-bottom: 0;
}
.zl-file__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}
.zl-file__item-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
}
@media (min-width: 1440px) {
    .zl-file__item-name {
        font-size: 18px;
        line-height: 29px;
    }
}
.zl-file__item-name::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: "";
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("/local/templates/shop/assets/img/svg/icon-file.svg");
}
@media (min-width: 1440px) {
    .zl-file__item-name::before {
        width: 30px;
        height: 30px;
    }
}
.zl-file__item-remove {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.zl-file__input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.zl-file__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    min-height: 120px;
    padding: 10px 14px;
    background-color: #ffffff;
    border: 1px dashed #f0eded;
    border-radius: 1px;
    text-align: center;
}
@media (min-width: 1440px) {
    .zl-file__label {
        padding: 10px 18px;
    }
}
.zl-file__note {
    font-size: 16px;
    line-height: 26px;
}
.zl-file__note--desktop {
    display: none;
}
@media (min-width: 1280px) {
    .zl-file__note--desktop {
        display: block;
    }
}
@media (min-width: 1280px) {
    .zl-file__note--mobile {
        display: none;
    }
}
.zl-file__button.zl-dashed-link {
    font-size: 18px;
    line-height: 29px;
}
.zl-file__error {
    color: #d86c71;
}
.zl-file__error .just-validate-error-label {
    margin-top: 10px;
}
/* File end */
/* Page banner */
.zl-page-banner {
    width: 100%;
    max-width: 1770px;
    margin: 0 auto;
    padding: 0 15px;
}
@media (min-width: 768px) {
    .zl-page-banner {
        padding: 0 25px;
    }
}
.zl-page-banner__wrapper {
    position: relative;
    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;
    padding: 50px 25px;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    aspect-ratio: 330 / 550;
}
@media (min-width: 768px) {
    .zl-page-banner__wrapper {
        font-size: 16px;
        line-height: 26px;
        aspect-ratio: 768 / 1024;
    }
}
@media (min-width: 1024px) {
    .zl-page-banner__wrapper {
        padding: 50px;
        font-size: 14px;
        line-height: 22px;
        aspect-ratio: initial;
    }
}
@media (min-width: 1440px) {
    .zl-page-banner__wrapper {
        min-height: 597px;
        padding: 50px 75px;
        font-size: 16px;
        line-height: 26px;
    }
}
.zl-page-banner__picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.zl-page-banner__picture::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.zl-page-banner__image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.zl-page-banner__body {
    position: relative;
    z-index: 1;
    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;
}
@media (min-width: 768px) {
    .zl-page-banner__body {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media (min-width: 1024px) {
    .zl-page-banner__body {
        width: 80%;
    }
}
@media (min-width: 1440px) {
    .zl-page-banner__body {
        gap: 35px;
        width: 76.911%;
    }
}
.zl-page-banner__heading {
    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;
    font-family: "Prata", "Times New Roman", "Times CY", serif;
}
@media (min-width: 1440px) {
    .zl-page-banner__heading {
        gap: 25px;
    }
}
.zl-page-banner__title {
    font-size: 40px;
    line-height: 56px;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .zl-page-banner__title {
        font-size: 70px;
        line-height: 98px;
    }
}
@media (min-width: 1024px) {
    .zl-page-banner__title {
        font-size: 40px;
        line-height: 56px;
    }
}
@media (min-width: 1440px) {
    .zl-page-banner__title {
        font-size: 70px;
        line-height: 98px;
    }
}
.zl-page-banner__highlight,
.zl-page-banner__title span {
    color: #fadcdd;
    text-transform: initial;
}
.zl-page-banner__subtitle {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .zl-page-banner__subtitle {
        font-size: 40px;
        line-height: 56px;
    }
}
@media (min-width: 1024px) {
    .zl-page-banner__subtitle {
        font-size: 20px;
        line-height: 28px;
    }
}
@media (min-width: 1440px) {
    .zl-page-banner__subtitle {
        font-size: 40px;
        line-height: 56px;
    }
}
@media (min-width: 1440px) {
    .zl-page-banner__text {
        max-width: 700px;
    }
}
.zl-page-banner__text p {
    margin: 0 0 22px;
}
.zl-page-banner__text p:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .zl-page-banner__bottom .zl-background-button {
        min-width: 250px;
    }
}
@media (min-width: 1440px) {
    .zl-page-banner__bottom .zl-background-button {
        font-size: 14px;
        line-height: 22px;
    }
}
/* Page banner end */
/* Promo */
.zl-promo {
    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;
    padding: 24px;
    border: 1px solid #f0eded;
    border-radius: 1px;
    background-color: #fef8f8;
    background-image: url("/local/templates/shop/assets/img/bg-pattern.svg");
    background-repeat: repeat;
    background-size: 360px;
    background-position: top left;
}
@media (min-width: 1440px) {
    .zl-promo {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 49px 34px;
    }
}
.zl-promo ul:not([class]) {
    margin-top: 0;
}
@media (min-width: 1440px) {
    .zl-promo__column {
        width: calc(50% - 10px);
    }
}
.zl-promo__title {
    font-family: "Prata", "Times New Roman", "Times CY", serif;
    font-size: 22px;
    line-height: 33px;
}
@media (min-width: 1440px) {
    .zl-promo__title {
        font-size: 25px;
        line-height: 38px;
    }
}
/* Promo end */
/* Request result */
.zl-request-result__title {
    font-family: "Prata", "Times New Roman", "Times CY", serif;
    font-size: 24px;
    line-height: 36px;
}
@media (min-width: 1440px) {
    .zl-request-result__title {
        font-size: 32px;
        line-height: 45px;
    }
}
.zl-request-result__subtitle {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}
@media (min-width: 1440px) {
    .zl-request-result__subtitle {
        font-size: 18px;
        line-height: 29px;
    }
}
.zl-request-result__bottom .zl-background-button {
    padding-top: 12px;
    padding-bottom: 12px;
}
/* Request result end */
/* Questions */
.zl-questions__list {
    margin: 0;
    padding: 0;
    list-style: none;
    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;
}
.zl-questions__item {
    border: 1px solid #f0eded;
    border-radius: 1px;
    background-color: #ffffff;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.zl-questions__item.is-active {
    border-color: #fadcdd;
    background-color: #fef8f8;
}
.zl-questions__item.is-active .zl-questions__button {
    color: #333333;
}
.zl-questions__item.is-active .zl-questions__button-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.zl-questions__button {
    padding: 0;
    margin: 0;
    border: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent;
    text-align: left;
    letter-spacing: inherit;
    cursor: pointer;
    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: 16px;
    width: 100%;
    padding: 29px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #8b8b8b;
}
@media (min-width: 1440px) {
    .zl-questions__button {
        gap: 26px;
        font-size: 18px;
        line-height: 29px;
    }
}
.zl-questions__button-arrow {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.zl-questions__inner {
    padding: 0 29px 29px;
    font-size: 14px;
    line-height: 22px;
}
@media (min-width: 1440px) {
    .zl-questions__inner {
        font-size: 16px;
        line-height: 26px;
    }
}
.zl-questions__inner p {
    margin: 0 0 22px;
}
@media (min-width: 1440px) {
    .zl-questions__inner p {
        margin-bottom: 25px;
    }
}
.zl-questions__inner p:last-child {
    margin-bottom: 0;
}
/* Questions end */
/* Service card */
.zl-service-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #f0eded;
    border-radius: 1px;
    -webkit-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}
@media (min-width: 1280px) {
    .zl-service-card:hover {
        border-color: #fadcdd;
    }
}
.zl-service-card__top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 100%;
    padding-bottom: 109.494%;
}
@media (min-width: 1440px) {
    .zl-service-card__top {
        padding-bottom: 108.46%;
    }
}
.zl-service-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.zl-service-card__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 25px 4px 50px;
}
@media (min-width: 1440px) {
    .zl-service-card__body {
        padding: 25px 15px 50px;
    }
}
.zl-service-card__title {
    font-family: "Prata", "Times New Roman", "Times CY", serif;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
}
@media (min-width: 1440px) {
    .zl-service-card__title {
        font-size: 32px;
        line-height: 45px;
    }
}
.zl-service-card__button.zl-button {
    font-size: 18px;
    line-height: 29px;
}
@media (min-width: 1280px) {
    .zl-service-card__button.zl-button {
        margin-top: auto;
    }
}
/* Service card end */
/* Service page */
.zl-service-page {
    padding-top: 25px;
}
@media (min-width: 1440px) {
    .zl-service-page {
        padding-top: 50px;
    }
}
@media (min-width: 1440px) {
    .zl-service-page .zl-section__header--lg {
        margin-bottom: 50px;
    }
}
.zl-service-page__banner {
    margin-bottom: 50px;
}
@media (min-width: 1440px) {
    .zl-service-page__banner {
        margin-bottom: 100px;
    }
}
.zl-service-page__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
    padding-bottom: 50px;
}
.zl-service-page__title {
    margin-bottom: 50px;
    font-family: "Prata", "Times New Roman", "Times CY", serif;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}
@media (min-width: 1440px) {
    .zl-service-page__title {
        font-size: 32px;
        line-height: 45px;
    }
}
.zl-service-page__title:last-child {
    margin-bottom: 0;
}
.zl-service-page__detail-item {
    margin-bottom: 50px;
}
.zl-service-page__detail-item:last-child {
    margin-bottom: 0;
}
.zl-service-page__decor {
    display: none;
}
@media (min-width: 1024px) {
    .zl-service-page__decor {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: sticky;
        top: 0;
        display: block;
        width: 100px;
        height: 100px;
        -o-object-fit: contain;
        object-fit: contain;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    }
}
@media (min-width: 1440px) {
    .zl-service-page__decor {
        width: 235px;
        height: 210px;
    }
}
.zl-service-page__main {
    width: 100%;
    max-width: 1770px;
    margin: 0 auto;
    padding: 0 15px;
}
@media (min-width: 768px) {
    .zl-service-page__main {
        padding: 0 25px;
    }
}
.zl-service-page__content {
    position: relative;
    padding-bottom: 100px;
}
@media (min-width: 1024px) {
    .zl-service-page__content {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 50px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.zl-service-page__content .zl-text-page {
    padding: 0;
}
@media (min-width: 1024px) {
    .zl-service-page__content .zl-text-page {
        width: calc(100% - 150px);
        max-width: 1000px;
    }
}
@media (min-width: 1440px) {
    .zl-service-page__content .zl-text-page {
        width: calc(100% - 285px);
    }
}
.zl-service-page__content .zl-text-page h2,
.zl-service-page__content .zl-text-page h3,
.zl-service-page__content .zl-text-page h4,
.zl-service-page__content .zl-text-page h5,
.zl-service-page__content .zl-text-page h6 {
    text-align: left;
}
.zl-service-page__content .zl-text-page h3:first-child {
    margin-top: 30px;
}
.zl-service-page__content .zl-text-page p:not([class]) {
    margin-top: 25px;
}
.zl-service-page__content .zl-text-page p:not([class]) + p {
    margin-top: 15px;
}
@media (min-width: 1440px) {
    .zl-service-page__content .zl-text-page p:not([class]) + p {
        margin-top: 25px;
    }
}
.zl-service-page__request {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 1440px) {
    .zl-service-page__request {
        min-height: 458px;
    }
}
.zl-service-page__request-form.zl-form {
    gap: 25px;
    width: 100%;
}
@media (min-width: 1024px) {
    .zl-service-page__request-form.zl-form {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 768px) {
    .zl-service-page__request-form.zl-form .zl-form__item--w50 {
        width: calc(50% - 25px / 2);
    }
}
.zl-service-page__request-form.zl-form .zl-form__label {
    font-size: 16px;
    line-height: 26px;
}
.zl-service-page__request-form.zl-form .zl-form__checkbox-label {
    font-size: 16px;
    line-height: 26px;
}
.zl-service-page__request-form.zl-form .zl-form__submit-button {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 26px;
}
.zl-service-page__request-form.zl-form .zl-form__radio-list {
    min-height: 50px;
}
.zl-service-page__request-form.zl-form.isVisible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.zl-service-page__request-form.zl-form.isHidden {
    display: none;
}
.zl-service-page__request-result {
    display: none;
    -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;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    gap: 25px;
    width: 100%;
    text-align: center;
}
@media (min-width: 1440px) {
    .zl-service-page__request-result {
        gap: 50px;
    }
}
.zl-service-page__request-result.isVisible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.zl-service-page__section {
    margin-bottom: 50px;
}
@media (min-width: 1440px) {
    .zl-service-page__section {
        margin-bottom: 100px;
    }
}
.zl-service-page__section:last-child {
    margin-bottom: 0;
}
.zl-service-page__section.zl-section:not(.zl-section--double) {
    padding: 0;
}
/* Service page end */
/* Services */
.zl-services {
    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;
    padding-top: 25px;
}
@media (min-width: 1440px) {
    .zl-services {
        gap: 50px;
        padding-top: 50px;
    }
}
.zl-services__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 25px;
}
@media (min-width: 1280px) {
    .zl-services__list {
        gap: 25px;
    }
}
.zl-services__item {
    width: calc(50% - 5px);
}
@media (min-width: 1024px) {
    .zl-services__item {
        width: calc(100% / 3 - 20px / 3);
    }
}
@media (min-width: 1280px) {
    .zl-services__item {
        width: calc(25% - 75px / 4);
    }
}
.zl-services__item .zl-service-card {
    height: 100%;
    overflow: hidden;
}
.zl-services__controls {
    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;
}
@media (min-width: 1440px) {
    .zl-services__controls {
        gap: 35px;
    }
}
/* Services end */
/* Step card */
.zl-step-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;
    padding: 24px;
    border: 1px solid #f0eded;
    border-radius: 1px;
}
@media (min-width: 1440px) {
    .zl-step-card {
        gap: 25px;
        padding: 29px;
    }
}
.zl-step-card__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
}
.zl-step-card__top::after {
    font-family: "Prata", "Times New Roman", "Times CY", serif;
    font-size: 40px;
    line-height: 56px;
    color: #fadcdd;
}
@media (min-width: 1440px) {
    .zl-step-card__button-cta.zl-border-button {
        font-size: 14px;
        line-height: 22px;
    }
}
.zl-step-card__button-cta.zl-background-button {
    width: auto;
}
@media (min-width: 768px) {
    .zl-step-card__button-cta.zl-background-button {
        font-size: 14px;
        line-height: 22px;
    }
}
.zl-step-card__body {
    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;
}
.zl-step-card__title {
    font-family: "Prata", "Times New Roman", "Times CY", serif;
    font-size: 22px;
    line-height: 33px;
}
@media (min-width: 1440px) {
    .zl-step-card__title {
        font-size: 25px;
        line-height: 38px;
    }
}
.zl-step-card__subtitle {
    font-size: 14px;
    line-height: 22px;
    color: #8b8b8b;
}
@media (min-width: 1440px) {
    .zl-step-card__subtitle {
        font-size: 16px;
        line-height: 26px;
    }
}
/* Step card end */
/* Work steps */
.zl-work-steps .swiper-scrollbar {
    margin-top: 35px;
}
@media (min-width: 1440px) {
    .zl-work-steps .swiper-scrollbar {
        max-width: 350px;
        margin-right: auto;
        margin-left: auto;
    }
}
.zl-work-steps__slider.swiper {
    width: calc(100% + 30px);
    padding: 0 15px;
    margin: 0 -15px;
}
@media (min-width: 768px) {
    .zl-work-steps__slider.swiper {
        width: calc(100% + 50px);
        padding: 0 25px;
        margin: 0 -25px;
    }
}
@media (min-width: 1440px) {
    .zl-work-steps__slider.swiper {
        overflow: visible;
        width: 100%;
        padding: 0;
        margin: 0;
    }
}
.zl-work-steps__list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: items;
}
.zl-work-steps__item {
    counter-increment: items;
}
.zl-work-steps__item.swiper-slide {
    height: auto;
}
.zl-work-steps__item .zl-step-card {
    height: 100%;
}
.zl-work-steps__item .zl-step-card .zl-step-card__top::after {
    content: "0" counter(items);
    margin-left: auto;
}
.zl-work-steps__item:nth-child(n + 10) .zl-step-card .zl-step-card__top::after {
    content: counter(items);
}
/* Work steps end */
.zl-text-page .zl-promo {
    margin-top: 50px;
}
.zl-text-page .zl-promo:first-child {
    margin-top: 0;
}
.zl-page__inner--second {
    padding-bottom: 0;
}
.zl-section--bg {
    border: 1px solid rgba(250, 220, 221, 0.7);
    background-color: #fef8f8;
    background-image: url("/local/templates/shop/assets/img/bg-pattern.svg");
    background-repeat: repeat;
    background-size: 360px;
    background-position: top left;
}
.zl-section__header--lg {
    margin-bottom: 35px;
}
.zl-border-button__text {
    text-align: center;
}
.zl-form__radio-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
.zl-form__radio-input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.zl-form__radio-input + .zl-form__radio-label {
    position: relative;
    display: block;
    padding-left: 38px;
    font-size: 16px;
    line-height: 26px;
    cursor: pointer;
}
.zl-form__radio-input + .zl-form__radio-label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    border: 1px solid #fadcdd;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.zl-form__radio-input + .zl-form__radio-label::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
@media (min-width: 1280px) {
    .zl-form__radio-input + .zl-form__radio-label:hover::before {
        background-color: #fef8f8;
    }
}
.zl-form__radio-input:checked + .zl-form__radio-label::before {
    background-color: #fadcdd;
}
.zl-form__radio-input:checked + .zl-form__radio-label::after {
    opacity: 1;
}

.zl-service-card__preview-text {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 10px 25px;
    background-color: #fff;
    border-bottom: 1px solid #FADCDD;
    transition: bottom .3s;
    z-index: 3;
    overflow: hidden;
}

.zl-service-card:hover .zl-service-card__preview-text {
    bottom: 0;
}

@media (min-width: 1440px) {
    .zl-service-card__preview-text {
        padding: 50px 15px 25px;
    }
}