 @font-face {       font-family: 'Evolventa';       font-weight: 700;      font-display: swap;     src:url(fonts/Evolventa-Bold.woff) format('woff');     }   @font-face {       font-family: 'Evolventa';       font-weight:400;      font-display: swap;     src:url(fonts/Evolventa-Regular.woff) format('woff');     }  
 @font-face {       font-family: 'Evolventa';       font-weight: 700;      font-display: swap;     src:url(fonts/Evolventa-Bold.woff) format('woff');     }   @font-face {       font-family: 'Evolventa';       font-weight:400;      font-display: swap;     src:url(fonts/Evolventa-Regular.woff) format('woff');     }  




html	{
	font:400 16px 'Evolventa', sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}

html *{
	margin:0;
	padding:0;
	outline:0;
	/*text-rendering:optimizeLegibility;*/
}

body{
	margin:0;
	min-width:1250px;
	position:relative;
}

body.noscroll	{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	overflow:hidden;
	width:100%;
	min-height:200%;
	min-height:300vh;
}

.blured	{
	-webkit-filter:blur(2px);
	filter:blur(2px);
	-webkit-transition:-webkit-filter .2s linear 0s;
	-moz-transition:-moz-filter .2s linear 0s;
	-ms-transition:-ms-filter .2s linear 0s;
	-o-transition:-o-filter .2s linear 0s;
	transition:filter .2s linear 0s;
}
.unblured, .unblured.blured	{
	-webkit-filter:blur(0);
	filter:blur(0);
}



article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display:block;
}

a img	{
	border:0;
}

a[data-rel^="ISO"]	{
	position:relative;
	display:inline-block;
}

a[data-rel^="ISO"] .ISOicon	{
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:0px;
	height:0px;
}

a[data-rel^="ISO"] .ISOicon::before	{
	content:'';
	display:block;
	width:85px;
	height:85px;
	position:absolute;
	top:-42.5px;
	left:-42.5px;
	background:url(pics/sprite.png) -120px -2597px  no-repeat;
	transition:0.2s;
	opacity:0;
	transform:scale(0.1);
	border-radius:42.5px;
}

a[data-rel^="ISO"]:hover .ISOicon::before	{
	opacity:1;
	transform:scale(1);
}

video	{
	max-width:100%;
}

/* Основные блоки */

main, .main	{
	flex:1 1 50%;
	position:relative;
	/* z-index:1; */
	/* padding:15px 15px 15px 15px; */
	padding:15px 0;
	color:#373D45;
	box-sizing:border-box;
}

aside.left_block	{
	display:block;
	flex:0 0 235px;
	padding:15px 0 15px 15px;
}

aside.right_block	{
	display:block;
	flex:0 0 235px;
	padding:15px 0 15px 15px;
}

.mid	{
	width:1380px;
	margin:0 auto;
	position:relative;
	height:100%;
	max-width:100%;
}
.main_mid	{
	background:#fff;
	position:static;
	max-width:100%;
}

.main_bg	{
	min-height:100vh;
	width:100%;
	background:url(pics/bg_all.jpg) 50% 50% / cover fixed no-repeat;
	box-sizing:border-box;
}


/* Основные блоки - Конец */

/* Стили основных элементов .main_middle */
.main_middle 	{
	color:#373D45;
	margin:0 auto;
	max-width:100%;
	box-sizing:border-box;
	/*overflow:hidden;*/
}

.main_middle .mid_flex	{
	display:flex;
	align-items:flex-start;
}

.main_middle a, .a	{
	color:rgba(0, 164, 227, 1);
	background:transparent;
	cursor:pointer;
	transition:color 0.2s ease 0s;
}
.main_middle a:hover, .a:hover {
	color:#00A4E3;
	outline:0;
}
.main_middle a:active, .a:active	{
	color:#00A4E3;
	outline:0;
}

.main_middle b, .main_middle strong	{
	color: #343434;
}

.main_middle p	{
	padding-top:10px;
}

.main_middle li p:first-child	{
	padding-top:0;
}


.main_middle h1, *.h1, a.h1, a.h1:hover, .main_middle *.h1,	
.main_middle h2, *.h2, a.h2, a.h2:hover, .main_middle *.h2,
.main_middle h3, *.h3, a.h3, a.h3:hover, .main_middle *.h3	{
	display:block;
	position:relative;
	padding:0px 0 20px 0;
	text-decoration:none;
	/*hyphens:auto;
    hyphenate-limit-chars:6 3 3;
	word-wrap:break-word;*/
    text-transform: uppercase;
}

h1 strong,
h2 strong,
h3 strong {
    color: #373D45 !important;
    font-weight: 400;
}

.main_middle h1, *.h1, a.h1, a.h1:hover, .main_middle *.h1	{
	color:rgba(0, 164, 227, 1);
	font:400 55px/1.1em 'Evolventa', sans-serif;
}
.main_middle h2, *.h2, a.h2, a.h2:hover, .main_middle *.h2	{
	color:#00A4E3;
	font:400 40px/1.1em 'Evolventa', sans-serif;
    max-width: 853px;
}
.main_middle h3, *.h3, a.h3, a.h3:hover, .main_middle *.h3	{
	color:#00A4E3;
	font:300 24px/1.1em 'Evolventa', sans-serif;
}


.main_middle ul	{
	list-style:none;
	padding:0 0 10px 25px;
}
.main_middle ul > li	{
	position:relative;
	line-height:20px;
	padding:0 0 0 25px;
	page-break-inside:avoid;
	break-inside:avoid;
}
.main_middle ul > li::before	{
	position:absolute;
	top:0;
	left:0;
	content:'';
	background:url(pics/sprite.png) 0 -450px no-repeat;
	width:20px;
	height:20px;
}

.main_middle ol	{
	list-style:none;
	position:relative;
	padding-left:60px;
	min-height:60px;
	padding:10px 0 10px 0;
}

.main_middle ol > li	{
	position:relative;
	line-height:20px;
	padding:5px 0 5px 65px;
	min-height:50px;
	counter-increment:myCounter;
	page-break-inside:avoid;
	break-inside:avoid;
}

.main_middle ol > li::before {
	content:counter(myCounter);
	display:block;
	position:absolute;
	left:0;
	top:0;
	text-align:center;
	width:60px;
	height:60px;
	color:rgba(255, 0, 100, 1);
	background:-webkit-linear-gradient(top, rgba(255, 0, 100, 1) 0%, #00A4E3 70%, #000 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	text-shadow:none !important;
	font:400 60px / 60px 'Evolventa', sans-serif;
	padding:0 0 10px 0 ;
	margin:0;
}

/* Общие стили - Начало */
img	{
	border:0;
	max-width:100%;
	height:auto;
}
iframe	{
	border:0;
	max-width:100%;	
}
.clear	{
	clear:both;
	width:100%;
}
.sp	{
	flex:1 0 0;
}
.none	{
	display:none !important;
}
.center	{
	text-align:center;
}
.table	{
	display:table;
}
.td	{
	display:table-cell;
}
.padding0	{
	padding:0 !important;
}
.w100	{
	width:100%;
}
.w50	{
	width:50%;
}
.column {
	display:block;
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
	-webkit-column-gap:40px;
	-moz-column-gap:40px;
	column-gap:40px;
	-webkit-column-rule:1px solid rgba(255,255,255,0.2);
	-moz-column-rule:1px solid rgba(255,255,255,0.2);
	column-rule:1px solid rgba(255,255,255,0.2);
	padding:10px 0 10px 0;
}
.column > p:first-child	{
	margin-top:0;
	padding-top:0;
}
.dashed_a, a.dashed_a, .dashed, a.dashed	{
	text-decoration: none;
    border-bottom:1px dashed rgb(110, 110, 110);
	height:1em;
	line-height:1.05em;
}
/* -- Цитаты и спец блоки - Начало */
.quote, blockquote	{
	display:block;
	position:relative;
	margin:0 50px;
	font:300 18px / 1.1em 'Evolventa', sans-serif;
	color:#373D45;
	text-align:center;
	padding:20px 0 20px 0;
}
.quote::before, blockquote::before	{
	content:'';
	display:block;
	height:30px;
	width:30px;
	position:absolute;
	left:-50px;
	top:15px;
	background:url(pics/sprite.png) -180px -320px no-repeat;
}
.quote::after, blockquote::after	{
	content:'';
	display:block;
	height:30px;
	width:30px;
	position:absolute;
	right:-50px;
	bottom:20px;
	background:url(pics/sprite.png) -210px -320px no-repeat;
}
.quote_big	{
	position:relative;
	display:block;
	min-height:50px;
	margin:30px 0 10px 0;
	padding:20px 0 20px 120px;
	text-align:center;
	background:#f3f3f3;
	font:300 18px / 1.1em 'Evolventa', sans-serif;
	color:#373D45;
	text-align:left;
}
.quote_big::before	{
	content:'';
	display:block;
	width:100px;
	height:100px;
	position:absolute;
	top:-20px;
	left:0;
	background:url(pics/sprite.png) -200px -2247px no-repeat;
}
.specblock	{
	position:relative;
	z-index:2;
	background:#f3f3f3;
	padding:10px 15px 10px 20px;
	margin:10px 0;
	text-align:left;
	font:300 20px / 26px 'Evolventa', sans-serif;
	border-left:3px solid rgba(0, 164, 227, 1);
}
.specblock b, .specblock strong	{
	display:inline-block;
	font:400 20px / 1.1em 'Evolventa', sans-serif;
	color:rgba(0, 164, 227, 1);
	padding:0 0 0 0;
}
.text_big, .text_big_up {
	display:block;
	font:400 20px / 1.2em 'Evolventa', sans-serif;
}
.text_big_up {
	text-transform:uppercase;
}
.text_big b, .text_big_up b, .text_big strong, .text_big_up strong	{
	color:#373D45;
	font-weight:700;
}
/* -- Цитаты и спец блоки - Конец */






/* -- Кнопки - Начало */
.button_1, a.button_1, .button_2, a.button_2	{
	display:inline-block;
	height:50px;
	font:300 18px/50px 'Evolventa', sans-serif;
	text-align:center;
	text-decoration:none;
	color:#f8f8f8;
	background:url(pics/sprite.png) 50% -2147px repeat-x;
	background-origin:content-box;
	margin:0 20px;
	min-width:180px;
	box-sizing:border-box;
	position:relative;
	transition:background-position 0s ease 0s, color .2s ease 0s;
	cursor:pointer;
}
.button_1::before, a.button_1::before, .button_2::before, a.button_2::before	{
	content:'';
	display:block;
	width:20px;
	height:50px;
	position:absolute;
	top:0;
	left:-20px;
	background:url(pics/sprite.png) 0px -2247px no-repeat;
}
.button_1::after, a.button_1::after, .button_2::after, a.button_2::after	{
	content:'';
	display:block;
	width:20px;
	height:50px;
	position:absolute;
	top:0;
	right:-20px;
	background:url(pics/sprite.png) -30px -2247px no-repeat;
}
.button_1:hover, a.button_1:hover, .button_1:active, a.button_1:active	{
	color:#ffffff;
	background:url(pics/sprite.png) 50% -2197px repeat-x;	
}
.button_1:hover::before, a.button_1:hover::before	{
	background:url(pics/sprite.png) -50px -2247px no-repeat;	
}
.button_1:hover::after, a.button_1:hover::after	{
	background:url(pics/sprite.png) -80px -2247px no-repeat;	
}
.button_2, a.button_2	{
	background:url(pics/sprite.png) 0 -2347px repeat-x;
	color:#f8f8f8;
}
.button_2::before, a.button_2::before	{
	background:url(pics/sprite.png) -100px -2247px no-repeat;	
}
.button_2::after, a.button_2::after	{
	background:url(pics/sprite.png) -130px -2247px no-repeat;	
}
.button_2:hover, a.button_2:hover, .button_2:active, a.button_2:active	{
	color:#ffffff;
	background:url(pics/sprite.png) 0 -2397px repeat-x;	
}
.button_2:hover::before, a.button_2:hover::before, .button_2:active::before, a.button_2:active::before	{
	background:url(pics/sprite.png) -150px -2247px no-repeat;
}
.button_2:hover::after, a.button_2:hover::after, .button_2:active::after, a.button_2:active::after	{
	background:url(pics/sprite.png) -180px -2247px no-repeat;
}

.button, a.button, .button_4, a.button_4, .button_5, a.button_5	{
	display:inline-block;
	min-height:50px;
	font:400 16px/30px 'Evolventa', sans-serif;
	text-align:center;
	text-decoration:none;
	padding:10px 20px;
	min-width:220px;
	box-sizing:border-box;
	position:relative;
	transition:all .2s ease 0s;
	cursor:pointer;
	    border-radius: 50px;
}
.button, a.button	{
	/* background:rgba(0, 164 , 227, 1); */
	/* color:#f8f8f8; */

	color:#fff;
	background:linear-gradient(90deg, #00A4E3 0%, #A0E5FF 100%);
	background-size:140% auto;
	background-position:0 0;
	border-radius:50px;

}
.button:hover, a.button:hover	{
	/* color:#ffffff;
	background:#0993c9; */
	color:#fff;
	background-position:100% 0;
}
.button_4, a.button_4	{
	box-shadow:inset 0 0 0 2px rgba(0, 164 , 227, 1);
	color:rgba(0, 164 , 227, 1);
}
.button_4:hover, a.button_4:hover	{
	color:#f8f8f8;
	background:rgba(0, 164 , 227, 1);
	box-shadow:inset 0 0 0 5px rgba(0, 164 , 227, 1);
}
.button_5, a.button_5	{
	box-shadow:inset 0 0 0 1px #00A4E3;
	color:#00A4E3;
	min-width: auto;
}
.button_5:hover, a.button_5:hover	{
	color:#fff;
	background:#00A4E3;
}



.button_sm_1, a.button_sm_1, .button_sm_2, a.button_sm_2	{
	position:relative;
	display:inline-block;
	height:20px;
	min-width:auto;
	padding:5px 0;
	margin:0 15px;
	text-align:center;
	font:300 16px/20px 'Evolventa', sans-serif;
	text-decoration:none;
	background:url(pics/sprite.png) 0 -2447px repeat-x;
	transition:background-position 0s ease 0s, color .2s ease 0s;
	color:#484848;
	cursor:pointer;
}
.button_sm_1::before, a.button_sm_1::before, .button_sm_2::before, a.button_sm_2::before	{
	content:'';
	display:block;
	width:15px;
	height:30px;
	position:absolute;
	top:0;
	left:-15px;
	background:url(pics/sprite.png) 0 -2507px no-repeat;
}
.button_sm_1::after, a.button_sm_1::after, .button_sm_2::after, a.button_sm_2::after	{
	content:'';
	display:block;
	width:15px;
	height:30px;
	position:absolute;
	top:0;
	right:-15px;
	background:url(pics/sprite.png) -15px -2507px no-repeat;
}
.button_sm_1:hover, a.button_sm_1:hover, .button_sm_1:active, a.button_sm_1:active	{
	color:#282828;
	background:url(pics/sprite.png) 0 -2477px repeat-x;	
}
.button_sm_1:hover::before, .button_sm_1:hover::after, a.button_sm_1:hover::before, a.button_sm_1:hover::after	{
	background:url(pics/sprite.png) -30px -2507px no-repeat;
}
.button_sm_1:hover::after, .button_sm_1:hover::after, a.button_sm_1:hover::after, a.button_sm_1:hover::after	{
	background:url(pics/sprite.png) -45px -2507px no-repeat;
}

.button_sm_2, a.button_sm_2	{
	background:url(pics/sprite.png) 0 -2537px no-repeat;
	color:#f8f8f8;
}
.button_sm_2::before, a.button_sm_2::before	{
	background:url(pics/sprite.png) -60px -2507px no-repeat;
}
.button_sm_2::after, a.button_sm_2::after	{
	background:url(pics/sprite.png) -75px -2507px no-repeat;
}
.button_sm_2:hover, a.button_sm_2:hover, .button_sm_2:active, a.button_sm_2:active	{
	color:#ffffff;
	background:url(pics/sprite.png) 0 -2567px no-repeat;	
}
.button_sm_2:hover::before, .button_sm_2:hover::after, a.button_sm_2:hover::before, a.button_sm_2:hover::after	{
	background:url(pics/sprite.png) -90px -2507px no-repeat;
}
.button_sm_2:hover::after, .button_sm_2:hover::after, a.button_sm_2:hover::after, a.button_sm_2:hover::after	{
	background:url(pics/sprite.png) -105px -2507px no-repeat;
}



.button_sm, a.button_sm, .button_sm_4, a.button_sm_4, .button_sm_5, a.button_sm_5	{
	position:relative;
	display:inline-block;
	height:20px;
	min-width:auto;
	padding:10px 15px;
	margin:0 0;
	text-align:center;
	font:300 16px/20px 'Evolventa', sans-serif;
	text-decoration:none;
	transition:all .2s ease 0s;
	cursor:pointer;
	border-radius:40px;
}
.button_sm, a.button_sm	{
	background:rgba(0, 164 , 227, 1);
	color:#f8f8f8;
}
.button_sm:hover, a.button_sm:hover	{
	color:#ffffff;
	background:#0993c9;
}
.button_sm_4, a.button_sm_4	{
	box-shadow:inset 0 0 0 2px rgba(0, 164 , 227, 1);
	color:rgba(0, 164 , 227, 1);
}
.button_sm_4:hover, a.button_sm_4:hover	{
	color:#f8f8f8;
	background:rgba(0, 164 , 227, 1);
	box-shadow:inset 0 0 0 4px rgba(0, 164 , 227, 1);
}
.button_sm_5, a.button_sm_5	{
	background:#FFFFFF;
	color:#373D45;
}
.button_sm_5:hover, a.button_sm_5:hover	{
	background:#00A4E3;
	color:#fff
}




a.but_right, a.but_r	{
	margin-top:5px;
	margin-bottom:5px;
	float:right;
}
a.but_left, a.but_l, a.but_archive	{
	margin-top:5px;
	margin-bottom:5px;
	float:left;
}

a.but_center, a.but_cen, a.but_c, a.but_prev, a.but_back, a.but_next	{
	margin:0 auto 0 auto;
}
.button_center_cont	{
	text-align:center;
}
.button_center_cont a	{
	margin-top:10px;
}

/* -- Кнопки - Конец */





/* -- Инлайн Маленькие иконки - Начало */
.sm_home, a.sm_home, .sm_phone, a.sm_phone, .sm_mail, a.sm_mail, .sm_adress, a.sm_adress, .sm_sitemap, a.sm_sitemap, .sm_time, a.sm_time, .sm_favorite, a.sm_favorite	{
	position:relative;
	display:inline-block;
	height:30px;
	padding:0 0 0 34px;
	display:block;
	box-sizing:border-box;
	line-height:30px;
	color:rgba(0, 164, 227, 1);
	text-decoration:none;
}
a.sm_home:hover, a.sm_phone:hover, a.sm_mail:hover, a.sm_adress:hover, a.sm_sitemap:hover, a.sm_time:hover, a.sm_favorite:hover	{
	color:#00A4E3;
}
.sm_home::before, a.sm_home::before, .sm_phone::before, a.sm_phone::before, .sm_mail::before, a.sm_mail::before, .sm_adress::before, a.sm_adress::before, .sm_sitemap::before, a.sm_sitemap::before, .sm_time::before, a.sm_time::before, .sm_favorite::before, a.sm_favorite::before	{
	content:'';
	width:30px;
	height:30px;
	background-image:url(pics/sprite.png);
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:2px;
}
.sm_home::before	{
	background-position:0 -1178px;
	top:0;
	left:2px;
}
a.sm_home:hover::before	{
	background-position:0 -1208px;
}
.sm_phone::before	{
	background-position:-30px -1178px;
	top:0;
	left:2px;
}
a.sm_phone:hover::before	{
	background-position:-30px -1208px;	
}
.sm_mail::before	{
	background-position:-60px -1178px;
	top:0;
	left:2px;
}
a.sm_mail:hover::before	{
	background-position:-60px -1208px;	
}
.sm_adress::before	{
	background-position:-90px -1178px;
	top:0;
	left:2px;
}
a.sm_adress:hover::before	{
	background-position:-90px -1208px;	
}
.sm_sitemap::before	{
	background-position:-120px -1178px;
	top:0;
	left:2px;
}
a.sm_sitemap:hover::before	{
	background-position:-120px -1208px;	
}
.sm_time::before	{
	background-position:-150px -1178px;
	top:0;
	left:2px;
}
a.sm_time:hover::before	{
	background-position:-150px -1208px;	
}
.sm_favorite::before	{
	background-position:-180px -1178px;
	top:0;
	left:2px;
}
a.sm_favorite:hover::before	{
	background-position:-180px -1208px;	
}
/* -- Инлайн Маленькие иконки - Конец */
/* -- Инлайн Большие иконки - Начало*/
.gr_home, a.gr_home, .gr_phone, a.gr_phone, .gr_phone_2, a.gr_phone_2, .gr_mail, a.gr_mail, .gr_adress, a.gr_adress, .gr_sitemap, a.gr_sitemap, .gr_time, a.gr_time	{
	position:relative;
	display:inline-flex;
	align-items:center;
	min-height:50px;
	max-width:100%;
	padding:0 0 0 50px;
	box-sizing:border-box;
	font:400 24px/30px 'Evolventa', sans-serif;
	color:#484848;
	text-decoration:none;
}

.gr_home span, .gr_phone  span, .gr_phone_2  span, .gr_mail span, .gr_adress span, .gr_sitemap span, .gr_time span	{
	font:300 18px/30px 'Evolventa', sans-serif;
	display:inline-block;
}

.gr_home::before, a.gr_home::before, .gr_phone::before, a.gr_phone::before, .gr_phone_2::before, a.gr_phone_2::before, .gr_mail::before, a.gr_mail::before, .gr_adress::before, a.gr_adress::before, .gr_sitemap::before, a.gr_sitemap ::before, .gr_time::before, a.gr_time::before	{
	content:'';
	width:50px;
	height:50px;
	background-image:url(pics/sprite.png);
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;	
}
a.gr_home:hover, a.gr_phone:hover, a.gr_phone_2:hover, a.gr_mail:hover, a.gr_adress:hover, a.gr_sitemap:hover , a.gr_time:hover	{
	color:#444444;
}
.gr_home::before	{
	background-position:0 -1078px;
	top:0;
	left:0;
}
a.gr_home:hover::before	{
	background-position:0 -1128px;	
}
.gr_phone::before	{
	background-position:-50px -1078px;
	top:0;
	left:0;
}
a.gr_phone:hover::before	{
	background-position:-50px -1128px;
}
.gr_mail::before	{
	background-position:-100px -1078px;
	top:0;
	left:0;
}
a.gr_mail:hover::before	{
	background-position:-100px -1128px;	
}
.gr_adress::before	{
	background-position:-150px -1078px;
	top:0;
	left:0;
}
a.gr_adress:hover::before	{
	background-position:-150px -1128px;	
}
.gr_sitemap::before	{
	background-position:-200px -1078px;
	top:0;
	left:0;
}
a.gr_sitemap:hover::before	{
	background-position:-200px -1128px;	
}
.gr_time::before	{
	background-position:-250px -1078px;
	top:0;
	left:0;
}
a.gr_time:hover::before	{
	background-position:-250px -1128px;	
}
/* -- Инлайн Большие иконки - Конец*/
/* -- Стили для типов файлов - Начало */
/* -- -- Стили для типов файлов 50*50 - Начало */
.gr_word, .gr_pdf, .gr_excel, .gr_text, .gr_img, .gr_file	{
	display:inline-flex;
	align-items:center;
	padding:0 5px 0 55px;
	vertical-align:top;
	min-height:50px;
	position:relative;
	vertical-align:bottom;
}
.gr_word::before, .gr_pdf::before, .gr_excel::before, .gr_text::before, .gr_img::before, .gr_file::before	{
	content:'';
	width:40px;
	height:40px;
	position:absolute;
	top:0;
	left:0;
}
.gr_word::before	{
	background:url(pics/sprite.png) 0 -650px no-repeat;	
}
.gr_pdf::before	{
	background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M10%200C8.625%200%207.5%201.125%207.5%202.5V37.5C7.5%2038.875%208.625%2040%2010%2040H35C36.375%2040%2037.5%2038.875%2037.5%2037.5V10L27.5%200H10Z%22%20fill%3D%22%23E9EEF4%22%2F%3E%0A%3Cpath%20d%3D%22M30%2010H37.5L27.5%200V7.5C27.5%208.875%2028.625%2010%2030%2010Z%22%20fill%3D%22%23D4DDE8%22%2F%3E%0A%3Cpath%20d%3D%22M32.5%2032.5C32.5%2033.1875%2031.9375%2033.75%2031.25%2033.75H3.75C3.0625%2033.75%202.5%2033.1875%202.5%2032.5V20C2.5%2019.3125%203.0625%2018.75%203.75%2018.75H31.25C31.9375%2018.75%2032.5%2019.3125%2032.5%2020V32.5Z%22%20fill%3D%22%23F15642%22%2F%3E%0A%3Cpath%20d%3D%22M7.94531%2023.6837C7.94531%2023.3537%208.20531%2022.9937%208.62406%2022.9937H10.9328C12.2328%2022.9937%2013.4028%2023.8637%2013.4028%2025.5312C13.4028%2027.1112%2012.2328%2027.9912%2010.9328%2027.9912H9.26406V29.3112C9.26406%2029.7512%208.98406%2029.9999%208.62406%2029.9999C8.29406%2029.9999%207.94531%2029.7512%207.94531%2029.3112V23.6837ZM9.26406%2024.2524V26.7424H10.9328C11.6028%2026.7424%2012.1328%2026.1512%2012.1328%2025.5312C12.1328%2024.8324%2011.6028%2024.2524%2010.9328%2024.2524H9.26406Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M15.3619%2029.9997C15.0319%2029.9997%2014.6719%2029.8197%2014.6719%2029.381V23.7035C14.6719%2023.3447%2015.0319%2023.0835%2015.3619%2023.0835H17.6506C22.2181%2023.0835%2022.1181%2029.9997%2017.7406%2029.9997H15.3619ZM15.9919%2024.3035V28.781H17.6506C20.3494%2028.781%2020.4694%2024.3035%2017.6506%2024.3035H15.9919Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M23.7372%2024.3838V25.9725H26.2859C26.6459%2025.9725%2027.0059%2026.3325%2027.0059%2026.6813C27.0059%2027.0113%2026.6459%2027.2813%2026.2859%2027.2813H23.7372V29.38C23.7372%2029.73%2023.4884%2029.9988%2023.1384%2029.9988C22.6984%2029.9988%2022.4297%2029.73%2022.4297%2029.38V23.7025C22.4297%2023.3438%2022.6997%2023.0825%2023.1384%2023.0825H26.6472C27.0872%2023.0825%2027.3472%2023.3438%2027.3472%2023.7025C27.3472%2024.0225%2027.0872%2024.3825%2026.6472%2024.3825H23.7372V24.3838Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M31.25%2033.75H7.5V35H31.25C31.9375%2035%2032.5%2034.4375%2032.5%2033.75V32.5C32.5%2033.1875%2031.9375%2033.75%2031.25%2033.75Z%22%20fill%3D%22%23E9EEF4%22%2F%3E%0A%3C%2Fsvg%3E");
}
.gr_excel::before	{
	background:url(pics/sprite.png) -100px -650px no-repeat;	
}
.gr_text::before	{
	background:url(pics/sprite.png) -150px -650px no-repeat;	
}
.gr_img::before	{
	background:url(pics/sprite.png) -200px -650px no-repeat;	
}
.gr_file::before	{
	background:url(pics/sprite.png) -250px -650px no-repeat;	
}
/* -- -- Стили для типов файлов 50*50 - Конец */
/* -- -- Стили для типов файлов 30*30 - Начало */
.sm_word, .sm_pdf, .sm_excel, .sm_text, .sm_img, .sm_file	{
	display:inline-flex;
	align-items:center;
	padding:5px 5px 0 5px;
	min-height:30px;
	position:relative;
}
.sm_word::before, .sm_pdf::before, .sm_excel::before, .sm_text::before, .sm_img::before, .sm_file::before	{
	content:'';
	width:30px;
	flex:0 0 30px;
	height:30px;
	position:relative;
	top:0;
	left:-5px;
}
.sm_word::before	{
	background:url(pics/sprite.png) 0 -700px no-repeat;	
}
.sm_pdf::before	{
	background:url(pics/sprite.png) -30px -700px no-repeat;	
}
.sm_excel::before	{
	background:url(pics/sprite.png) -60px -700px no-repeat;	
}
.sm_text::before	{
	background:url(pics/sprite.png) -90px -700px no-repeat;	
}
.sm_img::before	{
	background:url(pics/sprite.png) -120px -700px no-repeat;	
}
.sm_file::before	{
	background:url(pics/sprite.png) -150px -700px no-repeat;
}
/* -- -- Стили для типов файлов 30*30 - Конец */
/* Общие стили - Конец */

/* Хлебные крошки - Начало */
.breadcrumbs	{
	width:100%;
	color:rgba(0, 164, 227, 1);
	padding:30px 0 50px 0;
    line-height: 1.1em;
	font-size:12px;
	vertical-align: middle;
}
.breadcrumbs a	{
	display:inline-block;
    vertical-align: middle;
	line-height: 1.1em;
	color:#373D45;
	transition-duration:0.2s;
	position:relative;
	text-decoration:none;
}
.breadcrumbs a:hover	{
	color:#00A4E3;
	text-decoration:underline;
}
.breadcrumbs > a.breadcrumbs_home	{
	width:20px;
	background:url(pics/sprite.png) -120px -450px no-repeat;
	margin:0 10px 0 0;	
}
.breadcrumbs > a.breadcrumbs_home:hover	{
	background:url(pics/sprite.png) -140px -450px no-repeat;	
}
.breadcrumbs > .breadcrumbs_separ	{
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: #C5CBD0;
    border-radius: 50%;
    margin: 0 10px;
}
.breadcrumbs > a:first-child::after	{
	background:none;
}
.breadcrumbs span	{
	display:inline-block;
	vertical-align:middle;
	color:#C5CBD0;
	position:relative;
	line-height: 1.1em;
}
/* Хлебные крошки - Конец */

/* Табсы - Начало */

section.tabs_cont, .section.tabs_cont	{
	display:block;
	padding:0 0 25px 0;
	margin:10px auto;
}
ul.tabs, .main_middle ul.tabs	{
	list-style:none;
	padding:0;
	position:relative;
	top:1px;
	background:#f3f3f3;
	min-height:40px;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
ul.tabs > li, .main_middle ul.tabs > li	{
	display:inline-block;
	padding:10px 10px;
	margin:0;
	font:300 16px/20px 'Evolventa', sans-serif;
	color:#444;
	cursor:pointer;
	height:20px;
	flex:1 1 100px;
	text-align:center;
	transition-duration:0.2s;
}
ul.tabs > li.current, .main_middle ul.tabs > li.current, ul.tabs > li:hover, .main_middle ul.tabs > li:hover	{
	background:#ff926b;
	color:#444;
}
ul.tabs > li::before, .main_middle ul.tabs >li::before	{
	display:none;
}
.tabs_content	{
	overflow:hidden;
	border:1px solid #eee;
}
.tabs_content .box	{
	display:none;
	padding:20px 10px;
}
.tabs_content .box.current	{
	display:block;
}
ul.tabs > li sup	{
	position:relative;
	top:-10px;
	vertical-align:bottom;
}
/* Табсы - Конец */



/* Страница Контакты - Начало */
.main_feedback	{
	display:inline-block;
	float:right;
	padding:0 0 20px 0;
	position:relative;
	z-index:1;
	width:49%;
}

.block_contacts_page_main	{
	display:inline-block;
	width:100%;
	min-width:280px;
}

.big_map	{
	width:100%;
	clear:both;
}
/* Страница Контакты - Конец */

@media screen and (max-width: 1249px) {
	html, body{
		min-width:320px;
	}
	
	.mid	{
		width:100%;
		max-width:100%;
		min-width:320px;
	}
	
	.slider_logo_cont, .slider_logo	{
		max-width:100%;
		overflow:hidden;
	}

	.main_mid, .main_bg	{
		position:relative;
		top:0;
		bottom:0;
		left:0;
		right:0;
		padding:0;
	}

	
}

@media screen and (max-width: 979px) {
	.main_middle	{
		padding:0 8px;
	}
	.main_middle .mid	{
		display:block;
	}
	aside.left_block, aside.right_block	{
		display:none;
	}
	main, .main	{
		display:block;
		padding-left:0;
		padding-right:0;
	}
}

@media screen and (max-width: 767px) {
	.block_contacts_page_main	{
		width:100%;
		float:none;
	}
	.main_feedback	{
		float:none;
		display:block;
		margin:0 auto;
		width:100%;
		min-width:280px;
	}
	.mobile_none	{
		display:none !important;
	}
	.main_middle .mid	{
		min-width:100%;
		max-width:100%;
	}
}

.block_t	{
	width:100%;
}

.block_t .mid	{
	position:relative;
	display:flex;
	flex-wrap:wrap;
}

.block_t .mid .t_elem	{
	display:flex;
	align-items: center;
	flex:1 0 300px;
	max-width:100%;
	position:relative;
	padding:20px;
	box-sizing:border-box;
}

.block_t .mid .t_elem_val	{
	display:inline-block;
}

@media screen and (max-width:1249px) {
	.block_t .mid .t_elem	{
		flex:1 0 100%;
	}
}

@media screen and (max-width:767px) {
	.block_t .mid .t_elem	{
		justify-content:center;
	}
	
	.main_middle h1, .h1, a.h1, a.h1:hover	{
		font-size:24px
	}
	
	.main_middle h2, .h2, a.h2, a.h2:hover	{
		font-size:22px
	}
	
	.main_middle h3, .h3, a.h3, a.h3:hover	{
		font-size:20px
	}
	
	.text_big, .text_big_up	{
		font-size:20px;
	}
	.column {
		display:block;
		-webkit-column-count:1;
		-moz-column-count:1;
		column-count:1;
		-webkit-column-gap:0;
		-moz-column-gap:0;
		column-gap:0;
		-webkit-column-rule:1px solid rgba(255,255,255,0);
		-moz-column-rule:1px solid rgba(255,255,255,0);
		column-rule:1px solid rgba(255,255,255,0);
		padding:10px 0 10px 0;
	}
}

@media print	{
	.left_block, .right_block,
	.main_middle h1:before, .h1:before,
	.main_middle h2:before, .h2:before,
	.main_middle h3:before, .h3:before	{
		display:none !important;
	}
	main {
		width:100% !important;
		box-sizing:border-box !important;
	}
	a[href^=http]:after {
		content:" <" attr(href) ">";
	}
	.breadcrumbs a:after{
		display:none;
	}
	h2	{
		page-break-before:always;
	}
	.tabs_content .box	{
		display:block;
	}
	*	{
		-webkit-print-color-adjust:exact;
	}
}
@media screen and (min-width:1250px) {
	.desctopHide, .menu li.desctopHide + .menu_separ	{
		display:none !important;
	}
}
@media screen and (max-width:1249px) {
	.mobHide, .menu li.mobHide + .menu_separ		{
		display:none !important;
	}
}


/* almaTextWriting effect */
.textWriting .letter { opacity: 0; }
.textWriting .showing {
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	opacity: 1;
}

ymaps {
	max-width:100% !important;	
}
ymaps ymaps	{
	max-width:none !important;	
}

.contentsScroll	{
	overflow-y:auto;
}
.contentsScroll::-webkit-scrollbar {
	width:12px;
	height:12px;
}
.contentsScroll::-webkit-scrollbar-track {
	background:#eee;
	border-radius:20px;
}
.contentsScroll::-webkit-scrollbar-thumb {
	background-color:rgba(212, 36, 39, 1); 
	border-radius:20px;
	border:3px solid #eee;
}

footer	{
	height:395px;
	position:relative;
	bottom:0;
	left:0;
	right:0;
	color:#373D45;
	padding:60px 0;
	background:#F3F2F7 url(pics/bg_footer.png) 50% 50% / cover no-repeat;
	overflow:hidden;
	box-sizing:border-box;
}

footer .mid {
	display:flex;
	flex-wrap:wrap;
	gap:20px;
}

footer a	{
	color:#373D45;	
}
footer a:hover	{
	color:#ffffff;	
}
.footer_after	{
	height:80px;
	width:100%;
	background:transparent url(pics/bg_footer_after.png) 50% 0 repeat;
	color:#9A9A9A;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}

.footer_after .mid {
    align-items: center;

}


.footer_after a	{
	color:#9A9A9A;	
}

/* Стили для футера - Начало */

.f_logo	{
	width:193px;
	display:block;
	height:70px;
	background:url("data:image/svg+xml;charset=UTF-8, %3csvg viewBox='0 0 193 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M46.8217 8.76807L46.571 7.47292C46.5111 7.16313 46.6675 6.85179 46.9515 6.71595C47.205 6.59462 47.3601 6.33116 47.3433 6.04973L47.2167 3.9181C47.2055 3.73084 47.117 3.55675 46.9723 3.43786C46.817 3.31011 46.7269 3.11916 46.7269 2.9176V2.84955C46.7269 2.7096 46.7791 2.57471 46.8733 2.47148L46.8974 2.44507C47.0707 2.2551 47.0788 1.9663 46.9164 1.76686C46.8489 1.68404 46.8087 1.58233 46.8011 1.47566L46.7372 0.578068C46.7304 0.481687 46.7011 0.388276 46.6516 0.305388C46.5387 0.116443 46.3339 0.00234693 46.1145 0.00616595L37.1274 0.162534C36.8068 0.168112 36.5499 0.430432 36.5499 0.75211V0.84145C36.5499 0.989039 36.4742 1.12623 36.3495 1.20453C36.107 1.35682 36.0795 1.70061 36.2946 1.88977L36.3856 1.96976C36.49 2.06157 36.5499 2.19409 36.5499 2.33338V2.39985C36.5499 2.54212 36.4698 2.6722 36.343 2.7359C36.11 2.85296 36.0644 3.16701 36.2543 3.34596L36.4552 3.53515C36.5156 3.59208 36.5499 3.67153 36.5499 3.75469C36.5499 3.92101 36.4155 4.05584 36.2498 4.05584H36.2064C36.0166 4.05584 35.8628 4.21015 35.8628 4.40051V6.14233C35.8628 6.37433 35.9818 6.58998 36.1779 6.71309C36.4038 6.855 36.5247 7.11769 36.4857 7.38235L36.3245 8.47582C36.0358 10.4331 34.7961 12.1182 33.0169 12.9714L32.729 13.1094C31.1249 13.8787 29.9497 15.3298 29.5274 17.0626L29.3337 17.8572C29.221 18.3196 29.1641 18.7939 29.1641 19.2699V47.7475C29.1641 48.3305 29.2508 48.9103 29.4215 49.4676L29.8014 50.7084C30.0515 51.5248 30.6388 52.1943 31.4142 52.5468C31.7991 52.7217 32.2167 52.8122 32.6393 52.8122H50.1664C50.6164 52.8122 51.0612 52.7159 51.471 52.5296C52.2282 52.1854 52.8198 51.5559 53.1178 50.7774L53.5469 49.6564C53.8074 48.9759 53.9409 48.2531 53.9409 47.5242V19.442C53.9409 18.8528 53.8537 18.2669 53.682 17.7035L53.3855 16.7302C52.9171 15.1926 51.8481 13.9108 50.4222 13.1769L49.9352 12.9263C48.3163 12.0931 47.1685 10.5601 46.8217 8.76807Z' fill='url(%23paint0_linear_3391_119)'/%3e%3cmask id='mask0_3391_119' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='36' y='10' width='11' height='11'%3e%3cpath d='M45.4515 15.7009C45.9553 15.7009 46.3726 16.1197 46.2774 16.6224C46.1209 17.4487 45.7555 18.2252 45.2103 18.8725C44.466 19.7561 43.4353 20.3403 42.3044 20.5194C41.1735 20.6988 40.0168 20.4613 39.0429 19.8502C38.0691 19.2389 37.3423 18.2941 36.9936 17.1862C36.645 16.0783 36.6975 14.8804 37.1417 13.8086C37.5859 12.7365 38.3924 11.8612 39.4159 11.3402C40.4393 10.8195 41.6123 10.6876 42.723 10.9683C43.5366 11.174 44.2775 11.5911 44.8768 12.1718C45.2414 12.5251 45.1407 13.1122 44.7303 13.4093C44.32 13.7063 43.7557 13.5935 43.3532 13.2857C43.0366 13.0435 42.6731 12.8663 42.2827 12.7677C41.5942 12.5936 40.8672 12.6754 40.2329 12.9981C39.5985 13.3211 39.0986 13.8634 38.8233 14.5279C38.548 15.1925 38.5154 15.935 38.7315 16.6216C38.9476 17.3081 39.3981 17.8938 40.0016 18.2727C40.6052 18.6514 41.3222 18.7985 42.0232 18.6874C42.7241 18.5763 43.3629 18.2144 43.8243 17.6667C44.086 17.3561 44.2807 16.9973 44.4004 16.6135C44.5525 16.1254 44.9476 15.7009 45.4515 15.7009Z' fill='white'/%3e%3c/mask%3e%3cg mask='url(%23mask0_3391_119)'%3e%3cpath d='M38.3944 9.34997C39.9042 8.59157 41.6343 8.39971 43.2729 8.80853H43.2732C44.4731 9.10797 45.566 9.71514 46.4499 10.5607L46.5237 10.6335C47.5069 11.6312 47.5568 12.9006 47.1181 13.9191C48.0876 14.5072 48.7917 15.6085 48.5165 17.0431C48.2857 18.2465 47.7466 19.3773 46.9426 20.3199L46.9423 20.3202C45.8442 21.6068 44.3237 22.4572 42.6553 22.7181L42.6556 22.7184C40.987 22.9797 39.2807 22.6337 37.8443 21.7439H37.844C36.4074 20.8537 35.335 19.4777 34.8207 17.8643C34.3064 16.2508 34.384 14.506 35.0393 12.9448L35.1024 12.7994C35.7693 11.3043 36.9317 10.0851 38.394 9.35027L38.3944 9.34997ZM41.7432 14.978C41.5716 14.9352 41.39 14.9551 41.2314 15.0348C41.0728 15.1147 40.9483 15.2485 40.8798 15.4118C40.811 15.5757 40.803 15.7587 40.8568 15.9277C40.9108 16.097 41.0235 16.2416 41.1742 16.335C41.325 16.4282 41.5041 16.4644 41.6788 16.437C41.8539 16.4096 42.0134 16.3202 42.1285 16.1854C42.1937 16.1089 42.2423 16.0205 42.2723 15.9259L42.3043 15.8292C42.3519 15.6931 42.4116 15.5504 42.4835 15.4055C42.3072 15.3112 42.148 15.2093 42.0107 15.1056L42.0104 15.1053C41.9314 15.0457 41.8409 15.0022 41.7438 14.978H41.7432Z' fill='url(%23paint1_linear_3391_119)'/%3e%3c/g%3e%3cpath d='M7.19043 21.779C7.17324 21.7932 7.16322 21.8148 7.16233 21.839C7.16162 21.8631 7.15166 21.8847 7.13447 21.8989L6.54072 22.3923C6.52353 22.4066 6.51351 22.4282 6.51286 22.4522C6.51221 22.4762 6.50195 22.4979 6.48476 22.5122L6.23397 22.7206C6.21678 22.7349 6.20676 22.7565 6.20587 22.7807C6.2054 22.8049 6.1952 22.8263 6.17802 22.8406L6.07944 22.9225C6.06225 22.9367 6.05223 22.9583 6.05176 22.9826C6.05087 23.0068 6.04085 23.0284 6.02366 23.0427L6.0124 23.052C5.9881 23.0722 5.97381 23.1027 5.97286 23.1366L5.96878 23.2824C5.9683 23.2996 5.97452 23.317 5.98602 23.3309C5.99752 23.3448 6.00375 23.3622 6.00321 23.3794L6.00292 23.3903C6.00227 23.4143 6.01122 23.4391 6.02746 23.4588L6.04844 23.4843C6.06468 23.5039 6.07363 23.5288 6.07292 23.5528C6.07203 23.577 6.08074 23.6016 6.09699 23.6212L6.87366 24.5622C6.8899 24.5818 6.91243 24.595 6.93626 24.5987C6.96009 24.6027 6.98255 24.6159 6.99879 24.6355L7.0094 24.6484C7.03234 24.6762 7.06405 24.6949 7.09749 24.7004L7.24105 24.7235C7.258 24.7262 7.27424 24.722 7.28639 24.7119C7.29854 24.7018 7.31479 24.6976 7.33168 24.7004L7.34241 24.7021C7.36624 24.7057 7.38924 24.6998 7.40643 24.6856L7.46677 24.6354C7.48413 24.621 7.50713 24.6151 7.53078 24.6189C7.55461 24.623 7.57743 24.6169 7.59462 24.6026L7.62485 24.5774C7.66154 24.547 7.7105 24.5346 7.76083 24.5428L7.82591 24.5532C7.8763 24.5613 7.92389 24.5894 7.95827 24.6312L7.9869 24.6658C8.00314 24.6855 8.02561 24.6986 8.0492 24.7024C8.07309 24.7065 8.09555 24.7197 8.11179 24.7394L8.49264 25.2008C8.50888 25.2205 8.51759 25.2451 8.51694 25.269C8.51646 25.2933 8.52518 25.3179 8.54142 25.3376L9.17412 26.1041C9.19036 26.1238 9.19907 26.1484 9.19842 26.1724C9.19795 26.1966 9.20666 26.2212 9.2229 26.2409L9.5319 26.6152C9.54814 26.6349 9.55685 26.6595 9.5562 26.6835C9.55531 26.7077 9.5642 26.7321 9.58068 26.7521L9.70955 26.9081C9.72597 26.9281 9.73468 26.9527 9.73403 26.9766C9.73314 27.0008 9.74185 27.0255 9.75827 27.0454L9.81523 27.1144C9.83147 27.1341 9.84042 27.1584 9.83971 27.1829C9.83906 27.2069 9.84777 27.2315 9.86402 27.2512L9.92116 27.3205C9.9374 27.3401 9.94611 27.3647 9.94546 27.3887C9.94481 27.4127 9.9537 27.4376 9.96994 27.4572L9.99098 27.4827C10.0072 27.5024 10.0159 27.5269 10.0155 27.5512L10.0152 27.5621C10.0147 27.5793 10.0209 27.5967 10.0324 27.6106C10.0439 27.6245 10.0501 27.6418 10.0496 27.6591L10.0493 27.6699C10.0486 27.6939 10.0573 27.7186 10.0738 27.7385L10.0842 27.7511C10.1073 27.7791 10.1198 27.8139 10.1187 27.848L10.1166 27.9187C10.1162 27.9355 10.1226 27.9531 10.1341 27.967C10.1456 27.9809 10.1516 27.9984 10.1513 28.0155L10.1484 28.1126C10.1479 28.1298 10.1541 28.1471 10.1656 28.161C10.1771 28.175 10.1833 28.1923 10.1828 28.2095L10.1759 28.4572C10.1756 28.4742 10.1818 28.4916 10.1933 28.5055C10.2048 28.5194 10.211 28.5368 10.2105 28.554L10.2036 28.8017C10.2029 28.8186 10.196 28.8342 10.1838 28.8442C10.1717 28.8543 10.1645 28.8696 10.1638 28.8865L10.155 29.2096C10.1543 29.2266 10.1472 29.2418 10.135 29.2519C10.1229 29.262 10.1157 29.2772 10.1152 29.2944L10.1104 29.4669C10.1101 29.484 10.103 29.4992 10.0906 29.5095C10.0785 29.5195 10.0713 29.5348 10.0711 29.5518L10.0663 29.7243C10.0655 29.7413 10.0584 29.7565 10.0462 29.7666C10.0341 29.7767 10.027 29.7919 10.0265 29.8091L10.0238 29.9065C10.0233 29.9232 10.0164 29.9387 10.004 29.949C9.99181 29.9591 9.98464 29.9743 9.98417 29.991L9.98144 30.0884C9.98096 30.1056 9.97385 30.1209 9.9617 30.1309C9.94955 30.141 9.94238 30.1563 9.9419 30.1734L9.94107 30.1954C9.94084 30.2124 9.93366 30.2276 9.92151 30.2377C9.90912 30.248 9.90201 30.2632 9.90177 30.2803L9.89905 30.3776C9.89834 30.3946 9.89116 30.4098 9.87901 30.4199C9.86686 30.43 9.85975 30.4452 9.85927 30.4624L9.85441 30.6349C9.85418 30.652 9.847 30.6672 9.83485 30.6772C9.82246 30.6875 9.81535 30.7028 9.81488 30.7195L9.80812 30.9675C9.80747 30.9844 9.8003 30.9996 9.78814 31.0098C9.77599 31.0199 9.76888 31.035 9.76835 31.0523L9.76355 31.2248C9.76307 31.242 9.7559 31.2572 9.74375 31.2673C9.7316 31.2774 9.72448 31.2926 9.72401 31.3099L9.72336 31.3316C9.72288 31.3488 9.71577 31.364 9.70362 31.3741C9.69147 31.3842 9.68429 31.3994 9.68382 31.4166L9.68109 31.514C9.68062 31.5307 9.67351 31.546 9.66112 31.5563C9.64897 31.5664 9.64179 31.5816 9.64156 31.5986L9.63225 31.9217C9.63201 31.9387 9.62484 31.9539 9.61275 31.9639C9.60036 31.9742 9.59319 31.9895 9.59295 32.0065L9.58365 32.3295C9.58341 32.3465 9.57624 32.3618 9.56409 32.3719C9.55176 32.3822 9.54458 32.3974 9.54435 32.4144L9.53297 32.8126C9.53267 32.8296 9.52556 32.8449 9.51341 32.855C9.50102 32.8653 9.4939 32.8805 9.49343 32.8972L9.45057 34.4241C9.45034 34.4411 9.45632 34.4587 9.46782 34.4726C9.47926 34.4865 9.48549 34.5039 9.48525 34.5209L9.47174 34.9943C9.47126 35.0115 9.47748 35.0288 9.48898 35.0428C9.50042 35.0567 9.50671 35.074 9.50641 35.091L9.50368 35.1884C9.50303 35.2054 9.50926 35.2227 9.52093 35.2369C9.53237 35.2508 9.53866 35.2682 9.53795 35.2851L9.53308 35.4576C9.53285 35.4747 9.53907 35.492 9.55057 35.5059C9.56201 35.5199 9.568 35.5374 9.56776 35.5544L9.5629 35.7269C9.56243 35.7442 9.56865 35.7616 9.58015 35.7754C9.59165 35.7893 9.59787 35.8067 9.5974 35.8239L9.5904 36.0716C9.58993 36.0884 9.59621 36.1057 9.60789 36.1199C9.61933 36.1338 9.62538 36.1514 9.6249 36.1681L9.62218 36.2655C9.62164 36.2827 9.62792 36.3001 9.63936 36.314C9.65086 36.3279 9.65709 36.3453 9.65661 36.3625L9.65596 36.3842C9.65549 36.4014 9.66171 36.4188 9.67321 36.4327C9.68471 36.4466 9.69093 36.464 9.69046 36.4812L9.68844 36.5518C9.6875 36.5858 9.69994 36.6205 9.72312 36.6486C9.74606 36.6764 9.75857 36.7112 9.75738 36.7453L9.75347 36.8914C9.75276 36.9083 9.75904 36.9257 9.77048 36.9396C9.78216 36.9537 9.78844 36.9712 9.78797 36.9879L9.78731 37.0101C9.78684 37.0273 9.79306 37.0447 9.80456 37.0586C9.816 37.0725 9.82223 37.0899 9.82175 37.1071L9.81903 37.204C9.81855 37.2212 9.82478 37.2386 9.83628 37.2525C9.84777 37.2663 9.854 37.2838 9.85352 37.301L9.85287 37.3231C9.8524 37.3399 9.85862 37.3573 9.8703 37.3714C9.8818 37.3853 9.88802 37.4027 9.88731 37.4197L9.88672 37.4418C9.88648 37.4589 9.8927 37.4762 9.90414 37.4901C9.91564 37.5041 9.92163 37.5216 9.92139 37.5387L9.92056 37.5606C9.92027 37.5776 9.92631 37.5952 9.93775 37.609C9.94925 37.6229 9.95548 37.6403 9.95524 37.6574L9.95459 37.6796C9.95388 37.6965 9.9601 37.7139 9.9716 37.7277C9.98328 37.7419 9.9895 37.7593 9.98909 37.7761L9.98843 37.7983C9.98796 37.8155 9.99418 37.8328 10.0057 37.8467C10.0171 37.8607 10.0233 37.878 10.0229 37.8952L10.0223 37.917C10.0218 37.9342 10.028 37.9515 10.0395 37.9654C10.051 37.9794 10.0572 37.9967 10.0567 38.0139L10.0563 38.0359C10.0557 38.0529 10.0619 38.0702 10.0733 38.0842C10.0851 38.0983 10.0913 38.1157 10.0906 38.1326L10.0899 38.1548C10.0894 38.1716 10.0957 38.1889 10.1074 38.2031C10.1188 38.217 10.1251 38.2344 10.1244 38.2513L10.1243 38.2625C10.1234 38.2867 10.1324 38.3111 10.1486 38.3307L10.2057 38.4C10.222 38.4197 10.2307 38.4443 10.2298 38.4685L10.2297 38.4796C10.229 38.4965 10.2353 38.5139 10.2469 38.5281C10.2584 38.542 10.2647 38.5594 10.2642 38.5761L10.2622 38.6468C10.2612 38.6812 10.2737 38.7159 10.2967 38.7438L10.3073 38.7566C10.3235 38.7762 10.3322 38.8009 10.3315 38.8249L10.3315 38.836C10.3307 38.853 10.337 38.8703 10.3485 38.8842C10.3601 38.8984 10.3664 38.9158 10.3657 38.9327L10.3656 38.9438C10.3649 38.9679 10.3736 38.9924 10.3898 39.0121L10.4109 39.0376C10.4273 39.0575 10.436 39.0821 10.4354 39.1061C10.4345 39.1303 10.4434 39.1547 10.4598 39.1747L10.4809 39.2001C10.4971 39.2197 10.5058 39.2444 10.5054 39.2686L10.5048 39.2797C10.5044 39.2965 10.5103 39.314 10.522 39.3282C10.5335 39.3421 10.5397 39.3594 10.5393 39.3762L10.539 39.3875C10.5383 39.4115 10.547 39.4361 10.5632 39.4558L10.5844 39.4815C10.6007 39.5012 10.6094 39.5258 10.6087 39.5498L10.6087 39.5609C10.608 39.5779 10.6142 39.5953 10.6256 39.6091C10.6374 39.6233 10.6436 39.6407 10.6429 39.6576L10.6428 39.6688C10.6421 39.6927 10.6508 39.7174 10.6671 39.737L10.6881 39.7625C10.7045 39.7824 10.7132 39.807 10.7126 39.831C10.7119 39.855 10.7206 39.8796 10.7371 39.8996L10.7581 39.925C10.7743 39.9447 10.783 39.9693 10.7824 39.9932C10.7819 40.0175 10.7906 40.0421 10.8068 40.0618L10.8279 40.0873C10.8443 40.1072 10.853 40.1318 10.8524 40.1558C10.8515 40.18 10.8604 40.2044 10.8766 40.2241L10.8979 40.2498C10.9141 40.2694 10.9228 40.2941 10.9219 40.3182C10.9215 40.3425 10.9302 40.3671 10.9464 40.3868L11.0033 40.4558C11.0198 40.4757 11.0288 40.5001 11.0279 40.5243C11.0272 40.5483 11.0359 40.5729 11.0524 40.5929L11.2171 40.7924C11.2336 40.8124 11.2423 40.837 11.2416 40.861C11.241 40.885 11.2497 40.9096 11.2661 40.9295L11.3231 40.9985C11.3393 41.0182 11.348 41.0428 11.3475 41.067C11.3469 41.0911 11.3556 41.1157 11.3718 41.1353L11.465 41.2481C11.4812 41.2678 11.4899 41.2924 11.4892 41.3164C11.4888 41.3407 11.4975 41.3653 11.5138 41.3849L11.6069 41.4977C11.6231 41.5174 11.6318 41.542 11.6311 41.566C11.6305 41.59 11.6392 41.6146 11.6556 41.6345L11.7845 41.7906C11.8009 41.8106 11.8097 41.8352 11.8089 41.8592C11.8081 41.8834 11.8168 41.908 11.8332 41.9279L12.0342 42.1713C12.0504 42.191 12.0594 42.2154 12.0584 42.2396C12.0578 42.2636 12.0667 42.2884 12.083 42.3081L12.3917 42.6822C12.4082 42.7021 12.4169 42.7268 12.4162 42.7507C12.4156 42.7748 12.4243 42.7993 12.4405 42.819L15.7357 46.811C15.752 46.8306 15.7744 46.8438 15.7981 46.8476C15.8217 46.8514 15.8441 46.8646 15.8606 46.8845L17.8243 49.2635C17.8406 49.2831 17.863 49.2963 17.8869 49.3004C17.9107 49.304 17.933 49.3174 17.9492 49.3371L20.7046 52.6751C20.7208 52.6947 20.7433 52.7079 20.7674 52.7118C20.791 52.7156 20.8135 52.7288 20.8297 52.7484L24.5924 57.3067C24.6087 57.3264 24.6311 57.3396 24.655 57.3437C24.6786 57.3475 24.7011 57.3606 24.7173 57.3803L32.0059 66.2098C32.0221 66.2294 32.0446 66.2425 32.0684 66.2466C32.092 66.2508 32.1145 66.2639 32.1308 66.2835L32.3317 66.5268C32.3479 66.5464 32.3706 66.5601 32.3942 66.5636C32.4179 66.5678 32.4403 66.5809 32.4566 66.6005L32.5497 66.7135C32.5659 66.7331 32.5884 66.7462 32.6122 66.7504C32.6358 66.7539 32.6583 66.767 32.6745 66.7867L32.7677 66.8997C32.7839 66.9193 32.8064 66.9324 32.83 66.9365L32.8412 66.9383C32.8576 66.9407 32.8735 66.9502 32.885 66.9639C32.8966 66.9782 32.9128 66.9877 32.9292 66.9901L32.9402 66.9918C32.964 66.9954 32.9865 67.0091 33.0027 67.0287L33.0134 67.0412C33.0363 67.0692 33.068 67.0882 33.1014 67.0935L33.1712 67.1048C33.1879 67.1072 33.2037 67.1167 33.2152 67.1304C33.2269 67.1447 33.2428 67.1542 33.2595 67.1566L33.2811 67.1601C33.2979 67.1625 33.3137 67.172 33.3254 67.1863C33.3369 67.2 33.3528 67.2095 33.3695 67.2119L33.4653 67.2274C33.482 67.2303 33.4979 67.2398 33.5094 67.2535C33.5208 67.2678 33.5367 67.2767 33.5536 67.2797L33.7974 67.3189C33.8144 67.3219 33.8306 67.3172 33.8428 67.3076C33.8549 67.2975 33.8712 67.2928 33.8881 67.2957L34.0577 67.3231C34.0744 67.3261 34.0905 67.335 34.102 67.3487C34.1135 67.363 34.1296 67.3725 34.146 67.3748L34.3159 67.4022C34.3328 67.4052 34.3491 67.401 34.3612 67.3909C34.3734 67.3808 34.3896 67.3766 34.4066 67.3796L34.6503 67.4189C34.6671 67.4212 34.6833 67.4171 34.6955 67.407C34.7076 67.3969 34.7241 67.3927 34.7408 67.3951L34.8364 67.4111C34.8534 67.4135 34.8696 67.4093 34.8818 67.3992C34.8939 67.3891 34.9101 67.385 34.9269 67.3873L34.9487 67.3909C34.9654 67.3939 34.9816 67.3897 34.994 67.3796C35.0062 67.3695 35.0224 67.3653 35.0391 67.3677L35.0608 67.3713C35.0777 67.3743 35.0939 67.3695 35.1061 67.3594C35.1182 67.3493 35.1344 67.3451 35.1514 67.3481L35.1728 67.3517C35.1898 67.354 35.206 67.3499 35.2181 67.3398C35.2303 67.3296 35.2465 67.3255 35.2634 67.3285L35.333 67.3398C35.3664 67.3451 35.3989 67.3368 35.4234 67.316L35.4344 67.307C35.4519 67.2928 35.4749 67.2868 35.4987 67.291L35.5094 67.2928C35.5261 67.2952 35.5426 67.291 35.5547 67.2809C35.5669 67.2708 35.5831 67.2666 35.5998 67.269L35.6217 67.2726C35.6384 67.2755 35.6546 67.2714 35.6668 67.2612C35.6791 67.2511 35.6954 67.247 35.7121 67.25L35.7337 67.2529C35.7504 67.2559 35.7667 67.2517 35.7791 67.2416C35.7912 67.2315 35.8075 67.2268 35.8242 67.2297L35.8458 67.2333C35.8627 67.2357 35.8789 67.2315 35.8911 67.2214C35.9032 67.2113 35.9195 67.2071 35.9364 67.2101L35.9578 67.2137C35.9748 67.2161 35.991 67.2119 36.0032 67.2018C36.0153 67.1917 36.0316 67.1875 36.0485 67.1905L36.0592 67.1923C36.0833 67.1958 36.106 67.1899 36.1232 67.1756L36.1454 67.1572C36.1629 67.1429 36.1859 67.137 36.2095 67.1405C36.2333 67.1447 36.2563 67.1387 36.2735 67.1245L36.296 67.106C36.3132 67.0918 36.336 67.0852 36.3598 67.0894L36.3707 67.0912C36.3875 67.0941 36.4037 67.09 36.4158 67.0799C36.4282 67.0692 36.4445 67.065 36.461 67.068L36.4721 67.0697C36.4958 67.0733 36.5187 67.0674 36.5359 67.0531L36.5582 67.0347C36.5756 67.0204 36.5986 67.0144 36.6222 67.0186C36.6458 67.0222 36.6688 67.0162 36.6863 67.0019L36.7085 66.9835C36.7257 66.9692 36.7487 66.9633 36.7726 66.9669C36.7962 66.9704 36.8192 66.9645 36.8363 66.9502L36.8969 66.9002C36.9141 66.886 36.937 66.88 36.9607 66.8836C36.9844 66.8878 37.0073 66.8818 37.0248 66.8675L37.1612 66.7539C37.1786 66.7397 37.2016 66.7337 37.2252 66.7373C37.249 66.7415 37.2718 66.7355 37.2893 66.7212L37.3495 66.6707C37.3667 66.6564 37.3897 66.6505 37.4138 66.6546C37.4375 66.6582 37.4604 66.6528 37.4776 66.6386L37.5382 66.588C37.5553 66.5737 37.5781 66.5678 37.6019 66.572C37.6256 66.5755 37.6488 66.5696 37.666 66.5553L37.7263 66.5053C37.7435 66.4905 37.7667 66.4845 37.7903 66.4887C37.814 66.4923 37.837 66.4863 37.8541 66.472L37.9147 66.4221C37.9319 66.4078 37.9549 66.4019 37.9785 66.4054C38.0023 66.409 38.0253 66.4037 38.0425 66.3894L38.1028 66.3388C38.1202 66.3245 38.1432 66.3186 38.1669 66.3222C38.1905 66.3263 38.2135 66.3204 38.2309 66.3061L38.3293 66.224C38.3465 66.2098 38.3697 66.2038 38.3933 66.208C38.417 66.2115 38.44 66.2056 38.4572 66.1913L38.5557 66.1093C38.5729 66.095 38.5959 66.0896 38.6197 66.0932C38.6436 66.0968 38.6666 66.0914 38.6838 66.0771L38.8204 65.9635C38.8376 65.9493 38.8604 65.9427 38.8842 65.9469C38.9081 65.9505 38.9311 65.9445 38.9483 65.9302L39.0849 65.8172C39.1021 65.803 39.1251 65.797 39.1487 65.8006C39.1726 65.8042 39.1956 65.7982 39.2128 65.7839L39.3875 65.6388C39.4047 65.6246 39.4277 65.6186 39.4513 65.6228C39.4751 65.6263 39.4981 65.6204 39.5153 65.6061L39.652 65.4925C39.6691 65.4782 39.6921 65.4723 39.7158 65.4765C39.7394 65.48 39.7626 65.4741 39.7798 65.4598L40.0687 65.2195C40.0858 65.2053 40.1091 65.1993 40.1327 65.2035C40.1563 65.207 40.1793 65.2011 40.1965 65.1868L40.4475 64.9781C40.4647 64.9638 40.4877 64.9585 40.5113 64.962C40.5352 64.9662 40.5582 64.9596 40.5754 64.9454L40.9403 64.6421C40.9578 64.6278 40.9808 64.6218 41.0044 64.6254C41.0283 64.6296 41.0513 64.6236 41.0686 64.6093L41.7383 64.0533C41.7557 64.0384 41.7784 64.0324 41.8023 64.0366C41.8259 64.0402 41.8489 64.0342 41.8663 64.02L42.4598 63.5269C42.477 63.5127 42.5002 63.5067 42.5239 63.5103C42.5475 63.5138 42.5705 63.5085 42.5877 63.4942L43.4861 62.7472C43.5033 62.733 43.5263 62.727 43.5501 62.7306C43.5737 62.7347 43.5967 62.7288 43.6139 62.7145L45.1979 61.3984C45.2151 61.3841 45.2251 61.3621 45.2258 61.3383C45.2265 61.3145 45.2367 61.2925 45.2539 61.2782L46.1523 60.5319C46.1695 60.5176 46.1795 60.4956 46.1802 60.4718C46.1808 60.448 46.1908 60.426 46.2083 60.4117L46.6876 60.0133C46.7048 59.999 46.7148 59.9776 46.7155 59.9538C46.7161 59.9294 46.7264 59.908 46.7436 59.8937L47.4514 59.3053C47.4686 59.291 47.4787 59.2694 47.4794 59.245C47.48 59.221 47.49 59.1994 47.5072 59.1851L47.8724 58.8817C47.8896 58.8674 47.8998 58.846 47.9003 58.8218C47.9012 58.7976 47.9112 58.776 47.9284 58.7617L48.1792 58.5533C48.1964 58.539 48.2066 58.5173 48.2073 58.4932C48.2079 58.4693 48.2179 58.4477 48.2351 58.4334L48.4861 58.2248C48.5033 58.2105 48.5134 58.1889 48.514 58.1649C48.5147 58.1409 48.5247 58.1193 48.5421 58.1049L48.7168 57.9597C48.734 57.9454 48.744 57.9238 48.7446 57.8998C48.7454 57.8758 48.7553 57.8543 48.7727 57.8397L48.8711 57.758C48.8885 57.7436 48.8985 57.722 48.8992 57.698C48.8999 57.674 48.9099 57.6524 48.9271 57.6381L49.0637 57.5246C49.0809 57.5103 49.0912 57.4885 49.0918 57.4645C49.0923 57.4403 49.1025 57.4189 49.1197 57.4046L49.2563 57.2911C49.2735 57.2768 49.2837 57.2551 49.2842 57.2308C49.2849 57.2068 49.2949 57.1852 49.3121 57.1709L49.3726 57.1207C49.3898 57.1063 49.3998 57.0847 49.4005 57.0608C49.4013 57.0366 49.4114 57.015 49.4286 57.0007L49.5271 56.9188C49.5443 56.9045 49.5543 56.8829 49.555 56.8589C49.5557 56.8349 49.5657 56.8134 49.5831 56.7988L49.6815 56.7171C49.6987 56.7029 49.7089 56.6811 49.7096 56.6571C49.7102 56.6331 49.7202 56.6115 49.7374 56.5972L49.798 56.5469C49.8151 56.5326 49.8252 56.511 49.8258 56.487C49.8268 56.4628 49.8367 56.4413 49.8539 56.427L49.9142 56.3769C49.9316 56.3624 49.9416 56.3408 49.9423 56.3168C49.9428 56.2925 49.953 56.2713 49.9704 56.2567L50.0307 56.2067C50.0479 56.1924 50.0579 56.1708 50.0588 56.1466C50.0593 56.1223 50.0693 56.1007 50.0865 56.0865L50.147 56.0362C50.1642 56.0219 50.1744 56.0005 50.1749 55.9763C50.1755 55.9523 50.1858 55.9305 50.203 55.9163L50.3396 55.8027C50.3568 55.7884 50.3668 55.7668 50.3675 55.7428C50.3681 55.7188 50.3781 55.6972 50.3956 55.6828L50.4558 55.6327C50.473 55.6184 50.4833 55.5966 50.484 55.5726C50.4847 55.5486 50.4947 55.527 50.5119 55.5127L50.5343 55.4941C50.5515 55.4798 50.5615 55.4582 50.5622 55.4342C50.5628 55.4102 50.5731 55.3884 50.5903 55.3741L50.6125 55.3557C50.6297 55.3414 50.6397 55.3198 50.6406 55.2956L50.6407 55.2845C50.6414 55.2675 50.6485 55.2523 50.6607 55.2422C50.6729 55.2321 50.68 55.2169 50.6805 55.1997L50.6808 55.1888C50.6813 55.1645 50.6915 55.1432 50.7089 55.1287L50.7311 55.1103C50.7483 55.0959 50.7583 55.0744 50.7588 55.0502C50.7597 55.0259 50.7697 55.0044 50.7869 54.9901L50.8091 54.9716C50.8266 54.9571 50.8368 54.9358 50.8372 54.9115C50.8379 54.8875 50.8479 54.866 50.8651 54.8517L50.8876 54.833C50.9048 54.8187 50.9147 54.7971 50.9155 54.7731L50.916 54.7621C50.9162 54.745 50.9233 54.7298 50.9355 54.7197C50.9479 54.7094 50.9551 54.6942 50.9553 54.6772L50.9558 54.6661C50.9565 54.6421 50.9665 54.6206 50.9837 54.6062L51.0062 54.5876C51.0234 54.5733 51.0334 54.5517 51.0341 54.5277L51.0344 54.5168C51.0348 54.4997 51.042 54.4844 51.0541 54.4743C51.0663 54.4642 51.0734 54.449 51.0739 54.4318L51.0745 54.4096C51.075 54.3929 51.0821 54.3776 51.0945 54.3673C51.1067 54.3573 51.1136 54.3418 51.1141 54.325L51.1147 54.3028C51.1154 54.2859 51.1223 54.2704 51.1345 54.2603C51.1466 54.2502 51.1537 54.235 51.1545 54.2181L51.1549 54.1961C51.1553 54.1788 51.1625 54.1636 51.1746 54.1535C51.1868 54.1434 51.1939 54.1282 51.1946 54.1112L51.1952 54.0891C51.1955 54.0721 51.2026 54.0568 51.2148 54.0467C51.2272 54.0364 51.2343 54.0212 51.2345 54.0042L51.2351 53.9931C51.2358 53.9692 51.2458 53.9476 51.263 53.9332L51.2852 53.9148C51.3026 53.9003 51.3127 53.8787 51.3133 53.8547L51.3136 53.8439C51.3141 53.8267 51.3213 53.8114 51.3334 53.8013C51.3456 53.7912 51.3527 53.776 51.3531 53.7588L51.3538 53.7366C51.3543 53.7199 51.3614 53.7046 51.3735 53.6945C51.3859 53.6843 51.3931 53.6691 51.3933 53.652L51.3939 53.6298C51.3946 53.6129 51.4018 53.5977 51.414 53.5876C51.4261 53.5775 51.4331 53.562 51.4337 53.5451L51.4341 53.5231C51.4348 53.5061 51.4418 53.4906 51.4539 53.4805C51.4661 53.4704 51.4732 53.4552 51.4739 53.4382L51.4788 53.2657C51.479 53.2487 51.4861 53.2335 51.4985 53.2232C51.5106 53.2131 51.5178 53.1979 51.518 53.1808L51.5229 53.0084C51.5236 52.9914 51.5307 52.9762 51.5429 52.9661C51.555 52.956 51.562 52.9405 51.5626 52.9236L51.5738 52.5251C51.5743 52.5083 51.5814 52.4931 51.5936 52.483C51.606 52.4727 51.6129 52.4572 51.6134 52.4405L51.6266 51.9668C51.6271 51.9501 51.6209 51.9327 51.6092 51.9185C51.5977 51.9046 51.5917 51.8871 51.5922 51.8703L51.6005 51.5737C51.6014 51.5397 51.589 51.505 51.5661 51.4772L51.5555 51.4643C51.5392 51.4446 51.5303 51.4198 51.5309 51.3958C51.5316 51.3718 51.5229 51.3472 51.5067 51.3275L51.4135 51.2147C51.3973 51.195 51.3886 51.1705 51.3892 51.1464C51.39 51.122 51.3812 51.0974 51.365 51.0778L51.236 50.9214C51.2197 50.9017 51.2108 50.8773 51.2117 50.8531C51.2121 50.8289 51.2034 50.8042 51.1872 50.7846L49.0075 48.1441C48.9911 48.1241 48.9686 48.111 48.945 48.1072C48.9212 48.1036 48.8989 48.0902 48.8826 48.0705L47.3145 46.1708C47.2983 46.1512 47.2756 46.1377 47.2518 46.1341C47.2281 46.1303 47.2056 46.1171 47.1894 46.0975L41.5918 39.3163C41.5755 39.2966 41.5531 39.2834 41.5292 39.2793C41.5056 39.2755 41.4831 39.2624 41.4669 39.2427L41.4353 39.2044C41.4258 39.1929 41.4208 39.1784 41.4209 39.1641C41.4218 39.1347 41.3991 39.1071 41.3701 39.1025C41.3563 39.1003 41.3431 39.0926 41.3335 39.0811L40.942 38.6068C40.9258 38.5872 40.9171 38.5626 40.9178 38.5385C40.9184 38.5146 40.9095 38.4897 40.8932 38.47L40.8722 38.4446C40.856 38.4249 40.8335 38.4117 40.8097 38.4076C40.7861 38.4038 40.7636 38.3907 40.7473 38.371L40.7261 38.3453C40.7099 38.3256 40.7012 38.301 40.7019 38.277C40.7025 38.253 40.6938 38.2284 40.6773 38.2085L40.5845 38.0959C40.5682 38.0763 40.5455 38.0629 40.5219 38.0591C40.4983 38.0553 40.4758 38.042 40.4596 38.0224L38.7115 35.9047C38.6953 35.885 38.6865 35.8604 38.687 35.8361C38.6877 35.8122 38.679 35.7875 38.6627 35.7679L38.21 35.2194C38.1937 35.1997 38.171 35.1863 38.1474 35.1825C38.1238 35.1787 38.1013 35.1655 38.0851 35.1458L31.8758 27.6236C31.8595 27.6039 31.837 27.5908 31.8134 27.587C31.7898 27.5831 31.7673 27.5699 31.7509 27.55L31.2981 27.0015C31.2819 26.9818 31.2594 26.9687 31.2358 26.9649C31.2119 26.9608 31.1895 26.9476 31.1732 26.9279L30.9004 26.5974C30.8839 26.5775 30.8615 26.5643 30.8379 26.5605C30.8142 26.5567 30.7917 26.5435 30.7755 26.5239L30.6105 26.324C30.5941 26.304 30.5716 26.2909 30.5479 26.287C30.5244 26.2832 30.5019 26.27 30.4854 26.2501L30.3565 26.0941C30.3401 26.0741 30.3177 26.0609 30.294 26.0571C30.2702 26.0535 30.2477 26.0404 30.2315 26.0207L30.1384 25.9079C30.1221 25.8882 30.0999 25.8748 30.0758 25.871C30.0522 25.8672 30.0297 25.854 30.0135 25.8343L29.9563 25.7651C29.9401 25.7454 29.9176 25.7322 29.894 25.7284C29.8703 25.7246 29.8477 25.7112 29.8314 25.6915L29.7745 25.6225C29.7582 25.6028 29.7355 25.5894 29.7119 25.5856C29.6883 25.5818 29.6658 25.5686 29.6496 25.5489L29.5924 25.4797C29.5762 25.46 29.5537 25.4468 29.5301 25.443C29.5062 25.439 29.4838 25.4258 29.4675 25.4061L29.4106 25.3371C29.3941 25.3172 29.3716 25.304 29.348 25.3002C29.3244 25.2964 29.3019 25.2833 29.2855 25.2633L29.2645 25.2379C29.2482 25.2182 29.2258 25.205 29.2022 25.2012L29.191 25.1994C29.1745 25.1967 29.1587 25.1874 29.147 25.1732C29.1355 25.1593 29.1194 25.1501 29.1029 25.1475L29.0917 25.1456C29.0681 25.1418 29.0457 25.1287 29.0294 25.109L28.9722 25.0398C28.956 25.0201 28.9338 25.0067 28.9099 25.0031C28.8861 24.999 28.8636 24.9858 28.8474 24.9662L28.8264 24.9408C28.8101 24.9211 28.7875 24.9076 28.7638 24.9038C28.7402 24.9 28.7177 24.8869 28.7015 24.8672L28.6443 24.7979C28.6281 24.7783 28.6056 24.7651 28.582 24.7613C28.5581 24.7572 28.5357 24.744 28.5194 24.7243L28.4985 24.6989C28.482 24.679 28.4595 24.6658 28.4359 24.662C28.4123 24.6582 28.3898 24.645 28.3736 24.6254L28.3523 24.5996C28.3361 24.58 28.3136 24.5668 28.29 24.563C28.2662 24.5589 28.2437 24.5457 28.2275 24.526L28.2065 24.5006C28.1902 24.481 28.1675 24.4675 28.1439 24.4637L28.133 24.4622C28.1163 24.4593 28.1004 24.4499 28.0889 24.436C28.0774 24.4221 28.0614 24.4129 28.0447 24.41L28.0337 24.4084C28.0101 24.4046 27.9876 24.3915 27.9712 24.3715L27.9502 24.3461C27.9339 24.3264 27.9115 24.3132 27.8876 24.3091L27.8769 24.3074C27.8602 24.305 27.8441 24.2953 27.8327 24.2814C27.8212 24.2675 27.8053 24.2581 27.7884 24.2554L27.767 24.252C27.7501 24.2493 27.7342 24.2399 27.7227 24.2259C27.7112 24.212 27.6954 24.2027 27.6785 24.2L27.6089 24.1887C27.5755 24.1834 27.5438 24.1646 27.5206 24.1366L27.5102 24.1239C27.4939 24.1043 27.4713 24.0908 27.4476 24.087L27.4367 24.0855C27.42 24.0826 27.4041 24.0732 27.3927 24.0593C27.3812 24.0454 27.3651 24.0362 27.3484 24.0333L27.3268 24.03C27.3101 24.0271 27.294 24.0179 27.2825 24.004C27.271 23.9901 27.2552 23.9807 27.2385 23.9778L27.2166 23.9743C27.1999 23.9718 27.184 23.9625 27.1724 23.9483C27.1609 23.9344 27.145 23.925 27.1285 23.9223L27.1067 23.9188C27.0897 23.9161 27.0738 23.9068 27.0624 23.8928C27.0509 23.8789 27.0351 23.8695 27.0181 23.8668L26.9967 23.8633C26.9798 23.8607 26.964 23.8513 26.9525 23.8373C26.941 23.8234 26.9251 23.8141 26.9082 23.8114L26.8865 23.8076C26.8698 23.8052 26.854 23.7958 26.8425 23.7819C26.8308 23.7677 26.8149 23.7584 26.7982 23.7559L26.7764 23.7524C26.7597 23.7494 26.7438 23.74 26.7324 23.7261C26.7209 23.7123 26.705 23.7029 26.6881 23.7001L26.6665 23.6969C26.6497 23.694 26.6339 23.6846 26.6224 23.6707C26.6109 23.6568 26.5949 23.6476 26.5781 23.6447L26.5565 23.6414C26.5398 23.6385 26.5237 23.6293 26.5122 23.6154C26.5005 23.6012 26.4847 23.5918 26.4682 23.5892L26.4464 23.5857C26.4297 23.5832 26.4138 23.5738 26.4021 23.5597C26.3906 23.5457 26.3748 23.5364 26.3582 23.5337L26.3364 23.5302C26.3195 23.5275 26.3036 23.5181 26.2921 23.5042C26.2806 23.4903 26.2648 23.4809 26.2479 23.4782L26.1522 23.4625C26.1355 23.4601 26.1197 23.4507 26.1082 23.4368C26.0965 23.4226 26.0806 23.4133 26.0639 23.4108L25.9681 23.3953C25.9514 23.3924 25.9353 23.3833 25.9238 23.3693C25.9124 23.3554 25.8965 23.3461 25.8798 23.3432L25.7841 23.328C25.7672 23.3252 25.7514 23.3159 25.7399 23.302C25.7284 23.2881 25.7125 23.2787 25.6956 23.276L25.674 23.2722C25.6572 23.2698 25.6414 23.2604 25.6297 23.2462C25.6182 23.2323 25.6024 23.223 25.5856 23.2205L25.4898 23.205C25.4731 23.2021 25.4573 23.1928 25.4458 23.1789C25.4343 23.1649 25.4184 23.1555 25.4015 23.1528L25.3797 23.1493C25.3632 23.1467 25.3473 23.1373 25.3359 23.1234C25.3241 23.1092 25.3081 23.1001 25.2916 23.0974L25.1957 23.0819C25.1788 23.0792 25.163 23.0698 25.1515 23.0559C25.14 23.042 25.1241 23.0326 25.1074 23.0297L24.9376 23.0023C24.9209 22.9999 24.905 22.9905 24.8935 22.9766C24.8818 22.9624 24.866 22.953 24.8493 22.9506L24.7534 22.9351C24.7367 22.9322 24.7208 22.9229 24.7094 22.909C24.6979 22.8951 24.6818 22.8858 24.6651 22.8829L24.4952 22.8556C24.4785 22.8531 24.4627 22.8437 24.4512 22.8298C24.4395 22.8157 24.4236 22.8063 24.4069 22.8038L24.0889 22.7524C24.0721 22.7499 24.0563 22.7405 24.0448 22.7266C24.0331 22.7124 24.0173 22.7031 24.0007 22.7004L23.7567 22.6613C23.74 22.6584 23.7241 22.649 23.7127 22.6351C23.7012 22.6212 23.6853 22.6118 23.6684 22.6091L22.0172 22.3431C22.0003 22.3403 21.9841 22.3445 21.972 22.3546C21.9598 22.3647 21.9436 22.3689 21.9268 22.3665L21.5348 22.3031C21.518 22.3006 21.5016 22.3045 21.4895 22.3147C21.4773 22.3248 21.4611 22.3289 21.4443 22.3265L21.2005 22.2872C21.1838 22.2843 21.1675 22.2885 21.1552 22.2988C21.1431 22.3089 21.1268 22.313 21.1101 22.3101L20.866 22.2711C20.8493 22.2681 20.833 22.2723 20.8209 22.2824C20.8086 22.2927 20.7923 22.2969 20.7758 22.2943L20.68 22.2788C20.663 22.2761 20.6468 22.2803 20.6347 22.2904C20.6225 22.3005 20.6063 22.3047 20.5893 22.302L20.4937 22.2863C20.477 22.2838 20.4607 22.2881 20.4486 22.2982C20.4364 22.3083 20.4202 22.3125 20.4032 22.3098L20.3074 22.2943C20.2905 22.2916 20.2743 22.2958 20.2621 22.3059C20.25 22.316 20.2337 22.3202 20.217 22.3177L20.1214 22.3021C20.1044 22.2994 20.0882 22.3036 20.076 22.3136C20.0639 22.3238 20.0477 22.328 20.0307 22.3252L19.8609 22.2979C19.8442 22.2954 19.8279 22.2996 19.8158 22.3097C19.8036 22.3198 19.7872 22.3238 19.7704 22.3213L19.6006 22.2939C19.5839 22.291 19.5676 22.2952 19.5555 22.3053C19.5431 22.3156 19.5269 22.3198 19.5102 22.3169L19.4886 22.3136C19.4719 22.3107 19.4556 22.3149 19.4432 22.3252C19.4311 22.3353 19.4148 22.3395 19.3979 22.3368L19.3284 22.3255C19.2949 22.3202 19.2624 22.3286 19.2381 22.3488C19.2137 22.3691 19.1809 22.3773 19.1475 22.3719L19.078 22.3607C19.0613 22.3582 19.0448 22.3622 19.0326 22.3723C19.0205 22.3824 19.0042 22.3866 18.9875 22.3841L18.7437 22.3448C18.727 22.3419 18.7108 22.3461 18.6986 22.3562C18.6862 22.3665 18.67 22.3707 18.6533 22.3678L18.5574 22.3524C18.5407 22.3499 18.5242 22.3538 18.5121 22.3639C18.4999 22.374 18.4837 22.3782 18.467 22.3757L18.2972 22.3484C18.2804 22.3455 18.2642 22.3497 18.2518 22.36C18.2397 22.3701 18.2234 22.3742 18.2068 22.3713L17.2962 22.2248C17.2795 22.2219 17.2635 22.2128 17.252 22.1989C17.2405 22.1849 17.2246 22.1756 17.2079 22.1727L17.0381 22.1453C17.0214 22.1428 17.0055 22.1334 16.9938 22.1193C16.9823 22.1054 16.9665 22.096 16.9498 22.0935L16.8539 22.0781C16.8372 22.0752 16.8213 22.0658 16.8099 22.0519C16.7984 22.038 16.7826 22.0286 16.7656 22.0259L16.7549 22.0242C16.7311 22.0206 16.7086 22.0069 16.6923 21.9873L16.6714 21.9618C16.6551 21.9421 16.6327 21.929 16.6086 21.9251C16.5849 21.9213 16.5625 21.9081 16.5462 21.8884L16.525 21.8627C16.5088 21.843 16.4863 21.8299 16.4627 21.8261C16.4391 21.8223 16.4166 21.8091 16.4001 21.7891L16.3791 21.7637C16.3629 21.744 16.3404 21.7309 16.3166 21.7268C16.293 21.723 16.2705 21.7098 16.2542 21.6901L16.1971 21.6209C16.1809 21.6012 16.1584 21.5881 16.1348 21.5843C16.1111 21.5805 16.0886 21.5673 16.0722 21.5473L15.9432 21.391C15.9269 21.3713 15.9045 21.3581 15.8808 21.3543C15.8572 21.3505 15.8347 21.3373 15.8183 21.3174L15.6894 21.1613C15.6729 21.1414 15.6505 21.1282 15.6269 21.1244C15.603 21.1208 15.5808 21.1075 15.5644 21.0875L15.0756 20.4954C15.0594 20.4758 15.0369 20.4626 15.0133 20.4588C14.9892 20.4549 14.9667 20.4417 14.9505 20.4221L14.1888 19.4992C14.14 19.4402 14.1137 19.3661 14.1159 19.2939L14.1173 19.2344C14.1185 19.2002 14.1326 19.1695 14.1569 19.1493L14.1681 19.14C14.1853 19.1257 14.1956 19.1044 14.196 19.0801C14.1967 19.0561 14.2069 19.0343 14.2241 19.0201L14.2844 18.9699C14.3018 18.9555 14.3118 18.9339 14.3125 18.9099C14.3132 18.8859 14.3232 18.8643 14.3404 18.85L14.3516 18.8407C14.3759 18.8205 14.3904 18.7899 14.3914 18.7559L14.3953 18.6098C14.3959 18.5929 14.3897 18.5755 14.3783 18.5616C14.3665 18.5474 14.3603 18.5301 14.3608 18.5133L14.3611 18.502C14.3618 18.478 14.3531 18.4534 14.3368 18.4337L14.064 18.1032C14.0476 18.0832 14.0389 18.0586 14.0395 18.0347C14.0402 18.0106 14.0314 17.9861 14.015 17.9661L13.5981 17.4612C13.582 17.4415 13.5595 17.4283 13.5359 17.4245C13.5122 17.4207 13.4897 17.4075 13.4733 17.3876L13.3954 17.2931C13.3464 17.2339 13.2788 17.1941 13.2079 17.1826L13.1228 17.169C13.1063 17.1663 13.09 17.1705 13.0777 17.1808C13.0655 17.1909 13.049 17.1948 13.0325 17.1922L13.0216 17.1906C12.9978 17.1866 12.9748 17.1924 12.9576 17.2067L12.8971 17.257C12.8799 17.2713 12.8571 17.2774 12.8333 17.2733C12.8094 17.2697 12.7864 17.2755 12.7692 17.2898L12.5184 17.4983C12.5012 17.5125 12.478 17.5186 12.4544 17.5147C12.4307 17.5109 12.4077 17.5168 12.3905 17.5311L11.8349 17.9928C11.8177 18.0071 11.7947 18.013 11.7711 18.0091C11.7472 18.0056 11.7242 18.0114 11.707 18.0257L7.19043 21.779Z' fill='white' fill-opacity='0.5'/%3e%3cpath d='M7.19043 21.779C7.17324 21.7932 7.16322 21.8148 7.16233 21.839C7.16162 21.8631 7.15166 21.8847 7.13447 21.8989L6.54072 22.3923C6.52353 22.4066 6.51351 22.4282 6.51286 22.4522C6.51221 22.4762 6.50195 22.4979 6.48476 22.5122L6.23397 22.7206C6.21678 22.7349 6.20676 22.7565 6.20587 22.7807C6.2054 22.8049 6.1952 22.8263 6.17802 22.8406L6.07944 22.9225C6.06225 22.9367 6.05223 22.9583 6.05176 22.9826C6.05087 23.0068 6.04085 23.0284 6.02366 23.0427L6.0124 23.052C5.9881 23.0722 5.97381 23.1027 5.97286 23.1366L5.96878 23.2824C5.9683 23.2996 5.97452 23.317 5.98602 23.3309C5.99752 23.3448 6.00375 23.3622 6.00321 23.3794L6.00292 23.3903C6.00227 23.4143 6.01122 23.4391 6.02746 23.4588L6.04844 23.4843C6.06468 23.5039 6.07363 23.5288 6.07292 23.5528C6.07203 23.577 6.08074 23.6016 6.09699 23.6212L6.87366 24.5622C6.8899 24.5818 6.91243 24.595 6.93626 24.5987C6.96009 24.6027 6.98255 24.6159 6.99879 24.6355L7.0094 24.6484C7.03234 24.6762 7.06405 24.6949 7.09749 24.7004L7.24105 24.7235C7.258 24.7262 7.27424 24.722 7.28639 24.7119C7.29854 24.7018 7.31479 24.6976 7.33168 24.7004L7.34241 24.7021C7.36624 24.7057 7.38924 24.6998 7.40643 24.6856L7.46677 24.6354C7.48413 24.621 7.50713 24.6151 7.53078 24.6189C7.55461 24.623 7.57743 24.6169 7.59462 24.6026L7.62485 24.5774C7.66154 24.547 7.7105 24.5346 7.76083 24.5428L7.82591 24.5532C7.8763 24.5613 7.92389 24.5894 7.95827 24.6312L7.9869 24.6658C8.00314 24.6855 8.02561 24.6986 8.0492 24.7024C8.07309 24.7065 8.09555 24.7197 8.11179 24.7394L8.49264 25.2008C8.50888 25.2205 8.51759 25.2451 8.51694 25.269C8.51646 25.2933 8.52518 25.3179 8.54142 25.3376L9.17412 26.1041C9.19036 26.1238 9.19907 26.1484 9.19842 26.1724C9.19795 26.1966 9.20666 26.2212 9.2229 26.2409L9.5319 26.6152C9.54814 26.6349 9.55685 26.6595 9.5562 26.6835C9.55531 26.7077 9.5642 26.7321 9.58068 26.7521L9.70955 26.9081C9.72597 26.9281 9.73468 26.9527 9.73403 26.9766C9.73314 27.0008 9.74185 27.0255 9.75827 27.0454L9.81523 27.1144C9.83147 27.1341 9.84042 27.1584 9.83971 27.1829C9.83906 27.2069 9.84777 27.2315 9.86402 27.2512L9.92116 27.3205C9.9374 27.3401 9.94611 27.3647 9.94546 27.3887C9.94481 27.4127 9.9537 27.4376 9.96994 27.4572L9.99098 27.4827C10.0072 27.5024 10.0159 27.5269 10.0155 27.5512L10.0152 27.5621C10.0147 27.5793 10.0209 27.5967 10.0324 27.6106C10.0439 27.6245 10.0501 27.6418 10.0496 27.6591L10.0493 27.6699C10.0486 27.6939 10.0573 27.7186 10.0738 27.7385L10.0842 27.7511C10.1073 27.7791 10.1198 27.8139 10.1187 27.848L10.1166 27.9187C10.1162 27.9355 10.1226 27.9531 10.1341 27.967C10.1456 27.9809 10.1516 27.9984 10.1513 28.0155L10.1484 28.1126C10.1479 28.1298 10.1541 28.1471 10.1656 28.161C10.1771 28.175 10.1833 28.1923 10.1828 28.2095L10.1759 28.4572C10.1756 28.4742 10.1818 28.4916 10.1933 28.5055C10.2048 28.5194 10.211 28.5368 10.2105 28.554L10.2036 28.8017C10.2029 28.8186 10.196 28.8342 10.1838 28.8442C10.1717 28.8543 10.1645 28.8696 10.1638 28.8865L10.155 29.2096C10.1543 29.2266 10.1472 29.2418 10.135 29.2519C10.1229 29.262 10.1157 29.2772 10.1152 29.2944L10.1104 29.4669C10.1101 29.484 10.103 29.4992 10.0906 29.5095C10.0785 29.5195 10.0713 29.5348 10.0711 29.5518L10.0663 29.7243C10.0655 29.7413 10.0584 29.7565 10.0462 29.7666C10.0341 29.7767 10.027 29.7919 10.0265 29.8091L10.0238 29.9065C10.0233 29.9232 10.0164 29.9387 10.004 29.949C9.99181 29.9591 9.98464 29.9743 9.98417 29.991L9.98144 30.0884C9.98096 30.1056 9.97385 30.1209 9.9617 30.1309C9.94955 30.141 9.94238 30.1563 9.9419 30.1734L9.94107 30.1954C9.94084 30.2124 9.93366 30.2276 9.92151 30.2377C9.90912 30.248 9.90201 30.2632 9.90177 30.2803L9.89905 30.3776C9.89834 30.3946 9.89116 30.4098 9.87901 30.4199C9.86686 30.43 9.85975 30.4452 9.85927 30.4624L9.85441 30.6349C9.85418 30.652 9.847 30.6672 9.83485 30.6772C9.82246 30.6875 9.81535 30.7028 9.81488 30.7195L9.80812 30.9675C9.80747 30.9844 9.8003 30.9996 9.78814 31.0098C9.77599 31.0199 9.76888 31.035 9.76835 31.0523L9.76355 31.2248C9.76307 31.242 9.7559 31.2572 9.74375 31.2673C9.7316 31.2774 9.72448 31.2926 9.72401 31.3099L9.72336 31.3316C9.72288 31.3488 9.71577 31.364 9.70362 31.3741C9.69147 31.3842 9.68429 31.3994 9.68382 31.4166L9.68109 31.514C9.68062 31.5307 9.67351 31.546 9.66112 31.5563C9.64897 31.5664 9.64179 31.5816 9.64156 31.5986L9.63225 31.9217C9.63201 31.9387 9.62484 31.9539 9.61275 31.9639C9.60036 31.9742 9.59319 31.9895 9.59295 32.0065L9.58365 32.3295C9.58341 32.3465 9.57624 32.3618 9.56409 32.3719C9.55176 32.3822 9.54458 32.3974 9.54435 32.4144L9.53297 32.8126C9.53267 32.8296 9.52556 32.8449 9.51341 32.855C9.50102 32.8653 9.4939 32.8805 9.49343 32.8972L9.45057 34.4241C9.45034 34.4411 9.45632 34.4587 9.46782 34.4726C9.47926 34.4865 9.48549 34.5039 9.48525 34.5209L9.47174 34.9943C9.47126 35.0115 9.47748 35.0288 9.48898 35.0428C9.50042 35.0567 9.50671 35.074 9.50641 35.091L9.50368 35.1884C9.50303 35.2054 9.50926 35.2227 9.52093 35.2369C9.53237 35.2508 9.53866 35.2682 9.53795 35.2851L9.53308 35.4576C9.53285 35.4747 9.53907 35.492 9.55057 35.5059C9.56201 35.5199 9.568 35.5374 9.56776 35.5544L9.5629 35.7269C9.56243 35.7442 9.56865 35.7616 9.58015 35.7754C9.59165 35.7893 9.59787 35.8067 9.5974 35.8239L9.5904 36.0716C9.58993 36.0884 9.59621 36.1057 9.60789 36.1199C9.61933 36.1338 9.62538 36.1514 9.6249 36.1681L9.62218 36.2655C9.62164 36.2827 9.62792 36.3001 9.63936 36.314C9.65086 36.3279 9.65709 36.3453 9.65661 36.3625L9.65596 36.3842C9.65549 36.4014 9.66171 36.4188 9.67321 36.4327C9.68471 36.4466 9.69093 36.464 9.69046 36.4812L9.68844 36.5518C9.6875 36.5858 9.69994 36.6205 9.72312 36.6486C9.74606 36.6764 9.75857 36.7112 9.75738 36.7453L9.75347 36.8914C9.75276 36.9083 9.75904 36.9257 9.77048 36.9396C9.78216 36.9537 9.78844 36.9712 9.78797 36.9879L9.78731 37.0101C9.78684 37.0273 9.79306 37.0447 9.80456 37.0586C9.816 37.0725 9.82223 37.0899 9.82175 37.1071L9.81903 37.204C9.81855 37.2212 9.82478 37.2386 9.83628 37.2525C9.84777 37.2663 9.854 37.2838 9.85352 37.301L9.85287 37.3231C9.8524 37.3399 9.85862 37.3573 9.8703 37.3714C9.8818 37.3853 9.88802 37.4027 9.88731 37.4197L9.88672 37.4418C9.88648 37.4589 9.8927 37.4762 9.90414 37.4901C9.91564 37.5041 9.92163 37.5216 9.92139 37.5387L9.92056 37.5606C9.92027 37.5776 9.92631 37.5952 9.93775 37.609C9.94925 37.6229 9.95548 37.6403 9.95524 37.6574L9.95459 37.6796C9.95388 37.6965 9.9601 37.7139 9.9716 37.7277C9.98328 37.7419 9.9895 37.7593 9.98909 37.7761L9.98843 37.7983C9.98796 37.8155 9.99418 37.8328 10.0057 37.8467C10.0171 37.8607 10.0233 37.878 10.0229 37.8952L10.0223 37.917C10.0218 37.9342 10.028 37.9515 10.0395 37.9654C10.051 37.9794 10.0572 37.9967 10.0567 38.0139L10.0563 38.0359C10.0557 38.0529 10.0619 38.0702 10.0733 38.0842C10.0851 38.0983 10.0913 38.1157 10.0906 38.1326L10.0899 38.1548C10.0894 38.1716 10.0957 38.1889 10.1074 38.2031C10.1188 38.217 10.1251 38.2344 10.1244 38.2513L10.1243 38.2625C10.1234 38.2867 10.1324 38.3111 10.1486 38.3307L10.2057 38.4C10.222 38.4197 10.2307 38.4443 10.2298 38.4685L10.2297 38.4796C10.229 38.4965 10.2353 38.5139 10.2469 38.5281C10.2584 38.542 10.2647 38.5594 10.2642 38.5761L10.2622 38.6468C10.2612 38.6812 10.2737 38.7159 10.2967 38.7438L10.3073 38.7566C10.3235 38.7762 10.3322 38.8009 10.3315 38.8249L10.3315 38.836C10.3307 38.853 10.337 38.8703 10.3485 38.8842C10.3601 38.8984 10.3664 38.9158 10.3657 38.9327L10.3656 38.9438C10.3649 38.9679 10.3736 38.9924 10.3898 39.0121L10.4109 39.0376C10.4273 39.0575 10.436 39.0821 10.4354 39.1061C10.4345 39.1303 10.4434 39.1547 10.4598 39.1747L10.4809 39.2001C10.4971 39.2197 10.5058 39.2444 10.5054 39.2686L10.5048 39.2797C10.5044 39.2965 10.5103 39.314 10.522 39.3282C10.5335 39.3421 10.5397 39.3594 10.5393 39.3762L10.539 39.3875C10.5383 39.4115 10.547 39.4361 10.5632 39.4558L10.5844 39.4815C10.6007 39.5012 10.6094 39.5258 10.6087 39.5498L10.6087 39.5609C10.608 39.5779 10.6142 39.5953 10.6256 39.6091C10.6374 39.6233 10.6436 39.6407 10.6429 39.6576L10.6428 39.6688C10.6421 39.6927 10.6508 39.7174 10.6671 39.737L10.6881 39.7625C10.7045 39.7824 10.7132 39.807 10.7126 39.831C10.7119 39.855 10.7206 39.8796 10.7371 39.8996L10.7581 39.925C10.7743 39.9447 10.783 39.9693 10.7824 39.9932C10.7819 40.0175 10.7906 40.0421 10.8068 40.0618L10.8279 40.0873C10.8443 40.1072 10.853 40.1318 10.8524 40.1558C10.8515 40.18 10.8604 40.2044 10.8766 40.2241L10.8979 40.2498C10.9141 40.2694 10.9228 40.2941 10.9219 40.3182C10.9215 40.3425 10.9302 40.3671 10.9464 40.3868L11.0033 40.4558C11.0198 40.4757 11.0288 40.5001 11.0279 40.5243C11.0272 40.5483 11.0359 40.5729 11.0524 40.5929L11.2171 40.7924C11.2336 40.8124 11.2423 40.837 11.2416 40.861C11.241 40.885 11.2497 40.9096 11.2661 40.9295L11.3231 40.9985C11.3393 41.0182 11.348 41.0428 11.3475 41.067C11.3469 41.0911 11.3556 41.1157 11.3718 41.1353L11.465 41.2481C11.4812 41.2678 11.4899 41.2924 11.4892 41.3164C11.4888 41.3407 11.4975 41.3653 11.5138 41.3849L11.6069 41.4977C11.6231 41.5174 11.6318 41.542 11.6311 41.566C11.6305 41.59 11.6392 41.6146 11.6556 41.6345L11.7845 41.7906C11.8009 41.8106 11.8097 41.8352 11.8089 41.8592C11.8081 41.8834 11.8168 41.908 11.8332 41.9279L12.0342 42.1713C12.0504 42.191 12.0594 42.2154 12.0584 42.2396C12.0578 42.2636 12.0667 42.2884 12.083 42.3081L12.3917 42.6822C12.4082 42.7021 12.4169 42.7268 12.4162 42.7507C12.4156 42.7748 12.4243 42.7993 12.4405 42.819L15.7357 46.811C15.752 46.8306 15.7744 46.8438 15.7981 46.8476C15.8217 46.8514 15.8441 46.8646 15.8606 46.8845L17.8243 49.2635C17.8406 49.2831 17.863 49.2963 17.8869 49.3004C17.9107 49.304 17.933 49.3174 17.9492 49.3371L20.7046 52.6751C20.7208 52.6947 20.7433 52.7079 20.7674 52.7118C20.791 52.7156 20.8135 52.7288 20.8297 52.7484L24.5924 57.3067C24.6087 57.3264 24.6311 57.3396 24.655 57.3437C24.6786 57.3475 24.7011 57.3606 24.7173 57.3803L32.0059 66.2098C32.0221 66.2294 32.0446 66.2425 32.0684 66.2466C32.092 66.2508 32.1145 66.2639 32.1308 66.2835L32.3317 66.5268C32.3479 66.5464 32.3706 66.5601 32.3942 66.5636C32.4179 66.5678 32.4403 66.5809 32.4566 66.6005L32.5497 66.7135C32.5659 66.7331 32.5884 66.7462 32.6122 66.7504C32.6358 66.7539 32.6583 66.767 32.6745 66.7867L32.7677 66.8997C32.7839 66.9193 32.8064 66.9324 32.83 66.9365L32.8412 66.9383C32.8576 66.9407 32.8735 66.9502 32.885 66.9639C32.8966 66.9782 32.9128 66.9877 32.9292 66.9901L32.9402 66.9918C32.964 66.9954 32.9865 67.0091 33.0027 67.0287L33.0134 67.0412C33.0363 67.0692 33.068 67.0882 33.1014 67.0935L33.1712 67.1048C33.1879 67.1072 33.2037 67.1167 33.2152 67.1304C33.2269 67.1447 33.2428 67.1542 33.2595 67.1566L33.2811 67.1601C33.2979 67.1625 33.3137 67.172 33.3254 67.1863C33.3369 67.2 33.3528 67.2095 33.3695 67.2119L33.4653 67.2274C33.482 67.2303 33.4979 67.2398 33.5094 67.2535C33.5208 67.2678 33.5367 67.2767 33.5536 67.2797L33.7974 67.3189C33.8144 67.3219 33.8306 67.3172 33.8428 67.3076C33.8549 67.2975 33.8712 67.2928 33.8881 67.2957L34.0577 67.3231C34.0744 67.3261 34.0905 67.335 34.102 67.3487C34.1135 67.363 34.1296 67.3725 34.146 67.3748L34.3159 67.4022C34.3328 67.4052 34.3491 67.401 34.3612 67.3909C34.3734 67.3808 34.3896 67.3766 34.4066 67.3796L34.6503 67.4189C34.6671 67.4212 34.6833 67.4171 34.6955 67.407C34.7076 67.3969 34.7241 67.3927 34.7408 67.3951L34.8364 67.4111C34.8534 67.4135 34.8696 67.4093 34.8818 67.3992C34.8939 67.3891 34.9101 67.385 34.9269 67.3873L34.9487 67.3909C34.9654 67.3939 34.9816 67.3897 34.994 67.3796C35.0062 67.3695 35.0224 67.3653 35.0391 67.3677L35.0608 67.3713C35.0777 67.3743 35.0939 67.3695 35.1061 67.3594C35.1182 67.3493 35.1344 67.3451 35.1514 67.3481L35.1728 67.3517C35.1898 67.354 35.206 67.3499 35.2181 67.3398C35.2303 67.3296 35.2465 67.3255 35.2634 67.3285L35.333 67.3398C35.3664 67.3451 35.3989 67.3368 35.4234 67.316L35.4344 67.307C35.4519 67.2928 35.4749 67.2868 35.4987 67.291L35.5094 67.2928C35.5261 67.2952 35.5426 67.291 35.5547 67.2809C35.5669 67.2708 35.5831 67.2666 35.5998 67.269L35.6217 67.2726C35.6384 67.2755 35.6546 67.2714 35.6668 67.2612C35.6791 67.2511 35.6954 67.247 35.7121 67.25L35.7337 67.2529C35.7504 67.2559 35.7667 67.2517 35.7791 67.2416C35.7912 67.2315 35.8075 67.2268 35.8242 67.2297L35.8458 67.2333C35.8627 67.2357 35.8789 67.2315 35.8911 67.2214C35.9032 67.2113 35.9195 67.2071 35.9364 67.2101L35.9578 67.2137C35.9748 67.2161 35.991 67.2119 36.0032 67.2018C36.0153 67.1917 36.0316 67.1875 36.0485 67.1905L36.0592 67.1923C36.0833 67.1958 36.106 67.1899 36.1232 67.1756L36.1454 67.1572C36.1629 67.1429 36.1859 67.137 36.2095 67.1405C36.2333 67.1447 36.2563 67.1387 36.2735 67.1245L36.296 67.106C36.3132 67.0918 36.336 67.0852 36.3598 67.0894L36.3707 67.0912C36.3875 67.0941 36.4037 67.09 36.4158 67.0799C36.4282 67.0692 36.4445 67.065 36.461 67.068L36.4721 67.0697C36.4958 67.0733 36.5187 67.0674 36.5359 67.0531L36.5582 67.0347C36.5756 67.0204 36.5986 67.0144 36.6222 67.0186C36.6458 67.0222 36.6688 67.0162 36.6863 67.0019L36.7085 66.9835C36.7257 66.9692 36.7487 66.9633 36.7726 66.9669C36.7962 66.9704 36.8192 66.9645 36.8363 66.9502L36.8969 66.9002C36.9141 66.886 36.937 66.88 36.9607 66.8836C36.9844 66.8878 37.0073 66.8818 37.0248 66.8675L37.1612 66.7539C37.1786 66.7397 37.2016 66.7337 37.2252 66.7373C37.249 66.7415 37.2718 66.7355 37.2893 66.7212L37.3495 66.6707C37.3667 66.6564 37.3897 66.6505 37.4138 66.6546C37.4375 66.6582 37.4604 66.6528 37.4776 66.6386L37.5382 66.588C37.5553 66.5737 37.5781 66.5678 37.6019 66.572C37.6256 66.5755 37.6488 66.5696 37.666 66.5553L37.7263 66.5053C37.7435 66.4905 37.7667 66.4845 37.7903 66.4887C37.814 66.4923 37.837 66.4863 37.8541 66.472L37.9147 66.4221C37.9319 66.4078 37.9549 66.4019 37.9785 66.4054C38.0023 66.409 38.0253 66.4037 38.0425 66.3894L38.1028 66.3388C38.1202 66.3245 38.1432 66.3186 38.1669 66.3222C38.1905 66.3263 38.2135 66.3204 38.2309 66.3061L38.3293 66.224C38.3465 66.2098 38.3697 66.2038 38.3933 66.208C38.417 66.2115 38.44 66.2056 38.4572 66.1913L38.5557 66.1093C38.5729 66.095 38.5959 66.0896 38.6197 66.0932C38.6436 66.0968 38.6666 66.0914 38.6838 66.0771L38.8204 65.9635C38.8376 65.9493 38.8604 65.9427 38.8842 65.9469C38.9081 65.9505 38.9311 65.9445 38.9483 65.9302L39.0849 65.8172C39.1021 65.803 39.1251 65.797 39.1487 65.8006C39.1726 65.8042 39.1956 65.7982 39.2128 65.7839L39.3875 65.6388C39.4047 65.6246 39.4277 65.6186 39.4513 65.6228C39.4751 65.6263 39.4981 65.6204 39.5153 65.6061L39.652 65.4925C39.6691 65.4782 39.6921 65.4723 39.7158 65.4765C39.7394 65.48 39.7626 65.4741 39.7798 65.4598L40.0687 65.2195C40.0858 65.2053 40.1091 65.1993 40.1327 65.2035C40.1563 65.207 40.1793 65.2011 40.1965 65.1868L40.4475 64.9781C40.4647 64.9638 40.4877 64.9585 40.5113 64.962C40.5352 64.9662 40.5582 64.9596 40.5754 64.9454L40.9403 64.6421C40.9578 64.6278 40.9808 64.6218 41.0044 64.6254C41.0283 64.6296 41.0513 64.6236 41.0686 64.6093L41.7383 64.0533C41.7557 64.0384 41.7784 64.0324 41.8023 64.0366C41.8259 64.0402 41.8489 64.0342 41.8663 64.02L42.4598 63.5269C42.477 63.5127 42.5002 63.5067 42.5239 63.5103C42.5475 63.5138 42.5705 63.5085 42.5877 63.4942L43.4861 62.7472C43.5033 62.733 43.5263 62.727 43.5501 62.7306C43.5737 62.7347 43.5967 62.7288 43.6139 62.7145L45.1979 61.3984C45.2151 61.3841 45.2251 61.3621 45.2258 61.3383C45.2265 61.3145 45.2367 61.2925 45.2539 61.2782L46.1523 60.5319C46.1695 60.5176 46.1795 60.4956 46.1802 60.4718C46.1808 60.448 46.1908 60.426 46.2083 60.4117L46.6876 60.0133C46.7048 59.999 46.7148 59.9776 46.7155 59.9538C46.7161 59.9294 46.7264 59.908 46.7436 59.8937L47.4514 59.3053C47.4686 59.291 47.4787 59.2694 47.4794 59.245C47.48 59.221 47.49 59.1994 47.5072 59.1851L47.8724 58.8817C47.8896 58.8674 47.8998 58.846 47.9003 58.8218C47.9012 58.7976 47.9112 58.776 47.9284 58.7617L48.1792 58.5533C48.1964 58.539 48.2066 58.5173 48.2073 58.4932C48.2079 58.4693 48.2179 58.4477 48.2351 58.4334L48.4861 58.2248C48.5033 58.2105 48.5134 58.1889 48.514 58.1649C48.5147 58.1409 48.5247 58.1193 48.5421 58.1049L48.7168 57.9597C48.734 57.9454 48.744 57.9238 48.7446 57.8998C48.7454 57.8758 48.7553 57.8543 48.7727 57.8397L48.8711 57.758C48.8885 57.7436 48.8985 57.722 48.8992 57.698C48.8999 57.674 48.9099 57.6524 48.9271 57.6381L49.0637 57.5246C49.0809 57.5103 49.0912 57.4885 49.0918 57.4645C49.0923 57.4403 49.1025 57.4189 49.1197 57.4046L49.2563 57.2911C49.2735 57.2768 49.2837 57.2551 49.2842 57.2308C49.2849 57.2068 49.2949 57.1852 49.3121 57.1709L49.3726 57.1207C49.3898 57.1063 49.3998 57.0847 49.4005 57.0608C49.4013 57.0366 49.4114 57.015 49.4286 57.0007L49.5271 56.9188C49.5443 56.9045 49.5543 56.8829 49.555 56.8589C49.5557 56.8349 49.5657 56.8134 49.5831 56.7988L49.6815 56.7171C49.6987 56.7029 49.7089 56.6811 49.7096 56.6571C49.7102 56.6331 49.7202 56.6115 49.7374 56.5972L49.798 56.5469C49.8151 56.5326 49.8252 56.511 49.8258 56.487C49.8268 56.4628 49.8367 56.4413 49.8539 56.427L49.9142 56.3769C49.9316 56.3624 49.9416 56.3408 49.9423 56.3168C49.9428 56.2925 49.953 56.2713 49.9704 56.2567L50.0307 56.2067C50.0479 56.1924 50.0579 56.1708 50.0588 56.1466C50.0593 56.1223 50.0693 56.1007 50.0865 56.0865L50.147 56.0362C50.1642 56.0219 50.1744 56.0005 50.1749 55.9763C50.1755 55.9523 50.1858 55.9305 50.203 55.9163L50.3396 55.8027C50.3568 55.7884 50.3668 55.7668 50.3675 55.7428C50.3681 55.7188 50.3781 55.6972 50.3956 55.6828L50.4558 55.6327C50.473 55.6184 50.4833 55.5966 50.484 55.5726C50.4847 55.5486 50.4947 55.527 50.5119 55.5127L50.5343 55.4941C50.5515 55.4798 50.5615 55.4582 50.5622 55.4342C50.5628 55.4102 50.5731 55.3884 50.5903 55.3741L50.6125 55.3557C50.6297 55.3414 50.6397 55.3198 50.6406 55.2956L50.6407 55.2845C50.6414 55.2675 50.6485 55.2523 50.6607 55.2422C50.6729 55.2321 50.68 55.2169 50.6805 55.1997L50.6808 55.1888C50.6813 55.1645 50.6915 55.1432 50.7089 55.1287L50.7311 55.1103C50.7483 55.0959 50.7583 55.0744 50.7588 55.0502C50.7597 55.0259 50.7697 55.0044 50.7869 54.9901L50.8091 54.9716C50.8266 54.9571 50.8368 54.9358 50.8372 54.9115C50.8379 54.8875 50.8479 54.866 50.8651 54.8517L50.8876 54.833C50.9048 54.8187 50.9147 54.7971 50.9155 54.7731L50.916 54.7621C50.9162 54.745 50.9233 54.7298 50.9355 54.7197C50.9479 54.7094 50.9551 54.6942 50.9553 54.6772L50.9558 54.6661C50.9565 54.6421 50.9665 54.6206 50.9837 54.6062L51.0062 54.5876C51.0234 54.5733 51.0334 54.5517 51.0341 54.5277L51.0344 54.5168C51.0348 54.4997 51.042 54.4844 51.0541 54.4743C51.0663 54.4642 51.0734 54.449 51.0739 54.4318L51.0745 54.4096C51.075 54.3929 51.0821 54.3776 51.0945 54.3673C51.1067 54.3573 51.1136 54.3418 51.1141 54.325L51.1147 54.3028C51.1154 54.2859 51.1223 54.2704 51.1345 54.2603C51.1466 54.2502 51.1537 54.235 51.1545 54.2181L51.1549 54.1961C51.1553 54.1788 51.1625 54.1636 51.1746 54.1535C51.1868 54.1434 51.1939 54.1282 51.1946 54.1112L51.1952 54.0891C51.1955 54.0721 51.2026 54.0568 51.2148 54.0467C51.2272 54.0364 51.2343 54.0212 51.2345 54.0042L51.2351 53.9931C51.2358 53.9692 51.2458 53.9476 51.263 53.9332L51.2852 53.9148C51.3026 53.9003 51.3127 53.8787 51.3133 53.8547L51.3136 53.8439C51.3141 53.8267 51.3213 53.8114 51.3334 53.8013C51.3456 53.7912 51.3527 53.776 51.3531 53.7588L51.3538 53.7366C51.3543 53.7199 51.3614 53.7046 51.3735 53.6945C51.3859 53.6843 51.3931 53.6691 51.3933 53.652L51.3939 53.6298C51.3946 53.6129 51.4018 53.5977 51.414 53.5876C51.4261 53.5775 51.4331 53.562 51.4337 53.5451L51.4341 53.5231C51.4348 53.5061 51.4418 53.4906 51.4539 53.4805C51.4661 53.4704 51.4732 53.4552 51.4739 53.4382L51.4788 53.2657C51.479 53.2487 51.4861 53.2335 51.4985 53.2232C51.5106 53.2131 51.5178 53.1979 51.518 53.1808L51.5229 53.0084C51.5236 52.9914 51.5307 52.9762 51.5429 52.9661C51.555 52.956 51.562 52.9405 51.5626 52.9236L51.5738 52.5251C51.5743 52.5083 51.5814 52.4931 51.5936 52.483C51.606 52.4727 51.6129 52.4572 51.6134 52.4405L51.6266 51.9668C51.6271 51.9501 51.6209 51.9327 51.6092 51.9185C51.5977 51.9046 51.5917 51.8871 51.5922 51.8703L51.6005 51.5737C51.6014 51.5397 51.589 51.505 51.5661 51.4772L51.5555 51.4643C51.5392 51.4446 51.5303 51.4198 51.5309 51.3958C51.5316 51.3718 51.5229 51.3472 51.5067 51.3275L51.4135 51.2147C51.3973 51.195 51.3886 51.1705 51.3892 51.1464C51.39 51.122 51.3812 51.0974 51.365 51.0778L51.236 50.9214C51.2197 50.9017 51.2108 50.8773 51.2117 50.8531C51.2121 50.8289 51.2034 50.8042 51.1872 50.7846L49.0075 48.1441C48.9911 48.1241 48.9686 48.111 48.945 48.1072C48.9212 48.1036 48.8989 48.0902 48.8826 48.0705L47.3145 46.1708C47.2983 46.1512 47.2756 46.1377 47.2518 46.1341C47.2281 46.1303 47.2056 46.1171 47.1894 46.0975L41.5918 39.3163C41.5755 39.2966 41.5531 39.2834 41.5292 39.2793C41.5056 39.2755 41.4831 39.2624 41.4669 39.2427L41.4353 39.2044C41.4258 39.1929 41.4208 39.1784 41.4209 39.1641C41.4218 39.1347 41.3991 39.1071 41.3701 39.1025C41.3563 39.1003 41.3431 39.0926 41.3335 39.0811L40.942 38.6068C40.9258 38.5872 40.9171 38.5626 40.9178 38.5385C40.9184 38.5146 40.9095 38.4897 40.8932 38.47L40.8722 38.4446C40.856 38.4249 40.8335 38.4117 40.8097 38.4076C40.7861 38.4038 40.7636 38.3907 40.7473 38.371L40.7261 38.3453C40.7099 38.3256 40.7012 38.301 40.7019 38.277C40.7025 38.253 40.6938 38.2284 40.6773 38.2085L40.5845 38.0959C40.5682 38.0763 40.5455 38.0629 40.5219 38.0591C40.4983 38.0553 40.4758 38.042 40.4596 38.0224L38.7115 35.9047C38.6953 35.885 38.6865 35.8604 38.687 35.8361C38.6877 35.8122 38.679 35.7875 38.6627 35.7679L38.21 35.2194C38.1937 35.1997 38.171 35.1863 38.1474 35.1825C38.1238 35.1787 38.1013 35.1655 38.0851 35.1458L31.8758 27.6236C31.8595 27.6039 31.837 27.5908 31.8134 27.587C31.7898 27.5831 31.7673 27.5699 31.7509 27.55L31.2981 27.0015C31.2819 26.9818 31.2594 26.9687 31.2358 26.9649C31.2119 26.9608 31.1895 26.9476 31.1732 26.9279L30.9004 26.5974C30.8839 26.5775 30.8615 26.5643 30.8379 26.5605C30.8142 26.5567 30.7917 26.5435 30.7755 26.5239L30.6105 26.324C30.5941 26.304 30.5716 26.2909 30.5479 26.287C30.5244 26.2832 30.5019 26.27 30.4854 26.2501L30.3565 26.0941C30.3401 26.0741 30.3177 26.0609 30.294 26.0571C30.2702 26.0535 30.2477 26.0404 30.2315 26.0207L30.1384 25.9079C30.1221 25.8882 30.0999 25.8748 30.0758 25.871C30.0522 25.8672 30.0297 25.854 30.0135 25.8343L29.9563 25.7651C29.9401 25.7454 29.9176 25.7322 29.894 25.7284C29.8703 25.7246 29.8477 25.7112 29.8314 25.6915L29.7745 25.6225C29.7582 25.6028 29.7355 25.5894 29.7119 25.5856C29.6883 25.5818 29.6658 25.5686 29.6496 25.5489L29.5924 25.4797C29.5762 25.46 29.5537 25.4468 29.5301 25.443C29.5062 25.439 29.4838 25.4258 29.4675 25.4061L29.4106 25.3371C29.3941 25.3172 29.3716 25.304 29.348 25.3002C29.3244 25.2964 29.3019 25.2833 29.2855 25.2633L29.2645 25.2379C29.2482 25.2182 29.2258 25.205 29.2022 25.2012L29.191 25.1994C29.1745 25.1967 29.1587 25.1874 29.147 25.1732C29.1355 25.1593 29.1194 25.1501 29.1029 25.1475L29.0917 25.1456C29.0681 25.1418 29.0457 25.1287 29.0294 25.109L28.9722 25.0398C28.956 25.0201 28.9338 25.0067 28.9099 25.0031C28.8861 24.999 28.8636 24.9858 28.8474 24.9662L28.8264 24.9408C28.8101 24.9211 28.7875 24.9076 28.7638 24.9038C28.7402 24.9 28.7177 24.8869 28.7015 24.8672L28.6443 24.7979C28.6281 24.7783 28.6056 24.7651 28.582 24.7613C28.5581 24.7572 28.5357 24.744 28.5194 24.7243L28.4985 24.6989C28.482 24.679 28.4595 24.6658 28.4359 24.662C28.4123 24.6582 28.3898 24.645 28.3736 24.6254L28.3523 24.5996C28.3361 24.58 28.3136 24.5668 28.29 24.563C28.2662 24.5589 28.2437 24.5457 28.2275 24.526L28.2065 24.5006C28.1902 24.481 28.1675 24.4675 28.1439 24.4637L28.133 24.4622C28.1163 24.4593 28.1004 24.4499 28.0889 24.436C28.0774 24.4221 28.0614 24.4129 28.0447 24.41L28.0337 24.4084C28.0101 24.4046 27.9876 24.3915 27.9712 24.3715L27.9502 24.3461C27.9339 24.3264 27.9115 24.3132 27.8876 24.3091L27.8769 24.3074C27.8602 24.305 27.8441 24.2953 27.8327 24.2814C27.8212 24.2675 27.8053 24.2581 27.7884 24.2554L27.767 24.252C27.7501 24.2493 27.7342 24.2399 27.7227 24.2259C27.7112 24.212 27.6954 24.2027 27.6785 24.2L27.6089 24.1887C27.5755 24.1834 27.5438 24.1646 27.5206 24.1366L27.5102 24.1239C27.4939 24.1043 27.4713 24.0908 27.4476 24.087L27.4367 24.0855C27.42 24.0826 27.4041 24.0732 27.3927 24.0593C27.3812 24.0454 27.3651 24.0362 27.3484 24.0333L27.3268 24.03C27.3101 24.0271 27.294 24.0179 27.2825 24.004C27.271 23.9901 27.2552 23.9807 27.2385 23.9778L27.2166 23.9743C27.1999 23.9718 27.184 23.9625 27.1724 23.9483C27.1609 23.9344 27.145 23.925 27.1285 23.9223L27.1067 23.9188C27.0897 23.9161 27.0738 23.9068 27.0624 23.8928C27.0509 23.8789 27.0351 23.8695 27.0181 23.8668L26.9967 23.8633C26.9798 23.8607 26.964 23.8513 26.9525 23.8373C26.941 23.8234 26.9251 23.8141 26.9082 23.8114L26.8865 23.8076C26.8698 23.8052 26.854 23.7958 26.8425 23.7819C26.8308 23.7677 26.8149 23.7584 26.7982 23.7559L26.7764 23.7524C26.7597 23.7494 26.7438 23.74 26.7324 23.7261C26.7209 23.7123 26.705 23.7029 26.6881 23.7001L26.6665 23.6969C26.6497 23.694 26.6339 23.6846 26.6224 23.6707C26.6109 23.6568 26.5949 23.6476 26.5781 23.6447L26.5565 23.6414C26.5398 23.6385 26.5237 23.6293 26.5122 23.6154C26.5005 23.6012 26.4847 23.5918 26.4682 23.5892L26.4464 23.5857C26.4297 23.5832 26.4138 23.5738 26.4021 23.5597C26.3906 23.5457 26.3748 23.5364 26.3582 23.5337L26.3364 23.5302C26.3195 23.5275 26.3036 23.5181 26.2921 23.5042C26.2806 23.4903 26.2648 23.4809 26.2479 23.4782L26.1522 23.4625C26.1355 23.4601 26.1197 23.4507 26.1082 23.4368C26.0965 23.4226 26.0806 23.4133 26.0639 23.4108L25.9681 23.3953C25.9514 23.3924 25.9353 23.3833 25.9238 23.3693C25.9124 23.3554 25.8965 23.3461 25.8798 23.3432L25.7841 23.328C25.7672 23.3252 25.7514 23.3159 25.7399 23.302C25.7284 23.2881 25.7125 23.2787 25.6956 23.276L25.674 23.2722C25.6572 23.2698 25.6414 23.2604 25.6297 23.2462C25.6182 23.2323 25.6024 23.223 25.5856 23.2205L25.4898 23.205C25.4731 23.2021 25.4573 23.1928 25.4458 23.1789C25.4343 23.1649 25.4184 23.1555 25.4015 23.1528L25.3797 23.1493C25.3632 23.1467 25.3473 23.1373 25.3359 23.1234C25.3241 23.1092 25.3081 23.1001 25.2916 23.0974L25.1957 23.0819C25.1788 23.0792 25.163 23.0698 25.1515 23.0559C25.14 23.042 25.1241 23.0326 25.1074 23.0297L24.9376 23.0023C24.9209 22.9999 24.905 22.9905 24.8935 22.9766C24.8818 22.9624 24.866 22.953 24.8493 22.9506L24.7534 22.9351C24.7367 22.9322 24.7208 22.9229 24.7094 22.909C24.6979 22.8951 24.6818 22.8858 24.6651 22.8829L24.4952 22.8556C24.4785 22.8531 24.4627 22.8437 24.4512 22.8298C24.4395 22.8157 24.4236 22.8063 24.4069 22.8038L24.0889 22.7524C24.0721 22.7499 24.0563 22.7405 24.0448 22.7266C24.0331 22.7124 24.0173 22.7031 24.0007 22.7004L23.7567 22.6613C23.74 22.6584 23.7241 22.649 23.7127 22.6351C23.7012 22.6212 23.6853 22.6118 23.6684 22.6091L22.0172 22.3431C22.0003 22.3403 21.9841 22.3445 21.972 22.3546C21.9598 22.3647 21.9436 22.3689 21.9268 22.3665L21.5348 22.3031C21.518 22.3006 21.5016 22.3045 21.4895 22.3147C21.4773 22.3248 21.4611 22.3289 21.4443 22.3265L21.2005 22.2872C21.1838 22.2843 21.1675 22.2885 21.1552 22.2988C21.1431 22.3089 21.1268 22.313 21.1101 22.3101L20.866 22.2711C20.8493 22.2681 20.833 22.2723 20.8209 22.2824C20.8086 22.2927 20.7923 22.2969 20.7758 22.2943L20.68 22.2788C20.663 22.2761 20.6468 22.2803 20.6347 22.2904C20.6225 22.3005 20.6063 22.3047 20.5893 22.302L20.4937 22.2863C20.477 22.2838 20.4607 22.2881 20.4486 22.2982C20.4364 22.3083 20.4202 22.3125 20.4032 22.3098L20.3074 22.2943C20.2905 22.2916 20.2743 22.2958 20.2621 22.3059C20.25 22.316 20.2337 22.3202 20.217 22.3177L20.1214 22.3021C20.1044 22.2994 20.0882 22.3036 20.076 22.3136C20.0639 22.3238 20.0477 22.328 20.0307 22.3252L19.8609 22.2979C19.8442 22.2954 19.8279 22.2996 19.8158 22.3097C19.8036 22.3198 19.7872 22.3238 19.7704 22.3213L19.6006 22.2939C19.5839 22.291 19.5676 22.2952 19.5555 22.3053C19.5431 22.3156 19.5269 22.3198 19.5102 22.3169L19.4886 22.3136C19.4719 22.3107 19.4556 22.3149 19.4432 22.3252C19.4311 22.3353 19.4148 22.3395 19.3979 22.3368L19.3284 22.3255C19.2949 22.3202 19.2624 22.3286 19.2381 22.3488C19.2137 22.3691 19.1809 22.3773 19.1475 22.3719L19.078 22.3607C19.0613 22.3582 19.0448 22.3622 19.0326 22.3723C19.0205 22.3824 19.0042 22.3866 18.9875 22.3841L18.7437 22.3448C18.727 22.3419 18.7108 22.3461 18.6986 22.3562C18.6862 22.3665 18.67 22.3707 18.6533 22.3678L18.5574 22.3524C18.5407 22.3499 18.5242 22.3538 18.5121 22.3639C18.4999 22.374 18.4837 22.3782 18.467 22.3757L18.2972 22.3484C18.2804 22.3455 18.2642 22.3497 18.2518 22.36C18.2397 22.3701 18.2234 22.3742 18.2068 22.3713L17.2962 22.2248C17.2795 22.2219 17.2635 22.2128 17.252 22.1989C17.2405 22.1849 17.2246 22.1756 17.2079 22.1727L17.0381 22.1453C17.0214 22.1428 17.0055 22.1334 16.9938 22.1193C16.9823 22.1054 16.9665 22.096 16.9498 22.0935L16.8539 22.0781C16.8372 22.0752 16.8213 22.0658 16.8099 22.0519C16.7984 22.038 16.7826 22.0286 16.7656 22.0259L16.7549 22.0242C16.7311 22.0206 16.7086 22.0069 16.6923 21.9873L16.6714 21.9618C16.6551 21.9421 16.6327 21.929 16.6086 21.9251C16.5849 21.9213 16.5625 21.9081 16.5462 21.8884L16.525 21.8627C16.5088 21.843 16.4863 21.8299 16.4627 21.8261C16.4391 21.8223 16.4166 21.8091 16.4001 21.7891L16.3791 21.7637C16.3629 21.744 16.3404 21.7309 16.3166 21.7268C16.293 21.723 16.2705 21.7098 16.2542 21.6901L16.1971 21.6209C16.1809 21.6012 16.1584 21.5881 16.1348 21.5843C16.1111 21.5805 16.0886 21.5673 16.0722 21.5473L15.9432 21.391C15.9269 21.3713 15.9045 21.3581 15.8808 21.3543C15.8572 21.3505 15.8347 21.3373 15.8183 21.3174L15.6894 21.1613C15.6729 21.1414 15.6505 21.1282 15.6269 21.1244C15.603 21.1208 15.5808 21.1075 15.5644 21.0875L15.0756 20.4954C15.0594 20.4758 15.0369 20.4626 15.0133 20.4588C14.9892 20.4549 14.9667 20.4417 14.9505 20.4221L14.1888 19.4992C14.14 19.4402 14.1137 19.3661 14.1159 19.2939L14.1173 19.2344C14.1185 19.2002 14.1326 19.1695 14.1569 19.1493L14.1681 19.14C14.1853 19.1257 14.1956 19.1044 14.196 19.0801C14.1967 19.0561 14.2069 19.0343 14.2241 19.0201L14.2844 18.9699C14.3018 18.9555 14.3118 18.9339 14.3125 18.9099C14.3132 18.8859 14.3232 18.8643 14.3404 18.85L14.3516 18.8407C14.3759 18.8205 14.3904 18.7899 14.3914 18.7559L14.3953 18.6098C14.3959 18.5929 14.3897 18.5755 14.3783 18.5616C14.3665 18.5474 14.3603 18.5301 14.3608 18.5133L14.3611 18.502C14.3618 18.478 14.3531 18.4534 14.3368 18.4337L14.064 18.1032C14.0476 18.0832 14.0389 18.0586 14.0395 18.0347C14.0402 18.0106 14.0314 17.9861 14.015 17.9661L13.5981 17.4612C13.582 17.4415 13.5595 17.4283 13.5359 17.4245C13.5122 17.4207 13.4897 17.4075 13.4733 17.3876L13.3954 17.2931C13.3464 17.2339 13.2788 17.1941 13.2079 17.1826L13.1228 17.169C13.1063 17.1663 13.09 17.1705 13.0777 17.1808C13.0655 17.1909 13.049 17.1948 13.0325 17.1922L13.0216 17.1906C12.9978 17.1866 12.9748 17.1924 12.9576 17.2067L12.8971 17.257C12.8799 17.2713 12.8571 17.2774 12.8333 17.2733C12.8094 17.2697 12.7864 17.2755 12.7692 17.2898L12.5184 17.4983C12.5012 17.5125 12.478 17.5186 12.4544 17.5147C12.4307 17.5109 12.4077 17.5168 12.3905 17.5311L11.8349 17.9928C11.8177 18.0071 11.7947 18.013 11.7711 18.0091C11.7472 18.0056 11.7242 18.0114 11.707 18.0257L7.19043 21.779Z' fill='url(%23paint2_linear_3391_119)'/%3e%3cpath d='M7.19043 21.779C7.17324 21.7932 7.16322 21.8148 7.16233 21.839C7.16162 21.8631 7.15166 21.8847 7.13447 21.8989L6.54072 22.3923C6.52353 22.4066 6.51351 22.4282 6.51286 22.4522C6.51221 22.4762 6.50195 22.4979 6.48476 22.5122L6.23397 22.7206C6.21678 22.7349 6.20676 22.7565 6.20587 22.7807C6.2054 22.8049 6.1952 22.8263 6.17802 22.8406L6.07944 22.9225C6.06225 22.9367 6.05223 22.9583 6.05176 22.9826C6.05087 23.0068 6.04085 23.0284 6.02366 23.0427L6.0124 23.052C5.9881 23.0722 5.97381 23.1027 5.97286 23.1366L5.96878 23.2824C5.9683 23.2996 5.97452 23.317 5.98602 23.3309C5.99752 23.3448 6.00375 23.3622 6.00321 23.3794L6.00292 23.3903C6.00227 23.4143 6.01122 23.4391 6.02746 23.4588L6.04844 23.4843C6.06468 23.5039 6.07363 23.5288 6.07292 23.5528C6.07203 23.577 6.08074 23.6016 6.09699 23.6212L6.87366 24.5622C6.8899 24.5818 6.91243 24.595 6.93626 24.5987C6.96009 24.6027 6.98255 24.6159 6.99879 24.6355L7.0094 24.6484C7.03234 24.6762 7.06405 24.6949 7.09749 24.7004L7.24105 24.7235C7.258 24.7262 7.27424 24.722 7.28639 24.7119C7.29854 24.7018 7.31479 24.6976 7.33168 24.7004L7.34241 24.7021C7.36624 24.7057 7.38924 24.6998 7.40643 24.6856L7.46677 24.6354C7.48413 24.621 7.50713 24.6151 7.53078 24.6189C7.55461 24.623 7.57743 24.6169 7.59462 24.6026L7.62485 24.5774C7.66154 24.547 7.7105 24.5346 7.76083 24.5428L7.82591 24.5532C7.8763 24.5613 7.92389 24.5894 7.95827 24.6312L7.9869 24.6658C8.00314 24.6855 8.02561 24.6986 8.0492 24.7024C8.07309 24.7065 8.09555 24.7197 8.11179 24.7394L8.49264 25.2008C8.50888 25.2205 8.51759 25.2451 8.51694 25.269C8.51646 25.2933 8.52518 25.3179 8.54142 25.3376L9.17412 26.1041C9.19036 26.1238 9.19907 26.1484 9.19842 26.1724C9.19795 26.1966 9.20666 26.2212 9.2229 26.2409L9.5319 26.6152C9.54814 26.6349 9.55685 26.6595 9.5562 26.6835C9.55531 26.7077 9.5642 26.7321 9.58068 26.7521L9.70955 26.9081C9.72597 26.9281 9.73468 26.9527 9.73403 26.9766C9.73314 27.0008 9.74185 27.0255 9.75827 27.0454L9.81523 27.1144C9.83147 27.1341 9.84042 27.1584 9.83971 27.1829C9.83906 27.2069 9.84777 27.2315 9.86402 27.2512L9.92116 27.3205C9.9374 27.3401 9.94611 27.3647 9.94546 27.3887C9.94481 27.4127 9.9537 27.4376 9.96994 27.4572L9.99098 27.4827C10.0072 27.5024 10.0159 27.5269 10.0155 27.5512L10.0152 27.5621C10.0147 27.5793 10.0209 27.5967 10.0324 27.6106C10.0439 27.6245 10.0501 27.6418 10.0496 27.6591L10.0493 27.6699C10.0486 27.6939 10.0573 27.7186 10.0738 27.7385L10.0842 27.7511C10.1073 27.7791 10.1198 27.8139 10.1187 27.848L10.1166 27.9187C10.1162 27.9355 10.1226 27.9531 10.1341 27.967C10.1456 27.9809 10.1516 27.9984 10.1513 28.0155L10.1484 28.1126C10.1479 28.1298 10.1541 28.1471 10.1656 28.161C10.1771 28.175 10.1833 28.1923 10.1828 28.2095L10.1759 28.4572C10.1756 28.4742 10.1818 28.4916 10.1933 28.5055C10.2048 28.5194 10.211 28.5368 10.2105 28.554L10.2036 28.8017C10.2029 28.8186 10.196 28.8342 10.1838 28.8442C10.1717 28.8543 10.1645 28.8696 10.1638 28.8865L10.155 29.2096C10.1543 29.2266 10.1472 29.2418 10.135 29.2519C10.1229 29.262 10.1157 29.2772 10.1152 29.2944L10.1104 29.4669C10.1101 29.484 10.103 29.4992 10.0906 29.5095C10.0785 29.5195 10.0713 29.5348 10.0711 29.5518L10.0663 29.7243C10.0655 29.7413 10.0584 29.7565 10.0462 29.7666C10.0341 29.7767 10.027 29.7919 10.0265 29.8091L10.0238 29.9065C10.0233 29.9232 10.0164 29.9387 10.004 29.949C9.99181 29.9591 9.98464 29.9743 9.98417 29.991L9.98144 30.0884C9.98096 30.1056 9.97385 30.1209 9.9617 30.1309C9.94955 30.141 9.94238 30.1563 9.9419 30.1734L9.94107 30.1954C9.94084 30.2124 9.93366 30.2276 9.92151 30.2377C9.90912 30.248 9.90201 30.2632 9.90177 30.2803L9.89905 30.3776C9.89834 30.3946 9.89116 30.4098 9.87901 30.4199C9.86686 30.43 9.85975 30.4452 9.85927 30.4624L9.85441 30.6349C9.85418 30.652 9.847 30.6672 9.83485 30.6772C9.82246 30.6875 9.81535 30.7028 9.81488 30.7195L9.80812 30.9675C9.80747 30.9844 9.8003 30.9996 9.78814 31.0098C9.77599 31.0199 9.76888 31.035 9.76835 31.0523L9.76355 31.2248C9.76307 31.242 9.7559 31.2572 9.74375 31.2673C9.7316 31.2774 9.72448 31.2926 9.72401 31.3099L9.72336 31.3316C9.72288 31.3488 9.71577 31.364 9.70362 31.3741C9.69147 31.3842 9.68429 31.3994 9.68382 31.4166L9.68109 31.514C9.68062 31.5307 9.67351 31.546 9.66112 31.5563C9.64897 31.5664 9.64179 31.5816 9.64156 31.5986L9.63225 31.9217C9.63201 31.9387 9.62484 31.9539 9.61275 31.9639C9.60036 31.9742 9.59319 31.9895 9.59295 32.0065L9.58365 32.3295C9.58341 32.3465 9.57624 32.3618 9.56409 32.3719C9.55176 32.3822 9.54458 32.3974 9.54435 32.4144L9.53297 32.8126C9.53267 32.8296 9.52556 32.8449 9.51341 32.855C9.50102 32.8653 9.4939 32.8805 9.49343 32.8972L9.45057 34.4241C9.45034 34.4411 9.45632 34.4587 9.46782 34.4726C9.47926 34.4865 9.48549 34.5039 9.48525 34.5209L9.47174 34.9943C9.47126 35.0115 9.47748 35.0288 9.48898 35.0428C9.50042 35.0567 9.50671 35.074 9.50641 35.091L9.50368 35.1884C9.50303 35.2054 9.50926 35.2227 9.52093 35.2369C9.53237 35.2508 9.53866 35.2682 9.53795 35.2851L9.53308 35.4576C9.53285 35.4747 9.53907 35.492 9.55057 35.5059C9.56201 35.5199 9.568 35.5374 9.56776 35.5544L9.5629 35.7269C9.56243 35.7442 9.56865 35.7616 9.58015 35.7754C9.59165 35.7893 9.59787 35.8067 9.5974 35.8239L9.5904 36.0716C9.58993 36.0884 9.59621 36.1057 9.60789 36.1199C9.61933 36.1338 9.62538 36.1514 9.6249 36.1681L9.62218 36.2655C9.62164 36.2827 9.62792 36.3001 9.63936 36.314C9.65086 36.3279 9.65709 36.3453 9.65661 36.3625L9.65596 36.3842C9.65549 36.4014 9.66171 36.4188 9.67321 36.4327C9.68471 36.4466 9.69093 36.464 9.69046 36.4812L9.68844 36.5518C9.6875 36.5858 9.69994 36.6205 9.72312 36.6486C9.74606 36.6764 9.75857 36.7112 9.75738 36.7453L9.75347 36.8914C9.75276 36.9083 9.75904 36.9257 9.77048 36.9396C9.78216 36.9537 9.78844 36.9712 9.78797 36.9879L9.78731 37.0101C9.78684 37.0273 9.79306 37.0447 9.80456 37.0586C9.816 37.0725 9.82223 37.0899 9.82175 37.1071L9.81903 37.204C9.81855 37.2212 9.82478 37.2386 9.83628 37.2525C9.84777 37.2663 9.854 37.2838 9.85352 37.301L9.85287 37.3231C9.8524 37.3399 9.85862 37.3573 9.8703 37.3714C9.8818 37.3853 9.88802 37.4027 9.88731 37.4197L9.88672 37.4418C9.88648 37.4589 9.8927 37.4762 9.90414 37.4901C9.91564 37.5041 9.92163 37.5216 9.92139 37.5387L9.92056 37.5606C9.92027 37.5776 9.92631 37.5952 9.93775 37.609C9.94925 37.6229 9.95548 37.6403 9.95524 37.6574L9.95459 37.6796C9.95388 37.6965 9.9601 37.7139 9.9716 37.7277C9.98328 37.7419 9.9895 37.7593 9.98909 37.7761L9.98843 37.7983C9.98796 37.8155 9.99418 37.8328 10.0057 37.8467C10.0171 37.8607 10.0233 37.878 10.0229 37.8952L10.0223 37.917C10.0218 37.9342 10.028 37.9515 10.0395 37.9654C10.051 37.9794 10.0572 37.9967 10.0567 38.0139L10.0563 38.0359C10.0557 38.0529 10.0619 38.0702 10.0733 38.0842C10.0851 38.0983 10.0913 38.1157 10.0906 38.1326L10.0899 38.1548C10.0894 38.1716 10.0957 38.1889 10.1074 38.2031C10.1188 38.217 10.1251 38.2344 10.1244 38.2513L10.1243 38.2625C10.1234 38.2867 10.1324 38.3111 10.1486 38.3307L10.2057 38.4C10.222 38.4197 10.2307 38.4443 10.2298 38.4685L10.2297 38.4796C10.229 38.4965 10.2353 38.5139 10.2469 38.5281C10.2584 38.542 10.2647 38.5594 10.2642 38.5761L10.2622 38.6468C10.2612 38.6812 10.2737 38.7159 10.2967 38.7438L10.3073 38.7566C10.3235 38.7762 10.3322 38.8009 10.3315 38.8249L10.3315 38.836C10.3307 38.853 10.337 38.8703 10.3485 38.8842C10.3601 38.8984 10.3664 38.9158 10.3657 38.9327L10.3656 38.9438C10.3649 38.9679 10.3736 38.9924 10.3898 39.0121L10.4109 39.0376C10.4273 39.0575 10.436 39.0821 10.4354 39.1061C10.4345 39.1303 10.4434 39.1547 10.4598 39.1747L10.4809 39.2001C10.4971 39.2197 10.5058 39.2444 10.5054 39.2686L10.5048 39.2797C10.5044 39.2965 10.5103 39.314 10.522 39.3282C10.5335 39.3421 10.5397 39.3594 10.5393 39.3762L10.539 39.3875C10.5383 39.4115 10.547 39.4361 10.5632 39.4558L10.5844 39.4815C10.6007 39.5012 10.6094 39.5258 10.6087 39.5498L10.6087 39.5609C10.608 39.5779 10.6142 39.5953 10.6256 39.6091C10.6374 39.6233 10.6436 39.6407 10.6429 39.6576L10.6428 39.6688C10.6421 39.6927 10.6508 39.7174 10.6671 39.737L10.6881 39.7625C10.7045 39.7824 10.7132 39.807 10.7126 39.831C10.7119 39.855 10.7206 39.8796 10.7371 39.8996L10.7581 39.925C10.7743 39.9447 10.783 39.9693 10.7824 39.9932C10.7819 40.0175 10.7906 40.0421 10.8068 40.0618L10.8279 40.0873C10.8443 40.1072 10.853 40.1318 10.8524 40.1558C10.8515 40.18 10.8604 40.2044 10.8766 40.2241L10.8979 40.2498C10.9141 40.2694 10.9228 40.2941 10.9219 40.3182C10.9215 40.3425 10.9302 40.3671 10.9464 40.3868L11.0033 40.4558C11.0198 40.4757 11.0288 40.5001 11.0279 40.5243C11.0272 40.5483 11.0359 40.5729 11.0524 40.5929L11.2171 40.7924C11.2336 40.8124 11.2423 40.837 11.2416 40.861C11.241 40.885 11.2497 40.9096 11.2661 40.9295L11.3231 40.9985C11.3393 41.0182 11.348 41.0428 11.3475 41.067C11.3469 41.0911 11.3556 41.1157 11.3718 41.1353L11.465 41.2481C11.4812 41.2678 11.4899 41.2924 11.4892 41.3164C11.4888 41.3407 11.4975 41.3653 11.5138 41.3849L11.6069 41.4977C11.6231 41.5174 11.6318 41.542 11.6311 41.566C11.6305 41.59 11.6392 41.6146 11.6556 41.6345L11.7845 41.7906C11.8009 41.8106 11.8097 41.8352 11.8089 41.8592C11.8081 41.8834 11.8168 41.908 11.8332 41.9279L12.0342 42.1713C12.0504 42.191 12.0594 42.2154 12.0584 42.2396C12.0578 42.2636 12.0667 42.2884 12.083 42.3081L12.3917 42.6822C12.4082 42.7021 12.4169 42.7268 12.4162 42.7507C12.4156 42.7748 12.4243 42.7993 12.4405 42.819L15.7357 46.811C15.752 46.8306 15.7744 46.8438 15.7981 46.8476C15.8217 46.8514 15.8441 46.8646 15.8606 46.8845L17.8243 49.2635C17.8406 49.2831 17.863 49.2963 17.8869 49.3004C17.9107 49.304 17.933 49.3174 17.9492 49.3371L20.7046 52.6751C20.7208 52.6947 20.7433 52.7079 20.7674 52.7118C20.791 52.7156 20.8135 52.7288 20.8297 52.7484L24.5924 57.3067C24.6087 57.3264 24.6311 57.3396 24.655 57.3437C24.6786 57.3475 24.7011 57.3606 24.7173 57.3803L32.0059 66.2098C32.0221 66.2294 32.0446 66.2425 32.0684 66.2466C32.092 66.2508 32.1145 66.2639 32.1308 66.2835L32.3317 66.5268C32.3479 66.5464 32.3706 66.5601 32.3942 66.5636C32.4179 66.5678 32.4403 66.5809 32.4566 66.6005L32.5497 66.7135C32.5659 66.7331 32.5884 66.7462 32.6122 66.7504C32.6358 66.7539 32.6583 66.767 32.6745 66.7867L32.7677 66.8997C32.7839 66.9193 32.8064 66.9324 32.83 66.9365L32.8412 66.9383C32.8576 66.9407 32.8735 66.9502 32.885 66.9639C32.8966 66.9782 32.9128 66.9877 32.9292 66.9901L32.9402 66.9918C32.964 66.9954 32.9865 67.0091 33.0027 67.0287L33.0134 67.0412C33.0363 67.0692 33.068 67.0882 33.1014 67.0935L33.1712 67.1048C33.1879 67.1072 33.2037 67.1167 33.2152 67.1304C33.2269 67.1447 33.2428 67.1542 33.2595 67.1566L33.2811 67.1601C33.2979 67.1625 33.3137 67.172 33.3254 67.1863C33.3369 67.2 33.3528 67.2095 33.3695 67.2119L33.4653 67.2274C33.482 67.2303 33.4979 67.2398 33.5094 67.2535C33.5208 67.2678 33.5367 67.2767 33.5536 67.2797L33.7974 67.3189C33.8144 67.3219 33.8306 67.3172 33.8428 67.3076C33.8549 67.2975 33.8712 67.2928 33.8881 67.2957L34.0577 67.3231C34.0744 67.3261 34.0905 67.335 34.102 67.3487C34.1135 67.363 34.1296 67.3725 34.146 67.3748L34.3159 67.4022C34.3328 67.4052 34.3491 67.401 34.3612 67.3909C34.3734 67.3808 34.3896 67.3766 34.4066 67.3796L34.6503 67.4189C34.6671 67.4212 34.6833 67.4171 34.6955 67.407C34.7076 67.3969 34.7241 67.3927 34.7408 67.3951L34.8364 67.4111C34.8534 67.4135 34.8696 67.4093 34.8818 67.3992C34.8939 67.3891 34.9101 67.385 34.9269 67.3873L34.9487 67.3909C34.9654 67.3939 34.9816 67.3897 34.994 67.3796C35.0062 67.3695 35.0224 67.3653 35.0391 67.3677L35.0608 67.3713C35.0777 67.3743 35.0939 67.3695 35.1061 67.3594C35.1182 67.3493 35.1344 67.3451 35.1514 67.3481L35.1728 67.3517C35.1898 67.354 35.206 67.3499 35.2181 67.3398C35.2303 67.3296 35.2465 67.3255 35.2634 67.3285L35.333 67.3398C35.3664 67.3451 35.3989 67.3368 35.4234 67.316L35.4344 67.307C35.4519 67.2928 35.4749 67.2868 35.4987 67.291L35.5094 67.2928C35.5261 67.2952 35.5426 67.291 35.5547 67.2809C35.5669 67.2708 35.5831 67.2666 35.5998 67.269L35.6217 67.2726C35.6384 67.2755 35.6546 67.2714 35.6668 67.2612C35.6791 67.2511 35.6954 67.247 35.7121 67.25L35.7337 67.2529C35.7504 67.2559 35.7667 67.2517 35.7791 67.2416C35.7912 67.2315 35.8075 67.2268 35.8242 67.2297L35.8458 67.2333C35.8627 67.2357 35.8789 67.2315 35.8911 67.2214C35.9032 67.2113 35.9195 67.2071 35.9364 67.2101L35.9578 67.2137C35.9748 67.2161 35.991 67.2119 36.0032 67.2018C36.0153 67.1917 36.0316 67.1875 36.0485 67.1905L36.0592 67.1923C36.0833 67.1958 36.106 67.1899 36.1232 67.1756L36.1454 67.1572C36.1629 67.1429 36.1859 67.137 36.2095 67.1405C36.2333 67.1447 36.2563 67.1387 36.2735 67.1245L36.296 67.106C36.3132 67.0918 36.336 67.0852 36.3598 67.0894L36.3707 67.0912C36.3875 67.0941 36.4037 67.09 36.4158 67.0799C36.4282 67.0692 36.4445 67.065 36.461 67.068L36.4721 67.0697C36.4958 67.0733 36.5187 67.0674 36.5359 67.0531L36.5582 67.0347C36.5756 67.0204 36.5986 67.0144 36.6222 67.0186C36.6458 67.0222 36.6688 67.0162 36.6863 67.0019L36.7085 66.9835C36.7257 66.9692 36.7487 66.9633 36.7726 66.9669C36.7962 66.9704 36.8192 66.9645 36.8363 66.9502L36.8969 66.9002C36.9141 66.886 36.937 66.88 36.9607 66.8836C36.9844 66.8878 37.0073 66.8818 37.0248 66.8675L37.1612 66.7539C37.1786 66.7397 37.2016 66.7337 37.2252 66.7373C37.249 66.7415 37.2718 66.7355 37.2893 66.7212L37.3495 66.6707C37.3667 66.6564 37.3897 66.6505 37.4138 66.6546C37.4375 66.6582 37.4604 66.6528 37.4776 66.6386L37.5382 66.588C37.5553 66.5737 37.5781 66.5678 37.6019 66.572C37.6256 66.5755 37.6488 66.5696 37.666 66.5553L37.7263 66.5053C37.7435 66.4905 37.7667 66.4845 37.7903 66.4887C37.814 66.4923 37.837 66.4863 37.8541 66.472L37.9147 66.4221C37.9319 66.4078 37.9549 66.4019 37.9785 66.4054C38.0023 66.409 38.0253 66.4037 38.0425 66.3894L38.1028 66.3388C38.1202 66.3245 38.1432 66.3186 38.1669 66.3222C38.1905 66.3263 38.2135 66.3204 38.2309 66.3061L38.3293 66.224C38.3465 66.2098 38.3697 66.2038 38.3933 66.208C38.417 66.2115 38.44 66.2056 38.4572 66.1913L38.5557 66.1093C38.5729 66.095 38.5959 66.0896 38.6197 66.0932C38.6436 66.0968 38.6666 66.0914 38.6838 66.0771L38.8204 65.9635C38.8376 65.9493 38.8604 65.9427 38.8842 65.9469C38.9081 65.9505 38.9311 65.9445 38.9483 65.9302L39.0849 65.8172C39.1021 65.803 39.1251 65.797 39.1487 65.8006C39.1726 65.8042 39.1956 65.7982 39.2128 65.7839L39.3875 65.6388C39.4047 65.6246 39.4277 65.6186 39.4513 65.6228C39.4751 65.6263 39.4981 65.6204 39.5153 65.6061L39.652 65.4925C39.6691 65.4782 39.6921 65.4723 39.7158 65.4765C39.7394 65.48 39.7626 65.4741 39.7798 65.4598L40.0687 65.2195C40.0858 65.2053 40.1091 65.1993 40.1327 65.2035C40.1563 65.207 40.1793 65.2011 40.1965 65.1868L40.4475 64.9781C40.4647 64.9638 40.4877 64.9585 40.5113 64.962C40.5352 64.9662 40.5582 64.9596 40.5754 64.9454L40.9403 64.6421C40.9578 64.6278 40.9808 64.6218 41.0044 64.6254C41.0283 64.6296 41.0513 64.6236 41.0686 64.6093L41.7383 64.0533C41.7557 64.0384 41.7784 64.0324 41.8023 64.0366C41.8259 64.0402 41.8489 64.0342 41.8663 64.02L42.4598 63.5269C42.477 63.5127 42.5002 63.5067 42.5239 63.5103C42.5475 63.5138 42.5705 63.5085 42.5877 63.4942L43.4861 62.7472C43.5033 62.733 43.5263 62.727 43.5501 62.7306C43.5737 62.7347 43.5967 62.7288 43.6139 62.7145L45.1979 61.3984C45.2151 61.3841 45.2251 61.3621 45.2258 61.3383C45.2265 61.3145 45.2367 61.2925 45.2539 61.2782L46.1523 60.5319C46.1695 60.5176 46.1795 60.4956 46.1802 60.4718C46.1808 60.448 46.1908 60.426 46.2083 60.4117L46.6876 60.0133C46.7048 59.999 46.7148 59.9776 46.7155 59.9538C46.7161 59.9294 46.7264 59.908 46.7436 59.8937L47.4514 59.3053C47.4686 59.291 47.4787 59.2694 47.4794 59.245C47.48 59.221 47.49 59.1994 47.5072 59.1851L47.8724 58.8817C47.8896 58.8674 47.8998 58.846 47.9003 58.8218C47.9012 58.7976 47.9112 58.776 47.9284 58.7617L48.1792 58.5533C48.1964 58.539 48.2066 58.5173 48.2073 58.4932C48.2079 58.4693 48.2179 58.4477 48.2351 58.4334L48.4861 58.2248C48.5033 58.2105 48.5134 58.1889 48.514 58.1649C48.5147 58.1409 48.5247 58.1193 48.5421 58.1049L48.7168 57.9597C48.734 57.9454 48.744 57.9238 48.7446 57.8998C48.7454 57.8758 48.7553 57.8543 48.7727 57.8397L48.8711 57.758C48.8885 57.7436 48.8985 57.722 48.8992 57.698C48.8999 57.674 48.9099 57.6524 48.9271 57.6381L49.0637 57.5246C49.0809 57.5103 49.0912 57.4885 49.0918 57.4645C49.0923 57.4403 49.1025 57.4189 49.1197 57.4046L49.2563 57.2911C49.2735 57.2768 49.2837 57.2551 49.2842 57.2308C49.2849 57.2068 49.2949 57.1852 49.3121 57.1709L49.3726 57.1207C49.3898 57.1063 49.3998 57.0847 49.4005 57.0608C49.4013 57.0366 49.4114 57.015 49.4286 57.0007L49.5271 56.9188C49.5443 56.9045 49.5543 56.8829 49.555 56.8589C49.5557 56.8349 49.5657 56.8134 49.5831 56.7988L49.6815 56.7171C49.6987 56.7029 49.7089 56.6811 49.7096 56.6571C49.7102 56.6331 49.7202 56.6115 49.7374 56.5972L49.798 56.5469C49.8151 56.5326 49.8252 56.511 49.8258 56.487C49.8268 56.4628 49.8367 56.4413 49.8539 56.427L49.9142 56.3769C49.9316 56.3624 49.9416 56.3408 49.9423 56.3168C49.9428 56.2925 49.953 56.2713 49.9704 56.2567L50.0307 56.2067C50.0479 56.1924 50.0579 56.1708 50.0588 56.1466C50.0593 56.1223 50.0693 56.1007 50.0865 56.0865L50.147 56.0362C50.1642 56.0219 50.1744 56.0005 50.1749 55.9763C50.1755 55.9523 50.1858 55.9305 50.203 55.9163L50.3396 55.8027C50.3568 55.7884 50.3668 55.7668 50.3675 55.7428C50.3681 55.7188 50.3781 55.6972 50.3956 55.6828L50.4558 55.6327C50.473 55.6184 50.4833 55.5966 50.484 55.5726C50.4847 55.5486 50.4947 55.527 50.5119 55.5127L50.5343 55.4941C50.5515 55.4798 50.5615 55.4582 50.5622 55.4342C50.5628 55.4102 50.5731 55.3884 50.5903 55.3741L50.6125 55.3557C50.6297 55.3414 50.6397 55.3198 50.6406 55.2956L50.6407 55.2845C50.6414 55.2675 50.6485 55.2523 50.6607 55.2422C50.6729 55.2321 50.68 55.2169 50.6805 55.1997L50.6808 55.1888C50.6813 55.1645 50.6915 55.1432 50.7089 55.1287L50.7311 55.1103C50.7483 55.0959 50.7583 55.0744 50.7588 55.0502C50.7597 55.0259 50.7697 55.0044 50.7869 54.9901L50.8091 54.9716C50.8266 54.9571 50.8368 54.9358 50.8372 54.9115C50.8379 54.8875 50.8479 54.866 50.8651 54.8517L50.8876 54.833C50.9048 54.8187 50.9147 54.7971 50.9155 54.7731L50.916 54.7621C50.9162 54.745 50.9233 54.7298 50.9355 54.7197C50.9479 54.7094 50.9551 54.6942 50.9553 54.6772L50.9558 54.6661C50.9565 54.6421 50.9665 54.6206 50.9837 54.6062L51.0062 54.5876C51.0234 54.5733 51.0334 54.5517 51.0341 54.5277L51.0344 54.5168C51.0348 54.4997 51.042 54.4844 51.0541 54.4743C51.0663 54.4642 51.0734 54.449 51.0739 54.4318L51.0745 54.4096C51.075 54.3929 51.0821 54.3776 51.0945 54.3673C51.1067 54.3573 51.1136 54.3418 51.1141 54.325L51.1147 54.3028C51.1154 54.2859 51.1223 54.2704 51.1345 54.2603C51.1466 54.2502 51.1537 54.235 51.1545 54.2181L51.1549 54.1961C51.1553 54.1788 51.1625 54.1636 51.1746 54.1535C51.1868 54.1434 51.1939 54.1282 51.1946 54.1112L51.1952 54.0891C51.1955 54.0721 51.2026 54.0568 51.2148 54.0467C51.2272 54.0364 51.2343 54.0212 51.2345 54.0042L51.2351 53.9931C51.2358 53.9692 51.2458 53.9476 51.263 53.9332L51.2852 53.9148C51.3026 53.9003 51.3127 53.8787 51.3133 53.8547L51.3136 53.8439C51.3141 53.8267 51.3213 53.8114 51.3334 53.8013C51.3456 53.7912 51.3527 53.776 51.3531 53.7588L51.3538 53.7366C51.3543 53.7199 51.3614 53.7046 51.3735 53.6945C51.3859 53.6843 51.3931 53.6691 51.3933 53.652L51.3939 53.6298C51.3946 53.6129 51.4018 53.5977 51.414 53.5876C51.4261 53.5775 51.4331 53.562 51.4337 53.5451L51.4341 53.5231C51.4348 53.5061 51.4418 53.4906 51.4539 53.4805C51.4661 53.4704 51.4732 53.4552 51.4739 53.4382L51.4788 53.2657C51.479 53.2487 51.4861 53.2335 51.4985 53.2232C51.5106 53.2131 51.5178 53.1979 51.518 53.1808L51.5229 53.0084C51.5236 52.9914 51.5307 52.9762 51.5429 52.9661C51.555 52.956 51.562 52.9405 51.5626 52.9236L51.5738 52.5251C51.5743 52.5083 51.5814 52.4931 51.5936 52.483C51.606 52.4727 51.6129 52.4572 51.6134 52.4405L51.6266 51.9668C51.6271 51.9501 51.6209 51.9327 51.6092 51.9185C51.5977 51.9046 51.5917 51.8871 51.5922 51.8703L51.6005 51.5737C51.6014 51.5397 51.589 51.505 51.5661 51.4772L51.5555 51.4643C51.5392 51.4446 51.5303 51.4198 51.5309 51.3958C51.5316 51.3718 51.5229 51.3472 51.5067 51.3275L51.4135 51.2147C51.3973 51.195 51.3886 51.1705 51.3892 51.1464C51.39 51.122 51.3812 51.0974 51.365 51.0778L51.236 50.9214C51.2197 50.9017 51.2108 50.8773 51.2117 50.8531C51.2121 50.8289 51.2034 50.8042 51.1872 50.7846L49.0075 48.1441C48.9911 48.1241 48.9686 48.111 48.945 48.1072C48.9212 48.1036 48.8989 48.0902 48.8826 48.0705L47.3145 46.1708C47.2983 46.1512 47.2756 46.1377 47.2518 46.1341C47.2281 46.1303 47.2056 46.1171 47.1894 46.0975L41.5918 39.3163C41.5755 39.2966 41.5531 39.2834 41.5292 39.2793C41.5056 39.2755 41.4831 39.2624 41.4669 39.2427L41.4353 39.2044C41.4258 39.1929 41.4208 39.1784 41.4209 39.1641C41.4218 39.1347 41.3991 39.1071 41.3701 39.1025C41.3563 39.1003 41.3431 39.0926 41.3335 39.0811L40.942 38.6068C40.9258 38.5872 40.9171 38.5626 40.9178 38.5385C40.9184 38.5146 40.9095 38.4897 40.8932 38.47L40.8722 38.4446C40.856 38.4249 40.8335 38.4117 40.8097 38.4076C40.7861 38.4038 40.7636 38.3907 40.7473 38.371L40.7261 38.3453C40.7099 38.3256 40.7012 38.301 40.7019 38.277C40.7025 38.253 40.6938 38.2284 40.6773 38.2085L40.5845 38.0959C40.5682 38.0763 40.5455 38.0629 40.5219 38.0591C40.4983 38.0553 40.4758 38.042 40.4596 38.0224L38.7115 35.9047C38.6953 35.885 38.6865 35.8604 38.687 35.8361C38.6877 35.8122 38.679 35.7875 38.6627 35.7679L38.21 35.2194C38.1937 35.1997 38.171 35.1863 38.1474 35.1825C38.1238 35.1787 38.1013 35.1655 38.0851 35.1458L31.8758 27.6236C31.8595 27.6039 31.837 27.5908 31.8134 27.587C31.7898 27.5831 31.7673 27.5699 31.7509 27.55L31.2981 27.0015C31.2819 26.9818 31.2594 26.9687 31.2358 26.9649C31.2119 26.9608 31.1895 26.9476 31.1732 26.9279L30.9004 26.5974C30.8839 26.5775 30.8615 26.5643 30.8379 26.5605C30.8142 26.5567 30.7917 26.5435 30.7755 26.5239L30.6105 26.324C30.5941 26.304 30.5716 26.2909 30.5479 26.287C30.5244 26.2832 30.5019 26.27 30.4854 26.2501L30.3565 26.0941C30.3401 26.0741 30.3177 26.0609 30.294 26.0571C30.2702 26.0535 30.2477 26.0404 30.2315 26.0207L30.1384 25.9079C30.1221 25.8882 30.0999 25.8748 30.0758 25.871C30.0522 25.8672 30.0297 25.854 30.0135 25.8343L29.9563 25.7651C29.9401 25.7454 29.9176 25.7322 29.894 25.7284C29.8703 25.7246 29.8477 25.7112 29.8314 25.6915L29.7745 25.6225C29.7582 25.6028 29.7355 25.5894 29.7119 25.5856C29.6883 25.5818 29.6658 25.5686 29.6496 25.5489L29.5924 25.4797C29.5762 25.46 29.5537 25.4468 29.5301 25.443C29.5062 25.439 29.4838 25.4258 29.4675 25.4061L29.4106 25.3371C29.3941 25.3172 29.3716 25.304 29.348 25.3002C29.3244 25.2964 29.3019 25.2833 29.2855 25.2633L29.2645 25.2379C29.2482 25.2182 29.2258 25.205 29.2022 25.2012L29.191 25.1994C29.1745 25.1967 29.1587 25.1874 29.147 25.1732C29.1355 25.1593 29.1194 25.1501 29.1029 25.1475L29.0917 25.1456C29.0681 25.1418 29.0457 25.1287 29.0294 25.109L28.9722 25.0398C28.956 25.0201 28.9338 25.0067 28.9099 25.0031C28.8861 24.999 28.8636 24.9858 28.8474 24.9662L28.8264 24.9408C28.8101 24.9211 28.7875 24.9076 28.7638 24.9038C28.7402 24.9 28.7177 24.8869 28.7015 24.8672L28.6443 24.7979C28.6281 24.7783 28.6056 24.7651 28.582 24.7613C28.5581 24.7572 28.5357 24.744 28.5194 24.7243L28.4985 24.6989C28.482 24.679 28.4595 24.6658 28.4359 24.662C28.4123 24.6582 28.3898 24.645 28.3736 24.6254L28.3523 24.5996C28.3361 24.58 28.3136 24.5668 28.29 24.563C28.2662 24.5589 28.2437 24.5457 28.2275 24.526L28.2065 24.5006C28.1902 24.481 28.1675 24.4675 28.1439 24.4637L28.133 24.4622C28.1163 24.4593 28.1004 24.4499 28.0889 24.436C28.0774 24.4221 28.0614 24.4129 28.0447 24.41L28.0337 24.4084C28.0101 24.4046 27.9876 24.3915 27.9712 24.3715L27.9502 24.3461C27.9339 24.3264 27.9115 24.3132 27.8876 24.3091L27.8769 24.3074C27.8602 24.305 27.8441 24.2953 27.8327 24.2814C27.8212 24.2675 27.8053 24.2581 27.7884 24.2554L27.767 24.252C27.7501 24.2493 27.7342 24.2399 27.7227 24.2259C27.7112 24.212 27.6954 24.2027 27.6785 24.2L27.6089 24.1887C27.5755 24.1834 27.5438 24.1646 27.5206 24.1366L27.5102 24.1239C27.4939 24.1043 27.4713 24.0908 27.4476 24.087L27.4367 24.0855C27.42 24.0826 27.4041 24.0732 27.3927 24.0593C27.3812 24.0454 27.3651 24.0362 27.3484 24.0333L27.3268 24.03C27.3101 24.0271 27.294 24.0179 27.2825 24.004C27.271 23.9901 27.2552 23.9807 27.2385 23.9778L27.2166 23.9743C27.1999 23.9718 27.184 23.9625 27.1724 23.9483C27.1609 23.9344 27.145 23.925 27.1285 23.9223L27.1067 23.9188C27.0897 23.9161 27.0738 23.9068 27.0624 23.8928C27.0509 23.8789 27.0351 23.8695 27.0181 23.8668L26.9967 23.8633C26.9798 23.8607 26.964 23.8513 26.9525 23.8373C26.941 23.8234 26.9251 23.8141 26.9082 23.8114L26.8865 23.8076C26.8698 23.8052 26.854 23.7958 26.8425 23.7819C26.8308 23.7677 26.8149 23.7584 26.7982 23.7559L26.7764 23.7524C26.7597 23.7494 26.7438 23.74 26.7324 23.7261C26.7209 23.7123 26.705 23.7029 26.6881 23.7001L26.6665 23.6969C26.6497 23.694 26.6339 23.6846 26.6224 23.6707C26.6109 23.6568 26.5949 23.6476 26.5781 23.6447L26.5565 23.6414C26.5398 23.6385 26.5237 23.6293 26.5122 23.6154C26.5005 23.6012 26.4847 23.5918 26.4682 23.5892L26.4464 23.5857C26.4297 23.5832 26.4138 23.5738 26.4021 23.5597C26.3906 23.5457 26.3748 23.5364 26.3582 23.5337L26.3364 23.5302C26.3195 23.5275 26.3036 23.5181 26.2921 23.5042C26.2806 23.4903 26.2648 23.4809 26.2479 23.4782L26.1522 23.4625C26.1355 23.4601 26.1197 23.4507 26.1082 23.4368C26.0965 23.4226 26.0806 23.4133 26.0639 23.4108L25.9681 23.3953C25.9514 23.3924 25.9353 23.3833 25.9238 23.3693C25.9124 23.3554 25.8965 23.3461 25.8798 23.3432L25.7841 23.328C25.7672 23.3252 25.7514 23.3159 25.7399 23.302C25.7284 23.2881 25.7125 23.2787 25.6956 23.276L25.674 23.2722C25.6572 23.2698 25.6414 23.2604 25.6297 23.2462C25.6182 23.2323 25.6024 23.223 25.5856 23.2205L25.4898 23.205C25.4731 23.2021 25.4573 23.1928 25.4458 23.1789C25.4343 23.1649 25.4184 23.1555 25.4015 23.1528L25.3797 23.1493C25.3632 23.1467 25.3473 23.1373 25.3359 23.1234C25.3241 23.1092 25.3081 23.1001 25.2916 23.0974L25.1957 23.0819C25.1788 23.0792 25.163 23.0698 25.1515 23.0559C25.14 23.042 25.1241 23.0326 25.1074 23.0297L24.9376 23.0023C24.9209 22.9999 24.905 22.9905 24.8935 22.9766C24.8818 22.9624 24.866 22.953 24.8493 22.9506L24.7534 22.9351C24.7367 22.9322 24.7208 22.9229 24.7094 22.909C24.6979 22.8951 24.6818 22.8858 24.6651 22.8829L24.4952 22.8556C24.4785 22.8531 24.4627 22.8437 24.4512 22.8298C24.4395 22.8157 24.4236 22.8063 24.4069 22.8038L24.0889 22.7524C24.0721 22.7499 24.0563 22.7405 24.0448 22.7266C24.0331 22.7124 24.0173 22.7031 24.0007 22.7004L23.7567 22.6613C23.74 22.6584 23.7241 22.649 23.7127 22.6351C23.7012 22.6212 23.6853 22.6118 23.6684 22.6091L22.0172 22.3431C22.0003 22.3403 21.9841 22.3445 21.972 22.3546C21.9598 22.3647 21.9436 22.3689 21.9268 22.3665L21.5348 22.3031C21.518 22.3006 21.5016 22.3045 21.4895 22.3147C21.4773 22.3248 21.4611 22.3289 21.4443 22.3265L21.2005 22.2872C21.1838 22.2843 21.1675 22.2885 21.1552 22.2988C21.1431 22.3089 21.1268 22.313 21.1101 22.3101L20.866 22.2711C20.8493 22.2681 20.833 22.2723 20.8209 22.2824C20.8086 22.2927 20.7923 22.2969 20.7758 22.2943L20.68 22.2788C20.663 22.2761 20.6468 22.2803 20.6347 22.2904C20.6225 22.3005 20.6063 22.3047 20.5893 22.302L20.4937 22.2863C20.477 22.2838 20.4607 22.2881 20.4486 22.2982C20.4364 22.3083 20.4202 22.3125 20.4032 22.3098L20.3074 22.2943C20.2905 22.2916 20.2743 22.2958 20.2621 22.3059C20.25 22.316 20.2337 22.3202 20.217 22.3177L20.1214 22.3021C20.1044 22.2994 20.0882 22.3036 20.076 22.3136C20.0639 22.3238 20.0477 22.328 20.0307 22.3252L19.8609 22.2979C19.8442 22.2954 19.8279 22.2996 19.8158 22.3097C19.8036 22.3198 19.7872 22.3238 19.7704 22.3213L19.6006 22.2939C19.5839 22.291 19.5676 22.2952 19.5555 22.3053C19.5431 22.3156 19.5269 22.3198 19.5102 22.3169L19.4886 22.3136C19.4719 22.3107 19.4556 22.3149 19.4432 22.3252C19.4311 22.3353 19.4148 22.3395 19.3979 22.3368L19.3284 22.3255C19.2949 22.3202 19.2624 22.3286 19.2381 22.3488C19.2137 22.3691 19.1809 22.3773 19.1475 22.3719L19.078 22.3607C19.0613 22.3582 19.0448 22.3622 19.0326 22.3723C19.0205 22.3824 19.0042 22.3866 18.9875 22.3841L18.7437 22.3448C18.727 22.3419 18.7108 22.3461 18.6986 22.3562C18.6862 22.3665 18.67 22.3707 18.6533 22.3678L18.5574 22.3524C18.5407 22.3499 18.5242 22.3538 18.5121 22.3639C18.4999 22.374 18.4837 22.3782 18.467 22.3757L18.2972 22.3484C18.2804 22.3455 18.2642 22.3497 18.2518 22.36C18.2397 22.3701 18.2234 22.3742 18.2068 22.3713L17.2962 22.2248C17.2795 22.2219 17.2635 22.2128 17.252 22.1989C17.2405 22.1849 17.2246 22.1756 17.2079 22.1727L17.0381 22.1453C17.0214 22.1428 17.0055 22.1334 16.9938 22.1193C16.9823 22.1054 16.9665 22.096 16.9498 22.0935L16.8539 22.0781C16.8372 22.0752 16.8213 22.0658 16.8099 22.0519C16.7984 22.038 16.7826 22.0286 16.7656 22.0259L16.7549 22.0242C16.7311 22.0206 16.7086 22.0069 16.6923 21.9873L16.6714 21.9618C16.6551 21.9421 16.6327 21.929 16.6086 21.9251C16.5849 21.9213 16.5625 21.9081 16.5462 21.8884L16.525 21.8627C16.5088 21.843 16.4863 21.8299 16.4627 21.8261C16.4391 21.8223 16.4166 21.8091 16.4001 21.7891L16.3791 21.7637C16.3629 21.744 16.3404 21.7309 16.3166 21.7268C16.293 21.723 16.2705 21.7098 16.2542 21.6901L16.1971 21.6209C16.1809 21.6012 16.1584 21.5881 16.1348 21.5843C16.1111 21.5805 16.0886 21.5673 16.0722 21.5473L15.9432 21.391C15.9269 21.3713 15.9045 21.3581 15.8808 21.3543C15.8572 21.3505 15.8347 21.3373 15.8183 21.3174L15.6894 21.1613C15.6729 21.1414 15.6505 21.1282 15.6269 21.1244C15.603 21.1208 15.5808 21.1075 15.5644 21.0875L15.0756 20.4954C15.0594 20.4758 15.0369 20.4626 15.0133 20.4588C14.9892 20.4549 14.9667 20.4417 14.9505 20.4221L14.1888 19.4992C14.14 19.4402 14.1137 19.3661 14.1159 19.2939L14.1173 19.2344C14.1185 19.2002 14.1326 19.1695 14.1569 19.1493L14.1681 19.14C14.1853 19.1257 14.1956 19.1044 14.196 19.0801C14.1967 19.0561 14.2069 19.0343 14.2241 19.0201L14.2844 18.9699C14.3018 18.9555 14.3118 18.9339 14.3125 18.9099C14.3132 18.8859 14.3232 18.8643 14.3404 18.85L14.3516 18.8407C14.3759 18.8205 14.3904 18.7899 14.3914 18.7559L14.3953 18.6098C14.3959 18.5929 14.3897 18.5755 14.3783 18.5616C14.3665 18.5474 14.3603 18.5301 14.3608 18.5133L14.3611 18.502C14.3618 18.478 14.3531 18.4534 14.3368 18.4337L14.064 18.1032C14.0476 18.0832 14.0389 18.0586 14.0395 18.0347C14.0402 18.0106 14.0314 17.9861 14.015 17.9661L13.5981 17.4612C13.582 17.4415 13.5595 17.4283 13.5359 17.4245C13.5122 17.4207 13.4897 17.4075 13.4733 17.3876L13.3954 17.2931C13.3464 17.2339 13.2788 17.1941 13.2079 17.1826L13.1228 17.169C13.1063 17.1663 13.09 17.1705 13.0777 17.1808C13.0655 17.1909 13.049 17.1948 13.0325 17.1922L13.0216 17.1906C12.9978 17.1866 12.9748 17.1924 12.9576 17.2067L12.8971 17.257C12.8799 17.2713 12.8571 17.2774 12.8333 17.2733C12.8094 17.2697 12.7864 17.2755 12.7692 17.2898L12.5184 17.4983C12.5012 17.5125 12.478 17.5186 12.4544 17.5147C12.4307 17.5109 12.4077 17.5168 12.3905 17.5311L11.8349 17.9928C11.8177 18.0071 11.7947 18.013 11.7711 18.0091C11.7472 18.0056 11.7242 18.0114 11.707 18.0257L7.19043 21.779Z' fill='url(%23paint3_linear_3391_119)'/%3e%3cpath d='M81.5764 19.0279L76.7864 14.7899C75.5725 13.7152 73.6555 14.8218 74.0159 16.3893C72.8565 16.7804 72.0889 17.6044 72.31 18.7969C70.6971 20.251 61.1124 26.27 60.7573 26.5871C58.9934 27.9553 54.0851 28.337 49.1522 33.9645C43.4903 40.4212 37.4752 50.1797 34.1347 53.9562C33.8363 54.2933 33.6072 54.6862 33.4605 55.1124C33.3137 55.5386 33.2524 55.9895 33.2798 56.4396C33.3073 56.8896 33.423 57.3298 33.6205 57.7348C33.8178 58.1398 34.0931 58.5017 34.4302 58.7998L43.3556 66.6969C43.6926 66.9954 44.0849 67.2238 44.5101 67.3695C44.9353 67.5152 45.385 67.5753 45.8334 67.5467C46.2817 67.5176 46.72 67.3998 47.123 67.2006C47.5261 67.0014 48.2039 67.8396 48.5 67.5C48.5 67.5 60.2612 55.26 65.9374 48.8162C70.885 43.202 70.6538 38.2591 71.7812 36.3411C72.0504 35.9478 76.9376 25.7726 78.174 23.9853C79.1562 24.0434 80.0442 23.4606 80.3405 21.9898C81.9208 22.1544 82.7981 20.1087 81.5764 19.0279Z' fill='url(%23paint4_linear_3391_119)'/%3e%3cpath d='M45.2674 27.0001L37.2979 27.1559C37.0263 27.1612 36.8088 27.3875 36.8088 27.6649V27.7539C36.8088 27.8795 36.7437 27.9956 36.6376 28.0592L36.5832 28.0917C36.3945 28.2047 36.3803 28.4778 36.5562 28.6106C36.6339 28.6693 36.6797 28.7621 36.6797 28.8609V29.0973C36.6797 29.2104 36.6318 29.3179 36.5482 29.3921C36.3624 29.5571 36.3754 29.8558 36.5749 30.0033L36.6557 30.0631C36.7519 30.1343 36.8088 30.2482 36.8088 30.3695V30.4292C36.8088 30.6051 36.6692 30.7478 36.4968 30.7478C36.3245 30.7478 36.1848 30.8904 36.1848 31.0665V32.517C36.1848 32.693 36.3245 32.8357 36.4968 32.8357C36.6692 32.8357 36.8088 32.9784 36.8088 33.1543V33.3486C36.8088 34.85 36.1647 36.276 35.0462 37.2505L34.8471 37.424C33.6751 38.4452 33 39.9396 33 41.5129V64.6009C33 65.4184 33.2883 66.208 33.8122 66.8261C34.4444 67.5716 35.3625 68 36.3283 68H46.933C47.9256 68 48.8569 67.5093 49.4323 66.6832C49.8016 66.1532 50 65.5184 50 64.8681V41.5578C50 39.9587 49.3027 38.4426 48.0976 37.4214L47.819 37.1853C46.7107 36.2462 46.0277 34.8844 45.929 33.4173L45.9075 33.0975C45.8977 32.9521 46.0037 32.8256 46.1458 32.8129C46.2811 32.8009 46.3848 32.6854 46.3848 32.5468V30.9054C46.3848 30.8107 46.3271 30.726 46.2401 30.693L46.1205 30.6478C45.9934 30.5998 45.9778 30.4227 46.0943 30.3522C46.2108 30.2817 46.1952 30.1046 46.0682 30.0566L45.9485 30.0114C45.8615 29.9784 45.8038 29.8937 45.8038 29.799V29.6307C45.8038 29.5028 45.8587 29.3814 45.954 29.2985L46.0063 29.253C46.1961 29.0879 46.1785 28.7832 45.9711 28.6419C45.8665 28.5708 45.8038 28.451 45.8038 28.3228V27.5375C45.8038 27.2366 45.5619 26.9943 45.2674 27.0001Z' fill='white'/%3e%3cmask id='mask1_3391_119' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='32' y='27' width='18' height='41'%3e%3cpath d='M45.1662 27.1866L37.3335 27.341C37.0666 27.3462 36.8528 27.5705 36.8528 27.8454V27.9336C36.8528 28.058 36.7888 28.1731 36.6846 28.2361L36.631 28.2683C36.4456 28.3803 36.4316 28.6509 36.6045 28.7825C36.6809 28.8406 36.726 28.9327 36.726 29.0305V29.2647C36.726 29.3768 36.6788 29.4834 36.5967 29.5569C36.4141 29.7204 36.4269 30.0164 36.6229 30.1625L36.7023 30.2218C36.7969 30.2923 36.8528 30.4052 36.8528 30.5254V30.5845C36.8528 30.7589 36.7156 30.9002 36.5462 30.9002C36.3768 30.9002 36.2395 31.0416 36.2395 31.216V32.6534C36.2395 32.8278 36.3768 32.9691 36.5462 32.9691C36.7156 32.9691 36.8528 33.1105 36.8528 33.2849V33.4774C36.8528 34.9652 36.2197 36.3782 35.1205 37.3439L34.9248 37.5158C33.7728 38.5277 33.1094 40.0085 33.1094 41.5675V64.4456C33.1094 65.2557 33.3927 66.038 33.9076 66.6505C34.529 67.3893 35.4313 67.8137 36.3805 67.8137H46.8032C47.7788 67.8137 48.6941 67.3275 49.2596 66.5089C49.6226 65.9837 49.8176 65.3547 49.8176 64.7103V41.612C49.8176 40.0274 49.1323 38.5251 47.9479 37.5132L47.674 37.2792C46.5848 36.3487 45.9135 34.9992 45.8165 33.5455L45.7953 33.2286C45.7857 33.0845 45.8899 32.9591 46.0296 32.9466C46.1625 32.9347 46.2644 32.8202 46.2644 32.6829V31.0565C46.2644 30.9626 46.2077 30.8786 46.1222 30.846L46.0046 30.8012C45.8798 30.7536 45.8644 30.5781 45.9789 30.5082C46.0935 30.4384 46.0781 30.2629 45.9532 30.2153L45.8357 30.1705C45.7501 30.1379 45.6934 30.0539 45.6934 29.96V29.7933C45.6934 29.6666 45.7474 29.5463 45.841 29.4641L45.8924 29.4191C46.0789 29.2554 46.0617 28.9535 45.8578 28.8135C45.7551 28.743 45.6934 28.6244 45.6934 28.4973V27.7191C45.6934 27.421 45.4557 27.1809 45.1662 27.1866Z' fill='white'/%3e%3cpath d='M45.5137 27.719C45.5137 27.5252 45.3592 27.3691 45.171 27.3729L37.3383 27.5272L37.3384 27.5272C37.17 27.5305 37.0353 27.672 37.0353 27.8453V27.9335C37.0353 28.124 36.9371 28.3003 36.7775 28.3967L36.7774 28.3968L36.7239 28.429L36.724 28.429C36.6506 28.4733 36.6451 28.5804 36.7135 28.6324L36.7248 28.6413C36.8405 28.735 36.9084 28.8783 36.9084 29.0304V29.2646C36.9084 29.4305 36.8386 29.5885 36.7168 29.6974C36.6222 29.7823 36.6289 29.9357 36.7304 30.0114H36.7305L36.8099 30.0707H36.8099C36.9514 30.1762 37.0353 30.3453 37.0353 30.5252V30.5844C37.0353 30.8617 36.8169 31.0865 36.5476 31.0865C36.4782 31.0865 36.4219 31.1444 36.4219 31.2159V32.6533C36.4219 32.7246 36.4782 32.7826 36.5476 32.7826C36.817 32.7826 37.0353 33.0075 37.0353 33.2848V33.4773C37.0353 35.0196 36.3789 36.4844 35.2393 37.4855L35.0437 37.6575H35.0436C33.932 38.6339 33.2918 40.0629 33.2918 41.5674V64.4455C33.2918 65.2107 33.5594 65.9498 34.0458 66.5284H34.0458C34.6328 67.2262 35.4852 67.6272 36.3819 67.6272H46.8046C47.7216 67.6272 48.5819 67.1701 49.1134 66.4007V66.4006C49.4546 65.9071 49.6379 65.3159 49.6379 64.7101V41.6118C49.6379 40.0827 48.9766 38.633 47.8336 37.6565L47.5598 37.4225C46.45 36.4745 45.7594 35.1063 45.6424 33.6285L45.6372 33.5581L45.616 33.2412C45.5997 32.9958 45.7773 32.7821 46.0153 32.7608H46.0153C46.0546 32.7572 46.0847 32.7234 46.0847 32.6827V31.0563C46.0847 31.0405 46.0752 31.0262 46.0607 31.0207L45.9432 30.9759H45.9431C45.6899 30.8793 45.6467 30.5378 45.8503 30.3742L45.7742 30.3452L45.774 30.3452C45.6176 30.2854 45.5137 30.1318 45.5137 29.9599V29.7932C45.5137 29.6119 45.5909 29.4396 45.725 29.322L45.725 29.322L45.7764 29.277C45.8714 29.1935 45.8625 29.0398 45.7587 28.9685V28.9684C45.6056 28.8634 45.5137 28.6865 45.5137 28.4972V27.719ZM45.8758 28.4972C45.8758 28.5579 45.9035 28.6148 45.95 28.6512L45.9595 28.6582L45.9596 28.6583C46.2634 28.8669 46.2892 29.3169 46.0112 29.5608L46.0111 29.5609L45.9597 29.6059L45.9597 29.6059C45.9064 29.6526 45.8758 29.7211 45.8758 29.7932V29.9599C45.8758 29.9758 45.8855 29.99 45.9 29.9956L46.0174 30.0403L46.0175 30.0404C46.2705 30.1369 46.3139 30.4784 46.1102 30.642L46.1864 30.671L46.1865 30.6711C46.3429 30.7308 46.4468 30.8844 46.4468 31.0563V32.6827C46.4468 32.9168 46.2731 33.1119 46.0466 33.1321L46.0466 33.1322C46.0053 33.1359 45.9744 33.1731 45.9773 33.2157L45.9984 33.5326C46.092 34.9355 46.7399 36.2377 47.791 37.1356L48.0648 37.3696C49.2907 38.4169 50 39.9718 50 41.6118V64.7101C50 65.3933 49.7933 66.06 49.4085 66.6167C48.809 67.4845 47.8388 68 46.8046 68H36.3819C35.3801 68 34.4278 67.552 33.7721 66.7724H33.772C33.2287 66.1261 32.9297 65.3004 32.9297 64.4455V41.5674C32.9297 39.9538 33.6164 38.4212 34.8086 37.3738L35.0043 37.202V37.2019C36.0633 36.2717 36.6732 34.9105 36.6732 33.4773V33.2848C36.6732 33.2133 36.6169 33.1554 36.5476 33.1554C36.2783 33.1554 36.0598 32.9306 36.0598 32.6533V31.2159C36.0598 30.9385 36.2783 30.7137 36.5476 30.7137C36.6169 30.7137 36.6732 30.6558 36.6732 30.5844V30.5252C36.6732 30.4648 36.645 30.408 36.5975 30.3726H36.5974L36.5181 30.3133C36.2276 30.0968 36.2088 29.6583 36.4792 29.4161L36.4793 29.416C36.5218 29.378 36.5463 29.3227 36.5463 29.2646V29.0304C36.5463 28.994 36.5306 28.9598 36.5037 28.9367L36.4982 28.9322C36.2209 28.7211 36.2434 28.287 36.5408 28.1074L36.5409 28.1074L36.5943 28.0751C36.6431 28.0456 36.6732 27.9917 36.6732 27.9335V27.8453C36.6732 27.4688 36.9659 27.1617 37.3314 27.1545L45.1641 27.0001C45.5549 26.9924 45.8758 27.3165 45.8758 27.719V28.4972Z' fill='%23373D45'/%3e%3c/mask%3e%3cg mask='url(%23mask1_3391_119)'%3e%3cpath d='M43.5 41H43L35.9609 33.2534L36.2394 33L43.5 41Z' fill='%2371767E'/%3e%3cpath d='M49.9619 34.261L31.2714 53.8224L31 53.5614L49.6905 34L49.9619 34.261Z' fill='%2371767E'/%3e%3c/g%3e%3cpath d='M45.5322 27.719C45.5322 27.5252 45.3783 27.3691 45.1909 27.3729L37.3905 27.5272L37.3905 27.5272C37.2229 27.5305 37.0887 27.672 37.0887 27.8453V27.9335C37.0887 28.124 36.991 28.3003 36.832 28.3967L36.8319 28.3968L36.7786 28.429L36.7787 28.429C36.7056 28.4733 36.7001 28.5804 36.7682 28.6324L36.7795 28.6413C36.8948 28.735 36.9623 28.8783 36.9623 29.0304V29.2646C36.9623 29.4305 36.8928 29.5885 36.7715 29.6974C36.6773 29.7823 36.6839 29.9357 36.7851 30.0114H36.7852L36.8642 30.0707H36.8642C37.0052 30.1762 37.0887 30.3453 37.0887 30.5252V30.5844C37.0887 30.8617 36.8712 31.0865 36.603 31.0865C36.5339 31.0865 36.4778 31.1444 36.4778 31.2159V32.6533C36.4778 32.7246 36.5339 32.7826 36.603 32.7826C36.8713 32.7826 37.0887 33.0075 37.0887 33.2848V33.4773C37.0887 35.0196 36.435 36.4844 35.3001 37.4855L35.1053 37.6575H35.1052C33.9982 38.6339 33.3606 40.0629 33.3606 41.5674V64.4455C33.3606 65.2107 33.6271 65.9498 34.1115 66.5284H34.1116C34.6961 67.2262 35.545 67.6272 36.438 67.6272H46.8177C47.7309 67.6272 48.5878 67.1701 49.1171 66.4007V66.4006C49.4568 65.9071 49.6394 65.3159 49.6394 64.7101V41.6118C49.6394 40.0827 48.9808 38.633 47.8426 37.6565L47.5698 37.4225C46.4646 36.4745 45.7769 35.1063 45.6603 33.6285L45.6552 33.5581L45.6341 33.2412C45.6178 32.9958 45.7947 32.7821 46.0317 32.7608H46.0317C46.0708 32.7572 46.1008 32.7234 46.1008 32.6827V31.0563C46.1008 31.0405 46.0913 31.0262 46.0769 31.0207L45.9599 30.9759H45.9598C45.7077 30.8793 45.6647 30.5378 45.8674 30.3742L45.7916 30.3452L45.7915 30.3452C45.6357 30.2854 45.5322 30.1318 45.5322 29.9599V29.7932C45.5322 29.6119 45.6091 29.4396 45.7426 29.322L45.7427 29.322L45.7938 29.277C45.8884 29.1935 45.8796 29.0398 45.7762 28.9685V28.9684C45.6237 28.8634 45.5322 28.6865 45.5322 28.4972V27.719ZM45.8928 28.4972C45.8928 28.5579 45.9203 28.6148 45.9667 28.6512L45.9762 28.6582L45.9762 28.6583C46.2788 28.8669 46.3045 29.3169 46.0276 29.5608L46.0275 29.5609L45.9764 29.6059L45.9763 29.6059C45.9233 29.6526 45.8928 29.7211 45.8928 29.7932V29.9599C45.8928 29.9758 45.9024 29.99 45.9169 29.9956L46.0338 30.0403L46.0339 30.0404C46.2859 30.1369 46.3291 30.4784 46.1262 30.642L46.2021 30.671L46.2022 30.6711C46.358 30.7308 46.4615 30.8844 46.4615 31.0563V32.6827C46.4614 32.9168 46.2884 33.1119 46.0629 33.1321L46.0629 33.1322C46.0217 33.1359 45.991 33.1731 45.9938 33.2157L46.0149 33.5326C46.1081 34.9355 46.7533 36.2377 47.8001 37.1356L48.0728 37.3696C49.2936 38.4169 50 39.9718 50 41.6118V64.7101C50 65.3933 49.7941 66.06 49.4109 66.6167C48.8139 67.4845 47.8477 68 46.8177 68H36.438C35.4404 68 34.492 67.552 33.8389 66.7724H33.8389C33.2978 66.1261 33 65.3004 33 64.4455V41.5674C33 39.9538 33.6839 38.4212 34.8712 37.3738L35.0661 37.202V37.2019C36.1207 36.2717 36.7281 34.9105 36.7281 33.4773V33.2848C36.7281 33.2133 36.672 33.1554 36.603 33.1554C36.3348 33.1554 36.1172 32.9306 36.1172 32.6533V31.2159C36.1172 30.9385 36.3348 30.7137 36.603 30.7137C36.6721 30.7137 36.7281 30.6558 36.7281 30.5844V30.5252C36.7281 30.4648 36.7 30.408 36.6527 30.3726H36.6526L36.5736 30.3133C36.2844 30.0968 36.2656 29.6583 36.5349 29.4161L36.535 29.416C36.5773 29.378 36.6017 29.3227 36.6017 29.2646V29.0304C36.6017 28.994 36.5861 28.9598 36.5593 28.9367L36.5538 28.9322C36.2776 28.7211 36.3001 28.287 36.5963 28.1074L36.5964 28.1074L36.6495 28.0751C36.6982 28.0456 36.728 27.9917 36.7281 27.9335V27.8453C36.7281 27.4688 37.0196 27.1617 37.3836 27.1545L45.184 27.0001C45.5732 26.9924 45.8928 27.3165 45.8928 27.719V28.4972Z' fill='%23373D45'/%3e%3cpath d='M22.711 34.9138L21.0744 37.8628L24.368 37.8651L22.711 34.9126V34.9138ZM24.8999 38.8803L20.5221 38.8769C21.6892 40.1875 23.7259 40.1956 24.8999 38.8803ZM23.3451 33.9803L25.5045 37.8329C26.0489 36.2153 25.0772 34.3631 23.3451 33.9803ZM19.9277 37.8548L22.0802 33.9791C20.3481 34.3425 19.3741 36.2118 19.9277 37.8548ZM29.0584 40.1484L29.3982 40.7566C29.4016 40.7704 29.4039 40.7831 29.4039 40.7968C29.4039 40.8463 29.3766 40.8854 29.3368 40.9038C29.3027 40.9199 29.2607 40.9153 29.2243 40.9176H28.6265L24.6271 40.913C25.2704 40.5899 25.5704 40.3289 25.9705 39.9001H27.6798C27.7309 39.9093 27.7696 39.8805 27.7503 39.8254L26.5354 37.6467C26.5376 37.6892 26.5229 37.7743 26.516 37.8042C26.3478 38.5388 25.9807 39.1942 25.4727 39.7081C24.7556 40.4336 23.7452 40.8854 22.6791 40.9072C22.7041 40.9072 19.6208 40.9084 16.8318 40.9072H16.1044V40.9049C16.0498 40.8958 16.0078 40.8429 16.0078 40.79C16.0078 40.752 16.0373 40.706 16.0715 40.6451C16.1203 40.5566 16.1806 40.452 16.2078 40.4025L18.3933 36.5073C18.3468 37.1052 18.3809 37.68 18.5672 38.2526L17.6808 39.8392C17.666 39.8748 17.6864 39.9081 17.724 39.9105L20.1208 39.8955C20.0527 39.8357 19.9879 39.7736 19.9243 39.7092C19.0389 38.6722 18.8366 37.8824 18.84 36.7672C18.8514 36.1325 19.0685 35.4806 19.4026 34.7609C19.4958 34.5597 19.6163 34.2619 19.7379 34.0493L22.6269 28.8756C22.6507 28.856 22.6826 28.8445 22.7121 28.8445C22.7417 28.8445 22.7712 28.8549 22.7951 28.8721L25.3272 33.4169C25.3363 33.433 25.2829 33.3836 25.2681 33.3721C24.8101 33.0318 24.3066 32.8018 23.7668 32.6673L22.8258 30.9749C22.7769 30.8312 22.6564 30.8473 22.6076 30.9807C22.1461 31.7441 21.7472 32.5639 21.2892 33.3341C22.6132 32.8374 23.8441 33.0478 24.8101 33.6721C25.4488 34.0849 25.9239 34.6632 26.4047 35.3783C27.2979 36.9661 28.1867 38.548 29.0573 40.1484H29.0584Z' fill='white'/%3e%3cpath d='M59.8963 39.7993H66.4717V39.0722L59.8963 37.1522V39.7993ZM67.8137 32.6509H66.4717V32.1633H57.8344V35.1383L58.554 35.3485V34.63C58.554 34.1741 58.9198 33.8045 59.3712 33.8045H66.9969C67.4479 33.8045 67.8137 34.1741 67.8137 34.63V35.6483H66.4717V35.1607H59.8963V35.7404L67.2233 37.8802C67.573 37.9823 67.8137 38.3056 67.8137 38.6732V40.33C67.8137 40.7859 67.4479 41.1555 66.9969 41.1555H59.3712C58.9198 41.1555 58.554 40.7859 58.554 40.33V36.7602L57.0823 36.3305C56.7328 36.2284 56.4922 35.9051 56.4922 35.5375V31.6326C56.4922 31.1767 56.858 30.8071 57.3092 30.8071H66.9969C67.4479 30.8071 67.8137 31.1767 67.8137 31.6326V32.6509Z' fill='white'/%3e%3cpath d='M108.734 21.0898C108.734 21.0898 109.13 21.0898 109.922 21.0898C109.922 21.0898 109.922 25.0299 109.922 32.9102C109.922 32.9102 109.526 32.9102 108.734 32.9102C108.734 32.9102 108.734 29.556 108.734 22.8477C108.734 22.8477 106.388 26.2018 101.695 32.9102C101.695 32.9102 101.302 32.9102 100.516 32.9102C100.516 32.9102 100.516 28.9701 100.516 21.0898C100.516 21.0898 100.909 21.0898 101.695 21.0898C101.695 21.0898 101.695 24.444 101.695 31.1523C101.695 31.1523 104.042 27.7982 108.734 21.0898Z' fill='%23373D45'/%3e%3cpath d='M112.359 32.9102C112.359 32.9102 112.359 28.9701 112.359 21.0898C112.359 21.0898 112.753 21.0898 113.539 21.0898C113.539 21.0898 113.539 22.8216 113.539 26.2852C113.539 26.2852 115.583 26.2852 119.672 26.2852C119.672 26.2852 119.672 24.5534 119.672 21.0898C119.672 21.0898 120.065 21.0898 120.852 21.0898C120.852 21.0898 120.852 25.0299 120.852 32.9102C120.852 32.9102 120.458 32.9102 119.672 32.9102C119.672 32.9102 119.672 31.0586 119.672 27.3555C119.672 27.3555 117.628 27.3555 113.539 27.3555C113.539 27.3555 113.539 29.207 113.539 32.9102C113.539 32.9102 113.146 32.9102 112.359 32.9102Z' fill='%23373D45'/%3e%3cpath d='M124.828 31.8398C124.828 31.8398 127.505 31.8398 132.859 31.8398C132.859 31.8398 131.521 28.7044 128.844 22.4336C128.844 22.4336 127.505 25.569 124.828 31.8398ZM135.344 31.8398C135.344 31.8398 135.344 32.9232 135.344 35.0898C135.344 35.0898 135.065 35.0898 134.508 35.0898C134.508 35.0898 134.359 34.3633 134.062 32.9102C134.062 32.9102 130.586 32.9102 123.633 32.9102C123.633 32.9102 123.482 33.6367 123.18 35.0898C123.18 35.0898 122.904 35.0898 122.352 35.0898C122.352 35.0898 122.352 34.0065 122.352 31.8398C122.352 31.8398 122.758 31.8398 123.57 31.8398C123.57 31.8398 125.104 28.2565 128.172 21.0898C128.172 21.0898 128.62 21.0898 129.516 21.0898C129.516 21.0898 131.052 24.6732 134.125 31.8398C134.125 31.8398 134.531 31.8398 135.344 31.8398Z' fill='%23373D45'/%3e%3cpath d='M143.305 21.0898C143.305 21.0898 141.612 25.0299 138.227 32.9102C138.227 32.9102 137.812 32.9102 136.984 32.9102C136.984 32.9102 137.432 31.8659 138.328 29.7773C138.328 29.7773 137.083 26.8815 134.594 21.0898C134.594 21.0898 135.01 21.0898 135.844 21.0898C135.844 21.0898 136.88 23.4987 138.953 28.3164C138.953 28.3164 139.987 25.9076 142.055 21.0898C142.055 21.0898 142.471 21.0898 143.305 21.0898Z' fill='%23373D45'/%3e%3cpath d='M153.852 29.8086C153.852 29.8086 154.289 29.8086 155.164 29.8086C153.971 32.0169 152.169 33.1211 149.758 33.1211C148.888 33.1211 148.068 32.9648 147.297 32.6523C146.526 32.3398 145.867 31.9154 145.32 31.3789C144.773 30.8372 144.341 30.1914 144.023 29.4414C143.706 28.6862 143.547 27.8841 143.547 27.0352C143.547 25.8737 143.81 24.8242 144.336 23.8867C144.867 22.944 145.599 22.207 146.531 21.6758C147.469 21.1445 148.516 20.8789 149.672 20.8789C150.896 20.8789 151.995 21.1732 152.969 21.7617C153.943 22.3451 154.659 23.1445 155.117 24.1602H153.789C153.56 23.7904 153.346 23.5013 153.148 23.293C152.951 23.0846 152.711 22.8919 152.43 22.7148C151.638 22.2148 150.737 21.9648 149.727 21.9648C149.029 21.9648 148.372 22.0951 147.758 22.3555C147.143 22.6107 146.615 22.9622 146.172 23.4102C145.734 23.8529 145.388 24.3841 145.133 25.0039C144.878 25.6237 144.75 26.2852 144.75 26.9883C144.75 27.6706 144.88 28.3242 145.141 28.9492C145.406 29.569 145.763 30.1055 146.211 30.5586C146.659 31.0065 147.19 31.3633 147.805 31.6289C148.419 31.8945 149.065 32.0273 149.742 32.0273C150.294 32.0273 150.828 31.9388 151.344 31.7617C151.865 31.5846 152.328 31.332 152.734 31.0039C153.115 30.6862 153.487 30.2878 153.852 29.8086Z' fill='%23373D45'/%3e%3cpath d='M158.672 32.9102C158.672 32.9102 158.672 29.3268 158.672 22.1602C158.672 22.1602 157.771 22.1602 155.969 22.1602C155.969 22.1602 155.969 21.8034 155.969 21.0898C155.969 21.0898 158.167 21.0898 162.562 21.0898C162.562 21.0898 162.562 21.4466 162.562 22.1602C162.562 22.1602 161.661 22.1602 159.859 22.1602C159.859 22.1602 159.859 25.7435 159.859 32.9102C159.859 32.9102 159.464 32.9102 158.672 32.9102Z' fill='%23373D45'/%3e%3cpath d='M163.891 32.9102C163.891 32.9102 163.891 28.9701 163.891 21.0898C163.891 21.0898 164.977 21.0898 167.148 21.0898C167.914 21.0898 168.539 21.1367 169.023 21.2305C169.513 21.3242 169.94 21.4831 170.305 21.707C170.753 21.9727 171.099 22.3633 171.344 22.8789C171.589 23.3893 171.711 23.9857 171.711 24.668C171.711 25.2617 171.609 25.793 171.406 26.2617C171.203 26.7305 170.911 27.1055 170.531 27.3867C170.172 27.6523 169.75 27.8424 169.266 27.957C168.781 28.0716 168.141 28.1289 167.344 28.1289H165.07V32.9102H163.891ZM165.07 27.0508H167.266C168.328 27.0508 169.086 26.918 169.539 26.6523C169.852 26.4857 170.091 26.2279 170.258 25.8789C170.43 25.5299 170.516 25.1211 170.516 24.6523C170.516 24.0742 170.401 23.5924 170.172 23.207C169.943 22.8164 169.615 22.5534 169.188 22.418C168.677 22.2461 167.865 22.1602 166.75 22.1602H165.07V27.0508Z' fill='%23373D45'/%3e%3cpath d='M181.578 21.0898C181.578 21.0898 181.974 21.0898 182.766 21.0898C182.766 21.0898 182.766 25.0299 182.766 32.9102C182.766 32.9102 182.37 32.9102 181.578 32.9102C181.578 32.9102 181.578 29.556 181.578 22.8477C181.578 22.8477 179.232 26.2018 174.539 32.9102C174.539 32.9102 174.146 32.9102 173.359 32.9102C173.359 32.9102 173.359 28.9701 173.359 21.0898C173.359 21.0898 173.753 21.0898 174.539 21.0898C174.539 21.0898 174.539 24.444 174.539 31.1523C174.539 31.1523 176.885 27.7982 181.578 21.0898Z' fill='%23373D45'/%3e%3cpath d='M191.297 26.8945C191.297 26.8945 191.297 25.3164 191.297 22.1602C191.297 22.1602 190.753 22.1602 189.664 22.1602C188.544 22.1602 187.76 22.2383 187.312 22.3945C186.906 22.5247 186.589 22.7826 186.359 23.168C186.13 23.5482 186.016 24.0169 186.016 24.5742C186.016 25.0273 186.096 25.4232 186.258 25.7617C186.424 26.1003 186.659 26.3503 186.961 26.5117C187.404 26.7669 188.141 26.8945 189.172 26.8945H191.297ZM192.477 32.9102H191.297C191.297 32.9102 191.297 31.2617 191.297 27.9648C191.297 27.9648 190.549 27.9648 189.055 27.9648C189.055 27.9648 187.961 29.6133 185.773 32.9102C185.773 32.9102 185.31 32.9102 184.383 32.9102C184.383 32.9102 185.497 31.2357 187.727 27.8867C187.023 27.7982 186.438 27.5846 185.969 27.2461C185.594 26.9753 185.307 26.6107 185.109 26.1523C184.911 25.6888 184.812 25.168 184.812 24.5898C184.812 23.9232 184.932 23.3372 185.172 22.832C185.411 22.3268 185.753 21.9466 186.195 21.6914C186.555 21.4779 186.971 21.3242 187.445 21.2305C187.919 21.1367 188.526 21.0898 189.266 21.0898H192.477V32.9102Z' fill='%23373D45'/%3e%3cpath d='M110.305 45.8086C110.305 45.8086 110.742 45.8086 111.617 45.8086C110.424 48.0169 108.622 49.1211 106.211 49.1211C105.341 49.1211 104.521 48.9648 103.75 48.6523C102.979 48.3398 102.32 47.9154 101.773 47.3789C101.227 46.8372 100.794 46.1914 100.477 45.4414C100.159 44.6862 100 43.8841 100 43.0352C100 41.8737 100.263 40.8242 100.789 39.8867C101.32 38.944 102.052 38.207 102.984 37.6758C103.922 37.1445 104.969 36.8789 106.125 36.8789C107.349 36.8789 108.448 37.1732 109.422 37.7617C110.396 38.3451 111.112 39.1445 111.57 40.1602H110.242C110.013 39.7904 109.799 39.5013 109.602 39.293C109.404 39.0846 109.164 38.8919 108.883 38.7148C108.091 38.2148 107.19 37.9648 106.18 37.9648C105.482 37.9648 104.826 38.0951 104.211 38.3555C103.596 38.6107 103.068 38.9622 102.625 39.4102C102.188 39.8529 101.841 40.3841 101.586 41.0039C101.331 41.6237 101.203 42.2852 101.203 42.9883C101.203 43.6706 101.333 44.3242 101.594 44.9492C101.859 45.569 102.216 46.1055 102.664 46.5586C103.112 47.0065 103.643 47.3633 104.258 47.6289C104.872 47.8945 105.518 48.0273 106.195 48.0273C106.747 48.0273 107.281 47.9388 107.797 47.7617C108.318 47.5846 108.781 47.332 109.188 47.0039C109.568 46.6862 109.94 46.2878 110.305 45.8086Z' fill='%23373D45'/%3e%3cpath d='M115.125 48.9102C115.125 48.9102 115.125 45.3268 115.125 38.1602C115.125 38.1602 114.224 38.1602 112.422 38.1602C112.422 38.1602 112.422 37.8034 112.422 37.0898C112.422 37.0898 114.62 37.0898 119.016 37.0898C119.016 37.0898 119.016 37.4466 119.016 38.1602C119.016 38.1602 118.115 38.1602 116.312 38.1602C116.312 38.1602 116.312 41.7435 116.312 48.9102C116.312 48.9102 115.917 48.9102 115.125 48.9102Z' fill='%23373D45'/%3e%3cpath d='M120.344 48.9102C120.344 48.9102 120.344 44.9701 120.344 37.0898C120.344 37.0898 122.497 37.0898 126.805 37.0898C126.805 37.0898 126.805 37.4466 126.805 38.1602C126.805 38.1602 125.044 38.1602 121.523 38.1602C121.523 38.1602 121.523 39.5716 121.523 42.3945C121.523 42.3945 123.227 42.3945 126.633 42.3945C126.633 42.3945 126.633 42.7539 126.633 43.4727C126.633 43.4727 124.93 43.4727 121.523 43.4727C121.523 43.4727 121.523 44.9284 121.523 47.8398C121.523 47.8398 123.284 47.8398 126.805 47.8398C126.805 47.8398 126.805 48.1966 126.805 48.9102C126.805 48.9102 124.651 48.9102 120.344 48.9102Z' fill='%23373D45'/%3e%3cpath d='M135.461 48.9102C135.461 48.9102 133.674 47.0742 130.102 43.4023C130.102 43.4023 130.102 45.2383 130.102 48.9102C130.102 48.9102 129.708 48.9102 128.922 48.9102C128.922 48.9102 128.922 44.9701 128.922 37.0898C128.922 37.0898 129.315 37.0898 130.102 37.0898C130.102 37.0898 130.102 38.8971 130.102 42.5117C130.102 42.5117 131.898 40.7044 135.492 37.0898C135.492 37.0898 136.016 37.0898 137.062 37.0898C137.062 37.0898 135.117 39.0404 131.227 42.9414C131.227 42.9414 133.172 44.931 137.062 48.9102C137.062 48.9102 136.529 48.9102 135.461 48.9102Z' fill='%23373D45'/%3e%3cpath d='M147.539 48.9102C147.539 48.9102 146.052 45.418 143.078 38.4336C143.078 38.4336 141.589 41.9258 138.609 48.9102C138.609 48.9102 138.185 48.9102 137.336 48.9102C137.336 48.9102 139.031 44.9701 142.422 37.0898C142.422 37.0898 142.859 37.0898 143.734 37.0898C143.734 37.0898 145.43 41.0299 148.82 48.9102C148.82 48.9102 148.393 48.9102 147.539 48.9102Z' fill='%23373D45'/%3e%3cpath d='M149.18 48.9102C149.18 48.9102 150.87 44.9701 154.25 37.0898C154.25 37.0898 154.693 37.0898 155.578 37.0898C155.578 37.0898 157.273 41.0299 160.664 48.9102C160.664 48.9102 160.232 48.9102 159.367 48.9102C159.367 48.9102 158.797 47.582 157.656 44.9258C157.656 44.9258 155.82 44.9258 152.148 44.9258C152.148 44.9258 151.573 46.2539 150.422 48.9102C150.422 48.9102 150.008 48.9102 149.18 48.9102ZM152.602 43.8555C152.602 43.8555 154.133 43.8555 157.195 43.8555C157.195 43.8555 156.438 42.0482 154.922 38.4336C154.922 38.4336 154.148 40.2409 152.602 43.8555Z' fill='%23373D45'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_3391_119' x1='37.0389' y1='4.20411' x2='40.6013' y2='38.4989' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%2300A4E3'/%3e%3cstop offset='1' stop-color='%23A0E5FF'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear_3391_119' x1='42.824' y1='16.2275' x2='45.3526' y2='13.392' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='white'/%3e%3cstop offset='1' stop-color='white' stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient id='paint2_linear_3391_119' x1='8.84301' y1='26.0738' x2='34.4835' y2='50.9525' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%2300A4E3'/%3e%3cstop offset='1' stop-color='%23A0E5FF'/%3e%3c/linearGradient%3e%3clinearGradient id='paint3_linear_3391_119' x1='10.2792' y1='23.192' x2='40.0243' y2='60.6063' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FF5F01'/%3e%3cstop offset='1' stop-color='%23FFC19D'/%3e%3c/linearGradient%3e%3clinearGradient id='paint4_linear_3391_119' x1='71.834' y1='58.2647' x2='65.6363' y2='19.3839' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FF5F01'/%3e%3cstop offset='1' stop-color='%23993901'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e ") 50% 50% no-repeat;
}

.f_copy	{
	position:relative;
}
.f_copy > span	{
	display:table-cell;	
	width:100%;
	vertical-align:middle;
	text-align:left;
    color: #9A9A9A;
    font-size: 14px;
}
.f_copy b	{
	font-weight:400;
	color:#373D45;
}

.almaUp	{
	position:absolute;
	display:block;
	top:10px;
	left:600px;
	width:60px;
	height:60px;
	font-size:12px;
	background:url(pics/sprite.png) 0 -1018px no-repeat;	
}
.almaUp:hover, .almaUp:active	{
	background:url(pics/sprite.png) -60px -1018px no-repeat;	
}

.f_couner	{
	position:absolute;
	display:block;
	top:25px;
	left:490px;
	width:100px;
}
.f_privacy	{
	position:relative;
	color:#9A9A9A;
	font-size:14px;
	text-decoration:none;
}

.f_privacy:hover	{
	color:#373D45;	
}

.f_captcha	{
	position:absolute;
	top:10px;
	right:20%;
}


.f_linkall	{
	/* position:absolute;
	
	top:40px;
	right:10px; */
	display:block;
	position: relative;
	width:180px;
	font-size:14px;
	color:#9A9A9A;
	text-decoration:none;
	line-height:15px;
	text-align:left;
	font-size: 12px;
	color:#9A9A9A;
	padding:0 10px 0 10px;
}
.f_linkall:hover	{
	color:#373D45;
}
.f_linkall::before	{
	content:'';
	position:absolute;
	display:block;
	top:6px;
	opacity:0.7;
	right:0;
	width:78px;
	height:15px;
	transition:duration:0.2s;
	background:url("data:image/svg+xml;charset=UTF-8, %3csvg viewBox='0 0 110 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.7419 20.5161H13.6568V4.32127H10.2112C9.14979 4.32127 8.27323 5.15046 8.21432 6.21026L8.08078 8.61247C7.51423 18.8996 5.75495 20.5161 0.745459 20.5161H0V16.6129V16.6129C0.306946 16.8928 0.709228 17.0588 1.12315 17.024C3.32835 16.8386 4.06312 15.4497 4.47276 8.61247L4.72065 4.39344C4.83261 2.48793 6.41053 1 8.31933 1V1H17.7419V20.5161Z' fill='%239A9A9A'/%3e%3cpath d='M109.677 20.5161H105.592V4.32127H102.146C101.085 4.32127 100.208 5.15046 100.149 6.21026L100.016 8.61247C99.4493 18.8996 97.69 20.5161 92.6805 20.5161H91.9351V16.6129V16.6129C92.242 16.8928 92.6443 17.0588 93.0582 17.024C95.2634 16.8386 95.9982 15.4497 96.4078 8.61247L96.6557 4.39344C96.7677 2.48793 98.3456 1 100.254 1V1H109.677V20.5161Z' fill='%239A9A9A'/%3e%3cpath d='M23.6073 20.5161H19.7417V1H23.6667V13.7266L31.3979 1H35.7094V20.5161H31.8141V7.23105L23.6073 20.5161Z' fill='%239A9A9A'/%3e%3cpath d='M53.6772 20.5161H49.522V11.7574H41.835V20.5161H37.7095V1H41.835V8.34794H49.522V1H53.6772V20.5161Z' fill='%239A9A9A'/%3e%3cpath d='M73.4192 20.5161H68.2227L62.1652 11.728L59.8898 13.8736V20.5161H55.6772V1H59.8898V8.93578L67.6999 1H73.2347L65.1786 8.70064L73.4192 20.5161Z' fill='%239A9A9A'/%3e%3cpath d='M82.2077 17.7169C85.2763 17.7169 87.7311 15.6149 87.7311 10.9004C87.7311 6.18591 85.7672 3.69353 82.2077 3.69353C78.6175 3.69353 76.6229 6.18591 76.6229 10.9004C76.6229 15.6149 78.6788 17.7169 82.2077 17.7169ZM82.2077 21.2903C75.9478 21.2903 72.4189 17.5367 72.4189 10.8103C72.4189 4.05387 75.9478 0 82.2077 0C88.4676 0 91.9351 4.05387 91.9351 10.9004C91.9351 17.7469 88.4676 21.2903 82.2077 21.2903Z' fill='%239A9A9A'/%3e%3c/svg%3e ") 0 0 no-repeat;
}
.f_linkall:hover::before	{
		opacity:1;
}


/* Стили для футера - Блоки - Начало */
.fcolmn_25	{
	width:21%;
	padding:10px 0;
	position:absolute;
	left:1%;
}
.fcolmn_25_2	{
	width:19%;
	padding:10px 0;
	position:absolute;
	left:26%;
}
.fcolmn_25_3	{
	width:21%;
	padding:10px 0;
	position:absolute;
	left:47%;
}
.fcolmn_25_4	{
	width:29%;
	padding:10px 0;
	position:absolute;
	left:70%;
}

.fcolmn_33	{
    position: relative;
    flex: 1 0 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
}

.fcolmn_33_2	{
	width:31.3%;
	position:absolute;
	padding:10px 0;
	left:33.3%;
}
.fcolmn_33_3	{
	width:31.3%;
	padding:10px 0;
	position:absolute;
	left:66.6%;
}
.fcolmn_33_4	{
	width:31.3%;
	position:absolute;
	padding:10px 0;
	left:100%;
}

.fcolmn_header_name, a.fcolmn_header_name	{
	display:block;
	text-decoration:none;
	line-height:36px;
	font-size:24px;
	position:relative;
	padding:0 0 10px 0;
	color:#ffffff;
	font-weight:normal;
}
.fcolmn_header_name::before	{
	content:'';
	position:absolute;
	display:block;
	width:36px;
	height:36px;
	left:0;
	top:0;
	background:url(pics/sprite.png) -0px -730px no-repeat;
}

/* -- Стили для футера - Иконки - Начало */
.f_sm_home, a.f_sm_home, .f_sm_phone, a.f_sm_phone, .f_sm_mail, a.f_sm_mail, .f_sm_adress, a.f_sm_adress, .f_sm_sitemap, a.f_sm_sitemap, .f_sm_time, a.f_sm_time, .f_sm_favorite, a.f_sm_favorite	{
	width:50%;
	position:relative;
	display:block;
	line-height:20px;
	color:#373D45;
	text-decoration:none;
	font-size:20px;
}

/*
.f_sm_home::before, a.f_sm_home::before, .f_sm_phone::before, a.f_sm_phone::before, .f_sm_mail::before, a.f_sm_mail::before, .f_sm_adress::before, a.f_sm_adress::before, .f_sm_sitemap::before, a.f_sm_sitemap::before, .f_sm_time::before, a.f_sm_time::before, .f_sm_favorite::before, a.f_sm_favorite::before	{
	content:'';
	width:30px;
	height:30px;
	background-image:url(pics/sprite.png);
	background-repeat:no-repeat;
	position:absolute;
	top:10px;
	left:2px;
}*/

a.f_sm_home:hover, a.f_sm_phone:hover, a.f_sm_mail:hover, a.f_sm_adress:hover, a.f_sm_sitemap:hover, a.f_sm_time:hover, a.f_sm_favorite:hover	{
	color:#373D45;
}

.f_sm_home::before	{
	background-position: 0 -260px;
	top:10px;
	left:2px;
}
a.f_sm_home:hover::before	{
	background-position: 0 -290px;	
}

.f_sm_phone::before	{
	background-position: -30px -260px;
	top:10px;
	left:2px;
}
a.f_sm_phone:hover::before	{
	background-position: -30px -290px;	
}

.f_sm_mail::before	{
	background-position: -60px -260px;
	top:10px;
	left:2px;
}
a.f_sm_mail:hover::before	{
	background-position: -60px -290px;	
}

.f_sm_adress::before	{
	background-position: -90px -260px;
	top:10px;
	left:2px;
}
a.f_sm_adress:hover::before	{
	background-position: -90px -290px;	
}

.f_sm_sitemap::before	{
	background-position: -120px -260px;
	top:10px;
	left:2px;
}
a.f_sm_sitemap:hover::before	{
	background-position: -120px -290px;	
}

.f_sm_time::before	{
	background-position: -150px -260px;
	top:10px;
	left:2px;
}
a.f_sm_time:hover::before	{
	background-position: -150px -290px;	
}

.f_sm_favorite::before	{
	background-position: -180px -260px;
	top:10px;
	left:2px;
}
a.f_sm_favorite:hover::before	{
	background-position: -180px -290px;	
}
/* -- Стили для футера - Иконки - Конец */
/* -- Стили для футера - Меню - Начало */
.f_menu a	{
	width:100%;
	position:relative;
	display:block;
	padding:15px 0 15px 0px;
	line-height:20px;
	color:#373D45;
	text-decoration:none;
	font-size:20px;
}

/*

.f_menu a::before	{
	content:'';
	width:20px;
	height:20px;
	background:url(pics/sprite.png) -20px -450px no-repeat;
	position:absolute;
	top:5px;
	left:2px;
}
*/

.f_menu a:hover	{
	color:#373D45;
}

.f_menu a:hover::before	{
	background:url(pics/sprite.png) -40px -450px no-repeat;	
}
/* -- Стили для футера - Меню - Конец */
/* Стили для футера - Конец */



@media screen and (max-width: 1249px) {
	footer, .footer_after,
	.f_logo,
	.f_menu,
	.fcolmn_header_name,
	.f_sm_home, a.f_sm_home, .f_sm_phone, a.f_sm_phone, .f_sm_mail, a.f_sm_mail, .f_sm_adress, a.f_sm_adress, .f_sm_sitemap, a.f_sm_sitemap, .f_sm_time, a.f_sm_time, .f_sm_favorite, a.f_sm_favorite,
	.f_copy, .almaUp, .f_linkall, .f_couner, .f_privacy, .f_captcha	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		top:0;
		left:0;
		right:0;
		bottom:0;
	}
	.fcolmn_header_name	{
		display:block;
	}
	footer, .footer_after	{
		height:auto;
		padding:0;
		margin:0;
		width:100%;	
	}
	footer .mid, .footer_after .mid	{
		min-width:100%;
		padding:0 2%;
		box-sizing:border-box;
	}
	.f_copy	{
		display:block;
		width:90%;
		margin:0 auto;
	}
	
	.fcolmn_25, .fcolmn_25_2, .fcolmn_25_3, .fcolmn_25_4, .fcolmn_33, .fcolmn_33_2, .fcolmn_33_3, .fcolmn_33_4	{
		position:relative;
		top:0;
		left:0;
		right:0;
		bottom:0;
		margin:0 auto;
		width:100%;
	}
	
	header, .footer_after	{
		text-align:center !important;
	}
}


@media print	{
	footer, .footer_after	{
		display:none !important;
	}
}

/* Стили для шапки - Начало */
.header_intro	{
	position:relative;
	min-height:100px;
}
.header_intro .header_intro_cont	{
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:10;
}
.small_header	{
	width:100%;
	max-width:100%;
	height:40px;
	background:#444444;
	 /* url(pics/bg_small_header.png) 50% 0 repeat; */
	overflow:hidden;
	color:#f8f8f8;
	z-index:120;
}
.small_header .mid	{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.small_header a	{
	color:#ffffff;	
}
.small_header a:hover	{
	color:rgba(255, 0, 100, 1);	
}

header	{
	height:100px;
	position:relative;
	background:transparent;
	/* url(pics/bg_header.png) 50% 0 repeat; */
	color:#484848;
	z-index:100;
}
.header_intro header	{
	background:transparent;
}
header .mid	{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
}
header a	{
	color:#484848;	
}
header a:hover	{
	color:#444444;	
}
/* header::before	{
	content:'';
	position:absolute;
	display:block;
	width:100%;
	height:8px;
	background:url(pics/bg_shadow.png) 50% 100% / 100% 100% no-repeat;
	top:100%;
	left:0;
	z-index:-1;
}

header::after	{
	content:'';
	display:block;
	clear:both;
} */

.logo, a.logo, a.logo:hover, a.logo:active	{
	/* position:absolute; */
	/* top:6px;
	left:0px; */
	position:relative;
	width:193px;
	display:block;
	height:70px;
	background:url("data:image/svg+xml;charset=UTF-8, %3csvg viewBox='0 0 193 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M46.8217 8.76807L46.571 7.47292C46.5111 7.16313 46.6675 6.85179 46.9515 6.71595C47.205 6.59462 47.3601 6.33116 47.3433 6.04973L47.2167 3.9181C47.2055 3.73084 47.117 3.55675 46.9723 3.43786C46.817 3.31011 46.7269 3.11916 46.7269 2.9176V2.84955C46.7269 2.7096 46.7791 2.57471 46.8733 2.47148L46.8974 2.44507C47.0707 2.2551 47.0788 1.9663 46.9164 1.76686C46.8489 1.68404 46.8087 1.58233 46.8011 1.47566L46.7372 0.578068C46.7304 0.481687 46.7011 0.388276 46.6516 0.305388C46.5387 0.116443 46.3339 0.00234693 46.1145 0.00616595L37.1274 0.162534C36.8068 0.168112 36.5499 0.430432 36.5499 0.75211V0.84145C36.5499 0.989039 36.4742 1.12623 36.3495 1.20453C36.107 1.35682 36.0795 1.70061 36.2946 1.88977L36.3856 1.96976C36.49 2.06157 36.5499 2.19409 36.5499 2.33338V2.39985C36.5499 2.54212 36.4698 2.6722 36.343 2.7359C36.11 2.85296 36.0644 3.16701 36.2543 3.34596L36.4552 3.53515C36.5156 3.59208 36.5499 3.67153 36.5499 3.75469C36.5499 3.92101 36.4155 4.05584 36.2498 4.05584H36.2064C36.0166 4.05584 35.8628 4.21015 35.8628 4.40051V6.14233C35.8628 6.37433 35.9818 6.58998 36.1779 6.71309C36.4038 6.855 36.5247 7.11769 36.4857 7.38235L36.3245 8.47582C36.0358 10.4331 34.7961 12.1182 33.0169 12.9714L32.729 13.1094C31.1249 13.8787 29.9497 15.3298 29.5274 17.0626L29.3337 17.8572C29.221 18.3196 29.1641 18.7939 29.1641 19.2699V47.7475C29.1641 48.3305 29.2508 48.9103 29.4215 49.4676L29.8014 50.7084C30.0515 51.5248 30.6388 52.1943 31.4142 52.5468C31.7991 52.7217 32.2167 52.8122 32.6393 52.8122H50.1664C50.6164 52.8122 51.0612 52.7159 51.471 52.5296C52.2282 52.1854 52.8198 51.5559 53.1178 50.7774L53.5469 49.6564C53.8074 48.9759 53.9409 48.2531 53.9409 47.5242V19.442C53.9409 18.8528 53.8537 18.2669 53.682 17.7035L53.3855 16.7302C52.9171 15.1926 51.8481 13.9108 50.4222 13.1769L49.9352 12.9263C48.3163 12.0931 47.1685 10.5601 46.8217 8.76807Z' fill='url(%23paint0_linear_3391_119)'/%3e%3cmask id='mask0_3391_119' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='36' y='10' width='11' height='11'%3e%3cpath d='M45.4515 15.7009C45.9553 15.7009 46.3726 16.1197 46.2774 16.6224C46.1209 17.4487 45.7555 18.2252 45.2103 18.8725C44.466 19.7561 43.4353 20.3403 42.3044 20.5194C41.1735 20.6988 40.0168 20.4613 39.0429 19.8502C38.0691 19.2389 37.3423 18.2941 36.9936 17.1862C36.645 16.0783 36.6975 14.8804 37.1417 13.8086C37.5859 12.7365 38.3924 11.8612 39.4159 11.3402C40.4393 10.8195 41.6123 10.6876 42.723 10.9683C43.5366 11.174 44.2775 11.5911 44.8768 12.1718C45.2414 12.5251 45.1407 13.1122 44.7303 13.4093C44.32 13.7063 43.7557 13.5935 43.3532 13.2857C43.0366 13.0435 42.6731 12.8663 42.2827 12.7677C41.5942 12.5936 40.8672 12.6754 40.2329 12.9981C39.5985 13.3211 39.0986 13.8634 38.8233 14.5279C38.548 15.1925 38.5154 15.935 38.7315 16.6216C38.9476 17.3081 39.3981 17.8938 40.0016 18.2727C40.6052 18.6514 41.3222 18.7985 42.0232 18.6874C42.7241 18.5763 43.3629 18.2144 43.8243 17.6667C44.086 17.3561 44.2807 16.9973 44.4004 16.6135C44.5525 16.1254 44.9476 15.7009 45.4515 15.7009Z' fill='white'/%3e%3c/mask%3e%3cg mask='url(%23mask0_3391_119)'%3e%3cpath d='M38.3944 9.34997C39.9042 8.59157 41.6343 8.39971 43.2729 8.80853H43.2732C44.4731 9.10797 45.566 9.71514 46.4499 10.5607L46.5237 10.6335C47.5069 11.6312 47.5568 12.9006 47.1181 13.9191C48.0876 14.5072 48.7917 15.6085 48.5165 17.0431C48.2857 18.2465 47.7466 19.3773 46.9426 20.3199L46.9423 20.3202C45.8442 21.6068 44.3237 22.4572 42.6553 22.7181L42.6556 22.7184C40.987 22.9797 39.2807 22.6337 37.8443 21.7439H37.844C36.4074 20.8537 35.335 19.4777 34.8207 17.8643C34.3064 16.2508 34.384 14.506 35.0393 12.9448L35.1024 12.7994C35.7693 11.3043 36.9317 10.0851 38.394 9.35027L38.3944 9.34997ZM41.7432 14.978C41.5716 14.9352 41.39 14.9551 41.2314 15.0348C41.0728 15.1147 40.9483 15.2485 40.8798 15.4118C40.811 15.5757 40.803 15.7587 40.8568 15.9277C40.9108 16.097 41.0235 16.2416 41.1742 16.335C41.325 16.4282 41.5041 16.4644 41.6788 16.437C41.8539 16.4096 42.0134 16.3202 42.1285 16.1854C42.1937 16.1089 42.2423 16.0205 42.2723 15.9259L42.3043 15.8292C42.3519 15.6931 42.4116 15.5504 42.4835 15.4055C42.3072 15.3112 42.148 15.2093 42.0107 15.1056L42.0104 15.1053C41.9314 15.0457 41.8409 15.0022 41.7438 14.978H41.7432Z' fill='url(%23paint1_linear_3391_119)'/%3e%3c/g%3e%3cpath d='M7.19043 21.779C7.17324 21.7932 7.16322 21.8148 7.16233 21.839C7.16162 21.8631 7.15166 21.8847 7.13447 21.8989L6.54072 22.3923C6.52353 22.4066 6.51351 22.4282 6.51286 22.4522C6.51221 22.4762 6.50195 22.4979 6.48476 22.5122L6.23397 22.7206C6.21678 22.7349 6.20676 22.7565 6.20587 22.7807C6.2054 22.8049 6.1952 22.8263 6.17802 22.8406L6.07944 22.9225C6.06225 22.9367 6.05223 22.9583 6.05176 22.9826C6.05087 23.0068 6.04085 23.0284 6.02366 23.0427L6.0124 23.052C5.9881 23.0722 5.97381 23.1027 5.97286 23.1366L5.96878 23.2824C5.9683 23.2996 5.97452 23.317 5.98602 23.3309C5.99752 23.3448 6.00375 23.3622 6.00321 23.3794L6.00292 23.3903C6.00227 23.4143 6.01122 23.4391 6.02746 23.4588L6.04844 23.4843C6.06468 23.5039 6.07363 23.5288 6.07292 23.5528C6.07203 23.577 6.08074 23.6016 6.09699 23.6212L6.87366 24.5622C6.8899 24.5818 6.91243 24.595 6.93626 24.5987C6.96009 24.6027 6.98255 24.6159 6.99879 24.6355L7.0094 24.6484C7.03234 24.6762 7.06405 24.6949 7.09749 24.7004L7.24105 24.7235C7.258 24.7262 7.27424 24.722 7.28639 24.7119C7.29854 24.7018 7.31479 24.6976 7.33168 24.7004L7.34241 24.7021C7.36624 24.7057 7.38924 24.6998 7.40643 24.6856L7.46677 24.6354C7.48413 24.621 7.50713 24.6151 7.53078 24.6189C7.55461 24.623 7.57743 24.6169 7.59462 24.6026L7.62485 24.5774C7.66154 24.547 7.7105 24.5346 7.76083 24.5428L7.82591 24.5532C7.8763 24.5613 7.92389 24.5894 7.95827 24.6312L7.9869 24.6658C8.00314 24.6855 8.02561 24.6986 8.0492 24.7024C8.07309 24.7065 8.09555 24.7197 8.11179 24.7394L8.49264 25.2008C8.50888 25.2205 8.51759 25.2451 8.51694 25.269C8.51646 25.2933 8.52518 25.3179 8.54142 25.3376L9.17412 26.1041C9.19036 26.1238 9.19907 26.1484 9.19842 26.1724C9.19795 26.1966 9.20666 26.2212 9.2229 26.2409L9.5319 26.6152C9.54814 26.6349 9.55685 26.6595 9.5562 26.6835C9.55531 26.7077 9.5642 26.7321 9.58068 26.7521L9.70955 26.9081C9.72597 26.9281 9.73468 26.9527 9.73403 26.9766C9.73314 27.0008 9.74185 27.0255 9.75827 27.0454L9.81523 27.1144C9.83147 27.1341 9.84042 27.1584 9.83971 27.1829C9.83906 27.2069 9.84777 27.2315 9.86402 27.2512L9.92116 27.3205C9.9374 27.3401 9.94611 27.3647 9.94546 27.3887C9.94481 27.4127 9.9537 27.4376 9.96994 27.4572L9.99098 27.4827C10.0072 27.5024 10.0159 27.5269 10.0155 27.5512L10.0152 27.5621C10.0147 27.5793 10.0209 27.5967 10.0324 27.6106C10.0439 27.6245 10.0501 27.6418 10.0496 27.6591L10.0493 27.6699C10.0486 27.6939 10.0573 27.7186 10.0738 27.7385L10.0842 27.7511C10.1073 27.7791 10.1198 27.8139 10.1187 27.848L10.1166 27.9187C10.1162 27.9355 10.1226 27.9531 10.1341 27.967C10.1456 27.9809 10.1516 27.9984 10.1513 28.0155L10.1484 28.1126C10.1479 28.1298 10.1541 28.1471 10.1656 28.161C10.1771 28.175 10.1833 28.1923 10.1828 28.2095L10.1759 28.4572C10.1756 28.4742 10.1818 28.4916 10.1933 28.5055C10.2048 28.5194 10.211 28.5368 10.2105 28.554L10.2036 28.8017C10.2029 28.8186 10.196 28.8342 10.1838 28.8442C10.1717 28.8543 10.1645 28.8696 10.1638 28.8865L10.155 29.2096C10.1543 29.2266 10.1472 29.2418 10.135 29.2519C10.1229 29.262 10.1157 29.2772 10.1152 29.2944L10.1104 29.4669C10.1101 29.484 10.103 29.4992 10.0906 29.5095C10.0785 29.5195 10.0713 29.5348 10.0711 29.5518L10.0663 29.7243C10.0655 29.7413 10.0584 29.7565 10.0462 29.7666C10.0341 29.7767 10.027 29.7919 10.0265 29.8091L10.0238 29.9065C10.0233 29.9232 10.0164 29.9387 10.004 29.949C9.99181 29.9591 9.98464 29.9743 9.98417 29.991L9.98144 30.0884C9.98096 30.1056 9.97385 30.1209 9.9617 30.1309C9.94955 30.141 9.94238 30.1563 9.9419 30.1734L9.94107 30.1954C9.94084 30.2124 9.93366 30.2276 9.92151 30.2377C9.90912 30.248 9.90201 30.2632 9.90177 30.2803L9.89905 30.3776C9.89834 30.3946 9.89116 30.4098 9.87901 30.4199C9.86686 30.43 9.85975 30.4452 9.85927 30.4624L9.85441 30.6349C9.85418 30.652 9.847 30.6672 9.83485 30.6772C9.82246 30.6875 9.81535 30.7028 9.81488 30.7195L9.80812 30.9675C9.80747 30.9844 9.8003 30.9996 9.78814 31.0098C9.77599 31.0199 9.76888 31.035 9.76835 31.0523L9.76355 31.2248C9.76307 31.242 9.7559 31.2572 9.74375 31.2673C9.7316 31.2774 9.72448 31.2926 9.72401 31.3099L9.72336 31.3316C9.72288 31.3488 9.71577 31.364 9.70362 31.3741C9.69147 31.3842 9.68429 31.3994 9.68382 31.4166L9.68109 31.514C9.68062 31.5307 9.67351 31.546 9.66112 31.5563C9.64897 31.5664 9.64179 31.5816 9.64156 31.5986L9.63225 31.9217C9.63201 31.9387 9.62484 31.9539 9.61275 31.9639C9.60036 31.9742 9.59319 31.9895 9.59295 32.0065L9.58365 32.3295C9.58341 32.3465 9.57624 32.3618 9.56409 32.3719C9.55176 32.3822 9.54458 32.3974 9.54435 32.4144L9.53297 32.8126C9.53267 32.8296 9.52556 32.8449 9.51341 32.855C9.50102 32.8653 9.4939 32.8805 9.49343 32.8972L9.45057 34.4241C9.45034 34.4411 9.45632 34.4587 9.46782 34.4726C9.47926 34.4865 9.48549 34.5039 9.48525 34.5209L9.47174 34.9943C9.47126 35.0115 9.47748 35.0288 9.48898 35.0428C9.50042 35.0567 9.50671 35.074 9.50641 35.091L9.50368 35.1884C9.50303 35.2054 9.50926 35.2227 9.52093 35.2369C9.53237 35.2508 9.53866 35.2682 9.53795 35.2851L9.53308 35.4576C9.53285 35.4747 9.53907 35.492 9.55057 35.5059C9.56201 35.5199 9.568 35.5374 9.56776 35.5544L9.5629 35.7269C9.56243 35.7442 9.56865 35.7616 9.58015 35.7754C9.59165 35.7893 9.59787 35.8067 9.5974 35.8239L9.5904 36.0716C9.58993 36.0884 9.59621 36.1057 9.60789 36.1199C9.61933 36.1338 9.62538 36.1514 9.6249 36.1681L9.62218 36.2655C9.62164 36.2827 9.62792 36.3001 9.63936 36.314C9.65086 36.3279 9.65709 36.3453 9.65661 36.3625L9.65596 36.3842C9.65549 36.4014 9.66171 36.4188 9.67321 36.4327C9.68471 36.4466 9.69093 36.464 9.69046 36.4812L9.68844 36.5518C9.6875 36.5858 9.69994 36.6205 9.72312 36.6486C9.74606 36.6764 9.75857 36.7112 9.75738 36.7453L9.75347 36.8914C9.75276 36.9083 9.75904 36.9257 9.77048 36.9396C9.78216 36.9537 9.78844 36.9712 9.78797 36.9879L9.78731 37.0101C9.78684 37.0273 9.79306 37.0447 9.80456 37.0586C9.816 37.0725 9.82223 37.0899 9.82175 37.1071L9.81903 37.204C9.81855 37.2212 9.82478 37.2386 9.83628 37.2525C9.84777 37.2663 9.854 37.2838 9.85352 37.301L9.85287 37.3231C9.8524 37.3399 9.85862 37.3573 9.8703 37.3714C9.8818 37.3853 9.88802 37.4027 9.88731 37.4197L9.88672 37.4418C9.88648 37.4589 9.8927 37.4762 9.90414 37.4901C9.91564 37.5041 9.92163 37.5216 9.92139 37.5387L9.92056 37.5606C9.92027 37.5776 9.92631 37.5952 9.93775 37.609C9.94925 37.6229 9.95548 37.6403 9.95524 37.6574L9.95459 37.6796C9.95388 37.6965 9.9601 37.7139 9.9716 37.7277C9.98328 37.7419 9.9895 37.7593 9.98909 37.7761L9.98843 37.7983C9.98796 37.8155 9.99418 37.8328 10.0057 37.8467C10.0171 37.8607 10.0233 37.878 10.0229 37.8952L10.0223 37.917C10.0218 37.9342 10.028 37.9515 10.0395 37.9654C10.051 37.9794 10.0572 37.9967 10.0567 38.0139L10.0563 38.0359C10.0557 38.0529 10.0619 38.0702 10.0733 38.0842C10.0851 38.0983 10.0913 38.1157 10.0906 38.1326L10.0899 38.1548C10.0894 38.1716 10.0957 38.1889 10.1074 38.2031C10.1188 38.217 10.1251 38.2344 10.1244 38.2513L10.1243 38.2625C10.1234 38.2867 10.1324 38.3111 10.1486 38.3307L10.2057 38.4C10.222 38.4197 10.2307 38.4443 10.2298 38.4685L10.2297 38.4796C10.229 38.4965 10.2353 38.5139 10.2469 38.5281C10.2584 38.542 10.2647 38.5594 10.2642 38.5761L10.2622 38.6468C10.2612 38.6812 10.2737 38.7159 10.2967 38.7438L10.3073 38.7566C10.3235 38.7762 10.3322 38.8009 10.3315 38.8249L10.3315 38.836C10.3307 38.853 10.337 38.8703 10.3485 38.8842C10.3601 38.8984 10.3664 38.9158 10.3657 38.9327L10.3656 38.9438C10.3649 38.9679 10.3736 38.9924 10.3898 39.0121L10.4109 39.0376C10.4273 39.0575 10.436 39.0821 10.4354 39.1061C10.4345 39.1303 10.4434 39.1547 10.4598 39.1747L10.4809 39.2001C10.4971 39.2197 10.5058 39.2444 10.5054 39.2686L10.5048 39.2797C10.5044 39.2965 10.5103 39.314 10.522 39.3282C10.5335 39.3421 10.5397 39.3594 10.5393 39.3762L10.539 39.3875C10.5383 39.4115 10.547 39.4361 10.5632 39.4558L10.5844 39.4815C10.6007 39.5012 10.6094 39.5258 10.6087 39.5498L10.6087 39.5609C10.608 39.5779 10.6142 39.5953 10.6256 39.6091C10.6374 39.6233 10.6436 39.6407 10.6429 39.6576L10.6428 39.6688C10.6421 39.6927 10.6508 39.7174 10.6671 39.737L10.6881 39.7625C10.7045 39.7824 10.7132 39.807 10.7126 39.831C10.7119 39.855 10.7206 39.8796 10.7371 39.8996L10.7581 39.925C10.7743 39.9447 10.783 39.9693 10.7824 39.9932C10.7819 40.0175 10.7906 40.0421 10.8068 40.0618L10.8279 40.0873C10.8443 40.1072 10.853 40.1318 10.8524 40.1558C10.8515 40.18 10.8604 40.2044 10.8766 40.2241L10.8979 40.2498C10.9141 40.2694 10.9228 40.2941 10.9219 40.3182C10.9215 40.3425 10.9302 40.3671 10.9464 40.3868L11.0033 40.4558C11.0198 40.4757 11.0288 40.5001 11.0279 40.5243C11.0272 40.5483 11.0359 40.5729 11.0524 40.5929L11.2171 40.7924C11.2336 40.8124 11.2423 40.837 11.2416 40.861C11.241 40.885 11.2497 40.9096 11.2661 40.9295L11.3231 40.9985C11.3393 41.0182 11.348 41.0428 11.3475 41.067C11.3469 41.0911 11.3556 41.1157 11.3718 41.1353L11.465 41.2481C11.4812 41.2678 11.4899 41.2924 11.4892 41.3164C11.4888 41.3407 11.4975 41.3653 11.5138 41.3849L11.6069 41.4977C11.6231 41.5174 11.6318 41.542 11.6311 41.566C11.6305 41.59 11.6392 41.6146 11.6556 41.6345L11.7845 41.7906C11.8009 41.8106 11.8097 41.8352 11.8089 41.8592C11.8081 41.8834 11.8168 41.908 11.8332 41.9279L12.0342 42.1713C12.0504 42.191 12.0594 42.2154 12.0584 42.2396C12.0578 42.2636 12.0667 42.2884 12.083 42.3081L12.3917 42.6822C12.4082 42.7021 12.4169 42.7268 12.4162 42.7507C12.4156 42.7748 12.4243 42.7993 12.4405 42.819L15.7357 46.811C15.752 46.8306 15.7744 46.8438 15.7981 46.8476C15.8217 46.8514 15.8441 46.8646 15.8606 46.8845L17.8243 49.2635C17.8406 49.2831 17.863 49.2963 17.8869 49.3004C17.9107 49.304 17.933 49.3174 17.9492 49.3371L20.7046 52.6751C20.7208 52.6947 20.7433 52.7079 20.7674 52.7118C20.791 52.7156 20.8135 52.7288 20.8297 52.7484L24.5924 57.3067C24.6087 57.3264 24.6311 57.3396 24.655 57.3437C24.6786 57.3475 24.7011 57.3606 24.7173 57.3803L32.0059 66.2098C32.0221 66.2294 32.0446 66.2425 32.0684 66.2466C32.092 66.2508 32.1145 66.2639 32.1308 66.2835L32.3317 66.5268C32.3479 66.5464 32.3706 66.5601 32.3942 66.5636C32.4179 66.5678 32.4403 66.5809 32.4566 66.6005L32.5497 66.7135C32.5659 66.7331 32.5884 66.7462 32.6122 66.7504C32.6358 66.7539 32.6583 66.767 32.6745 66.7867L32.7677 66.8997C32.7839 66.9193 32.8064 66.9324 32.83 66.9365L32.8412 66.9383C32.8576 66.9407 32.8735 66.9502 32.885 66.9639C32.8966 66.9782 32.9128 66.9877 32.9292 66.9901L32.9402 66.9918C32.964 66.9954 32.9865 67.0091 33.0027 67.0287L33.0134 67.0412C33.0363 67.0692 33.068 67.0882 33.1014 67.0935L33.1712 67.1048C33.1879 67.1072 33.2037 67.1167 33.2152 67.1304C33.2269 67.1447 33.2428 67.1542 33.2595 67.1566L33.2811 67.1601C33.2979 67.1625 33.3137 67.172 33.3254 67.1863C33.3369 67.2 33.3528 67.2095 33.3695 67.2119L33.4653 67.2274C33.482 67.2303 33.4979 67.2398 33.5094 67.2535C33.5208 67.2678 33.5367 67.2767 33.5536 67.2797L33.7974 67.3189C33.8144 67.3219 33.8306 67.3172 33.8428 67.3076C33.8549 67.2975 33.8712 67.2928 33.8881 67.2957L34.0577 67.3231C34.0744 67.3261 34.0905 67.335 34.102 67.3487C34.1135 67.363 34.1296 67.3725 34.146 67.3748L34.3159 67.4022C34.3328 67.4052 34.3491 67.401 34.3612 67.3909C34.3734 67.3808 34.3896 67.3766 34.4066 67.3796L34.6503 67.4189C34.6671 67.4212 34.6833 67.4171 34.6955 67.407C34.7076 67.3969 34.7241 67.3927 34.7408 67.3951L34.8364 67.4111C34.8534 67.4135 34.8696 67.4093 34.8818 67.3992C34.8939 67.3891 34.9101 67.385 34.9269 67.3873L34.9487 67.3909C34.9654 67.3939 34.9816 67.3897 34.994 67.3796C35.0062 67.3695 35.0224 67.3653 35.0391 67.3677L35.0608 67.3713C35.0777 67.3743 35.0939 67.3695 35.1061 67.3594C35.1182 67.3493 35.1344 67.3451 35.1514 67.3481L35.1728 67.3517C35.1898 67.354 35.206 67.3499 35.2181 67.3398C35.2303 67.3296 35.2465 67.3255 35.2634 67.3285L35.333 67.3398C35.3664 67.3451 35.3989 67.3368 35.4234 67.316L35.4344 67.307C35.4519 67.2928 35.4749 67.2868 35.4987 67.291L35.5094 67.2928C35.5261 67.2952 35.5426 67.291 35.5547 67.2809C35.5669 67.2708 35.5831 67.2666 35.5998 67.269L35.6217 67.2726C35.6384 67.2755 35.6546 67.2714 35.6668 67.2612C35.6791 67.2511 35.6954 67.247 35.7121 67.25L35.7337 67.2529C35.7504 67.2559 35.7667 67.2517 35.7791 67.2416C35.7912 67.2315 35.8075 67.2268 35.8242 67.2297L35.8458 67.2333C35.8627 67.2357 35.8789 67.2315 35.8911 67.2214C35.9032 67.2113 35.9195 67.2071 35.9364 67.2101L35.9578 67.2137C35.9748 67.2161 35.991 67.2119 36.0032 67.2018C36.0153 67.1917 36.0316 67.1875 36.0485 67.1905L36.0592 67.1923C36.0833 67.1958 36.106 67.1899 36.1232 67.1756L36.1454 67.1572C36.1629 67.1429 36.1859 67.137 36.2095 67.1405C36.2333 67.1447 36.2563 67.1387 36.2735 67.1245L36.296 67.106C36.3132 67.0918 36.336 67.0852 36.3598 67.0894L36.3707 67.0912C36.3875 67.0941 36.4037 67.09 36.4158 67.0799C36.4282 67.0692 36.4445 67.065 36.461 67.068L36.4721 67.0697C36.4958 67.0733 36.5187 67.0674 36.5359 67.0531L36.5582 67.0347C36.5756 67.0204 36.5986 67.0144 36.6222 67.0186C36.6458 67.0222 36.6688 67.0162 36.6863 67.0019L36.7085 66.9835C36.7257 66.9692 36.7487 66.9633 36.7726 66.9669C36.7962 66.9704 36.8192 66.9645 36.8363 66.9502L36.8969 66.9002C36.9141 66.886 36.937 66.88 36.9607 66.8836C36.9844 66.8878 37.0073 66.8818 37.0248 66.8675L37.1612 66.7539C37.1786 66.7397 37.2016 66.7337 37.2252 66.7373C37.249 66.7415 37.2718 66.7355 37.2893 66.7212L37.3495 66.6707C37.3667 66.6564 37.3897 66.6505 37.4138 66.6546C37.4375 66.6582 37.4604 66.6528 37.4776 66.6386L37.5382 66.588C37.5553 66.5737 37.5781 66.5678 37.6019 66.572C37.6256 66.5755 37.6488 66.5696 37.666 66.5553L37.7263 66.5053C37.7435 66.4905 37.7667 66.4845 37.7903 66.4887C37.814 66.4923 37.837 66.4863 37.8541 66.472L37.9147 66.4221C37.9319 66.4078 37.9549 66.4019 37.9785 66.4054C38.0023 66.409 38.0253 66.4037 38.0425 66.3894L38.1028 66.3388C38.1202 66.3245 38.1432 66.3186 38.1669 66.3222C38.1905 66.3263 38.2135 66.3204 38.2309 66.3061L38.3293 66.224C38.3465 66.2098 38.3697 66.2038 38.3933 66.208C38.417 66.2115 38.44 66.2056 38.4572 66.1913L38.5557 66.1093C38.5729 66.095 38.5959 66.0896 38.6197 66.0932C38.6436 66.0968 38.6666 66.0914 38.6838 66.0771L38.8204 65.9635C38.8376 65.9493 38.8604 65.9427 38.8842 65.9469C38.9081 65.9505 38.9311 65.9445 38.9483 65.9302L39.0849 65.8172C39.1021 65.803 39.1251 65.797 39.1487 65.8006C39.1726 65.8042 39.1956 65.7982 39.2128 65.7839L39.3875 65.6388C39.4047 65.6246 39.4277 65.6186 39.4513 65.6228C39.4751 65.6263 39.4981 65.6204 39.5153 65.6061L39.652 65.4925C39.6691 65.4782 39.6921 65.4723 39.7158 65.4765C39.7394 65.48 39.7626 65.4741 39.7798 65.4598L40.0687 65.2195C40.0858 65.2053 40.1091 65.1993 40.1327 65.2035C40.1563 65.207 40.1793 65.2011 40.1965 65.1868L40.4475 64.9781C40.4647 64.9638 40.4877 64.9585 40.5113 64.962C40.5352 64.9662 40.5582 64.9596 40.5754 64.9454L40.9403 64.6421C40.9578 64.6278 40.9808 64.6218 41.0044 64.6254C41.0283 64.6296 41.0513 64.6236 41.0686 64.6093L41.7383 64.0533C41.7557 64.0384 41.7784 64.0324 41.8023 64.0366C41.8259 64.0402 41.8489 64.0342 41.8663 64.02L42.4598 63.5269C42.477 63.5127 42.5002 63.5067 42.5239 63.5103C42.5475 63.5138 42.5705 63.5085 42.5877 63.4942L43.4861 62.7472C43.5033 62.733 43.5263 62.727 43.5501 62.7306C43.5737 62.7347 43.5967 62.7288 43.6139 62.7145L45.1979 61.3984C45.2151 61.3841 45.2251 61.3621 45.2258 61.3383C45.2265 61.3145 45.2367 61.2925 45.2539 61.2782L46.1523 60.5319C46.1695 60.5176 46.1795 60.4956 46.1802 60.4718C46.1808 60.448 46.1908 60.426 46.2083 60.4117L46.6876 60.0133C46.7048 59.999 46.7148 59.9776 46.7155 59.9538C46.7161 59.9294 46.7264 59.908 46.7436 59.8937L47.4514 59.3053C47.4686 59.291 47.4787 59.2694 47.4794 59.245C47.48 59.221 47.49 59.1994 47.5072 59.1851L47.8724 58.8817C47.8896 58.8674 47.8998 58.846 47.9003 58.8218C47.9012 58.7976 47.9112 58.776 47.9284 58.7617L48.1792 58.5533C48.1964 58.539 48.2066 58.5173 48.2073 58.4932C48.2079 58.4693 48.2179 58.4477 48.2351 58.4334L48.4861 58.2248C48.5033 58.2105 48.5134 58.1889 48.514 58.1649C48.5147 58.1409 48.5247 58.1193 48.5421 58.1049L48.7168 57.9597C48.734 57.9454 48.744 57.9238 48.7446 57.8998C48.7454 57.8758 48.7553 57.8543 48.7727 57.8397L48.8711 57.758C48.8885 57.7436 48.8985 57.722 48.8992 57.698C48.8999 57.674 48.9099 57.6524 48.9271 57.6381L49.0637 57.5246C49.0809 57.5103 49.0912 57.4885 49.0918 57.4645C49.0923 57.4403 49.1025 57.4189 49.1197 57.4046L49.2563 57.2911C49.2735 57.2768 49.2837 57.2551 49.2842 57.2308C49.2849 57.2068 49.2949 57.1852 49.3121 57.1709L49.3726 57.1207C49.3898 57.1063 49.3998 57.0847 49.4005 57.0608C49.4013 57.0366 49.4114 57.015 49.4286 57.0007L49.5271 56.9188C49.5443 56.9045 49.5543 56.8829 49.555 56.8589C49.5557 56.8349 49.5657 56.8134 49.5831 56.7988L49.6815 56.7171C49.6987 56.7029 49.7089 56.6811 49.7096 56.6571C49.7102 56.6331 49.7202 56.6115 49.7374 56.5972L49.798 56.5469C49.8151 56.5326 49.8252 56.511 49.8258 56.487C49.8268 56.4628 49.8367 56.4413 49.8539 56.427L49.9142 56.3769C49.9316 56.3624 49.9416 56.3408 49.9423 56.3168C49.9428 56.2925 49.953 56.2713 49.9704 56.2567L50.0307 56.2067C50.0479 56.1924 50.0579 56.1708 50.0588 56.1466C50.0593 56.1223 50.0693 56.1007 50.0865 56.0865L50.147 56.0362C50.1642 56.0219 50.1744 56.0005 50.1749 55.9763C50.1755 55.9523 50.1858 55.9305 50.203 55.9163L50.3396 55.8027C50.3568 55.7884 50.3668 55.7668 50.3675 55.7428C50.3681 55.7188 50.3781 55.6972 50.3956 55.6828L50.4558 55.6327C50.473 55.6184 50.4833 55.5966 50.484 55.5726C50.4847 55.5486 50.4947 55.527 50.5119 55.5127L50.5343 55.4941C50.5515 55.4798 50.5615 55.4582 50.5622 55.4342C50.5628 55.4102 50.5731 55.3884 50.5903 55.3741L50.6125 55.3557C50.6297 55.3414 50.6397 55.3198 50.6406 55.2956L50.6407 55.2845C50.6414 55.2675 50.6485 55.2523 50.6607 55.2422C50.6729 55.2321 50.68 55.2169 50.6805 55.1997L50.6808 55.1888C50.6813 55.1645 50.6915 55.1432 50.7089 55.1287L50.7311 55.1103C50.7483 55.0959 50.7583 55.0744 50.7588 55.0502C50.7597 55.0259 50.7697 55.0044 50.7869 54.9901L50.8091 54.9716C50.8266 54.9571 50.8368 54.9358 50.8372 54.9115C50.8379 54.8875 50.8479 54.866 50.8651 54.8517L50.8876 54.833C50.9048 54.8187 50.9147 54.7971 50.9155 54.7731L50.916 54.7621C50.9162 54.745 50.9233 54.7298 50.9355 54.7197C50.9479 54.7094 50.9551 54.6942 50.9553 54.6772L50.9558 54.6661C50.9565 54.6421 50.9665 54.6206 50.9837 54.6062L51.0062 54.5876C51.0234 54.5733 51.0334 54.5517 51.0341 54.5277L51.0344 54.5168C51.0348 54.4997 51.042 54.4844 51.0541 54.4743C51.0663 54.4642 51.0734 54.449 51.0739 54.4318L51.0745 54.4096C51.075 54.3929 51.0821 54.3776 51.0945 54.3673C51.1067 54.3573 51.1136 54.3418 51.1141 54.325L51.1147 54.3028C51.1154 54.2859 51.1223 54.2704 51.1345 54.2603C51.1466 54.2502 51.1537 54.235 51.1545 54.2181L51.1549 54.1961C51.1553 54.1788 51.1625 54.1636 51.1746 54.1535C51.1868 54.1434 51.1939 54.1282 51.1946 54.1112L51.1952 54.0891C51.1955 54.0721 51.2026 54.0568 51.2148 54.0467C51.2272 54.0364 51.2343 54.0212 51.2345 54.0042L51.2351 53.9931C51.2358 53.9692 51.2458 53.9476 51.263 53.9332L51.2852 53.9148C51.3026 53.9003 51.3127 53.8787 51.3133 53.8547L51.3136 53.8439C51.3141 53.8267 51.3213 53.8114 51.3334 53.8013C51.3456 53.7912 51.3527 53.776 51.3531 53.7588L51.3538 53.7366C51.3543 53.7199 51.3614 53.7046 51.3735 53.6945C51.3859 53.6843 51.3931 53.6691 51.3933 53.652L51.3939 53.6298C51.3946 53.6129 51.4018 53.5977 51.414 53.5876C51.4261 53.5775 51.4331 53.562 51.4337 53.5451L51.4341 53.5231C51.4348 53.5061 51.4418 53.4906 51.4539 53.4805C51.4661 53.4704 51.4732 53.4552 51.4739 53.4382L51.4788 53.2657C51.479 53.2487 51.4861 53.2335 51.4985 53.2232C51.5106 53.2131 51.5178 53.1979 51.518 53.1808L51.5229 53.0084C51.5236 52.9914 51.5307 52.9762 51.5429 52.9661C51.555 52.956 51.562 52.9405 51.5626 52.9236L51.5738 52.5251C51.5743 52.5083 51.5814 52.4931 51.5936 52.483C51.606 52.4727 51.6129 52.4572 51.6134 52.4405L51.6266 51.9668C51.6271 51.9501 51.6209 51.9327 51.6092 51.9185C51.5977 51.9046 51.5917 51.8871 51.5922 51.8703L51.6005 51.5737C51.6014 51.5397 51.589 51.505 51.5661 51.4772L51.5555 51.4643C51.5392 51.4446 51.5303 51.4198 51.5309 51.3958C51.5316 51.3718 51.5229 51.3472 51.5067 51.3275L51.4135 51.2147C51.3973 51.195 51.3886 51.1705 51.3892 51.1464C51.39 51.122 51.3812 51.0974 51.365 51.0778L51.236 50.9214C51.2197 50.9017 51.2108 50.8773 51.2117 50.8531C51.2121 50.8289 51.2034 50.8042 51.1872 50.7846L49.0075 48.1441C48.9911 48.1241 48.9686 48.111 48.945 48.1072C48.9212 48.1036 48.8989 48.0902 48.8826 48.0705L47.3145 46.1708C47.2983 46.1512 47.2756 46.1377 47.2518 46.1341C47.2281 46.1303 47.2056 46.1171 47.1894 46.0975L41.5918 39.3163C41.5755 39.2966 41.5531 39.2834 41.5292 39.2793C41.5056 39.2755 41.4831 39.2624 41.4669 39.2427L41.4353 39.2044C41.4258 39.1929 41.4208 39.1784 41.4209 39.1641C41.4218 39.1347 41.3991 39.1071 41.3701 39.1025C41.3563 39.1003 41.3431 39.0926 41.3335 39.0811L40.942 38.6068C40.9258 38.5872 40.9171 38.5626 40.9178 38.5385C40.9184 38.5146 40.9095 38.4897 40.8932 38.47L40.8722 38.4446C40.856 38.4249 40.8335 38.4117 40.8097 38.4076C40.7861 38.4038 40.7636 38.3907 40.7473 38.371L40.7261 38.3453C40.7099 38.3256 40.7012 38.301 40.7019 38.277C40.7025 38.253 40.6938 38.2284 40.6773 38.2085L40.5845 38.0959C40.5682 38.0763 40.5455 38.0629 40.5219 38.0591C40.4983 38.0553 40.4758 38.042 40.4596 38.0224L38.7115 35.9047C38.6953 35.885 38.6865 35.8604 38.687 35.8361C38.6877 35.8122 38.679 35.7875 38.6627 35.7679L38.21 35.2194C38.1937 35.1997 38.171 35.1863 38.1474 35.1825C38.1238 35.1787 38.1013 35.1655 38.0851 35.1458L31.8758 27.6236C31.8595 27.6039 31.837 27.5908 31.8134 27.587C31.7898 27.5831 31.7673 27.5699 31.7509 27.55L31.2981 27.0015C31.2819 26.9818 31.2594 26.9687 31.2358 26.9649C31.2119 26.9608 31.1895 26.9476 31.1732 26.9279L30.9004 26.5974C30.8839 26.5775 30.8615 26.5643 30.8379 26.5605C30.8142 26.5567 30.7917 26.5435 30.7755 26.5239L30.6105 26.324C30.5941 26.304 30.5716 26.2909 30.5479 26.287C30.5244 26.2832 30.5019 26.27 30.4854 26.2501L30.3565 26.0941C30.3401 26.0741 30.3177 26.0609 30.294 26.0571C30.2702 26.0535 30.2477 26.0404 30.2315 26.0207L30.1384 25.9079C30.1221 25.8882 30.0999 25.8748 30.0758 25.871C30.0522 25.8672 30.0297 25.854 30.0135 25.8343L29.9563 25.7651C29.9401 25.7454 29.9176 25.7322 29.894 25.7284C29.8703 25.7246 29.8477 25.7112 29.8314 25.6915L29.7745 25.6225C29.7582 25.6028 29.7355 25.5894 29.7119 25.5856C29.6883 25.5818 29.6658 25.5686 29.6496 25.5489L29.5924 25.4797C29.5762 25.46 29.5537 25.4468 29.5301 25.443C29.5062 25.439 29.4838 25.4258 29.4675 25.4061L29.4106 25.3371C29.3941 25.3172 29.3716 25.304 29.348 25.3002C29.3244 25.2964 29.3019 25.2833 29.2855 25.2633L29.2645 25.2379C29.2482 25.2182 29.2258 25.205 29.2022 25.2012L29.191 25.1994C29.1745 25.1967 29.1587 25.1874 29.147 25.1732C29.1355 25.1593 29.1194 25.1501 29.1029 25.1475L29.0917 25.1456C29.0681 25.1418 29.0457 25.1287 29.0294 25.109L28.9722 25.0398C28.956 25.0201 28.9338 25.0067 28.9099 25.0031C28.8861 24.999 28.8636 24.9858 28.8474 24.9662L28.8264 24.9408C28.8101 24.9211 28.7875 24.9076 28.7638 24.9038C28.7402 24.9 28.7177 24.8869 28.7015 24.8672L28.6443 24.7979C28.6281 24.7783 28.6056 24.7651 28.582 24.7613C28.5581 24.7572 28.5357 24.744 28.5194 24.7243L28.4985 24.6989C28.482 24.679 28.4595 24.6658 28.4359 24.662C28.4123 24.6582 28.3898 24.645 28.3736 24.6254L28.3523 24.5996C28.3361 24.58 28.3136 24.5668 28.29 24.563C28.2662 24.5589 28.2437 24.5457 28.2275 24.526L28.2065 24.5006C28.1902 24.481 28.1675 24.4675 28.1439 24.4637L28.133 24.4622C28.1163 24.4593 28.1004 24.4499 28.0889 24.436C28.0774 24.4221 28.0614 24.4129 28.0447 24.41L28.0337 24.4084C28.0101 24.4046 27.9876 24.3915 27.9712 24.3715L27.9502 24.3461C27.9339 24.3264 27.9115 24.3132 27.8876 24.3091L27.8769 24.3074C27.8602 24.305 27.8441 24.2953 27.8327 24.2814C27.8212 24.2675 27.8053 24.2581 27.7884 24.2554L27.767 24.252C27.7501 24.2493 27.7342 24.2399 27.7227 24.2259C27.7112 24.212 27.6954 24.2027 27.6785 24.2L27.6089 24.1887C27.5755 24.1834 27.5438 24.1646 27.5206 24.1366L27.5102 24.1239C27.4939 24.1043 27.4713 24.0908 27.4476 24.087L27.4367 24.0855C27.42 24.0826 27.4041 24.0732 27.3927 24.0593C27.3812 24.0454 27.3651 24.0362 27.3484 24.0333L27.3268 24.03C27.3101 24.0271 27.294 24.0179 27.2825 24.004C27.271 23.9901 27.2552 23.9807 27.2385 23.9778L27.2166 23.9743C27.1999 23.9718 27.184 23.9625 27.1724 23.9483C27.1609 23.9344 27.145 23.925 27.1285 23.9223L27.1067 23.9188C27.0897 23.9161 27.0738 23.9068 27.0624 23.8928C27.0509 23.8789 27.0351 23.8695 27.0181 23.8668L26.9967 23.8633C26.9798 23.8607 26.964 23.8513 26.9525 23.8373C26.941 23.8234 26.9251 23.8141 26.9082 23.8114L26.8865 23.8076C26.8698 23.8052 26.854 23.7958 26.8425 23.7819C26.8308 23.7677 26.8149 23.7584 26.7982 23.7559L26.7764 23.7524C26.7597 23.7494 26.7438 23.74 26.7324 23.7261C26.7209 23.7123 26.705 23.7029 26.6881 23.7001L26.6665 23.6969C26.6497 23.694 26.6339 23.6846 26.6224 23.6707C26.6109 23.6568 26.5949 23.6476 26.5781 23.6447L26.5565 23.6414C26.5398 23.6385 26.5237 23.6293 26.5122 23.6154C26.5005 23.6012 26.4847 23.5918 26.4682 23.5892L26.4464 23.5857C26.4297 23.5832 26.4138 23.5738 26.4021 23.5597C26.3906 23.5457 26.3748 23.5364 26.3582 23.5337L26.3364 23.5302C26.3195 23.5275 26.3036 23.5181 26.2921 23.5042C26.2806 23.4903 26.2648 23.4809 26.2479 23.4782L26.1522 23.4625C26.1355 23.4601 26.1197 23.4507 26.1082 23.4368C26.0965 23.4226 26.0806 23.4133 26.0639 23.4108L25.9681 23.3953C25.9514 23.3924 25.9353 23.3833 25.9238 23.3693C25.9124 23.3554 25.8965 23.3461 25.8798 23.3432L25.7841 23.328C25.7672 23.3252 25.7514 23.3159 25.7399 23.302C25.7284 23.2881 25.7125 23.2787 25.6956 23.276L25.674 23.2722C25.6572 23.2698 25.6414 23.2604 25.6297 23.2462C25.6182 23.2323 25.6024 23.223 25.5856 23.2205L25.4898 23.205C25.4731 23.2021 25.4573 23.1928 25.4458 23.1789C25.4343 23.1649 25.4184 23.1555 25.4015 23.1528L25.3797 23.1493C25.3632 23.1467 25.3473 23.1373 25.3359 23.1234C25.3241 23.1092 25.3081 23.1001 25.2916 23.0974L25.1957 23.0819C25.1788 23.0792 25.163 23.0698 25.1515 23.0559C25.14 23.042 25.1241 23.0326 25.1074 23.0297L24.9376 23.0023C24.9209 22.9999 24.905 22.9905 24.8935 22.9766C24.8818 22.9624 24.866 22.953 24.8493 22.9506L24.7534 22.9351C24.7367 22.9322 24.7208 22.9229 24.7094 22.909C24.6979 22.8951 24.6818 22.8858 24.6651 22.8829L24.4952 22.8556C24.4785 22.8531 24.4627 22.8437 24.4512 22.8298C24.4395 22.8157 24.4236 22.8063 24.4069 22.8038L24.0889 22.7524C24.0721 22.7499 24.0563 22.7405 24.0448 22.7266C24.0331 22.7124 24.0173 22.7031 24.0007 22.7004L23.7567 22.6613C23.74 22.6584 23.7241 22.649 23.7127 22.6351C23.7012 22.6212 23.6853 22.6118 23.6684 22.6091L22.0172 22.3431C22.0003 22.3403 21.9841 22.3445 21.972 22.3546C21.9598 22.3647 21.9436 22.3689 21.9268 22.3665L21.5348 22.3031C21.518 22.3006 21.5016 22.3045 21.4895 22.3147C21.4773 22.3248 21.4611 22.3289 21.4443 22.3265L21.2005 22.2872C21.1838 22.2843 21.1675 22.2885 21.1552 22.2988C21.1431 22.3089 21.1268 22.313 21.1101 22.3101L20.866 22.2711C20.8493 22.2681 20.833 22.2723 20.8209 22.2824C20.8086 22.2927 20.7923 22.2969 20.7758 22.2943L20.68 22.2788C20.663 22.2761 20.6468 22.2803 20.6347 22.2904C20.6225 22.3005 20.6063 22.3047 20.5893 22.302L20.4937 22.2863C20.477 22.2838 20.4607 22.2881 20.4486 22.2982C20.4364 22.3083 20.4202 22.3125 20.4032 22.3098L20.3074 22.2943C20.2905 22.2916 20.2743 22.2958 20.2621 22.3059C20.25 22.316 20.2337 22.3202 20.217 22.3177L20.1214 22.3021C20.1044 22.2994 20.0882 22.3036 20.076 22.3136C20.0639 22.3238 20.0477 22.328 20.0307 22.3252L19.8609 22.2979C19.8442 22.2954 19.8279 22.2996 19.8158 22.3097C19.8036 22.3198 19.7872 22.3238 19.7704 22.3213L19.6006 22.2939C19.5839 22.291 19.5676 22.2952 19.5555 22.3053C19.5431 22.3156 19.5269 22.3198 19.5102 22.3169L19.4886 22.3136C19.4719 22.3107 19.4556 22.3149 19.4432 22.3252C19.4311 22.3353 19.4148 22.3395 19.3979 22.3368L19.3284 22.3255C19.2949 22.3202 19.2624 22.3286 19.2381 22.3488C19.2137 22.3691 19.1809 22.3773 19.1475 22.3719L19.078 22.3607C19.0613 22.3582 19.0448 22.3622 19.0326 22.3723C19.0205 22.3824 19.0042 22.3866 18.9875 22.3841L18.7437 22.3448C18.727 22.3419 18.7108 22.3461 18.6986 22.3562C18.6862 22.3665 18.67 22.3707 18.6533 22.3678L18.5574 22.3524C18.5407 22.3499 18.5242 22.3538 18.5121 22.3639C18.4999 22.374 18.4837 22.3782 18.467 22.3757L18.2972 22.3484C18.2804 22.3455 18.2642 22.3497 18.2518 22.36C18.2397 22.3701 18.2234 22.3742 18.2068 22.3713L17.2962 22.2248C17.2795 22.2219 17.2635 22.2128 17.252 22.1989C17.2405 22.1849 17.2246 22.1756 17.2079 22.1727L17.0381 22.1453C17.0214 22.1428 17.0055 22.1334 16.9938 22.1193C16.9823 22.1054 16.9665 22.096 16.9498 22.0935L16.8539 22.0781C16.8372 22.0752 16.8213 22.0658 16.8099 22.0519C16.7984 22.038 16.7826 22.0286 16.7656 22.0259L16.7549 22.0242C16.7311 22.0206 16.7086 22.0069 16.6923 21.9873L16.6714 21.9618C16.6551 21.9421 16.6327 21.929 16.6086 21.9251C16.5849 21.9213 16.5625 21.9081 16.5462 21.8884L16.525 21.8627C16.5088 21.843 16.4863 21.8299 16.4627 21.8261C16.4391 21.8223 16.4166 21.8091 16.4001 21.7891L16.3791 21.7637C16.3629 21.744 16.3404 21.7309 16.3166 21.7268C16.293 21.723 16.2705 21.7098 16.2542 21.6901L16.1971 21.6209C16.1809 21.6012 16.1584 21.5881 16.1348 21.5843C16.1111 21.5805 16.0886 21.5673 16.0722 21.5473L15.9432 21.391C15.9269 21.3713 15.9045 21.3581 15.8808 21.3543C15.8572 21.3505 15.8347 21.3373 15.8183 21.3174L15.6894 21.1613C15.6729 21.1414 15.6505 21.1282 15.6269 21.1244C15.603 21.1208 15.5808 21.1075 15.5644 21.0875L15.0756 20.4954C15.0594 20.4758 15.0369 20.4626 15.0133 20.4588C14.9892 20.4549 14.9667 20.4417 14.9505 20.4221L14.1888 19.4992C14.14 19.4402 14.1137 19.3661 14.1159 19.2939L14.1173 19.2344C14.1185 19.2002 14.1326 19.1695 14.1569 19.1493L14.1681 19.14C14.1853 19.1257 14.1956 19.1044 14.196 19.0801C14.1967 19.0561 14.2069 19.0343 14.2241 19.0201L14.2844 18.9699C14.3018 18.9555 14.3118 18.9339 14.3125 18.9099C14.3132 18.8859 14.3232 18.8643 14.3404 18.85L14.3516 18.8407C14.3759 18.8205 14.3904 18.7899 14.3914 18.7559L14.3953 18.6098C14.3959 18.5929 14.3897 18.5755 14.3783 18.5616C14.3665 18.5474 14.3603 18.5301 14.3608 18.5133L14.3611 18.502C14.3618 18.478 14.3531 18.4534 14.3368 18.4337L14.064 18.1032C14.0476 18.0832 14.0389 18.0586 14.0395 18.0347C14.0402 18.0106 14.0314 17.9861 14.015 17.9661L13.5981 17.4612C13.582 17.4415 13.5595 17.4283 13.5359 17.4245C13.5122 17.4207 13.4897 17.4075 13.4733 17.3876L13.3954 17.2931C13.3464 17.2339 13.2788 17.1941 13.2079 17.1826L13.1228 17.169C13.1063 17.1663 13.09 17.1705 13.0777 17.1808C13.0655 17.1909 13.049 17.1948 13.0325 17.1922L13.0216 17.1906C12.9978 17.1866 12.9748 17.1924 12.9576 17.2067L12.8971 17.257C12.8799 17.2713 12.8571 17.2774 12.8333 17.2733C12.8094 17.2697 12.7864 17.2755 12.7692 17.2898L12.5184 17.4983C12.5012 17.5125 12.478 17.5186 12.4544 17.5147C12.4307 17.5109 12.4077 17.5168 12.3905 17.5311L11.8349 17.9928C11.8177 18.0071 11.7947 18.013 11.7711 18.0091C11.7472 18.0056 11.7242 18.0114 11.707 18.0257L7.19043 21.779Z' fill='white' fill-opacity='0.5'/%3e%3cpath d='M7.19043 21.779C7.17324 21.7932 7.16322 21.8148 7.16233 21.839C7.16162 21.8631 7.15166 21.8847 7.13447 21.8989L6.54072 22.3923C6.52353 22.4066 6.51351 22.4282 6.51286 22.4522C6.51221 22.4762 6.50195 22.4979 6.48476 22.5122L6.23397 22.7206C6.21678 22.7349 6.20676 22.7565 6.20587 22.7807C6.2054 22.8049 6.1952 22.8263 6.17802 22.8406L6.07944 22.9225C6.06225 22.9367 6.05223 22.9583 6.05176 22.9826C6.05087 23.0068 6.04085 23.0284 6.02366 23.0427L6.0124 23.052C5.9881 23.0722 5.97381 23.1027 5.97286 23.1366L5.96878 23.2824C5.9683 23.2996 5.97452 23.317 5.98602 23.3309C5.99752 23.3448 6.00375 23.3622 6.00321 23.3794L6.00292 23.3903C6.00227 23.4143 6.01122 23.4391 6.02746 23.4588L6.04844 23.4843C6.06468 23.5039 6.07363 23.5288 6.07292 23.5528C6.07203 23.577 6.08074 23.6016 6.09699 23.6212L6.87366 24.5622C6.8899 24.5818 6.91243 24.595 6.93626 24.5987C6.96009 24.6027 6.98255 24.6159 6.99879 24.6355L7.0094 24.6484C7.03234 24.6762 7.06405 24.6949 7.09749 24.7004L7.24105 24.7235C7.258 24.7262 7.27424 24.722 7.28639 24.7119C7.29854 24.7018 7.31479 24.6976 7.33168 24.7004L7.34241 24.7021C7.36624 24.7057 7.38924 24.6998 7.40643 24.6856L7.46677 24.6354C7.48413 24.621 7.50713 24.6151 7.53078 24.6189C7.55461 24.623 7.57743 24.6169 7.59462 24.6026L7.62485 24.5774C7.66154 24.547 7.7105 24.5346 7.76083 24.5428L7.82591 24.5532C7.8763 24.5613 7.92389 24.5894 7.95827 24.6312L7.9869 24.6658C8.00314 24.6855 8.02561 24.6986 8.0492 24.7024C8.07309 24.7065 8.09555 24.7197 8.11179 24.7394L8.49264 25.2008C8.50888 25.2205 8.51759 25.2451 8.51694 25.269C8.51646 25.2933 8.52518 25.3179 8.54142 25.3376L9.17412 26.1041C9.19036 26.1238 9.19907 26.1484 9.19842 26.1724C9.19795 26.1966 9.20666 26.2212 9.2229 26.2409L9.5319 26.6152C9.54814 26.6349 9.55685 26.6595 9.5562 26.6835C9.55531 26.7077 9.5642 26.7321 9.58068 26.7521L9.70955 26.9081C9.72597 26.9281 9.73468 26.9527 9.73403 26.9766C9.73314 27.0008 9.74185 27.0255 9.75827 27.0454L9.81523 27.1144C9.83147 27.1341 9.84042 27.1584 9.83971 27.1829C9.83906 27.2069 9.84777 27.2315 9.86402 27.2512L9.92116 27.3205C9.9374 27.3401 9.94611 27.3647 9.94546 27.3887C9.94481 27.4127 9.9537 27.4376 9.96994 27.4572L9.99098 27.4827C10.0072 27.5024 10.0159 27.5269 10.0155 27.5512L10.0152 27.5621C10.0147 27.5793 10.0209 27.5967 10.0324 27.6106C10.0439 27.6245 10.0501 27.6418 10.0496 27.6591L10.0493 27.6699C10.0486 27.6939 10.0573 27.7186 10.0738 27.7385L10.0842 27.7511C10.1073 27.7791 10.1198 27.8139 10.1187 27.848L10.1166 27.9187C10.1162 27.9355 10.1226 27.9531 10.1341 27.967C10.1456 27.9809 10.1516 27.9984 10.1513 28.0155L10.1484 28.1126C10.1479 28.1298 10.1541 28.1471 10.1656 28.161C10.1771 28.175 10.1833 28.1923 10.1828 28.2095L10.1759 28.4572C10.1756 28.4742 10.1818 28.4916 10.1933 28.5055C10.2048 28.5194 10.211 28.5368 10.2105 28.554L10.2036 28.8017C10.2029 28.8186 10.196 28.8342 10.1838 28.8442C10.1717 28.8543 10.1645 28.8696 10.1638 28.8865L10.155 29.2096C10.1543 29.2266 10.1472 29.2418 10.135 29.2519C10.1229 29.262 10.1157 29.2772 10.1152 29.2944L10.1104 29.4669C10.1101 29.484 10.103 29.4992 10.0906 29.5095C10.0785 29.5195 10.0713 29.5348 10.0711 29.5518L10.0663 29.7243C10.0655 29.7413 10.0584 29.7565 10.0462 29.7666C10.0341 29.7767 10.027 29.7919 10.0265 29.8091L10.0238 29.9065C10.0233 29.9232 10.0164 29.9387 10.004 29.949C9.99181 29.9591 9.98464 29.9743 9.98417 29.991L9.98144 30.0884C9.98096 30.1056 9.97385 30.1209 9.9617 30.1309C9.94955 30.141 9.94238 30.1563 9.9419 30.1734L9.94107 30.1954C9.94084 30.2124 9.93366 30.2276 9.92151 30.2377C9.90912 30.248 9.90201 30.2632 9.90177 30.2803L9.89905 30.3776C9.89834 30.3946 9.89116 30.4098 9.87901 30.4199C9.86686 30.43 9.85975 30.4452 9.85927 30.4624L9.85441 30.6349C9.85418 30.652 9.847 30.6672 9.83485 30.6772C9.82246 30.6875 9.81535 30.7028 9.81488 30.7195L9.80812 30.9675C9.80747 30.9844 9.8003 30.9996 9.78814 31.0098C9.77599 31.0199 9.76888 31.035 9.76835 31.0523L9.76355 31.2248C9.76307 31.242 9.7559 31.2572 9.74375 31.2673C9.7316 31.2774 9.72448 31.2926 9.72401 31.3099L9.72336 31.3316C9.72288 31.3488 9.71577 31.364 9.70362 31.3741C9.69147 31.3842 9.68429 31.3994 9.68382 31.4166L9.68109 31.514C9.68062 31.5307 9.67351 31.546 9.66112 31.5563C9.64897 31.5664 9.64179 31.5816 9.64156 31.5986L9.63225 31.9217C9.63201 31.9387 9.62484 31.9539 9.61275 31.9639C9.60036 31.9742 9.59319 31.9895 9.59295 32.0065L9.58365 32.3295C9.58341 32.3465 9.57624 32.3618 9.56409 32.3719C9.55176 32.3822 9.54458 32.3974 9.54435 32.4144L9.53297 32.8126C9.53267 32.8296 9.52556 32.8449 9.51341 32.855C9.50102 32.8653 9.4939 32.8805 9.49343 32.8972L9.45057 34.4241C9.45034 34.4411 9.45632 34.4587 9.46782 34.4726C9.47926 34.4865 9.48549 34.5039 9.48525 34.5209L9.47174 34.9943C9.47126 35.0115 9.47748 35.0288 9.48898 35.0428C9.50042 35.0567 9.50671 35.074 9.50641 35.091L9.50368 35.1884C9.50303 35.2054 9.50926 35.2227 9.52093 35.2369C9.53237 35.2508 9.53866 35.2682 9.53795 35.2851L9.53308 35.4576C9.53285 35.4747 9.53907 35.492 9.55057 35.5059C9.56201 35.5199 9.568 35.5374 9.56776 35.5544L9.5629 35.7269C9.56243 35.7442 9.56865 35.7616 9.58015 35.7754C9.59165 35.7893 9.59787 35.8067 9.5974 35.8239L9.5904 36.0716C9.58993 36.0884 9.59621 36.1057 9.60789 36.1199C9.61933 36.1338 9.62538 36.1514 9.6249 36.1681L9.62218 36.2655C9.62164 36.2827 9.62792 36.3001 9.63936 36.314C9.65086 36.3279 9.65709 36.3453 9.65661 36.3625L9.65596 36.3842C9.65549 36.4014 9.66171 36.4188 9.67321 36.4327C9.68471 36.4466 9.69093 36.464 9.69046 36.4812L9.68844 36.5518C9.6875 36.5858 9.69994 36.6205 9.72312 36.6486C9.74606 36.6764 9.75857 36.7112 9.75738 36.7453L9.75347 36.8914C9.75276 36.9083 9.75904 36.9257 9.77048 36.9396C9.78216 36.9537 9.78844 36.9712 9.78797 36.9879L9.78731 37.0101C9.78684 37.0273 9.79306 37.0447 9.80456 37.0586C9.816 37.0725 9.82223 37.0899 9.82175 37.1071L9.81903 37.204C9.81855 37.2212 9.82478 37.2386 9.83628 37.2525C9.84777 37.2663 9.854 37.2838 9.85352 37.301L9.85287 37.3231C9.8524 37.3399 9.85862 37.3573 9.8703 37.3714C9.8818 37.3853 9.88802 37.4027 9.88731 37.4197L9.88672 37.4418C9.88648 37.4589 9.8927 37.4762 9.90414 37.4901C9.91564 37.5041 9.92163 37.5216 9.92139 37.5387L9.92056 37.5606C9.92027 37.5776 9.92631 37.5952 9.93775 37.609C9.94925 37.6229 9.95548 37.6403 9.95524 37.6574L9.95459 37.6796C9.95388 37.6965 9.9601 37.7139 9.9716 37.7277C9.98328 37.7419 9.9895 37.7593 9.98909 37.7761L9.98843 37.7983C9.98796 37.8155 9.99418 37.8328 10.0057 37.8467C10.0171 37.8607 10.0233 37.878 10.0229 37.8952L10.0223 37.917C10.0218 37.9342 10.028 37.9515 10.0395 37.9654C10.051 37.9794 10.0572 37.9967 10.0567 38.0139L10.0563 38.0359C10.0557 38.0529 10.0619 38.0702 10.0733 38.0842C10.0851 38.0983 10.0913 38.1157 10.0906 38.1326L10.0899 38.1548C10.0894 38.1716 10.0957 38.1889 10.1074 38.2031C10.1188 38.217 10.1251 38.2344 10.1244 38.2513L10.1243 38.2625C10.1234 38.2867 10.1324 38.3111 10.1486 38.3307L10.2057 38.4C10.222 38.4197 10.2307 38.4443 10.2298 38.4685L10.2297 38.4796C10.229 38.4965 10.2353 38.5139 10.2469 38.5281C10.2584 38.542 10.2647 38.5594 10.2642 38.5761L10.2622 38.6468C10.2612 38.6812 10.2737 38.7159 10.2967 38.7438L10.3073 38.7566C10.3235 38.7762 10.3322 38.8009 10.3315 38.8249L10.3315 38.836C10.3307 38.853 10.337 38.8703 10.3485 38.8842C10.3601 38.8984 10.3664 38.9158 10.3657 38.9327L10.3656 38.9438C10.3649 38.9679 10.3736 38.9924 10.3898 39.0121L10.4109 39.0376C10.4273 39.0575 10.436 39.0821 10.4354 39.1061C10.4345 39.1303 10.4434 39.1547 10.4598 39.1747L10.4809 39.2001C10.4971 39.2197 10.5058 39.2444 10.5054 39.2686L10.5048 39.2797C10.5044 39.2965 10.5103 39.314 10.522 39.3282C10.5335 39.3421 10.5397 39.3594 10.5393 39.3762L10.539 39.3875C10.5383 39.4115 10.547 39.4361 10.5632 39.4558L10.5844 39.4815C10.6007 39.5012 10.6094 39.5258 10.6087 39.5498L10.6087 39.5609C10.608 39.5779 10.6142 39.5953 10.6256 39.6091C10.6374 39.6233 10.6436 39.6407 10.6429 39.6576L10.6428 39.6688C10.6421 39.6927 10.6508 39.7174 10.6671 39.737L10.6881 39.7625C10.7045 39.7824 10.7132 39.807 10.7126 39.831C10.7119 39.855 10.7206 39.8796 10.7371 39.8996L10.7581 39.925C10.7743 39.9447 10.783 39.9693 10.7824 39.9932C10.7819 40.0175 10.7906 40.0421 10.8068 40.0618L10.8279 40.0873C10.8443 40.1072 10.853 40.1318 10.8524 40.1558C10.8515 40.18 10.8604 40.2044 10.8766 40.2241L10.8979 40.2498C10.9141 40.2694 10.9228 40.2941 10.9219 40.3182C10.9215 40.3425 10.9302 40.3671 10.9464 40.3868L11.0033 40.4558C11.0198 40.4757 11.0288 40.5001 11.0279 40.5243C11.0272 40.5483 11.0359 40.5729 11.0524 40.5929L11.2171 40.7924C11.2336 40.8124 11.2423 40.837 11.2416 40.861C11.241 40.885 11.2497 40.9096 11.2661 40.9295L11.3231 40.9985C11.3393 41.0182 11.348 41.0428 11.3475 41.067C11.3469 41.0911 11.3556 41.1157 11.3718 41.1353L11.465 41.2481C11.4812 41.2678 11.4899 41.2924 11.4892 41.3164C11.4888 41.3407 11.4975 41.3653 11.5138 41.3849L11.6069 41.4977C11.6231 41.5174 11.6318 41.542 11.6311 41.566C11.6305 41.59 11.6392 41.6146 11.6556 41.6345L11.7845 41.7906C11.8009 41.8106 11.8097 41.8352 11.8089 41.8592C11.8081 41.8834 11.8168 41.908 11.8332 41.9279L12.0342 42.1713C12.0504 42.191 12.0594 42.2154 12.0584 42.2396C12.0578 42.2636 12.0667 42.2884 12.083 42.3081L12.3917 42.6822C12.4082 42.7021 12.4169 42.7268 12.4162 42.7507C12.4156 42.7748 12.4243 42.7993 12.4405 42.819L15.7357 46.811C15.752 46.8306 15.7744 46.8438 15.7981 46.8476C15.8217 46.8514 15.8441 46.8646 15.8606 46.8845L17.8243 49.2635C17.8406 49.2831 17.863 49.2963 17.8869 49.3004C17.9107 49.304 17.933 49.3174 17.9492 49.3371L20.7046 52.6751C20.7208 52.6947 20.7433 52.7079 20.7674 52.7118C20.791 52.7156 20.8135 52.7288 20.8297 52.7484L24.5924 57.3067C24.6087 57.3264 24.6311 57.3396 24.655 57.3437C24.6786 57.3475 24.7011 57.3606 24.7173 57.3803L32.0059 66.2098C32.0221 66.2294 32.0446 66.2425 32.0684 66.2466C32.092 66.2508 32.1145 66.2639 32.1308 66.2835L32.3317 66.5268C32.3479 66.5464 32.3706 66.5601 32.3942 66.5636C32.4179 66.5678 32.4403 66.5809 32.4566 66.6005L32.5497 66.7135C32.5659 66.7331 32.5884 66.7462 32.6122 66.7504C32.6358 66.7539 32.6583 66.767 32.6745 66.7867L32.7677 66.8997C32.7839 66.9193 32.8064 66.9324 32.83 66.9365L32.8412 66.9383C32.8576 66.9407 32.8735 66.9502 32.885 66.9639C32.8966 66.9782 32.9128 66.9877 32.9292 66.9901L32.9402 66.9918C32.964 66.9954 32.9865 67.0091 33.0027 67.0287L33.0134 67.0412C33.0363 67.0692 33.068 67.0882 33.1014 67.0935L33.1712 67.1048C33.1879 67.1072 33.2037 67.1167 33.2152 67.1304C33.2269 67.1447 33.2428 67.1542 33.2595 67.1566L33.2811 67.1601C33.2979 67.1625 33.3137 67.172 33.3254 67.1863C33.3369 67.2 33.3528 67.2095 33.3695 67.2119L33.4653 67.2274C33.482 67.2303 33.4979 67.2398 33.5094 67.2535C33.5208 67.2678 33.5367 67.2767 33.5536 67.2797L33.7974 67.3189C33.8144 67.3219 33.8306 67.3172 33.8428 67.3076C33.8549 67.2975 33.8712 67.2928 33.8881 67.2957L34.0577 67.3231C34.0744 67.3261 34.0905 67.335 34.102 67.3487C34.1135 67.363 34.1296 67.3725 34.146 67.3748L34.3159 67.4022C34.3328 67.4052 34.3491 67.401 34.3612 67.3909C34.3734 67.3808 34.3896 67.3766 34.4066 67.3796L34.6503 67.4189C34.6671 67.4212 34.6833 67.4171 34.6955 67.407C34.7076 67.3969 34.7241 67.3927 34.7408 67.3951L34.8364 67.4111C34.8534 67.4135 34.8696 67.4093 34.8818 67.3992C34.8939 67.3891 34.9101 67.385 34.9269 67.3873L34.9487 67.3909C34.9654 67.3939 34.9816 67.3897 34.994 67.3796C35.0062 67.3695 35.0224 67.3653 35.0391 67.3677L35.0608 67.3713C35.0777 67.3743 35.0939 67.3695 35.1061 67.3594C35.1182 67.3493 35.1344 67.3451 35.1514 67.3481L35.1728 67.3517C35.1898 67.354 35.206 67.3499 35.2181 67.3398C35.2303 67.3296 35.2465 67.3255 35.2634 67.3285L35.333 67.3398C35.3664 67.3451 35.3989 67.3368 35.4234 67.316L35.4344 67.307C35.4519 67.2928 35.4749 67.2868 35.4987 67.291L35.5094 67.2928C35.5261 67.2952 35.5426 67.291 35.5547 67.2809C35.5669 67.2708 35.5831 67.2666 35.5998 67.269L35.6217 67.2726C35.6384 67.2755 35.6546 67.2714 35.6668 67.2612C35.6791 67.2511 35.6954 67.247 35.7121 67.25L35.7337 67.2529C35.7504 67.2559 35.7667 67.2517 35.7791 67.2416C35.7912 67.2315 35.8075 67.2268 35.8242 67.2297L35.8458 67.2333C35.8627 67.2357 35.8789 67.2315 35.8911 67.2214C35.9032 67.2113 35.9195 67.2071 35.9364 67.2101L35.9578 67.2137C35.9748 67.2161 35.991 67.2119 36.0032 67.2018C36.0153 67.1917 36.0316 67.1875 36.0485 67.1905L36.0592 67.1923C36.0833 67.1958 36.106 67.1899 36.1232 67.1756L36.1454 67.1572C36.1629 67.1429 36.1859 67.137 36.2095 67.1405C36.2333 67.1447 36.2563 67.1387 36.2735 67.1245L36.296 67.106C36.3132 67.0918 36.336 67.0852 36.3598 67.0894L36.3707 67.0912C36.3875 67.0941 36.4037 67.09 36.4158 67.0799C36.4282 67.0692 36.4445 67.065 36.461 67.068L36.4721 67.0697C36.4958 67.0733 36.5187 67.0674 36.5359 67.0531L36.5582 67.0347C36.5756 67.0204 36.5986 67.0144 36.6222 67.0186C36.6458 67.0222 36.6688 67.0162 36.6863 67.0019L36.7085 66.9835C36.7257 66.9692 36.7487 66.9633 36.7726 66.9669C36.7962 66.9704 36.8192 66.9645 36.8363 66.9502L36.8969 66.9002C36.9141 66.886 36.937 66.88 36.9607 66.8836C36.9844 66.8878 37.0073 66.8818 37.0248 66.8675L37.1612 66.7539C37.1786 66.7397 37.2016 66.7337 37.2252 66.7373C37.249 66.7415 37.2718 66.7355 37.2893 66.7212L37.3495 66.6707C37.3667 66.6564 37.3897 66.6505 37.4138 66.6546C37.4375 66.6582 37.4604 66.6528 37.4776 66.6386L37.5382 66.588C37.5553 66.5737 37.5781 66.5678 37.6019 66.572C37.6256 66.5755 37.6488 66.5696 37.666 66.5553L37.7263 66.5053C37.7435 66.4905 37.7667 66.4845 37.7903 66.4887C37.814 66.4923 37.837 66.4863 37.8541 66.472L37.9147 66.4221C37.9319 66.4078 37.9549 66.4019 37.9785 66.4054C38.0023 66.409 38.0253 66.4037 38.0425 66.3894L38.1028 66.3388C38.1202 66.3245 38.1432 66.3186 38.1669 66.3222C38.1905 66.3263 38.2135 66.3204 38.2309 66.3061L38.3293 66.224C38.3465 66.2098 38.3697 66.2038 38.3933 66.208C38.417 66.2115 38.44 66.2056 38.4572 66.1913L38.5557 66.1093C38.5729 66.095 38.5959 66.0896 38.6197 66.0932C38.6436 66.0968 38.6666 66.0914 38.6838 66.0771L38.8204 65.9635C38.8376 65.9493 38.8604 65.9427 38.8842 65.9469C38.9081 65.9505 38.9311 65.9445 38.9483 65.9302L39.0849 65.8172C39.1021 65.803 39.1251 65.797 39.1487 65.8006C39.1726 65.8042 39.1956 65.7982 39.2128 65.7839L39.3875 65.6388C39.4047 65.6246 39.4277 65.6186 39.4513 65.6228C39.4751 65.6263 39.4981 65.6204 39.5153 65.6061L39.652 65.4925C39.6691 65.4782 39.6921 65.4723 39.7158 65.4765C39.7394 65.48 39.7626 65.4741 39.7798 65.4598L40.0687 65.2195C40.0858 65.2053 40.1091 65.1993 40.1327 65.2035C40.1563 65.207 40.1793 65.2011 40.1965 65.1868L40.4475 64.9781C40.4647 64.9638 40.4877 64.9585 40.5113 64.962C40.5352 64.9662 40.5582 64.9596 40.5754 64.9454L40.9403 64.6421C40.9578 64.6278 40.9808 64.6218 41.0044 64.6254C41.0283 64.6296 41.0513 64.6236 41.0686 64.6093L41.7383 64.0533C41.7557 64.0384 41.7784 64.0324 41.8023 64.0366C41.8259 64.0402 41.8489 64.0342 41.8663 64.02L42.4598 63.5269C42.477 63.5127 42.5002 63.5067 42.5239 63.5103C42.5475 63.5138 42.5705 63.5085 42.5877 63.4942L43.4861 62.7472C43.5033 62.733 43.5263 62.727 43.5501 62.7306C43.5737 62.7347 43.5967 62.7288 43.6139 62.7145L45.1979 61.3984C45.2151 61.3841 45.2251 61.3621 45.2258 61.3383C45.2265 61.3145 45.2367 61.2925 45.2539 61.2782L46.1523 60.5319C46.1695 60.5176 46.1795 60.4956 46.1802 60.4718C46.1808 60.448 46.1908 60.426 46.2083 60.4117L46.6876 60.0133C46.7048 59.999 46.7148 59.9776 46.7155 59.9538C46.7161 59.9294 46.7264 59.908 46.7436 59.8937L47.4514 59.3053C47.4686 59.291 47.4787 59.2694 47.4794 59.245C47.48 59.221 47.49 59.1994 47.5072 59.1851L47.8724 58.8817C47.8896 58.8674 47.8998 58.846 47.9003 58.8218C47.9012 58.7976 47.9112 58.776 47.9284 58.7617L48.1792 58.5533C48.1964 58.539 48.2066 58.5173 48.2073 58.4932C48.2079 58.4693 48.2179 58.4477 48.2351 58.4334L48.4861 58.2248C48.5033 58.2105 48.5134 58.1889 48.514 58.1649C48.5147 58.1409 48.5247 58.1193 48.5421 58.1049L48.7168 57.9597C48.734 57.9454 48.744 57.9238 48.7446 57.8998C48.7454 57.8758 48.7553 57.8543 48.7727 57.8397L48.8711 57.758C48.8885 57.7436 48.8985 57.722 48.8992 57.698C48.8999 57.674 48.9099 57.6524 48.9271 57.6381L49.0637 57.5246C49.0809 57.5103 49.0912 57.4885 49.0918 57.4645C49.0923 57.4403 49.1025 57.4189 49.1197 57.4046L49.2563 57.2911C49.2735 57.2768 49.2837 57.2551 49.2842 57.2308C49.2849 57.2068 49.2949 57.1852 49.3121 57.1709L49.3726 57.1207C49.3898 57.1063 49.3998 57.0847 49.4005 57.0608C49.4013 57.0366 49.4114 57.015 49.4286 57.0007L49.5271 56.9188C49.5443 56.9045 49.5543 56.8829 49.555 56.8589C49.5557 56.8349 49.5657 56.8134 49.5831 56.7988L49.6815 56.7171C49.6987 56.7029 49.7089 56.6811 49.7096 56.6571C49.7102 56.6331 49.7202 56.6115 49.7374 56.5972L49.798 56.5469C49.8151 56.5326 49.8252 56.511 49.8258 56.487C49.8268 56.4628 49.8367 56.4413 49.8539 56.427L49.9142 56.3769C49.9316 56.3624 49.9416 56.3408 49.9423 56.3168C49.9428 56.2925 49.953 56.2713 49.9704 56.2567L50.0307 56.2067C50.0479 56.1924 50.0579 56.1708 50.0588 56.1466C50.0593 56.1223 50.0693 56.1007 50.0865 56.0865L50.147 56.0362C50.1642 56.0219 50.1744 56.0005 50.1749 55.9763C50.1755 55.9523 50.1858 55.9305 50.203 55.9163L50.3396 55.8027C50.3568 55.7884 50.3668 55.7668 50.3675 55.7428C50.3681 55.7188 50.3781 55.6972 50.3956 55.6828L50.4558 55.6327C50.473 55.6184 50.4833 55.5966 50.484 55.5726C50.4847 55.5486 50.4947 55.527 50.5119 55.5127L50.5343 55.4941C50.5515 55.4798 50.5615 55.4582 50.5622 55.4342C50.5628 55.4102 50.5731 55.3884 50.5903 55.3741L50.6125 55.3557C50.6297 55.3414 50.6397 55.3198 50.6406 55.2956L50.6407 55.2845C50.6414 55.2675 50.6485 55.2523 50.6607 55.2422C50.6729 55.2321 50.68 55.2169 50.6805 55.1997L50.6808 55.1888C50.6813 55.1645 50.6915 55.1432 50.7089 55.1287L50.7311 55.1103C50.7483 55.0959 50.7583 55.0744 50.7588 55.0502C50.7597 55.0259 50.7697 55.0044 50.7869 54.9901L50.8091 54.9716C50.8266 54.9571 50.8368 54.9358 50.8372 54.9115C50.8379 54.8875 50.8479 54.866 50.8651 54.8517L50.8876 54.833C50.9048 54.8187 50.9147 54.7971 50.9155 54.7731L50.916 54.7621C50.9162 54.745 50.9233 54.7298 50.9355 54.7197C50.9479 54.7094 50.9551 54.6942 50.9553 54.6772L50.9558 54.6661C50.9565 54.6421 50.9665 54.6206 50.9837 54.6062L51.0062 54.5876C51.0234 54.5733 51.0334 54.5517 51.0341 54.5277L51.0344 54.5168C51.0348 54.4997 51.042 54.4844 51.0541 54.4743C51.0663 54.4642 51.0734 54.449 51.0739 54.4318L51.0745 54.4096C51.075 54.3929 51.0821 54.3776 51.0945 54.3673C51.1067 54.3573 51.1136 54.3418 51.1141 54.325L51.1147 54.3028C51.1154 54.2859 51.1223 54.2704 51.1345 54.2603C51.1466 54.2502 51.1537 54.235 51.1545 54.2181L51.1549 54.1961C51.1553 54.1788 51.1625 54.1636 51.1746 54.1535C51.1868 54.1434 51.1939 54.1282 51.1946 54.1112L51.1952 54.0891C51.1955 54.0721 51.2026 54.0568 51.2148 54.0467C51.2272 54.0364 51.2343 54.0212 51.2345 54.0042L51.2351 53.9931C51.2358 53.9692 51.2458 53.9476 51.263 53.9332L51.2852 53.9148C51.3026 53.9003 51.3127 53.8787 51.3133 53.8547L51.3136 53.8439C51.3141 53.8267 51.3213 53.8114 51.3334 53.8013C51.3456 53.7912 51.3527 53.776 51.3531 53.7588L51.3538 53.7366C51.3543 53.7199 51.3614 53.7046 51.3735 53.6945C51.3859 53.6843 51.3931 53.6691 51.3933 53.652L51.3939 53.6298C51.3946 53.6129 51.4018 53.5977 51.414 53.5876C51.4261 53.5775 51.4331 53.562 51.4337 53.5451L51.4341 53.5231C51.4348 53.5061 51.4418 53.4906 51.4539 53.4805C51.4661 53.4704 51.4732 53.4552 51.4739 53.4382L51.4788 53.2657C51.479 53.2487 51.4861 53.2335 51.4985 53.2232C51.5106 53.2131 51.5178 53.1979 51.518 53.1808L51.5229 53.0084C51.5236 52.9914 51.5307 52.9762 51.5429 52.9661C51.555 52.956 51.562 52.9405 51.5626 52.9236L51.5738 52.5251C51.5743 52.5083 51.5814 52.4931 51.5936 52.483C51.606 52.4727 51.6129 52.4572 51.6134 52.4405L51.6266 51.9668C51.6271 51.9501 51.6209 51.9327 51.6092 51.9185C51.5977 51.9046 51.5917 51.8871 51.5922 51.8703L51.6005 51.5737C51.6014 51.5397 51.589 51.505 51.5661 51.4772L51.5555 51.4643C51.5392 51.4446 51.5303 51.4198 51.5309 51.3958C51.5316 51.3718 51.5229 51.3472 51.5067 51.3275L51.4135 51.2147C51.3973 51.195 51.3886 51.1705 51.3892 51.1464C51.39 51.122 51.3812 51.0974 51.365 51.0778L51.236 50.9214C51.2197 50.9017 51.2108 50.8773 51.2117 50.8531C51.2121 50.8289 51.2034 50.8042 51.1872 50.7846L49.0075 48.1441C48.9911 48.1241 48.9686 48.111 48.945 48.1072C48.9212 48.1036 48.8989 48.0902 48.8826 48.0705L47.3145 46.1708C47.2983 46.1512 47.2756 46.1377 47.2518 46.1341C47.2281 46.1303 47.2056 46.1171 47.1894 46.0975L41.5918 39.3163C41.5755 39.2966 41.5531 39.2834 41.5292 39.2793C41.5056 39.2755 41.4831 39.2624 41.4669 39.2427L41.4353 39.2044C41.4258 39.1929 41.4208 39.1784 41.4209 39.1641C41.4218 39.1347 41.3991 39.1071 41.3701 39.1025C41.3563 39.1003 41.3431 39.0926 41.3335 39.0811L40.942 38.6068C40.9258 38.5872 40.9171 38.5626 40.9178 38.5385C40.9184 38.5146 40.9095 38.4897 40.8932 38.47L40.8722 38.4446C40.856 38.4249 40.8335 38.4117 40.8097 38.4076C40.7861 38.4038 40.7636 38.3907 40.7473 38.371L40.7261 38.3453C40.7099 38.3256 40.7012 38.301 40.7019 38.277C40.7025 38.253 40.6938 38.2284 40.6773 38.2085L40.5845 38.0959C40.5682 38.0763 40.5455 38.0629 40.5219 38.0591C40.4983 38.0553 40.4758 38.042 40.4596 38.0224L38.7115 35.9047C38.6953 35.885 38.6865 35.8604 38.687 35.8361C38.6877 35.8122 38.679 35.7875 38.6627 35.7679L38.21 35.2194C38.1937 35.1997 38.171 35.1863 38.1474 35.1825C38.1238 35.1787 38.1013 35.1655 38.0851 35.1458L31.8758 27.6236C31.8595 27.6039 31.837 27.5908 31.8134 27.587C31.7898 27.5831 31.7673 27.5699 31.7509 27.55L31.2981 27.0015C31.2819 26.9818 31.2594 26.9687 31.2358 26.9649C31.2119 26.9608 31.1895 26.9476 31.1732 26.9279L30.9004 26.5974C30.8839 26.5775 30.8615 26.5643 30.8379 26.5605C30.8142 26.5567 30.7917 26.5435 30.7755 26.5239L30.6105 26.324C30.5941 26.304 30.5716 26.2909 30.5479 26.287C30.5244 26.2832 30.5019 26.27 30.4854 26.2501L30.3565 26.0941C30.3401 26.0741 30.3177 26.0609 30.294 26.0571C30.2702 26.0535 30.2477 26.0404 30.2315 26.0207L30.1384 25.9079C30.1221 25.8882 30.0999 25.8748 30.0758 25.871C30.0522 25.8672 30.0297 25.854 30.0135 25.8343L29.9563 25.7651C29.9401 25.7454 29.9176 25.7322 29.894 25.7284C29.8703 25.7246 29.8477 25.7112 29.8314 25.6915L29.7745 25.6225C29.7582 25.6028 29.7355 25.5894 29.7119 25.5856C29.6883 25.5818 29.6658 25.5686 29.6496 25.5489L29.5924 25.4797C29.5762 25.46 29.5537 25.4468 29.5301 25.443C29.5062 25.439 29.4838 25.4258 29.4675 25.4061L29.4106 25.3371C29.3941 25.3172 29.3716 25.304 29.348 25.3002C29.3244 25.2964 29.3019 25.2833 29.2855 25.2633L29.2645 25.2379C29.2482 25.2182 29.2258 25.205 29.2022 25.2012L29.191 25.1994C29.1745 25.1967 29.1587 25.1874 29.147 25.1732C29.1355 25.1593 29.1194 25.1501 29.1029 25.1475L29.0917 25.1456C29.0681 25.1418 29.0457 25.1287 29.0294 25.109L28.9722 25.0398C28.956 25.0201 28.9338 25.0067 28.9099 25.0031C28.8861 24.999 28.8636 24.9858 28.8474 24.9662L28.8264 24.9408C28.8101 24.9211 28.7875 24.9076 28.7638 24.9038C28.7402 24.9 28.7177 24.8869 28.7015 24.8672L28.6443 24.7979C28.6281 24.7783 28.6056 24.7651 28.582 24.7613C28.5581 24.7572 28.5357 24.744 28.5194 24.7243L28.4985 24.6989C28.482 24.679 28.4595 24.6658 28.4359 24.662C28.4123 24.6582 28.3898 24.645 28.3736 24.6254L28.3523 24.5996C28.3361 24.58 28.3136 24.5668 28.29 24.563C28.2662 24.5589 28.2437 24.5457 28.2275 24.526L28.2065 24.5006C28.1902 24.481 28.1675 24.4675 28.1439 24.4637L28.133 24.4622C28.1163 24.4593 28.1004 24.4499 28.0889 24.436C28.0774 24.4221 28.0614 24.4129 28.0447 24.41L28.0337 24.4084C28.0101 24.4046 27.9876 24.3915 27.9712 24.3715L27.9502 24.3461C27.9339 24.3264 27.9115 24.3132 27.8876 24.3091L27.8769 24.3074C27.8602 24.305 27.8441 24.2953 27.8327 24.2814C27.8212 24.2675 27.8053 24.2581 27.7884 24.2554L27.767 24.252C27.7501 24.2493 27.7342 24.2399 27.7227 24.2259C27.7112 24.212 27.6954 24.2027 27.6785 24.2L27.6089 24.1887C27.5755 24.1834 27.5438 24.1646 27.5206 24.1366L27.5102 24.1239C27.4939 24.1043 27.4713 24.0908 27.4476 24.087L27.4367 24.0855C27.42 24.0826 27.4041 24.0732 27.3927 24.0593C27.3812 24.0454 27.3651 24.0362 27.3484 24.0333L27.3268 24.03C27.3101 24.0271 27.294 24.0179 27.2825 24.004C27.271 23.9901 27.2552 23.9807 27.2385 23.9778L27.2166 23.9743C27.1999 23.9718 27.184 23.9625 27.1724 23.9483C27.1609 23.9344 27.145 23.925 27.1285 23.9223L27.1067 23.9188C27.0897 23.9161 27.0738 23.9068 27.0624 23.8928C27.0509 23.8789 27.0351 23.8695 27.0181 23.8668L26.9967 23.8633C26.9798 23.8607 26.964 23.8513 26.9525 23.8373C26.941 23.8234 26.9251 23.8141 26.9082 23.8114L26.8865 23.8076C26.8698 23.8052 26.854 23.7958 26.8425 23.7819C26.8308 23.7677 26.8149 23.7584 26.7982 23.7559L26.7764 23.7524C26.7597 23.7494 26.7438 23.74 26.7324 23.7261C26.7209 23.7123 26.705 23.7029 26.6881 23.7001L26.6665 23.6969C26.6497 23.694 26.6339 23.6846 26.6224 23.6707C26.6109 23.6568 26.5949 23.6476 26.5781 23.6447L26.5565 23.6414C26.5398 23.6385 26.5237 23.6293 26.5122 23.6154C26.5005 23.6012 26.4847 23.5918 26.4682 23.5892L26.4464 23.5857C26.4297 23.5832 26.4138 23.5738 26.4021 23.5597C26.3906 23.5457 26.3748 23.5364 26.3582 23.5337L26.3364 23.5302C26.3195 23.5275 26.3036 23.5181 26.2921 23.5042C26.2806 23.4903 26.2648 23.4809 26.2479 23.4782L26.1522 23.4625C26.1355 23.4601 26.1197 23.4507 26.1082 23.4368C26.0965 23.4226 26.0806 23.4133 26.0639 23.4108L25.9681 23.3953C25.9514 23.3924 25.9353 23.3833 25.9238 23.3693C25.9124 23.3554 25.8965 23.3461 25.8798 23.3432L25.7841 23.328C25.7672 23.3252 25.7514 23.3159 25.7399 23.302C25.7284 23.2881 25.7125 23.2787 25.6956 23.276L25.674 23.2722C25.6572 23.2698 25.6414 23.2604 25.6297 23.2462C25.6182 23.2323 25.6024 23.223 25.5856 23.2205L25.4898 23.205C25.4731 23.2021 25.4573 23.1928 25.4458 23.1789C25.4343 23.1649 25.4184 23.1555 25.4015 23.1528L25.3797 23.1493C25.3632 23.1467 25.3473 23.1373 25.3359 23.1234C25.3241 23.1092 25.3081 23.1001 25.2916 23.0974L25.1957 23.0819C25.1788 23.0792 25.163 23.0698 25.1515 23.0559C25.14 23.042 25.1241 23.0326 25.1074 23.0297L24.9376 23.0023C24.9209 22.9999 24.905 22.9905 24.8935 22.9766C24.8818 22.9624 24.866 22.953 24.8493 22.9506L24.7534 22.9351C24.7367 22.9322 24.7208 22.9229 24.7094 22.909C24.6979 22.8951 24.6818 22.8858 24.6651 22.8829L24.4952 22.8556C24.4785 22.8531 24.4627 22.8437 24.4512 22.8298C24.4395 22.8157 24.4236 22.8063 24.4069 22.8038L24.0889 22.7524C24.0721 22.7499 24.0563 22.7405 24.0448 22.7266C24.0331 22.7124 24.0173 22.7031 24.0007 22.7004L23.7567 22.6613C23.74 22.6584 23.7241 22.649 23.7127 22.6351C23.7012 22.6212 23.6853 22.6118 23.6684 22.6091L22.0172 22.3431C22.0003 22.3403 21.9841 22.3445 21.972 22.3546C21.9598 22.3647 21.9436 22.3689 21.9268 22.3665L21.5348 22.3031C21.518 22.3006 21.5016 22.3045 21.4895 22.3147C21.4773 22.3248 21.4611 22.3289 21.4443 22.3265L21.2005 22.2872C21.1838 22.2843 21.1675 22.2885 21.1552 22.2988C21.1431 22.3089 21.1268 22.313 21.1101 22.3101L20.866 22.2711C20.8493 22.2681 20.833 22.2723 20.8209 22.2824C20.8086 22.2927 20.7923 22.2969 20.7758 22.2943L20.68 22.2788C20.663 22.2761 20.6468 22.2803 20.6347 22.2904C20.6225 22.3005 20.6063 22.3047 20.5893 22.302L20.4937 22.2863C20.477 22.2838 20.4607 22.2881 20.4486 22.2982C20.4364 22.3083 20.4202 22.3125 20.4032 22.3098L20.3074 22.2943C20.2905 22.2916 20.2743 22.2958 20.2621 22.3059C20.25 22.316 20.2337 22.3202 20.217 22.3177L20.1214 22.3021C20.1044 22.2994 20.0882 22.3036 20.076 22.3136C20.0639 22.3238 20.0477 22.328 20.0307 22.3252L19.8609 22.2979C19.8442 22.2954 19.8279 22.2996 19.8158 22.3097C19.8036 22.3198 19.7872 22.3238 19.7704 22.3213L19.6006 22.2939C19.5839 22.291 19.5676 22.2952 19.5555 22.3053C19.5431 22.3156 19.5269 22.3198 19.5102 22.3169L19.4886 22.3136C19.4719 22.3107 19.4556 22.3149 19.4432 22.3252C19.4311 22.3353 19.4148 22.3395 19.3979 22.3368L19.3284 22.3255C19.2949 22.3202 19.2624 22.3286 19.2381 22.3488C19.2137 22.3691 19.1809 22.3773 19.1475 22.3719L19.078 22.3607C19.0613 22.3582 19.0448 22.3622 19.0326 22.3723C19.0205 22.3824 19.0042 22.3866 18.9875 22.3841L18.7437 22.3448C18.727 22.3419 18.7108 22.3461 18.6986 22.3562C18.6862 22.3665 18.67 22.3707 18.6533 22.3678L18.5574 22.3524C18.5407 22.3499 18.5242 22.3538 18.5121 22.3639C18.4999 22.374 18.4837 22.3782 18.467 22.3757L18.2972 22.3484C18.2804 22.3455 18.2642 22.3497 18.2518 22.36C18.2397 22.3701 18.2234 22.3742 18.2068 22.3713L17.2962 22.2248C17.2795 22.2219 17.2635 22.2128 17.252 22.1989C17.2405 22.1849 17.2246 22.1756 17.2079 22.1727L17.0381 22.1453C17.0214 22.1428 17.0055 22.1334 16.9938 22.1193C16.9823 22.1054 16.9665 22.096 16.9498 22.0935L16.8539 22.0781C16.8372 22.0752 16.8213 22.0658 16.8099 22.0519C16.7984 22.038 16.7826 22.0286 16.7656 22.0259L16.7549 22.0242C16.7311 22.0206 16.7086 22.0069 16.6923 21.9873L16.6714 21.9618C16.6551 21.9421 16.6327 21.929 16.6086 21.9251C16.5849 21.9213 16.5625 21.9081 16.5462 21.8884L16.525 21.8627C16.5088 21.843 16.4863 21.8299 16.4627 21.8261C16.4391 21.8223 16.4166 21.8091 16.4001 21.7891L16.3791 21.7637C16.3629 21.744 16.3404 21.7309 16.3166 21.7268C16.293 21.723 16.2705 21.7098 16.2542 21.6901L16.1971 21.6209C16.1809 21.6012 16.1584 21.5881 16.1348 21.5843C16.1111 21.5805 16.0886 21.5673 16.0722 21.5473L15.9432 21.391C15.9269 21.3713 15.9045 21.3581 15.8808 21.3543C15.8572 21.3505 15.8347 21.3373 15.8183 21.3174L15.6894 21.1613C15.6729 21.1414 15.6505 21.1282 15.6269 21.1244C15.603 21.1208 15.5808 21.1075 15.5644 21.0875L15.0756 20.4954C15.0594 20.4758 15.0369 20.4626 15.0133 20.4588C14.9892 20.4549 14.9667 20.4417 14.9505 20.4221L14.1888 19.4992C14.14 19.4402 14.1137 19.3661 14.1159 19.2939L14.1173 19.2344C14.1185 19.2002 14.1326 19.1695 14.1569 19.1493L14.1681 19.14C14.1853 19.1257 14.1956 19.1044 14.196 19.0801C14.1967 19.0561 14.2069 19.0343 14.2241 19.0201L14.2844 18.9699C14.3018 18.9555 14.3118 18.9339 14.3125 18.9099C14.3132 18.8859 14.3232 18.8643 14.3404 18.85L14.3516 18.8407C14.3759 18.8205 14.3904 18.7899 14.3914 18.7559L14.3953 18.6098C14.3959 18.5929 14.3897 18.5755 14.3783 18.5616C14.3665 18.5474 14.3603 18.5301 14.3608 18.5133L14.3611 18.502C14.3618 18.478 14.3531 18.4534 14.3368 18.4337L14.064 18.1032C14.0476 18.0832 14.0389 18.0586 14.0395 18.0347C14.0402 18.0106 14.0314 17.9861 14.015 17.9661L13.5981 17.4612C13.582 17.4415 13.5595 17.4283 13.5359 17.4245C13.5122 17.4207 13.4897 17.4075 13.4733 17.3876L13.3954 17.2931C13.3464 17.2339 13.2788 17.1941 13.2079 17.1826L13.1228 17.169C13.1063 17.1663 13.09 17.1705 13.0777 17.1808C13.0655 17.1909 13.049 17.1948 13.0325 17.1922L13.0216 17.1906C12.9978 17.1866 12.9748 17.1924 12.9576 17.2067L12.8971 17.257C12.8799 17.2713 12.8571 17.2774 12.8333 17.2733C12.8094 17.2697 12.7864 17.2755 12.7692 17.2898L12.5184 17.4983C12.5012 17.5125 12.478 17.5186 12.4544 17.5147C12.4307 17.5109 12.4077 17.5168 12.3905 17.5311L11.8349 17.9928C11.8177 18.0071 11.7947 18.013 11.7711 18.0091C11.7472 18.0056 11.7242 18.0114 11.707 18.0257L7.19043 21.779Z' fill='url(%23paint2_linear_3391_119)'/%3e%3cpath d='M7.19043 21.779C7.17324 21.7932 7.16322 21.8148 7.16233 21.839C7.16162 21.8631 7.15166 21.8847 7.13447 21.8989L6.54072 22.3923C6.52353 22.4066 6.51351 22.4282 6.51286 22.4522C6.51221 22.4762 6.50195 22.4979 6.48476 22.5122L6.23397 22.7206C6.21678 22.7349 6.20676 22.7565 6.20587 22.7807C6.2054 22.8049 6.1952 22.8263 6.17802 22.8406L6.07944 22.9225C6.06225 22.9367 6.05223 22.9583 6.05176 22.9826C6.05087 23.0068 6.04085 23.0284 6.02366 23.0427L6.0124 23.052C5.9881 23.0722 5.97381 23.1027 5.97286 23.1366L5.96878 23.2824C5.9683 23.2996 5.97452 23.317 5.98602 23.3309C5.99752 23.3448 6.00375 23.3622 6.00321 23.3794L6.00292 23.3903C6.00227 23.4143 6.01122 23.4391 6.02746 23.4588L6.04844 23.4843C6.06468 23.5039 6.07363 23.5288 6.07292 23.5528C6.07203 23.577 6.08074 23.6016 6.09699 23.6212L6.87366 24.5622C6.8899 24.5818 6.91243 24.595 6.93626 24.5987C6.96009 24.6027 6.98255 24.6159 6.99879 24.6355L7.0094 24.6484C7.03234 24.6762 7.06405 24.6949 7.09749 24.7004L7.24105 24.7235C7.258 24.7262 7.27424 24.722 7.28639 24.7119C7.29854 24.7018 7.31479 24.6976 7.33168 24.7004L7.34241 24.7021C7.36624 24.7057 7.38924 24.6998 7.40643 24.6856L7.46677 24.6354C7.48413 24.621 7.50713 24.6151 7.53078 24.6189C7.55461 24.623 7.57743 24.6169 7.59462 24.6026L7.62485 24.5774C7.66154 24.547 7.7105 24.5346 7.76083 24.5428L7.82591 24.5532C7.8763 24.5613 7.92389 24.5894 7.95827 24.6312L7.9869 24.6658C8.00314 24.6855 8.02561 24.6986 8.0492 24.7024C8.07309 24.7065 8.09555 24.7197 8.11179 24.7394L8.49264 25.2008C8.50888 25.2205 8.51759 25.2451 8.51694 25.269C8.51646 25.2933 8.52518 25.3179 8.54142 25.3376L9.17412 26.1041C9.19036 26.1238 9.19907 26.1484 9.19842 26.1724C9.19795 26.1966 9.20666 26.2212 9.2229 26.2409L9.5319 26.6152C9.54814 26.6349 9.55685 26.6595 9.5562 26.6835C9.55531 26.7077 9.5642 26.7321 9.58068 26.7521L9.70955 26.9081C9.72597 26.9281 9.73468 26.9527 9.73403 26.9766C9.73314 27.0008 9.74185 27.0255 9.75827 27.0454L9.81523 27.1144C9.83147 27.1341 9.84042 27.1584 9.83971 27.1829C9.83906 27.2069 9.84777 27.2315 9.86402 27.2512L9.92116 27.3205C9.9374 27.3401 9.94611 27.3647 9.94546 27.3887C9.94481 27.4127 9.9537 27.4376 9.96994 27.4572L9.99098 27.4827C10.0072 27.5024 10.0159 27.5269 10.0155 27.5512L10.0152 27.5621C10.0147 27.5793 10.0209 27.5967 10.0324 27.6106C10.0439 27.6245 10.0501 27.6418 10.0496 27.6591L10.0493 27.6699C10.0486 27.6939 10.0573 27.7186 10.0738 27.7385L10.0842 27.7511C10.1073 27.7791 10.1198 27.8139 10.1187 27.848L10.1166 27.9187C10.1162 27.9355 10.1226 27.9531 10.1341 27.967C10.1456 27.9809 10.1516 27.9984 10.1513 28.0155L10.1484 28.1126C10.1479 28.1298 10.1541 28.1471 10.1656 28.161C10.1771 28.175 10.1833 28.1923 10.1828 28.2095L10.1759 28.4572C10.1756 28.4742 10.1818 28.4916 10.1933 28.5055C10.2048 28.5194 10.211 28.5368 10.2105 28.554L10.2036 28.8017C10.2029 28.8186 10.196 28.8342 10.1838 28.8442C10.1717 28.8543 10.1645 28.8696 10.1638 28.8865L10.155 29.2096C10.1543 29.2266 10.1472 29.2418 10.135 29.2519C10.1229 29.262 10.1157 29.2772 10.1152 29.2944L10.1104 29.4669C10.1101 29.484 10.103 29.4992 10.0906 29.5095C10.0785 29.5195 10.0713 29.5348 10.0711 29.5518L10.0663 29.7243C10.0655 29.7413 10.0584 29.7565 10.0462 29.7666C10.0341 29.7767 10.027 29.7919 10.0265 29.8091L10.0238 29.9065C10.0233 29.9232 10.0164 29.9387 10.004 29.949C9.99181 29.9591 9.98464 29.9743 9.98417 29.991L9.98144 30.0884C9.98096 30.1056 9.97385 30.1209 9.9617 30.1309C9.94955 30.141 9.94238 30.1563 9.9419 30.1734L9.94107 30.1954C9.94084 30.2124 9.93366 30.2276 9.92151 30.2377C9.90912 30.248 9.90201 30.2632 9.90177 30.2803L9.89905 30.3776C9.89834 30.3946 9.89116 30.4098 9.87901 30.4199C9.86686 30.43 9.85975 30.4452 9.85927 30.4624L9.85441 30.6349C9.85418 30.652 9.847 30.6672 9.83485 30.6772C9.82246 30.6875 9.81535 30.7028 9.81488 30.7195L9.80812 30.9675C9.80747 30.9844 9.8003 30.9996 9.78814 31.0098C9.77599 31.0199 9.76888 31.035 9.76835 31.0523L9.76355 31.2248C9.76307 31.242 9.7559 31.2572 9.74375 31.2673C9.7316 31.2774 9.72448 31.2926 9.72401 31.3099L9.72336 31.3316C9.72288 31.3488 9.71577 31.364 9.70362 31.3741C9.69147 31.3842 9.68429 31.3994 9.68382 31.4166L9.68109 31.514C9.68062 31.5307 9.67351 31.546 9.66112 31.5563C9.64897 31.5664 9.64179 31.5816 9.64156 31.5986L9.63225 31.9217C9.63201 31.9387 9.62484 31.9539 9.61275 31.9639C9.60036 31.9742 9.59319 31.9895 9.59295 32.0065L9.58365 32.3295C9.58341 32.3465 9.57624 32.3618 9.56409 32.3719C9.55176 32.3822 9.54458 32.3974 9.54435 32.4144L9.53297 32.8126C9.53267 32.8296 9.52556 32.8449 9.51341 32.855C9.50102 32.8653 9.4939 32.8805 9.49343 32.8972L9.45057 34.4241C9.45034 34.4411 9.45632 34.4587 9.46782 34.4726C9.47926 34.4865 9.48549 34.5039 9.48525 34.5209L9.47174 34.9943C9.47126 35.0115 9.47748 35.0288 9.48898 35.0428C9.50042 35.0567 9.50671 35.074 9.50641 35.091L9.50368 35.1884C9.50303 35.2054 9.50926 35.2227 9.52093 35.2369C9.53237 35.2508 9.53866 35.2682 9.53795 35.2851L9.53308 35.4576C9.53285 35.4747 9.53907 35.492 9.55057 35.5059C9.56201 35.5199 9.568 35.5374 9.56776 35.5544L9.5629 35.7269C9.56243 35.7442 9.56865 35.7616 9.58015 35.7754C9.59165 35.7893 9.59787 35.8067 9.5974 35.8239L9.5904 36.0716C9.58993 36.0884 9.59621 36.1057 9.60789 36.1199C9.61933 36.1338 9.62538 36.1514 9.6249 36.1681L9.62218 36.2655C9.62164 36.2827 9.62792 36.3001 9.63936 36.314C9.65086 36.3279 9.65709 36.3453 9.65661 36.3625L9.65596 36.3842C9.65549 36.4014 9.66171 36.4188 9.67321 36.4327C9.68471 36.4466 9.69093 36.464 9.69046 36.4812L9.68844 36.5518C9.6875 36.5858 9.69994 36.6205 9.72312 36.6486C9.74606 36.6764 9.75857 36.7112 9.75738 36.7453L9.75347 36.8914C9.75276 36.9083 9.75904 36.9257 9.77048 36.9396C9.78216 36.9537 9.78844 36.9712 9.78797 36.9879L9.78731 37.0101C9.78684 37.0273 9.79306 37.0447 9.80456 37.0586C9.816 37.0725 9.82223 37.0899 9.82175 37.1071L9.81903 37.204C9.81855 37.2212 9.82478 37.2386 9.83628 37.2525C9.84777 37.2663 9.854 37.2838 9.85352 37.301L9.85287 37.3231C9.8524 37.3399 9.85862 37.3573 9.8703 37.3714C9.8818 37.3853 9.88802 37.4027 9.88731 37.4197L9.88672 37.4418C9.88648 37.4589 9.8927 37.4762 9.90414 37.4901C9.91564 37.5041 9.92163 37.5216 9.92139 37.5387L9.92056 37.5606C9.92027 37.5776 9.92631 37.5952 9.93775 37.609C9.94925 37.6229 9.95548 37.6403 9.95524 37.6574L9.95459 37.6796C9.95388 37.6965 9.9601 37.7139 9.9716 37.7277C9.98328 37.7419 9.9895 37.7593 9.98909 37.7761L9.98843 37.7983C9.98796 37.8155 9.99418 37.8328 10.0057 37.8467C10.0171 37.8607 10.0233 37.878 10.0229 37.8952L10.0223 37.917C10.0218 37.9342 10.028 37.9515 10.0395 37.9654C10.051 37.9794 10.0572 37.9967 10.0567 38.0139L10.0563 38.0359C10.0557 38.0529 10.0619 38.0702 10.0733 38.0842C10.0851 38.0983 10.0913 38.1157 10.0906 38.1326L10.0899 38.1548C10.0894 38.1716 10.0957 38.1889 10.1074 38.2031C10.1188 38.217 10.1251 38.2344 10.1244 38.2513L10.1243 38.2625C10.1234 38.2867 10.1324 38.3111 10.1486 38.3307L10.2057 38.4C10.222 38.4197 10.2307 38.4443 10.2298 38.4685L10.2297 38.4796C10.229 38.4965 10.2353 38.5139 10.2469 38.5281C10.2584 38.542 10.2647 38.5594 10.2642 38.5761L10.2622 38.6468C10.2612 38.6812 10.2737 38.7159 10.2967 38.7438L10.3073 38.7566C10.3235 38.7762 10.3322 38.8009 10.3315 38.8249L10.3315 38.836C10.3307 38.853 10.337 38.8703 10.3485 38.8842C10.3601 38.8984 10.3664 38.9158 10.3657 38.9327L10.3656 38.9438C10.3649 38.9679 10.3736 38.9924 10.3898 39.0121L10.4109 39.0376C10.4273 39.0575 10.436 39.0821 10.4354 39.1061C10.4345 39.1303 10.4434 39.1547 10.4598 39.1747L10.4809 39.2001C10.4971 39.2197 10.5058 39.2444 10.5054 39.2686L10.5048 39.2797C10.5044 39.2965 10.5103 39.314 10.522 39.3282C10.5335 39.3421 10.5397 39.3594 10.5393 39.3762L10.539 39.3875C10.5383 39.4115 10.547 39.4361 10.5632 39.4558L10.5844 39.4815C10.6007 39.5012 10.6094 39.5258 10.6087 39.5498L10.6087 39.5609C10.608 39.5779 10.6142 39.5953 10.6256 39.6091C10.6374 39.6233 10.6436 39.6407 10.6429 39.6576L10.6428 39.6688C10.6421 39.6927 10.6508 39.7174 10.6671 39.737L10.6881 39.7625C10.7045 39.7824 10.7132 39.807 10.7126 39.831C10.7119 39.855 10.7206 39.8796 10.7371 39.8996L10.7581 39.925C10.7743 39.9447 10.783 39.9693 10.7824 39.9932C10.7819 40.0175 10.7906 40.0421 10.8068 40.0618L10.8279 40.0873C10.8443 40.1072 10.853 40.1318 10.8524 40.1558C10.8515 40.18 10.8604 40.2044 10.8766 40.2241L10.8979 40.2498C10.9141 40.2694 10.9228 40.2941 10.9219 40.3182C10.9215 40.3425 10.9302 40.3671 10.9464 40.3868L11.0033 40.4558C11.0198 40.4757 11.0288 40.5001 11.0279 40.5243C11.0272 40.5483 11.0359 40.5729 11.0524 40.5929L11.2171 40.7924C11.2336 40.8124 11.2423 40.837 11.2416 40.861C11.241 40.885 11.2497 40.9096 11.2661 40.9295L11.3231 40.9985C11.3393 41.0182 11.348 41.0428 11.3475 41.067C11.3469 41.0911 11.3556 41.1157 11.3718 41.1353L11.465 41.2481C11.4812 41.2678 11.4899 41.2924 11.4892 41.3164C11.4888 41.3407 11.4975 41.3653 11.5138 41.3849L11.6069 41.4977C11.6231 41.5174 11.6318 41.542 11.6311 41.566C11.6305 41.59 11.6392 41.6146 11.6556 41.6345L11.7845 41.7906C11.8009 41.8106 11.8097 41.8352 11.8089 41.8592C11.8081 41.8834 11.8168 41.908 11.8332 41.9279L12.0342 42.1713C12.0504 42.191 12.0594 42.2154 12.0584 42.2396C12.0578 42.2636 12.0667 42.2884 12.083 42.3081L12.3917 42.6822C12.4082 42.7021 12.4169 42.7268 12.4162 42.7507C12.4156 42.7748 12.4243 42.7993 12.4405 42.819L15.7357 46.811C15.752 46.8306 15.7744 46.8438 15.7981 46.8476C15.8217 46.8514 15.8441 46.8646 15.8606 46.8845L17.8243 49.2635C17.8406 49.2831 17.863 49.2963 17.8869 49.3004C17.9107 49.304 17.933 49.3174 17.9492 49.3371L20.7046 52.6751C20.7208 52.6947 20.7433 52.7079 20.7674 52.7118C20.791 52.7156 20.8135 52.7288 20.8297 52.7484L24.5924 57.3067C24.6087 57.3264 24.6311 57.3396 24.655 57.3437C24.6786 57.3475 24.7011 57.3606 24.7173 57.3803L32.0059 66.2098C32.0221 66.2294 32.0446 66.2425 32.0684 66.2466C32.092 66.2508 32.1145 66.2639 32.1308 66.2835L32.3317 66.5268C32.3479 66.5464 32.3706 66.5601 32.3942 66.5636C32.4179 66.5678 32.4403 66.5809 32.4566 66.6005L32.5497 66.7135C32.5659 66.7331 32.5884 66.7462 32.6122 66.7504C32.6358 66.7539 32.6583 66.767 32.6745 66.7867L32.7677 66.8997C32.7839 66.9193 32.8064 66.9324 32.83 66.9365L32.8412 66.9383C32.8576 66.9407 32.8735 66.9502 32.885 66.9639C32.8966 66.9782 32.9128 66.9877 32.9292 66.9901L32.9402 66.9918C32.964 66.9954 32.9865 67.0091 33.0027 67.0287L33.0134 67.0412C33.0363 67.0692 33.068 67.0882 33.1014 67.0935L33.1712 67.1048C33.1879 67.1072 33.2037 67.1167 33.2152 67.1304C33.2269 67.1447 33.2428 67.1542 33.2595 67.1566L33.2811 67.1601C33.2979 67.1625 33.3137 67.172 33.3254 67.1863C33.3369 67.2 33.3528 67.2095 33.3695 67.2119L33.4653 67.2274C33.482 67.2303 33.4979 67.2398 33.5094 67.2535C33.5208 67.2678 33.5367 67.2767 33.5536 67.2797L33.7974 67.3189C33.8144 67.3219 33.8306 67.3172 33.8428 67.3076C33.8549 67.2975 33.8712 67.2928 33.8881 67.2957L34.0577 67.3231C34.0744 67.3261 34.0905 67.335 34.102 67.3487C34.1135 67.363 34.1296 67.3725 34.146 67.3748L34.3159 67.4022C34.3328 67.4052 34.3491 67.401 34.3612 67.3909C34.3734 67.3808 34.3896 67.3766 34.4066 67.3796L34.6503 67.4189C34.6671 67.4212 34.6833 67.4171 34.6955 67.407C34.7076 67.3969 34.7241 67.3927 34.7408 67.3951L34.8364 67.4111C34.8534 67.4135 34.8696 67.4093 34.8818 67.3992C34.8939 67.3891 34.9101 67.385 34.9269 67.3873L34.9487 67.3909C34.9654 67.3939 34.9816 67.3897 34.994 67.3796C35.0062 67.3695 35.0224 67.3653 35.0391 67.3677L35.0608 67.3713C35.0777 67.3743 35.0939 67.3695 35.1061 67.3594C35.1182 67.3493 35.1344 67.3451 35.1514 67.3481L35.1728 67.3517C35.1898 67.354 35.206 67.3499 35.2181 67.3398C35.2303 67.3296 35.2465 67.3255 35.2634 67.3285L35.333 67.3398C35.3664 67.3451 35.3989 67.3368 35.4234 67.316L35.4344 67.307C35.4519 67.2928 35.4749 67.2868 35.4987 67.291L35.5094 67.2928C35.5261 67.2952 35.5426 67.291 35.5547 67.2809C35.5669 67.2708 35.5831 67.2666 35.5998 67.269L35.6217 67.2726C35.6384 67.2755 35.6546 67.2714 35.6668 67.2612C35.6791 67.2511 35.6954 67.247 35.7121 67.25L35.7337 67.2529C35.7504 67.2559 35.7667 67.2517 35.7791 67.2416C35.7912 67.2315 35.8075 67.2268 35.8242 67.2297L35.8458 67.2333C35.8627 67.2357 35.8789 67.2315 35.8911 67.2214C35.9032 67.2113 35.9195 67.2071 35.9364 67.2101L35.9578 67.2137C35.9748 67.2161 35.991 67.2119 36.0032 67.2018C36.0153 67.1917 36.0316 67.1875 36.0485 67.1905L36.0592 67.1923C36.0833 67.1958 36.106 67.1899 36.1232 67.1756L36.1454 67.1572C36.1629 67.1429 36.1859 67.137 36.2095 67.1405C36.2333 67.1447 36.2563 67.1387 36.2735 67.1245L36.296 67.106C36.3132 67.0918 36.336 67.0852 36.3598 67.0894L36.3707 67.0912C36.3875 67.0941 36.4037 67.09 36.4158 67.0799C36.4282 67.0692 36.4445 67.065 36.461 67.068L36.4721 67.0697C36.4958 67.0733 36.5187 67.0674 36.5359 67.0531L36.5582 67.0347C36.5756 67.0204 36.5986 67.0144 36.6222 67.0186C36.6458 67.0222 36.6688 67.0162 36.6863 67.0019L36.7085 66.9835C36.7257 66.9692 36.7487 66.9633 36.7726 66.9669C36.7962 66.9704 36.8192 66.9645 36.8363 66.9502L36.8969 66.9002C36.9141 66.886 36.937 66.88 36.9607 66.8836C36.9844 66.8878 37.0073 66.8818 37.0248 66.8675L37.1612 66.7539C37.1786 66.7397 37.2016 66.7337 37.2252 66.7373C37.249 66.7415 37.2718 66.7355 37.2893 66.7212L37.3495 66.6707C37.3667 66.6564 37.3897 66.6505 37.4138 66.6546C37.4375 66.6582 37.4604 66.6528 37.4776 66.6386L37.5382 66.588C37.5553 66.5737 37.5781 66.5678 37.6019 66.572C37.6256 66.5755 37.6488 66.5696 37.666 66.5553L37.7263 66.5053C37.7435 66.4905 37.7667 66.4845 37.7903 66.4887C37.814 66.4923 37.837 66.4863 37.8541 66.472L37.9147 66.4221C37.9319 66.4078 37.9549 66.4019 37.9785 66.4054C38.0023 66.409 38.0253 66.4037 38.0425 66.3894L38.1028 66.3388C38.1202 66.3245 38.1432 66.3186 38.1669 66.3222C38.1905 66.3263 38.2135 66.3204 38.2309 66.3061L38.3293 66.224C38.3465 66.2098 38.3697 66.2038 38.3933 66.208C38.417 66.2115 38.44 66.2056 38.4572 66.1913L38.5557 66.1093C38.5729 66.095 38.5959 66.0896 38.6197 66.0932C38.6436 66.0968 38.6666 66.0914 38.6838 66.0771L38.8204 65.9635C38.8376 65.9493 38.8604 65.9427 38.8842 65.9469C38.9081 65.9505 38.9311 65.9445 38.9483 65.9302L39.0849 65.8172C39.1021 65.803 39.1251 65.797 39.1487 65.8006C39.1726 65.8042 39.1956 65.7982 39.2128 65.7839L39.3875 65.6388C39.4047 65.6246 39.4277 65.6186 39.4513 65.6228C39.4751 65.6263 39.4981 65.6204 39.5153 65.6061L39.652 65.4925C39.6691 65.4782 39.6921 65.4723 39.7158 65.4765C39.7394 65.48 39.7626 65.4741 39.7798 65.4598L40.0687 65.2195C40.0858 65.2053 40.1091 65.1993 40.1327 65.2035C40.1563 65.207 40.1793 65.2011 40.1965 65.1868L40.4475 64.9781C40.4647 64.9638 40.4877 64.9585 40.5113 64.962C40.5352 64.9662 40.5582 64.9596 40.5754 64.9454L40.9403 64.6421C40.9578 64.6278 40.9808 64.6218 41.0044 64.6254C41.0283 64.6296 41.0513 64.6236 41.0686 64.6093L41.7383 64.0533C41.7557 64.0384 41.7784 64.0324 41.8023 64.0366C41.8259 64.0402 41.8489 64.0342 41.8663 64.02L42.4598 63.5269C42.477 63.5127 42.5002 63.5067 42.5239 63.5103C42.5475 63.5138 42.5705 63.5085 42.5877 63.4942L43.4861 62.7472C43.5033 62.733 43.5263 62.727 43.5501 62.7306C43.5737 62.7347 43.5967 62.7288 43.6139 62.7145L45.1979 61.3984C45.2151 61.3841 45.2251 61.3621 45.2258 61.3383C45.2265 61.3145 45.2367 61.2925 45.2539 61.2782L46.1523 60.5319C46.1695 60.5176 46.1795 60.4956 46.1802 60.4718C46.1808 60.448 46.1908 60.426 46.2083 60.4117L46.6876 60.0133C46.7048 59.999 46.7148 59.9776 46.7155 59.9538C46.7161 59.9294 46.7264 59.908 46.7436 59.8937L47.4514 59.3053C47.4686 59.291 47.4787 59.2694 47.4794 59.245C47.48 59.221 47.49 59.1994 47.5072 59.1851L47.8724 58.8817C47.8896 58.8674 47.8998 58.846 47.9003 58.8218C47.9012 58.7976 47.9112 58.776 47.9284 58.7617L48.1792 58.5533C48.1964 58.539 48.2066 58.5173 48.2073 58.4932C48.2079 58.4693 48.2179 58.4477 48.2351 58.4334L48.4861 58.2248C48.5033 58.2105 48.5134 58.1889 48.514 58.1649C48.5147 58.1409 48.5247 58.1193 48.5421 58.1049L48.7168 57.9597C48.734 57.9454 48.744 57.9238 48.7446 57.8998C48.7454 57.8758 48.7553 57.8543 48.7727 57.8397L48.8711 57.758C48.8885 57.7436 48.8985 57.722 48.8992 57.698C48.8999 57.674 48.9099 57.6524 48.9271 57.6381L49.0637 57.5246C49.0809 57.5103 49.0912 57.4885 49.0918 57.4645C49.0923 57.4403 49.1025 57.4189 49.1197 57.4046L49.2563 57.2911C49.2735 57.2768 49.2837 57.2551 49.2842 57.2308C49.2849 57.2068 49.2949 57.1852 49.3121 57.1709L49.3726 57.1207C49.3898 57.1063 49.3998 57.0847 49.4005 57.0608C49.4013 57.0366 49.4114 57.015 49.4286 57.0007L49.5271 56.9188C49.5443 56.9045 49.5543 56.8829 49.555 56.8589C49.5557 56.8349 49.5657 56.8134 49.5831 56.7988L49.6815 56.7171C49.6987 56.7029 49.7089 56.6811 49.7096 56.6571C49.7102 56.6331 49.7202 56.6115 49.7374 56.5972L49.798 56.5469C49.8151 56.5326 49.8252 56.511 49.8258 56.487C49.8268 56.4628 49.8367 56.4413 49.8539 56.427L49.9142 56.3769C49.9316 56.3624 49.9416 56.3408 49.9423 56.3168C49.9428 56.2925 49.953 56.2713 49.9704 56.2567L50.0307 56.2067C50.0479 56.1924 50.0579 56.1708 50.0588 56.1466C50.0593 56.1223 50.0693 56.1007 50.0865 56.0865L50.147 56.0362C50.1642 56.0219 50.1744 56.0005 50.1749 55.9763C50.1755 55.9523 50.1858 55.9305 50.203 55.9163L50.3396 55.8027C50.3568 55.7884 50.3668 55.7668 50.3675 55.7428C50.3681 55.7188 50.3781 55.6972 50.3956 55.6828L50.4558 55.6327C50.473 55.6184 50.4833 55.5966 50.484 55.5726C50.4847 55.5486 50.4947 55.527 50.5119 55.5127L50.5343 55.4941C50.5515 55.4798 50.5615 55.4582 50.5622 55.4342C50.5628 55.4102 50.5731 55.3884 50.5903 55.3741L50.6125 55.3557C50.6297 55.3414 50.6397 55.3198 50.6406 55.2956L50.6407 55.2845C50.6414 55.2675 50.6485 55.2523 50.6607 55.2422C50.6729 55.2321 50.68 55.2169 50.6805 55.1997L50.6808 55.1888C50.6813 55.1645 50.6915 55.1432 50.7089 55.1287L50.7311 55.1103C50.7483 55.0959 50.7583 55.0744 50.7588 55.0502C50.7597 55.0259 50.7697 55.0044 50.7869 54.9901L50.8091 54.9716C50.8266 54.9571 50.8368 54.9358 50.8372 54.9115C50.8379 54.8875 50.8479 54.866 50.8651 54.8517L50.8876 54.833C50.9048 54.8187 50.9147 54.7971 50.9155 54.7731L50.916 54.7621C50.9162 54.745 50.9233 54.7298 50.9355 54.7197C50.9479 54.7094 50.9551 54.6942 50.9553 54.6772L50.9558 54.6661C50.9565 54.6421 50.9665 54.6206 50.9837 54.6062L51.0062 54.5876C51.0234 54.5733 51.0334 54.5517 51.0341 54.5277L51.0344 54.5168C51.0348 54.4997 51.042 54.4844 51.0541 54.4743C51.0663 54.4642 51.0734 54.449 51.0739 54.4318L51.0745 54.4096C51.075 54.3929 51.0821 54.3776 51.0945 54.3673C51.1067 54.3573 51.1136 54.3418 51.1141 54.325L51.1147 54.3028C51.1154 54.2859 51.1223 54.2704 51.1345 54.2603C51.1466 54.2502 51.1537 54.235 51.1545 54.2181L51.1549 54.1961C51.1553 54.1788 51.1625 54.1636 51.1746 54.1535C51.1868 54.1434 51.1939 54.1282 51.1946 54.1112L51.1952 54.0891C51.1955 54.0721 51.2026 54.0568 51.2148 54.0467C51.2272 54.0364 51.2343 54.0212 51.2345 54.0042L51.2351 53.9931C51.2358 53.9692 51.2458 53.9476 51.263 53.9332L51.2852 53.9148C51.3026 53.9003 51.3127 53.8787 51.3133 53.8547L51.3136 53.8439C51.3141 53.8267 51.3213 53.8114 51.3334 53.8013C51.3456 53.7912 51.3527 53.776 51.3531 53.7588L51.3538 53.7366C51.3543 53.7199 51.3614 53.7046 51.3735 53.6945C51.3859 53.6843 51.3931 53.6691 51.3933 53.652L51.3939 53.6298C51.3946 53.6129 51.4018 53.5977 51.414 53.5876C51.4261 53.5775 51.4331 53.562 51.4337 53.5451L51.4341 53.5231C51.4348 53.5061 51.4418 53.4906 51.4539 53.4805C51.4661 53.4704 51.4732 53.4552 51.4739 53.4382L51.4788 53.2657C51.479 53.2487 51.4861 53.2335 51.4985 53.2232C51.5106 53.2131 51.5178 53.1979 51.518 53.1808L51.5229 53.0084C51.5236 52.9914 51.5307 52.9762 51.5429 52.9661C51.555 52.956 51.562 52.9405 51.5626 52.9236L51.5738 52.5251C51.5743 52.5083 51.5814 52.4931 51.5936 52.483C51.606 52.4727 51.6129 52.4572 51.6134 52.4405L51.6266 51.9668C51.6271 51.9501 51.6209 51.9327 51.6092 51.9185C51.5977 51.9046 51.5917 51.8871 51.5922 51.8703L51.6005 51.5737C51.6014 51.5397 51.589 51.505 51.5661 51.4772L51.5555 51.4643C51.5392 51.4446 51.5303 51.4198 51.5309 51.3958C51.5316 51.3718 51.5229 51.3472 51.5067 51.3275L51.4135 51.2147C51.3973 51.195 51.3886 51.1705 51.3892 51.1464C51.39 51.122 51.3812 51.0974 51.365 51.0778L51.236 50.9214C51.2197 50.9017 51.2108 50.8773 51.2117 50.8531C51.2121 50.8289 51.2034 50.8042 51.1872 50.7846L49.0075 48.1441C48.9911 48.1241 48.9686 48.111 48.945 48.1072C48.9212 48.1036 48.8989 48.0902 48.8826 48.0705L47.3145 46.1708C47.2983 46.1512 47.2756 46.1377 47.2518 46.1341C47.2281 46.1303 47.2056 46.1171 47.1894 46.0975L41.5918 39.3163C41.5755 39.2966 41.5531 39.2834 41.5292 39.2793C41.5056 39.2755 41.4831 39.2624 41.4669 39.2427L41.4353 39.2044C41.4258 39.1929 41.4208 39.1784 41.4209 39.1641C41.4218 39.1347 41.3991 39.1071 41.3701 39.1025C41.3563 39.1003 41.3431 39.0926 41.3335 39.0811L40.942 38.6068C40.9258 38.5872 40.9171 38.5626 40.9178 38.5385C40.9184 38.5146 40.9095 38.4897 40.8932 38.47L40.8722 38.4446C40.856 38.4249 40.8335 38.4117 40.8097 38.4076C40.7861 38.4038 40.7636 38.3907 40.7473 38.371L40.7261 38.3453C40.7099 38.3256 40.7012 38.301 40.7019 38.277C40.7025 38.253 40.6938 38.2284 40.6773 38.2085L40.5845 38.0959C40.5682 38.0763 40.5455 38.0629 40.5219 38.0591C40.4983 38.0553 40.4758 38.042 40.4596 38.0224L38.7115 35.9047C38.6953 35.885 38.6865 35.8604 38.687 35.8361C38.6877 35.8122 38.679 35.7875 38.6627 35.7679L38.21 35.2194C38.1937 35.1997 38.171 35.1863 38.1474 35.1825C38.1238 35.1787 38.1013 35.1655 38.0851 35.1458L31.8758 27.6236C31.8595 27.6039 31.837 27.5908 31.8134 27.587C31.7898 27.5831 31.7673 27.5699 31.7509 27.55L31.2981 27.0015C31.2819 26.9818 31.2594 26.9687 31.2358 26.9649C31.2119 26.9608 31.1895 26.9476 31.1732 26.9279L30.9004 26.5974C30.8839 26.5775 30.8615 26.5643 30.8379 26.5605C30.8142 26.5567 30.7917 26.5435 30.7755 26.5239L30.6105 26.324C30.5941 26.304 30.5716 26.2909 30.5479 26.287C30.5244 26.2832 30.5019 26.27 30.4854 26.2501L30.3565 26.0941C30.3401 26.0741 30.3177 26.0609 30.294 26.0571C30.2702 26.0535 30.2477 26.0404 30.2315 26.0207L30.1384 25.9079C30.1221 25.8882 30.0999 25.8748 30.0758 25.871C30.0522 25.8672 30.0297 25.854 30.0135 25.8343L29.9563 25.7651C29.9401 25.7454 29.9176 25.7322 29.894 25.7284C29.8703 25.7246 29.8477 25.7112 29.8314 25.6915L29.7745 25.6225C29.7582 25.6028 29.7355 25.5894 29.7119 25.5856C29.6883 25.5818 29.6658 25.5686 29.6496 25.5489L29.5924 25.4797C29.5762 25.46 29.5537 25.4468 29.5301 25.443C29.5062 25.439 29.4838 25.4258 29.4675 25.4061L29.4106 25.3371C29.3941 25.3172 29.3716 25.304 29.348 25.3002C29.3244 25.2964 29.3019 25.2833 29.2855 25.2633L29.2645 25.2379C29.2482 25.2182 29.2258 25.205 29.2022 25.2012L29.191 25.1994C29.1745 25.1967 29.1587 25.1874 29.147 25.1732C29.1355 25.1593 29.1194 25.1501 29.1029 25.1475L29.0917 25.1456C29.0681 25.1418 29.0457 25.1287 29.0294 25.109L28.9722 25.0398C28.956 25.0201 28.9338 25.0067 28.9099 25.0031C28.8861 24.999 28.8636 24.9858 28.8474 24.9662L28.8264 24.9408C28.8101 24.9211 28.7875 24.9076 28.7638 24.9038C28.7402 24.9 28.7177 24.8869 28.7015 24.8672L28.6443 24.7979C28.6281 24.7783 28.6056 24.7651 28.582 24.7613C28.5581 24.7572 28.5357 24.744 28.5194 24.7243L28.4985 24.6989C28.482 24.679 28.4595 24.6658 28.4359 24.662C28.4123 24.6582 28.3898 24.645 28.3736 24.6254L28.3523 24.5996C28.3361 24.58 28.3136 24.5668 28.29 24.563C28.2662 24.5589 28.2437 24.5457 28.2275 24.526L28.2065 24.5006C28.1902 24.481 28.1675 24.4675 28.1439 24.4637L28.133 24.4622C28.1163 24.4593 28.1004 24.4499 28.0889 24.436C28.0774 24.4221 28.0614 24.4129 28.0447 24.41L28.0337 24.4084C28.0101 24.4046 27.9876 24.3915 27.9712 24.3715L27.9502 24.3461C27.9339 24.3264 27.9115 24.3132 27.8876 24.3091L27.8769 24.3074C27.8602 24.305 27.8441 24.2953 27.8327 24.2814C27.8212 24.2675 27.8053 24.2581 27.7884 24.2554L27.767 24.252C27.7501 24.2493 27.7342 24.2399 27.7227 24.2259C27.7112 24.212 27.6954 24.2027 27.6785 24.2L27.6089 24.1887C27.5755 24.1834 27.5438 24.1646 27.5206 24.1366L27.5102 24.1239C27.4939 24.1043 27.4713 24.0908 27.4476 24.087L27.4367 24.0855C27.42 24.0826 27.4041 24.0732 27.3927 24.0593C27.3812 24.0454 27.3651 24.0362 27.3484 24.0333L27.3268 24.03C27.3101 24.0271 27.294 24.0179 27.2825 24.004C27.271 23.9901 27.2552 23.9807 27.2385 23.9778L27.2166 23.9743C27.1999 23.9718 27.184 23.9625 27.1724 23.9483C27.1609 23.9344 27.145 23.925 27.1285 23.9223L27.1067 23.9188C27.0897 23.9161 27.0738 23.9068 27.0624 23.8928C27.0509 23.8789 27.0351 23.8695 27.0181 23.8668L26.9967 23.8633C26.9798 23.8607 26.964 23.8513 26.9525 23.8373C26.941 23.8234 26.9251 23.8141 26.9082 23.8114L26.8865 23.8076C26.8698 23.8052 26.854 23.7958 26.8425 23.7819C26.8308 23.7677 26.8149 23.7584 26.7982 23.7559L26.7764 23.7524C26.7597 23.7494 26.7438 23.74 26.7324 23.7261C26.7209 23.7123 26.705 23.7029 26.6881 23.7001L26.6665 23.6969C26.6497 23.694 26.6339 23.6846 26.6224 23.6707C26.6109 23.6568 26.5949 23.6476 26.5781 23.6447L26.5565 23.6414C26.5398 23.6385 26.5237 23.6293 26.5122 23.6154C26.5005 23.6012 26.4847 23.5918 26.4682 23.5892L26.4464 23.5857C26.4297 23.5832 26.4138 23.5738 26.4021 23.5597C26.3906 23.5457 26.3748 23.5364 26.3582 23.5337L26.3364 23.5302C26.3195 23.5275 26.3036 23.5181 26.2921 23.5042C26.2806 23.4903 26.2648 23.4809 26.2479 23.4782L26.1522 23.4625C26.1355 23.4601 26.1197 23.4507 26.1082 23.4368C26.0965 23.4226 26.0806 23.4133 26.0639 23.4108L25.9681 23.3953C25.9514 23.3924 25.9353 23.3833 25.9238 23.3693C25.9124 23.3554 25.8965 23.3461 25.8798 23.3432L25.7841 23.328C25.7672 23.3252 25.7514 23.3159 25.7399 23.302C25.7284 23.2881 25.7125 23.2787 25.6956 23.276L25.674 23.2722C25.6572 23.2698 25.6414 23.2604 25.6297 23.2462C25.6182 23.2323 25.6024 23.223 25.5856 23.2205L25.4898 23.205C25.4731 23.2021 25.4573 23.1928 25.4458 23.1789C25.4343 23.1649 25.4184 23.1555 25.4015 23.1528L25.3797 23.1493C25.3632 23.1467 25.3473 23.1373 25.3359 23.1234C25.3241 23.1092 25.3081 23.1001 25.2916 23.0974L25.1957 23.0819C25.1788 23.0792 25.163 23.0698 25.1515 23.0559C25.14 23.042 25.1241 23.0326 25.1074 23.0297L24.9376 23.0023C24.9209 22.9999 24.905 22.9905 24.8935 22.9766C24.8818 22.9624 24.866 22.953 24.8493 22.9506L24.7534 22.9351C24.7367 22.9322 24.7208 22.9229 24.7094 22.909C24.6979 22.8951 24.6818 22.8858 24.6651 22.8829L24.4952 22.8556C24.4785 22.8531 24.4627 22.8437 24.4512 22.8298C24.4395 22.8157 24.4236 22.8063 24.4069 22.8038L24.0889 22.7524C24.0721 22.7499 24.0563 22.7405 24.0448 22.7266C24.0331 22.7124 24.0173 22.7031 24.0007 22.7004L23.7567 22.6613C23.74 22.6584 23.7241 22.649 23.7127 22.6351C23.7012 22.6212 23.6853 22.6118 23.6684 22.6091L22.0172 22.3431C22.0003 22.3403 21.9841 22.3445 21.972 22.3546C21.9598 22.3647 21.9436 22.3689 21.9268 22.3665L21.5348 22.3031C21.518 22.3006 21.5016 22.3045 21.4895 22.3147C21.4773 22.3248 21.4611 22.3289 21.4443 22.3265L21.2005 22.2872C21.1838 22.2843 21.1675 22.2885 21.1552 22.2988C21.1431 22.3089 21.1268 22.313 21.1101 22.3101L20.866 22.2711C20.8493 22.2681 20.833 22.2723 20.8209 22.2824C20.8086 22.2927 20.7923 22.2969 20.7758 22.2943L20.68 22.2788C20.663 22.2761 20.6468 22.2803 20.6347 22.2904C20.6225 22.3005 20.6063 22.3047 20.5893 22.302L20.4937 22.2863C20.477 22.2838 20.4607 22.2881 20.4486 22.2982C20.4364 22.3083 20.4202 22.3125 20.4032 22.3098L20.3074 22.2943C20.2905 22.2916 20.2743 22.2958 20.2621 22.3059C20.25 22.316 20.2337 22.3202 20.217 22.3177L20.1214 22.3021C20.1044 22.2994 20.0882 22.3036 20.076 22.3136C20.0639 22.3238 20.0477 22.328 20.0307 22.3252L19.8609 22.2979C19.8442 22.2954 19.8279 22.2996 19.8158 22.3097C19.8036 22.3198 19.7872 22.3238 19.7704 22.3213L19.6006 22.2939C19.5839 22.291 19.5676 22.2952 19.5555 22.3053C19.5431 22.3156 19.5269 22.3198 19.5102 22.3169L19.4886 22.3136C19.4719 22.3107 19.4556 22.3149 19.4432 22.3252C19.4311 22.3353 19.4148 22.3395 19.3979 22.3368L19.3284 22.3255C19.2949 22.3202 19.2624 22.3286 19.2381 22.3488C19.2137 22.3691 19.1809 22.3773 19.1475 22.3719L19.078 22.3607C19.0613 22.3582 19.0448 22.3622 19.0326 22.3723C19.0205 22.3824 19.0042 22.3866 18.9875 22.3841L18.7437 22.3448C18.727 22.3419 18.7108 22.3461 18.6986 22.3562C18.6862 22.3665 18.67 22.3707 18.6533 22.3678L18.5574 22.3524C18.5407 22.3499 18.5242 22.3538 18.5121 22.3639C18.4999 22.374 18.4837 22.3782 18.467 22.3757L18.2972 22.3484C18.2804 22.3455 18.2642 22.3497 18.2518 22.36C18.2397 22.3701 18.2234 22.3742 18.2068 22.3713L17.2962 22.2248C17.2795 22.2219 17.2635 22.2128 17.252 22.1989C17.2405 22.1849 17.2246 22.1756 17.2079 22.1727L17.0381 22.1453C17.0214 22.1428 17.0055 22.1334 16.9938 22.1193C16.9823 22.1054 16.9665 22.096 16.9498 22.0935L16.8539 22.0781C16.8372 22.0752 16.8213 22.0658 16.8099 22.0519C16.7984 22.038 16.7826 22.0286 16.7656 22.0259L16.7549 22.0242C16.7311 22.0206 16.7086 22.0069 16.6923 21.9873L16.6714 21.9618C16.6551 21.9421 16.6327 21.929 16.6086 21.9251C16.5849 21.9213 16.5625 21.9081 16.5462 21.8884L16.525 21.8627C16.5088 21.843 16.4863 21.8299 16.4627 21.8261C16.4391 21.8223 16.4166 21.8091 16.4001 21.7891L16.3791 21.7637C16.3629 21.744 16.3404 21.7309 16.3166 21.7268C16.293 21.723 16.2705 21.7098 16.2542 21.6901L16.1971 21.6209C16.1809 21.6012 16.1584 21.5881 16.1348 21.5843C16.1111 21.5805 16.0886 21.5673 16.0722 21.5473L15.9432 21.391C15.9269 21.3713 15.9045 21.3581 15.8808 21.3543C15.8572 21.3505 15.8347 21.3373 15.8183 21.3174L15.6894 21.1613C15.6729 21.1414 15.6505 21.1282 15.6269 21.1244C15.603 21.1208 15.5808 21.1075 15.5644 21.0875L15.0756 20.4954C15.0594 20.4758 15.0369 20.4626 15.0133 20.4588C14.9892 20.4549 14.9667 20.4417 14.9505 20.4221L14.1888 19.4992C14.14 19.4402 14.1137 19.3661 14.1159 19.2939L14.1173 19.2344C14.1185 19.2002 14.1326 19.1695 14.1569 19.1493L14.1681 19.14C14.1853 19.1257 14.1956 19.1044 14.196 19.0801C14.1967 19.0561 14.2069 19.0343 14.2241 19.0201L14.2844 18.9699C14.3018 18.9555 14.3118 18.9339 14.3125 18.9099C14.3132 18.8859 14.3232 18.8643 14.3404 18.85L14.3516 18.8407C14.3759 18.8205 14.3904 18.7899 14.3914 18.7559L14.3953 18.6098C14.3959 18.5929 14.3897 18.5755 14.3783 18.5616C14.3665 18.5474 14.3603 18.5301 14.3608 18.5133L14.3611 18.502C14.3618 18.478 14.3531 18.4534 14.3368 18.4337L14.064 18.1032C14.0476 18.0832 14.0389 18.0586 14.0395 18.0347C14.0402 18.0106 14.0314 17.9861 14.015 17.9661L13.5981 17.4612C13.582 17.4415 13.5595 17.4283 13.5359 17.4245C13.5122 17.4207 13.4897 17.4075 13.4733 17.3876L13.3954 17.2931C13.3464 17.2339 13.2788 17.1941 13.2079 17.1826L13.1228 17.169C13.1063 17.1663 13.09 17.1705 13.0777 17.1808C13.0655 17.1909 13.049 17.1948 13.0325 17.1922L13.0216 17.1906C12.9978 17.1866 12.9748 17.1924 12.9576 17.2067L12.8971 17.257C12.8799 17.2713 12.8571 17.2774 12.8333 17.2733C12.8094 17.2697 12.7864 17.2755 12.7692 17.2898L12.5184 17.4983C12.5012 17.5125 12.478 17.5186 12.4544 17.5147C12.4307 17.5109 12.4077 17.5168 12.3905 17.5311L11.8349 17.9928C11.8177 18.0071 11.7947 18.013 11.7711 18.0091C11.7472 18.0056 11.7242 18.0114 11.707 18.0257L7.19043 21.779Z' fill='url(%23paint3_linear_3391_119)'/%3e%3cpath d='M81.5764 19.0279L76.7864 14.7899C75.5725 13.7152 73.6555 14.8218 74.0159 16.3893C72.8565 16.7804 72.0889 17.6044 72.31 18.7969C70.6971 20.251 61.1124 26.27 60.7573 26.5871C58.9934 27.9553 54.0851 28.337 49.1522 33.9645C43.4903 40.4212 37.4752 50.1797 34.1347 53.9562C33.8363 54.2933 33.6072 54.6862 33.4605 55.1124C33.3137 55.5386 33.2524 55.9895 33.2798 56.4396C33.3073 56.8896 33.423 57.3298 33.6205 57.7348C33.8178 58.1398 34.0931 58.5017 34.4302 58.7998L43.3556 66.6969C43.6926 66.9954 44.0849 67.2238 44.5101 67.3695C44.9353 67.5152 45.385 67.5753 45.8334 67.5467C46.2817 67.5176 46.72 67.3998 47.123 67.2006C47.5261 67.0014 48.2039 67.8396 48.5 67.5C48.5 67.5 60.2612 55.26 65.9374 48.8162C70.885 43.202 70.6538 38.2591 71.7812 36.3411C72.0504 35.9478 76.9376 25.7726 78.174 23.9853C79.1562 24.0434 80.0442 23.4606 80.3405 21.9898C81.9208 22.1544 82.7981 20.1087 81.5764 19.0279Z' fill='url(%23paint4_linear_3391_119)'/%3e%3cpath d='M45.2674 27.0001L37.2979 27.1559C37.0263 27.1612 36.8088 27.3875 36.8088 27.6649V27.7539C36.8088 27.8795 36.7437 27.9956 36.6376 28.0592L36.5832 28.0917C36.3945 28.2047 36.3803 28.4778 36.5562 28.6106C36.6339 28.6693 36.6797 28.7621 36.6797 28.8609V29.0973C36.6797 29.2104 36.6318 29.3179 36.5482 29.3921C36.3624 29.5571 36.3754 29.8558 36.5749 30.0033L36.6557 30.0631C36.7519 30.1343 36.8088 30.2482 36.8088 30.3695V30.4292C36.8088 30.6051 36.6692 30.7478 36.4968 30.7478C36.3245 30.7478 36.1848 30.8904 36.1848 31.0665V32.517C36.1848 32.693 36.3245 32.8357 36.4968 32.8357C36.6692 32.8357 36.8088 32.9784 36.8088 33.1543V33.3486C36.8088 34.85 36.1647 36.276 35.0462 37.2505L34.8471 37.424C33.6751 38.4452 33 39.9396 33 41.5129V64.6009C33 65.4184 33.2883 66.208 33.8122 66.8261C34.4444 67.5716 35.3625 68 36.3283 68H46.933C47.9256 68 48.8569 67.5093 49.4323 66.6832C49.8016 66.1532 50 65.5184 50 64.8681V41.5578C50 39.9587 49.3027 38.4426 48.0976 37.4214L47.819 37.1853C46.7107 36.2462 46.0277 34.8844 45.929 33.4173L45.9075 33.0975C45.8977 32.9521 46.0037 32.8256 46.1458 32.8129C46.2811 32.8009 46.3848 32.6854 46.3848 32.5468V30.9054C46.3848 30.8107 46.3271 30.726 46.2401 30.693L46.1205 30.6478C45.9934 30.5998 45.9778 30.4227 46.0943 30.3522C46.2108 30.2817 46.1952 30.1046 46.0682 30.0566L45.9485 30.0114C45.8615 29.9784 45.8038 29.8937 45.8038 29.799V29.6307C45.8038 29.5028 45.8587 29.3814 45.954 29.2985L46.0063 29.253C46.1961 29.0879 46.1785 28.7832 45.9711 28.6419C45.8665 28.5708 45.8038 28.451 45.8038 28.3228V27.5375C45.8038 27.2366 45.5619 26.9943 45.2674 27.0001Z' fill='white'/%3e%3cmask id='mask1_3391_119' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='32' y='27' width='18' height='41'%3e%3cpath d='M45.1662 27.1866L37.3335 27.341C37.0666 27.3462 36.8528 27.5705 36.8528 27.8454V27.9336C36.8528 28.058 36.7888 28.1731 36.6846 28.2361L36.631 28.2683C36.4456 28.3803 36.4316 28.6509 36.6045 28.7825C36.6809 28.8406 36.726 28.9327 36.726 29.0305V29.2647C36.726 29.3768 36.6788 29.4834 36.5967 29.5569C36.4141 29.7204 36.4269 30.0164 36.6229 30.1625L36.7023 30.2218C36.7969 30.2923 36.8528 30.4052 36.8528 30.5254V30.5845C36.8528 30.7589 36.7156 30.9002 36.5462 30.9002C36.3768 30.9002 36.2395 31.0416 36.2395 31.216V32.6534C36.2395 32.8278 36.3768 32.9691 36.5462 32.9691C36.7156 32.9691 36.8528 33.1105 36.8528 33.2849V33.4774C36.8528 34.9652 36.2197 36.3782 35.1205 37.3439L34.9248 37.5158C33.7728 38.5277 33.1094 40.0085 33.1094 41.5675V64.4456C33.1094 65.2557 33.3927 66.038 33.9076 66.6505C34.529 67.3893 35.4313 67.8137 36.3805 67.8137H46.8032C47.7788 67.8137 48.6941 67.3275 49.2596 66.5089C49.6226 65.9837 49.8176 65.3547 49.8176 64.7103V41.612C49.8176 40.0274 49.1323 38.5251 47.9479 37.5132L47.674 37.2792C46.5848 36.3487 45.9135 34.9992 45.8165 33.5455L45.7953 33.2286C45.7857 33.0845 45.8899 32.9591 46.0296 32.9466C46.1625 32.9347 46.2644 32.8202 46.2644 32.6829V31.0565C46.2644 30.9626 46.2077 30.8786 46.1222 30.846L46.0046 30.8012C45.8798 30.7536 45.8644 30.5781 45.9789 30.5082C46.0935 30.4384 46.0781 30.2629 45.9532 30.2153L45.8357 30.1705C45.7501 30.1379 45.6934 30.0539 45.6934 29.96V29.7933C45.6934 29.6666 45.7474 29.5463 45.841 29.4641L45.8924 29.4191C46.0789 29.2554 46.0617 28.9535 45.8578 28.8135C45.7551 28.743 45.6934 28.6244 45.6934 28.4973V27.7191C45.6934 27.421 45.4557 27.1809 45.1662 27.1866Z' fill='white'/%3e%3cpath d='M45.5137 27.719C45.5137 27.5252 45.3592 27.3691 45.171 27.3729L37.3383 27.5272L37.3384 27.5272C37.17 27.5305 37.0353 27.672 37.0353 27.8453V27.9335C37.0353 28.124 36.9371 28.3003 36.7775 28.3967L36.7774 28.3968L36.7239 28.429L36.724 28.429C36.6506 28.4733 36.6451 28.5804 36.7135 28.6324L36.7248 28.6413C36.8405 28.735 36.9084 28.8783 36.9084 29.0304V29.2646C36.9084 29.4305 36.8386 29.5885 36.7168 29.6974C36.6222 29.7823 36.6289 29.9357 36.7304 30.0114H36.7305L36.8099 30.0707H36.8099C36.9514 30.1762 37.0353 30.3453 37.0353 30.5252V30.5844C37.0353 30.8617 36.8169 31.0865 36.5476 31.0865C36.4782 31.0865 36.4219 31.1444 36.4219 31.2159V32.6533C36.4219 32.7246 36.4782 32.7826 36.5476 32.7826C36.817 32.7826 37.0353 33.0075 37.0353 33.2848V33.4773C37.0353 35.0196 36.3789 36.4844 35.2393 37.4855L35.0437 37.6575H35.0436C33.932 38.6339 33.2918 40.0629 33.2918 41.5674V64.4455C33.2918 65.2107 33.5594 65.9498 34.0458 66.5284H34.0458C34.6328 67.2262 35.4852 67.6272 36.3819 67.6272H46.8046C47.7216 67.6272 48.5819 67.1701 49.1134 66.4007V66.4006C49.4546 65.9071 49.6379 65.3159 49.6379 64.7101V41.6118C49.6379 40.0827 48.9766 38.633 47.8336 37.6565L47.5598 37.4225C46.45 36.4745 45.7594 35.1063 45.6424 33.6285L45.6372 33.5581L45.616 33.2412C45.5997 32.9958 45.7773 32.7821 46.0153 32.7608H46.0153C46.0546 32.7572 46.0847 32.7234 46.0847 32.6827V31.0563C46.0847 31.0405 46.0752 31.0262 46.0607 31.0207L45.9432 30.9759H45.9431C45.6899 30.8793 45.6467 30.5378 45.8503 30.3742L45.7742 30.3452L45.774 30.3452C45.6176 30.2854 45.5137 30.1318 45.5137 29.9599V29.7932C45.5137 29.6119 45.5909 29.4396 45.725 29.322L45.725 29.322L45.7764 29.277C45.8714 29.1935 45.8625 29.0398 45.7587 28.9685V28.9684C45.6056 28.8634 45.5137 28.6865 45.5137 28.4972V27.719ZM45.8758 28.4972C45.8758 28.5579 45.9035 28.6148 45.95 28.6512L45.9595 28.6582L45.9596 28.6583C46.2634 28.8669 46.2892 29.3169 46.0112 29.5608L46.0111 29.5609L45.9597 29.6059L45.9597 29.6059C45.9064 29.6526 45.8758 29.7211 45.8758 29.7932V29.9599C45.8758 29.9758 45.8855 29.99 45.9 29.9956L46.0174 30.0403L46.0175 30.0404C46.2705 30.1369 46.3139 30.4784 46.1102 30.642L46.1864 30.671L46.1865 30.6711C46.3429 30.7308 46.4468 30.8844 46.4468 31.0563V32.6827C46.4468 32.9168 46.2731 33.1119 46.0466 33.1321L46.0466 33.1322C46.0053 33.1359 45.9744 33.1731 45.9773 33.2157L45.9984 33.5326C46.092 34.9355 46.7399 36.2377 47.791 37.1356L48.0648 37.3696C49.2907 38.4169 50 39.9718 50 41.6118V64.7101C50 65.3933 49.7933 66.06 49.4085 66.6167C48.809 67.4845 47.8388 68 46.8046 68H36.3819C35.3801 68 34.4278 67.552 33.7721 66.7724H33.772C33.2287 66.1261 32.9297 65.3004 32.9297 64.4455V41.5674C32.9297 39.9538 33.6164 38.4212 34.8086 37.3738L35.0043 37.202V37.2019C36.0633 36.2717 36.6732 34.9105 36.6732 33.4773V33.2848C36.6732 33.2133 36.6169 33.1554 36.5476 33.1554C36.2783 33.1554 36.0598 32.9306 36.0598 32.6533V31.2159C36.0598 30.9385 36.2783 30.7137 36.5476 30.7137C36.6169 30.7137 36.6732 30.6558 36.6732 30.5844V30.5252C36.6732 30.4648 36.645 30.408 36.5975 30.3726H36.5974L36.5181 30.3133C36.2276 30.0968 36.2088 29.6583 36.4792 29.4161L36.4793 29.416C36.5218 29.378 36.5463 29.3227 36.5463 29.2646V29.0304C36.5463 28.994 36.5306 28.9598 36.5037 28.9367L36.4982 28.9322C36.2209 28.7211 36.2434 28.287 36.5408 28.1074L36.5409 28.1074L36.5943 28.0751C36.6431 28.0456 36.6732 27.9917 36.6732 27.9335V27.8453C36.6732 27.4688 36.9659 27.1617 37.3314 27.1545L45.1641 27.0001C45.5549 26.9924 45.8758 27.3165 45.8758 27.719V28.4972Z' fill='%23373D45'/%3e%3c/mask%3e%3cg mask='url(%23mask1_3391_119)'%3e%3cpath d='M43.5 41H43L35.9609 33.2534L36.2394 33L43.5 41Z' fill='%2371767E'/%3e%3cpath d='M49.9619 34.261L31.2714 53.8224L31 53.5614L49.6905 34L49.9619 34.261Z' fill='%2371767E'/%3e%3c/g%3e%3cpath d='M45.5322 27.719C45.5322 27.5252 45.3783 27.3691 45.1909 27.3729L37.3905 27.5272L37.3905 27.5272C37.2229 27.5305 37.0887 27.672 37.0887 27.8453V27.9335C37.0887 28.124 36.991 28.3003 36.832 28.3967L36.8319 28.3968L36.7786 28.429L36.7787 28.429C36.7056 28.4733 36.7001 28.5804 36.7682 28.6324L36.7795 28.6413C36.8948 28.735 36.9623 28.8783 36.9623 29.0304V29.2646C36.9623 29.4305 36.8928 29.5885 36.7715 29.6974C36.6773 29.7823 36.6839 29.9357 36.7851 30.0114H36.7852L36.8642 30.0707H36.8642C37.0052 30.1762 37.0887 30.3453 37.0887 30.5252V30.5844C37.0887 30.8617 36.8712 31.0865 36.603 31.0865C36.5339 31.0865 36.4778 31.1444 36.4778 31.2159V32.6533C36.4778 32.7246 36.5339 32.7826 36.603 32.7826C36.8713 32.7826 37.0887 33.0075 37.0887 33.2848V33.4773C37.0887 35.0196 36.435 36.4844 35.3001 37.4855L35.1053 37.6575H35.1052C33.9982 38.6339 33.3606 40.0629 33.3606 41.5674V64.4455C33.3606 65.2107 33.6271 65.9498 34.1115 66.5284H34.1116C34.6961 67.2262 35.545 67.6272 36.438 67.6272H46.8177C47.7309 67.6272 48.5878 67.1701 49.1171 66.4007V66.4006C49.4568 65.9071 49.6394 65.3159 49.6394 64.7101V41.6118C49.6394 40.0827 48.9808 38.633 47.8426 37.6565L47.5698 37.4225C46.4646 36.4745 45.7769 35.1063 45.6603 33.6285L45.6552 33.5581L45.6341 33.2412C45.6178 32.9958 45.7947 32.7821 46.0317 32.7608H46.0317C46.0708 32.7572 46.1008 32.7234 46.1008 32.6827V31.0563C46.1008 31.0405 46.0913 31.0262 46.0769 31.0207L45.9599 30.9759H45.9598C45.7077 30.8793 45.6647 30.5378 45.8674 30.3742L45.7916 30.3452L45.7915 30.3452C45.6357 30.2854 45.5322 30.1318 45.5322 29.9599V29.7932C45.5322 29.6119 45.6091 29.4396 45.7426 29.322L45.7427 29.322L45.7938 29.277C45.8884 29.1935 45.8796 29.0398 45.7762 28.9685V28.9684C45.6237 28.8634 45.5322 28.6865 45.5322 28.4972V27.719ZM45.8928 28.4972C45.8928 28.5579 45.9203 28.6148 45.9667 28.6512L45.9762 28.6582L45.9762 28.6583C46.2788 28.8669 46.3045 29.3169 46.0276 29.5608L46.0275 29.5609L45.9764 29.6059L45.9763 29.6059C45.9233 29.6526 45.8928 29.7211 45.8928 29.7932V29.9599C45.8928 29.9758 45.9024 29.99 45.9169 29.9956L46.0338 30.0403L46.0339 30.0404C46.2859 30.1369 46.3291 30.4784 46.1262 30.642L46.2021 30.671L46.2022 30.6711C46.358 30.7308 46.4615 30.8844 46.4615 31.0563V32.6827C46.4614 32.9168 46.2884 33.1119 46.0629 33.1321L46.0629 33.1322C46.0217 33.1359 45.991 33.1731 45.9938 33.2157L46.0149 33.5326C46.1081 34.9355 46.7533 36.2377 47.8001 37.1356L48.0728 37.3696C49.2936 38.4169 50 39.9718 50 41.6118V64.7101C50 65.3933 49.7941 66.06 49.4109 66.6167C48.8139 67.4845 47.8477 68 46.8177 68H36.438C35.4404 68 34.492 67.552 33.8389 66.7724H33.8389C33.2978 66.1261 33 65.3004 33 64.4455V41.5674C33 39.9538 33.6839 38.4212 34.8712 37.3738L35.0661 37.202V37.2019C36.1207 36.2717 36.7281 34.9105 36.7281 33.4773V33.2848C36.7281 33.2133 36.672 33.1554 36.603 33.1554C36.3348 33.1554 36.1172 32.9306 36.1172 32.6533V31.2159C36.1172 30.9385 36.3348 30.7137 36.603 30.7137C36.6721 30.7137 36.7281 30.6558 36.7281 30.5844V30.5252C36.7281 30.4648 36.7 30.408 36.6527 30.3726H36.6526L36.5736 30.3133C36.2844 30.0968 36.2656 29.6583 36.5349 29.4161L36.535 29.416C36.5773 29.378 36.6017 29.3227 36.6017 29.2646V29.0304C36.6017 28.994 36.5861 28.9598 36.5593 28.9367L36.5538 28.9322C36.2776 28.7211 36.3001 28.287 36.5963 28.1074L36.5964 28.1074L36.6495 28.0751C36.6982 28.0456 36.728 27.9917 36.7281 27.9335V27.8453C36.7281 27.4688 37.0196 27.1617 37.3836 27.1545L45.184 27.0001C45.5732 26.9924 45.8928 27.3165 45.8928 27.719V28.4972Z' fill='%23373D45'/%3e%3cpath d='M22.711 34.9138L21.0744 37.8628L24.368 37.8651L22.711 34.9126V34.9138ZM24.8999 38.8803L20.5221 38.8769C21.6892 40.1875 23.7259 40.1956 24.8999 38.8803ZM23.3451 33.9803L25.5045 37.8329C26.0489 36.2153 25.0772 34.3631 23.3451 33.9803ZM19.9277 37.8548L22.0802 33.9791C20.3481 34.3425 19.3741 36.2118 19.9277 37.8548ZM29.0584 40.1484L29.3982 40.7566C29.4016 40.7704 29.4039 40.7831 29.4039 40.7968C29.4039 40.8463 29.3766 40.8854 29.3368 40.9038C29.3027 40.9199 29.2607 40.9153 29.2243 40.9176H28.6265L24.6271 40.913C25.2704 40.5899 25.5704 40.3289 25.9705 39.9001H27.6798C27.7309 39.9093 27.7696 39.8805 27.7503 39.8254L26.5354 37.6467C26.5376 37.6892 26.5229 37.7743 26.516 37.8042C26.3478 38.5388 25.9807 39.1942 25.4727 39.7081C24.7556 40.4336 23.7452 40.8854 22.6791 40.9072C22.7041 40.9072 19.6208 40.9084 16.8318 40.9072H16.1044V40.9049C16.0498 40.8958 16.0078 40.8429 16.0078 40.79C16.0078 40.752 16.0373 40.706 16.0715 40.6451C16.1203 40.5566 16.1806 40.452 16.2078 40.4025L18.3933 36.5073C18.3468 37.1052 18.3809 37.68 18.5672 38.2526L17.6808 39.8392C17.666 39.8748 17.6864 39.9081 17.724 39.9105L20.1208 39.8955C20.0527 39.8357 19.9879 39.7736 19.9243 39.7092C19.0389 38.6722 18.8366 37.8824 18.84 36.7672C18.8514 36.1325 19.0685 35.4806 19.4026 34.7609C19.4958 34.5597 19.6163 34.2619 19.7379 34.0493L22.6269 28.8756C22.6507 28.856 22.6826 28.8445 22.7121 28.8445C22.7417 28.8445 22.7712 28.8549 22.7951 28.8721L25.3272 33.4169C25.3363 33.433 25.2829 33.3836 25.2681 33.3721C24.8101 33.0318 24.3066 32.8018 23.7668 32.6673L22.8258 30.9749C22.7769 30.8312 22.6564 30.8473 22.6076 30.9807C22.1461 31.7441 21.7472 32.5639 21.2892 33.3341C22.6132 32.8374 23.8441 33.0478 24.8101 33.6721C25.4488 34.0849 25.9239 34.6632 26.4047 35.3783C27.2979 36.9661 28.1867 38.548 29.0573 40.1484H29.0584Z' fill='white'/%3e%3cpath d='M59.8963 39.7993H66.4717V39.0722L59.8963 37.1522V39.7993ZM67.8137 32.6509H66.4717V32.1633H57.8344V35.1383L58.554 35.3485V34.63C58.554 34.1741 58.9198 33.8045 59.3712 33.8045H66.9969C67.4479 33.8045 67.8137 34.1741 67.8137 34.63V35.6483H66.4717V35.1607H59.8963V35.7404L67.2233 37.8802C67.573 37.9823 67.8137 38.3056 67.8137 38.6732V40.33C67.8137 40.7859 67.4479 41.1555 66.9969 41.1555H59.3712C58.9198 41.1555 58.554 40.7859 58.554 40.33V36.7602L57.0823 36.3305C56.7328 36.2284 56.4922 35.9051 56.4922 35.5375V31.6326C56.4922 31.1767 56.858 30.8071 57.3092 30.8071H66.9969C67.4479 30.8071 67.8137 31.1767 67.8137 31.6326V32.6509Z' fill='white'/%3e%3cpath d='M108.734 21.0898C108.734 21.0898 109.13 21.0898 109.922 21.0898C109.922 21.0898 109.922 25.0299 109.922 32.9102C109.922 32.9102 109.526 32.9102 108.734 32.9102C108.734 32.9102 108.734 29.556 108.734 22.8477C108.734 22.8477 106.388 26.2018 101.695 32.9102C101.695 32.9102 101.302 32.9102 100.516 32.9102C100.516 32.9102 100.516 28.9701 100.516 21.0898C100.516 21.0898 100.909 21.0898 101.695 21.0898C101.695 21.0898 101.695 24.444 101.695 31.1523C101.695 31.1523 104.042 27.7982 108.734 21.0898Z' fill='%23373D45'/%3e%3cpath d='M112.359 32.9102C112.359 32.9102 112.359 28.9701 112.359 21.0898C112.359 21.0898 112.753 21.0898 113.539 21.0898C113.539 21.0898 113.539 22.8216 113.539 26.2852C113.539 26.2852 115.583 26.2852 119.672 26.2852C119.672 26.2852 119.672 24.5534 119.672 21.0898C119.672 21.0898 120.065 21.0898 120.852 21.0898C120.852 21.0898 120.852 25.0299 120.852 32.9102C120.852 32.9102 120.458 32.9102 119.672 32.9102C119.672 32.9102 119.672 31.0586 119.672 27.3555C119.672 27.3555 117.628 27.3555 113.539 27.3555C113.539 27.3555 113.539 29.207 113.539 32.9102C113.539 32.9102 113.146 32.9102 112.359 32.9102Z' fill='%23373D45'/%3e%3cpath d='M124.828 31.8398C124.828 31.8398 127.505 31.8398 132.859 31.8398C132.859 31.8398 131.521 28.7044 128.844 22.4336C128.844 22.4336 127.505 25.569 124.828 31.8398ZM135.344 31.8398C135.344 31.8398 135.344 32.9232 135.344 35.0898C135.344 35.0898 135.065 35.0898 134.508 35.0898C134.508 35.0898 134.359 34.3633 134.062 32.9102C134.062 32.9102 130.586 32.9102 123.633 32.9102C123.633 32.9102 123.482 33.6367 123.18 35.0898C123.18 35.0898 122.904 35.0898 122.352 35.0898C122.352 35.0898 122.352 34.0065 122.352 31.8398C122.352 31.8398 122.758 31.8398 123.57 31.8398C123.57 31.8398 125.104 28.2565 128.172 21.0898C128.172 21.0898 128.62 21.0898 129.516 21.0898C129.516 21.0898 131.052 24.6732 134.125 31.8398C134.125 31.8398 134.531 31.8398 135.344 31.8398Z' fill='%23373D45'/%3e%3cpath d='M143.305 21.0898C143.305 21.0898 141.612 25.0299 138.227 32.9102C138.227 32.9102 137.812 32.9102 136.984 32.9102C136.984 32.9102 137.432 31.8659 138.328 29.7773C138.328 29.7773 137.083 26.8815 134.594 21.0898C134.594 21.0898 135.01 21.0898 135.844 21.0898C135.844 21.0898 136.88 23.4987 138.953 28.3164C138.953 28.3164 139.987 25.9076 142.055 21.0898C142.055 21.0898 142.471 21.0898 143.305 21.0898Z' fill='%23373D45'/%3e%3cpath d='M153.852 29.8086C153.852 29.8086 154.289 29.8086 155.164 29.8086C153.971 32.0169 152.169 33.1211 149.758 33.1211C148.888 33.1211 148.068 32.9648 147.297 32.6523C146.526 32.3398 145.867 31.9154 145.32 31.3789C144.773 30.8372 144.341 30.1914 144.023 29.4414C143.706 28.6862 143.547 27.8841 143.547 27.0352C143.547 25.8737 143.81 24.8242 144.336 23.8867C144.867 22.944 145.599 22.207 146.531 21.6758C147.469 21.1445 148.516 20.8789 149.672 20.8789C150.896 20.8789 151.995 21.1732 152.969 21.7617C153.943 22.3451 154.659 23.1445 155.117 24.1602H153.789C153.56 23.7904 153.346 23.5013 153.148 23.293C152.951 23.0846 152.711 22.8919 152.43 22.7148C151.638 22.2148 150.737 21.9648 149.727 21.9648C149.029 21.9648 148.372 22.0951 147.758 22.3555C147.143 22.6107 146.615 22.9622 146.172 23.4102C145.734 23.8529 145.388 24.3841 145.133 25.0039C144.878 25.6237 144.75 26.2852 144.75 26.9883C144.75 27.6706 144.88 28.3242 145.141 28.9492C145.406 29.569 145.763 30.1055 146.211 30.5586C146.659 31.0065 147.19 31.3633 147.805 31.6289C148.419 31.8945 149.065 32.0273 149.742 32.0273C150.294 32.0273 150.828 31.9388 151.344 31.7617C151.865 31.5846 152.328 31.332 152.734 31.0039C153.115 30.6862 153.487 30.2878 153.852 29.8086Z' fill='%23373D45'/%3e%3cpath d='M158.672 32.9102C158.672 32.9102 158.672 29.3268 158.672 22.1602C158.672 22.1602 157.771 22.1602 155.969 22.1602C155.969 22.1602 155.969 21.8034 155.969 21.0898C155.969 21.0898 158.167 21.0898 162.562 21.0898C162.562 21.0898 162.562 21.4466 162.562 22.1602C162.562 22.1602 161.661 22.1602 159.859 22.1602C159.859 22.1602 159.859 25.7435 159.859 32.9102C159.859 32.9102 159.464 32.9102 158.672 32.9102Z' fill='%23373D45'/%3e%3cpath d='M163.891 32.9102C163.891 32.9102 163.891 28.9701 163.891 21.0898C163.891 21.0898 164.977 21.0898 167.148 21.0898C167.914 21.0898 168.539 21.1367 169.023 21.2305C169.513 21.3242 169.94 21.4831 170.305 21.707C170.753 21.9727 171.099 22.3633 171.344 22.8789C171.589 23.3893 171.711 23.9857 171.711 24.668C171.711 25.2617 171.609 25.793 171.406 26.2617C171.203 26.7305 170.911 27.1055 170.531 27.3867C170.172 27.6523 169.75 27.8424 169.266 27.957C168.781 28.0716 168.141 28.1289 167.344 28.1289H165.07V32.9102H163.891ZM165.07 27.0508H167.266C168.328 27.0508 169.086 26.918 169.539 26.6523C169.852 26.4857 170.091 26.2279 170.258 25.8789C170.43 25.5299 170.516 25.1211 170.516 24.6523C170.516 24.0742 170.401 23.5924 170.172 23.207C169.943 22.8164 169.615 22.5534 169.188 22.418C168.677 22.2461 167.865 22.1602 166.75 22.1602H165.07V27.0508Z' fill='%23373D45'/%3e%3cpath d='M181.578 21.0898C181.578 21.0898 181.974 21.0898 182.766 21.0898C182.766 21.0898 182.766 25.0299 182.766 32.9102C182.766 32.9102 182.37 32.9102 181.578 32.9102C181.578 32.9102 181.578 29.556 181.578 22.8477C181.578 22.8477 179.232 26.2018 174.539 32.9102C174.539 32.9102 174.146 32.9102 173.359 32.9102C173.359 32.9102 173.359 28.9701 173.359 21.0898C173.359 21.0898 173.753 21.0898 174.539 21.0898C174.539 21.0898 174.539 24.444 174.539 31.1523C174.539 31.1523 176.885 27.7982 181.578 21.0898Z' fill='%23373D45'/%3e%3cpath d='M191.297 26.8945C191.297 26.8945 191.297 25.3164 191.297 22.1602C191.297 22.1602 190.753 22.1602 189.664 22.1602C188.544 22.1602 187.76 22.2383 187.312 22.3945C186.906 22.5247 186.589 22.7826 186.359 23.168C186.13 23.5482 186.016 24.0169 186.016 24.5742C186.016 25.0273 186.096 25.4232 186.258 25.7617C186.424 26.1003 186.659 26.3503 186.961 26.5117C187.404 26.7669 188.141 26.8945 189.172 26.8945H191.297ZM192.477 32.9102H191.297C191.297 32.9102 191.297 31.2617 191.297 27.9648C191.297 27.9648 190.549 27.9648 189.055 27.9648C189.055 27.9648 187.961 29.6133 185.773 32.9102C185.773 32.9102 185.31 32.9102 184.383 32.9102C184.383 32.9102 185.497 31.2357 187.727 27.8867C187.023 27.7982 186.438 27.5846 185.969 27.2461C185.594 26.9753 185.307 26.6107 185.109 26.1523C184.911 25.6888 184.812 25.168 184.812 24.5898C184.812 23.9232 184.932 23.3372 185.172 22.832C185.411 22.3268 185.753 21.9466 186.195 21.6914C186.555 21.4779 186.971 21.3242 187.445 21.2305C187.919 21.1367 188.526 21.0898 189.266 21.0898H192.477V32.9102Z' fill='%23373D45'/%3e%3cpath d='M110.305 45.8086C110.305 45.8086 110.742 45.8086 111.617 45.8086C110.424 48.0169 108.622 49.1211 106.211 49.1211C105.341 49.1211 104.521 48.9648 103.75 48.6523C102.979 48.3398 102.32 47.9154 101.773 47.3789C101.227 46.8372 100.794 46.1914 100.477 45.4414C100.159 44.6862 100 43.8841 100 43.0352C100 41.8737 100.263 40.8242 100.789 39.8867C101.32 38.944 102.052 38.207 102.984 37.6758C103.922 37.1445 104.969 36.8789 106.125 36.8789C107.349 36.8789 108.448 37.1732 109.422 37.7617C110.396 38.3451 111.112 39.1445 111.57 40.1602H110.242C110.013 39.7904 109.799 39.5013 109.602 39.293C109.404 39.0846 109.164 38.8919 108.883 38.7148C108.091 38.2148 107.19 37.9648 106.18 37.9648C105.482 37.9648 104.826 38.0951 104.211 38.3555C103.596 38.6107 103.068 38.9622 102.625 39.4102C102.188 39.8529 101.841 40.3841 101.586 41.0039C101.331 41.6237 101.203 42.2852 101.203 42.9883C101.203 43.6706 101.333 44.3242 101.594 44.9492C101.859 45.569 102.216 46.1055 102.664 46.5586C103.112 47.0065 103.643 47.3633 104.258 47.6289C104.872 47.8945 105.518 48.0273 106.195 48.0273C106.747 48.0273 107.281 47.9388 107.797 47.7617C108.318 47.5846 108.781 47.332 109.188 47.0039C109.568 46.6862 109.94 46.2878 110.305 45.8086Z' fill='%23373D45'/%3e%3cpath d='M115.125 48.9102C115.125 48.9102 115.125 45.3268 115.125 38.1602C115.125 38.1602 114.224 38.1602 112.422 38.1602C112.422 38.1602 112.422 37.8034 112.422 37.0898C112.422 37.0898 114.62 37.0898 119.016 37.0898C119.016 37.0898 119.016 37.4466 119.016 38.1602C119.016 38.1602 118.115 38.1602 116.312 38.1602C116.312 38.1602 116.312 41.7435 116.312 48.9102C116.312 48.9102 115.917 48.9102 115.125 48.9102Z' fill='%23373D45'/%3e%3cpath d='M120.344 48.9102C120.344 48.9102 120.344 44.9701 120.344 37.0898C120.344 37.0898 122.497 37.0898 126.805 37.0898C126.805 37.0898 126.805 37.4466 126.805 38.1602C126.805 38.1602 125.044 38.1602 121.523 38.1602C121.523 38.1602 121.523 39.5716 121.523 42.3945C121.523 42.3945 123.227 42.3945 126.633 42.3945C126.633 42.3945 126.633 42.7539 126.633 43.4727C126.633 43.4727 124.93 43.4727 121.523 43.4727C121.523 43.4727 121.523 44.9284 121.523 47.8398C121.523 47.8398 123.284 47.8398 126.805 47.8398C126.805 47.8398 126.805 48.1966 126.805 48.9102C126.805 48.9102 124.651 48.9102 120.344 48.9102Z' fill='%23373D45'/%3e%3cpath d='M135.461 48.9102C135.461 48.9102 133.674 47.0742 130.102 43.4023C130.102 43.4023 130.102 45.2383 130.102 48.9102C130.102 48.9102 129.708 48.9102 128.922 48.9102C128.922 48.9102 128.922 44.9701 128.922 37.0898C128.922 37.0898 129.315 37.0898 130.102 37.0898C130.102 37.0898 130.102 38.8971 130.102 42.5117C130.102 42.5117 131.898 40.7044 135.492 37.0898C135.492 37.0898 136.016 37.0898 137.062 37.0898C137.062 37.0898 135.117 39.0404 131.227 42.9414C131.227 42.9414 133.172 44.931 137.062 48.9102C137.062 48.9102 136.529 48.9102 135.461 48.9102Z' fill='%23373D45'/%3e%3cpath d='M147.539 48.9102C147.539 48.9102 146.052 45.418 143.078 38.4336C143.078 38.4336 141.589 41.9258 138.609 48.9102C138.609 48.9102 138.185 48.9102 137.336 48.9102C137.336 48.9102 139.031 44.9701 142.422 37.0898C142.422 37.0898 142.859 37.0898 143.734 37.0898C143.734 37.0898 145.43 41.0299 148.82 48.9102C148.82 48.9102 148.393 48.9102 147.539 48.9102Z' fill='%23373D45'/%3e%3cpath d='M149.18 48.9102C149.18 48.9102 150.87 44.9701 154.25 37.0898C154.25 37.0898 154.693 37.0898 155.578 37.0898C155.578 37.0898 157.273 41.0299 160.664 48.9102C160.664 48.9102 160.232 48.9102 159.367 48.9102C159.367 48.9102 158.797 47.582 157.656 44.9258C157.656 44.9258 155.82 44.9258 152.148 44.9258C152.148 44.9258 151.573 46.2539 150.422 48.9102C150.422 48.9102 150.008 48.9102 149.18 48.9102ZM152.602 43.8555C152.602 43.8555 154.133 43.8555 157.195 43.8555C157.195 43.8555 156.438 42.0482 154.922 38.4336C154.922 38.4336 154.148 40.2409 152.602 43.8555Z' fill='%23373D45'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_3391_119' x1='37.0389' y1='4.20411' x2='40.6013' y2='38.4989' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%2300A4E3'/%3e%3cstop offset='1' stop-color='%23A0E5FF'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear_3391_119' x1='42.824' y1='16.2275' x2='45.3526' y2='13.392' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='white'/%3e%3cstop offset='1' stop-color='white' stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient id='paint2_linear_3391_119' x1='8.84301' y1='26.0738' x2='34.4835' y2='50.9525' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%2300A4E3'/%3e%3cstop offset='1' stop-color='%23A0E5FF'/%3e%3c/linearGradient%3e%3clinearGradient id='paint3_linear_3391_119' x1='10.2792' y1='23.192' x2='40.0243' y2='60.6063' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FF5F01'/%3e%3cstop offset='1' stop-color='%23FFC19D'/%3e%3c/linearGradient%3e%3clinearGradient id='paint4_linear_3391_119' x1='71.834' y1='58.2647' x2='65.6363' y2='19.3839' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FF5F01'/%3e%3cstop offset='1' stop-color='%23993901'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e ") 50% 50% no-repeat;
}

.slogan, a.slogan, a.slogan:hover, a.slogan:active	{
	display:block;
	font:300 20px/25px 'Evolventa', sans-serif;
	/* position:absolute;
	top:25px;
	left:320px; */
	text-decoration:none;
	color:#484848;
}

/* -- Маленькие иконки - Начало */
.smh_home, a.smh_home, .smh_phone, a.smh_phone, .smh_mail, a.smh_mail, .smh_adress, a.smh_adress, .smh_sitemap, a.smh_sitemap, .smh_time, a.smh_time, .smh_favorite, a.smh_favorite	{
	position:relative;
	/* top:5px;
	left:50px; */
	display:inline-block;
	min-height:30px;
	padding:0 0 0 34px;
	font:400 16px/30px 'Evolventa', sans-serif;
	color:#ffffff;
	text-decoration:none;
}
a.smh_home:hover, a.smh_phone:hover, a.smh_mail:hover, a.smh_adress:hover, a.smh_sitemap:hover, a.smh_time:hover, a.smh_favorite:hover	{
	color:rgba(255, 0, 100, 1);
}
.smh_home::before, a.smh_home::before, .smh_phone::before, a.smh_phone::before, .smh_mail::before, a.smh_mail::before, .smh_adress::before, a.smh_adress::before, .smh_sitemap::before, a.smh_sitemap::before, .smh_time::before, a.smh_time::before, .smh_favorite::before, a.smh_favorite::before	{
	content:'';
	width:30px;
	height:30px;
	background-image:url(pics/sprite.png);
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:2px;
}
.smh_home span, a.smh_home span, .smh_phone span, a.smh_phone span, .smh_mail span, a.smh_mail span, .smh_adress span, a.smh_adress span, .smh_sitemap span, a.smh_sitemap span, .smh_time span, a.smh_time span, .smh_favorite span, a.smh_favorite	{
	font:700 24px/30px 'Evolventa', sans-serif;
}
.smh_home > a, a.smh_home > a, .smh_phone > a, a.smh_phone > a, .smh_mail > a, a.smh_mail > a, .smh_adress > a, a.smh_adress > a, .smh_sitemap > a, a.smh_sitemap > a, .smh_time > a, a.smh_time > a, .smh_favorite > a, a.smh_favorite	{
	display:block;
	text-decoration:none;
	font:inherit;
}
/* .smh_home, a.smh_home	{
	top:5px;
	left:50px;
} */
.smh_home::before	{
	background-position:0 -200px;
	top:0;
	left:2px;
}
a.smh_home:hover::before	{
	background-position:0 -230px;
}

/* .smh_phone, a.smh_phone	{
	top:5px;
	left:20px;
} */
.smh_phone::before	{
	background-position:-30px -200px;
	top:0;
	left:2px;
}
a.smh_phone:hover::before	{
	background-position:-30px -230px;	
}

/* .smh_mail, a.smh_mail	{
	top:5px;
	left:350px;
} */
.smh_mail::before	{
	background-position:-60px -200px;
	top:0;
	left:2px;
}
a.smh_mail:hover::before	{
	background-position:-60px -230px;	
}

/* .smh_adress, a.smh_adress	{
	top:5px;
	left:0px;
} */
.smh_adress::before	{
	background-position:-90px -200px;
	top:0;
	left:2px;
}
a.smh_adress:hover::before	{
	background-position:-90px -230px;	
}

/* .smh_sitemap, a.smh_sitemap	{
	top:5px;
	left:450px;
} */
.smh_sitemap::before	{
	background-position:-120px -200px;
	top:0;
	left:2px;
}
a.smh_sitemap:hover::before	{
	background-position:-120px -230px;	
}

/* .smh_time, a.smh_time	{
	top:5px;
	left:550px;
} */
.smh_time::before	{
	background-position:-150px -200px;
	top:0;
	left:2px;
}
a.smh_time:hover::before	{
	background-position:-150px -230px;	
}

/* .smh_favorite, a.smh_favorite	{
	top:5px;
	left:650px;
} */
.smh_favorite::before	{
	background-position:-180px -200px;
	top:0;
	left:2px;
}
a.smh_favorite:hover::before	{
	background-position:-180px -230px;	
}
/* -- Маленькие иконки - Конец */
/* -- Большие иконки - Начало*/
.grh_home, a.grh_home, .grh_phone, a.grh_phone, .grh_phone_2, a.grh_phone_2, .grh_mail, a.grh_mail, .grh_adress, a.grh_adress, .grh_sitemap, a.grh_sitemap, .grh_time, a.grh_time	{
	position:relative;
	/* top:10px;
	left:50px; */
	display:inline-block;
	padding:10px 0 10px 0px;
	font:400 16px/1.3em 'Evolventa', sans-serif;
	color:#484848;
	text-decoration:none;
}

.grh_home span, .grh_phone  span, .grh_phone_2  span, .grh_mail span, .grh_adress span, .grh_sitemap span, .grh_time span	{
	font:300 18px/30px 'Evolventa', sans-serif;
	display:inline-block;
}

/*
.grh_home::before, a.grh_home::before, .grh_phone::before, a.grh_phone::before, .grh_phone_2::before, a.grh_phone_2::before, .grh_mail::before, a.grh_mail::before, .grh_adress::before, a.grh_adress::before, .grh_sitemap::before, a.grh_sitemap ::before, .grh_time::before, a.grh_time::before	{
	content:'';
	width:50px;
	height:50px;
	background-image:url(pics/sprite.png);
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;	
}
*/
a.grh_home:hover, a.grh_phone:hover, a.grh_phone_2:hover, a.grh_mail:hover, a.grh_adress:hover, a.grh_sitemap:hover , a.grh_time:hover	{
	color:#444444;
}

/* .grh_home, a.grh_home	{
	top:10px;
	left:50px;
} */
.grh_home::before	{
	background-position:0 -350px;
	top:0;
	left:0;
}
a.grh_home:hover::before	{
	background-position:0 -400px;	
}

/* .grh_phone, a.grh_phone	{
	top:10px;
	left:600px;
} */
.grh_phone::before	{
	background-position:-50px -350px;
	top:0;
	left:0;
	/*display:none;*/
}
a.grh_phone:hover::before	{
	background-position:-50px -400px;
}

/* .grh_phone_2, a.grh_phone_2	{
	top:50px;
	left:600px;
} */
.grh_phone_2::before	{
	background-position:-50px -350px;
	top:0;
	left:0;
}
a.grh_phone_2:hover::before	{
	background-position:-50px -400px;	
}

/* .grh_mail, a.grh_mail	{
	top:10px;
	left:250px;
} */
.grh_mail::before	{
	background-position:-100px -350px;
	top:0;
	left:0;
}
a.grh_mail:hover::before	{
	background-position:-100px -400px;	
}

/* .grh_adress, a.grh_adress	{
	top:10px;
	left:350px;
} */
.grh_adress::before	{
	background-position:-150px -350px;
	top:0;
	left:0;
}
a.grh_adress:hover::before	{
	background-position:-150px -400px;	
}

/* .grh_sitemap, a.grh_sitemap	{
	top:10px;
	left:450px;
} */
.grh_sitemap::before	{
	background-position:-200px -350px;
	top:0;
	left:0;
}
a.grh_sitemap:hover::before	{
	background-position:-200px -400px;	
}

/* .grh_time, a.grh_time	{
	top:10px;
	left:550px;
} */
.grh_time::before	{
	background-position:-250px -350px;
	top:0;
	left:0;
}
a.grh_time:hover::before	{
	background-position:-250px -400px;	
}
/* -- Большие иконки - Конец*/

.zakaz_zvonka, a.zakaz_zvonka	{
	display:block;
	margin:0;
	/* position:absolute;
	top:58px;
	left:612px; */
	background: rgba(255, 255,255, 1) 50% 50% / cover no-repeat;
    border-radius: 40px;
    color: #373D45;
    box-shadow: 0 0 0 1px #d9e3ec;
}

.zakaz_zvonka:hover, a.zakaz_zvonka:hover	{
	background: #00A4E3;
	color: #fff;
}

.langs	{
	width:50px;
	height:25px;
	/* position:absolute;
	top:5px;
	right:20px; */
}
.langs_RU, .langs_EN, .langs_RU_chosed, .langs_EN_chosed	{
	width:25px;
	height:25px;
	display:inline-block;
}
.langs_RU	{
	background:url(pics/sprite.png) -5px -322px no-repeat;	
}
.langs_EN	{
	background:url(pics/sprite.png) -30px -322px no-repeat;	
}
.langs_RU:hover	{
	background:url(pics/sprite.png) -65px -322px no-repeat;	
}
.langs_EN:hover		{
	background:url(pics/sprite.png) -90px -322px no-repeat;	
}
.langs_RU_chosed	{
	background:url(pics/sprite.png) -125px -322px no-repeat;	
}
.langs_EN_chosed	{
	background:url(pics/sprite.png) -150px -322px no-repeat;	
}



.top_soc	{
	display:flex;
	align-items:center;
}
.top_soc_elem	{
	margin-right:10px;
	width:40px;
	height:40px;
	background:50% 50% no-repeat;
}
.top_soc_elem:last-child	{
	margin-right:0;
}
.grh_vk	{
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='40' height='40' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='13' cy='13' r='13' fill='%23413737'/%3e%3cpath d='M14.283 12.7105C14.0329 12.6165 14.0329 12.2573 14.0174 12.0072C13.9548 11.1162 14.2675 9.75604 13.8923 9.17775C13.6267 8.83358 12.3445 8.8651 11.5631 8.91212C11.344 8.94364 11.0784 8.99016 10.8908 9.08421C10.7032 9.17826 10.5156 9.33433 10.5156 9.4749C10.5156 9.67801 10.9848 9.64699 11.1564 9.91262C11.344 10.1943 11.344 10.8036 11.344 11.3038C11.344 11.8821 11.25 12.6485 11.0159 12.6795C10.6562 12.695 10.4531 12.3353 10.2655 12.0697C9.89029 11.5539 9.5151 10.9126 9.23346 10.2873C9.09289 9.95915 9.01435 9.59947 8.81125 9.4589C8.49859 9.23979 7.93581 9.22428 7.38853 9.23979C6.88828 9.25529 6.16892 9.19276 6.02835 9.48991C5.9188 9.81808 6.15342 10.1307 6.27848 10.3969C6.9193 11.7881 7.60714 13.0077 8.45157 14.1643C9.23346 15.2428 9.96783 16.1027 11.406 16.556C11.8128 16.681 13.5946 17.0407 13.9543 16.556C14.0794 16.3684 14.0484 15.9461 14.1109 15.6335C14.1734 15.3208 14.2515 15.0082 14.5486 14.9927C14.7987 14.9772 14.9393 15.1958 15.0959 15.3523C15.268 15.5244 15.4086 15.665 15.5336 15.8216C15.8308 16.1187 16.1434 16.5249 16.5186 16.6815C17.0344 16.9006 17.8318 16.8381 18.5821 16.8066C19.1919 16.7911 19.6297 16.666 19.6767 16.3063C19.7082 16.0247 19.3951 15.6185 19.2075 15.3839C18.7382 14.8056 18.5196 14.6335 17.9878 14.1017C17.7532 13.8671 17.4561 13.617 17.4561 13.3358C17.4406 13.1638 17.5811 13.0077 17.7062 12.8356C18.2535 12.0227 18.8008 11.4444 19.301 10.6C19.4416 10.3498 19.7702 9.77155 19.6452 9.48991C19.5046 9.17725 18.7227 9.2708 18.238 9.2708C17.6127 9.2708 16.7998 9.22378 16.6432 9.34884C16.346 9.55194 16.221 9.88061 16.0804 10.1933C15.7677 10.9126 15.3455 11.647 14.9078 12.1943C14.7512 12.3819 14.4546 12.7726 14.2825 12.71L14.283 12.7105Z' fill='white'/%3e%3c/svg%3e ");
}
.grh_tg	{
	background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='40' height='40' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='13' cy='13' r='13' fill='%23413737'/%3e%3cpath d='M18.1407 7.66122C16.4577 8.3583 9.24095 11.3475 7.24697 12.1623C5.90972 12.6841 6.69257 13.1734 6.69257 13.1734C6.69257 13.1734 7.83407 13.5648 8.81266 13.8583C9.79111 14.1519 10.313 13.8258 10.313 13.8258L14.9118 10.7272C16.5426 9.61826 16.1513 10.5315 15.7598 10.923C14.9118 11.771 13.5093 13.1082 12.3351 14.1846C11.8133 14.6412 12.0741 15.0325 12.3026 15.2283C13.1505 15.9458 15.4664 17.4136 15.5967 17.5114C16.2857 17.9992 17.641 18.7013 17.8472 17.2178L18.6626 12.0972C18.9236 10.3686 19.1844 8.77031 19.217 8.31371C19.3149 7.20462 18.1407 7.66122 18.1407 7.66122Z' fill='white'/%3e%3c/svg%3e ");
}
.grh_ok	{
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='40' height='40' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='13' cy='13' r='13' fill='%23413737'/%3e%3cpath d='M13.0549 13.2256C15.0506 13.225 16.6671 11.6066 16.6664 9.61153C16.6658 7.61586 15.0474 5.99936 13.0523 6C11.0573 6.00064 9.44014 7.61907 9.44079 9.61411C9.44336 11.6085 11.0605 13.2244 13.0549 13.2256ZM13.0549 8.11799C13.8815 8.11799 14.5517 8.78815 14.5517 9.61475C14.5517 10.4413 13.8815 11.1109 13.0549 11.1109C12.2283 11.1109 11.5581 10.4407 11.5581 9.61411C11.5594 8.78815 12.2289 8.11864 13.0549 8.11799ZM14.5156 16.1734C15.2592 16.0048 15.9686 15.7106 16.6143 15.3044C17.1061 14.987 17.2477 14.3316 16.9304 13.8398C16.6181 13.3557 15.9757 13.2095 15.4851 13.5115C13.9974 14.4417 12.1086 14.4417 10.6208 13.5115C10.127 13.2018 9.47491 13.3499 9.16397 13.843C8.85174 14.3368 8.99852 14.9908 9.49293 15.3031C9.49357 15.3031 9.49422 15.3037 9.49422 15.3037C10.1393 15.7093 10.8487 16.0035 11.5916 16.1728L9.57147 18.1929C9.16912 18.6178 9.18779 19.2886 9.61332 19.691C10.0221 20.0773 10.6607 20.0773 11.0695 19.691L13.0536 17.7056L15.039 19.691C15.4523 20.1036 16.1212 20.1036 16.5345 19.691C16.9471 19.2777 16.9471 18.6088 16.5345 18.1955L14.5156 16.1734Z' fill='white'/%3e%3c/svg%3e ");
}

.soc_seti	{
	/* position:absolute; */
	display:block;
	/* height:30px; */
	/* top:5px;
	right:20px; */
}



/* -- Стили корзины в шапке - Начало */

.header_im_cont	{
	position:absolute;
	bottom:0;
	right:0;
}

ul.header_im	{
	position:absolute;
	width:80px;
	height:50px;
	display:block;
	padding:0;
	margin:0;
	z-index:30;	
}

ul.header_im.header_basket	{
	bottom:0px;
	right:20px;
}
ul.header_im.header_like	{
	bottom:0px;
	right:230px;
}
ul.header_im.header_compare	{
	bottom:0px;
	right:320px;
}
ul.header_im.header_im_with_text	{
	width:200px;
}


ul.header_im > li	{
	position:relative;
	width:100%;
	height:50px;
	display:inline-block;
	padding:0;
	margin:0;
	list-style:none;
}

ul.header_im > li.header_im_full	{
	-moz-border-radius:15px 15px 0 0;
	-webkit-border-radius:15px 15px 0 0;
	-khtml-border-radius:15px 15px 0 0;
	border-radius:0 0 0 0;
	transition:background-color 0.2s ease 0s;
	background:transparent;
	-moz-box-shadow:0 0 0 0 rgba(0, 0, 0 ,0);
	-webkit-box-shadow:0 0 0 0 rgba(0, 0, 0 ,0);
	box-shadow:0 0 0 0 rgba(0, 0, 0 ,0);
}
ul.header_im > li.header_im_full:hover	{
	background:rgba(255, 0, 100, 1);

	-moz-box-shadow:0 -3px 3px 0 rgba(0, 0, 0 ,0.2);
	-webkit-box-shadow:0 -3px 3px 0 rgba(0, 0, 0 ,0.2);
	box-shadow:0 -3px 3px 0 rgba(0, 0, 0 ,0.2);
}

ul.header_im > li > a	{
	position:relative;
	width:100%;
	height:50px;
	display:inline-block;
	padding:0;
	margin:0;
	text-align:center;
}


ul.header_im > li > a > span.header_im_text	{
	display:inline-block;
	vertical-align:middle;
	color:#444444;
	width:110px;
	padding-left:10px;
	text-align:left;
	font:600 16px 'Evolventa', sans-serif;
	
}

ul.header_im > li.header_im_full:hover > a > span.header_im_text	{
	color:#ffffff;	
}
ul.header_im > li > a > span.header_im_icon	{
	width:50px;
	height:50px;
	display:inline-block;
	vertical-align:middle;
	position:relative;
}
ul.header_im.header_basket > li > a > span.header_im_icon	{
	background:url(pics/sprite.png) 0 -1533px no-repeat;	
}
ul.header_im.header_basket > li:hover > a > span.header_im_icon	{
	background:url(pics/sprite.png) -50px -1533px no-repeat;
}
ul.header_im.header_basket > li.header_im_full > a > span.header_im_icon	{
	background:url(pics/sprite.png) -100px -1533px no-repeat;	
}
ul.header_im.header_basket > li.header_im_full:hover > a > span.header_im_icon	{
	background:url(pics/sprite.png) -150px -1533px no-repeat;
}
ul.header_im.header_compare > li > a > span.header_im_icon	{
	background:url(pics/sprite.png) 0 -1483px no-repeat;	
}
ul.header_im.header_compare > li:hover > a > span.header_im_icon	{
	background:url(pics/sprite.png) -50px -1483px no-repeat;
}
ul.header_im.header_like > li > a > span.header_im_icon	{
	background:url(pics/sprite.png) -100px -1483px no-repeat;	
}
ul.header_im.header_like > li:hover > a > span.header_im_icon	{
	background:url(pics/sprite.png) -174px -1483px no-repeat;
}
ul.header_im > li.header_im_full > a > span.header_im_icon > span	{
	display:block;
	min-width:10px;
	height:20px;
	line-height:20px;
	position:absolute;
	top:5px;
	right:-5px;
	background:rgba(255, 0, 100, 1);
	color:#ffffff;
	padding:0 5px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
}
ul.header_im > li.header_im_full:hover > a > span.header_im_icon > span	{
	background:#444444;
	color:#ffffff;	
}
ul.header_im > li.header_im_full > ul	{
	display:none;
	padding:0;
	margin:0;
	list-style:none;
	text-align:left;
	width:280px;
}
ul.header_im > li.header_im_full:hover > ul	{
	position:absolute;
	display:block;
	top:50px;
	right:0;
	width:300px;
	box-sizing:border-box;
	padding:10px;
	background:#ffffff;
	border-top:3px solid rgba(255, 0, 100, 1);
	border-bottom:3px solid rgba(255, 0, 100, 1);
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	-khtml-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	-moz-box-shadow:0 3px 2px 2px rgba(0, 0, 0 ,0.2);
	-webkit-box-shadow:0 3px 2px 2px rgba(0, 0, 0 ,0.2);
	box-shadow:0 3px 2px 2px rgba(0, 0, 0 ,0.2);
}
ul.header_im > li.header_im_full:hover > ul > li	{
	position:relative;
	width:100%;
	display:block;
	margin:0;
	list-style:none;
	border-bottom:1px dashed #373D45;
	padding:15px 0;
}
ul.header_im > li.header_im_full:hover > ul > li.header_im_title	{
	color:#373D45;
	padding:5px 0;
	font:400 22px 'Evolventa', sans-serif;
}
ul.header_im > li.header_im_full:hover > ul > li:last-child	{
	border-bottom:0;
	padding:15px 0 0 0;
}
ul.header_im > li.header_im_full:hover > ul > li > a	{
	display:block;
	position:relative;
	width:100%;
	text-decoration:none;
}
ul.header_im > li.header_im_full:hover > ul > li > a.button	{
	width:auto;
}
ul.header_im > li.header_im_full:hover > ul > li > a > img	{
	display:block;
	width:64px;
	height:64px;
	position:absolute;
	top:0;
	left:0;
}
ul.header_im > li.header_im_full:hover > ul > li > a > span	{
	display:block;
	width:200px;
	min-height:64px;
	position:relative;
	top:0;
	left:80px;
	color:#373D45;
	text-align:left;
	font-size:13px;
	font-weight:bold;
}
ul.header_im > li.header_im_full:hover > ul > li > a:hover > span	{
	color:rgba(255, 0, 100, 0.9);;	
}
.basketBriefTotal a, .basketBriefTotal a:hover	{
	color:#373D45;
}
/* -- Стили корзины в шапке - Конец */

/* --Личный кабинет вход и выход - Начало */
.lk_enter, a.lk_enter, .lk_entered, a.lk_entered, .lk_exit, a.lk_exit {
	display:block;
	/* position:absolute; */
	position:relative;
	height:27px;
	line-height:27px;
	text-align:left;
	max-width:300px;
	padding:0 10px 0 34px;
	text-decoration:none;
	/* -moz-border-radius:13.5px;
	-webkit-border-radius:13.5px;
	-khtml-border-radius:13.5px; */
	border-radius:13.5px;
	overflow:hidden;
	white-space:nowrap;
}
/* .lk_enter, a.lk_enter	{
	top:5px;
	right:20px;
} */

.lk_enter::before	{
	content:'';
	width:34px;
	height:34px;
	background:url(pics/sprite.png) 0 -1813px no-repeat;
	position:absolute;
	top:-4px;
	left:0;
}

.lk_entered, a.lk_entered	{
	top:5px;
	right:100px;
	text-overflow:ellipsis;
}
.lk_entered::before	{
	content:'';
	width:34px;
	height:34px;
	background:url(pics/sprite.png) 0 -1813px no-repeat;
	position:absolute;
	top:-4px;
	left:0;
}
.lk_entered::after, a.lk_entered::after	{
	content:'';
	display:block;
	width:15px;
	height:100%;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	background:-moz-linear-gradient(right, rgba(255,255,255,0) 0%, transparent 100%); 
	background:-webkit-linear-gradient(right,rgba(255,255,255,0) 0%, transparent 100%);
	background:linear-gradient(to right, rgba(255,255,255,0) 0%, transparent 100%); 
}

.lk_exit, a.lk_exit	{
	top:5px;
	right:20px;
}
.lk_exit:hover, a.lk_exit:hover	{
	text-decoration:underline;
}
.lk_exit::before, a.lk_exit::before	{
	content:'';
	width:34px;
	height:34px;
	background:url(pics/sprite.png) -34px -1813px no-repeat;
	position:absolute;
	top:-4px;
	left:0;
}
/* -- Личный кабинет вход и выход - Конец */

/* -- Стили адаптивной версии в десктопной версии - Начало */
.mob_line	{
	display:inline;
}
.mob_line_show_on_mob, a.mob_line_show_on_mob	{
	display:none;
}

.contacts_mob_open, .account_mob_open, .basket_mob_open,
.menu_cont_hor .lk_enter, .menu_cont_hor a.lk_enter, .menu_cont_hor .lk_entered, .menu_cont_hor a.lk_entered, .menu_cont_hor .lk_exit, .menu_cont_hor a.lk_exit	{
	display:none;
}

/* -- Стили адаптивной версии в десктопной версии - Конец */

@media screen and (max-width: 1249px) {
	header, .small_header	{
		height:auto;
		padding:0 0;
		margin:0;
		width:100%;
		box-sizing:border-box;
	}
	
	header .mid, .small_header .mid	{
		min-width:100%;
	}
	.header_intro .header_intro_cont	{
		position:relative;
		display:block;
		vertical-align:top;
		top:0;
		left:0;
		right:0;
		bottom:0;
		max-width:100%;
	}

	.logo, a.logo, a.logo:hover, a.logo:active,
	.langs,
	ul.header_im, .header_im_cont	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		top:0;
		left:0;
		right:0;
		bottom:0;
		max-width:100%;
	}
	
	
	.soc_seti,
	.slogan, a.slogan, a.slogan:hover, a.slogan:active,
	.smh_home, a.smh_home, .smh_mail, a.smh_mail, .smh_phone, a.smh_phone, .smh_adress, a.smh_adress, .smh_sitemap, a.smh_sitemap, .smh_time, a.smh_time, .smh_favorite, a.smh_favorite,
	.grh_home, a.grh_home, .grh_mail, a.grh_mail, .grh_phone_2, a.grh_phone_2, .grh_adress, a.grh_adress, .grh_sitemap, a.grh_sitemap , .grh_time, a.grh_time,
	.lk_enter, a.lk_enter, .lk_entered, a.lk_entered, .lk_exit, a.lk_exit	{
		display:none;
	}
	
	.logo, a.logo, a.logo:hover, a.logo:active	{
		width:100px;
		height:50px;
		background-size:100% auto;
		
		/*
		width:calc(100% - 110px);
		background-size:contain;
		background-position:0 50%;*/
	}

	.small_header > .mid, header	{
		text-align:left !important;
	}
	
	.header_im_cont	{
		z-index:1;
		text-align:right;
		float:right;
	}

	.mob_line	{
		display:block;
		/*width:100%;
		clear:both;*/
		background:#f4f4f4;
	}
	a.mob_line_show_on_mob, a.mob_line_show_on_mob:hover, .mob_line_show_on_mob, .mob_line_show_on_mob:hover	{
		display:inline-block;
		position:relative;
		top:0;
		left:0;
		right:0;
		bottom:0;
		padding-left:0;
		font:400 22px/30px 'Evolventa', sans-serif;
	}
	.mob_line_show_on_mob span	{
		font:300 15px/30px 'Evolventa', sans-serif;
	}
	
	
	.mob_line_show_on_mob::before{
		display:none;
	}

	.contacts_mob_open	{
		display:inline-block;
		position:relative;
		width:50px;
		height:50px;
		cursor:pointer;
		background:url(pics/sprite.png) 0 -876px no-repeat;
		margin:0;
		vertical-align:top;
	}
	.account_mob_open{
		display:inline-block;
		position:relative;
		width:50px;
		height:50px;
		cursor:pointer;
		background:url(pics/sprite.png) -50px -876px no-repeat;
		margin:0;
		vertical-align:top;
		float:right;
	}
	.langs_mob_open	{
		display:inline-block;
		position:relative;
		width:50px;
		height:50px;
		margin:0;
		vertical-align:top;
		padding:12.5px 0 0 0;
		float:right;
		box-sizing:border-box;
	}

	.basket_mob_open,
	.menu_cont_hor .lk_enter, .menu_cont_hor a.lk_enter, .menu_cont_hor .lk_entered, .menu_cont_hor a.lk_entered, .menu_cont_hor .lk_exit, .menu_cont_hor a.lk_exit	{
		display:block;
		font:300 16px/30px 'Evolventa', sans-serif;
		padding:10px 10px 10px 35px;
		color:#373D45;
		background:#fff;
		text-decoration:none;
		position:relative;
		border-top:1px solid #ddd;

		border-radius:0;
		top:0;
		left:0;
		right:0;
		bottom:0;
		max-width:100%;
	}
	.basket_mob_open::before	{
		content:'';
		position:absolute;
		display:block;
		width:34px;
		height:34px;
		left:0;
		top:7px;
		background:url(pics/sprite.png) -68px -1813px no-repeat;
	}
	
	.menu_cont_hor .lk_enter::before, .lk_entered::before, .lk_exit::before		{
		top:7px;
	}
}

@media screen and (max-width: 1249px) {
	ul.header_im > li	{
		position:static;
	}
	ul.header_im	{
		/*float:right;*/
		/*margin-right:9px;*/
		position:static;
	}
	ul.header_im > li.header_im_full:hover > ul	{
		width:320px;
		max-width:100%;
		box-sizing:border-box;
	}
	
	ul.header_im.header_im_with_text	{
		width:65px;
	}
	
	ul.header_im.header_im_with_text > li > a > span.header_im_text	{
		display:none;
	}
	ul.header_im > li.header_im_full > ul, ul.header_im > li.header_im_full:hover > ul	{
		display:none;
	}
}

@media print	{
	header, .small_header	{
		display:none !important;
	}
}
/* Стили для шапки - Конец */




@media print	{
	.controle_panel	{
		display:none !important;
	}
}

/* -- Стили для таблиц - Начало */

td, th {
	padding:0;
	max-width:100%;
	box-sizing:border-box;
}

table.info_table, table.tableMobileHorScroll	{
	width:100%;
	max-width:100%;
	margin:0 auto;
	border-collapse:collapse;
	border-spacing:0;
	box-sizing:border-box;
}
table.info_table > tbody > tr:nth-child(2n+1) > td, table.info_table > tr:nth-child(2n+1) > td, 
table.tableMobileHorScroll > tbody > tr:nth-child(2n+1) > td, table.tableMobileHorScroll > tr:nth-child(2n+1) > td{
	background:#e9eef4;
}
table.info_table > tbody > tr:nth-child(2n) > td, table.info_table > tr:nth-child(2n) > td,
table.tableMobileHorScroll > tbody > tr:nth-child(2n) > td, table.tableMobileHorScroll > tr:nth-child(2n) > td{
	background:#ffffff;
}
table.info_table  > tbody > tr > td, 
table.info_table > tfoot > tr > td, 
table.info_table > thead > tr > td,
table.tableMobileHorScroll  > tbody > tr > td, 
table.tableMobileHorScroll > tfoot > tr > td, 
table.tableMobileHorScroll > thead > tr > td{
	padding:10px 10px;
	border:1px solid #e9eef4;
	vertical-align:top;
	text-align:left;
	box-sizing:border-box;
}
table.info_table  > tbody > tr > th, 
table.info_table > tfoot > tr > th, 
table.info_table > thead > tr > th,
table.tableMobileHorScroll  > tbody > tr > th, 
table.tableMobileHorScroll > tfoot > tr > th, 
table.tableMobileHorScroll > thead > tr > th{
	background:#e9eef4;
	color:#ffffff;
	text-align:left;
	font-weight:normal;
	padding:10px 10px;
}
table.info_table_head > tbody > tr:first-child > td, table.info_table_head > tbody > tr:first-child > td,
table.tableMobileHorScroll > tbody > tr:first-child > td, table.tableMobileHorScroll > tbody > tr:first-child > td{
	background:#e9eef4;
	color:#313131;
	text-align:left;
	font-weight:normal;
	padding:10px 10px;
	font-weight: 700;
}
table.info_table_footer > tbody > tr:last-child > td, table.info_table_footer > tbody > tr:last-child > td,
table.tableMobileHorScroll > tbody > tr:last-child > td, table.tableMobileHorScroll > tbody > tr:last-child > td{
	background:#e9eef4;
	text-align:left;
	font-weight:normal;
	padding:10px 10px;
}

table.info_table td p:first-child, table.tableMobileHorScroll td p:first-child	{
	padding-top:0;
}
table.info_table	{
	width:100%;
	max-width:100%;
	margin:0 auto;
	border-collapse:collapse;
	border-spacing:0;
	box-sizing:border-box;
}
table.info_table > tbody > tr:nth-child(2n+1) > td, table.info_table > tr:nth-child(2n+1) > td	{
	background:#e9eef4;
}
table.info_table > tbody > tr:nth-child(2n) > td, table.info_table > tr:nth-child(2n) > td	{
	background:#ffffff;
}
table.info_table  > tbody > tr > td, 
table.info_table > tfoot > tr > td, 
table.info_table > thead > tr > td	{
	padding:10px 10px;
	border:1px solid #e9eef4;
	vertical-align:top;
	text-align:left;
	box-sizing:border-box;
}
table.info_table  > tbody > tr > th, 
table.info_table > tfoot > tr > th, 
table.info_table > thead > tr > th	{
	background:#aaa;
	color:#ffffff;
	text-align:left;
	font-weight:normal;
	padding:10px 10px;
}
table.info_table_head > tbody > tr:first-child > td, table.info_table_head > tbody > tr:first-child > td	{
	background:#aaa;
	color:#ffffff;
	text-align:left;
	font-weight:normal;
	padding:10px 10px;
}
table.info_table_footer > tbody > tr:last-child > td, table.info_table_footer > tbody > tr:last-child > td	{
	background:#e9eef4;
	color:#000;
	text-align:left;
	font-weight:normal;
	padding:5px 10px;
}

table.info_table td p:first-child	{
	padding-top:0;
}
table.table_adaptive_titles .table_adaptive_titles_title {
	display:none;
}

@media screen and (max-width:767px) {
	table.block_table, table.block_table > tbody, table.block_table > thead, table.block_table > tfoot,
	table.block_table > * > tr, table.block_table > * > tr > td, table.block_table > * > tr > th	{
		display:block;
		max-width:100%;
		overflow:hidden;
	}
	.table_adaptive_titles,
	.table_adaptive_titles > tbody, table.table_adaptive_titles > thead, table.table_adaptive_titles > tfoot,
	table.table_adaptive_titles > * > tr	{
		display:block;
	}
	table.table_adaptive_titles > * > tr.active  > td, table.table_adaptive_titles > * > tr.active  > th, 
	table.table_adaptive_titles > tbody > tr.active:nth-child(2n+1) > td, table.table_adaptive_titles  > tbody > tr.active:nth-child(2n+1) > th, 
	table.table_adaptive_titles > thead > tr.active:nth-child(2n+1) > td, table.table_adaptive_titles  > thead > tr.active:nth-child(2n+1) > th, 
	table.table_adaptive_titles > tfoot > tr.active:nth-child(2n+1) > td, table.table_adaptive_titles  > tfoot > tr.active:nth-child(2n+1) > th	{
		display:block;
		background:#fff;
	}
	table.table_adaptive_titles  > *:first-of-type > tr > td:first-of-type, table.table_adaptive_titles  > *:first-of-type > tr.active > td:first-of-type	{
		display:block;
		position:relative;
		background:#ff926b;
		cursor:pointer;
	}
	table.table_adaptive_titles  > *:first-of-type > tr:first-of-type	{
		display:none;
	}
	table.table_adaptive_titles .table_adaptive_titles_title {
		display:inline;
	}
	table.table_adaptive_titles > * > tr > td > p:first-of-type	{
		display:inline;
	}
	
	table.table_adaptive_titles.table_adaptive_titles_accordion > * > tr  > td, 
	table.table_adaptive_titles.table_adaptive_titles_accordion > * > tr  > th {
		display:none;
		min-width:100%;
	}
	table.table_adaptive_titles.table_adaptive_titles_accordion > * > tr > td:first-of-type::before {
		content:'';
		position:absolute;
		top:3.5px;
		right:5px;
		display:block;
		width:20px;
		height:20px;
		background:url(pics/sprite.png) -140px -1273px no-repeat;
		transition-duration:0.5s;
		transform:rotateX(0);
	}
	table.table_adaptive_titles.table_adaptive_titles_accordion > * > tr.active > td:first-of-type::before {
		transform:rotateX(180deg);
	}
	table.table_adaptive_titles.table_adaptive_titles_accordion  > *:first-of-type > tr > td:first-of-type, 
	table.table_adaptive_titles.table_adaptive_titles_accordion  > *:first-of-type > tr.active > td:first-of-type	{
		padding-right:30px;
	}
	

	table.table_adaptive_flex > tbody > tr, table.table_adaptive_flex > thead > tr, table.table_adaptive_flex > tfoot > tr	{
		display:flex;
		align-content:stretch;
		flex-wrap:wrap;
		margin:5px 0;
		border:1px solid #ddd;
	}
	table.table_adaptive_flex > tbody > tr > td, 
	table.table_adaptive_flex > tfoot > tr > td, 
	table.table_adaptive_flex > thead > tr > td,
	table.table_adaptive_flex > tbody > tr > th, 
	table.table_adaptive_flex > tfoot > tr > th, 
	table.table_adaptive_flex > thead > tr > th	{
		flex:1 1 auto;
		border:0.5px solid #ddd;
		padding-left:10px;
		padding-right:10px;
	}
	table.table_adaptive_nums > tbody > tr > td, 
	table.table_adaptive_nums > tfoot > tr > td, 
	table.table_adaptive_nums > thead > tr > td,
	table.table_adaptive_nums > tbody > tr > th, 
	table.table_adaptive_nums > tfoot > tr > th, 
	table.table_adaptive_nums > thead > tr > th	{
			counter-increment:myCounter;
	}

	table.table_adaptive_nums > tbody > tr > td::before, 
	table.table_adaptive_nums > tfoot > tr > td::before, 
	table.table_adaptive_nums > thead > tr > td::before,
	table.table_adaptive_nums > tbody > tr > th::before, 
	table.table_adaptive_nums > tfoot > tr > th::before, 
	table.table_adaptive_nums > thead > tr > th::before {
		content:counter(myCounter);
		display:inline-block;
		vertical-align:baseline;
		position:relative;
		left:-5px;
		text-align:center;
		color:rgba(255, 0, 100, 1);
		text-shadow:none !important;
		font:400 12px / 16px 'Evolventa', sans-serif;
		padding:0 2px;
		height:16px;
		min-width:12px;
		text-align:center;
		border-radius:50%;
		box-shadow:inset 0 0 0 1px rgba(255, 0, 100, 1);
	}
	
	table.antiTable, table.antiTable > tbody, table.antiTable > thead, table.antiTable > tfoot	{
		display:block;
		text-align:center;
	}
	table.antiTable > * > tr	{
		display:inline;
	}
	table.antiTable  > tbody > tr > td, 
	table.antiTable > tfoot > tr > td, 
	table.antiTable > thead > tr > td,
	table.antiTable  > tbody > tr > th, 
	table.antiTable > tfoot > tr > th, 
	table.antiTable > thead > tr > th	{
		display:inline-block;
		text-align:left;
		padding:0 10px;
		width:200px;
		max-width:100%;
		box-sizing:border-box;
	}
}


table.properties_table	{
	width:100%;
	max-width:100%;
	margin:0 auto;
	border-collapse:collapse;
	border-spacing:0;
	box-sizing:border-box;
}	
table.properties_table > * > tr > td, table.properties_table > * > tr > th 	{
	background:#fff;
	vertical-align:bottom;
	padding:5px 0;
	font:400 14px / 20px 'Evolventa', sans-serif;
	background-image:url(pics/properties_table.png);
	position:relative;
}

table.properties_table > * > tr.group td	{
	background:#ff926b;
	border-top:1px solid #f3f3f3;
	padding:5px 30px 5px 10px;
	font:600 14px / 20px 'Evolventa', sans-serif;
	cursor:pointer;
}

table.properties_table > * > tr.group > td::before, table.properties_table > * > tr.group.active:hover > td::before {
	content:'';
	position:absolute;
	top:5px;
	right:5px;
	display:block;
	width:20px;
	height:20px;
	background:url(pics/sprite.png) -140px -1273px no-repeat;
	transition-duration:.5s;
	transform:rotateX(180deg);
}
table.properties_table > * > tr.group.active > td::before, table.properties_table > * > tr.group:hover > td::before {
	transform:rotateX(0);
}
table.properties_table > * > tr.group.active:hover > td::before{
	transform:rotateX(180deg);
}

table.properties_table > * > tr td:last-of-type	{
	text-align:right;
	background-position:0 100%;
	background-repeat:repeat-x;
}
table.properties_table > * > tr td:first-of-type	{
	text-align:left;	
	background-position:100% 100%;
	background-repeat:repeat-x;
}

table.properties_table > * > tr td > .value	{
	background:#fff;
	display:inline;
	padding:0 20px 0 5px;
}

table.properties_table > * > tr td > .name	{
	background:#fff;
	display:inline;
	padding:0 5px 0 20px;
}


.basket_properties_table	{
	width:100%;
	max-width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-end;
	justify-content:flex-end;
	background:#fff url(pics/properties_table.png) 0 100% repeat-x;
}

.basket_properties_table .first_value	{
	flex:1 1 100px;
	padding:5px 0;
}
.basket_properties_table .mid_value	{
	flex:1 1 100px;
	padding:5px 0 5px 10px;
	text-align:right;
}
.basket_properties_table .last_value	{
	flex:0 0 60px;
	padding:0 0 2px 10px;
	background:#fff;
}

.basket_properties_table > * > .value, .basket_properties_table .value	{
	display:inline;
	background:#fff;
	font:400 16px / 20px 'Evolventa', sans-serif;	
}
.basket_properties_table_change, a.basket_properties_table_change	{
	width:30px;
	height:30px;
	display:inline-block;
	background:#fff url(pics/sprite.png) -60px -1635px no-repeat;
	vertical-align:middle;
}
.basket_properties_table_change:hover, a.basket_properties_table_change:hover	{
	background:#fff url(pics/sprite.png) -90px -1635px no-repeat;	
}
.basket_properties_table_del, a.basket_properties_table_del	{
	width:30px;
	height:30px;
	display:inline-block;
	background:#fff url(pics/sprite.png) 0 -1635px no-repeat;
	vertical-align:middle;
}
.basket_properties_table_del:hover, a.basket_properties_table_del:hover	{
	background:#fff url(pics/sprite.png) -30px -1635px no-repeat;		
}



/* Изменено на ЖС поведение 24.11.01 */

table.almaAccordion,
table.almaAccordion > tbody,
table.almaAccordion > tbody > tr
table.almaAccordion > *, table.almaAccordion > * > *, table.almaAccordion > * > * > *	{
	display:block;
	width:100%;
}
table.almaAccordion > tbody > tr	{
	overflow:hidden;
	transition: all 400ms ease-in-out;
	box-shadow:inset 0 0 0 1px #CFD0D5;
	border-radius:10px;

	margin:0px 0 20px 0;
}

table.almaAccordion  > tbody > tr > td, 
table.almaAccordion > tfoot > tr > td, 
table.almaAccordion > thead > tr > td,
table.almaAccordion  > tbody > tr > th, 
table.almaAccordion > tfoot > tr > th, 
table.almaAccordion > thead > tr > th	{
	/* display:none; */
	width:100%;
    padding: 0px 20px;
    box-sizing: border-box;
    padding-bottom: 50px;
	transition: all 400ms ease-in-out;
	
	
}

table.almaAccordion  > tbody > tr > td:first-child, 
table.almaAccordion > tfoot > tr > td:first-child, 
table.almaAccordion > thead > tr > td:first-child,
table.almaAccordion  > tbody > tr > th:first-child, 
table.almaAccordion > tfoot > tr > th:first-child, 
table.almaAccordion > thead > tr > th:first-child	{
	display:block;
	padding:30px 30px 30px 20px;
	font:500 20px/1.2em 'Evolventa', sans-serif;
	margin:0;
	position:relative;
	
	transition-duration:0.2s;
	background:transparent;
	color:#373D45;
	
	cursor:pointer;
}

table.almaAccordion > tbody > tr > td:first-child:hover, 
table.almaAccordion > tfoot > tr > td:first-child:hover, 
table.almaAccordion > thead > tr > td:first-child:hover,
table.almaAccordion > tbody > tr > th:first-child:hover, 
table.almaAccordion > tfoot > tr > th:first-child:hover, 
table.almaAccordion > thead > tr > th:first-child:hover	{
	/* background:#fff; */
	color:#F4C62F;
}

table.almaAccordion > tbody > tr.active {
	box-shadow:inset 0 0 0 1px #CFD0D5;
	margin:0px 0 20px 0;
}
table.almaAccordion > tbody > tr.active > td, 
table.almaAccordion > tfoot > tr.active > td, 
table.almaAccordion > thead > tr.active > td,
table.almaAccordion > tbody > tr.active > th, 
table.almaAccordion > tfoot > tr.active > th, 
table.almaAccordion > thead > tr.active > th	{
	/* display:block !important; */
	box-shadow:0 0 0 0px #f3f3f3;
}


table.almaAccordion  > tbody > tr.active > td:first-child, 
table.almaAccordion > tfoot > tr.active > td:first-child, 
table.almaAccordion > thead > tr.active > td:first-child,
table.almaAccordion  > tbody > tr.active > th:first-child, 
table.almaAccordion > tfoot > tr.active > th:first-child, 
table.almaAccordion > thead > tr.active > th:first-child	{
	color:#4F5051;
	box-shadow:0 0 0 0px #ff926b;
}

table.almaAccordion  > tbody > tr > td:first-child::after, 
table.almaAccordion > tfoot > tr > td:first-child::after, 
table.almaAccordion > thead > tr > td:first-child::after,
table.almaAccordion  > tbody > tr > th:first-child::after, 
table.almaAccordion > tfoot > tr > th:first-child::after, 
table.almaAccordion > thead > tr > th:first-child::after	{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(pics/sprite.png) -155px -1700px no-repeat;
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
    transition-duration: 0.2s;
    color: #4F5051;
}

table.almaAccordion  > tbody > tr.active > td:first-child::after, 
table.almaAccordion > tfoot > tr.active > td:first-child::after, 
table.almaAccordion > thead > tr.active > td:first-child::after,
table.almaAccordion  > tbody > tr.active > th:first-child::after, 
table.almaAccordion > tfoot > tr.active > th:first-child::after, 
table.almaAccordion > thead > tr.active > th:first-child::after	{
	background:url(pics/sprite.png) -155px -1700px no-repeat;
	transform:rotateX(180deg);
}


table.almaTabs, 
table.almaTabs > tbody, table.almaTabs > *,
table.almaTabs > tbody > tr, table.almaTabs > * > *	{
	display:block;
	width:100%;
}
table.almaTabs  > * > tr:first-of-type	{
	padding:0;
	position:relative;
	top:1px;
	min-height:40px;
	overflow:hidden;
	background:#f3f3f3;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
table.almaTabs  > * > tr:first-of-type > td	{
	flex:1 1 100px;
	width:auto;
	padding:10px 10px;
	font:300 16px/20px 'Evolventa', sans-serif;
	margin:0;
	box-sizing:border-box;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor:pointer;
	color:#444;
	cursor:pointer;
	min-height:20px;
	transition-duration:0.2s;
}


table.almaTabs  > * > tr:first-of-type > td.active, 
table.almaTabs  > * > tr:first-of-type > td:first-of-type,
table.almaTabs  > * > tr:first-of-type > td:hover,
table.almaTabs  > * > tr:first-of-type > td.deactive:hover	{
	background:#ff926b;
	color:#444;
}
table.almaTabs  > * > *:first-of-type > td.deactive, table.almaTabs  > * > tr:first-of-type > td.deactive:first-of-type, table.almaTabs  > * > *:first-of-type > td	{
	color:#444;
	background:transparent;
}


table.almaTabs  > * > tr:last-of-type	{
	box-shadow:inset 0 0 0 1px #f3f3f3;
}
table.almaTabs  > * > tr:last-of-type > td	{
	display:none;
}
table.almaTabs  > * > tr:last-of-type > td.active,
table.almaTabs  > * > tr:last-of-type > td:first-of-type	{
	display:block;
	width:100%;
	padding:10px 20px;
	box-sizing:border-box;	
}
table.almaTabs  > * > tr:last-of-type > td.deactive	{
	display:none !important;
}
/* -- Стили для таблиц - Конец */

/* Меню - Начало */
/* -- Меню - Горизонтальное - Начало */

@media screen and (min-width:1250px) {

	.menu_cont_hor {
		position:relative;
		display:block;
		background:transparent url(pics/bg_menu.png) 50% 0 repeat;
		width:100%;
		min-height:60px;
		z-index:80;
	}

	/* .menu_cont_hor:before{
		content:'';
		position:absolute;
		display:block;
		width:100%;
		height:8px;
		background:url(pics/bg_shadow.png) 50% 100% no-repeat;
		top:100%;
		left:0;
		z-index:-1;
	} */
	.menu, .menu .menu_separ, .menu > ul > li > a, .menu > ul > li > a:visited, .menu > ul > li .menu_active, .menu > ul > li .menu_active, .menu > ul > li, .menu > ul > li:hover > a	{
		height:60px;
		font-family:'Evolventa', sans-serif;
	}

	.menu {
		position:relative;
		width:100%;
		max-width:100%;
		margin:0 auto;
		z-index:10;
	}

	.menu > ul > li > a, .menu > ul > li > a:visited, .menu > ul > li .menu_active {
		display:table-cell;
		vertical-align:middle;
		font-size:16px;
		color:#373D45;
		text-decoration:none;
		overflow:hidden;
		padding:0 20px;
	}
	.menu > ul > li .menu_active	{
		background:;
		color:#00A4E3;
	}
	.menu > ul {
		padding:0;
		margin:0;
		list-style:none;
		text-align:center;
	}
	.menu > ul > li {
		display:inline-block;
		position:relative;
		margin:0;
		padding:0;
	}
	.menu > ul > li > ul {
		display:none;
		padding:0;
		margin:0;
		list-style:none;
		text-align:left;
	}
	.menu > ul > li:hover > a {
		background:;
		color:#00A4E3;
		-webkit-transition-duration:.2s;
		-o-transition-duration:.2s;
		-moz-transition-duration:.2s;
		transition-duration:.2s;
		-o-transition-property:color,background;
		-moz-transition-property:color,background;
		transition-property:color,background;
        border-radius: 50px;
    }

	.menu > ul > li > ul > li > a {
		display:block; 
		width:230px;
		font-size:16px;
		padding:15px 20px; 
		line-height:1.1em;
		height:auto;
		text-transform:none;
		font-weight:normal;
		color:#373D45;
		text-decoration:none;
		-o-transition-property:color,background;
		-moz-transition-property:color,background;
		transition-property:color,background;
	}
	.menu > ul > li.multi > ul li > ul > li:hover > a	{
		color:#00A4E3;
	}

	.menu > ul > li:hover > ul {
		display:inline-block; 
		position:absolute; 
		left:0; 
		background:#fff;
		padding:10px 0;
		top:60px;
		border-radius:10px;
		-webkit-box-shadow: 0px 0px 97px -23px rgba(62, 143, 251, 0.18);
		-moz-box-shadow: 0px 0px 97px -23px rgba(62, 143, 251, 0.18);
		box-shadow: 0px 0px 97px -23px rgba(62, 143, 251, 0.18);
	}


	header .menu_cont_hor, header .menu	{
		width:auto;
	}
}

/* -- -- Меню - Горизонтальное - выпадающее вправо после 2ого уровня - Начало */

@media screen and (min-width:1250px) {
	.menu > ul > li ul > li	{
		position:relative;
	}

	.menu > ul > li.multi > ul li > ul	{
		display:none;
		margin:0;
		list-style:none;
		text-align:left;
	}

	.menu > ul > li.multi > ul li:hover > ul	{
		display:inline-block; 
		position:absolute;
		left:100%;
		top:0;
		background:rgba(255, 0, 100, 0.9);;
	}

	.menu > ul > li.multi > ul li > ul > li > a	{
		display:block; 
		width:230px;
		font-size:14px;
		padding:10px 20px; 
		line-height:15px;
		height:auto;
		text-transform:none;
		font-weight:normal;
		color:#f8f8f8;
		text-decoration:none;
		-o-transition-property:color,background;
		-moz-transition-property:color,background;
		transition-property:color,background;
	}
	.menu > ul > li > ul > li:hover > a {
		color:#373D45;
		background:rgba(255,255,255,0.2);;
	}
}
/* -- -- Меню - Горизонтальное - выпадающее вправо после 2ого уровня - Конец */

/* -- -- Меню - Горизонтальное - Широкое - Начало */
@media screen and (min-width:1250px) {
	.menu > ul > li.wide	{
		position:static;
	}
	.menu > ul > li.wide > ul	{
		width:100%;
		left:0;
		margin:0;
	}
	.menu > ul > li.wide > ul > li	{
		float:left;
		width:25%;
		padding:0 0 20px 0;
	}
	.menu > ul > li.wide > ul > li:nth-of-type(4n+1)	{
		clear:both;
	}
	.menu > ul > li.wide > ul > li > a	{
		display:block; 
		width:auto;
		font-size:14px;
		padding:10px 20px 10px 30px; 
		line-height:15px;
		height:auto;
		text-transform:none;
		font-weight:normal;
		color:#f8f8f8;
		text-decoration:none;
		position:relative;
	}
	.menu > ul > li.wide > ul > li > a::before	{
		content:'';
		display:block;
		position:absolute;
		top:7px;
		left:10px;
		width:20px;
		height:20px;
		background:url(pics/sprite.png) -20px -470px no-repeat;
	}
	.menu > ul > li.wide > ul > li > a:hover::before	{
		background:url(pics/sprite.png) 0 -470px no-repeat;	
	}
	.menu > ul > li.wide > ul > li > ul li	{
		list-style:none;
	}
	.menu > ul > li.wide > ul > li > ul > li a	{
		display:block; 
		width:auto;
		font-size:14px;
		padding:3px 20px;
		line-height:15px;
		height:auto;
		text-transform:none;
		font-weight:normal;
		color:#f8f8f8;
		text-decoration:none;
		font-size:90%;
	}
	.menu > ul > li.wide > ul > li > ul a:hover {
		color:#ffffff;
		background:rgba(255,255,255,0.2);;
	}

	.menu > ul > li.wide > ul > li > ul > li a	{
		padding-left:30px;
	}

	.menu > ul > li.wide > ul > li > ul > li > ul > li a	{
		padding-left:45px;
	}
	.menu > ul > li.wide > ul > li > ul > li > ul > li > ul > li a	{
		padding-left:60px;
	}
	.menu > ul > li.wide > ul > li > ul > li > ul > li > ul > li > ul > li a	{
		padding-left:75px;
	}

}
/* -- -- Меню - Горизонтальное - Широкое - Конец */

/* -- -- Меню - Горизонтальное - Адаптивное - Начало */

.menu_mob_open	{
	display:none;
	position:relative;
	width:40px;
	height:40px;
	cursor:pointer;
	background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%2240%22%20height%3D%2240%22%20rx%3D%225%22%20fill%3D%22white%22%20fill-opacity%3D%220.2%22%2F%3E%0A%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2239%22%20height%3D%2239%22%20rx%3D%224.5%22%20stroke%3D%22white%22%20stroke-opacity%3D%220.5%22%2F%3E%0A%3Cpath%20d%3D%22M26.75%2013C26.75%2012.3097%2026.1903%2011.75%2025.5%2011.75H9.25C8.55967%2011.75%208%2012.3097%208%2013C8%2013.6903%208.55967%2014.25%209.25%2014.25H25.5C26.1903%2014.25%2026.75%2013.6903%2026.75%2013ZM9.25%2019.25H31.75C32.4403%2019.25%2033%2019.8097%2033%2020.5C33%2021.1903%2032.4403%2021.75%2031.75%2021.75H9.25C8.55967%2021.75%208%2021.1903%208%2020.5C8%2019.8097%208.55967%2019.25%209.25%2019.25ZM9.25%2026.75H20.5C21.1903%2026.75%2021.75%2027.3097%2021.75%2028C21.75%2028.6903%2021.1903%2029.25%2020.5%2029.25H9.25C8.55967%2029.25%208%2028.6903%208%2028C8%2027.3097%208.55967%2026.75%209.25%2026.75Z%22%20fill%3D%22%2300A4E3%22%2F%3E%0A%3C%2Fsvg%3E");
	margin:0;
	vertical-align:top;
}

.menu_mob	{
	display:none;
	
}
.menu_mob_back	{
	display:inline-block;
	position:relative;
	width:50px;
	height:50px;
	cursor:pointer;
	background:url(pics/sprite.png) -100px -826px no-repeat;
	margin:0;
	vertical-align:top;
}
.menu_mob_close	{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:50px;
	height:50px;
	cursor:pointer;
	background:url(pics/sprite.png) -50px -826px no-repeat;
	margin:0;
}



@media screen and (max-width:1249px) {
	.menu, .menu .menu_separ, .menu ul > li > a, .menu ul > li > a:visited, .menu ul > li .menu_active, .menu ul > li .menu_active, .menu ul > li, .menu ul > li:hover > a	{
		height:auto;
	}
	.menu ul	{
		display:block;
		padding:0 0 0 0;
		background:#fff;
	}
	.menu ul > li	{
		display:block;
		margin:0;
		background:transparent;
		text-align:left;
		border-bottom:1px solid #ddd;
	}
	.menu ul li > a, .menu ul > li > a, .menu ul > li > a:visited, .menu ul > li .menu_active, .menu ul > li:hover > a	{
		display:block;
		margin:0;
		background:transparent;
		text-align:left;
		padding:10px 30px 10px 10px;
		color:#424242;
		position:relative;
		font:400 15px/20px 'Evolventa', sans-serif;
		text-decoration:none;
		
	}
	.menu ul > li > a.contain::before	{
		content:'';
		display:block;
		width:20px;
		height:20px;
		position:absolute;
		right:5px;
		top:10px;
		background:url(pics/sprite.png) -240px -450px no-repeat;
	}
	
	.menu ul > li.prepended a	{
		background:#444;
		color:#fff;
	}
	
	.menu ul > li.menu_separ	{
		display:none;
	}
	
	.menu_mob_open	{
		display:inline-block;
	}

	.menu_cont_hor	{
		position:fixed;
		z-index:1000;
		top:0;
		bottom:0;
		left:-100%;
		right:100%;
		overflow:hidden;
		width:100%;
		max-height:100%;
		height:100%;
		will-change:transform;
		-webkit-transition:-webkit-transform 300ms ease-out;
		-moz-transition:transform 300ms ease-out,-moz-transform 300ms ease-out;
		-o-transition:transform 300ms ease-out,-o-transform 300ms ease-out;
		transition:transform 300ms ease-out;
		transition:transform 300ms ease-out,-webkit-transform 300ms ease-out,-moz-transform 300ms ease-out,-o-transform 300ms ease-out;
		background:#f4f4f4;
	}
	.menu_cont_hor.mob_opened	{
		-webkit-transform:translateX(100%);
		-moz-transform:translateX(100%);
		-o-transform:translateX(100%);
		transform:translateX(100%);
	}
	.menu_cont_hor.mob_opened .menu	{
		overflow:auto;
		position:absolute;
		top:50px;
		bottom:0;
		width:100%;
		-webkit-overflow-scrolling:touch;
		border-top:1px solid #ddd;
	}
	.menu_mob	{
		display:block;
		background:#fff;
	}
	.menu a br	{
		display:none;
	}
	.menu ul > li > ul	{
		display:block;
		width:100%;
		height:100%;
		box-sizing:border-box;
		position: absolute;
		top:0px;
		bottom: 0;
		transition-duration:0.2s;
		left:-100%;
		overflow: auto;
		z-index:1;		
	}
	.menu ul > li ul.active	{
		left:0;
	}
	
}
/* -- Меню - Горизонтальное - Адаптивное - Конец */



/* -- Меню - Горизонтальное - Конец */

/* -- Меню - Вертикальное - Начало*/
ul.left_menu	{
	display:flex;
	width:100%;
	box-sizing:border-box;
	margin:0 auto;
	padding:0 0 10px 0;
	border:0;
    flex-wrap: wrap;
	gap: 10px;
	z-index:200;
}

ul.left_menu li, ul.left_menu ul, ul.left_menu a, ul.left_menu span	{
	margin:0;
	padding:0;
	display:block;
}

ul.left_menu li a img {
	vertical-align:middle;
	margin:0 5px 0 0;
}

ul.left_menu span, ul.left_menu a	{
	color:#373D45;
	text-decoration:none;
	cursor:pointer;
	position:relative;
}
ul.left_menu li:hover a, ul.left_menu li:hover span	{
	color:#00A4E3;
}
ul.left_menu li a.current	{
	color:#373d45;
}

ul.left_menu li:hover a.current {
	color:#00A4E3;
}
ul.left_menu li::before	{
	display:none;
}


ul.left_menu > li	{
    flex: 0 0 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    height: 76px;
    border: solid 1px rgba(255, 255, 255, 0.65);
    -webkit-box-shadow: 12px 11px 19px -20px rgba(232, 238, 243, 1) inset;
    -moz-box-shadow: 12px 11px 19px -20px rgba(232, 238, 243, 1) inset;
    box-shadow: 12px 11px 19px -20px rgba(232, 238, 243, 1) inset;
    backdrop-filter: blur(11px);
	transition: 0.2s ease-in-out 0s;*/
}

/*
ul.left_menu > li:hover	{
	background: rgba(255, 255, 255, 0.95);
    transform: scale(0.95);
}*/

ul.left_menu > li > a, ul.left_menu > li > span	{
	font-size:16px;
	line-height:20px;
}

ul.left_menu > li > a {
	    width: 100%;
	    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    height: 76px;
    border: solid 1px rgba(255, 255, 255, 0.65);
    -webkit-box-shadow: 12px 11px 19px -20px rgba(232, 238, 243, 1) inset;
    -moz-box-shadow: 12px 11px 19px -20px rgba(232, 238, 243, 1) inset;
    box-shadow: 12px 11px 19px -20px rgba(232, 238, 243, 1) inset;
    backdrop-filter: blur(11px);
    transition: 0.2s ease-in-out 0s;
}
ul.left_menu > li:hover > a {
	background: rgba(255, 255, 255, 0.95);
    transform: scale(0.95);
}
/*
ul.left_menu > li > a::before, ul.left_menu > li > span::before	{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:-23px;
	width:20px;
	height:20px;
	background:url(pics/sprite.png) 0 -470px no-repeat;
}
ul.left_menu > li > a:hover::before, ul.left_menu > li > span:hover::before	{
	background:url(pics/sprite.png) -20px -470px no-repeat;	
}
ul.left_menu li > span::after	{
	content:'';
	display:block;
	position:absolute;
	top:0;
	right:0px;
	width:20px;
	height:20px;
	background:url(pics/sprite.png) -140px -470px no-repeat;	
} */ 

ul.left_menu li.lm_opened > span	{
	padding-right:20px;
}
ul.left_menu li.lm_opened > span::after	{
	content:'';
	display:block;
	position:absolute;
	top:0;
	right:0px;
	width:20px;
	height:20px;
	background:url(pics/sprite.png) -120px -470px no-repeat;	
}
ul.left_menu > li > ul > li > a, ul.left_menu > li > ul > li > span {
	font-size:14px;
	margin:4px 0 0 0;
	line-height:18px;
	padding:1px 0;
}
ul.left_menu > li > ul > li > a::before, ul.left_menu > li > ul > li > span::before	{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:-20px;
	width:20px;
	height:20px;
	background:url(pics/sprite.png) -40px -470px no-repeat;
}
ul.left_menu > li > ul > li > a:hover::before, ul.left_menu > li > ul > li > span:hover::before	{
	background:url(pics/sprite.png) -60px -470px no-repeat;	
}
ul.left_menu > li > ul > li > ul > li > a, ul.left_menu > li > ul > li > ul > li > span{
	font-size:13px;
	line-height:16px;
	padding:2px 0;
}
ul.left_menu > li > ul > li > ul > li > a::before, ul.left_menu > li > ul > li > ul > li > span::before	{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:-20px;
	width:20px;
	height:20px;
	background:url(pics/sprite.png) -80px -470px no-repeat;
}
ul.left_menu > li > ul > li > ul > li > a:hover::before, ul.left_menu > li > ul > li > ul > li > span:hover::before	{
	background:url(pics/sprite.png) -100px -470px no-repeat;	
}
ul.left_menu > li > ul > li > ul > li > ul > li a, ul.left_menu > li > ul > li > ul > li > ul > li span{
	font-size:12px;
	line-height:14px;
	padding:3px 0;
}
ul.left_menu > li ul {
	display:none;
	margin:0 0 0 6%;
}
ul.left_menu li.lm_opened > ul {
	display:block;
}
/* -- Меню - Вертикальное - Конец */

/* -- Меню - Малое в шапке - Начало */
.small_menu	{
	display:block;
	padding:10px 0;
}
.small_menu a	{
	display:inline-block;
	color:#ffffff;	
	text-decoration:none;
	font:300 15px/20px 'Evolventa', sans-serif;
	padding:0 10px 0 10px;
	transition-duration:0.2s;
}
.small_menu a:hover	{
	color:rgba(255, 0, 100, 1);	
}
.small_menu a.active	{
	background:#ff926b;
	color:#444;
}
.menu_cont_hor .small_menu	{
	display:none;
}
@media screen and (max-width:1249px) {
	.small_menu	{
		display:none;
	}
	
	.menu_cont_hor .small_menu	{
		display:block;
		background:#444444;
		padding:0;
		height:auto;
	}
	.small_menu a	{
		display:block;
		padding:10px 30px 10px 10px;
		position:relative;
	}
	.small_menu a::before	{
		content:'';
		display:block;
		width:20px;
		height:20px;
		position:absolute;
		right:5px;
		top:10px;
		background:url(pics/sprite.png) -260px -450px no-repeat;
	}
}
/* -- Меню - Малое в шапке - Конец */


/* -- Меню - Конец */


@media print	{
	.menu_cont_hor	{
		display:none !important;
	}
}


/* Стили каталогов - Начало */
.catalog	{
	clear:both;
	padding:20px 0 20px 0;
	position:relative;
	z-index:1;
}



.block_catalog_more	{
	text-align:right;
}
.block_catalog_more a	{
	display:inline-block;
	text-align:right;
	padding:0 25px 0 0;
	line-height:20px;
	color:#373D45;
	position:relative;
}
.block_catalog_more a:hover	{
	text-decoration:underline;
}
.block_catalog_more a::after	{
	content:'';
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:bottom;
	background:url(pics/sprite.png) -60px -450px no-repeat;
}
.block_catalog_more a::after	{
	background:url(pics/sprite.png) -80px -450px no-repeat;
}

.h_with_more h1, .h_with_more .h1, .h_with_more a.h1, .h_with_more a.h1:hover,
.h_with_more h2, .h_with_more .h2, .h_with_more a.h2, .h_with_more a.h2:hover,
.h_with_more h3, .h_with_more .h3, .h_with_more a.h3, .h_with_more a.h3:hover	{
	display:inline;
	padding-right:20px;
}

.h_with_more .block_catalog_more	{
	display:inline;
}

.cat_hit, .cat_new, .cat_sale, .cat_sale_1, .cat_sale_2, .cat_sale_3, .cat_in_favor	{
	width:30px;
	height:30px;
	margin:0;
}
.cat_hit	{
	background:url(pics/sprite.png) 0 -1453px no-repeat;
}
.cat_new	{
	background:url(pics/sprite.png) -60px -1453px no-repeat;
}
.cat_sale	{
	background:url(pics/sprite.png) -30px -1453px no-repeat;
}
.cat_sale_1	{
	background:url(pics/sprite.png) -120px -1453px no-repeat;
}
.cat_sale_2	{
	background:url(pics/sprite.png) -150px -1453px no-repeat;
}
.cat_sale_3	{
	background:url(pics/sprite.png) -180px -1453px no-repeat;
}
.cat_in_favor	{
	background:url(pics/sprite.png) -90px -1453px no-repeat;
}

.cat_quote_big	{
	position:relative;
	display:block;
	min-height:50px;
	margin:30px 0 10px 0;
	padding:20px 0 20px 120px;
	text-align:center;
	background:#f3f3f3;
	font:300 18px / 1.1em 'Evolventa', sans-serif;
	color:#373D45;
	text-align:left;
}

.cat_quote_big::before	{
	content:'';
	display:block;
	width:100px;
	height:100px;
	position:absolute;
	top:-20px;
	left:0;
	background:url(pics/sprite.png) -200px -2247px no-repeat;
}


/* -- Стили каталогов - Продукция - Начало */


/* -- -- Стили каталогов - Продукция - Элемент - Начало */
.catalog_el	{
	display:block;
	padding:0;
	text-align:left;
	position:relative;
	width:100%;

	display:flex;
	flex-wrap:wrap;
}

.cel_main_block	{
	display:block;
	flex:0 0 580px;
	max-width:100%;
	min-width:300px;
	box-sizing: border-box;
	padding-right:28px;
}
.cel_price_block	{
	display:block;
	flex:1 0 300px;

	
	/*box-shadow:0 0 0 1px #d00;/**/
}
.cel_content_block	{
	display:block;
	flex:1 0 100%;
	/* width:calc(100% - 280px);
	float:left;
	vertical-align:top; */
	/*box-shadow:0 0 0 1px #d00;/**/
}


/* -- -- -- Стили каталогов - Продукция - Элемент - Слайдеры основных изображений - Начало */
.catalog_el .cel_slider .cels_slide_cont	{
	overflow:hidden;
	margin:0 auto;
}
.catalog_el .cel_slider ul	{
	width:100%;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}
.catalog_el .cel_slider ul li	{
	display:block;
	width:210px;
	height:150px;
	padding:0;
}
.catalog_el .cel_slider ul li span	{
	display:table-cell;
	width:210px;
	height:150px;
	text-align:center;
	vertical-align:middle;
}
.catalog_el .cel_slider ul li span img	{
	vertical-align:middle;
}
.catalog_el .cel_slider ul li::before	{
	display:none;
}

/* -- -- -- -- Стили каталогов - Продукция - Элемент - Слайдеры основных изображений - Вертикальный - Начало */
.cel_main_block_data.cel_main_block_data_width_slider_vertical	{
	display:flex;
	width:100%;
	min-height:500px;
}
.cel_main_block_data.cel_main_block_data_width_slider_vertical .cel_main_block_main_image	{
	display:flex;
	flex:1 0 auto;
	align-items:center;
	justify-content:center;
	position:relative;
}
.catalog_el_sl_left .cel_main_block_data.cel_main_block_data_width_slider_vertical .cel_main_block_main_image	{
	order:2;
}

.cel_main_block_data.cel_main_block_data_width_slider_vertical .cel_main_block_addon_images	{
	display:table-cell;
	width:210px;
}
.cel_main_block_data.cel_main_block_data_width_slider_vertical .cel_img_cont	{
	display:inline-block;
	max-width:100%;
	vertical-align:middle;
	position:relative;
}
/*.catalog_el .cel_main_block_data_width_slider_vertical .cel_slider	{
	height:500px;
}*/
.catalog_el .cel_main_block_data_width_slider_vertical .cels_slides .cel_slider_next	{
	position:relative;
	width:50px;
	height:25px;
	margin:0 auto;
	background:url(pics/sprite.png) 0 -953px no-repeat;
	cursor:pointer;
	z-index:3;
}
.catalog_el .cel_main_block_data_width_slider_vertical .cels_slides .cel_slider_next:hover	{
	background:url(pics/sprite.png) -50px -953px no-repeat;	
}
.catalog_el .cel_main_block_data_width_slider_vertical .cels_slides .cel_slider_prev	{
	position:relative;
	width:50px;
	height:25px;
	margin:0 auto;
	background:url(pics/sprite.png) 0 -928px no-repeat;
	cursor:pointer;
	z-index:3;
}
.catalog_el .cel_main_block_data_width_slider_vertical .cels_slides .cel_slider_prev:hover	{
	background:url(pics/sprite.png) -50px -928px no-repeat;	
}
/* -- -- -- -- Стили каталогов - Продукция - Элемент - Слайдеры основных изображений - Вертикальный - Конец */

/* -- -- -- -- Стили каталогов - Продукция - Элемент - Слайдеры основных изображений - Горизонтальный - Начало */
.cel_main_block_data.cel_main_block_data_width_slider_horizontal	{
	display:block;
	width:100%;
	min-height:500px;
}
.cel_main_block_data.cel_main_block_data_width_slider_horizontal .cel_main_block_main_image	{
	display:block;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:flex-start;
	position:relative;
	min-height:500px;
}
.cel_main_block_data.cel_main_block_data_width_slider_horizontal .cel_main_block_addon_images	{
	display:block;
	width:auto;
}
.cel_main_block_data.cel_main_block_data_width_slider_horizontal .cel_img_cont	{
	display:inline-block;
	max-width:100%;
	position:relative;
}
.catalog_el .cel_main_block_data_width_slider_horizontal .cel_slider	{
	width:100%;
	position:relative;
	height:150px;
	padding:20px 0;
}

.catalog_el .cel_main_block_data_width_slider_horizontal .cels_slides .cel_slider_prev	{
	position:absolute;
	width:25px;
	height:50px;
	top:70px;
	left:12px;
	background:url(pics/sprite.png) -100px -1847px no-repeat;
	cursor:pointer;
	z-index:3;
}
.catalog_el .cel_main_block_data_width_slider_horizontal .cels_slides .cel_slider_prev:hover	{
	background:url(pics/sprite.png) -100px -1897px no-repeat;
}
.catalog_el .cel_main_block_data_width_slider_horizontal .cels_slides .cel_slider_next	{
	position:absolute;
	width:25px;
	height:50px;
	top:70px;
	right:12px;
	background:url(pics/sprite.png) -125px -1847px no-repeat;
	cursor:pointer;
	z-index:3;
}
.catalog_el .cel_main_block_data_width_slider_horizontal .cels_slides .cel_slider_next:hover	{
	background:url(pics/sprite.png) -125px -1897px no-repeat;
}

.catalog_el .cel_main_block_data_width_slider_horizontal .cel_slider ul li	{
	
}
/* -- -- -- -- Стили каталогов - Продукция - Элемент - Слайдеры основных изображений - Горизонтальный - Конец */

/* -- -- -- -- Стили каталогов - Продукция - Элемент - Слайдеры основных изображений - Горизонтальный малый - Начало */
.cel_main_block_data_cont_with_full	{
	display:table;
	width:100%;
}

.cel_main_block_data.cel_main_block_data_width_slider_horizontal_small	{
	display:table-cell;
	width:360px;
	vertical-align:top;
}

.cel_main_block_data.cel_main_block_data_width_slider_horizontal_small .cel_main_block_main_image_cont	{
	display:inline-block;
	vertical-align:top;
	width:360px;
}

.cel_main_block_data.cel_main_block_data_width_slider_horizontal_small .cel_main_block_main_image	{
	display:inline-block;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	min-height:360px;
}
.cel_main_block_data.cel_main_block_data_width_slider_horizontal_small .cel_main_block_addon_images	{
	display:block;
	width:auto;
}
.cel_main_block_data.cel_main_block_data_width_slider_horizontal_small .cel_img_cont	{
	display:inline-block;
	max-width:100%;
	position:relative;
}
.catalog_el .cel_main_block_data_width_slider_horizontal_small .cel_slider	{
	width:100%;
	position:relative;
	height:62px;
	padding:20px 0;
}

.catalog_el .cel_main_block_data_width_slider_horizontal_small .cels_slides .cel_slider_prev	{
	position:absolute;
	width:25px;
	height:50px;
	top:25px;
	left:0;
	background:url(pics/sprite.png) -100px -1847px no-repeat;
	cursor:pointer;
	z-index:3;
}
.catalog_el .cel_main_block_data_width_slider_horizontal_small .cels_slides .cel_slider_prev:hover	{
	background:url(pics/sprite.png) -100px -1897px no-repeat;
}
.catalog_el .cel_main_block_data_width_slider_horizontal_small .cels_slides .cel_slider_next	{
	position:absolute;
	width:25px;
	height:50px;
	top:25px;
	right:0;
	background:url(pics/sprite.png) -125px -1847px no-repeat;
	cursor:pointer;
	z-index:3;
}
.catalog_el .cel_main_block_data_width_slider_horizontal_small .cels_slides .cel_slider_next:hover	{
	background:url(pics/sprite.png) -125px -1897px no-repeat;
}

.catalog_el .cel_main_block_data_width_slider_horizontal_small .cel_slider ul li	{
	display:block;
	width:82px;
	height:62px;
	padding:0 10px;
}
.catalog_el .cel_main_block_data_width_slider_horizontal_small .cel_slider ul li span	{
	display:table-cell;
	width:80px;
	height:60px;
	border:1px solid rgba(106, 197, 255 ,0.94);
	text-align:center;
	vertical-align:middle;
}

.full_in_right	{
	display:table-cell;
	padding:20px 0 20px 50px;
	vertical-align:top;
}

/* -- -- -- -- Стили каталогов - Продукция - Элемент - Слайдеры основных изображений - Горизонтальный малый - Конец */

.catalog_el .cels_wo_slides .cel_slider_prev, .catalog_el .cels_wo_slides .cel_slider_next	{
	display:none;
}

.catalog_el .cel_img_cont .cel_img, .catalog_el .cel_img_cont .cel_img:hover	{
	text-decoration:none;
}
.catalog_el .cel_img_cont .cel_img_marks	{
	display:block;
}
.catalog_el .cel_img_cont .cel_img_marks_elem	{
	position:absolute;
}
.catalog_el .cel_img_cont .cel_img_marks_elem span	{
	display:block;
	position:absolute;
	top:-18px;
	left:-18px;
	width:36px;
	height:36px;
	background: url(pics/sprite.png) -216px -1599px no-repeat;
	cursor:pointer;
	-webkit-transition-duration:.2s;
	-o-transition-duration:.2s;
	-moz-transition-duration:.2s;
	transition-duration:.2s;
	opacity:0.5;
}
.catalog_el .cel_img_cont .cel_img_marks_elem:hover span	{
	opacity:1;
}
.catalog_el .cel_img_cont .cel_img img	{
	max-width:100%;
	border-radius:20px;
}
/* -- -- -- Стили каталогов - Продукция - Элемент - Слайдеры основных изображений - Конец */

.cel_reviews	{
	float:left;
	margin-right:20px;
}

.cel_rating	{
	float:left;
	margin-right:20px;
}

.cel_stat_today	{
	display:block;
}

.cel_brief	{
	padding:0 0 20px 0;
}

.cel_controle_cont	{
	width:100%;
	display:table;
}

.cel_controle	{
	display:table-cell;
	vertical-align:top;
	text-align:left;
	width:48%;
	padding-right:2%
}

.cel_bonus	{
	display:table-cell;
	vertical-align:top;
	text-align:left;
	width:50%;
}

.cel_bonus .cat_hit, .cel_bonus .cat_new, .cel_bonus .cat_sale, .cel_bonus .cat_sale_1, .cel_bonus .cat_sale_2, .cel_bonus .cat_sale_3, .cel_bonus .cat_in_favor	{
	display:inline-block;
}

.cel_bonuses_value, a.cel_bonuses_value, a.cel_bonuses_value:hover	{
	display:block;
	width:120px;
	height:120px;
	background:url(pics/sprite.png) -180px -1725px no-repeat;
	text-decoration:none;
}

.cel_bonuses_value > span	{
	display:block;
	color:#fff;
	font:400 36px/50px 'Evolventa', sans-serif;
	text-align:center;
	padding:35px 0 0 0;
}

.catalog_el .cel_cost	{
	text-align:left;
	position:relative;
	padding:5px 0 0 0;
}

.catalog_el .cel_cost_new	{
	font:400 36px/48px 'Evolventa', sans-serif;
	display:block;
	vertical-align:baseline;
	color:rgba(255, 0, 100, 1);
}

.catalog_el .cel_cost_new .cost_lable	{
	display:inline-block;
}

.catalog_el .cel_cost_new span	{
	font-size:smaller;
}

.catalog_el .cel_cost_old	{
	font:300 20px/24px 'Evolventa', sans-serif;
	display:inline-block;
	text-decoration:line-through;
	vertical-align:baseline;
	color:rgba(0, 164, 227, 1);
}
.catalog_el .cel_cost .cel_discount	{
	position:absolute;
	top:20px;
	right:0;
	font:400 18px/30px 'Evolventa', sans-serif;
	text-align:center;
	color:#fff;
	width:50px;
}

.catalog_el .cel_cost .cel_discount span	{
	position:relative;
	z-index:1;
}

.catalog_el .cel_cost .cel_discount::before	{
	position:absolute;
	top:-20px;
	right:0;
	content:'';
	width:90px;
	height:66px;
	background:url(pics/sprite.png) -210px -952px no-repeat;
}

.catalog_el .cel_basket_cont	{
	width:100%;
	height:50px;
	margin:0 auto;
	padding:0 0 20px 0;
}

.catalog_el .cel_basket, .catalog_el a.cel_basket 	{
	padding-left:60px;
	display:block;
	padding-top:0;
	padding-bottom:0;
	margin-top:10px;
}

.catalog_el .cel_basket_img	{
	display:inline-block;
	vertical-align:middle;
	height:50px;
	width:50px;
	background:url(pics/sprite.png) -150px -928px no-repeat;
}


.cat_favorit, .cat_compare, .cat_viewed, .cat_one_click_buy, .cat_credit, .cat_save_print, .cat_save_mail,
a.cat_favorit, a.cat_compare, a.cat_viewed, a.cat_one_click_buy, a.cat_credit, a.cat_save_print, a.cat_save_mail,
a.cat_favorit:hover, a.cat_compare:hover, a.cat_viewed:hover, a.cat_one_click_buy:hover, a.cat_credit:hover, a.cat_save_print:hover, a.cat_save_mail:hover	{
	display:block;
	padding:0 0 0 22px;
	position:relative;
	text-align:left;
	font:300 14px/20px 'Evolventa', sans-serif;
	text-decoration:none;
	color:#373D45;
}



.cat_favorit::before, .cat_compare::before, .cat_viewed::before, .cat_one_click_buy::before, .cat_credit::before, .cat_save_print::before, .cat_save_mail::before	{
	position:absolute;
	top:0;
	left:0;
	content:'';
	width:20px;
	height:20px;
	background:url(pics/sprite.png) 0 -1273px no-repeat;	
}

.cat_favorit::before	{
	background-position:0 -1273px;	
}
.cat_compare::before	{
	background-position:-20px -1273px;
}
.cat_one_click_buy::before	{
	background-position:-40px -1273px;
}
.cat_viewed::before	{
	background-position:-60px -1273px;
}
.cat_credit::before	{
	background-position:-80px -1273px;
}
.cat_save_print::before	{
	background-position:-100px -1273px;
}
.cat_save_mail::before	{
	background-position:-120px -1273px;
}

.cat_favorit:hover::before, .cat_favorit.active::before	{
	background-position:-160px -1273px;	
}
.cat_compare:hover::before, .cat_compare.active::before	{
	background-position:-180px -1273px;
}
.cat_one_click_buy:hover::before	{
	background-position:-200px -1273px;
}
.cat_viewed:hover::before	{
	background-position:-220px -1273px;
}
.cat_credit:hover::before	{
	background-position:-240px -1273px;
}
.cat_save_print:hover::before	{
	background-position:-260px -1273px;
}
.cat_save_mail:hover::before	{
	background-position:-280px -1273px;
}

.cat_credit	{
	text-decoration:none;
}
.cat_credit span	{
	display:inline-block;
	text-decoration:underline;
	font:300 14px/20px 'Evolventa', sans-serif;
}

.cat_more_bonuses, a.cat_more_bonuses	{
	display:inline-block;
	text-align:left;
	font:300 14px/20px 'Evolventa', sans-serif;
	margin:0;
}

.cat_more_bonuses b	{
	font-weight:300;
	color:rgba(255, 0, 100, 1);
}

/*
.catalog_el .cel_basket, .catalog_el a.cel_basket	{
	display:block;
	width:260px;
	height:55px;
	margin:0;
	background:url(pics/sprite.png) 0 -1138px no-repeat;
	font:300 28px/55px 'Evolventa', sans-serif;
	text-align:center;
	text-decoration:none;
	-webkit-transition:color .2s ease 0s;
	-o-transition:color .2s ease 0s;
	-moz-transition:color .2s ease 0s;
	transition:color .2s ease 0s;
	color:catalog_elem_to_basket_color_0;
}
.catalog_el .cel_basket:hover, .catalog_el .cel_basket:active, .catalog_el a.cel_basket:hover, .catalog_el a.cel_basket:active	{
	background:url(pics/sprite.png) 0 -1193px no-repeat;
	color:catalog_elem_to_basket_color_1;
	text-decoration:none;
}
*/


.catalog_el .cel_bottom	{
	clear:both;
	padding:0 0 25px 0;
}


a.catalog_next_item, a.catalog_prev_item	{
	z-index:2;
	position:fixed;
	top:40%;
	display:inline-block;
	width:60px;
	height:60px;
	float:left;
	transition-duration:0.2s;
	z-index:10;
}

a.catalog_next_item	{
	background:rgba(0,0,0,0.15) url(pics/sprite.png) -180px -1018px no-repeat;
	right:28px;
}

a.catalog_prev_item	{
	left:28px;
	background:rgba(0,0,0,0.15) url(pics/sprite.png) -120px -1018px no-repeat;;
}

a.catalog_next_item:hover, a.catalog_prev_item:hover	{
	background-color:rgba(0,0,0,0.2) 
}


/* -- -- Стили каталогов - Продукция - Элемент - Конец */

/* -- -- Стили каталогов - Продукция - Плиткой - Начало */
.catalog_pl	{
	display:inline-block;
	border:0;
	text-align:center;
	position:relative;
	vertical-align:top;
	padding:0 0 0px 0;
	margin:0;
	transition:z-index 0.2s ease 0s;
	z-index:1;
	flex: 0 0 32%;
	transition-duration:0.2s;
    border-radius: 20px;
    box-shadow: 0 0 0 1px rgba(0, 164, 227, 0.24);
    padding: 20px;
    box-sizing: border-box;
	background: #fff;
	
}
.catalog_pl:hover	{
	  box-shadow: 0 0 0 1px rgba(0, 164, 227, 1);
}
.catalog_pl.folder {
	
}
.produktion-bg .catalog_pl.folder {
	background:#fff;
	border-radius:20px;
	padding:20px;
	box-sizing:border-box;
}

.produktion-bg .catalog_pl.folder:hover,
.catalog_pl.folder:hover {
	
	-moz-box-shadow:0 0 0px 1px #00A4E3;
	-webkit-box-shadow:0 0 0px 1px #00A4E3;
	box-shadow:0 0 0px 1px #00A4E3;

}
.catalog_pl:hover	{
	z-index:20;
}

.catalog_pl .cpl_main_container, 
.catalog_pl .cat_main_container, .catalog_pl a.cat_main_container, .catalog_pl a.cat_main_container:hover , .catalog_pl a.cat_main_container:active 	{
	display:block;
	width:240px; /*187*/
	padding:0 10px;
	position:relative;
	box-sizing:border-box;
	color:rgba(0, 164, 227, 1);
	text-decoration:none;
}

/*
.catalog_pl.folder .cpl_main_container	{
	padding:0 10px;
}
*/

.catalog_pl .cpl_opener	{
	position:absolute;
	padding-top:10px;
	top:-10px;
	left:0;
	bottom:0;
	right:0;
	overflow:hidden;
	-webkit-transition-duration:.2s;
	-o-transition-duration:.2s;
	-moz-transition-duration:.2s;
	transition-duration:.2s;
	/*-moz-box-shadow:0 0 3px 1px rgba(0, 0, 0 ,0.05), 0 10px 10px -10px rgba(0, 0, 0 ,0.0), 0 0 0px 1px rgba(0, 0, 0 ,0.0);
	-webkit-box-shadow:0 0 3px 1px rgba(0, 0, 0 ,0.05), 0 10px 10px -10px rgba(0, 0, 0 ,0.0), 0 0 0px 1px rgba(0, 0, 0 ,0.0);
	box-shadow:0 0 3px 1px rgba(0, 0, 0 ,0.05), 0 10px 10px -10px rgba(0, 0, 0 ,0.0), 0 0 0px 1px rgba(0, 0, 0 ,0.0);*/
}


.catalog_pl:hover .cpl_opener	{
	padding-top:20px;
	top:-20px;
	padding-left:10px;
	left:-10px;
	padding-right:10px;
	right:-10px;
	padding-bottom:10px;
	bottom:-10px;
}

.catalog_pl.cpl_opener_top:hover .cpl_opener	{ /*и в .catalog_pl.cpl_opener_top:hover .cpl_opener_cont*/
	padding-top:40px;
	top:-40px;
}
.catalog_pl.cpl_opener_right:hover .cpl_opener	{
	padding-right:40px;
	right:-40px;
}
.catalog_pl.cpl_opener_bottom:hover .cpl_opener	{
	padding-bottom:40px;
	bottom:-40px;
}
.catalog_pl.cpl_opener_left:hover .cpl_opener	{
	padding-left:110px;
	left:-110px;
}

.catalog_pl .cpl_opener_cont	{
	top:0;
	left:0;
	bottom:0;
	right:0;
	position:absolute;
	z-index:1;
	-webkit-transition-duration:.2s;
	-o-transition-duration:.2s;
	-moz-transition-duration:.2s;
	transition-duration:.2s;
}

.catalog_pl:hover .cpl_opener_cont	{
	padding-top:10px;
	top:10px;
	padding-left:10px;
	left:10px;
	padding-bottom:10px;
	bottom:10px;
	padding-right:10px;
	right:10px;
}

.catalog_pl.cpl_opener_top:hover .cpl_opener_cont	{
	padding-top:40px;
	top:40px;
}
.catalog_pl.cpl_opener_right:hover .cpl_opener_cont	{
	padding-right:40px;
	right:40px;
}
.catalog_pl.cpl_opener_bottom:hover .cpl_opener_cont	{
	padding-bottom:40px;
	bottom:40px;
}
.catalog_pl.cpl_opener_left:hover .cpl_opener_cont	{
	padding-left:110px;
	left:110px;
}

.catalog_pl .cpl_opener_elem_top	{
	position:absolute;
	top:-40px;
	right:0;
	left:0;
}
.catalog_pl .cpl_opener_elem_bottom	{
	position:absolute;
	top:100%;
	left:0;
	right:0;
}
.catalog_pl.cpl_opener_left .cpl_opener_elem_bottom	{
	left:10px;
}


.catalog_pl.cpl_opener_right .cpl_opener_elem_bottom	{
	right:-30px;
    display: none;
}

.catalog_pl.cpl_opener_right .cpl_opener_elem_top	{
	right:-30px;
}


.catalog_pl .cpl_opener_elem_right	{
	position:absolute;
	top:0px;
	bottom:0px;
	right:-60px;
	left:100%;
}
.catalog_pl .cpl_opener_elem_left	{
	position:absolute;
	top:0px;
	bottom:0px;
	left:-110px;
	right:100%;
}

.catalog_pl.cpl_opener_top .cpl_opener_elem_left	{
	top:-40px;
}

.catalog_pl.cpl_opener_left .cpl_opener::before	{
	content:'';
	position:absolute;
	top:0;
	left:110.5px;
	bottom:0;
	width:1px;
	height:100%;
	z-index:20;
	-webkit-transition-duration:.2s;
	-o-transition-duration:.2s;
	-moz-transition-duration:.2s;
	transition:background-color .05s ease 0s;
	background:rgba(0,0,0,0);
}

.catalog_pl.cpl_opener_left:hover .cpl_opener::before		{
	transition:background-color .1s ease .2s;
	background:rgba(0,0,0,.2);
}

.catalog_pl .cpl_dinamic_height, .cat_dinamic_height	{
	position:relative;
	z-index:3;
	min-height:245px;
}


.catalog_pl .cpl_rating	{
	float:right;
}



.catalog_pl .cpl_show_quick	{
	display:block;
/*	width:100%;*/
	padding-right:30px;
	height:30px;
	font:300 16px/30px 'Evolventa', sans-serif;
	background:url(pics/sprite.png) 100% -1423px no-repeat;
	margin-top:5px;
	text-decoration:none;
}

.catalog_pl .cpl_more, .catalog_pl a.cpl_more	{
	display:block;
	text-decoration:none;
	color:rgba(0, 164, 227, 1);
}

.catalog_pl .cpl_img_cont	{
	display:table;
	width:100%;
	height:265px;
	margin-bottom:15px;
}

.catalog_pl .cpl_img	{
	display:table-cell;
	width:100%;
    height: 265px;
	text-align:center;
	vertical-align:middle;
}
.catalog_pl .cpl_img img	{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.catalog_pl .cpl_cost	{
	height:40px;
	text-align:right;
	position:relative;
}

.catalog_pl .cpl_cost_new	{
	font:300 26px/26px 'Evolventa', sans-serif;
	display:inline-block;
	vertical-align:baseline;
	color:rgba(255, 0, 100, 1);
}

.catalog_pl .cpl_cost_old	{
	font:300 14px/14px 'Evolventa', sans-serif;
	display:inline-block;
	text-decoration:line-through;
	vertical-align:baseline;
	color:#373D45;
}
.catalog_pl .cpl_cost .cpl_discount	{
	position:absolute;
	top:0;
	right:-40px;
	font:300 14px/30px 'Evolventa', sans-serif;
	text-align:center;
	color:#fff;
	width:35px;
	height:30px;
	margin:0;
}

.catalog_pl .cpl_cost .cpl_discount span	{
	position:relative;
	z-index:1;
}

.catalog_pl .cpl_cost .cpl_discount::before	{
	position:absolute;
	top:0;
	right:0;
	content:'';
	width:60px;
	height:30px;
	background:url(pics/sprite.png) -240px -1453px no-repeat;
}


.catalog_pl .cpl_controle_cont	{
	display:table;
	width:100%;
}

.catalog_pl .cpl_basket_cont	{
	display:table-cell;
	width:50%;
	height:40px;
	vertical-align:top;
	text-align:left;
}

.catalog_pl .cpl_basket_cont .button, .catalog_pl .cpl_basket_cont a.button	{
	min-width:auto;
}


.cat_basket, a.cat_basket, .cat_more, a.cat_more	{
	display:block;
}



.cat_basket .cat_basket_img	{
	display:inline-block;
	vertical-align:middle;
	height:20px;
	width:20px;
	background:url(pics/sprite.png) -200px -928px no-repeat;
}
.cat_basket:hover .cat_basket_img	{
	background:url(pics/sprite.png) -220px -928px no-repeat;
}

/*
	color:catalog_elem_to_basket_color_0;
	color:catalog_elem_to_basket_color_1;
	background:url(pics/sprite.png) 0 -1483px no-repeat;
*/

.catalog_pl .cpl_controle	{
	display:table-cell;
	vertical-align:top;
	padding:0 0 0 0;
	text-align:left;
}


.catalog_pl .cpl_name	{
	position:relative;
	padding-bottom:5px;
	color:#373D45;
	text-align: left;
}
.catalog_pl .cpl_name_folder	{
	position:relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.catalog_pl .cpl_name_folder .icon_pl	{
    flex: 0 1 70px;
}

.catalog_pl .cpl_name .cpl_h3, .catalog_pl .cpl_name_folder .cpl_h3	{
	display:block;
	color:#373D45;
	font:400 20px/22px 'Evolventa', sans-serif;
    flex: 1 0 70%;
}
.catalog_pl .cpl_bonus	{
	position:absolute;
	top:0;
	right:-40px;
	margin-top:0px;
}

.catalog_pl .cpl_addon_images	{
	display:block;
	position:absolute;
	top:0;
	width:110px;
}
.catalog_pl .cpl_addon_images .cpl_addon_images_elem	{
	width:100px;
	height:67px;
	padding:5px;
	background-image:url(pics/preloader.gif);
	background-position:50% 50%;
	background-repeat:no-repeat;
	cursor:pointer;
}
.catalog_pl .cpl_addon_images .cpl_addon_images_more	{
	width:50px;
	text-align:center;
	height:20px;
	line-height:20px;
	color:rgba(0, 164, 227, 1);
	margin:5px auto;
	background:url(pics/sprite.png) -250px -2047px no-repeat;
	cursor:pointer;
}

/* -- -- Стили каталогов - Продукция - Плиткой - Конец */
/* -- -- Стили каталогов - Продукция - Широкие с большим кратким описанием - Начало */

.catalog_ko, a.catalog_ko	{
	display:block;
	margin-bottom:20px;
	padding:10px 20px;
	box-sizing:border-box;
	text-decoration:none;
	-moz-box-shadow:0 0 3px 1px rgba(0, 0, 0 ,0.0), 0 10px 10px -10px rgba(0, 0, 0 ,0.0), 0 0 0px 1px rgba(0, 0, 0 ,0.0);
	-webkit-box-shadow:0 0 3px 1px rgba(0, 0, 0 ,0.0), 0 10px 10px -10px rgba(0, 0, 0 ,0.0), 0 0 0px 1px rgba(0, 0, 0 ,0.0);
	box-shadow:0 0 3px 1px rgba(0, 0, 0 ,0.05), 0 10px 10px -10px rgba(0, 0, 0 ,0.0), 0 0 0px 1px rgba(0, 0, 0 ,0.0);
	-webkit-transition-duration:.2s;
	-o-transition-duration:.2s;
	-moz-transition-duration:.2s;
	transition-duration:.2s;
}
.catalog_ko:hover, a.catalog_ko:hover	{
	text-decoration:none;
	-moz-box-shadow:0 0 0 3px rgba(0, 0, 0 ,0.1), 0 10px 10px -10px rgba(0, 0, 0 ,0.8), 0 0 12px 1px rgba(106, 197, 255 ,0.94);
	-webkit-box-shadow:0 0 0 3px rgba(0, 0, 0 ,0.1), 0 10px 10px -10px rgba(0, 0, 0 ,0.8), 0 0 12px 1px rgba(106, 197, 255 ,0.94);
	box-shadow:0 0 3px 1px rgba(0, 0, 0 ,0.1), 0 10px 10px -10px rgba(0, 0, 0 ,0.8), 0 0 12px 1px rgba(106, 197, 255 ,0.94);
}

.catalog_ko .cel_main_block_main_image	{
	min-height:300px;
}
/* -- -- Стили каталогов - Продукция - Широкие с большим кратким описанием - Начало */
/* -- -- Стили каталогов - Продукция - Таблицей - Начало */
.catalog_tb_cont	{
	border:1px solid #ddd;		
}
.catalog_tb	{
	display:table;
	width:100%;
	min-height:64px;
	padding:0;
	text-align:left;
	border-bottom:1px solid #ddd;
}
.catalog_tb_cont .catalog_tb:nth-child(2n+1)	{
	background:#ffffff;
}
.catalog_tb_cont .catalog_tb:nth-child(2n)	{
	background:#f0f0f0;
}
.catalog_tb_cont .catalog_tb	{
	background:#f8f8f8;
}
.catalog_tb_cont .catalog_tb:last-child	{
	border:0;
}
.catalog_tb_cont .catalog_tb:hover	{
	background:#eaeaea;	
}
.catalog_tb .ctb_img	{
	display:table-cell;
	width:90px;
	vertical-align:top;
}
.catalog_tb .ctb_img > a	{
	display:table-cell;
	width:90px;
	height:64px;
	vertical-align:top;
}
.catalog_tb .ctb_img img	{
	display:block;
	margin:2px auto;
	max-width:100%;
	max-height:100%;
}
.catalog_tb .ctb_cost	{
	display:table-cell;
	width:100px;
	vertical-align:top;
}
.catalog_tb .ctb_cost .ctb_cost_cont	{
	display:table-cell;
	width:100px;
	height:64px;
	vertical-align:top;
	text-align:right;	
}
.catalog_tb .ctb_cost_old	{
	color:#888;
	font-size:18px;
	font-weight:bold;
	text-decoration:line-through;
	display:inline-block;
	padding:0 5px;
}
.catalog_tb .ctb_cost_new	{
	color:#222;
	font-size:18px;
	font-weight:bold;
	display:inline-block;
	white-space:nowrap;
	padding:0 5px;
}
.catalog_tb .ctb_basket_cont	{
	display:table-cell;
	width:130px;
}
.catalog_tb .ctb_name	{
	display:table-cell;
	padding:0 10px;
	vertical-align:top;
}
.catalog_tb .ctb_name .ctb_h3, .catalog_tb .ctb_name_folder .ctb_h3	{
	display:block;
	color:#373D45;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	padding:0 0 5px 0;
}
.catalog_tb .ctb_name .ctb_h3:hover, .catalog_tb .ctb_name_folder .ctb_h3:hover	{
	text-decoration:underline;
}
.catalog_tb .cel_bonus	{
	display:table-cell;
	width:90px;
	vertical-align:top;
	padding:10px 0;
}
/* -- -- Стили каталогов - Продукция - Таблицей - Конец */
/* -- Стили каталогов - Продукция - Конец */


/* -- Стили каталогов - Корзина - Начало*/

.catalog_bskt	{
	position:relative;
	top:0;
	bottom:0;
	left:0;
	right:0;
	min-height:64px;
	padding:10px 0 10px 0;
	width:100%;
	text-align:left;
	max-width:100%;
	margin-bottom:10px;
	display:flex;
	flex-wrap:wrap;
	-webkit-transition-duration:.2s;
	-o-transition-duration:.2s;
	-moz-transition-duration:.2s;
	transition-duration:.2s;
	background:#fff;
	-moz-box-shadow:0 0 3px 1px rgba(0, 0, 0 ,0.05), 0 10px 10px -10px rgba(0, 0, 0 ,0.0), 0 0 12px 1px rgba(0, 0, 0 ,0.0);
	-webkit-box-shadow:0 0 3px 1px rgba(0, 0, 0 ,0.05), 0 10px 10px -10px rgba(0, 0, 0 ,0.0), 0 0 12px 1px rgba(0, 0, 0 ,0.0);
	box-shadow:0 0 3px 1px rgba(0, 0, 0 ,0.05), 0 10px 10px -10px rgba(0, 0, 0 ,0.0), 0 0 12px 1px rgba(0, 0, 0 ,0.0);
}

.catalog_bskt_cont .catalog_bskt:hover	{
	-moz-box-shadow:0 0 3px 1px rgba(0, 0, 0 ,0.1), 0 10px 10px -10px rgba(0, 0, 0 ,0.8), 0 0 12px 1px rgba(106, 197, 255 ,0.94);
	-webkit-box-shadow:0 0 3px 1px rgba(0, 0, 0 ,0.1), 0 10px 10px -10px rgba(0, 0, 0 ,0.8), 0 0 12px 1px rgba(106, 197, 255 ,0.94);
	box-shadow:0 0 3px 1px rgba(0, 0, 0 ,0.1), 0 10px 10px -10px rgba(0, 0, 0 ,0.8), 0 0 12px 1px rgba(106, 197, 255 ,0.94);
	z-index:20;
	
	/*top:-10px;
	bottom:-10px;
	left:-10px;
	right:-10px;
	padding:20px 10px 30px 10px;
	margin-bottom:-10px;*/
}


.catalog_bskt_result, 
.catalog_bskt.catalog_bskt_result, .catalog_bskt.catalog_bskt_result:hover	{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:flex-end;
	
	-moz-box-shadow:0 0 0 0;
	-webkit-box-shadow:0 0 0 0;
	box-shadow:0 0 0 0;
}
.cbskt_img	{
	display:flex;
	flex-wrap:wrap;
	flex:0 0 90px;
}
.cbskt_img > a	{
	display:table-cell;
	width:90px;
	height:64px;
	vertical-align:middle;
}
.cbskt_img img	{
	display:block;
	margin:2px auto;
	max-width:100%;
	max-height:100%;
}
.cbskt_name	{
	display:flex;
	flex-wrap:wrap;
	flex:1 1 300px;
	padding:0 10px;
	box-sizing:border-box;
	align-items: center;
}
.cbskt_name .cbskt_h3, .cbskt_name_folder .cbskt_h3	{
	display:block;
	color:#373D45;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	padding:0 0 5px 0;
}
.cbskt_name .cbskt_h3:hover, юcbskt_name_folder .cbskt_h3:hover	{
	text-decoration:underline;
}
.cbskt_del	{
	display:flex;
	flex:0 0 40px;
	flex-wrap:wrap;
	align-items:center;
	padding:0 10px 0 0;
	justify-content:flex-end;
}
.cbskt_del a	{
	display:block;
	width:36px;
	height:36px;
	background:url(pics/sprite.png) 0 -1599px no-repeat;
}
.cbskt_del a:hover, .cbskt_del a:active	{
	background:url(pics/sprite.png) -36px -1599px no-repeat;	
}
.cbskt_name .cbskt_h3, .cbskt_name_folder .cbskt_h3, .cbskt_name a.cbskt_h3, .cbskt_name a.cbskt_h3:hover	{
	display:block;
	color:#373D45;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	padding:0;
	line-height:24px;
}
.cbskt_info	{
	display:flex;
	flex-wrap:wrap;
	flex:1 1 300px;
}
.cbskt_controle	{
	display:flex;
	flex-wrap:wrap;
	flex:0 1 475px;
	align-items:center;
}
.cbskt_ctrl_cost	{
	flex:1 1 100px;
	height:64px;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	padding:0 5px 0 0;
	justify-content:flex-end;
}
.cbskt_ctrl_cost .cbskt_cost_old	{
	color:#888;
	font-size:18px;
	line-height:26px;
	font-weight:bold;
	text-decoration:line-through;
	display:inline-block;
	white-space:nowrap;
	padding:0 3px;
}
.cbskt_ctrl_cost .cbskt_cost_new	{
	color:#222;
	font:400 18px/24px 'Evolventa', sans-serif;
	display:inline-block;
	white-space:nowrap;
	padding:0 3px;
}
.cbskt_ctrl_quantity	{
	flex:0 0 126px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	padding:0 5px 0 0;
	justify-content:flex-end;
}
.cbskt_ctrl_quantity.cel_quantity	{
	justify-content:flex-start;
}

.cbskt_ctrl_quantity .cbskt_ctrl_quantity_text	{
	height:34px;
	line-height:34px;
	display:block;
	max-width:130px;
}

.cbskt_ctrl_quantity input	{
	width:50px !important;
	height:34px;
	line-height:34px;
	text-align:center;
	border:1px solid #ddd;
	margin:0;
	padding:0;
	display:block;
	float:left;
}
.cbskt_ctrl_quantity .cbsktq_inc	{
	width:36px;
	height:36px;
	display:block;
	float:left;
	background:url(pics/sprite.png) -72px -1599px no-repeat;
}
.cbskt_ctrl_quantity .cbsktq_inc:hover	{
	background:url(pics/sprite.png) -108px -1599px no-repeat;	
}
.cbskt_ctrl_quantity .cbsktq_dec	{
	width:36px;
	height:36px;
	display:block;
	float:left;
	background:url(pics/sprite.png) -144px -1599px no-repeat;
}
.cbskt_ctrl_quantity .cbsktq_dec:hover	{
	background:url(pics/sprite.png) -180px -1599px no-repeat;
}
.cbskt_ctrl_total	{
	flex:1 1 100px;
	font:400 20px/24px 'Evolventa', sans-serif;
	color:#666;
	white-space:nowrap;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	padding:0 0 0 0;
	justify-content:flex-end;
	max-width:200px;
	box-sizing:border-box;
	padding:0 10px 0 0;
}
.cbskt_ctrl_order_cont	{
	width:227px;
	padding:0;
	display:table-cell;
	vertical-align:middle;
}

/* -- Стили каталогов - Корзина - Конец */
/* -- Стили каталогов - Пейджинг и сортировка - Начало*/
.catalog_show_up .paging	{
	width:100% !important;
}
.catalog_show_up .paging .csuop	{
	float:left;
}
.catalog_show_up	{
	min-height:auto;
	width:100%;
	padding:20px 0 0 0;
}
.chu_on_page_cont	{
	display:block;
	min-height:70px;
	padding:0 20px 0 0;
	float:left;
}
.catalog_show_up .chu_on_page_cont:last-child	{
	padding-right:0;
}
.csuop	{
	display:block;
	min-height:50px;
}
.csuop_hint	{
	line-height:20px;
	height:20px;
	padding:0 5px 0 0;
	color:#aaa;
	font-size:14px;
}
.csuop > span	{
	float:left;
	display:block;
}
.csuop > span > a, .csuop > span > span	{
	display:block;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:url(pics/sprite.png) -50px -1947px no-repeat;
	color:#373D45;
	text-decoration:none;
}
.csuop > span > a:hover, .csuop > span > span, .csuop > span > a.csuop_active	{
	background:url(pics/sprite.png) -50px -1997px no-repeat;
	color:#373D45;
	text-decoration:none;
}
.csuop > span:first-child > a	{
	background:url(pics/sprite.png) 0 -1947px no-repeat;	
}
.csuop > span:first-child > a:hover, .csuop > span:first-child > span, .csuop > span:first-child > a.csuop_active	{
	background:url(pics/sprite.png) 0 -1997px no-repeat;	
}
.csuop > span:last-child > a	{
	background:url(pics/sprite.png) -100px -1947px no-repeat;	
}
.csuop > span:last-child > a:hover, .csuop > span:last-child > span, .csuop > span:last-child > a.csuop_active{
	background:url(pics/sprite.png) -100px -1997px no-repeat;	
}
.csuop > span > a > span.csuop_pl	{
	display:block;
	width:50px;
	height:50px;
	background:url(pics/sprite.png) -150px -1847px no-repeat;	
}
.csuop > span > a:hover > span.csuop_pl:hover, .csuop > span > span > span.csuop_pl	{
	display:block;
	width:50px;
	height:50px;
	background:url(pics/sprite.png) -150px -1897px no-repeat;	
}
.csuop > span > a > span.csuop_ko	{
	display:block;
	width:50px;
	height:50px;
	background:url(pics/sprite.png) -200px -1847px no-repeat;	
}
.csuop > span > a:hover > span.csuop_ko, .csuop > span > span > span.csuop_ko	{
	display:block;
	width:50px;
	height:50px;
	background:url(pics/sprite.png) -200px -1897px no-repeat;	
}
.csuop > span > a > span.csuop_tb	{
	display:block;
	width:50px;
	height:50px;
	background:url(pics/sprite.png) -250px -1847px no-repeat;	
}
.csuop > span > a:hover > span.csuop_tb, .csuop > span > span > span.csuop_tb	{
	display:block;
	width:50px;
	height:50px;
	background:url(pics/sprite.png) -250px -1897px no-repeat;
}
.csuop > span > a > span.csuop_name , .csuop > span > a:hover > span.csuop_name_down	{
	display:block;
	width:50px;
	height:50px;
	background:url(pics/sprite.png) -150px -1947px no-repeat;	
}
.csuop > span > a > span.csuop_name_down , .csuop > span > a:hover > span.csuop_name	{
	display:block;
	width:50px;
	height:50px;
	background:url(pics/sprite.png) -150px -1997px no-repeat;	
}
.csuop .csuop_separ	{
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
}
.csuop > span > a > span.csuop_cost , .csuop > span > a:hover > span.csuop_cost_down	{
	display:block;
	width:50px;
	height:50px;
	background:url(pics/sprite.png) -200px -1947px no-repeat;	
}
.csuop > span > a > span.csuop_cost_down , .csuop > span > a:hover > span.csuop_cost	{
	display:block;
	width:50px;
	height:50px;
	background:url(pics/sprite.png) -200px -1997px no-repeat;	
}
.csuop > span > a > span.csuop_pop , .csuop > span > a:hover > span.csuop_pop_down	{
	display:block;
	width:50px;
	height:50px;
	background:url(pics/sprite.png) -250px -1947px no-repeat;	
}
.csuop > span > a > span.csuop_pop_down , .csuop > span > a:hover > span.csuop_pop	{
	display:block;
	width:50px;
	height:50px;
	background:url(pics/sprite.png) -250px -1997px no-repeat;	
}
.chu_on_page_cont a.csuop_prev	{
	margin:0;
	display:block;
	width:50px;
	height:50px;
	float:left;
	clear:both;
	background:url(pics/sprite.png) 0 -1847px no-repeat;
}
.chu_on_page_cont a.csuop_prev:hover	{
	background:url(pics/sprite.png) 0 -1897px no-repeat;
}
.chu_on_page_cont a.csuop_next	{
	margin:0;
	display:block;
	width:50px;
	height:50px;
	float:left;
	background:url(pics/sprite.png) -50px -1847px no-repeat;
}
.chu_on_page_cont a.csuop_next:hover	{
	background:url(pics/sprite.png) -50px -1897px no-repeat;
}
/* -- Стили каталогов - Пейджинг и сортировка - Конец */


/*.catalog_pl.folder .cat_main_container.catalog_block_inline_cont	{
	padding:0;
}
*/

.cat_main_container, a.cat_main_container, a.cat_main_container:hover , a.cat_main_container:active 	{
	display:block;
	padding:0;
	position:relative;
	box-sizing:border-box;
	color:rgba(0, 164, 227, 1);
	text-decoration:none;
}

.cat_main_container .cat_opener	{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	overflow:hidden;
	background:50% 50% / contain no-repeat;
}

.catalog_pl .cat_opener	{
	top:-10px;
	padding-top:10px;
	-webkit-transition-duration:.2s;
	-o-transition-duration:.2s;
	-moz-transition-duration:.2s;
	transition-duration:.2s;
	-moz-box-shadow:0 0 3px 1px rgba(0, 0, 0 ,0.05), 0 10px 10px -10px rgba(0, 0, 0 ,0.0), 0 0 0px 1px rgba(0, 0, 0 ,0.0);
	-webkit-box-shadow:0 0 3px 1px rgba(0, 0, 0 ,0.05), 0 10px 10px -10px rgba(0, 0, 0 ,0.0), 0 0 0px 1px rgba(0, 0, 0 ,0.0);
	box-shadow:0 0 3px 1px rgba(0, 0, 0 ,0.05), 0 10px 10px -10px rgba(0, 0, 0 ,0.0), 0 0 0px 1px rgba(0, 0, 0 ,0.0);
}

.catalog_pl:hover .cat_opener	{
	-moz-box-shadow:0 0 3px 1px rgba(0, 0, 0 ,0.1), 0 10px 10px -10px rgba(0, 0, 0 ,0.8), 0 0 12px 1px rgba(106, 197, 255 ,0.94);
	-webkit-box-shadow:0 0 3px 1px rgba(0, 0, 0 ,0.1), 0 10px 10px -10px rgba(0, 0, 0 ,0.8), 0 0 12px 1px rgba(106, 197, 255 ,0.94);
	box-shadow:0 0 3px 1px rgba(0, 0, 0 ,0.1), 0 10px 10px -10px rgba(0, 0, 0 ,0.8), 0 0 12px 1px rgba(106, 197, 255 ,0.94);
	padding-top:20px;
	top:-20px;
	padding-left:10px;
	left:-10px;
	padding-right:10px;
	right:-10px;
	padding-bottom:10px;
	bottom:-10px;
}

.cat_main_container:hover .cat_opener	{

}

.catalog_block_inline	{
	width:100%;
	min-height:245px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden;
	text-align:center;	
}
.cat_dinamic_height	{
	height:auto;
	min-height:auto;
}

.cat_block_inline	{

}
.cat_block_inline_img	{
	display:inline-block;
	width:200px;
	height:100px;
	background:50% 50% / contain no-repeat;
	vertical-align:top;
	margin:10px;
}

.cat_block_inline_text	{
	display:inline-block;
	min-width:150px;
	vertical-align:top;
}


	
/* -- Стили каталогов - Встраиваемые блоки - Конец */
/* Стили каталогов - Конец */



/* Шоп - Начало */

.cel_promo	{
	width:100%;
	position:relative;	
}

.promocodeEnter	{
	width:200px;
}

.promocodeEnterBtn	{
	display:block;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	width:56px;
	height:56px;
	cursor:pointer;
	background:url(pics/sprite.png) -205px -2597px no-repeat;
}
.promocodeEnterBtn:hover	{
	background:url(pics/sprite.png) -205px -2653px no-repeat;	
}

.cel_ostatok_store	{
	padding:5px 0;
}
.cel_ostatok_promo	{
	padding:5px 0;
}

.promo_block_value	{
	display:inline-block;
	width:100%;
}

.promo_block_value .promo_block_delete	{
    display:inline-block;
	vertical-align:middle;
    width:30px;
    height:30px;
    background:url(pics/sprite.png) 0 -1635px no-repeat;
}

.promo_block_value .promo_block_delete:hover	{
    background:url(pics/sprite.png) -30px -1635px no-repeat;
}

/* Шоп - Конец */

@media screen and (max-width: 990px) {
	.catalog_pl.folder	{
		width:100%;
		padding:0 0 10px 0;
	}
	
	.catalog_pl.folder .cpl_main_container	{
		width:100%;
	}
	
	.catalog_pl.folder .cpl_opener	{
		padding-top:0;
		top:-4px;
	}
	
	.catalog_pl.folder .cpl_dinamic_height	{
		min-height:auto;
	}
	/*
	.catalog_pl.folder .cpl_more, .catalog_pl.folder a.cpl_more	{
		display:flex;
		flex-wrap:wrap;
		align-items:center;
	}
	
	.catalog_pl.folder .cpl_img_cont	{
		display:block;
		height:auto;
		flex:1 1 90px;
		width:auto;
		max-width:200px;
	}*/
	
	.catalog_pl.folder .cpl_img 	{
		display:flex;
		flex-wrap:wrap;
		align-items:center;
		justify-content:center;
	}

	
	.cel_main_block	{	
		flex:1 0 100%;
		padding:0;
	}
}


@media screen and (max-width: 767px) {
	.catalog	{
		text-align:center;
	}

	.cel_main_block_data.cel_main_block_data_width_slider_vertical,
	.cel_main_block_data.cel_main_block_data_width_slider_vertical .cel_main_block_main_image, 
	.cel_main_block_data.cel_main_block_data_width_slider_vertical .cel_main_block_addon_images,
	.cel_main_block_data.cel_main_block_data_width_slider_horizontal	{
		display:block;
		margin:0 auto;
		min-height:auto;
		box-sizing:border-box;
	}
		
	.catalog_el .cel_main_block_data_width_slider_horizontal .cel_slider, .cel_main_block_data.cel_main_block_data_width_slider_horizontal .cel_main_block_addon_images	{
		max-width:100%;
		width:100%;
		overflow:hidden;
	}

	.cel_main_block, .cel_price_block, .cel_content_block	{
		width:100%;
		float:none;
	}
	
	.catalog_tb,
	.catalog_tb .ctb_img,
	.catalog_tb .ctb_img > a,
	.catalog_tb .ctb_name,
	.catalog_tb .ctb_cost,
	.catalog_tb .cel_bonus,
	.catalog_tb .ctb_basket_cont,
	.catalog_tb .ctb_cost .ctb_cost_cont	{
		display:block;
		width:100%;
		height:auto;
		text-align:center;
		padding:0;
	}
	.catalog_tb 	{
		padding:10px 0;
	}
	
	.cel_main_block_data_cont_with_full, .cel_main_block_data.cel_main_block_data_width_slider_horizontal_small, .full_in_right	{
		display:block;
		width:100%;
		padding:0;
		margin:0;
	}

	.catalog_bskt_cont, .catalog_bskt	{
		display:block;
		overflow:hidden;
	}
	.cbskt_info, .cbskt_controle	{
		display:table;
		width:100%;
	}
	.cbskt_ctrl_order_cont, .catalog_bskt.catalog_bskt_result .cbskt_ctrl_total	{
		display:block;
	}
	.catalog_bskt .cbskt_ctrl_total	{
		padding:0 10px;
		margin:10px auto;
		text-align:center;
	}
	.cbskt_ctrl_order_cont	{
		margin:10px auto;
	}
}



@media screen and (max-width: 500px) {
	.ni_nav	{
		display:block;
		text-align:center;
	}
	.ni_nav .ni_nav_cont	{
		display:inline-block;
		width:200px;
		padding:0;
	}
}

@media screen and (max-width: 425px) {
	.catalog, .cat_photogal {
		text-align:center;
	}
	.catalog_pl {
		width:240px;
	}
	.catalog_pl.cpl_opener_left:hover .cpl_opener	{
		padding-left:10px;
		left:-10px;
	}
	.catalog_pl.cpl_opener_left:hover .cpl_opener_cont	{
		padding-left:10px;
		left:10px;
	}
	.catalog_pl.cpl_opener_left .cpl_opener::before	{
		display:none;
	}
	.catalog_pl .cpl_opener_elem_left	{
		display:none;
	}
	
	.chu_on_page_cont_show_type	{
		display:none;
	}
	

	.news_el .nel_img_cont	{
		display:block;
		margin:0 auto;
		min-height:auto;
		width:100%;
		max-width:100%;
		box-sizing:border-box;
		padding:0;
	}
	.news .news_item a, .news .news_item a:hover, .news .news_item a:active	{
		display:block;
		box-sizing:border-box;
	}
	.news_item .ni_img	{
		display:inline-block;
		padding:15px;
		height:auto;
		width:auto;
	}
	.news .news_item a .ni_all	{
		display:block;
		padding-left:0;
	}
	.news_el .nels_slides .nel_slider_left	{
		left:0;
	}
	.news_el .nels_slides .nel_slider_right	{
		right:0;
	}
	.news_el .nel_img_cont .nel_img, .news_el .nel_img_cont .nel_img:hover	{
		height:auto;
		border:0;
	}
	
	.chu_search	{
		margin-right:0;
	}
}
@media screen and (max-width: 425px) {
	.cel_main_block_data.cel_main_block_data_width_slider_vertical .cel_main_block_main_image, .cel_main_block_data.cel_main_block_data_width_slider_horizontal .cel_main_block_main_image	{
		min-height:300px;
	}
}
@media print	{
	a.catalog_next_item, a.catalog_prev_item, a.but_prev, a.but_back, a.but_next	{
		display:none !important;
	}
}

/* -- Стили каталогов - Фотогаллеря - Начало */
.cat_photogal	{
	width:100%;
	text-align:left;
    display: flex;
	gap:20px;
	flex-wrap:wrap;
}
a.cp_elem	{
	width:270px;
	display:inline-block;
	margin:0;
	position:relative;
	text-decoration:none;
	vertical-align:top;
	flex: 1 0 32%;
}
a.cp_elem .cp_img	{
	display:block;
	width:100%;
	height:300px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	margin:0 auto;
	position:relative;
}
a.cp_elem .cp_img .hider	{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(0,0,0,0) 50% 50% no-repeat;
	-webkit-transition-duration:.2s;
	-o-transition-duration:.2s;
	-moz-transition-duration:.2s;
	transition-duration:.2s;
}
a.cp_elem:hover .cp_img .hider	{
	background:rgba(0,0,0,0.5) 50% 50% no-repeat;
}
a.cp_elem .cp_name	{
	display:block;
	width:250px;
	padding:10px 0;
	margin:0 auto;
	font-size:16px;
}

.slider_photo	{
	width:90%;
	width:calc(100% - 100px);
	position:relative;
	margin:0 auto;
}

.slider_photo .sl_cont > ul > li > a > div	{
	display:block;
	text-align:center;
	height:60px;
	overflow:hidden;
	text-align:center;
	width:100%;
}

.slider_photo li::before	{
	display:none !important;
}

.slider_photo .sl_arrow_l	{
	position:absolute;
	top:40px;
	left:-50px;
	width:50px;
	height:50px;
	background:url(pics/sprite.png) -100px -490px no-repeat;
	cursor:pointer;
}

.slider_photo .sl_arrow_l:hover	{
	background:url(pics/sprite.png) -100px -540px no-repeat;
}

.slider_photo .sl_arrow_r	{
	position:absolute;
	top:40px;
	right:-50px;
	width:50px;
	height:50px;
	background:url(pics/sprite.png) -150px -490px no-repeat;
	cursor:pointer;
}

.slider_photo .sl_arrow_r:hover{
	background:url(pics/sprite.png) -150px -540px no-repeat;
}




.photo_simple_date	{
	display:inline-block;
	color:#191919;
    position:relative;
    bottom:0;
    left:0;
    padding:6px 20px 4px 20px;
	margin:0 10px 0 10px;
	box-sizing:border-box;
    line-height:20px;
    background:#dee7f4;
    font: 300 14px/20px 'Evolventa', sans-serif;
    width:155px;
	
}
.photo_simple_date .num, .photo_simple_date .mon	{
	display:inline-block;
}





@media screen and (max-width:1249px) {
	.slider_photo	{
		/*max-width:calc(90% - 100px);*/
	}
	.slider_photo .sl_arrow_l	{
		left:0;
		z-index:10;
	}
	.slider_photo .sl_arrow_r	{
		right:0;
		z-index:10;
	}
}

/* -- Стили каталогов - Фотогаллеря - Конец */

/* -- -- Стили каталогов - Новости - В слайдере - Начало */

.comments	{
	padding:10px 0;
}
.comments_elem	{
	display:flex;
	margin:10px 0 5px 0;
	width:100%;
	box-sizing:border-box;
	flex-wrap:wrap;
	background:#f3f3f3;
	padding:10px;
}
.comments_elem .img	{
	flex:0 0 50px;
	height:50px;
	padding:0 20px 0 0;
	text-align:center;
}
.comments_elem .img img	{
	max-width:50px;
	max-height:50px;
	height:auto;
}
.comments_elem .author	{
	flex:1 0 200px;
}
.comments_elem .name	{
	font:600 16px/20px 'Evolventa', sans-serif;
}
.comments_elem .date	{
	display:block;
}
.comments_elem .usefulness	{
	flex:0 0 100px;
	position:relative;
}
.comments_elem .text	{
	flex:0 0 100%;
	padding:5px 0 0 0;
}

.comments .style	{
	padding:10px 10px;
	box-sizing:border-box;
	margin:10px 0;
}

/* -- -- Стили каталогов - Новости - В слайдере - Конец */

/* Формы - Начало */

input, textarea	{
	position:relative;
	width:100%;
	max-width:100%;
	height:32px;
	padding:5px 10px;
	margin:0;
	/*overflow:hidden;*/
	font:400 16px / 20px 'Evolventa', sans-serif;
	color:#3c3c3c;
	border:1px solid #727272;
	box-sizing:border-box;
	background:transparent;
	resize:none;
}
textarea	{
	height:120px;
}

input::-webkit-input-placeholder, .style textarea::-webkit-input-placeholder	{
	color:#97a4b1;
}
input:-moz-placeholder, .style textarea:-moz-placeholder	{
	color:#97a4b1;
}
input:focus	{
	outline:0;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill 	{
	background:transparent !important;
}




.style	{
	display:block;
	padding:0;
	width:100%;
	box-sizing:border-box;
	background:transparent;
	position:relative;
	min-height:56px;
	-moz-box-shadow:inset 0 0 0 1px #D9E3EC;
	-webkit-box-shadow:inset 0 0 0 1px #D9E3EC;
	box-shadow:inset 0 0 0 1px #D9E3EC;
	border:0;
	-webkit-transition-duration:.2s;
	-o-transition-duration:.2s;
	-moz-transition-duration:.2s;
	transition-duration:.2s;
	border-radius: 5px;
}
.style input, .style textarea	{
	border:0;
	padding:24px 10px 10px 10px;
	min-height:56px;
	font:400 16px / 22px 'Evolventa', sans-serif;
	box-sizing:border-box;
	position:relative;
}
.style .label	{
	position:absolute;
	font:400 16px / 22px 'Evolventa', sans-serif;
	height:22px;
	transform-origin:0 50%;
	transition-duration:0.2s;
	top:17px;
	left:10px;
	color:#97a4b1;
	z-index:1;
}
.style.active .label, .style.set .label	{
	top:0;
	transform:scale(0.75);
	background:#fff;
	padding-top:5px;
}

/* Формы - ИконкиИконки - Начало */
.form .required	{
	display:inline-block;
	width:20px;
	height:30px;
	margin:0;
	background:url(pics/sprite.png) -185px -1695px no-repeat;
	vertical-align:top;
	float:right;
}
.required_cont_wo .field.required_cont	{
	display:none;
}

.required_cont .required	{
	float:left;	
}
.style.left_inuse input,
.style.icon_1 input,
.style.icon_2 input,
.style.icon_3 input,
.style.icon_4 input,
.style.icon_5 input,
.style.icon_6 input,
.style.icon_7 input,
.style.icon_8 input,
.style.icon_9 input,
.style.icon_10 input,
.style.left_inuse textarea,
.style.icon_1 textarea,
.style.icon_2 textarea,
.style.icon_3 textarea,
.style.icon_4 textarea,
.style.icon_5 textarea,
.style.icon_6 textarea,
.style.icon_7 textarea,
.style.icon_8 textarea,
.style.icon_9 textarea,
.style.icon_10 textarea	{
	padding-left:30px;
}
.style.left_inuse::before,
.style.icon_1::before,
.style.icon_2::before,
.style.icon_3::before,
.style.icon_4::before,
.style.icon_5::before,
.style.icon_6::before,
.style.icon_7::before,
.style.icon_8::before,
.style.icon_9::before,
.style.icon_10::before	{
	content:'';
	display:block;
	position:absolute;
	top:11px;
	left:0;
	width:30px;
	height:30px;
	z-index:1;
	transition:top 0.2s ease 0s;
}
.style.icon_1::before, .style.name::before	{
	background:url(pics/sprite.png) 0 -1725px no-repeat;
}
.style.icon_2::before, .style.mail::before	{
	background:url(pics/sprite.png) -30px -1725px no-repeat;
}
.style.icon_3::before, .style.pass::before	{
	background:url(pics/sprite.png) -60px -1725px no-repeat;
}
.style.icon_4::before, .style.phone::before	{
	background:url(pics/sprite.png) -90px -1725px no-repeat;
}
.style.icon_5::before, .style.adr::before	{
	background:url(pics/sprite.png) -120px -1725px no-repeat;
}
.style.icon_6::before	{
	background:url(pics/sprite.png) -150px -1725px no-repeat;
}
.style.icon_7::before	{
	background:url(pics/sprite.png) -180px -1725px no-repeat;
}
.style.icon_8::before	{
	background:url(pics/sprite.png) -210px -1725px no-repeat;
}
.style.icon_9::before	{
	background:url(pics/sprite.png) -240px -1725px no-repeat;
}
.style.icon_10::before	{
	background:url(pics/sprite.png) -270px -1725px no-repeat;
}
.style.active::before, .style.active::after, .style.set::before, .style.set::after		{
	top:21px;
}
.style.left_inuse .label,
.style.icon_1 .label,
.style.icon_2 .label,
.style.icon_3 .label,
.style.icon_4 .label,
.style.icon_5 .label,
.style.icon_6 .label,
.style.icon_7 .label,
.style.icon_8 .label,
.style.icon_9 .label,
.style.icon_10 .label	{
	left:30px;
}
/* Формы - Иконки - Конец */

/* Формы - Группы - Начало */
.group_single	{
	margin-top:10px;
	padding:6px;
	-moz-box-shadow:inset 0 0 0 3px #e6ecf2;
	-webkit-box-shadow:inset 0 0 0 3px #e6ecf2;
	box-shadow:inset 0 0 0 3px #e6ecf2;
	border:0;
	background:rgba(255, 255, 255, 0.6);
}
/* Нет обработки
.group_tab	{
	display:none;
}
.group_tab.active	{
	display:block;
}
*/
.form_table	{ /*Для шапок групп */
	display:table;
	width:100%;
}
.group_hideable	{
	margin-top:10px;
	padding:10px;
	-moz-box-shadow:inset 0 0 0 3px #e6ecf2;
	-webkit-box-shadow:inset 0 0 0 3px #e6ecf2;
	box-shadow:inset 0 0 0 3px #e6ecf2;
	border:0;
}
.group_hideable.active	{
	background:rgba(255, 255, 255, 0.6);
	-webkit-transition-duration:.2s;
	-o-transition-duration:.2s;
	-moz-transition-duration:.2s;
	transition-duration:.2s;
}
.group_title 	{
	padding-top:10px;
}
.group_title div	{
	display:inline;
	color:#444;
	font-size:16px;
}
.group_hideable .group_title div	{
	border-bottom:1px dashed #444;
	cursor:pointer;
}
.group_hideable .group_cont, .group_hideable .comment	{
	display:none;
}
.group_hideable.active .group_cont, .group_hideable.active .comment	{
	display:block;
}
/* Формы - Группы - Конец */


/* Формы - чекбоксы и радио - Начало */
.radio input[type=radio]	{
	display:none;
}
.radio {
	cursor:pointer;
	position:relative;
	height:30px;
	line-height:30px;
	width:30px;
	padding:0;
	display:inline-block;
	vertical-align:top;
}
.radio::before	{	
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:30px;
	height:30px;
	background:url(pics/sprite.png) 0 -1695px no-repeat;
}
.radio.active::before {
	background:url(pics/sprite.png) -30px -1695px no-repeat;
}
.input_cont.common_checkbox .check input[type=checkbox] {
	display:none;
}
.input_cont.common_checkbox .check {
	cursor:pointer;
	position:relative;
	height:30px;
	line-height:30px;
	width:30px;
	padding:0;
	display:inline-block;
	vertical-align:top;
}
.input_cont.common_checkbox .check::before	{	
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:30px;
	height:30px;
	background:url(pics/sprite.png) -60px -1695px no-repeat;
}
.input_cont.common_checkbox .check.active::before {
	background:url(pics/sprite.png) -90px -1695px no-repeat;
}
/* Формы - чекбоксы и радио - Конец */

/* Формы - эпл чекбосы - Начало */
.input_cont	{
	display:block;
	width:100%;
}
:root .apple_checkbox input[type="checkbox"] {
	position:absolute;
	opacity:0;
	display:inline-block;
}
:root .apple_checkbox input[type="checkbox"] + div.check {
	display:inline-block;
	vertical-align:top;
	width:63px;	
	height:21px;
	border:1px solid rgba(0,0,0,.3);
	border-radius:999px;
	margin:4px 5px 3px 5px;
	background:url(pics/sprite.png) -66px -1756px no-repeat;
	overflow:hidden;
	transition:.2s;
	box-shadow:0 2px 2px rgba(0,0,0,0.2) inset, 0 9px 0 2px rgba(0,0,0,0.05) inset;
	font-size:150%;
	cursor:pointer;
}
:root .apple_checkbox input[type="checkbox"] + div.check:before {
	content:'';
	float:left;
	width:19px; 
	height:19px;
	margin:0px 1px;
	border:1px solid rgba(0,0,0,.35);
	border-radius:inherit;
	background:white;
	background-image:linear-gradient(rgba(0,0,0,.2), transparent);
	box-shadow:0 2px 2px 2px hsla(0,0%,100%,.8) inset, 0 0 10px rgba(0,0,0,.3);
	color:#fff;
	text-shadow:0 -1px 1px rgba(0,0,0,.3);
	text-indent:-42px;
}
:root .apple_checkbox input[type="checkbox"]:active + div.check.active:before {
	background-color:#eee;
}
:root .apple_checkbox input[type="checkbox"]:focus + div.check {
	box-shadow:0 2px 2px rgba(0,0,0,.2) inset,
	 0 9px 0 2px rgba(0,0,0,.05) inset;
}
:root .apple_checkbox input[type="checkbox"] + div.check:before,
:root .apple_checkbox input[type="checkbox"] + div.check:after {
	font:bold 60%/1.9 sans-serif;
	text-transform:uppercase;
}
:root .apple_checkbox input[type="checkbox"] + div.check:after {
	content:'';
	float:left;
	text-indent:10px;
	color:rgba(0,0,0,.45);
	text-shadow:none;
}
:root .apple_checkbox input[type="checkbox"] + div.check.active {
	padding-left:42px;
	width:21px;
	background:url(pics/sprite.png) 0px -1756px no-repeat;
}
/* Формы - эпл чекбосы - Конец */


.button_clear	{
	line-height:50px;
}
.formCont	{
	width:304px;
	max-width:100%;
	padding-bottom:10px;
}
.form	{
	width:100%;
}
/*
.form .field_cont	{
	display:table;
	width:100%;
}
.form .field_name	{
	display:table-cell;
	width:220px;
	padding:10px 20px 0 0;
	vertical-align:top;
	text-align:right;
}

.comment	{
	display:block;
	padding:0;
	line-height:14px;
	vertical-align:top;
	font-size:90%;
}
*/

.form .field	{
	display:block;
	max-width:100%;
	margin:4px 0 0 0;
	vertical-align:top;
	-webkit-transition-duration:.2s;
	-o-transition-duration:.2s;
	-moz-transition-duration:.2s;
	transition-duration:.2s;
}
.field_name_value	{
	display:inline-block;
	padding:5px 0;
	line-height:20px;
	vertical-align:top;	
}
.form .field .button, .form .field a.button	{
	display:block;
}

/* Формы - Селектбоксы - Начало */
.select_box, .select_box_dropdown {
	position:relative;
	cursor:pointer;
	padding:0;
	max-width:100%;
}
.select_box_dropdown.open {
	z-index:10;
}
.select_box > span.title {
	display:none;	
}
.select_box_dropdown > span.title{
	display:block;
	height:30px;
	padding:24px 10px 5px 10px;
	margin:0 30px 0 0;	
	overflow:hidden;
	cursor:default;
	text-align:left;
	line-height:30px;
	white-space:nowrap;
}
.select_box_dropdown > span.title span	{
	line-height:30px;
}
.select_box_dropdown span.select_button {
	display:block;
	position:absolute;
	top:14px;
	right:0;
	width:30px;
	height:30px;
	padding:0;
	margin:0;
	background:url(pics/sprite.png) -120px -1695px no-repeat;
	z-index:3;
	transition:top 0.2s ease 0s, transform 0.2s ease 0s;
}
.select_box_dropdown.active span.select_button {
	top:14px;
	
}
.select_box_dropdown.open span.select_button {
	background:url(pics/sprite.png) -150px -1695px no-repeat;
	-webkit-transform:rotateX(180deg);
	transform:rotateX(180deg);

}
.select_box ul {
	display:block;
	position:relative;
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
}
.select_box_dropdown ul {
	display:none;
	margin:0;
	padding:0;
	position:absolute;
	max-height:none;
	top:100%;
	right:0;
	background:#fff;
	-moz-box-shadow:inset 0 0 0 3px #1a8ccf;
	-webkit-box-shadow:inset 0 0 0 3px #1a8ccf;
	box-shadow:inset 0 0 0 3px #1a8ccf;
	z-index:2;
	max-height:250px;
	height:250px;
}
.select_box_dropdown.open ul {
	display:block;
	right:0;
	left:0;
	padding:3px;
	box-sizing:border-box;
}
.select_box ul li {
	list-style:none;
	display:table;
	padding:5px 0 5px 0;
	cursor:pointer;
	color:#444;
	width:100%;
	max-width:100%;
}
.select_box ul li::before {
	display:none;
}
.select_box ul li:hover {
	background:#c2e6ef;
	-webkit-transition-duration:.2s;
	-o-transition-duration:.2s;
	-moz-transition-duration:.2s;
	transition-duration:.2s;
}
.select_box ul li.active, .select_box ul li.active:hover {
	background:#4ab5f8;
	color:#fff;
}
.select_box ul li > span {
	display:table-cell;
	text-align:left;
	padding:0 10px;
	max-width:100%;
	overflow:hidden;
}
.select_box ul li.wo:hover {
	background:transparent;
	cursor:auto;
}
.select_box input, .select_box.combobox .title	{
	display:none;
}
.select_box.combobox input	{
	display:block;
}
/* Формы - Селектбоксы - Конец */

/* Формы - Загрузка файлов - Начало */
.file_upload	{
	display:block;
	position:relative;
	overflow:hidden;
	margin:10px 0 0 0;
	background:#fff;
}
.file_upload:first-of-type	{
	margin:0 0 0 0;
}
.file_upload > .mark	{
	display:block;
	cursor:pointer;
	color:#444;
	background:transparent;
	position:relative;
	z-index:2;
	padding:0 10px;
	line-height:30px;
	height:30px;
	min-height:auto;
	overflow:hidden;
}
.file_upload .file_upload_button	{
	display:block;
	cursor:pointer;
	color:#fff;
	position:absolute;
	top:1px;
	right:0;
	width:110px;
	/*height:30px;*/
	/*line-height:30px;*/
	text-align:center;
	/*background:url(pics/sprite.png) 0 -1635px no-repeat;*/
	z-index:3;
}
/*
.file_upload:hover .file_upload_button, .file_upload:active .file_upload_button	{
	background:url(pics/sprite.png) -150px -1635px no-repeat;	
}
*/
.file_upload input[type=file]{
	position:absolute;
	top:0;
	opacity:0;
	display:none;
}
a.uploadImageBtn, .main_middle a.uploadImageBtn	{
	display:inline-block;
	width:110px;
	/*height:30px;
	line-height:30px;
	text-align:center;
	background:url(pics/sprite.png) 0 -1635px no-repeat;*/
	color:#fff;
	text-decoration:none;
	/*overflow:hidden;*/
}
/*
a.uploadImageBtn:hover, a.uploadImageBtn:active	{
	background:url(pics/sprite.png) -150px -1635px no-repeat;
	color:#fff;
}*/
.uploadedImagesCont	{
	width:100%;
	margin:0 0 0 0;
}
.uploadedImagesCont .img_cont	{
	display:inline-block;
	margin:10px 10px 0 0;
	position:relative;
	-moz-box-shadow:0 0 3px rgba(0, 0, 0 ,0.3);
	-webkit-box-shadow:0 0 3px rgba(0, 0, 0 ,0.3);
	box-shadow:0 0 3px rgba(0, 0, 0 ,0.3);
	-webkit-transition-duration:.2s;
	-o-transition-duration:.2s;
	-moz-transition-duration:.2s;
	transition-duration:.2s;
}
.uploadedImagesCont .img_cont:hover	{
	-moz-box-shadow:0 0 3px #ff7c7c;
	-webkit-box-shadow:0 0 3px #ff7c7c;
	box-shadow:0 0 3px #ff7c7c;
}
.uploadedImagesCont .img_cont .del	{
	width:30px;
	height:30px;
	display:block;
	position:absolute;
	top:0;
	right:0;
	background:url(pics/sprite.png) -150px -1666px no-repeat;
	cursor:pointer;
}
.uploadedImagesCont .img_cont .del:hover	{
	background-position:-120px -1666px;
}
.uploadedImagesCont .img	{
	display:table-cell;
	width:140px;
	height:140px;
	vertical-align:middle;
	text-align:center;
}
.uploadedImagesCont img	{
	margin-bottom:-4px;
}
.style.files, .style.checkboxes, .style.radioblock	{
	border:0;
	padding:0;
	cursor:default;
	-moz-box-shadow:0 0 0 0 transparent !important;
	-webkit-box-shadow:0 0 0 0 transparent !important;
	box-shadow:0 0 0 0 transparent !important;
	border:0 !important;
	background:transparent !important;
	min-height:auto;
}
.style.files.invalid	{
	-moz-box-shadow:0 0 0 0 transparent !important;
	-webkit-box-shadow:0 0 0 0 transparent !important;
	box-shadow:0 0 0 0 transparent !important;
	border:0 !important;
	background:transparent !important;
}
.style.files.invalid::after, .style.files.valid::after	{
	display:none;
}
.style.files.invalid .file_upload	{
	background-color:rgba(255,240,240,0.9);
}
.style.files.invalid a.uploadImageBtn 	{
	border:1px solid #ff7c7c!important;
	-moz-box-shadow:0 0 3px #ff7c7c, inset 0 0 3px #ff7c7c;
	-webkit-box-shadow:0 0 3px #ff7c7c, inset 0 0 3px #ff7c7c;
	box-shadow:0 0 3px #ff7c7c, inset 0 0 3px #ff7c7c;	
}
.validation_fail_tooltip {
	font-size:12px;
	line-height:16px;
	padding:2px 0 0 0;
	position:absolute;
	right:0;
	top:100%;
	color:red;
}
/* Формы - Загрузка файлов - Конец */


.style.right_inuse input, .style.almaHint input	{
	padding-right:30px;
}
.style.right_inuse::after, .style.almaHint::after	{
	content:'';
	display:block;
	position:absolute;
	top:11px;
	right:0;
	width:30px;
	height:30px;
	transition:top 0.2s ease 0s;
}
.style.valid	{
	border:0 !important;
	-moz-box-shadow:inset 0 0 0 3px #59982a;
	-webkit-box-shadow:inset 0 0 0 3px #59982a;
	box-shadow:inset 0 0 0 3px #59982a;
}
.style.invalid	{
	border:0 !important;
	-moz-box-shadow:inset 0 0 0 3px #ff7c7c;
	-webkit-box-shadow:inset 0 0 0 3px #ff7c7c;
	box-shadow:inset 0 0 0 3px #ff7c7c;
	margin-bottom:24px;
}
.style.active	{
	-moz-box-shadow:inset 0 0 0 3px #1a8ccf;
	-webkit-box-shadow:inset 0 0 0 3px #1a8ccf;
	box-shadow:inset 0 0 0 3px #1a8ccf;
}
.style.readonly	{
	background:#f8f8f8;
}

.style.checkboxes > .readonly, .style.radioblock > .readonly	{
	opacity:0.5;
}
/*
.style.valid::after	{
	background:url(pics/sprite.png) -210px -1695px no-repeat;
}
.style.invalid::after	{
	background:url(pics/sprite.png) -240px -1695px no-repeat;
}
.select_box.style.invalid::after, .select_box.style.valid::after	{
	display:none;
}
.select_box.style.invalid, .select_box.style.valid	{
	padding-right:0;
}
*/
.style .form_comment	{
    display:block;
    position:absolute;
    top:11px;
    right:0;
    width:30px;
    height:30px;
    transition:opacity 0.2s ease 0s;
	background:url(pics/sprite.png) -270px -1695px no-repeat;
	opacity:0;
	z-index:2;
}
.style.active .form_comment, .style:hover .form_comment	{
	opacity:1;
}



/* Формы - Каптча - Начало */

.captcha .style, .main_middle .captcha input.style {
	width:35%;
	min-width:150px;
	display:inline-block;
	vertical-align:middle;
}

.captcha	{
	padding:0;
	position:relative;
}

.captcha input, .captcha.style input.style		{
	width:35%;
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 0;
}

.captcha a, .main_middle .captcha a {
	width:35%;
	min-width:150px;
	height:30px;
	display:inline-block;
	vertical-align:middle;
	text-decoration:none;
	position:relative;
	background:#f3f3f3;
	padding-right:30px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	margin-left:0;
	margin-top:0;
	border:1px solid #a6a6a6;
	float:right;
	text-align:center;
	overflow:hidden;
}
.captcha a::before {
	content:'';
	position:absolute;
	display:block;
	width:30px;
	height:30px;
	right:0;
	top:0px;
	background:url(pics/sprite.png) -180px -1666px no-repeat;
}
.captcha a:hover::before {
	background:url(pics/sprite.png) -210px -1666px no-repeat;
}
.captcha a img	{
	display:inline-block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	text-align:center;
	position:relative;
	top:-10px;
}
.captcha.style, .style.invalid.captcha	{
	border:0 !important;
	-moz-box-shadow:0 0 0 0 rgba(0, 0, 0 ,0.2), 0 0 0 0 rgba(255, 255, 255 ,0.4) !important;
	-webkit-box-shadow:0 0 0 0 rgba(0, 0, 0 ,0.2), 0 0 0 0 rgba(255, 255, 255 ,0.4) !important;
	box-shadow:0 0 0 0 rgba(0, 0, 0 ,0.2), 0 0 0 0 rgba(255, 255, 255 ,0.4) !important;
	background:transparent !important;
	padding-right:0;
}
.captcha.style::after, .style.invalid.captcha::after	{
	display:none;
}
.captcha.style.invalid input.style, .main_middle .captcha.style.invalid input.style 	{
	border:1px solid #ff7c7c !important;
	-moz-box-shadow:0 0 3px #ff7c7c;
	-webkit-box-shadow:0 0 3px #ff7c7c;
	box-shadow:0 0 3px #ff7c7c;
	background-color:rgba(255,240,240,0.9);
}
/* Формы - Каптча - Конец */

/* Формы - Политика безопастности - Начало */
.style.privacyPolicyCont	{
	padding-right:0;
	box-shadow:0 0 0 transparent;
}

.privacyPolicyCont a	{
	font-size:inherit;
	display:inline;
	vertical-align:middle;
}
.privacyPolicyCont label	{
	display:inline;
	min-height:30px;
	/* justify-content:start; */
	/* align-items:center; */
	/* text-align:left; */
}
.privacyPolicyCont .field_name_value	{
	display:inline;
	/* margin-left:10px; */
	vertical-align:middle;
}
.privacyPolicyCont label .check	{
	/* flex:0 0 30px; */
	width:30px;
	margin-right:10px;
	float:left;
}

footer .privacyPolicyCont .field_name_value, footer .privacyPolicyCont label, footer .privacyPolicyCont a	{
	color:#373D45;
}
.privacyPolicyCont input	{
	display:none;
}
/* Формы - Политика безопастности - Конец */

/* Формы - Дополнительные формы - Начало */

/*
form.form_wo_left .field_cont, form.form_wo_left .field_name, form.form_wo_left .field	{
	display:block;
	text-align:left;
}

form.form_wo_left .field_name, form.form_wo_left .field required_cont	{
	display:none;
}
form.form_wo_left .required	{
	float:none;
}

form.form_wo_left .field_name.group_title	{
	display:block;
}
*/
.form_style_left input, .form_style_left a.captcha	{
	display:block;
	width:224px;
	height:20px;
	padding:10px 20px;
	margin:7px 0 0 0;
	line-height:20px;
	font-size:14px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	border:1px solid #a6a6a6;
	background:#fff;
}
.form_style_left a.captcha	{
	overflow:hidden;
	background:#f3f3f3;
	position:relative;
}
.form_style_left a.captcha::before	{
	content:'';
	position:absolute;
	display:block;
	width:30px;
	height:30px;
	right:5px;
	top:5px;
	background:url(pics/sprite.png) -180px -1666px no-repeat;
}
.form_style_left a.captcha img	{
	margin:-20px 0;
}
.form_style_left input::-webkit-input-placeholder	{
	color:#3e3e3e;
}
.form_style_left input:-moz-placeholder{
	color:#3e3e3e;
}
.form_style_left input.error	{
	-moz-box-shadow:0 0 3px 1px #ff7c7c;
	-webkit-box-shadow:0 0 3px 1px #ff7c7c;
	box-shadow:0 0 3px 2px #ff7c7c;
	background-color:rgba(255,240,240,0.9);
	color:#f44 !important;
}
.form_style_left input.error::-webkit-input-placeholder	{
	color:#f44;
	text-transform:uppercase;
}
.form_style_left input.error:-moz-placeholder{
	color:#f44;
	text-transform:uppercase;
}

footer .style	{
	background:#fff;
}
footer .form input, footer .form textarea	{
	color:#444;
}
footer .form input::-webkit-input-placeholder, footer .form textarea::-webkit-input-placeholder	{
	color:#888;
}
footer .form input::-moz-placeholder, footer .form textarea::-moz-placeholder	{
	color:#888;
}

/* Формы - Дополнительные формы - Конец */

input[type=checkbox], input[type=radio]	{
	width:20px !important;
	height:20px !important;
	margin:0 10px 0 0 !important;
	padding:0 !important;
	vertical-align:middle !important;
}
/* Формы - Конец */

/* Всплывающее окно - Начало*/
.almaPopupOverlay	{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(100, 100, 100, 0.3);
	z-index:100;
}
.almaPopupWindow	{
	position:fixed;
	padding:0;
	margin:0;
	max-width:100vw;
	max-height:100vh;
	box-sizing:border-box;
	background:#ffffff;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	overflow:hidden;
	/*-moz-box-shadow:0 0 3px 1px rgba(0, 0, 0 ,0.1), 0 10px 10px -10px rgba(0, 0, 0 ,0.8), 0 0 12px 1px rgba(106, 197, 255 ,0.94);
	-webkit-box-shadow:0 0 3px 1px rgba(0, 0, 0 ,0.1), 0 10px 10px -10px rgba(0, 0, 0 ,0.8), 0 0 12px 1px rgba(106, 197, 255 ,0.94);
	box-shadow:0 0 3px 1px rgba(0, 0, 0 ,0.1), 0 10px 10px -10px rgba(0, 0, 0 ,0.8), 0 0 12px 1px rgba(106, 197, 255 ,0.94);*/
	z-index:99999;
}
.almaPopupWindow.fullScreen	{
	background:transparent;
}
.almaPopupWindow.almaAlert	{
	width:600px;
	min-width:300px;
	max-width:100%;
}

.almaPopupWindow .close	{
	cursor:pointer;
	position:absolute;
	top:0;
	right:0px;
	width:50px;
	height:50px;
	background:url("data:image/svg+xml;charset=UTF-8, %3csvg viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M25 12.5C18.1073 12.5 12.5 18.1073 12.5 25C12.5 31.8927 18.1073 37.5 25 37.5C31.8927 37.5 37.5 31.8927 37.5 25C37.5 18.1073 31.8927 12.5 25 12.5ZM28.8615 27.3885C29.0568 27.5839 29.1665 27.8488 29.1665 28.125C29.1665 28.4012 29.0568 28.6661 28.8615 28.8615C28.6661 29.0568 28.4012 29.1665 28.125 29.1665C27.8488 29.1665 27.5839 29.0568 27.3885 28.8615L25 26.4729L22.6115 28.8615C22.5149 28.9585 22.4002 29.0356 22.2738 29.0881C22.1474 29.1407 22.0119 29.1677 21.875 29.1677C21.7381 29.1677 21.6026 29.1407 21.4762 29.0881C21.3498 29.0356 21.2351 28.9585 21.1385 28.8615C21.0417 28.7648 20.9649 28.65 20.9125 28.5236C20.8601 28.3973 20.8331 28.2618 20.8331 28.125C20.8331 27.9882 20.8601 27.8527 20.9125 27.7264C20.9649 27.6 21.0417 27.4852 21.1385 27.3885L23.5271 25L21.1385 22.6115C20.9432 22.4161 20.8335 22.1512 20.8335 21.875C20.8335 21.5988 20.9432 21.3339 21.1385 21.1385C21.3339 20.9432 21.5988 20.8335 21.875 20.8335C22.1512 20.8335 22.4161 20.9432 22.6115 21.1385L25 23.5271L27.3885 21.1385C27.5839 20.9432 27.8488 20.8335 28.125 20.8335C28.4012 20.8335 28.6661 20.9432 28.8615 21.1385C29.0568 21.3339 29.1665 21.5988 29.1665 21.875C29.1665 22.1512 29.0568 22.4161 28.8615 22.6115L26.4729 25L28.8615 27.3885Z' fill='%23201600'/%3e%3c/svg%3e ");
	z-index:2;
	opacity:0.6;
	transition-duration:0.2s;
}

.almaPopupWindow .close:hover	{
	opacity:1;
}
.almaPopup .maximaze	{
	display:none;
	position:absolute;
	top:0;
	right:50px;
	width:50px;
	height:50px;
	background:url(pics/sprite.png) -100px -2097px no-repeat;
	z-index:2;
}
.almaPopupWindow .maximaze:hover	{
	background:url(pics/sprite.png) -150px -2097px no-repeat;	
}
.almaPopupWindow .contentsScroll	{
	max-width:100%;
	min-width:auto;
}
.almaPopupWindow .contents	{
	max-width:100%;
	min-width:auto;
	padding:0;
	margin:0;
	text-align:center;
}

.almaPopupWindow .h1::before	{
	display:none;
}
.almaPopupWindow .h1	{
	font:300 200%/1.1em 'Evolventa', sans-serif;
	padding:10px 55px 10px 8px;
	background:rgba(255, 255, 255, 1);
	color:#00A4E3;
}
.almaPopupWindow .form, .almaPopupWindow .contents.contentsPadding	{
	box-sizing:border-box;
	padding:10px 8px 0 8px;
}

.almaPopupWindow .form {
    padding: 20px;
}

.almaPopupWindow .almaPopupControl	{
	padding:10px 0 10px 0;
	text-align:center;
}

/* -- Всплывающее окно - Скрол на большой высоте - Начало*/
.mCSB_inside>.mCSB_container	{
	margin-right:4px !important;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden	{
	margin-right:0px !important;
}
.mCSB_scrollTools	{
	width:4px !important;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail	{
	background-color:rgba(0,0,0,.1) !important;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar	{
	background-color:rgba(0,0,0,.3) !important;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar	{
	background-color:rgba(0,0,0,.4) !important;
}
/* -- Всплывающее окно - Скрол на большой высоте - Конец*/
/* Всплывающее окно - Конец */

/* Подсказки - Начало */

.almaHintWindow	{
    color:#97a4b1;
    padding:14px;
    position:absolute;
    background:#fff;
    margin:0;
    z-index:3;
    line-height:normal;
    -webkit-box-shadow:0 3px 30px 6px rgba(44,77,138,.18);
    box-shadow:0 3px 30px 6px rgba(44,77,138,.18);
    border-radius:5px;
    max-width:200px;
    min-width:100px;
	transform-origin:50% 50%;
	transition-property:transform, opacity;
	transition-timing-function:ease;
	transition-duration:0.2s;
	transform:scale(0.2);
	opacity:0;
}
.almaHintWindow.active	{
	transform:scale(1);
	transition-duration:0.3s;
	opacity:1;
}

.almaHintWindow.originTL, .almaHintWindow.originTC, .almaHintWindow.originTR	{
	margin-top:11px
}
.almaHintWindow.originBL, .almaHintWindow.originBC, .almaHintWindow.originBR	{
	margin-top:-11px
}
.almaHintWindow.originLT, .almaHintWindow.originLC, .almaHintWindow.originLB	{
	margin-left:11px
}
.almaHintWindow.originRT, .almaHintWindow.originRC, .almaHintWindow.originRB	{
	margin-left:-11px
}


.almaHintWindow .arrow	{
	width:0;
	height:0;
	position:absolute;
}
.almaHintWindow.originTL .arrow, .almaHintWindow.originTC .arrow, .almaHintWindow.originTR .arrow	{
	bottom:100%;
}
.almaHintWindow.originBL .arrow, .almaHintWindow.originBC .arrow, .almaHintWindow.originBR .arrow	{
	top:100%;
}
.almaHintWindow.originRT .arrow, .almaHintWindow.originRC .arrow, .almaHintWindow.originRB .arrow	{
	left:100%;
}
.almaHintWindow.originLT .arrow, .almaHintWindow.originLC .arrow, .almaHintWindow.originLB .arrow	{
	right:100%;
}
.almaHintWindow.originTL .arrow, .almaHintWindow.originBL .arrow	{
	left:20px;
}
.almaHintWindow.originTC .arrow, .almaHintWindow.originBC .arrow	{
	left:50%;
}
.almaHintWindow.originTR .arrow, .almaHintWindow.originBR .arrow	{
	right:20px;
}
.almaHintWindow.originRT .arrow, .almaHintWindow.originLT .arrow	{
	top:20px;
}
.almaHintWindow.originRC .arrow, .almaHintWindow.originLC .arrow	{
	top:50%;
}
.almaHintWindow.originRB .arrow, .almaHintWindow.originLB .arrow	{
	bottom:20px;
}
.almaHintWindow .arrow::before	{
	content:'';
	display:block;
	width:1px;
	height:1px;
	position:absolute;
}
.almaHintWindow.originTL .arrow::before, .almaHintWindow.originTC .arrow::before, .almaHintWindow.originTR .arrow::before	{
    border-bottom:11px solid #fff;
    border-left:13px solid transparent;
    border-right:13px solid transparent;
	top:-11px;
	left:-13px
}
.almaHintWindow.originBL .arrow::before, .almaHintWindow.originBC .arrow::before, .almaHintWindow.originBR .arrow::before	{
    border-top:11px solid #fff;
    border-left:13px solid transparent;
    border-right:13px solid transparent;
	bottom:-11px;
	left:-13px;
}
.almaHintWindow.originRT .arrow::before, .almaHintWindow.originRC .arrow::before, .almaHintWindow.originRB .arrow::before	{
    border-left:11px solid #fff;
    border-top:13px solid transparent;
    border-bottom:13px solid transparent;
	right:-11px;
	top:-13px;
}
.almaHintWindow.originLT .arrow::before, .almaHintWindow.originLC .arrow::before, .almaHintWindow.originLB .arrow::before	{
    border-right:11px solid #fff;
    border-top:13px solid transparent;
    border-bottom:13px solid transparent;
	left:-11px;
	top:-13px;
}


.almaHintWindow .close	{
	position:absolute;
	top:5px;
	right:5px;
	height:20px;
	width:20px;
	background:url(pics/sprite.png) -260px -1248px no-repeat;
	cursor:pointer;
}
.almaHintWindow .close:hover	{
	background:url(pics/sprite.png) -280px -1248px no-repeat;
}

.almaHintWindow .title	{
	font:400 18px / 24px 'Evolventa', sans-serif;
	display:block;
}
.almaHintWindow .contents	{
	font:400 14px / 16px 'Evolventa', sans-serif;
	display:block;
	padding-right:10px;
}
/* Подсказки - Конец */

@media screen and (max-width:425px) {
	.form .field {
		min-width:auto;
		max-width:100%;
		width:100%;
	}
	
	.g-recaptcha, .g-recaptcha > div	{
		max-width:100%;
	}
}

@media print	{
	.formCont	{
		display:none !important;
	}
}



/* Пикер даты - Начало */

.ui-datepicker	{
	background:#fff;
	border: 0 !important;
	-moz-box-shadow:inset 0 0 0 3px #1a8ccf;
	-webkit-box-shadow:inset 0 0 0 3px #1a8ccf;
	box-shadow:inset 0 0 0 3px #1a8ccf;
	padding:3px;
	/* box-shadow:inline; */
}

.ui-datepicker .ui-datepicker-header	{
	height:28px;
	position:relative;
	background:#f3f3f3;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top:5px;
    width:20px;
    height:20px;
}
.ui-datepicker .ui-datepicker-prev {
    left:5px;
	background:url(pics/sprite.png) -160px -450px no-repeat;
}
.ui-datepicker .ui-datepicker-next {
    right:5px;
	background:url(pics/sprite.png) -180px -450px no-repeat;
}
.ui-datepicker .ui-datepicker-prev:hover {
	background:url(pics/sprite.png) -200px -450px no-repeat;
}
.ui-datepicker .ui-datepicker-next:hover {
	background:url(pics/sprite.png) -220px -450px no-repeat;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display:none;
}
.ui-datepicker .ui-datepicker-title	{
	line-height:26px;
	padding:2px;
	margin:0 auto;
	text-align:center;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year	{
	line-height:26px;
	height:26px;
	width:39%;
	font-size:16px;
	font-weight:300;
}


.ui-datepicker table {
    width: 100%;
    font-size:16px;
    border-collapse: collapse;
    margin:5px 0 0 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker table th	{
	font-weight:300;
	font-size:14px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border:1px solid #c5c5c5;
    background:#f6f6f6;
    font-weight:normal;
    color:#454545;
}

.ui-datepicker td span, .ui-datepicker td a {
    display:block;
    padding:10px;
    text-align:center;
    text-decoration:none;
}

.ui-datepicker td a:hover, .ui-datepicker td a.ui-state-active	{
	background:rgba(255, 0, 100, 0.9);;
	color:#f8f8f8;
}

/* Пикер даты - конец */

.select_box .swiper-slide	{
	display:block !important;
}



.input_check input {
	display:none;	
}



/* Кастомная форма в строку - Начало */ 

.form_line .form    {
    display:flex;
    flex-wrap:wrap;
    padding-bottom:100px;
    position:relative;
    justify-content: space-between;
    align-items:flex-start;
    margin:0 -5px;
}
.form_line .form .field_cont    {
    flex:1 0 15%;
    margin:5px;
	order:0;
}
.form_line .form .field_cont:has(.button)	{
	order:7;
}
.form_line .form .field_cont:has(.privacyPolicyCont)    {
    position:absolute;
    left:0;
    bottom:65px;
	order:5;
}
.form_line .form .field_cont.captcha_cont   {
    position:absolute;
    left:0;
    bottom:0;
	order:6;
}
.form_line .input_cont.common_checkbox .check   {
    margin-top:-3px;
}
.form_line .form .field a.button   {
    line-height:42px;
}
@media screen and (max-width:999px) {
	.form_line .form .field_cont:has(.privacyPolicyCont), .form_line .form .field_cont.captcha_cont	{
		position:static;
	}
	.form_line .form .field_cont	{
		flex:1 0 55%;
	}
}
/* Кастомная форма в строку - Конец*/ 

/* -- Стили каталогов - Новости - Начало */

.newsContainerBg	{
	background:url(pics/bg_news.png) 50% 0 / auto 100% no-repeat;
	min-width:300px;
	padding-top: 120px;
}

.newsBlock	{
	width:100%;
	margin:0 0 0 0;
	display:flex;
	flex-wrap:wrap;
	align-content:center;
	justify-content:center;
	gap: 20px;
}

.newsBlock .newsItem a, .newsBlock .newsItem a:hover, .newsBlock .newsItem a:active	{
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
	flex-wrap:wrap;
	color:#373D45;
	text-decoration:none;
	width:100%;
	margin:0 0;
}

.newsBlock .newsItem.showImgTop		{
    display: inline-block;
    flex: 1 0 220px;
    max-width: 100%;
    margin: 10px 0;
    padding: 0 0 25px 0;
    vertical-align: top;
    text-align: left;
    background: #F1F4F8;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
	transition: 0.2s ease-in-out 0s;
}

.newsBlock .newsItem.showImgTop:hover {
    transform: scale(0.95);
}


.newsBlock .newsItem .img	{
	position:relative;
}

.newsBlock .newsItem.showImgTop .img	{
	width:300px;
	height:150px;
	display:table-cell;
	vertical-align:middle;
	text-align:left;
}
.newsBlock .newsItem.showImgTop .group_1	{
	flex:1 1 100%;
	display:none;
}

.newsBlock .newsItem.showImgTop .group_2	{
    flex: 1 1 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newsBlock .newsItem.showImgLeft	{
	display:block;
	width:100%;
	margin:0;
	padding:25px 0 0 0;
	text-align:left;
	clear:both;
    flex: 1 0 32%;
}

.newsBlock .newsItem.showImgLeft:nth-child(3n) ,
.newsBlock .newsItem.showImgLeft:nth-child(4n) {
    flex: 0 0 25%;
}

.newsBlock .newsItem.showImgLeft .img	{
	width:300px;
	text-align:center;
}
.newsBlock.news .newsItem.showImgLeft .img	{
    width: 100%;
    max-width: 100%;
    height: 350px;
}

.newsBlock .newsItem.showImgLeft .group_1	{
	flex:0 1 340px;
}

.newsBlock.news .newsItem.showImgLeft .group_1	{
    flex: 0 1 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}

.newsBlock .newsItem.showImgLeft .group_2	{
	flex:1 0 300px;
	max-width:100%;
}

.newsBlock .newsItem.showBigImage	{
	width:100%;
	padding-bottom:20px;
}
.newsBlock .newsItem.showBigImage:first-of-type	{
	padding-top:0;
}
.newsBlock .newsItem.showBigImage .group_1	{
	flex:0 0 100%;
}
.newsBlock .newsItem.showBigImage .group_2	{
	flex:0 0 100%;
}

.newsBlock .newsItem.showBigImage a	{
	width:100%;
	text-align:left;
}

.newsBlock .newsItem .title	{
	padding:0;
	font:400 16px/20px 'Evolventa', sans-serif;
	color:#373D45;
	display:block;
    flex: 0 0 70%;
}
.newsBlock .newsItem .brief	{
	padding:0 0 5px 0;
	display:block;
}
.newsBlock .newsItem a .more	{
	font:400 16px/20px 'Evolventa', sans-serif;
	color:#373D45;
	display:block;
	/*text-transform:uppercase;*/
	position:relative;
	order:3;
	flex: 1 0 100%;
	width: 24px;
    height: 25px;
}
.newsBlock .newsItem a:hover .more	{
	text-decoration:underline;
}
.newsBlock .newsItem a .more::after	{
	content:'';
	width:24px;
	height:25px;
	display:block;
	position:absolute;
	top:0;
	left:0;
	transition-duration: 0.2s;
	background:url("data:image/svg+xml;charset=UTF-8, %3csvg viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_3391_110)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.6172 17.0282L17.6172 6.23539L18.6172 6.23538L18.6172 18.7353L6.11718 18.7354L6.11725 17.7354H16.9101L5.76365 6.58889L6.47075 5.88179L17.6172 17.0282Z' fill='%23373D45'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_3391_110'%3e%3crect width='24' height='25' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
}
.newsBlock .newsItem a:hover .more::after	{
    transform: rotate(-45deg);
}

.newsBlock .newsItem .line, .newsEl .line, .newsEl_v_vertical .line	{
    display: flex;
    position: relative;
    width: 100px;
    height: 138px;
    background: #fff;
    border-radius: 180px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
	order:2;
}


.newsBlock .newsItem.showImgLeft .line {
	background: transparent;
    color: #fff;
}

.newsBlock .newsItem.showImgLeft .line .num,
.newsBlock .newsItem.showImgLeft  .line .mon{
    color: #fff;
}

.newsBlock .newsItem .img .line, .newsBlock .newsItem .imgAlternative .line, .newsEl .img .line, .newsEl_v_vertical .img .line	{
	position:absolute;
	top:0;
	left:0px;
}
.newsEl .img .line {
	top:20px;
	left:20px;
}
.newsBlock .newsItem .img .line {
	bottom: 0;
	top:auto;
}


.newsBlock .newsItem .line .num, .newsEl .line .num, .newsEl_v_vertical .line .num	{
	display:block;
	float:left;
	text-align:center;
    color: #00A4E3;
    font-size: 40px;
    text-transform: uppercase;
}
.newsBlock .newsItem .line .mon, .newsEl .line .mon, .newsEl_v_vertical .line .mon	{
	display:block;
	text-align:center;
	color:#00A4E3;
    font-size: 14px;
}

.newsBlock .newsItem .bigNum, .newsEl .bigNum, .newsEl_v_vertical .bigNum	{
	width:100px;
	height:50px;
	background:url(pics/sprite.png) -200px -2097px no-repeat;
}
.newsBlock .newsItem .img .bigNum, .newsEl .img .bigNum	{
	position:absolute;
	top:0;
	left:10px;
}
.newsBlock .newsItem .bigNum .num, .newsEl .bigNum .num	{
	display:block;
	color:#fff;
	text-align:center;
	font-size:24px;
	line-height:30px;
}
.newsBlock .newsItem .bigNum .mon, .newsEl .bigNum .mon	{
	display:block;
	color:#fff;
	text-align:center;
	font-size:12px;
	line-height:14px;
}

.newsBlock .newsItem .simple, .newsEl .simple	{
	width:100%;
}
.newsBlock .newsItem .img .simple, .newsEl .img .simple	{
	position:absolute;
	top:0;
	left:10px;
}
.newsBlock .newsItem .simple .num, .newsEl .simple .num, .newsBlock .newsItem .simple .mon, .newsEl .simple .mon	{
	display:inline;
	font:400 16px/20px 'Evolventa', sans-serif;
	color:#373D45;
}
.newsBlock .imgAlternative	{
	height:50px;
	position:relative;
}







.newsEl	{
	width:100%;
}










.news .newsItem		{
	width:100%;
	margin:0;
	padding:25px 0 0 0;
	clear:both;
}

/*
*/
.ni_nav	{
	display:table;
	width:100%;
}
.ni_nav .ni_nav_cont	{
	display:table-cell;
	height:30px;
	padding:40px 0 20px 0;
	width:33.33%;
	text-align:center;
}


/* -- -- Стили каталогов - Новости - Элемент - Начало */
.newsEl	{
	display:table;
	padding:0;
	text-align:left;
	position:relative;
	width:100%;
	margin:0;
}
.newsEl .imgCont	{
	display:table-cell;
	padding:0 0 25px 0;
	width:352px;
	max-width:100%;
	vertical-align:top;
}
.newsEl .imgCont .img, .newsEl .imgCont .img:hover	{
	display:block;
	position:relative;
	width:100%;
	max-width:100%;
	text-align:center;
	text-decoration:none;
}

.newsEl .imgCont .img img {
	border-radius:20px;
}
.newsEl .text	{
	display:table-cell;
	padding:0;
	vertical-align:top;
	padding:0 20px 25px 40px;
}

.newsEl .text h1 {
	font-size:36px;
}
.newsEl .nel_slider	{
	width:100%;
	position:relative;
	height:62px;
	padding:20px 0;
}	
.newsEl .nel_slider ul	{
	width:100%;
}
.newsEl .nels_slides .nel_slider_left	{
	position:absolute;
	width:25px;
	height:50px;
	top:26px;
	left:12px;
	background:url(pics/sprite.png) -100px -1847px no-repeat;
	cursor:pointer;
}
.newsEl .nels_slides .nel_slider_left:hover	{
	background:url(pics/sprite.png) -100px -1897px no-repeat;
}
.newsEl .nels_slides .nel_slider_right	{
	position:absolute;
	width:25px;
	height:50px;
	top:26px;
	right:12px;
	background:url(pics/sprite.png) -125px -1847px no-repeat;
	cursor:pointer;
}
.newsEl .nels_slides .nel_slider_right:hover	{
	background:url(pics/sprite.png) -125px -1897px no-repeat;
}
.newsEl .nels_wo_slides .nel_slider_left, .newsEl .nels_wo_slides .nel_slider_right	{
	display:none;
}
.newsEl .nels_slides .nels_slide_cont	{
	overflow:hidden;
	margin:0 auto;
}
.newsEl .nels_slides .nels_slide_cont ul	{
	padding:0;
	margin:0 auto;
	overflow:hidden;
}
.newsEl .nels_wo_slides .nels_slide_cont ul, .newsEl .nels_wo_slides .nels_slide_cont	{
	padding:0;
	margin:0;
	overflow:hidden;
}
.newsEl .nel_slider ul li	{
	display:block;
	float:left;
	width:80px;
	height:60px;
	padding:0;
	margin:0 3px;
	border:1px solid #eee; 
}
.newsEl .nel_slider ul li a	{
	display:table-cell;
	width:80px;
	height:60px;
	text-align:center;
	vertical-align:middle;
}
.newsEl .nel_slider ul li a img	{
	vertical-align:middle;
}
.newsEl .nel_slider ul li::before	{
	display:none;
}
.nel_bottom	{
	clear:both;
	padding:0 0 25px 0;
}
/* -- -- Стили каталогов - Новости - Элемент - Конец */

@media screen and (max-width: 767px) {
	/*
	.news_horiz_big .news_item	{
		margin-left:auto;
		margin-right:auto;
		flex-grow:0;
	}

	.news_horiz .news_item a, .news_horiz .news_item a:hover	{
		margin-left:auto;
		margin-right:auto;
		flex-grow:0;
	}
	*/

	.newsEl, .newsEl .text	{
		display:block;
		margin:0 auto;
		min-height:auto;
		width:100%;
		max-width:100%;
		box-sizing:border-box;
		padding:0;
	}
}
/* -- Стили каталогов - Новости - Конец */


.newsEl_v_vertical	{
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	gap:20px;
	
}
.newsEl_v_vertical .images	{
	flex: 1 0 42%;
	max-width:100%;
    /*height: 400px;*/
    overflow: hidden;
	border-radius:20px;
}

.newsEl_v_vertical .images img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.newsEl_v_vertical .text	{
    flex: 1 0 55%;
}

.newsEl_v_vertical .text::after, .newsEl_v_vertical .text::after	{
	content:'';
	display:block;
	width:100%;
	height:20px;
	
}

@media screen and (max-width: 1249px) {
	.newsEl_v_vertical .images	{
		flex:1 0 100%;
		overflow:scroll;
		overflow-x:scroll;
		overflow-y:visible;
		display:flex;
		padding-right:0;
		height:40vh;
	}
	.newsEl_v_vertical .images img, .newsEl_v_vertical .images video, .newsEl_v_vertical .images iframe	{
		max-width:unset;
		width:auto;
		height:100%;
	}
	.newsEl_v_vertical .text	{
		flex:1 0 100%;
	}
}

/* -- -- Стили каталогов - Новости - Календарь - Начало */
.news_calendar	{
	width:470px;
	/*background:url(pics/news_calendar/bg_news_calendar.png) 0 0 repeat-x;*/
	text-align:center;
    max-width: 100%;
}

.calendar_loader	{
	display:inline-block;
	background:url(pics/preloader.gif) 0 0 no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:165px;
}

.news_calendar table td	{
	color:;
	width:40px;
	height:30px;
	 background: #fff;
}

.news_calendar table td.calendar_holiday	{
	color:;
	    background: #fff;
}

.news_calendar table tr:first-of-type td	{
	color:;
	text-transform:uppercase;
	font-weight:300;
}

.news_calendar .calendar_active a	{
	display:block;
	width:100%;
	height:30px;
	margin:0 auto;
	line-height:30px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	/*box-shadow:inset 0 0 0 2px ;*/
	transition:all 0.2s ease 0s;
	background:#ff2b14;
    font-weight: 700;
}

.news_calendar .calendar_active a:hover	{
	box-shadow:inset 0 0 0 25px #0057a0;
	background:#0057a0;
	color:#fff;
}

.news_calendar .calendar_other_month	{
	opacity:1;
	background: #fff;
    color: #c0c0c9;
}

.news_calendar .calendar_month, .news_calendar .calendar_year	{
	display:inline-block;
	width:64%;
	color:#fff;
	font:300 18px / 20px 'Rubik', sans-serif;
	background: #0057a0;
}
.news_calendar .calendar_year	{
	width:35%;
}

.news_calendar .arr_less, .news_calendar .arr_more	{
	width:20px;
	height:40px;
	display:inline-block;
	vertical-align:middle;
	position:relative;
}

.news_calendar .arr_less::before, .news_calendar .arr_mor::before	{
	content:'';
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	top:8px;
	background:url(pics/sprite.png) -160px -450px no-repeat;
}

.news_calendar .arr_less:hover::before, .news_calendar .arr_mor:hover::before	{
	background:url(pics/sprite.png) -200px -450px no-repeat;	
}

.news_calendar .arr_more::before, .news_calendar .arr_more::before	{
	content:'';
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	top:8px;
	background:url(pics/sprite.png) -180px -450px no-repeat;
}

.news_calendar .arr_more:hover::before, .news_calendar .arr_more:hover::before	{
	background:url(pics/sprite.png) -220px -450px no-repeat;	
}
/* -- -- Стили каталогов - Новости - Календарь - Конец */

/* 
	Фильтры и кастомизация элементов каталога
*/


.cat_filter	{
	width:100%;
}



.cat_filter input.style, .cat_filter select.style	{
	padding:4px 4%;
	box-sizing:content-box;
	width:91%;
	font:400 14px/ 18px 'Evolventa', sans-serif;
	height:18px;
}

.cat_filter .cf_group	{
	-webkit-transition-duration:.2s;
	-o-transition-duration:.2s;
	-moz-transition-duration:.2s;
	transition-duration:.2s;	
}
.cat_filter .cf_group:hover	{
	box-shadow:0 0 4px 4px rgba(0,0,0,0.2);
}
.cat_filter .cf_elem	{
	margin:6px auto 0 auto;
	padding:0 0;
	font:400 14px/ 20px 'Evolventa', sans-serif;
}

.cat_filter .cf_elem_name	{
	padding:0 0 3px 0;
	font:400 16px/20px 'Evolventa', sans-serif;
	cursor:pointer;
}


.cat_filter .cf_elem_name span	{
	   border-bottom: 1px black dotted;	
}

.cat_filter .cf_elem_name::before	{
	content:'';
	display:inline-block;
    text-decoration:none;
	width:20px;
	height:20px;
	vertical-align:middle;
	background:url(pics/sprite.png) -60px -470px no-repeat;
}

.cat_filter .cf_elem	 .cf_elem_values {
	display:none;
	padding:0 0 0 24px;
}



.cf_range, .cf_input, .cf_select, .cf_choose	{
	width:100%;
}

.cf_range input	{
	width:70px;
	display:inline-block;
	vertical-align:baseline;
	padding-left:10px;
	padding-right:10px;
}
.cf_range_table	{
	width:100%;
	display:table;
}
.cf_range_table_from	{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	width:110px;
	padding:0 5px 0 0;
}
.cf_range_table_to	{
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	width:110px;
	padding:0 5px 0 0;
}
.cf_range_table_unit	{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
}

.cf_choose .cf_choose_elem	{
	box-sizing:border-box;
	display:inline-block;
	width:45%;
	margin:5px 2.5%;
	vertical-align:bottom;
	cursor:pointer;
}

.cf_choose  .cf_choose_elem .cf_choose_elem_name	{
	font:400 14px/ 16px 'Evolventa', sans-serif;
	text-align:left;
}

.cf_choose  .cf_choose_elem .cf_choose_elem_value	{
	display:table;
	height:25px;
	width:100%;
	background:50% 50% no-repeat;
	-webkit-transition-duration:.2s;
	-o-transition-duration:.2s;
	-moz-transition-duration:.2s;
	transition-duration:.2s;
	box-shadow:0 0 0 1px transparent;
}

.cf_choose .cf_choose_elem_text .cf_choose_elem_value	{
	box-shadow:0 0 0 1px #444;
}

.cf_choose .cf_choose_elem_text .cf_choose_elem_value .cf_choose_elem_text_value	{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	height:100%;
	padding:0 5px;
	font:400 14px/ 25px 'Evolventa', sans-serif;
}

.cf_choose .cf_choose_elem.active .cf_choose_elem_value, .cf_choose .cf_choose_elem:hover .cf_choose_elem_value	{
	box-shadow:0 0 1px 1px rgba(255, 0, 100, 1);
}

.cf_choose .cf_choose_elem_controle, .cf_choose .cf_choose_elem_controle.active	{
	font:400 14px/ 20px 'Evolventa', sans-serif;
	text-align:left;
	height:25px;
}

.cf_choose .cf_choose_elem_controle:hover	{
	color:#00A4E3;
}

.cf_choose .cf_choose_elem_controle_big	{
	width:100%;
	padding-left:0;
}


.cf_additionals	{
	display:none;
}


.cf_choose .cf_choose_elem_tiny	{
	display:inline-block;
	vertical-align:bottom;
	width:20px;
	height:20px;
	margin:2.5px;
	box-sizing:border-box;
	display:inline-block;
	background:#ddd;
	cursor:pointer;
	background:50% 50% no-repeat;
	-webkit-transition-duration:.2s;
	-o-transition-duration:.2s;
	-moz-transition-duration:.2s;
	transition-duration:.2s;
	box-shadow:0 0 0 1px transparent;
}

.cf_choose .cf_choose_elem_tiny.active, .cf_choose .cf_choose_elem_tiny:hover	{
	box-shadow:0 0 1px 1px rgba(255, 0, 100, 1);
}

.cf_choose_elem_line	{
	padding:2.5px 0;
	display:block;
}

.cf_choose .cf_choose_elem_tiny_line	{
	display:inline-block;
	vertical-align:top;
	width:20px;
	height:20px;
	margin:0 0;
	box-sizing:border-box;
	display:inline-block;
	background:#ddd;
	cursor:pointer;
	background:50% 50% no-repeat;
}
.cf_choose .cf_choose_elem_tiny_line_text	{
	display:inline-block;
	width:175px;
	font:400 14px/ 16px 'Evolventa', sans-serif;
	padding:2px 0 2px 5px;
	vertical-align:top;
}

.cf_choose input[type=checkbox], .cf_choose input[type=radio]	{
	margin-right:0 !important;
}


/* Фильтры - Ползунок - Начало */

.ranger_line	{
	margin-top:10px;
}

.ranger_line_hints	{
	display:table;
	width:100%;
	margin:0 auto;
}

.ranger_line_hint_left	{
	text-align:left;
	display:table-cell;
	vertical-align:top;
	padding:0 0 0 5px;
	border-left:1px solid #ddd;
}
.ranger_line_hint_right	{
	text-align:right;
	display:table-cell;
	vertical-align:top;
	padding:0 5px 0 0;
	border-right:1px solid #ddd;
}

.ui-slider {
	position:relative;
	margin:15px 18px 10px 18px;
	height:1px;
	cursor:pointer;
}

.ui-slider::before	{
	content:'';
	display:block;
	position:absolute;
	background:rgba(0, 0, 0 ,0.4);
	top:0;
	bottom:0;
	right:-10px;
	left:-10px;
}

.ui-slider .ui-slider-handle	{
	position:absolute;
	left:50%;
	top:0px;
	cursor:pointer;
	z-index:2;
	-webkit-transition-duration:.1s;
	-o-transition-duration:.1s;
	-moz-transition-duration:.1s;
	transition-duration:.1s;
}

.ui-slider .ui-slider-handle::before	{
	content:'';
	position:absolute;
	left:-1px;
	top:-12px;
	display:block;
	width:25px;
	height:25px;
	background:url(pics/sprite.png) -25px -1248px no-repeat;
	cursor:pointer;
}
.ui-slider .ui-slider-handle:first-of-type::before	{
	background:url(pics/sprite.png) 0px -1248px no-repeat;
	left:-25px;
}

.ui-slider.ranger_line_with_add_line .ui-slider-handle::after	{
	content:'';
	position:absolute;
	left:-1px;
	top:-80px;
	display:block;
	width:1px;
	height:80px;
	background:rgba(0,0,0,0.5);
	cursor:pointer;	
}

.ui-slider .ui-slider-range {
	position:absolute;
	height:2px;
	background:-webkit-linear-gradient(right, #fff25e 0%, rgba(255,199,98,1) 100%);
	-webkit-transition-duration:.1s;
	-o-transition-duration:.1s;
	-moz-transition-duration:.1s;
	transition-duration:.1s;
}
/* Фильтры - Ползунок - Конец */
	
/* Фильтры - Основные элементы - Начало */

.cat_apply, .cat_cancel, a.cat_apply, a.cat_cancel	{
	display:inline-block;
	/*margin:0 10px 0 0;*/
	min-width:80px;
}

.cat_cancel, .cat_cancel:hover, a.cat_cancel, a.cat_cancel:hover, .cat_apply, .cat_apply:hover, a.cat_apply, a.cat_apply:hover	{
	text-decoration:none;
}

/* Фильтры - Основные элементы - Конец */

/* Фильтры - Конец */



.filterQuickTags	{
	display:flex;
	flex-wrap:wrap;
	line-height:20px;
}
.filterQuickTags .filterQuickTag	{
	position:relative;
	flex:0 0 auto;
	max-width:100%;
	box-sizing:border-box;
	border-radius:4px;
	box-shadow:0 0 0 2px rgba(212, 36, 39, 1);
	padding:5px 22px 5px 10px;
	margin:10px 10px 0 0;
	display:flex;
	flex-wrap:wrap;
}
.filterQuickTags a.filterQuickReset, .filterQuickTags .filterQuickReset	{
	display:block;
	border-radius:4px;
	padding:5px 10px;
	margin:10px 10px 0 0;
	text-decoration:none;
	background:#eee;
	box-shadow:0 0 0 2px #eee, inset 0 0 0 0 rgba(212, 36, 39, 1);
	transition:0.2s;
	color:#000;
	cursor:pointer;
}
.filterQuickTags a.filterQuickReset:hover, .filterQuickTags .filterQuickReset:hover	{
	background:rgba(212, 36, 39, 1);
	box-shadow:0 0 0 2px rgba(212, 36, 39, 1), inset 0 0 0 10px rgba(212, 36, 39, 1);
	color:#fff;
}
.filterQuickTags .fieldName	{
	padding-right:5px;
	opacity:0.5;
}
.filterQuickTags .fieldValue	{
	padding-right:5px;
}
.filterQuickTags .fieldClose	{
	position:absolute;
	right:5px;
	top:5px;
	width:20px;
	height:20px;
}
.filterQuickTags .fieldClose .close	{
	position:absolute;
	width:20px;
	height:20px;
	top:0;
	left:0;
	background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' height='20px' width='20px' viewBox='0 -960 960 960' fill='%23444444'%3e%3cpath d='m256-236-20-20 224-224-224-224 20-20 224 224 224-224 20 20-224 224 224 224-20 20-224-224-224 224Z'/%3e%3c/svg%3e");
	transition:0.2s;
	opacity:0.7;
}
.filterQuickTags .fieldClose .close:hover	{
	opacity:1;
}





/* -- Стили каталогов - Отзывы - Начало */

.catalog_popularity, a.catalog_popularity	{
	display:block;
	text-decoration:none;
	font:300 16px/20px 'Evolventa', sans-serif;
	color:rgba(0, 164, 227, 1);
	min-height:20px;
}

.catalog_rating	{
	height:15px;
	width:75px;
	position:relative;
	background:url(pics/sprite.png) -75px -1408px no-repeat;
	margin-top:2.5px;
}
.catalog_rating_cur	{
	position:absolute;
	top:0;
	left:0;
	height:15px;
	width:100%;
	background:url(pics/sprite.png) 0px -1408px no-repeat;
}
.catalog_rating_big	{
	height:20px;
	width:100px;
	position:relative;
	background:url(pics/sprite.png) -100px -1388px no-repeat;
	margin-top:2.5px;
	display:inline-block;
	vertical-align:middle;
}
.catalog_rating_big_text	{
	display:inline-block;
	vertical-align:middle;
}
.catalog_rating_big_cur	{
	position:absolute;
	top:0;
	left:0;
	height:20px;
	width:100%;
	background:url(pics/sprite.png) 0px -1388px no-repeat;
}
.catalog_reviews	{
	height:20px;
	font:300 16px/20px 'Evolventa', sans-serif;
	text-align:left;
}

.review_elem	{
	display:table;
	margin:10px 0 5px 0;
	width:100%;
}

.review_elem_ratings	{
	width:260px;
	display:table-cell;
	background:#f3f3f3;
	padding:10px 20px;
}

.review_elem_ratings_values	{
	display:block;
	margin-bottom:5px;
}

.review_elem_value	{
	display:table-cell;
	padding:10px 20px;
}

.review_elem_value_meta	{
	display:table;
	margin:0 0 5px 0;
	width:100%;
	font:400 12px/24px 'Evolventa', sans-serif;
	color:#777;
}

.review_elem_value_meta span	{
	font:600 12px/24px 'Evolventa', sans-serif;
	color:#373D45;
}

.review_elem_value_meta_td	{
	display:table-cell;
	width:40%;
	text-align:left;
	padding:10px 0 0 0;
}
.review_elem_value_meta_date	{
	display:table-cell;
	text-align:right;
	padding:10px 0 0 0;
}

.review_elem_plus, .review_elem_minus, .review_elem_result, .review_elem_recomend, .review_elem_useful, .review_elem_answer	{
	display:block;
	position:relative;
	padding-left:30px;
	margin:0 0 10px 0;
}

.review_elem_useful	{
	text-align:right;
}

.review_elem_plus::before, .review_elem_minus::before, .review_elem_result::before, .review_elem_recomend::before , .review_elem_answer::before	{
	content:'';
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	top:0;
	left:0;
}
.review_elem_plus::before	{
	background:url(pics/sprite.png) -200px -1388px no-repeat;
}
.review_elem_minus::before	{
	background:url(pics/sprite.png) -220px -1388px no-repeat;
}
.review_elem_recomend::before	{
	background:url(pics/sprite.png) -240px -1388px no-repeat;
}
.review_elem_result::before	{
	background:url(pics/sprite.png) -260px -1388px no-repeat;
}
.review_elem_answer::before	{
	top:10px;
	background:url(pics/sprite.png) -280px -1388px no-repeat;
}

.review_like, .review_dislike, a.review_like, a.review_dislike, a.review_like:hover, a.review_dislike:hover, a.review_like:active, a.review_dislike:active	{
	position:relative;
	line-height:20px;
	padding:5px 5px 5px 35px;
	color:#373D45;
	text-decoration:none;
}

.jsDisable	{
	cursor:default;
}

.review_like::before	{
	content:'';
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:30px;
	height:30px;
	background:url(pics/sprite.png) -30px -1665px no-repeat;
}
.review_like:hover:not(.jsDisable)::before, .review_like.active::before	{
	background:url(pics/sprite.png) 0px -1665px no-repeat;
}

.review_dislike::before	{
	content:'';
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:30px;
	height:30px;
	background:url(pics/sprite.png) -90px -1665px no-repeat;
}
.review_dislike:hover:not(.jsDisable)::before, .review_dislike.active::before	{
	background:url(pics/sprite.png) -60px -1665px no-repeat;
}

.review_elem  .review_images	{
	display:block;
}
.review_elem  .review_images a.review_images	{
	display:inline-block;
	width:100px;
	height:100px;
	background:50% 50% no-repeat;
	margin:10px 10px 0 0;
	text-decoration:none;
	transition-duration:0.2s;
}
/* .review_elem  .review_images a.review_images:hover	{ */
	/* text-shadow:0 0 3px 1px #f3f3f3; */
/* }	 */

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

	.review_elem_value_meta, .review_elem_value_meta_td, .review_elem_value_meta_date, .review_elem_ratings, .review_elem_value	{
		display:block;
		width:100%;
		max-width:100%;
		box-sizing:border-box;		
	}
}



.reviews .cel_slider ul li	{
	display:inline-block;
	padding:10px;
	width:initial;
	height:initial;
}

.reviews .cel_slider ul li a, .reviews .cel_slider ul li span	{
	display:flex;
	width:100px;
	height:70px;
	align-items:center;
	justify-content:center;
	transition:box-shadow 0.2s ease 0s;
	box-shadow:0 0 2px 0 #ddd;
}

.reviews .cel_slider ul li a:hover	{
	box-shadow:0 0 2px 0 #ff926b;
}

/* -- Стили каталогов - Отзывы - Конец */

/* -- Стили Форм - Отзывы - Начало (используются и пердыдущие)*/
.style.review_select	{
	border:0;
	box-shadow:0 0 0 0 transparent;
}

.style.review_select .review_elem_ratings	{
	background:transparent;
	padding:24px 10px 5px 10px
}

.style.review_select .review_elem_ratings .catalog_rating_big	{
	margin:0;
}
/* -- Стили Форм - Отзывы - Конец */


/* Статьи */

/* Статьи - Плиткой - Начало */
.articles_pl	{
	width:100%;
	margin:0 auto;
	position:relative;

	margin:10px -5px;
	width:calc(100% + 10px);
}

.articles_pl .item	{
	width:25%;
	height:250px;
	position:absolute;
	-webkit-transition-duration:.4s;
	-o-transition-duration:.4s;
	-moz-transition-duration:.4s;
	transition-duration:.4s;
}

.articles_pl .item:hover	{
	z-index:20;
}

.articles_pl .item .item_info	{
	display:block;
	width:100%;
	height:100%;
	-webkit-transition-duration:.4s;
	-o-transition-duration:.4s;
	-moz-transition-duration:.4s;
	transition-duration:.4s;
	-webkit-transform:perspective(1920px) rotateX(0deg) rotateY(0deg) rotateX(0deg);
	transform:perspective(1920px) rotateX(0deg) rotateY(0deg) rotateX(0deg);
	position:relative;
}

.articles_pl .item:hover .item_info.rotatable	{
	-webkit-transform:perspective(1920px) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
	transform:perspective(1920px) rotateX(0deg) rotateY(180deg) rotateX(0deg);
}


.articles_pl .item .item_info .front_cont	{
	display:block;
	position:relative;
	width:100%;
	height:100%;
	-moz-box-shadow:inset 0 0 3px 0 rgba(0, 0, 0 ,0.4);
	-webkit-box-shadow:inset 0 0 3px 0 rgba(0, 0, 0 ,0.4);
	box-shadow:inset 0 0 3px 0 rgba(0, 0, 0 ,0.4);
	-webkit-transition:background-size 0.2s ease 0s;
	-o-transition:background-size 0.2s ease 0s;
	-moz-transition:background-size 0.2s ease 0s;
	transition:background-size 0.2s ease 0s;
	background:#fff 50% 50% / auto 100% no-repeat;
	z-index:10;
	will-change:background-size;
}

.articles_pl .item:hover .item_info .front_cont	{
	background-size:auto 110%;
	z-index:1;
	
}

.articles_pl .item .item_info .front_cont .front_name	{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	min-height:60px;
	height:60px;
	max-height:100%;
	display:table;
}

.articles_pl .item .item_info .front_cont .front_name .text	{
	display:table-cell;
	vertical-align:middle;
	padding:5px 20px;
	color:#fff;
	font:300 116% 'Evolventa', sans-serif;
	text-align:center;
	-webkit-transition-duration:.2s;
	-o-transition-duration:.2s;
	-moz-transition-duration:.2s;
	transition-duration:.2s;
	background:rgba(0,0,0,0.3);
	/*text-shadow:0 0 2px #fff;*/
}

.articles_pl .item:hover .item_info .front_cont .front_name .text	{
	color:#fff;
	background:rgba(0,0,0,0.3);
	text-shadow:0 0 0 #fff;
}

.articles_pl .item .item_info .back_cont	{
	width:100%;
	height:100%;
	background:#fff 50% 50% / auto 100% no-repeat;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	-moz-box-shadow:inset 0 0 3px 0 rgba(0, 0, 0 ,0.4);
	-webkit-box-shadow:inset 0 0 3px 0 rgba(0, 0, 0 ,0.4);
	box-shadow:inset 0 0 3px 0 rgba(0, 0, 0 ,0.4);
	-webkit-transform:rotateY(180deg);
	transform:rotateY(180deg);
	-webkit-transition-duration:.4s;
	-o-transition-duration:.4s;
	-moz-transition-duration:.4s;
	transition-duration:.4s;
	z-index:0;
}

.articles_pl .item:hover .item_info .back_cont	{
	z-index:10;
}

.articles_pl .item .item_info .back_cont .back_cont_cont	{
	display:block;
	padding:5% 20px;
	margin:0;
}

.articles_pl a.more	{
	display:block;
	text-align:right;
	padding:0 25px 0 0;
	margin:10px 20px 0 0;
	line-height:20px;
	color:rgba(0, 164, 227, 1);
	position:relative;
}

.articles_pl a.more:hover	{
	text-decoration:underline;
}

.articles_pl a.more::after	{
	content:'';
	width:20px;
	height:20px;
	display:block;
	position:absolute;
	top:0;
	right:0;
	background:url(pics/sprite.png) -60px -450px no-repeat;
}

.articles_pl a.more:hover::after	{
	background:url(pics/sprite.png) -80px -450px no-repeat;
}


@media screen and (max-width: 767px) {
	.articles_pl .item	{
		min-width:100%;
		max-width:100%;
		min-height:120px;
		position:static;
		clear:both;
		margin:10px 0 0 0;
		display:block;
	}
	.articles_pl .item .item_info .front_cont, .articles_pl .item:hover .item_info .front_cont	{
		background-size:cover;
	}
	.articles_pl	{
		height:auto;
		min-height:auto;
		/*max-height:auto;*/
		display:table;
		width:100%;
		margin:0 auto;
	}
}


/* Статьи - Плиткой - Конец */
/* Статьи - Конец */




/* 
	Техподдержка
	Авторизация

/* Техподдержка - Начало*/

.tech_user	{
	display:block;
	margin-top:10px;
}

.tech_user .tech_name	{
	display:inline-block;
	margin:0 0 0 0;
	vertical-align:bottom;
	font-weight:bold;
}

.tech_user .tech_date	{
	display:inline-block;
	margin:0 0 0 5px;
	vertical-align:bottom;
	font-size:90%;
}

.tech_answer	{
	margin-left:0;
	background:#d7effa;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	border:0;
	padding:10px 15px;
}

.tech_admin_answer	{
	margin-left:50px;
}

.tech_rate	{
	float:right;
}

.tech_rate a, .tech_rate_value	{
	display:inline-block;
	background:rgba(55,177,232,1);
	line-height:20px;
	height:20px;
	width:20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	margin-left:4px;
}

.tech_rate a:nth-of-type(1)	{
	background:rgba(55,177,232,0.5);
}
.tech_rate a:nth-of-type(2)	{
	background:rgba(55,177,232,0.6);
}
.tech_rate a:nth-of-type(3)	{
	background:rgba(55,177,232,0.7);
}
.tech_rate a:nth-of-type(4)	{
	background:rgba(55,177,232,0.8);
}
.tech_rate a:nth-of-type(5)	{
	background:rgba(55,177,232,0.9);
}

.tech_rate a:hover	{
	background:rgba(55,177,232,1);
	color:#fff;
}
/* Техподдержка - Конец*/

/* Авторизация - Начало */
.tab_auth_enter	{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	padding:50px 0 100px 0;
}

.tab_auth_enter .tab_auth_enter_td	{
	flex:1 0 33%;
	min-width:300px;
	text-align:left;
	vertical-align:top;
	padding:20px 5% 20px 0;
	box-sizing:border-box;
}

.form_style_left	{
	margin:0;
}

.form_style_left .style, .main_middle .form_style_left input.style	{
	margin-left:0;
}

.form_style_left .validation_fail_tooltip {
	margin-left:0;
}

.form_style_left input, .form_style_left a.captcha	{
	display:block;
	width:224px;
	height:20px;
	padding:10px 20px;
	margin:7px 0 0 0;
	line-height:20px;
	font-size:14px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	border:1px solid #a6a6a6;
	background:#fff;
}

.form_style_left a.captcha	{
	overflow:hidden;
	background:#f3f3f3;
	position:relative;
}

.form_style_left a.captcha::before	{
	content:'';
	position:absolute;
	display:block;
	width:30px;
	height:30px;
	right:5px;
	top:5px;
	background:url(pics/sprite.png) -180px -1666px no-repeat;
}

.form_style_left a.captcha img	{
	margin:-20px 0;
}

.form_style_left input::-webkit-input-placeholder	{
	color:#aaa;
}
.form_style_left input:-moz-placeholder{
	color:#aaa;
}

.form_style_left input.error	{
 -moz-box-shadow:0 0 3px 1px #ff7c7c;
 -webkit-box-shadow:0 0 3px 1px #ff7c7c;
 box-shadow:0 0 3px 2px #ff7c7c;
 background-color:rgba(255,240,240,0.9);
	color:#f44 !important;
}
.form_style_left input.error::-webkit-input-placeholder	{
	color:#f44;
	text-transform:uppercase;
}
.form_style_left input.error:-moz-placeholder{
	color:#f44;
	text-transform:uppercase;
}






.style_date .style, .main_middle .style_date input.style	{
	width:40px;
	margin-right:10px;
	float:left;
	text-align:center;
}

.style_date .style:last-of-type, .main_middle .style_date input.style:last-of-type	{
	margin-right:0;
}
/* Авторизация - Конец */



/*Личный кабинет - Начало*/

.lk_cont	{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content:center;
}

.lk_menu	{
	background:rgba(128, 128, 128, 0.1);
	/*margin-bottom:20px;
	/*position:relative;*/
	flex:0 0 300px;
}

.lk_main	{
	flex:1 1 calc(100% - 320px);
	min-width:300px;
	padding-left:15px;
	box-sizing:border-box;
	min-width:300px;
}

/*
.lk_menu > ul {
	padding:0 !important;
	margin:0;
	list-style:none;
	text-align:left;
}

.lk_menu, .lk_menu .lk_menu_separ, .lk_menu > ul > li > a, .lk_menu > ul > li > a:visited, .lk_menu > ul > li .lk_menu_active, .lk_menu > ul > li .lk_menu_active, 
.lk_menu > ul > li, .lk_menu > ul > li:hover > a	{
	min-height:40px;
	color:;
}

.lk_menu > ul > li:hover > ul	{
	top:100%;
}

.lk_menu .lk_menu_separ	{
	width:1px;
	height:34px;
	margin:13px 0;
	background:rgba(255,255,255,0.5);
}

.lk_menu > ul > li > a, .lk_menu > ul > li > a:visited, .lk_menu > ul > li .lk_menu_active {
	display:table-cell;
	vertical-align:middle;
	color:;
	text-decoration:none;
	text-transform:uppercase;
	overflow:hidden;
	padding:0 15px;
	font:300 14px 'Evolventa', sans-serif;
}

.lk_menu > ul > li .lk_menu_active	{
	background:;
	color:;
}

.lk_menu > ul {padding:0; margin:0; list-style:none; text-align:left;}
.lk_menu > ul > li {display:block; position:relative; margin:0; padding:0;}
.lk_menu > ul > li > ul {display:none; padding:0; margin:0; list-style:none; text-align:left;}

.lk_menu > ul > li:hover > a {
	background:;
	color:;
	-webkit-transition-duration:.2s;
	-o-transition-duration:.2s;
	-moz-transition-duration:.2s;
	transition-duration:.2s;
	-o-transition-property:color,background;
	-moz-transition-property:color,background;
	transition-property:color,background;
}

.lk_menu > ul > li:hover > ul {
	display:inline-block; 
	position:absolute; 
	left:0; 
	background:;
	border-top:3px solid ;
	padding:10px 0;
}


.lk_menu > ul > li:hover > ul > li > a {
	display:block; 
	width:230px;
	font-size:14px;
	padding:10px 20px; 
	line-height:15px;
	height:auto;
	text-transform:none;
	font-weight:normal;
	color:;
	text-decoration:none;
}
.lk_menu > ul > li:hover > ul > li > a:hover {
	color:;
}

.lk_menu ul, .lk_menu ul li	{
	padding:0;
	margin:0;
}

.lk_menu ul li:before	{
	display:none;
}

*/

ul.left_menu li.lk_menu_active	{
	background:rgba(128, 128, 128, 0.6);
}

a.lk_menu_h1, a.lk_menu_h1:hover	{
	display:block;
	background:rgba(128, 128, 128, 0.6);
	color:#fff;
	padding:10px 0;
	font-size:18px;
	text-align:center;
	text-decoration:none;
}

a.lk_menu_exit	{
	display:block;
	color:#fff;
	padding:10px 0;
	text-align:center;
	text-decoration:none;
	transition:background 0.2s ease 0s;
	background:rgba(128, 128, 128, 0.3);
}
a.lk_menu_exit:hover	{
	background:rgba(128, 128, 128, 0.9);
	color:#fff;
}



.tab_blue	{
	text-transform:uppercase;
	font-size:14px;
	color:#0069ac;
	font-weight:normal;
	display:block;
}
.tab_hint	{
	color:#8e8e8e;
	text-transform:none;
}

.tab_cost_result	{
	display:inline-block;
	color:#4c4c4c;
	text-transform:none;
	font-size:14px;
	line-height:20px;
	vertical-align:top;
	padding:9px 3px 0 0;
	text-transform:uppercase;	
}

.tab_cost_value	{
	display:inline-block;
	color:#4c4c4c;
	text-transform:none;
	font-size:24px;
	vertical-align:top;
	line-height:30px;
}

.tab_cost_currency	{
	display:inline-block;
	color:#4c4c4c;
	text-transform:none;
	font-size:14px;
	line-height:20px;
	vertical-align:top;
	padding:9px 0 0 3px;
}

.lk_status	{
	display:inline-block;
	text-align:left;
	padding:0 0 0 24px;
	position:relative;
	width:75px;
}

.lk_status::before	{
	content:'';
	position:absolute;
	top:1px;
	left:0;
	display:block;
	width:18px;
	height:18px;
	background:url(pics/status.png) 0 0 no-repeat;	
}

.lk_status.active::before	{
	background-position:0 0;
}

.lk_status.finish::before	{
	background-position:0 -18px;
}

.lk_status.cancel::before	{
	background-position:0 -36px;
}


table.calc_table	{
	width:100%;
	margin:5px auto;
	border-collapse:collapse;
	border-spacing:0;
}

table.calc_table > tbody > tr td	{
	background:#fff;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:10px 20px;
	vertical-align:top;
	text-align:left;
	font-size:14px;
	line-height:19px;
	text-transform:uppercase;
}

table.calc_table > tbody > tr:hover td	{
	background:#ebf7fd;
}

table.calc_table > tbody > tr.tr_head td, table.calc_table > tbody > tr.tr_head:hover td	{
	background:#c3e7f8;
	font-size:14px;
}

table.calc_table > tbody > tr td.td_al_r	{
	text-align:right;
}


table.calc_table > tbody > tr td.td_al_c	{
	text-align:center;
}

table.calc_table > tbody > tr.tr_result td, table.calc_table > tbody > tr.tr_result:hover td	{
	padding:30px 20px;
	vertical-align:middle;
	background:transparent;
}

table.calc_table > tbody > tr td.w_sm	{
	width:150px;
}
table.calc_table > tbody > tr td.w_mm	{
	width:250px;
}

.account_block	{
	width:100%;
	padding:0 0;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content:flex-start;
}
.account_block_elem	{
	display:inline-block;
	vertical-align:top;
	text-align:left;
	width:33.333333%;
	padding:5px 20px 20px 20px;	
	box-sizing:border-box;
	border-radius:8px;
	box-shadow:inset 0 0 0 3px #fff, inset 0 0 0 4px #eee;
	min-width:300px;
	flex:1 0 300px;
}

.account_block_elem_sm	{
	width:25%;
	min-width:200px;	
	flex:1 0 200px;
}



/*Личный кабинет - Конец*/

@media screen and (max-width: 1249px) {
	.lk_menu	{
		height:auto;
	}
}

@media screen and (max-width: 768px) {
	.tab_auth_enter, .tab_auth_enter .tab_auth_enter_td	{
		display:block;
	}
	
	.lk_cont, .lk_main, .lk_menu	{
		display:block;
		padding:0;
	}
}

/* Стили для файликов в ЛК */
.accountStorageItems	{
	display:block;
}
.accountStorageItems .item, .folderUp a	{
	display:block;
	padding:5px 5px 5px 30px;
	font:300 16px / 20px 'Evolventa', sans-serif;
	background:5px 4px / 20px no-repeat;
	background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3e%3cpath d='M6 2c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6H6zm7 7V3.5L18.5 9H13z'/%3e%3c/svg%3e");
	text-decoration:none;
}
.accountStorageItems .item.dir	{
	display:block;
	background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z'/%3e%3c/svg%3e");
}
.accountStorageItems .item a, .folderUp a{
	text-decoration:none;
}
.folderUp a	{
	background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z'/%3e%3c/svg%3e");
}
/* Стили для файликов в ЛК - конец */

/* Блок - Оставить заявку - Начало */
.block_send_order	{
	background:url(pics/bg_block_send_order.jpg) 50% 50% / auto 100% no-repeat;
	padding:20px 0;
	color:#dddd00;
}
.block_send_order .mid	{
	min-height:334px;
}
.block_send_order .block_send_order_main_text	{
	position:absolute;
	bottom:190px;
	right:55%;
	width:40%;
	color:#dddd00;
	text-transform:uppercase;
	font-size:34px;
	font-weight:700;
}
.block_send_order .block_send_order_main_text div	{
	text-transform:uppercase;
	font-size:18px;
	font-weight:400;
}
.block_send_order .block_send_order_addon_text	{
	position:absolute;
	top:190px;
	right:55%;
	width:40%;
	color:#dddd00;
	text-transform:uppercase;
	font-size:30px;
	font-weight:400;
}
.block_send_order .block_send_order_addon_text div	{
	font-size:18px;
}
.block_send_order .block_send_order_phone_text	{
	position:absolute;
	bottom:190px;
	left:65%;
	width:30%;
	color:#dddd00;
	text-transform:uppercase;
	font-size:34px;
	font-weight:400;
}
.block_send_order .block_send_order_phone_text span	{
	display:inline-block;
	vertical-align:bottom;
	text-transform:uppercase;
	font-size:42px;
	font-weight:700;
}
.block_send_order .block_send_order_phone_text div	{
	font-size:18px;
	text-transform:uppercase;
	font-weight:400;
}

.block_send_order .block_send_order_button	{
	position:absolute;
	top:190px;
	left:65%;
	width:25%;
}

.block_send_order .block_send_order_button .button, .block_send_order .block_send_order_button a.button	{
	min-width:90%;
	font-size:22px;
}

@media screen and (max-width: 1000px) {
 	.block_send_order .block_send_order_main_text, .block_send_order .block_send_order_addon_text, .block_send_order .block_send_order_phone_text, .block_send_order .block_send_order_button 	{
		position:relative;
		max-width:100%;
		width:300px;
		height:auto;
		margin:10px auto 0 auto;
		top:0;
		left:0;
		right:0;
		bottom:0;
	}
}

@media print	{
	.block_send_order	{
		display:none !important;
	}
}
/* Блок - Оставить заявку - Конец */

/* Слайдер - Начало*/

.slider_cont	{
	margin:0 auto;
	max-width:100%;
	position:relative;
	z-index:1;
}

.slider_logo_cont	{
	width:100%;
	background:url(pics/bg_slider_logo.png) 50% 0 repeat; 
	padding:10px 0;
	position:relative;
	z-index:1;
	overflow:hidden; /*чтоб на 1001 не появлялась горизонтальная прокрутка*/
}

/* Слайдер - Слайдшоу - Начало*/
.slider	{
	position:relative;
	top:0;
	left:0;
	width:100%;
	overflow:hidden;
	margin:0 auto;
}

.slider li	{
	margin:0;
	padding:0;
	border:0;
}

.slider .sl_cont	{
	visibility:visible;
	overflow:hidden;
	position:relative;
	z-index:2;
	text-align:center;
	margin:0px auto;
}

.slider li::before	{
	display:none;
}

.slider .arrows_cont	{
	width:100%;
	position:absolute;
	top:45%;
	top:calc(50% - 25px);
	z-index:50;
	height:0;
}

.slider .mid_slider	{
	width:1230px;
	max-width:95%;
	margin:0 auto;
	position:relative;
	height:0;
}

.slider .swiper-container a	{
	text-decoration:none;
	display:block;
	background-position:50% 50%;
}

.slider .swiper-container a span.mid	{
	display:block;
	position:relative;
}


.slider .sl_arrow_l	{
	cursor:pointer;
	background:url(pics/sprite.png) 0px -490px no-repeat;	
	width:50px;
	height:50px;
	position:absolute;
	left:0;
	top:0;
}

.slider .sl_arrow_l:hover{
	background:url(pics/sprite.png) 0px -540px no-repeat;	
}
.slider .sl_arrow_r	{
	cursor:pointer;
	background:url(pics/sprite.png) -50px -490px no-repeat;	
	width:50px;
	height:50px;
	position:absolute;
	right:0;
	top:0;
}

.slider .sl_arrow_r:hover{
	background:url(pics/sprite.png) -50px -540px no-repeat;	
}

.slider .slider_pages_cont	{
	width:100%;
	position:absolute;
	bottom:50px;
	z-index:100;
	height:0;
}

.slider .slider_pages	{
	position:absolute;
    left: 45%;
    top: 0px;
    height: 30px;
    min-width: 100px;
}

.slider .slider_pages .swiper-pagination-bullet	{
	display:inline-block;
	width:30px;
	height:30px;
	background:url(pics/sprite.png) -240px -320px no-repeat;
	cursor:pointer;
	opacity:1;
}

.slider .slider_pages .swiper-pagination-bullet:hover, .slider .slider_pages .swiper-pagination-bullet-active, .slider .slider_pages span.swiper-pagination-bullet-active:hover	{
	background:url(pics/sprite.png) -270px -320px no-repeat;
}

.slider .paging_with_nums .slider_pages .swiper-pagination-bullet 	{
	display:inline-block;
	width:60px;
	height:60px;
	background:transparent;
	position:relative;	
}
.slider .paging_with_nums .slider_pages .swiper-pagination-bullet:hover, .slider .paging_with_nums .slider_pages span.swiper-pagination-bullet-active, .slider .paging_with_nums .slider_pages span.swiper-pagination-bullet-active:hover	{
	background:transparent;
}
.slider .paging_with_nums .slider_pages .swiper-pagination-bullet > span 	{
	display:block;
	width:50px;
	height:50px;
	background:rgba(0,0,0,0.4);
	border-radius:25px;
	color:rgba(255,255,255,0.6);
	text-align:center;
	font:300 24px / 50px 'Evolventa', sans-serif;
}
.slider .paging_with_nums .slider_pages .swiper-pagination-bullet:hover > span, .slider .paging_with_nums .slider_pages span.swiper-pagination-bullet-active > span, .slider .paging_with_nums .slider_pages span.swiper-pagination-bullet-active:hover > span	{
	color:rgba(255,255,255,1);
}


/* Слайдер - Слайдшоу - Конец*/


/* Слайдер - Слайдмув горизонтальный - Начало*/

.slider_logo	{
	text-align:center;
	margin:0 auto;
	position:relative;
	/* border-top:1px solid rgba(190, 190, 190, 1); */
	padding:20px 0;
}
.slider_logo .sl_cont	{
	display:block;
	margin:0 auto;
	max-width:100%;
}
.slider_logo .sl_arrow_l, .slider_logo .sl_arrow_r, .slider_logo .sl_arrow_l:hover, .slider_logo .sl_arrow_r:hover	{
	position:absolute;
	bottom:100%;
	width:50px;
	height:50px;
	/* background:url(pics/sprite.png) -150px -490px no-repeat; */
	cursor:pointer;
	background:#fff 57% 50% no-repeat;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='19' viewBox='0 0 10 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.975 1.10059L0 2.55059L5.26875 8.60059L0 14.6506L0.975 16.1006L7.5 8.60059L0.975 1.10059Z' fill='black'/%3e%3c/svg%3e ");
	border:1px solid #eee;
	transition:0.2s;
}

.slider_logo .sl_arrow_l, .slider_logo .sl_arrow_l:hover	{
	left:0;
	transform:rotateY(180deg);
}
.slider_logo .sl_arrow_r, .slider_logo .sl_arrow_l:hover	{
	right:0;
}
.slider_logo .sl_arrow_l:hover, .slider_logo .sl_arrow_r:hover	{
	border:1px solid rgba(212, 36, 39, 1);
}

.slider_logo .swiper-slide	{
	padding:7.9px;
}
.slider_logo .slider_elem_bg	{
	background:50% 50% no-repeat;
	background-size:contain !important;
}

@media screen and (max-width: 1249px) {
    .sloder_logo_cont .slider_cont, .slider.slider_logo, .slider.slider_logo .swiper-container, .slider.slider_logo .swiper-container .slider_elem_bg, .slider.slider_logo .swiper-slide {
        min-height:unset;
    }
}

/* .slider_logo .sl_cont > ul > li	{
	padding:6px;
}

.slider_logo.sl_dis	> .sl_cont > ul	{
	width:100%;
	display:table;
}

.slider_logo.sl_dis > .sl_cont > ul > li	{
	display:table-cell;
	vertical-align:middle;
}	

.slider .sl_dis > .sl_cont > ul	{
	display:table;
	width:100%;
}

.slider .sl_cont > ul > li	{
	width:100%;
}

.sl_cont > ul > li > a, .sl_cont > ul > li > span	{
	background-position:50% 50%;
	background-repeat:no-repeat;
	height:120px;
	width:160px;
	display:block;
	position:relative;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
}

.sl_cont > ul > li > a > img, .sl_cont > ul > li > span > img	{
	max-height:100%;
} */


/*
.slider .sl_cont > ul > li > span > a > span > img, .slider .sl_cont > ul > li > span > span > img	{
	vertical-align:middle;
	max-height:100%;
}*/



.colorup	{
	filter:grayscale(100%);
	transition-duration:0.4s;
}
.colorup:hover	{
	filter:grayscale(0%);
}

/* Слайдер - Слайдмув горизонтальный - Конец*/

.sl_dis .sl_arrow_r, .sl_dis .sl_arrow_l	{
	display:none;
} 


/* Слайдер - Слайдмув вертикальный - Начало*/
.sliderleft_slider	{
}

.sliderleft_slider ul	{
	padding:0;
	margin:0;
}

.sliderleft_slider li::before	{
	display:none !important;
}
.sliderleft_slider .sl_cont > ul > li	{
	padding:0 5px;
}


/* Слайдер - Слайдмув вертикальный - Конец*/


/* Стили для аддон слайдера справа - Начало*/
.addon_slides	{
	position:absolute;
	bottom:0;
	right:50px;
	z-index:10;
	background:rgba(0,0,0,0.5);
}

.addon_slides .item	{
	position:relative;
	display:block;
	width:200px;
	height:92px;
	margin:6px 6px 0 6px;
	cursor:pointer;
}

.addon_slides .item .image	{
	width:100%;
	height:100%;
	background:50% 50% / cover no-repeat;
	transition-duration:0.2s;
	box-shadow:inset 0 0 0 0 #fff;
	padding:10px 10px;
	box-sizing:border-box;
	overflow:hidden;
}

.addon_slides .item.active .image, .addon_slides .item:hover .image	{
	box-shadow:inset 0 0 0 3px #fff;
}

.addon_slides .title	{
	color:#fff;
}
@media screen and (max-width: 1249px) {
	.addon_slides	{
		display:none;
	}
}
/* Стили для аддон слайдера справа - конец*/
/* Стили для аддон слайдера снизу - начало*/
.cel_sliderThumbs	{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:1000;
}
.cel_sliderThumbs .cels_slide_cont	{
	margin:0 auto;
}
.cel_sliderThumbs .cels_slide_cont li:hover img, .cel_sliderThumbs .cels_slide_cont li.active img	{
	box-shadow:inset 0 0 0 3px #fff;
}
@media screen and (max-width: 1249px) {
	.cel_sliderThumbs	{
		display:none;
	}
}
/* Стили для аддон слайдера снизу - конец */

.slider_info_mid	{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
}

.slider_info	{
	display:block;
	position:absolute;
	top:300px;
	width:40%;
	bottom:50px;
	right:50px;
	text-align:left;
	overflow:hidden;
}

.slider_info .h1	{
	font:700 30px / 1.3em 'Evolventa', sans-serif;
	color:#444;
	text-align:left;
	text-transform:uppercase;
	display:inline;
}

.slider_info .h1 b, .slider_info .h1 strong	{
	background:rgba(255, 0, 100, 1);
	color:#fff;
	padding:0 10px;
	font-weight:400;
}

.slider_info .h1::before	{
	display:none;
}

.slider_info .brief	{
	display:block;
	color:#fff;
}
@media screen and (max-width: 999px) {
	.slider_info .h1	{
		font:400 40px / 1.1em 'Evolventa', sans-serif;
	}
	.slider_info .brief	{
		font:400 16px / 1.1em 'Evolventa', sans-serif;
	}
}
@media screen and (max-width: 767px) {
	.slider_info .h1	{
		font:400 30px / 1.1em 'Evolventa', sans-serif;
	}
	.slider_info .brief	{
		font:400 16px / 1.1em 'Evolventa', sans-serif;
	}
}


.swiper-slide	{
	cursor:pointer;
}
.swiper-slide .sliderVideoIcon	{
	position:absolute;
	top:50%;
	left:50%;
}
.swiper-slide .sliderVideoIcon::before	{
	content:'';
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	top:-25px;
	left:-25px;
	background:url(pics/sprite.png) -200px -1483px no-repeat;
}
.swiper-slide:hover .sliderVideoIcon::before	{
	background:url(pics/sprite.png) -250px -1483px no-repeat;
}


/* Слайдер - Конец*/

@media screen and (max-width:1249px) {
	.slider_logo	{
		/*max-width:calc(90% - 100px);*/
	}
	.slider_logo .sl_arrow_l	{
		left:0;
		z-index:10;
	}
	.slider_logo .sl_arrow_r	{
		right:0;
		z-index:10;
	}
	.slider .swiper-container .swiper-container	{
		background-size:cover;
	}
	.slider_cont, .slider, .slider .swiper-container, .slider .swiper-container .slider_elem_bg, .slider .swiper-slide {
		min-height:250px;
	}
}
@media screen and (max-width:1000px) {
	.slider_info	{
		top:10px;
		left:10px;
		right:10px;
		bottom:auto;
		width:auto;
		background:rgba(255,255,255,0.6);
		padding:10px;
	}

}
@media screen and (max-width:1000px) {
	.slider_info .h1	{
		font:700 18px / 1.2em 'Evolventa', sans-serif;
		font-size:4.5vw;
	}
	.slider_info .brief	{
		font:300 16px / 1.1em 'Evolventa', sans-serif;
		font-size:3.5vw;
	}
}


@media print	{
	.slider, .slider_cont, .slider_logo_cont	{
		display:none !important;
	}
}



/*	Измененные стили Swiper - Начало	*/

/*	Измененные стили Swiper - Конец	*/

.slider.notEnoughSlides .swiper-wrapper {
	display:flex;
}
.slider.notEnoughSlides .swiper-wrapper .swiper-slide {
	flex:0 0 calc(100% / var(--windows));
}
.slider_cont.sliderDisabledOnMobile, .sliderDisabledOnMobile .slider, .sliderDisabledOnMobile .slider .swiper-container, .a_slider .slider .swiper-container .slider_elem_bg, .sliderDisabledOnMobile .slider .swiper-slide, .sliderDisabledOnMobile .slider_elem_bg {
    width:auto !important;
    height:auto !important;
    max-height:unset !important;
    display:block !important;
}
.slider_cont.sliderDisabledOnMobile .arrows_cont, .slider_cont.sliderDisabledOnMobile .slider_pages_cont {
	display:none
}

.slider.dynamicSlideWidth .swiper-container a {
    display:block;
    position:relative;
    max-height:100%;
    height:100%;
}
.slider.dynamicSlideWidth .swiper-slide, .dinamicSlideWidth a.swiper-slide  {
    width:auto;
    max-height:100%;
    height:100%;
    display:flex;
    justify-content: center;
    align-items: center;
}
.slider.dynamicSlideWidth .swiper-slide img    {
    max-height:100%;
    height:100%;
    display:block;
    margin-right:10px;
}

.currency_rate	{
	position:absolute;
	top:35px;
	left:850px;
	background:rgba(255,255,255,0.2);
	padding:5px;
	width:250px;
	z-index:9;
}

.currency_choice	{
	position:absolute;
	top:0px;
	left:850px;
	background:rgba(255,255,255,0.2);
	padding:5px;
	width:250px;
	z-index:10;
}
.currency_choice .currency_choice_name	{
	
}
.currency_choice .currency_choice_values	{
	display:inline-flex;
	flex-direction:column;
	overflow:hidden;
	height:20px;
	transition-duration:0.2s;
}

.currency_choice .currency	{
	display:block;	
	height:20px;
	cursor:pointer;
	order:2;
	padding:2px;
	font:300 16px / 16px 'Evolventa', sans-serif;
	text-decoration:none;
}
.currency_choice .currency.active	{
	order:1;
	background:rgba(255, 0, 100, 1);
	color:#fff;
}
.currency_choice .currency_choice_values:hover	{
	height:60px;
	background:rgba(255,255,255,0.8);
	box-shadow:0 0 2px 1px rgba(0,0,0,0.8);
}

@media screen and (max-width: 1249px) {
	.currency_rate, .currency_choice	{
		top:0;
		lefT:0;
		bottom:0;
		right:0;
	}
}

/* Блок иконок 2 - Начало*/
.block_icons	{
	width:100%;
	overflow:hidden;
	background:50% 0 / auto 100% no-repeat;
}

.block_icons .text_on, .block_icons .text_under	{
	padding:20px 0;
}

.block_icons .midder	{
    width: 1380px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.block_icons .elem, a.block_icons .elem, a.block_icons .elem:hover	{
	display:inline-block;
	width:300px;
	position:relative;
	max-width:98%;
	max-width:calc(100% - 10px);
	margin:5px 5px;
	vertical-align:top;
	text-align:left;
	text-decoration:none;
}
.block_icons .elem .bg	{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:50% 0% no-repeat;
}
.block_icons .elem .img	{
	width:150px;
	height:150px;
	background:0 0 no-repeat;
	margin:85px auto 0 auto;
	z-index:1;
	position:relative;
	font:400 140px/1em 'Evolventa', sans-serif;
	letter-spacing:-0.05em;
	color:rgba(0, 164, 227, 1);
	text-align:center;
}
.block_icons .elem:hover	.img	{
	background:0 100% no-repeat;
}
.block_icons .elem .text	{
	text-align:left;
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
	z-index:1;
	position:relative;
	font:400 16px/18px 'Evolventa', sans-serif;
	padding:0;
	transition:color 0.2s ease 0s;
	color:#373D45;
}

.block_icons .elem b, .block_icons .elem strong	{
	color:inherit;
}

.block_icons .elem .text .elem_header	{
	font:400 18px/20px 'Evolventa', sans-serif;
	transition:color 0.2s ease 0s;
	color:rgba(0, 164, 227, 1);
}

.block_icons.rightText .elem	{
	display:inline-flex;
	align-items:center;
}

.block_icons.rightText .elem .img	{
	flex:0 0 150px;
	margin:10px 0;
}
.block_icons.rightText .elem  .text	{
	flex:1 1 auto;
	text-align:left;
	padding:0 20px 0 20px;
	margin:0;
	width:auto;
	min-height:auto;
}

/* Блок иконок 2 - Конец*/




@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}


@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}



@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
	opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	opacity: 1;
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
	opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	opacity: 1;
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
	opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	opacity: 1;
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
	-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}







@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}






@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

.almaEffectOnScroll, .effectExe	{
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	animation-duration:1s;
	animation-direction:normal;
	animation-iteration-count:1;
	animation-play-state:paused;
}

.animated {
	animation-play-state:running;
}


.block_icons svg.icons_svg *, svg.icons_svg.svgDraw *	{
	stroke:#444;
	fill:none;
	stroke-width:4px;
	transition:stroke 0.2s ease 0s;
}
.block_icons svg.icons_svg .bg, svg.icons_svg.svgDraw .bg	{
	fill:#eee;
}
.block_icons .elem:hover svg.icons_svg *, svg.icons_svg.svgDraw:hover *	{
	stroke:#000;
}
.block_icons .elem:hover svg.icons_svg .bg, svg.icons_svg.svgDraw:hover .bg	{
	fill:#000;
}

.img_effect_wrapper	{
	/* margin:50px; */
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	/* transition:0.2s; */
}
.img_effect_fullsizer	{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	/* transition:0.2s; */
}

/* -- Поиск - Начало */


.search	{
	display:block;
	margin:0;
	padding:0;
	position:relative;
	padding:0 10px;
	box-sizing:border-box;
	height:50px;
	border:1px solid #eee;
	background:#fff;
}

.search input	{
	display:block;
	margin:0;
	width:100%;
	box-sizing:border-box;
	border:0;
	font:400 16px / 20px 'Evolventa', sans-serif;
	color:#373D45;
	padding:15px 40px 15px 0;
	line-height:20px;
	height:50px;
}
.search input::-webkit-input-placeholder	{
	color:#B8C1D2;
}
.search input:-moz-placeholder{
	color:#B8C1D2;
}
.search span, .search a	{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:50px;
	height:50px;
	cursor:pointer;
	z-index:1;

	/* background:50% 50% no-repeat;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='50' height='53' viewBox='0 0 50 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M37.346 24.0169C37.346 32.6776 30.1353 39.7523 21.173 39.7523C12.2106 39.7523 5 32.6776 5 24.0169C5 15.3561 12.2106 8.28125 21.173 8.28125C30.1353 8.28125 37.346 15.3561 37.346 24.0169Z' stroke='%230B9ADC'/%3e%3cpath d='M33.918 33.9531L46.6606 46.376' stroke='%230B9ADC'/%3e%3c/svg%3e ");
	!subs:icon_search!; */

	background:50% 50% no-repeat;
	/* !subs:icon_search!; */
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='30' height='30' viewBox='0 0 22 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.4323 10.8756C16.4323 14.7974 13.2595 18.001 9.31612 18.001C5.37269 18.001 2.20001 14.7974 2.20001 10.8756C2.20001 6.9537 5.37269 3.75 9.31612 3.75C13.2595 3.75 16.4323 6.9537 16.4323 10.8756Z' stroke='%23444444'/%3e%3cpath d='M14.9245 15.375L20.5313 21.0005' stroke='%23444444'/%3e%3c/svg%3e ");

	transition:0.2s;
	cursor:pointer;
	filter:grayscale(1);
}

.search span:hover, .search a:hover	{
	filter:grayscale(0);
}


.search_mob_cont.search_poped .search span, .search_mob_cont.search_poped .search a	{
	top:75px;
	right:25px;
}
.search_mob_cont .search	{
	border:1px solid #eee;
}
.search_mob_cont.search_poped .search	{
	border:0;
}











/* .search span:hover, .search a:hover	{
	background:url(pics/sprite.png) -250px -876px no-repeat;	
} */
.search_mob_back	{
	display:none;
}
.search_mob_cont	{
	display:inline;
}

.search_result	{
	color:rgba(0, 164, 227, 1);
	word-wrap:break-word;
	word-break:break-all;
}
.chu_search	{
	position:relative;
	top:15px;
	left:0;
	right:0;
	bottom:0;
	float:left;
	margin:0 20px 0 0;
	display:none;
}
/* -- Поиск - Конец */

@media screen and (max-width: 1249px) {
	.search_mob_cont	{
		display:block;
		text-align:right;
		background:#f4f4f4;
	}
	.search	{
		/* display:none; */
		overflow:hidden;
		height:50px;
		/* height:0; */
		position:relative;
		vertical-align:top;
		width:auto;
		top:0;
		left:0;
		right:0;
		bottom:0;
		max-width:100%;
		/* margin:0 10px; */
		transition:height 0.2s;
	}
	.search_mob_cont.active .search{
		height:50px;
	}
	.search_mob_open	{
		display:inline-block;
		position:relative;
		width:50px;
		height:50px;
		cursor:pointer;
		/* background:url(pics/sprite.png) -150px -826px no-repeat; */
		margin:0px;
		vertical-align:top;
	}
}




/* Страница Поиска - Начало */

.searchPage	{
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
	padding:10px 0;
}

.searchPage .style, .searchPage .style	{
	min-height:30px;
	height:30px;
	margin-right:10px;
	padding:0 10px;
	flex:1 0 200px;
	max-width:300px;
}
.searchPage	 a.but_search_page	{
	margin-top:0;
	margin-bottom:0;
	flex:0 1 100px;
}
/* Страница Поиска - Конец */


/* Стили для появляющегося поиска - Начало */

.search_mob_open {
	display:none;

	background:50% 50% no-repeat;
	/* !subs:icon_search!; */
	background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='30' height='30' viewBox='0 0 22 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.4323 10.8756C16.4323 14.7974 13.2595 18.001 9.31612 18.001C5.37269 18.001 2.20001 14.7974 2.20001 10.8756C2.20001 6.9537 5.37269 3.75 9.31612 3.75C13.2595 3.75 16.4323 6.9537 16.4323 10.8756Z' stroke='%23444444'/%3e%3cpath d='M14.9245 15.375L20.5313 21.0005' stroke='%23444444'/%3e%3c/svg%3e ");
}

.search_mob_cont.search_poped + .search_mob_open	{
	display:block;
	width:40px;
	height:40px;
	cursor:pointer;
	position:relative;
	z-index:100;
}




.search_mob_cont.search_poped	{
	/* display:none; */
	position:absolute;
}
.search_mob_cont.search_poped.active	{
	display:block;
}
/* .search_mob_cont.search_poped .search::before, .search_mob_cont.search_poped .search::after	{
	display:none;
} */
.search_mob_cont.search_poped .search	{
	position:fixed;
	top:0;
	right:0;
	left:0;
	bottom:auto;
	z-index:100;
	transition:0.2s;
	transform:translateY(-250px);
	opacity:0;
	width:100%;
	padding:50px 75px 50px 25px;
	height:227px;
	box-sizing:border-box;
	z-index:101;
}
.search_mob_cont.search_poped.active .search	{
	transform:translateY(0);
	opacity:1;
	background:#fff;
	box-shadow: 48px 125px 80px 0px rgba(0 ,0, 0, 0.1);
	border-bottom:2px solid rgba(212, 36, 39, 1)
}
.search_mob_cont.search_poped .search input	{
	text-transform:uppercase;
	background:#fff;
	/* box-shadow:0 0 0 1px #004c5c; */
	padding:0;
	height:55px;
	box-sizing:border-box;
	font:400 45px / 50px 'Evolventa', sans-serif;
	margin-top:20px;
}
.search_mob_cont.search_poped .search span, .search_mob_cont.search_poped .search a	{
	top:90px;
}


.search_mob_cont.search_poped.active .search::before	{
	content:'Поиск';
	display:block;
	text-align:left;
	text-transform:uppercase;
	background:0 50% no-repeat;
	padding:0 0 0 20px;
	font:300 16px / 20px 'Evolventa', sans-serif;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='5' cy='5' r='5' fill='%231FADEF'/%3e%3c/svg%3e ");
}


.search_mob_cont.search_poped.active .searchClose	{
	width:50px;
	height:50px;
	position:absolute;
	top:35px;
	right:25px;
	background:50% 50% no-repeat;
	background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7 7L28 28' stroke='%230B9ADC' stroke-width='1' stroke-linecap='round'/%3e%3cpath d='M7 28L28 7' stroke='%230B9ADC' stroke-width='1' stroke-linecap='round'/%3e%3c/svg%3e ");
	filter:grayscale(1);
	transition:0.2s;
	cursor:pointer;
}
.search_mob_cont.search_poped.active .searchClose:hover	{
	filter:grayscale(0);
}

/* } */
/* @media screen and (max-width: 1249px) {
	.search_mob_cont.search_poped ~ .search_mob_open	{
		width:30px;
		height:30px;
		cursor:pointer;
		background:transparent;
		margin:10px;
	}
} */
/* Стили для появляющегося поиска - Конец */

/* Живой поиск - Начало */
.search ul	{
	display:block;
	list-style:none;
}
.search > ul	{
	position:absolute;
	top:100%;
	left:0;
	right:0;
	background:#fff;
	/* border-radius:30px; */
	overflow:hidden;
	padding:0 0;
	box-shadow:inset 0 0 0 3px rgba(255, 0, 100, 1), 0 5px 10px 1px rgba(0,0,0,0.2);
	z-index:10;
}
.search ul > li {
	display:block;
	width:100%;
	box-sizing:border-box;
}
.search ul > li > a, .search ul > li > a:hover	{
	position:static;
	display:block;
	width:auto;
	height:auto;
	background:transparent;
	text-decoration:none;
	padding:5px 20px;
	transition:0.2s;
}
.search ul > li > a:hover, .search ul > li.active > a	{
	background:rgba(255, 0, 100, 1);
	color:#fff;
}
/* Живой поиск - конец */


ol.search_ol > li	{
	min-height:unset;
	padding-left:30px;
}
ol.search_ol > li::before	{
	font:inherit;
	width:auto;
	min-width:30px;
	height:auto;
	padding-top:5px;
	color:#171717;

    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
	text-align:left;
}
.search_breadcrumbs    {
    display:flex;
    flex-wrap:wrap;
}
.search_breadcrumbs .elem, .search_breadcrumbs a.elem   {
    display:block;
    text-decoration:none;
    flex:0 0 auto;
    padding-right:20px;
    position:relative;
    display:block;
    font-size:15px;
    color:#171717;
    opacity:0.6;
}
.search_breadcrumbs .elem::after    {
    content:'';
    position:absolute;
    top:8px;
    right:7px;
    width:6px;
    height:6px;
    background:url("data:image/svg+xml;charset=UTF-8, %3csvg viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='3' cy='3' r='3' fill='%23000000'/%3e%3c/svg%3e ") 0 0 no-repeat;
}
.search_breadcrumbs .elem:last-child:after  {
    display:none;
}
.search_result_elem {
    display:block;
}

/* -- Стили корзины в шапке - Начало */

.shopPanel	{
	position:absolute;
	top:0px;
	right:0;
	padding:0 10px 0 0;
	box-sizing:border-box;
	z-index:10;
	height:60px;
	transition:background 0.4s ease 0s, box-shadow 0.4s ease 0s;
	background:rgba(255,255,255,0.85);
}

.shopPanel.active	{
	background:rgba(255,255,255,0.95);
	box-shadow:0 0 0 1px rgba(0,0,0,0.1);	
}


.shopPanel .shopPanelItem	{
	position:relative;
	width:60px;
	height:60px;
	display:inline-block;
	padding:0;
	margin:0;
	z-index:30;
	cursor:pointer;
}
.shopPanel .shopPanelItem.active	{
	border-radius:0 0 0 0;
	transition:background-color 0.2s ease 0s;
	background:transparent;
	box-shadow:0 0 0 0 rgba(0, 0, 0 ,0);
}

.shopPanel .shopPanelItem.active:hover	{
	background:rgba(255, 0, 100, 1);
	box-shadow:0 -3px 3px 0 rgba(0, 0, 0 ,0.2);	
}

/* .shopPanel .shopPanelItem::before{
	content:'';
	display:block;
	width:50px;
	height:50px;
1	position:absolute;
	top:5px;
	left:5px;
} */

.shopPanelItem.shopPanelItemBasket	{
	width:auto;
	min-width:60px;
}
.shopPanelItem.shopPanelItemBasket ul.header_im > li > a	{
	display:none;
}
.shopPanelItem.shopPanelItemBasket ul.header_im.header_basket	{
	position:static;
}

.shopPanelItem.shopPanelItemBasket ul.header_im, .shopPanelItem.shopPanelItemBasket ul.header_im > li.header_im_full, .shopPanelItem.shopPanelItemBasket ul.header_im > li.header_im_full:hover, .shopPanelItem.shopPanelItemBasket ul.header_im > li	{
	background:transparent;
	box-shadow:none;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding:0;
	margin:0;
}

.shopPanelItem.shopPanelItemBasket ul.header_im > li.header_im_full:hover > ul	{
	top:100%;
}
/* .shopPanel .shopPanelItem.shopPanelItemBasket::before	{
	background:url(pics/sprite.png) 0 -1533px no-repeat;	
}
.shopPanel .shopPanelItem.shopPanelItemBasket:hover::before	{
	background:url(pics/sprite.png) -50px -1533px no-repeat;
}
.shopPanel .shopPanelItem.shopPanelItemBasket.active::before	{
	background:url(pics/sprite.png) -100px -1533px no-repeat;	
}
.shopPanel .shopPanelItem.shopPanelItemBasket.active:hover::before	{
	background:url(pics/sprite.png) -150px -1533px no-repeat;
}
.shopPanel .shopPanelItem.shopPanelItemCompare::before	{
	background:url(pics/sprite.png) 0 -1483px no-repeat;	
}
.shopPanel .shopPanelItem.shopPanelItemCompare:hover::before	{
	background:url(pics/sprite.png) -50px -1483px no-repeat;
}
.shopPanel .shopPanelItem.shopPanelItemWishlist::before	{
	background:url(pics/sprite.png) -100px -1483px no-repeat;	
}
.shopPanel .shopPanelItem.shopPanelItemWishlist:hover::before	{
	background:url(pics/sprite.png) -149px -1483px no-repeat;
}
.shopPanel .shopPanelItem.shopPanelItemViewed::before	{
	background:url(pics/sprite.png) -200px -1533px no-repeat;	
}
.shopPanel .shopPanelItem.shopPanelItemViewed:hover::before	{
	background:url(pics/sprite.png) -250px -1533px no-repeat;
} */

.shopPanel .shopPanelItem.active::after	{
	content:attr(data-amm);
	position:absolute;
	top:5px;
	left:80%;
	left:calc(50% + 10px);
	display:block;
	min-width:10px;
	height:20px;
	padding:0 5px;
	border-radius:10px;
	text-align:center;
	background:rgba(255, 0, 100, 1);
	color:#ffffff;
	font:700 14px / 20px 'Evolventa', sans-serif;
	text-shadow:1px 1px 1px rgba(0,0,0,0.4);
}
.shopPanel .shopPanelItem.active:hover::after	{
	background:#444444;
	color:#ffffff;	
}

@media screen and (max-width:1350px) {
	.shopPanel	{
		top:61px;
		padding:0 30px;
	}
}

@media screen and (max-width:999px) {
	.shopPanel	{
		position:static;
		top:auto;
		bottom:auto;
		left:auto;
		right:auto;
		width:100%;
	}
	.shopPanel .shopPanelItem	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		top:0;
		left:0;
		right:0;
		bottom:0;
		max-width:100%;
	}
	
	
	
	.menu_cont_hor .shopPanel	{
		width:100%;
		display:flex;
	}
	.menu_cont_hor .shopPanel .shopPanelItem	{
		flex:1 0 60px;
		height:55px;
	}
	
	/*
	.menu_cont_hor .shopPanelItem > li	{
		border-bottom:0;
	}
	.menu_cont_hor .shopPanelItem > li > a, .menu_cont_hor .shopPanelItem > li > a:hover, .menu_cont_hor .shopPanelItem > li > a:active, .menu_cont_hor .shopPanelItem > li > a:visited	{
		padding:0;
		text-align:center;
	}
	.shopPanelItem_cont	{
		z-index:1;
		text-align:right;
		float:right;
	}
	.shopPanelItem > li	{
		position:static;
	}
	.shopPanelItem	{
		position:static;
	}
	*/
	
	.shopPanelItem > li.shopPanelItem_full:hover > ul	{
		width:320px;
		max-width:100%;
		box-sizing:border-box;
	}
	
}



.shopPanelItem > li.shopPanelItem_full > ul	{
	display:none;
	padding:0;
	margin:0;
	list-style:none;
	text-align:left;
	width:280px;
}
.shopPanelItem > li.shopPanelItem_full:hover > ul	{
	position:absolute;
	display:block;
	top:60px;
	right:0;
	width:300px;
	box-sizing:border-box;
	padding:10px;
	background:#ffffff;
	border-top:3px solid rgba(255, 0, 100, 1);
	border-bottom:3px solid rgba(255, 0, 100, 1);
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	-khtml-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	-moz-box-shadow:0 3px 2px 2px rgba(0, 0, 0 ,0.2);
	-webkit-box-shadow:0 3px 2px 2px rgba(0, 0, 0 ,0.2);
	box-shadow:0 3px 2px 2px rgba(0, 0, 0 ,0.2);
}
.shopPanelItem > li.shopPanelItem_full:hover > ul > li	{
	position:relative;
	width:100%;
	display:block;
	margin:0;
	list-style:none;
	border-bottom:1px dashed #373D45;
	padding:15px 0;
}
.shopPanelItem > li.shopPanelItem_full:hover > ul > li.shopPanelItem_title	{
	color:#373D45;
	padding:5px 0;
	font:400 22px 'Evolventa', sans-serif;
}
.shopPanelItem > li.shopPanelItem_full:hover > ul > li:last-child	{
	border-bottom:0;
	padding:15px 0 0 0;
}
.shopPanelItem > li.shopPanelItem_full:hover > ul > li > a	{
	display:block;
	position:relative;
	width:100%;
	text-decoration:none;
}
.shopPanelItem > li.shopPanelItem_full:hover > ul > li > a.button	{
	width:auto;
}
.shopPanelItem > li.shopPanelItem_full:hover > ul > li > a > img	{
	display:block;
	width:64px;
	height:64px;
	position:absolute;
	top:0;
	left:0;
}
.shopPanelItem > li.shopPanelItem_full:hover > ul > li > a > span	{
	display:block;
	width:200px;
	min-height:64px;
	position:relative;
	top:0;
	left:80px;
	color:#373D45;
	text-align:left;
	font:300 14px / 15px 'Evolventa', sans-serif;
}
.shopPanelItem > li.shopPanelItem_full:hover > ul > li > a:hover > span	{
	color:#373D45;	
}
.basketBriefTotal a, .basketBriefTotal a:hover	{
	color:#00A4E3;
}
/* -- Стили корзины в шапке - Конец */


/* Сравнение - Начало */
.shopCompare	{
	display:block;
	padding:0;
}

.shopCompare .shopCompareTable	{
	display:block;
	width:100%;
	overflow-x:auto;
	position:relative;
}

.shopCompare .shopCompareTable .shopCompareHeadCont	{
	min-height:300px;
}
.shopCompare .shopCompareTable .shopCompareHead	{
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
	transition:background-color 0.2s ease 0s, border 0.2s ease 0s;
	position:relative;
	z-index:2;
	box-sizing:border-box;
	background-color:#fff;
	border-bottom:3px solid rgba(0,0,0,0.1);
	left:0;
	right:0;
	padding:0 20px 10px 20px;
	overflow-x:auto;
}
.shopCompare .shopCompareTable .shopCompareHead.active	{
	width:auto;
	left:64px;
	right:0;
}/*
.shopCompare .shopCompareTable .shopCompareHead.active::after	{
	content:'';
	display:block;
	position:absolute;
	left:40px;
	right:40px;
	bottom:-5px;
	height:10px;
	background:rgba(0,0,0,0.4);
	box-shadow:0 0 10px 0 rgba(0,0,0,0.4);
	border-radius:50%;
	z-index:-1;
}*/

.shopCompare .shopCompareTable .shopCompareHead .elem	{
	flex:0 0 300px;
	max-width:100%;
	padding:10px 10px 10px 10px;
	margin:10px 10px 0 0;
	box-sizing:border-box;
	position:relative;
}
.shopCompare .shopCompareTable .shopCompareHead .elem:hover	{
	box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1);
	background:#fff;
}
.shopCompare .shopCompareTable .shopCompareHead .elem .img	{
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	height:150px;
	width:230px;
	margin:0 auto;
	transition:width 0.2s ease 0s, height 0.2s ease 0s;
}
.shopCompare .shopCompareTable .shopCompareHead.active .elem .img	{
	width:120px;
	height:75px;
}

.shopCompare .shopCompareTable .shopCompareHead.active .elem .img img	{
	max-height:100%;
}


.shopCompare .shopCompareTable .shopCompareHead .elem a.name, .shopCompare .shopCompareTable .shopCompareHead .elem a.name:hover, .shopCompare .shopCompareTable .shopCompareHead .elem a.name:active	{
	display:block;
	text-align:center;
	text-decoration:none;
	padding:5px 0 10px 0;
	font:300 14px / 16px 'Evolventa', sans-serif;
}
.shopCompare .shopCompareTable .shopCompareHead .elem .cost_lable	{
	font:300 22px / 30px 'Evolventa', sans-serif;
	text-align:right;
}
.shopCompare .shopCompareTable .shopCompareHead .elem .controle	{
	position:absolute;
	top:10px;
	right:10px;
}
.shopCompare .shopCompareTable .shopCompareHead .elem .controle .cat_favorit, .shopCompare .shopCompareTable .shopCompareHead .elem .controle .cat_delete	{
	display:block;
	position:relative;
	padding:0 5px;
	box-shadow:0 0 0px 0px rgba(0,0,0,0.1);
	cursor:pointer;
	margin:0 0 0 0;
}
.shopCompare .shopCompareTable .shopCompareHead .elem .controle .cat_favorit::before, .shopCompare .shopCompareTable .shopCompareHead .elem .controle .cat_delete::before	{
	transition:opacity 0.2s ease 0s;
	opacity:0;
}
.shopCompare .shopCompareTable .shopCompareHead .elem:hover .controle .cat_favorit::before, .shopCompare .shopCompareTable .shopCompareHead .elem:hover .controle .cat_delete::before	{
	opacity:1;
}
.shopCompare .shopCompareTable .shopCompareHead .elem .cat_basket	{
	position:absolute;
	bottom:10px;
	left:10px;
	width:110px;
	transition:opacity 0.2s ease 0s;
	opacity:0;
}
.shopCompare .shopCompareTable .shopCompareHead .elem:hover .cat_basket	{
	opacity:1;
}

.shopCompare .shopCompareTable .paramGroup	{
	
}
.shopCompare .shopCompareTable .paramGroup .paramGroupName	{
	font:300 24px / 30px 'Evolventa', sans-serif;
	padding:20px 20px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	cursor:pointer;
}
.shopCompare .shopCompareTable .paramGroup .paramGroupName::after	{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:20px;

	background:url(pics/sprite.png) -155px -1700px no-repeat;
	margin-left:5px;
	
	transition:transform 0.2s ease 0s;
	
}
.shopCompare .shopCompareTable .paramGroup.active .paramGroupName::after	{
	transform:rotateX(180deg);
}

.shopCompare .shopCompareTable .paramGroup .paramElem	{
	background:transparent;
	overflow:hidden;
	height:0;
	border-bottom:0;
}
.shopCompare .shopCompareTable .paramGroup.active .paramElem	{
	height:auto;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.shopCompare .shopCompareTable .paramElem:hover	{
	background:rgba(0,0,0,0.03);
}
.shopCompare .shopCompareTable .paramElem .paramElemName	{
	padding:5px 0 0 20px;
}	
.shopCompare .shopCompareTable .paramElem .paramElemValues	{
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
}
.shopCompare .shopCompareTable .paramElem .paramElemValues .value	{
	flex:0 0 300px;
	max-width:100%;
	padding:0 20px 5px 40px;
	margin:10px 10px 0 0;
	box-sizing:border-box;
	position:relative;
}

.shop_line	{
	display:flex;
	background:#eee;
	position:relative;
	min-height:60px;
	flex-wrap:wrap;
}


.shop_line .shop_line_button {
	flex:0 0 390px;
	width:390px;
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	height:60px;
	padding:0 20px;
	box-sizing:border-box;
	position:relative;
	left:0;
	cursor:pointer;
	line-height:60px;

	transition-duration:0.2s;
	opacity:1;
	/* background:; */
}
.shop_line .shop_line_button:hover {
	opacity:0.8;
}

.shop_line .shop_line_button label	{
	cursor:pointer;
}

:root .shop_line .shop_line_button .apple_checkbox input[type="checkbox"] + div.check	{
	vertical-align:middle;
}
.shop_line .shop_line_button .field_name_value	{
	display:inline-flex;
	line-height:20px;
	padding:0;
	width:calc(100% - 85px);
	height:60px;
	vertical-align:middle;
	align-items:center;
}

.shop_line .spacer 	{
	flex:1 0 0;
}

.shop_line .shop_line_clear, .shop_line .shop_line_share	{
	line-height:20px;
	padding:20px 20px 20px 45px;
	position:relative;
	text-decoration:none;
}

.shop_line .shop_line_clear::before, .shop_line .shop_line_share::before	{
	content:'';
	position:absolute;
	top:18px;
	left:20px;
	display:block;
	width:20px;
	height:20px;
	background:url(pics/sprite.png) 0 -1293px no-repeat;
}
.shop_line .shop_line_clear::before	{
	background:url(pics/sprite.png) 0 -1293px no-repeat;	
}
.shop_line .shop_line_share::before	{
	background:url(pics/sprite.png) -120px -1273px no-repeat;	
}
.shopCompare_folders	{
	padding:0 0 10px 0;
}
.shopCompare .shopCompare_folders .group	{
	display:inline-block;
	padding:5px 10px 5px 0;
	text-decoration:none;
}
.shopCompare_folders .group.active	{
	text-shadow:1px 1px 1px rgba(0,0,0,0.4);
}
.shopCompare_folders .group::after	{
	content:attr(data-ammount);
	margin:0 0 0 4px;
	position:relative;
	bottom:4px;
	display:inline-block;
    min-width:10px;
    height:20px;
    padding:0 5px;
    border-radius:10px;
    text-align:center;
    background:rgb(255, 212, 38);
    color:rgb(255, 255, 255);
    font:700 14px / 20px 'Evolventa', sans-serif;
	text-shadow:1px 1px 1px rgba(0,0,0,0.4);
}

.shopCompare_folders .group.active::after	{
	background:rgba(255, 212, 38, 1);
	box-shadow:0 0 0 rgba(0,0,0,0);
}

@media screen and (max-width:999px) {
	.shopCompare .shopCompareTable .shopCompareHead, .shopCompare .shopCompareTable .shopCompareHead.active	{
		left:0;
		right:0;
	}
	.shop_line .shop_line_button	{
		left:0;
	}
	.shopCompare	{
		padding:0;
	}
}

@media screen and (max-width:600px) {
	.shop_line .shop_line_button {
		flex:1 0 100%;
	}
	.shop_line .shop_line_clear, .shop_line .shop_line_share	{
		padding:5px 20px 5px 45px;
	}
	.shop_line .shop_line_clear::before, .shop_line .shop_line_share::before	{
		top:4px;
	}
}

/* Сравнение - Конец*/

/* Блок - Видео - Начало */

.tv {
	position:relative;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:1;
	width:100%;
	height:100%;
	overflow:hidden;
	background:#000;
	z-index:3;
	background:50% 50% / cover no-repeat
}
.tv .screen {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	margin:auto;
}

.tv .screen_cover	{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:3;
	margin:auto;
	transition-duration:0.2s;
	opacity:0;
	background-color:rgba(250,180,0,0.8);
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, rgba(250,180,0,0.8)),color-stop(1, #fff));
	background-image:-webkit-linear-gradient(top,rgba(250,180,0,0.8) 0%,#fff 100%);
	background-image:linear-gradient(to bottom,rgba(250,180,0,0.8) 0%,#fff 100%);
	background-image:-ms-linear-gradient(top,rgba(250,180,0,0.8) 0%,#fff 100%);
}

@media print	{
	.tv	{
		display:none !important;
	}
}


/* Блок - Видео - Конец */


.catalog    {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: space-between;
	gap:20px;
}


.catalog_pl .cpl_main_container, .catalog_pl .cat_main_container, .catalog_pl a.cat_main_container, .catalog_pl a.cat_main_container:hover, .catalog_pl a.cat_main_container:active {
    width:100%;
}
.catalog_pl_simple, .catalog_simple_sp, .catalog_pl_simple.folder, .catalog_simple_spf  {
    flex:1 0 280px;
}
.catalog_pl_simple  {
    order:3;
}
a.catalog_pl_simple_a    {
    display:block;
    text-decoration:none;
    color:#444;
    flex:1 0 auto;
    /* margin:0 5px; */
}
.catalog_pl_simple  {
    display:flex;
    flex-direction: column;
    margin:5px;
    background:rgba(247, 247, 247, 1);
    /* border-radius:10px; */
    overflow: hidden;
    position:relative;
    /* box-shadow:0 0 0 1px rgba(108, 128, 235, 1); */
}

.catalog_pl_simple .img {
    background:50% 100% / contain no-repeat;
    height:150px;
    width:100%;
    border-bottom:1px solid rgba(212, 36, 39, 1);
}
.catalog_pl_simple .cpl_name    {
    padding:20px 20px 0 20px;
    font:700 18px / 1.2em 'Evolventa', sans-serif;
    color:rgba(2, 49, 66, 1);
}
.catalog_pl_simple .cpl_cost    {
    padding:10px 20px 0 20px;
    font:500 16px / 1.2em 'Evolventa', sans-serif;
    color:rgba(2, 49, 66, 1);
}
.catalog_pl_simple .cpl_basket_cont    {
    padding:20px;
}

.catalog_pl_simple a.button {
    width:100%;
}

.catalog_pl_simple.folder   {
    padding:30px 10px;
    min-height:40px;
    order:0;
    box-sizing: border-box;
    text-decoration:none;
    font: 700 18px / 1.2em 'Roboto', sans-serif;
    color:#fff;
    background:#fff radial-gradient(56.59% 230.15% at 50% 50%, #0C9CDA 0%, #005498 100%) 50% 50% / 100% auto no-repeat;
    transition: 0.2s;
    /* order:1; */

    flex:0 0 calc(50% - 10px);

    display:flex;
    align-items:center;
    justify-content:flex-start;
    flex-direction:row;
    transition:0.2s;
}
.catalog_pl_simple.folder:hover {
    background-size:300%;
    color:#fff;
    text-shadow:0px 0px 5px rgba(255, 255, 255, 0.8);

}
.catalog_pl_simple .cat_favorit    {
    position:absolute;
    top:0;
    right:0;
}



.catalog::before    {
    content:'';
    display:block;
    flex:1 0 100%;
    order:3;
}
.catalog_simple_spf {
    order:2;
    margin:0 5px;
}
.catalog_simple_sp {
    order:4;
    margin:0 5px;
}
.catalog::after    {
    content:'';
    flex:1 0 100%;
    display:block;
    order:5;
}

/* .catalog::before, .catalog::after   {
    content:'';
    display:block;
    flex:1 0 280px;
    margin:0 5px;
} */







.catalog_tb_simple  {
    flex:1 0 90%;
    display:flex;
    /* flex-direction: column; */
    flex-wrap:wrap;
    margin:5px;
    background:rgba(247, 247, 247, 1);
    /* border-radius:10px; */
    overflow: hidden;
    /* box-shadow:0 0 0 1px rgba(108, 128, 235, 1); */
}

.catalog_tb_simple .img {
    flex:0 0 170px;
    height:170px;
}
.catalog_tb_simple .text    {
    flex:1 0 200px;
    padding:20px 20px;
    box-sizing:border-box;
}
.catalog_tb_simple a.name    {
    text-decoration:none;
    font:400 16px / 1.2em 'Evolventa', sans-serif;
    color:#444;
}

.catalog_tb_simple .costs  {
    display:flex;
    flex-wrap:wrap;
}
.catalog_tb_simple .costs .cost   {
    flex:1 0 30%;
    min-width:200px;
    padding:10px 0 0 0;
    color:rgba(122, 122, 122, 1);
    font:400 14px / 1.2em 'Evolventa', sans-serif;
}
.catalog_tb_simple .costs .ctb_cost_cont {
    color:#444;
    font:400 24px / 1.2em 'Evolventa', sans-serif;
}
.catalog_tb_simple .controle    {
    flex:0 0 150px;
}
.catalog_tb_simple .controle .cpl_favorit, .catalog_pl_simple .cat_favorit, .catalog_el_simple .cat_favorit   {
    width:50px;
    height:50px;
    cursor:pointer;
    background:50% 50% / 40px no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.5815 6C18.6435 6.01459 17.726 6.27643 16.9216 6.75909C16.1172 7.24174 15.4543 7.92811 15.0001 8.74889C14.5458 7.92811 13.883 7.24174 13.0785 6.75909C12.2741 6.27643 11.3566 6.01459 10.4186 6C8.9233 6.06497 7.5145 6.71909 6.49998 7.81946C5.48545 8.91983 4.94766 10.377 5.00409 11.8726C5.00409 17.5162 14.1304 24.0344 14.5186 24.3109L15.0001 24.6516L15.4815 24.3109C15.8697 24.0361 24.996 17.5162 24.996 11.8726C25.0525 10.377 24.5147 8.91983 23.5001 7.81946C22.4856 6.71909 21.0768 6.06497 19.5815 6ZM15.0001 22.6008C12.2903 20.5766 6.67009 15.6036 6.67009 11.8726C6.61315 10.8187 6.97527 9.78491 7.67748 8.99687C8.3797 8.20883 9.36503 7.73043 10.4186 7.66599C11.4721 7.73043 12.4575 8.20883 13.1597 8.99687C13.8619 9.78491 14.224 10.8187 14.1671 11.8726H15.8331C15.7761 10.8187 16.1382 9.78491 16.8405 8.99687C17.5427 8.20883 18.528 7.73043 19.5815 7.66599C20.6351 7.73043 21.6204 8.20883 22.3226 8.99687C23.0249 9.78491 23.387 10.8187 23.33 11.8726C23.33 15.6053 17.7098 20.5766 15.0001 22.6008Z' fill='%23D72D04'/%3e%3c/svg%3e ");
    transition:0.2s;
    filter:grayscale(1);
    padding:0;
}


.catalog_tb_simple .controle .cpl_favorit.active, .catalog_pl_simple .cat_favorit.active, .catalog_el_simple .cat_favorit.active {
    filter:grayscale(0);
}
.catalog_tb_simple .controle .cpl_favorit::before, .catalog_pl_simple .cat_favorit::before, .catalog_el_simple .cat_favorit::before  {
    display:none;
}


.catalog_el_simple  {
    display:flex;
    flex-wrap:wrap;
    background:rgba(249, 249, 249, 1);
}
.catalog_el_simple .elem    {
    flex:1 0 30%;
    min-width:300px;
    padding:20px 20px;
    box-sizing:border-box;
    position:relative;
}

.catalog_el_simple .img {
    min-height:cal(100vw, 400px)
}

.catalog_el_simple .cost_wo, .cel_id   {
    color:rgba(122, 122, 122, 1);
    font:400 14px / 20px 'Evolventa', sans-serif;
}
.catalog_el_simple .cel_cost_new   {
    font:900 36px / 50px 'Evolventa', sans-serif;
    padding-bottom:20px;
}
.catalog_el_simple .cel_basket     {
    width:100%;
}
.catalog_el_simple .cat_favorit {
    position:absolute;
    right:20px;
    top:40px;
}
.catalog_el_simple .cel_id {
    padding:20px 0;
}

.cel_brief_h    {
    font-weight:bold;
    display:block;
    padding:0 0 5px 0;
}



.sticky_images  {
    display:block;
    min-height:100vh;
    position:relative;
    width:100%;
    overflow:hidden;
    z-index:1;
}
.sticky_images .img {
    overflow-y:auto;
}
.sticky_images .img .img_text {
    display:flex;
    align-items:center;
    justify-content:flex-start;
    /* min-height:100px; */
    flex-wrap:wrap;
    /* padding:20px; */
}
.sticky_images .img .img_text_top   {
    padding-bottom:20px;
}
.sticky_images .img .img_text .img_value    {
    font:400 16px / 1.4em 'Evolventa', sans-serif;
    flex:0 0 100%;
    max-width:100%;
    /* padding-top:20px; */
}
.sticky_images .img .img_text .img_text_paging {
    font:700 58px / 1em 'Evolventa', sans-serif;
    flex:0 0 auto;
    max-width:100%;
    text-align:center;
    padding-top:20px;
}
.sticky_images .img .img_text .img_text_paging span   {
    opacity:0.65;
}
@media screen and (min-width: 1250px) {
    .sticky_images  {
        background:#555555;
    }
    .sticky_images .bg  {
        /* content:''; */
        display:block;
        position:absolute;
        top:0;
        left:0;
        width:50%;
        height:100vh;
        /* bottom:0; */
        background:50% 50% / cover no-repeat;
        transition:background-color 0.4s ease 0s;
    }
    .sticky_images .bg.fixed  {
        position:fixed;
        right:50%;
    }
    .sticky_images .text_cont   {
        display:block;
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
    }
    .sticky_images .text    {
        width:50%;
        position:absolute;
        top:0;
        left:0;
        box-sizing:border-box;
        padding:10vh 50px 10vh 0;
        /* transition:0.4s; */
        /* min-height:100vh; */
        height:100vh;
        overflow-y:auto;
    }
    .sticky_images .text.fixed  {
        position:fixed;
        /* width:690px; */
        width:calc(1230px / 2);
        left:auto;
        right:50%;
    }

    .sticky_images .images  {
        display:block;
    }
    .sticky_images .images .img_cont {
        width:100%;
        height:100vh;
    }
    .sticky_images .images .img_cont .img   {
        width:50%;
        margin-left:50%;

        height:100vh;
        background:50% 50% / cover no-repeat;
        position:relative;
        border-radius:0;
        z-index:calc(9990 - var(--num));
        /* transition:0.5s; */
        box-sizing:border-box;
        padding:10vh 50px;
       
        display:flex;
        flex-direction:column;
        justify-content:space-between;
        /* align-items:flex-end; */
        
    }
    .sticky_images .images .img_cont .img.fixed {
        position:fixed;
        top:0;
        /* left:50%; */
        right:0;
        bottom:0;
        width:50%;
    }
    .sticky_images .images .img_cont:last-child .img   {
        border-radius:0;
    }
    .sticky_images .images .img_cont .img.active    {
        z-index:9999;
    }

    /* Текст и картинки поменяны местами */
    .sticky_images.reverse .bg {
        left:auto;
        right:0;
    }
    .sticky_images.reverse .bg.fixed  {
        left:50%;
        right:auto;
    }

    .sticky_images.reverse .text  {
        left:50%;
        padding:10vh 0 10vh 50px;
    }
    .sticky_images.reverse .text.fixed  {
        left:50%;
        right:auto;
    }
    /* .sticky_images.reverse .images {
        margin-left:0;
    } */
    .sticky_images.reverse .images .img_cont .img   {
        margin-left:0;
    }
    .sticky_images.reverse .images .img_cont .img.fixed {
        left:0;
        right:50%;
    }
    .sticky_images .text_multi    {
        width:50%;
        position:absolute;
        top:0;
        left:0;
        box-sizing:border-box;
        transition:0s;
        padding:0;
    }
    .sticky_images.reverse .text_multi {
        left:50%;
    }
    .sticky_images .text_multi_elem {
        height:100vh;
        display:flex;
        flex-direction:column;
        justify-content:center;
    }
    .sticky_images .text_multi_elem .text_multi_elem_value  {
        flex:0 0 auto;
        max-height:calc(100vh - 20vh);
        /* min-height:calc(800px - 200px); */
        margin:10vh 50px 10vh 0;
        /* height:100vh; 
        padding:10vh 50px 10vh 0;*/
        box-sizing:border-box;
        overflow-y:auto;

        /* background-color: #fff; */
    }

	.sticky_images .text_multi_elem .text_big,
	.sticky_images .text  .text_big {
    	font: 400 18px / 1.4em 'Evolventa', sans-serif;
		max-width:535px;
    }

	.sticky_images .text_multi_elem .text_big b,
	.sticky_images .text .text_big b {
        padding: 0 5px;
        background: #fff;
        color: #2D4F9E;
        font-weight: inherit;
    }
    /* .sticky_images .text_multi_elem */
    .sticky_images.reverse .text_multi_elem .text_multi_elem_value {
        margin:10vh 0 10vh 50px;
    }
    .sticky_images .text_multi_elem .img {
        display:none;
    }
}

/* Тип 1 - Начало */
    /* .sticky_images_t_1 .mid,  */
@media screen and (min-width: 1250px) {
    .sticky_images_t_1 .mid    {
        height:auto;
        position:relative;
        top:0;
        left:0;
        bottom:0;
    }
    .sticky_images_t_1 .images .img_cont {
        /* width:100%;
        height:100vh; */
        background-color:var(--bgcolor);
    }
}
/* Тип 1 - Конец */

/* Тип 2 - Начало */
@media screen and (min-width: 1250px) {
    .sticky_images_t_2 .images .img_cont .img{
        background-color:var(--bgcolor);
    }
}
/* Тип 2 - Конец */

/* Тип 3 - Начало */
@media screen and (min-width: 1250px) {

    .sticky_images_t_3 .mid {
        position:static;
    }
    
    .sticky_images_t_3 .images .img_cont {
        background-color:var(--bgcolor);
    }
    .sticky_images_t_3  {
        height:calc(100vh * (1 + var(--amm)));
    }
    .sticky_images_t_3 .text_multi  {
        position:static;
    }

    .sticky_images_t_3 .images .img_cont:first-child, .sticky_images_t_3 .text_multi_elem:first-child  {
        height:100vh;
        position:absolute;
        top:0;
        bottom:auto;
    }
    .sticky_images_t_3 .text_multi_elem:not(.active):first-child {
        width:calc(1250px / 2);
    }

    .sticky_images_t_3 .images .img_cont, .sticky_images_t_3 .text_multi_elem   {
        /* display:block; */
        height:0;
        overflow:hidden;
        transition:height 0.4s;
        position:fixed;
        left:0;
        right:0;
        bottom:0;
        z-index:calc(3 + 10 * var(--num));
    }
    .sticky_images_t_3 .text_multi_elem {
        left:calc(50vw - 1250px / 2);
        right:50%;
        z-index:calc(4 + 10 * var(--num));
    }

    .sticky_images_t_3 .images .img_cont.active, .sticky_images_t_3 .images .img_cont.active:first-child, 
    .sticky_images_t_3 .text_multi_elem.active, .sticky_images_t_3 .text_multi_elem.active:first-child {
        height:100vh;
        position:fixed;
    }
    .sticky_images_t_3 .images .img_cont.active_upper, .sticky_images_t_3 .images .img_cont.active_upper:first-child,
    .sticky_images_t_3 .text_multi_elem.active_upper, .sticky_images_t_3 .text_multi_elem.active_upper:first-child {
        position:absolute;
        top:calc(100vh * (1 + var(--num)));
        z-index:calc(1 + 10 * var(--num));
    }
    .sticky_images_t_3 .text_multi_elem.active_upper, .sticky_images_t_3 .text_multi_elem.active_upper:first-child  {
        z-index:calc(2 + 10 * var(--num));
    }

    .sticky_images_t_3.reverse .text_multi_elem {
        right:calc(50vw - 1250px / 2);
        left:50%;
    }
}

/* Тип 3 - Конец */

/* Текст мувинг - Начало */
@media screen and (min-width: 1250px) {
    .sticky_images.sticky_images_t_1.text_mooving_2 .text_multi_elem .text_multi_elem_value    {
        transform:translateY(calc( (var(--proc) - 0.5) * -60vh));
    }
    .sticky_images.sticky_images_t_1.text_mooving_3 .text_multi_elem .text_multi_elem_value    {
        transform:translateY(calc( (var(--proc) - 0.5) * 20vh));
    }

    .sticky_images.sticky_images_t_2.text_mooving_2 .text_multi_elem .text_multi_elem_value    {
        transform:translateY(calc( (var(--proc) - 0.5) * -60vh));
    }
    .sticky_images.sticky_images_t_2.text_mooving_3 .text_multi_elem .text_multi_elem_value    {
        transform:translateY(calc( (var(--proc) - 0.5) * 20vh));
    }

    .sticky_images.sticky_images_t_3.text_mooving_2 .text_multi_elem .text_multi_elem_value    {
        transform:translateY(calc( (var(--proc) / 1.5 - 0.5) * -60vh));
    }
    .sticky_images.sticky_images_t_3.text_mooving_3 .text_multi_elem .text_multi_elem_value    {
        transform:translateY(calc( (var(--proc) / 1.5 - 0.5) * 20vh));
    }
}


/* 
@media screen and (max-width: 1439px) and (min-width: 1250px) {
    .sticky_images .mid    {
        width:1230px;
    }
     .sticky_images .text    {
         width:50%;
         padding:10vh 50px 10vh 20px;
    }
    .sticky_images.reverse .text  {
        left:50%;
        padding:10vh 20px 10vh 50px;
    }
    .sticky_images .text.fixed  {
        width:615px;
    }
} */





@media screen and (max-width: 1249px) {
    .sticky_images  {
        padding:0;
    }
    .sticky_images .images .img_cont .img, .sticky_images.mobilized .text_multi_elem .img {
        min-height:100vw;
        background:50% 50% / cover no-repeat;
        position:relative;
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        justify-content:space-between;
        padding:8px 8px;
        box-sizing:border-box;
    }
    .sticky_images.mobilized .text_multi_elem .img  {
        margin-top:20px;
        min-height:300px;
    }

    .sticky_images .text, .sticky_images .text_multi_elem   {
        padding:40px 0;
    }
    .sticky_images .text, .sticky_images .text_multi_elem .text_multi_elem_value    {
        padding:0 8px;
    }
    .sticky_images.mobilized .images {
        display:none !important;
    }

    .text_multi_elem    {
        background-color:var(--bgcolor);
    }
}

@media screen and (min-width: 1250px) {
    .sticky_images .text, .sticky_images .text_multi_elem, .sticky_images .img .img_text_top, .sticky_images .img .img_text .img_value, .sticky_images .img .img_text .img_text_paging, 
    .sticky_images .text h1, .sticky_images .text_multi_elem h1, .sticky_images .text h2, .sticky_images .text_multi_elem h2, .sticky_images .text h3, .sticky_images .text_multi_elem h3  {
        color:#fff;
    }
    .sticky_images .text h2, .sticky_images .text_multi_elem h2 {
        padding:0 0 40px 0;
    }
}

/* Кастомные стили */
.sticky_images_5    {
    background:#555555;
}
.sticky_images_5 .bg  {
    background-image:url("data:image/svg+xml;charset=UTF-8, %3csvg width='960' height='1080' viewBox='0 0 960 1080' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_4465_1753)'%3e%3cpath d='M176.5 10H516L134 539.5H-210L176.5 10Z' fill='url(%23paint0_linear_4465_1753)'/%3e%3cpath d='M577.5 -33H622.5L283.459 424H246.5L577.5 -33Z' fill='url(%23paint1_linear_4465_1753)'/%3e%3cpath opacity='0.2' d='M889.975 305H1069.17L555.911 980.167H378L889.975 305Z' fill='url(%23paint2_linear_4465_1753)'/%3e%3cpath d='M1096.14 338.918H1201L900.65 734.419H796.539L1096.14 338.918Z' fill='%2301527E'/%3e%3cpath d='M889.976 811.855H996.85L881.016 967.368H770.941L889.976 811.855Z' fill='%23F8971D'/%3e%3cpath d='M907.838 967.368H966.772L878.541 1080H824.699L907.838 967.368Z' fill='url(%23paint3_linear_4465_1753)'/%3e%3cpath d='M705.666 935.369H777.342L670.034 1072.32H604.551L705.666 935.369Z' fill='url(%23paint4_linear_4465_1753)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient id='paint0_linear_4465_1753' x1='296.5' y1='66' x2='-46' y2='539' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23738492' stop-opacity='0.8'/%3e%3cstop offset='1' stop-color='%23546775'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear_4465_1753' x1='544.5' y1='45' x2='267.5' y2='424' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23576876' stop-opacity='0'/%3e%3cstop offset='1' stop-color='%236A7B8A'/%3e%3c/linearGradient%3e%3clinearGradient id='paint2_linear_4465_1753' x1='916.854' y1='381.796' x2='510.474' y2='950.729' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23B6BEC9'/%3e%3cstop offset='1' stop-color='%23738492'/%3e%3c/linearGradient%3e%3clinearGradient id='paint3_linear_4465_1753' x1='937.3' y1='986.592' x2='881.632' y2='1103.36' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23576876' stop-opacity='0'/%3e%3cstop offset='1' stop-color='%236A7B8A'/%3e%3c/linearGradient%3e%3clinearGradient id='paint4_linear_4465_1753' x1='741.497' y1='958.744' x2='673.822' y2='1100.74' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23576876' stop-opacity='0'/%3e%3cstop offset='1' stop-color='%236A7B8A'/%3e%3c/linearGradient%3e%3cclipPath id='clip0_4465_1753'%3e%3crect width='960' height='1080' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
}
.sticky_images_5 .text, .sticky_images_5 .text_multi_elem, .sticky_images_5 .img .img_text_top, .sticky_images_5 .img .img_text .img_value, .sticky_images .img .img_text .img_text_paging, 
.sticky_images_5 .text h1, .sticky_images_5 .text_multi_elem h1, .sticky_images_5 .text h2, .sticky_images_5 .text_multi_elem h2, .sticky_images_5 .text h3, .sticky_images_5 .text_multi_elem h3  {
    color:#fff;
}



/* Кастомные стили - сделать контейн для картинок .sticky_images_1 и элементов с ID 14 (.img_cont_14) - начало*/
.sticky_images_1 .images .img_cont .img, .sticky_images.mobilized .text_multi_elem .img,
.sticky_images .images .img_cont_14 .img, .sticky_images.mobilized .text_multi_elem .img_cont_14 .img{
    background-size:contain;
    background-position:0 50%;
}
/* @media screen and (max-width: 1249px) {
    .sticky_images_1 .images .img_cont .img, .sticky_images.mobilized .text_multi_elem .img,
    .sticky_images .images .img_cont_14 .img {
        background-size:contain;
        background-position:50% 50%;
    }
} */
/* Кастомные стили - сделать контейн для картинок .sticky_images_1 и элементов с ID 14 (.img_cont_14) - конец*/




.first_block {
	background:#E7F0F9 url(pics/first_bg.jpg) 50% 50% / cover no-repeat;
    min-height: 100vh ;
	overflow:hidden ;
    border-radius: 0 0 20px 20px;
}

.first_block h1 {
    flex: 0 0 65%;
	padding:0;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.flex .tri_zavoda_box,
.tri_zavoda_box.about {
	flex: 0 0 330px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tri_zavoda_box.about {
    flex-direction: row;
    margin-top: 80px;
    flex-wrap: wrap;
}
.flex .tri_zavoda_box a.box,
.tri_zavoda_box.about a.box {
	position:relative;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    height: 170px;
    border: solid 1px rgba(255, 255, 255, 0.65);
    -webkit-box-shadow: 12px 11px 19px -20px rgba(232, 238, 243, 1) inset;
    -moz-box-shadow: 12px 11px 19px -20px rgba(232, 238, 243, 1) inset;
    box-shadow: 12px 11px 19px -20px rgba(232, 238, 243, 1) inset;
    backdrop-filter: blur(11px);
    display: flex;
    justify-content: space-between;
    transition-duration: 0.2s;
	text-decoration:none;
	color:#373D45;
    transition: 0.2s ease-in-out 0s;
}

.tri_zavoda_box.about a.box {
    flex: 1 0 30%;
    height: 220px;
}
.flex .tri_zavoda_box a.box:before,
.tri_zavoda_box.about a.box:before{
    content: '';
    width: 24px;
    height: 25px;
    display: block;
    position: absolute;
	bottom: 10px;
    left: 10px;
    transition-duration: 0.2s;
    background: url("data:image/svg+xml;charset=UTF-8, %3csvg viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_3391_110)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.6172 17.0282L17.6172 6.23539L18.6172 6.23538L18.6172 18.7353L6.11718 18.7354L6.11725 17.7354H16.9101L5.76365 6.58889L6.47075 5.88179L17.6172 17.0282Z' fill='%23373D45'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_3391_110'%3e%3crect width='24' height='25' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
}

.flex .tri_zavoda_box a.box:hover:before,
.tri_zavoda_box.about a.box:hover:before {
    transform: rotate(-45deg);
}

.flex .tri_zavoda_box .box:hover,
.tri_zavoda_box.about .box:hover {
	background: rgba(255, 255, 255, 0.95);
    transform: scale(0.95);
}

.flex .tri_zavoda_box .box .name {
    font: 400 20px / 1.1em 'Evolventa', sans-serif;
}

.tri_zavoda_box.about .box .name {
    font: 400 26px / 1.1em 'Evolventa', sans-serif;
}


.flex .tri_zavoda_box .box .emblema,
.tri_zavoda_box.about .box .emblema{
    background: #000;
    width: 100px;
    height: 100%;
    border-radius: 150px;
}

.flex .tri_zavoda_box .box.juce .emblema,
.tri_zavoda_box.about .box.juce .emblema {
	background: #FF5F01;
    background: url(pics/j_logo.svg) 50% 50% no-repeat, linear-gradient(146deg, rgba(255, 95, 1, 1) 0%, rgba(195, 73, 1, 1) 100%);
}

.flex .tri_zavoda_box .box.solstek .emblema,
.tri_zavoda_box.about .box.solstek .emblema {
	background: #00A4E3;
	background:url(pics/s_logo.png) 50% 50% no-repeat, linear-gradient(178deg, rgba(0, 164, 227, 1) 39%, rgba(236, 241, 246, 1) 100%);
}

.flex .tri_zavoda_box .box.bsd .emblema,
.tri_zavoda_box.about .box.bsd .emblema{
	background: #993901;
	background:url(pics/bsd_logo.svg) 50% 50% no-repeat,  linear-gradient(158deg, rgba(153, 57, 1, 1) 19%, rgba(255, 95, 1, 1) 100%);
}

.flex .box-content {
    flex: 0 0 65%;
}

.flex .box-content .quality {
    font: 400 20px / 1.1em 'Evolventa', sans-serif;
	max-width: 290px;
    /* padding-left: 35px; */
    box-sizing: border-box;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-top: 30px;
}

.catalog-block {
	padding: 120px 0;
    box-sizing: border-box;
    background: url(pics/catal_block.jpg) 50% 50% / cover no-repeat;
	margin-top: -50px;
    border-radius: 0 0 20px 20px;
	margin-top:-50px;
	padding-top:150px;
}

.newsBlock.news .newsItem.showImgLeft .img .hider {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
	background: #00A4E3;
	background: linear-gradient(42deg, rgba(0, 164, 227, 1) 0%, rgba(0, 164, 227, 0) 47%);
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
	 transition: all 800ms ease-in-out;
}


.first_block .flex.zavod .text_big {
	max-width:410px;
}

.first_block .flex.zavod h1 {
	padding-bottom:25px;
}

.mission {
    background: #00A4E3 url(pics/mission_bg.jpg) 50% 50% / cover no-repeat;
    border-radius: 0px 0 20px 20px;
    padding: 60px 0;
    margin-top: -20px;
	color:#fff;
    margin-bottom: 120px;
}

.mission h2,
.mission .text_big {
	color:#fff;
}

.mission .flex .img ,
.mission .flex .elems,
.flex .img ,
.flex .elems {
    flex: 0 0 32%;
}

.mission .flex .elems ,
.flex .elems {
    border-left: solid 1px #fff;
    padding-left: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mission .flex .img ,
.flex .img {
	border-radius:20px;
	overflow:hidden;
}

.mission .flex .img img,
.flex .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flex .elems .gost {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.flex .elems .gost p {
    background: #E8EDF3;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}

.flex .elems.big {
	 flex: 1 0 32%;
    padding: 0;
	border-left:0;
}

.produktion-bg {
    background: #E7F0F9 url(pics/produktion-bg.jpg) 50% 50% / cover no-repeat;
    padding: 60px 0;
    border-radius: 20px;
}

.block_icons_9 .elem .img {
	display:none;
}

.block_icons_9 .elem {
    flex: 1 0 31%;
    padding: 20px;
    box-sizing: border-box;
    border: solid 1px #D9E3EC;
    border-radius: 20px;
    margin: 0;
    min-height: 220px;
}

.block_icons_9 .elem:first-of-type {
	background: #00A4E3 url(pics/elem1.jpg) 50% 50% / cover no-repeat;
	border: solid 0px #D9E3EC;
}

.block_icons_9 .elem .text .elem_header {
	font: 400 32px / 1.1em 'Evolventa', sans-serif;
}

.block_icons_9 .elem:first-of-type .text .elem_header {
	color:#fff;
}

.block_icons_9 .elem:first-of-type .text {
	color:#fff;
}

.block_icons_8 .elem {
    flex: 1 0 31%;
    padding: 20px;
    box-sizing: border-box;
    border: solid 1px #D9E3EC;
    border-radius: 20px;
    margin: 0;
    min-height: 220px;
    display: flex;
    flex-wrap: wrap;
}

.block_icons_8 .text_big {
    max-width: 425px;
}

.block_icons_8 .elem .text .elem_header {
    font: 400 20px / 1.1em 'Evolventa', sans-serif;
	color:#373D45;
}

.block_icons_8 .elem .img,
.block_icons_8 .elem:hover .img{
    width: 150px;
    height: 190px;
    background: 50% 50% / cover no-repeat;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
	order:5;
}

.block_icons_8 .elem .text {
    flex: 1 0 50%;
}

.chu_on_page_cont.chu_on_page_cont_sort,
.chu_on_page_cont.chu_on_page_cont_item_per_page,
.chu_on_page_cont.chu_on_page_cont_show_type {
	display:none;
}

.produktion-bg .center {
	display:none;
}

.catalog:before	{
	order:2;
	content:"";
	flex: 0 0 32%;
}

.block_icons_16 .elem .img, 
.block_icons_17 .elem .img,
.block_icons_18 .elem .img {
	display:none;
}

.block_icons_16 .elem,
.block_icons_17 .elem ,
.block_icons_18 .elem {
    background: #f0fafd;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    border: solid 1px rgba(255, 255, 255, 0.65);
    -webkit-box-shadow: 12px 11px 19px -20px rgba(232, 238, 243, 1) inset;
    -moz-box-shadow: 12px 11px 19px -20px rgba(232, 238, 243, 1) inset;
    box-shadow: 12px 11px 19px -20px rgba(232, 238, 243, 1) inset;
    backdrop-filter: blur(11px);
    display: flex;
    justify-content: space-between;
    transition-duration: 0.2s;
    text-decoration: none;
    color: #373D45;
    transition: 0.2s ease-in-out 0s;
    flex: 1 0 24%;
}

.block_icons_16 .elem .text .elem_header ,
.block_icons_17 .elem .text .elem_header,
.block_icons_18 .elem .text .elem_header {
    font: 400 28px / 1.0em 'Evolventa', sans-serif;
    margin-bottom: 10px;
}

.first_block.contacts,
.first_block.about {
	background: #E7F0F9 url(pics/f_bl_cont.jpg) 50% 50% / cover no-repeat;
}

.first_block.about {
    min-height: auto;
    padding-bottom: 120px;
}

.bl_catalog .more_index  {
    z-index:3;
    position:relative;
}
.bl_catalog .bg_changer {
    position:relative;
    min-height:520px;
    margin:-40px 0;
    z-index:1;
}

.bl_catalog .bg_changer .elem, .bl_catalog .bg_changer a.elem, .bl_catalog .bg_changer a.elem:hover   {
    position:absolute;
    display:flex;
    align-items:center;
    z-index:2;
    font:400 20px / 1.2em 'Evolventa', sans-serif;
    color:rgba(55, 61, 69, 1);
    text-decoration:none;
	gap:15px;
}

.bl_catalog .bg_changer .elem_1 {
    left:calc(50% + 128px);
    top:24px;
}
.bl_catalog .bg_changer .elem_2 {
    right:calc(50% + 150px);
    top:77px;
    flex-direction:row-reverse;
}
.bl_catalog .bg_changer .elem_3 {
    left:calc(50% + 173px);
    top:201px;
}
.bl_catalog .bg_changer .elem_4 {
    right:calc(50% + 171px);
    top:259px;
    flex-direction:row-reverse;
}
.bl_catalog .bg_changer .elem_5 {
    left:calc(50% + 128px);
    top:378px;
}



.bl_catalog .bg_changer .elem .img  {
    background:rgba(235, 240, 246, 0.5) 50% 50% no-repeat;
    flex:0 0 70px;
    height:107px;
    border-radius:100px;
    backdrop-filter:blur(10px);
}
.bl_catalog .bg_changer .elem .name  {
    padding:0;
}

.bl_catalog .bg_changer .elem_1 .img    {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='28' height='41' viewBox='0 0 28 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.28418 1H22.7158C23.1273 1 23.4609 1.3336 23.4609 1.74512V5.48047C23.4609 5.892 23.1273 6.22559 22.7158 6.22559H5.28418C4.87266 6.22558 4.53906 5.89199 4.53906 5.48047V1.74512C4.53907 1.3336 4.87267 1.00001 5.28418 1Z' stroke='%2300A4E3'/%3e%3cpath d='M6.08594 8.62598H21.916C22.0822 8.62598 22.2166 8.76061 22.2168 8.92676C22.2168 9.37537 22.4487 9.79251 22.8291 10.0303L25.0918 11.4453C25.7361 11.848 26.2674 12.4077 26.6357 13.0723C27.0041 13.7368 27.1972 14.4843 27.1973 15.2441V35.5186C27.1973 36.7068 26.726 37.8472 25.8857 38.6875C25.0455 39.5278 23.9051 40 22.7168 40H5.28516C4.09698 40 2.95741 39.5276 2.11719 38.6875C1.27692 37.8472 0.804688 36.7069 0.804688 35.5186V15.2441L0.813477 14.96C0.855531 14.2988 1.0439 13.6538 1.36621 13.0723C1.73451 12.4078 2.26596 11.848 2.91016 11.4453L5.17383 10.0303C5.55415 9.79249 5.78516 9.37531 5.78516 8.92676C5.78534 8.76075 5.91994 8.6262 6.08594 8.62598Z' stroke='%2300A4E3'/%3e%3c/svg%3e ");
}
.bl_catalog .bg_changer .elem_2 .img    {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='40' height='33' viewBox='0 0 40 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20.1355 32.6862C12.5073 32.6862 5.96321 27.4587 4.29816 20.1402C4.06583 20.1789 3.83349 20.2176 3.60116 20.2176C1.62633 20.2176 0 18.63 0 16.6165C0 14.6029 1.58761 13.0153 3.56244 13.0153C3.79477 13.0153 3.98838 13.054 4.22072 13.0928C5.80833 5.65811 12.3911 0.314453 20.0968 0.314453C27.8025 0.314453 34.3853 5.61939 35.9729 13.054C36.1278 13.054 36.2827 13.0153 36.3988 13.0153C38.3737 13.0153 40 14.6029 40 16.6165C40 18.63 38.3737 20.2176 36.3988 20.2176C36.2439 20.2176 36.0503 20.2176 35.8955 20.1789C34.2691 27.4587 27.7251 32.6862 20.1355 32.6862ZM4.80155 18.5913C4.91772 18.5913 5.03388 18.63 5.11133 18.6688C5.30494 18.7849 5.4211 18.9398 5.45983 19.1334C6.73766 26.1809 12.8945 31.3309 20.1355 31.3309C27.2991 31.3309 33.4947 26.2583 34.7725 19.2496C34.8112 19.056 34.9274 18.9011 35.121 18.7849C35.2759 18.6688 35.5082 18.6688 35.7018 18.7462C35.9342 18.8237 36.2052 18.9011 36.4763 18.9011C37.7154 18.9011 38.7222 17.8943 38.7222 16.6552C38.7222 15.4161 37.7154 14.4093 36.4763 14.4093C36.2052 14.4093 35.9729 14.448 35.7406 14.5255C35.547 14.6029 35.3533 14.5642 35.1597 14.4868C35.0048 14.3706 34.85 14.2157 34.85 14.0221C33.6108 6.89722 27.454 1.70845 20.1743 1.70845C12.8558 1.70845 6.66021 6.89722 5.45983 14.0995C5.4211 14.2932 5.30494 14.4868 5.11133 14.6029C4.91772 14.7191 4.7241 14.7191 4.53049 14.6417C4.25944 14.5255 3.94966 14.448 3.63988 14.448C2.40077 14.448 1.394 15.4548 1.394 16.6939C1.394 17.933 2.40077 18.9398 3.63988 18.9398C3.94966 18.9398 4.29816 18.8624 4.56922 18.7462C4.60794 18.5913 4.68538 18.5913 4.80155 18.5913Z' fill='%2300A4E3'/%3e%3cpath d='M15.9558 14.9514C15.5685 14.9514 15.2588 14.6417 15.2588 14.2544C15.2588 13.4413 14.6005 12.783 13.7873 12.783C12.9742 12.783 12.3159 13.4413 12.3159 14.2544C12.3159 14.6417 12.0061 14.9514 11.6189 14.9514C11.2317 14.9514 10.9219 14.6417 10.9219 14.2544C10.9219 12.7055 12.1997 11.4277 13.7486 11.4277C15.2975 11.4277 16.5753 12.7055 16.5753 14.2544C16.6528 14.6417 16.343 14.9514 15.9558 14.9514ZM28.192 14.9514C27.8047 14.9514 27.495 14.6417 27.495 14.2544C27.495 13.4413 26.8367 12.783 26.0235 12.783C25.2104 12.783 24.5521 13.4413 24.5521 14.2544C24.5521 14.6417 24.2423 14.9514 23.8551 14.9514C23.4679 14.9514 23.1581 14.6417 23.1581 14.2544C23.1581 12.7055 24.4359 11.4277 25.9848 11.4277C27.5337 11.4277 28.8115 12.7055 28.8115 14.2544C28.889 14.6417 28.5792 14.9514 28.192 14.9514ZM19.9441 24.5158C17.1949 24.5158 14.9877 22.2699 14.9877 19.5206C14.9877 19.1334 15.2975 18.8236 15.6847 18.8236H24.2423C24.6295 18.8236 24.9393 19.1334 24.9393 19.5206C24.9006 22.2699 22.6934 24.5158 19.9441 24.5158ZM16.3817 20.1789C16.6915 21.844 18.1629 23.1218 19.9441 23.1218C21.7254 23.1218 23.1581 21.844 23.5066 20.1789H16.3817ZM20.6024 9.10439C18.705 9.10439 17.1561 7.5555 17.1561 5.61939C17.1561 3.95434 18.5114 2.59906 20.1378 2.59906C21.1445 2.59906 22.0739 3.3735 22.3062 4.38028C22.4998 5.19345 22.1513 6.31639 20.7186 6.97467C20.3701 7.12955 19.9829 6.97467 19.828 6.62617C19.6731 6.27767 19.828 5.89045 20.1765 5.73556C20.525 5.58067 21.1058 5.23217 20.9896 4.65134C20.9122 4.26411 20.525 3.95434 20.1378 3.95434C19.2471 3.95434 18.5114 4.69006 18.5114 5.61939C18.5114 6.78105 19.4408 7.74911 20.6024 7.74911C22.0739 7.74911 23.2742 6.54872 23.2742 5.07728C23.2742 3.21862 21.7641 1.70845 19.9441 1.70845C19.5569 1.70845 19.2471 1.39867 19.2471 1.01145C19.2471 0.624231 19.5569 0.314453 19.9441 0.314453C22.5385 0.314453 24.6295 2.44417 24.6295 5.03856C24.5908 7.28444 22.8096 9.10439 20.6024 9.10439Z' fill='%2300A4E3'/%3e%3c/svg%3e ");
}
.bl_catalog .bg_changer .elem_3 .img    {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='36' height='41' viewBox='0 0 36 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20.0957 13.627C25.2843 15.6676 28.7578 20.7502 28.7578 26.3369C28.7575 33.8698 22.6265 40 15.0928 40C7.56 39.9997 1.42995 33.8704 1.42969 26.3369C1.42969 20.7501 4.90301 15.6683 10.0918 13.627H20.0957ZM19.1113 8.49316V11.1982H11.0742V8.49316H19.1113ZM16.9043 1V6.06543H13.2812V1H16.9043ZM33.167 2.13574L33.3057 2.14258C33.6259 2.17532 33.9269 2.31711 34.1572 2.5459C34.3843 2.77342 34.5274 3.07897 34.5596 3.39648L34.5664 3.5332C34.5656 3.90395 34.4178 4.25906 34.1562 4.52051C33.8941 4.78234 33.5385 4.92927 33.168 4.92969H24.5664V2.13574H33.167ZM22.1367 3.52246V3.54395H19.333V3.52246H22.1367Z' stroke='%2300A4E3'/%3e%3c/svg%3e ");
}
.bl_catalog .bg_changer .elem_4 .img    {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='28' height='41' viewBox='0 0 28 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6.73438 1H20.915C21.2859 1.00023 21.5869 1.30102 21.5869 1.67188V3.45703C21.5868 3.75689 21.3429 4 21.043 4C20.1909 4.00018 19.5001 4.69087 19.5 5.54297V7.32812C19.5 8.26673 20.2552 8.95605 21.0957 9.0791C24.718 9.60914 27.5 12.7304 27.5 16.5V36.498C27.5001 36.9576 27.4092 37.4133 27.2334 37.8379C27.0576 38.2622 26.8003 38.6479 26.4756 38.9727C26.1506 39.2976 25.7644 39.5556 25.3398 39.7314C24.9152 39.9073 24.4596 39.9981 24 39.998L4 40C3.54033 39.9999 3.0848 39.9094 2.66016 39.7334C2.23555 39.5574 1.84937 39.2996 1.52441 38.9746C1.19953 38.6496 0.942413 38.2634 0.766602 37.8389C0.590764 37.4142 0.499931 36.9586 0.5 36.499V16.499C0.500185 12.7302 3.28209 9.60912 6.9043 9.0791C7.74476 8.95605 8.5 8.26673 8.5 7.32812V5.67188C8.5 4.74856 7.75141 4.00006 6.82812 4H6.73438C6.36343 3.99982 6.0625 3.69902 6.0625 3.32812V1.67188C6.0625 1.30098 6.36343 1.00018 6.73438 1Z' stroke='%2300A4E3'/%3e%3c/svg%3e ");
}
.bl_catalog .bg_changer .elem_5 .img    {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='36' height='35' viewBox='0 0 36 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.9746 0.5H21.9404C22.926 0.5 23.7285 1.30256 23.7285 2.28809V11.3477H33.2119C34.1974 11.3477 35.0001 12.1502 35 13.1357V21.1016C35 22.0871 34.1974 22.8896 33.2119 22.8896H23.7285V32.7119C23.7285 33.6975 22.926 34.5 21.9404 34.5H13.9746C12.9891 34.5 12.1865 33.6975 12.1865 32.7119V22.8896H2.78809C1.80254 22.8896 1 22.0871 1 21.1016V13.1357C1 12.1502 1.80254 11.3477 2.78809 11.3477H12.1865V2.28809C12.1865 1.36414 12.8918 0.60058 13.792 0.508789L13.9746 0.5Z' stroke='%2300A4E3'/%3e%3c/svg%3e ");
}

.bl_catalog .bg_changer .elem_bg    {
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    transition:0.2s;
    background:50% 50% no-repeat;
}
.bl_catalog .bg_changer .elem_bg.active {
    opacity:1;
}

@media screen and (max-width: 1000px) {
    .bl_catalog .bg_changer {
        margin:0;
        min-height:unset;
        padding:20px;
    }
    .bl_catalog .bg_changer .elem, .bl_catalog .bg_changer a.elem, .bl_catalog .bg_changer a.elem:hover   {
        position:static;
        flex-direction:row !important;
        width:100%;
        margin:5px 0;
    }
    .bl_catalog .bg_changer .elem_bg    {
        display:none;
    }
}

.first_block .flex {
    margin-top: 50px;
}

.flex .box-content.r .flex {
	margin-top: 0;
}

.flex .box-content.r .flex .tri_zavoda_box {
    flex: 0 0 auto;
}


.first_block.zavod {
    background: #E7F0F9 url(pics/f_bg_zavod.jpg) 50% 50% / cover no-repeat;
}


.h120 {
	height:120px;
}

.bg_gradient {
    padding: 30px;
    box-sizing: border-box;
    border-radius: 20px;
	background: #E8EEF3;
	background: linear-gradient(358deg, rgba(232, 238, 243, 1) 26%, rgba(233, 238, 244, 0) 100%);
}

.flex .elem.big  {
    display: block;
    border-left: 0;
    padding-left: 0;
    flex: 1 0 50%;
}

.nums {
    font-size: 130px;
    color: #00A4E3;
    display: flex
;
    align-items: center;
}

.nums span{
	    font-size: 40px;
}

.plan_sheme {
    display:flex;
    flex-wrap:wrap;
    padding:10px 0 20px 0;
}
.plan_sheme .elem, .plan_sheme a.elem, .plan_sheme a.elem:hover    {
    display:block;
    padding:10px 20px;
    text-decoration:none;
    box-shadow:0 0 0 1px rgba(0, 164, 227, 1);
    border-radius:50px;
    margin:10px 10px 0 0;


    font:400 16px / 20px 'Evolventa', sans-serif;
    display:flex;
    white-space:nowrap;
    transition:0.2s;
    color: #373D45;
}
.plan_sheme a.elem:hover    {
    box-shadow:0 0 0 3px rgba(0, 164, 227, 1);
    background-color:rgba(0, 164, 227, 0.1);
}
.plan_sheme .cel_chertej::before, .plan_sheme .cel_shemaupak::before, .plan_sheme a.cel_declaration::before    {
    content:'';
    order:2;
    display:block;
    width:20px;
    height:20px;
    background:50% 50% no-repeat;
    padding-left:10px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.58073 16.6665C4.47022 16.6665 4.36424 16.6226 4.2861 16.5445C4.20796 16.4663 4.16406 16.3603 4.16406 16.2498V12.0832C4.16406 11.9727 4.20796 11.8667 4.2861 11.7885C4.36424 11.7104 4.47022 11.6665 4.58073 11.6665H5.83073C6.7499 11.6665 7.4974 12.414 7.4974 13.3332C7.4974 14.2523 6.7499 14.9998 5.83073 14.9998H4.9974V16.2498C4.9974 16.3603 4.9535 16.4663 4.87536 16.5445C4.79722 16.6226 4.69124 16.6665 4.58073 16.6665ZM4.9974 14.1665H5.83073C6.2899 14.1665 6.66406 13.7923 6.66406 13.3332C6.66406 12.874 6.2899 12.4998 5.83073 12.4998H4.9974V14.1665Z' fill='%23373D45'/%3e%3cpath d='M16.2474 20H3.7474C3.19506 19.9993 2.66554 19.7796 2.27499 19.3891C1.88443 18.9985 1.66472 18.469 1.66406 17.9167V2.08333C1.66406 0.935 2.59906 0 3.7474 0H16.2474C17.3957 0 18.3307 0.935 18.3307 2.08333V17.9167C18.3307 19.065 17.3957 20 16.2474 20ZM3.7474 0.833333C3.05823 0.833333 2.4974 1.39417 2.4974 2.08333V17.9167C2.4974 18.6058 3.05823 19.1667 3.7474 19.1667H16.2474C16.9366 19.1667 17.4974 18.6058 17.4974 17.9167V2.08333C17.4974 1.39417 16.9366 0.833333 16.2474 0.833333H3.7474Z' fill='%23373D45'/%3e%3cpath d='M10.4115 16.6665H8.74479C8.63428 16.6665 8.5283 16.6226 8.45016 16.5445C8.37202 16.4663 8.32812 16.3603 8.32812 16.2498V12.0832C8.32812 11.9727 8.37202 11.8667 8.45016 11.7885C8.5283 11.7104 8.63428 11.6665 8.74479 11.6665H10.4115C11.1006 11.6665 11.6615 12.2273 11.6615 12.9165V15.4165C11.6615 16.1057 11.1006 16.6665 10.4115 16.6665ZM9.16146 15.8332H10.4115C10.522 15.8332 10.6279 15.7893 10.7061 15.7111C10.7842 15.633 10.8281 15.527 10.8281 15.4165V12.9165C10.8281 12.806 10.7842 12.7 10.7061 12.6219C10.6279 12.5437 10.522 12.4998 10.4115 12.4998H9.16146V15.8332ZM12.9115 16.6665C12.801 16.6665 12.695 16.6226 12.6168 16.5445C12.5387 16.4663 12.4948 16.3603 12.4948 16.2498V12.9165C12.4948 12.2273 13.0556 11.6665 13.7448 11.6665H15.4115C15.522 11.6665 15.6279 11.7104 15.7061 11.7885C15.7842 11.8667 15.8281 11.9727 15.8281 12.0832C15.8281 12.1937 15.7842 12.2997 15.7061 12.3778C15.6279 12.4559 15.522 12.4998 15.4115 12.4998H13.7448C13.6343 12.4998 13.5283 12.5437 13.4502 12.6219C13.372 12.7 13.3281 12.806 13.3281 12.9165V16.2498C13.3281 16.3603 13.2842 16.4663 13.2061 16.5445C13.1279 16.6226 13.022 16.6665 12.9115 16.6665Z' fill='%23373D45'/%3e%3cpath d='M15.4167 14.9998H12.9167C12.8062 14.9998 12.7002 14.9559 12.622 14.8778C12.5439 14.7997 12.5 14.6937 12.5 14.5832C12.5 14.4727 12.5439 14.3667 12.622 14.2885C12.7002 14.2104 12.8062 14.1665 12.9167 14.1665H15.4167C15.5272 14.1665 15.6332 14.2104 15.7113 14.2885C15.7894 14.3667 15.8333 14.4727 15.8333 14.5832C15.8333 14.6937 15.7894 14.7997 15.7113 14.8778C15.6332 14.9559 15.5272 14.9998 15.4167 14.9998Z' fill='%23373D45'/%3e%3c/svg%3e ");
}
.cel_price_block h3 {
    padding:20px 0 0 0;
}

.properties_table_simple tbody {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.properties_table_simple tbody tr  {
    flex:1 0 100%;
    /* display:block; */
    display:flex;
    /* flex-wrap:wrap; */
    padding:5px;
}
.properties_table_simple tbody tr.property  {
    flex:0 0 290px;
    min-width:40%;
}
/* .properties_table_simple tbody::after  {
    content:'';
    flex:0 0 290px;
} */
.properties_table_simple tbody tr td   {
    /* width:100%; */
    box-sizing: border-box;
    display:block;
    border-bottom:1px solid rgba(0, 0, 0, 0.18);
}
table.properties_table_simple > * > tr td:first-of-type    {
    flex:1 0 auto;
    color:rgba(197, 203, 208, 1);
}
table.properties_table_simple > * > tr td:last-of-type {
    flex:1 0 auto;
    text-align:right;
}
.properties_table_simple tbody tr.group {
    display:none;
}
ul.tabs, .main_middle ul.tabs   {
    background:transparent;
}
ul.tabs > li.current, .main_middle ul.tabs > li.current, ul.tabs > li:hover, .main_middle ul.tabs > li:hover    {
    background:transparent;
    text-align:left;
}
ul.tabs > li, .main_middle ul.tabs > li {
    height:auto;
}
.tabs_content   {
    border:0;
}
.tabs_content .box, ul.tabs > li, .main_middle ul.tabs > li  {
    padding:0;
}


.main_mid:has(.catalog_el)  {
    background:url(pics/cat_el_bg.png) 50% 50% / cover no-repeat;
}

.newsEl {
    display: flex;
	flex-wrap: wrap;
    gap: 30px;
}

.newsEl .imgCont {
    flex: 1 0 40%;
}

.newsEl .text {
    display: table-cell;
    padding: 0;
    vertical-align: top;
    padding: 0;
    flex: 1 0 52%;
}
@media screen and (max-width: 1381px) {
	.mid {
        width: 100%;
	}
	
    .main_middle {
        padding: 0 10px;
	}
	
	footer {
	    padding: 60px 10px;
        padding-bottom: 20px;
    }
	.mission .flex .img, .mission .flex .elems, .flex .img, .flex .elems {
		flex: 1 0 27%;
	}
	
	.newsContainerBg {
	    padding-top: 120px;
	}
	
	.main_middle h2, *.h2, a.h2, a.h2:hover, .main_middle *.h2 {
		font-size:32px;
	}
	
	.mission .text_big {
		font-size:16px;
	}
}

@media screen and (max-width: 1249px) {
	header .mid {
		justify-content: flex-start;
        gap: 20px;
        padding: 0 10px;
        box-sizing: border-box;
    }
	.grh_phone, a.grh_phone {
	    flex: 1 0 auto;
	}
	
	.f_sm_home, a.f_sm_home, .f_sm_phone, a.f_sm_phone, .f_sm_mail, a.f_sm_mail, .f_sm_adress, a.f_sm_adress, .f_sm_sitemap, a.f_sm_sitemap, .f_sm_time, a.f_sm_time, .f_sm_favorite, a.f_sm_favorite {
	    width: 100%;
	}
	.footer_after .mid {
		align-items: center;
	}
	.f_copy,
	.f_privacy,
	.f_linkall {
		width: 100%;
		font-size: 12px;
		text-align: left;
    }

}
@media screen and (max-width: 1025px) {
	.flex .tri_zavoda_box {
		order:5;
        flex: 1 0 100%;
        flex-direction: row;
		flex-wrap: wrap;
	}
	
	.first_block {
	    min-height: auto;
	}
	.parallax2 {
		display:none;
	}
	.newsBlock .newsItem .title {
	    flex: 0 0 100%;
	}
	.newsBlock .newsItem.showImgTop {
		flex: 1 0 45%;
	}
	.newsBlock .newsItem.showImgTop .group_2 {
	    gap: 15px;
	}
	.flex .tri_zavoda_box a.box {
		flex: 1 0 47%;
		border: solid 1px rgba(0, 164, 227, 0.3);
	}
	.flex .box-content {
		flex: 1 0 100%;
		order: 1;
	}
	.first_block .flex {
		margin-top: 50px;
		gap: 120px;
	}
	
	.bl_catalog .bg_changer {
		display: flex;
        flex-wrap: wrap;
	}
	.bl_catalog .bg_changer .elem, .bl_catalog .bg_changer a.elem, .bl_catalog .bg_changer a.elem:hover {
	        flex: 1 0 45%;
	}
	
	.f_menu a,
	.f_sm_home, a.f_sm_home, .f_sm_phone, a.f_sm_phone, .f_sm_mail, a.f_sm_mail, .f_sm_adress, a.f_sm_adress, .f_sm_sitemap, a.f_sm_sitemap, .f_sm_time, a.f_sm_time, .f_sm_favorite, a.f_sm_favorite {
		font-size:15px;
	}
	
	.newsBlock .newsItem .line, .newsEl .line, .newsEl_v_vertical .line {
	    width: auto;
    	height: auto;
		gap: 10px;
		margin: 0;
		flex-direction: row;
	}
	
	.footer_after a {
	    max-width: 200px;
	}
	
	.catalog_pl {
	    flex: 1 0 32%;
	}
		.block_icons_9 .elem .text .elem_header {
		font: 400 20px / 1.1em 'Evolventa', sans-serif;
	}
}

@media screen and (max-width: 999px) {
	.mission .flex .img {
		flex: 1 0 100%;
		max-height: 300px;
	}
	.flex .box-content.r .flex .box-content {
	        flex: 1 0 60%;
	}
}
@media screen and (max-width: 769px) {
	.grh_phone, a.grh_phone {
        flex: 0 0 auto;
        font-size: 12px;
    }
	.zakaz_zvonka, a.zakaz_zvonka {
	    font-size: 12px;
    	padding: 5px 5px;
	}
	
	.main_middle h1, *.h1, a.h1, a.h1:hover, .main_middle *.h1 {
		 font-size: 40px;
	}
	
	.main_middle h2, *.h2, a.h2, a.h2:hover, .main_middle *.h2 {
        font-size: 28px;
    }
	
	.nums {
	    font-size: 46px;
	}
	
	ul.left_menu > li {
		flex: 1 0 48%;
	}
	
	.flex .elems {
		flex: 1 0 100%;
	}
	
	.catalog_pl .cpl_dinamic_height, .cat_dinamic_height {
	    min-height: auto;
	}
	.catalog_pl .cpl_name .cpl_h3, .catalog_pl .cpl_name_folder .cpl_h3,
	.block_icons_8 .elem .text .elem_header {
	    font: 400 16px / 1.3em 'Evolventa', sans-serif;
	}
	.catalog_pl .cpl_name_folder .icon_pl {
		flex: 0 1 30px;
	}
	.catalog_pl .cpl_name_folder {
	    gap: 15px;
	}
	.flex .elems .gost p {
		background: #E8EDF3;
		padding: 4px;
		border-radius: 10px;
		text-align: center;
		font-size: 12px;
	}
	
	.newsEl_v_vertical .images {
	        height: 350px;
	}
	.newsEl_v_vertical .images img, .newsEl_v_vertical .images video, .newsEl_v_vertical .images iframe {
	        width: 100%;
        height: 100%;
	}
	.newsEl_v_vertical .images a {
		width: 100%;
		}
	
	.newsEl_v_vertical .text h1 {
		text-transform:none;
		font-size: 28px;
	}
	
	.flex .img {
	        flex: 1 0 100%;
	}
}
@media screen and (max-width: 699px) { 
	.newsBlock.news .newsItem.showImgLeft .img {
		height: 250px;
	}
	.block_icons_16 .elem .text .elem_header, .block_icons_17 .elem .text .elem_header, .block_icons_18 .elem .text .elem_header {
		font: 400 20px / 1.0em 'Evolventa', sans-serif;
		margin-bottom: 10px;
	}
	.newsBlock .newsItem.showImgLeft:nth-child(3n), .newsBlock .newsItem.showImgLeft:nth-child(4n) {
		flex: 1 0 45%;
	}
	.newsBlock .newsItem .line .num, .newsEl .line .num, .newsEl_v_vertical .line .num {
	    font-size: 20px;
	}
	.bl_catalog .bg_changer .elem, .bl_catalog .bg_changer a.elem, .bl_catalog .bg_changer a.elem:hover {
        flex: 1 0 100%;
    }
	.bl_catalog .bg_changer .elem .name {
		padding: 10px;
		font-size: 16px;
		line-height: 1.3;
	}
	    .footer_after .mid {
        align-items: center;
        flex-direction: column;
    }
	
	a.but_center, a.but_cen, a.but_c, a.but_prev, a.but_back, a.but_next {
		font-size: 12px;
		padding: 5px;
	}
}
@media screen and (max-width: 499px) { 
	.zakaz_zvonka, a.zakaz_zvonka {
		display:none;
	}
	.block_icons_9 .elem {
    	flex: 1 0 100%;
	}
	.catalog_pl.folder {
	    padding: 10px;
		flex: 1 0 100%;
	}
	 .catalog_pl {
        flex: 1 0 45%;
        padding: 10px;
    }
	header .mid {
		gap:10px;
	}
	
	.catalog_pl .cpl_img,
	.catalog_pl .cpl_img_cont {
	    height: 100px;
	}
	.catalog_pl .cpl_name .cpl_h3, .catalog_pl .cpl_name_folder .cpl_h3 {
	    font: 400 14px / 22px 'Evolventa', sans-serif;
	}
	
	
	header .mid { 
		padding: 0 5px;
	}
	
	.main_middle h1, *.h1, a.h1, a.h1:hover, .main_middle *.h1 {
		 font-size: 34px;
	}
	
	.fcolmn_25, .fcolmn_25_2, .fcolmn_25_3, .fcolmn_25_4, .fcolmn_33, .fcolmn_33_2, .fcolmn_33_3, .fcolmn_33_4 {
		flex: 1 0 100%;
	}
	 .text_big, .text_big_up {
        font-size: 18px;
    }
	
	.newsBlock .newsItem.showImgLeft {
	    flex: 1 0 100%;
	}
	
	.newsEl .text h1 {
		font-size: 26px;
	}
}

@media screen and (max-width: 320px) {  
	.main_middle h2, *.h2, a.h2, a.h2:hover, .main_middle *.h2 {
	        font-size: 24px;
	}
}

.newsBlock .newsItem .brief {
	display:none;
}

.logos_bl img {
	transition-duration:0.2s;
}

.logos_bl img:hover {
    transform: scale(1.2);
}



/**
 * Swiper 4.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on:April 1, 2018
 */
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	list-style:none;
	padding:0;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-container-no-flexbox .swiper-slide {
	float:left;
}
.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	height:100%;
	z-index:1;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-transition-property:-webkit-transform;
	transition-property:-webkit-transform;
	-o-transition-property:transform;
	transition-property:transform;
	transition-property:transform, -webkit-transform;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform:translate3d(0px, 0, 0);
	transform:translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function:ease-out;
	-o-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
	margin:0 auto;
}
.swiper-slide {
	-webkit-flex-shrink:0;
	-ms-flex-negative:0;
	flex-shrink:0;
	width:100%;
	height:100%;
	position:relative;
	-webkit-transition-property:-webkit-transform;
	transition-property:-webkit-transform;
	-o-transition-property:transform;
	transition-property:transform;
	transition-property:transform, -webkit-transform;
	
	display:flex;
	align-items:center;
}
.slider .swiper-slide	{
	display:block;

}

.swiper-invisible-blank-slide {
	visibility:hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height:auto;
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-transition-property:height, -webkit-transform;
	transition-property:height, -webkit-transform;
	-o-transition-property:transform, height;
	transition-property:transform, height;
	transition-property:transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
	-webkit-perspective:1200px;
	perspective:1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	pointer-events:none;
	z-index:10;
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image:-webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image:-webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image:-o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image:-o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image:-webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image:-o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image:-webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image:-o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
	-ms-touch-action:pan-y;
	touch-action:pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
	-ms-touch-action:pan-x;
	touch-action:pan-x;
}
.swiper-button-prev,
.swiper-button-next {
	position:absolute;
	top:50%;
	width:27px;
	height:44px;
	margin-top:-22px;
	z-index:10;
	cursor:pointer;
	background-size:27px 44px;
	background-position:center;
	background-repeat:no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity:0.35;
	cursor:auto;
	pointer-events:none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left:10px;
	right:auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right:10px;
	left:auto;
}

.swiper-button-lock {
	display:none;
}
.swiper-pagination {
	position:absolute;
	text-align:center;
	-webkit-transition:300ms opacity;
	-o-transition:300ms opacity;
	transition:300ms opacity;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	z-index:10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity:0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	position:absolute;
	text-align:center;
	left:0;
	right:0;
	padding:0 60px 0 60px;
	top:10px;
	color:#fff;
	font-weight:400;

}
.swiper-pagination-fraction .pageNums	{
	padding:10px 20px;
	background:rgba(0,0,0,0.7);
	/* box-radius:20px; */
}


/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow:hidden;
	font-size:0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform:scale(0.33);
	-ms-transform:scale(0.33);
	transform:scale(0.33);
	position:relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform:scale(0.66);
	-ms-transform:scale(0.66);
	transform:scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform:scale(0.33);
	-ms-transform:scale(0.33);
	transform:scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform:scale(0.66);
	-ms-transform:scale(0.66);
	transform:scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform:scale(0.33);
	-ms-transform:scale(0.33);
	transform:scale(0.33);
}
.swiper-pagination-bullet {
	width:8px;
	height:8px;
	display:inline-block;
	border-radius:100%;
	background:#000;
	opacity:0.2;
}
button.swiper-pagination-bullet {
	border:none;
	margin:0;
	padding:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor:pointer;
}
.swiper-pagination-bullet-active {
	opacity:1;
	background:#007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
	right:10px;
	top:50%;
	-webkit-transform:translate3d(0px, -50%, 0);
	transform:translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin:6px 0;
	display:block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	width:8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display:inline-block;
	-webkit-transition:200ms top, 200ms -webkit-transform;
	transition:200ms top, 200ms -webkit-transform;
	-o-transition:200ms transform, 200ms top;
	transition:200ms transform, 200ms top;
	transition:200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin:0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	white-space:nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition:200ms left, 200ms -webkit-transform;
	transition:200ms left, 200ms -webkit-transform;
	-o-transition:200ms transform, 200ms left;
	transition:200ms transform, 200ms left;
	transition:200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition:200ms right, 200ms -webkit-transform;
	transition:200ms right, 200ms -webkit-transform;
	-o-transition:200ms transform, 200ms right;
	transition:200ms transform, 200ms right;
	transition:200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
	background:rgba(0, 0, 0, 0.25);
	position:absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background:#007aff;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0);
	-webkit-transform-origin:left top;
	-ms-transform-origin:left top;
	transform-origin:left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin:right top;
	-ms-transform-origin:right top;
	transform-origin:right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width:100%;
	height:4px;
	left:0;
	top:0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width:4px;
	height:100%;
	left:0;
	top:0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background:#ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
	background:rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background:#ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background:#000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
	background:rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background:#000000;
}
.swiper-pagination-lock {
	display:none;
}
/* Scrollbar */
.swiper-scrollbar {
	border-radius:10px;
	position:relative;
	-ms-touch-action:none;
	background:rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
	position:absolute;
	left:1%;
	bottom:3px;
	z-index:50;
	height:5px;
	width:98%;
}
.swiper-container-vertical > .swiper-scrollbar {
	position:absolute;
	right:1px;
	top:1%;
	z-index:50;
	width:4px;
	height:98%;
}
.swiper-scrollbar-drag {
	height:100%;
	width:100%;
	position:relative;
	background:rgba(0, 0, 0, 0.5);
	border-radius:10px;
	left:0;
	top:0;
}
.swiper-scrollbar-cursor-drag {
	cursor:move;
}
.swiper-scrollbar-lock {
	display:none;
}
.swiper-zoom-container {
	width:100%;
	height:100%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	text-align:center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width:100%;
	max-height:100%;
	-o-object-fit:contain;
	object-fit:contain;
}
.swiper-slide-zoomed {
	cursor:move;
}
/* Preloader *
.swiper-lazy-preloader {
	width:42px;
	height:42px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-21px;
	margin-top:-21px;
	z-index:10;
	-webkit-transform-origin:50%;
	-ms-transform-origin:50%;
	transform-origin:50%;
	-webkit-animation:swiper-preloader-spin 1s steps(12, end) infinite;
	animation:swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
	display:block;
	content:'';
	width:100%;
	height:100%;
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position:50%;
	background-size:100%;
	background-repeat:no-repeat;
}
.swiper-lazy-preloader-white:after {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
/* a11y */
.swiper-container .swiper-notification {
	position:absolute;
	left:0;
	top:0;
	pointer-events:none;
	opacity:0;
	z-index:-1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function:ease-out;
	-o-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
}
.swiper-container-fade .swiper-slide {
	pointer-events:none;
	-webkit-transition-property:opacity;
	-o-transition-property:opacity;
	transition-property:opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events:none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events:auto;
}
.swiper-container-cube {
	overflow:visible;
}
.swiper-container-cube .swiper-slide {
	pointer-events:none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	z-index:1;
	visibility:hidden;
	-webkit-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;
	width:100%;
	height:100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events:none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin:100% 0;
	-ms-transform-origin:100% 0;
	transform-origin:100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events:auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events:auto;
	visibility:visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index:0;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.swiper-container-cube .swiper-cube-shadow {
	position:absolute;
	left:0;
	bottom:0px;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.6;
	-webkit-filter:blur(50px);
	filter:blur(50px);
	z-index:0;
}
.swiper-container-flip {
	overflow:visible;
}
.swiper-container-flip .swiper-slide {
	pointer-events:none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	z-index:1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events:none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events:auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index:0;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.swiper-container-coverflow .swiper-wrapper {
	/* Windows 8 IE 10 fix */
	-ms-perspective:1200px;
}

/*	Измененные стили - Начало	*/

.almaFullSliderCont	{
	position:relative;
	width:100vw;
	height:100vh;
	background-color:rgba(0,0,0,0.7);;
}

.almaFullSlider.slider_cont.slider	{
	width:100%;
	height:100%;
}

.almaFullSliderThumbs	{
	z-index:1;
	overflow:hidden;
	width:350px;
	height:75px;
	position:absolute;
	bottom:20px;
	left:20%;
	left:calc(50% - 175px);
	opacity:0.7;
}

.almaFullSliderCont .sliderTitle	{
	position:absolute;
	bottom:120px;
	left:0;
	right:0;
	text-align:center;
	color:#fff;
	padding:0 60px;
}

.almaFullSliderCont .sliderTitle  .sliderTitleValue	{
	display:inline-block;
	padding:10px 20px;
	background:rgba(32,32,32,0.8);
	border-radius:2px;
	box-shadow:0 0 0 1px rgba(128,128,128,0.5);
	font:300 20px 'Evolventa', sans-serif;
}

@media screen and (max-width:1249px) {
	.almaFullSliderCont .sliderTitle	{
		bottom:10px;
	}
	
	.almaFullSliderThumbs 	{
		top:-9999px;
	}
}


.almaScrollBar {
	width:100%;
	height:100%;
}
.almaScrollBar .swiper-slide {
	height: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*	Измененные стили - Конец	*/