@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff; /* Измените цвет фона по вашему усмотрению */
    transition: background-color 0.3s ease-in-out; /* Добавьте плавное изменение цвета фона */
}

.navbar-fixed-top .container {
    padding: 0;
}

.header{
    background-color: #EBEBEB;
    padding: 10px 0;
}
.nav_links{
    color: black;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: all .2s;

}
.nav_links:hover{
    text-decoration: none;
    color: #0F077D;
}
.active{
    text-decoration: none;
    color: #0F077D;
}
.intro{
    background: url('../img/back.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.about-us{
    background: #EBEBEB;
}
.brd{
    height: 100%;
    border-radius: 25px;
    border: 3px solid rgba(63, 57, 149, 0.41);
    padding: 0 15px;
}
.subtitle{
    color: #000;
    text-align: center;
    font-family: Nunito;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 50px;
    font-size: 20px;
}
h6{
    font-weight: 900;
}
.h1-le{
    color: #0F077D;
    font-size: 60px;
    font-weight: 900;
}
.h2-le{
    color: #0F077D;
    font-size: 55px;
    font-weight: 900;
}
.sub-le{
    color: #000;
    text-align: center;
    font-family: Nunito;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.btn-le{
    border-radius: 59px;
    padding: 10px 50px;

    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all .2s;
}
.over {
    width: 100%;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
}
.col-4-date {
    flex: 0 0 auto;
}
.card-block{
    border-radius: 20px;
    background: #EBEBEB;
    height: 100%;
}
.col-4-date .card-title{

    font-family: Nunito;
    font-size: 33px;
    font-style: italic;
    font-weight: 900;
    line-height: 96.9%; /* 31.977px */
}

.blue{
    color: #0F077D;
}
.text-card{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.programs{
    background: url('../img/image (2).png');
    background-size: cover;
    background-repeat: repeat;
}
.teachers{
    background: url('../img/Group\ 46.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.bage{
    border-radius: 14.926px;
    background: #ED3237;

    color: #FFF;
    font-family: Nunito;
    font-size: 17.058px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    
    padding: 8px 38px;
}
.rods{
    border-radius: 28.785px;
    background: #FFF;
    padding: 20px 0 20px 0;
}
.price{
    color: #000;
    font-family: Nunito;
    font-size: 63.967px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.price-text{
    color: #7F7F7F;
    text-align: center;
    font-family: Nunito;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 50px;
}
.prices{
    background: url('../img/Group\ 46.png');
}
.allhave{
    background: url('../img/Frame\ 41\ 1.png');
    background-size: cover;
    background-repeat: repeat;
}
.avatars{
    color: #3278FF;
    font-family: Nunito;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;


    border-radius: 11.083px;
    background: #cff8ff;

    padding: 10px;
}
.student{
    color: #454545;
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.name{
    color: #454545;
    font-family: Nunito;
    font-size: 29.167px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;

}
.review{
    background: url('../img/Group\ 46.png');
    background-size: cover;
    background-repeat: repeat;
}
.footer{
    background-color: #D9D9D9;
}
.list{
    margin-left: 0;
    padding-left: 0;
}
.list li{
    list-style-type: none;
    padding-left: 0;
    margin-top: 10px;
}
.list li a{
    text-decoration: none;
    color: black;
}
.black{
    font-weight: 800;
}
.h2as{
    font-weight: 700;
    font-size: 38px;
}
.datesas{
    font-weight: 500; 
    font-size: 22px;
}
@media (max-width: 600px) {
    .h1-le{
        font-size: 30px;
    }
    .sub-le{
        font-size: 18px;
        margin-bottom: 50px;
    }
    .h2-le{
        font-size: 35px;
    }
    .subtitle{
        font-size: 18px;
    }
    .brd{
        padding: 0 15px;
        text-align: center;
    }
    .btn.btn-primary.btn-le{
        width: 100%;
    }
    .datesas{
        text-align: center;
    }
    .card-body .row.align-items-center .col-md-8.col-sm-6{
        text-align: center;
    }
    .h2as.text-white{
        font-size: 30px;
    }
    .card-body .row.align-items-center .col-md-8.col-sm-6 p.text-white{
        font-size: 12px;
    }
    .name{
        font-size: 18px;
    }
}
