.wrapper,
.wrapper--desktop {
    width: 168rem;
    margin: 0 auto;
}

.wrapper__header {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    justify-self: center;
    width: 78rem;
    margin: 0 auto;
    align-items: center;
}

.wrapper__header__title {
    z-index: 1;
}

.wrapper__header__right-accent {
    position: absolute;
    right: 12rem;
    top: 5.5rem;
    width: 27.2rem;
    height: 17.4rem;
}

.wrapper__header__left-accent {
    position: absolute;
    left: 12rem;
    top: 0;
    width: 60.2rem;
    height: 31.4rem;
}

@media (max-width: 48em) {
    .wrapper {
        width: auto;
        margin: 0 1.6rem;
    }

    .wrapper--desktop {
        width: auto;
        margin: 0;
    }

    .wrapper__header {
        gap: 2.4rem;
        width: auto;
    }

    .wrapper__header__right-accent {
        position: absolute;
        right: 0;
        top: 3rem;
        width: 9.1rem;
        height: 5.8rem;
    }

    .wrapper__header__left-accent {
        position: absolute;
        left: 0;
        width: 20.1rem;
        height: 10.4rem;
    }
}

.relative {
    position: relative;
}

.shrink0 {
    flex-shrink: 0;
}

@media (min-width: 48em) {
    .hidden--desktop {
        display: none;
    }
}

@media (max-width: 48em) {
    .hidden--mobile {
        display: none;
    }
}

.textCenter {
    text-align: center;
}

.underline {
    text-decoration: underline;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5rem;
    padding: 1.6rem 0;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 120%;
}

.btn--primary {
    color: #ffffff;
    background: #1f2933;
}

.btn--primary:hover {
    animation-timing-function: ease-out;
    animation-duration: 600ms;
    background: #7A8A99;
}

.btn--secondary {
    border: 2px solid #1F2933;
    color: #1F2933;
    background: #FFFFFF;
}

.btn--secondary:hover {
    animation-timing-function: ease-out;
    animation-duration: 600ms;
    border: 2px solid #7A8A99;
    color: #7A8A99;
}

.btn--gray {
    color: #ffffff;
    background: #7A8A99;
}

.btn--gray:hover {
    animation-timing-function: ease-out;
    animation-duration: 600ms;
    background: #161D24;
}

.btn--more {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    align-items: center;
    color: #1F2933;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 120%;
    width: max-content;
}

.btn--more:hover {
    animation-timing-function: ease-out;
    animation-duration: 600ms;
    color: #5B6B7A;
}

.btn--more__arrow {
    width: 1.6rem;
    height: 1.6rem;
}

@media (max-width: 48em) {
    .btn {
        padding: 1.2rem 0;
        line-height: 110%;
    }

    .btn--more {
        font-size: 1.6rem;
        line-height: 110%;
    }
}

.primary {
    color: #1F2933;
}

.darkGray {
    color: #5B6B7A;
}

.white {
    color: #FFFFFF;
}

.lightGray {
    color: #F5F6F7;
}

.gray {
    color: #D1D5DB;
}

.error {
    color: #E20505;
}

.peach {
    color: #F7CDB980;
}

.bg-gray {
    background-color: #F5F6F7;
}

.bg-peach {
    background-color: #F7CDB980;
}

.bg-white {
    background-color: #FFFFFF;
}

.h1 {
    font-weight: 700;
    font-size: 6.4rem;
    line-height: 110%;
}

.h2 {
    font-weight: 600;
    font-size: 5.6rem;
    line-height: 115%;
}

.h3 {
    font-weight: 500;
    font-size: 4rem;
    line-height: 120%;
}

.title {
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 120%;
}

.bodyL {
    font-size: 2rem;
    line-height: 150%;
}

.bodyM {
    font-size: 1.8rem;
    line-height: 150%;
}

.bodyS {
    font-size: 1.6rem;
    line-height: 150%;
}

.lableM {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 130%;
}

.lableS {
    font-size: 1.2rem;
    line-height: 130%;
}

@media (max-width: 48em) {
    .h1 {
        font-weight: 600;
        font-size: 3.2rem;
        line-height: 100%;
    }

    .h2 {
        font-weight: 500;
        font-size: 2.8rem;
        line-height: 110%;
    }

    .h3 {
        font-size: 2.6rem;
        line-height: 110%;
    }

    .title {
        font-size: 2.2rem;
    }

    .bodyL {
        font-size: 1.8rem;
        line-height: 130%;
    }

    .bodyM {
        font-size: 1.4rem;
        line-height: 120%;
    }

    .bodyS {
        font-size: 1.4rem;
        line-height: 120%;
    }

    .lableM {
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 110%;
    }

    .lableS {
        font-size: 1rem;
        line-height: 120%;
    }
}

.mini-card {
    background: #FFFFFF;
    border-radius: 1.2rem;
    padding: 2.4rem;
}

.mini-card__title {
    margin-top: 4.8rem;
}

.mini-card__description {
    margin-top: 2rem;
}

@media (max-width: 48em) {
    .mini-card {
        padding: 1.6rem;
    }

    .mini-card__icon {
        width: 2rem;
        height: 2rem;
    }

    .mini-card__title {
        margin-top: 2rem;
    }

    .mini-card__description {
        width: 28.8rem;
    }
}

.card {
    padding: 2.4rem;
    border-radius: 1.6rem;
    position: relative;
    background: #F5F6F7;
    height: 40rem;
    display: flex;
    flex-direction: column;
}

.card:hover {
    animation-timing-function: ease-out;
    animation-duration: 600ms;
    box-shadow:
        0.2rem 0.2rem 1rem 0 #F7CDB980,
        -0.2rem -0.2rem 1rem 0 #F7CDB980;
}

.card .title,
.card .btn--more {
    z-index: 1;
}

.card__illustration__wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.card__illustration {
    position: absolute;
    top: 0.3rem;
    right: -0.4rem;
    width: 45.5rem;
    height: 39.7rem;
}

.card__description {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    z-index: 1;
}

@media (max-width: 48em) {
    .card {
        padding: 1.6rem;
        height: 25.7rem;
    }

    .card__illustration {
        position: absolute;
        top: 0.2rem;
        right: -0.21rem;
        width: 29.2rem;
        height: 25.5rem;
    }

    .card__description {
        margin-top: auto;
        gap: 1.2rem;
    }
}

.long-card {
    padding: 3.2rem;
    border-radius: 1.6rem;
    position: relative;
}

.long-card:hover {
    animation-timing-function: ease-out;
    animation-duration: 600ms;
    box-shadow: 0.2rem 0.2rem 1rem 0 #F7CDB980, -0.2rem -0.2rem 1rem 0 #F7CDB980;
}

.long-card--light-gray {
    background: #F5F6F7;
    width: 53.3rem;
}

.long-card--primary {
    background: #1F2933;
    width: 57rem;
    padding: 6.5rem 3.2rem;
}

.long-card__title {
    margin-top: 2.4rem;
}

.long-card__description {
    margin-top: 2rem;
}

.long-card__price,
.long-card__list,
.long-card__btn {
    margin-top: 4.8rem;
}

.long-card__btn {
    width: 24.7rem;
    margin-inline: auto;
    position: relative;
    z-index: 1;
}

@media (max-width: 48em) {
    .long-card {
        padding: 1.6rem !important;
        width: 100% !important;
    }

    .long-card__title {
        margin-top: 2rem;
    }

    .long-card__price,
    .long-card__list,
    .long-card__btn {
        margin-top: 4rem;
    }

    .long-card__btn {
        width: 20rem;
    }
}

.wrapper-list {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.list {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.list__item {
    display: flex;
    align-items: center;
}

.list__item::before {
    content: "•";
    font-size: 2.1rem;
    margin-right: 1.2rem;
}

.list--peach .list__item::before {
    color: #F7CDB9;
}

.list--check .list__item::before {
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    background-image: url(/local/templates/bizassist/img/icons/listCheck.svg);
    background-size: cover;
    margin-right: 1.2rem;
    flex-shrink: 0;
}

@media (max-width: 48em) {
    .list {
        gap: 0.8rem;
    }

    .list--check .list__item::before {
        width: 2rem;
        height: 2rem;
    }
}

.wrapper-icon-l {
    padding: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.4rem;
    width: 4.8rem;
    height: 4.8rem;
}

.wrapper-icon--light-gray-border {
    border: 1px solid #D1D5DB;
}

@media (max-width: 48em) {
    .wrapper-icon-m--mobile {
        width: 3.2rem;
        height: 3.2rem;
    }
}

.icon-3xl {
    width: 4.8rem;
    height: 4.8rem;
}

.icon-2xl {
    width: 4rem;
    height: 4rem;
}

.icon-xl {
    width: 3.2rem;
    height: 3.2rem;
}

.icon-l {
    width: 2.4rem;
    height: 2.4rem;
}

.icon-m {
    width: 6rem;
    height: 6rem;
}

.icon-s {
    width: 1.8rem;
    height: 1.8rem;
}

@media (max-width: 48em) {
    .icon-xl--mobile {
        width: 3.2rem;
        height: 3.2rem;
    }

    .icon-l--mobile {
        width: 2.4rem;
        height: 2.4rem;
    }

    .icon-m--mobile {
        width: 4rem;
        height: 4rem;
    }

    .icon-s--mobile {
        width: 1.8rem;
        height: 1.8rem;
    }

    .icon-xs--mobile {
        width: 1.6rem;
        height: 1.6rem;
    }
}

.swiper-wrapper-container {
    width: 100%;
    position: relative;
}

.swiper-navigation {
    display: flex;
    gap: 2.3rem;
    position: absolute;
    top: -5.2rem;
    right: 0;
}

@media (max-width: 48em) {
    .swiper-navigation {
        gap: 1.2rem;
        top: -4.4rem;
        right: 1.6rem;
    }
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.70);
}

.modal__content {
    position: relative;
    width: 80rem;
    height: max-content;
    background: white;
    padding: 4rem;
    border-radius: 1.6rem;
    margin: 11.2rem auto;
}

.modal__close {
    position: absolute;
    top: 4rem;
    right: 4rem;
    cursor: pointer;
}

.modal__title,
.modal__description {
    margin: 0 auto;
}

.modal__description {
    margin-top: 2rem;
}

.modal__img {
    margin: 4.8rem auto 0;
}

.modal__form {
    margin: 4.8rem auto 0;
    padding: 2.4rem;
    max-width: 72rem;
}

.modal__form .wrapper-input:not(:first-child) {
    margin-top: 2.4rem;
}

.modal__form__required-fields {
    margin-top: 0.8rem;
}

.modal__form__submit {
    width: 41.4rem;
    margin: 2.4rem auto 0;
}

.modal__politics {
    margin-top: 0.8rem;
}

@media (max-width: 48em) {
    .modal__content {
        padding: 2.4rem 1.6rem;
        width: 34.3rem;
    }

    .modal__close {
        top: 2.4rem;
        right: 1.6rem;
    }

    .modal__title {
        width: 24rem;
    }

    .modal__description {
        width: 27rem;
    }

    .modal__img {
        margin-top: 3.2rem;
    }

    .modal__form {
        margin-top: 3.2rem;
        padding: 0;
    }

    .modal__form .wrapper-input:not(:first-child) {
        margin-top: 1.2rem;
    }

    .modal__form__submit {
        width: 31.1rem;
        margin-top: 2rem;
    }
}

.wrapper-input {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.wrapper-input--error input {
    border: 1px solid red;
}

.wrapper-input__error {
    margin-top: 0.8rem;
    display: none;
}

.wrapper-input__error--active {
    display: block;
}

.textarea {
    resize: none;
    height: 12.9rem;
}

.input,
.textarea {
    padding: 1.6rem 2.4rem;
    border-radius: 0.8rem;
    border: 0.1rem solid #D1D5DB;
    background: #F5F6F7;
    color: #1F2933;
    font-size: 1.6rem;
    line-height: 150%;
}

.input::placeholder,
.textarea {
    color: #5B6B7A;
    font-size: 1.6rem;
    line-height: 150%;
}

@media (max-width: 48em) {
    .textarea {
        height: 11.5rem;
    }

    .input,
    .textarea {
        padding: 1.2rem 1.6rem;
        font-size: 1.4rem;
        line-height: 120%;
    }

    .input::placeholder,
    .textarea {
        font-size: 1.4rem;
        line-height: 120%;
    }
}

.accordion__show-more {
    margin: 0 auto;
    width: 100%;
}

.swiper-gallery-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.swiper-gallery-modal__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 9.7rem;
    margin-top: 2.6rem;
}

.swiper-gallery-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
}

.swiper-gallery-modal__content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.swiper-gallery-modal__close-btn {
    position: absolute;
    top: 8.2rem;
    right: 12rem;
    cursor: pointer;
    z-index: 10;
}

.swiper-gallery-modal__main-swiper {
    width: 100%;
    flex: 1;
    min-height: 0;
    margin-top: 4rem;
}

.swiper-gallery-modal__main-swiper .swiper-slide {
    height: 56rem;
    width: auto;
    display: flex;
    align-self: center;
}

.swiper-gallery-modal__main-swiper .swiper-slide img {
    height: 100%;
    width: auto;
    object-fit: cover;
    max-width: 100%;
    border-radius: 0.9rem;
}

.swiper-gallery-modal__main-swiper .swiper-slide {
    transform: translate3d(var(--slide-shift, 0px), 0, 0) !important;
    transition: transform 0.4s ease;
    will-change: transform;
}

.swiper-gallery-modal__main-swiper .swiper-slide-active {
    transform: scale(1.25) translate3d(var(--slide-shift, 0px), 0, 0) !important;
}

.swiper-gallery-modal__main-swiper .swiper-slide:not(:first-child) {
    margin-left: 3.7rem;
}

.swiper-gallery-modal__thumbs-swiper {
    width: 91.2rem;
    margin-inline: 0 !important;
}

.swiper-gallery-modal__thumbs-swiper__slide {
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.swiper-gallery-modal__thumbs-swiper__slide-img {
    width: 12rem;
    height: 12rem;
    object-fit: cover;
    border-radius: 0.8rem;
    border: 3px solid transparent;
}

.swiper-gallery-modal__description {
    width: 39.6rem;
    margin: 8.2rem auto 0;
}

@media (max-width: 48em) {
    .swiper-gallery-modal__footer {
        margin-bottom: 5.2rem;
        margin-top: 3.2rem;
    }

    .swiper-gallery-modal__thumbs-swiper-left,
    .swiper-gallery-modal__thumbs-swiper-right {
        display: none;
    }

    .swiper-gallery-modal__close-btn {
        top: 4rem;
        right: 1.6rem;
    }

    .swiper-gallery-modal__main-swiper {
        margin-top: 3.2rem;
    }

    .swiper-gallery-modal__main-swiper .swiper-slide,
    .swiper-gallery-modal__main-swiper .swiper-slide-active {
        height: 48rem;
        width: calc(100% - 3.2rem) !important;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1.6rem !important;
        transform: unset !important;
    }

    .swiper-gallery-modal__thumbs-swiper__slide-img {
        width: 7.2rem;
        height: 7.2rem;
    }

    .swiper-gallery-modal__description {
        width: 27.3rem;
        margin-top: 8.4rem;
    }
}

.card-accordion {
    padding: 2.4rem;
    border-radius: 1.6rem;
    background: #FFFFFF;
    position: relative;
}

.card-accordion__img {
    width: 20rem;
    margin-bottom: 4.8rem;
}

.card-accordion__toggle {
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
}

.card-accordion__title {
    display: flex;
    gap: 1.2rem;
}

.card-accordion__description {
    margin-top: 2rem;
}

.card-accordion__btn {
    width: 28.8rem;
    margin-top: 2rem;
}

.card-accordion__content {
    margin-top: 2rem;
    display: none;
}

@media (max-width: 48em) {
    .card-accordion {
        padding: 1.6rem;
    }

    .card-accordion__img {
        margin-bottom: 3.2rem;
    }

    .card-accordion__toggle {
        top: 1.6rem;
        right: 1.6rem;
    }

    .card-accordion__btn {
        width: 18.3rem;
    }
}

/* SEO text block */
.seo-text {
    padding: 8rem 0;
}

.seo-text__title {
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 120%;
    color: #1F2933;
    margin-bottom: 3.2rem;
}

.seo-text__content {
    font-size: 1.6rem;
    line-height: 170%;
    color: #5B6B7A;
}

.seo-text__content p {
    margin-bottom: 1.6rem;
}

.seo-text__content p:last-child {
    margin-bottom: 0;
}

.seo-text__content ul,
.seo-text__content ol {
    margin-bottom: 1.6rem;
    padding-left: 2.4rem;
}

.seo-text__content li {
    margin-bottom: 0.8rem;
}

.seo-text__content h2,
.seo-text__content h3 {
    color: #1F2933;
    margin-bottom: 1.6rem;
    margin-top: 2.4rem;
}

.seo-text__content h2 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 130%;
}

.seo-text__content h3 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 130%;
}

@media (max-width: 48em) {
    .seo-text {
        padding: 4.8rem 0;
    }

    .seo-text__title {
        font-size: 2.4rem;
        line-height: 110%;
        margin-bottom: 2.4rem;
    }

    .seo-text__content {
        font-size: 1.4rem;
        line-height: 160%;
    }

    .seo-text__content h2 {
        font-size: 2rem;
    }

    .seo-text__content h3 {
        font-size: 1.8rem;
    }
}