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


/* @font-face{
	font-family:GpbNormal;
	src:url(/fonts/Gazprombank_Sans_Normal.ttf) format("truetype");
	font-weight:450
} */
	
	
/* @font-face{
	font-family:GpbDemiBold;
	src:url(/fonts/Cera-Bold-Desktop.otf) format("truetype");
	font-weight:600
} */
	
/* @font-face{
	font-family:GpbBold;
	src:url(/fonts/Gazprombank_Sans_Bold.ttf) format("truetype");
	font-weight:700
}
	 */
	
	
@font-face{
	font-family:CeraBold;
	src:url(/fonts/Cera-Bold-Desktop.otf) format("truetype");
	font-weight:600
}
		
	
body{
	font-family:"CeraRegular", serif;	
	background-image: url(/img/BG.jpg);
	background-size: cover;
	background-position: top center;	
	color: #fff;
	font-size: 1.9em;
}


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


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


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

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

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


#header{
	
	color: #fff;
	position: relative;
	
	background-size: contain;
	background-position: top center;
	
	width: 100%;
	padding-top: 7%;
	position: relative;
}


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





#logo2{
	position: absolute;
	width: 180px;	
}


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{
	max-width: 1280px;
	margin: 0 auto;
}



.section{
	margin: 50px 24px;
}

.sectionWithBackground{
	padding: 50px;	

}


#sectionAboutEvent{
}


#sectionWhenWhere{
	margin: 100px 0;
}



#sectionSpeakers{
}



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

}

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

.speaker img{
	width: 120px;
}

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


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

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

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

}

.plate img{
	width: 30px;
}



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


.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: 320px;
		top: 50px;
		left: 50px;
	}

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

}



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

	}

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

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

	h1.title{
		padding-top: 80px;
	}	
	
	p.description{
		padding-top: 30px;		
	}	
	
	#btnReg{
		margin-top: 30px;
	}	
	
	
	.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;

	}

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

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

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


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

	}	



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




/* 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;

	}

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

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




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

	}

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

	#logo2{
		width: 135px;
		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;
	}

	#divSpeakerCol{
		border-left: 0;
		padding-left: 0;
	}
		
	
	#sectionWhenWhere{
		margin:  0;
	}
	
	
	.plate{
		padding-left: 20px;
		padding-right: 20px;
	}
		
	.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;
	}	
	
  .gallery-container .speaker {
    flex-basis: calc(50% - 2rem);   /* Две картинки в ряд */
  }	
  
  
  .gallery-container .plate {
    flex-basis: 100%;   /* Две картинки в ряд */
  }	  
}




