.tariffs-empty {
    width: 100%;
}

.cards-block:has(> .tariffs-empty) {
    padding-bottom: 0;
}

.tariffs-empty--mobile {
    padding: 32px 0 0;
}

.tariffs-empty--home {
    padding: 0;
    background: #F6F8F9;
}

.tariffs-empty__content {
    display: flex;
    width: 100%;
    max-width: 898px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    text-align: center;
}

.tariffs-empty__section-title {
    width: 100%;
    margin: 0;
    color: #28303f;
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
}

.tariffs-empty__section-title--mobile {
    display: none;
}

.tariffs-empty__body,
.tariffs-empty__message,
.tariffs-empty__copy {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.tariffs-empty__body,
.tariffs-empty__message {
    gap: 16px;
}

.tariffs-empty__copy {
    gap: 8px;
}

.tariffs-empty__illustration {
    position: relative;
    width: 140px;
    height: 140px;
    flex: 0 0 140px;
    overflow: hidden;
}

.tariffs-empty__illustration-background {
    display: none;
}

.tariffs-empty__illustration-character {
    position: absolute;
    inset: 0;
    display: block;
    overflow: hidden;
}

.tariffs-empty__illustration-character img {
    position: absolute;
    top: -32.84px;
    left: -42.42px;
    display: block;
    width: 238.11px;
    height: 209.2px;
    max-width: none;
}

.tariffs-empty__title,
.tariffs-empty__text {
    width: 100%;
    margin: 0;
    line-height: normal;
}

.tariffs-empty__title {
    color: #282828;
    font-size: 32px;
    font-weight: 500;
}

.tariffs-empty__text {
    color: #626c77;
    font-size: 20px;
    font-weight: 300;
}

.tariffs-empty__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 20px;
    border-radius: 40px;
    background: #ffc800;
    color: #28303f;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

.tariffs-empty__button:hover,
.tariffs-empty__button:focus {
    background: #ffd93a;
    color: #28303f;
}

@media screen and (max-width: 600px) {
    .tariffs-empty--mobile {
        padding: 32px 0 0;
    }

    .tariffs-empty--home {
        padding: 0;
    }

    .tariffs-empty__content {
        align-items: flex-start;
        text-align: left;
    }

    .tariffs-empty__section-title {
        max-width: 100%;
        color: #282828;
        font-size: 24px;
    }

    .tariffs-empty__section-title--desktop {
        display: none;
    }

    .tariffs-empty__section-title--mobile {
        display: block;
    }

    .tariffs-empty__body,
    .tariffs-empty__message,
    .tariffs-empty__copy {
        align-items: center;
        text-align: center;
    }

    .tariffs-empty__body,
    .tariffs-empty__message {
        gap: 16px;
    }

    .tariffs-empty__illustration {
        width: 100px;
        height: 100px;
        flex-basis: 100px;
    }

    .tariffs-empty__illustration-character img {
        top: -23.46px;
        left: -30.3px;
        width: 170.08px;
        height: 149.43px;
    }

    .tariffs-empty__title {
        max-width: 335px;
        font-size: 24px;
    }

    .tariffs-empty__text {
        max-width: 335px;
        font-size: 16px;
    }
}
