.tariffs-empty {
    width: 100%;
}

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

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

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

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

.tariffs-empty__body {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.tariffs-empty__message {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.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__copy {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

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

.tariffs-empty__text {
    width: 100%;
    margin: 0;
    color: #282828;
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
}

.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__illustration {
        width: 129px;
        height: 100px;
        flex-basis: 100px;
        overflow: visible;
    }

    .tariffs-empty__illustration-background {
        position: absolute;
        inset: 0;
        display: block;
        width: 129px;
        height: 100px;
    }

    .tariffs-empty__illustration-character {
        top: 2px;
        left: 15.5px;
        width: 98px;
        height: 98px;
    }

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

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

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

    .tariffs-empty__button {
        width: auto;
    }
}
