/* Центрирование заголовка, если нет описания */
.accordeons__top--centered {
    display: grid;
    grid-template-columns: 1fr;
}
.accordeons__top--centered .accordeons__title {
    justify-self: center;
    align-self: center;
    text-align: center;
}
.cf-container__fields {
    min-height: 500px;
}

.solutions__card.swiper-slide {
    display: flex;
    flex-direction: column;
}

.tariff-card__bottom {
    margin-top: auto;
}

/* Статусные модалки (успех / ошибка отправки форм) */
.modal-status .modal__container {
    max-width: 480px;
    align-items: center
}

.modal-status .modal__content {
    border-radius: 32px;
    padding: 32px 24px
}

.status-modal {
    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;
    text-align: center;
    gap: 16px
}

.status-modal::before {
    content: "";
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin-bottom: 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px 28px
}

.status-modal_success::before {
    background-color: rgba(52, 199, 89, .16);
    background-image: url(../img/icons/check-2.svg)
}

.status-modal_error::before {
    background-color: rgba(255, 59, 48, .16);
    background-image: url(../img/icons/close.svg)
}

.status-modal__title {
    font-size: 24px;
    font-weight: 600
}

.status-modal__text {
    font-size: 15px;
    line-height: 150%;
    color: rgba(60, 60, 67, .8);
    max-width: 320px
}

.status-modal__btn {
    margin-top: 8px;
    min-width: 220px
}

.checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: clamp(24px, 20px + .8333333333vw, 32px);
    height: clamp(24px, 20px + .8333333333vw, 32px);
    border-radius: 8px;
    background: #f2f2f7;
    cursor: pointer;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.checkbox:hover {
    -webkit-box-shadow: inset 0 0 0 2px #d1d1d6;
    box-shadow: inset 0 0 0 2px #d1d1d6
}

.checkbox.is-error {
    -webkit-box-shadow: inset 0 0 0 2px #ff3b30;
    box-shadow: inset 0 0 0 2px #ff3b30
}

.checkbox:checked {
    background: #e40163;
    -webkit-box-shadow: none;
    box-shadow: none
}

.checkbox:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: clamp(16px, 14px + .4166666667vw, 20px);
    height: clamp(16px, 14px + .4166666667vw, 20px);
    background: url(../img/icons/check-2.svg) center/contain no-repeat;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 1
}

/* .office__map iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
} */

#poststuff .carbon-box .inside, .carbon-box .inside {
    padding: 0;
    margin: 0;
    height: 600px;
}
@media (max-width: 1100px) {
    .internet-tariff__cards {  
        gap: clamp(30px, -2px + 2.9166666667vw, 40px);
    }
}
.tariffs-cards__desc {   
    max-width: 800px;
    width: 100%;
    text-align: center;
    font-size: clamp(1rem, 0.5rem + 1.1429vw, 1.5rem);
}
.tariffs-cards__desc {
    margin-bottom: clamp(24px, -22.2857px + 9.2571vw, 72px);
}
.callback__title {
    max-width: 430px;
}
.service-card__content {
    max-width: 425px;
}
.tariff-card__value h3 {
    style: medium;
    font-weight: 500;
}
.grecaptcha-badge {
    display: none;
}
.article__text li {
    padding-left: 20px;
    position: relative;
}
.article__text li::before {
    content: "";
    top: 8px;
    left: 0px;
    position: absolute;
    width: 8px;
    height: 8px;
    background: #e40163;
    border-radius: 50%;
}