

/* Start:/local/templates/.default/components/bitrix/sale.basket.basket.line/header_moiseikin/style.css?16938077944401*/
.bx-basket { }

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.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 {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.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;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.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;
	color: #b0b0b0;
	text-decoration: line-through
}

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


/* Start:/local/templates/.default/components/bitrix/sale.basket.basket.line/header/style.css?16938077944401*/
.bx-basket { }

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.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 {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.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;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.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;
	color: #b0b0b0;
	text-decoration: line-through
}

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


/* Start:/local/templates/.default/components/arturgolubev/search.title/top_seacrh_moiseikin/style.css?169380779414013*/
/* div.title-search-result {
	display: block !important;
} */
.bx-input-group{
	border-bottom: 1px solid #000;
	position: relative;
}
.btn-searchtitle{
	display: flex;
position: absolute;
right: 0px;
	height: 40px;
	font-family: "Proxima Nova Regular", sans-serif;
	width: 100px;
	color: #fff;
	font-size: 16px;
	background-color: #000;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	cursor: pointer;
}
#smart-title-search-input{

	height: 40px;
	width: 100%;
	outline: none;
	border-width: 0px;
	border-style: solid;
	border-color: #000;
	border-image: unset;
}
#placeholder{color: #D4D4D4;}

.bx_smart_searche, .bx_smart_searche *, .bx-searchtitle, .bx-searchtitle * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.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-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: #333;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 1px 0 0 1px;
	outline: none;
	box-shadow: none !important;
	-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;
}
.bx-searchtitle .bx-input-group .bx-form-control:focus {
	background-color: #fff;
}
.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;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	line-height: normal;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: url(/local/templates/.default/components/arturgolubev/search.title/top_seacrh_moiseikin/images/search-icon.png) center center no-repeat #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:0;
	border-radius: 0 1px 1px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	height: 34px;
	width: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background-color: #1484CE;
}


div.title-search-result {
	border:0 none !important;
	border-top: 0 none;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 200px;
	margin-top: 3px;
	background-color: #FFF;
	/* border-top: 0 none; */
	border-radius: 2px;
	box-shadow: 0px 0px 7px -2px #d6d6d6;
	
	/* display: block !important; */
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/.default/components/arturgolubev/search.title/top_seacrh_moiseikin/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_smart_searche {
	padding-top:8px;
	
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche .bx_info_wrap{
	margin-left: 85px;
}
.bx_smart_searche .bx_img_element{
	float: left;
	padding: 5px;
	width: 75px;
	text-align: center;
}
.bx_smart_searche .bx_item_block{
	min-height: 65px;
	position: relative;
}
.bx_smart_searche .bx_image{
	/* width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8; */
	display: inline-block;
	max-width: 100%;
}
.bx_smart_searche .bx_image.empty_image{
	background-image: url(/local/templates/.default/components/arturgolubev/search.title/top_seacrh_moiseikin/image/noimg.png);
}
.bx_smart_searche .bx_item_element{
	padding: 8px 0;
}
.bx_smart_searche .bx_item_element_all_result {
	text-align: center;
}
.bx_smart_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_smart_searche .bx_item_element a{
	margin-top: 5px;
	display: inline-block;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	
}
.bx_smart_searche .bx_item_element a b{
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{color: #000;}
.bx_smart_searche .bx_item_element a:hover,
.bx_smart_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_smart_searche .bx_item_preview_text{
	font-size:13px;
	padding: 5px 10px 5px 0;
}
.bx_smart_searche .bx_price{
	font-weight:bold;
	font-size:15px;
	margin-top: 5px;
}
.bx_smart_searche .bx_price .old{
	font-weight: normal;
	text-decoration: line-through;
	color: #636363;
	font-size: 12px;
	vertical-align: middle;
}
.bx_smart_searche .bx_item_block.all_result{min-height:0}
.bx_smart_searche .bx_item_block.others_result{
	min-height: 0;
	line-height: 12px;
	padding: 0;
}
.bx_smart_searche .bx_item_block.all_result .all_result_button{
	
	font-size: 16px;
	font-family: "Proxima Nova Regular", sans-serif;
	background-color: #000;
	display: inline-flex;
	color: #FFF;
	align-items: center;
	justify-content: center;
	height: 40px;
padding: 0px 22px;
	text-decoration: none;
	
	margin: 0 0 8px;
	
	
	text-transform: uppercase;
	
	
}
.bx_smart_searche .bx_item_block_href {
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 8px;
	line-height: 14px;
}
.bx_smart_searche .bx_item_block_href:hover {
	background-color: #feeed2;
}
.bx_smart_searche .bx_item_block_hrline {
	border-bottom: 1px solid #f5a61c;
	margin: 0 8px 5px;
}
.bx_item_block_item_clear {
	display: block;
	clear:both;
}
.bx_smart_searche .bx_item_block_item_info {
	display: block;
}
.bx_smart_searche .bx_item_block_href_category_title {
	color: #a2a2a2;
	/* font-weight: bold; */
}
.bx_smart_searche .bx_item_block_href_category_name {
	color: #f5a61c;
	font-weight: bold;
	text-transform: uppercase;
}
.bx_smart_searche .bx_item_block_item_image {
	width: 34px;
	height: 34px;
	float:left;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
}
.bx_smart_searche .bx_item_block_item_name {
	color: #333;
	overflow: hidden;
	height: 34px;
	display: block;
	line-height: 17px;
	display: flex;
}
.bx_smart_searche .bx_item_block_item_name_flex_align {
	margin: auto 0;
}
.bx_smart_searche .bx_item_block_item_simple_name {
	color: #333;
	display: block;
	line-height: 17px;
}
.bx_smart_searche .bx_item_block_item_name b, .bx_smart_searche .bx_item_block_item_simple_name b {
	color: #f5a61c;
}
.bx_smart_searche .bx_item_block_item_price {
	float:right;
	text-align: right;
	color: #333;
	line-height: 17px;
	padding-left: 5px;
}
.bx_smart_searche .bx_item_block_item_price.bx_item_block_item_price_only_one {
	line-height: 34px;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_new {
	white-space: nowrap;
	font-weight: bold;
	display: block;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_old {
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_smart_searche .bx_item_block_item_text {
	color: #9b9b9b;
	display: block;
	padding-left: 39px;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_props {
	color: #9b9b9b;
	display: block;
	padding-left: 39px;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_item_block_item_prop_item {
	display: block;
}




/* preloader base */
.bx-searchtitle .bx-searchtitle-preloader {
	position: absolute;
	top: 2px;
	right: 110%;
	width: 30px;
	height: 30px;
	z-index: 5;
	display: none;
	/* display: block; */
}
.bx-searchtitle .bx-searchtitle-preloader.view {
	background: url(/local/templates/.default/components/arturgolubev/search.title/top_seacrh_moiseikin/images/loader_orange.gif) center center no-repeat;
}



/* blue */
.bx-searchtitle.theme-blue .bx-input-group .bx-form-control {
	border-color:#0083d1;
}
.bx-searchtitle.theme-blue .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/.default/components/arturgolubev/search.title/top_seacrh_moiseikin/images/loader_blue.gif);
}
.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button{
	background-color: #000;
	border-color: #000;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button {
	background-color: #0083d1;
	border-color: #0083d1;
	color: #FFF;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button:hover, .bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button:hover {
	background-color: #E0004D;
	border-color: #E0004D;
	text-decoration: none;
}
.bx_smart_searche.theme-blue .bx_item_element a b{
	color: #5ca6e4;
}
.bx_smart_searche.theme-blue .bx_item_block_href:hover {
	background-color: #F4F4F4;
}
.bx_smart_searche.theme-blue .bx_item_block_href_category_name {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_item_name b, 
.bx_smart_searche.theme-blue .bx_item_block_item_simple_name b {
	color:#e0004d;
}
.bx_smart_searche.theme-blue .bx_item_block_hrline {
	border-color: #0083d1;
}
/* black */
.bx-searchtitle.theme-black .bx-input-group .bx-form-control {
	border-color:#333;
}
.bx-searchtitle.theme-black .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/.default/components/arturgolubev/search.title/top_seacrh_moiseikin/images/loader_black.gif);
}
.bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button{
	background-color: #333;
	border-color: #333;
}
.bx-searchtitle.theme-black .bx-input-group-btn button {
	background-color: #333;
	border-color: #333;
	color: #FFF;
}
.bx-searchtitle.theme-black .bx-input-group-btn button:hover, .bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button:hover {
	background-color: #5c5c5c;
	border-color: #5c5c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-black .bx_item_element a b{
	color: #5c5c5c;
}
.bx_smart_searche.theme-black {
	/* border:1px solid #333; */
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche.theme-black .bx_item_block_href:hover {
	background-color: #eaeaea;
}
.bx_smart_searche.theme-black .bx_item_block_href_category_name {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_item_name b, .bx_smart_searche.theme-black .bx_item_block_item_simple_name b {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_hrline {
	border-color: #333;
}
/* green */
.bx-searchtitle.theme-green .bx-input-group .bx-form-control {
	border-color:#159ebb;
}
.bx-searchtitle.theme-green .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/.default/components/arturgolubev/search.title/top_seacrh_moiseikin/images/loader_green.gif);
}
.bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button{
	background-color: #159ebb;
	border-color: #159ebb;
}
.bx-searchtitle.theme-green .bx-input-group-btn button {
	background-color: #159ebb;
	border-color: #159ebb;
	color: #FFF;
}
.bx-searchtitle.theme-green .bx-input-group-btn button:hover, .bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button:hover {
	background-color: #44b1c9;
	border-color: #44b1c9;
	text-decoration: none;
}
.bx_smart_searche.theme-green .bx_item_element a b{
	color: #44b1c9;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #d0ebf1;
}
.bx_smart_searche.theme-green .bx_item_block_href_category_name {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_item_name b, .bx_smart_searche.theme-green .bx_item_block_item_simple_name b {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_hrline {
	border-color: #159ebb;
}
/* red */
.bx-searchtitle.theme-red .bx-input-group .bx-form-control {
	border-color:#E22B2B;
}
.bx-searchtitle.theme-red .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/.default/components/arturgolubev/search.title/top_seacrh_moiseikin/images/loader_red.gif);
}
.bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button{
	background-color: #E22B2B;
	border-color: #E22B2B;
}
.bx-searchtitle.theme-red .bx-input-group-btn button {
	background-color: #E22B2B;
	border-color: #E22B2B;
	color: #FFF;
}
.bx-searchtitle.theme-red .bx-input-group-btn button:hover, .bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button:hover {
	background-color: #e95c5c;
	border-color: #e95c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-red .bx_item_element a b{
	color: #e95c5c;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #f9d4d4;
}
.bx_smart_searche.theme-red .bx_item_block_href_category_name {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_item_name b, .bx_smart_searche.theme-red .bx_item_block_item_simple_name b {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_hrline {
	border-color: #E22B2B;
}
/* yellow */
.bx-searchtitle.theme-yellow .bx-input-group .bx-form-control {
	border-color:#F9A91D;
}
.bx-searchtitle.theme-yellow .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/.default/components/arturgolubev/search.title/top_seacrh_moiseikin/images/loader_yellow.gif);
}
.bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button{
	background-color: #F9A91D;
	border-color: #F9A91D;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button {
	background-color: #F9A91D;
	border-color: #F9A91D;
	color: #FFF;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button:hover, .bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button:hover {
	background-color: #faba4a;
	border-color: #faba4a;
	text-decoration: none;
}
.bx_smart_searche.theme-yellow .bx_item_element a b{
	color: #faba4a;
}
.bx_smart_searche.theme-yellow .bx_item_block_href_category_name {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_item_name b, .bx_smart_searche.theme-yellow .bx_item_block_item_simple_name b {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_hrline {
	border-color: #F9A91D;
}
/* End */


/* Start:/local/components/zlt/contact.widget/templates/.default/style.css?17502341212278*/
.contact-widget{
	z-index: 3;
	height: auto;
	max-width: 300px;
	position: fixed;	
	bottom: 100px;	
	right: 100px;
}
.closed-widget, .opened-widget{
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background-repeat: no-repeat;
  	background-size: 100px 100px;	
	background-image: url("/local/components/zlt/contact.widget/templates/.default/img/Social_Menu_Icon.svg");
}
.opened-widget{
	display: none;
	background-image: url( "/local/components/zlt/contact.widget/templates/.default/img/Social_Menu_Close_Icon.svg");
}
.widget-links{
	display: none;
}

.show-button{
	display:block;
}
.hide-button{
	display:none;
}
.widget-links{
	z-index: 6;
	height: auto;
    max-width: 280px;
    position: fixed;
    padding: 8px;
    width: 280px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	background-color: #fff;
	bottom: 205px;
    right: 115px;
}
.widget-links ul{
	background: #fff;
}
.widget-links ul li{
	height: 40px;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-left: 10px;
}
.widget-links ul li:last-child{
	margin-bottom: 0px;
}

.widget-links ul li img{
	width: 30px;
	height: 30px;
	position: relative;
	float: left;
	display: inline-block;
}
.widget-links ul li span{
	position: relative;
	float: left;
	display: inline-block;
	margin-left: 8px;
    top: 8px;
	font-weight: 600;
}



.widget-links::after {
	content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    transform: rotate(45deg);
    display: block;
    top: calc(100% - 7px);
    left: 237px;
    z-index: 6;
}



@media (max-width: 750px){

.widget-links{
	z-index: 6;
	height: auto;
    max-width: 280px;
    position: fixed;
    padding: 8px;
    width: 280px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	background-color: #fff;
    right: 0px;
	bottom: 105px;
    left: calc(100% - 310px);
}
	
	.contact-widget{
		height: auto;
		max-width: 70px;
		position: fixed;	
		bottom: 30px;	
		right: 30px;
	}

	.closed-widget, .opened-widget{
		width: 70px;
		height: 70px;
		border-radius: 35px;
		background-repeat: no-repeat;
		background-size: 70px 70px;	
		background-image: url("/local/components/zlt/contact.widget/templates/.default/img/Social_Menu_Icon.svg");
	}
	.opened-widget{
		background-image: url( "/local/components/zlt/contact.widget/templates/.default/img/Social_Menu_Close_Icon.svg");
	}

}
/* End */


/* Start:/local/templates/moiseikin/styles.css?17224886144947*/
.bx_item_detail_rating .bx_stars_progress {
  background: #8031a7;
}

.menu-box > li > a {
  position: relative;
}
.container_contacts{
	max-width: 1470px;
	padding: 0 15px;
	margin: 0 auto ;
}

.container_contacts .butt-block-wr{
  margin-right: 0;
}

.contacts__title{
	display: none;
}
.contacts__title:has(~.container_contacts) {
	display: block;
	margin: 67px 0 100px;

	font: normal 700 24px/1.5 'Baskerville Display PT';
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.contacts .geography-map-container {
	gap: 20px;
}

@media (max-width: 1240px){
	.container_contacts{
		margin: 50px auto 20px;
	}
}

@media (max-width: 1024px){
	.container_contacts{
		margin: 34px auto 20px;
	}
	.contacts__title{
		margin-bottom: 20px;
	}
	.contacts__title:has(~.container_contacts){
		margin: 50px 0;
	}
}

@media (max-width: 768px){
	.container_contacts{
		margin: 15px auto 20px;
	}
}

.container:has(+.container_contacts) .docs__inner{
	margin-bottom: 100px;
}
.container:has(+.container_contacts) .docs__inner h1{
  margin: 0;
	display: none;
}
.docs:has(.container_contacts){
  max-width: 1450px;
  margin: 0px auto;
  position: relative;

}
.docs:has(.container_contacts) .container {
  padding-right: 0;
  margin: 0;
}

.contacts .study-contacts{
	margin-top: 86px;
}
.contacts .butt-block-wr {
	max-width: 456px;
	scrollbar-gutter: stable;
}
.contacts-info{
	position: relative;
	padding: 30px 20px;
}
.contacts .contacts-info{
	padding: 20px;
}
.docs:has(.container_contacts) .docs__col--text {
  flex: 1;
}
.docs:has(.container_contacts) .docs__inner .docs__text{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
	gap: 50px;
	max-width: 1206px;
	margin: 0px auto;
}
@media (max-width: 1140px){
	.docs:has(.container_contacts) .docs__inner .docs__text{
		grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
	}
}
@media (max-width: 768px){
	.docs:has(.container_contacts) .docs__col--text {
		display: flex;
		justify-content: center;
	}
	.docs:has(.container_contacts) .docs__inner .docs__text{
		display: inline-flex;
		flex-direction: column;
	}
}
.docs:has(.container_contacts) .docs__inner .docs__text .col{
	max-width: 340px;
}
.docs:has(.container_contacts) .docs__text h3{
	font: normal 600 18px/1.22 'Proxima Nova Semibold';
	margin-bottom: 10px;
}
.docs:has(.container_contacts) .docs__text p{
	margin: 0;
}
.docs:has(.container_contacts) .docs__text p:has(+br){
	margin-bottom: 24px;
}
.docs:has(.container_contacts) .docs__text a{
	position: relative;
	color: var(--main-text);
	text-decoration: underline;
	text-underline-offset: 4px;
}
.docs:has(.container_contacts) .docs__text a:hover{
	text-decoration-color: var(--link);
}
.docs:has(.container_contacts) .docs__text a::before{
	content: none;
}
.contacts .contacts-info-row{
	max-width: 330px;
}
.contacts .contacts-info-row:has(.contacts-info__tl){
	max-width: 175px;
}
.contacts .contacts-block{
	margin-top: 0;
}
.contacts .contacts-info__time{
	font-weight: normal;
}
.contacts-info__icons{
	display: none;
}
.contacts .contacts-info__icons{
	display: flex;
	gap: 10px;
	position: absolute;
	top: 37px;
	right: 37px;
}
.contacts-info__icons span{
	display: grid;
	place-items: center;
	color: #666;
	transition: all 0.15s ease 0s;
}
.contacts-info__icons span svg:hover{
	color: var(--link);
}
.contacts .contacts-info-row{
	font-family: 'Proxima Nova Regular';
}
.contacts-info-row_phone{
	display: none;
	margin-top: 2px;
}
.contacts .contacts-info-row_phone{
	display: block;
}
.contacts .contacts-info-row_phone a:hover{
	color: var(--link);
}
.contacts .contacts-info__tl{
	display: block;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.contacts .area-maps {
	width: 100%;
	aspect-ratio: 1;
	height: 708px;
}
.contacts .butt-block-wr{
	max-height: 708px;
}
@media(max-width: 1540px){
	.butt-block-wr{
		height: 708px;
	}
}
@media(max-width: 1300px){
	.docs:has(.container_contacts) .container {
		max-width: 100%;
		padding-right: 20px;
	}
	.container:has(+.container_contacts) .docs__inner{
		max-width: 100%;
	}
	.docs:has(.container_contacts){
		flex-direction: column;
	}
	.contacts .study-contacts{
		margin-top: 0;
	}
	.container_contacts{
		margin: 0;
	}
	.contacts .geography-map-container{
		margin-top: 20px;
	}
}

@media(max-width: 1024px){
	.contacts .butt-block-wr {
		max-width: 100%;
	}
	.container_contacts .geography-map-container{
		flex-direction: column-reverse;
	}
}
@media(max-width: 768px){
	.contacts .area-maps {
		height: 50vh;
		margin-bottom: 26px;
	}
	.contacts .contacts__title{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.container:has(+.container_contacts) .docs__inner{
		margin-bottom: 40px;
	}
	.contacts__title:has(~.container_contacts){
		margin: 25px 0;
	}
}
@media(max-width: 478px){
	.contacts .contacts-info__icons{
		right: 10px;
	}
	.contacts .contacts-info-row{
		max-width: 185px;
	}
	.docs:has(.container_contacts) .container{
		padding-top: 60px;
	}
}

/* End */


/* Start:/local/templates/moiseikin/template_styles.css?17483196121601*/

[data-modal="start-chat"].show:before,
[data-modal="start-chat-support"].show:before {
	content:'';
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
}


.start-chat-modal textarea {
	width:100%;
	height:140px;
	padding:16px 18px;
	font-family: inherit;
    font-size: 16px;
    display: block;
    border: 1px solid #d9d9d9;
    letter-spacing: 0.8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.start-chat-modal p {
	font-weight: 300;
	font-size: 15px;
	line-height: 17px;
	color: #222222;
	margin-top: 10px;
	margin-bottom:20px;
	text-decoration: none;
    display: inline-block;
}

.start-chat-modal .main-modal__body {
	width:540px;
	max-width:100%;
}

.modal-form__submit-btn {
	margin-top:10px;
	margin-bottom: 0;

	font: normal 400 16px/normal "Proxima Nova Light";
	text-align:center;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/* OFFER FORN FOR CUSTOMER */
.offer-modal {
	font-family: "Proxima Nova Light"; 
	font-size: 15px;
	line-height: 17px;
	color: #222222;
}
.offer-modal table td [type=number] {
    border: #ddd 1px solid;
	font-size: 16px;
}	
.offer-modal p{
	font-family: "Proxima Nova Regular";
	font-size: calc(12px + 4 * (100vw - 320px) / 1120);
	line-height: 17px;
	color: #222222;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.offer-modal table td span{
		font-family: "Proxima Nova Semibold";
}
::selection {
    background: #3390ff;
    color: #fff;
   }
/* End */
/* /local/templates/.default/components/bitrix/sale.basket.basket.line/header_moiseikin/style.css?16938077944401 */
/* /local/templates/.default/components/bitrix/sale.basket.basket.line/header/style.css?16938077944401 */
/* /local/templates/.default/components/arturgolubev/search.title/top_seacrh_moiseikin/style.css?169380779414013 */
/* /local/components/zlt/contact.widget/templates/.default/style.css?17502341212278 */
/* /local/templates/moiseikin/styles.css?17224886144947 */
/* /local/templates/moiseikin/template_styles.css?17483196121601 */
