.red-rect{
    background-image: url('/wp-content/themes/neve/assets/img/science-circle/red_rect.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.blue-rect{
    background-image: url('/wp-content/themes/neve/assets/img/science-circle/blue_rect.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.bluesky-rect{
    background: #50A7FF;
}
.white-rect .scien-feat-title{
    color: #50A7FF;
}
.white-rect .scien-feat-val-title,
.white-rect .scien-feat-desc{
    color: #333;
}
.playfair-block-heading{
    color: #333;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Playfair Display";
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
}
.bread-crumbs{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}
.bread-crumbs h1{
    margin-bottom: 0;
    color: #36C;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
}
.bread-crumbs a{
    color: #667085;
    font-size: 15px;
}
.scien-main-cont{
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1720px;
    display: flex;
    flex-direction: column;
}
.scien-hero-section{
    margin-bottom: 32px;
}
.scien-hero-section picture img{
    border-radius: 16px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
}
.scien-feat-cards{
    gap: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 64px;
}
.scien-feat-card{
    aspect-ratio: auto;
    /* width: 415px; */
    height: 251px;
    flex-basis: 395px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
    border-radius: 16px;
    padding: 32px 20px;
}
.scien-feat-title{
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
}
.scien-feat-value{}
.scien-feat-val-title{
    margin-bottom: 8px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
}
.scien-feat-desc{
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
}
.scien-edu-cards{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 64px;
}
.scien-edu-card{
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.cute-star{
    width: 48px;
    height: 48px;
}
.scien-lessons-type{
    color: #50A7FF;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
}
.scien-card-top{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 32px;
}
.scien-card-bottom{
    display: flex;
    flex-direction: column;
    padding: 32px 16px;
    border-radius: 0 0 16px 16px;
    gap: 24px;
    width: 100%;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
}
.scien-edu-card-title{
    color: #333;
    text-align: center;
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 600;
}
.scien-edu-card-price-title{
    color: #333;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 400;
}
.scien-edu-card-price-value{
    margin-top: -20px;
    text-align: center;
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 600;
    background: linear-gradient(90deg, #266EFF 0%, #50A7FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.scien-edu-card-description{
    color: #667085;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
}
.scien-edu-card-tags{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.scien-edu-card-tag{
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.scien-edu-card-tag img{
    flex-shrink: 0;
}
.scien-edu-card-tag-cont{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.scien-edu-card-tag-title{
    color: #333;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 400;
}
.scien-edu-card-tag-value{
    color: #333;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
}
.scien-edu-card-btn{
    width: 100%;
    display: flex;
    padding: 16px 14px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: linear-gradient(91deg, #36C -4.95%, #367CFF 46.68%, #50A7FF 115.72%);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
}
.scien-edu-card-postfix{
    width: 100%;
    color: #98A2B3;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
}
.scien-whats-about{
    display: flex;
    gap: 20px;
    margin-bottom: 64px;
}
.scien-whats-cont{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.scien-whats-item{
    height: 200px;
    width: 42%;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
    padding: 20px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    border-radius: 16px;
}
.scien-whats-big-item{
    height: 200px;
    width: 55%;
}
.blue-item{
    background: #36C;
}
.white-item{
    background: #fff;
}
.skyblue-item{
    background-image: url('/wp-content/themes/neve/assets/img/science-circle/lutic_bg_max.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.red-item{
    background: #D24256;
}
.white-item .scien-whats-title{
    color: #50A7FF;
}
.scien-whats-title{
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
}
.white-item .scien-whats-desc{
    color: #000;
}
.scien-whats-desc{
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
}
.scien-contacts{
    padding: 32px 46px 50px;
    border-radius: 16px;
    background-image: url('/wp-content/themes/neve/assets/img/science-circle/dzen_max.png');
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 64px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
}
.scien-contacts .playfair-block-heading{
    margin-bottom: 0;
}
.scien-contacts-item{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.scien-contacts-title{
    color: #50A7FF;
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 600;
}
.scien-contacts-vals{
    display: flex;
    gap: 40px;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
}
.scien-contacts-vals a{
    color: #667085;
}

@media screen and (max-width: 1600px) {
    .scien-whats-item{
        width: 47%;
    }
    .scien-whats-big-item{
        width: 47%;
    }
    .scien-whats-about img{
        width: 50%;
    }
}
@media screen and (max-width: 1400px) {
    .scien-whats-title{
        font-size: 20px;
    }
}
@media screen and (max-width: 1280px) {
    .scien-feat-cards{
        flex-wrap: wrap;
    }
    .scien-whats-about img{
        width: auto;
    }
    .scien-edu-card-title{
        font-size: 16px;
    }
    .scien-edu-card-price-title{
        font-size: 8px;
    }
    .scien-edu-card-price-value{
        font-size: 16px;
    }
    .scien-edu-card-description{
        font-size: 12px;
    }
    .scien-edu-card-tag img{
        width: 16px;
        height: 16px;
    }
    .scien-edu-card-tag-title{
        font-size: 8px;
    }
    .scien-edu-card-tag-value{
        font-size: 12px;
    }
    .scien-edu-card-btn{
        font-size: 12px;
    }
    .scien-edu-card-postfix{
        font-size: 12px;
    }
    .scien-whats-about{
        flex-direction: column;
    }
    .scien-whats-cont{
        justify-content: space-evenly;
    }
    .scien-feat-cards{
        justify-content: space-evenly;
    }
}
@media screen and (max-width: 768px) {
    .bread-crumbs{
        gap: 4px;
        margin-bottom: 32px;
    }
    .bread-crumbs svg{
        height: 12px;
        width: 12px;
    }
    .bread-crumbs a{
        font-size: 8px;
    }
    .bread-crumbs h1{
        font-size: 8px;
    }
    .scien-contacts{
        gap: 32px;
    }
    .scien-whats-about{
        margin-bottom: 32px;
        gap: 12px;
    }
    .scien-card-top{
        gap: 8px;
        padding: 16px;
    }
    .scien-card-bottom{
        gap: 16px;
    }
    .scien-edu-card-price-value{
        margin-top: -8px;
    }
    .playfair-block-heading{
        font-size: 24px;
        margin-bottom: 12px;
    }
    .scien-edu-cards{
        flex-direction: column;
        align-items: center;
        margin-bottom: 32px;
    }
    .scien-edu-card{
        width: 70%;
        gap: 8px;
    }
    .scien-edu-card-description{
        margin: 16px 0;
    }
    .scien-whats-cont{
        flex-direction: column;
        gap: 12px;
    }
    .scien-whats-item{
        width: 70%;
        padding: 20px 16px;
    }
    .scien-whats-item:nth-child(2n){
        align-self: flex-end;
    }
    .scien-feat-cards{
        flex-direction: column;
        margin-bottom: 32px;
    }
    .scien-feat-card{
        flex-basis: 0;
        width: 415px;
        gap: 40px;
    }
    .scien-feat-card:nth-child(2n){
        align-self: flex-end;
    }
    .scien-contacts{
        padding: 32px 20px 90px;
        background-image: url('/wp-content/themes/neve/assets/img/science-circle/dzen_min.png');
        background-position: bottom;
    }
    .scien-contacts-title{
        font-size: 16px;
    }
    .scien-contacts-vals{
        font-size: 14px;
        flex-direction: column;
        gap: 8px;
    }
    .cute-star{
        width: 32px;
        height: 32px;
    }
    .scien-lessons-type{
        font-size: 12px;
    }
}
@media screen and (max-width: 480px) {
    .scien-whats-title{
        font-size: 14px;
    }
    .scien-whats-desc{
        font-size: 12px;
    }
    .scien-edu-card{
        width: 100%;
    }
    .scien-feat-title{
        font-size: 14px;
    }
    .scien-feat-val-title{
        font-size: 12px;
    }
    .scien-feat-desc{
        font-size: 12px;
    }
    .scien-feat-card{
        width: 100%;
        align-self: center;
        height: 200px;
    }
    .scien-feat-cards{
        align-items: center;
    }
    .scien-hero-section{
        border-radius: 16px;
        overflow: hidden;
    }
    .scien-hero-section img{
        width: 100%;
    }
}