.tariffs-empty {
    width: 100%;
}

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

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

.tariffs-empty__content {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    text-align: left;
}

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

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

.tariffs-empty__body {
    gap: 20px;
}

.tariffs-empty__message {
    gap: 12px;
}

.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: -127.26px;
    left: -59.67px;
    display: block;
    width: 202.54px;
    height: 270.12px;
    max-width: none;
}

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

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

.tariffs-empty__text {
    font-size: 20px;
    font-weight: 300;
}

.tariffs-empty__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 43px;
    padding: 12px 24px;
    border-radius: 8px;
    background: #ffd93a;
    color: #282828;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.tariffs-empty__button:hover,
.tariffs-empty__button:focus {
    background: #ffc800;
    color: #282828;
}

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

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

    .tariffs-empty__content {
        gap: 24px;
    }

    .tariffs-empty__section-title {
        max-width: 293px;
        font-size: 24px;
    }

    .tariffs-empty__body {
        gap: 20px;
    }

    .tariffs-empty__message {
        gap: 8px;
    }

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

    .tariffs-empty__illustration-character img {
        top: -89.18px;
        left: -41.75px;
        width: 141.78px;
        height: 189.08px;
    }

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

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