@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

a, p, h1, h2, span, div {
    font-family: "Open Sans", sans-serif;
}

p {
    padding: 15px 0px;
    line-height: 25px;
}

li {
    padding: 5px 0px 5px 30px;
    line-height: 25px;
}
.container {
    margin: 0 auto;
    min-width: 320px;
}

.select-red {
    background-color: #df4e4e;
    padding: 0px 10px;
    border-radius: 9px;
    font-weight: 700;
    color: #fff;
}

.select-yellow {
    background-color: #d8df4e;
    padding: 0px 10px;
    border-radius: 9px;
    font-weight: 700;
}

.section-header-secondary {
    font-size: 18px;
    font-weight: 700;
    width: 100px;
    padding-bottom: 5px;
    border-bottom: 2px solid #fae616;
}

.section-header {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 5px;
    width: 50%;
    border-bottom: 4px solid #fae616;
}

.section-header-black {
    font-size: 35px;
    font-weight: 700;
    color: #333;
    padding-bottom: 5px;
    width: 90%;
    border-bottom: 4px solid #fae616;
}

.flex-row{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.ower-top {

    background-color: #252d5e;
    padding: 10px 0px;
}
.top {
    display: none;
}

.logo-img-mob {
    width: 100%;
}

.main-header {
    background-color: #252d5e;
    background-image:url(../img/bg_1.webp);
    min-height: 100px;
}

.main-header-baner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 60vh;
    display: flex;
    align-items: flex-end;

}

.heder-text {
    color: #fff;
    background-color: #252d5ead;
    width: 90vw;
    padding: 30px;
}

.header-btn {
    margin-top: 20px;
    display: block;
    font-weight: 700;
    background-color: #fae616;
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
    text-decoration: none;
    width: 150px;
    border-radius: 10px;
    text-align: center;
}



.heder-text h1 {
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    /* text-transform: uppercase; */
    font-family: "Open Sans", sans-serif;
}

h1 span {
    color: #fae616;
    font-weight: 900;
}

.prog-list {
    list-style: disc;
    margin-left: 25px;
}

.program-text {
    padding-bottom: 20px;
}

/* заготовка под мобильное меню */

/* .menu-link {
    font-size: 16px;
    
}

.menu-link {
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    font-weight: 900;
    font-size: 16px;
    color: #373735;
} */

.prime-links {
    background-color: #dd0d1d;
    padding: 30px 0px;
    
}
.prime-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.prime-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 85%;
    height: 100px;
    text-decoration: none;
}

.pl-border {
    border-bottom: 0.5px solid #dac908;
}

.prime-link-img {
    width: 50px;
    margin-right: 45px;
}

.prime-link-info {
    color: #fae616;
}

.prime-link-header {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.prime-link-text {
    line-height: 18px;
}

/* About US */
.about-us {
    padding: 60px 0px;
}

.us-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-us-pic {
    width: 85%;
    position: relative;
}

.about-us-info {
    width: 95%;
    padding: 20px;
    box-sizing: border-box;
}

.about-us-img {
    width: 90%;
}

.as-bg-block {
    position: absolute;
    background-color: #fae616;
    width: 90%;
    height: 80%;
    z-index: -999;
    left: 25px;
    top: 47px;
}

.about-us-header {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 50px;
    padding-bottom: 30px;
    line-height: 45px;
}

.advantages {
    padding: 30px 20px 300px 20px;
    background-color: #252d5e;
    
}

.adv-header-info {
    color: #fff;
}

.adv-header-text {
    color: #fff;
    padding: 10px 0px;
    text-align: center;
}
.adv-main-info {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-img {
    position: relative;
}

.adv-bg-element {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 113px 55px 86px 56px;
    rotate: 15deg;
    background-color: yellow;
    top: 0;
    right: 90px;
}

.adv-foto {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 113px 55px 86px 56px;
    object-fit: cover;
    object-position: right;
    z-index: 999;
    right: 110px;
}

.adv-items {
    width: 95%;
    padding: 10px;
}

.adv-items-first {
    display: flex;
    flex-direction: column;
}

.adv-item {
    width: 95%;
    color: #fff;
    margin: 5px;
    text-align: left;
    /* border-top: 1px solid #dac908; */
}

.adv-item-second {
    color: #fff;
    margin: 5px;
    text-align: left;
}

.school {
    padding: 50px 20px;
}
.school-header {
    padding-top: 30px;
}
.school-adv-items {
    display: flex;
    flex-direction: column;
}
.school-adv-item {
    padding: 15px;
    border: 1px solid #999;
    box-shadow: 5px 9px 0px #252d5e;
    margin: 20px 0px;
    border-radius: 10px;
}
.school-adv-item-header {
    font-weight: 600;
    padding-bottom: 10px;
}
.school-adv-item-text {
    line-height: 23px;
}

.programs {
    background-color: #252d5e;
    padding: 50px 15px;

}

.programs-text {
    color: #fff;
    padding: 10px 0px;
}
.prog-prise-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.prog-prise-item {
    width: 80%;
    /* padding: 15px; */
    border: 1px solid #999;
    box-shadow: 5px 9px 0px #252d5e;
    margin: 20px 0px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.prog-price-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
}

.btn-prise {
    margin-top: 20px;
    display: block;
    font-weight: 700;
    background-color: #fae616;
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
    text-decoration: none;
    width: 150px;
    border-radius: 10px;
    text-align: center;
}

.paket-header {
    font-size: 35px;
    font-weight: 700;
    color: #333;
    padding-bottom: 5px;
    width: 90%;
    border-bottom: 2px solid #40403e;
}

.program-header {
    font-weight: 700;
    box-sizing: border-box;
    width: 100%;
    padding: 45px 10px 20px 10px;
    border-radius: 35px 10px 0px 0px;
    background-color: #fae616;
    font-size: 25px;
    color: #252d5e;
}
/* .prog-list {

} */
.prog-prise {
padding: 10px;
}
.pp-header {
    font-weight: 700;
    padding-bottom: 20px;
    }
    .pp-text {
        width: 60%;
        background-color: #e3eddf;
        border-radius: 15px;
        padding: 5px;
        border: 4px solid #fff;
        
    }
    .pp-value {
        background-color: #e3eddf;
        border-radius: 15px;
        padding: 5px;
        border: 4px solid #fff;
    }

.pp-table {
    width: 100%;
}

.footer {
    background-color: #373735;
    padding: 50px 0px;
    color: aliceblue;
}
.footer-section-header {
    font-weight: 700;
    font-size: 25px;
    padding-bottom: 20px;
}
.footer-menu {
    margin-right: 50px;
}
.footer-flex {
    display: flex;
    flex-direction: column;
}
.footer-menu-link {
    color: #fff;
    text-decoration: none;
    
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
    .section-header-secondary {
        font-size: 18px;
        font-weight: 700;
        width: 100px;
        padding-bottom: 5px;
        border-bottom: 2px solid #fae616;
    }
    
    .section-header {
        font-size: 35px;
        font-weight: 700;
        color: #fff;
        padding-bottom: 5px;
        width: 50%;
    }
    
    .section-header-black {
        font-size: 35px;
        font-weight: 700;
        color: #333;
        padding-bottom: 5px;
        width: 50%;
        border-bottom: 4px solid #fae616;
    }
    
    .flex-row{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
    

    .top {
        display: block;
        position: relative;
        z-index: 999;
        box-shadow: 0px 5px 5px #333;
    }

    .top-mobile {
        display: none;
    }
    
    .logo-img {
    height: 150px;
    }
    .menu-list {
        width: 300px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    
    .main-header-baner {
        height: 60vh;
    }
    
    .heder-text {
        color: #fff;
        background-color: #252d5ead;
        width: 40vw;
        padding: 30px;
    }
    
   
    
    .menu-link {
        font-size: 16px;
        
    }
    
    .menu-link {
        font-family: "Open Sans", sans-serif;
        text-decoration: none;
        font-weight: 900;
        font-size: 16px;
        color: #373735;
    }

    .prime-flex {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }

    .prime-link {
        width: 30%;
    }
    
    .pl-border {
        border-right: 0.5px solid #dac908;
        border-bottom: 0px solid #dac908;
    }

    .prime-link-img {
        width: 40px;
        margin-right: 30px;
    }

    
    /* About US */
    .about-us {
        padding: 60px 0px;
    }
    
    .us-flex {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .about-us-pic {
        width: 45%;
        position: relative;
    }
    
    .about-us-info {
        width: 50%;
    }
    
    .about-us-img {
        width: 90%;
    }
    
    .as-bg-block {
        position: absolute;
        background-color: #fae616;
        width: 90%;
        height: 80%;
        z-index: -999;
        left: 25px;
        top: 47px;
    }
    
    .about-us-info {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .about-us-header {
        font-size: 40px;
        font-weight: 700;
        text-transform: uppercase;
        padding-top: 50px;
        padding-bottom: 30px;
    }
    
    
    .advantages {
        padding: 30px 0px;
        
    }
    
    .adv-header-info {
        color: #fff;
    }
    
    .adv-header-text {
        padding: 50px 0px;
        text-align: center;
    }
    .adv-main-info {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .adv-img {
        position: relative;
    }
    
    .adv-bg-element {
        position: absolute;
        width: 400px;
        height: 400px;
        right: 0;
    }
    
    .adv-foto {
        position: absolute;
        width: 400px;
        height: 400px;
        z-index: 999;
        right: 0;
    }
    
    .adv-items {
        width: 60%;
        
    }
    

    
    .adv-item {
        /* width: 45%; */
        color: #fff;
        margin: 15px;
        padding-left: 40px;
        text-align: left;
        position: relative;

        /* border-top: 1px solid #dac908; */
    }

    .adv-item::before {
        content: "";
        position: absolute;
        width: 30px;
        height: 25px;
        left: 0px;
        background-image: url(../img/icon2.svg);
        background-size: 30px 30px;     
    }
    
    .adv-item-second {
        margin: 20px;
        text-align: center;
    }
    
    .school {
        padding: 50px 0;
    }
    .school-header {
        padding-top: 30px;
    }
    .school-adv-items {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .school-adv-item {
        width: 45%;
        margin: 35px 0px;
    }
    .school-adv-item-header {
        font-weight: 600;
        padding-bottom: 10px;
    }
    .school-adv-item-text {
        line-height: 25px;
    }
    .prog-prise-items {
    justify-content: space-around;
    }
    .prog-prise-item {
        width: 380px;

    }
    .footer {
        background-color: #373735;
        padding: 50px 0px;
        color: aliceblue;
    }
    .footer-section-header {
        font-weight: 700;
        font-size: 25px;
        padding-bottom: 20px;
    }
    .footer-menu {
        margin-right: 50px;
    }
    .footer-flex {
        flex-direction: row;
    }
    .footer-menu-link {
        color: #fff;
        text-decoration: none;
        
    }
}

    
