

/* Start:/bitrix/templates/eshop_bootstrap_blue/components/bitrix/sale.basket.basket.line/basket.line.modul/style.css?17068747934229*/
.bx-basket {}
.bx-basket-block {
	font-size: 12px;
	padding-bottom: 5px;
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
}
.bx-basket-block>.fa {
	color: #97a1ab;
	width: 12px;
	position: absolute;
	left: 0;
	top: 3px;
}
.bx-basket-block a {
	color: #039BE5;
	border-bottom: 1px dashed;
	margin-right: 10px;
}
.bx-basket-block a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}


/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed{
		width: 200px;
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
	}
	.bx-basket-fixed.top	  {top:10px}
	.bx-basket-fixed.right  {right:10px}
	.bx-basket-fixed.bottom{bottom:10px}
	.bx-basket-fixed.left	 {left:10px}
	.bx-basket-fixed.bx-max-height{top:10px;bottom:10px;}
}
@media (max-width: 767px) {
	.bx-basket-fixed{
		/*width: 200px;*/
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.bx-basket-item-list{
		display: none;
	}
	/*.bx-basket-fixed */
}
.bx-basket-fixed .bx-basket-block{
	margin-left: 10px;
}
.bx-basket-item-list{
	position: relative;
	padding-bottom: 20px;
	border-top: 1px solid #F7F7F7;
	overflow: hidden;
}
.bx-opener .bx-basket-item-list{
	padding-bottom: 75px;
}
.bx-max-height .bx-basket-item-list{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.bx-closed .bx-basket-item-list{
	height: 20px;
	overflow: hidden;
}
.bx-basket-item-list-action{
	cursor: pointer;
	background: #F7F7F7;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 120;
	height: 20px;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #4f4f4f;
	padding: 3px 0;
}
.bx-basket-item-list-button-container{
	text-align: center;
	position: absolute;
	bottom: 20px;
	border-top: 1px solid #F7F7F7;
	padding: 10px 0;
	background: #fff;
	left: 0;
	right: 0;
}

.bx-basket-item-list-button-container a.btn
{
	color: #dddddd;
	text-decoration: none;
}

.bx-basket-item-list-button-container a.btn:hover,
.bx-basket-item-list-button-container a.btn:active
{
	color: #ffffff;
}

.bx-basket-item-list-container{
	overflow-y: auto;
	max-height: 100%
}
.bx-basket-item-list-item{
	padding-top: 15px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F7F7F7;
}
.bx-basket-item-list-container .bx-basket-item-list-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.bx-basket-item-list-item-status{
	font-weight: bold;
	padding: 3px;
	background: #EBEBEB;
	margin: 0 10px 20px;
	line-height: 16px;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
	white-space: normal;
}
.bx-basket-item-list-item-img{
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}
.bx-basket-item-list-item-img img{
	max-width: 90px;
	height: auto;
	border: 1px solid #E6E6E6;
}
.bx-basket-item-list-item-name
{
	padding-bottom: 5px;
}
.bx-basket-item-list-item-name a
{
	font-size: 13px;
	color: #3F3F3F;
	text-decoration: none;
	white-space: normal;
	line-height: 16px;
}
.bx-basket-item-list-item-remove{
	position: absolute;
	right: 10px;
	top: -7px;
	width: 20px;
	height:20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
	opacity: .5;
}
.bx-basket-item-list-item-remove:hover{
	opacity: .7;
}
.bx-basket-item-list-item-price-block{
	padding-bottom: 5px;
	font-size: 12px;
}
.bx-basket-item-list-item-price{
	display: inline-block;
	margin-right: 5px;
}
.bx-basket-item-list-item-price-old{
	display: inline-block;
	margin-right: 5px;
	text-decoration: line-through;
	color: #B0B0B0
}
.bx-basket-item-list-item-price-summ{}

.bx_cart_login_top .bx-hdr-profile a {
	text-decoration: none;
}
.bx_cart_login_top .bx-hdr-profile{
	line-height: 1.44em;
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_blue/components/bitrix/menu/bottom_menu/style.css?1706874793542*/
.bx-inclinksfooter a{border-bottom: none;}
.bx-inclinksfooter .bx-block-title{
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: 600;
}
.bx-inclinksfooter-container {
    margin-top: 15px;
    padding: 0;
    color: #fff;
    border-radius: 2px;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.bx-inclinksfooter-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.bx-inclinksfooter-item{
	padding: 0 0 5px 0;
}

/* End */


/* Start:/bitrix/templates/eshop_bootstrap_blue/components/bitrix/search.title/search-modul/style.css?17068747934188*/
.bx-searchtitle {
	margin: 10px 0 0;
}
.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-input-group:hover,.bx-searchtitle:hover{
	border:0px;
}
.bx-input-group{
	margin-bottom: 15px;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f8fafc;
	border-radius: 2px 0 0 2px;
	outline: none;
	box-shadow: none !important;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    box-sizing: content-box;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	background-color: #FFF;
	background-image: url(/bitrix/templates/eshop_bootstrap_blue/images/search.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 50%;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:6px 20px;
	border-radius: 0 2px 2px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	width:100%;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background-color: #ff9234;
}

.bx-input-group{
	padding:0px;
}
div.title-search-result {
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 370px;
	margin-top:-3px;
	background-color: #FFF;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/eshop_bootstrap_blue/components/bitrix/search.title/search-modul/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
	background: #fafafa;
	float: left;
	width: 67px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	margin-left: 70px;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: #4788cb;
	font-size: 13px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{color: #4788cb}
.bx_item_block.all_result a{
	margin-top: 0;
}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1706874798585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/eshop_bootstrap_blue/styles.css?170687479342237*/
h1,h2,h3,h4,h5,h6{
	font-family: Roboto, sans-serif;
	font-weight: 500;}
p{
	font-family: Roboto, sans-serif;
	font-size: 14px;
}
p.bxe-first-letter:first-letter, .bxe-first-letter-s{
	font-weight: bold;
	font-size: 56px;
	line-height: 56px;
	margin-right: 10px;
	float: left;
	vertical-align: top;

}
.lead {
	color: #757575;
  	margin-left: 40px;
  		padding:0 0 0 15px;
  	font-size: 13px;
  	font-weight: 300;
  	line-height: 1.4;
  	border-left: 3px solid #99cded;
}
@media (min-width: 768px){
	.lead {
	  	font-size: 16px;
  		margin-left: 20px;
	}
}

blockquote {
  	padding:0 0 0 15px;
  	margin: 0 0 20px 20px;
	border-left: 3px solid #c2c2c2;
}
blockquote p{
  	font-size: 20px;
  	font-style: italic;
	color: #757575;
  	font-family: Roboto, sans-serif;
}
@media (max-width: 768px){
	blockquote p {
	  	font-size: 16px;
	}
}

blockquote.bxe-quote {
	position: relative;
	padding-left: 70px;
	padding-top: 8px;
	min-height: 50px;
	border-left: none;
}
blockquote.bxe-quote:after{
	content: "";
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzOS45OTYgMzcuOTk1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzOS45OTYgMzcuOTk1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6I0Q2RDdENjsiIGQ9Ik0wLjAxLDM3Ljk5NXYtMTguMTFjLTAuMDc5LTIuNjA0LDAuMjk0LTUuMDQ5LDEuMTE4LTcuMzM4YzAuODI0LTIuMjg4LDEuOTgxLTQuMywzLjQ3Mi02LjAzNmMxLjQ5LTEuNzM1LDMuMjc2LTMuMTc2LDUuMzU2LTQuMzIxYzIuMDc4LTEuMTQzLDQuMzM1LTEuODczLDYuNzY4LTIuMTl2Ny44MTJjLTIuOTgzLDEuMDI3LTUuMDIzLDIuNTQ1LTYuMTIxLDQuNTU3Yy0xLjEsMi4wMTItMS42NDgsNC40NzktMS42NDgsNy4zOThoNy43Njl2MTguMjI4SDAuMDF6IE0yMy4yODEsMzcuOTk1di0xOC4xMWMtMC4wNzktMi42MDQsMC4yOTQtNS4wNDksMS4xMTgtNy4zMzhjMC44MjQtMi4yODgsMS45ODEtNC4zLDMuNDcyLTYuMDM2YzEuNDktMS43MzUsMy4yNzYtMy4xNzYsNS4zNTYtNC4zMjFjMi4wNzgtMS4xNDMsNC4zMzUtMS44NzMsNi43NjgtMi4xOXY3LjgxMmMtMi45ODMsMS4wMjctNS4wMjMsMi41NDUtNi4xMjEsNC41NTdjLTEuMSwyLjAxMi0xLjY0OCw0LjQ3OS0xLjY0OCw3LjM5OGg3Ljc2OXYxOC4yMjhIMjMuMjgxeiIvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	left: 10px;
	top: 10px;
	-webkit-background-size: 40px;
			background-size: 40px;
	width: 40px;
	height:40px;
}

hr{
	border: none;
	border-bottom: 1px solid #ccc;
}
hr.bxe-bolder{
	border-bottom-width: 5px;
}
hr.bxe-dashed{
	border-bottom-style: dashed;
	border-bottom-width: 2px;
}
hr.bxe-normal{}
hr.bxe-light{
	border-bottom-color: #e5e5e5

}
hr.bxe-dotted{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
}

/**/
.bg-primary	{background: #60aadb!important;color: #fff;}
.bg-success	{background: #64ba4e!important;color: #fff;}
.bg-info	{background: #9bc6dd!important;color: #fff;}
.bg-warning	{background: #fec139!important;color: #fff;}
.bg-danger{}
/**/
img.pull-left{
	padding: 5px 15px 5px 0;
}
img.pull-right{
	padding: 5px 0 5px 15px;
}
/**/
.alert{
	border: none;
	border-radius: 1px;
	font-size: 14px;
}
.alert.alert-note{
	background: #f2f2f3;
}
.alert.alert-sys{
	background: #f5f2ec;
	color: #81641F;
}
.alert.bxe-icon{
	padding-left: 90px;
	min-height: 100px;
	position: relative;
}
.alert.bxe-icon:after{
	left:22px;
	top: 20px;
	position: absolute;
	content: " ";
	width:48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
	background-image:url(/bitrix/templates/eshop_bootstrap_blue/images/editor_sprite.png);
	background-repeat: no-repeat;
}
.alert.bxe-icon.alert-success:after	{background-position:0 0}
.alert.bxe-icon.alert-info:after	{background-position:0 -50px}
.alert.bxe-icon.alert-warning:after	{background-position:0 -100px}
.alert.bxe-icon.alert-danger:after	{background-position:0 -200px}
.alert.bxe-icon.alert-note:after	{background-position:0 -150px}
.alert.bxe-icon.alert-sys:after		{background-position:0 -250px}

.bxe-aleft-title{
	font-weight: bold;
	padding-bottom: 5px;
}

.bx-panel-tooltip {
  z-index: 2210 !important;
  overflow: hidden !important;
  position: absolute !important;
  letter-spacing: normal !important;
  list-style: none !important;
  text-align: left !important;
  text-indent: 0 !important;
  text-transform: none !important;
  visibility: visible !important;
  white-space: normal !important;
  word-spacing: normal !important;
  vertical-align: baseline !important;
  margin: 0 !important;
  padding: 15px !important;
  float: none !important;
  text-decoration: none !important;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  border-radius: 1px !important;
  -webkit-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 12px 10px rgba(0,0,0,.25) !important;
  box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  border: 1px solid;
  border-color: #f0f0f0;
  background: #fff;
  color: #35414e;
  font-size: 14px;
}

/**/
tab,
tabsection,
.bxe-tab-title{
	display: block;
	padding: 5px;
	border: 1px dashed #ccc;
}
/**/
.bxe-list,
.bxe-list ul{
	list-style: none;
	margin: 5px 0;
	padding-left: 15px;
}
.bxe-list-default,
.bxe-list-default ul{
 }
.bxe-list .fa{
	color: #9fb2bd;
	margin-right: 6px;
}
/*my-style*/
body p, body .page p {
	margin-bottom: 12px;
	margin-top: 12px;
	font-family: Roboto, sans-serif;
	font-size: 18px;
}
body ul, body .page ul {
    font-size: 18px;
}
body.bx-background-image{
	background: url("/bitrix/templates/eshop_bootstrap_blue/images/background.png");
	background-size: 5px;
	background-repeat:repeat;
}
h1 {
	padding-bottom: 24px;
	padding-top: 24px;
	font-family: Roboto, sans-serif;
	color: #000;
	text-align: center;
}
.bxe-lis-blue .fa{
	color: #0083d1;
}
.bx-header-section{
	padding:0px;
}
.bx-top-nav-container{
	margin-top:0px;
}
.button{
	text-align: center;
	cursor:pointer;
	transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-webkit-transition: background .5s ease-in-out;
}
.button-orange{
	/* background: #ff9234; */
	background: #ed3237;
	color:#fff;
}
.button-orange:hover{
	background:#fff;
	/* color:#ff9234; */
	color:#ed3237;
}
.bx-logo .btn-menu{
	position:relative;
	display:none;
}
@media (max-width: 767px){
.bx-logo .btn-menu{
		display:block;
	}
}
.bx-logo .btn-menu span{
	/* background-color:#ff9234; */
	background-color:#ed3237;
}
.menu_btn{
	height:55px;
	margin: 0 auto;
	position: relative;
	/* background: #ff9234; */
	background: #ed3237;
	color:#fff;
	text-align: center;
	cursor:pointer;
	transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-webkit-transition: background .5s ease-in-out;

}
.burger-menu-btn{
	position:absolute;
	width: 100%;
}
.burger-menu{
	display: none;
}
.burger-menu>.btn-menu{
	position: relative;
	margin-right: 5px;
	margin-bottom: 0px;
}
.burger-menu>.btn-menu>span{
	background-color:#000;
}
.menu_btn:hover{
	background:#fff;
	/* color:#ff9234; */
	color: #ed3237;
}
.menu_btn:hover .btn-menu span{
	/* background: #ff9234; */
	background: #ed3237;
}
.btn-menu {
	position: absolute;
	left: 10%;
	color: inherit;
	cursor: pointer;
	transition: left .23s;
	z-index: 3;
	width: 25px;

	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}
.btn-menu-top{
	width:35px;
	margin-bottom: 0px;
}
.btn-menu-top{
	background-color: #fff;
    border-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 6px;
    display: inline-block;
    margin-top: 13px;
	padding-top: 8px;
}
.menu-active .bx-inclinksfooter-container{
	display:block;
	position: absolute;
    z-index: 100;
	margin-top: 0px;
}
.burger-menu .bx-inclinksfooter-container{
	margin-left: -15px;
	width: 70%;
	min-width:150px;
}
.menu-active .bx-inclinksfooter-container .bx-inclinksfooter-list>li{
	display:block;
	float:none;
	padding-left:0px;
	padding-right:0px;

}
.menu-active .bx-inclinksfooter-container .bx-inclinksfooter-list>li a{
	padding-left: 15px;
	display: block;
    /*line-height: 31px;*/
    padding: 12px 12px 12px 25px;
    line-height: initial;
}
.menu-active .bx-inclinksfooter-container .bx-inclinksfooter-list>li a:hover{
	/* color:#ff9234; */
	color:#ed3237;
	background: aliceblue;
}
.btn-menu-top span{
	background-color:#000;
	display:block;
	font-size: 16px;
    font-family: roboto, sans-serif;
    font-weight: 200;
  	height: 3px;
  	margin: 5px 0 0;
  	position: relative;
}
.menu_btn>span{
	display:block;
	padding-top:15px;
	font-size: 16px;
    font-family: roboto, sans-serif;
    font-weight: 200;
}
.menu_btn nav{
	display:none
}
.menu_btn nav li{
	font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
	text-align:left;
    display: block;
    color: #000000;
   	padding: 0px 0px 0px 25px;
	border-bottom: 1px solid #DBDBDB;
}
.menu_btn nav li a{
	display:block;
	line-height:40px;
}
.menu_btn nav li:hover{
	background:#c2d7ec;
	color:#fff
}
.menu-btn-z{
	z-index:10;
	margin-bottom:12px;
	padding-right:0px;
}
.menu-active nav{
	display:block;
	background:#FFF;
	width:100%;
	top:100%;
}
.menu-active .first{
	transform: rotate(45deg);
	top: 7px;
}
.menu-active .second{
	opacity: 0;
}
.menu-active .third{
	transform: rotate(-45deg);
	top: -9px;
}
.btn-menu span{
  	display: block;
  	height: 3px;
  	background-color: #fff;
  	margin: 5px 0 0;
  	position: relative;
}
.btn-menu span.first,.btn-menu-top span.first{
  	margin-top: 0;
}
.hidden-menu-ticker {
  	display: none;
}
.bx-header .bx-header-section {
	margin-top:2%;
	background:transparent;
}
.search_wrapper{
	padding: 12px 0px;
	background: #0083d1;
	padding-bottom:0px;
}
.search_wrapper .bx-searchtitle{
	margin:0px;
}

.search_wrapper .bx-searchtitle .bx-input-group input{
	height:55px;

}
#title-search-input{
	color: #656565;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    text-indent: 6px;
}
.bx-searchtitle .btn{
	height:54px;
	padding: 6px 20px;
}
.top-nav-wrapper{
	display: block;
	height: 62px;
	border-top: 0px;
    margin: 0px auto;
	background: #fff;
    box-shadow: 0px 0px 11px -4px #000;
	margin-top: 24px;
}
.top-nav-wrapper .bx-inclinksfooter-list>li{
	position: relative;
	float: left;
	height: 24px;
	padding: 0px 8px;
	margin:20px 0px;
    font-family: Roboto Light;
    font-weight: 300;
    line-height: 24px;
}

.top-nav-wrapper .bx-inclinksfooter-list>li a{
	padding-top: 6px;
    padding-bottom: 2px;
	border-bottom: 0;
    border-radius: 1px;
	color: #000;
	font-family: Roboto, sans-serif;
	font-size: 18px;
    font-weight: 200;
    text-decoration: none;
}
.top-nav-wrapper .bx-inclinksfooter-list>li a:hover{
	/* color:#ff9234; */
	color:#ed3237;
}
.top-nav-wrapper .bx-inclinksfooter-container{
    margin-top: 0px;
}
.top-nav-wrapper .bx-inc-orginfo{
	margin-top:13px;
}
.top-nav-wrapper .bx-inc-orginfo span{
	color: #000;
	font-weight: 200;
}
.top-nav-wrapper .bx-inc-orginfo{
	margin-top:5px;
    text-align: right;
}
.top-nav-wrapper .bx-inc-orginfo span{
	color: #595959;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    font-size: 18px;
}

.blockmenu2 {
	padding: 18px;
    background: #fff;
    text-align: center;
}
.blockmenu2 p{
	color:#000;
	font-size:15px;
}
.inblockmenu2 li:nth-child(1) {
    border-left: 0px solid #eaeaea;
}
.inblockmenu2 li {
    display: inline-block;
	width: 12.2%;
    vertical-align: top;
    text-align: center;
    border-left: 1px solid #eaeaea;
}
.inblockmenu2 img {
    width: 34%;
    color: #fff;
    transition: 0.5s;
}
.inblockmenu2 img:hover {
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-o-transform: rotate(15deg);
}

.bx-header>.bx-header-section{
	padding:0px;
}
.bx-hdr-profile{
    position: relative;
    margin-bottom: 0px;
    padding: 11px;
    width: auto;
	background: #fff;
    box-shadow: 1px 1px 7px -3px #000;
	float:right;

}
.bx-hdr-profile li a{
	border-bottom:0px;
	text-decoration: none;
    color: #000;
    line-height: 24px;
}
.bx-hdr-profile li a:hover{
	/* color: #ff9234; */
	color: #ed3237;
}
.bx-hdr-profile li{
	font-family: Roboto, sans-serif;
    font-weight: 500;
    padding-right: 12px;
    margin-left: 12px;
    line-height: 24px;
	font-size: 14px;
    display: block;
    height: 24px;
    float: left;
    color: #000;
}
.bx-logo-block img{
	display: table-cell;
	width:100%;
    vertical-align: top;
	min-width: 270px;
}
.bx-logo .bx-logo-block{
	display: inline-block;
	height: auto;
}
.bx-logo>.bx-opener{
	margin-top: 5px;
}
.buycart{
	border: 1px solid rgba(255, 255, 255, 0);
	/* background: #ff9234; */
	background: #ed3237;
	color: #fff;
    font-size: 18px;
	max-width:100px;
    text-decoration: none;
	transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -webkit-transition: background .5s ease-in-out;
	max-width: 100px;
    width: auto;
    display: inline-block;
}
.cart{
	text-align: center;
    display: inline-block;

}
.buycart a{
    color: inherit;
    padding: 8px;
    display: block;
    height: 70px;
}
.buycart svg{
	height:100%;
}
.buycart svg path{
	fill:#fff;
}
.buycart:hover svg path{
	/* fill:#ff9234; */
	fill:#ed3237;
}
.buycart:hover{
	/* border:1px solid #ff9234; */
	border: 1px solid #ed3237;
	background:#fff;
	/* color:#ff9234; */
	color: #ed3237;
}
.bx-opener{
	display: inline-block;
    text-align: center;
    position: relative;
	border: 2px solid transparent;
	width:100%;
}
.bx-basket-block ul{
	padding:0;
}
.bx-basket-block ul li{
	display: block;
    height: 24px;
    float: left;
	font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #000;
}
.bx-basket-block{
	padding-left:0px;
}
.tabsblock{
	margin: 0px;
    padding: 0px;
    list-style: none;
    outline: none;
}
.tabsblock .nav-tabs {
	background:#fff;
	text-align: center;
	display: flex;
}
.tabsblock .nav-tabs > li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-basis: 20%;
    float: none;
    min-width: 220px;
    width: 100%;
    border-left: 1px solid #cbcbcb;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: #000;
    border-right: 0px;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}
.tabsblock .nav-tabs li:last-child {
    border-right: 1px solid #cbcbcb;
}
.tabsblock .nav>li.active, .nav-tabs>li:hover {
	border: 0px solid;
	/* background-color: #ff9234; */
	background-color: #ed3237;
    cursor: default; 
}
.tabsblock>.nav>li>a {
	border: 1px solid transparent;
    border-radius: 0;
	padding: 42px 14px;
	font-size: 21px;
    line-height: 1.42857143;
    color: #000;
}
.tabsblock .nav>li.active, .nav-tabs>li:hover a {
	color: #fff;
	background: none;
}
.tabsblock .nav-tabs .active{
	background:#ccc;
	/* border-top: 1px solid #ff9234; */
	border-top: 1px solid #ed3237;
}
.tab-content {
    padding-top: 3%;
    padding-bottom: 5%;
	background: #efefef;
}
.tab-content .tab-pane {
    display: none;
}
.tab-content .active{
	display:block;
}
.slider .slick-arrow {
	position:absolute;
	top:50%;
	display: block;
	width: 50px;
	height: 50px;
	border-radius:60px;
	border: none;
	padding: 1px;
	z-index:2;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 30px;
	opacity:0.5;
	font-size: 0; 
	line-height: 0;
	color: transparent;
	outline: none;
	cursor: pointer;
	-webkit-transform: translate(0, -50%); 
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #000;
	color: #fff;
	background-image: none;
}

.slider .slick-arrow::after {
  content: '';
  display: block;
  position: absolute;
  font-size: 15px;
  border: 2px solid #fff;
  width: 1em;
  height: 1em;
  top: calc(50% - .5em);
  transform: rotate(45deg);
}

.slider .slick-arrow:hover{
	opacity:0.7;
}

.slider .slick-prev {
	left:10px;
}

.slider .slick-prev::after {
  border-right: 0;
  border-top: 0;
  left: calc(55% - .5em);
}

.slider .slick-next {
	right:10px;
}

.slider .slick-next::after {
  border-left: 0;
  border-bottom: 0;
  left: calc(45% - .5em);
}


.slick-slider:focus,.slick-slider:active{
	outline:none
}
.blockinslide {
    position: absolute;
    top: 19%;
	right: 5%;
    width: 25%;
	display: block;
    z-index: 9999;

    color: #fff;
}
.blockinslide h1{
	color:#fff;
}
.blockinslide a {
	position: relative;
	top: 1px;
	padding: 17px 43px;
	/* background: #ff9234; */
	background: #ed3237;
	font-size: 19px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	color: #fff;
    /* border: 2px solid #ff9234; */
    border: 2px solid #ed3237;
}
.blockinslide a:hover {
    background-color: #fff;
    /* border: 2px solid #ff9234; */
    border: 2px solid #ed3237;
    /* color: #ff9234; */
    color: #ed3237;
}
span.lineinslide {
	display: block;
	height: 5px;
    width: 25%;
    background: #fff;
}
.uslugi{
	padding-right: 15px;
}

span.priceinslide {
	position: relative;
	left: 5%;
	top: 8px;
	font-family: Roboto, sans-serif;
    font-size: 42px; 
    font-weight: 300;
}
.usluguWrapper{
	background:#FFF;
	padding:0px 0px;
	/*padding-top:2%;*/
}
.sliderUslugi {
	position:relative;
}
.sliderUslugi img{
	width:100%;
}
.buttonslideinuslug {
    position: absolute;
    transition: 0.5s;
    right: 40%;
    border: 1px solid #fff;
    color: #000;
    /* padding: 10px 23px; */
    z-index: 9;
    bottom: 20%;
    /* background: #ff9234; */
    background: #ed3237;
    color: #fff;
}
.buttonslideinuslug:hover {
    background: #fff;
    color: #ff7d06;
    border: 1px solid;
}
.buttonslideinuslug:hover a {color: #ff7d06;}
.buttonslideinuslug a {
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    float: left;
    padding: 19px 62px;
    width: 100%;
}


.uslugi div{
	padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 0px;

}
.uslugi a:hover{
	opacity:0.9;
}
.uslugi:last-child{
	padding-left:0px!important;
}
.aboutWrapper{
	background:#FFF;
	padding-bottom: 74px;
}
.zaslugblock {
    display: inline-block;
}
.zaslugblock div{
	margin-bottom:10px;
	display: flex;
	align-items: center;
}
.zaslugblock img{
	float:left;
	max-width: 50px;
	display: inline-flex;
}
.zaslugblock p{
	display: inline-flex;
}
.uppercase{
	text-transform:uppercase;
}
.bestWrapper{
    overflow: hidden;
    border-top: 1px solid #c6c6c6;
}
.sectionLogoWrapper{
	background:#FFF;
}
.bx_catalog_list_home.col3 .bx_catalog_item{
	
	border:1px solid #f1f1f1;
}
.catalog_item_title{
	text-align:center;
	text-decoration: none;
    margin-top: 16px;
    margin-bottom: 7px;
    padding: 0px 19px;
    display: block;
    color: #000;
    height: 72px;
    overflow: hidden;
	font-family: Roboto, sans-serif;
    font-size: 18px;
}
.catalog_item_title a{
	color: #000;
}
.bx_catalog_list_home .bx_catalog_item_title a{
    margin-top: 16px;
    margin-bottom: 7px;
    padding: 0px 19px;
    display: block;
    color: #000;
    height: 72px;
    overflow: hidden;
	font-family: Roboto, sans-serif;
    font-size: 18px;
}
.bx_catalog_item_price{
	margin-top:10px;
	text-align:center;
}
.catalog_item_title a:hover{
	/* color:#ff9234; */
	color:#ed3237;
}
.bx_price{

}
.bx_catalog_list_home .bx_catalog_item_title a{

}

.bx_catalog_item_controls_blocktwo  .bx_medium.bx_bt_button{
	/* background: #ff9234; */
	background: #ed3237;
    font-family: Roboto, sans-serif;
    line-height: 31px;
    display: block;
    height: 31px;
    clear: right;
    border: 1px solid #fff;
    /* float: right; */
    float: none !important;
    color: #fff !important;
    max-width: initial !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 10px;
	text-shadow:none;
	border-radius:0px;
	font-size: 18px;
    font-weight: 200;

}
.bx_catalog_list_home{
	margin-bottom:0px;
}
.bx_catalog_item_controls_blocktwo  .bx_medium.bx_bt_button:hover{
	/* color:#ff9234!important; */
	color:#ed3237!important;
	/* border:1px solid #ff9234; */
	border:1px solid #ed3237;
	background:#fff;
}
.best{
	text-align:center;
	background-image: url(/images/skidki.png);
    background-repeat: no-repeat;
    background-size: 29%;
}
.button-more{
	display:inline-block;
	padding: 15px;
    color: #fff;
    font-size: 18px;
	margin:50px auto;
	/* border:1px solid #ff9234; */
	border:1px solid #ed3237;
}
.bx-footer{
	padding-bottom: 0px;
	background:#1162b4!important;
}
.bx-footer nav{
	display: inline-block;
}
.bx-footer nav ul{
    text-align: left;
}
.bx-inclogofooter{
	    margin-top: 15px;
}
.bx-inclogofooter-logo img{
	max-width:250px!important;
}
.bx-footer ul li a{
	text-decoration: none;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 18px;
	font-weight:200;
}
.bx-footer ul li a:hover{
	/* color: #ff9234; */
	color: #ed3237;
	border-bottom:0px;
}


/* SIDEBAR CATALOG */
.container.bx_catalog_text,
.container.bx_catalog_text .bx_catalog_text_ul {
	width:100%;
}
.container.bx_catalog_text {
	margin-bottom: 0;
}
.container.bx_catalog_text .bx_catalog_text_ul {
    float: left;
}
.bx_catalog_text .bx_catalog_text_ul li {
    margin: 0 0 10px;
	width: 100%;
}
.bx_catalog_text .bx_catalog_text_title a {
	white-space: normal;
	font-weight: 700;
	line-height: 1;
    display: block;
}
.bx_catalog_text .bx_catalog_text_title a:hover {
	text-decoration: underline;
}
.noUi-tooltip {
	background: #1161b4;
	padding-top: 0;
	padding-bottom: 0;
}
/* SIDEBAR CATALOG -- END */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?14865218712530*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */

.contacts-footer table{
	margin-top:15px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 18px;
	font-weight:200;
	line-height: 30px;
	width:100%;
}
.contacts-footer table td{
	color: #fff;
    font-family: Roboto,sans-serif;
    font-size: 18px;
    padding-right: 27px;
}
.contacts-footer table td:last-child{
	padding-right: 0px;
	text-align:right;
}
.bx-inclogofooter-logo{
	display: block;
    text-align: right;
    margin-right: -10px;
}
.bx-footer-section.bx-center-section>div{
margin-bottom:0px;
}
.bx-inclogofooter-logo img{
    display: block;
	margin:0 auto;
}
#more:nth-clild(n>1){
	display:none
}
.wrap-container{
	background: #fff;
}
.dbg_title{
	background: #fff;
}
.breadcrumb-wrap{
	background: #fff;
}
.bx_catalog_list_home.bx_blue .bx_bt_button, .bx_catalog_list_home.bx_yellow .bx_bt_button{
	height:31px;
	line-height:31px;
	/* background: #ff9234; */
	background: #ed3237;
    font-family: Roboto, sans-serif;
	border-radius:0px;
	font-size: 18px;
    font-weight: 200;
	color:#fff;
	text-shadow: 0 0px 0 transparent;
	margin: 0px 5px;
    margin-bottom: 10px;
}
.bx_catalog_list_home.bx_blue .bx_bt_button:hover, .bx_catalog_list_home.bx_yellow .bx_bt_button:hover{
	background: transparent;
	/* border:1px solid #ff9234; */
	border:1px solid #ed3237;
	/* color:#ff9234; */
	color:#ed3237;

}
.popup-window-titlebar-text{
	font-family: Roboto, sans-serif;
	font-weight: 200;
}
.bx_catalog_list_home .bx_catalog_item_price .bx_price{
	text-align: center;
    font-size: 18px;
    font-family: Roboto;
	font-weight:200;
}
.bx_catalog_text .bx_catalog_text_category_title a{
	font-size: 1em;
	color:#000;
	font-family:Roboto, sans-serif;
}
.bx-content{
	padding-right: 0px;
	padding-left: 0px;
}
.btn-themes, .btn-link{
	background: #1161b4!important;
    line-height: 25px;
    font-family: Roboto;
	font-weight:200;
    display: block;
    height: 25px;
    color: #fff!important;
    width: 83px;
    cursor: pointer;
    border: 0;
    text-align: center;
    text-decoration: none;
	padding:0px;
	border-radius:0px;
	margin-left:10px;
	margin-bottom: 26px;
}
.btn-themes{
	float:left;
}
.btn-link{
	float:right;
}

.btn-themes:hover, .btn-link-my:hover{
	background:#1b33cc!important;
	color: #fff!important;
}
.bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout{
	text-shadow: 0 0px 0 transparent;
	font-family:roboto;
	font-weight:200;
    /* background: #ff9234; */
    background: #ed3237;
    color: #fff;
    text-align: center;
    cursor: pointer;
	border-radius:0px;
	/* border:1px solid #ff9234; */
	border:1px solid #ed3237;
}
.bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout:hover{
	background: #fff;
	/* border:1px solid #ff9234; */
	border:1px solid #ed3237;
	/* color:#ff9234; */
	color:#ed3237;
}
span.heading {
    font-family: Roboto ;
    font-weight: 300;
    font-size: 14px;
    display: block;
    text-align: center;
    color: #fff;
    background: #1b33cc;
    line-height: 40px;
    margin-bottom: 12px;
}
.bx_ordercart_order_table_container thead td{
	font-weight:200;
	font-family:roboto;
	font-size:15px!important;
	background: #F2F2F2;
    border-right: 1px solid #F9F9F9;
    color: #000000;
	padding: 12px;
    text-align: center;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto{
	width:auto;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a{
	font-family: Roboto ;
    font-weight: 500;
	font-size: 16px;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a:hover{
	color: #334add;
}
.bx_ordercart .bx_ordercart_order_table_container table tbody tr td{
	vertical-align:middle;
	font-size:16px!important;
	font-family: roboto;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price{
	font-size:16px!important;
	font-weight:200!important;
}
.bx_ordercart .bx_sort_container a.current{

}
.sum{
		color:#1161b4;
}
.filter, .catalog-section{
	padding-right: 5px;
    padding-left: 5px;
}
::selection {
	/* background: #eba733; */
	background: #e95a5e;
	color:#fff;
}
::-moz-selection {
	/* background: #eba733; */
	background: #e95a5e;
	color:#fff;
}
::-webkit-selection {
	/* background: #eba733; */
	background: #e95a5e;
	color:#fff;
}
.uslugi{
	font-size:14px;
}
.cartblockinhead{
	padding:0px;
	float:right;
}
.cart{
	padding:0px;
}
.page a{
	font-weight:700;
	color:#337ab7;
}
.page a:hover{
	color:#23527c;
}
.page{
	padding-bottom:24px;

}
.page p{
	font-size: 16px;
}
.page ul{
	list-style: circle;
    font-family: Roboto;
	padding-left:0px;
	font-size: 15px;
}
.page-images-gotovoe-reshenie{
	float: right;
	 margin-left: 5px; 
	width: 150px;

}
.page-images-gotovoe-reshenie a{
	font-size:12px;
	font-weight:200;
}
.table td,.table th{
	color:#000;
	border:1px solid #000!important;
}
.table tr:first-child{
	font-weight:700;
}

.page a.red-link{
	color:red;
	font-weight:200;
}
.red-link:hover{
	text-decoration:underline;
}
.center{
	text-align:center;
}
.page img{
margin:5px;
}
page h1{
	margin-top:0px;
}
.page .link-lite{
	font-weight:200;
}
.contacts-table tr:first-child{
	font-weight:700;
}
.bx_mfeedback{
	font-family: roboto,sans-serif;
    font-size: 14px;
}
.map ifarame{
	width:100%;
}
.cert{
	height:200px;
}
.underline{
	text-decoration:underline;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable{
	display:block;
	float:right;

}
.bx_catalog_item_controls{
	padding-top: 5px;
}
.btn{
		width: 60%;
	}
.bx-context-toolbar-empty-area{
	margin-bottom:12px;
}
.bx-filter-block .btn{
	width:80px;
}
#bx-soa-order .btn{
	width:auto;
}
.uslugi img{
width:100%;
}
.bx_ordercart table td div{
	display:inline-block;
}
.bx_ordercart table .itemphoto div{
	display:block;
}

.table{
	font-family:Roboto;
}
.bx_catalog_item_price>.bx_catalog_item_controls_blocktwo{
	display:inline-block;
	padding-top:15px;
}
.form-contact{
	min-width:300px;
	max-width:350px;
	/* padding-left: 0px; */
}
.table-calc {
	border:1px solid #ccc;
}
.table-calc td{
	padding:5px 8px;
}
.calc-button{
	padding:5px 10px;
	/* background:#ff9234; */
	background:#ed3237;
	color:#fff!important;
	/* border:1px solid  #ff9234; */
	border:1px solid  #ed3237;
	font-family:roboto;
	font-weight:200;
}
.calc-button:hover{
	background:#fff;
	/* border:1px solid  #ff9234; */
	border:1px solid  #ed3237;
	/* color:#ff9234!important; */
	color:#ed3237!important;
}
iframe{
width:100%;
}
.menu_span{
	margin-left:15px;
}
.cart.bx-logo{
	margin-top: 15px;
}
.m_table{
display:none;
}

.bx_catalog_list_home .bx_catalog_item_images {
	z-index: 9;
}

.bx_catalog_item_images:hover {
transform: scale(2.5);
}
.blockinslide.btn-bottom {
    bottom: 25px;
    top: unset;
}
.blockinslide.btn-center {
    width: 100%;
    text-align: center;
    right: unset;
}
/* ADAPTIVE RESPONSIVE */
@media screen and (max-width: 1870px) {.buttonslideinuslug {right: 39%; } }
@media screen and (max-width: 1713px) {.buttonslideinuslug {right: 38%; } }
@media screen and (max-width: 1600px) {
    .blockinslide a {padding: 17px;}
    span.priceinslide {font-size: 34px;}
}
@media screen and (max-width: 1578px) {
	.buttonslideinuslug a {
		color: #fff;
		text-decoration: none;
		overflow: hidden;
		float: left;
		padding: 16px 58px;
		width: 100%;
	}	
}
@media screen and (max-width: 1433px) {
	.buttonslideinuslug a {
		color: #fff;
		text-decoration: none;
		overflow: hidden;
		float: left;
		padding: 12px 49px;
		width: 100%;
	}
}


@media screen and (max-width: 1420px){
	.slider h1{
		padding:0px;
	}
	.slider p{
		font-size: 14px;
	}
}
@media screen and (max-width: 1376px) {
	.buttonslideinuslug a {
		color: #fff;
		text-decoration: none;
		overflow: hidden;
		float: left;
		padding: 11px 45px;
		width: 100%;
	}
}
@media screen and (max-width: 1300px) {
    .tabsblock .nav-tabs>li>a {padding: 30px 5px;}
}
@media screen and (max-width: 1291px) {
	.buttonslideinuslug {right: 37%; }
	.buttonslideinuslug a {
		color: #fff;
		text-decoration: none;
		overflow: hidden;
		float: left;
		padding: 10px 50px;
		width: 100%;
	}
}

@media screen and (max-width: 1240px){
	.inblockmenu2 li{
		width:12%;
	}
	.btn{
		width: 60%;
	}
}

@media screen and (max-width: 1226px) {.buttonslideinuslug {right: 36%; } }

@media screen and (max-width: 1200px){
	.top-nav-wrapper .bx-inclinksfooter-list>li a{
		font-size: 14px;
	}
	.slider h1{
			font-size: 20px;
		}
	.slider span.priceinslide{
		font-size: 28px;
		top:0px;
		}
	.slider a{
		padding: 10px 25px;
		font-size:16px;
		}
	.slider p{
		font-size:13px;
		}
}

@media screen and (max-width: 1130px) {
	.tabsblock .nav-tabs > li {min-width: unset;}
	.tabsblock .nav-tabs > li > a {padding: 10px 5px;}
}

.bx-soa-cart-total-button-container .btn{
	float:none;
}
.bx_slider_conteiner{

}
.breadcrumb-wrap h1{
	margin-top:0px;
}
.bx-google-map{
	width: 100%!important;
}
.strong{
	font-weight:700;
}
.span-hr{
	display: block;
    height: 3px;
    background: #ccc;
    margin: 10px auto;
    width: 40%;
}
@media screen and (max-width: 1024px) {
    .blockinslide a {padding: 10px;}
    span.priceinslide {
        font-size: 28px;
        vertical-align:middle;
    }
    .tabsblock .nav-tabs>li>a {font-size: 15px;}
}
@media screen and (max-width: 959px) {
	.buttonslideinuslug a {
		color: #fff;
		text-decoration: none;
		overflow: hidden;
		float: left;
		padding: 6px 46px;
		width: 100%;
	}
}
@media screen and (max-width: 910px){

	.top-nav-wrapper nav{
		display:none;
	}
	.burger-menu{
		display:block;
	}
	.bx-inc-orginfo-phone{
		float:right;
	}
	.tabsblock .nav-tabs>li{
		display:block;
		margin:0 auto;
	}
	.inblockmenu2 li{
		width:24%;
	}
	.slider span.priceinslide{
		display:none
	}
    .tabsblock .nav-tabs li:nth-child(2n+2) {
        border-left: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px){

.container {
	width:100%
}
}
@media screen and (max-width: 768px){

	.btn{
	width:60%;
	float:right;
	}
	.bx-logo-block img {
		width: 60%;}
	.page h2{
	font-size: 15px;
		}
	.logo-img {
		width:100%;
	}
	.logo-img img{
		display:block;
		width:50%;
		margin:0 auto;
	}
	.menu_btn{
		max-width: 360px;
	}
	.tabsblock .nav-tabs {flex-wrap: wrap;}
	.tabsblock .nav-tabs li {
		flex-basis: 40%;
		margin: 10px auto;
	}
	.tabsblock .nav-tabs li:nth-child(1), .tabsblock .nav-tabs li, .tabsblock .nav-tabs li:nth-child(2n+2) {
		border: 1px solid #cbcbcb;
	}
}

@media screen and (max-width: 660px){


	#basket_items .itemphoto{
		display:none;
	}
	#basket_items  thead td:first-child{
		display:none;
	}

}
@media screen and (max-width: 530px){
	#basket_items .itemphoto{
		display:block;
	}
	#basket_items  thead td:first-child{
		display:block;
	}
	.menu-btn-z{
		padding-right:15px;
	}
}

@media screen and (max-width: 576px){
	.inblockmenu2 li{
		display: block;
		width: 100%;
		border-left: 0px;
	}
	.sectionLogo h1{
		    font-size: 25px;
		}
	h1.bx-title{
			font-size: 28px;
		}
}

@media screen and (max-width: 480px) {
	.news-list__image-link {
		height: 100%;
	}
	.news-list__image {
		max-height: 100%;
		width: auto;
		margin: 0 auto !important;
		display: block;
	}
}

@media screen and (max-width: 470px){
	.bx-inclogofooter-logo{
		display:block;
		}
	/*.bx-inclogofooter-logo:last-child{
		margin-top: 30px;
    	border-top: 2px solid #ccc;
		}*/
	.sectionLogo h1{
		    font-size: 19px;
		}
	.m_table{
		display:block;
	}
	.m_hidden{
		display:none;
	}
	.tabsblock .nav-tabs li {
		flex-basis: 90%;}
}
@media screen and (max-width: 410px){
	#title-search-input{
		width:100%;
	}
	h1.bx-title{
			font-size: 22px;
		}
}

.bx_catalog_list_home .bx_catalog_item_price {
	z-index: 11;
}

.bx_catalog_list_home .bx_catalog_item_price span {
    display: block;
    font-size: inherit;
    line-height: 1em;
}

.roz_price {
    font-family: Roboto;
    font-weight: normal;
    color: #a5a5a5;
    line-height: 1.1em;
}

.bx_item_detail .item_old_price.roz_price {
    text-decoration: none;
    line-height: 2em;
}

.bx_catalog_item_controls {
	float: inherit;
	margin: 0 auto;
}

.bx_item_detail .item_buttons_counter_block [id$="compare_link"] {
  margin-top: 10px;
}
.bx_item_detail .item_buttons_counter_block [id$="compare_link"]:hover {
  background-color: #fff;
}

.popup-window-buttons .bx_item_detail .bx_bt_button {
	width: 225px;
}

.bx-searchtitle .bx-input-group-btn button:hover {
	background-color: #ed3237;
}

.news-list__text {
	font-size: 18px;
}

.offer__text {
	font-size: 18px;
}

#alx_feed_back_FID1 .afbf_checkbox input[type="checkbox"]:checked + .afbf_checkbox_box .afbf_checkbox_check::before,
#alx_feed_back_FID1.floating_labels .afbf_item_pole.is_filled .afbf_name,
#alx_feed_back_FID1.floating_labels .afbf_item_pole.is_focused .afbf_name {
    color: #ed3237;
}

@media (max-width: 991px) {
  .offer__picture {
    max-width: unset;
    flex-basis: 30%;
    flex-grow: 1;
  }
  .offer__summary {
    flex-basis: 70%;
    flex-grow: 1;
  }
}

.usefulWrapper, .salesWrapper {
	background-color: #fff;
	margin-bottom: 30px;
}

.main-slider .slick-slider {
	margin-bottom: 15px;
}
.main-slider .slider .slick-dots {
	bottom: -15px;
}

.usluguWrapper {margin-bottom: 30px;}
.tabsblock {margin-bottom: 30px;}
.aboutWrapper {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.usefulWrapper, .aboutWrapper, .salesWrapper {
    position: relative;
}
.usefulWrapper::before, .aboutWrapper::before, .salesWrapper::before {
    content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	opacity: 0.15;
	z-index: 1;
}
.usefulWrapper::before {
	background-image: url('/images/modulman-bw-1.1.png');
	background-image: url('/images/modulman-bw-1.png');
	background-size: 25%;
	background-position: -50px -40px;
	background-position: right -40px;
}
.aboutWrapper::before {
	background-image: url('/images/modulman-bw-2.1.png');
	background-image: url('/images/modulman-bw-2.png');
	background-size: 35%;
	background-position: -70px top;
	background-position: right top;
}
.salesWrapper::before {
	background-image: url('/images/modulman-bw-3.png');
	background-image: url('/images/modulman-bw-3.1.png');
	background-size: 20%;
	background-position: left top;
	background-position: right top;
}

.usefulWrapper .row, .aboutWrapper .about, .salesWrapper .row {
    z-index: 1;
    position: relative;
}

.bx_catalog_list_home .bx_stick {
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url('/bitrix/catalog.section/.default/images/stick.png') left center no-repeat;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 0 #ba3434;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background-size: contain;
}
.bx_catalog_list_home .bx_stick.left,
.bx_catalog_list_home .bx_stick_disc.left {
	left: 0;
}
.top-nav-wrapper .bx-inclinksfooter-list > li a.current {
    color: #ff0a21;
}
.news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -15px;
        margin-top: -15px;
        margin-bottom: -15px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	margin-top: 15px;
	margin-bottom: 65px;
	color: #fff;
}
.news-list__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
	min-width: 310px;
	padding: 15px;
}
.news-list__item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: none;
    color: inherit;
    height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 22px;
    position: relative;
}
.news-list__item-wrap, .news-list__item-wrap::before {
    -webkit-transition: .33s ease;
    -o-transition: .33s ease;
    transition: .33s ease;
}
.news-list__item-wrap::before {
    content: '';
    display: block;
    position: absolute;
    opacity: 0;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    border: 1px solid #fff;
    z-index: 1;
}
.news-list__item-wrap:hover::before {
    opacity: 1;
}
.news-list__item-wrap::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 0;
}
.news-list__item-wrap:hover::after {
    background-color: rgba(0,0,0,.75);
}
.news-list__item-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 1;
}
.news-list__item-title {
    font-weight: 400;
    margin: 0 0 .5em;
    font-size: 24px;
	color: #fff;
	text-decoration: none;
}
.news-list__item-description {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    font-weight: 300;
    font-size: 15px;
    opacity: 0;
    overflow: hidden;
    height: auto;
	color: #fff;
}
.news-list__item-wrap:hover .news-list__item-description {
    opacity: 1;
    min-height: auto;
}
.news-list__button {
    transition: background-color .3s ease-in-out;
}
.news-list__button:hover {
    background-color: #ed3237;
}
.sectionMap {
    background: #FFF;
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_blue/template_styles.css?170687479316742*/
@media (max-width:767px){#bx-panel{display:none !important}}
body {
	background: #fff;
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body.bx-opened {
	overflow: hidden;
}

.wrap,
.bx-wrap,
.bx-wrapper{
	position: relative;
}

body.bx-background-image{
	position: relative;
	background-color: #fff;

}
@media (min-width: 992px) and (max-width:1199px){
	body.bx-background-image{

	}
}
@media (min-width: 768px) and (max-width: 991px){
	body.bx-background-image{

	}
}
@media (max-width: 767px) {
	body.bx-background-image {
		
	}
}

body.bx-background-gradient{
	background: rgb(246,247,251);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjdmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(246,247,251,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,247,251,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7fb', endColorstr='#ffffff',GradientType=0 );
	background-attachment: fixed;
}

.icon-empty {
	opacity: 0;
}

a {
	text-decoration: none;
}

a:active,
a:hover {
	border-color: transparent;
	text-decoration: none;
}

a,
.container {
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.bx-header {}
/*Logo*/

.bx-logo {
	text-align:center;
}

.bx-logo .bx-logo-block {
	display: block;
	height: 50px;
	border-bottom: none;
}

.bx-logo-text,
.bx-logo-text:hover,
.bx-logo-text:active {
	font-size: 32px;
	font-weight: 700;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 37px;
	text-decoration: none;
	border: none;
	vertical-align: bottom;
}

.bx-logo-text small {
	font-size: 37px;
}

.bx-logo-desc {
	text-transform: uppercase;
	display: block;
	font-weight: 700;
	font-size: 13px;
	line-height: 10px;
	color: #b8b8b8;
}

@media (max-width: 767px) {
	.bx-logo {
		
	}
	.bx-logo .bx-logo-block {
		text-align: center;
		height: 30px;
	}
	.bx-logo-text {
		font-size: 24px;
		color: #fff;
		line-height: 30px;
		vertical-align: middle;
	}
	.bx-logo-text:hover,
	.bx-logo-text:active {
		color: #fff;
	}
	.bx-logo-text small {
		font-size: 24px;
		color: #fff;
	}
	.bx-logo-desc {
		display: none;
	}
}
/* Sections */

.bx-header-section {
	border-left: 1px solid #eaebec;
	border-right: 1px solid #eaebec;
	padding: 28px 45px 10px;
	background: #fff;
}

.bx-content-seection {
	padding: 0 45px 5px;
	background: #fff;
	border-left: 1px solid #eaebec;
	border-right: 1px solid #eaebec;
}

@media (min-width: 1200px) {
	.bx-header-section {
		padding: 31px 45px 10px;
	}
	.bx-content-seection {
		padding: 0 45px 5px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bx-header-section {
		padding: 31px 30px 10px;
	}
	.bx-content-seection {
		padding: 0 30px 5px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-header-section {
		padding: 31px 15px 10px;
	}
	.bx-content-seection {
		padding: 0 15px 5px;
	}
}

@media (max-width: 767px) {
	.bx-header-section {
		padding: 60px 15px 10px
	}
	.bx-content-seection {
		padding: 0 15px 10px
	}
}
/* header / phone */

.bx-inc-orginfo {
	padding-left: 28px;
}

@media (max-width: 767px) {
	.bx-inc-orginfo {
		text-align: center;
		padding-bottom: 10px;
	}
}

.bx-inc-orginfo-phone {
	color: #000;
	font-size: 21px;
	font-weight: 700;
	white-space: nowrap;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.bx-inc-orginfo-phone i {
	color: #97a1ab;
	position: relative;
	margin-left: -23px;
}

.bx-inc-orginfo-recall {}

.bx-inc-orginfo-recall a {
	color: #039be5;
	border-bottom: 1px dashed;
	font-size: 12px;
	margin-left: 2px;
}

.bx-inc-orginfo-recall a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
/* header / worktime */

.bx-worktime {}

@media (max-width: 767px) {
	.bx-worktime {
		text-align: center;
	}
}

.bx-worktime-title {
	color: #8d8d8d;
	font-size: 12px;
}

.bx-worktime-prop {
	font-size: 13px;
	color: #000;
}

.bx-worktime-prop>span {
	white-space: nowrap;
}
/*sidebar*/

.bx-sidebar-block {
	margin-bottom: 40px;
}
.bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-footer .bx-block-title{
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: 600;
}
/* Breadcrumb Custom*/

.bx-breadcrumb-item a {
	color: #757575;
}

.bx-breadcrumb-item a:hover {
	color: #2d2d2d;
}
/* workarea */

/*TITLE*/

h1.bx-title,
h2.bx-title,
h3.bx-title,
h4.bx-title,
h5.bx-title,
h6.bx-title {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
}

h1.bx-title,
h2.bx-title,
h3.bx-title {
	padding-bottom: 15px;
}

h4.bx-title,
h5.bx-title,
h6.bx-title {}

h1.bx-title {
	margin-top: 0;
	margin-bottom:0;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family:roboto,sans-serif;
}
h2.bx-title {font-size: 25px}
h3.bx-title {}
h4.bx-title {}
h5.bx-title {}
h6.bx-title {}

/* FORMS */
input[type=text],
input[type=password] {
	margin: inherit 4px;
	padding: 0 4px;
	border: 1px solid #CCD5DB;
	border-radius: 2px;
	background: #f8fafc;
	outline: none;
}

textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	font-size: 18px;
	min-height: 150px;
	max-height: 450px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #CCD5DB;
	border-radius: 2px;
	background: #f8fafc;
	outline: none;
}
/* INC.banners */

.bx-incbanners {
	margin: 10px 0 25px;
	text-align: center;
}
/* INC.links.footer */

.bx-inclinksfooter a {
	border-bottom: none;
}

.bx-inclinksfooter .bx-block-title {
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: 600;
}

.bx-inclinksfooter-container {
	margin-top: 15px;
	padding: 0;
	color: #fff;
	border-radius: 2px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.bx-inclinksfooter-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bx-inclinksfooter-item {
	padding: 0 0 5px 0;
}
/* INC.logo.footer */

.bx-inclogofooter {
	color: #fff;
}

.bx-inclogofooter a.bx-inclogofooter-logo:hover,
.bx-inclogofooter a.bx-inclogofooter-logo {
	border-bottom: none;
}

.bx-inclogofooter-logo img {
	max-width: 180px;
	height: auto;
}

.bx-inclogofooter-block {
	padding-bottom: 20px;
}

.bx-inclogofooter-tel {
	color: #cfd0d0;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}

.bx-inclogofooter-worktime {
	color: #cfd0d0;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
/* INC.social.widget */

.bx-banners {
	margin: 10px 0;
}

.bx-banners .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
/* INC.wt */

.bx-wt-block {
	color: #fff;
	padding: 5px 15px;
	background: url(/bitrix/templates/eshop_bootstrap_blue/images/wt.png) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 3px;
}

.bx-wt .bx-block-title {
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 14px;
	color: #fff;
}

.bx-wt-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

.bx-wt-block ul li {
	padding-bottom: 7px;
}

.bx-wt-others-block {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 4px;
}
/* news.list.sidebar */
.bx-s-info {
	margin: 10px 0;
	padding-top: 5px;
}
.bx-s-info-block {
	display: block;
	margin-bottom: 25px;
}
.bx-s-info-title {
	display: block;
	min-height: 29px;
	padding-left: 36px;
	margin-bottom: 5px;
	position: relative;
}
.bx-s-info-titleicon{
	display: block;
	background: #007FCA;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.bx-s-info-titleicon i{
	line-height: 30px;
	vertical-align: middle;
	font-style: normal;
}
.bx-s-info-titletext {
	display: block;
	padding: 6px 0;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.bx-s-info-content {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #3e454c;
	padding-left: 36px;
}

/* FOOTER */

.bx-footer {
	background: #292d2e;
	color: #c8cece;
	position:relative;
}

.bx-footer-section.bx-center-section {
	padding-top: 40px;
	padding-bottom: 15px;
	margin:0 auto;
}

.bx-footer-section.bx-center-section>div {

}

.bx-footer a {
	color: #c8cece;
}

.bx-footer a:hover {
	color: #fff;
	//border-bottom: 1px solid;
	text-decoration: none;
}

.bx-footer-line {
	background: #1f496a;
}

.bx-footer-bottomline {
	background: #222425;
	font-size: 14px;
	padding: 22px 0;
}

.bx-up {
	text-align: right;
}

.bx-up a,
.bx-up a:hover {
	border-bottom: none;
}

/* SIDEBAR CATALOG */
.container.bx_sitemap,
.container.bx_sitemap .bx_sitemap_ul {
	width:100%;
}
.container.bx_sitemap {
	margin-bottom: 0;
}
.container.bx_sitemap .bx_sitemap_ul {
    float: left;
	padding-left: 0;
}
.bx_sitemap .bx_sitemap_ul li {
    margin: 0 0 10px;
	width: 100%;
	list-style:none;
}
.bx_sitemap .bx_sitemap_li_title a {
	white-space: normal;
	font-weight: 700;
	font-size: 15px;
}
.noUi-tooltip {
	background: #1161b4;
	padding-top: 0;
	padding-bottom: 0;
}
/* SIDEBAR CATALOG -- END */

@media (min-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	.bx-footer {
		text-align: center;
	}
	.bx-up {
		text-align: center;
	}
}
/**/

.btn,
.btn:hover,
.btn:active,
.btn:focus{
	text-shadow: none !important;
	-webkit-box-shadow:none !important;
	   -moz-box-shadow:none !important;
			box-shadow:none !important;
	outline:none !important;
}

.btn-primary {
	background-color: #1485ce;
	border-color: #1485ce;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
	background-color: #53a4d8;
	border-color: #53a4d8;
}

.btn-link {
	color: #1485ce;
}

.btn-link:focus,
.btn-link:hover {
	color: #53a4d8;
	text-decoration: none;
}
/*404*/

.bx-404-container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.bx-404-block {
	margin-top: 100px;
	margin-bottom: 66px;
}

@media (max-width: 768px) {
	.bx-404-block {
		margin-top: 50px;
		margin-bottom: 33px;
	}
}

.bx-404-text-block {
	font-size: 20px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}

.bx-maps-title {
	color: #8f8f8f;
	font-size: 16px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom: 1px solid #e9eaea;
}

.map-columns {
	padding-top: 20px;
}

.bx-map-title {
	font-weight: bold;
	font-size: 14px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	position: relative;
	min-height: 20px;
	padding-left: 25px;
	margin-bottom: 20px;
}

.bx-map-title .fa {
	color: #0083d1;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 15px;
}

.map-columns ul {
	list-style: none;
	margin-bottom: 5px;
}

.map-level-0 {
	margin-left: 0;
	padding-left: 25px;
	margin-bottom: 20px;
}

.map-level-0 li {
	margin-left: 0;
	padding-left: 0;
}

.map-level-0 ul {
	padding-left: 15px;
}

ul.map-level-1 {
	margin-bottom: 30px;
}
/*ABOUT*/

.bxd-block {
	width: 100%;
	border: 1px solid #e3e6e7;
	display: block;
	background: #fff;
	padding: 15px;
	min-height: 210px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a.bxd-block:hover {}

.bxd-icon {
	display: block;
	border-radius: 50%;
	height: 68px;
	width: 68px;
	margin: 0 auto;
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.bxd-block:hover .bxd-icon {}

.bxd-icon .fa {
	margin-left: -1px;
	position: relative;
	font-size: 35px;
	height: 68px;
	width: 68px;
	text-align: center;
	line-height: 68px;
	vertical-align: middle;
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.bxd-link:hover .bxd-icon .fa {}

.bxd-title {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
	color: #000;
	font-size: 15px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: uppercase;
}

.bxd-desc {
	display: block;
	text-align: center;
	color: #737373;
	font-size: 12px;
}


.bx-up-button {
	border-radius: 2px;
	color: #fff;
	position: fixed;
	right: 30px;
	bottom: 30px;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
	vertical-align: middle;
	padding: 9px 18px 7px 38px;
	-webkit-transition: background-color .3s ease, opacity .3s ease;
	-moz-transition: background-color .3s ease, opacity .3s ease;
	-ms-transition: background-color .3s ease, opacity .3s ease;
	-o-transition: background-color .3s ease, opacity .3s ease;
	transition: background-color .3s ease, opacity .3s ease;
	background: #c2c4c7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAALCAMAAAB1RTwXAAAACVBMVEX///////////+OSuX+AAAAAnRSTlMAf7YpoZUAAAAfSURBVHgBYwACRkYgAaKZmBihNJAFpaFiTExAgjwGAA1BAD3lDqDYAAAAAElFTkSuQmCC) 18px 13px no-repeat;
}
.bx-up-button:hover{
	background-color: #9fa0a3;
}

.slider .slick-dots {
  list-style: none;
  padding: 0 25px;
  margin: 0;
  display: flex !important;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 30px;
/*   box-shadow: 0px -20px 20px -20px #777 inset; */
}

.slider .slick-dots li {
  display: inline-flex !important;
  position: relative;
  margin: 0 8px;
}

.slider .slick-dots button {
	background-color: #fff;
	padding: 0;
	margin: 0;
	width: 15px;
	height: 15px;
	border: 2px solid #0083d1;
	opacity: 1;
	font-size: 0;
	color: transparent;
	border-radius: 15px;
}

.slider .slick-dots .slick-active button {
  background-color: #0083d1;
}

/* End */


/* Start:/bitrix/templates/eshop_bootstrap_blue/colors.css?17068747932146*/
body.bx-background-gradient{
	background: rgb(246,247,251);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjdmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(246,247,251,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,247,251,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7fb', endColorstr='#ffffff',GradientType=0 );
	background-attachment: fixed;
}
.bx-logo-text small {color: #0083D1;}
/*ABOUT*/

a.bxd-block:hover {border-color: #0083d1;}
.bxd-icon {border: 1px solid #0083d1;}
a.bxd-block:hover .bxd-icon {background: #0083d1;}
.bxd-icon .fa {color: #0083d1;}
a.bxd-block:hover .bxd-icon .fa {color: #fff;}

/* BTN */
.bx-theme-blue .btn.btn-default {
	outline: none;
	background-color: #1485CE;
	border-color: #1485CE;
	color: #FFF;
}
.bx-theme-blue .btn.btn-default:hover {
	outline: none;
	background-color: #53A4D8;
	border-color: #53A4D8;
	color: #FFF;
}
.bx-theme-blue .btn.btn-default:active {
	outline: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
/* End */
/* /bitrix/templates/eshop_bootstrap_blue/components/bitrix/sale.basket.basket.line/basket.line.modul/style.css?17068747934229 */
/* /bitrix/templates/eshop_bootstrap_blue/components/bitrix/menu/bottom_menu/style.css?1706874793542 */
/* /bitrix/templates/eshop_bootstrap_blue/components/bitrix/search.title/search-modul/style.css?17068747934188 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1706874798585 */
/* /bitrix/templates/eshop_bootstrap_blue/styles.css?170687479342237 */
/* /bitrix/templates/eshop_bootstrap_blue/template_styles.css?170687479316742 */
/* /bitrix/templates/eshop_bootstrap_blue/colors.css?17068747932146 */
