.price_section {
    padding: 70px 0;
}

.price_subtitle {
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0px;
    color: #FF1084;
}

.price_title h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
}

.price_description {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: normal;
}

.price_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.price_addons_swiper {
    max-width: 100%;
    width: 100%;
}

.price_addons {
    display: flex;
    flex-direction: row;
    /*justify-content: center;*/
    flex-wrap: wrap;
    gap: 20px;
    max-width: 100%;
    width: 100%;
    margin-top: 60px;
}

.price_inner_block {
    width: calc(25% - 15px);
}

@media screen and (max-width: 1024px) {
    .price_title h2 {
        font-size: 30px;
    }
    .price_subtitle {
        font-size: 18px;
    }
    .price_description {
        font-size: 14px;
    }
    .light_mode .price_inner_block,
    .price_inner_block {
        max-width: calc(50% - 15px);
        width: 100%;
        box-sizing: border-box;
    }
    .price_addons {
        justify-content: flex-start;
        margin-top: 32px;
    }
    .price_addons .advantage_inner_block {
        flex-shrink: 0;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 767px) {
    .light_mode .price_inner_block,
    .price_inner_block {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }
}