*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6{
    padding: 0;
    margin: 0;
}
img{
    padding: 0;
    margin: 0;
}
ul, ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none;
}

a:visited,
a:focus{
    color: inherit;
}
a{
    text-decoration: none;
}
a:hover{
    transition: .3s ease all;
}
html, body{
	height: 100%;
    font-family: 'Roboto', sans-serif;
}
.container{
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
}
.top-header{
    background: #45327C;    
}
.top-header-inner{
    padding: 20px 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.contacts-icon{
    display: block;
}
.contact-phones p{
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    /* or 147% */    
    text-transform: uppercase
}
.contact-phones p a{
	color: #fff;
	transition: .3s ease all;
}
.contact-phones p a:hover{
	color: rgba(254, 200, 4, 1);
	transition: .3s ease all;
}
.contacts{
    display: flex;
    align-items: center;
    gap: 13px;
}
.right-top{
    display: flex;
    align-items: center;
    gap: 80px;
}
.lang-switcher li{
    list-style: none;
}
.header-bottom{
    background: #019C6F;    
}
.header-bottom-inner{
    padding: 20px 60px;
}
.header-bottom-menu{
    display: flex;
    align-items: center;
    gap: 22px;
}
.header-bottom-menu li{
    list-style: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #fff;
}
.header-bottom-menu li a{
	color: #fff;
	transition: .3s ease all;
}
.header-bottom-menu li a:hover{
	color: rgba(254, 200, 4, 1);
	transition: .3s ease all;
}
.contingent{
    max-width: 103px;
}
.material-tech{
    max-width: 155px;
}
.dropdown-menu{
    position: relative;
}
.dropdown-content{
    display: none;
    position: absolute;
    background: #019C6F;
    z-index: 999;
}
.dropdown-content li{
    padding: 2px 10px;
}
.dropdown-content li:hover{
    background: #005f44;
}
.dropdown-content.__show-dropdown{
    display: block;
}
.drop-icon{
    position: relative;
}
.drop-icon::after{
    content: url('../img/header/drop-icon.svg');
    position: absolute;
    top: -1px;
    right: -15px;
    transition: .3s ease all;
}
.drop-icon.__active::after{
    content: url('../img/header/drop-icon.svg');
    transform: rotate(180deg);
    transition: .3s ease all;
}

.main{
    height: 626px;
    background: linear-gradient(89.82deg, rgba(0, 0, 0, 0.462) 0.18%, rgba(0, 0, 0, 0.637134) 9.29%, rgba(0, 0, 0, 0.66) 20.95%, rgba(0, 0, 0, 0.6138) 39.38%, rgba(0, 0, 0, 0.3498) 64%, rgba(0, 0, 0, 0.0924) 78.95%), url('../img/main-bg.png') center;
    background-size: cover;
}

.main-text{
    max-width: 704px;
    padding: 195px 100px 141px 120px;
    color: #fff;
}
.main-title{
    font-weight: 700;
    font-size: 44px;
    line-height: 55px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.colledge-name{
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 30px; 
}
.main-btn{
    display: inline-block;
    padding: 17.5px 23px 17.5px 20px;
    background: #45327C;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;   
    color: #FCFEFE;   
    position: relative;
    border-radius: 3px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: .3s ease all;
}
a.main-btn{
	color: #fff;
}
.main-btn::after{
    content: url('../img/right-arrow.svg');
    position: absolute;
    top: 17px;
    right: 5px;
    transition: .3s ease all;
}
.main-btn:hover{
    background: #34265e;    
    transition: .3s ease all;
}
.main-btn:hover::after{
    right: 0px; 
    transition: .3s ease all;
}

.adv{
    background: linear-gradient(180deg, #45327C 61.98%, rgba(69, 50, 124, 0.85) 85.42%, rgba(69, 50, 124, 0.63) 100%);
}
.adv-inner{
    padding: 50px 156px 49px;
    color: #fff;
    display: flex;
    gap: 100px;
}
.adv-item{
    padding: 0 42px;
    text-align: center;
}
.last-card{
    width: 228px;
    text-align: center;    
}
.adv-item-img{
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}
.adv-count{
    font-weight: 700;
    font-size: 37px;
    line-height: 49px;
    text-transform: uppercase;  
    color: #fff;      
}
.adv-title{
    font-weight: 700;
    font-size: 23px;
    line-height: 30px;
    text-transform: uppercase; 
}

.articles-inner{
    padding: 103px 135px;
}
.article-block{
    display: flex;
    align-items: center;
    gap: 32px;
}
.article-img{
    display: block;
    filter: brightness(70%);
}
.article-title{
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    color: #242527;   
    margin-bottom: 25px; 
}
p.article-content{
    width: 565px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.6);   
    margin-bottom: 25px;     
}
.article-btn{
    color: #fff;
    float: right;
}
.__second-article{
    margin-top: -30px;
    margin-left: 104px;
}
.news{
    background: rgba(22, 114, 87, 0.17);
}
.news-inner{
    padding: 75px 140px;
}

.news-content{
    display: grid;
    grid-template-columns: repeat(2, auto);
    row-gap: 28px;
}
.news-title{
    font-weight: 700;
    font-size: 33px;
    line-height: 43px;
    color: #000;
    margin-bottom: 50px;
}
.news-img img{
    display: block;
    width: 168.67px;
    height: 154px;
}
.news-item{
    display: flex;
    background: #fff;
    width: 512.33px;
}
.news-item-title{
    font-size: 17px;
    line-height: 24px;
    color: #45327C;
    font-weight: 500;
    margin-bottom: 5px;
}
.news-item-short{
    margin-bottom: 5px;
}
.news-date{
    color: rgba(91, 91, 91, 0.92);
}
.news-item-link{
    color: #45327C;
    font-weight: 700;
}
.news-item-date{
    display: flex;
    justify-content: space-between;
}
.news-item-text{
    padding: 9px;
}

.life-inner{
    padding: 96px 50px;
}
.life-title{
    font-size: 33px;
    line-height: 43px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 22.18px;
}
.life-description{
    font-size: 22px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 22.18px;
}
img.life-img{
    display: block;
}
.life-content{
    position: relative;
}
.life-slider-nav img{
    width: 20px;
}

img.nav-right{
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 50%;
}
img.nav-left{
    cursor: pointer;
    position: absolute;
    left: -20px;
    top: 50%;
}
.nav-left,
.nav-right{
    opacity: .35;
    transition: .3s ease all;
}
.nav-left:hover,
.nav-right:hover{
    opacity: 1;
    transition: .3s ease all;
}
.footer{
    background: #45327C;    
}
.footer-inner{
    padding: 70px 90px 70px;
    color: #fff;
    position: relative;
}
.footer-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-nav li{
    list-style: none;
}
.footer-nav{
    display: grid;
    grid-template-columns: repeat(2, max-content );
    gap: 20px;
}
.footer-contacts{
    padding-left: 110px;
    border-left: 1px solid rgba(255, 255, 255, 0.592);
}
.footer-contacts-desc{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
.footer-copyright{
    position: absolute;
    right: 0;
    bottom: 5px;
    font-size: 13px;
    line-height: 11px;
    font-weight: 300;
    
}
.footer-copyright p{
    padding: 5px 0;
}
.footer-social li{
    list-style: none;
    display: inline-block;
    padding-right: 5px;
}
.footer-social li img{
    width: 40px;
}
li.smart-colledge-icon img{
    width: 100px;
}
.director-blog-content{
	display: flex;
	gap: 20px;
}
.director-info{
	font-weight: 400;
	font-size: 19px;
	line-height: 25px;
}
.director-blog-description{
	font-weight: 400;
	font-size: 19px;
	line-height: 30px;
	color: rgba(0, 0, 0, 0.6);
}
.director-blog-description p {
	margin-bottom: 10px;
}
.director-blog-title{
	font-weight: 700;
	font-size: 33px;
	line-height: 43px;
	color: #000000;
	margin-bottom: 20px;

}
.director-info{
	text-align: center;
}
.director-blog-inner{
	padding: 50px 100px;
}