@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", Arial, sans-serif;	

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



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


h1{
	font-family:"CeraRegular", Arial, sans-serif;	
	line-height: 50px;
}

h2{
	font-size: 2em;
}


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

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

.ppColorMain{
	color: #A18A54 !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: 16px;

	/* padding-top: 56.25%; */
/* 	position: relative; */
	background-color: #2C2C34;
	background-image: url(../img/brand_element_vertic.png.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top 0 right 20%;	

	color: #fff;
	position: relative;

}



p.eventDate{
	font-size: 20px;
}


#menu{
	position: absolute;
	padding: 10px 16px;
	right: 0;
	
}


#menu a{
	font-size: 14px;
}


#menu .menuButton{
	padding: 10px;
	border-radius: 5px;
	text-decoration: none;
}

#logo{
	position: static; 
}


#logo2{
	position: absolute;

}




p.description{

    font-size: 1.4em;
}





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



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


.section{
	margin: 50px 24px;
}

.sectionWithBackground{
	padding: 64px;	

}



.sectionNotFullScreen{
	max-width: 1280px;
	margin: 0 auto;	
	padding-left: 16px;
	padding-right: 16px;
}



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




#sectionAboutEvent{

}



ul.twoColumns {
	display: grid;
	grid-template-columns: 1fr 1fr; /* две равные колонки */
	gap: 0 30px; /*отступы между элементами*/
	padding: 8px 16px;

}

ul.twoColumns li{
	list-style: none; /* Убираем стандартные маркеры */	
}

ul.ppMarkers li {
	list-style: none; /* Убираем стандартные маркеры */
	padding: 20px;
	position: relative;
	padding-left: 65px; /* Место под иконку */
  
}


ul.ppMarkers li::before {
	content: "";
	position: absolute;
	left: 0;
	width: 50px; /* Ширина иконки */
	height: 50px; /* Высота иконки */
	background-image: url(../img/check_4-1024.png.webp);
	background-size: contain;
	background-repeat: no-repeat;
}






#sectionSpeakers{
	background-color : #fff;
	color: rgb(103, 110, 121);
	
}


#sectionSpeakers h2, #sectionSpeakers h3 {
	color: #A18A54;
}

 #sectionSpeakers h3 {
	 font-size: 22px;
	 margin-bottom: 0;
 }


#sectionSpeakers .twoColumns li{
	padding: 10px 16px;
}


#sectionSpeakers .bigImage{
	width: 100%;
}


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

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


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

}

.speaker{
	padding: 16px 8px;
}

.speaker img{
	width: 100%;
	
}

.speaker p{
	font-size: 16px;
	margin-top: 0;
	
}



/* 
.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, .scale-video video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*   border-radius: 16px; */
}


#sectionLive{
	background-color: #444;	

/* 	text-align: center; */
}


#wndRegister{

}





#sectionFeedback{
}

#wndFeedback{
	max-width: 900px;
	margin: 0 auto;
}



.break{
	padding: 20px;
}



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


#footer a{
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footer .event{
	padding: 30px;
}

#footer .title{
	color: #B6A274;
}




/* Large desktops and laptops */
@media screen and  (min-width: 1200px) {
	#headerInner{
		max-width: 1280px;
		height: 600px;
		padding: 200px 0px 50px 0;

	}

	#logo{
		width: 255px;
	}

	#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{
		background-position: bottom 0 right 0;
	}
	
	#headerInner{
		max-width: 992px;
		height: 595px;
		padding: 20px;

	}

	#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{

	}	
	
	


	
}



/* Portrait tablets and small desktops */
@media screen and  (min-width: 768px) and (max-width: 991px) {
	
	
	#header{
		background-position: bottom 0 right 0;
	}
		
	
	#headerInner{
		max-width: 768px;
		height: 400px;
		padding: 60px 30px;

	}

	#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(33%); /* Ширина каждой картинки примерно треть ширины */	

	}	



	.speaker p{

	}
  
}




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

	}

	#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;
	}		
	
	

	ul.twoColumns {
		grid-template-columns: 1fr; 
	}


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

	}	

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

	}
	
	#liveStream iframe{
		border-radius: 0;
	}  
  
}




/* Landscape phones and smaller */
@media screen and  (max-width: 480px) {
	
	body{
		font-size: 1.2em;
	}
	
	#header{
		background-image: none;
	}
	
	#headerInner{
		width: 100%;
		height: 530px;
		padding-top: 80px;

	}

	#logo{
		width: 200px;
		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{
	}
	

	ul.twoColumns {
		grid-template-columns: 1fr; 
	}


	
	#sectionWhenWhere{
		margin:  0;
	}
	
	
	.plate{
		padding-left: 20px;
		padding-right: 20px;
		margin: 10px;
	}
		
	.plate img{
		width: 30px;
	}
	
	
	.plate p{
		font-size: 14px;
	}
	
	
	#liveStream{
		margin-left: 0;
		margin-right: 0;
		padding: 0;

	}
	
	#liveStream iframe{
		border-radius: 0;
	}
	
	.scale-video {
	/*  padding-top: 800px;*/
	}	
	
  .gallery-container .speaker {
    flex-basis: calc(100%);   /* Две картинки в ряд */
  }	
  
  
}







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

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


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


#loginBtn{
	width: 100%;	

}



.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); }

}
