.xs-block {
    display: block;
}

.cloud {
    --banner-bg: radial-gradient(ellipse closest-side at 35% 55%, transparent, #9d9d9d);
    min-width: 320px;
    font-size: 16px;
    color: #2a2f30;
    overflow: hidden;
}

.cloud .form-select {
    margin-bottom: 2em;
}

.cloud .form-input__label {
    font-weight: 700;
}

.cloud .button {
    display: inline-block;
}

.cloud a.button:disabled,
.cloud a:not([href]),
.cloud.a[href=""] {
    color: #fff;
    background-color: #c6c9cb;
    border-color: #c6c9cb;
    box-shadow: none;
    pointer-events: none;
}

.cloud .button:disabled,
.cloud a.button:disabled,
.cloud a:not([href]),
.cloud.a[href=""]  {
    cursor: not-allowed;
}

.cloud .form-select + p {
    text-align: center;
}

.cloud .number-input__button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.cloud .number-input__input_first {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.cloud .number-input__input_last {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.cloud-banner {
    padding-top: 1em;
    background-image: var(--banner-bg);
}

.cloud-banner__container {
    position: relative;
    background-image: url(./img/header/berik.webp);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

.cloud-banner__title {
    margin-top: 0;
    margin-bottom: 0;
    color: #0b454a;
    font-size: 1.75em;
    font-weight: 700;
    line-height: 120%;
}

.cloud-banner__info {
    display: none;
    margin-top: 1.7em;
    margin-bottom: 2.2em;
    padding-left: 1em;
    font-size: 1.375em;
    line-height: 140%;
}

.cloud-banner__buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 7em;
    padding-bottom: 6em;
}

.cloud-banner__button.button {
    min-width: auto;
    padding-right: 2.75em;
    padding-left: 2.75em;
    font-size: 1em;
}

.cloud-banner__button:not(:last-child) {
    margin-bottom: 1em;
}

.cloud-banner__person {
    position: absolute;
    top: 1.111111111em;
    right: 3.888888889em;
    display: none;
    font-size: 1.125em;
    color: #1e1e1e;
}

.cloud-banner__person::after {
    position: absolute;
    bottom: -50px;
    right: -20px;
    width: 260px;
    height: 40px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 40'%3E%3Ccircle cx='2.5' cy='37.5' r='2.5' fill='%231e1e1e'%3E%3C/circle%3E%3Cline x1='2.5' y1='37.5' x2='40' y2='0' stroke='%231e1e1e' stroke-width='0.5'%3E%3C/line%3E%3Cline x1='40' y1='0' x2='250' y2='0' stroke='%231e1e1e' stroke-width='2'%3E%3C/line%3E%3C/svg%3E");
}

.cloud-banner__person span {
    font-size: 1.222222222em;
    font-weight: 700;
}

.cloud-section {
    margin-top: 4.375em;
    margin-bottom: 4.375em;
}

.cloud-section__title {
    margin-top: 0;
    margin-bottom: 1.166666667em;
    font-size: 1.875em;
    font-weight: 700;
    text-align: center;
}

.cloud-section__subtitle {
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
    font-size: 1.875em;
    font-weight: 700;
    text-align: center;
}

.cloud-section__subtitle span {
    flex-grow: 1;
}

.cloud-tariffs__labels {
    display: none;
}

.cloud-tariffs__label-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-weight: 700;
}

.cloud-tariffs__label-row a {
    color: inherit;
}

.cloud-tariffs__bonus {
    display: block;
    min-width: 100px;
    margin-bottom: 0.25em;
    padding: 0.31325em 1.125em;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    color: #ffffff;
    background-color: #ff8f3f;
    clip-path: path('m 0 0 h 100 l -7 13 l 7 13 h -100 z');
}

.cloud-tariffs__button {
    background-color: transparent;
    border: none;
}

.cloud-tariffs__button:disabled,
.cloud-tariffs__button.slick-disabled {
    visibility: hidden;
}

.cloud-tariffs__item-wrapper {
    padding-right: 0.5em;
    padding-left: 0.5em;
}

.cloud-tariffs__button svg {
    width: 1em;
    height: 1em;
}

.cloud-tariffs__button:first-of-type svg {
    transform: rotateZ(180deg);
}

.cloud-cards {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -0.5em;
}

.cloud-cards__item {
    width: 100%;
    padding: 20px 0.5em;
}

.cloud-cards__body_shadowed {
    box-shadow: 0 10px 20px 0 rgba(76, 86, 86, 0.2);
}

.cloud-cards__body_background {
    background-color: #ffffff;
}

.cloud-cards__body_centered {
    text-align: center;
}

.cloud-cards__icon {
    position: relative;
    width: 133px;
    height: 99px;
    margin-bottom: 1em;
}

.cloud-cards__picture {
    width: 100%;
    height: 0;
    padding-top: 56%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.cloud-cards__picture_info-1 {
    background-image: url(./img/info/info-1.webp);
}

.cloud-cards__picture_info-2 {
    background-image: url(./img/info/info-2.webp);
}

.cloud-cards__picture_info-3 {
    background-image: url(./img/info/info-3.webp);
}

.cloud-cards__content {
    padding: 1.5em 1em;
}

.cloud-cards p:last-child {
    margin-bottom: 0;
}

.cloud-cards__title {
    margin-top: 0;
    margin-bottom: 1.5em;
    font-size: 1.125em;
    font-weight: 700;
    color: #3b4345;
}

.cloud-cards__title_light {
    color: #ffffff;
}

.cloud-cards__title_shadowed {
    text-shadow: #00898d 2px 1px 0;
}

.cloud-cards__header_free {
    padding: 2em 1.125em;
    text-align: center;
    background-image: linear-gradient(rgba(0, 137, 141, 0.7) 0, rgba(0, 137, 141, 0.7) 100%), url(./img/offer-bg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.cloud-cards__header_free .cloud-cards__title {
    font-size: 1.625em;
}

.cloud-cards__header_free .button {
    display: inline-block;
    font-weight: 700;
}

.cloud-list {
    margin-top: 0;
    margin-bottom: 1em;
    padding-left: 0;
    list-style: none;
}

.cloud-list:last-child {
    margin-bottom: 0;
}

.cloud-list_marked li {
    display: flex;
}

.cloud-list_marked li:not(:last-child) {
    margin-bottom: 2em;
}

.cloud-list_marked li::before {
    position: relative;
    top: 0.5em;
    flex-shrink: 0;
    display: block;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.5em;
    background-color: #00898d;
    border-radius: 50%;
    content: '';
}

.cloud-list_ordered {
    counter-reset: items;
}

.cloud-list_ordered li {
    display: flex;
    align-items: baseline;
    margin-bottom: 2em;
    counter-increment: items;
}

.cloud-list_ordered li::before {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.888888889em;
    width: 2.5em;
    height: 2.5em;
    font-size: 1.125em;
    color: #00898d;
    border: 2px solid currentColor;
    border-radius: 50%;
    content: counter(items);
}

.cloud-list li.cloud-list__item_vertical {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cloud-list_ordered li.cloud-list__item_vertical::before {
    margin-right: 0;
    margin-bottom: 0.888888889em;
}

.support-prices__legend {
    display: none;
}

.support-prices__item:not(:last-child) {
    margin-bottom: 2em;
}

.support-prices__title {
    margin-bottom: 0;
    padding: 1em;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: inherit;
    background-color: #b1e5df;
    border-bottom: 1px solid #ffffff;
    border-top-right-radius: 0.5em;
    border-top-left-radius: 0.5em;
}

.support-prices__row {
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
}

.support-prices__row span {
    padding: 2em;
    flex-shrink: 0;
    flex-grow: 0;
    width: 50%;
    text-align: center;
}

.support-prices__row:nth-child(even) span {
    background-color: #dedede;
}

.support-prices__row:nth-child(odd) span {
    background-color: #bdbdbd;
}

.support-prices__row span:first-child {
    border-right: 1px solid #ffffff;
}

.support-prices__row:last-child span {
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
}

.cloud-form {
    margin-top: 2em;
    margin-bottom: 2em;
}

.cloud-form-row {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
}

.cloud-form-col {
    flex: 100% 0 0;
    padding: 0.5em;
}

.cloud-tariffs__wrapper {
    width: 100%;
    overflow: hidden;
}

.cloud-tariffs__inner {
    border-radius: 0.375em;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.cloud-tariffs__row {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 24px 16px;
    background-color: #b1e5df;
    transition: background-color 0.2s ease-in-out;
}

.cloud-tariffs__item_disabled .cloud-tariffs__row {
    background-color: #f5f5f5;
}

.cloud-tariffs__row::after {
    position: absolute;
    right: 1em;
    bottom: 0;
    left: 1em;
    display: block;
    height: 1px;
    background-color: #ffffff;
    content: '';
}

.cloud-tariffs__item_disabled .cloud-tariffs__row::after {
    background-color: #bdbdbd;
}

.cloud-tariffs__row_no-border::after,
.cloud-tariffs__row:last-child::after {
    display: none;
}

.cloud-tariffs__row_header {
    font-size: 1.125em;
    font-weight: 700;
    text-align: center;
    color: #095d64;
}

.cloud-tariffs__row_light,
.cloud-tariffs__item_disabled .cloud-tariffs__row_light {
    background-color: #ffffff;
}

.cloud-tariffs__label,
.cloud-tariffs__info {
    flex: 50% 0 0;
}

.cloud-tariffs__label {
    font-weight: 700;
}

.cloud-tariffs__label a {
    color: #3b4345;
}

.cloud-tariffs__info {
    text-align: center;
}

.cloud-tariffs__info_marked {
    font-size: 1.125em;
    font-weight: 700;
    color: #00898d;
}

.cloud-tariffs__info_large {
    font-size: 1.125em;
    font-weight: 700;
}

.cloud-tariffs__info_full {
    flex-basis: 100%;
}

.cloud-tariffs__info_centered {
    text-align: center;
}

.cloud-tariffs__icon {
    width: 1em;
    height: 1em;
}

.cloud-tariffs__icon_md {
    font-size: 1.125em;
}

.cloud-tariffs__icon_md-plus {
    font-size: 1.5em;
}


.cloud-tariffs__icon_lg {
    margin-right: 0.25em;
    font-size: 2em;
}

.cloud-tariffs-hints {
    margin-top: 2em;
    margin-bottom: 0;
    font-weight: 700;
}

.cloud-tariffs__cb {
    display: none;
}

.cloud-tariffs__cb-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.375em;
    height: 2.375em;
    background-color: #ffffff;
    border: 1px solid #bdbdbd;
    border-radius: 0.25em;
}

.cloud-tariffs__cb-label::after {
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 1.25em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M18.71 4.035 8.034 13.857 1.291 7.654.145 8.707l6.744 6.205.173.16.971.893L19.855 5.088Z' style='fill:%2300898d'/%3E%3C/svg%3E");
    opacity: 0;
    transition: opacity 0.15s linear;
}

.cloud-tariffs__cb:checked ~ .cloud-tariffs__cb-label::after {
    opacity: 1;
}

.cloud .popup__title,
.cloud .popup__form {
    width: 100%;
}

.cloud .popup__form {
    display: grid;
    grid-template-columns: repeat(6, auto);
    gap: 1em;
}

.cloud .popup__form * {
    grid-column-start: 1;
    grid-column-end: 7;
}

.cloud .form-input__label {
    font-weight: 400;
}

#profCustomSource {
    display: none;
    margin-top: 0.5em;
}

.form-checkbox .form-input__error {
    margin-top: 0.5em;
}

.b24-hint-message {
    position: fixed;
    right: 2em;
    bottom: 8em;
    display: none;
    width: 16em;
    height: 4em;
    font-size: 1rem;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 1em;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
    z-index: 2;
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.5s linear, transform 0.35s ease-in-out;
}

.b24-hint-message::after {
    position: absolute;
    right: 3em;
    bottom: -0.875em;
    display: block;
    width: 2em;
    height: 0.875em;
    background-color: #ffffff;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    content: '';
}

.b24-hint-message_loaded {
    display: flex;
    justify-content: center;
    align-items: center;
}

.b24-hint-message_visible {
    opacity: 1;
    transform: scale(1);
}

#buyFresh .popup-wrapper {
    max-width: 620px;
}

.form-input__label[for="profEmail"],
.form-input__input#profEmail {
    display: none;
}

@media (min-width: 445px) {
    .cloud-banner__container {
        background-size: contain;
    }

    .cloud-banner__buttons {
        flex-direction: row;
        padding-top: 4.8em;
        padding-bottom: 4.8em;
    }

    .cloud-banner__button:not(:last-child) {
        margin-right: 1em;
        margin-bottom: 0;
    }
}

@media (min-width: 576px) {
    .cloud-section__title {
        margin-bottom: 1.3em;
    }

    .cloud-cards__body_responsive {
        display: flex;
    }

    .cloud-cards__body_responsive .cloud-cards__picture {
        flex-shrink: 0;
        width: 48%;
        height: initial;
        padding-top: initial;
    }

    .cloud-cards__body_responsive .cloud-cards__picture_info-1 {
        background-image: url(./img/info/info-1-v.webp);
    }

    .cloud-cards__body_responsive .cloud-cards__picture_info-2 {
        background-image: url(./img/info/info-2-v.webp);
    }

    .cloud-cards__body_responsive .cloud-cards__picture_info-3 {
        background-image: url(./img/info/info-3-v.webp);
    }

    .cloud-cards__body_responsive .cloud-cards__content {
        padding: 1.625em 1.875em;
    }

    .cloud-cards__header_free .cloud-cards__title {
        font-size: 1.875em;
    }

    .cloud-cards__header_free .cloud-cards__title span {
        position: relative;
        top: 7px;
        font-size: 1.5em;
    }

    .cloud-cards__item_4 {
        width: 50%;
    }

    .cloud-list_horizontal {
        display: flex;
        flex-wrap: wrap;
        margin: -0.5em;
    }

    .cloud-list_horizontal li {
        flex: 50% 0 0;
        padding: 0.5em;
    }

    .cloud-tariffs {
        display: flex;
    }

    .cloud-tariffs__labels {
        display: block;
        width: 50%;
    }

    .cloud-tariffs__wrapper {
        width: 50%;
    }

    .cloud-tariffs__label {
        display: none;
    }

    .cloud-tariffs__info {
        flex-basis: 100%;
    }
}

@media (min-width: 768px) {
    .md-inline {
        display: inline;
    }

    .md-block {
        display: block;
    }

    .cloud {
        --banner-bg: radial-gradient(ellipse closest-side at 40% 62%, transparent, #9d9d9d);
    }

    .cloud-section__subtitle {
        margin-bottom: 1em;
        font-size: 2.25em;
    }

    .cloud-banner {
        padding-top: 5.8em;
        padding-left: 1.75em;
        background-image: url(./img/header/laptop.webp), url(./img/header/berik-md.webp), var(--banner-bg);
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: bottom;
    }

    .cloud-banner__container {
        background-image: none;
    }

    .cloud-banner__title {
        font-size: 2.5em;
        line-height: 140%;
    }

    .cloud-banner__info {
        display: block;
    }

    .cloud-banner__buttons {
        padding-top: 0;
        padding-bottom: 12.5em;
    }

    .cloud-banner__button.button {
        padding-right: 1.777777778em;
        padding-left: 1.777777778em;
        font-size: 1.125em;
        font-weight: 700;
    }

    .cloud-banner__button:first-child {
        order: 2;
        margin-right: 0;
    }

    .cloud-banner__button:last-child {
        margin-right: 1em;
    }

    .cloud-section__title {
        margin-bottom: 1.666666667em;
        font-size: 2.25em;
    }

    .cloud-cards__item_3 {
        display: flex;
        width: 33.333333333%;
    }

    .cloud-cards__body_responsive {
        display: block;
    }

    .cloud-cards__body_responsive .cloud-cards__picture {
        width: 100%;
        height: 0;
        padding-top: 56%;
    }

    .cloud-cards__body_responsive .cloud-cards__picture_info-1 {
        background-image: url(./img/info/info-1.webp);
    }

    .cloud-cards__body_responsive .cloud-cards__picture_info-2 {
        background-image: url(./img/info/info-2.webp);
    }

    .cloud-cards__body_responsive .cloud-cards__picture_info-3 {
        background-image: url(./img/info/info-3.webp);
    }

    .cloud-cards__content {
        padding: 2em 1em;
    }

    .cloud-list_columned {
        columns: 2;
        column-gap: 1em;
        font-size: 1.125em;
    }

    .cloud-cards__header_free {
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .cloud-cards__header_free .cloud-cards__title {
        font-size: 2em;
    }

    .cloud-cards__header_free .cloud-cards__title span {
        top: 9px;
        font-size: 1.7em;
    }

    .cloud-cards__item_4 {
        width: 25%;
    }

    .support-prices {
        display: flex;
        align-items: flex-end;
    }

    .support-prices__legend {
        display: block;
    }

    .support-prices__legend span {
        width: 100%;
    }

    .support-prices__legend .support-prices__row:first-child span {
        border-top-left-radius: 0.5em;
        border-top-right-radius: 0.5em;
    }

    .support-prices__legend .support-prices__row:nth-child(odd) span {
        background-color: #dedede;
    }

    .support-prices__legend .support-prices__row:nth-child(even) span {
        background-color: #bdbdbd;
    }

    .support-prices__item:not(:last-child) {
        border-right: 1px solid #ffffff;
    }

    .support-prices__legend,
    .support-prices__item {
        width: 25%;
    }

    .support-prices__item:not(:last-child) {
        margin-bottom: 0;
    }

    .support-prices__item span:first-child {
        display: none;
    }

    .support-prices__item span {
        width: 100%;
    }

    .cloud-list_horizontal li {
        flex-basis: 25%;
    }

    .cloud-form-col {
        flex-basis: 50%;
    }

    .cloud-tariffs__labels {
        width: 33.333333333%;
    }

    .cloud-tariffs__wrapper {
        width: 66.6666666667%;
    }

    .cloud .popup__form *:nth-child(2) {
        grid-column-start: 1;
        grid-column-end: 4;
    }

    .cloud .popup__form *:nth-child(3) {
        grid-column-start: 4;
        grid-column-end: 7;
    }

    .cloud .popup__form *:nth-child(4) {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .cloud .popup__form *:nth-child(5) {
        grid-column-start: 3;
        grid-column-end: 5;
    }

    .cloud .popup__form *:nth-child(6) {
        grid-column-start: 5;
        grid-column-end: 7;
    }

    .cloud .popup__form *:nth-child(7),
    .cloud .popup__form *:nth-child(9) {
        grid-column-start: 1;
        grid-column-end: 4;
    }

    .cloud .popup__form *:nth-child(8),
    .cloud .popup__form *:nth-child(10) {
        grid-column-start: 4;
        grid-column-end: 7;
    }

    .cloud #freshForm * {
        grid-column-start: 1;
        grid-column-end: 7;
    }
}

@media(min-width: 992px) {
    .cloud-banner {
        padding-top: 153px;
        background-image: url(./img/header/banner-lg-1.webp), var(--banner-bg);
    }

    .cloud-banner__container {
        background-image: url(./img/header/laptop-bg-lg.webp), url(./img/header/laptop-lg.webp), url(./img/header/berik-lg.webp);
        background-position: right bottom, right bottom, right 200px bottom;
        background-size: auto;
    }

    .cloud-banner__info {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .cloud-banner__person {
        display: block;
    }

    .cloud-cards__header_free {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .cloud-cards__header_free .cloud-cards__title {
        margin-bottom: 0;
    }

    .cloud-cards__header_free .button {
        margin-left: 2em;
    }

    .support-prices__title {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 5em;
    }

    .cloud-form-col .form-input {
        display: flex;
        align-items: center;
    }

    .cloud-form-col .form-input__label {
        margin-right: 1em;
    }

    .cloud-tariffs__labels {
        width: 25%;
    }

    .cloud-tariffs__wrapper {
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .xl-inline {
        display: inline;
    }

    .xl-block {
        display: block;
    }

    .cloud-banner {
        position: relative;
        padding-top: 0;
        background-image: var(--banner-bg);
    }

    .cloud-banner::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 899px;
        height: 725px;
        background-image: url(./img/header/banner-xl-3.webp);
        content: '';
    }

    .cloud-banner::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 741px;
        height: 725px;
        background-image: url(./img/header/banner-xl-2.webp);
        content: '';
    }

    .cloud-banner__container {
        padding-top: 13em;
        padding-bottom: 13em;
        background-image: url(./img/header/berik-xl.webp);
        background-position: right 150px bottom;
    }

    .cloud-banner__container::before {
        position: absolute;
        bottom:0;
        right: -350px;
        width: 938px;
        height: 586px;
        background-image: url(./img/header/banner-xl-1.webp);
        content: '';
    }

    .cloud-banner__container::after {
        position: absolute;
        bottom: 0;
        right: -130px;
        width: 544px;
        height: 230px;
        background-image: url(./img/header/laptop-bg-xl.webp), url(./img/header/laptop-xl.webp);
        background-position: right bottom;
        background-repeat: no-repeat;
        content: '';
    }

    .cloud-banner__info {
        padding-top: 2.1em;
        padding-bottom: 2.1em;
    }

    .cloud-banner__buttons {
        padding-bottom: 0;
    }

    .cloud-banner__person {
        top: 165px;
        right: 20px;
    }

    .cloud-cards {
        margin-right: -0.625em;
        margin-left: -0.625em;
    }

    .cloud-cards__item {
        padding-right: 0.625em;
        padding-left: 0.625em;
    }

    .cloud-cards__content {
        padding: 2em;
    }

    .cloud-cards__title {
        margin-bottom: 1em;
        font-size: 1.5em;
    }

    .support-prices__title {
        display: block;
        min-height: auto;
    }

    .cloud-tariffs__labels {
        width: 15%;
    }

    .cloud-tariffs__wrapper {
        width: 85%;
        overflow: visible;
    }

    .cloud-tariffs__row .button {
        width: 100%;
        min-width: unset;
    }

    .cloud-tariffs__row_header {
        padding-right: 0.5em;
        padding-left: 0.5em;
        font-size: 1em;
    }

    .cloud-tariffs__button {
        display: none;
    }

    .cloud .popup__form {
        gap: 2em;
    }
}