/* 
* -------------------------- BANNER ----------------------
*/
*{
    color: #333333;
}

.banner{
    background-image: url('/wp-content/themes/univer/img/home/bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner__desc{
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 20px;
}
.banner__title-block{
    max-width: 700px;
    padding: 200px 0;
}
.banner__title{
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #333333;
}
.banner__title::after{
    content: '';
    display: block;
    background-color: #405B0C;
    height: 6px;
    width: 110px;
    border-radius: 10px;
    margin-top: 40px;
}
.banner__pic{
    position: absolute;
    bottom: -10px;
    right: 0;
}

/* 
* -------------------------- INFO ----------------------
*/
.info{
    margin-top: 30px;
    margin-bottom: 80px;
}
.info_menu-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 100px;
}
.info_menu-list .menu-item{
    width: 240px;
    height: 120px;
    background: #F9F9F9;
    border: 1px solid #E0E0E0;
    /* box-sizing: border-box; */
    border-radius: 8px;
    border-left: 15px solid #405B0C;
    margin-bottom: 20px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 40px 18px;
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
}
.info_menu-list a{
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);

    
    width: 100%;
    /*height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;*/
    display: block;
}

.info__actual{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.info__actual-news{
    max-width: 960px;
    background-color: #F9F9F9;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 30px 35px;
    /* margin-right: 30px; */
}
.info__logo-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
}
.info__actual-news-title{
    margin-left: 20px;
}
.info__actual-news-text{
    margin-bottom: 17px;
}
.info__actual-btn{
    width: 250px;
    height: 60px;
    border-radius: 30px;

    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    display: block;
    line-height: 60px;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}


.about{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 90px 0;
}
.about__video{
    /* width: 595px; */
    height: 450px;
    border-radius: 8px;
    margin-right: 65px;
}
.about_content{
   -webkit-box-flex: 1;
       -ms-flex: 1 1 auto;
           flex: 1 1 auto;
}
.about__title{
    /* text-align: center; */
    margin-bottom: 25px;
}
.about__desc{
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    /* color: #333333; */
    margin-bottom: 40px;
}
.about__sub-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    /* color: #333333; */
    margin-bottom: 15px;
}
.about__num{
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 57px;
    color: #AAB952;
}
.about__name{
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
}
.about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 250px;
    width: 100%;
}
.about__item{
    margin-bottom: 30px;
    width: 40%;
}

/* 
* -------------------------- CHOICE ----------------------
*/
.choice{
    padding: 90px 0;
    margin-bottom: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.choice__block{
    max-width: 1070px;
    margin: auto;
    /* background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    border-radius: 8px;
    padding: 50px 60px; */
    position: relative;
    z-index: 1;
}
.choice__block-wrap{
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    border-radius: 8px;
    padding: 50px 60px;
}
.choice__block::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 8px;
    background-image: url(/wp-content/uploads/2020/11/choice_bg.jpg);
    background-position: center;
}
/*.choice__block::after{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    filter: blur(12px);
    top: 0;
    left: 0;
} */
.choice__title{
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 45px;
}
.choice__list{
    display: -webkit-box;  
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.choice__item{
    display: -webkit-box;  
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* align-items: center; */
    text-align: center;
    width: 30%;
    min-height: 215px;
}
.choice__icon{
    width: 53px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.choice__btn{
    width: 180px;
    height: 45px;
    border-radius: 30px;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.choice__btn p{
    margin: auto;
    color: #ffffff;
    line-height: 45px;
}



/* 
* -------------------------- HISTORY, INNOVATION, STUDENTS ----------------------
*/
.history,
.innovation,
.students{
    background: #405B0C;
    position: relative;
    /* overflow-x: hidden; */
}
.history__note,
.innovation__note,
.students__note{
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #FFFFFF;
}
.history__title,
.innovation__title,
.students__title{
    color: #FFFFFF;
    margin-bottom: 30px;
}
.history__title::after,
.innovation__title::after,
.students__title::after{
    content: '';
    display: block;
    width: 95px;
    height: 5px;
    background-color:#AAB952;
    border-radius: 8px;
    margin-top: 25px;
}
.history__desc,
.innovation__desc,
.students__desc{
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #B8B8B8;
}
/* 
* -------------------------- HISTORY ----------------------
*/
.history{
    padding-bottom: 50px;
}
.history__flowers-bg{
    position: absolute;
    right: 0;
    top: -24px;
}
.history__photo{
    margin-left: -195px;
    /* width: 55%; */
    width: 715px;
    height: 610px;
    margin-top: -55px;
    margin-right: 80px;
    border-radius: 8px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.history__content{
    margin-top: 60px;
    /* width: 55%; */
    -webkit-box-flex: 1;
       -ms-flex: 1 1 auto;
           flex: 1 1 auto;
}
.history__list{
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* flex-direction: column; */
    /* flex-wrap: wrap; */
    /* height: 170px; */
}
.history__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 47%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.history__item svg{
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
}
.history__item p{
    margin-left: 15px;
    color: #ffffff;
    text-decoration: underline;
    font-size: 16px;
}
.history__item a{
    color: #ffffff;
}
.history__item-second-link{
    line-height: 35px;
}

/* 
* -------------------------- INNOVATION ----------------------
*/
.innovation{
    padding: 50px 0;
}
.innovation__photo{
    margin-right: -195px;
    /* width: 55%; */
    width: 715px;
    height: 610px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-left: 40px;
    border-radius: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.innovation__content{
   -webkit-box-flex: 1;
       -ms-flex: 1 1 auto;
           flex: 1 1 auto;
}
.innovation__list{
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.innovation__item  p{
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    max-width: 200px;
    margin-top: 15px;
}
/* 
* -------------------------- STUDENTS ----------------------
*/
.students{
    padding-top: 50px;
    padding-bottom: 25px;
}
.students__photo{
    margin-left: -195px;
    /* width: 55%; */
    width: 715px;
    height: 610px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: -90px;
    margin-right: 80px;
    border-radius: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* .students__list-wrapper{
    display: flex;
} */
.students__list{
    margin-top: 30px;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.students__item a{
    color: #ffffff;
    font-size: 18px;
    text-decoration: underline;
}   