*{
	margin: 0;
	padding: 0;
}
html, body{
	width: 100%;
	height: 100%;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, Verdana, sans-serif;
	font-size: 15px;
	background: maroon;
	line-height: 18px;
	padding-top:20px;
	
}

img.leftimg {
  float: left;
  margin: 5px 15px 15px 15px; /* Слева: 5px, Справа: 15px, Снизу: 15px, Сверху: 15px */
}

@media screen and (max-width: 600px) {
  img.leftimg {
    float: none;
    display: block;
    margin: 20px auto 10px auto; /* Увеличенные отступы при сужении экрана */
  }
}

img.rightimg {
  float: right;
  margin: 15px 5px 15px 15px; /* Слева: 15px, Справа: 5px, Снизу: 15px, Сверху: 15px */
}

@media screen and (max-width: 600px) {
  img.rightimg {
    float: none;
    display: block;
    margin: 20px auto 10px auto; /* Увеличенные отступы при сужении экрана */
  }
}

  
  
.narrow{
	font-size: 24px;
	line-height: 28px;
}
/* Левое меню */
.left_side{
	background: #1d282b;
    width: 250px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; /* Занимает всю высоту родителя */
    min-height: 300px; /* Минимальная высота 300 пикселей */
    max-height: 100vh; /* Ограничиваем высоту размером окна браузера */
    overflow-y: auto; /* Позволяет прокручивать содержимое вертикально */
    z-index: 5;
}
.logo_text{
	padding: 20px 10px;
	color:#ffffff;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	
	text-align: center;
}

.logo_text a{
	display: inline-block;
}

.logo_text span{
	color:#72898f;
	font-size: 18px;
	line-height: 24px;
	padding: 0 10px 18px;
	text-align: center;
	display: block;
}
.left_menu{
	margin-top: 20px;
}
.left_menu ul{
	display: block;
	list-style-type: none;
}
.left_menu li{
	display: block;
	height: 30px;
	line-height: 26px;
}
.left_menu li a{
	display: block;
	line-height: 26px;
	font-size: 18px;
	
	color:#ffffff;
	text-decoration: none;
	padding-left: 50px;
}
.left_menu li a:hover{
	background: #343e41;
}
.social_img{
	text-align: center;
}
.social_img a{
	display: inline-block;
	margin: 0 10px;
	width: 30px;
	height: 30px;
	overflow: hidden;
}
.social_img a:hover{
	opacity: 0.7;
}

.left_swap{
	display: none;/* По умолчанию блок не виден,
	он показывается, если срабатывает медиазапрос */
	position: fixed;
	width: 50px;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 6;
	background: url("//stuki-druki.com/images/swipe.png") #1d282b center 20px no-repeat;
}


.left_side_tag {
    background: #1d282b;
    width: 250px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; /* Занимает всю высоту родителя */
    min-height: 300px; /* Минимальная высота 300 пикселей */
    max-height: 100vh; /* Ограничиваем высоту размером окна браузера */
    overflow-y: auto; /* Позволяет прокручивать содержимое вертикально */
    z-index: 5;
}


.wrapper {
  position: relative;
  background: #ffffff;
  min-height: 200%;
  min-width: 287px;
  max-width: 910px;
  padding-left: 250px;
  padding-right: 0px;
  margin: 0 auto; /* Центрирует блок */
}

.wrapper a{
	color:#3a93f7;
	
}
.wrapper a:hover{
	opacity: 0.7;
	text-decoration: underline;
}
.text_block{	
	overflow: hidden;
	color:#4a4a4a;
	font-size: 18px;
	line-height: 24px;
	min-height: 200px;
	background: url("//stuki-druki.com/images/hr.png") left bottom repeat-x;
	padding: 10px 40px 10px;
}
h2{
	color:#4a4a4a;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 0px;
	text-transform: none;
	
	padding: 40px 0;
	font-weight: normal;
}
h3{
	color:#4a4a4a;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -1px;
	text-transform: none;
	
	padding: 20px 0;
	font-weight: normal;
}
h4{
	color:#4a4a4a;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: none;
	
	padding: 10px 0;
	font-weight: normal;
}
p{
	margin-bottom: 24px;
}
.cent_img{
	display: block;
	margin: 0 auto 40px;
}
.auto_img{
	display: block;
	max-width: 100%;
	margin: 0 auto 24px;
}

/* Нижние блоки */
.footer{
	clear: both;
	overflow: hidden;
	text-align: center;
	font-size: 0;
	padding: 20px 40px;
}
.footer_block{
	vertical-align: top;
	display: inline-block;
	text-align: left;
	width: 27%;
	padding: 2%;
	font-size: 13px;
}
.footer_block img{
	display: block;
	margin: 10px auto;
	max-width: 100%;
}


.podval {
  position: relative;
  background: #1d282b; /* Темный фон, который контрастирует с основным фоном */
  max-width: 910px;
  padding-left: 250px;
  padding-right: 0px;
  padding-top: 0.7em;
  clear: both;
  margin: 0 auto; /* Центрирование для сочетания с .wrapper */
}

.podval span{
	color:#ffffff;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	
	text-align: center;
	display: block;
}

.podval a{
	color:#3a93f7;
}

.podval a:hover{
	color:#208eac;
}

@media only screen and (max-width:800px){
 	.podval{
 		padding-left: 50px;
	}
}


/* Переопределение стилей в медиазапросах */
@media only screen and (max-width:800px){
 	.left_side{
 		display: none;
	}

	.left_side_main{
 		display: none;
	}

	.left_side_tag{
 		display: none;
	}
	
	.left_swap{
		display: block;
	}
	.wrapper{
		padding-left: 50px;
	}
	
}
@media only screen and (max-width:720px){
	.footer_block{
		display: block;
		width: 96%;
	}
}


.text_block_avt{	
	overflow: hidden;
	color:#4a4a4a;
	font-size: 18px;
	line-height: 24px;
	min-height: 200px;
	background: url("//stuki-druki.com/images/hr.png") left bottom repeat-x;
	padding: 10px 40px 10px;
	border: 3px solid #ff8e51;
}



h1.persona1 {
    font-size: 26px;
    text-align: center;
	color: #c63c3c;
	margin-top: 10px;
	margin-bottom: 20px; /* Добавляем отступ снизу */
}


h2.persona {
	text-transform: none;
	font-weight: bold;
	font-size: 24px;
	color: #c63c3c;
	
}


.shapka {
	position: relative;
	background: #ffffff;
	height:80px;
	max-width: 910px;
	padding-right: 0px;
	clear: both;
}

.shapka span{
	color:#ffffff;
	font-size: 24px;
	line-height: 20px;
	font-weight: normal;
	
	text-align: center;
	display: block;
	padding: 5px;
	padding-top: 24px;
}

.shapka a{
	color:#B22222;
}

.shapka a:hover{
	opacity: 0.7;
	text-decoration: underline;
}

@media only screen and (max-width:800px){
 	.shapka{
 		display: none;
	}
}

.shapka h3{
	font-size: 30px;
	text-align: center;
	background: #ffffff;
	padding: 5px;
	color: #B22222;
}

.shapka h3 a {
	text-decoration:none;
}

.shapkarekl {
	background: #FA8072; 
	width:700px; 
	height:50px; 
	margin-left:60px; 
	padding: 10px; 
	
	}


/* Левое меню 2 */
.left_side2{
	width: 250px;
	position: absolute;
	left: 0;
	top: 0;
	height: 85%;
	z-index: 4;
}

.left_side2_rekl 
{margin-top:80%;
	width: 250px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	overflow: hidden;
}

.left_side2_rekl_2 {
	margin-top:75%;
	width: 250px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	overflow: hidden;
}


.logo_text2{
	padding: 20px 10px;
	color:#ffffff;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	
	text-align: center;
}
.logo_text2 a{
	display: inline-block;
}
.logo_text2 span{
	color:#72898f;
	font-size: 18px;
	line-height: 24px;
	padding: 0 10px 18px;
	text-align: center;
	display: block;
}
.left_menu2{
	margin-top: 30px;
}
.left_menu2 ul{
	display: block;
	list-style-type: none;
}
.left_menu2 li{
	display: block;
	height: 30px;
	line-height: 30px;
}
.left_menu2 li a{
	display: block;
	line-height: 30px;
	font-size: 18px;
	
	color:#ffffff;
	text-decoration: none;
	padding-left: 60px;
}

.left_side2 a:hover{
	background: #bd9797;
}



.left_menu2 li a:hover{
	background: #343e41;
}
.social_img2{
	text-align: center;
}
.social_img2 a{
	display: inline-block;
	margin: 0 10px;
	width: 30px;
	height: 30px;
	overflow: hidden;
}
.social_img2 a:hover{
	opacity: 0.7;
}

.left_swap2{
	display: none;/* По умолчанию блок не виден,
	он показывается, если срабатывает медиазапрос */
	position: fixed;
	width: 50px;
	left: 0;
	margin-top: 150;
	height: 100%;
	z-index: 1;
	background: url("//stuki-druki.com/images/swipe.png") #1d282b center 20px no-repeat;
}

@media only screen and (max-width:800px){
 	.left_side2 {
 		display: none;
	}

	.left_side2_rekl {
 		display: none;
	}
	
	.left_side2_rekl_2 {
 		display: none;
	}
	
	.left_swap2{
		display: block;
	}
	.wrapper2{
		padding-left: 50px;
	}
	
	.persmain {
		padding-left: 50px;
	}
	
	.imenin22 {
		padding-left: 30px;
	}
	
	.up_side {
 		display: none;
	}
	
	.up_swap {
		display: block;
	}
	
}
@media only screen and (max-width:720px){
	.footer_block2{
		display: block;
		width: 96%;
	}
}




.videoadapt {
	position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
border:1px solid #ccc;
margin-bottom:30px;
}

.videoadapt iframe,.videoadapt object,.videoadapt embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.scrollup{
position: fixed;
bottom: 20px;
right: 12px;
background: none;
}

h1.faczag {
	text-transform: none;
	font-weight: bold;
	font-size: 26px;
	color: red;
	margin-bottom: 20px;
	text-align: center;
}

h1.faczag_a {
	text-transform: none;
	font-weight: bold;
	font-size: 26px;
	color: red;
	margin-bottom: 20px;
	text-align: center;
}

h1.faczag2 {
	text-transform: none;
	font-weight: bold;
	font-size: 30px;
	color: red;
	margin-bottom: 0px;
	text-align: left;
}

h2.faczag_h2 {
	text-transform: none;	
	font-size: 30px;
	text-align: left;
}



p.time {
	font-size: 13px;
	text-align: left;
	text-decoration: underline;
}


p.pressslu {
	font-size: 18px;
	text-align: right;
	font-style: italic;
}

.text_block_avt1{	
	overflow: hidden;
	color:#4a4a4a;
	font-size: 18px;
	line-height: 24px;
	min-height: 200px;
	background: url("//stuki-druki.com/images/hr.png") left bottom repeat-x;
	padding: 10px 10px 10px;
	border: 3px solid #ff8e51;
}

h4.marazmp {
	font-size: 24px;
	color: red;
}


#wrapper5{
    
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	margin-top:5px;
	height: auto !important;
	
}

#content5 #blockright{

    float:left;
	margin-left:0%;
    width:25%;
}

#content5 #blockleft{
	float:left;
	margin-right:0px;
    width:75%;
	
}

@media screen and (min-width:200px) and (max-width:479px) {
#header5 {
	font-size: 0.7em;
 } 

#wrapper5 #blockleft {
    float:none;
    width:100%;
    margin-right:0px; 
	
}

#wrapper5 #blockleft_tag {
    float:none;
    width:100%;
    margin-right:0px;
}

#wrapper5 #blockright {
    margin-left:0px;
    margin-top:25px;
    float:none;
    width:100%;
}

#wrapper5 #blockright_tag {
    margin-left:0px;
    margin-top:25px;
    float:none;
    width:100%;
}


}
@media screen and (min-width:480px) and (max-width:800px) {

#wrapper5 #blockleft {
    float:none;
    width:100%;
    margin-right:0px; 
}
#wrapper5 #blockright {
    margin-left:0px;
    margin-top:25px;
    float:none;
    width:100%;
}

#wrapper5 #blockleft_tag {
    float:none;
    width:100%;
    margin-right:0px; 
}

#wrapper5 #blockright_tag {
    margin-left:0px;
    margin-top:25px;
    float:none;
    width:100%;
}

}
@media screen and (min-width:1001px) and (max-width:910px) {
#wrapper5 { 
width: 100%;
margin: 0 auto;
}
#wrapper5 #content5 #blockleft { 
width:75%; 
} 
#wrapper5 #content5 #blockright {
width:25%;
} 

#wrapper5 #content5 #blockleft_tag { 
width:60%; 
} 

#wrapper5 #content5 #blockright_tag {
width:35%;
} 

}



#content5 #blockleft_tag{
	float:left;
	margin-right:0px;
    width:60%;
	padding: 10px;
}

#content5 #blockright_tag{
    float:left;
	margin-left:0%;
    width:35%;
	min-width: 200px;
}


#content5 #stolbik{
    float:left;
	margin-left:0%;
    width: 30%;
}

@media screen and (min-width:200px) and (max-width:479px) {
#header5 {
	font-size: 0.7em;
 } 

#wrapper5 #stolbik {
    margin-left:0px;
    margin-top:25px;
    float:none;
    width:100%;
}
}
@media screen and (min-width:480px) and (max-width:800px) {


#wrapper5 #stolbik {
    margin-left:0px;
    margin-top:25px;
    float:none;
    width:100%;
}
}
@media screen and (min-width:1001px) and (max-width:910px) {
#wrapper5 { 
width: 100%;
margin: 0 auto;
}


#wrapper5 #content5 #stolbik {
width: 30%;
} 
}

.spis_stolbik {
	padding: 7px;	
	margin:7px;
}


.spis_stolbik2 {
width:300px;
display: table-cell;
border:0; 
vertical-align:middle;
padding:10px; 
background: #DCDCDC;
color:#ffffff;
	font-size: 24px;
	line-height: 36px;
	font-weight: normal;
	
}

.spis_stolbik2 ul {
	display: block;
	list-style-type: none;
}


.spis_stolbik2 li a{
	display: block;
	line-height: 36px;
	font-size: 24px;
	
	color:black;
	text-decoration: none;
	padding-left: 20px;
}

.spis_stolbik2 li{
	display: block;

}

.spis_stolbik2 a:hover{
	background: #bd9797;
}

.spis_stolbik2 li a:hover{
	background: #ffffff;
}

.bukva {
	
	color: #c63c3c;
	font-size: 26px;
	margin-left:20px;
	
}


.content6 {
	padding: 7px;
}

.spisright {
    display: block; 
    border: 0;
    vertical-align: middle;
    padding: 5px;
    margin: 5px;
    background: #ffffff;
    overflow-wrap: break-word; /* Перенос длинных слов на следующую строку */
    word-wrap: break-word; /* Для совместимости со старыми браузерами */
    white-space: normal; /* Обычный режим переноса */
}




.zhestright {
padding:10px;
height:20px;
width:100px;
background:white;
margin-bottom:15px;
}

h5.hdr6 {
	text-transform: none;
	font-weight: normal;
	
	color: #c63c3c;
	font-size: 20px;
	margin-bottom: 10px;
}

.spisright a{
	text-decoration: none;
	text-transform: none;
	color:#444444;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
}

.spisright a:hover{
	text-decoration: underline;
}


.spisright2 {
display: table-cell;
border:0; 
vertical-align:middle;
padding:10px; 
background: #ffffff;
line-height: 18px;
}

.spisright2 a{
	text-decoration: none;
	text-transform: none;
	color:#1d282b;
	font-weight: normal;
	font-size: 18px;	
}

.spisright2 a:hover{
	text-decoration: underline;
}

.spisright2 span{
	color:#1d282b;
}


.spisright2_tag {
display: table-cell;
border:0; 
vertical-align:middle;
padding:10px; 
background: #fffefe;
line-height: 18px;
}

.spisright2_tag a{
	text-decoration: none;
	text-transform: none;
	color:#431a06;
	font-weight: normal;
	font-size: 28px;	
}


.spisright2_tag span{
	color:#ffffff;
}

.left_side2_rekl a:hover{
	background: #bd9797;
}

.nov_zag_adapt {
	margin-top:-15px;
}

.spis_right_anons {
	padding: 7px; 
	border-top-color: #ff8e51; 
	border-top-width: 1px; 
	border-top-style: solid; 
	border-left-color: #ff8e51; 
	border-left-width: 1px; 
	border-left-style: solid;
}

.gest11_adapt {
padding:5px;
min-height:100px;
overflow: hidden;
border-radius:20px; 
border:3px solid #ff8e51; 
-webkit-border-radius:6px;
-moz-border-radius:5px;
-khtml-border-radius:10px;
}

.gest11_adapt a:hover{
	opacity: 0.7;
	text-decoration: underline;
}

.gest11_adapt a{
	text-decoration: none;
	color:#444444;
}


.gest11_adapt_tag {
padding:5px;
min-height:100px;
overflow: hidden;
border-radius:20px; 
border:3px solid #ff8e51; 
-webkit-border-radius:6px;
-moz-border-radius:5px; 
-khtml-border-radius:10px;
} 

.gest11_adapt_tag a{
	text-decoration: none;
}

.gest12_adapt {
padding:5px;
min-height:100px;
overflow: hidden;
border-radius:20px; 
border:3px solid #ff8e51; 
-webkit-border-radius:6px;
-moz-border-radius:5px; 
-khtml-border-radius:10px;
} 

.gest12_adapt a:hover{
	opacity: 0.7;
}

.gest12_adapt a{
	text-decoration: none;
}

.gest12_adapt a:visited {
color: #208eac;

}


h4.hdr4 {
	text-transform: none;
	font-weight: bold;
	font-size: 24px;	
	margin-bottom: 7px;
}


.hdr4 a{
	text-decoration: none;
	text-transform: none;
	color: #1d282b;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
}


h4.hdr4_dr {
	text-transform: none;
	font-weight: bold;
	font-size: 30px;	
	margin-bottom: 7px;
	color:red;
}

@media (max-width: 600px) {
  .hdr4_dr {
    text-align: center;
  }
}

.pstrnav {
	margin-top:15px;
	margin-bottom:15px;
	padding:10px;
	text-transform: none;
	font-weight: bold;
	font-size: 20px;
	background:#1d282b;
	color:#ffffff;
}

/* Левое меню главная*/
.left_side_main{
	background: #1d282b;
	width: 250px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%; /* Занимает всю высоту родителя */
    min-height: 300px; /* Минимальная высота 300 пикселей */
    max-height: 100vh; /* Ограничиваем высоту размером окна браузера */
    overflow-y: auto; /* Позволяет прокручивать содержимое вертикально */
    z-index: 5;
}


.spisright_main {
width:250px;
display: table-cell;
border:0; 
vertical-align:middle;
padding:10px; 
background: #DCDCDC;

color:#ffffff;
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
	
	

}

.spisright_main ul {
	display: block;
	list-style-type: none;
}


.spisright_main li a{
	display: block;
	line-height: 32px;
	font-size: 20px;
	
	color:black;
	text-decoration: none;
	padding-left: 20px;
}

.spisright_main li{
	display: block;

}


.spisright_main a:hover{
	background: #bd9797;
}


.spisright_main li a:hover{
	background: #343e41;
}

h1.h1_main_adapt {
	text-transform: none;
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 7px;
	text-align:left;
}

.h1_main_adapt a{
	color: #444444;
}

h2.h2_main_adapt {
	text-transform: none;
	font-weight: bold;
	font-size: 20px;
	color: #c63c3c;
	margin-bottom: 7px;
	text-align:right;
	margin-bottom: -35px;
	margin-top: -90px;
}


h2.h2_main_adapt a{
color: #3a93f7;

}


h2.h2_main_adapt a:hover{
	opacity: 0.7;
}

.anekdot_main_adapt {	
	background: #DCDCDC;
	padding:5px; 
	min-height:150px; 
	border-radius:20px; 
	border:2px solid #ff8e51; 
	-webkit-border-radius:6px;  
	-moz-border-radius:5px; 
	-khtml-border-radius:10px;}

.anekdot_main_adapt_2
	{	
	background: #DCDCDC;
	padding:5px; 
	margin:10px;
	min-height:50px; 
	border-radius:20px; 
	border:2px solid #ff8e51; 
	-webkit-border-radius:6px;  
	-moz-border-radius:5px; 
	-khtml-border-radius:10px;}
	
.gest_main_adapt {
	padding:5px; 
	border-radius:20px; 
	border:5px solid #ff8e51; 
	-webkit-border-radius:6px;  
	-moz-border-radius:5px; 
	-khtml-border-radius:10px;
}
	
.citata {
	border:solid #999;
border-width:3px 0;
margin:10px 40px;
padding:15px;
font-size:18px;
color:#999;

}	

.portret {
border: 2px solid #ff8e51; 
padding:7px; 
margin:7px;
}




.persmain {
	display: table-cell;
padding:7px; 
padding-left:20px; 
margin-bottom:20px; 
margin-left:150px; 
padding-bottom:20px; 
width:800px; 
background:#DCDCDC; 
border-radius:70px; 
border:1px solid #ff8e51; 
-webkit-border-radius:6px;
-moz-border-radius:5px; 
-khtml-border-radius:10px;
}

.afortem1 {
	display: table-cell;
	float:left;
width:30px;
	
background-color:rgba(255, 255, 255, 1);
margin:10px;
text-align:center;
-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #5c3e03;
    border-radius: 9999px;
    border-color: rgba(255, 255, 255, 1);
	
}

.white_bukva {
	font-size:26px;
	color:maroon;
	
}

.personen_1 {
	margin:20px;
}

h1.personen_h1 {
	color:maroon;
	border-bottom: 2px solid maroon;
	padding-bottom: 10px;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	text-align:center;
	margin-left:20px;
	
}

.gest11_adapt span{
	color:red;
	font-size: 22px;
	line-height: 24px;
	padding: 0 10px 18px;
	text-align: center;
	display: block;
}

.gest12_adapt span{
	color:black;
	font-size: 20px;
	line-height: 24px;
	padding: 0 10px 18px;
	text-align: center;
	display: block;
}

span.intext {
font-size: 30px;
font-weight: 600;
visibility: hidden;
}

.tagi {
padding:10px; 
 float:none;
}


@media only screen and (max-width:720px){
	.tagi{
		display: block;
		width: 96%;
		padding-left: 50px;
	}
	
	.spisright2
	{
		display: block;
		width: 96%;
	
	}
	
	.spisright2_tag
	{
		display: block;
		width: 96%;
	
	}
}

ul.ul_tag {
	list-style-position:inside;
}

li.but1 {
list-style-type: square;
margin-left: 60px;
}


.ul_tag span{
	color:black;
	font-size: 32px;
	text-decoration: underline;
}

.f1 {
float:left; 
margin:7px;
}

.f1 a{
color:red;

}

.f2 {
padding-left:25px;
padding-bottom:15px;
float:left;
font-size: 24px;
color:black;
}

.aforizm {
	font-size: 24px;
	margin:10px;
}

h1.h1_afor {
	font-size: 30px;
	margin-bottom:50px;
}

.imenini_mesyaci {
	margin-left:120px; 
	color: maroon; 
	font-size:30px;
}

.imenin22 {
padding-left:15px;
padding-bottom:25px;

height:40px;
width:300px;
min-width:200px;
overflow: hidden;
margin-bottom:15px;
border-radius:10px; 
border:3px solid #ff8e51; 
-webkit-border-radius:16px;
-moz-border-radius:15px; 
-khtml-border-radius:10px;
}


h5.hdr5 {
	padding:10px;
}

p.fotoist {
	
	font-size:12px;
	font-style:italic;
	text-align:right;
}

h2.kritikanmarazm {
	
	font-size:26px;
	font-style:italic;
	text-align:left;
}

span.disko80 {
text-transform: none;
	font-weight: bold;
	margin-bottom: 7px;
	font-size: 18px;
	
}

span.disko81 {
text-transform: none;
	margin-bottom: 7px;
	font-size: 22px;
	
	color: #000000;
}

span.disko89 {
text-transform: none;
	margin-bottom: 7px;
	font-size: 18px;
	
	color: #000000;
}

ul.persspisryad {
	margin-left: 20; 
    padding: 10px;
	color: #ffffff;
	font-size: 24px; 
}

ul.persspisryad li {
	display: inline; 
    margin-right: 5px; 
    border: 1px solid #000; 
    padding: 5px;
	
}


.left_menu_persons{
	margin-top: 10px;
	padding-left: 40px;
}

.left_menu_persons li a{
	
	line-height: 36px;
	font-size: 26px;
	
	color:#ffffff;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.left_menu_persons li a:hover{
	background: #343e41;
}

nav li:first-letter {font-size: 150%;}



.spisright_main_up {
width:250px;
border:0; 
vertical-align:middle;
padding:5px; 
background: #DCDCDC;
color:#black;
	font-size: 26px;
	line-height: 32px;
	font-weight: normal;
	
}

.spisright_main_up ul {
	display: inline;
	list-style-type: none;
}

.spisright_main_up li a{
	
	color:black;
	text-decoration: none;
	line-height: 36px;
	font-size: 26px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.spisright_main_up li{
	display: inline;
}

.spisright_main_up a:hover{
	background: #bd9797;
}

.spisright_main_up li a:hover{
	background: #343e41;
}


@media screen and (min-width:200px) and (max-width:479px) {
.spisright_main_up {
    margin-left:0px;
    margin-top:25px;
    float:none;
    width:100%;
}
}
@media screen and (min-width:480px) and (max-width:800px) {

.spisright_main_up {
    margin-left:0px;
    margin-top:25px;
    float:none;
    width:100%;
}
}
@media screen and (min-width:1001px) and (max-width:910px) {

.spisright_main_up {
width: 100%;
} 
}

@media screen and (min-width:200px) and (max-width:479px) {

.spisright_main {
    margin-left:0px;
    margin-top:25px;
    float:none;
    width:100%;
}
}
@media screen and (min-width:480px) and (max-width:800px) {


.spisright_main {
    margin-left:0px;
    margin-top:25px;
    float:none;
    width:100%;
}
}
@media screen and (min-width:1001px) and (max-width:910px) {

.spisright_main {
width: 100%;
} 
}

.vokrugbukvi {
	box-shadow: 7px 7px 5px rgba(0,0,0,0.6); 
	padding: 8px; 
	border-radius: 8px; 
	background: #eeece0;
	margin-top:15px;
	}

.roundfoto {
 -moz-border-radius: 170px; /* Firefox */
 -webkit-border-radius: 170px; /* Safari, Chrome */
 -khtml-border-radius: 170px; /* KHTML */
 border-radius: 170px; /* CSS3 */
 behavior: url(border-radius.htc); /*IE */
}

h2.h2_main_adapt a{
color: #3a93f7;

}


h2.h2_main_adapt a:hover{
	opacity: 0.7;
}

span.anekdanonssleva {
text-transform: none;
	font-size: 20px;
	
	color: #3a93f7;
	margin-left: 10px;
}

span.anekdanonssleva a {
	color: #444444;
}

span.anekdanonssleva a:hover{
	opacity: 0.7;
}


p.carispisok {
text-transform: none;
	font-size: 26px;
	
}

p.carispisokspec {
text-transform: none;
	font-size: 26px;
	
}


.carispisokspec a{
	color:#B22222;
}

.personmain a{
	display: block;
	line-height: 32px;
	font-size: 20px;
	
	color:black;
	text-decoration: none;
	padding-left: 20px;
	margin-bottom: 0;
	border: 1px solid black;

}

.personmain a:hover{
	background: #343e41;
}

.fotopersona {
 width: 50px; 
 padding: 10px;
 margin: 20px;
 margin-top: 10px;
 border: #c63c3c 5px dashed;
 float: right;
}



.container {
    width: 80%;
    margin: 30px auto;
    overflow: hidden;
}
.container ul {
    display: flex;
    flex-wrap: wrap;	
}
.container ul li {
    flex-grow: 1;
  /*  flex-shrink: 3;*/
    flex-basis: 150px;
    list-style:none; 
    font: 18px/1.5 myPTNarrow;
    width: 16%;
    margin: 2% 2% 40px 2%;
}
.container ul li a { 
    color: #3a93f7;
	text-decoration: none;
} 
.container ul li a img {
    max-width: 100%;
}

.container1 {
    width: 80%;
    margin: 30px auto;
    overflow: hidden;
}
.container1 ul {
    display: flex;
    flex-wrap: wrap;	
}
.container1 ul li {
    flex-grow: 1;
  /*  flex-shrink: 3;*/
    flex-basis: 150px;
    list-style:none; 
    font: 20px/1.5 myPTNarrow;
    width: 16%;
    margin: 2% 2% 40px 2%;
}
.container1 ul li a { 
    color: #444444;
	text-decoration: underline;
} 
.container1 ul li a img {
    max-width: 100%;
}

.container2 {
    width: 80%;
    margin: 30px auto;
    overflow: hidden;
}
.container2 ul {
    display: flex;
    flex-wrap: wrap;	
}
.container2 ul li {
    flex-grow: 1;
  /*  flex-shrink: 3;*/
    flex-basis: 150px;
    list-style:none; 
    font: 22px/1.5 myPTNarrow;
    width: 16%;
    margin: 2% 2% 40px 2%;
}
.container2 ul li a { 
    color: #444444;
	text-decoration: underline;
} 
.container2 ul li a img {
    max-width: 100%;
}


.container3 {
    width: 80%;
    margin: 30px auto;
    overflow: hidden;
}
.container3 ul {
    display: flex;
    flex-wrap: wrap;
}
.container3 ul li {
    flex-grow: 1;
  /*  flex-shrink: 4;*/
    flex-basis: 100px;
    list-style:none; 
    font: 22px/1.5 myPTNarrow;
    width: 16%;
    margin: 2% 2% 40px 2%;
}
.container3 ul li a { 
    color: #444444;
	text-decoration: none;
} 
.container3 ul li a img {
    max-width: 100%;
}


.instzvezd {
	width:180px; 
	overflow:hidden;
}


.gest11_film {
padding:5px;
min-height:100px;
overflow: hidden;
border-radius:20px; 
border:3px solid #ff8e51; 
-webkit-border-radius:6px;
-moz-border-radius:5px;
-khtml-border-radius:10px;
}

.gest11_film a:hover{
	opacity: 0.7;
	
}

.gest11_film a{
	text-decoration: underline;
	color:#444444;
}

.gest11_film span{
	font-size: 22px;
	line-height: 24px;
	padding: 0 10px 18px;
	text-align: center;
	display: block;
}


.gest11_vote {
padding:5px;
min-height:100px;
overflow: hidden;
border-radius:20px; 
border:3px solid #ff8e51; 
-webkit-border-radius:6px;
-moz-border-radius:5px;
-khtml-border-radius:10px;
}
.gest11_vote a:hover{
	opacity: 0.7;
	text-decoration: underline;
}
.gest11_vote a{
	text-decoration: none;
	color:#444444;
	font-size: 18px;
}
.gest11_vote p{
    margin: 10px 0 10px;
}
.gest11_vote:hover {
border:3px solid #CCCCCC; 
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    margin-left: 18px;
	
	font-weight: 700;
	font-size: 25px;
}
@media (min-width: 768px){
.col-sm-offset-3 {
    margin-left: 0;
}
}
@media (min-width: 768px){
.col-sm-6 {
    width: 100%;
	}
}

.minibukva a:hover {
	opacity: 0.7;
	background: #ffffff;
	text-decoration: underline;
	}


#content5 #stolbik-sto{
    float:left;
	margin-left:0%;
    width: 50%;
	}
		
	@media screen and (min-width:480px) and (max-width:800px) {

#wrapper5 #stolbik-sto {
    margin-left:0px;
    margin-top:25px;
    float:none;
    width:100%;
}
}

@media screen and (min-width:200px) and (max-width:479px) {

#wrapper5 #stolbik-sto {
    margin-left:0px;
    margin-top:25px;
    float:none;
    width:100%;
}
}

.minibukva2023 {
	
	box-shadow: 7px 7px 5px rgba(0,0,0,0.6); 
	padding: 8px; 
	border-radius: 8px; 
	background: #eeece0; 
	float:left; 
	width:120px; 
	height:35px; 
	margin:12px;
	
	}
	
	.minibukva2023 span {
	display: block; 
	line-height: 36px; 
	font-size: 30px; 
	 
	color: black; 
	text-decoration: none; 
	padding-left: 20px;
}
	
	.minibukva2023 a {
	display: block; 
	line-height: 36px; 
	font-size: 30px; 
	 
	color: black; 
	text-decoration: none; 
	padding-left: 20px;
	
}
	
	.minibukva2023 a:hover {
	opacity: 0.7;
	background: #ffffff;
	text-decoration: underline;
	}
	
	
.afortem2 {
	display: table-cell;
	float:left;
width:120px;
	
background-color:rgba(255, 255, 255, 1);
margin:10px;
text-align:center;
-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #5c3e03;
    border-radius: 9999px;
    border-color: rgba(255, 255, 255, 1);
	
}
	
	.minibukva2024 {
	box-shadow: 7px 7px 5px rgba(0,0,0,0.6); 
	padding: 8px; 
	border-radius: 8px; 
	background: #eeece0; 
	width:90px; 
	height:25px;
	}
	
	.minibukva2024 a {
	display: block; 
	line-height: 25px; 
	font-size: 20px; 
	 
	color: black; 
	text-decoration: none; 
	padding-left: 10px;
}
	
	.minibukva2024 a:hover {
	opacity: 0.7;
	background: #ffffff;
	text-decoration: underline;
	}
	
	.minibukva2024 span {
	display: block; 
	line-height: 25px; 
	font-size: 20px; 
	 
	color: black; 
	text-decoration: none; 
	padding-left: 10px;
	background-color:rgba(255, 255, 255, 1);
}
	
.minibukva2024spec {
	box-shadow: 7px 7px 5px rgba(0,0,0,0.6); 
	padding: 8px; 
	border-radius: 8px; 
	background: #eeece0; 
	width:190px; 
	height:25px;
	}
	
	.minibukva2024spec a {
	display: block; 
	line-height: 25px; 
	font-size: 20px; 
	 
	color: black; 
	text-decoration: none; 
	padding-left: 10px;
}
	
	.minibukva2024spec a:hover {
	opacity: 0.7;
	background: #ffffff;
	text-decoration: underline;
	}
	
	.minibukva2024spec span {
	display: block; 
	line-height: 25px; 
	font-size: 20px; 
	 
	color: black; 
	text-decoration: none; 
	padding-left: 10px;
	background-color:rgba(255, 255, 255, 1);
}
	
	.dropdown100 {
    position: relative;
    display: inline-block;
}
.dropdown100-child {
    display: none;
    background-color: black;
    min-width: 120px;
	margin-right:-6px;
}
.dropdown100-child a {
    color: white;
    padding: 20px;
    text-decoration: none;
    display: block;
}
.dropdown100:hover .dropdown100-child {
    display: block;
	
}

.dropdown200 {
    position: relative;
	
}
.dropdown200-child {
	display: none;
    background-color: black;
    min-width: 100px;
	box-shadow: 7px 7px 5px rgba(0,0,0,0.6);
    background: #eeece0;
	
	
}
.dropdown200-child a {
    display: block; 
	line-height: 25px; 
	font-size: 20px; 
	
	color: black; 
	text-decoration: none; 
	padding-left: 10px;
}

.dropdown200:hover .dropdown200-child {
    display: block;
	background: #ffffff;
	text-decoration: underline;
	
}

	.minibukva2025 {
	display: block; 
	box-shadow: 7px 7px 5px rgba(0,0,0,0.6); 
	padding: 8px; 
	border-radius: 8px; 
	background: #eeece0; 
	width:100px; 
	height:25px;
	}
	
	.minibukva2025 a {
	display: block; 
	line-height: 25px; 
	font-size: 20px; 
	 
	color: black; 
	text-decoration: none; 
	padding-left: 10px;
}
	
	.minibukva2025 a:hover {
	background: #ffffff;
	text-decoration: underline;
	}

.vokrugbukvi25 {
	box-shadow: 7px 7px 5px rgba(0,0,0,0.6); 
	font-size:20px;
	padding: 8px; 
	border-radius: 8px; 
	background: #eeece0;
	margin-top:15px;
	}
	
	.vokrugbukvi25 a {
	display: block; 
	line-height: 25px; 
	font-size: 20px; 
	 
	color: black; 
	text-decoration: none; 
	padding-left: 10px;
}
	
	.vokrugbukvi25 a:hover {
	background: #ffffff;
	text-decoration: underline;
	}
	
	
#slow_nav11 > ul{
    width: 100px;
    margin:25px auto 0;
	
}
 
#slow_nav11 > ul > li{
    list-style: none;
    display: block;
    position:relative;
    padding:0;
	
}
 
#slow_nav11 a{text-decoration:none;}
 
#slow_nav11 > ul > li > a{
    font-size:20px;
    padding:5px;
    background-color:#333;
    color:#fff;
	
}
 
 /* выпадающие пункты */
 
#slow_nav11 li ul{
   
   
    list-style:none;
    text-align:center;
    top:15px;
    font-size:20px;
    left:0;
    margin:0;
    padding:0;
 
/* ДАННЫЕ СТРОКИ НУЖНЫ ДЛЯ ПРАВИЛЬНОЙ РАБОТЫ АНИМАЦИИ */
    max-height:0px;
    overflow:hidden;
    -webkit-transition:max-height 0.5s linear;
    -moz-transition:max-height 0.5s linear;
    transition:max-height 0.5s linear;
/* КОНЕЦ */
}
 
#slow_nav11 li:hover ul{
    max-height:600px;
}
 
#slow_nav11 li ul li{
    background-color:#eeece0;
    border-bottom:1px solid #888;

}
 
#slow_nav11 li ul li:last-child{
    border-bottom:none;
}
 
#slow_nav11 li ul li a{
    padding:5px 12px;
    color:black;
    display:block;
	text-decoration: underline;
	
}
 
#slow_nav11 li ul li:hover{
   
	background: #ffffff;
}
 
#slow_nav11 li ul li:first-child{
    margin-top:25px;
    position:relative;
}
 
#slow_nav11 li ul li:first-child:before{

    width:1px;
    height:1px;
    border:5px solid transparent;
    border-bottom-color:#333;
    left:10px;
    top:-10px;
}


#slow_nav12{
width: 30%; 
float: left;
margin:5px;
}


@media screen and (min-width:480px) and (max-width:800px) {

#wrapper5 #slow_nav11 {
	
	
	margin-left:5px;
    margin-top:25px;
    float:none;
    
}
}

@media screen and (min-width:200px) and (max-width:479px) {

#wrapper5 #slow_nav11 {
		
   margin-left:5px;
    margin-top:25px;
    float:none;
    
}
}


@media screen and (min-width:480px) and (max-width:800px) {

#wrapper5 #slow_nav12 {
		
	margin-left:5px;
    margin-top:25px;
    float:none;
    }
}

@media screen and (min-width:200px) and (max-width:479px) {

#wrapper5 #slow_nav12 {
		
	margin-left:5px;
    margin-top:25px;
    float:none;
    
}
}

	.tooltip {
  position: relative;
  display: inline-block;
  float: right;
}

.tooltip .tooltiptext {
	top: 100%;
  right: 20%;
  visibility: hidden;
  width: 200px;
  background-color: white;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.image-container {
  max-width: 100%;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width: 600px) {
  .image-container {
    margin: 10px; 
  }
}

.rundekbox {
    padding: 5px;
    background-color: #ffffff;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    margin: 5px 10px;
}

.rundekbox a {
    color: #ffffff;
    text-decoration: none;
    background-color: #1d282b;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, filter 0.3s ease;
    min-height: 30px;
    line-height: normal;
}

.rundekbox a:hover {
    background-color: #343e41;
    filter: brightness(1.5);
    text-decoration: underline;
}

@media (max-width: 600px) {
    .rundekbox a {
        font-size: 90%; /* Уменьшаем размер шрифта на мобильных */
        padding: 4px 6px; /* Еще больше уменьшаем padding */
        min-height: 25px; /* Еще меньшая высота для мобильных */
    }
}

.pstrnav{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:8px;
	margin-top:20px;
	}

.pstrnav a,.pstrnav b{
	padding:6px 12px;
	text-decoration:none;
	font-size:14px;
	color:#ffffff;
	background-color:#1d282b;
	border:1px solid transparent;
	border-radius:5px;
	transition:background-color 0.3s ease;
	}

.pstrnav a:hover{
	background-color:#3a4c51;
	color:#ffffff;}
	
.pstrnav b{
	background-color:#ffffff;
	color:#1d282b;
	border:1px solid #ffffff;
	}
	
.pstrnav a:first-child,.pstrnav a:last-child{
	font-weight:bold;
	}
	
.pstrnav a:first-child:hover,.pstrnav a:last-child:hover{
	background-color:#ff8e51;
	}
	
	@media(max-width:600px){.pstrnav a,.pstrnav b{
		padding:4px 8px;font-size:12px;}
		}


    .texterinside {
      text-decoration: none;
      border-radius: 10px;
      transition: background-color 0.3s ease;
      color: #000000 !important;
    }

    .texterinside:hover {
      background-color: #ffbf96;
    }
	
.berserg2024 a {
	display: block; 
	line-height: 25px; 
	font-size: 20px; 
	 
	color: black; 
	text-decoration: none; 
	padding-left: 5px;
	padding-right: 5px;
}
	
	.berserg2024 a:hover {
	opacity: 0.7;
	background: #ffffff;
	text-decoration: underline;
	}
	
	.berserg2024 span {
	display: block; 
	line-height: 25px; 
	font-size: 20px; 
	 
	color: black; 
	text-decoration: none; 
	padding-left: 5px;
	background-color:rgba(255, 255, 255, 1);
}

.naractors-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.actor223 {
    width: 300px;
    margin: 10px;
    text-align: center;
}

.actor223 img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.actor223 .info .actor223-name {
    font-size: 1.2em;
    font-weight: bold;
	 text-align: center;
	margin-bottom: 5px;
}

.actor223 .info .actor223-info p {
    margin: 0;
}

.actor223 .info a {
    color: black;
    
}

.actor223 .info a:hover {
    color: darkgray;
}

.actor223 .info .actor223-info {
    margin-top: 5px;
}

/* Боковое меню 138 */
input#menu-toggle138, label.menu-icon138 {
    display: none;
}

input#menu-toggle138 {
    display: none !important; /* Полное скрытие элемента */
}

label.menu-icon138 {
    cursor: pointer;
    width: 50px; /* Ширина кнопки */
    height: 100vh; /* Высота на всю страницу */
    background-color: #1d282b; /* Цвет фона */
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 0; /* Убираем радиус */
}

label.menu-icon138 div {
    width: 35px; /* Увеличена длина полосок */
    height: 4px; /* Увеличена толщина полосок */
    background-color: #fff;
    margin: 6px 0; /* Увеличен промежуток между полосками */
}


nav.side-menu-nav138 {
    background-color: #1d282b;
    color: #fff;
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100%;
    transition: left 0.3s;
    z-index: 1000;
    overflow-y: auto; /* Добавляем вертикальную прокрутку */
}

nav.side-menu-nav138 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

nav.side-menu-nav138 ul li {
    padding: 0.5rem;
}

nav.side-menu-nav138 ul li a {
    color: #fff;
    text-decoration: none;
}

input#menu-toggle138:checked + nav.side-menu-nav138 {
    left: 0;
}

input#menu-toggle138:checked ~ label.menu-icon138 {
    display: none;
}

button.close-btn138 {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    color: #fff;
    background-color: #f00;
    padding: 0.5rem;
    border: none;
    z-index: 1002;
}

/* Добавленные стили для выпадающего меню */
nav.side-menu-nav138 ul {
    margin: 0 0 2rem 0; /* Добавляем отступ снизу между списками */
    padding: 0;
}

nav.side-menu-nav138 ul li {
    display: block;
    height: 18px;
    line-height: 18px;
    padding: 0.3rem 0;
}

nav.side-menu-nav138 ul li a {
	display: block;
    line-height: 18px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    padding-left: 50px;
    line-height: 1.4;
    display: block;
    margin-bottom: 0.5rem;
}

nav.side-menu-nav138 ul li a:hover {
    background: #343e41;
}

nav.side-menu-nav138 .left_side138 img {
    vertical-align: top;
    margin-top: 0;
}

@media (max-width: 768px) {
    label.menu-icon138,
    input#menu-toggle138 {
        display: block;
    }

    nav.side-menu-nav138 {
        overflow-y: auto; /* Добавляем прокрутку для мобильных */
        left: -250px;
        background: #1d282b;
        width: 250px;
        position: fixed;
        top: 0;
        height: 100vh;
        transition: left 0.3s;
    }

    button.close-btn138 {
        display: block;
    }
}

@media (min-width: 768px) {
    label.menu-icon138,
    input#menu-toggle138 {
        display: none;
    }

    nav.side-menu-nav138 {
        left: 0;
        background: #1d282b;
        width: 250px;
        position: absolute;
        top: 0;
        height: 100vh;
        overflow: auto;
    }

    button.close-btn138 {
        display: none;
    }
}



.responsive-container {
	width: 300px;
	float: left;
	margin: 5px 15px 15px 15px;
	}
		
	.responsive-cfoto
	{
	width: 300px;
	}
	
	.first-autor-img {
	display: block; 
	margin: 0;
	}
	
	.responsive-text {
	width: 300px; 
	height: 30px; 
	background-color: #1d282b; 
	text-align: center; 
	color: #ffffff; 
	border-top: 5px solid #ffffff; 
	display: flex; 
	align-items: center; 
	justify-content: center;
	}
	
	
  @media screen and (max-width: 600px) {
    .first-autor-img {
      width: 100% !important;
      height: auto !important; /* Сохраняем пропорции изображения */
    }
    .responsive-container {
      width: 100% !important;
      margin: 20px auto !important;
    }
    .responsive-text {
      width: 100% !important;
      max-width: 300px !important; /* Ограничиваем максимальную ширину */
      box-sizing: border-box; /* Учитываем бордер в ширине */
    }
  }
  
  .scrollup{
	  position:fixed;
	  bottom:20px;
	  right:20px;
	  display:none;
	  background-color:#ff8e51;
	  color:white;
	  padding:10px;
	  border-radius:5px;
	  text-decoration:none;
	  font-size:16px;
	  z-index:1000;
	  }
	  
  .scrollup:hover{
	  background-color:#e67e47;
	  }
	  
.videoadapt1 {
    width: 60%; /* Устанавливаем ширину контейнера на 60% по умолчанию */
    margin: 0 auto; /* Центрируем контейнер */
}

.video-thumbnail1 {
    position: relative;
    width: 100%; /* Ширина соответствует контейнеру */
    height: 0; /* Высота будет определяться через padding */
    padding-bottom: 56.25%; /* Соотношение сторон 16:9 (56.25% высоты от ширины) */
    cursor: pointer;
}

.video-thumbnail1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Заполняем ширину контейнера */
    height: 100%; /* Заполняем высоту контейнера */
    object-fit: cover; /* Обрезаем изображение, чтобы оно заполнило контейнер */
}

.play-button1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(255, 0, 0, 0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-button1:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 30px solid white;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

/* Контейнер для iframe */
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* Соотношение сторон 16:9 */
}

/* Стили для iframe */
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Высота 100% от контейнера */
}

/* Медиазапрос для мобильных устройств */
@media only screen and (max-width: 800px) {
    .videoadapt1 {
        width: 100%; /* Устанавливаем ширину контейнера на 100% для мобильных устройств */
    }
}
	  
	  