

/* Start:/static/css/text_page.css?17592658086894*/
.text_pege_block{
	display:flex;
	flex-direction:column;
}
.text_pege_block .header_text_page{
	width: 100%;
	background: url(/static/images/pages/pages_head_bg8.jpg) no-repeat;
	height: 235px;
	display: flex;
	flex-direction: row;
	background-size: cover;
	border-radius: 15px;
	margin-bottom: 30px;
}
.text_pege_block .header_text_page .left_head_bg{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.text_pege_block .header_text_page .left_head_bg h1{
	font-size: 34px;
	color: #000;
	font-family: 'Roboto';
	text-align: left;
	padding-left: 63px;	
}
.text_pege_block .header_text_page .left_head_bg p{
	padding-left: 63px;
}
.text_pege_block .header_text_page .righr_head_bg{
	display: flex;
	justify-content: right;
	flex-direction: row;
	flex-grow: 1;
	position: relative;
	align-items: center;
}
.text_pege_block .header_text_page .righr_head_bg img{
	height: auto;
	object-fit: contain;
	max-width: 100%;
	max-height: 85%;
}
.text_pege_block .text_pege_content{
	flex-direction:column;
	background:#fff;
	padding:40px 20px;
	font-family: 'Roboto';
	border-radius: 15px;
}

.text_pege_content h2{
	font-size: 24px;
	margin-bottom: 15px;
}
.text_pege_content h2 span{
	border-bottom: 2px solid #f2640e;
}
.text_pege_content .delivery_table{
	width:100%;
	display:flex;
	flex-direction:column;
	margin-bottom:30px;
}
.text_pege_content .delivery_table .delivery_table_line{
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-bottom: 17px;
}
.text_pege_content .delivery_table .delivery_table_line .dtl_left{
	width: 100px;
	min-width:100px;
	margin-right: 15px;
	margin-left: 10px
}

@media (max-width: 500px) {
	.text_pege_content .delivery_table .delivery_table_line .dtl_left{
		width: 60px;
		min-width:60px;
		margin-right: 15px;
		margin-left: 10px
	}	
}

.text_pege_content .delivery_table .delivery_table_line .dtl_left>div{
	font-size: 31px;
	color: #f2640e;	
}
.text_pege_content .delivery_table .delivery_table_line .dtl_right{
	flex-grow: 1;
	font-size: 20px;
	display: flex;
    align-items: center;
}

.text_pege_block .text_page_simple{
	background:#fff;
	padding:40px 20px;
	font-family: 'Roboto';
	border-radius: 15px;
	font-size:16px;
}

.text_pege_block .text_page_simple h1{
	font-size: 24px;
	margin-bottom:15px;
}
.text_pege_block .text_page_simple h2{
	font-size: 20px;
	margin-bottom:15px;
}
.text_pege_block .text_page_simple h3{
	font-size: 18px;
	margin-bottom:15px;
}

.table caption {
	text-align:left;
	color: #9d9d9d;
}
.text_pege_block .text_page_simple .table thead {
	text-align:left;
	font-weight:600;
}
.text_pege_block .text_page_simple .table td.break {
	text-overflow: ellipsis;
	vertical-align: top;
	background-color: #f5f3f2;
	padding: 1rem 0.5rem;
	font-size: .75rem;
	border: 3px solid #fff;
	word-break: break-all;
}

@media (max-width: 860px) {
	.text_pege_block .header_text_page .left_head_bg{
		width:70%;
	}
	.text_pege_block .header_text_page .righr_head_bg{
		width:30%;
	}
}
@media (max-width: 630px) {
	.text_pege_block .header_text_page .left_head_bg{
		width:100%;
	}
	.text_pege_block .header_text_page .righr_head_bg{
		display:none;
	}
}



.contacts_table{
	width:100%;
	didplay:flex;
	flex-direction:column;
	border:2px solid #cecdd3;
	border-radius:4px
}

.contacts_table .contacts_table_head{
	display:flex;
	flex-direction:row;
	background:#cecdd3;
	padding-top: 10px;
    padding-bottom: 10px;
}
.contacts_table .contacts_table_head>div{
	font-weight:600;
}

.contacts_table .contacts_table_body{
	display:flex;
	flex-direction:row;
	border-bottom: 2px solid #cecdd3;
	padding-top: 10px;
	padding-bottom: 10px;
}		
.contacts_table .contacts_table_city{
	width:150px;
	font-size: 18px;
	font-family: 'Roboto';
	padding: 8px;
}
.contacts_table .contacts_table_address{
	width: 50%;
	font-size: 18px;
	font-family: 'Roboto';
	padding: 8px;
}
.contacts_table .contacts_table_phone_email{
	width:300px;
	font-size: 18px;
	font-family: 'Roboto';
	padding: 8px;
	display:flex;
	flex-direction:column
}
.contacts_table .contacts_table_phone_email>div>i{
	margin-right: 7px;
	color: #333;
	font-size: 14px;
}
.contacts_table .contacts_table_phone_email>div>a{
	color: #9b3e06;;
	text-decoration:none;
}

.contacts_table .contacts_table_timetable{
	width:250px;
	font-size: 18px;
	font-family: 'Roboto';
	padding: 8px;
}

@media (max-width: 950px) {
	.contacts_table .contacts_table_address{
		width:30%;
	}
}

@media (max-width: 790px) {
	.contacts_table .contacts_table_city{
		display:none;
	}
	.contacts_table .contacts_table_address, .contacts_table .contacts_table_phone_email, .contacts_table .contacts_table_timetable{
		font-size:14px;
	}
	.contacts_table .contacts_table_phone_email, .contacts_table .contacts_table_timetable{
		width: 220px;
	}
	.contacts_table .contacts_table_address{
		font-weight:600;
	}
}
@media (max-width: 600px) {
	.contacts_table{
		border-radius: 7px;
		overflow: hidden;
		border: 1px solid #ededed;
	}
	.contacts_table .contacts_table_head{
		display:none;
	}
	.contacts_table .contacts_table_body{
		flex-direction: column;
		background:#fbfbfb;
	}
	.contacts_table .contacts_table_body>div{
		width:100%;
	}
	.contacts_table .contacts_table_address, .contacts_table .contacts_table_phone_email, .contacts_table .contacts_table_timetable{
		font-size:16px;
	}
}



/*  СПИСОК НОВОСТЕЙ  */
.news_list_block h1{
	font-size: 24px;
	margin-bottom: 15px;
}
.news_list_item{
	text-decoration:none;
	display:flex;
	flex-direction:row;
	background:#fff;
	padding:15px;
	border-radius:7px;
	margin-bottom:20px;
}
.news_list_item .nli_left{
	width:280px;
	min-width:280px;
	display:flex;
	flex-direction:column;
}

.news_list_item .nli_left .news_item_img{
	border-radius:7px;
	overflow:hidden;
}

.news_list_item .nli_right{
	padding-left: 40px;
	display: flex;
	flex-direction: column;
}

.news_list_item .nli_right .news_item_title{
	text-decoration:none;
	font-size:20px;
	line-height: 20px;
	font-weight:600;
	font-family: 'Roboto';
	color:#000;
	margin-bottom:15px;
}

.news_list_item .nli_right .news_item_description{
	text-decoration:none;
	font-size:16px;
	font-family: 'Roboto';
	color:#000;
}
.news_list_item .nli_right .news_item_description .read_full{
	display: block;
	width: 100%;
	color: #f2640e;
	margin-top: 10px;
}

.news_list_item:hover{
	text-decoration:none;
	opacity:0.85;
}
.news_list_item:hover .news_item_title{
	color:#383636;
}
.news_list_item:hover .news_item_description{
	color:#383636;
}

.news_list_item .nli_left .news_item_title{
	display:none;
}

@media (max-width: 690px) {
	.news_list_item .nli_left{
		width:180px;
		min-width:180px;
	}

}

@media (max-width: 520px) {
	.news_list_item .nli_left{
		width:100%;
		min-width:100%;
	}
	
	.news_list_item .nli_left .news_item_title{
		display:block;
		color:#000;
		font-size:20px;
		margin-top:
		20px;
	}
	.news_list_item .nli_right{
		display:none;
	}
	
	
}
/* End */
/* /static/css/text_page.css?17592658086894 */
