

/* Start:/bitrix/templates/metr_template111/components/metr/search.title/metr.title.search/style.css?14814753442184*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/metr_template111/components/metr/search.title/metr.title.search/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
.title-search-result{
	left: 545px !important;
	width: 490px !important;
}

/* End */


/* Start:/bitrix/templates/metr_template111/components/bitrix/sale.basket.basket.line/metr.basket.header/style.css?15490231604804*/
.bx-basket-block {
	font-size: 12px;
	white-space: nowrap;
	position: relative;
	border: 1px solid #ccc;
    border-radius: 5px;
	padding: 0 8px;
	background-color: #fff;
	transition: all 0.2s ease;
}
.bx-basket-block:hover{
	cursor: pointer;
	background-color: #85E385;
	transition: all 0.2s ease;
}
.bx-basket-block>.fa {
	color: #292a2c;
	width: 12px;
	position: absolute;
	left: -6px;
	top: 3px;
}
.bx-basket-block a {
	color: #039BE5;
	margin-right: 10px;
}
.bx-basket-block a:hover {
	text-decoration: none;
}
.bx-basket-block .price{
      display: inline-block;
      margin-left: 5px;
      font-weight: bold;
      font-size: 16px;
}
.bx-basket-block .link-to-bsk{
	font-size: 14px;
  color: #004d99;
  text-decoration: underline;
}
.bx-basket-block .link-to-bsk:hover{
	  text-decoration: none;
}


/*FIXED BASKET*/

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

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

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

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

.bx_cart_login_top .bx-hdr-profile a {
	text-decoration: none;
}
.bx_cart_login_top .bx-hdr-profile{
	line-height: 1.44em;
}
.top-basket__icon{
	width: 48px;
	height: 48px;
}
.top-basket__left-col{
	float: left;
}
.top-basket__right-col{
	float: right;
	font-size: 14px;
	font-weight: 700;
	color: #000;
}
/* End */


/* Start:/bitrix/templates/metr_template111/components/bitrix/menu/catalog_vertical1/style.css?15470366598055*/
.bx_vertical_menu_advanced{
	background:#f1f4f7;
	border-radius:4px;
	position:relative;
	box-shadow:0 0 1px 1px #dcdcdc;
}
.bx_vertical_menu_advanced>ul{
	display:block;
	margin: 0;
	padding:0;
	width:100%;
	border-radius:5px;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
	background:#fff;
	list-style:none;
}

/* 1 ������� */
.bx_vertical_menu_advanced .bx_hma_one_lvl{
	border-bottom: 1px dotted #000;
	display:block;
	padding:0;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl>a{
	z-index:105;
	display:block;
	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: 12px;
	line-height:16px;
	background-color: rgba(241, 227, 92, 0.3);
	padding: 4px;

}

.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:none}

.bx_vertical_menu_advanced .bx_hma_one_lvl:first-child>a {
	display: none;
}

.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{

	border:none;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl.hover>a{
background-color: #f7e97c;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl.dropdown.hover{}
.bx_vertical_menu_advanced .bx_hma_one_lvl.dropdown.hover>a{z-index:1500}

.bx_vertical_menu_advanced .bx_hma_one_lvl>a:active,
.bx_vertical_menu_advanced .bx_hma_one_lvl.current>a{}
/* // 1� ������� */
/* ���������*/
.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);
	min-height: 598px;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl.hover .bx_children_container{
	display:block;
	background-color: #fcfbb8;
}
.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;
	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:300px}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b2{min-width:600px}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b3{min-width:900px}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b4{min-width:1200px}
.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);*/
}
/*// ���������*/
/* 2� �������*/
.bx_vertical_menu_advanced .bx_hma_one_lvl ul{
	margin:0;
	padding:0 0 14px 12px;
	list-style: disc;
}
.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;
}
.parent>a{
	display: block;
	position: relative;
	margin-bottom: 12px;
}
/*.parent>a:before{
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	bottom: -2px;
	width: 90%;
	background-color: tomato;
}*/
.parent>ul{
	list-style: disc;
}

/*.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent>a:hover{
	color: #366181;
}*/
/* //2� �������*/
/* 3� ������� */
.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:none}
.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_block li.parent ul a:hover{
	background:#f0f6f8;
	box-shadow:inset 0 1px 1px 0 #e3e9eb;
}*/
/* // 3� ������� */

/* ������ */
.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:#000;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	line-height:23px;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li>a:hover{
	color: #d6d6da;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl ul li ul li a{
	color:#000;
	text-decoration:none;
	font-size:13px;
	line-height:16px;

}
.bx_vertical_menu_advanced .bx_hma_one_lvl ul li ul li a:hover{
	text-decoration: underline;
}

@media (max-width:569px) {
	.bx_vertical_menu_advanced{display:none}
	.header_inner_bottom_line{
		overflow:hidden;
		height:auto;
	}
}

.bx_vertical_menu_advanced .bx_blue {
	border: none;
}
.ropdown-catalog{
	position: relative;
}
.bx_children_container{

}
.bx_children_container{
	width: 766px;
	padding: 10px;
}
.bx_children_container ul li{
	display: inline-block;
	width: 242px;
    vertical-align: top;
}
.fa-arrow-right{
	font-size: 10px !important;
}
.catalog-menu__image{
	display: block;
	float: left;
	margin-right: 4px;
	width: 48px;
	height: 48px;
}
.catalog-menu__text-wrapper{
	float: left;
	width: 140px;
	height: 48px;
	display: table;
}
.catalog-menu__text{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
/* End */


/* Start:/bitrix/templates/metr_template111/components/bitrix/menu/catalog_vertical1/themes/blue/colors.min.css?1481475344498*/
.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/templates/metr_template111/template_styles.css?161458935615532*/
html {
    height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
}
.o {
    outline: 1px solid red;
}
.fz0 {
    font-size: 0;
}
.p0 {
    padding: 0;
}
.main-container {
    width: 1000px;
    padding: 0;
    margin: 0 auto;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.clearfix:after {
    clear: both;
}
.main-header {
    margin-bottom: 10px;
}
.user-panel {
    margin-bottom: 18px;
    box-shadow: 0 2px 9px 1px rgba(0, 0, 0, 0.2);
    background-color: #85E385;
	padding: 12px 24px;
}
.user-panel-item {
  display: inline-block;
  margin-right: 48px;
}
.user-panel-item:last-child {
    margin-right: 0;
}
.bx-system-auth-form {
    margin-top: -37px;
    padding: 10px;
    font-size: 14px;
    background-color: #85E385;
    box-shadow: 0 2px 9px 1px rgba(0, 0, 0, 0.2);
}
.bx-system-auth-form table {
    width: 100%;
    border: none !important;
}
.bx-system-auth-form .title {
    margin-bottom: 4px;
}
.bx-system-auth-form .title i {
    color: #8c8c8c;
}
.bx-system-auth-form input[type=password], .bx-system-auth-form input[type=text] {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #b3b3b3;
}
.bx-system-auth-form .forgot-password {
    float: right;
    font-size: 12px;
    color: #004d99;
    text-decoration: underline;
}
.bx-system-auth-form .forgot-password:hover {
    text-decoration: none;
}
.bx-system-auth-form label {
    font-size: 12px;
    color: #4c4c4c;
    font-weight: normal;
}
.bx-system-auth-form input[type=submit] {
    margin-top: 6px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 2px;
    padding: 4px 30px;
}

.sign-up{
    margin-right: 280px;
    float: right;
    display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    color: #004d99;
    background-image: url('/bitrix/templates/metr_template111/img/sign-up.png');
    background-position: left;
    background-repeat: no-repeat;
    text-decoration: underline;
}
.sign-up:hover{
    text-decoration: none;
}
.user-panel-item {
    z-index: 2;
}
.user-panel-item i{
    color: #000;
}
.user-panel-item .user-panel-link {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
}
.user-panel-item .user-panel-link:hover {
    text-decoration: none;
}
.user-panel-item .btn-group {
    display: block;
    left: 14px;
    top: 5px;
}
.user-panel-item .btn {
    padding: 0;
    background: transparent;
    outline-bottom: 1px dashed #000;
    font-size: 12px;
    line-height: 14px;
    color: #000;
}
.user-panel-item .btn:hover {
    outline: none;
}
.user-panel-item .btn btn:focus {
    outline: 0;
}
.user-panel-item .fa-caret-down {
    color: #000;
}
.user-panel-item .dropdown-menu {
    z-index: -100;
    top: 26px;
    left: -18px;
    background-color: white;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    box-shadow: 0 2px 9px 1px rgba(0, 0, 0, 0.2);
}
.top-menu-wrap {
    text-align: center;
    margin-bottom: 20px;
}
.top-menu {
    display: inline-block;
    text-align: center;
    background-color: #F8C510;
    margin: 0 auto;
    padding: 10px 42px;
}
.top-menu__link {
    font-size: 14px;
    color: #000;
    padding-right: 14px;
}
.top-menu__link:hover {
    color: #000000;
}
.top-menu__link::last-child{
    padding-right: 0;
}
.exit_btn {
    display: block;
    float: right;
    color: rgb(0,0,0);
    text-align: right;
}
.exit_btn:hover {
    color: #333333;
}
.exit_btn *{
    color: rgb(0,0,0);
    text-decoration: none;
}
.exit_btn *:hover{
    color: rgb(100, 100, 100);
    text-decoration: none;
}
.header-content {
    margin-bottom: 10px;
    background-image: url("/bitrix/templates/metr_template111/header_background/spring.jpg");
    background-repeat: no-repeat;
}
.left-section {
    position: relative;
    float: left;
    width: 234px;
    padding-left: 24px;
    padding-right: 24px;
    margin-right: 20px;
    margin-top: 8px;
}
.discription {
    display: block;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
}
.middle-section {
    float: left;
    width: 490px;
    margin-right: 20px;
    padding-top: 26px;
}
.info {
    text-align: justify;
    margin-bottom: 14px;
}
.phone {
    float: left;
    width: 150px;
    margin-right: 20px;
}
.phone__number {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.links {
    float: left;
    width: 150px;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.links .mail {
    margin-bottom: 12px;
    display: block;
    font-size: 14px;
    color: #004d99;
}
.links .chat {
    display: block;
}
.links .chat__icon {
    color: #ffd84c;
}
.links .chat__text {
    font-size: 14px;
    color: #004d99;
    border-bottom: 1px dashed #004d99;
}
.address {
    float: left;
    width: 150px;
    font-size: 12px;
}
.search {
    font-size: 0;
    transition: box-shadow 0.1s ease;
}
.serach:focus{
  outline: 1px solid yellow;
}
.search input[type="text"] {
    padding: 6px 5px 6px;
    border: 1px solid #b3b3b3;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-right: none;
    font-size: 14px;
    width: 80%;
}
.search-shadow{
  box-shadow: 0px 0px 6px -2px rgba(0,0,0,1);
  transtition: box-shadow 0.1s ease;
}
.search input[type="text"]:focus{
  outline: none;
}

.search input[type=submit] {
    padding: 7px 18px 6px 18px;
    font-size: 12px;
    background-color: #fff;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border: 2px solid #ffd84c;
    font-weight: bold;
    width: 20%;
}
.search input[type=submit]:hover {
    border: 2px solid #f7e97c;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.search-page {
    position: relative;
}
.search-page input[type=submit] {
    text-align: center;
    padding-right: 8px;
}
.search-page i {
    position: absolute;
    right: 14%;
    top: 33%;
    font-size: 12px;
}
.search-text {
    width: 80%;
}
.right-section {
    float: right;
    width: 236px;
}
.personal-panel{
  margin-bottom: 4px;
}
.personal-panel .lable {
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
}
.personal-btn-wrap{
    border-radius: 5px;
}
.personal-btn-wrap .btn-group{
  display: block;
  font-size: 0;
  padding-bottom: 12px;
}
.personal-btn-wrap .btn-group .link{
  padding: 6px 32px;
  border: 1px solid #b3b3b3;
  font-size: 14px;
  display: inline-block;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #000;
  background-color: #fff;
  width: 205px;
}
.personal-btn-wrap .btn-group .link:hover{
  cursor: pointer;
  text-decoration: none;
  background-color: #dfdfdf
}
.personal-btn-wrap .btn-group .link:focus{
    text-decoration: none;
}
.personal-btn-wrap .btn-group .btn-dropdown{
  line-height: 19px;
  padding: 6px 10px;
  margin-left: -1px;
  border: 1px solid #b3b3b3;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 1px solid #d9d9d9;
  font-size: 14px;
  color: #000;
  width: 32px;
  display: inline-block;
  height: 34px;
  vertical-align: bottom;
  background-color: #FFF;
  background-image: url(/bitrix/templates/metr_template111/img/arrow-down.png);
  background-position: center;
  background-repeat: no-repeat;
}

.personal-btn-wrap .btn-group .btn-dropdown:hover{
        background-color: #dfdfdf;
}
.personal-btn-wrap .dropdown-menu{
  top: 31px;
  width: 100%;
}
.personal-btn-wrap  .dropdown-menu a:hover {
    background-color: #fcfcd7;
}
.catalog-nav {
}
.catalog-btn-wrap {
    position: relative;
    display: inline-block;
}
.dropdown-catalog {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 42px;
    width: 234px;
    z-index: 100;
    box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.2);
}
.dropdown-catalog-index{
  box-shadow: none;
}
.catalog-btn {
    height: 42px;
    width: 234px;
    float: left;
    padding-left: 42px;
    padding-top: 8px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 2px;
    background-color: #F8C510;
    color: #000;
    background-image: url(/bitrix/templates/metr_template111/img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 198px 17px;
    transition: background-color 0.3s ease;
    box-shadow: 0px 0px 1px 0 rgba(0,0,0,0.25);
    text-shadow: 0 0px 1px rgba(150, 150, 150, 0.5);
}
.catalog-btn-shadow{
  box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.2);
}
.catalog-btn:hover{
    background-color: #E6BB22;
  text-decoration: none;
  color: #000;
  transition: background-color 0.3s ease;
}
.catalog-nav-btns {
    width: 746px;
    float: right;
    font-size: 0;
}
.nav-btn{
  position: relative;
    display: inline-block;
    background-color: #85E38580;
    width: 20%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    text-align: center;
    color: #000;
    transition: background-color 0.3s ease;
    border-right: 1px solid rgba(0,0,0,0.1);
}
.nav-btn:last-child{
  border: none;
}
.nav-btn:hover{
  text-decoration: none;
  color: #000;
  background-color: #6BB06B;
}
/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.nav-btn.selected {
    background-color: #f7e97c;
}
.nav-btn.selected:after{
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0px;
  background-color: #000;
}
.nav-btn.selected:hover{
  box-shadow: none;
}
.carousel{
  width: 746px;
  float: right;
}
footer{
  box-shadow: 0 2px 9px 1px rgba(0, 0, 0, 0.2);
}
.footer-top {
    background-color: #F8C510;
    padding-top: 30px;
    padding-bottom: 24px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}
.footer-top__title {
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: bold;
}
.footer-top__link {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 13px;
    color: #000;
}
.footer-top__link:hover{
    color: #000;
}
.footer-top__help {
    text-decoration: none;
    line-height: 13px;
}
.footer-top__help i {
    color: #ffd84c;
}
.footer-top__help span {
    border-bottom: 1px dashed #004d99;
}
.footer-top__help:hover span {
    border-bottom: 1px solid #fff;
}
main {
    padding-bottom: 20px;
    margin-bottom: 54px;
}
.spacer{
  width: 100%;
}
footer {
}
.footer-top-col{
  width: 210px;
  float: left;
  padding-left: 40px;
  margin-right: 40px;
  margin-bottom: 24px;
}
.footer-top-col:last-child{
  margin-right: 0;
}
.footer-bottom {
    padding: 30px;
    padding-left: 40px;
    background-color: #F8C510;
    font-size: 12px;
}
.footer-bottom__logo {
    margin-right: 20px;
}
.footer-bottom__col {
    vertical-align: middle;
    display: inline-block;
    margin-right: 12px;
    font-size: 12px;
}
.footer-bottom span {
    line-height: 24px;
}
.footer-bottom__link {
    line-height: 24px;
    color: #000;
    text-decoration: none;
}
.footer-bottom__link:hover{
    text-decoration: underline;
    color: #000;
}
.dropdown{
    position: static !important;

}
.personal-empty{
    height: 42px;
}
.about_img{
    width: 470px;
    float: left;
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px;

}
.about_img:nth-child(2n){
    margin-left: 20px;
}
.about_metr{
    display: block;
    width: 746px;
    float: right;
}
.map{
    margin-bottom: 24px;
}
.contacts{
    width: 746px;
    float: right;
}
.contacts h2{
    margin-top: 0;
}
.link-to-bsk{
    font-size: 14px;
    color: #000;
    text-decoration: underline;
}
.grid-item{
  width: 242px;
}
.banner-container{
    position: relative;
    width: 746px;
    height: 400px;
    overflow: hidden;
    font-size: 50px;
    float: right;
}
.banner-link{
    position: absolute;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.banner-link.active{
    z-index: 10;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.fa-angle-left,
.fa-angle-right{
    position: absolute;
    top: 155px;
    background-color: #fff;
    opacity: 0.7;
    padding: 12px;
    transition: opacity 0.1s ease;
    border-radius: 10px;
    z-index: 99;
    cursor: pointer;
}
.fa-angle-left:hover,
.fa-angle-right:hover{
    opacity: 1;
    transition: opacity 0.1s ease;
}
.fa-angle-left{
    left: -10px;
}
.fa-angle-right{
    right: -10px;
}

.banner-link .link-wrap{
  position: absolute;
  bottom: 70px;
  text-align: center;
}
.banner-link .link-wrap a{
  display: inline-block;
  padding: 12px;
  font-size: 12px;
  color: #000;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 5px;
  margin-left: 60px;
  font-weight: bold;
  transition: background-color 0.3s linear;
  background-color: rgb(241, 227, 92);
  box-shadow: 0 2px 9px 1px rgba(0, 0, 0, 0.2);
}
.banner-link .link-wrap a:last-child{
  margin-left: 70px;
}
.banner-link .link-wrap a:hover{
  transition: background-color 0.3s linear;
  text-decoration: none;
}
.banner-container:hover{
    cursor: pointer;
}
.certificate-container{
    position: absolute;
    top: -28px;
    right: -18px;
}
.certificate-container a{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: all 0.2s ease;
    background-size: cover;
}
.certificate-container a:hover{
    transition: all 0.2s ease;
    transform: scale(1.2);
    box-shadow: 0 0 4px 0 rgb(0,0,0);
}
.middle-section .info{
    background-color: #DAEEAF;
}
.info__description{
    padding-top: 12px;
    margin-bottom: 10px;
    font-size: 26px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
}
.info-bottom{
    padding-bottom: 16px;
    padding-left: 14px;
    font-size: 14px;
}
.info-bottom__phone{
    float: left;
    width: 30%;
}
.info-bottom__address{
    float: left;
    width: 40%;
}
.footer__description{
    float: left;
    width: 500px;
    font-size: 12px;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl > a{
    background-color: #DAEEAF;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl > a:hover{
    background-color: #F8C510;
}
.user-panel__info{
    float: right;
}
.user-panel__info-item{
    color: #000;
    margin-right: 14px
}
.user-panel__info-item:hover{
    color: #000;
}
.user-panel__info-item::last-child{
    margin: 0;
}
.footer__main-col{
    float: left;
    width: 50%;
}
.footer-bottom__col:first-child{
    padding-left: 24px;
}
.bx-basket-block .fa-shopping-cart{
    font-size: 36px;
}
.logo-text{
    color: #000;
    font-weight: 700;
    text-align: left;
    padding-top: 12px;
    display: inline-block;
}
.compare_btn{
    background: transparent !important;
}
.insta-btn{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	padding: 4px 8px;
	border-radius: 5px;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.5);
}
.insta-btn a{
	color: #fff !important;
	text-decoration: none !important;
}
/* End */
/* /bitrix/templates/metr_template111/components/metr/search.title/metr.title.search/style.css?14814753442184 */
/* /bitrix/templates/metr_template111/components/bitrix/sale.basket.basket.line/metr.basket.header/style.css?15490231604804 */
/* /bitrix/templates/metr_template111/components/bitrix/menu/catalog_vertical1/style.css?15470366598055 */
/* /bitrix/templates/metr_template111/components/bitrix/menu/catalog_vertical1/themes/blue/colors.min.css?1481475344498 */
/* /bitrix/templates/metr_template111/template_styles.css?161458935615532 */
