@charset "utf-8";
/* CSS Document ПОСТЫ */

.div_post
{
	background-color: #ffffff;
	border:1px solid #E9E9E9;
	margin-bottom: 5px;
}

.div_post h2 { color:#757575; margin: 0px; padding: 20px; padding-left: 0px; text-decoration: none; font-family:verdana; font-weight:300; }

.div_post h3 { color:#757575; margin: 0px; padding: 20px; padding-left: 0px; text-decoration: none; font-size:1.3em; line-height:1.1em; font-family:verdana; font-weight:300; }
.post_title 
{
	color:#757575; 
	margin: 0px; 
	text-decoration: none;
	font-family:verdana;
	font-weight:400;
	padding: 0px;
	padding-left: 20px;
	padding-top: 20px;
    padding-bottom: 20px;
	padding-right: 20px;
	line-height: 1.2em;
}

.post_title_2
{
	color:#757575; 
	margin: 0px; 
	text-decoration: none;
	font-family:verdana;
	font-weight:400;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	line-height: 1.2em;
}

.post_text_1 {
	font-family:verdana;
	font-weight:400;
	font-size:1em;
	line-height:1.5em;
	color: #757575;
	}

.pad_post_text_1
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pos_text_say
{
    background-color:#F2F2F2;
    padding: 10px;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
}

.post_img_border
{
	border-bottom: 1px solid #E9E9E9;
	border-top: 1px solid #E9E9E9;
}

.title_img { font-size: 0.8em; }
.view_posts { background-image: url("../imag/icon/view_small.webp"); background-repeat: no-repeat; width: 30px; height: 20px; }
.comm_posts { background-image: url("../imag/icon/comm_small.webp"); background-repeat: no-repeat; width: 30px; height: 20px; }
.view_posts_2 { background-image: url("../imag/icon/view_small2.webp"); background-repeat: no-repeat; width: 20px; height: 13px; margin-top: 5px; }
.comm_posts_2 { background-image: url("../imag/icon/comm_small3.webp"); background-repeat: no-repeat; width: 20px; height: 13px; margin-top: 5px; }
.div_questions { border-bottom: 1px solid #C0C0C0; }
.postos_tag { background-color: #E4E4ED; padding: 5px; padding-left: 8px; padding-right: 8px; margin-right: 3px; margin-bottom: 3px; border-radius: 3px; font-family:verdana; font-weight:400; font-size:0.7em; color: #757575; }
.postos_tag_select { background-color: #79C36C; color:#fff;  padding: 5px; padding-left: 8px; padding-right: 8px; margin-right: 3px; margin-bottom: 3px; border-radius: 3px; font-family:verdana; font-weight:400; font-size:0.7em; }
.text_share { background-color: #E4EBED; font-family:verdana; font-weight:400; font-size:0.9em; color: #757575; }
.div_post_shab { background-color:#D3F3A5; }
.div_post_atantion { background-color:#FAD6CF; padding: 10px; border-radius: 5px; margin-top: 10px;  }
.tdn { text-decoration: none; }
.div_b_text { font-family:verdana; font-weight:400; font-size:1em; color: #757575; }

/* хлебные крошки */
.b-breadcrumb { padding: 20px; }
.b-breadcrumb__list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 14px;
}

.b-breadcrumb__item {
	color: #acadad;
	display: inline-block;
	padding-right: 3px;
}


/* комменатрии */
.div_comm { padding-top: 10px; padding-bottom: 10px; }
.div_comm_otvet { padding-top: 10px; padding-bottom: 10px; margin-left: 30px; padding-left: 10px; background-color: #F5F5F5; }
.div_comm_text { font-family:verdana; font-weight:400; font-size:1em; line-height:1.5em; color: #757575; }
.div_comm_text_1 { font-family:verdana; font-weight:400; font-size:0.7em; line-height:1.2em; color: #757575; }
.a_otvet { color: #8AC858; background: #ffffff; border:1px solid #ffffff; font-size: 0.8em; }

.img_sq { width: 150px; height: 100px; margin-right: 5px; margin-bottom: 5px; } /* для отображения нескольких изображений в ряд*/
.img_sq2 { width: 150px; margin-right: 5px; margin-bottom: 5px; } /* для отображения нескольких изображений в ряд*/
.img_sq3 { width: 200px; margin-right: 5px; margin-bottom: 5px; } /* для отображения нескольких изображений в ряд*/
.img_sq4 { width: 250px; margin-right: 5px; margin-bottom: 5px; } /* для отображения нескольких изображений в ряд*/
.img_sq5 { width: 300px; margin-right: 5px; margin-bottom: 5px; } /* для отображения нескольких изображений в ряд*/


.pad_l_20 { padding-left: 20px; }

/* Навигация постов ===========================================*/
.pstrnav {
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px 10px 20px 15px;
	color:#1993D8; 
	font-size:20px;
	clear:left;
	margin-left:10px;
	margin-right:5px;
}

.pstrnav a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#1993D8; 
	text-decoration:underline;
	margin-left:10px;
	margin-right:10px;
	
}

/* Кнопка скрол наверх */
#scroll_top {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
	width: 32px;
	height: 32px;
	background: url(https://501000.selcdn.ru/users/material/stuff/2021/4/5/12796/8f6bfdaae140f0dcd9446596fefe8313/scroll_top.png) 50% 50% no-repeat;
	border-radius: 50%;
	opacity: 0.5;
}
#scroll_top:hover {
 	opacity: 1;
}

@media (min-width: 1009px ) 
{ 
	.post_img { width:698px; }
    .post_img2 { width:650px; }                                         /* в тех случаях когда нужны отступы по 20 слева и справа*/
	.post_frame { width:658px; }
	.post_title_size { font-size:2em;  }
	.post_title_size_2 { font-size:1.5em;  }
    .div_view_video  { width: 600px; height: 320px; }                    /* Ширина видео */
    .vk_comm { width: 640px; }
    .area_comm { width: 640px; height: 100px; padding: 10px; }
    .menu_position_post { position:fixed; bottom: 0px; min-height: 50px; opacity:1; width:700px; display: flex; flex-wrap: wrap; } /* меню редактора  */
    .menu_pos_el { width: 233px; }
    .bottom_start_q { border: 1px solid #FF685A; background-color: #FF685A; color:#FFFFFF; border-radius: 3px; font-size: 0.8em; padding-left: 20px; padding-right: 20px; padding-top: 5px; padding-bottom: 5px; width: 150px; } /* кнопка сохранить все изменения */
    .bottom_start_q2 { border: 1px solid #FF685A; background-color: #FF685A; color:#FFFFFF; border-radius: 3px; font-size: 0.8em; padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; width: 80px; } /* кнопка сохранить все изменения */
    .div_shab_gal { width: 106px; height: 70px; margin-right: 3px; } /* Галерея */
    .span_eshe { display: none; }
    
} /* выше или равно 1005 пикселя*/

@media (min-width: 702px  )  and (max-width: 1004px)  
{ 
	.post_img { width:698px; }
    .post_img2 { width:650px; }                                         /* в тех случаях когда нужны отступы по 20 слева и справа*/
	.post_frame { width:658px; }
	.post_title_size { font-size:2em;  }
	.post_title_size_2 { font-size:1.5em;  }
    .div_view_video  { width: 600px; height: 320px; }                    /* Ширина видео */
    .vk_comm { width: 640px; }
    .area_comm { width: 640px; height: 100px; padding: 10px;  }
	.menu_position_post { position:fixed; bottom: 0px; min-height: 50px; opacity:1; width:700px; display: flex; flex-wrap: wrap; } /* меню редактора  */
    .menu_pos_el { width: 233px; }
    .bottom_start_q { border: 1px solid #FF685A; background-color: #FF685A; color:#FFFFFF; border-radius: 3px; font-size: 0.8em; padding-left: 20px; padding-right: 20px; padding-top: 5px; padding-bottom: 5px; width: 150px; } /* кнопка сохранить все изменения */
    .bottom_start_q2 { border: 1px solid #FF685A; background-color: #FF685A; color:#FFFFFF; border-radius: 3px; font-size: 0.8em; padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; width: 80px; } /* кнопка сохранить все изменения */
    .div_shab_gal { width: 106px; height: 70px; margin-right: 3px; } /* Галерея */
    .span_eshe { margin-right: 40px; }
} /* между 700 и 1004 пикселями */

@media (min-width: 520px  )  and (max-width: 702px  )
{
	.post_img { width:518px; }	
    .post_img2 { width:480px; }                                         /* в тех случаях когда нужны отступы по 20 слева и справа*/
	.post_frame { width:478px; }
	.post_title_size { font-size:1.5em;  }
	.post_title_size_2 { font-size:1.3em; font-weight: 600;  }
    .div_view_video  { width: 490px; height: 276px; }                    /* Ширина видео */ 
    .vk_comm { width: 450px; }
    .area_comm { width: 450px; height: 80px; padding: 10px;  }
    .menu_position_post { position:fixed; bottom: 0px; min-height: 50px; opacity:1; width:520px; display: flex; flex-wrap: wrap; } /* меню редактора  */
    .menu_pos_el { width: 173px; }
    .bottom_start_q { border: 1px solid #FF685A; background-color: #FF685A; color:#FFFFFF; border-radius: 3px; font-size: 0.8em; padding-left: 20px; padding-right: 20px; padding-top: 5px; padding-bottom: 5px; width: 150px; } /* кнопка сохранить все изменения */
    .bottom_start_q2 { border: 1px solid #FF685A; background-color: #FF685A; color:#FFFFFF; border-radius: 3px; font-size: 0.8em; padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; width: 80px; } /* кнопка сохранить все изменения */
    .div_shab_gal { width: 116px; height: 75px; margin-right: 3px; } /* Галерея */
    .span_eshe { margin-right: 40px; }
}

@media (max-width: 520px  )
{ 
	.post_img { width:358px; }
    .post_img2 { width:320px; }                                         /* в тех случаях когда нужны отступы по 20 слева и справа*/
	.post_frame { width:318px; }
	.post_title_size { font-size:1.3em;  }
	.post_title_size_2 { font-size:1.1em; font-weight: 600;  }
    .div_view_video  { width: 320px; height: 180px; }                    /* Ширина видео */
    .vk_comm { width: 320px; }
    .area_comm { width: 310px; height: 50px; padding: 10px;  }
    .menu_position_post { position:fixed; bottom: 0px; min-height: 50px; opacity:1; width:320px; display: flex; flex-wrap: wrap; } /* меню редактора  */
    .menu_pos_el { width: 106px; }
    .bottom_start_q { border: 1px solid #FF685A; background-color: #FF685A; color:#FFFFFF; border-radius: 3px; font-size: 0.8em; padding-left: 20px; padding-right: 20px; padding-top: 5px; padding-bottom: 5px; width: 80px; } /* кнопка сохранить все изменения */
    .div_shab_gal { width: 100px; height: 70px; margin-right: 3px; } /* Галерея */
    .span_eshe { margin-right: 10px; }
    .bottom_start_q2 { border: 1px solid #FF685A; background-color: #FF685A; color:#FFFFFF; border-radius: 3px; font-size: 0.8em; padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; width: 80px; } /* кнопка сохранить все изменения */
	
} /* ниже или равно 700 пикселя*/