header .main_header_top{
	background-color:var(--main_color);
	color:#fff;
}

header .hrcp_item{
	padding:20px 0px 18px;
}


header .main_header_top_row{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

header .main_header_top .city_address{
	display:flex;
	font-size: 15px; 
	font-weight:300;
}

header .main_header_top .city_address span{
	margin-left:8px;
}

header .social_wrap{
	display:flex;
	margin:0 -7px;
}


header .social_wrap a{
	opacity:0.9;
	padding-left:7px;
	padding-right:7px;
	display:flex;
}

.city_phone{
	font-size: 15px; 
	font-weight: 500; 
}

.city_phone a.rcp_city_phone_main{
	color:#fff;
	display:flex;
	align-items:center;
}

.city_phone a.rcp_city_phone_main span{
	margin-left:8px;
	margin-right:6px;
}

.rcp_city_phone_in{
	position:relative;
	padding-left:43px;
	padding-right:43px;
}

.rcp_city_phone_list{
	padding-left:26px;
	padding-right:26px;
	color:var(--text_color);
	padding-bottom:32px;
	padding-top:20px;
	display:none;
	position:absolute;
	min-width:222px;
	left:0px;
	top:0px;
	background-color:#fff;
	border-radius: 0px 0px 8px 8px; 
	box-shadow: 0px 4px 18px 0px rgba(130, 130, 130, 0.24); 
}

.rcp_city_phone_list .order_button{
	margin-bottom:23px;
}

.rcp_city_phone_item a{
	color:var(--text_color);
}

.rcp_city_phone_in:hover .rcp_city_phone_list{
	display:block;
}


.rcp_city_phone_item{
	margin-bottom:18px;
	padding-left:17px;
	border-left:2px solid rgba(85, 149, 210, 0.5);
}


.rcp_city_phone_item span{
	display:block;
	width:100%;
}

.rcp_city_phone_item span.rcp_city_phone_comment{
	font-weight:300;
	font-size: 14px; 
	color:rgba(51, 51, 51, 0.7);
}

.rcp_cs_item {
	margin-bottom:14px;
}

.rcp_cs_item a{
	font-weight:400;
}

.rcp_cs_item_label{
	font-weight:300;
	line-height:1.2;
	margin-bottom:2px;
	color:rgba(51, 51, 51, 0.7);
}

.social_wrap_drop_list{
	display:flex;
	align-items:center;
	padding-top:12px;
	justify-content:space-between;
}

.social_wrap_drop_list a{
	opacity:0.7;
}

.social_wrap_drop_list a:hover{
	opacity:1;
}

header .main_header_row{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

header .main_header{
	padding:18px 32px;
	background-color:#fff;
	border-radius:8px;
	box-shadow: 0px 4px 18px 0px rgba(11, 103, 190, 0.24); 
}


header .h_logo img{
	height:24px;
}

header .rcp_tool_item_wrap{
	display:flex;
	width:105px;
	justify-content:space-between;
}

header .tool_item_main_cart, header .tool_item_wishlist{
	position:relative;
}

header .tool_item_value{
	position:absolute;
	top:-4px;
	right:-5px;
	background-color: #fff;
	color:var(--main_color);
	width:16px;
	height:16px;
	border-radius:8px;
	font-weight:500;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:10px;
}

header .yith-woocompare-counter{
	position:relative;
}

header .yith-woocompare-counter span.yith-woocompare-count{
	position:absolute;
	top:-7px;
	right:-2px;
	background-color: #fff;
	color:var(--main_color);
	width:16px;
	height:16px;
	border-radius:8px;
	font-weight:500;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:10px;
}

header .yith-woocompare-counter span.yith-woocompare-count.hide{
	display:none;
}

header .rcp_hnav_menu ul, header .rcp_hnav_menu ul li{
	list-style-type:none;
}

header .rcp_hnav_menu div>ul{
	display:flex;
	flex-wrap:wrap;
}

header .rcp_hnav_menu div>ul{
	margin:0px;
	padding:0px;
}

header .rcp_hnav_menu div>ul>li{
	margin-left:15px;
	margin-right:15px;
}


header .rcp_hnav_menu div>ul>li>a{
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2;
	color:var(--text_color);
	letter-spacing: 0.14px;
	text-transform: uppercase;
} 

header .main_header_wrap .order_button{
	padding-left:18px;
	padding-right:18px;
}

header .rcp_hsearch{
	margin-right:18px;
	display:flex;
}

header .rcp_hcol{
	display:flex;
	align-items:center;
}


/* mobile menu toggle button */
header .menu-toggle {
	position:relative;
	margin-right:18px;
	display: flex;
	justify-content:center;
	align-items:center;
	width: 30px;
	cursor:pointer;
	height: 22px;
	z-index:2;
}
header .menu-toggle span {
	margin: 0 auto;
	position: relative;
	top: 1px;
	transition-duration: 0s;
	transition-delay: .2s;
  transition: background-color 0.3s;
}
header .menu-toggle span:before, header .menu-toggle span:after {
	position: absolute;
	content: '';
}
header .menu-toggle span, header .menu-toggle span:before, header .menu-toggle span:after {
	width: 26px;
	height: 2px;
	background-color: #5595D2;
	border-radius:3px;
	display: block;
  opacity: 1;
}

header .menu-toggle span:before {
	margin-top: -8px; 
	transition-property: margin, transform;
	transition-duration: .2s;
	transition-delay: .2s, 0;  
}

header .menu-toggle span:after {
	margin-top: 8px;
	transition-property: margin, transform;
	transition-duration: .2s;
	transition-delay: .2s, 0;  
}

header .menu-toggle-active span {
  background-color: rgba(0,0,0,0);
	transition: 0.3s background-color;
}

header .menu-toggle-active span:before {
	margin-top: 0;
	transform: rotate(45deg);
	transition-delay: 0, .2s;
}

header .menu-toggle-active span:after {
	margin-top: 0;
	transform: rotate(-45deg);
	transition-delay: 0, .2s;
}

header .rcp_hsearch{
	cursor:pointer;
}

header .rcp_hsearch:hover path{
	stroke:var(--main_color);
}

.rcp_main_menu{
	position:fixed;
	top:-100%;
	left:0px;
	width:100%;
	height:100%;
	transition: all ease .3s;
	z-index:999;
}

.rcp_main_menu.active{
	top:0;
}

.rcp_main_menu_header{
	position:absolute;
	top:0px;
	left:0px;
	z-index:150;
	width:100%;
	height:164px;
	padding-top:40px;
}

.rcp_main_menu_in{
	width:100%;
	left:0px;
	padding-top:164px;
	background-color:var(--main_color);
}

.rcp_main_menu_in, .rcp_main_menu_col_content, .rcp_main_menu_col_image{
	position:absolute;
	top:0px;
	height:100%;
}

.rcp_main_menu_col_image{
	position:right;
	right:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	z-index:2;
}

.rcp_main_menu_col_image:after, .rcp_main_menu_col_image:before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	z-index: 5;
	width: 100%;
	height: 100%;
}

.rcp_main_menu_col_image:before{
	background: linear-gradient(180deg, #0B67BE 10%, rgba(11, 103, 190, 0.00) 35.8%);
}

.rcp_main_menu_col_image:after{
	background: linear-gradient(90deg, #0B67BE 0%, rgba(11, 103, 190, 0.5) 100%);
}

.rcp_main_menu_col_content{
	width:100%;
	padding-top:164px;
	padding-bottom:64px;
	display:flex;
	align-items:center;
}

.rcp_main_menu_col_image{
	width:50%;
}

.rcp_main_menu_row{
	display:flex;
	justify-content:space-between;
}

.rcp_main_menu_close{
	cursor:pointer;
	opacity:0.8;
	margin-right:34px;
}

.rcp_main_menu_close:hover{
	opacity:1;
}

.rcp_main_menu_logo{
	display:flex;
	flex-wrap:wrap;
	color:#fff;
	align-items:center;
}

.rcp_main_menu_logo span{
	margin-left:30px;
	font-size: 15px;
	font-weight: 300;
	line-height: 133.333%;
}

.rcp_main_menu_row .city_phone{
	margin-right:20px;
}

.rcp_main_menu_row .rcp_city_phone_list{
	border-radius:8px;
}

.rcp_main_menu_row .rcp_city_phone_main{
	min-height:48px;
}

.rcp_main_menu_col{
	display:flex;
	flex-wrap:wrap;
	width:50%;
	align-items:center;
}

.rcp_main_menu_col_right{
	justify-content:flex-end;
}

.rcp_main_menu_row .order_button.order_button_white{
	background-color:#fff;
	color:var(--main_color);
	padding-left:18px;
	padding-right:18px;
	width:auto;
}

.rcp_main_menu_row .order_button.order_button_white:hover{
	background-color:#fff;
	opacity:0.8;
}

.rcp_main_menu_col_content ul li, .rcp_main_menu_col_content ul{
	list-style-type:none;
}

.rcp_main_menu_col_content div>ul{
	margin:0px;
	padding:0px;
	max-width:317px;
	width:100%;
	position:relative;
	border-right:1px solid rgba(255, 255, 255, 0.6);
}

.rcp_main_menu_col_content div>ul>li>a{
	padding-left:64px;
	position:relative;
	display:block;
	font-size: 22px;	
	font-weight: 700;
	line-height: 109.091%;
	text-transform: uppercase; 
}

.rcp_main_menu_col_content div>ul>li>a:before{
	content:'';
	opacity:0;
	transition: all ease .3s;
	background-image:url(../img/system/arrow_main_menu.svg);
	background-repeat:no-repeat;
	width:43px;
	height:10px;
	background-size:43px 10px;
	display:block;
	position:absolute;
	left:-43px;
	top:50%;
	margin-top:-5px;
}


.rcp_main_menu_col_content div>ul>li.active>a:before{
	opacity:1;
	left:0;
}

.rcp_main_menu_col_content div>ul>li>a svg{
	display:none;
}

.rcp_main_menu_col_content div>ul>li>ul>li>a{
	font-size: 17px;
	font-weight: 500;
	line-height: 141.176%;
	letter-spacing: 0.34px;
	text-transform: uppercase; 
	opacity: 0.9; 
}

.rcp_main_menu_col_content div>ul>li>ul>li>a:hover{
	opacity:1;
}

.rcp_main_menu_col_content div>ul>li>ul>li{
	margin-bottom:15px;
}

.rcp_main_menu_col_content div>ul>li{
	margin-bottom:26px;
}

.rcp_main_menu_col_content div>ul>li>ul{
	display:none;
	position:absolute;
	left:100%;
	min-width:390px;
	top:0px;
	padding-left:100px;
}

.rcp_main_menu_col_content div>ul>li.active>ul{
	display:block;
}

.rcp_main_menu_col_content ul li a{
	color:#fff;
	text-decoration:none;
}