

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

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

.bx-basket-block > .fa {
	position: relative;
	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/eshop_bootstrap_yellow/components/bitrix/search.title/visual/style.min.css?15590567913445*/
.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-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:1px solid #d5dadc;border-right:0;border-radius:2px 0 0 2px;outline:0;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-ios .bx-searchtitle .bx-input-group .bx-form-control{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}.bx-searchtitle .bx-input-group-btn button{position:relative;border:0;background:#95a1a8;display:inline-block;margin-bottom:0;cursor:pointer;padding:6px 12px;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 .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:#1484ce}div.title-search-result{border:1px solid #c6c6c6;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('/local/templates/eshop_bootstrap_yellow/components/bitrix/search.title/visual/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_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{padding-left:10px;margin-left:70px}.bx_searche .bx_item_element hr{margin:0;border:0;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:/local/templates/eshop_bootstrap_yellow/components/bitrix/menu/catalog_horizontal/style.min.css?15590567929538*/
.bx-top-nav-container{margin-top:15px;padding:0 10px;color:#fff;border-radius:2px;position:relative;font-family:"Helvetica Neue",Arial,Helvetica,sans-serif}.bx-top-nav-container .bx-nav-list-1-lvl{margin:0;padding:0;list-style:none}.bx-top-nav-container .bx-nav-1-lvl{float:left;position:relative}.bx-top-nav-container .bx-nav-1-lvl>a{color:#fff;font-weight:700;display:block;text-decoration:none;text-transform:uppercase;border-radius:1px;padding-top:6px;padding-bottom:2px;border-bottom:0}.bx-top-nav-container .bx-nav-1-lvl>a span{padding:10px 14px 14px;display:block}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a{z-index:250;box-shadow:0 6px 13px 0 rgba(0,0,0,.13)}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a span,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a span{background:#fff}.bx-top-nav-container .bx-nav-parent-arrow{display:none}.bx-top-nav-container .bx-nav-2-lvl-container-advanced,.bx-top-nav-container .bx-nav-2-lvl-container{z-index:999;display:none;opacity:0;padding:9px 0 5px;box-shadow:0 6px 13px 0 rgba(0,0,0,.13);border-top:0;min-width:100%;color:#000}.bx-top-nav-container .bx-nav-2-lvl-container-advanced:before,.bx-top-nav-container .bx-nav-2-lvl-container:before{position:absolute;content:" ";display:block;height:5px;background:#fff;top:-5px;left:0;right:0}.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container{opacity:1;display:block;position:absolute;top:100%;z-index:999;background:#fff}.bx-top-nav-container>ul{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-top-nav-container .bx-nav-list-2-lvl{margin:0;padding:5px 0 12px}.bx-top-nav-container .bx-nav-2-lvl{display:block;min-width:180px;padding:0 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-top-nav-container .bx-nav-2-lvl>a{padding:5px 15px 5px;color:#20394c;font-size:13px;line-height:16px;text-decoration:none;font-weight:bold;border-bottom:0;display:block}.bx-top-nav-container .bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a{border-top:0;margin-top:0}.bx-top-nav-container .bx-nav-3-lvl{padding:5px 0;margin:0}.bx-top-nav-container .bx-nav-3-lvl-container-advanced:before,.bx-top-nav-container .bx-nav-3-lvl-container:before{position:absolute;content:" ";display:block;height:5px;background:#fff;top:-5px;left:0;right:0}.bx-top-nav-container .bx-nav-list-3-lvl{margin:0;padding:0 0 14px 7px}.bx-top-nav-container .bx-nav-3-lvl{display:block;min-width:180px;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-top-nav-container .bx-nav-3-lvl a{padding:3px 15px;color:#555;font-size:13px;line-height:14px;text-decoration:none;border-bottom:0;display:block}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container{min-width:200px}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl{display:block;min-width:200px;width:100%}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-catinfo-back{width:100%;background:#fff}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container{min-width:400px}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl{display:block;min-width:200px;width:50%;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-catinfo-back{width:50%}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container{min-width:600px}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl{display:block;min-width:200px;width:33.33333%;float:left}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-catinfo-back{width:33.33333%}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col{position:static}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced{top:100%;left:0;right:0}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container{min-width:100%}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl{display:block;width:25%;float:left}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-catinfo-back{width:25%}.bx-top-nav-container .bx-nav-catinfo{padding:5px 15px 5px;z-index:120;position:relative}.bx-top-nav-container .bx-nav-catinfo img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #e7e9ea;width:auto;max-width:100%;height:auto;max-height:100%}.bx-top-nav-container .bx-nav-catinfo p{padding:20px 5px 0;font-size:13px}.bx-top-nav-container .bx-nav-catinfo-back{position:absolute;display:block;content:' ';top:-5px;right:0;bottom:0;background:#f7fafb;z-index:100;border-left:1px solid #ecefef}.bx-aside-nav-control{font-size:28px;position:fixed;width:40px;height:40px;top:5px;left:5px;line-height:40px;cursor:pointer;z-index:1750;color:#fff;text-align:center}body>.bx-aside-nav-control{-webkit-transition:left .15s linear;-moz-transition:left .15s linear;-ms-transition:left .15s linear;-o-transition:left .15s linear;transition:left .15s linear}.bx-aside-nav-control .fa{line-height:40px;vertical-align:middle}.bx-wrapper,.bx-aside-nav{-webkit-transition:-webkit-transform .15s linear;-moz-transition:-moz-transform .15s linear;-ms-transition:-ms-transform .15s linear;-o-transition:-o-transform .15s linear;transition:transform .15s linear}.bx-logo{z-index:1700!important}.bx-opened .bx-footer,.bx-opened .workarea{display:none!important}.bx-aside-nav{display:none;padding-top:50px;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%);width:100%;background:#4c5c65;position:fixed;top:0;bottom:0;left:0;z-index:1600}.bx-aside-nav.bx-opened{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);overflow-y:scroll}.bx-aside-nav ul{list-style:none;margin:0;padding:0}.bx-aside-nav a{color:#fff;vertical-align:middle;line-height:48px;height:48px;font-size:16px;display:block;border-bottom:1px solid #3d4b53;padding-left:15px;max-width:100%;overflow:hidden;white-space:nowrap;-ms-text-overflow:ellipsis;text-overflow:ellipsis}.bx-aside-nav a{text-decoration:none}.bx-nav-1-lvl.bx-opened,.bx-aside-nav .bx-nav-1-lvl:hover>a,.bx-aside-nav .bx-nav-1-lvl.bx-hover>a{background:#44535c}.bx-aside-nav .bx-nav-list-2-lvl{background:#44535c}.bx-aside-nav .bx-nav-2-lvl>a{padding-left:30px}.bx-aside-nav .bx-nav-3-lvl>a{padding-left:45px}.bx-aside-nav .bx-nav-4-lvl a{padding-left:60px}.bx-aside-nav .bx-nav-parent{position:relative}.bx-aside-nav .bx-nav-parent-arrow{position:absolute;right:0;top:0;margin-top:6px;width:46px;height:34px;text-align:center;border-left:1px solid #5a6971;z-index:200}.bx-aside-nav .bx-nav-parent-arrow i{line-height:34px;font-size:17px;font-style:normal;color:#fff}.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i{-webkit-transition:all .15s linear;-moz-transition:all .15s linear;-ms-transition:all .15s linear;-o-transition:all .15s linear;transition:all .15s linear}.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,.bx-aside-nav .bx-nav-parent>ul{overflow:hidden;height:0}.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,.bx-aside-nav .bx-nav-parent.bx-opened>ul{height:auto}.bx-aside-nav .bx-nav-catinfo{display:none}.bx-aside-nav .bx-nav-catinfo-back{display:none}@media(min-width:1200px){.bx-top-nav-container .bx-nav-1-lvl>a{font-size:15px}.bx-top-nav-container .bx-nav-1-lvl>a span{padding:12px 14px 15px}}@media(min-width:992px) and (max-width:1199px){.bx-top-nav-container .bx-nav-1-lvl>a{font-size:13px}.bx-top-nav-container .bx-nav-1-lvl>a span{padding:9px 11px 12px}}@media(min-width:768px) and (max-width:991px){.bx-top-nav-container .bx-nav-1-lvl>a{font-size:11px}.bx-top-nav-container .bx-nav-1-lvl>a span{padding:5px 6px 9px}}@media(min-width:768px){.bx-aside-nav-control,.bx-aside-nav{display:none}.bx-top-nav-container{display:block}}@media(max-width:767px){.bx-aside-nav-control,.bx-aside-nav{display:block}.bx-top-nav-container{display:none}.bx-aside-nav .bx-nav-parent-arrow{display:block}.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent>a>span>.fa{display:none}}
/* End */


/* Start:/local/templates/eshop_bootstrap_yellow/components/bitrix/menu/catalog_horizontal/themes/green/colors.min.css?1559056792837*/
.bx-green.bx-top-nav .bx-top-nav-container{background:#159ebb}.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-hover>a,.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-active>a,.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl:hover>a{background:#44b1c9;border-bottom:0}.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a,.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent:hover>a{color:#159ebb;background-color:transparent}.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-2-lvl>a.bx-active,.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-2-lvl>a:hover{color:#159ebb;background:#f0f0f0}.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-3-lvl a.bx-active,.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-3-lvl a:hover{color:#159ebb;background:#f0f0f0}
/* End */


/* Start:/local/templates/eshop_bootstrap_yellow/components/bitrix/menu/catalog_vertical/style.min.css?15590567925854*/
.bx_vertical_menu_advanced{border-left:7px solid #e3eaef;background:#f1f4f7;border-radius:4px;position:relative;box-shadow:0 0 1px 1px #dcdcdc}.bx_vertical_menu_advanced>ul{display:block;margin:0 0 10px 0;padding:0;width:100%;border-radius:5px;background:#fff;list-style:none}.bx_vertical_menu_advanced .bx_hma_one_lvl{display:block;padding:0}.bx_vertical_menu_advanced .bx_hma_one_lvl>a{position:relative;z-index:105;display:block;padding:10px 0 10px 12px;border-bottom:1px solid #e3eaef;color:#000;vertical-align:middle;text-align:left;text-decoration:none;text-shadow:0 1px 1px rgba(255,255,255,.8);font-size:14px;line-height:16px}.bx_vertical_menu_advanced .bx_hma_one_lvl:first-child,.bx_vertical_menu_advanced .bx_hma_one_lvl:first-child>a{border-radius:0 4px 0 0}.bx_vertical_menu_advanced .bx_hma_one_lvl:last-child,.bx_vertical_menu_advanced .bx_hma_one_lvl:last-child>a{border-radius:0 0 4px 0}.bx_vertical_menu_advanced ul:last-child .bx_hma_one_lvl:last-child>a{border-bottom:0}.bx_vertical_menu_advanced .bx_hma_one_lvl>a{-webkit-transition:border-color 0s ease;-moz-transition:border-color 0s ease;-o-transition:border-color 0s ease;-ms-transition:border-color 0s ease;transition:border-color 0s ease}.bx_vertical_menu_advanced .bx_hma_one_lvl.hover{padding:1px 0 0;border:0}.bx_vertical_menu_advanced .bx_hma_one_lvl.hover>a{margin-left:-11px;padding:10px 0 10px 12px;width:100%;border:0;border-right:2px;background:#fff;box-shadow:-1px 2px 3px 0 rgba(1,1,1,.22);font-weight:bold;line-height:16px;box-sizing:content-box}.bx_vertical_menu_advanced .bx_hma_one_lvl.dropdown.hover>a{z-index:1500}.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container{position:absolute;top:-1px;left:100%;z-index:1300;display:none;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-top:1px solid rgba(1,1,1,.1);border-radius:2px;background:#fff;box-shadow:0 5px 10px 0 rgba(1,1,1,.29)}.bx_vertical_menu_advanced .bx_hma_one_lvl.hover .bx_children_container{display:block}.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block{float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:-20000px;padding:10px 12px;padding-bottom:20000px;min-width:130px;max-width:280px;border-left:1px solid #f2f2f2;background:#fff}.bx_shadow_fix{display:none}.bx_vertical_menu_advanced .dropdown:hover .bx_shadow_fix,.bx_vertical_menu_advanced .dropdown.hover .bx_shadow_fix{position:absolute;top:-1px;right:-2px;bottom:0;z-index:1500;display:block;width:5px;background:#fff;opacity:1}.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b1{min-width:180px}.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b2{min-width:360px}.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b3{min-width:540px}.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b4{min-width:720px}.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block:first-child{border-left:none}.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b1 .bx_children_block{width:100%}.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b2 .bx_children_block{width:50%}.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b3 .bx_children_block{width:33.3%}.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b4 .bx_children_block{width:25%}.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block.advanced{border-left:none;background:#f7fafb;box-shadow:inset 5px 0 7px -5px rgba(0,0,0,.12)}.bx_vertical_menu_advanced .bx_hma_one_lvl ul{display:block;margin:0;padding:0 0 14px 0;list-style:none}.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_advanced_panel{display:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center}.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent>a{display:block;padding:5px 10px}.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul{border-bottom:1px solid #f2f2f2}.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent:last-child ul{border-bottom:0}.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul li{line-height:24px}.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul a{display:block;padding:5px 10px}.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_advanced_panel{display:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center}.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_block.advanced .bx_children_advanced_panel{display:block!important}.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_advanced_panel img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;max-width:100%;max-height:220px;border:1px solid #e7e9ea}.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_advanced_panel .bx_item_description{max-width:100%;max-height:220px;color:#000;text-align:left;white-space:normal;font-weight:normal;font-size:12px;line-height:18px}.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li{display:block;background:#fff}.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li>a{display:block;color:#20394c;text-decoration:none;font-weight:bold;font-size:15px;line-height:23px}.bx_vertical_menu_advanced .bx_hma_one_lvl ul li ul li a{color:#000;text-decoration:none;font-size:13px;line-height:16px}@media(max-width:569px){.bx_vertical_menu_advanced{display:none}.header_inner_bottom_line{overflow:hidden;height:auto}}
/* End */


/* Start:/local/templates/eshop_bootstrap_yellow/components/bitrix/menu/catalog_vertical/themes/blue/colors.min.css?1559056792498*/
.bx_vertical_menu_advanced.bx_blue{border-left:7px solid #e4f0f7;background:#f6f9fb}.bx_vertical_menu_advanced.bx_blue .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent>a{color:#20394c}.bx_vertical_menu_advanced.bx_blue .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent>a:hover{color:#366181}.bx_vertical_menu_advanced.bx_blue .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul a:hover{background:#f0f6f8;box-shadow:inset 0 1px 1px 0 #e3e9eb}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1559056874467*/
.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:0}
/* End */


/* Start:/local/templates/eshop_bootstrap_yellow/components/bitrix/news.list/mpSlider/style.css?15590567911430*/
.mpSlider{
	margin: 0 auto 20px;
	/*border-radius: 6px;*/
	overflow:hidden;
}
.mpSlider .swiper-container{
    width: 100%;
}
.mpSlider .swiper-container .swiper-slide{
	position: relative;
    background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.mpSlider .swiper-container .swiper-slide a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.mpSlider .swiper-container .swiper-slide a img{
	display: block;
	max-width: 100%;
	width: 100%;
}
.mpSliderMini{
	margin: 0 auto 20px;
	border-radius: 6px;
	overflow:hidden;
}
.mpSliderMini .swiper-container{
    width: 100%;
}
.mpSliderMini .swiper-container .swiper-slide{
	position: relative;
    background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.mpSliderMini .swiper-container .swiper-slide a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
	text-align: center;
}

.mpSliderMini .swiper-container .swiper-slide a img{
	display: inline-block;
	max-width: 100%;
}
.mpSliderMini.visible-xs .swiper-container .swiper-slide a img{
	/*max-height: 160px;*/
}

.workarea .swiper-pagination-bullet {
	width: 15px;
    height: 15px;
    box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.5);
    border: 2px solid #fff;
	background:none;
	opacity: 1;
}
.workarea .swiper-pagination-bullet-active {
	background:#fff;
}
/* End */


/* Start:/local/templates/eshop_bootstrap_yellow/styles.css?15723425966756*/
h1,h2,h3,h4,h5,h6{font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;font-weight: 500;}
p{
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, 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: "Open Sans", Georgia, "Helvetica Neue", Arial,  Helvetica, 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(/local/templates/eshop_bootstrap_yellow/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;
}
.bxe-lis-blue .fa{
	color: #0083d1;
}

.footer-container {
	padding-top: 20px;
    padding-bottom: 30px;
    /*background: url(/bitrix/templates/giftman/img/header/2014-header.png) -204px top no-repeat;*/
    border-top: 2px solid #005573;
}
.footer-container ul{
	list-style: none;
}
.footer-container ul li{
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
}
.footer-container ul li.facebook {background-image:url(/img/icons/facebook_16.png);}
.footer-container ul li.vk {background-image:url(/img/icons/vk_16.png);}
.footer-container ul li.instagram {background-image:url(/img/icons/instagram_16.1.png);}
.footer-container ul li.youtube {background-image:url(/img/icons/youtube.png);}
.footer-container .row>div{margin-bottom:25px;}

.scroll-up-btn{
	border: 1px solid #39c;
	color: #39c;
	padding: 0px 10px;
	font-size: 37px;
	position: fixed;
	bottom: 10px;
	left: 10px;
	border-radius: 7px;
	box-shadow: 0px 0px 18px -7px #000;
	background: #fff;
	cursor:pointer;
	transition-duration: .3s;
	height: 50px;
	line-height: 50px;
	visibility: hidden;
	opacity: 0;
}

.scroll-up-btn.active{
	visibility: visible;
	opacity: 1;
}

.scroll-up-btn:hover{
	box-shadow: 0px 0px 5px -7px #000;
	line-height: 30px;
}
.scroll-up-btn+.scroll-up-btn{
	right:10px;
	left: auto;
}
@media(max-width:760px){
		
	.scroll-up-btn{
		bottom:65px;
		display: none;
	}
	
	.scroll-up-btn+.scroll-up-btn{
		display: block;
	}
}
/* End */


/* Start:/local/templates/eshop_bootstrap_yellow/template_styles.css?158166976038649*/
@media (max-width:767px){#bx-panel{display:none !important}}
body {
	background: #fff;
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	/*font-family: "Open sans", 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-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
	background-image: url("/local/templates/eshop_bootstrap_yellow/images/bg.jpg");
}
@media (min-width: 992px) and (max-width:1199px){
	body.bx-background-image{
		-webkit-background-size:1600px auto;
		background-size:1600px auto;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	body.bx-background-image{
		-webkit-background-size:1280px auto;
		background-size:1280px auto;
	}
}
@media (max-width: 767px) {
	body.bx-background-image {
		background: none;
	}
}

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 {
	background: #fff;
	margin-bottom: 20px;
	border-bottom: 1px solid #eaebec;
}
/*Logo*/

.bx-logo {
}

.bx-logo .bx-logo-block {
	display: block;
	border-bottom: none;
}
.bx-logo .bx-logo-block img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height:100%;
}

.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 {
		background: #1484ce;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 1400;
		padding: 10px 60px;
	}
	.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 {
	min-height: 50vh;
	padding: 0 45px 5px;
	background: #fff;
	border-top: 1px solid #eaebec;
	border-left: 1px solid #eaebec;
	border-right: 1px solid #eaebec;
}

@media (min-width: 1200px) {
	.bx-header-section {
		/*padding: 31px 15px 10px;*/
		padding: 31px 0px 10px;
	}
	.bx-content-seection {
		padding: 35px 45px 5px;
	}
	.bx-header-section .row:first-child>div:nth-child(3) {
		border-left: 1px solid #e4e4e4;
	}
}

@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 {
	position:relative;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 600;
	text-align:center;
}
.sidebar .bx-block-title:before{
	content:'';
	position:absolute;
	top: 50%;
	left:0;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

.sidebar .bx-wt-block .bx-block-title:before {
	display:none;
}

.sidebar .bx-socialsidebar .bx-block-title:before {
	top:100%;
}


.sidebar .bx-block-title span{
	position:relative;
	background:#fff;
	padding: 0 10px;
}
.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: 500;
}

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;
	padding-bottom: 10px;
}
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(/local/templates/eshop_bootstrap_yellow/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: #005573;
	color: #fff;
}

.bx-footer-section.bx-center-section {
	padding-top: 40px;
	padding-bottom: 40px;
}

.bx-footer-section.bx-center-section>div {
	margin-bottom: 20px;
}

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

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

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

.bx-footer-bottomline {
	background: #ffffff;
    font-size: 14px;
    padding: 22px 0;
    color: #005573;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #fff;
    background-image: url(/local/templates/eshop_bootstrap_yellow/images/bg.jpg);
}

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

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

@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;
}
.retailrocket-items{
	overflow:hidden;
}
body .retailrocket-widget ul.retailrocket-items{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
	border-bottom: 1px solid #dee2e4;
}
body .retailrocket-widget.retailrocket-theme-tiny .retailrocket-item{
	margin: 0 5px 25px;
}
body .retailrocket-widget.retailrocket-theme-tiny .retailrocket-widgettitle{
	font-size: 30px;
	margin-bottom: 25px;
}
body .bx_catalog_tile .bx_catalog_tile_ul li{
	padding:0 15px;
	height: 200px;
}
body .bx-newslist-container .bx-newslist-block .bx-newslist-content img{
	max-width:100%;
	height:250px;
	margin:0 auto 15px;
	display:block;
}
.header__text{
	color: #707070;
	font-size: 26px;
	text-align: right;
	text-transform: uppercase;
	padding: 5px 0;
}

@media (max-width:480px){
	.header__text{
		text-align:center;
		font-size: 16px;
	}
}
.header__text strong{
	color: #004e6f;
	font-weight:normal;
}
.header__phones{
	padding:6px 0;
}

.header__phones a{
	color: #004d82;
	font-size: 18px;
}
.header__phones a:hover{
	color: #933;
}
.header__phones a:visited{
	color: #004d82;
}
.header__phones small{
	color: #707070;
	font-size:12px;
	display:block;
}

@media (max-width:480px){
	.header__phones a i{
		display:none;
	}
	.header__phones a{
		font-size: 16px;
	}
	.header__phones small{
		font-size:11px;
	}
}
.header__pricelist-link{
}
.header__pricelist-link a{
	display: block;
	padding: 0px 0px 0px 23px;
	background:url('/upload/icon-excel.png') no-repeat left center;
	color:#933;
}

@media (max-width:480px){
	.header__pricelist-link a{
		font-size: 11px;
	}
}
.header__cart{
	padding:10px 0;
}
@media (max-width:480px){
	.header__cart{
		display:none;
	}
}
.bx-top-nav-container .bx-nav-list-1-lvl{
	display: flex;
	justify-content: space-between;
}
.bx-top-nav-container .bx-nav-1-lvl{
	float:none;
}
.bx-green.bx-top-nav .bx-top-nav-container{
	background: #004d82;
}
.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-active > a span{
	font-weight: bold;
}
.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl:hover > a{
	background:#e80;
}
.bx-top-nav-container .bx-nav-1-lvl > a{
	padding:0;
}
.bx-top-nav-container .bx-nav-1-lvl > a span{
	padding: 7px 15px 7px;
	font-weight:500;
	font-family: 'Open Sans';
}
.bx-searchtitle .bx-input-group-btn button{
	height:34px;
}
.bx-sidebar-block{
}
.bx_vertical_menu_advanced .bx_hma_one_lvl ul{
	padding:0;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl.current .bx_children_container{
	display: block;
    position: relative;
    left: 0;
    top: 0;
    box-shadow: none;
    border-bottom: 2px solid #ccc;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl.current a{
	box-shadow:none !important;
	margin:0 !important;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl.current .bx_children_container .bx_children_block{
	box-shadow: none;
    padding: 0;
    height: auto;
    margin: 0;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b1 .bx_children_block{
	padding-top:0;
	padding-right:0;
	padding-left:0;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl.current .bx_children_container{
	z-index:0;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block > ul > li{
	border-bottom: 1px solid #ccc;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block > ul > li:last-child{
	border-bottom:0;
}
.bx-sidebar-block .bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent > a{
	color: #045487;
	padding: 7px 15px;
	list-style:none;
	font-size:13px;
	line-height:16px;
}
.bx-sidebar-block .bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.current > a,
.bx-sidebar-block .bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent > a:hover{
	color: #933;
}
.bx-sidebar-block .bx-sidebar-block__title{
	
}
body .sidebar{
	padding-top:10px;
}
.bx_catalog_tile .bx_catalog_tile_img:hover{
	box-shadow: 0 0 10px -5px #000;
}
.sidebar li.dropdown {
    background-image: url('/upload/arrow-sidebar-drop-down.png');
	background-position: 215px;
    background-size: 16px;
    background-repeat: no-repeat;
}

.sidebar li.current {
    background-image: url('/upload/arrow-sidebar-drop-current.png');
	background-position: 215px;
    background-size: 16px;
    background-repeat: no-repeat;
	background-color: #2aa3c4;
}

.sidebar li.current a {
	color: #fff;
	text-shadow: none;
	font-weight: 700;
}
.sidebar li.hover a {
	color: #000;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl>a {
	padding-right: 30px;
}

.bx_catalog_tile .bx_catalog_tile_ul li {
	/*width: 25%;*/
}
.product-item .product-item-title{
	min-height:30px;
}
.product-item .product-item-title strong {
	font-size: 16px;
    font-weight: 500;
    color: #2aa3c4;
    padding: 1px 5px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
	display: block;
    width: 70px;
    margin-bottom: 20px;
	margin-right: 10px;
    text-align: center;
    float: left;
}
@media (max-width: 768px) {
	.product-item .product-item-title strong {
		margin-bottom: 10px;
		float: none;
	}
}
.product-item-line-card .product-item-title a {
	/*padding-left: 5px;*/
}

.btn-warning {
	color: #fff;
    background-color: #ff9900;
    border-color: none;
}

.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span {
	background: #2aa3c4;
}

.product-item .product-line-item-info-right-container {
	background: rgba(248, 250, 252, 0.3);
    border: 1px solid #efefef;
    border-radius: 5px;
}
@media (max-width: 768px) {
	.product-item .product-line-item-info-right-container {
		border:none;
	}
}
.catalog-section .product-item .btn.btn-default {
	background-image: url(/bitrix/templates/giftman/img/2cart.png);
    background-position: 6em center;
    background-repeat: no-repeat;
    padding-right: 50px;
}
.catalog-section .product-item .btn.btn-default:hover {
	background-color:#2aa3c4;
}
.row.product-item-line-list:hover {
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}
.w-100{
	width:100%;
}
.basket-items-search-field + .basket-items-list-header-filter{
	line-height:34px;
	text-align: left;
	padding-left: 0;
}
.basket-items-list-header-actions__save2xls{
	padding: 8px 25px 8px 45px;
    display: inline-block;
    border-radius: 3px;
    background: #fff url('https://www.giftman.ru/img/icons/download-excel-cart.png') no-repeat 10px center /20px auto;
}
.basket-items-list-header-actions__save2xls:hover{
	text-decoration:underline;
}
.basket-items-list-header-actions__import{
	padding: 8px 15px;
    display: inline-block;
    border-radius: 3px;
	background:#fff;
}
.basket-items-list-header-actions__import i{
	margin-right:10px;
}
.basket-items-list-header-actions__clear{
	display: inline-block;
    padding: 8px 9px;
    color: #222;
    text-transform: lowercase;
	text-decoration: underline;
    text-align: center;
    font-size: 13px;
}
.basket-items-list-header-actions__clear:hover{
	text-decoration: none;
}
.basket-coupon-block-field{
	padding:0;
}
.basket-nextdiscount-section{
	margin: 0 0 10px 0;
	padding: 10px;
	color: #fff;
	text-align:center;
	font-size:12px;
	background: #ec8b25;
}
.basket-nextdiscount-section a{
	color: #fff;
    text-transform: lowercase;
    text-decoration: underline;
}
.basket-nextdiscount-section a:link{
	color: #fff;
}
.basket-nextdiscount-section a:hover{
	text-decoration:none;
}
.basket-nextdiscount-section__val{
    text-transform: uppercase;
	margin-bottom: 10px;
}
.basket-nextdiscount-section__val strong{
	font-weight:bold;
	font-size:16px;
}
.basket-checkout-block-btn,
.basket-checkout-block-btn button{
	width:100%;
}
.basket-checkout-block-btn .basket-btn-checkout+label{
	position: relative;
	text-align: right;
	margin: 10px 0;
	padding-right: 23px;
	font-size: 12px;
	line-height: 15px;
}
.basket-checkout-block-btn .basket-btn-checkout+label input{
    position: absolute;
    right: 0;
    top: 3px;
    margin: 0;
    line-height: 15px;
	vertical-align: top;
}
.basket-checkout-block-btn{
	padding:0 0 15px;
}
.basket-checkout-container{
	padding-left:10px;
	padding-right:10px;
}
.basket-coupon-section,
.basket-checkout-section{
	padding: 0 15px;
}
.product-item-detail-info-section{
	padding:0;
}
@media (max-width: 991px){
	.basket-checkout-section {
		order:1;
		padding-bottom:25px;
	}
	.basket-checkout-block.basket-checkout-block-total-price,
	.basket-checkout-block-total-inner{
		width: 100%;
		text-align: center;
	}
}
.product-item-properties dd{
	float:left;
}
.product-item-properties dd{
	color: #045487;
}



.bx-subscribe {
	margin: 10px 0;
}
.bx-subscribe div.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-subscribe-desc {
	color: #aaa;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}
.bx-subscribe .bx-input-group .bx-form-control {
	position: relative;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #F8FAFC;
	border: 1px solid #D5DADC;
	border-radius: 2px;
	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-ios .bx-subscribe .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%);
}
.btn-subscribe {
	cursor: pointer;
	text-align: center;
	background: #70bb18;
	border: none;
	color: #fff;
	font-size: 13px;
	position: relative;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 30px;
	height: 40px;
	padding: 5px 60px 5px 20px;
	vertical-align: middle;
	outline: none;
	-webkit-transition: width 5s linear;
	-moz-transition: width 5s linear;
	-ms-transition: width 5s linear;
	-o-transition: width 5s linear;
	transition: width 5s linear;
}
.btn-subscribe:hover {
	background: #7ec629;
}
.btn-subscribe:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	background-color: #5b9f0b;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 0 2px 2px 0;
}
.btn-subscribe span {
	display: block;
}
.btn-subscribe.send {
	padding: 5px 40px;
	-webkit-animation-name: MeilSend;
	animation-name: MeilSend;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	outline: none;
	color: #fff;
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
	width: 0;
	background-position: 100px 50%;
	-webkit-animation-name: MeilSendButton;
	animation-name: MeilSendButton;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
	padding: 40px;
	color: #35414E;
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
	font-weight: 100;
	font: 11px/10px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.isLoading{
	position:relative;
}
.isLoading:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: #fff url('/upload/loading.gif') no-repeat center center;
	background-size:contain;
	opacity:.7;
}
.bx_subscribe_result{
	background: url('/bitrix/components/bitrix/sender.subscribe/templates/.default/images/icon-ok.png') no-repeat left center / 40px auto;
    padding-left: 50px;
}
.bx_subscribe_result div{
	font-size:22px;
}
.bx_subscribe_result div+div{
	font-size:16px;
}
.bx-subscribe label{
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0;
}
.bx-subscribe label input{
    vertical-align: top;
    margin: 0 5px 0 0;
}
button[disabled]{
	opacity: .8;
}
.subscribe-1500{
	background: #f4b712;
	padding: 20px 25px 30px;
	margin-bottom:20px;
	position: relative;
}
.subscribe-1500 .agreement{
	font-size: 13px;
	font-weight: normal;
	line-height: 12px;
}
.subscribe-1500 .agreement input{
    vertical-align: top;
    margin: 0 5px 0 0;
}
.subscribe-1500 .btn-primary{
	background: #df1f1c;
	border-color: #ec2e2b;
}
.subscribe-1500__text strong{
	color:#d8171b;
	font-weight:bold;
}
.subscribe-1500__text{
	color:#fff;
	font-size:16px;
	font-weight:normal;
	text-align: center;
	padding: 10px 0;
}
.subscribe-1500 .subscribe-1500__inputs{
	display: none;
}
.subscribe-1500>img{
	margin: -15px auto;
}
.subscribe-1500:after{
	content: "\f0d7";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	left: 50%;
	left: calc(50% - 19px);
	bottom: 15px;
	color: #fff;
	font-size: 50px;
	line-height: 0;
	cursor: pointer;
}
.subscribe-1500.active:after{
	display: none;
}
.subscribe-1500.active .subscribe-1500__inputs{
	display: block;
	padding: 20px 0 10px;
}
.disclam {
	text-transform: none;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
	margin-top: 15px;
}
.btn.product-item-detail-buy-button {
	width: 100%;
    max-width: 250px;
    display: block;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    margin: 0 auto 20px;
    background-color: #f90;
    border-radius: 4px;
    color: #fff;
	padding: 15px 10px;
}
.btn.product-item-detail-buy-button span {
    background-image: url(/img/icons/2cart.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 40px;
}
.unuser .product-line-item-info-right-container .product-item-info-container,
.unuser .catalog-st-od-shtuki{
	display: none;
}
.unuser .product-item-detail-short-card-fixed,
.unuser .product-item-detail-tabs-container-fixed,
.unuser .product-item-detail-pay-block,
.unuser .product-line-item-info-right-container,
.unuser .add-by-section,
.unuser .retailrocket-item-price,
.bx-basket-block:first-child{
	font-size: 14px;
	text-align: center;
	padding-left:0;
	padding-right:0;
	padding-bottom: 10px;
}
.unuser .bx-basket-block:last-child{
	display:none !important;
}
.mpSlider-homepage {
	padding-left:0px;
	padding-right:0px;
}
.mpSlider .swiper-container .swiper-slide a img {
	border-radius: 5px;
}
h1.bx-title {
	font-size: 24px;
	font-weight: bold;
    color: #045487;
}
a.add-by-section {
	margin: 30px 5px;
	white-space: normal;
}

.column_switch{display: none;} 
table.elegant{border-spacing:0;border-width:1px 1px 0 0;}
table.elegant,
table.elegant th,
table.elegant td{border-color:#999;border-style:solid;}
table.elegant tr{border:none;}
table.elegant tr:hover td,
table.elegant tr:hover th{background:#eef;}
table.elegant th,
table.elegant td{padding:.4em .7em;margin:0;border-width:0 0 1px 1px;}
table.elegant th{text-align:center;font-weight:bold;background:#eee;}
table.elegant td{background:white;text-align:right;}
.unuser .catalog-element-p{display:none;}

ul.contacts,
ul.contacts li,
ul.contacts li ul,
ul.contacts li ul li{background:white;margin:0;padding:0;list-style:none;text-indent:0;list-style-type:none;-webkit-padding-start:0;list-style-position:inside;}
ul.contacts{margin:20px 0;}
ul.contacts li{margin:0 0 20px 0;}
ul.contacts li ul li{display:block;margin:8px 0;}
ul.contacts li.description,
ul.contacts li.photo{text-align:center;}
ul.contacts li.photo img{border-radius:6px;border:1px solid #ccc; width: 120px;}
ul.contacts li.description span{font-weight:bold;font-size:110%;color:#333;}
li.contact{border-bottom:1px dashed #999;}

a.icq, a.skype, a.email, a.phone, a.mobile{background-position:left center;background-repeat:no-repeat;padding-left:20px;height:18px;padding-top:2px;}
a.icq{background-image:url('/bitrix/templates/giftman/img/icq.gif');}
a.skype{background-image:url('/bitrix/templates/giftman/img/skype.png');}
a.email{background-image:url('/bitrix/templates/giftman/images2010/icon-e-mail.png');background-position:-2px center;}
a.phone{background-image:url('/bitrix/templates/giftman/images2010/icon-phone.png');}
a.mobile{background-image:url('/bitrix/templates/giftman/images2010/mobile.png');}

.menu__catalog_novyy-god__item{
	/*display: none !important;*/
}
.catalog-menu .menu__catalog_vsye-po-3-rublya__item,
.catalog-menu .menu__catalog_vsye-po-8-rubley__item,
.catalog-menu .menu__catalog_vsye-po-23-rublya__item{
	display: none
}
.bx_item_detail_rating {
	display: none!important;
}
.product-item-title{
	white-space: normal;
	font-size: 16px;
	font-weight: 600;
}
.product-item-detail--new .product-item-detail-slider-container,
.product-item--new .product-item-image-wrapper{
	position: relative;
}
.product-item-detail--new .product-item-detail-slider-container:before,
.product-item--new .product-item-image-wrapper::before{
	content: "NEW";
	position: absolute;
	z-index: 999;
	background: #fff;
	padding: 5px;
	border: 2px #5ad200 solid;
	width: 50px;
	color: #5ad200;
	font-weight: 900;
	border-radius: 5px;
	text-align: center;
	opacity: 0.7;
	bottom: 20px; 
}
.product-item-detail--aktsiya .product-item-detail-slider-container:before,
.product-item--aktsiya .product-item-image-wrapper::before{
	content: "\0410\041A\0426\0418\042F";
	position: absolute;
	z-index: 999;
	background: #fff;
	padding: 5px;
	width: 70px;
	font-weight: 900;
	border-radius: 5px;
	text-align: center;
	opacity: 0.7;
	bottom: 20px; 
	border: 2px #ff0d39 solid;
    color: #ff0d39;
}

.teper-cart{
	text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    padding: 16px;
    background: #ff0d39;
}
.teper-order{
	text-align:center;
	font-weight:bold;
	padding:20px 0 0;
	text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    padding: 16px;
    background: #ff0d39;
	margin-top: 20px;
}
body .sidebar .bx-sidebar-block:first-child .bx-block-title {
	color: #ff0d39;
}
body .sidebar .bx-sidebar-block:first-child .bx_vertical_menu_advanced {
	border-left: 7px solid #ff0d39;
}

.sale_order_ajax_pog{
	background: #f2f5f7;
	padding: 16px 15px;
    line-height: 34px;
}

.sale_order_ajax_pog input{
	vertical-align: top;
	background: #fff;
}
.sale_order_ajax_pog .btn{
    background: #3bc915;
	vertical-align: top;
}
.bx-basket .sale_order_ajax_pog{
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

.bx_catalog_tile .menu__catalog_vsye-po-23-rublya__item,
.bx_catalog_tile .menu__catalog_vsye-po-3-rublya__item,
.bx_catalog_tile .menu__catalog_vsye-po-8-rubley__item
 {
	display: none;
}
@media (max-width:768px){

	.product-item-image-wrapper{
		width: 178px;
		padding-top: 190px;
		margin: 0 auto;
	}
}
.header-minorder {
	color:#c00;
}
.footer-container {
	background: #f9f9f9;
	border-left: 1px solid #eaebec;
    border-right: 1px solid #eaebec;
    border-bottom: 1px solid #eaebec;
}
.gallery-border img {
    border: 10px solid #fff;
    box-shadow: 0px 0px 15px 5px #ccc;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}
.bx-green .product-item-selected-scu, .bx-green .product-item-detail-slider-controls-image:hover, .bx-green .product-item-detail-slider-controls-image.active {
    outline-color: #004d82;
}
.product-item-detail-slider-left, .product-item-detail-slider-right {
	opacity: .2;
}
.wt-order{
	position: fixed;
	visibility: hidden;
	bottom:-800px;
	left: 0;
	width: 100%;
	transition: bottom 1s ease-out 0.5s;
	z-index: 9999;
	box-shadow: 0 0 11px 6px rgba(0,0,0,.5);
}
.wt-order .close{
	position: absolute;
	top:10px;
	right: 10px;
	
}
.wt-order img{
	width: 100%;
	height: auto;
}
.wt-order.active{
	visibility: visible;
	top: auto;
	bottom: 0;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-image img{
	max-height: 150vh;
}
.product-item-image-slide{
	background-size: initial;
}
/* End */


/* Start:/local/templates/eshop_bootstrap_yellow/colors.min.css?15590567912128*/
@media(max-width:767px){body.bx-theme-yellow .bx-logo{background:#e6a323}}body.bx-background-gradient{background:#fbfaf5;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmFmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,rgba(251,250,245,1) 0,rgba(255,255,255,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(251,250,245,1)),color-stop(100%,rgba(255,255,255,1)));background:-webkit-linear-gradient(top,rgba(251,250,245,1) 0,rgba(255,255,255,1) 100%);background:-o-linear-gradient(top,rgba(251,250,245,1) 0,rgba(255,255,255,1) 100%);background:-ms-linear-gradient(top,rgba(251,250,245,1) 0,rgba(255,255,255,1) 100%);background:linear-gradient(to bottom,rgba(251,250,245,1) 0,rgba(255,255,255,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfaf5',endColorstr='#ffffff',GradientType=0);background-attachment:fixed}.bx-logo-text small{color:#f9a91d}body.bx-theme-yellow .bx-s-info-titleicon{background:#e6a323}a.bxd-block:hover{border-color:#f9a91d}.bxd-icon{border:1px solid #f9a91d}a.bxd-block:hover .bxd-icon{background:#f9a91d}.bxd-icon .fa{color:#f9a91d}a.bxd-block:hover .bxd-icon .fa{color:#fff}.bx-theme-yellow .btn.btn-default{outline:0;background-color:#ee9200;border-color:#ee9200;color:#FFF}.bx-theme-yellow .btn.btn-default:hover{outline:0;background-color:#f0bf72;border-color:#f0bf72;color:#FFF}.bx-theme-yellow .btn.btn-default:active{outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
/* End */
/* /local/templates/eshop_bootstrap_yellow/components/bitrix/sale.basket.basket.line/.default/style.css?15707954244382 */
/* /local/templates/eshop_bootstrap_yellow/components/bitrix/search.title/visual/style.min.css?15590567913445 */
/* /local/templates/eshop_bootstrap_yellow/components/bitrix/menu/catalog_horizontal/style.min.css?15590567929538 */
/* /local/templates/eshop_bootstrap_yellow/components/bitrix/menu/catalog_horizontal/themes/green/colors.min.css?1559056792837 */
/* /local/templates/eshop_bootstrap_yellow/components/bitrix/menu/catalog_vertical/style.min.css?15590567925854 */
/* /local/templates/eshop_bootstrap_yellow/components/bitrix/menu/catalog_vertical/themes/blue/colors.min.css?1559056792498 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1559056874467 */
/* /local/templates/eshop_bootstrap_yellow/components/bitrix/news.list/mpSlider/style.css?15590567911430 */
/* /local/templates/eshop_bootstrap_yellow/styles.css?15723425966756 */
/* /local/templates/eshop_bootstrap_yellow/template_styles.css?158166976038649 */
/* /local/templates/eshop_bootstrap_yellow/colors.min.css?15590567912128 */
