.tariffs-list h1 {
    color: #444444;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 700;
    font-size: 34.98px;
    line-height: 42px;
    text-align: center;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tariffs-list h1::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #444444;
    margin-top: 20px;
}

.subtitle {
    text-align: center;
    font-weight: 700;
    font-size: 16.2px;
    text-align: center;
    color: #444444;
    margin-top: -5px;
}

.tariffs-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 55px;
}

.tariffs-list .tariff {
    width: 315px;
    background: #ffffff;
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 50px;
    height: max-content;
}

.tariffs-list .tariff .tariff-size {
    font-weight: 700;
    font-size: 15.2px;
    text-align: center;
    color: #444444;
    padding-top: 30px;
}

.tariffs-list .tariff .tariff-prices {
    display: none;
}

.tariffs-list .tariff .tariff-prices.active {
    display: block;
}

.tariffs-list .tariff .tariff-prices .tariff-sale {
    background: linear-gradient(268deg, #09daa1 1.48%, #97db6c 98.33%);
    border-radius: 6px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    width: 196px;
    padding: 10px 0;
    margin: 0 auto;
}

.tariffs-list .tariff .tariff-prices .tariff-sale strike {
    padding-right: 5px;
}

.tariffs-list .tariff .tariff-prices .tariff-price {
    display: flex;
    align-items: center;
    padding-top: 15px;
}

.tariffs-list .tariff .tariff-prices .tariff-price .price {
    font-weight: 700;
    font-size: 45.6px;
    text-align: center;
    background: linear-gradient(268deg, #09daa1 1.48%, #97db6c 98.33%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;
    width: 70%;
}

.tariffs-list .tariff .tariff-prices .tariff-price .price .price-fmt {
    margin-right: 20px;
}

.tariffs-list .tariff .tariff-prices .tariff-price .price span.price-remainder {
    font-weight: 700;
    font-size: 16.6px;
    background: linear-gradient(268deg, #09daa1 1.48%, #97db6c 98.33%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: absolute;
    top: 3px;
}

.tariffs-list .tariff .tariff-prices .tariff-price .price-period {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    background: linear-gradient(268deg, #09daa1 1.48%, #97db6c 98.33%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    padding-left: 35px;
}

.tariffs-list .tariff .tariff-period {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 196px;
    padding-top: 15px;
}

.tariffs-list .tariff .tariff-period .tariff-period-item {
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    background: linear-gradient(268deg, #09daa1 1.48%, #97db6c 98.33%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    cursor: pointer;
}

.tariffs-list .tariff .tariff-period .tariff-period-item.active {
    background: linear-gradient(268deg, #09daa1 1.48%, #97db6c 98.33%);
    border-radius: 6px;
    font-weight: 700;
    font-size: 12px;
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    padding: 6px 12px;
}

.tariffs-list .tariff .tariff-options {
    padding-top: 15px;
    width: 100%;
}

.tariffs-list .tariff .tariff-options .tariff-options-item {
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    color: #444444;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.tariffs-list .tariff .tariff-options .tariff-options-item:first-child {
    border-top: 1px solid #eeeeee;
}

.tariffs-list .tariff .tariff-order {
    position: absolute;
    bottom: 0;
}

.tariffs-list .tariff .tariff-order a {
    line-height: unset;
    height: auto;
}

.tariffs-list .tariff .tariff-order .order-btn, .btn {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(268deg, #09daa1 1.48%, #97db6c 98.33%);
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.2);
    border-radius: 40px;
    padding: 13px 50px;
    margin-bottom: -20px;
    display: block;
    width: max-content;
}

.tariffs-list .tariff.active {
    background: #23d6a0;
    margin-top: -25px;
    padding-bottom: 70px;
}

.tariffs-list .tariff.active .tariff-size {
    color: #fff;
}

.tariffs-list .tariff.active .tariff-sale {
    background: #fff;
    color: #23d6a0;
    font-size: 12px;
}

.tariffs-list .tariff.active .tariff-price {
    padding-top: 25px;
}

.tariffs-list .tariff.active .tariff-price .price {
    -webkit-text-fill-color: #fff;
    color: #fff;
    font-size: 60.1px;
}

.tariffs-list .tariff.active .tariff-price .price span.price-remainder {
    -webkit-text-fill-color: #fff;
    color: #fff;
}

.tariffs-list .tariff.active .tariff-price .price-period {
    -webkit-text-fill-color: #fff;
    color: #fff;
}

.tariffs-list .tariff.active .tariff-period .tariff-period-item {
    -webkit-text-fill-color: #fff;
    color: #fff;
}

.tariffs-list .tariff.active .tariff-period .tariff-period-item.active {
    -webkit-text-fill-color: #23d6a0;
    color: #23d6a0;
    background: #fff;
}

.tariffs-list .tariff.active .tariff-options {
    padding-top: 25px;
}

.tariffs-list .tariff.active .tariff-options .tariff-options-item {
    color: #fff;
}

.tariffs-list .tariff.active .tariff-order .order-btn {
    color: #452503;
    background: #fff;
}

@media (max-width: 980px) {
    .tariffs-list {
        justify-content: space-around;
    }

    .tariffs-list .tariff {
        margin-bottom: 75px;
    }

    .tariffs-list .tariff.active {
        margin-bottom: 55px;
    }
}