html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding:0;
}

 @font-face {
    font-family: Avenirnextcyr-bold; 
    src: url(fonts/Avenirnextcyr-bold.ttf); 
   } 

 @font-face {
    font-family: AvenirNextCyr-Light; 
    src: url(fonts/AvenirNextCyr-Light.ttf); 
   } 

  @font-face {
    font-family: cinzel_regular; 
    src: url(fonts/cinzel_regular.ttf); 
   }   

    
 h1, h2, h3, h4, h5, h6{ 
    display: inline-block;
    text-align: left;
    font-size: 34px !important; 
    font-family: Avenirnextcyr-bold; 
    width: 100%;
    height: 80px;
    text-transform: uppercase;
}

.line{
    width: 150px;
    height: 5px;
    background: #408afd;
    border-radius: 4px;
    margin-top: 10px;
}

.header-2{
    padding-top: 20px;
    background: url(img/banner.jpg);
    background-size: cover;
    height: 150px;
    position: relative;
}

header{
    padding-top: 20px;
    background: url(img/banner.jpg);
    background-size: cover;
    height: 800px;
    position: relative;
}

.header-shadow{
    width: 100%;
    height: 100%;
    background: #1f2d7099;
    position: absolute;
    top: 0;
    left: 0;
}

.header-top-wrap{
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.logo{
    width: 10%;
}

.logo img{
    width: 70%;
    position: relative;
    top: -10px;
}

.logo-text{
    width: 20%;
}

.logo-text p{
    font-family: AvenirNextCyr-Light;
    font-size: 13px;
    text-align: left;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.header-content{
    width: 25%;
}

.menu-wrap{
    width: 100%;
    height: 50px;
    background: #ffffff94;
}

.menu{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-left: 0rem;
}

.menu li{
    width: auto;
    padding: 5px 15px;
    font-size: 13px;
    font-family: Avenirnextcyr-bold; 
    text-align: center;
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.menu li:hover{
    color: #408afd;
}

.button-wrap{
    margin-top: -10px;
    width: 40%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.button-header{
    background: #fff;
    color: #000;
    font-size: 15px;
    font-family: AvenirNextCyr-Light; 
    padding: 18px 10px;
    width: 160px;
    height: 60px;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
}

.button-header:hover{
    background: #408afd;
    color: #fff;    
}

.button-header-2{
    background: #408afd;
    color: #fff;
    font-size: 15px;
    font-family: AvenirNextCyr-Light; 
    padding: 7px 10px;
    width: 160px;
    text-align: center;
    border-radius: 30px;
    margin-left: 20px;
    cursor: pointer;
}

.button-header-2:hover{
    background: #fff;
    color: #000;  
}

.header-text-wrap{
    padding-top: 60px;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header-right{
    width: 30%;
}

.header-title{
    width: 70%;
}

.header-title h1{
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 42px !important;
    color: #fff;
    text-shadow: 1px 1px 1px #000; 
    text-transform: none !important; 
    font-family: AvenirNextCyr-Bold !important;
    padding: 0 !important;
    padding-bottom: 20px;
}

.header-title-span{
    width: 70%;     
    padding-top: 20px;
    text-align: left;
}

.header-title-span ul{
    padding-left: 0rem;    
}

.header-title-span ul > li{
    list-style: none;
    font-size: 15px;
    padding-top: 15px;
    text-align: left;
    font-family: AvenirNextCyr-Light; 
    background: url(img/check.png) left top 18px;
    background-size: 15px;
    background-repeat: no-repeat;
    padding-left: 25px; 
    color: #fff;
    text-shadow: 1px 1px 1px #000;        
}

.header-title-span p{
    font-size: 20px;
    text-align: left;
    font-family: AvenirNextCyr-Bold;  
    color: #fff;
    text-shadow: 1px 1px 1px #000;       
}

.button-wrap-bottom{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 70px;
    width: 50%;
}

.header-bt-button-1{
    background: url(img/ytb.png);
    background-size: 34px;
    background-position: left top 5px;
    background-repeat: no-repeat;  
    width: 200px;
    height: 40px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;  
    font-family: Montserrat-Medium;
    text-align: center;
    padding-top: 10px;
}

.header-bt-button-2{
    background: #fff;
    color: #000;
    font-size: 14px;
    font-family: Montserrat-Bold; 
    padding: 10px 10px;
    width: 250px;
    text-align: center;
    border-radius: 2px;
}

.header-right-cont{
    width: 90%;
    padding-top: 130px;
}

.data{
    width: 100%;
    text-align: left;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    background: url(img/calendar.png);
    background-size: 30px;      
    background-repeat: no-repeat;
    background-position: left top 5px;
    padding-left: 40px;
}

.mesto{
    width: 100%;
    text-align: left;
    color: #fff;
    text-shadow: 1px 1px 1px #000; 
    margin-top: 20px;  
    background: url(img/map.png);
    background-size: 30px;      
    background-repeat: no-repeat;
    background-position: left top 5px;
    padding-left: 40px;       
}

.format{
    width: 100%;
    text-align: left;
    color: #fff;
    text-shadow: 1px 1px 1px #000; 
    margin-top: 20px;  
    background: url(img/mortarboard.png);
    background-size: 30px;      
    background-repeat: no-repeat;
    background-position: left top 5px;
    padding-left: 40px;       
}

.data-title{
    font-size: 20px;
    font-family: AvenirNextCyr-Bold; 
}

.data-num{
    font-size: 17px;
    font-family: AvenirNextCyr-Light; 
}

.congress{
    padding: 30px 0 30px 0;
}

.congress p{
    font-size: 18px;
    font-family: AvenirNextCyr-Light; 
    text-align: left;    
}

.congress-title{
    font-size: 22px;
    font-family: AvenirNextCyr-bold; 
    text-align: left;     
    padding-top: 30px;
    padding-bottom: 10px;
}

.congress ul{
    padding-left: 0rem;
}

.congress ul > li{
    list-style: none;
    font-size: 15px;
    padding-top: 15px;
    text-align: left;
    font-family: AvenirNextCyr-Light; 
    background: url(img/check.png) left top 18px;
    background-size: 15px;
    background-repeat: no-repeat;
    padding-left: 25px;  
    font-weight: 700;      
}

.congress-button-wrap{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; 
    margin: 20px 0;
}

.congress-button-reg{
    width: 200px;
    border-radius: 4px;
    font-size: 18px;
    font-family: FuturaPT-Medium; 
    text-align: center;
    background: #11395f;
    color: #fff;
    padding: 10px 10px;
    cursor: pointer;
    line-height: 1;
}

.reg{
    padding-top: 30px;
    padding-bottom: 50px;
}

.reg .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.reg-item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 47%;
    height: 270px;
    background: #fff;
    padding-top: 20px;
    border-radius: 4px;
    margin-top: 10px;
    position: relative;
    border: 1px solid #ebebeb;    
}

.reg-img{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.reg-img img{
    width: 64px;
}

.reg-title{
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-size: 22px;
    font-family: AvenirNextCyr-bold;     
}

.reg-title span{
    font-size: 15px;
    font-family: AvenirNextCyr-Light;    
}

.reg-button{
    background: #408afd;
    color: #fff;
    font-size: 15px;
    font-family: AvenirNextCyr-Light;
    padding: 10px 10px;
    width: 160px;
    height: 45px;
    text-align: center;
    border-radius: 30px;
    cursor: pointer; 
    position: relative;  
    margin: 0 auto;
}

.reg-cont{
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.reg-title-cont{
    width: 100%;
    font-size: 22px;
    font-family: AvenirNextCyr-bold;  
    padding-bottom: 20px;   
}

.reg-cont p{
    font-size: 16px;
    font-family: AvenirNextCyr-Light; 
    font-weight: 700;      
}

.reg-cont-item{
    width: 24%;
    height: 370px;
    box-shadow: 3px 3px 3px 3px rgb(0 0 0 / 10%);
    border-radius: 6px;
    text-align: center;
    margin-top: 30px;
}

.reg-cont-item-title{
    width: 90%;
    height: 180px;
    font-size: 16px;
    font-family: AvenirNextCyr-bold;   
    margin: 0 auto; 
    padding-top: 30px;  
}

.reg-cont-item-title span{
    font-size: 16px;
    font-family: AvenirNextCyr-Light; 
    font-weight: 900;        
}

.reg-cont-item-data{
    width: 90%;
    font-size: 16px;
    font-family: AvenirNextCyr-bold;   
    margin: 0 auto; 
    padding-top: 30px;  
}

.reg-cont-item-data span{
    font-size: 16px;
    font-family: AvenirNextCyr-Light; 
    font-weight: 900;        
}

.reg-cont-button{
    background: #408afd;
    color: #fff;
    font-size: 15px;
    font-family: AvenirNextCyr-Light;
    padding: 10px 10px;
    width: 160px;
    height: 45px;
    text-align: center;
    border-radius: 30px;
    cursor: pointer; 
    position: relative; 
    top: 30px; 
    margin: 0 auto;
}

.poster{
    padding-top: 30px;
    padding-bottom: 50px;
}

.poster p{
    font-size: 16px;
    font-family: AvenirNextCyr-Light; 
    text-align: left;   
    font-weight: 700; 
}

.poster-title{
    font-size: 22px;
    font-family: AvenirNextCyr-bold; 
    text-align: left;     
    padding-top: 30px;
    padding-bottom: 10px;
}

.poster ul{
    padding-left: 0rem;
}

.poster ul > li{
    list-style: none;
    font-size: 16px;
    padding-top: 15px;
    text-align: left;
    font-family: AvenirNextCyr-Light; 
    background: url(img/check.png) left top 18px;
    background-size: 15px;
    background-repeat: no-repeat;
    padding-left: 25px;  
    font-weight: 700;      
}

.poster-sm-li{
    list-style: none;
    font-size: 15px;
    padding-top: 15px;
    text-align: left;
    font-family: AvenirNextCyr-Light; 
    background: url(img/checked.png) left top 18px !important;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    padding-left: 25px !important;  
    font-weight: 700 !important;     
}

.poster-bottom{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.button-wrap-poster{
    margin-top: 20px;
    width: 30%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.button-wrap-poster p{
    font-size: 18px;
    font-family: AvenirNextCyr-Bold; 
    text-align: left; 
    width: 100%;   
}

.button-header-poster{
    background: #408afd;
    color: #fff;
    font-size: 15px;
    font-family: AvenirNextCyr-Bold; 
    padding: 15px 15px;
    width: 160px;
    height: 50px;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
}

.button-header-poster-2{
    background: #408afd;
    color: #fff;
    font-size: 15px;
    font-family: AvenirNextCyr-Bold; 
    padding: 15px 15px;
    width: 200px;
    height: 50px;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
}

.button-header-poster-img{
    width: 7%;
}

.button-header-poster-img img{
    width: 30px;
}


.programm{
    padding-top: 40px;
    padding-bottom: 80px;
}


.programm .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.programm-wrap{
    width: 100%;
}

.programm-1{
    width: 100%;
    height: auto;
    background: #133961;
    color: #fff;
}

.programm-1 p{
    text-align: center;
    margin: 0 auto;
    font-family: AvenirNextCyr-Bold; 
    padding-top: 5px;
    padding-bottom: 5px;
    width: 90%;
}

.programm-2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
}

.programm-2 .left{
    width: 24%;
}

.programm-2 .center{
    width: 24%;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
}

.programm-2 .right{
    width: 24%; 
    border-right: solid 1px #000;
}

.programm-2 p{
    width: 90%;
    font-size: 15px;
    font-family: AvenirNextCyr-Light;
    font-weight: 700; 
    text-align: left;      
    margin: 0 auto;
    padding-left: 20px;
}

.programm-2 .right-2{
    width: 24%;
}

.programm-2 .right-2 p{
    width: 90%;
    font-size: 15px;
    font-family: AvenirNextCyr-Light;
    font-weight: 700; 
    text-align: left;      
    margin: 0 auto;
    padding-left: 20px;
}


.programm-3{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
}

.programm-3 .left{
    width: 24%;
}

.programm-3 .center{
    width: 70%;
    border-left: solid 1px #000;
}

.programm-3 .right{
    width: 24%; 
    border-right: solid 1px #000;
}

.programm-3 p{
    width: 90%;
    font-size: 14px;
    font-family: AvenirNextCyr-Bold;
    font-weight: 700; 
    text-align: left;      
    margin: 0 auto;
    padding-left: 20px;
}

.programm-3 .right-2{
    width: 24%;
}

.programm-3 .right-2 p{
    width: 90%;
    font-size: 15px;
    font-family: AvenirNextCyr-Light;
    font-weight: 700; 
    text-align: left;      
    margin: 0 auto;
    padding-left: 20px;
}
