

/* Start:/local/templates/.default/components/bitrix/catalog.section.list/main_menu/style.css?16031205908433*/
/* line */
.bx_catalog_line{margin-bottom: 30px;}
.bx_catalog_line .bx_catalog_line_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_line .bx_catalog_line_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul{padding: 0;}
.bx_catalog_line .bx_catalog_line_ul li{
	margin-bottom: 20px;
	list-style: none;
}
.bx_catalog_line .bx_catalog_line_ul li:before {content: '' !important}

.bx_catalog_line .bx_catalog_line_img{
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}

.bx_catalog_line .bx_catalog_line_title{
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}
.bx_catalog_line .bx_catalog_line_title a{
	color: #4c7da6;
	font-size: 18px;
}
.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration: none;}
.bx_catalog_line .bx_catalog_line_title span{font-size: 16px}
.bx_catalog_line .bx_catalog_line_description{
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}


@media (max-width:639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img{
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size: 14px;}
	.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size: 11px;}
}



.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description{
	-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;
}

/* text */
.bx_catalog_text{margin-bottom: 30px;}
.bx_catalog_text .bx_catalog_text_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_text .bx_catalog_text_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul{padding: 0;}
.bx_catalog_text .bx_catalog_text_ul li{
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}
.bx_catalog_text .bx_catalog_text_ul li:before {content: '' !important}
.bx_catalog_text .bx_catalog_text_title{
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 14px;
}
.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration: none}
.bx_catalog_text .bx_catalog_text_title span{font-size: 12px;}

@media (max-width:639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_catalog_text .bx_catalog_line_title,
	.bx_catalog_text .bx_catalog_line_title a{
		-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;
	}
	
/* tile */

.bx_catalog_tile{margin-bottom: 30px;}
.bx_catalog_tile .bx_catalog_tile_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_tile .bx_catalog_tile_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul{padding: 0;}
.bx_catalog_tile .bx_catalog_tile_ul li{
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width:12.5%;
	list-style: none;
	text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_ul li:before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: both;}

.bx_catalog_tile .bx_catalog_tile_img{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-color: #fff;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}
.bx_catalog_tile .bx_catalog_tile_title{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a{
	color: #4c7da6;
	font-size: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: none;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size: 12px;}




/*2*/
@media (max-width:980px){
	.bx_catalog_tile .bx_catalog_tile_ul li{width:20%;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear: both;}
}
/*3*/
@media (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size: 11px;}
}
@media (min-width:480px) and (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both;}
}
/*4*/
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_img{
		width: 100%;
		height: 80px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear: both;}

}


	.bx_catalog_tile .bx_catalog_tile_title,
	.bx_catalog_tile .bx_catalog_tile_title a,
	.bx_catalog_tile .bx_catalog_tile_ul li,
	.bx_catalog_tile .bx_catalog_tile_img{
		-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;
	}
	
/* list */

.bx_sitemap{margin-bottom: 30px;}
.bx_sitemap .bx_sitemap_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_sitemap .bx_sitemap_title a{
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li{
	padding: 0;
	line-height: 14px;
}
.bx_sitemap .bx_sitemap_ul li:before {content: '' !important}
.bx_sitemap .bx_sitemap_li_title{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 10px;
}
.bx_sitemap .bx_sitemap_li_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}
.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration: none}
.bx_sitemap .bx_sitemap_li_title span{font-size: 11px;}

@media (max-width:639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_sitemap .bx_catalog_line_title,
	.bx_sitemap .bx_catalog_line_title a{
		-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;
	}

@media (max-width: 767px) {

	.header #menu ul li {
		position: relative;
	}

	.header #menu ul li .arrow {
		position: absolute;
		z-index: 1000;
		right: 30px;
		top: 0;
		width: 35px;
		height: 44px;
		background-image: url(/local/templates/.default/components/bitrix/catalog.section.list/main_menu/images/plus.svg);
		background-size: 9px 9px;
		background-position: center;
		background-repeat: no-repeat;
		cursor: pointer;
	}

	.header #menu ul li.selected .arrow {
		background-image: url(/local/templates/.default/components/bitrix/catalog.section.list/main_menu/images/plus-l.svg);
	}

	.header #menu ul li:hover .arrow {
		background-image: url(/local/templates/.default/components/bitrix/catalog.section.list/main_menu/images/plus-l.svg);
	}

	.header #menu ul li:nth-of-type(1) > ul {
		display: none;
	}

	.header #menu ul li:nth-of-type(1) > ul.visible {
		display: block;
	}


	.header #menu ul li .arrow.open {
		background-image: url(/local/templates/.default/components/bitrix/catalog.section.list/main_menu/images/minus.svg);
		background-size: 9px 1px;
	}

	.header #menu ul li:hover .arrow.open {
		background-image: url(/local/templates/.default/components/bitrix/catalog.section.list/main_menu/images/minus-l.svg);
	}

	.header #menu ul li .arrow:hover + a {
		font-family: Cambria,serif;
		background: url(/bitrix/templates/.default/images/fon_red.jpg) top left #6e0021;
		color: #fde1a5;
	}
}

@media (max-width: 460px) {

	.header #menu ul li .arrow {
		height: 49.6px;
	}
}
/* End */


/* Start:/local/templates/.default/components/yakus/geoip/geoip/style.css?16031205904247*/
.yakus-geo-ip{position: relative;}

.modal-confirm{position: absolute; left: 0px; top: 20px; width: 270px; background: #575757; color: #fff; -webkit-box-shadow: #727272 1px 1px 4px; box-shadow: #6C6C6C 1px 1px 6px; z-index: 9950; padding: 10px;}
.modal-confirm-title{font-size: 15px;}
.modal-confirm-your-town{font-size: 22px; margin-top: 15px; margin-bottom: 15px;}
.modal-confirm button.close-y {color: #fff; text-shadow: 0 1px 0 #000000;}
.modal-confirm-yes, .modal-confirm-no{cursor: pointer; display: inline-block; width: 48%; box-sizing: border-box; padding: 10px 10px; font-size: 13px; color: #fff; border: none; background: #686868; white-space: nowrap;}
.modal-confirm-yes{float: right; background: #48b13b;}

.modal-y {
    display: none;
    position: absolute;
    top: 200;
    left: 200;
    z-index: 9950;
    outline: 0;
    background: #fff;
    width: 600px;
    -webkit-box-shadow: #727272 1px 1px 4px;
    box-shadow: #6C6C6C 1px 1px 6px;
    text-shadow: none;
    font-size: 15px;
}

.modal-y-header {
    padding: 15px;
    border-bottom: 1px solid #E5E5E5;
    min-height: 16px;
}

button.close-y {
    padding: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    border: 0;
    -webkit-appearance: none;
    margin-top: -2px;
}
.close-y {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #FFF;
    opacity: .2;
    filter: alpha(opacity=20);
}

.close-y:hover {
    opacity: 0.4;
}

.modal-y-title {
    font-size: 13px;
    margin: 0;
    line-height: 1.428571429;
    color: #181818;
    font-weight: bold;
}

.modal-y-body {
    position: relative;
    padding: 20px;
}

.form-control-y {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#city_name_txt{width: 540px; height: 14px; box-sizing: content-box; padding: 8px; line-height:18px; font-size: 13px;}

#list_city {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 550px;
    background-color: #EFEFEF;
    border: 1px solid #FFF;
    padding: 0px 0px 5px 5px;
    -webkit-box-shadow: #727272 1px 1px 4px;
    box-shadow: #A5A5A5 1px 1px 4px;
    display: block;
}

#list_city a {
    display: block;
    line-height: 30px;
    text-decoration: none;
    font-weight: normal;
}


.col-xs-4-y {
    list-style: none;
    min-width: 30%;
    float: left;
    margin: 15px 1% 15px 1%;
    padding: 0px;
    line-height: 22px;
}


.col-xs-4-y a{
    line-height: 22px;
    color: #000;
    text-decoration: none;
    font-weight: normal;
}
.col-xs-4-y a:hover{
    color: #009cf7;
}


.btn-primary-y {
    color: #FFF;
    background-color: #428BCA;
    border-color: #357EBD;
}
.btn-primary-y:hover {
    color: #FFF;
    background-color: #3177a5;
    border-color: #357EBD;
}

.btn-y {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#shadow-y{
    background: #000000;
    opacity: .2;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 900;
}

.y-geoip-preloader{width: 20px; height: 20px; display: inline-block; background: url(/local/templates/.default/components/yakus/geoip/geoip/images/preloader.gif) no-repeat;}

@media(max-width: 600px){
    .modal-y {width: 90%;}
    #city_name_txt{width: 100%;}
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.section.list/main_menu/style.css?16031205908433 */
/* /local/templates/.default/components/yakus/geoip/geoip/style.css?16031205904247 */
