header.rhl_corp_v1 + .section-system-container:not(.section-system-layout-main) {
	margin-top:0px;
}

header.rhl_corp_v1 .city_changer_in{
	color:var(--second_color);
	font-weight:700;
}



header.rhl_corp_v1 .rhl_corp_v1_top .rhl_corp_v1_top_item svg path,
header.rhl_corp_v1 .rhl_corp_v1_top .city_changer_in svg path{
	stroke:var(--main_color) !important;
}



header.rhl_corp_v1 .tool_item_main_cart a{
	color:var(--text_color);
}

header.rhl_corp_v1 .tool_item_main_cart a path{
	stroke:var(--text_color) !important;
}

.rhl_corp_v1_top{
	padding:20px 0px;
	display:flex;
	align-items:center;
	font-size:15px;
	justify-content:space-between;
}

.rhl_corp_v1_top_menu div>ul{
	display:flex;
	margin:0px -8px;
	padding:0px;
	justify-content:space-between;
}

.rhl_corp_v1_top_menu ul, .rhl_corp_v1_top_menu ul li{
	list-style-type:none;
}

.rhl_corp_v1_top_menu ul .dropdown-menu{
	display:none !important;
}

.rhl_corp_v1_top_menu ul li{
	margin-left:0px;
	margin-right:0px; 
}


.rhl_corp_v1_top_menu ul li a{
	border-radius:var(--button_border_radius);
	padding-top:4px;
	padding-bottom:4px;
	padding-left:12px;
	padding-right:12px;
	opacity: 0.8;
	font-size: 1rem;
	font-weight: 400;
	display:block;
}

.rhl_corp_v1_top_menu ul li a svg path{
	stroke:var(--text_color) !important;
}

.rhl_corp_v1_top_menu ul li a:hover{
	background-color:var(--main_color);
	color:#fff;
}
.rhl_corp_v1_bottom_menu{
	margin-left:32px;
}
.rhl_corp_v1_bottom_menu>div>ul>li>a{
	border-radius: var(--button_border_radius);
}

.rhl_corp_v1_bottom_menu div>ul{
	display:flex;
	margin:0px -8px;
	padding:0px;
	justify-content:space-between;
}

.rhl_corp_v1_bottom_menu ul, .rhl_corp_v1_bottom_menu ul li{
	list-style-type:none;
}

.rhl_corp_v1_bottom_menu ul li{
	position:relative;
}

.rhl_corp_v1_bottom_menu ul li a{
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;
	font-size: 15px;
	font-weight: 600;
	display:block;
	text-transform:uppercase;
}

.rhl_corp_v1_bottom_menu ul li a svg {
	margin-left:4px;
}

.rhl_corp_v1_bottom_menu ul li a svg path{
	stroke:var(--text_color) !important;
}

.rhl_corp_v1_bottom_menu ul li.current-menu-item a svg path,
.rhl_corp_v1_bottom_menu ul li:hover a svg path{
	stroke:var(--main_color) !important;
}



.rhl_corp_v1_bottom_menu .cinar-dropdown-container {
	display:none;
	position:absolute;
	top:100%;
	min-width: 320px;
	width:100%;
	left: 0;
	padding-top:12px;
}

.rhl_corp_v1_bottom_menu div > ul.rhl_corp_v1_top_container > li:nth-child(n+8) {
  display: none;
}

.rhl_corp_v1_bottom_menu div > ul.rhl_corp_v1_top_container > li> a{
	white-space: nowrap;
}

.rhl_corp_v1_bottom_menu div > ul.rhl_corp_v1_top_container > li>.cinar-dropdown-container .dropdown-menu .dropdown-menu{
	min-width:320px;
}

.rhl_corp_v1_bottom_menu div > ul.rhl_corp_v1_top_container > li>.cinar-dropdown-container .dropdown-menu li.menu-item-has-children{
	position:relative;
}

.rhl_corp_v1_bottom_menu div > ul.rhl_corp_v1_top_container > li>.cinar-dropdown-container .dropdown-menu li.menu-item-has-children > a:after {
  mask-repeat: no-repeat;
  background-color: var(--main_color);
  -webkit-mask-image: url(right-chevron.svg);
  mask-image: url(right-chevron.svg);
  mask-size: 12px 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -6px;
  content: '';
  display: block;
}

.rhl_corp_v1_bottom_menu div > ul.rhl_corp_v1_top_container > li>.cinar-dropdown-container .dropdown-menu li.menu-item-has-children:hover .cinar-dropdown-container{
	display:block;
}

.rhl_corp_v1_bottom_menu div > ul.rhl_corp_v1_top_container > li>.cinar-dropdown-container .dropdown-menu li.menu-item-has-children .cinar-dropdown-container{
	left:100%;
	padding-top:0px;
	top:0px;
	padding-left:12px;
	position:absolute;
}

.rhl_corp_v1_bottom_menu div > ul.rhl_corp_v1_top_container > li.simplemenu:hover>.cinar-dropdown-container{
	display:block;
}

.rhl_corp_v1_bottom_menu ul.dropdown-menu {
	background-color:#fff;
	margin:0px;
	padding:0px 0px 0; 
	display:block;
	border-radius:var(--big_border_radius);
	margin-left: 0px;	
	box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
	transition: all 0.4s;
}

.rhl_corp_v1_bottom_menu div > ul.rhl_corp_v1_top_container > li>.cinar-dropdown-container .dropdown-menu li:first-child>a{
	border-top-left-radius:var(--big_border_radius);
	border-top-right-radius:var(--big_border_radius);
}

.rhl_corp_v1_bottom_menu div > ul.rhl_corp_v1_top_container > li>.cinar-dropdown-container .dropdown-menu li:last-child>a{
	border-bottom-left-radius:var(--big_border_radius);
	border-bottom-right-radius:var(--big_border_radius);
}
	

.rhl_corp_v1_bottom_menu div > ul.rhl_corp_v1_top_container > li>.cinar-dropdown-container .dropdown-menu a{
	overflow:hidden;
}

.rhl_corp_v1_bottom_menu div > ul > li.simplemenu > ul.dropdown-menu li a{
	border-radius:0px;
}


.rhl_corp_v1_bottom_menu div > ul > li.simplemenu ul.dropdown-menu li:not(:first-child){
	border-top: 1px solid #f0f0f0;
}


.rhl_corp_v1_bottom_menu div > ul > li.simplemenu>ul.dropdown-menu>li .dropdown-menu{
	left:100%;
	top:0px;
}

.rhl_corp_v1_bottom_menu div > ul > li.current-menu-item>a svg,
.rhl_corp_v1_bottom_menu div > ul > li:hover>a svg{
	stroke:var(--second_color) !important;
}

.rhl_corp_v1_bottom_menu div > ul > li.current-menu-item>a,
.rhl_corp_v1_bottom_menu div > ul > li:hover>a{
	color: var(--main_color_hover);
}

.rhl_corp_v1_bottom_menu div>ul>li.simplemenu ul.dropdown-menu li a{
	padding: 12px 32px 12px 14px;
	line-height: 25px;
	display:block;
	font-weight:300;
	font-size:15px;
}

.rhl_corp_v1_bottom_menu div>ul>li.simplemenu ul.dropdown-menu>li:hover>a{
	color:var(--text_color);
	background-color:var(--main_color_hover_opacity_03);
}

.rhl_corp_v1_bottom_menu ul.dropdown-menu li{
	margin-bottom:0px;
	line-height: 25px;
	display:block;
	font-weight:300;
}

.rhl_corp_v1_bottom_menu div>div>ul>li>a{
	white-space:nowrap;
}




.rhl_corp_v1_top_order_call .rhl_corp_v1_top_btn{
	display:flex;
	align-items:center;
	height:22px;
	color:var(--main_color);
	font-weight: 600;
	font-size:15px;
	
	  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.rhl_corp_v1_top_item_main_box, .rhl_corp_v1_top_item_info_box{
	display:flex;
	align-items:center;
	justify-content:flex-end;
}

.rhl_corp_v1_bottom_worktime{
	font-size:13px;
	opacity: 0.6;
}

.rhl_corp_v1_top_item_icon{
	display:flex;
	align-items:center;
}

.rhl_corp_v1_top_item_icon span{
	margin-left:7px;
}

.rhl_corp_v1_bottom_phone a{
	font-size: 18px;
	font-weight: 600;
	line-height: 126.316%;
	white-space:nowrap;
}

.rhl_corp_v1_bottom_phone{
	margin-right:18px;
	text-align:right;
}

.rhl_corp_v1_top_order_call .rhl_corp_v1_top_btn svg path{
	stroke:var(--main_color) !important;
}

.rhl_corp_v1_top_item_icon svg path{
	stroke:var(--text_color) !important;
}

.rhl_corp_v1_bottom{
	position:relative;
	display:flex;
	width:100%;
	align-items:center;
	padding-top:23px;
	border-top:1px solid var(--main_color_opacity_20);
	justify-content:space-between;
}

.rhl_corp_v1_bottom_search .dgwt-wcas-search-submit{
	background-color:transparent !important;
	height: 46px !important;
	min-height: 46px !important;
	top:1px !important;
	right:1px !important;
	background-image:url(search_icon.svg);
	background-size:24px 24px;
	background-repeat:no-repeat;
	background-position:center center;
}

.rhl_corp_v1_bottom_search input[type="search"].dgwt-wcas-search-input{
	border-radius:var(--button_border_radius) !important;
	height: 48px !important;
	font-family: var(--font);
	border: 1px solid rgba(13, 6, 9, 0.2);
	width:432px !important;
}

.rhl_corp_v1_bottom_search  .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder {
	font-style: normal !important;
	font-family: var(--font);
}

.rhl_corp_v1_bottom_search .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::before {
	display:none !important;
}

.rhl_corp_v1_bottom_search .dgwt-wcas-has-submit .dgwt-wcas-search-submit svg  {
	display:none !important;
}

.rhl_corp_v1_bottom_main{
	display:flex;
	align-items:center;
}

.rhl_corp_v1_bottom_catalog{
	margin-right:16px;
}

.rhl_corp_v1_bottom_catalog_btn{
	background-color:var(--second_color);
	color:#fff;
	text-transform:uppercase;
	font-size: 13px;
	cursor:pointer;
	transition: all .3s ease;
	font-weight: 700;
	border-radius:var(--button_border_radius);
	height:48px;
	width:127px;
	display:flex;
	align-items:center;
	padding-left:18px;
	
		  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.rhl_corp_v1_bottom_catalog_btn i{
	width:16px;
	height:16px;
	margin-right:8px;
}

.rhl_corp_v1_bottom_catalog_btn svg {
	fill:#fff !important;
}


.rhl_corp_v1_bottom_catalog_btn:hover{
	background-color:var(--second_color_hover);
}

.rhl_corp_v1_bottom_item_shop_box{
	display:flex;
}

.rhl_corp_v1_bottom_item_wishlist_wrap .tool_item_in svg{
	display:none;
}



.rhl_corp_v1_bottom_item_wishlist_wrap .tool_item_value{
	z-index:5;
}

.rhl_corp_v1_bottom_item_wishlist_wrap .tool_item_in .tool_item_in_content:after{
	content:'';
	background-image:url(wishlist_icon.svg);
	width: 29px;
	height: 26px;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:29px 26px;
}

.rhl_corp_v1_bottom_item_cart_wrap{
	margin-right:20px;
}

.rhl_corp_v1_bottom_item_cart_wrap #mini-cart-count-price{
	display:none;
}

.rhl_corp_v1_bottom_item_cart_wrap a{
	display:flex;
	justify-content:center;
	padding-bottom:24px;
	min-width:58px;
}


.rhl_corp_v1_bottom_item_wishlist_wrap a{
	min-width:75px;
	display:flex;
	justify-content:center;
	padding-bottom:24px;
}

.rhl_corp_v1_bottom_item_wishlist_wrap a{
	position:relative;
}
.rhl_corp_v1_bottom_item_cart_wrap a .rhl_corp_v1_bottom_item_cart_content{
	position:relative;
	min-width:29px;
	height:26px;
	display:inline-block;
}

header .rhl_corp_v1_bottom_item_wishlist_wrap .tool_item_wishlist a{
	width:auto;
	height:auto;
	display:flex;
	justify-content:center;
}

.rhl_corp_v1_bottom_item_wishlist_wrap a .tool_item_in_content{
	width: 29px;
	height: 26px;
	display:block;
	position:relative;
}

.rhl_corp_v1_bottom_item_wishlist_wrap a:before,
.rhl_corp_v1_bottom_item_cart_wrap a:after{
	color:var(--text_color);
	display:block;
	position:absolute;
	width:100%;
	left:0px;
	text-align:center;
	bottom:0px;
	opacity: 0.6;
	font-size: 14px;
}

.rhl_corp_v1_bottom_item_cart_wrap a:after{
	content:'Корзина';
}

.rhl_corp_v1_bottom_item_wishlist_wrap a:before{
	content:'Избранное';
}



header .rhl_corp_v1_bottom .tool_item_value{
	height:19px;
	width:19px;
	border-radius:9.5px;
}

.rhl_corp_v1_bottom_connect:hover{
	opacity:0.7;
}

.rhl_corp_v1_bottom_connect{
	display:flex;
	flex-direction:column;
	align-items:center;
	color: var(--main_color);
	font-variant-numeric: lining-nums proportional-nums;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 171.429%;
	margin-right:20px;
}

.rhl_corp_v1_bottom_connect svg path{
	stroke:var(--main_color) !important;
}

.rhl_corp_v1_bottom_connect span{
	display:block;
}

header.off_reverse_color .rhl_corp_v1_top a,
header.off_reverse_color .rhl_corp_v1_top{
	color:#fff;
}


header.off_reverse_color .rhl_corp_v1_top_item_icon svg path {
	stroke:#fff !important;
}

header.off_reverse_color  .rhl_corp_v1_top_menu ul li a:hover {
	background-color: #fff;
	color: var(--main_color);
}

.rhl_corp_v1_smart_catalog_dropdown{
	position:absolute;
	top:100%;
	display:none;
	border-radius:var(--border_radius_main_item_header);
	overflow: hidden;
	background-color:#fff;
	left:0px;
	box-shadow: 0 5px 30px rgba(34,34,34,.1);
	margin-top:12px;
	width:100%;
}

.dgwt-wcas-suggestions-wrapp{
	margin-top: 12px !important;
	border-radius:var(--border_radius_main_item_header) !important;
	box-shadow: 0 5px 30px rgba(34,34,34,.1) !important;
	border:0px none !important;
}

.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more {
  min-height: 46px !important;
}

.dgwt-wcas-si img{
	border-radius:var(--button_border_radius) !important;
}

.rhl_corp_v1_smart_catalog_dropdown.active{
	display:block;
}

.rhl_corp_v1_smart_catalog{
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-width: thin;
	max-height: calc(80vh - 100px);
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
	padding: 40px 40px 12px;
}

ul.rhl_corp_v1_smart_catalog_list{
	display:flex;
	padding:0px;
	margin:0px;
	width:100%;
	flex-wrap:wrap;
}

ul.rhl_corp_v1_smart_catalog_list>li>ul{
	margin:0px;
	padding:0px;
}

ul.rhl_corp_v1_smart_catalog_list>li a:hover{
	color:var(--second_color);
}

ul.rhl_corp_v1_smart_catalog_list>li>a{
	font-weight:600;
	font-size:16px;
}

ul.rhl_corp_v1_smart_catalog_list>li>ul>li>a{
	font-size:15px;
	opacity:0.8;
	padding: 2px 0 4px;
}

ul.rhl_corp_v1_smart_catalog_list>li .rhl_corp_v1_smart_catalog_li_img{
	position:absolute;
	left:0px;
	top:0px;
}

ul.rhl_corp_v1_smart_catalog_list>li{
	width:25%;
	padding:0px 24px 0px 80px;
	margin:0px 0px 24px;
	position:relative;
}

ul.rhl_corp_v1_smart_catalog_list, ul.rhl_corp_v1_smart_catalog_list li{
	list-style-type:none;
}

.rhl_corp_v1_smart_catalog_li_img img{
	width:60px;
	border-radius:var(--button_border_radius);
}



.rhl_corp_v1_smart_catalog_list ul li:nth-child(n+4) {
    display: none;
}

.rhl_corp_v1_smart_catalog_list .rhl_corp_v1_show-more-btn {
	cursor:pointer;
	font-size:14px;
}

.rhl_corp_v1_smart_catalog_list .rhl_corp_v1_show-more-btn:hover {
	opacity:0.8;
}


@media screen and (max-width: 1390px) {
	html body header .order_button{
		width:150px;
		font-size:12px;
	}
	
	.rhl_corp_v1_bottom_menu ul li a{
		padding-left:9px;
		padding-right:9px;
	}
	
	.rhl_corp_v1_bottom_menu {
		margin-left: 15px;
	}
	
	html body .global_header_subset_container_off_header_attach .rhl_corp_v1 .container{
		max-width:1260px; 
		padding-left:30px;
		padding-right:30px;
	}

}

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

	.rhl_corp_v1 .rcp_oppening_hours {
		display:none;
	}
	
	.rhl_corp_v1 .rhl_corp_v1_bottom_phone {
		margin-right:0px;
	}
	
	.rhl_corp_v1 .order_button_header_menu {
		display:none;
	}
	
	.rhl_corp_v1_top_hours, .rhl_corp_v1_bottom_connect{
		display:none;
	}
	
	.rhl_corp_v1_bottom_search input[type="search"].dgwt-wcas-search-input{
		width:320px !important;
	}
	
	.rhl_corp_v1_bottom_menu ul li a{
		font-size:14px;
	}
	
	.rhl_corp_v1_bottom_menu ul li a{
		padding-left:8px;
		padding-right:8px;
	}
	
}

@media screen and (max-width: 990px) {
	header{
		display:none !important;
	}
	
	.mobile_function_panel .order_button_header_menu{
		width:50%;
		height:50px;
		font-size:13px;
	}
	
	.mobile_function_panel .tool_item_title{
		font-weight:500;
	}
	
	.mobile_function_panel_col{
		display:flex;
		justify-content:flex-end;
	}
	
	.mobile_function_panel .tool_item{
		margin-right:15px;
	}
	
	.mobile_function_panel .tool_item_in{
		max-width:50px;
	}
}

.rhl_corp_v1_social_wrap{
	display:flex;
	align-items:center;
}

.rhl_corp_v1_social{
	display:flex;
	margin-left:24px;
	color:var(--main_color);
	align-items:center;
	font-weight: 700;
	text-transform:uppercase;
}


.rhl_corp_v1_social svg {
	width:24px;
	height:24px;
	margin-right:7px;
}

.rhl_corp_v1_social svg path{
	fill:var(--main_color) !important;
}

.rhl_corp_v1_social.rhl_corp_v1_whatsapp{
	color:#51C85D;
}

.rhl_corp_v1_social.rhl_corp_v1_whatsapp svg path{
	fill:#51C85D !important;
}

.rhl_corp_v1_social.rhl_corp_v1_telegram{
	color:#20A0E1;
}

.rhl_corp_v1_social.rhl_corp_v1_telegram svg path{
	fill:#20A0E1 !important;
}


.global_header_subset_container_off_header_attach .rhl_corp_v1 .container{
	background-color:rgba(255, 255, 255, 0.95);
	padding-bottom:24px;
	padding-left:32px;
	padding-right:32px;
	max-width: 1360px;
	border-radius:var(--big_border_radius);
}

.global_header_subset_container_off_header_attach .rhl_corp_v1{
	position:absolute;
	top:24px;
	left:0px;
	width:100%;
}