.tariffs-section {
    background: #e8e7e6;
    padding: 40px 0;
}

.tariffs-section__container {
    width: 90vw;
    margin: 0 auto;
}

.tariffs-section__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 45px;
}

.tariffs-section__title {
    margin: 0;
    color: #3e3c38 !important;
    font-family: "Bona Nova SC", serif;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -4.279px;
    text-transform: uppercase;
}

.tariffs-section__intro {
    display: flex;
    gap: 45px;
    max-width: 70%;
}

.tariffs-section__intro p {
    margin: 0;
    color: #3e3c38;
    font-family: Manrope, sans-serif;
    font-size: 21.943px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    flex: 1 1 0;
}

.tariffs-section__grid {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 30px 40px;
    flex-wrap: wrap;
}

.tariffs-card {
    height: 535px;
    width: calc((100% - 40px) / 2);
    display: flex;
    padding: 27px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(18px);
    box-sizing: border-box;
}

.tariffs-card--accent {
    background: #b9ea00;
}

.tariffs-card__title {
    margin: 0 0 24px;
    color: #3e3c38 !important;
    font-family: "Bona Nova SC", serif;
    font-size: 42.514px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -1.275px;
}

.tariffs-card__list {
    margin: 0;
    padding: 0;
}

.tariffs-card__list ul {
    margin: 0;
    padding: 0;
    list-style: none !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 30px;
}

.tariffs-card__list li {
    list-style: none !important;
}

.tariffs-card__list li::marker {
    content: "";
}

.tariffs-card__list li {
    position: relative;
    padding-left: 28px;
    color: #3e3c38 !important;
    font-family: Manrope, sans-serif;
    font-size: 21.943px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.tariffs-card__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #b9ea00;
}

.tariffs-card--accent .tariffs-card__list li::before {
    background: #3e3c38;
}

.tariffs-section .tariffs-card__btn {
    display: flex;
    width: 388.114px;
    max-width: 100%;
    height: 75.429px;
    padding: 27.429px;
    align-items: center;
    justify-content: space-between;
    gap: 34.286px;
    flex-shrink: 0;
    border-radius: 8px !important;
    background: #3e3c38 !important;
    backdrop-filter: blur(13px) !important;
    color: #fff !important;
    text-decoration: none !important;
    box-sizing: border-box;
}

.tariffs-section .tariffs-card__btn span {
    color: var(--, #FFF);
    font-family: Inter;
    font-size: 26.057px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
}

@media screen and (max-width: 1400px) {
    .tariffs-section__title {
        font-size: 52px;
        letter-spacing: -1.56px;
    }
    .tariffs-section .tariffs-card__btn span {
        color: var(--, #FFF);
        font-family: Inter;
        font-size: 19px;
        font-style: normal;
        font-weight: 500;
        line-height: 115%;
    }
}

@media screen and (max-width: 1199px) {
    .tariffs-section__head {
        flex-direction: column;
    }

    .tariffs-section__title {
        font-size: 46px;
        letter-spacing: -1px;
    }

    .tariffs-section__intro {
        flex-direction: column;
        gap: 20px;
        max-width: 100%;
    }

    .tariffs-card {
        width: 100%;
    }

    .tariffs-card__list ul {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    .tariffs-section__title {
        font-size: 33px;
        letter-spacing: -1px;
    }
    .tariffs-section__grid {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 20px;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding-bottom: 6px;
    }

    .tariffs-card {
        flex: 0 0 calc((100% - 20px) / 2);
        width: calc((100% - 20px) / 2);
        display: flex;
        height: 517px;
        padding: 15px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(13px);
        scroll-snap-align: start;
    }

    .tariffs-card--accent {
        background: #b9ea00;
    }

    .tariffs-card__title {
        color: var(--, #3e3c38);
        font-family: "Bona Nova SC", serif;
        font-size: 27px;
        font-style: normal;
        font-weight: 400;
        line-height: 90%;
        letter-spacing: -0.81px;
    }

    .tariffs-card__list ul {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .tariffs-card__list li {
        color: var(--, #3e3c38);
        font-family: Inter, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 115%;
    }

    .tariffs-section .tariffs-card__btn span {
        color: var(--, #FFF);
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 115%;
    }
}

@media screen and (max-width: 639px) {
    .tariffs-section {
        padding: 20px 0;
    }

    .tariffs-section__title {
        font-size: 33px;
        letter-spacing: -1px;
    }

    .tariffs-section__intro p {
        font-size: 16px;
    }

    .tariffs-card__btn {
        height: 60px;
        padding: 16px 20px;
    }

}

@media screen and (max-width: 567px) {
    .tariffs-card {
        flex: 0 0 70%;
        width: 70%;
    }
}

@media screen and (max-width: 377px) {
    .tariffs-section__grid {
        gap: 12px;
    }

    .tariffs-card {
        flex: 0 0 70%;
        width: 70%;
    }

    .tariffs-card__title {
        color: var(--, #3e3c38);
        font-family: "Bona Nova SC", serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 90%;
        letter-spacing: -0.66px;
    }

    .tariffs-card__list li {
        color: var(--, #3e3c38);
        font-family: Inter, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 115%;
    }

    .tariffs-section .tariffs-card__btn span {
        color: var(--, #FFF);
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 115%;
    }
}
