@font-face{
	font-family:CeraRegular;
	src:url(/fonts/Cera-Regular-Desktop.otf) format("truetype");
	font-weight:400
}


	
@font-face{
	font-family:CeraBold;
	src:url(/fonts/Cera-Bold-Desktop.otf) format("truetype");
	font-weight:600
}
		
	
body{
	font-family:"CeraRegular", serif;	

	color: #fff;
	font-size: 1.2em;
}


h1, h2, h3, h4, h5{
	font-family:"CeraBold", serif;		
}


h2{
	font-weight: 600;
	font-size: 2em;
}


.ppBgMain{
	background-color: #2678EE !important;
}


.ppBgMain:hover{
	background-color: #3688FE !important;
}


.ppColorMain{
	color: #2678EE !important;
}




.icon-text {
	display: flex;
	align-items: center; /* Центрируем по вертикали */
	gap: 16px;           /* Расстояние между иконкой и текстом */
	justify-content: center
}

.icon {
	width: 40px;          /* Ширина иконки */
	height: 40px;         /* Высота иконки */
}

.text {
	font-size: 18px;      /* Размер шрифта */
	text-align: left;
}


#header{

	width: 100%;
	padding-top: 56.25%;
	position: relative;
	background-image: url(/img/bgHeader2.jpg);
	background-size: contain;
	background-position: top center;	

	color: #fff;
	position: relative;

}


.headerLoggedIn{
	height: 150px;
	padding-top: 0 !important;
	background-size: cover !important;
}


/* 
.btn{
	display: inline-block;
	background-color: #0246FF;
	text-decoration: none;
	padding: 15px;
	border-radius: 8px;		
	color: #fff;
}


.btn:hover{
	background-color: #0026DF;
}

 */


#logo{
	position: absolute;
	width: 
}





#logo2{
	position: absolute;

}


h1.title{
    line-height: 1.3em;
    text-align: center;
    text-shadow: 1px 1px 20px black;
    font-size: 280px;
    position: absolute;
    bottom: 164px;
    width: 100%;
    left: 0;
    letter-spacing: 36px;
	display: none;
}


p.description{
    font-family: "CeraRegular", serif;
    font-size: 1.4em;
}





#main{

	margin: 0 auto;
	background-image: url(/img/bgMain.jpg);
	/*background-size: 100% 100%; */
	background-size: cover; 
	
	background-position: top center;	
	color: #fff;
}





.sectionNotFullScreen{
	max-width: 1280px;
	margin: 0 auto;	
	padding: 30px;
}


.sectionPad{
	padding-top: 48px;
	padding-bottom: 48px;
}



.sectionWideNotFull{
	max-width: 1900px;
	margin: 0 auto;		
}


#sectionLive{
	background-color: #444;	
	padding-top: 10px;
	padding-bottom: 10px;


}


#playerContainer{
	max-width: 1900px;
	margin: 0 auto;			
}






#sectionAboutEvent{
	/* text-align: center; */
	font-family:"CeraBold", serif;	
	font-size: 20px;
}


#sectionAboutEvent p{
	font-size: 24px;
	padding: 8px 0;
}


#sectionAboutEvent ul{
	font-size: 24px;
}


#sectionWhenWhere{
	margin: 100px 0;
}







#divDescCol{
	padding-right: 16px;
}

#divSpeakerCol{
	/*border-left: 2px solid #001675;
	padding-left: 16px; */
}


.gallery-container {
  display: flex;           /* Применяем Flexbox */
  justify-content: center; /* Центрируем горизонтально */
  align-items: stretch;    /* Растягиваем вертикально */
  /*gap: 2rem;               /* Интервал между изображениями */

  margin: 2rem auto;       /* Отступы и центрирование */
  flex-wrap: wrap;          /* Перенос элементов на новую строку */
}


.gallery-container .speaker{
   /*flex-basis: calc(33% - 1.5rem); /* Ширина каждой картинки примерно треть ширины */	
   flex-basis: calc(30%); /* Ширина каждой картинки примерно треть ширины */	

}

.speaker{
	text-align: center;
	padding:8px;
}

.speaker img{
	width: 80%;
	
}

.speaker p{
	line-height: 2rem;
	font-size: 24px;
	
}




.plate{
	text-align: center;
	border-radius: 24px;
	border: solid 2px #153B91;
	background: #2355D7;
	background: linear-gradient(53deg,rgba(35, 85, 215, 0.3) 0%, rgba(54, 41, 122, 0.3) 69%);
	padding: 16px;
	min-height: 150px;
	margin: 0 6px;
}

.plate p{
	font-size: 18px;
	font-family:"CeraBold", serif;				

}

.plate img{
	width: 50px;
}



#plateWhere{
	background: #2355D7;
	background: linear-gradient(306deg,rgba(35, 85, 215, 0.3) 43%, rgba(54, 41, 122, 0.3) 84%);
}


#playerContainer{
 position: relative;
  z-index: 1;	
}


.scale-video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.scale-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*   border-radius: 16px; */
}





#footer{
	background-color: #010012;
	text-align: center;
	color: white;
	padding: 50px 10px;
	font-size: 1rem !important;
}







/* Large desktops and laptops */
@media screen and  (min-width: 1200px) {
	#header-inner{
		max-width: 1280px;
		height: 768px;
		padding: 50px;

	}

	#logo{
		width: 200px;
		top: 50px;
		left: 50px;
	}

	#logo2{
		width: 200px;		
		right: 50px;
		top: 50px;
	}	
	
	h1.title{
		bottom: 164px;
		
	}
	
	p.description{
		padding-top: 40px;		
	}
	
	
	#btnReg{

	}

}



/* Portrait tablets and medium desktops */
@media screen and  (min-width: 992px) and (max-width: 1199px) {
	#header-inner{
		max-width: 992px;
		height: 595px;
		padding: 20px;

	}

	.headerLoggedIn{
		height: 110px;
	}

	#logo{
		width: 200px;
		top: 30px;
		left: 30px;
	}

	#logo2{
		width: 200px;
		top: 30px;
		right: 30px;
	}	

	h1.title{
		padding-top: 80px;
	}	
	
	p.description{
		padding-top: 30px;		
	}	
	
	#btnReg{

	}	
	
	
	.gallery-container .speaker{
	   flex-basis: calc(50% - 1.5rem); /* Ширина каждой картинки примерно треть ширины */	

	}	
	
	.speaker p{
		font-size: 1.5rem;
		line-height: 2rem;
	}
		
	
}



/* Portrait tablets and small desktops */
@media screen and  (min-width: 768px) and (max-width: 991px) {
	#header-inner{
		max-width: 768px;
		height: 460px;
		padding: 20px 0;

	}


	.headerLoggedIn{
		height: 100px;
	}
	

	#logo{
		width: 150px;
		top: 30px;
		left: 30px;
	}

	#logo2{
		width: 150px;
		top: 30px;
		right: 30px;
	}	

	
	h1.title{
		padding-top: 26px;
		line-height: 1.2em;
		max-width: 485px;
	}	
	
	p.description{
		padding-top: 15px;	
	}	
	
	#btnReg{
		margin-top: 20px;
	}		


	.gallery-container .speaker{
	   flex-basis: calc(50% - 1.5rem); /* Ширина каждой картинки примерно треть ширины */	

	}	



	.speaker p{
		font-size: 1.5rem;
		line-height: 2rem;
	}
	
	
	#cntExtraBox{
		margin-top: 8px;
	}	
	
	#chatBox{
		min-height: 230px;		
		max-height: 230px;
	}	
	
  
}




/* Landscape phones and portrait tablets */
@media screen and  (max-width: 767px) {
	
	body{
		font-size: 1.5em;
	}
	
	#header-inner{
		max-width: 768px;
		height: 460px;
		padding: 20px;

	}

	.headerLoggedIn{
		height: 80px;
	}

	#logo{
		width: 150px;
		top: 20px;
		left: 20px;
	}

	#logo2{
		width: 150px;
		top: 20px;
		right: 20px;
	}		
		
	
	h1.title{
		padding-top: 20px;
		line-height: 1.1em;
		max-width: 485px;		
	}	
	
	
	p.description{
		padding-top: 10px;		
	}	
	
	#btnReg{
		margin-top: 10px;
	}		
	
	


	.gallery-container .speaker{
	   flex-basis: calc(50% - 1.5rem); /* Ширина каждой картинки примерно треть ширины */	

	}	

  
  
	#liveStream{
		margin-left: 0;
		margin-right: 0;
		padding: 0;

	}
	
	#liveStream iframe{
		border-radius: 0;
	} 
	
	#cntExtraBox{
		margin-top: 8px;
	}	
	
	#chatBox{
		min-height: 400px;		
		max-height: 400px;
	}	
	
  
}




/* Landscape phones and smaller */
@media screen and  (max-width: 480px) {
	
	body{
		font-size: 1.2em;
	}
	
	#header-inner{
		width: 100%;
		height: 600px;
		padding: 20px;
	}

	.headerLoggedIn{
		height: 45px;
	}


	#logo{
		width: 100px;
		top: 10px;
		left: 10px;
	}

	#logo2{
		width: 100px;
		top: 10px;
		right: 10px;
	}			
	
	
	h1.title{
		padding-top: 300px;
		line-height: 1.2em;
		font-size: 28px;
	}	
	
		
	p.description{
		display: none;
	}
		
	#btnReg{
		margin-top: 20px;
	}		
	
	h2{
		font-size: 2.3rem;
	}
		
	.section{
		padding: 20px;
		margin: 8px 16px;
	}
	
	
	#divDescCol{
		padding-right: 0;
	}

	
	#main{
		background-position: left;	
		font-size: 16px;
	}


	#divSpeakerCol{
		border-left: 0;
		padding-left: 0;
	}
		
	
	#sectionAboutEvent p, #sectionAboutEvent ul{
		font-size: 18px;
	}
	
	
	#sectionWhenWhere{
		margin:  0;
	}
	
	
	.plate{
		padding-left: 20px;
		padding-right: 20px;
		margin: 10px;
	}
		
	.plate img{
		width: 30px;
	}
	
	
	.plate p{
		font-size: 14px;
	}
	
	.gallery-container .speaker{
		padding: 0;
		min-width: 100px;
	}
	
	.speaker p{
        font-size: 20px;
        line-height: 24px;
	}
	
	#liveStream{
		margin-left: 0;
		margin-right: 0;
		padding: 0;

	}
	
	#liveStream iframe{
		border-radius: 0;
	}
	
	.scale-video {
	/*  padding-top: 800px;*/
	}	
	
	
	#cntExtraBox{
		margin-top: 8px;
	}	
	
	#chatBox{
		min-height: 400px;		
		max-height: 400px;
	}	
	
  .gallery-container .speaker {
    flex-basis: calc(50% - 2rem);   /* Две картинки в ряд */
  }	
  
  
  .gallery-container .plate {
    flex-basis: 100%;   /* Две картинки в ряд */
  }	  
}







/*register*/
label {
    margin-top: 10px;
    font-weight: bold;
	padding-left: 10px;
	
}

input[type="text"],
input[type="email"],
input[type="password"] {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
}


input[type="checkbox"] {
  accent-color: #2678EE; /* Your desired color */
}


#loginBtn{
	width: 100%;	
}




.ppWnd{
	margin: 0 auto;
}

.max400{
	max-width: 400px;
}

#reloginBtn{
	width: 150px;
}

#cancelBtn{
	width: 150px;
}


/*buttons*/

button, .ppButton {
	width: 100%;	
    color: white;
    padding: 12px 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
	/*font-size: 1.1em;*/
	border: 0;
	
}




.ppError{
	color: #ff0000;
	font-weight: bold;
	padding-top: 16px;
}


.ppBorder{
	border-radius: 0px;
	padding: 16px;

}


.shake {
    animation: shake-effect 0.5s cubic-bezier(.36,.07,.19,.97) both;
}


@keyframes shake-effect {
    10%, 90% { transform: translateX(-1px); }
    20%, 80% { transform: translateX(2px); }
    30%, 50%, 70% { transform: translateX(-3px); }
    40%, 60% { transform: translateX(3px); }

}
