

/* Start:/local/templates/itoblaka/components/bitrix/catalog/adapth_catalog/bitrix/catalog.section.list/inner/style.css?15967988431557*/
ul.inner_section {
	padding:0;
	list-style:none;
	margin:0;
	overflow:hidden;
}
li.one_section {
	float:left;
	width: 25%;
	padding-left: 1.6%;
	padding-right: 1.5%;	
	border-right:1px dotted #d6d6d6;	
	margin-bottom:50px;
}
li.one_section:nth-child(4n) {
	float:right;
	margin-right:0;
	border-right:0;	
}
li.one_section:nth-child(4n):after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
li.one_section .img_section {
	width:100%;
	padding-top:74%;
	display:block;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;	
}
li.one_section .img_section:hover {
	-webkit-filter: contrast(110%)
}
li.one_section .name_section a {
	width:100%;
	display:block;
	text-align:center;
	font-size:15px;
	margin-top:15px;
	color:#444648;
	height:42px;
	overflow:hidden;
}
li.one_section .name_section a:hover {
	color:#1d6eb1;
}
@media (max-width:768px) {
	li.one_section:nth-child(4n) {
		float:left;
		border-right:1px dotted #d6d6d6;	
	}
	li.one_section:nth-child(4n):after {
		display:none;
	}
	li.one_section:nth-child(3n) {
		float:right;
		border-right:0;
	}	
	li.one_section:nth-child(3n):after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	li.one_section {
		width:30%;
	}
}
@media (max-width:500px) {
	li.one_section:nth-child(3n) {
		float:left;
		border-right:1px dotted #d6d6d6;	
	}
	li.one_section:nth-child(3n):after {
		display:none;
	}
	li.one_section:nth-child(even) {
		float:right;
		border-right:0;
	}
	li.one_section {
		width:46%;
	}
}
/* End */


/* Start:/local/templates/itoblaka/components/bitrix/system.pagenavigation/arrows/style.css?15967988435694*/
/* ---- PAGINATION BOTTOM ---- */
.bx_pagination_bottom{
	color: #8d8d8d;
	font-size:11px;
}

.bx_pagination_bottom .bx_pagination_section_one{ }
.bx_pagination_bottom .bx_pagination_section_two{
	float: right;
	text-align: right;
}
.bx_pagination_bottom .bx_pg_section{
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 30px;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
    position: relative;
    margin: 2px 20px 2px 10px;
    padding: 1px 25px 3px 5px;
    height: 22px;
    outline: none;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    background: #fff url(/local/templates/itoblaka/components/bitrix/system.pagenavigation/arrows/images/select_arrow.png) no-repeat right center;
    color: #8d8d8d;
    font-size: 11px;
    line-height: 16px;
    resize: none;
    -webkit-appearance: none;
}

.bx_pagination_bottom .bx_pagination_page{
	white-space: nowrap;
	font-size: 12px;
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: inline-block;
	min-width: 22px;
	color: #282828;
	text-align: center;
	line-height: 22px;
	font-size:13px;
	border:1px solid #e5e5e5;
	background:#fff;
	border-radius:3px;
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
	
}
.bx_pagination_bottom .bx_pagination_page li a{
	display: block;
	min-width: 22px;
	color: #282828;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
	font-size:13px;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{color: #555;}
.bx_pagination_bottom .bx_pagination_page li.bx_active{	
	background: #ffffff; /* Old browsers */	
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: block;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}	
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}
}
/*5*/
@media (max-width:320px){
}

	.bx_pagination_bottom .bx_pagination_section_one,
	.bx_pagination_bottom .bx_pagination_section_two,
	.bx_pagination_bottom .bx_pagination_select_container,
	.bx_pagination_bottom .bx_pagination_select_container select,
	.bx_pagination_bottom .bx_pg_section,
	.bx_pagination_bottom .bx_pagination_page,
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
	.bx_pagination_bottom .bx_pg_text,
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}



/* ---- --END-- PAGINATION ---- */
.bx_pagination_bottom .bx_pagination_page li.text_pag {
	padding: 0 8px;
	font-family:Arial,sans-serif;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}
.bx_pg_section {
	float:right;
}
/* End */


/* Start:/local/templates/itoblaka/components/bitrix/catalog.section/pic_list/style.css?159679884387*/
.product .catalog-item {
    width: 50%;
    height: initial;
    margin-bottom: 0px;
}
/* End */


/* Start:/local/templates/itoblaka/components/bitrix/news.list/count_rating/style.css?15967988432298*/
/*faqs*/
.faq_block .title {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 25px;
	color: black;
}
.faq_block .one_faq {
	margin-bottom:25px;
}
.faq_block .title_question_faq {	
	font-size: 13px;
	font-weight: bold;
	color: black;
	margin-right: 10px;
}
.faq_block .question_faq {		
	font-weight: normal;	
	color: black;
	font-size: 13px;
}
.faq_block .arrow_faq {	
	width: 31px;
	height: 16px;	
	background: url(/local/templates/itoblaka/components/bitrix/news.list/count_rating/images/ugol.png) no-repeat;
	margin-left: 7px;
	margin-top:2px;
}
.faq_block .answer_faq {
	padding: 20px;
	background: #f1f2f5;
	margin: 22px 0;
	position: relative;
	border-radius: 12px;
	position: relative;
	margin:0;
	font-size: 12px;
	color:#636363;
}
.send_question {
	display:block;
	font-weight:bold;
	text-decoration:none;	
	font-family: Arial,sans-serif;
	height: 36px;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	margin-top: 20px;
	border-left: 1px solid #1280c3;
	border-right: 1px solid #167aa7;
	border-top: 1px solid #23b9f9;
	border-bottom: 1px solid #044680;
	background: #1b8fc0;
	background: -moz-linear-gradient(top, #1b8fc0 0%, #05539a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b8fc0), color-stop(100%,#05539a));
	background: -webkit-linear-gradient(top, #1b8fc0 0%,#05539a 100%);
	background: -o-linear-gradient(top, #1b8fc0 0%,#05539a 100%);
	background: -ms-linear-gradient(top, #1b8fc0 0%,#05539a 100%);
	background: linear-gradient(to bottom, #1b8fc0 0%,#05539a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b8fc0', endColorstr='#05539a',GradientType=0 );
	max-width:196px;
	text-align:center;
	border-radius: 3px;
	cursor:pointer;
}
.send_question:hover {
	color:#fff;
	background: #1b8fc0;
	background: -moz-linear-gradient(top, #1b8fc0 0%, #0781b2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b8fc0), color-stop(100%,#0781b2));
	background: -webkit-linear-gradient(top, #1b8fc0 0%,#0781b2 100%);
	background: -o-linear-gradient(top, #1b8fc0 0%,#0781b2 100%);
	background: -ms-linear-gradient(top, #1b8fc0 0%,#0781b2 100%);
	background: linear-gradient(to bottom, #1b8fc0 0%,#0781b2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b8fc0', endColorstr='#0781b2',GradientType=0 );
}
/* End */


/* Start:/local/templates/itoblaka/components/bitrix/catalog/adapth_catalog/bitrix/catalog.section.list/inner_text/style.css?16124567191557*/
ul.inner_section {
	padding:0;
	list-style:none;
	margin:0;
	overflow:hidden;
}
li.one_section {
	float:left;
	width: 25%;
	padding-left: 1.6%;
	padding-right: 1.5%;	
	border-right:1px dotted #d6d6d6;	
	margin-bottom:50px;
}
li.one_section:nth-child(4n) {
	float:right;
	margin-right:0;
	border-right:0;	
}
li.one_section:nth-child(4n):after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
li.one_section .img_section {
	width:100%;
	padding-top:74%;
	display:block;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;	
}
li.one_section .img_section:hover {
	-webkit-filter: contrast(110%)
}
li.one_section .name_section a {
	width:100%;
	display:block;
	text-align:center;
	font-size:15px;
	margin-top:15px;
	color:#444648;
	height:42px;
	overflow:hidden;
}
li.one_section .name_section a:hover {
	color:#1d6eb1;
}
@media (max-width:768px) {
	li.one_section:nth-child(4n) {
		float:left;
		border-right:1px dotted #d6d6d6;	
	}
	li.one_section:nth-child(4n):after {
		display:none;
	}
	li.one_section:nth-child(3n) {
		float:right;
		border-right:0;
	}	
	li.one_section:nth-child(3n):after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	li.one_section {
		width:30%;
	}
}
@media (max-width:500px) {
	li.one_section:nth-child(3n) {
		float:left;
		border-right:1px dotted #d6d6d6;	
	}
	li.one_section:nth-child(3n):after {
		display:none;
	}
	li.one_section:nth-child(even) {
		float:right;
		border-right:0;
	}
	li.one_section {
		width:46%;
	}
}
/* End */
/* /local/templates/itoblaka/components/bitrix/catalog/adapth_catalog/bitrix/catalog.section.list/inner/style.css?15967988431557 */
/* /local/templates/itoblaka/components/bitrix/system.pagenavigation/arrows/style.css?15967988435694 */
/* /local/templates/itoblaka/components/bitrix/catalog.section/pic_list/style.css?159679884387 */
/* /local/templates/itoblaka/components/bitrix/news.list/count_rating/style.css?15967988432298 */
/* /local/templates/itoblaka/components/bitrix/catalog/adapth_catalog/bitrix/catalog.section.list/inner_text/style.css?16124567191557 */
