
@font-face {
    font-family: 'BarlowCondensed';
    src: url('fonts/BarlowCondensed-Medium.woff') format('woff'),
    url('fonts/BarlowCondensed-Medium.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'BarlowCondensed';
    src: url('fonts/BarlowCondensed-Bold.woff') format('woff'),
    url('fonts/BarlowCondensed-Bold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
}


.col-el-pri{
    box-shadow: 0px 6px 8px 0px #0000001A;
    border: 1px solid #EAEEEC;
    padding: 24px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
/*    gap: 16px;*/
}
.col-el-pri img {
    max-height: 44px;
}
.col-el-pri .title-price-el{
    color: #345A49;
    font-size: 32px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}
.col-el-pri .title-pages-el{
    color: #72AC2C;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}
.col-el-pri .title-line-el{
    border: 2px solid #EAEEEC;
    width: 100%;
}
.col-el-pri .title-onboarding-el, .col-el-pri .title-per-page-el{
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    text-align: left;
}
.col-el-pri .title-onboarding-el b, .col-el-pri .title-per-page-el b , .col-el-pri .title-onboarding-el em, .col-el-pri .title-per-page-el em{
    color: #2B2B2B;
    font-family: 'BarlowCondensed';
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
}
.col-el-pri .title-item-el .title-item-el-div{
display: flex;
justify-content: start;
align-items: start;
gap: 10px;
}
.col-el-pri .title-item-el .title-item-el-div .title-item-el-div-right{
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: left;
color: #2B2B2B;
}
.col-el-pri .popular_choice{
    position: absolute;
    width: 70px;
    height: 72px;
    right: 25px;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #72AC2C;
    color: #fff;
    border-radius: 0 0 8px 8px;
}
.col-el-pri .popular_choice h4{
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
}
.col-full-width-12 .title-per-page-el{
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    text-align: left;
}
.col-full-width-12 .title-per-page-el b{
    color: #2B2B2B;
    font-family: 'BarlowCondensed';
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
}
.col-full-width-12 .line-fw{
    border: 2px solid #EAEEEC;
    width: 100%;
}
.gap32{
    gap: 32px;
}
.col-full-width-12{
    box-shadow: 0px 6px 8px 0px #00000014;
    border: 1px solid #EAEEEC;
    padding: 24px;
    border-radius: 16px;
}
.div-li-col-full{
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 10px;
}
.min-w-270{
    min-width: 270px;
}
.min-w-201{
    min-width: 201px;
}
.p-lang{
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    text-align: left;
}
.price-grey-lg{
    font-size: 32px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #878787;
}
.title-price-el-main{
font-size: 32px;
font-weight: 700;
line-height: 24px;
text-align: left;
color: #345A49;
}
.title-item-el-div-right{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #2B2B2B;
}
.col-full-12-gr{
    background-color: #FBFBFB;
    box-shadow: 0px 6px 8px 0px #00000014;
    border: 1px solid #EAEEEC
}
.gap-32{
    gap: 32px;
}
@media(max-width:991px){
    .col-full-width-12{
        flex: 1;
        flex-wrap: wrap;
    }
}
@media(max-width:600px){
    .row-price-se .col{
        width: 100%;
        flex: 1 0 100%;
    }
}