/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

:root{
	/*--soleuno-yellow: #ffd401;*/
	--soleuno-yellow: #ffe45e;
}

.top-h-row{
	background: var(--soleuno-yellow);
}

.top-h-row .h-user-block .have-user a.exit, .top-h-row .h-user-block .have-user a.exit span, .top-h-row .menu li a {
	color: #000000;
}
.top-h-row_icons{
	float: right;
	margin-top: 4px;
	position: relative;
}
#header td.logo_wrapp {
	display: flex;
}
.logo_wrapp .logo_text,
.logo_wrapp .logo_name{
	color: #000000;
}
.logo_wrapp .logo_name{
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
}
.logo_wrapp .logo_text{
	font-size: 18px;
}
.logo_desc{
	max-width: 190px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.logo_wrapp .logo_text span{
	text-transform: uppercase;
}
.logo_desc p{
	margin-bottom: 10px;
}
header .phone_wrap {
	font-size: 20px;
}
header .phone_wrap a{
	color: #000000;
	white-space: nowrap;
    margin-left: 20px;
}
.wrapper.basket_normal .basket_normal
 {
    display: flex;
    gap: 15px;
}
/* Header cart/favorite/compare icons: standalone 50px icons, no sprite scaling. */
#header .basket_wrapp .wrapp_all_icons{
	display: inline-flex;
	align-items: flex-start;
	gap: 18px;
	padding-top: 8px;
	white-space: normal;
}
#header .basket_wrapp .header-compare-block,
#header .basket_wrapp .wraps_icon_block{
	margin: 0;
}
#header .basket_wrapp .icon_block,
#header .basket_wrapp .wraps_icon_block{
	width: 70px;
	height: 68px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
	float: none;
}
#header .basket_wrapp .wraps_icon_block:before{
	width: 50px !important;
	height: 50px !important;
	top: 0 !important;
	left: 7px !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: 50px 50px !important;
	transition: none;
}
#header .basket_wrapp .header-compare-block .wraps_icon_block:before{
	background-image: url(../images/svg/header-compare.svg);
}
#header .basket_wrapp .wraps_icon_block.delay:before,
#header .basket_wrapp .wraps_icon_block.delay.ndelay:before{
	width: 50px !important;
	height: 50px !important;
	top: 0 !important;
	left: 7px !important;
	background-position: center center !important;
	background-size: 50px 50px !important;
	background-image: url(../images/svg/header-favorite.svg);
}
#header .basket_wrapp .wraps_icon_block.basket:before{
	width: 50px;
	top: 0;
	background-image: url(../images/svg/header-cart.svg);
}
#header .basket_wrapp .wraps_icon_block:after{
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	font-size: 12px;
	line-height: 14px;
	color: #1d1a1a;
	white-space: nowrap;
}
#header .basket_wrapp .header-compare-block .wraps_icon_block:after{
	content: "\0421\0440\0430\0432\043D\0435\043D\0438\0435";
}
#header .basket_wrapp .wraps_icon_block.delay:after{
	content: "\0418\0437\0431\0440\0430\043D\043D\043E\0435";
}
#header .basket_wrapp .wraps_icon_block.basket:after{
	content: "\041A\043E\0440\0437\0438\043D\0430";
}
#header .basket_wrapp .wraps_icon_block .count{
	top: -6px;
	right: -7px;
	z-index: 3;
}
#header .basket_wrapp .wraps_icon_block .count > span{
	width: 22px;
	height: 19px;
}
#header .basket_wrapp .link,
#header .basket_wrapp .basket_block .link,
#header .basket_wrapp .basket_block .wraps_icon_block .link{
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
#header .basket_wrapp .basket_block .text{
	display: none;
}
#header .basket_wrapp .header-cart,
#header .basket_wrapp .basket_block{
	display: inline-block;
	vertical-align: top;
}

/* Header counters: yellow background, black number. */
#header .basket_wrapp .wraps_icon_block.basket .count,
#header .basket_wrapp .empty_cart .wraps_icon_block.basket .count,
#header .basket_wrapp .empty_cart.ecart.bcart .wraps_icon_block.basket .count,
#header .basket_wrapp .nitems.ecart .wraps_icon_block.basket .count{
	opacity: 1;
	display: block;
}
#header .basket_wrapp .wraps_icon_block.basket .count > span,
#header .basket_wrapp .empty_cart:not(.bcart) .wraps_icon_block.basket .count span,
#header .basket_wrapp .basket_empty .wraps_icon_block.basket .count span,
#header .basket_wrapp .header-compare-block .wraps_icon_block .count > span,
#header .basket_wrapp .wraps_icon_block.delay .count > span{
	background: var(--soleuno-yellow);
}
#header .basket_wrapp .wraps_icon_block.basket .count a,
#header .basket_wrapp .wraps_icon_block.basket .count .text,
#header .basket_wrapp .wraps_icon_block.basket .count span a,
#header .basket_wrapp .header-compare-block .wraps_icon_block .count a,
#header .basket_wrapp .header-compare-block .wraps_icon_block .count .text,
#header .basket_wrapp .wraps_icon_block.delay .count a,
#header .basket_wrapp .wraps_icon_block.delay .count .text{
	color: #000;
}

/* Header icon separators. */
#header .basket_wrapp .header-compare-block,
#header .basket_wrapp .basket_normal > .wraps_icon_block.delay,
#header .basket_wrapp .basket_normal > .basket_block{
	border-left: 1px solid #d9d9d9;
	padding-left: 14px;
}

/* Front popular products block. */
.soleuno-front-products{
	padding: 28px 0 32px;
}
.soleuno-front-products-head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 18px;
}
.soleuno-front-products-head h2{
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	color: #1d1a1a;
}
.soleuno-front-products-more{
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
	color: #1d1a1a;
	text-decoration: none;
	white-space: nowrap;
}
.soleuno-front-products-more:after{
	content: "";
	display: inline-block;
	width: 13px;
	height: 9px;
	margin-left: 8px;
	background: url(/bitrix/templates/aspro_mshop/images/arrows.png) -36px 0 no-repeat;
}
.soleuno-front-products .common_product.wrapper_block{
	margin-top: 0;
}

/* Soleuno footer. */
#footer.soleuno-footer{
	margin-top: 0;
	padding: 0;
	border-top: 2px solid var(--soleuno-yellow);
	background: #fff;
	color: #161616;
}
#footer.soleuno-footer .wrapper_inner{
	max-width: 1180px;
}
.soleuno-footer__inner{
	display: grid;
	grid-template-columns: 1.65fr 1.35fr 1fr .9fr 1.05fr;
	align-items: start;
	gap: 34px;
	padding: 22px 0 20px;
}
.soleuno-footer__brand{
	min-width: 0;
}
.soleuno-footer__logo{
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #151515;
	text-decoration: none;
}
.soleuno-footer__logo:hover{
	color: #151515;
	text-decoration: none;
}
.soleuno-footer__logo img{
	width: 100px;
	height: 100px;
	object-fit: contain;
}
.soleuno-footer__logo-text{
	display: block;
	min-width: 0;
}
.soleuno-footer__logo-text strong{
	display: block;
	margin: 0 0 4px;
	color: #171717;
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .2px;
}
.soleuno-footer__logo-text small{
	display: block;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.15;
	text-transform: lowercase;
}
.soleuno-footer__logo-text span{
	text-transform: uppercase;
}
.soleuno-footer__copyright{
	margin-top: 18px;
	color: #3e3e3e;
	font-size: 9px;
	line-height: 1.35;
}
.soleuno-footer__contacts,
.soleuno-footer__phones,
.soleuno-footer__menu{
	padding-top: 13px;
}
.soleuno-footer__contact,
.soleuno-footer__phones{
	display: flex;
	align-items: flex-start;
	gap: 9px;
	color: #202020;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.45;
}
.soleuno-footer__contact + .soleuno-footer__contact{
	margin-top: 16px;
}
.soleuno-footer__phones a,
.soleuno-footer__menu a{
	color: #151515;
	text-decoration: none;
}
.soleuno-footer__phones a:hover,
.soleuno-footer__menu a:hover{
	color: #151515;
	text-decoration: underline;
}
.soleuno-footer__icon{
	flex: 0 0 15px;
	width: 15px;
	height: 15px;
	margin-top: 1px;
	background: #2d2d2d;
}
.soleuno-footer__icon--pin{
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E") center/contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.soleuno-footer__icon--clock{
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 .01 0H12zm1 11h5v-2h-4V6h-2v7h1z'/%3E%3C/svg%3E") center/contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 .01 0H12zm1 11h5v-2h-4V6h-2v7h1z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.soleuno-footer__icon--phone{
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8a15.1 15.1 0 0 0 6.6 6.6l2.2-2.2c.3-.3.7-.4 1.1-.3 1.2.4 2.4.6 3.7.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1A17.2 17.2 0 0 1 3 3.8c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.7.1.4 0 .8-.3 1.1l-2.2 2.2z'/%3E%3C/svg%3E") center/contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8a15.1 15.1 0 0 0 6.6 6.6l2.2-2.2c.3-.3.7-.4 1.1-.3 1.2.4 2.4.6 3.7.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1A17.2 17.2 0 0 1 3 3.8c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.7.1.4 0 .8-.3 1.1l-2.2 2.2z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.soleuno-footer__menu{
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
}
.soleuno-footer__menu span{
	margin-top: 18px;
	color: #202020;
	font-size: 9px;
	font-weight: 600;
}
#footer.soleuno-footer #bx-composite-banner{
	display: none;
}
#footer.soleuno-footer .soleuno-footer__copyright,
#footer.soleuno-footer .soleuno-footer__contact,
#footer.soleuno-footer .soleuno-footer__phones,
#footer.soleuno-footer .soleuno-footer__phones a,
#footer.soleuno-footer .soleuno-footer__menu,
#footer.soleuno-footer .soleuno-footer__menu a,
#footer.soleuno-footer .soleuno-footer__menu span{
	font-size: 16px;
	font-weight: 400;
}

/* Soleuno front product action icons. Keep this in custom.css because theme.css is loaded after component styles. */
.soleuno-front-products .soleuno-products-slider__actions.like_icons{
	position: static !important;
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	flex: 1 1 auto;
	gap: 11px;
	width: auto !important;
	height: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.soleuno-front-products .soleuno-products-slider__actions.like_icons > div{
	position: relative !important;
	display: block !important;
	width: 24px !important;
	height: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.soleuno-front-products .soleuno-products-slider__actions.like_icons > div:before{
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	pointer-events: none;
}
.soleuno-front-products .soleuno-products-slider__actions.like_icons .wish_item_button:before{
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.4 5.7c-1.8-1.8-4.8-1.8-6.6 0L12 7.5l-1.8-1.8c-1.8-1.8-4.8-1.8-6.6 0-1.9 1.9-1.9 4.9 0 6.8L12 20.8l8.4-8.3c1.9-1.9 1.9-4.9 0-6.8Z' fill='none' stroke='%233a075f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.soleuno-front-products .soleuno-products-slider__actions.like_icons .compare_item_button:before{
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%233a075f' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M5 19V9'/%3E%3Cpath d='M12 19V5'/%3E%3Cpath d='M19 19v-7'/%3E%3Cpath d='M3 19h18'/%3E%3C/g%3E%3C/svg%3E");
}
.soleuno-front-products .soleuno-products-slider__actions.like_icons span.to{
	position: absolute !important;
	inset: 0 !important;
	z-index: 2 !important;
	display: block !important;
	width: 24px !important;
	height: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	opacity: 0 !important;
	visibility: visible !important;
	cursor: pointer;
}
.soleuno-front-products .soleuno-products-slider__actions.like_icons span.to i{
	display: block !important;
	width: 24px !important;
	height: 24px !important;
	background: transparent !important;
}
.soleuno-front-products .soleuno-products-slider__actions.like_icons .compare_item.in.added{
	position: absolute !important;
	inset: -3px !important;
	z-index: 4 !important;
	width: 30px !important;
	height: 30px !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 50% !important;
	background: var(--soleuno-yellow) !important;
	opacity: 1 !important;
	visibility: visible !important;
	cursor: pointer;
}
.soleuno-front-products .soleuno-products-slider__actions.like_icons .compare_item.in.added i{
	display: block !important;
	width: 30px !important;
	height: 30px !important;
	background: transparent !important;
}
.soleuno-front-products .soleuno-products-slider__actions.like_icons .compare_item.in.added i:before{
	content: "";
	position: absolute;
	inset: 4px;
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23111111' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M5 19V9'/%3E%3Cpath d='M12 19V5'/%3E%3Cpath d='M19 19v-7'/%3E%3Cpath d='M3 19h18'/%3E%3C/g%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: contain !important;
}
.soleuno-front-products .soleuno-products-slider__actions.like_icons .soleuno-wish-disabled{
	cursor: default;
}
.soleuno-front-products .soleuno-products-slider__actions.like_icons .soleuno-wish-disabled .soleuno-wish-placeholder{
	pointer-events: none;
	cursor: default;
}
.main-map-soleuno a,
.main-map-soleuno div,
.main-map-soleuno span{
	color: #000000 !important;
}
.name_point_map{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 6px;
}
.stores .stores_list .item a {
	margin: 0px 0px 5px;
}
.main-map-soleuno > .icon {
	display: inline-block;
	width: 18px;
	height: 22px;
	margin: 1px 8px 0 0;
	vertical-align: middle;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='22' viewBox='0 0 18 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 21s7-7.45 7-13A7 7 0 0 0 2 8c0 5.55 7 13 7 13Z' fill='%23ffd401'/%3E%3Ccircle cx='9' cy='8' r='3' fill='%231d1a1a'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.color_black{
	color: #000000;
}
.block-soleuno-footer__copyright{
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}
@media (max-width: 900px){
	.soleuno-footer__inner{
		grid-template-columns: 1fr 1fr;
		gap: 22px 28px;
	}
}
@media (max-width: 560px){
	.soleuno-footer__inner{
		grid-template-columns: 1fr;
		padding: 20px 0;
	}
	.soleuno-footer__contacts,
	.soleuno-footer__phones,
	.soleuno-footer__menu{
		padding-top: 0;
	}
}

/* Soleuno top yellow row with menu icons. */
.top-h-row--soleuno{
	background: var(--soleuno-yellow) !important;
	border-bottom: 0 !important;
	height: 40px;
	overflow: visible;
}
.top-h-row--soleuno .wrapper_inner{
	display: flex;
	align-items: center;
	min-height: 40px;
}
.top-h-row--soleuno .content_menu{
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
}
.top-h-row--soleuno ul.menu{
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	width: auto !important;
	margin: 0;
	font-size: 0;
}
.top-h-row--soleuno .menu li{
	display: inline-flex;
	align-items: center;
	float: none;
	margin: 0;
}
.top-h-row--soleuno .menu li > a,
.top-h-row--soleuno .h-user-block .module-enter .avtorization-call,
.top-h-row--soleuno .h-user-block .module-enter a{
	display: inline-flex !important;
	align-items: center;
	gap: 6px;
	height: 40px;
	padding: 0 12px !important;
	line-height: 18px;
	color: #111 !important;
	text-decoration: none;
	white-space: nowrap;
	box-sizing: border-box;
}
.top-h-row--soleuno .menu li > a > span,
.top-h-row--soleuno .h-user-block .module-enter .avtorization-call > span,
.top-h-row--soleuno .h-user-block .module-enter a > span{
	display: inline-block;
	line-height: 18px;
}
.top-h-row--soleuno .menu li:first-child > a{
	padding-left: 0 !important;
}
.top-h-row--soleuno .menu li > a:before,
.top-h-row--soleuno .h-user-block .module-enter .avtorization-call:before,
.top-h-row--soleuno .h-user-block .module-enter a:before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.top-h-row--soleuno .menu li:nth-child(1) > a:before{
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.5' y='2.5' width='13' height='13' rx='1.5' stroke='%23390080' stroke-width='1.5'/%3E%3Cpath d='M6 2.5V15.5M12 2.5V15.5M2.5 6H15.5M2.5 12H15.5' stroke='%23390080' stroke-width='1.2'/%3E%3C/svg%3E");
}
.top-h-row--soleuno .menu li:nth-child(2) > a:before{
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2L15 7.5L9 16L3 7.5L9 2Z' stroke='%23390080' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M5.5 7.5H12.5M9 2V16' stroke='%23390080' stroke-width='1.2'/%3E%3C/svg%3E");
}
.top-h-row--soleuno .menu li:nth-child(3) > a:before{
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3H9.5L15 8.5L8.5 15L3 9.5V3Z' stroke='%23390080' stroke-width='1.5' stroke-linejoin='round'/%3E%3Ccircle cx='6.5' cy='6.5' r='1' fill='%23390080'/%3E%3Cpath d='M7 12L12 7' stroke='%23390080' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
}
.top-h-row--soleuno .menu li:nth-child(4) > a:before{
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='6.5' stroke='%23390080' stroke-width='1.5'/%3E%3Cpath d='M9 8V12.5M9 5.5V6' stroke='%23390080' stroke-width='1.7' stroke-linecap='round'/%3E%3C/svg%3E");
}
.top-h-row--soleuno .menu li:nth-child(n+5) > a:before{
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='4' width='12' height='10' rx='1.5' stroke='%23390080' stroke-width='1.5'/%3E%3Cpath d='M5 7H13M5 10H10' stroke='%23390080' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
}
.top-h-row--soleuno .h-user-block{
	display: flex;
	align-items: center;
	float: none;
	height: 40px;
	margin: 0 0 0 8px;
	position: relative;
}
.top-h-row--soleuno .h-user-block .module-enter{
	display: flex;
	align-items: center;
	height: 40px;
}
.top-h-row--soleuno .h-user-block .module-enter .avtorization-call{
	margin: 0;
	cursor: pointer;
}
.top-h-row--soleuno .h-user-block .module-enter .avtorization-call:before,
.top-h-row--soleuno .h-user-block .module-enter a.reg:before{
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.5' y='3' width='13' height='12' rx='1.5' stroke='%23390080' stroke-width='1.5'/%3E%3Ccircle cx='9' cy='7.5' r='2' stroke='%23390080' stroke-width='1.3'/%3E%3Cpath d='M5.5 13C6.2 11.5 7.4 10.8 9 10.8C10.6 10.8 11.8 11.5 12.5 13' stroke='%23390080' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
}
.top-h-row.top-h-row--soleuno .h-user-block .module-enter.have-user a.reg:before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	margin: 0;
	vertical-align: middle;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.5' y='3' width='13' height='12' rx='1.5' stroke='%23390080' stroke-width='1.5'/%3E%3Ccircle cx='9' cy='7.5' r='2' stroke='%23390080' stroke-width='1.3'/%3E%3Cpath d='M5.5 13C6.2 11.5 7.4 10.8 9 10.8C10.6 10.8 11.8 11.5 12.5 13' stroke='%23390080' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.top-h-row--soleuno .h-user-block .module-enter a.register:before{
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.5' y='3' width='13' height='12' rx='1.5' stroke='%23390080' stroke-width='1.5'/%3E%3Cpath d='M9 6V12M6 9H12' stroke='%23390080' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.top-h-row--soleuno .h-user-block .module-enter a.exit_link:before,
.top-h-row--soleuno .h-user-block .module-enter a.exit:before{
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3.5H4.5C3.7 3.5 3 4.2 3 5V13C3 13.8 3.7 14.5 4.5 14.5H7' stroke='%23390080' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M10 6L13 9L10 12M6.5 9H13' stroke='%23390080' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.top-h-row--soleuno .h-user-block .have-user a.reg{
	height: 40px;
}
.top-h-row--soleuno .h-user-block a.exit,
.top-h-row--soleuno .h-user-block a.exit_link{
	top: auto;
	padding-right: 12px !important;
}
.top-h-row--soleuno .top-h-row_icons{
	display: inline-flex;
	align-items: center;
	float: none;
	height: 40px;
	margin: 0 0 0 auto;
	position: relative;
}
.top-h-row--soleuno .top-h-row-socials{
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.top-h-row--soleuno .top-h-row-socials__link{
	width: 28px;
	height: 28px;
	background: #fff;
	box-shadow: none;
}
