@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
.price-page {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
    font-size: 24px;
    color: #202020;
}
.price-page *{
    box-sizing: border-box;
}

.p-topic-header{
    color: #202020;
    font-size: 2.66em;
    line-height: inherit;
    text-align: left;
    margin-bottom: .45em;
}
.p-topic-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "text picture" "form form";
    position: relative;
}
.p-topic-grid::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: -43px;
    right: 0;
    background-image: url("./images/p-topic.webp");
    background-repeat: no-repeat;
    background-position: 134% 100%;
    z-index: 2;
}
.p-topic__text{
    grid-area: text;
}
.p-topic__text p{
    max-width: 500px;
    color: #767676;
}
.p-topic__picture{
    grid-area: picture;
    padding: 24%;
}
.p-topic__form{
    grid-area: form;
    z-index: 3;
}
.ptf_title{
    font-size: 1.66em;
    font-weight: 600;
    line-height: 1;
}
.service-intro__bottom{
    background: #fff;
}
h2.centerHeader{
    font-size: 48px;
    text-align: center;
    margin-bottom: 3rem;
    color: #202020;
    line-height: 1;
}
.pricesSection{
    margin-bottom: 4rem;
}
h3.t-header{
    font-size: 32px;
    margin-bottom: 1.2em;
    color: #202020;
}
.t-header[data-label]{
    display: flex;
    gap: 15px;
    align-items: center;
}
.t-header[data-label]::after{
    display: inline-block;
    color: #fff;
    background: #54D100;
    padding: 3px 10px;
    border-radius: 20px;
    content: attr(data-label);
    font-size: 24px;
}
.t-filter{
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.t-filter button{
    height: 57px;
    padding: 0 20px;
    border: 1px solid #d8d8d8;
    border-radius: 100px;
    background: #fff;
    font-size: 24px;
    cursor: pointer;
}
.t-filter button:not(.active):hover{
    background: #fceac0;
}
.t-filter button.active{
    background: #FFD24D;
    cursor: default;
}
.t-table{
    margin-bottom: 40px;
    font-size: 24px;
}
.t-table__row{
    display: grid;
    grid-template-columns:  20% 38% 31% 11%;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    padding: 12px 20px;
    min-height: 70px;
}
.t-table__row.--th{
    background: #2020200D;
}
.t-table__cel{
    padding-right: 20px;
    text-wrap: pretty;
}
.t-table__row.--th{
    color: #202020;
    font-weight: 700;
}
.t-table__btn{
    background: #FFD24D;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    border: none;
    padding: 0 20px;
    height: 47px;
    border-radius: 10px;
    cursor: pointer;
}
.t-table__btn:hover{
    background: #fceac0;
}
#seo-promotion .t-table{
    display: none;
}
#seo-promotion .t-table.active{
    display: block;
}
.p-tiles{
    display: grid;
    grid-template-columns: repeat(5, 300px);
    gap: 25px;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    overflow-x: auto;
}
.p-tile{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.p-tile::before{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8EDFF 100%);
    content: '';
    z-index: 0;
}
.p-tile::after{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8EDFF 100%);
    content: '';
    opacity: 0.2;
    z-index: 1;
}

.p-tile__text{
    padding: 30px 30px 27px 30px;
    position: relative;
    z-index: 2;
}
.p-tile__picture{
    position: relative;
    padding: 25%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
.custom-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 30px 0;
}
.cb-btn{
    font-size: 20px;
    font-weight: 600;
    border-radius: 20px;
    text-align: center;
    min-width: 225px;
    text-decoration: none;
    padding: 22px 10px;
    box-sizing: border-box;
}
.cb-btn:hover{
    opacity: 0.8;
}
.cb-btn.cb-btn-red{
    color: #fff;
    background: #DA434D;
    border: 1px solid #DA434D;
}
.cb-btn.cb-btn-white{
    color: #202020;
    background: #fff;
    border: 1px solid #00000033;
}

@media (max-width: 1400px) {
    .price-page{
        padding: 0 15px;
        font-size: 20px;
    }
    .p-topic-header{
        font-size: 48px;
        line-height: 1;
    }
    .p-topic-grid::after{
        background-image: none;
    }
    .p-topic__picture{
        background-image: url(./images/p-topic.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 102%;
    }
}
@media (max-width: 1280px){
    .t-table__cel, .t-filter button{
        font-size: 20px;
    }
    h3.t-header {
        font-size: 28px;
    }
}
@media (max-width: 1024px){
    h2.centerHeader {
        font-size: 35px;
    }
    .t-table__cel, .t-filter button{
        font-size: 18px;
    }
    h3.t-header {
        font-size: 24px;
    }
    .t-table__btn{
        font-size: 16px;
    }
}

@media (max-width: 860px){
    .price-page{
        padding: 0;
    }
    .p-topic-header{
        font-size: 38px;
    }
    .t-table__row.--th{
        display: none;
    }
    .t-table__row{
        display: block;
    }
    .t-table__cel{
        margin-bottom: 10px;
    }
    .t-table__cel:first-child{
        background: #ededed;
        padding: 10px;
    }
    .t-table__row {
        padding: 0;
    }
    .pricesSection {
        margin-bottom: 2rem;
    }
    h3.t-header {
        margin-bottom: 12px;
    }
}
@media (max-width: 650px){
    .p-topic-grid{
        display: block;
    }
    .p-topic__picture{
        display: none;
    }
    .p-topic__text p{
        max-width: none;
    }
    .t-filter button {
        height: 44px;
    }
}