
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: actay-regular;
    position: relative;    
   
}
::-webkit-scrollbar {
  width: 0;
}
@font-face {
	font-family: 'actay-regular'; 
	src: url(/font/actay-regular.otf); 
}
@font-face {
	font-family: 'actaywide-bold'; 
	src: url(/font/actaywide-bold.otf); 
}
@font-face {
	font-family: 'actaycondensed-thinItalic'; 
	src: url(/font/actaycondensed-thinItalic.otf); 
}
.logo_img {
    width: 400px;
}

.contain {
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px 25px;
}
.contain_dec{
   max-width: 1920px;
    margin: 0 auto;
    padding: 0px 25px;
    position: relative;    
}
.contain_dec_decor{
   max-width: 1920px;
    margin: 0 auto;
    padding: 0px 25px;
    position: relative;
    height: 100%;
    overflow: hidden;
}
#top, #program, #footer, #prigl{
   background-color: #323A86; 
}
.header_line  {
    width: 100%;
    height: 50px;
    background-color: rgba(27, 18, 56, 0.5);    
}
.header_line2{
    width: 100%;
    height: 100px; 
    background: linear-gradient(180deg, rgba(27, 18, 56, 0.5) 0%, rgba(134, 115, 200, 0.5) 100%);    
}

.led_forum .header_line {    
    background: linear-gradient(180deg, rgba(27, 18, 56, 0.5) 0%, rgba(2, 2, 2, 0.7) 100%);
    height: 0px;
}
.led_forum .fon_block{
    background: #000;
}
.fon_block{
    position: relative;
    width: 100%;
    height: 100%;
    /*min-height: 100vh;*/
    background-color: #323A86;
    background: linear-gradient(180deg,rgba(27, 18, 56, 0.5) 0%, rgba(134, 115, 200, 0.5) 100%);
    z-index: 0;
}

.slogan {
    font-size: 36px;
    color: #fff;
    font-weight: 900;
    font-family: actaywide-bold;
}
.slogan_text{
   margin-bottom: .5rem;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
}
.slogan_text div{
    /*margin-bottom: .5rem;*/
}
.slogan_text_yer{
    font-size: 100px;
    margin: 0;
    font-family: actaywide-bold;
    display: flex;
    align-items: center;
    justify-content: center
}
.slogan_text_desck{
    position: relative;
    top:-20px;
}
.title{
    padding: 4rem 2rem;
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
    color: #fff;
    letter-spacing:2px;
    margin-bottom: 2rem;
}
.led_forum .title{padding: 2rem;}

.header_block {
    display: flex;
    position: relative;
    width: 100%;
    align-content: center;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    justify-content: center;
}
.led_forum .header_block{
    padding-top: 4rem;
}

.logo_mpk {
    width: 400px;    
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}

.program_block {
    background-color: #323A86;
    background: linear-gradient(180deg,rgba(134, 115, 200, 0.5) 0%, rgba(27, 18, 56, 0.5) 100%);
}
.program_block h2{
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing:2px;
    font-weight: 900;
    font-family: actaywide-bold;
    margin-bottom: .5rem;    
}
.text_adress{
    color: #fff;
    text-align: left;
    font-size: 1.5rem;    
    font-family: Arial;
    margin-bottom: 2rem;
    width: 100%;
	padding-left: 60px;
}
.adress_block{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}


.icon_mpk{
    width: 45px;    
    height: 50px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -9px;
}
.icon_geo {
   background-image: url(/img/events/mpk15old/icon-geo.png);
}
.icon_clock {
   background-image: url(/img/events/mpk15old/icon-clock.png);
}
.icon_program{
   background-image: url(/img/events/mpk15old/icon-prog.png); 
}

.h2_title {
    position: relative;
    display: flex;
    margin-bottom: 2rem
}
.h2_title h2{
    padding-left: 60px;
}

.button_map {
    text-align: center;
    padding: 1rem 0;
    width: 100%;
}
.button_mpk{
    padding: 1rem 2rem;
    text-decoration: none;
    background-color: #c8cdcd;
    border-radius: 25px;
    border: 2px solid #fff;
    color: #000;
}
.button_mpk:hover{
    color: #fff;
    background-color: #e41d2d;
}

.program_text {    
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
.program_item{
    display: flex;
    width: 100%;
    margin-bottom: 2rem;
}
.progam_time{
    min-width: 40%;
    text-align: right;
    padding-right: 4rem;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.program_clock{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 150px;    
}
.clock_p{padding-right: 10px}
.program_clock div{
    font-weight: 900;    
    justify-content: center;
    text-align: center;
    font-size: 2.5rem;
    font-family: actaywide-bold;
}
.progam_time span{
    position: relative;
    top:-3px;
    padding: 0 10px;
}
.program_name{
    font-family: Arial;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.1;
}
.program_description{
    font-size: 1.2rem;
    padding: 1rem 0;
    font-weight: 500;
    line-height: 1.3;
}
.program_description_c{
    font-size: 1.2rem;
    padding-top: 1rem;
    font-weight: 500;
    line-height: 1.3;
    font-style: initial;
    font-family: actaycondensed-thinItalic;
}

.decor_house {
    width: 100%;
}

.decor_house_container {
    width: 100%;
    height: 400px;
    background-image: url(/img/events/mpk15old/home.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    top:-4rem;
}

.footer {
    width: 100%;
    background-color: rgba(27, 18, 56, 0.5);    
}

.footer_block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    color:#fff;
    text-align: center;
    font-size: 1rem;
}
.footer_text{margin-bottom: 1rem; width: 100%}
/*
.decor {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;    
}

.line1 {
    position: absolute;
    min-height: 100%;
    width: 400px;
    bottom:580px;
    left:12%;
    background-image: url(/img/line2.svg);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

#decor {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top:0;
    left: 0; 
}
*/

.fon_video {
    position: absolute;
    width: 100%;
    min-height: 100%;    
    left: 0;
    top: 0;
    z-index: -999; 
    overflow: hidden;
}
.fon_video video{
    width: auto;
    min-height: 100%;    
    top: 0%; left: 50%; right: 50%; bottom: 0;
    position: absolute;
    transform: translate(-50%, 0%);
    
}

.prigl_block {
    position: relative;
    background: linear-gradient(180deg,rgba(134, 115, 200, 0.5) 0%, rgba(170, 146, 215, 0.5) 50%, rgba(134, 115, 200, 0.5) 100%);
    overflow: hidden;
}

.prev_title {
    color: #fff;    
    font-weight: 900;
    font-family: actay-regular;
    letter-spacing:2px; 
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 130px;
    z-index: 2;
}
.info_prigl_block{
    position: relative;
}
.prev_title .bol{text-transform: uppercase; font-family:actaywide-bold; font-size: 2.5rem;}
.prev_title_l{
    width: 100%;
    font-size: 2rem;
}
.info_prigl_air{
    position: absolute;
    width: 100px;
    height: 200px;
    top: -55px;
    left: px;
    background-image: url(/img/events/mpk15old/air3.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-30deg);
    z-index: 1;
}

.anons_block {
    position: relative;
    display: flex;
    padding: 2rem 0;
    
}
.anons_text{
    display: flex;
    color:#fff;
    flex-wrap: wrap;
    width: 60%;
    min-width: 400px;
    padding-left: 60px;
    padding-right: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.anons_text_item{
    width: 100%;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}
.anons_img{
    position: relative;
    width: 40%;    
    background: radial-gradient(circle,rgba(27, 18, 56, 0.5) 0%, rgba(134, 115, 200, 0) 70%);
    
}
.anons_img_item{
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 7px 3px 88px -31px rgba(134, 115, 200, 0.7);
-moz-box-shadow: 7px 3px 88px -31px rgba(134, 115, 200, 0.7);
box-shadow: 7px 3px 88px -31px rgba(134, 115, 200, 0.7);
    border-radius: 50px;
}
.img_item1{width: 250px; height: 250px; left: -35px; top: 150px; z-index: 5;}
.img_item2{width: 400px; height: 350px; left: 150px; top: 25px; z-index: 4; background-position: bottom;}
.img_item3{width: 350px; height: 250px; left: 450px; top: -100px; z-index: 3}
.img_item4{width: 400px; height: 250px; left: 200px; top: 270px; z-index: 7}
.img_item5{width: 350px; height: 300px; left: 530px; top: 100px; z-index: 6}
.anons_img_shadow{
    background: radial-gradient(circle,rgba(27, 18, 56, 0.5) 0%, rgba(134, 115, 200, 0) 50%);
    position: absolute;
    width: 1000px;
    height: 500px;
    top:400px;
    left: 100px;
    
}
@media(max-width: 1130px){
    .logo_mpk{width: 350px}
    .slogan_text_yer{font-size: 80px}
    .hb_dop{display: inline-block;align-content: center;justify-content: center;}
    
}
@media(max-width: 820px){
    .logo_mpk{width: 300px;background-position: center;}
    .slogan_text_yer{font-size: 60px}
    .hb_dop{display: inline-block;align-content: center;justify-content: center;}
    .slogan{font-size: 28px}
    .slogan_text_desck{top:-10px}
    .title{padding: 2rem;font-size: 1.5em}
    .program_name{font-size: 1.5rem}
    .program_description{font-size: 1rem}
    .program_clock div{font-size: 2rem;}
    .decor_house_container{height: 300px; top:-2rem}
	.anons_text{padding-top: 2rem;padding-bottom: 2rem; padding-right: 4rem;}
    .img_item2{left: -20px; top:-50px; width: 250px}
    .img_item4{left: 50px; top:330px}
    .img_item5{left:170px;}
    .img_item3{left: 150px; width: 250px}
}
@media(max-width: 560px){
    .header_line{height: 20px}
    .header_block{flex-wrap: wrap;margin-bottom: 1rem; padding-bottom: 0}
    .logo_mpk{height: 300px; margin-bottom: 2rem}
    .title{padding: 1rem}
    .decor_house_container{height: 200px}
    .footer_text{font-size: 14px}
	.anons_text{width: 100%; padding-right: 0; padding-top: 0; padding-left: 0; min-width: 100%;}
    .anons_block{flex-wrap: wrap;}
    .anons_img{width: 100%; height: 300px; margin-bottom: 2rem;}
    .img_item2{right: -50px; left: 160px; top: -30px; height: 300px; width: 250px}
    .img_item4{left:70px; right: 0; top:130px;width: 300px; height: 200px}
    .img_item1{top:0}
    .img_item5{top:0px; width: 270px; height: 400px;left: 350px; z-index:2}
    .img_item3{left: -100px; bottom: -140px; top: auto; background-position: top;}
    .anons_img_shadow{left: 0; width: 100%; top:0;}
	.prev_title{padding-left: 100px;}
	.prev_title .bol{font-size: 1.8rem}
    .prev_title_l{font-size: 1.5rem}
	.program_block h2{font-size: 1.8rem}
	.header_line2{height: 70px;}
}
@media(max-width: 480px){
    .logo_mpk{height: 280px; margin-bottom: 2rem}
    .slogan{font-size: 24px; }
    .slogan_text_desck{letter-spacing: 2px;}
    .title{padding: 1rem 0}
    .progam_time{padding-right: 1.5rem}
	.program_name{font-size:1.3rem}

}