@font-face {
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	src: url('../fonts/PFDINTEXTCONDPRO-MEDIUM.eot');
	src: local('O'), url('../fonts/PFDINTEXTCONDPRO-MEDIUM.woff') format('woff'), url('../fonts/PFDINTEXTCONDPRO-MEDIUM.ttf') format('truetype'), url('../fonts/PFDINTEXTCONDPRO-MEDIUM.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	height: 100%;
}

body {
	height: 100%;
	color: #405965;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background: #FFFFFF;
	overflow-x: hidden;
	margin-top: 0 !important;
}

.fixed {
	overflow: hidden;
}

.main-form {
	height: 100%;
}

.wrap-all {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.wrap-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.wrap-footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

a {
	color: #0066B3;
	transition: all 0.3s;
	text-decoration: none;
	cursor: pointer;
}

	a:hover {
		color: #f15a22;
		text-decoration: underline;
	}
/*a:visited {
  color: #4b4e4f;
}*/
p {
	margin-bottom: 20px;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

	.table thead th {
		vertical-align: bottom;
		border-bottom: 2px solid #CADDF2;
		padding: 10px;
		text-align: left;
	}

	.table th,
	.table td {
		vertical-align: top;
		border-top: 1px solid #CADDF2;
	}

	.table td {
		padding: 8px 10px;
	}

.table__mobile {
	display: none;
	font-size: 0.8em;
	color: #7E8586;
}

.bold {
	font-weight: 700;
}

.link-arrow {
	position: relative;
	display: inline-block;
	padding-right: 10px;
	color: #405965;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-right: 10px;
}

	.link-arrow .icon {
		position: absolute;
		top: 4px;
		right: 0;
		margin-bottom: 0;
		width: 5px;
		height: 8px;
	}

h1 {
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 3.5em;
	line-height: 1;
	margin-bottom: 20px;
	color: #405965;
	font-weight: 400;
}

h2 {
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 2em;
	line-height: 1;
	margin-bottom: 20px;
	color: #405965;
	font-weight: 400;
}

.h2_large {
	font-size: 2.5em;
}

h3 {
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 1.8em;
	line-height: 1.2;
	margin-bottom: 20px;
	color: #405965;
	font-weight: 400;
}

h4 {
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 2em;
	line-height: 1;
	margin-bottom: 20px;
	color: #405965;
	font-weight: 400;
}

h5 {
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 1.4em;
	line-height: 1;
	margin-bottom: 20px;
	color: #405965;
	font-weight: 100;
}

h6 {
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 1.4em;
	line-height: 1;
	margin-bottom: 18px;
	color: #405965;
	font-weight: 400;
}

.wrapper {
	width: 100%;
}

.wrapper_blue {
	background: #1b559e;
}

.wrapper_blue-light {
	background: #f4f7fc;
}

.wrapper_blue-dark {
	background: #4a9bd0;
	background: -moz-linear-gradient(left, #4a9bd0 0%, #3f79bd 100%);
	background: -webkit-linear-gradient(left, #4a9bd0 0%,#3f79bd 100%);
	background: linear-gradient(to right, #4a9bd0 0%,#3f79bd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a9bd0', endColorstr='#3f79bd',GradientType=0 );
}

.wrapper_grey {
	background: #E9EBF0;
}

.wrapper_grad-grey {
	background: #E2EDF9;
	background: -moz-linear-gradient(top, #E2EDF9 0%, #E2EDF9 20%, #F4F8FC 60%, rgba(244,247,252,1) 100%);
	background: -webkit-linear-gradient(top, #E2EDF9 0%,#E2EDF9 20%,#F4F8FC 60%,rgba(244,247,252,1) 100%);
	background: linear-gradient(to bottom, #E2EDF9 0%,#E2EDF9 20%,#F4F8FC 60%,rgba(244,247,252,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2edf9', endColorstr='#f4f7fc',GradientType=0 );
}

.wrapper_dark {
	background: #3B4256;
	border-bottom: 1px solid #FFFFFF;
}

.wrapper_usual-blue {
	background: #0066B3;
}

.wrapper_usual-orange {
	background: #F15A22;
}

.page-title {
	padding-top: 45px;
}

.page-title_picture {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 320px;
	margin-bottom: -50px;
	padding-bottom: 70px;
}

.page-title_grad {
	position: relative;
}

	.page-title_grad::before {
		position: absolute;
		top: 0;
		height: 50px;
		left: 0;
		right: 0;
		content: '';
		background: #e2eaf6;
		background: -moz-linear-gradient(top, #e2eaf6 0%, #f4f7fc 100%);
		background: -webkit-linear-gradient(top, #e2eaf6 0%,#f4f7fc 100%);
		background: linear-gradient(to bottom, #e2eaf6 0%,#f4f7fc 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eaf6', endColorstr='#f4f7fc',GradientType=0 );
		z-index: 1;
	}

ul:not([class]) {
	margin-left: 16px;
}

.page-title_grad .content {
	position: relative;
	z-index: 2;
}

.content {
	width: 100%;
	max-width: 1310px;
	padding: 0 15px;
	margin: auto;
}

.content_footer {
	background: url(../images/footer-bg.png) no-repeat bottom right;
	background-size: 100%;
}

.row {
	margin: 0 -15px;
}

	.row:after {
		content: "";
		display: table;
		clear: both;
	}

.col {
	float: left;
	padding: 0 15px;
}

.col_right {
	float: right;
}

.col_3 {
	width: 33.3333%;
}

.col_2 {
	width: 50%;
}

.col_4 {
	width: 25%;
}

.col_75 {
	width: 75%;
}

.col_50 {
	width: 50%;
}

.col_25 {
	width: 25%;
}

.col_27 {
	width: 27%;
}

.col_73 {
	width: 73%;
}

.col_10 {
	width: 10%;
}

.col_100 {
	width: 100%;
}

.col_5 {
	width: 5%;
}

.col_66 {
	width: 66.6667%;
}

.icon svg {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	overflow: hidden;
	margin: auto;
}

	.icon svg * {
		transition: all 0.3s;
	}

.svg_white {
	color: #ffffff;
	fill: #f15a22;
	stroke: #f15a22;
}

.svg_blue {
	color: #0066B3;
	fill: #f15a22;
	stroke: #f15a22;
}

a:hover .svg_blue {
	color: #F15A22;
	fill: #0066B3;
	stroke: #0066B3;
}

.svg_grey {
	color: #405965;
}

a:hover .svg_grey {
	color: #F15A22;
}

.svg_red {
	color: #F15A22;
	/*  fill: #f15a22;
  stroke: #f15a22;*/
}

.svg_light-grey {
	color: #CADDF2;
}

.svg_walk {
	color: #0066b3;
}

.svg_mfc {
	color: #fabc42;
}

.svg_gosuslugi {
	color: #00aeef;
}

.svg_online-service {
	color: #f15a22;
}

.svg_account {
	color: #00427a;
}

.text-icon,
.icon {
	display: inline-block;
	vertical-align: middle;
}

a:hover .text-icon {
	text-decoration: underline;
}

.mobile-show {
	display: none;
}

.tablet-show {
	display: none;
}

.hidden {
	display: none;
}

/* top */
.top {
	padding: 5px 0;
	color: #ffffff;
	height: 50px;
}

.top__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.top__link {
	color: #ffffff;
	opacity: 0.8;
}

	.top__link .icon_circle {
		margin-top: 3px;
	}

	.top__link:hover {
		opacity: 1;
		color: #ffffff;
		text-decoration: none;
	}

	.top__link .icon {
		margin-right: 8px;
	}

.geo {
	position: relative;
	z-index: 5;
}

.geo__icon {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	left: 10px;
	z-index: 5;
}

.geo__select {
	/*  display: inline-block;
  width: 200px;
  min-width: 200px;*/
	display: block;
	width: 100%;
}

.geo__icon .icon {
	height: 28px;
}

.top__link_glasses .icon {
	height: 12px;
}

.top__link_phone .icon {
	height: 17px;
}

.top .soc__link {
	opacity: 0.8;
}

	.top .soc__link:hover {
		opacity: 1;
	}

		.top .soc__link:hover .svg_white {
			color: #ffffff;
			fill: #f15a22;
			stroke: #f15a22;
		}
/*.top .soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}*/
.top__link_phone,
.top__link_glasses,
.lang,
.top .soc {
	z-index: 5 !important;
	position: relative;
}

.top__holder {
	width: 123px;
}

.col_full {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

/* header */
header {
	position: relative;
}

.header_pages {
	padding-bottom: 20px;
	transition: all 0.5s;
}

.wrapper__header {
	height: auto;
	transition: all 0.5s;
}

.wrapper__header_sticky {
	height: 66px;
}

	.wrapper__header_sticky .header_pages {
		padding-bottom: 0;
	}

.header-fixed {
	background: #FFFFFF;
	transition: all 0.5s;
}

.wrapper__header_sticky .header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
	z-index: 2900;
}

.logo {
	display: block;
	width: 100%;
	color: #3c4357;
}

	.logo:hover {
		color: #3c4357;
	}

.header-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.header-wrapper {
	display: block\9;
	overflow: hidden\9;
}

.header__logo {
	max-width: 200px;
	height: 55px;
	line-height: 55px;
}

	.header__logo img {
		max-width: 100%;
		max-height: 100%;
		vertical-align: middle;
	}

.header__left {
	width: 17%;
	float: left;
	padding: 5px 0;
}

.header__right {
	float: right;
}

.soc__link {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	padding-top: 9px;
}

.lang__item {
	display: block;
	padding: 4px 6px 1px;
	float: left;
	background: #e6e7e8;
	color: #405965;
	font-size: 0.75em;
	font-weight: 700;
	height: 22px;
}

.lang__item_active {
	background: #0066B3;
	color: #FFFFFF;
}

a.lang__item:hover {
	color: #4b4e4f;
}

.header-menu {
	list-style: none;
	text-align: right;
}

.header-menu__item {
	display: inline-block;
	vertical-align: middle;
	padding: 17px 0 16px;
}

.header-menu__link {
	color: #405965;
	padding: 5px 20px;
	display: block;
	position: relative;
}

	.header-menu__link::after {
		content: '';
		position: absolute;
		bottom: -17px;
		height: 4px;
		z-index: 32;
		left: 0;
		right: 0;
		background: #F15A22;
		opacity: 0;
		transition: all 0.3s;
	}

	.header-menu__link:hover,
	.header-menu__link_active {
		background: #F15A22;
		border-radius: 2px;
		color: #FFFFFF;
		text-decoration: none;
	}

.header-menu-drop {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-top: 65px;
	z-index: 30;
	text-align: left;
	display: none;
}

.header-menu-drop__wrapper {
	background: #4a9bd0;
	background: -moz-linear-gradient(left, #4a9bd0 0%, #3f79bd 100%);
	background: -webkit-linear-gradient(left, #4a9bd0 0%,#3f79bd 100%);
	background: linear-gradient(to right, #4a9bd0 0%,#3f79bd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a9bd0', endColorstr='#3f79bd',GradientType=0 );
	padding: 20px 30px;
	box-shadow: -1px 15px 15px -5px rgba(0, 0, 0, 0.2);
}

.header-menu-drop__title {
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 1.8em;
	margin-bottom: 20px;
	color: #FFFFFF;
}

.header-menu-drop__icon {
	width: 30%;
}

	.header-menu-drop__icon .icon {
		width: 100%;
	}

	.header-menu-drop__icon .path_letter-check-1 {
		fill: #ffffff;
	}

.header-menu__item_active .header-menu__link {
	background: #F15A22;
	border-radius: 2px;
	color: #FFFFFF;
}

	.header-menu__item_active .header-menu__link::after {
		opacity: 1;
	}

.header-menu-drop .menu__link {
	font-size: 1em;
}

.search {
	height: 50px;
	border-radius: 2px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	position: relative;
	z-index: 6;
	position: relative;
	transition: all 0.3s;
	overflow: hidden;
	margin-bottom: -25px;
}

.search_active {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
	border-radius: 0 8px 8px 0;
}

.search__text {
	float: left;
	height: 50px;
	width: 212px;
	background: #1b559e;
	color: #FFFFFF;
}

	.search__text .select2-container--default .select2-selection--single {
		background-color: #1b559e;
		border-color: #1b559e;
		height: 50px;
	}

		.search__text .select2-container--default .select2-selection--single .select2-selection__rendered {
			color: #ffffff;
			line-height: 50px;
			padding-left: 10px;
			padding-right: 30px;
		}

		.search__text .select2-container--default .select2-selection--single .select2-selection__arrow::after {
			background: url(../fonts/select-white.svg) no-repeat 0 0;
			background-size: 100%;
		}

		.search__text .select2-container--default .select2-selection--single .select2-selection__arrow {
			top: 13px;
		}

.search-select__drop.select2-dropdown {
	background-color: #1b559e;
	border: 1px solid #1b559e;
	border-radius: 2px;
	color: #FFFFFF;
}

.select2-container--default .search-select__drop .select2-results__option[aria-selected="true"] {
	background-color: #0066B3;
}

.select2-dropdown .select2-results__option {
	padding: 10px;
}

.search__block {
	margin-left: 212px;
	position: relative;
	height: 100%;
}

.search__input[type="text"] {
	display: block;
	width: 100%;
	height: 100%;
	color: #405965;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	background: #FFFFFF;
	padding: 0 170px 0 15px;
	border: none;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	margin: 0;
}

.search__input[type=text]:focus {
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

.search__submit {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	width: 150px;
	background: #F15A22;
	border-radius: 2px;
	color: #FFFFFF;
	padding: 0 15px;
	text-align: center;
	border: none;
	cursor: pointer;
	transition: all 0.3s;
}

	.search__submit:hover {
		border-radius: 8px;
		background: #f17b2b;
	}

.main-menu {
	padding-top: 30px;
}

	.main-menu .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
		align-items: stretch;
	}

.main-menu__item {
	width: 33.3333%;
	/*float: left;
	height: 140px;*/
	position: relative;
	z-index: 7;
}

.main-menu__wrapper {
	border-radius: 2px;
	height: 100%;
}

.main-menu__top {
	min-height: 140px;
	padding: 20px 15px 5px;
	transition: all 0.3s;
	height: 100%;
}

.main-menu__top_individual {
	background: url(../images/menu_1.png) no-repeat 15px bottom;
	background-size: 35%;
	padding-left: 40%;
}

.main-menu__top_ip {
	background: url(../images/menu_2.png) no-repeat 5px bottom;
	background-size: 39%;
	padding-left: 42%;
}

.main-menu__top_legal {
	background: url(../images/menu_3.png) no-repeat 8px bottom;
	background-size: 38%;
	padding-left: 39%;
}

.main-menu__link {
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 1.8em;
	display: block;
	line-height: 0.8;
	margin-bottom: 15px;
	color: #405965;
}

.main-menu__name {
	display: block;
}

.main-menu__enter {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 25px;
	padding-bottom: 10px;
	color: #405965;
	white-space: nowrap;
}

.main-menu__icon {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}

	.main-menu__icon .icon {
		height: 24px;
	}

.main-menu__icon_back {
	opacity: 0;
}

.main-menu__item_active {
	z-index: 9;
}

	.main-menu__item_active .main-menu__wrapper {
		background: #4280C1;
		background: -moz-linear-gradient(-45deg, rgba(66,128,193,1) 0%, rgba(70,141,200,1) 50%, rgba(97,191,209,1) 100%);
		background: -webkit-linear-gradient(-45deg, rgba(66,128,193,1) 0%,rgba(70,141,200,1) 50%,rgba(97,191,209,1) 100%);
		background: linear-gradient(135deg, rgba(66,128,193,1) 0%,rgba(70,141,200,1) 50%,rgba(97,191,209,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4280c1', endColorstr='#61bfd1',GradientType=0 );
	}

	.main-menu__item_active .main-menu__link,
	.main-menu__item_active .main-menu__enter,
	.main-menu__item_active .main-menu__icon .svg_blue,
	.main-menu__item_active .main-menu__app {
		color: #FFFFFF;
	}

.main-menu__enter:hover .main-menu__icon_back {
	opacity: 1;
}

.main-menu__enter:hover .main-menu__icon_front {
	opacity: 0;
}

.main-menu__app {
	position: relative;
	padding-left: 25px;
	color: #405965;
	font-size: 0.8em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 16px;
	line-height: 0.9;
}

	.main-menu__app .main-menu__icon .icon {
		height: 16px;
		width: 17px;
	}

.main-menu__item_active .main-menu__link:hover,
.main-menu__item_active .main-menu__enter:hover .text-icon {
	text-decoration: underline;
}

.main-menu__item_active .main-menu__link:hover {
	text-decoration: underline;
}

.main-menu-drop {
	display: none;
	z-index: 10;
	border-radius: 2px;
	border-top: 1px solid #CCCCCC;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #4280C1;
	background: -moz-linear-gradient(-45deg, rgba(66,128,193,1) 0%, rgba(70,141,200,1) 50%, rgba(97,191,209,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(66,128,193,1) 0%,rgba(70,141,200,1) 50%,rgba(97,191,209,1) 100%);
	background: linear-gradient(135deg, rgba(66,128,193,1) 0%,rgba(70,141,200,1) 50%,rgba(97,191,209,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4280c1', endColorstr='#61bfd1',GradientType=0 );
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
}

.main-menu__item_active .main-menu__wrapper {
	background-color: #ffffff;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
}

.main-menu-drop__item {
	padding: 10px 15px 10px 30px;
	cursor: pointer;
	transition: all 0.3s;
	display: none;
}

.main-menu__item_active .main-menu-drop__item {
	display: block;
}

.main-menu-drop__item:hover {
	padding-left: 34px;
	padding-right: 11px;
}

.main-menu-drop__item:first-child {
	padding-top: 20px;
}

.main-menu-drop__item:last-child {
	padding-bottom: 20px;
}

.main-menu-drop__link {
	display: inline-block;
	position: relative;
	padding-left: 36px;
	color: #FFFFFF;
}

	.main-menu-drop__link .icon {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		width: 30px;
		height: 30px;
	}

	.main-menu-drop__link:hover {
		color: #FFFFFF;
	}

.main-menu-small__item {
	float: left;
	opacity: 0.4;
	cursor: pointer;
	position: relative;
	padding: 0 5px;
}

.main-menu-small__wrapper {
	height: 64px;
	padding: 18px 15px 10px 80px;
	background-size: 73px;
	background-position: 5px 100%;
	background-repeat: no-repeat;
	transition: all 0.3s;
	color: #405965;
	position: relative;
	z-index: 5;
}

.main-menu-small__wrapper_individual {
	background-image: url(../images/menu_1.png);
}

.main-menu-small__wrapper_ip {
	background-image: url(../images/menu_2.png);
}

.main-menu-small__wrapper_legal {
	background-image: url(../images/menu_3.png);
	background-size: 76px;
}

.main-menu-small__name {
	display: block;
	line-height: 1;
	white-space: nowrap;
}

.main-menu-small .row {
	margin: 0 -5px;
}

.main-menu-small__item:hover .main-menu-small__name {
	color: #f15a22;
	text-decoration: underline;
}

.main-menu-small__item_active {
	opacity: 1;
}

	.main-menu-small__item_active .main-menu-small__wrapper {
		background-color: #FFFFFF;
	}

	.main-menu-small__item_active::before {
		opacity: 1;
	}

.center {
	padding: 0 0 10px;
}

.questions {
	padding: 57px 0 20px;
}

.questions__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.questions__item {
	width: 33.3333%;
	padding: 0 10px;
	list-style: none;
	margin-bottom: 20px;
	/*float: left;*/
}

	.questions__item:last-child {
		/*margin-bottom: 0;*/
	}

.questions__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*height: 60px;*/
	min-height: 60px;
	height: 100%;
	padding: 10px 15px;
	background: #FFFFFF;
	border-radius: 2px;
	transition: all 0.3s;
	cursor: pointer;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	color: #405965;
}

.questions__wrapper {
	display: block\9;
}

	.questions__wrapper:hover {
		border-radius: 8px;
		padding-left: 19px;
		padding-right: 11px;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
	}

.questions__link {
	line-height: 1.2;
	padding-left: 43px;
	display: block;
	position: relative;
}

	.questions__link .icon {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		width: 37px;
		text-align: center;
	}

.center__top {
	margin-bottom: 10px;
	font-size: 1.8em;
}

.center__title {
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	position: relative;
	display: inline-block;
	color: #405965;
	margin-right: 15px;
}

	.center__title .icon {
		width: 9px;
		height: 14.5px;
		position: absolute;
		bottom: 10px;
		right: -15px;
		transition: all 0.3s;
	}

.center__hover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	white-space: nowrap;
	transition: all 0.3s;
}

.center__visible {
	transition: all 0.3s;
}

.center__title:hover {
	text-decoration: underline;
}

	.center__title:hover .center__visible {
		opacity: 0;
	}

	.center__title:hover .center__hover {
		opacity: 1;
		text-decoration: underline;
	}

	.center__title:hover .icon {
		opacity: 0;
	}

.slider-news {
	border-radius: 2px;
	overflow: hidden;
	margin-bottom: 20px;
}

.slider__link {
	display: block;
	position: relative;
	color: #FFFFFF;
	height: 0;
	padding-top: 56.3%;
	overflow: hidden;
}

.slider__image {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.slider__link img {
	display: block;
	width: 100%;
}

.slider__caption {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px 20px;
	background: rgba(59,66,86,0.8);
}

.slider__text {
	display: block;
	font-size: 1.1em;
	opacity: 0.8;
	transition: all 0.3s;
}

.slider__time {
	display: none;
	font-size: 0.7em;
	opacity: 1;
	color: transparent;
	transition: opacity 0.3s, color 0.3s 1s;
}

.slider__link:hover {
	color: #FFFFFF;
}

	.slider__link:hover .slider__text {
		opacity: 1;
	}

.slider__text:hover {
	text-decoration: underline dotted;
}

.invisible {
	opacity: 0;
}

.slider-news .slick-current .slider__time {
	color: #FFFFFF;
}

.slider .slick-arrow {
	cursor: pointer;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 6;
	border: none;
	font-size: 0;
	background: transparent;
	width: 23px;
	height: 38px;
	transition: all 0.3s;
	color: #0066B3;
}

.slider .slick-next::before {
	right: 10px;
}

.slider .slick-disabled {
	opacity: 0.5;
	cursor: default;
}

.slider .slick-arrow:hover {
	opacity: 0.5;
}

.slider .slick-prev {
	left: 10px;
}

.slider .slick-next {
	right: 10px;
}

.slider .slick-dots {
	position: absolute;
	top: 20px;
	right: 20px;
}

	.slider .slick-dots li {
		display: inline-block;
		margin: 0 3px;
		list-style: none;
	}

	.slider .slick-dots button {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		display: block;
		cursor: pointer;
		border: none;
		background: #FFFFFF;
		color: transparent;
		border: none;
		font-size: 0;
	}

	.slider .slick-dots .slick-active button {
		background: #f15922;
	}

.center__news,
.center__services {
	width: 50%;
}

.news__list {
	list-style: none;
}

.news__item {
	margin-bottom: 10px;
}

.news__time {
	color: #000000;
	font-size: 0.7em;
	display: block;
	margin-bottom: 3px;
}
/* slider-link */
.slider-link {
	padding: 10px 0;
	margin: 0 -10px;
	position: relative;
}

	.slider-link::before {
		position: absolute;
		bottom: 0;
		top: 0;
		left: -2px;
		width: 50px;
		content: '';
		z-index: 5;
		background: -moz-linear-gradient(left, rgba(27,85,158,1) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(left, rgba(27,85,158,1) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to right, rgba(27,85,158,1) 0%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b559e', endColorstr='#000000',GradientType=1 );
	}

	.slider-link::after {
		position: absolute;
		bottom: 0;
		top: 0;
		right: -2px;
		width: 50px;
		content: '';
		z-index: 5;
		background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(27,85,158,1) 100%);
		background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(27,85,158,1) 100%);
		background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(27,85,158,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1b559e',GradientType=1 );
	}

.slider-link__item {
	padding: 10px;
}

.slider-link__link {
	width: 225px;
	height: 70px;
	border: 1px solid #FFFFFF;
	border-radius: 2px;
	display: block;
	overflow: hidden;
	position: relative;
	color: #FFFFFF;
}

	.slider-link__link .picture-replace {
		position: absolute;
		text-align: center;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 5px;
		right: 5px;
	}

.slider-link .slick-arrow {
	color: #FFFFFF;
}

.slider-link .slick-prev {
	left: -50px;
}

.slider-link .slick-next {
	right: -50px;
}

.slider-link__link:hover {
	border-width: 3px;
	border-radius: 8px;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.names {
	padding: 17px 0 20px;
}

.names__item {
	cursor: pointer;
	padding-top: 7px;
	display: inline-block;
	color: #405965;
}

.names__item_arrow {
	opacity: 0.7;
	transition: all 0.3s;
	font-size: 1.3em;
	padding-top: 0;
}

	.names__item_arrow .icon {
		margin-right: 10px;
		transition: all 0.3s;
		width: 30px;
		height: 19px;
	}

	.names__item_arrow .icon_animated {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.names__item_arrow:hover {
		opacity: 1;
	}

.names__item_active {
	opacity: 0.7;
}

.block-menu {
	padding: 20px 0 0;
}

.menu {
	margin-bottom: 20px;
}

.hidden-block__title {
	color: #ffffff;
	font-size: 1.8em;
	margin-bottom: 24px;
	padding-top: 20px;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
}

	.hidden-block__title a {
		color: #ffffff;
	}

.menu__list {
	list-style: none;
}

.menu__item {
	border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
	cursor: pointer;
	transition: all 0.3s;
	padding-right: 4px;
}

	.menu__item:first-child {
		border-top: 1px dotted rgba(255, 255, 255, 0.3);
	}

	.menu__item:hover {
		padding-left: 4px;
		padding-right: 0;
	}

.menu__link {
	color: #FFFFFF;
	padding: 10px 0 10px 30px;
	position: relative;
	display: block;
	font-size: 1.125em;
}

	.menu__link::before {
		width: 7px;
		height: 7px;
		background: #FFFFFF;
		position: absolute;
		top: 17px;
		left: 0;
		content: '';
	}

	.menu__link:hover {
		color: #FFFFFF;
	}

.links {
	margin: 0 -15px;
	text-align: center;
}

.links__item {
	display: inline-block;
	margin: 0 0 20px;
	padding: 0 15px;
	width: 214px;
	vertical-align: top;
	color: #FFFFFF;
}

	.links__item:hover {
		color: #FFFFFF;
	}

.links__image {
	display: block;
	width: 160px;
	height: 80px;
	border: 1px solid #FFFFFF;
	border-radius: 2px;
	margin: 0 auto 15px;
	box-shadow: 0 30px 25px -15px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	transition: all 0.3s;
}

	.links__image img {
		display: block;
	}

.links__text {
	opacity: 0.8;
	transition: all 0.3s;
}

.links__item:hover .links__image {
	border-width: 3px;
	border-radius: 8px;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.links__item:hover .links__text {
	opacity: 1;
}

.videos {
	margin: 0 -15px;
	padding-bottom: 20px;
	text-align: center;
}

.videos__item {
	padding: 0 15px;
	width: 33%;
	display: inline-block;
	margin: 0 0 20px;
	vertical-align: top;
}

.videos__wrapper {
	/*	border: 1px solid #FFFFFF;*/
	border-radius: 2px;
	margin-bottom: 15px;
	box-shadow: 0 30px 25px -15px rgba(0, 0, 0, 0.5);
	overflow: hidden;
}
/*.video__name {
	color: #FFFFFF;
}*/
.video {
	position: relative;
	padding-top: 56.25%;
	border: 1px solid #000000;
	display: block;
}

	.video > video {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
	}

	.video iframe {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
	}

	.video .mejs__container {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100% !important;
		height: 100% !important;
	}

.wrapper_blue-dark .video__name {
	color: #FFFFFF;
}

.wrapper_blue-dark .video {
	border: 1px solid #ffffff;
}

.hidden-block {
	display: none;
}

footer {
	padding: 20px 0;
}

.footer__left {
	width: 65%;
}

.footer__right {
	width: 15%;
	font-size: 0.7em;
	text-align: center;
}

.footer__center {
	width: 20%;
}

.footer-menu {
	list-style: none;
}

.footer-menu__item {
	position: relative;
	min-height: 25px;
	padding: 0 0 0 26px;
}

.footer-menu__link {
	color: #405965;
	font-size: 0.94em;
}

	.footer-menu__link .icon {
		position: absolute;
		top: 5px;
		left: 0;
		width: 20px;
		text-align: center;
		height: 15px;
	}

.footer__logo {
	margin-bottom: 20px;
}

	.footer__logo img {
		width: 60px;
	}
/*.footer__soc .icon {
  color: #405965;
}
.footer__soc .icon:hover {
  color: #F15A22;
}*/
.footer__link {
	display: block;
	margin-bottom: 30px;
}

	.footer__link:last-child {
		margin-bottom: 0;
	}

.copy {
	margin-bottom: 20px;
}

.footer__soc {
	margin-bottom: 20px;
}

.menu-btn {
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: relative;
	z-index: 11;
	display: none;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.menu-btn__line {
	width: 100%;
	height: 5px;
	background: #405965;
	position: absolute;
	bottom: 13px;
	left: 0;
	right: 0;
	margin: auto;
	transition-duration: 0.1s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

	.menu-btn__line::before {
		content: '';
		width: 100%;
		height: 5px;
		background: #405965;
		position: absolute;
		top: 9px;
		left: 0;
		transition: top 0.1s 0.14s ease, opacity 0.1s ease;
	}

	.menu-btn__line::after {
		content: '';
		width: 100%;
		height: 5px;
		background: #405965;
		position: absolute;
		bottom: 9px;
		left: 0;
		transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

.menu-btn_active .menu-btn__line {
	transform: rotate(45deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	background: #405965;
}

	.menu-btn_active .menu-btn__line::before {
		opacity: 0;
		top: 0;
		transition: top 0.1s ease, opacity 0.1s 0.14s ease;
	}

	.menu-btn_active .menu-btn__line::after {
		bottom: 0;
		transform: rotate(-90deg);
		transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
		background: #405965;
	}

.services__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: stretch;
}

.services__item {
	width: 50%;
	padding: 0 10px;
	list-style: none;
	margin-bottom: 20px;
	/*float: left;*/
}

.services__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*height: 73px;*/
	min-height: 73px;
	height: 100%;
	padding: 15px;
	background: #FFFFFF;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	border-radius: 2px;
	transition: all 0.3s;
	cursor: pointer;
	color: #405965;
}

.services__wrapper {
	display: block\9;
}

	.services__wrapper:hover {
		border-radius: 8px;
		padding-left: 19px;
		padding-right: 11px;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
	}

.services__link {
	line-height: 1.2;
	padding-left: 50px;
	display: block;
	position: relative;
}

	.services__link .icon {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		width: 40px;
		text-align: center;
	}

.services__wrapper:hover .services__link {
	color: #f15a22;
}

.services__wrapper:hover .svg_blue {
	color: #F15A22;
	fill: #0066B3;
	stroke: #0066B3;
}

.page {
	padding: 0 0 50px;
}

.page__bg_white {
	display: block;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	border-radius: 2px;
	padding: 30px;
	background: #FFFFFF;
}
/*.page_padding-top {
  padding-bottom: 1px;
}
.page_padding-bottom {
  padding-top: 0;
}*/
.breadcrumbs {
	font-size: 0.9em;
}

	.breadcrumbs a {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		padding-right: 16px;
		margin-right: 3px;
	}

	.breadcrumbs span {
		display: inline-block;
		vertical-align: middle;
	}

	.breadcrumbs .icon {
		position: absolute;
		top: 4px;
		right: 0;
		width: 8px;
		height: 13px;
	}

.page-top {
	border-bottom: 1px solid #AAAAAA;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 30px;
	min-height: 65px;
}

.page-top {
	display: block\9;
	overflow: hidden\9;
}

.page-top_left {
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.page-top_right {
	float: right;
}

.page-menu {
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 0 -15px;
	min-width: 365px;
}

.page-menu__item {
	padding: 0 15px;
	display: inline-block;
	vertical-align: bottom;
}

.page-menu__link {
	display: block;
	padding-bottom: 13px;
	color: #405965;
	font-weight: 700;
	opacity: 0.8;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 1.2em;
	position: relative;
}

.page-menu__link_active {
	font-size: 1.8em;
	padding-bottom: 8px;
	opacity: 1;
}

	.page-menu__link_active::after {
		content: '';
		position: absolute;
		bottom: -1px;
		left: 0;
		right: 0;
		height: 4px;
		background: #008ad9;
	}

.page-menu__link_bg {
	padding: 12px 0 2px 75px;
	background-size: auto 100%;
	background-position: 0 100%;
	background-repeat: no-repeat;
}

.page-menu__link_individual {
	background-image: url(../images/menu_1.png);
}

.page-menu__link_ip {
	background-image: url(../images/menu_2.png);
}

.page-menu__link_legal {
	background-image: url(../images/menu_3.png);
}

.page-menu__icon {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
	max-width: 70px;
	text-align: center;
}

	.page-menu__icon .icon {
		height: 50px;
	}

.page-menu__text {
	display: inline-block;
	vertical-align: bottom;
}

.page-menu__link_icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.page-top_link {
	color: #0066B3;
	display: inline-block;
	margin-bottom: 10px;
}

	.page-top_link:hover {
		color: #F15A22;
		text-decoration: none;
	}

	.page-top_link .icon {
		margin-right: 5px;
	}

.enter {
	display: inline-block;
	position: relative;
	padding-left: 25px;
}

.enter__icon {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}

	.enter__icon .icon {
		height: 24px;
	}

.enter__icon_back {
	opacity: 0;
}

.enter:hover .enter__icon_back {
	opacity: 1;
}

.enter:hover .enter__icon_front {
	opacity: 0;
}
/*.page-top_link:hover .text-icon {
  text-decoration: underline;
}*/
.list-title {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding-right: 20px;
}

	.list-title:not(.list-title_block) {
		cursor: pointer;
	}

.list-title__icon {
	width: 100px;
	min-width: 100px;
	height: 100px;
	background: #ffffff;
	border: 5px solid #caddf2;
	border-radius: 50%;
	margin-right: 10px;
	color: #0066B3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

	.list-title__icon .icon {
		width: 55%;
	}

.list-title__text {
	font-weight: 700;
	font-size: 1.2em;
}

.list-title_block {
	text-align: center;
	display: block;
	padding: 0;
}

	.list-title_block .list-title__icon {
		margin: 0 auto 10px;
	}

.list {
	list-style: none;
}

	.list li a {
		padding: 5px 10px 7px 20px;
		position: relative;
		display: block;
	}

		.list li a:hover {
			margin-left: 5px;
			padding-right: 5px;
		}

		.list li a .icon {
			position: absolute;
			top: 8px;
			left: 0;
			width: 8px;
			height: 14px;
		}

		.list li a:hover {
			text-decoration: none;
		}

			.list li a:hover span {
				text-decoration: underline;
			}

.list-block {
	margin: 0 -15px;
}

.list-block__wrapper {
	padding: 30px;
	transition: all 0.3s;
	height: 100%;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	background: #ffffff;
	border-radius: 2px;
}

	.list-block__wrapper:hover,
	.list-block__wrapper_active {
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
	}

.list-block__wrapper_active {
	position: relative;
	height: auto;
	z-index: 15;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
}

.list-block__item {
	margin-bottom: 25px;
	width: 33.3333%;
	padding: 0 15px;
}

.list__help {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 20px;
	height: 12px;
}

	.list__help .icon {
		width: 20px;
		height: 12px;
		transition: all 0.3s;
		display: block;
	}

.list__more {
	display: none;
	margin-bottom: 20px;
}

.list-block__wrapper_active .list__help .icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* form */
.jq-checkbox {
	width: 20px;
	height: 20px;
	background: #f3f4f5;
	border: 1px solid #CADDF2;
	vertical-align: middle;
	cursor: pointer;
	margin: -3px 8px 0 0;
	border-radius: 2px;
}

.jq-checkbox__div {
	width: 16px;
	height: 16px;
	background: url(../fonts/check.svg) no-repeat 0 0;
	background-size: 100%;
	position: absolute;
	top: 3px;
	left: 2px;
	opacity: 0;
	transition: all 0.3s;
}

.jq-checkbox.checked .jq-checkbox__div {
	opacity: 1;
}

.jq-checkbox.disabled {
	background: #E6E7E8;
	cursor: default;
}

.checkbox-all label {
	font-size: 0.8em;
}

.check_label {
	cursor: pointer;
}

.jq-radio + label {
	cursor: pointer;
}

.jq-radio {
	width: 20px;
	height: 20px;
	background: #f3f4f5;
	border: 1px solid #CADDF2;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 8px;
	border-radius: 6px;
}

.jq-radio__div {
	background: #0066B3;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 4px;
	left: 4px;
	opacity: 0;
	transition: all 0.3s;
	border-radius: 50%;
}

.jq-radio.checked .jq-radio__div {
	opacity: 1;
}

.jq-radio.disabled {
	background: #E6E7E8;
	cursor: default;
}

.select2-container {
	width: 100% !important;
	display: block;
}

.select2-container--default .select2-selection--single {
	background-color: #fffff;
	border-color: #CADDF2;
	height: 40px;
}

	.select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 26px;
		position: absolute;
		top: 9px;
		right: 1px;
		width: 20px;
	}

		.select2-container--default .select2-selection--single .select2-selection__arrow b {
			display: none;
		}

		.select2-container--default .select2-selection--single .select2-selection__arrow::after {
			content: '';
			width: 13px;
			height: 8px;
			position: absolute;
			top: 9px;
			left: 0;
			background: url(../fonts/select.svg) no-repeat 0 0;
			background-size: 100%;
		}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #0066B3;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #405965;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 30px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #CADDF2 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #CADDF2;
	border-color: #CADDF2;
	padding: 8px 28px 8px 8px;
	position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #405965;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	position: absolute;
	right: 8px;
	top: 8px;
	margin-right: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	padding: 0 10px;
	border: 1px solid #CADDF2;
	margin-bottom: 0;
}

.geo__select .select2-container--default .select2-selection--single {
	background-color: #3B4256;
	border: 1px solid #3B4256;
	border-radius: 2px;
}

	.geo__select .select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #ffffff;
		opacity: 0.8;
		transition: all 0.3s;
		padding-left: 35px;
		line-height: 1.2;
		padding-top: 10px;
	}

.geo__select:hover .select2-container--default .select2-selection--single .select2-selection__rendered,
.geo__select .select2-container--open .select2-selection--single .select2-selection__rendered {
	opacity: 1;
}

.geo__select .select2-container--default .select2-selection--single .select2-selection__arrow::after {
	background: url(../fonts/select-white.svg) no-repeat 0 0;
	background-size: 100%;
}

.geo__select .select2-container--open .select2-selection--single {
	background: #405965;
	border: none;
}

.geo-select__drop.select2-dropdown {
	background-color: #405965;
	border: 1px solid #405965;
	border-radius: 2px;
	color: #FFFFFF;
}

.select2-container--default .geo-select__drop .select2-search--dropdown .select2-search__field {
	border: 1px solid #3B4256;
	color: #ffffff;
	background: #3B4256;
}

.select2-container--default .geo-select__drop .select2-results__option[aria-selected="true"] {
	background-color: #3B4256;
}

.select2-container--default .geo-select__drop .select2-results__option--highlighted[aria-selected] {
	background-color: #3B4256;
}

.tabs-side {
	position: relative;
	margin-bottom: 40px;
}

.tabs-side__block {
	background: #ffffff;
	width: calc(50% - 15px);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: none;
	border-radius: 2px;
}

.tabs-side__block_main {
	display: block;
}

.tabs-side__wrap {
	padding: 32px;
}

.tabs-side__content {
	padding: 0 0 0 70px;
	position: relative;
}

.tabs-side__icon {
	width: 50px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

	.tabs-side__icon .icon {
		height: 60px;
		width: 50px;
	}

.tabs-side__list {
	padding: 0 0 0 70px;
	position: relative;
	margin-bottom: 30px;
	min-height: 60px;
}

.tabs-side__link {
	padding: 0 15px 0 0;
	width: 50%;
}

.tabs-side_var .tabs-side__link {
	width: 335px;
}

.tabs-side_var .tabs-side__block {
	width: calc(100% - 350px);
}

.tabs-side__tags {
	width: 335px;
	padding-top: 20px;
	padding-right: 15px;
}

.link-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 1px;
	min-height: 60px;
	padding: 10px 15px;
	background: #FFFFFF;
	border-radius: 2px;
	transition: all 0.3s;
	cursor: pointer;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	margin-bottom: 10px;
	color: #405965;
}

.link-block {
	display: block\9;
}

.link-block__content {
	line-height: 1.2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.link-block__content {
	display: block\9;
}

.link-block .icon {
	width: 40px;
	height: 38px;
	margin-right: 10px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

	.link-block .icon svg {
		margin: 0;
	}

.link-block_blue:hover .svg_blue {
	color: #ffffff;
}

.link-block:hover {
	border-radius: 8px;
	padding-left: 19px;
	padding-right: 11px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
}

.link-block_blue:hover {
	background: #0066B3;
	color: #FFFFFF;
}

.link-block_active {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.40);
}

.note-block {
	margin-bottom: 20px;
	min-height: 80px;
}

.note-block__title {
	background: #7B8590;
	color: #FFFFFF;
	padding: 15px 80px 15px 20px;
	position: relative;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 1.8em;
	line-height: 1;
	border-radius: 8px 8px 0 0;
}

.slider-nav {
	position: absolute;
	top: 12px;
	right: 5px;
}

.slider-nav__arrow {
	cursor: pointer;
	margin: 0 10px;
	display: inline-block;
}

	.slider-nav__arrow .icon {
		width: 17px;
		height: 28px;
	}

.note-block__slider {
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}

	.note-block__slider .slider__item {
		padding: 20px;
		background: #89D8F8;
	}

.block-link .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.block-link .row {
	display: block\9;
	overflow: hidden\9;
}

.block-link__item {
	background: #FFFFFF;
	border-radius: 2px;
	padding: 30px 15px;
	height: 100%;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	transition: all 0.3s;
	height: 100%;
}

.block-link__text {
	text-align: center;
	padding: 20px 0 0;
	margin-top: 20px;
	position: relative;
	font-size: 0.8em;
}

	.block-link__text::before {
		content: '';
		width: 30px;
		height: 2px;
		background: #405965;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		transition: width .3s ease;
	}

.block-link__item_interactive {
	background: transparent;
	box-shadow: none;
}

	.block-link__item_interactive .list-title__icon {
		position: relative;
		transition: all 0.3s;
		border: transparent;
		width: 90px;
		min-width: 90px;
		height: 90px;
		background: transparent;
	}

		.block-link__item_interactive .list-title__icon::after {
			position: absolute;
			width: 100%;
			height: 100%;
			border-radius: 50%;
			content: '';
			top: -9px;
			left: -9px;
			padding: 9px;
			box-shadow: 0 0 0 2px #caddf2;
			-webkit-transform: scale(.8);
			transform: scale(.8);
			transition: transform 0.3s, opacity 0.3s;
			opacity: 0;
		}

	.block-link__item_interactive .list-title__text {
		font-size: 0.9em;
		text-transform: uppercase;
	}

	.block-link__item_interactive:hover .list-title__icon::after {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	.block-link__item_interactive:hover .list-title__icon {
		background: #0066B3;
		border: 5px solid #0066B3;
	}

		.block-link__item_interactive:hover .list-title__icon .svg_blue {
			color: #ffffff;
		}

	.block-link__item_interactive:hover .block-link__text::before {
		width: 50px;
	}

.info-form {
	text-align: center;
	padding: 20px 0;
}

.button {
	display: inline-block;
	padding: 8px 15px 7px;
	height: 40px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	min-width: 65px;
	margin-right: 10px;
}

	.button:hover {
		border-radius: 8px;
		text-decoration: none;
	}

.button_blue {
	background: #0066B3;
	border-color: #0066B3;
	color: #FFFFFF;
}

	.button_blue:hover {
		color: #FFFFFF;
		background: #008ad9;
		border-color: #008ad9;
	}

.button_border {
	background: #FFFFFF !important;
	border-color: #0066B3 !important;
	color: #0066B3 !important;
}


	.button_border input[type="button"] {
		background: #FFFFFF;
		border-color: #0066B3;
		color: #0066B3;
		padding: 0;
	}

	.button_border input[type="submit"] {
		background: #FFFFFF;
		border-color: #0066B3;
		color: #0066B3;
		padding: 0;
	}

	.button_border:hover {
		color: #0066B3 !important;
	}

	.button_border:disabled,
	.button_border.disabled {
		border-color: #CADDF2;
		background: #F0F0F0;
		color: #405965;
		border-radius: 2px;
		cursor: default;
	}

.button_blue.disabled,
.button_blue:disabled {
	background: #E6E7E8;
	border-color: #CADDF2;
	color: #405965;
	border-radius: 2px;
	cursor: default;
}

.blue_button {
	display: inline-block;
	padding: 8px 15px 7px;
	height: 40px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s;
	cursor: pointer;
	background: #0066B3;
	border-color: #0066B3;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	min-width: 65px;
}

	.blue_button:hover {
		color: #FFFFFF;
		border-radius: 8px;
		text-decoration: none;
		background: #008ad9;
		border-color: #008ad9;
	}

	.blue_button:disabled,
	.blue_button.disabled {
		background: #CADDF2;
		border-color: #CADDF2;
		color: #FFFFFF;
		border-radius: 2px;
		cursor: default;
	}

.info-form__result {
	max-width: 400px;
	margin: 20px auto 0;
}

textarea {
	display: block;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #405965;
	background: #ffffff;
	border-radius: 2px;
	padding: 10px;
	border: 1px solid #CADDF2;
	resize: none;
	height: 125px;
	margin-bottom: 20px;
}

input[type=text],
input[type=email],
input[type=search] {
	display: block;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #405965;
	background: #ffffff;
	border-radius: 2px;
	padding: 0 10px;
	border: 1px solid #CADDF2;
	height: 40px;
	margin-bottom: 30px;
	transition: all 0.3s;
}

	input[type=text]:focus,
	input[type=email]:focus,
	input[type=search]:focus {
		border-radius: 8px;
	}

input[type=submit] {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #ffffff;
	background: #0066B3;
	border-radius: 2px;
	padding: 0 15px;
	border: 1px solid #0066B3;
	height: 40px;
	transition: all 0.3s;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	min-width: 65px;
}

	input[type=submit]:hover {
		border-radius: 8px;
		background: #008ad9;
		border: 1px solid #008ad9;
	}

	input[type=submit]:disabled {
		background: #E6E7E8;
		cursor: default;
		border-color: #CADDF2;
		border-radius: 2px;
		color: #405965;
	}

.form-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

	.form-date span {
		display: inline-block;
		vertical-align: middle;
		padding: 0 5px;
	}

		.form-date span:first-child {
			padding-left: 0;
		}

	.form-date .datepicker-wrapper {
		margin-bottom: 0;
		width: 40%;
	}

		.form-date .datepicker-wrapper input[type="text"] {
			margin-bottom: 0;
		}

.form-block {
	margin-bottom: 30px;
}

.news-result {
	margin-bottom: 10px;
}

.page-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}

.page-content__left {
	width: 33.3333%;
	min-width: 350px;
	padding: 0 15px;
}

.page-content__center {
	padding: 0 15px;
	min-width: calc(100% - 350px);
	width: 66.6666%;
}

.page-content__center_full {
	min-width: 100%;
	width: 100%;
}

.page-content__right {
	width: 33.3333%;
	min-width: 350px;
	padding: 0 15px;
}

.tags {
	display: block;
}

.tags__item {
	display: inline-block;
	padding: 2px 10px 1px;
	white-space: nowrap;
	font-size: 0.8em;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	font-style: italic;
	transition: all 0.3s;
	vertical-align: middle;
	border-radius: 2px;
	margin-bottom: 4px;
	border-width: 1px;
	border-style: solid;
	color: #000000;
}

	.tags__item:hover {
		border-radius: 6px;
		text-decoration: none;
		color: #000000;
	}

.tags__item_noactive {
	cursor: default;
}

.tags_dark .tags__item:not(.tags__item_main) {
	border: 1px solid #FFFFFF;
	background: #ffffff;
}

.tags_white .tags__item:not(.tags__item_main) {
	border-color: #f4f7fc;
	background: #f4f7fc;
}

.tags__item_main {
	background: #0066B3;
	color: #FFFFFF;
	border-color: #0066B3;
}

	.tags__item_main:hover {
		color: #FFFFFF;
	}

.aside-block {
	background: #FFFFFF;
	border-radius: 2px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	padding: 15px 15px 30px;
}

.pagination {
	text-align: center;
	margin-bottom: 20px;
}

	.pagination a {
		display: inline-block;
		vertical-align: middle;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background: #ffffff;
		padding: 0 12px;
		border-radius: 2px;
		margin: 0 3px;
		font-size: 0.8em;
	}

		.pagination a:hover {
			text-decoration: none;
			background: #008ad9;
			color: #FFFFFF !important;
			border-radius: 8px;
		}

		.pagination a.active {
			background: #008ad9;
			color: #FFFFFF;
		}

		.pagination a.pagination__show {
			background: transparent;
		}

			.pagination a.pagination__show:hover {
				color: #008ad9;
			}

		.pagination a.pagination__side {
			width: auto;
			background: transparent;
			border-radius: 0;
			margin: 0 20px;
		}

.pagination__side .icon {
	width: 16px;
	height: 13px;
}

.pagination__arrow .icon {
	width: 8px;
	height: 13px;
}

.pagination a.pagination__side:hover {
	color: #008ad9;
}

.pagination a.pagination__arrow {
	margin: 0 20px;
}

.pagination a:hover .svg_blue {
	color: #ffffff;
}

.pagination_mobile {
	display: none;
}

.mobile-aside__button {
	width: 30px;
	height: 30px;
	position: absolute;
	display: none;
	right: 15px;
	cursor: pointer;
	top: 0;
}

	.mobile-aside__button .icon {
		transition: all 0.3s;
	}

.form__buttons {
	text-align: center;
}

.popup {
	background: #FFFFFF;
	padding: 20px;
	max-width: 600px;
	margin: auto;
	position: relative;
}

.popup_small {
	max-width: 300px;
}

.popup_full {
	padding: 0;
}

.result-sum {
	margin-bottom: 10px;
	padding: 0 15px;
}

.result-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}

.result-main__item {
	padding: 0 15px 30px;
	width: 50%;
	min-width: 50%;
	float: left;
}

.result-main__wrapper {
	background: #FFFFFF;
	height: 100%;
	padding: 45px 20px 20px;
	position: relative;
	transition: all 0.3s;
	border-radius: 2px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.result-main__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.result-main__icon {
	display: inline-block;
	vertical-align: center;
	margin-right: 10px;
	max-width: 70px;
	text-align: center;
}

	.result-main__icon .icon {
		height: 50px;
	}

.result-main__title {
	display: inline-block;
	vertical-align: center;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 1.3em;
	color: #405965;
	transition: all 0.3s;
}

.result-main__top:hover .result-main__title {
	color: #F15A22;
}

.result-main__wrapper:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
}

.result-main__wrapper .tags__item {
	position: absolute;
	top: 20px;
	right: 20px;
	margin: 0;
}

.results {
	counter-reset: item;
	list-style: none;
	margin-bottom: 40px;
}

.results__item {
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}

	.results__item::before {
		content: counter(item) ".";
		counter-increment: item;
		position: absolute;
		top: 5px;
		left: 0;
		color: #008AD9;
	}

.results__top .tags__item {
	margin: 0 10px 0 0;
}

.results__title {
	display: inline;
	vertical-align: middle;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 1.4em;
	line-height: 1.2;
	color: #405965;
}

.results__top {
	margin-bottom: 5px;
}

.results__item p {
	margin-bottom: 10px;
}

.popup__close.mfp-close {
	width: auto;
	height: 40px;
	line-height: 38px;
	position: static;
	opacity: 1;
	padding: 0 15px;
	color: #0066B3;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
}

.checkbox-all {
	padding-bottom: 10px;
	border-bottom: 1px solid #CADDF2;
	margin-bottom: 10px;
}

.results-view {
	position: relative;
	padding-right: 100px;
}

.results-view__number {
	position: absolute;
	top: 4px;
	right: 0;
	font-size: 0.8em;
	color: #4B4E4F;
	white-space: nowrap;
}

.services-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.services-top {
	display: block\9;
	overflow: hidden\9;
}

.services-top__left {
	float: left;
	width: 335px;
	padding-right: 15px
}

	.services-top__left * {
		margin: 0;
	}

.services-top__right {
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% - 335px);
	padding-left: 15px;
}

.switch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.switch__item {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	background: #FFFFFF;
	transition: all 0.3s;
}

	.switch__item:first-child {
		border-radius: 8px 0 0 8px;
	}

	.switch__item:last-child {
		border-radius: 0 8px 8px 0;
	}

.switch__item_active {
	background: #0066B3;
}

.switch__item .icon {
	width: 20px;
	height: 20px;
	cursor: pointer;
}
/*.switch__item .svg_blue {
  color: #e6e7e8;
}*/
.switch__item_active .svg_blue {
	color: #ffffff;
}

.services-top__search {
	position: relative;
	width: 100%;
}

	.services-top__search input[type="text"] {
		margin: 0;
	}

	.services-top__search button[type="reset"] {
		width: 40px;
		height: 40px;
		cursor: pointer;
		background: transparent;
		color: #405965;
		font-family: 'Open Sans', sans-serif;
		border: none;
		position: absolute;
		top: 0;
		right: 0;
		font-size: 2em;
	}

.page-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0 20px;
}

.page-nav {
	display: block\9;
	overflow: hidden\9;
}

	.page-nav .breadcrumbs {
		float: left;
	}

	.page-nav .switch {
		float: right;
	}

.totop {
	background-image: url(../fonts/up.svg);
	background-repeat: no-repeat;
	background-position: 13px 17px;
	background-size: 20px auto;
	display: block;
	position: fixed;
	background-color: #ffffff;
	z-index: 999;
	opacity: 0;
	right: 20px;
	bottom: 20px;
	width: 46px;
	height: 46px;
	border: 1px solid #dcdcdc;
	margin: 0 0 0 528px;
	cursor: pointer;
	transition: opacity 2s ease,border-color .4s;
}

.title-nover {
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 1.4em;
	color: #405965;
	display: inline-block;
}

.title-nover__text {
	position: relative;
}

.title-nover__hover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	white-space: nowrap;
	transition: all 0.3s;
}

.title-nover__visible {
	transition: all 0.3s;
}

.title-nover:hover {
	text-decoration: none;
}

	.title-nover:hover .title-nover__visible {
		opacity: 0;
	}

	.title-nover:hover .title-nover__hover {
		opacity: 1;
		text-decoration: underline;
	}

.title-nover .icon {
	width: 25px;
	height: 20px;
	margin-right: 5px;
}

.news-title {
	margin-bottom: 20px;
}

.news-block__item {
	margin-bottom: 25px;
}

.news-block_grid {
	margin: 0 -15px;
}

	.news-block_grid .news-block__item {
		width: 50%;
		padding: 0 15px;
	}

.news-block__wrapper {
	display: block;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	background: #FFFFFF;
	transition: all 0.3s;
}

	.news-block__wrapper:hover {
		border-radius: 8px;
		background: #ffffff;
		box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
		text-decoration: none;
	}

.news-block__wrapper_visited {
	background: #e3e9f0;
}

.news-block__image {
	display: block;
}

	.news-block__image img {
		display: block;
		margin: auto;
	}

.news-block__text {
	display: block;
	padding: 20px;
	position: relative;
}

.news-block__name {
	font-size: 1.4em;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	line-height: 1.2;
	margin-bottom: 14px;
}

	.news-block__name a {
		color: #405965;
	}

		.news-block__name a:hover {
			color: #F15A22;
		}

.news-block__label {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
}

	.news-block__label .icon {
		width: 25px;
		height: 20px;
	}

.news-block__wrapper .news__time {
	margin-bottom: 15px;
}

.news-block_aside .news-block__name {
	font-size: 1.2em;
}

.view-switch_line .page-content__right {
	display: none;
}

.view-switch_line .news-block__wrapper {
	border-bottom: 1px solid #FFFFFF;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-shadow: none;
	background: transparent;
}

	.view-switch_line .news-block__wrapper:hover {
		border-radius: 2px;
		background: transparent;
		box-shadow: none;
	}

.view-switch_line .news-block__image {
	float: left;
	width: 200px;
	min-width: 200px;
}

	.view-switch_line .news-block__image img {
		border-radius: 2px;
		display: block;
		margin: auto;
	}

.view-switch_line .news-block__text {
	padding: 0 0 0 20px;
}

.view-switch_line .news-block__wrapper .news__time {
	margin-bottom: 3px;
}

.view-switch_line .news-block_grid .news-block__item {
	width: 100%;
}

.view-switch_line .news-title {
	display: none;
}

.view-switch_last .page-content__left {
	display: none;
}

.view-switch_filter .news-title {
	display: none;
}

.view-switch_filter .page-content__right {
	display: none;
}

.page-content_video.view-switch_last .page-content__right {
	display: none;
}

.page-content_video.view-switch_last .page-content__center {
	min-width: 100%;
	width: 100%;
}

.page-content_video.view-switch_last .news-title {
	display: none;
}

.page-content_video.view-switch_last .news-block_grid .news-block__item {
	width: 33.3333%;
}

.page-content_video.view-switch_line .news-block__image {
	width: 320px;
	min-width: 320px;
}

.single-new__note {
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 2em;
	line-height: 1;
	margin-bottom: 30px;
	color: #405965;
	position: relative;
	padding-left: 30px;
}

	.single-new__note::before {
		position: absolute;
		top: 0;
		bottom: 0;
		width: 6px;
		background: #0066B3;
		content: '';
		left: 0;
	}

.single-new__image {
	margin-bottom: 20px;
	display: block;
}

	.single-new__image img {
		border-radius: 2px;
	}

.quote {
	margin-bottom: 30px;
}

.quote__text {
	padding-left: 70px;
	position: relative;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 1.8em;
	margin-bottom: 10px;
	color: #405965;
}

	.quote__text::after {
		position: absolute;
		top: 0;
		left: 0;
		content: '«';
		font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
		color: #0066B3;
		font-size: 4em;
		line-height: 0.35;
	}

.quote__author {
	text-align: right;
	font-style: italic;
}

.quote .news__time {
	text-align: right;
	font-style: italic;
}

.share {
	padding: 20px 0;
	border-top: 1px solid #CADDF2;
	border-bottom: 1px solid #CADDF2;
}

.share__text {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.share__block {
	display: inline-block;
	vertical-align: middle;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px 30px;
}

.gallery__item {
	display: inline-block;
	padding: 0 8px;
	margin-bottom: 16px;
	position: relative;
	width: 49%;
	min-width: 49%;
}

.gallery__item_large {
	width: 100%;
	min-width: 100%;
}

.gallery__item img {
	display: block;
	width: 100%;
}

.gallery__zoom {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 18px;
}

	.gallery__zoom .icon {
		width: 24px;
		height: 24px;
	}

.gallery__item_large .gallery__zoom .icon {
	width: 40px;
	height: 40px;
}

.page-content__right .tags {
	margin-bottom: 40px;
}

.news-list {
	list-style: none;
	margin-bottom: 40px;
}

	.news-list li {
		margin-bottom: 20px;
	}

	.news-list .news__time {
		margin-bottom: 8px;
	}

.laws-list {
	list-style: none;
}

	.laws-list li {
		display: inline-block;
	}

		.laws-list li a {
			display: inline-block;
			font-size: 0.8em;
			font-style: italic;
			border-radius: 2px;
			border: 1px solid #f4f7fc;
			background: #f4f7fc;
			padding: 2px 10px 1px;
		}

			.laws-list li a:hover {
				border-radius: 8px;
			}

.single-news__time {
	margin-bottom: 20px;
}

.inspection-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.inspection-name__number {
	background: #FFFFFF;
	color: #0066B3;
	display: inline-block;
	border-radius: 2px;
	vertical-align: middle;
	text-align: center;
	margin-right: 20px;
	padding: 9px 10px 12px;
}

.inspection-name__numeric {
	font-size: 2.4em;
	display: block;
	font-weight: 700;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
}

.inspection-name__text {
	font-size: 0.8em;
	display: block;
	text-transform: uppercase;
}

.attention {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
	margin-bottom: 20px;
}

.attention_red {
	background: rgba(241, 90, 34, 0.1);
}

.attention_blue {
	background: rgba(0, 102, 179, 0.1);
}

.attention_white {
	padding: 0 0 20px;
}

.attention__icon {
	margin: 4px 15px 0 0;
	float: left;
}

	.attention__icon .icon {
		width: 40px;
		height: 40px;
	}

.attention_white .icon {
	width: 30px;
	height: 30px;
}

.attention__text p {
	margin: 0;
}

.page-content__right .attention {
	margin-bottom: 40px;
}

.list-dot {
	list-style: none;
}

	.list-dot li {
		padding-left: 30px;
		position: relative;
		min-height: 15px;
		margin-bottom: 20px;
	}

		.list-dot li::after {
			position: absolute;
			top: 3px;
			left: 0;
			width: 12px;
			height: 12px;
			border: 3px solid #0066B3;
			content: '';
			border-radius: 50%;
		}

.info-block {
	margin-bottom: 40px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	transition: all 0.3s;
}

.info-block__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 20px 40px 20px 15px;
	cursor: pointer;
	transition: all 0.3s;
}

.info-block__icon {
	margin-right: 10px;
	width: 50px;
	height: 38px;
	line-height: 38px;
}

	.info-block__icon .icon {
		width: 50px;
		height: 38px;
	}

	.info-block__icon img {
		vertical-align: baseline;
	}

.info-block__title h5,
.info-block__title h6 {
	margin-bottom: 0;
}

.info-block__arrow {
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 15px;
	display: block;
	width: 20px;
	height: 12px;
}

	.info-block__arrow .icon {
		width: 20px;
		height: 12px;
		transition: all 0.3s;
		display: block;
	}

.info-block__hidden {
	padding: 20px 15px;
	display: none;
}

.info-block__parent {
	padding: 0;
}

.info-block:hover {
	border-radius: 8px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
}

.info-block__title_active {
	background: #E9EBF0;
}

	.info-block__title_active .info-block__arrow .icon {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

.info-block_inside {
	margin-bottom: 0;
	box-shadow: none;
	border: 1px solid #CADDF2;
	border-top: none;
}

	.info-block_inside:first-child {
		border-top: 1px solid #CADDF2;
	}

	.info-block_inside .info-block__hidden {
		background: #F4F7FC;
	}

	.info-block_inside:hover {
		border-radius: 2px;
		box-shadow: none;
	}

		.info-block_inside:hover .info-block__title {
			background: #E9EBF0;
		}

		.info-block_inside .info-block__title_active,
		.info-block_inside:hover .info-block__title_active {
			background: #4b4e4f;
			color: #ffffff;
		}

			.info-block_inside .info-block__title_active h6 {
				color: #ffffff;
			}

			.info-block_inside .info-block__title_active .info-block__arrow .svg_grey {
				color: #ffffff;
			}

	.info-block_inside .info-block_list,
	.info-block_list {
		margin-bottom: 20px;
		box-shadow: none;
		background: #FFFFFF;
	}

		.info-block_inside .info-block_list:last-child,
		.info-block_list:last-child {
			margin-bottom: 0;
		}

		.info-block_inside .info-block_list .info-block__hidden,
		.info-block_list .info-block__hidden {
			background: #FFFFFF;
			border-top: 1px solid #CADDF2;
		}

		.info-block_inside .info-block_list .info-block__title_active,
		.info-block_list .info-block__title_active,
		.info-block_inside:hover .info-block_list .info-block__title {
			background: #ffffff;
			color: #405965;
		}

			.info-block_inside .info-block_list .info-block__title_active h6,
			.info-block_list .info-block__title_active h6 {
				color: #405965;
			}

			.info-block_inside .info-block_list .info-block__title_active .info-block__arrow .svg_grey,
			.info-block_list .info-block__title_active .info-block__arrow .svg_grey {
				color: #405965;
			}

.info-block__map {
	height: 400px;
	width: 100%;
	margin-bottom: 20px;
}

.icon-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.icon-block__icon {
	margin-right: 20px;
	float: left;
}

	.icon-block__icon .icon {
		width: 60px;
		height: 50px;
	}

.icon-block__text p {
	margin: 0;
}

.content_list {
	padding: 20px;
	margin-bottom: 40px;
	background: #E9EBF0 url(../images/footer-bg.png) no-repeat 80% 100%;
	background-size: 250%;
	border-radius: 2px;
}

	.content_list span {
		font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
		font-size: 1.8em;
		line-height: 1;
		margin-bottom: 20px;
		display: block;
	}

	.content_list ul {
		list-style: none;
		margin-left: 0;
	}

	.content_list li {
		transition: all 0.3s;
		padding-right: 4px;
		position: relative;
		padding-left: 30px !important;
	}

		.content_list li:hover {
			margin-left: 4px;
			padding-right: 0;
		}

	.content_list a {
		color: #405965;
		padding: 10px 0;
		display: inline-block;
	}

	.content_list li::before {
		width: 20px !important;
		height: 20px !important;
		font-family: 'icomoon' !important;
		speak: none !important;
		font-style: normal !important;
		font-weight: normal !important;
		font-variant: normal !important;
		text-transform: none !important;
		line-height: 1 !important;
		-webkit-font-smoothing: antialiased !important;
		-moz-osx-font-smoothing: grayscale !important;
		position: absolute !important;
		border-radius: 50% !important;
		border: 1px solid #405965 !important;
		top: 11px !important;
		left: 0 !important;
		content: "\e900" !important;
		transition: all 0.3s !important;
		font-size: 8px !important;
		line-height: 21px !important;
		text-align: center !important;
		transition: all 0.3s !important;
		background: none !important;
	}

	.content_list li:hover a {
		color: #F15A22;
		text-decoration: underline;
	}

	.content_list li:hover::before {
		border-color: #F15A22;
		color: #F15A22;
	}

.content_list_mobile {
	display: none;
}

.data-block:not(:last-child) {
	margin-bottom: 40px;
}

.data-block .link-block {
	margin-bottom: 20px;
}

.data-block__row {
	overflow: hidden;
	margin-bottom: 10px;
	border-bottom: 1px solid #F0F0F0;
	padding-bottom: 10px;
}

.data-block__name {
	float: left;
	width: 25%;
	text-transform: uppercase;
	padding-top: 7px;
	font-size: 0.6em;
}

.data-block__data {
	float: left;
	width: 75%;
	padding-left: 15px;
	font-size: 0.9em;
}

.data-block p {
	margin-bottom: 10px;
}

.tabs__menu {
	display: flex;
	list-style: none;
	margin-bottom: 20px;
}

	.tabs__menu li {
		width: 33.3333%;
		min-width: 33.3333%;
		display: inline-block;
		text-align: center;
	}

	.tabs__menu li {
		width: 32%\9;
		min-width: 32%\9;
	}

		.tabs__menu li a {
			display: block;
			padding: 0 15px 10px;
			position: relative;
			color: #000000;
		}

	.tabs__menu a::after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		transition: all 0.3s;
		height: 2px;
		background: #0066B3;
		content: '';
	}

	.tabs__menu a:hover,
	.tabs__menu a.active {
		color: #0066B3;
		text-decoration: none;
	}

		.tabs__menu a:hover::after,
		.tabs__menu a.active::after {
			width: 100%;
		}

.tabs__block {
	padding-bottom: 20px;
}

.shedule {
	width: 100%;
	margin-bottom: 20px;
}

	.shedule th {
		padding: 10px;
		background: #0066B3;
		color: #FFFFFF;
	}

	.shedule td {
		padding: 10px;
		text-align: center;
	}

	.shedule tr:nth-child(even) td {
		background: #f3f4f5;
	}

.shedule__day {
	text-transform: uppercase;
	color: #FFFFFF;
	background: #0066B3;
	display: inline-block;
	padding: 2px 5px;
	width: 35px;
	text-align: center;
}

.shedule__day_blue {
	background: #008AD9;
}

.shedule__day_red {
	background: #F15A22;
}

.shedule_color {
	display: inline-block;
	width: 100%;
	height: 10px;
}

.shedule_yellow {
	background: #FFBB4C;
}

.shedule_red {
	background: #FF4555;
}

.shedule_green {
	background: #3DB28D;
}

.shedule__icon {
	display: inline-block;
	margin-left: 10px;
}

	.shedule__icon .icon {
		width: 25px;
		height: 25px;
	}

.shedule td:first-child {
	white-space: nowrap;
	text-align: left;
}

.shedule__day_blue {
	background: #008AD9;
}

.shedule__day_red {
	background: #F15A22;
}
/*.shedule tr td.shedule_green {
  background: #3DB28D;
}*/
.shedule_chart td {
	padding-left: 0;
	padding-right: 0;
	border: 1px solid #FFFFFF;
}

	.shedule_chart td:first-child {
		border-right-width: 14px;
	}

.legend__color {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
}

.legend__color_green {
	background: #3DB28D;
}

.legend__color_yellow {
	background: #FFBB4C;
}

.legend__color_red {
	background: #FF4555;
}

.legend__icon {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.legend .col {
	padding-bottom: 10px;
}

.service-button {
	width: 30px;
	height: 27px;
	display: block;
}

	.service-button .icon {
		width: 30px;
		height: 27px;
	}

.service-button_noactive {
	cursor: default;
}

	.service-button_noactive .svg_walk,
	.service-button_noactive .svg_account,
	.service-button_noactive .svg_mfc,
	.service-button_noactive .svg_gosuslugi,
	.service-button_noactive .svg_online-service {
		color: #E6E7E8;
	}

.service-list {
	width: 100%;
	margin-bottom: 20px;
}

	.service-list td {
		padding: 5px;
	}

.bg_grey {
	background: #E9EBF0;
}

.bg__wrapper {
	padding: 15px 15px 15px 0;
}

.tabs__image img {
	display: block;
	border-radius: 2px 0 0 2px;
}

.tabs-image__preview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	margin: 0 -15px -20px;
}

.tabs-image__item {
	width: 50%;
	min-width: 50%;
	float: left;
	padding: 0 15px 20px;
}

.tabs-image__link {
	display: block;
}

	.tabs-image__link img {
		border-radius: 2px;
		display: block;
	}
/* styles for old */
.text_block {
	padding: 0 0 20px;
}

#mini-spoiler {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	background: #FFFFFF;
}

	#mini-spoiler:hover {
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
	}

.eservice {
	padding: 20px 40px 20px 15px;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
	border-radius: 2px;
}

	.eservice p {
		margin-bottom: 0;
	}

	.eservice::before {
		position: absolute;
		top: 50%;
		margin-top: -10px;
		right: 10px;
		width: 20px;
		height: 20px;
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\e900";
		transition: all 0.3s;
		font-size: 12px;
		line-height: 20px;
		text-align: center;
	}

	.eservice:hover {
		border-radius: 8px;
	}

		.eservice:hover::before {
			color: #F15A22;
		}

.ms-content {
	padding: 20px;
}

.eservice_active::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dropdown_eservice p:last-child {
	margin-bottom: 0;
}

.eservice a,
.dropdown_eservice a {
	color: #405965;
}

	.eservice a:hover,
	.eservice:hover a,
	.dropdown_eservice a:hover {
		color: #F15A22;
		text-decoration: underline;
	}

p.to_top {
	display: none;
}

.vtop td {
	vertical-align: top;
}

.with_icon {
	margin-bottom: 20px;
	min-height: 90px;
	position: relative;
	padding: 20px 15px 20px 40px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	background: #ffffff;
	border-radius: 2px;
}

	.with_icon a {
		/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  margin-bottom: 10px;
  font-weight: 700;*/
	}

	.with_icon::before {
		position: absolute;
		top: 17px;
		left: 15px;
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 15px;
		content: "\e92e";
		color: #f0f0f0;
	}

.icon_pin::before {
	content: "\e915";
}

.icon_online::before {
	content: "\e916";
}

.icon_arr2,
.icon_arr {
	min-height: 70px;
	padding: 22px 20px 20px 80px;
	box-shadow: none;
	background: #fbfbfb;
	color: #405965;
	border-radius: 0;
	float: none;
}

	.icon_arr2 a,
	.icon_arr a {
		margin-bottom: 0;
		/*  display: block; */
		min-height: 0;
	}

.with_icon.icon_arr2 p,
.with_icon.icon_arr p {
	margin-bottom: 0;
}

.icon_arr2::before,
.icon_arr::before {
	content: "\e908";
	font-size: 50px;
	color: #F15A22;
	top: 10px;
	left: 15px;
}

.div_more {
	background: #fbfbfb;
	padding: 20px;
	margin: 0 0 20px;
	overflow: hidden;
}

.with_icon .show_more,
.show_more {
	position: relative;
	display: block;
	text-align: right;
	padding: 10px 26px 10px 20px;
	color: #333738;
	font-size: 0.5em;
	border-radius: 2px;
	text-transform: uppercase;
	min-height: 0;
	margin: 0 0 20px;
	font-weight: 400;
	background-color: #fbfbfb;
}

	.show_more:hover {
		text-decoration: none;
	}

	.with_icon .show_more::before,
	.show_more::before {
		right: 0;
		position: absolute;
		top: 50%;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\e900";
		transition: all 0.3s;
		font-size: 8px;
		line-height: 20px;
		text-align: center;
		left: auto;
		color: #4B4E4F;
	}

	.with_icon .show_more::after,
	.show_more::after {
		position: absolute;
		top: 50%;
		height: 0;
		border-bottom: 1px dotted #CADDF2;
		content: '';
		right: 140px;
		left: 20px;
	}

.with_icon .hide_more,
.hide_more {
	position: relative;
	display: block;
	margin: 0;
	text-align: right;
	border-radius: 2px;
	padding: 10px 26px 10px 20px;
	color: transparent;
	font-size: 0.5em;
	text-transform: uppercase;
	background-color: #fbfbfb;
	min-height: 0;
	transition: none;
}

	.hide_more:hover {
		color: transparent;
		text-decoration: none;
	}

	.with_icon .hide_more::before,
	.hide_more::before {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		right: 0;
		left: auto;
		position: absolute;
		top: 50%;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\e900";
		transition: all 0.3s;
		font-size: 8px;
		line-height: 20px;
		text-align: center;
		color: #4B4E4F;
	}

	.with_icon .hide_more::after,
	.hide_more::after {
		position: absolute;
		top: 50%;
		height: 0;
		border-bottom: 1px dotted #CADDF2;
		content: '';
		left: 20px;
		right: 30px;
	}

.clear {
	clear: both;
	display: block;
}

.note {
	background-color: rgba(241, 90, 34, 0.1);
	background-image: url(../fonts/note.svg);
	background-position: 20px 20px;
	background-repeat: no-repeat;
	background-size: 40px;
	min-height: 80px;
	padding: 20px 20px 20px 75px;
	margin: 20px 0;
}

.dropblock {
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}

.down_btn2 {
	display: inline-block;
	padding: 8px 40px 7px 15px;
	height: 40px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s;
	cursor: pointer;
	background: #0066B3;
	border-color: #0066B3;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
}

	.down_btn2:hover {
		color: #FFFFFF;
		border-radius: 8px;
		text-decoration: none;
		background: #008ad9;
		border-color: #008ad9;
	}

	.down_btn2::after {
		width: 20px;
		height: 20px;
		background: url(../fonts/arrow-down-white.svg) no-repeat 50%;
		background-size: 10px;
		position: absolute;
		top: 50%;
		margin-top: -10px;
		right: 15px;
		content: '';
		transition: all 0.3s;
	}

.down_button_div {
	display: none;
	position: absolute;
	z-index: 90;
	background: #ffffff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
	padding: 15px 16px 4px;
	top: 100%;
	left: 0;
}

	.down_button_div a {
		display: block;
		margin: 0 0 10px;
		text-decoration: none;
		color: #405965;
	}

		.down_button_div a:hover {
			color: #F15A22;
			text-decoration: underline;
		}

.down_btn2_active::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.blue_down_button {
	display: inline-block;
	padding: 7px 40px 7px 15px;
	height: 40px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s;
	cursor: pointer;
	background: #0066B3;
	border-color: #0066B3;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
}

	.blue_down_button:hover {
		color: #FFFFFF;
		border-radius: 8px;
		text-decoration: none;
		background: #008ad9;
		border-color: #008ad9;
	}

	.blue_down_button button {
		border: 0;
		background: none;
		font-family: 'Open Sans', sans-serif;
		font-size: 1em;
		color: #fff;
		height: 100%;
		vertical-align: middle;
	}

	.blue_down_button a {
		width: 20px;
		height: 20px;
		background: url(../fonts/arrow-down-white.svg) no-repeat 50%;
		background-size: 10px;
		position: absolute;
		top: 50%;
		margin-top: -10px;
		right: 15px;
		transition: all 0.3s;
	}

.blue_down_button_active a {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.file_doc,
.file_xls,
.file_pdf,
.file_zip,
.file_type,
.file_pptx {
	padding: 5px 0 9px 32px;
	display: block;
	position: relative;
	min-height: 32px;
	font-size: 0.9em;
	text-transform: uppercase;
}

	.file_doc::before,
	.file_xls::before,
	.file_pdf::before,
	.file_zip::before,
	.file_type::before,
	.file_pptx::before {
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		width: 26px;
		height: 32px;
		font-size: 32px;
		color: #0066B3;
		position: absolute;
		top: 0;
		left: 0;
	}

	.file_doc::before {
		content: "\e905";
	}

	.file_xls::before {
		content: "\e913";
	}

	.file_pdf::before {
		content: "\e90c";
	}

	.file_zip::before {
		content: "\e914";
	}

	.file_type::before {
		content: "\e906";
	}

	.file_pptx::before {
		content: "\e917";
	}

.div_left {
	float: left;
	width: calc(50% - 15px);
	padding-right: 15px;
}

.div_right {
	float: left;
	width: calc(50% - 15px);
	padding-left: 15px;
}

.blue {
	color: #0066b3;
}

.large {
	font-size: 3em;
	line-height: 1.2em;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	display: inline-block;
	background: #0066B3;
	color: #FFFFFF;
	padding: 10px;
	border-radius: 2px;
	margin-bottom: 10px;
}

.number {
	float: left;
	margin-top: -2px;
	margin-right: 20px;
	margin-bottom: 10px;
	background: #0066b3;
	color: #fff;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 2.5em;
	line-height: 0.9em;
	padding: 8px 14px;
	border-radius: 2px;
	text-align: center;
	min-width: 55px;
}

.dl_button {
	float: right;
	margin: 0px 0px 0px 20px;
}

.dl_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px;
	background: #fbfbfb;
	margin-bottom: 20px;
	border-radius: 2px;
}

	.dl_item .gray {
		margin-top: 5px;
	}

	.dl_item div:first-child {
		padding-right: 20px;
	}

.list_item_wide {
	margin: 20px 0;
	overflow: hidden;
}

.large2 {
	font-size: 1.8em;
	line-height: 0.8em;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
}

.item_image {
	float: left;
	margin-right: 20px;
	text-align: center;
	background: #0066B3;
	color: #FFFFFF;
	padding: 5px 16px 2px;
	border-radius: 2px;
}

	.item_image .blue {
		color: #FFFFFF;
	}

.big {
	font-size: 1.5em;
	line-height: 1em;
}

.taxes_table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
}

	.taxes_table td {
		border-bottom: 1px solid #E6E7E8;
		padding: 15px 10px;
		vertical-align: top;
	}

	.taxes_table tr:nth-child(odd) td:not(.tax_way) {
		background: #fbfbfb;
	}

	.taxes_table .tax_way {
		background: #fff;
		font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
		font-size: 2em;
		line-height: 1em;
		color: #0066b3;
		padding: 10px 15px;
		border-right: 1px solid #E6E7E8;
		border-bottom: none;
	}

	.taxes_table th.tax_way {
		border-right: none;
		border-bottom: 1px solid #E6E7E8;
	}

	.taxes_table tr:last-child .tax_way {
		border-bottom: 1px solid #E6E7E8;
	}

	.taxes_table th {
		border-bottom: 1px solid #E6E7E8;
		border-top: 1px solid #E6E7E8;
		padding: 15px 10px;
		vertical-align: bottom;
		text-align: left;
		background: #fff;
		text-transform: uppercase;
		font-size: 0.7em;
	}

.border_table {
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0 30px;
}

	.border_table th {
		border-bottom: 1px solid #E6E7E8;
		border-top: 1px solid #E6E7E8;
		padding: 15px 10px;
		vertical-align: middle;
		text-align: left;
		background: #fff;
		text-transform: uppercase;
		font-size: 0.7em;
	}

	.border_table td {
		border-bottom: 1px solid #E6E7E8;
		padding: 15px 10px;
		vertical-align: top;
	}

	.border_table tr:nth-child(odd) td {
		background: #fbfbfb;
	}

.form_title {
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 2em;
	line-height: 1;
	margin-bottom: 20px;
}

.show_more2 {
	display: inline-block;
	padding: 0 20px 0 0;
	margin: 5px 0 20px;
	line-height: 1.3em;
	position: relative;
}

	.show_more2::before {
		position: absolute;
		top: 4px;
		right: 0;
		width: 8px;
		height: 14px;
		content: "\e902";
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 12px;
		transition: all 0.3s;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.show_more2.active::before {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}

.fright {
	display: block;
	text-align: right;
	padding-top: 20px;
}

.search_in .radio > div {
	padding-bottom: 15px;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

	.search_in .radio > div label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: calc(100% - 25px);
	}

		.search_in .radio > div label .select2-container {
			padding-left: 10px;
		}

.content_form {
	background: #fbfbfb;
	padding: 20px;
	margin-bottom: 20px;
}

.form_table {
	width: 100%;
}

	.form_table th,
	.form_table td {
		vertical-align: middle;
		padding: 5px 0;
	}

	.form_table th {
		width: 20%;
		padding-right: 15px;
		text-align: left;
		font-weight: normal;
	}

	.form_table input[type="text"] {
		margin-bottom: 0;
	}

.ul_class {
	list-style: none;
	margin: 20px 0;
}

	.ul_class li {
		position: relative;
		padding-left: 20px;
		margin-bottom: 10px;
	}

		.ul_class li::before {
			width: 7px;
			height: 7px;
			background: #0066B3;
			position: absolute;
			top: 9px;
			left: 0;
			content: '';
		}

		.ul_class li.sm1 {
			margin-left: 40px;
		}

		.ul_class li.sm2 {
			margin-left: 60px;
		}

		.ul_class li.sm3 {
			margin-left: 80px;
		}

.tabs.small2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tabs .clear {
	display: none;
}

.time_title {
	padding: 5px 0;
	color: #4B4E4F;
	font-size: 1.4em;
	text-align: left;
}

.tabs span {
	display: block;
	background: #fbfbfb;
	border-top: 5px solid #fbfbfb;
}

	.tabs span a {
		color: #405965;
		font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
		font-size: 1.4em;
		line-height: 1;
		display: block;
		padding: 20px;
	}

		.tabs span a:hover {
			color: #F15A22;
		}

	.tabs span.active {
		background: #FFFFFF;
		box-shadow: -5px -5px 15px 0 rgba(0, 0, 0, 0.05);
		border-color: #0066B3;
	}

.tab-content-panel {
	padding: 20px;
	background: #FFFFFF;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
}

.adv_search {
	display: none;
}

.print_signin {
	margin-bottom: 20px;
}

	.print_signin a {
		display: inline-block;
		padding: 0 30px 0 0;
		line-height: 1.3em;
		position: relative;
	}

		.print_signin a::before {
			position: absolute;
			top: 0;
			right: 0;
			width: 20px;
			height: 24px;
			content: "\e90d";
			font-family: 'icomoon' !important;
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			font-size: 20px;
		}

.time1,
.time2,
.time3,
.time4 {
	padding: 5px 0 5px 70px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 60px;
	min-height: 60px;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.time1 {
	background-image: url(../fonts/quaterYear.svg);
}

.time2 {
	background-image: url(../fonts/fullYear.svg);
}

.time3 {
	background-image: url(../fonts/halfYear.svg)
}

.time4 {
	background-image: url(../fonts/3QuatersYear.svg)
}

ul.dynatree-container {
	color: #405965;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.4;
	padding: 10px;
	border: 1px solid #CADDF2;
	border-radius: 2px;
}

span.dynatree-node a {
	font-size: 1em;
}

span.dynatree-expander {
	margin-top: 3px;
}

span.dynatree-checkbox {
	margin-top: 3px;
}

span.dynatree-node {
	margin-bottom: 5px;
}

span.dynatree-selected a {
	background-color: #0066B3 !important;
	color: white !important;
	font-style: normal;
}

span.dynatree-active a {
	background-color: #0066B3 !important;
	color: white !important;
}

.search_in {
	padding-left: 33px;
}

.tabs_block {
	margin-bottom: 20px;
}

.tooltip_content {
	display: none;
}

.int_link {
	color: #0066b3;
	border-bottom: 1px dashed #0066b3;
	cursor: pointer;
}

.text_block_icon p:not(.more) a {
	color: #405965;
	padding: 10px 15px;
	background: #FFFFFF;
	border-radius: 2px;
	transition: all 0.3s;
	cursor: pointer;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	color: #405965;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

	.text_block_icon p:not(.more) a:hover {
		border-radius: 8px;
		padding-left: 19px;
		padding-right: 11px;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
		color: #F15A22;
		text-decoration: none;
	}

	.text_block_icon p:not(.more) a .icon {
		width: 37px;
		min-width: 37px;
		height: 40px;
		text-align: center;
		margin-right: 5px;
	}

.to_top2 {
	display: none;
}

.MiniSpoiler {
	margin-bottom: 40px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	transition: all 0.3s;
	background: #FFFFFF;
}

	.MiniSpoiler:hover {
		border-radius: 8px;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
	}

	.MiniSpoiler .link_mobile {
		position: relative;
		padding: 20px 40px 20px 15px;
		cursor: pointer;
		transition: all 0.3s;
		font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
		font-size: 1.8em;
		line-height: 1;
		margin-bottom: 0;
		color: #405965;
	}

		.MiniSpoiler .link_mobile::after {
			right: 20px;
			position: absolute;
			top: 50%;
			margin-top: -10px;
			width: 20px;
			height: 20px;
			font-family: 'icomoon' !important;
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			content: "\e900";
			transition: all 0.3s;
			font-size: 12px;
			line-height: 20px;
			text-align: center;
			left: auto;
		}

		.MiniSpoiler .link_mobile a {
			color: #405965;
		}

			.MiniSpoiler .link_mobile a:hover {
				color: #405965;
				text-decoration: none;
			}

	.MiniSpoiler .ms-content {
		display: none;
		padding: 20px 15px;
	}

.link_mobile_active {
	background: #E9EBF0;
}

	.link_mobile_active::after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

.MiniSpoiler .ms-content h2 {
	display: none;
}

.bigger {
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 1.4em;
	line-height: 1;
	margin-bottom: 20px;
	color: #405965;
}

.page-content__left a.black {
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px solid #E6E7E8;
}

.text_block ul {
	list-style: none;
	margin: 20px 0;
}

	.text_block ul li {
		position: relative;
		padding-left: 20px;
		margin-bottom: 10px;
	}

		.text_block ul li::before {
			width: 7px;
			height: 7px;
			background: #0066B3;
			position: absolute;
			top: 9px;
			left: 0;
			content: '';
		}

ol {
	counter-reset: item;
	list-style: none;
	margin: 20px 0;
}

	ol li {
		margin-bottom: 10px;
		padding: 0px 0px 0px 45px;
		position: relative;
	}

.wrap-content ol > li::before {
	content: counter(item) ".";
	counter-increment: item;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

hr {
	margin: 20px 0;
	border: none;
	background: #fbfbfb;
	height: 1px;
}
/* hidden-links */
.hidden-links {
	position: relative;
	cursor: pointer;
}

.hidden-links__image img {
	width: 100%;
	transition: all .2s ease-in-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.hidden-links__bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(59,66,86,0.5);
	transition: opacity .4s ease-in-out;
	opacity: 0;
}

.hidden-links__block {
	background: #3B4256;
	transition: bottom .2s ease-in-out;
	position: absolute;
	bottom: -100%;
	left: 0;
	right: 0;
	padding: 15px 20px;
}

.hidden-links__text {
	color: #FFFFFF;
}

	.hidden-links__text:hover {
		text-decoration: underline dotted;
	}

.hidden-links__time {
	font-size: 0.7em;
	color: #FFFFFF;
}

.hidden-links:hover .hidden-links__bg {
	opacity: 1;
}

.hidden-links:hover .hidden-links__block {
	bottom: 0;
}

.hidden-links:hover .hidden-links__image img {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

table.table-sorting thead th {
	padding: 10px;
	background: #0066B3;
	color: #FFFFFF;
	border-bottom: none;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
	color: #405965;
}

	.dataTables_wrapper .dataTables_length label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 20px;
	}

		.dataTables_wrapper .dataTables_length label .select2-container {
			margin: 0 10px;
		}

	.dataTables_wrapper .dataTables_filter label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 20px;
	}

	.dataTables_wrapper .dataTables_filter input {
		margin: 0 0 0 10px;
	}

table.table-sorting tbody tr.even {
	background-color: #f3f4f5;
}

.table-sorting td {
	padding: 10px;
}

table.table-sorting {
	border: 1px solid #CADDF2;
	margin-bottom: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	padding: 0 12px;
	height: 30px;
	line-height: 30px;
	background: #FFFFFF;
	border: none;
	color: #0066B3 !important;
	margin: 0 3px;
}

	.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
		border-radius: 8px;
		background: #008ad9;
		color: #FFFFFF !important;
		border: none;
	}

	.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
	.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
	.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
		cursor: default;
		color: #0066B3 !important;
		border: none;
		background: #CADDF2;
		box-shadow: none;
		border-radius: 2px;
	}

	.dataTables_wrapper .dataTables_paginate .paginate_button.current,
	.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
		border: none;
		background: #008ad9;
		color: #FFFFFF !important;
	}

.divider {
	position: relative;
	margin: 35px 0;
	color: #CADDF2;
	width: 100%;
	overflow: hidden;
}

.divider__icon {
	position: relative;
	width: 40px;
	height: 40px;
	text-align: center;
	display: inline-block;
	line-height: 35px;
	border: 1px solid #CADDF2;
	border-radius: 50%;
	z-index: 1;
}

.divider__icon_rounded {
	background: #CADDF2;
}

	.divider__icon_rounded .svg_light-grey {
		color: #ffffff;
	}

.divider__icon .icon {
	width: 20px;
	height: 20px;
}

.divider::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	left: 40px;
	height: 1px;
	background: #CADDF2;
}

.divider_short::after {
	width: 30%;
}

.divider_right {
	text-align: right;
}

	.divider_right::after {
		right: 40px;
		left: auto;
	}

.divider_center {
	text-align: center;
}

	.divider_center::before {
		content: '';
		position: absolute;
		right: 50%;
		margin-right: 20px;
		width: 50%;
		height: 1px;
		background: #CADDF2;
		top: 50%;
	}

.divider_short.divider_center::before {
	width: 15%;
}

.divider_center::after {
	left: 50%;
	margin-left: 20px;
	width: 50%;
}

.divider_short.divider_center::after {
	width: 15%;
}

.chart {
	min-width: 290px;
	max-width: 800px;
	height: 400px;
	margin: 0 auto;
}

.pie {
	display: inline-block;
	position: relative;
}

.pie__percent {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 1.5em;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
}

.with_icon.icon_service {
	background-image: none !important;
	padding: 20px 15px;
	min-height: 0;
}

	.with_icon.icon_service::before {
		display: none;
	}

.range-slider .irs-bar {
	height: 5px;
	background: #0066B3;
	border-radius: 8px;
}

.range-slider .irs {
	height: 40px;
}

.range-slider .irs-bar-edge,
.range-slider .irs-line-mid,
.range-slider .irs-line-left,
.range-slider .irs-line-right {
	background-color: #CADDF2;
	border-radius: 8px;
	height: 5px;
}

.range-slider .irs-line {
	height: 5px;
	top: 40px;
}

.range-slider .irs-slider {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #F15A22;
	cursor: pointer;
	top: 29px;
}

.range-slider .irs-from,
.range-slider .irs-to,
.range-slider .irs-single {
	color: #FFF;
	top: -8px;
	font-size: 12px;
	line-height: 1.333;
	padding: 3px 5px;
	background: #0066B3;
	border-radius: 2px;
}

	.range-slider .irs-from::after,
	.range-slider .irs-single::after,
	.range-slider .irs-to::after {
		content: "";
		position: absolute;
		display: block;
		bottom: -6px;
		left: 50%;
		width: 0;
		height: 0;
		margin-left: -3px;
		overflow: hidden;
		border: 3px solid transparent;
		border-top-color: #0066B3;
	}

.range-slider .irs-min,
.range-slider .irs-max {
	color: #4B4E4F;
	font-size: 12px;
	line-height: 1.333;
	text-shadow: none;
	top: -8px;
	padding: 3px 5px;
	background: #E6E7E8;
	border-radius: 2px;
}

.steps {
	margin-bottom: 20px;
}

.steps-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -15px;
	text-align: center;
}

.steps-menu__item {
	padding: 0 15px;
}

.steps-menu_5 .steps-menu__item {
	width: 20%;
	min-width: 20%;
}

.steps-menu_4 .steps-menu__item {
	width: 25%;
	min-width: 25%;
}

.steps-menu_3 .steps-menu__item {
	width: 33.3333%;
	min-width: 33.3333%;
}

.steps-menu_2 .steps-menu__item {
	width: 50%;
	min-width: 50%;
}

.steps-menu__number {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #0066B3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #0066B3;
	font-size: 2em;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	margin: 0 auto 15px;
}

	.steps-menu__number .icon {
		width: 30px;
		height: 30px;
	}

.steps-menu__text {
	font-size: 1.2em;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
}

.steps-menu__item_active .steps-menu__number {
	background: #0066B3;
	color: #FFFFFF;
}

.steps-menu__item_active .steps-menu__text {
	color: #0066B3;
}

.steps-menu__item_active .svg_blue {
	color: #ffffff;
}

.steps-block {
	padding-top: 20px;
}

.icon-link {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #405965;
	background: #E6E7E8;
	font-size: 2em;
	box-shadow: inset 0 0 15px rgba(0,0,0,.2);
	cursor: pointer;
	transition: all 0.3s;
}

	.icon-link .icon {
		width: 30px;
		height: 30px;
	}

	.icon-link:hover {
		color: #FFFFFF;
	}

		.icon-link:hover .svg_grey {
			color: #FFFFFF;
		}

.icon-link_blue:hover {
	background: #0066B3;
}

.icon-link_red:hover {
	background: #F15A22;
}

.switch-button .jq-checkbox {
	width: 60px;
	height: 30px;
	border-radius: 15px;
	margin: 0;
	transition: all 0.3s;
}

.switch-button .jq-checkbox__div {
	background: #FFFFFF;
	top: 1px;
	left: 1px;
	opacity: 1;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	transition: margin .4s;
}

.switch-button .jq-checkbox.checked .jq-checkbox__div {
	margin-left: 30px;
}

.switch-button .jq-checkbox.checked {
	background: #0066B3;
}

.separator {
	height: 40px;
}

.pointer {
	cursor: pointer;
	font-weight: 400;
	background-color: #fbfbfb;
	padding: 13px 20px 0px 20px;
	display: block;
}

.subscribe .ptop20 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

	.subscribe .ptop20 .clear {
		width: 100%;
	}

	.subscribe .ptop20 .fright {
		padding-top: 0;
	}

.jq-file__name {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #405965;
	background: #ffffff;
	border-radius: 2px 0 0 2px;
	padding: 0 10px;
	border: 1px solid #CADDF2;
	height: 40px;
	line-height: 40px;
	transition: all 0.3s;
	vertical-align: middle;
	min-width: 200px;
}

.jq-file__browse {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	height: 40px;
	transition: all 0.3s;
	border-radius: 0 2px 2px 0;
	vertical-align: middle;
	min-width: 80px;
	background: #0066B3;
	color: #FFFFFF;
	padding: 8px 15px 7px;
}

.jq-file:hover .jq-file__name {
	border-radius: 8px 0 0 8px;
}

.jq-file:hover .jq-file__browse {
	color: #FFFFFF;
	background: #008ad9;
	border-radius: 0 8px 8px 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	min-width: 160px;
	min-height: 180px;
	text-align: left;
	background-color: #ffffff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
	color: #405965;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.4;
	max-width: 290px;
}

.datepicker-wrapper {
	position: relative;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top {
	color: #405965;
}
/*.bootstrap-datetimepicker-widget .timepicker {
  background: #FFFFFF;
}*/
.bootstrap-datetimepicker-widget table td span {
	transition: all 0.3s;
}

	.bootstrap-datetimepicker-widget table td span:hover {
		background: #CADDF2;
	}

.collapse {
	display: none;
}

	.collapse.in {
		display: block;
	}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}

.bootstrap-datetimepicker-widget table th {
	height: 30px;
	line-height: 30px;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-weight: 400;
	transition: all 0.3s;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
	background: #CADDF2;
}

.datepicker {
	padding: 5px 0 0;
}

.bootstrap-datetimepicker-widget table td {
	transition: all 0.3s;
}

	.bootstrap-datetimepicker-widget table td.active,
	.bootstrap-datetimepicker-widget table td.active:hover {
		background-color: #0066B3;
	}

	.bootstrap-datetimepicker-widget table td.day {
		height: 30px;
		line-height: 30px;
		width: 30px;
	}

		.bootstrap-datetimepicker-widget table td.day:hover,
		.bootstrap-datetimepicker-widget table td.hour:hover,
		.bootstrap-datetimepicker-widget table td.minute:hover,
		.bootstrap-datetimepicker-widget table td.second:hover {
			background: #CADDF2;
		}

	.bootstrap-datetimepicker-widget table td.today::before {
		border-bottom-color: #0066B3;
	}

.bootstrap-datetimepicker-widget .list-unstyled {
	list-style: none;
}

.print {
	display: block;
	padding: 10px;
	background: #FFFFFF;
	transition: all 0.3s;
	cursor: pointer;
	border-radius: 2px;
	width: 40px;
	height: 43px;
}

	.print .icon {
		width: 20px;
		height: 20px;
	}

	.print:hover {
		background: #0066B3;
		border-radius: 8px;
	}

		.print:hover .svg_blue {
			color: #ffffff;
		}

.page-nav .print {
	float: right;
}

.picture-replace {
	display: none;
}

.div_more .download .dl_item {
	background: #FFF;
}

.dropblock a {
	display: block !important;
	color: #FFF !important;
}

.subscribe {
	margin: 0px 0px 40px 0px;
	padding: 20px;
	background-color: #f4f7fc;
}

.with_icon .blue_button {
	display: block;
}

.with_icon p {
	margin-bottom: 20px;
}

.table-wrapper {
	width: 100%;
	overflow-x: auto;
	margin-bottom: 20px;
}

.calc {
	font-size: 1.2em;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	background-color: rgba(0, 102, 179, 0.1);
	padding: 20px 10px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

	.calc .value,
	.calc .sign1,
	.calc .sign2 {
		display: block;
		padding: 0 10px 10px;
	}


.steps-menu__item a:hover div div span {
	text-decoration: none !important;
	color: #f15a22;
	border-color: #f15a22;
}

.steps-menu__item a:hover .steps-menu__number_passed, .steps-menu__item a:hover .steps-menu__number {
	text-decoration: none;
	color: #f15a22;
	border-color: #f15a22;
}

.steps-menu__item a:hover .steps-menu__text {
	text-decoration: underline;
}

.steps-menu__number_passed {
	color: #2dbdb6;
	border-color: #2dbdb6;
}

	.steps-menu__number_passed:hover {
		text-decoration: none;
		color: #f15a22;
		border-color: #f15a22;
	}

.print_service {
	display: block;
	padding: 10px;
	background: #FFFFFF;
	transition: all 0.3s;
	cursor: pointer;
	border-radius: 2px;
	width: 40px;
	height: 43px;
	position: absolute;
	top: 10px;
	right: 16px;
}

/* Banner */

.covid_banner .covid_banner-link {
	background: url("../images/covid-banner-bg.jpg") center center / cover repeat-y #1b559e;
	padding: 32px;
	text-align: center;
	color: #fff;
	display: block;
	text-decoration: none !important;
	border-radius: 4px;
}

.covid_banner .covid_banner-body {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.covid_banner .covid_banner-img {
	width: 105px;
	margin-bottom: 16px;
}

.covid_banner .covid_banner-title {
	display: block;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-size: 1.8em;
	line-height: 1.2;
	margin-bottom: 20px;
	color: White;
	font-weight: 400;
}

.covid_banner .covid_banner-more {
	display: block;
	margin-top: 0.5em;
	font-size: 1.1em;
	line-height: 1.1em;
	text-align: center;
	color: White;
	font-family: 'Conv_PFDINTEXTCONDPRO-MEDIUM';
	font-weight: 400;
}

@media screen and (min-width: 560px) {
	.covid_banner .covid_banner-body {
		flex-direction: row;
		justify-content: center;
		text-align: center;
	}

	.covid_banner .covid_banner-img {
		margin-bottom: 0;
		margin-right: 32px;
	}
}

/* /Banner */

@media only screen and (max-width: 767px) {
	.visible_mobile {
		display: block !important;
	}

	.visible_desctop {
		display: none !important;
	}
}


.visible_mobile {
	display: none;
}

.visible_desctop {
	display: block;
}

svg.svg_grey:hover {
	fill: #F15A22;
}

svg.svg_grey {
	fill: #405965;
}



/*DataUri Icon*/

.geo__icon .icon {
	display: inline-block;
	width: 16px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44.93 74.17'%3e%3cg fill='%23fff'%3e%3cpath d='M22.47,74.48h0a2,2,0,0,1-1.77-1.07C19.85,71.8,0,33.88,0,22.31a22.47,22.47,0,0,1,44.93,0c0,11.57-19.85,49.49-20.69,51.1A2,2,0,0,1,22.47,74.48ZM22.47,4A18.42,18.42,0,0,0,4,22.31c0,8,12,33.21,18.47,45.81,6.43-12.6,18.46-37.83,18.46-45.81A18.4,18.4,0,0,0,22.47,4Z' transform='translate(0 -0.31)'%3e%3c/path%3e%3cpath d='M27,24.39a7.66,7.66,0,0,1-4.9-1.59,7.27,7.27,0,0,0-8.42,0L13,22a8.35,8.35,0,0,1,9.8,0,7.27,7.27,0,0,0,8.42,0l.69.8A7.69,7.69,0,0,1,27,24.39Z' transform='translate(0 -0.31)'%3e%3c/path%3e%3cpath d='M27,17.48a7.66,7.66,0,0,1-4.9-1.59,7.27,7.27,0,0,0-8.42,0L13,15.08a8.35,8.35,0,0,1,9.8,0,7.27,7.27,0,0,0,8.42,0l.69.81A7.69,7.69,0,0,1,27,17.48Z' transform='translate(0 -0.31)'%3e%3c/path%3e%3cpath d='M27,31.57A7.67,7.67,0,0,1,22.12,30a7.27,7.27,0,0,0-8.42,0L13,29.2a8.35,8.35,0,0,1,9.8,0,7.27,7.27,0,0,0,8.42,0l.69.8A7.66,7.66,0,0,1,27,31.57Z' transform='translate(0 -0.31)'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.top__link_glasses .icon {
	display: inline-block;
	width: 33px;
	height: 12px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.79 10.05'%3e%3cg fill='%23fff'%3e%3cpath d='M11.36,2a.12.12,0,0,0-.1-.12,1.78,1.78,0,0,0-.77-.27.14.14,0,0,1-.09,0,.66.66,0,0,0-.19-.09c-.33-.07-.66-.13-1-.17s-1-.1-1.44-.11-1.14,0-1.71,0-1.19.08-1.79.14a2.9,2.9,0,0,0-1,.3.78.78,0,0,0-.38.23c-.08.13-.22.18-.3.3a1.07,1.07,0,0,0-.2.38,3.8,3.8,0,0,0-.11.89A12.88,12.88,0,0,0,2.34,5a9.86,9.86,0,0,0,.47,2,4,4,0,0,0,.28.67,2.09,2.09,0,0,0,.68.82c.12.07.2.21.32.29a3.51,3.51,0,0,0,.6.33,5.88,5.88,0,0,0,.84.27,6.69,6.69,0,0,0,1,.14,8.66,8.66,0,0,0,1.61,0,5.22,5.22,0,0,0,1.29-.34c.36-.16.7-.36,1.06-.53A1.31,1.31,0,0,0,11.11,8c.21-.45.41-.9.6-1.36a9.49,9.49,0,0,0,.37-1.1,6.38,6.38,0,0,0,.22-.86,7.09,7.09,0,0,0,.11-1.13,1,1,0,0,0-.31-.86h0A1.18,1.18,0,0,0,11.36,2M27.59,3.53h0V3.05A1.63,1.63,0,0,0,27,1.93a2.45,2.45,0,0,0-1-.48,2.64,2.64,0,0,0-.69-.14c-.55-.05-1.1-.1-1.64-.13s-1.17,0-1.75,0a8.48,8.48,0,0,0-1.23.09,10.09,10.09,0,0,0-1.08.17,5.63,5.63,0,0,0-.9.31,3.25,3.25,0,0,0-.77.49,1.82,1.82,0,0,0-.54.82,3.21,3.21,0,0,0,0,1.51,12.15,12.15,0,0,0,.35,1.35c.11.36.25.71.39,1.06a6,6,0,0,0,.25.58,2.45,2.45,0,0,0,.49.74,3.35,3.35,0,0,0,1,.66A5.38,5.38,0,0,0,22,9.52a12.06,12.06,0,0,0,1.7,0,5.74,5.74,0,0,0,1-.21,3.12,3.12,0,0,0,1.39-.76,2.87,2.87,0,0,0,.82-1.21c.15-.48.28-1,.39-1.45a11,11,0,0,0,.19-1.15c.05-.39.08-.78.12-1.18m-11.1,1.8V5.19c-.21-.48-.42-1-.64-1.45,0-.13-.14-.25-.18-.38s-.25-.23-.42-.24a3.86,3.86,0,0,0-.68,0,.42.42,0,0,0-.46.28c-.06.22-.23.39-.3.6a4.84,4.84,0,0,1-.28.66l-.27.66c-.09.22-.19.43-.28.65a17.17,17.17,0,0,1-.89,1.83,4.63,4.63,0,0,1-.48.68,2.21,2.21,0,0,1-.4.28l-.14.12a3.31,3.31,0,0,1-1.21.65c-.22.08-.43.17-.66.23a7.43,7.43,0,0,1-.82.16A9.83,9.83,0,0,1,7.19,10c-.46,0-.92-.09-1.38-.13a2.42,2.42,0,0,1-.47-.07c-.43-.13-.85-.26-1.26-.42a3.32,3.32,0,0,1-1-.61,3.27,3.27,0,0,1-.35-.48,4.84,4.84,0,0,1-.36-.72,5,5,0,0,1-.31-.66c-.11-.26-.2-.53-.3-.79s-.2-.54-.32-.81S1.18,4.56,1,4.19s-.2-.47-.31-.7l-.13-.1A1.61,1.61,0,0,0,.12,3,.18.18,0,0,1,0,2.87V1.47A5,5,0,0,1,.06.93.18.18,0,0,1,.18.81L1.38.56c.26-.06.51-.1.77-.14S2.69.34,3,.31L4.31.14A4.39,4.39,0,0,0,5.19.08C5.76.05,6.33,0,6.9,0h1l.93.07,1,.12a5.49,5.49,0,0,1,1,.16c.32.06.77.12,1.16.2l1.42.27c.37.07.75.15,1.12.19a3.39,3.39,0,0,0,.78,0c.5-.07,1-.17,1.51-.26L18.08.52,19.22.33,20.11.2q.38-.06.78-.09L22.77,0h.63l1,.06,1.06.08a9.38,9.38,0,0,1,1.05.12L28.1.5c.5.09,1,.21,1.51.31a.14.14,0,0,1,.12.16h0l.06,1.36V2.9a.25.25,0,0,1-.08.12c-.11.07-.23.11-.34.18s-.07.09-.11.13l-.06.06c-.13,0-.18.1-.22.22-.12.34-.27.68-.4,1s-.27.69-.4,1h0c0,.24-.17.41-.25.62s-.18.43-.28.64-.22.55-.36.81A3,3,0,0,1,26.41,9a1.59,1.59,0,0,1-.64.34,3.65,3.65,0,0,0-.53.25,5.11,5.11,0,0,1-.87.25,8.27,8.27,0,0,1-1.85.21,7.9,7.9,0,0,1-2.21-.34A7.26,7.26,0,0,1,18.65,9a2.56,2.56,0,0,1-.73-.77l-.25-.33c-.07-.12-.11-.27-.17-.4l-.51-1c-.16-.32-.25-.59-.37-.89l-.11-.15'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.top__link_phone .icon {
	display: inline-block;
	width: 15px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.64 11.69'%3e%3cg fill='%23fff'%3e%3cpath d='M9.82,9.64a2.55,2.55,0,0,1-.24.39l-.92-.7a2.29,2.29,0,0,1-1.9,1c-.88,0-2.13-1.13-4-3.68-1.42-2-2-3.19-2-4.07A1.78,1.78,0,0,1,1.62,1a2.24,2.24,0,0,1,1-.3c.16,0,.24.06.33.23s.15.26.42.69A7.05,7.05,0,0,1,4,2.74a.43.43,0,0,1-.13.52H3.81a.31.31,0,0,1-.13.06l-.16.08-.58-.87a1.12,1.12,0,0,0-.74.73c-.1.44.37.94.49,1.1s.26.31.49.61c.53.7,2.21,2.76,2.56,3.09A1,1,0,0,0,7,8.2a4.37,4.37,0,0,0,.42-.44.4.4,0,0,1,.22-.06.84.84,0,0,1,.41.14c.51.35,1.74,1.25,1.74,1.25h0a.42.42,0,0,1,0,.54m.45-1.1h0c-.05,0-1.25-.91-1.77-1.26A1.44,1.44,0,0,0,7.64,7a1.12,1.12,0,0,0-.7.24l-.08.07a2.9,2.9,0,0,1-.34.36c-.07,0-.18,0-.28-.07C6,7.34,4.32,5.34,3.75,4.6c-.11-.15-.14-.21-.12-.31S3.87,4.08,4,4l.26-.13.07-.05a1.17,1.17,0,0,0,.39-1.38c0-.12-.23-.42-.72-1.22A4.41,4.41,0,0,1,3.58.63,1,1,0,0,0,2.6,0,2.91,2.91,0,0,0,1.23.41h0A2.51,2.51,0,0,0,0,2.57C0,3.62.61,4.92,2.13,7.05h0l.56.76c1.84,2.47,3.66,3.88,5,3.88A3.12,3.12,0,0,0,10.47,10a1.15,1.15,0,0,0-.2-1.44' transform='translate(0 0)'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.chat {
	z-index: 5;
	position: relative;
	top: 2px;
	display: inline-block;
	width: 25px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.1 26.12'%3e%3cg fill='%23fff'%3e%3cpolygon points='9.16 4.33 5.1 4.33 5.1 6.21 9.15 6.21 9.16 4.33'%3e%3c/polygon%3e%3crect x='10.19' y='4.33' width='16.81' height='1.88'%3e%3c/rect%3e%3crect x='5.1' y='8.38' width='10.18' height='1.88'%3e%3c/rect%3e%3crect x='16.32' y='8.38' width='10.69' height='1.88'%3e%3c/rect%3e%3crect x='5.09' y='12.43' width='7.12' height='1.87'%3e%3c/rect%3e%3cpath d='M.75,0h30.6a.77.77,0,0,1,.75.75v17.3a.77.77,0,0,1-.75.75H26.19v6.6a.77.77,0,0,1-.48.71,1.22,1.22,0,0,1-.27,0,.75.75,0,0,1-.56-.25l-6.34-7.1H.75A.77.77,0,0,1,0,18V.75A.77.77,0,0,1,.75,0ZM1.5,17.3H18.87a.75.75,0,0,1,.56.25l5.26,5.89V18.05a.76.76,0,0,1,.75-.75H30.6V1.5H1.5Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.top .soc__link {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0;
}

	.top .soc__link.facebook {
		background-size: 8px 15px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.11 11.9'%3e%3cg fill='%23fff'%3e%3cpath d='M6.11,4.52c-.09.85-.17,1.54-.26,2.29L4.08,6.9v5H1.52v-5L0,6.8V4.55H1.47C1.65,3.12,1.13,1.41,2.59.6,3.52.09,4.8.19,6,0V2.34c-.63.12-1.41.07-1.8.43S4,3.85,4,4.52Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
	}

	.top .soc__link.twitter {
		background-size: 17.5px 15px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.89 10.26'%3e%3cg fill='%23fff'%3e%3cpath d='M3.16,8.09c-1.61-.72-1.7-.79-2.11-1.76l.83-.15C.86,5.6.07,5,.08,3.73l.84.09A3.19,3.19,0,0,1,.28.55C3.64,2.87,4.16,3.12,5.59,3.06c.3-2,1-2.86,2.43-3A2.26,2.26,0,0,1,9.53.3a1.49,1.49,0,0,0,1.76.15,4,4,0,0,1,.59-.17L11,1.49l.89-.11v.15a3.3,3.3,0,0,0-1.1,2.6c-.56,4.76-6.55,7.69-10.7,5.3L0,9.32l3.2-1V8.05'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
	}

	.top .soc__link.vk {
		background-size: 18px 15px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cg fill='%23fff' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M7.02944 7.02944C0 14.0589 0 25.3726 0 48V52C0 74.6274 0 85.9411 7.02944 92.9706C14.0589 100 25.3726 100 48 100H52C74.6274 100 85.9411 100 92.9706 92.9706C100 85.9411 100 74.6274 100 52V48C100 25.3726 100 14.0589 92.9706 7.02944C85.9411 0 74.6274 0 52 0H48C25.3726 0 14.0589 0 7.02944 7.02944ZM16.8752 30.4169C17.4168 56.4169 30.4167 72.0418 53.2084 72.0418H54.5003V57.1668C62.8753 58.0001 69.2082 64.1252 71.7498 72.0418H83.5835C80.3335 60.2085 71.7914 53.6668 66.4581 51.1668C71.7914 48.0835 79.2915 40.5835 81.0831 30.4169H70.3328C67.9995 38.6669 61.0836 46.1668 54.5003 46.8751V30.4169H43.7499V59.2501C37.0833 57.5835 28.6668 49.5002 28.2918 30.4169H16.8752Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
	}

	.top .soc__link.inst {
		background-size: 18px 15px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg transform='translate(-705.000000, -41.000000)' fill='%23FFFFFF'%3e%3cpath d='M720.994984,41.0100952 C725.338921,41.0100952 725.883619,41.0285079 727.589651,41.1063492 C729.292127,41.184 730.454857,41.4544127 731.472254,41.8498413 C732.524063,42.2585397 733.416063,42.8054603 734.305333,43.6946667 C735.19454,44.5839365 735.74146,45.4759365 736.150222,46.527746 C736.545587,47.5451429 736.816,48.707873 736.893651,50.4103492 C736.971492,52.116381 736.989905,52.6610794 736.989905,57.0050794 C736.989905,61.3490159 736.971492,61.8937143 736.893651,63.599746 C736.816,65.3022222 736.545587,66.4649524 736.150222,67.4823492 C735.74146,68.5341587 735.19454,69.4261587 734.305333,70.3154286 C733.416063,71.2046349 732.524063,71.7515556 731.472254,72.1603175 C730.454857,72.5556825 729.292127,72.8260952 727.589651,72.903746 C725.883619,72.9815873 725.338921,73 720.994984,73 C716.650984,73 716.106286,72.9815873 714.400254,72.903746 C712.697778,72.8260952 711.535048,72.5556825 710.517651,72.1603175 C709.465841,71.7515556 708.573841,71.2046349 707.684571,70.3154286 C706.795365,69.4261587 706.248444,68.5341587 705.839746,67.4823492 C705.444317,66.4649524 705.173905,65.3022222 705.096254,63.599746 C705.018413,61.8937143 705,61.3490159 705,57.0050794 C705,52.6610794 705.018413,52.116381 705.096254,50.4103492 C705.173905,48.707873 705.444317,47.5451429 705.839746,46.527746 C706.248444,45.4759365 706.795365,44.5839365 707.684571,43.6946667 C708.573841,42.8054603 709.465841,42.2585397 710.517651,41.8498413 C711.535048,41.4544127 712.697778,41.184 714.400254,41.1063492 C716.106286,41.0285079 716.650984,41.0100952 720.994984,41.0100952 Z M727.458286,43.9853333 C725.771683,43.908381 725.265778,43.8920635 720.994984,43.8920635 C716.724127,43.8920635 716.218222,43.908381 714.531619,43.9853333 C712.972127,44.0564444 712.125206,44.3170159 711.561587,44.5360635 C710.814984,44.8262222 710.282159,45.1728254 709.722476,45.7325714 C709.16273,46.292254 708.816127,46.8250794 708.525968,47.5716825 C708.306921,48.1353016 708.046349,48.9822222 707.975238,50.5417143 C707.898286,52.2283175 707.881968,52.7342222 707.881968,57.0050794 C707.881968,61.275873 707.898286,61.7817778 707.975238,63.468381 C708.046349,65.027873 708.306921,65.8747937 708.525968,66.4384127 C708.816127,67.1850159 709.162794,67.7178413 709.722476,68.2775238 C710.282159,68.8372698 710.814984,69.183873 711.561587,69.4740317 C712.125206,69.6930794 712.972127,69.9536508 714.531619,70.0247619 C716.218032,70.1017143 716.72381,70.1180317 720.994984,70.1180317 C725.266095,70.1180317 725.771937,70.1017143 727.458286,70.0247619 C729.017778,69.9536508 729.864698,69.6930794 730.428317,69.4740317 C731.174921,69.183873 731.707746,68.8372698 732.267429,68.2775238 C732.827175,67.7178413 733.173778,67.1850159 733.463937,66.4384127 C733.682984,65.8747937 733.943556,65.027873 734.014667,63.468381 C734.091619,61.7817778 734.107937,61.275873 734.107937,57.0050794 C734.107937,52.7342222 734.091619,52.2283175 734.014667,50.5417143 C733.943556,48.9822222 733.682984,48.1353016 733.463937,47.5716825 C733.173778,46.8250794 732.827175,46.292254 732.267429,45.7325714 C731.707746,45.1728254 731.174921,44.8262222 730.428317,44.5360635 C729.864698,44.3170159 729.017778,44.0564444 727.458286,43.9853333 Z M720.994984,62.3366984 C723.939556,62.3366984 726.326603,59.9496508 726.326603,57.0050794 C726.326603,54.0604444 723.939556,51.6733968 720.994984,51.6733968 C718.050349,51.6733968 715.663302,54.0604444 715.663302,57.0050794 C715.663302,59.9496508 718.050349,62.3366984 720.994984,62.3366984 Z M720.994984,48.7914286 C725.531238,48.7914286 729.208571,52.4687619 729.208571,57.0050794 C729.208571,61.5413333 725.531238,65.2186667 720.994984,65.2186667 C716.458667,65.2186667 712.781333,61.5413333 712.781333,57.0050794 C712.781333,52.4687619 716.458667,48.7914286 720.994984,48.7914286 Z M731.452508,48.4669206 C731.452508,49.5269841 730.593143,50.3862857 729.533079,50.3862857 C728.473079,50.3862857 727.613714,49.5269841 727.613714,48.4669206 C727.613714,47.4068571 728.473079,46.5474921 729.533079,46.5474921 C730.593143,46.5474921 731.452508,47.4068571 731.452508,48.4669206 Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
	}

	.top .soc__link.max {
		background-size: 40px 40px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cg fill='%23fff' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M21.47 41.88c-4.11 0-6.02-.6-9.34-3-2.1 2.7-8.75 4.81-9.04 1.2 0-2.71-.6-5-1.28-7.5C1 29.5.08 26.07.08 21.1.08 9.23 9.82.3 21.36.3c11.55 0 20.6 9.37 20.6 20.91a20.6 20.6 0 0 1-20.49 20.67Zm.17-31.32c-5.62-.29-10 3.6-10.97 9.7-.8 5.05.62 11.2 1.83 11.52.58.14 2.04-1.04 2.95-1.95a10.4 10.4 0 0 0 5.08 1.81 10.7 10.7 0 0 0 11.19-9.97 10.7 10.7 0 0 0-10.08-11.1Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
		background-position: 10px 6px;
	}


.footer__soc .soc__link.max {
	background-size: 40px 40px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cg fill='%23405965' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M21.47 41.88c-4.11 0-6.02-.6-9.34-3-2.1 2.7-8.75 4.81-9.04 1.2 0-2.71-.6-5-1.28-7.5C1 29.5.08 26.07.08 21.1.08 9.23 9.82.3 21.36.3c11.55 0 20.6 9.37 20.6 20.91a20.6 20.6 0 0 1-20.49 20.67Zm.17-31.32c-5.62-.29-10 3.6-10.97 9.7-.8 5.05.62 11.2 1.83 11.52.58.14 2.04-1.04 2.95-1.95a10.4 10.4 0 0 0 5.08 1.81 10.7 10.7 0 0 0 11.19-9.97 10.7 10.7 0 0 0-10.08-11.1Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
	background-position: 10px 6px;
}

	.footer__soc .soc__link.max:hover {
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cg fill='%23f15a22' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M21.47 41.88c-4.11 0-6.02-.6-9.34-3-2.1 2.7-8.75 4.81-9.04 1.2 0-2.71-.6-5-1.28-7.5C1 29.5.08 26.07.08 21.1.08 9.23 9.82.3 21.36.3c11.55 0 20.6 9.37 20.6 20.91a20.6 20.6 0 0 1-20.49 20.67Zm.17-31.32c-5.62-.29-10 3.6-10.97 9.7-.8 5.05.62 11.2 1.83 11.52.58.14 2.04-1.04 2.95-1.95a10.4 10.4 0 0 0 5.08 1.81 10.7 10.7 0 0 0 11.19-9.97 10.7 10.7 0 0 0-10.08-11.1Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
	}

	.top .soc__link.od {
		background-size: 16px 16px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3e%3cg fill='%23fff'%3e%3cpath d='M6.29 3.047c.17-.304.418-.555.717-.727.3-.176.64-.268.985-.268a1.89 1.89 0 011.384.578 1.908 1.908 0 01.585 1.422 1.895 1.895 0 01-.578 1.4c-.369.37-.866.578-1.384.578a1.955 1.955 0 01-1.384-.577 1.87 1.87 0 01-.586-1.39 1.997 1.997 0 01.262-1.015v-.001zm-1.122 3.86a3.85 3.85 0 001.294.892c.487.205 1.01.305 1.537.296A3.801 3.801 0 009.536 7.8a3.85 3.85 0 001.294-.892c.376-.368.674-.81.875-1.298a3.923 3.923 0 00.294-1.545 3.985 3.985 0 00-.537-2.044A4.064 4.064 0 009.999.546 3.85 3.85 0 008 0a3.807 3.807 0 00-1.536.295 3.855 3.855 0 00-1.295.891c-.378.373-.676.82-.878 1.314A3.964 3.964 0 004 4.061c-.008.53.092 1.056.293 1.546.202.49.5.932.876 1.3zm7.016 3.073c.149-.122.281-.264.393-.422a.594.594 0 00.154-.436 6.495 6.495 0 00-.123-.53.988.988 0 00-.63-.517c-.277-.072-.631.037-1.062.328l-.339.22a3.144 3.144 0 01-1.043.465 5.4 5.4 0 01-1.539.218 4.894 4.894 0 01-1.554-.25 5.28 5.28 0 01-1-.406c-.164-.104-.287-.182-.37-.251-.43-.29-.783-.4-1.061-.327a.871.871 0 00-.596.52c-.184.374-.194.681-.03.921.162.238.522.545 1.073.921.657.437 1.59.718 2.8.844l-.644.623-2.338 2.406a1.024 1.024 0 00-.231.96.997.997 0 00.253.425.975.975 0 00.424.248.838.838 0 00.94-.22l2.338-2.381 2.369 2.404a1.034 1.034 0 00.94.204.975.975 0 00.416-.254.997.997 0 00.245-.426.87.87 0 00-.215-.952l-2.339-2.381-.646-.656c1.169-.121 2.092-.402 2.77-.844.286-.188.501-.34.645-.454'/%3e%3c/g%3e%3c/svg%3e");
	}

	.top .soc__link.tg {
		background-size: 16px 16px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3e%3cg fill='%23fff'%3e%3cpath d='M1.1 7.08C5.397 5.21 8.26 3.977 9.69 3.38c4.09-1.701 4.942-2.007 5.502-2.007a.976.976 0 01.57.17c.117.103.192.246.21.4.028.193.034.387.019.58-.23 2.33-1.181 7.984-1.67 10.59-.204 1.105-.612 1.473-1.005 1.51-.857.078-1.506-.564-2.335-1.107-1.296-.852-2.03-1.381-3.287-2.21-1.455-.955-.513-1.483.318-2.337.216-.23 3.985-3.653 4.058-3.966a.3.3 0 00-.069-.26.338.338 0 00-.304-.03c-.13.029-2.202 1.399-6.215 4.109-.587.403-1.121.6-1.598.59-.525 0-1.538-.298-2.29-.542C.674 8.568-.061 8.41.004 7.9.036 7.632.4 7.358 1.1 7.08z'/%3e%3c/g%3e%3c/svg%3e");
	}


.questions__link {
	padding-left: 50px;
}

	.questions__link .icon {
		display: inline-block;
		width: 38px;
		height: 38px;
		background-repeat: no-repeat;
		background-position: center;
	}

		.questions__link .icon.npd {
			background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 73.96 67.65'%3e%3cg fill='%230066B3'%3e%3cpath d='M 25.91 23 C 31.93 23 36 18.4 36 11.51 S 31.93 0 25.91 0 S 15.83 4.63 15.83 11.51 S 19.88 23 25.91 23 Z m 0 -20.15 c 5.31 0 7.19 4.65 7.19 8.63 s -1.88 8.64 -7.19 8.64 s -7.2 -4.65 -7.2 -8.64 S 20.59 2.88 25.91 2.88 Z'%3e%3c/path%3e%3cpath d='M 56.66 18.55 a 17.3 17.3 0 0 0 -15.23 9.11 a 10.8 10.8 0 0 0 -5.86 -1.75 h -1 a 1.44 1.44 0 0 0 -1.31 0.85 L 27.56 39.5 l 0.63 -10.74 c 0.91 -0.12 1.6 -0.7 1.6 -1.41 s -0.87 -1.44 -1.94 -1.44 H 24 c -1.07 0 -1.94 0.64 -1.94 1.44 s 0.69 1.29 1.61 1.41 l 0.61 10.56 L 18.58 26.76 a 1.42 1.42 0 0 0 -1.31 -0.85 H 15.51 c -5.72 0 -11.43 4.3 -12.47 9.43 L 0.05 52 A 4.43 4.43 0 0 0 1.1 55.62 a 6.5 6.5 0 0 0 4.84 2.07 h 5.57 v 8.52 a 1.44 1.44 0 1 0 2.88 0 V 57.69 H 20 L 28.22 57 l 0.19 0 a 15.41 15.41 0 0 0 3.87 0.71 h 5.14 v 8.52 a 1.44 1.44 0 1 0 2.88 0 V 57.69 H 43 a 6.6 6.6 0 0 0 5 -2.24 a 4.1 4.1 0 0 0 0.94 -3.4 l -0.11 -0.84 a 17.29 17.29 0 1 0 7.9 -32.66 Z M 19.83 54.81 H 5.94 a 3.66 3.66 0 0 1 -2.66 -1.07 a 1.52 1.52 0 0 1 -0.39 -1.24 l 3 -16.61 c 0.77 -3.79 5.27 -7.1 9.64 -7.1 h 0.83 l 6.89 15.29 c -1.18 0.07 -2.06 0.16 -2.46 0.21 l -5.66 -1.06 a 2.89 2.89 0 0 0 -2.17 0.06 l 0.41 -1.87 a 1.44 1.44 0 1 0 -2.81 -0.61 L 9 48.05 a 1.43 1.43 0 0 0 1.55 1.74 c 4.48 -0.45 10.19 2.65 13.4 4.68 Z m 25.88 -1.19 A 3.75 3.75 0 0 1 43 54.81 H 32.28 a 14.42 14.42 0 0 1 -4.28 -1 C 27 53 19.77 47.82 13.09 47 l 0.45 -0.63 c 0.19 -0.26 0.49 -0.48 0.59 -0.43 a 1.81 1.81 0 0 0 0.31 0.09 l 6 1.13 a 1.36 1.36 0 0 0 0.45 0 c 0.11 0 11.51 -1.4 16.84 1.47 a 1.44 1.44 0 0 0 2.11 -1.41 l -0.66 -6.65 a 1.44 1.44 0 1 0 -2.86 0.29 l 0.42 4.27 A 30.81 30.81 0 0 0 28.63 44 l 6.84 -15.18 h 0.1 a 8 8 0 0 1 4.71 1.57 A 17.19 17.19 0 0 0 45.57 49.1 L 46 52.53 A 1.2 1.2 0 0 1 45.71 53.62 Z m 10.95 -4.48 A 13.3 13.3 0 1 1 70 35.84 A 13.31 13.31 0 0 1 56.66 49.14 Z'%3e%3c/path%3e%3cpath d='M 64.23 28.81 a 5.15 5.15 0 0 0 -2.64 -2 a 8.71 8.71 0 0 0 -2.91 -0.44 H 51.44 c 0 2.8 0 5.6 0.07 8.43 h -0.29 c -0.88 0 -1.76 0 -2.63 0 c -0.32 0 -0.33 0 -0.33 0.3 c 0 0.76 0 1.52 0 2.29 c 0 0.17 0.1 0.18 0.21 0.18 l 0.7 0 c 0.71 0 1.43 0 2.14 0 c 0.22 0 0.26 0.08 0.26 0.27 c 0 0.52 0 1 0 1.55 c 0 0.3 0 0.31 -0.3 0.31 l -2.5 0 l -0.45 0 V 40 c 0 0.76 0 1.52 0 2.27 c 0 0.18 0 0.23 0.21 0.22 h 3 c 0 0.45 0 0.87 0 1.29 s 0 0.93 0 1.4 c 0 0.08 0 0.2 0.13 0.2 h 0.8 l 3.42 0 c 0.33 0 0.33 0 0.33 -0.33 c 0 -0.76 0 -1.52 0 -2.28 c 0 -0.15 0 -0.3 0.22 -0.29 c 0.45 0 0.89 0 1.34 0 h 6.16 c 0.14 0 0.18 0 0.18 -0.18 c 0 -0.79 0 -1.57 0 -2.36 c 0 -0.21 -0.07 -0.28 -0.29 -0.28 H 56.22 a 0.25 0.25 0 0 1 0 -0.07 c 0 -0.64 0 -1.28 0 -1.93 c 0 -0.14 0.11 -0.13 0.21 -0.13 c 1.11 0 2.22 0 3.33 -0.05 A 5.89 5.89 0 0 0 63 36.34 a 4.87 4.87 0 0 0 1.87 -2.76 a 6.8 6.8 0 0 0 0.17 -2.38 A 5.21 5.21 0 0 0 64.23 28.81 Z M 59.77 34 a 1.9 1.9 0 0 1 -1.44 0.74 c -0.65 0 -1.31 0 -2 0 c -0.16 0 -0.22 0 -0.22 -0.21 q 0 -2.16 0 -4.32 c 0 -0.19 0 -0.26 0.24 -0.25 s 0.55 0 0.82 0 v 0 c 0.41 0 0.82 0.06 1.23 0.11 a 2 2 0 0 1 1.8 1.88 A 2.67 2.67 0 0 1 59.77 34 Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
		}

.questions__wrapper:hover .questions__link .icon.npd {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 73.96 67.65'%3e%3cg fill='%23f15a22'%3e%3cpath d='M 25.91 23 C 31.93 23 36 18.4 36 11.51 S 31.93 0 25.91 0 S 15.83 4.63 15.83 11.51 S 19.88 23 25.91 23 Z m 0 -20.15 c 5.31 0 7.19 4.65 7.19 8.63 s -1.88 8.64 -7.19 8.64 s -7.2 -4.65 -7.2 -8.64 S 20.59 2.88 25.91 2.88 Z'%3e%3c/path%3e%3cpath d='M 56.66 18.55 a 17.3 17.3 0 0 0 -15.23 9.11 a 10.8 10.8 0 0 0 -5.86 -1.75 h -1 a 1.44 1.44 0 0 0 -1.31 0.85 L 27.56 39.5 l 0.63 -10.74 c 0.91 -0.12 1.6 -0.7 1.6 -1.41 s -0.87 -1.44 -1.94 -1.44 H 24 c -1.07 0 -1.94 0.64 -1.94 1.44 s 0.69 1.29 1.61 1.41 l 0.61 10.56 L 18.58 26.76 a 1.42 1.42 0 0 0 -1.31 -0.85 H 15.51 c -5.72 0 -11.43 4.3 -12.47 9.43 L 0.05 52 A 4.43 4.43 0 0 0 1.1 55.62 a 6.5 6.5 0 0 0 4.84 2.07 h 5.57 v 8.52 a 1.44 1.44 0 1 0 2.88 0 V 57.69 H 20 L 28.22 57 l 0.19 0 a 15.41 15.41 0 0 0 3.87 0.71 h 5.14 v 8.52 a 1.44 1.44 0 1 0 2.88 0 V 57.69 H 43 a 6.6 6.6 0 0 0 5 -2.24 a 4.1 4.1 0 0 0 0.94 -3.4 l -0.11 -0.84 a 17.29 17.29 0 1 0 7.9 -32.66 Z M 19.83 54.81 H 5.94 a 3.66 3.66 0 0 1 -2.66 -1.07 a 1.52 1.52 0 0 1 -0.39 -1.24 l 3 -16.61 c 0.77 -3.79 5.27 -7.1 9.64 -7.1 h 0.83 l 6.89 15.29 c -1.18 0.07 -2.06 0.16 -2.46 0.21 l -5.66 -1.06 a 2.89 2.89 0 0 0 -2.17 0.06 l 0.41 -1.87 a 1.44 1.44 0 1 0 -2.81 -0.61 L 9 48.05 a 1.43 1.43 0 0 0 1.55 1.74 c 4.48 -0.45 10.19 2.65 13.4 4.68 Z m 25.88 -1.19 A 3.75 3.75 0 0 1 43 54.81 H 32.28 a 14.42 14.42 0 0 1 -4.28 -1 C 27 53 19.77 47.82 13.09 47 l 0.45 -0.63 c 0.19 -0.26 0.49 -0.48 0.59 -0.43 a 1.81 1.81 0 0 0 0.31 0.09 l 6 1.13 a 1.36 1.36 0 0 0 0.45 0 c 0.11 0 11.51 -1.4 16.84 1.47 a 1.44 1.44 0 0 0 2.11 -1.41 l -0.66 -6.65 a 1.44 1.44 0 1 0 -2.86 0.29 l 0.42 4.27 A 30.81 30.81 0 0 0 28.63 44 l 6.84 -15.18 h 0.1 a 8 8 0 0 1 4.71 1.57 A 17.19 17.19 0 0 0 45.57 49.1 L 46 52.53 A 1.2 1.2 0 0 1 45.71 53.62 Z m 10.95 -4.48 A 13.3 13.3 0 1 1 70 35.84 A 13.31 13.31 0 0 1 56.66 49.14 Z'%3e%3c/path%3e%3cpath d='M 64.23 28.81 a 5.15 5.15 0 0 0 -2.64 -2 a 8.71 8.71 0 0 0 -2.91 -0.44 H 51.44 c 0 2.8 0 5.6 0.07 8.43 h -0.29 c -0.88 0 -1.76 0 -2.63 0 c -0.32 0 -0.33 0 -0.33 0.3 c 0 0.76 0 1.52 0 2.29 c 0 0.17 0.1 0.18 0.21 0.18 l 0.7 0 c 0.71 0 1.43 0 2.14 0 c 0.22 0 0.26 0.08 0.26 0.27 c 0 0.52 0 1 0 1.55 c 0 0.3 0 0.31 -0.3 0.31 l -2.5 0 l -0.45 0 V 40 c 0 0.76 0 1.52 0 2.27 c 0 0.18 0 0.23 0.21 0.22 h 3 c 0 0.45 0 0.87 0 1.29 s 0 0.93 0 1.4 c 0 0.08 0 0.2 0.13 0.2 h 0.8 l 3.42 0 c 0.33 0 0.33 0 0.33 -0.33 c 0 -0.76 0 -1.52 0 -2.28 c 0 -0.15 0 -0.3 0.22 -0.29 c 0.45 0 0.89 0 1.34 0 h 6.16 c 0.14 0 0.18 0 0.18 -0.18 c 0 -0.79 0 -1.57 0 -2.36 c 0 -0.21 -0.07 -0.28 -0.29 -0.28 H 56.22 a 0.25 0.25 0 0 1 0 -0.07 c 0 -0.64 0 -1.28 0 -1.93 c 0 -0.14 0.11 -0.13 0.21 -0.13 c 1.11 0 2.22 0 3.33 -0.05 A 5.89 5.89 0 0 0 63 36.34 a 4.87 4.87 0 0 0 1.87 -2.76 a 6.8 6.8 0 0 0 0.17 -2.38 A 5.21 5.21 0 0 0 64.23 28.81 Z M 59.77 34 a 1.9 1.9 0 0 1 -1.44 0.74 c -0.65 0 -1.31 0 -2 0 c -0.16 0 -0.22 0 -0.22 -0.21 q 0 -2.16 0 -4.32 c 0 -0.19 0 -0.26 0.24 -0.25 s 0.55 0 0.82 0 v 0 c 0.41 0 0.82 0.06 1.23 0.11 a 2 2 0 0 1 1.8 1.88 A 2.67 2.67 0 0 1 59.77 34 Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}


.questions__link .icon.nalog-amn {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 38 38'%3e%3cg fill='%230066B3' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M13.11 24.467c-.301-.247-.664-.326-.938-.051L8.54 28.048l-2.435-2.436c-.577-.576.406-1.538 1.217-1.516 1.41.042 1.88-1.816.876-2.863l-.15-.15c-1.046-1.003-2.862-.49-2.82.92.022.832-.94 1.794-1.516 1.217l-2.606-2.607 3.631-3.631c.577-.577-.405-1.538-1.217-1.517-1.41.043-1.923-1.773-.919-2.82l.15-.15c1.046-1.003 2.905-.533 2.862.877-.021.811.94 1.794 1.517 1.217l3.632-3.631 2.606 2.585c.112.112.166.24.172.371.563-.3.965-.922.547-1.34l-3.632-3.632 2.585-2.606c.577-.577 1.538.406 1.517 1.218-.043 1.41 1.815 1.88 2.862.875l.15-.15c1.004-1.046.491-2.862-.919-2.819-.812.021-1.794-.94-1.217-1.517l2.456-2.435 3.632 3.632c.577.576 1.538-.406 1.517-1.218-.043-1.41 1.773-1.923 2.82-.919l.149.15c1.004 1.047.534 2.905-.876 2.862-.812-.021-1.794.94-1.218 1.517l3.632 3.632-2.435 2.435c-.188.188-.417.21-.64.127.295.583.932 1.012 1.358.583l3.632-3.653 2.606 2.6c.577.58-.406 1.547-1.217 1.526-1.41-.043-1.88 1.826-.876 2.88l.15.15c1.046 1.01 2.862.494 2.82-.924-.022-.817.94-1.805 1.516-1.225l2.435 2.47-3.631 3.654c-.577.58.405 1.547 1.217 1.526 1.41-.043 1.923 1.783.919 2.836l-.15.15c-1.047 1.01-2.905.538-2.862-.88.021-.817-.94-1.806-1.517-1.226l-3.33 3.35 1.211 1.213-2.586 2.586a.79.79 0 0 1-.912.157 1.77 1.77 0 0 1-.97-1.53 1.086 1.086 0 0 0-.676-1.064 1.703 1.703 0 0 0-1.824.348l-.147.146a1.626 1.626 0 0 0-.333 1.762c.18.44.62.718 1.094.693a1.74 1.74 0 0 1 1.534.96.798.798 0 0 1-.16.92l-2.756 2.758-3.782-3.782a.365.365 0 0 0-.442-.067 1.34 1.34 0 0 0-.71 1.127 1.544 1.544 0 0 1-.947 1.498 2.059 2.059 0 0 1-2.235-.42l-.152-.152a2.115 2.115 0 0 1-.432-2.297c.244-.587.83-.959 1.465-.93a1.353 1.353 0 0 0 1.127-.71.365.365 0 0 0-.067-.442l-3.782-3.783 2.052-2.067Zm7.47-12.812c-.852.89-.61 2.335.347 2.722-.275-.61-.187-1.437.373-2.023l.15-.15c.584-.565 1.422-.666 2.04-.4-.401-.941-1.872-1.15-2.76-.298l-.15.15Zm2.137 4.337c.19-.19.213-.423.129-.648.585.294 1.02.94.59 1.372l-3.353 3.372-1.29-1.289-2.607 2.586a.791.791 0 0 0-.157.912c.294.58.882.952 1.532.969.475-.026.915.252 1.095.692a1.625 1.625 0 0 1-.334 1.763l-.146.146a1.705 1.705 0 0 1-1.44.454c.956-1.052.438-2.823-.954-2.78-.812.02-1.795-.94-1.218-1.518l3.632-3.631-2.436-2.457c-.222-.222-.501-.213-.76-.071.184-.72.977-1.4 1.48-.898l3.63 3.632 2.607-2.606Zm-9.317 8.79c.18.253.296.563.288.852-.04 1.327 1.604 1.821 2.67 1.038a2.115 2.115 0 0 0 2.117-.5l.152-.152a2.06 2.06 0 0 0 .42-2.235 1.547 1.547 0 0 0-1.498-.946 1.337 1.337 0 0 1-1.128-.71.365.365 0 0 1 .066-.442l2.307-2.285 3.48 3.48a.785.785 0 0 0 .148.12c.274.264.633.186.93-.058a1.77 1.77 0 0 0 .804-1.436 1.115 1.115 0 0 1 .579-1.041 1.82 1.82 0 0 1 1.685.12c.066.048.13.101.19.16l.146.146c.466.486.602 1.201.348 1.824-.174.43-.6.701-1.063.677a1.763 1.763 0 0 0-1.531.97.792.792 0 0 0 .157.912l3.48 3.48-2.284 2.284a.365.365 0 0 1-.441.067 1.341 1.341 0 0 1-.711-1.127 1.513 1.513 0 0 0-.93-1.465 2.114 2.114 0 0 0-2.297.432l-.153.153a2.058 2.058 0 0 0-.419 2.234c.251.599.85.976 1.497.947.477.012.909.281 1.13.703a.372.372 0 0 1-.069.449l-2.455 2.455-3.48-3.48a.77.77 0 0 0-.552-.236.913.913 0 0 0-.36.078 1.77 1.77 0 0 0-.97 1.532c.027.476-.251.915-.692 1.095a1.626 1.626 0 0 1-1.762-.333l-.146-.147a1.704 1.704 0 0 1-.348-1.824 1.09 1.09 0 0 1 1.063-.677 1.773 1.773 0 0 0 1.532-.968.79.79 0 0 0-.157-.912l-3.482-3.482 1.74-1.753Zm-1.895-9.588c-.883.442-1.06 1.862-.23 2.728l.149.15c.972.932 2.607.556 2.801-.631-.611.316-1.476.243-2.082-.338l-.15-.15a1.93 1.93 0 0 1-.488-1.759Z'/%3e%3cpath d='m21.015 36.916-3.999-3.999a.065.065 0 0 0-.078-.012l-.006.003a1.04 1.04 0 0 0-.551.863c.03.769-.42 1.476-1.13 1.773-.873.369-1.88.18-2.56-.48l-.004-.003-.155-.156a2.415 2.415 0 0 1-.494-2.622 1.813 1.813 0 0 1 1.74-1.114c.364-.022.691-.231.864-.553l.003-.004a.065.065 0 0 0-.012-.078l-.005-.005-3.993-3.994 2.944-2.966v-.001a1.092 1.092 0 0 1 1.258-.217l.004.002a2.07 2.07 0 0 1 1.134 1.79v.024a.785.785 0 0 0 .489.769h.001c.513.21 1.1.099 1.501-.284l.142-.142c.37-.381.477-.946.271-1.436v-.002a.817.817 0 0 0-.802-.506h-.024a2.068 2.068 0 0 1-1.792-1.134l-.002-.004a1.091 1.091 0 0 1 .216-1.257l2.82-2.796 3.996 3.997c.02.022.053.027.08.012l.005-.003a1.04 1.04 0 0 0 .552-.862 1.844 1.844 0 0 1 1.13-1.773 2.36 2.36 0 0 1 2.56.48l.004.003.155.156c.676.695.87 1.728.494 2.622a1.81 1.81 0 0 1-1.741 1.115 1.04 1.04 0 0 0-.862.55l-.003.006a.066.066 0 0 0 .012.079l.005.004 3.994 3.995-2.797 2.796v.002a1.09 1.09 0 0 1-1.258.215l-.004-.002a2.07 2.07 0 0 1-1.133-1.79v-.024a.786.786 0 0 0-.49-.77 1.403 1.403 0 0 0-1.501.284l-.143.143c-.37.38-.476.946-.27 1.435v.003a.818.818 0 0 0 .801.506h.02a2.037 2.037 0 0 1 1.798 1.127l.001.003c.206.424.119.932-.217 1.262l-.002.002-2.966 2.968Zm2.756-3.183a.798.798 0 0 0 .16-.918 1.738 1.738 0 0 0-1.534-.961 1.118 1.118 0 0 1-1.094-.693 1.626 1.626 0 0 1 .333-1.762l.147-.146a1.704 1.704 0 0 1 1.824-.348c.43.174.7.6.677 1.063.017.65.39 1.238.969 1.531a.79.79 0 0 0 .912-.157l2.586-2.586-3.781-3.783a.365.365 0 0 1-.067-.44 1.34 1.34 0 0 1 1.126-.712 1.51 1.51 0 0 0 1.465-.93c.33-.783.16-1.688-.432-2.297l-.152-.152a2.059 2.059 0 0 0-2.235-.42c-.6.251-.977.85-.947 1.498-.02.475-.292.904-.712 1.127a.365.365 0 0 1-.441-.067l-3.781-3.781-2.608 2.586a.791.791 0 0 0-.157.912c.294.58.882.952 1.532.969.475-.026.915.252 1.095.692a1.625 1.625 0 0 1-.334 1.762l-.146.147a1.704 1.704 0 0 1-1.824.347c-.43-.174-.701-.6-.677-1.063a1.77 1.77 0 0 0-.97-1.53.792.792 0 0 0-.912.158l-2.735 2.755 3.782 3.783c.12.115.148.296.067.441a1.353 1.353 0 0 1-1.127.711 1.513 1.513 0 0 0-1.465.93 2.115 2.115 0 0 0 .432 2.297l.152.153c.594.575 1.474.74 2.235.419.599-.25.977-.85.947-1.498.02-.475.29-.904.71-1.127a.365.365 0 0 1 .442.066l3.782 3.783 2.756-2.759Zm-6.788-1.56a.77.77 0 0 1 .552.234l3.48 3.481 2.455-2.455a.372.372 0 0 0 .069-.449 1.315 1.315 0 0 0-1.13-.703 1.547 1.547 0 0 1-1.497-.947 2.058 2.058 0 0 1 .419-2.235l.153-.152a2.115 2.115 0 0 1 2.297-.432c.587.244.959.83.93 1.465.02.475.29.904.71 1.127.146.08.327.053.442-.067l2.284-2.284-3.48-3.48a.792.792 0 0 1-.157-.913c.292-.58.88-.953 1.531-.969.462.024.889-.247 1.062-.677a1.704 1.704 0 0 0-.347-1.824l-.146-.146a1.626 1.626 0 0 0-1.762-.334c-.44.18-.719.62-.692 1.095a1.77 1.77 0 0 1-.97 1.532.79.79 0 0 1-.912-.157l-3.48-3.481-2.308 2.285a.365.365 0 0 0-.065.441c.222.421.652.692 1.128.71a1.547 1.547 0 0 1 1.497.947 2.058 2.058 0 0 1-.419 2.235l-.152.153a2.115 2.115 0 0 1-2.297.432 1.512 1.512 0 0 1-.93-1.466 1.341 1.341 0 0 0-.711-1.125.365.365 0 0 0-.442.066l-2.434 2.454 3.482 3.482a.79.79 0 0 1 .157.913c-.295.578-.883.95-1.532.967a1.09 1.09 0 0 0-1.063.677 1.704 1.704 0 0 0 .348 1.824l.146.147a1.626 1.626 0 0 0 1.762.333c.44-.18.719-.62.692-1.095a1.77 1.77 0 0 1 .97-1.532.912.912 0 0 1 .36-.078Zm-3.574 2.157c.382.37.947.476 1.436.27h.003a.816.816 0 0 0 .506-.8v-.025a2.07 2.07 0 0 1 1.133-1.792l.007-.004.007-.003c.15-.067.314-.102.478-.104h.004c.289 0 .565.118.766.325l3.266 3.267 2.248-2.248a.072.072 0 0 0 .013-.087l-.003-.005a1.015 1.015 0 0 0-.862-.543c-.77.03-1.477-.42-1.776-1.13a2.359 2.359 0 0 1 .48-2.56l.004-.004.156-.155a2.415 2.415 0 0 1 2.622-.494 1.812 1.812 0 0 1 1.114 1.741c.02.364.229.692.551.863l.005.003c.026.014.059.01.08-.012l.004-.005 2.072-2.072-3.266-3.266-.002-.002a1.092 1.092 0 0 1-.215-1.256l.002-.004a2.063 2.063 0 0 1 1.792-1.134h.023a.785.785 0 0 0 .768-.49c.21-.513.1-1.1-.283-1.501l-.143-.143a1.326 1.326 0 0 0-1.435-.27h-.003a.815.815 0 0 0-.506.801v.025a2.07 2.07 0 0 1-1.133 1.792l-.004.001a1.09 1.09 0 0 1-1.257-.215l-3.268-3.269-2.098 2.079a.065.065 0 0 0-.012.078l.003.006c.17.323.499.532.864.55a1.848 1.848 0 0 1 1.773 1.13c.368.873.18 1.881-.48 2.56l-.003.004-.156.156a2.414 2.414 0 0 1-2.622.494 1.812 1.812 0 0 1-1.115-1.741 1.041 1.041 0 0 0-.55-.862l-.006-.003a.065.065 0 0 0-.079.012l-.003.004-2.224 2.241 3.27 3.27c.334.329.42.836.214 1.257l-.002.005a2.073 2.073 0 0 1-1.79 1.131h-.024a.79.79 0 0 0-.77.49 1.406 1.406 0 0 0 .284 1.502l.142.142Z'/%3e%3c/g%3e%3c/svg%3e");
}


.questions__wrapper:hover .questions__link .icon.nalog-amn {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 38 38'%3e%3cg fill='%23F15A22' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M13.11 24.467c-.301-.247-.664-.326-.938-.051L8.54 28.048l-2.435-2.436c-.577-.576.406-1.538 1.217-1.516 1.41.042 1.88-1.816.876-2.863l-.15-.15c-1.046-1.003-2.862-.49-2.82.92.022.832-.94 1.794-1.516 1.217l-2.606-2.607 3.631-3.631c.577-.577-.405-1.538-1.217-1.517-1.41.043-1.923-1.773-.919-2.82l.15-.15c1.046-1.003 2.905-.533 2.862.877-.021.811.94 1.794 1.517 1.217l3.632-3.631 2.606 2.585c.112.112.166.24.172.371.563-.3.965-.922.547-1.34l-3.632-3.632 2.585-2.606c.577-.577 1.538.406 1.517 1.218-.043 1.41 1.815 1.88 2.862.875l.15-.15c1.004-1.046.491-2.862-.919-2.819-.812.021-1.794-.94-1.217-1.517l2.456-2.435 3.632 3.632c.577.576 1.538-.406 1.517-1.218-.043-1.41 1.773-1.923 2.82-.919l.149.15c1.004 1.047.534 2.905-.876 2.862-.812-.021-1.794.94-1.218 1.517l3.632 3.632-2.435 2.435c-.188.188-.417.21-.64.127.295.583.932 1.012 1.358.583l3.632-3.653 2.606 2.6c.577.58-.406 1.547-1.217 1.526-1.41-.043-1.88 1.826-.876 2.88l.15.15c1.046 1.01 2.862.494 2.82-.924-.022-.817.94-1.805 1.516-1.225l2.435 2.47-3.631 3.654c-.577.58.405 1.547 1.217 1.526 1.41-.043 1.923 1.783.919 2.836l-.15.15c-1.047 1.01-2.905.538-2.862-.88.021-.817-.94-1.806-1.517-1.226l-3.33 3.35 1.211 1.213-2.586 2.586a.79.79 0 0 1-.912.157 1.77 1.77 0 0 1-.97-1.53 1.086 1.086 0 0 0-.676-1.064 1.703 1.703 0 0 0-1.824.348l-.147.146a1.626 1.626 0 0 0-.333 1.762c.18.44.62.718 1.094.693a1.74 1.74 0 0 1 1.534.96.798.798 0 0 1-.16.92l-2.756 2.758-3.782-3.782a.365.365 0 0 0-.442-.067 1.34 1.34 0 0 0-.71 1.127 1.544 1.544 0 0 1-.947 1.498 2.059 2.059 0 0 1-2.235-.42l-.152-.152a2.115 2.115 0 0 1-.432-2.297c.244-.587.83-.959 1.465-.93a1.353 1.353 0 0 0 1.127-.71.365.365 0 0 0-.067-.442l-3.782-3.783 2.052-2.067Zm7.47-12.812c-.852.89-.61 2.335.347 2.722-.275-.61-.187-1.437.373-2.023l.15-.15c.584-.565 1.422-.666 2.04-.4-.401-.941-1.872-1.15-2.76-.298l-.15.15Zm2.137 4.337c.19-.19.213-.423.129-.648.585.294 1.02.94.59 1.372l-3.353 3.372-1.29-1.289-2.607 2.586a.791.791 0 0 0-.157.912c.294.58.882.952 1.532.969.475-.026.915.252 1.095.692a1.625 1.625 0 0 1-.334 1.763l-.146.146a1.705 1.705 0 0 1-1.44.454c.956-1.052.438-2.823-.954-2.78-.812.02-1.795-.94-1.218-1.518l3.632-3.631-2.436-2.457c-.222-.222-.501-.213-.76-.071.184-.72.977-1.4 1.48-.898l3.63 3.632 2.607-2.606Zm-9.317 8.79c.18.253.296.563.288.852-.04 1.327 1.604 1.821 2.67 1.038a2.115 2.115 0 0 0 2.117-.5l.152-.152a2.06 2.06 0 0 0 .42-2.235 1.547 1.547 0 0 0-1.498-.946 1.337 1.337 0 0 1-1.128-.71.365.365 0 0 1 .066-.442l2.307-2.285 3.48 3.48a.785.785 0 0 0 .148.12c.274.264.633.186.93-.058a1.77 1.77 0 0 0 .804-1.436 1.115 1.115 0 0 1 .579-1.041 1.82 1.82 0 0 1 1.685.12c.066.048.13.101.19.16l.146.146c.466.486.602 1.201.348 1.824-.174.43-.6.701-1.063.677a1.763 1.763 0 0 0-1.531.97.792.792 0 0 0 .157.912l3.48 3.48-2.284 2.284a.365.365 0 0 1-.441.067 1.341 1.341 0 0 1-.711-1.127 1.513 1.513 0 0 0-.93-1.465 2.114 2.114 0 0 0-2.297.432l-.153.153a2.058 2.058 0 0 0-.419 2.234c.251.599.85.976 1.497.947.477.012.909.281 1.13.703a.372.372 0 0 1-.069.449l-2.455 2.455-3.48-3.48a.77.77 0 0 0-.552-.236.913.913 0 0 0-.36.078 1.77 1.77 0 0 0-.97 1.532c.027.476-.251.915-.692 1.095a1.626 1.626 0 0 1-1.762-.333l-.146-.147a1.704 1.704 0 0 1-.348-1.824 1.09 1.09 0 0 1 1.063-.677 1.773 1.773 0 0 0 1.532-.968.79.79 0 0 0-.157-.912l-3.482-3.482 1.74-1.753Zm-1.895-9.588c-.883.442-1.06 1.862-.23 2.728l.149.15c.972.932 2.607.556 2.801-.631-.611.316-1.476.243-2.082-.338l-.15-.15a1.93 1.93 0 0 1-.488-1.759Z'/%3e%3cpath d='m21.015 36.916-3.999-3.999a.065.065 0 0 0-.078-.012l-.006.003a1.04 1.04 0 0 0-.551.863c.03.769-.42 1.476-1.13 1.773-.873.369-1.88.18-2.56-.48l-.004-.003-.155-.156a2.415 2.415 0 0 1-.494-2.622 1.813 1.813 0 0 1 1.74-1.114c.364-.022.691-.231.864-.553l.003-.004a.065.065 0 0 0-.012-.078l-.005-.005-3.993-3.994 2.944-2.966v-.001a1.092 1.092 0 0 1 1.258-.217l.004.002a2.07 2.07 0 0 1 1.134 1.79v.024a.785.785 0 0 0 .489.769h.001c.513.21 1.1.099 1.501-.284l.142-.142c.37-.381.477-.946.271-1.436v-.002a.817.817 0 0 0-.802-.506h-.024a2.068 2.068 0 0 1-1.792-1.134l-.002-.004a1.091 1.091 0 0 1 .216-1.257l2.82-2.796 3.996 3.997c.02.022.053.027.08.012l.005-.003a1.04 1.04 0 0 0 .552-.862 1.844 1.844 0 0 1 1.13-1.773 2.36 2.36 0 0 1 2.56.48l.004.003.155.156c.676.695.87 1.728.494 2.622a1.81 1.81 0 0 1-1.741 1.115 1.04 1.04 0 0 0-.862.55l-.003.006a.066.066 0 0 0 .012.079l.005.004 3.994 3.995-2.797 2.796v.002a1.09 1.09 0 0 1-1.258.215l-.004-.002a2.07 2.07 0 0 1-1.133-1.79v-.024a.786.786 0 0 0-.49-.77 1.403 1.403 0 0 0-1.501.284l-.143.143c-.37.38-.476.946-.27 1.435v.003a.818.818 0 0 0 .801.506h.02a2.037 2.037 0 0 1 1.798 1.127l.001.003c.206.424.119.932-.217 1.262l-.002.002-2.966 2.968Zm2.756-3.183a.798.798 0 0 0 .16-.918 1.738 1.738 0 0 0-1.534-.961 1.118 1.118 0 0 1-1.094-.693 1.626 1.626 0 0 1 .333-1.762l.147-.146a1.704 1.704 0 0 1 1.824-.348c.43.174.7.6.677 1.063.017.65.39 1.238.969 1.531a.79.79 0 0 0 .912-.157l2.586-2.586-3.781-3.783a.365.365 0 0 1-.067-.44 1.34 1.34 0 0 1 1.126-.712 1.51 1.51 0 0 0 1.465-.93c.33-.783.16-1.688-.432-2.297l-.152-.152a2.059 2.059 0 0 0-2.235-.42c-.6.251-.977.85-.947 1.498-.02.475-.292.904-.712 1.127a.365.365 0 0 1-.441-.067l-3.781-3.781-2.608 2.586a.791.791 0 0 0-.157.912c.294.58.882.952 1.532.969.475-.026.915.252 1.095.692a1.625 1.625 0 0 1-.334 1.762l-.146.147a1.704 1.704 0 0 1-1.824.347c-.43-.174-.701-.6-.677-1.063a1.77 1.77 0 0 0-.97-1.53.792.792 0 0 0-.912.158l-2.735 2.755 3.782 3.783c.12.115.148.296.067.441a1.353 1.353 0 0 1-1.127.711 1.513 1.513 0 0 0-1.465.93 2.115 2.115 0 0 0 .432 2.297l.152.153c.594.575 1.474.74 2.235.419.599-.25.977-.85.947-1.498.02-.475.29-.904.71-1.127a.365.365 0 0 1 .442.066l3.782 3.783 2.756-2.759Zm-6.788-1.56a.77.77 0 0 1 .552.234l3.48 3.481 2.455-2.455a.372.372 0 0 0 .069-.449 1.315 1.315 0 0 0-1.13-.703 1.547 1.547 0 0 1-1.497-.947 2.058 2.058 0 0 1 .419-2.235l.153-.152a2.115 2.115 0 0 1 2.297-.432c.587.244.959.83.93 1.465.02.475.29.904.71 1.127.146.08.327.053.442-.067l2.284-2.284-3.48-3.48a.792.792 0 0 1-.157-.913c.292-.58.88-.953 1.531-.969.462.024.889-.247 1.062-.677a1.704 1.704 0 0 0-.347-1.824l-.146-.146a1.626 1.626 0 0 0-1.762-.334c-.44.18-.719.62-.692 1.095a1.77 1.77 0 0 1-.97 1.532.79.79 0 0 1-.912-.157l-3.48-3.481-2.308 2.285a.365.365 0 0 0-.065.441c.222.421.652.692 1.128.71a1.547 1.547 0 0 1 1.497.947 2.058 2.058 0 0 1-.419 2.235l-.152.153a2.115 2.115 0 0 1-2.297.432 1.512 1.512 0 0 1-.93-1.466 1.341 1.341 0 0 0-.711-1.125.365.365 0 0 0-.442.066l-2.434 2.454 3.482 3.482a.79.79 0 0 1 .157.913c-.295.578-.883.95-1.532.967a1.09 1.09 0 0 0-1.063.677 1.704 1.704 0 0 0 .348 1.824l.146.147a1.626 1.626 0 0 0 1.762.333c.44-.18.719-.62.692-1.095a1.77 1.77 0 0 1 .97-1.532.912.912 0 0 1 .36-.078Zm-3.574 2.157c.382.37.947.476 1.436.27h.003a.816.816 0 0 0 .506-.8v-.025a2.07 2.07 0 0 1 1.133-1.792l.007-.004.007-.003c.15-.067.314-.102.478-.104h.004c.289 0 .565.118.766.325l3.266 3.267 2.248-2.248a.072.072 0 0 0 .013-.087l-.003-.005a1.015 1.015 0 0 0-.862-.543c-.77.03-1.477-.42-1.776-1.13a2.359 2.359 0 0 1 .48-2.56l.004-.004.156-.155a2.415 2.415 0 0 1 2.622-.494 1.812 1.812 0 0 1 1.114 1.741c.02.364.229.692.551.863l.005.003c.026.014.059.01.08-.012l.004-.005 2.072-2.072-3.266-3.266-.002-.002a1.092 1.092 0 0 1-.215-1.256l.002-.004a2.063 2.063 0 0 1 1.792-1.134h.023a.785.785 0 0 0 .768-.49c.21-.513.1-1.1-.283-1.501l-.143-.143a1.326 1.326 0 0 0-1.435-.27h-.003a.815.815 0 0 0-.506.801v.025a2.07 2.07 0 0 1-1.133 1.792l-.004.001a1.09 1.09 0 0 1-1.257-.215l-3.268-3.269-2.098 2.079a.065.065 0 0 0-.012.078l.003.006c.17.323.499.532.864.55a1.848 1.848 0 0 1 1.773 1.13c.368.873.18 1.881-.48 2.56l-.003.004-.156.156a2.414 2.414 0 0 1-2.622.494 1.812 1.812 0 0 1-1.115-1.741 1.041 1.041 0 0 0-.55-.862l-.006-.003a.065.065 0 0 0-.079.012l-.003.004-2.224 2.241 3.27 3.27c.334.329.42.836.214 1.257l-.002.005a2.073 2.073 0 0 1-1.79 1.131h-.024a.79.79 0 0 0-.77.49 1.406 1.406 0 0 0 .284 1.502l.142.142Z'/%3e%3c/g%3e%3c/svg%3e");
}
	.questions__link .icon.lk-key {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.29 73.99'%3e%3cg fill='%230066B3'%3e%3cpath d='M30.56,74H2a2,2,0,0,1-2-2V18.73a2,2,0,0,1,2-2H14.57a18.75,18.75,0,0,1,37.3.2,14.84,14.84,0,0,1,5.34,27.29V66.79a2,2,0,0,1-.65,1.48l-5.7,5.2a2,2,0,0,1-2.69,0l-5.73-5.19a2,2,0,0,1-.13-2.83l.06-.06,1.69-1.69L42.38,62a2,2,0,0,1-.59-1.42,2,2,0,0,1,.59-1.41l1.68-1.68-1.71-1.71a1.93,1.93,0,0,1,0-2.78l1.71-1.71-1.71-1.71a2,2,0,0,1-.59-1.41V44.28a14.84,14.84,0,0,1,6.07-27.46,14.75,14.75,0,0,0-29.23-.09h12a2,2,0,0,1,2,2V72a2,2,0,0,1-2,2ZM4,70H28.56V38.56H4Zm42.68-3.26,2.82,2.55,3.71-3.38V43.05a2,2,0,0,1,1.1-1.79A10.84,10.84,0,0,0,52,21v1a5.17,5.17,0,1,1-4-.38v-.8A10.84,10.84,0,0,0,44.65,41.3a2,2,0,0,1,1.11,1.79v4.23l2.54,2.54a2,2,0,0,1,.59,1.41,2,2,0,0,1-.59,1.42L46.59,54.4l1.71,1.71a2,2,0,0,1,.59,1.41,2,2,0,0,1-.59,1.42l-1.68,1.67,1.68,1.68a2,2,0,0,1,0,2.83h0Zm8.53.05ZM4,34.56H28.56V20.73H18.46v1a5.17,5.17,0,1,1-4-.16v-.88H4Zm45.51-9.17a1.18,1.18,0,1,0,1.18,1.18,1.18,1.18,0,0,0-1.18-1.18ZM16,25.33a1.19,1.19,0,1,0,.79.05A2.34,2.34,0,0,1,16,25.33Z' %3e%3c/path%3e%3cpath d='M15.44,47.62v13H12.76V50.14h-2.2v4a24.76,24.76,0,0,1-.13,2.58,6.33,6.33,0,0,1-.55,2,3.69,3.69,0,0,1-1.16,1.41,4.62,4.62,0,0,1-2,.74l-.64-2.13a3.07,3.07,0,0,0,1.13-.63,2.51,2.51,0,0,0,.61-.93,4.28,4.28,0,0,0,.25-1.28V47.62Z'%3e%3c/path%3e%3cpath d='M17.83,60.63v-13h2.71V52.9h.67a1.89,1.89,0,0,0,.53-.08,1.61,1.61,0,0,0,.51-.29,2.65,2.65,0,0,0,.44-.56,3.33,3.33,0,0,0,.33-.86l.88-3.43h2.6l-1,3.87a4.06,4.06,0,0,1-.69,1.56,2.34,2.34,0,0,1-1.07.82,2.43,2.43,0,0,1,1.23.86,4.18,4.18,0,0,1,.66,1.55l1.07,4.32H24l-.84-3.52a3.46,3.46,0,0,0-.71-1.45,1.52,1.52,0,0,0-1.13-.42h-.76v5.39Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.questions__wrapper:hover .questions__link .icon.lk-key {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.29 73.99'%3e%3cg fill='%23f15a22'%3e%3cpath d='M30.56,74H2a2,2,0,0,1-2-2V18.73a2,2,0,0,1,2-2H14.57a18.75,18.75,0,0,1,37.3.2,14.84,14.84,0,0,1,5.34,27.29V66.79a2,2,0,0,1-.65,1.48l-5.7,5.2a2,2,0,0,1-2.69,0l-5.73-5.19a2,2,0,0,1-.13-2.83l.06-.06,1.69-1.69L42.38,62a2,2,0,0,1-.59-1.42,2,2,0,0,1,.59-1.41l1.68-1.68-1.71-1.71a1.93,1.93,0,0,1,0-2.78l1.71-1.71-1.71-1.71a2,2,0,0,1-.59-1.41V44.28a14.84,14.84,0,0,1,6.07-27.46,14.75,14.75,0,0,0-29.23-.09h12a2,2,0,0,1,2,2V72a2,2,0,0,1-2,2ZM4,70H28.56V38.56H4Zm42.68-3.26,2.82,2.55,3.71-3.38V43.05a2,2,0,0,1,1.1-1.79A10.84,10.84,0,0,0,52,21v1a5.17,5.17,0,1,1-4-.38v-.8A10.84,10.84,0,0,0,44.65,41.3a2,2,0,0,1,1.11,1.79v4.23l2.54,2.54a2,2,0,0,1,.59,1.41,2,2,0,0,1-.59,1.42L46.59,54.4l1.71,1.71a2,2,0,0,1,.59,1.41,2,2,0,0,1-.59,1.42l-1.68,1.67,1.68,1.68a2,2,0,0,1,0,2.83h0Zm8.53.05ZM4,34.56H28.56V20.73H18.46v1a5.17,5.17,0,1,1-4-.16v-.88H4Zm45.51-9.17a1.18,1.18,0,1,0,1.18,1.18,1.18,1.18,0,0,0-1.18-1.18ZM16,25.33a1.19,1.19,0,1,0,.79.05A2.34,2.34,0,0,1,16,25.33Z' %3e%3c/path%3e%3cpath d='M15.44,47.62v13H12.76V50.14h-2.2v4a24.76,24.76,0,0,1-.13,2.58,6.33,6.33,0,0,1-.55,2,3.69,3.69,0,0,1-1.16,1.41,4.62,4.62,0,0,1-2,.74l-.64-2.13a3.07,3.07,0,0,0,1.13-.63,2.51,2.51,0,0,0,.61-.93,4.28,4.28,0,0,0,.25-1.28V47.62Z'%3e%3c/path%3e%3cpath d='M17.83,60.63v-13h2.71V52.9h.67a1.89,1.89,0,0,0,.53-.08,1.61,1.61,0,0,0,.51-.29,2.65,2.65,0,0,0,.44-.56,3.33,3.33,0,0,0,.33-.86l.88-3.43h2.6l-1,3.87a4.06,4.06,0,0,1-.69,1.56,2.34,2.34,0,0,1-1.07.82,2.43,2.43,0,0,1,1.23.86,4.18,4.18,0,0,1,.66,1.55l1.07,4.32H24l-.84-3.52a3.46,3.46,0,0,0-.71-1.45,1.52,1.52,0,0,0-1.13-.42h-.76v5.39Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}


.questions__link .icon.taxLaw {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 73.39 73.74'%3e%3cg fill='%230066B3'%3e%3cpath d='M73.27,32.4a6.39,6.39,0,0,0-2-4.06,6.48,6.48,0,0,0-.13-4.55,6.46,6.46,0,0,0-2.92-3.48A6.43,6.43,0,0,0,67.05,16a6.52,6.52,0,0,0-3.7-2.73,6.56,6.56,0,0,0-2.27-4,6.32,6.32,0,0,0-4.16-1.71,6.59,6.59,0,0,0-3.16-3.34,6.45,6.45,0,0,0-4.45-.66,6.37,6.37,0,0,0-3.77-2.45,6.56,6.56,0,0,0-4.57.4A6.55,6.55,0,0,0,36.67,0h0a6.54,6.54,0,0,0-4.3,1.48,6.54,6.54,0,0,0-4.58-.4A6.39,6.39,0,0,0,24,3.53a6.33,6.33,0,0,0-4.45.66A6.61,6.61,0,0,0,16.4,7.53a6.42,6.42,0,0,0-4.21,1.75,6.46,6.46,0,0,0-2.23,4A6.59,6.59,0,0,0,6.28,16a6.47,6.47,0,0,0-1.19,4.34,6.37,6.37,0,0,0-2.91,3.48,6.37,6.37,0,0,0-.13,4.55,6.39,6.39,0,0,0-2,4.06,6.56,6.56,0,0,0,1,4.48A6.59,6.59,0,0,0,.1,41.39a6.36,6.36,0,0,0,2,4A6.38,6.38,0,0,0,2.18,50a6.37,6.37,0,0,0,2.91,3.48,6.4,6.4,0,0,0,1.19,4.34A6.61,6.61,0,0,0,10,60.51a6.56,6.56,0,0,0,2.27,4,6.36,6.36,0,0,0,4.16,1.7,6.59,6.59,0,0,0,3.16,3.34,6.38,6.38,0,0,0,4.45.66,6.36,6.36,0,0,0,3.77,2.46,6.59,6.59,0,0,0,4.58-.41,6.51,6.51,0,0,0,4.29,1.48h0A6.47,6.47,0,0,0,41,72.26a5.82,5.82,0,0,0,2.74.65,7.6,7.6,0,0,0,1.84-.23,6.38,6.38,0,0,0,3.76-2.46,6.33,6.33,0,0,0,4.45-.66,6.5,6.5,0,0,0,3.15-3.34,7,7,0,0,0,6.44-5.7,6.62,6.62,0,0,0,3.7-2.74,6.32,6.32,0,0,0,1.19-4.33,6.93,6.93,0,0,0,3-8,6.41,6.41,0,0,0,2-4.06,6.53,6.53,0,0,0-1-4.47A6.59,6.59,0,0,0,73.27,32.4Zm-1,.13A5.59,5.59,0,0,1,71.61,36a7.09,7.09,0,0,1-.78-6.63,5.65,5.65,0,0,1,1.39,3.16ZM67,52.81a8.06,8.06,0,0,0-4.7,6.79,8.08,8.08,0,0,0-6.18,5.49A8,8,0,0,0,48.81,69a8,8,0,0,0-8,2,7.7,7.7,0,0,0-4.15-1.18A7.58,7.58,0,0,0,32.55,71a8,8,0,0,0-5.76-2.36,6.75,6.75,0,0,0-2.27.37,8.08,8.08,0,0,0-7.32-3.85A8,8,0,0,0,11,59.61a8,8,0,0,0-4.7-6.8,8.14,8.14,0,0,0-2.95-7.74,8,8,0,0,0-1-8.19,8,8,0,0,0,1-8.19A8.16,8.16,0,0,0,6.3,20.94,8.06,8.06,0,0,0,11,14.15a8,8,0,0,0,6.18-5.48,8.06,8.06,0,0,0,7.33-3.88,8,8,0,0,0,8-2,8,8,0,0,0,8.27,0,8,8,0,0,0,8,2,8,8,0,0,0,7.33,3.87,8,8,0,0,0,6.18,5.49A8,8,0,0,0,67,20.94a8.15,8.15,0,0,0,3,7.75,8,8,0,0,0,1,8.19,8,8,0,0,0-1,8.19A8.1,8.1,0,0,0,67,52.81Zm3.14-28.64a5.54,5.54,0,0,1,.23,3.48A7.18,7.18,0,0,1,68,21.41a5.57,5.57,0,0,1,2.16,2.76Zm-4-7.6a5.57,5.57,0,0,1,1,3.28,7.08,7.08,0,0,1-3.81-5.49,5.65,5.65,0,0,1,2.84,2.21ZM62.25,13a7.06,7.06,0,0,1-5-4.44A5.56,5.56,0,0,1,60.38,10,5.76,5.76,0,0,1,62.25,13Zm-9-7.91a5.75,5.75,0,0,1,2.54,2.48,7.1,7.1,0,0,1-5.91-3.1,5.56,5.56,0,0,1,3.39.66Zm-8-3a5.67,5.67,0,0,1,3,1.77,7.06,7.06,0,0,1-6.48-1.58,5.73,5.73,0,0,1,3.52-.18Zm-8.62-1a5.61,5.61,0,0,1,3.34,1,7.1,7.1,0,0,1-6.67,0A5.56,5.56,0,0,1,36.63,1.09ZM28,2.11a5.61,5.61,0,0,1,3.53.18,7.06,7.06,0,0,1-6.48,1.58A5.58,5.58,0,0,1,28,2.11Zm-8,3a5.52,5.52,0,0,1,3.38-.62,7.07,7.07,0,0,1-5.91,3.1,5.71,5.71,0,0,1,2.59-2.46Zm-7.15,4.94A5.6,5.6,0,0,1,16.08,8.6a7,7,0,0,1-5,4.44,5.61,5.61,0,0,1,1.83-3ZM7.1,16.55a5.74,5.74,0,0,1,2.76-2.22,7.08,7.08,0,0,1-3.8,5.5,5.47,5.47,0,0,1,1.1-3.26Zm-4,7.6A5.62,5.62,0,0,1,5.3,21.4,7.13,7.13,0,0,1,3,27.64a5.5,5.5,0,0,1,.17-3.47Zm-2,8.38A5.65,5.65,0,0,1,2.5,29.36,7.06,7.06,0,0,1,1.72,36,5.65,5.65,0,0,1,1.11,32.53Zm0,8.7a5.62,5.62,0,0,1,.61-3.46,7.08,7.08,0,0,1,.79,6.62A5.59,5.59,0,0,1,1.11,41.23Zm2.06,8.35a5.65,5.65,0,0,1-.23-3.47A7.13,7.13,0,0,1,5.3,52.34,5.6,5.6,0,0,1,3.17,49.58Zm4,7.6a5.57,5.57,0,0,1-1-3.28A7.08,7.08,0,0,1,10,59.4a5.78,5.78,0,0,1-2.82-2.22Zm3.92,3.53a7,7,0,0,1,5,4.44A5.56,5.56,0,0,1,13,63.72a5.67,5.67,0,0,1-1.92-3Zm9,7.91a5.65,5.65,0,0,1-2.53-2.47,7,7,0,0,1,5.9,3.09,5.51,5.51,0,0,1-3.4-.62Zm8,3a5.66,5.66,0,0,1-3-1.76,7,7,0,0,1,6.48,1.57,5.59,5.59,0,0,1-3.52.22Zm8.61,1a5.61,5.61,0,0,1-3.34-1,7,7,0,0,1,6.67,0,5.69,5.69,0,0,1-3.32,1Zm8.63-1a5.59,5.59,0,0,1-3.52-.19,7,7,0,0,1,6.47-1.57,5.58,5.58,0,0,1-3,1.79Zm8-3a5.56,5.56,0,0,1-3.37.63,7,7,0,0,1,5.9-3.1,5.68,5.68,0,0,1-2.59,2.47Zm7.15-4.93a5.75,5.75,0,0,1-3.17,1.47,7.05,7.05,0,0,1,5-4.45,5.7,5.7,0,0,1-1.89,3Zm5.75-6.51a5.59,5.59,0,0,1-2.76,2.22,7.08,7.08,0,0,1,3.81-5.49,5.53,5.53,0,0,1-1.11,3.27Zm4-7.59A5.66,5.66,0,0,1,68,52.35a7.15,7.15,0,0,1,2.36-6.24,5.68,5.68,0,0,1-.2,3.48Zm2.06-8.37A5.7,5.7,0,0,1,70.9,44.4a7.07,7.07,0,0,1,.78-6.62,5.61,5.61,0,0,1,.54,3.44Z' %3e%3c/path%3e%3cpolygon points='20.71 24.37 20.71 24.37 20.71 24.37 20.71 24.37' %3e%3c/polygon%3e%3cpath d='M20.7,24.37c.43-.32,2-1.24,1.64.51a1,1,0,0,0,.71-.88c0-1.09-1.5-1.59-1.5-2.64,0-1.57,2.51-1.56,2.43-1.31-.43,1.39.39,3.13,2.76,3.25a1.93,1.93,0,0,0,0-.34,2,2,0,0,1-1.33-3.59c-.84-2.64-2.12,0-3.19.68-.61.38-2.28.15-2.42.91C19.63,22,21.55,22,20.7,24.37Z' %3e%3c/path%3e%3cpolygon points='16.54 43.61 16.54 43.61 16.54 43.61 16.54 43.61' %3e%3c/polygon%3e%3cpath d='M27.69,23.3h3.07a3.9,3.9,0,0,0,4.08-2.95h2.62a3.9,3.9,0,0,0,4.09,2.95h3.06a6.79,6.79,0,0,0,.67-1.09c.48-1.3-.13-1.9-1-1.9l-1.16,1.06L42,20.31c-.9,0-1.52.6-1,1.9a2.87,2.87,0,0,0,.34.62,3.17,3.17,0,0,1-2.77-2.48,17.55,17.55,0,0,0,1-1.8c.72-1.85-.2-2.61-1.55-2.61l-1.75,2-1.75-2c-1.35,0-2.27.76-1.55,2.61a17.55,17.55,0,0,0,1,1.8,3.2,3.2,0,0,1-2.78,2.48,4.71,4.71,0,0,0,.35-.62c.48-1.3-.14-1.9-1-1.9l-1.17,1.06-1.16-1.06c-.91,0-1.52.6-1,1.9A7.31,7.31,0,0,0,27.69,23.3Z' %3e%3c/path%3e%3cpolygon points='16.54 43.61 15.58 43.63 15.66 44.59 16.55 44.51 16.54 43.61' %3e%3c/polygon%3e%3cpath d='M18.48,40.12a11.72,11.72,0,0,0,4.83-2.22,4.78,4.78,0,0,0,.45.45c-1.35,2.21-4.51,3.12-5.54,3.2a.07.07,0,0,0-.07.07s0,0,0,0c.68,1.17,2.2,1.55,3.87.76a8.61,8.61,0,0,0,3.07-3.13,6.5,6.5,0,0,0,.61.25c-.53,2.64-3.15,4.25-3.61,4.51a0,0,0,0,0,0,.05h0a2.54,2.54,0,0,0,3.58-.26l.1-.12a8.52,8.52,0,0,0,1.49-4,3.5,3.5,0,0,1,3.28,2,.07.07,0,1,0,.14,0v-4.5a.06.06,0,0,0-.08-.06h0a5.83,5.83,0,0,1-2.81.24,3,3,0,0,1-2.54-2.86,2.85,2.85,0,0,1,.94-2.08.24.24,0,0,0,.06-.32l-.06-.06L26,32c-5.1-3.22-9.7-10.65-10.2-11.47a0,0,0,0,0-.05,0,.06.06,0,0,0-.06,0c-1.55,1.37-1.71,4-.07,6.15a20.76,20.76,0,0,0,5.67,4.22c0,.25-.05.5-.07.74a16.14,16.14,0,0,1-8.3-4.88.08.08,0,0,0-.11,0h0a3.91,3.91,0,0,0,1.63,5,20.29,20.29,0,0,0,6.89,1.71,2.88,2.88,0,0,0,.12.64,15.18,15.18,0,0,1-8.5-1.33.07.07,0,0,0-.1,0v0a3.25,3.25,0,0,0,2.8,3.64l.14,0c2,.33,6.23-.67,6.23-.67.09.19.18.38.28.56C19.48,38,15.55,37.84,15,37.8c0,0-.08,0-.07.07C14.92,39.81,16.81,40.35,18.48,40.12Z' %3e%3c/path%3e%3cpath d='M44.1,27.34a3.65,3.65,0,0,0-1.61.94,2.63,2.63,0,0,1,2.42.45A1.76,1.76,0,0,0,44.1,27.34Z' %3e%3c/path%3e%3cpath d='M39.54,42.64a.13.13,0,1,0,.26,0c.17-1.19-.64-1.53-1.48-1.39-.1-.41-.19-.77-.28-1.12s-.11-.82.22-.82.11.5.09.71.06.31.21.31.21-.12.28-.2a1.21,1.21,0,0,0,.08-1.71l-.08-.08a1.75,1.75,0,0,0-2,.4,2.13,2.13,0,0,0-.4-.62c-.11-.13-.13-.21,0-.33a.71.71,0,0,0,.28-.49.38.38,0,0,0-.41-.37h0a.54.54,0,0,0-.54.54v0a.57.57,0,0,0,.08.28,3.75,3.75,0,0,0-.82,0l3.1,8.49a2.37,2.37,0,0,0,1.53-1.87c0-.63-.93-.42-1.38.07-.15-.8-.28-1.54-.42-2.28,0-.21.06-.28.23-.34h0C38.71,41.69,39.57,41.85,39.54,42.64Z' %3e%3c/path%3e%3cpath d='M46.83,27.67A2.1,2.1,0,0,0,47.28,26c-.49-2.61-6.55-.88-9.6-2a3.33,3.33,0,0,0,1.89,2.43,11.8,11.8,0,0,0-3.39,7.76,11.9,11.9,0,0,0-3.39-7.76c1-.45,2-1.67,1.89-2.43-3.05,1.11-9.12-.62-9.6,2a2.13,2.13,0,0,0,.45,1.63,1.35,1.35,0,0,1,1.16-.87c4.27-.65,7.84,5.93,4.62,8.6a.06.06,0,0,0,0,.08l0,0H41a.06.06,0,0,0,0-.08l0,0c-3.22-2.67.35-9.25,4.62-8.6A1.36,1.36,0,0,1,46.83,27.67Z' %3e%3c/path%3e%3cpath d='M48.32,20.05c-.08-.25,2.43-.26,2.43,1.31,0,1.05-1.5,1.55-1.5,2.64a1,1,0,0,0,.71.88c-.38-1.75,1.21-.83,1.64-.51C50.75,22,52.68,22,52.49,21c-.14-.76-1.81-.53-2.42-.91-1.07-.68-2.35-3.32-3.19-.68A2,2,0,0,1,45.55,23a1.93,1.93,0,0,0,0,.34C47.93,23.18,48.75,21.44,48.32,20.05Z' %3e%3c/path%3e%3cpolygon points='37.32 14.13 36.16 12.72 35.01 14.13 36.16 15.62 37.32 14.13' %3e%3c/polygon%3e%3cpolygon points='43.91 18.39 43.09 17.39 42.27 18.39 43.09 19.37 43.91 18.39' %3e%3c/polygon%3e%3cpath d='M32.7,44.58a1.48,1.48,0,0,0-.19.68c0,.85,1,1,1.38.84,1.11,1.07,3.28.78,4,.42L34.07,36a.16.16,0,0,0-.19-.1.15.15,0,0,0-.1.2h0l.65,1.81C33.88,38,33,38.45,33,39c0,.72,1.27,1.18,2,1.13a.45.45,0,0,0,.12.44,1.56,1.56,0,0,0-.93.3,1.15,1.15,0,0,0-1.29-.27c-.29.22-.3.6,0,1a.7.7,0,0,1,0,.92c.88,0,.56-1.14.9-1.14a1.41,1.41,0,0,0,.09.76.57.57,0,0,1,0,.51,4.61,4.61,0,0,0-.67,2.45c-.29,0-.44-.08-.33-.47C32.91,44.5,32.82,44.4,32.7,44.58Zm2.24-1.76a1.84,1.84,0,0,0,.26,1.62,3.08,3.08,0,0,0-1.55.33C33.57,44.34,34.17,43.57,34.94,42.82Z' %3e%3c/path%3e%3cpolygon points='30.06 18.39 29.23 17.39 28.41 18.39 29.23 19.37 30.06 18.39' %3e%3c/polygon%3e%3cpath d='M27.42,28.73h0a2.63,2.63,0,0,1,2.42-.45,3.65,3.65,0,0,0-1.61-.94A1.76,1.76,0,0,0,27.42,28.73Z' %3e%3c/path%3e%3cpath d='M57.87,31.77a3.91,3.91,0,0,0,1.63-5,.08.08,0,0,0-.11,0h0a16.21,16.21,0,0,1-8.3,4.88,2.69,2.69,0,0,0-.07-.74,20.76,20.76,0,0,0,5.67-4.22c1.64-2.1,1.49-4.78-.07-6.15h-.06c-.55.8-5.14,8.24-10.2,11.46l-.18.12a.24.24,0,0,0-.06.32l.06.06a2.85,2.85,0,0,1,.94,2.08,3,3,0,0,1-2.53,2.86,5.87,5.87,0,0,1-2.82-.24.07.07,0,0,0-.09,0h0v4.5a.07.07,0,0,0,.14,0,3.5,3.5,0,0,1,3.28-2,11.38,11.38,0,0,0,.76,2.74l2.76.29a6.14,6.14,0,0,1-2-3.28c.2-.07.4-.16.6-.25a8.69,8.69,0,0,0,3.07,3.13c1.67.79,3.19.41,3.87-.76a.07.07,0,0,0,0-.09h0c-1-.08-4.19-1-5.54-3.2A4.57,4.57,0,0,0,49,37.9a11.72,11.72,0,0,0,4.83,2.22c1.67.23,3.56-.31,3.61-2.25a.08.08,0,0,0-.08-.07c-.59,0-4.52.21-7.32-1.4l.27-.56s4.23,1,6.23.67a3.25,3.25,0,0,0,3-3.5s0-.11,0-.16a.07.07,0,0,0-.07-.07h0a15.29,15.29,0,0,1-8.51,1.33,4.52,4.52,0,0,1,.12-.64A20.24,20.24,0,0,0,57.87,31.77Z' %3e%3c/path%3e%3cpath d='M52.33,49.74a.21.21,0,0,1,0-.11c-.07.06-.26,0-.26,0a.4.4,0,0,1-.2-.18c-.22.31-.53.9-.33,1.29a1.72,1.72,0,0,0,.67-.72A1.39,1.39,0,0,0,52.33,49.74Z' %3e%3c/path%3e%3cpath d='M54.24,50.45a.27.27,0,0,1-.3,0,.75.75,0,0,1-.16-.15l-.1.06-.12.47a4.5,4.5,0,0,0,0,2,2.49,2.49,0,0,0,.22-.43c.09-.29.26-1.16.26-1.16Z' %3e%3c/path%3e%3cpath d='M53.27,50.31A.58.58,0,0,1,53,50l-.07.3a2.81,2.81,0,0,0,0,1.81,1.91,1.91,0,0,0,.35-.58c0-.06.33-1.15.33-1.15A.35.35,0,0,1,53.27,50.31Z' %3e%3c/path%3e%3cpath d='M52.61,50.05a.44.44,0,0,1-.25-.27s-.13.48-.15.51a1.62,1.62,0,0,0,0,1.36A4.42,4.42,0,0,0,53,50,.33.33,0,0,1,52.61,50.05Z' %3e%3c/path%3e%3cpath d='M54.43,50.27a.26.26,0,0,1-.11.14c0,.13-.2,1-.2,1-.13.67-.21,2,.1,2.33a5,5,0,0,0,.4-1.66l.14-1.52A.92.92,0,0,1,54.43,50.27Z' %3e%3c/path%3e%3cpath d='M54.85,50.58l-.16,1.66A4,4,0,0,0,55,54.3a1,1,0,0,0,.22-.48,2.66,2.66,0,0,0,.07-.39l.1-1.35.11-1.79A.6.6,0,0,1,54.85,50.58Z' %3e%3c/path%3e%3cpath d='M55.91,49.75c-.16-.3-.27-.68-.59-.84a1,1,0,0,0-.94-.11c-.34.08-.46.45-.79.54a.83.83,0,0,1-.8-.14,1.39,1.39,0,0,1-.39-1c-.29.26-.74.71-.83.79.09.19.36.16.36.16s-.08.23.07.35a.35.35,0,0,0,.36,0,.45.45,0,0,0,.28.42.42.42,0,0,0,.41-.1s.08.33.33.41a.42.42,0,0,0,.41-.11s.16.22.3.24.27-.12.33-.29a.85.85,0,0,0,.5.39.5.5,0,0,0,.47-.22c.21-.27.13.07.14.16v1.21c0,.4,0,.69.26.88,0,0,.21.13.32.06V51.21A5.15,5.15,0,0,0,55.91,49.75Z' %3e%3c/path%3e%3cpath d='M55.47,52.27a8.36,8.36,0,0,0,0,2,3.43,3.43,0,0,0,.6,1.07V52.71S55.7,52.85,55.47,52.27Z' %3e%3c/path%3e%3cpath d='M44.86,43a3.71,3.71,0,0,0,1,.71,8.42,8.42,0,0,0,2,.18c-.55-.28-.37-.62-.37-.62Z' %3e%3c/path%3e%3cpath d='M51.22,45.3a1,1,0,0,0,0-.95c-.13-.34-.49-.49-.77-.67A5.15,5.15,0,0,0,49,43.37c-.44-.06-.88-.09-1.33-.15-.08.1,0,.29,0,.33.17.26.57.31.86.35s.8,0,1.2.08c.09,0,.44,0,.14.15a.51.51,0,0,0-.24.33h-.08c0-.13.08-.26.34-.42l-1.82,0-1.36,0a2.54,2.54,0,0,0-.39,0,1,1,0,0,0-.5.16,3.8,3.8,0,0,0,2,.51l.37.1H48a4.61,4.61,0,0,0-1.69.23c.24.33,1.62.4,2.3.34l1-.1a.24.24,0,0,1,.15-.09,1,1,0,0,1-.24-.35h-.47a2.22,2.22,0,0,0,.37-.09h.15a.78.78,0,0,0,.33.53.33.33,0,0,0-.31.31c0,.14.2.31.2.31a.44.44,0,0,0-.16.4.71.71,0,0,0,.38.38.41.41,0,0,0-.14.4c.06.23.39.32.39.32a.27.27,0,0,0,0,.35.34.34,0,0,0,.34.11.38.38,0,0,0,.12.38c.09-.09.58-.49.88-.75a1.42,1.42,0,0,1-.91-.49.84.84,0,0,1-.06-.8C50.73,45.7,51.11,45.63,51.22,45.3Z' %3e%3c/path%3e%3cpath d='M51.84,49.42a.33.33,0,0,1,0-.14s-.13.06-.33-.18A1.67,1.67,0,0,0,51,50a.82.82,0,0,0,.41-.19C51.5,49.74,51.84,49.43,51.84,49.42Z' %3e%3c/path%3e%3cpath d='M48.79,45.36s-.88.08-1.18.14a2.75,2.75,0,0,0-.45.17,4.38,4.38,0,0,0,2,.23l.48-.07.07-.1a.7.7,0,0,1-.13-.17.27.27,0,0,1,0-.3Z' %3e%3c/path%3e%3cpath d='M50.11,51.21a.24.24,0,0,0-.09.08l.34.5L50,51.67h0s.63,1.13,0,1.72-2.14.15-3.34-.38l.59-.51a1.69,1.69,0,0,0,2.69-1.33,1.57,1.57,0,0,0-.22-.81l2.94-2.55a.67.67,0,0,0,.49-.17.69.69,0,0,0,.11-.13,1.09,1.09,0,1,0-.87-1l-.14.09a.69.69,0,0,0-.22.47l-2.85,2.67a1.66,1.66,0,0,0-.92-.28,1.7,1.7,0,0,0-1.4.73,6.54,6.54,0,0,1-1-.13,1.4,1.4,0,0,1,.35-.93c.65-.59,1.7.15,1.71.16h0L47.83,49l.47.39.08-.08a.38.38,0,0,0-.08-.52c-.07,0-1.55-1.1-2.65-.1A2,2,0,0,0,45.07,50c-.91-.21-1.67-.49-1.54-.68,2.77-3.9.65-6.22-1.9-6.09v2.62A1.58,1.58,0,0,1,40,47.37H38.23a2.86,2.86,0,0,0-2.08,1.27,2.86,2.86,0,0,0-2.08-1.27H32.31a1.58,1.58,0,0,1-1.64-1.52h0V43.23c-2.55-.13-4.67,2.19-1.9,6.09.25.37-2.35,1-3.57.81a1.81,1.81,0,0,0-1.3-.54,1.87,1.87,0,0,0-.62.1L19.52,46.3a1.93,1.93,0,0,0-.26-2.3,1.86,1.86,0,0,0-2.07-.17V45.1l-1.3.13a1.85,1.85,0,0,0,.39,2,1.92,1.92,0,0,0,2.36,0l3.65,3.29a1.57,1.57,0,0,0-.12.91,1.69,1.69,0,0,0,1.34,1.33,2,2,0,0,0,1.13-.12l9.07,8.17a.62.62,0,0,0,.88,0h0v-.05a.6.6,0,0,0,0-.85l0,0-1.93-1.74.26-.29.79.71.1.09a.27.27,0,0,0,.38,0h0l.09-.09,1.23-1.37a.28.28,0,0,0,0-.4h0l-.09-.08s-.06,0-.25.21L35,56.73l-.63.7-.58-.53.65-.73a.27.27,0,0,0,0-.38h0l-.09-.09a.28.28,0,0,0-.4,0h0L32.9,56.86l-.58-.53.78-.87-.14-.2a2.05,2.05,0,0,0,.39-.49l-.1-.08a.27.27,0,0,0-.38,0h0L31.59,56.1l-.08.09a.28.28,0,0,0,0,.4h0l.09.09.79.71-.26.29-6.52-5.87a9,9,0,0,1,4.45-1.18.32.32,0,0,0,.34-.3.3.3,0,0,0,0-.16c-.72-1.72.82-3,2.41-2A5.3,5.3,0,0,1,34.73,51,12.68,12.68,0,0,0,29,54l1.5,1.5a8.28,8.28,0,0,1,4.56-3.68c0,.12.09.24.13.36a7.58,7.58,0,0,0-3.28,3.06L32,55.1c.17-.16.89-1.06,1.07-.89s.37.32.62.53c.06,0-.49.86-.44.9s.14.22.18.18l.37-.38a7.53,7.53,0,0,1,1.58-2.5l.06.59a23.1,23.1,0,0,0-.79,2.85l.2.15.45-.35.45.35s.36.36.18.72A18.49,18.49,0,0,1,34.5,59c.29.8,1.43,1.33,1.62,1.42a4.17,4.17,0,0,0,1.19-.74,6.47,6.47,0,0,1-.19-1.32,3.16,3.16,0,0,1,.28-1.25c.06-.06.16-.18.28-.29a22.88,22.88,0,0,0-.86-3.25,1.71,1.71,0,0,1,.07-.59,8.35,8.35,0,0,1,1.89,3.42h.58v-.09a3.33,3.33,0,0,1,.18-1.17,1.75,1.75,0,0,1,.48-.46,7.64,7.64,0,0,0-2.9-2.45c.08-.22.05-.15.13-.36a8,8,0,0,1,3.81,2.59,3.32,3.32,0,0,1,.8.15,2.25,2.25,0,0,1-.18-.89A1.34,1.34,0,0,1,42,53a14.48,14.48,0,0,0-4.44-2,5.34,5.34,0,0,1,1.93-2.76c1.59-1,3.13.23,2.41,2a.32.32,0,0,0,.15.43.41.41,0,0,0,.16,0,9.94,9.94,0,0,1,2.86.46,9.12,9.12,0,0,0,.28,1.38,2.12,2.12,0,0,0-3.08,2.69c-.74-.33-1.57-.56-2.11-.07a1.86,1.86,0,0,0-.2,2,1.85,1.85,0,0,0-2,.22,1.51,1.51,0,0,0-.16,1.91v.08c.11.12.2.25.35.17s.1-.36,0-.55c0,0-.3-.8.14-1.19s1.38,0,1.91.37l-2.58,2.41.07.08.07.08,2.67-2.31c.29.56.63,1.53.17,1.94s-1.19,0-1.2,0c-.17-.11-.43-.22-.54,0s0,.24.13.37l.07.06a1.53,1.53,0,0,0,1.92,0,1.84,1.84,0,0,0,.42-1.93,1.9,1.9,0,0,0,2,0c.53-.49.4-1.34.15-2.11A2.32,2.32,0,0,0,46,56.59a2.37,2.37,0,0,0,.57-2.66c1.19.47,2.94.91,3.81.12,1.11-1,.21-2.58.17-2.65A.38.38,0,0,0,50.11,51.21Zm-9.17,6.26c-.35-.75-.54-1.58-.27-1.83s1.19.13,1.77.43Zm2.05.74c-.28.25-1.08,0-1.8-.46l1.55-1.34c.26.59.55,1.53.26,1.8Zm.21-4.94c.16-.17.79-.64,2.21,0l-2.26,2.11C42.65,54.08,42.93,53.55,43.2,53.27Zm2.41,2.67c-.31.24-.86.47-2.14-.16l2.34-2C46.33,55.23,45.79,55.8,45.61,55.94Zm.56-3.36a9.83,9.83,0,0,1-.29-1.19,5.12,5.12,0,0,1,.73.39c0,.09.08.18.13.27Z' %3e%3c/path%3e%3cpath d='M49.59,46.57h.31a.6.6,0,0,1-.3-.29.34.34,0,0,1,0-.34s-1.11.17-1.18.21a2,2,0,0,0-.61.28A2.79,2.79,0,0,0,49.59,46.57Z' %3e%3c/path%3e%3cpath d='M49.51,47.3l.52-.1a.46.46,0,0,1-.24-.27.37.37,0,0,1,.07-.35,4.43,4.43,0,0,0-1.69.55A1.52,1.52,0,0,0,49.51,47.3Z' %3e%3c/path%3e%3cpath d='M50.48,47.77h-.14l-.47.39c-.08.08-.23.24-.23.38a1.56,1.56,0,0,0,1-.4C50.4,47.89,50.48,47.77,50.48,47.77Z' %3e%3c/path%3e%3cpath d='M50.29,47.73c-.12-.06-.17-.13-.17-.22a.39.39,0,0,1,.06-.26h-.1a2,2,0,0,0-.33.09,1.75,1.75,0,0,0-.78.59A1.47,1.47,0,0,0,50.29,47.73Z' %3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.questions__wrapper:hover .questions__link .icon.taxLaw {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 73.39 73.74'%3e%3cg fill='%23f15a22'%3e%3cpath d='M73.27,32.4a6.39,6.39,0,0,0-2-4.06,6.48,6.48,0,0,0-.13-4.55,6.46,6.46,0,0,0-2.92-3.48A6.43,6.43,0,0,0,67.05,16a6.52,6.52,0,0,0-3.7-2.73,6.56,6.56,0,0,0-2.27-4,6.32,6.32,0,0,0-4.16-1.71,6.59,6.59,0,0,0-3.16-3.34,6.45,6.45,0,0,0-4.45-.66,6.37,6.37,0,0,0-3.77-2.45,6.56,6.56,0,0,0-4.57.4A6.55,6.55,0,0,0,36.67,0h0a6.54,6.54,0,0,0-4.3,1.48,6.54,6.54,0,0,0-4.58-.4A6.39,6.39,0,0,0,24,3.53a6.33,6.33,0,0,0-4.45.66A6.61,6.61,0,0,0,16.4,7.53a6.42,6.42,0,0,0-4.21,1.75,6.46,6.46,0,0,0-2.23,4A6.59,6.59,0,0,0,6.28,16a6.47,6.47,0,0,0-1.19,4.34,6.37,6.37,0,0,0-2.91,3.48,6.37,6.37,0,0,0-.13,4.55,6.39,6.39,0,0,0-2,4.06,6.56,6.56,0,0,0,1,4.48A6.59,6.59,0,0,0,.1,41.39a6.36,6.36,0,0,0,2,4A6.38,6.38,0,0,0,2.18,50a6.37,6.37,0,0,0,2.91,3.48,6.4,6.4,0,0,0,1.19,4.34A6.61,6.61,0,0,0,10,60.51a6.56,6.56,0,0,0,2.27,4,6.36,6.36,0,0,0,4.16,1.7,6.59,6.59,0,0,0,3.16,3.34,6.38,6.38,0,0,0,4.45.66,6.36,6.36,0,0,0,3.77,2.46,6.59,6.59,0,0,0,4.58-.41,6.51,6.51,0,0,0,4.29,1.48h0A6.47,6.47,0,0,0,41,72.26a5.82,5.82,0,0,0,2.74.65,7.6,7.6,0,0,0,1.84-.23,6.38,6.38,0,0,0,3.76-2.46,6.33,6.33,0,0,0,4.45-.66,6.5,6.5,0,0,0,3.15-3.34,7,7,0,0,0,6.44-5.7,6.62,6.62,0,0,0,3.7-2.74,6.32,6.32,0,0,0,1.19-4.33,6.93,6.93,0,0,0,3-8,6.41,6.41,0,0,0,2-4.06,6.53,6.53,0,0,0-1-4.47A6.59,6.59,0,0,0,73.27,32.4Zm-1,.13A5.59,5.59,0,0,1,71.61,36a7.09,7.09,0,0,1-.78-6.63,5.65,5.65,0,0,1,1.39,3.16ZM67,52.81a8.06,8.06,0,0,0-4.7,6.79,8.08,8.08,0,0,0-6.18,5.49A8,8,0,0,0,48.81,69a8,8,0,0,0-8,2,7.7,7.7,0,0,0-4.15-1.18A7.58,7.58,0,0,0,32.55,71a8,8,0,0,0-5.76-2.36,6.75,6.75,0,0,0-2.27.37,8.08,8.08,0,0,0-7.32-3.85A8,8,0,0,0,11,59.61a8,8,0,0,0-4.7-6.8,8.14,8.14,0,0,0-2.95-7.74,8,8,0,0,0-1-8.19,8,8,0,0,0,1-8.19A8.16,8.16,0,0,0,6.3,20.94,8.06,8.06,0,0,0,11,14.15a8,8,0,0,0,6.18-5.48,8.06,8.06,0,0,0,7.33-3.88,8,8,0,0,0,8-2,8,8,0,0,0,8.27,0,8,8,0,0,0,8,2,8,8,0,0,0,7.33,3.87,8,8,0,0,0,6.18,5.49A8,8,0,0,0,67,20.94a8.15,8.15,0,0,0,3,7.75,8,8,0,0,0,1,8.19,8,8,0,0,0-1,8.19A8.1,8.1,0,0,0,67,52.81Zm3.14-28.64a5.54,5.54,0,0,1,.23,3.48A7.18,7.18,0,0,1,68,21.41a5.57,5.57,0,0,1,2.16,2.76Zm-4-7.6a5.57,5.57,0,0,1,1,3.28,7.08,7.08,0,0,1-3.81-5.49,5.65,5.65,0,0,1,2.84,2.21ZM62.25,13a7.06,7.06,0,0,1-5-4.44A5.56,5.56,0,0,1,60.38,10,5.76,5.76,0,0,1,62.25,13Zm-9-7.91a5.75,5.75,0,0,1,2.54,2.48,7.1,7.1,0,0,1-5.91-3.1,5.56,5.56,0,0,1,3.39.66Zm-8-3a5.67,5.67,0,0,1,3,1.77,7.06,7.06,0,0,1-6.48-1.58,5.73,5.73,0,0,1,3.52-.18Zm-8.62-1a5.61,5.61,0,0,1,3.34,1,7.1,7.1,0,0,1-6.67,0A5.56,5.56,0,0,1,36.63,1.09ZM28,2.11a5.61,5.61,0,0,1,3.53.18,7.06,7.06,0,0,1-6.48,1.58A5.58,5.58,0,0,1,28,2.11Zm-8,3a5.52,5.52,0,0,1,3.38-.62,7.07,7.07,0,0,1-5.91,3.1,5.71,5.71,0,0,1,2.59-2.46Zm-7.15,4.94A5.6,5.6,0,0,1,16.08,8.6a7,7,0,0,1-5,4.44,5.61,5.61,0,0,1,1.83-3ZM7.1,16.55a5.74,5.74,0,0,1,2.76-2.22,7.08,7.08,0,0,1-3.8,5.5,5.47,5.47,0,0,1,1.1-3.26Zm-4,7.6A5.62,5.62,0,0,1,5.3,21.4,7.13,7.13,0,0,1,3,27.64a5.5,5.5,0,0,1,.17-3.47Zm-2,8.38A5.65,5.65,0,0,1,2.5,29.36,7.06,7.06,0,0,1,1.72,36,5.65,5.65,0,0,1,1.11,32.53Zm0,8.7a5.62,5.62,0,0,1,.61-3.46,7.08,7.08,0,0,1,.79,6.62A5.59,5.59,0,0,1,1.11,41.23Zm2.06,8.35a5.65,5.65,0,0,1-.23-3.47A7.13,7.13,0,0,1,5.3,52.34,5.6,5.6,0,0,1,3.17,49.58Zm4,7.6a5.57,5.57,0,0,1-1-3.28A7.08,7.08,0,0,1,10,59.4a5.78,5.78,0,0,1-2.82-2.22Zm3.92,3.53a7,7,0,0,1,5,4.44A5.56,5.56,0,0,1,13,63.72a5.67,5.67,0,0,1-1.92-3Zm9,7.91a5.65,5.65,0,0,1-2.53-2.47,7,7,0,0,1,5.9,3.09,5.51,5.51,0,0,1-3.4-.62Zm8,3a5.66,5.66,0,0,1-3-1.76,7,7,0,0,1,6.48,1.57,5.59,5.59,0,0,1-3.52.22Zm8.61,1a5.61,5.61,0,0,1-3.34-1,7,7,0,0,1,6.67,0,5.69,5.69,0,0,1-3.32,1Zm8.63-1a5.59,5.59,0,0,1-3.52-.19,7,7,0,0,1,6.47-1.57,5.58,5.58,0,0,1-3,1.79Zm8-3a5.56,5.56,0,0,1-3.37.63,7,7,0,0,1,5.9-3.1,5.68,5.68,0,0,1-2.59,2.47Zm7.15-4.93a5.75,5.75,0,0,1-3.17,1.47,7.05,7.05,0,0,1,5-4.45,5.7,5.7,0,0,1-1.89,3Zm5.75-6.51a5.59,5.59,0,0,1-2.76,2.22,7.08,7.08,0,0,1,3.81-5.49,5.53,5.53,0,0,1-1.11,3.27Zm4-7.59A5.66,5.66,0,0,1,68,52.35a7.15,7.15,0,0,1,2.36-6.24,5.68,5.68,0,0,1-.2,3.48Zm2.06-8.37A5.7,5.7,0,0,1,70.9,44.4a7.07,7.07,0,0,1,.78-6.62,5.61,5.61,0,0,1,.54,3.44Z' %3e%3c/path%3e%3cpolygon points='20.71 24.37 20.71 24.37 20.71 24.37 20.71 24.37' %3e%3c/polygon%3e%3cpath d='M20.7,24.37c.43-.32,2-1.24,1.64.51a1,1,0,0,0,.71-.88c0-1.09-1.5-1.59-1.5-2.64,0-1.57,2.51-1.56,2.43-1.31-.43,1.39.39,3.13,2.76,3.25a1.93,1.93,0,0,0,0-.34,2,2,0,0,1-1.33-3.59c-.84-2.64-2.12,0-3.19.68-.61.38-2.28.15-2.42.91C19.63,22,21.55,22,20.7,24.37Z' %3e%3c/path%3e%3cpolygon points='16.54 43.61 16.54 43.61 16.54 43.61 16.54 43.61' %3e%3c/polygon%3e%3cpath d='M27.69,23.3h3.07a3.9,3.9,0,0,0,4.08-2.95h2.62a3.9,3.9,0,0,0,4.09,2.95h3.06a6.79,6.79,0,0,0,.67-1.09c.48-1.3-.13-1.9-1-1.9l-1.16,1.06L42,20.31c-.9,0-1.52.6-1,1.9a2.87,2.87,0,0,0,.34.62,3.17,3.17,0,0,1-2.77-2.48,17.55,17.55,0,0,0,1-1.8c.72-1.85-.2-2.61-1.55-2.61l-1.75,2-1.75-2c-1.35,0-2.27.76-1.55,2.61a17.55,17.55,0,0,0,1,1.8,3.2,3.2,0,0,1-2.78,2.48,4.71,4.71,0,0,0,.35-.62c.48-1.3-.14-1.9-1-1.9l-1.17,1.06-1.16-1.06c-.91,0-1.52.6-1,1.9A7.31,7.31,0,0,0,27.69,23.3Z' %3e%3c/path%3e%3cpolygon points='16.54 43.61 15.58 43.63 15.66 44.59 16.55 44.51 16.54 43.61' %3e%3c/polygon%3e%3cpath d='M18.48,40.12a11.72,11.72,0,0,0,4.83-2.22,4.78,4.78,0,0,0,.45.45c-1.35,2.21-4.51,3.12-5.54,3.2a.07.07,0,0,0-.07.07s0,0,0,0c.68,1.17,2.2,1.55,3.87.76a8.61,8.61,0,0,0,3.07-3.13,6.5,6.5,0,0,0,.61.25c-.53,2.64-3.15,4.25-3.61,4.51a0,0,0,0,0,0,.05h0a2.54,2.54,0,0,0,3.58-.26l.1-.12a8.52,8.52,0,0,0,1.49-4,3.5,3.5,0,0,1,3.28,2,.07.07,0,1,0,.14,0v-4.5a.06.06,0,0,0-.08-.06h0a5.83,5.83,0,0,1-2.81.24,3,3,0,0,1-2.54-2.86,2.85,2.85,0,0,1,.94-2.08.24.24,0,0,0,.06-.32l-.06-.06L26,32c-5.1-3.22-9.7-10.65-10.2-11.47a0,0,0,0,0-.05,0,.06.06,0,0,0-.06,0c-1.55,1.37-1.71,4-.07,6.15a20.76,20.76,0,0,0,5.67,4.22c0,.25-.05.5-.07.74a16.14,16.14,0,0,1-8.3-4.88.08.08,0,0,0-.11,0h0a3.91,3.91,0,0,0,1.63,5,20.29,20.29,0,0,0,6.89,1.71,2.88,2.88,0,0,0,.12.64,15.18,15.18,0,0,1-8.5-1.33.07.07,0,0,0-.1,0v0a3.25,3.25,0,0,0,2.8,3.64l.14,0c2,.33,6.23-.67,6.23-.67.09.19.18.38.28.56C19.48,38,15.55,37.84,15,37.8c0,0-.08,0-.07.07C14.92,39.81,16.81,40.35,18.48,40.12Z' %3e%3c/path%3e%3cpath d='M44.1,27.34a3.65,3.65,0,0,0-1.61.94,2.63,2.63,0,0,1,2.42.45A1.76,1.76,0,0,0,44.1,27.34Z' %3e%3c/path%3e%3cpath d='M39.54,42.64a.13.13,0,1,0,.26,0c.17-1.19-.64-1.53-1.48-1.39-.1-.41-.19-.77-.28-1.12s-.11-.82.22-.82.11.5.09.71.06.31.21.31.21-.12.28-.2a1.21,1.21,0,0,0,.08-1.71l-.08-.08a1.75,1.75,0,0,0-2,.4,2.13,2.13,0,0,0-.4-.62c-.11-.13-.13-.21,0-.33a.71.71,0,0,0,.28-.49.38.38,0,0,0-.41-.37h0a.54.54,0,0,0-.54.54v0a.57.57,0,0,0,.08.28,3.75,3.75,0,0,0-.82,0l3.1,8.49a2.37,2.37,0,0,0,1.53-1.87c0-.63-.93-.42-1.38.07-.15-.8-.28-1.54-.42-2.28,0-.21.06-.28.23-.34h0C38.71,41.69,39.57,41.85,39.54,42.64Z' %3e%3c/path%3e%3cpath d='M46.83,27.67A2.1,2.1,0,0,0,47.28,26c-.49-2.61-6.55-.88-9.6-2a3.33,3.33,0,0,0,1.89,2.43,11.8,11.8,0,0,0-3.39,7.76,11.9,11.9,0,0,0-3.39-7.76c1-.45,2-1.67,1.89-2.43-3.05,1.11-9.12-.62-9.6,2a2.13,2.13,0,0,0,.45,1.63,1.35,1.35,0,0,1,1.16-.87c4.27-.65,7.84,5.93,4.62,8.6a.06.06,0,0,0,0,.08l0,0H41a.06.06,0,0,0,0-.08l0,0c-3.22-2.67.35-9.25,4.62-8.6A1.36,1.36,0,0,1,46.83,27.67Z' %3e%3c/path%3e%3cpath d='M48.32,20.05c-.08-.25,2.43-.26,2.43,1.31,0,1.05-1.5,1.55-1.5,2.64a1,1,0,0,0,.71.88c-.38-1.75,1.21-.83,1.64-.51C50.75,22,52.68,22,52.49,21c-.14-.76-1.81-.53-2.42-.91-1.07-.68-2.35-3.32-3.19-.68A2,2,0,0,1,45.55,23a1.93,1.93,0,0,0,0,.34C47.93,23.18,48.75,21.44,48.32,20.05Z' %3e%3c/path%3e%3cpolygon points='37.32 14.13 36.16 12.72 35.01 14.13 36.16 15.62 37.32 14.13' %3e%3c/polygon%3e%3cpolygon points='43.91 18.39 43.09 17.39 42.27 18.39 43.09 19.37 43.91 18.39' %3e%3c/polygon%3e%3cpath d='M32.7,44.58a1.48,1.48,0,0,0-.19.68c0,.85,1,1,1.38.84,1.11,1.07,3.28.78,4,.42L34.07,36a.16.16,0,0,0-.19-.1.15.15,0,0,0-.1.2h0l.65,1.81C33.88,38,33,38.45,33,39c0,.72,1.27,1.18,2,1.13a.45.45,0,0,0,.12.44,1.56,1.56,0,0,0-.93.3,1.15,1.15,0,0,0-1.29-.27c-.29.22-.3.6,0,1a.7.7,0,0,1,0,.92c.88,0,.56-1.14.9-1.14a1.41,1.41,0,0,0,.09.76.57.57,0,0,1,0,.51,4.61,4.61,0,0,0-.67,2.45c-.29,0-.44-.08-.33-.47C32.91,44.5,32.82,44.4,32.7,44.58Zm2.24-1.76a1.84,1.84,0,0,0,.26,1.62,3.08,3.08,0,0,0-1.55.33C33.57,44.34,34.17,43.57,34.94,42.82Z' %3e%3c/path%3e%3cpolygon points='30.06 18.39 29.23 17.39 28.41 18.39 29.23 19.37 30.06 18.39' %3e%3c/polygon%3e%3cpath d='M27.42,28.73h0a2.63,2.63,0,0,1,2.42-.45,3.65,3.65,0,0,0-1.61-.94A1.76,1.76,0,0,0,27.42,28.73Z' %3e%3c/path%3e%3cpath d='M57.87,31.77a3.91,3.91,0,0,0,1.63-5,.08.08,0,0,0-.11,0h0a16.21,16.21,0,0,1-8.3,4.88,2.69,2.69,0,0,0-.07-.74,20.76,20.76,0,0,0,5.67-4.22c1.64-2.1,1.49-4.78-.07-6.15h-.06c-.55.8-5.14,8.24-10.2,11.46l-.18.12a.24.24,0,0,0-.06.32l.06.06a2.85,2.85,0,0,1,.94,2.08,3,3,0,0,1-2.53,2.86,5.87,5.87,0,0,1-2.82-.24.07.07,0,0,0-.09,0h0v4.5a.07.07,0,0,0,.14,0,3.5,3.5,0,0,1,3.28-2,11.38,11.38,0,0,0,.76,2.74l2.76.29a6.14,6.14,0,0,1-2-3.28c.2-.07.4-.16.6-.25a8.69,8.69,0,0,0,3.07,3.13c1.67.79,3.19.41,3.87-.76a.07.07,0,0,0,0-.09h0c-1-.08-4.19-1-5.54-3.2A4.57,4.57,0,0,0,49,37.9a11.72,11.72,0,0,0,4.83,2.22c1.67.23,3.56-.31,3.61-2.25a.08.08,0,0,0-.08-.07c-.59,0-4.52.21-7.32-1.4l.27-.56s4.23,1,6.23.67a3.25,3.25,0,0,0,3-3.5s0-.11,0-.16a.07.07,0,0,0-.07-.07h0a15.29,15.29,0,0,1-8.51,1.33,4.52,4.52,0,0,1,.12-.64A20.24,20.24,0,0,0,57.87,31.77Z' %3e%3c/path%3e%3cpath d='M52.33,49.74a.21.21,0,0,1,0-.11c-.07.06-.26,0-.26,0a.4.4,0,0,1-.2-.18c-.22.31-.53.9-.33,1.29a1.72,1.72,0,0,0,.67-.72A1.39,1.39,0,0,0,52.33,49.74Z' %3e%3c/path%3e%3cpath d='M54.24,50.45a.27.27,0,0,1-.3,0,.75.75,0,0,1-.16-.15l-.1.06-.12.47a4.5,4.5,0,0,0,0,2,2.49,2.49,0,0,0,.22-.43c.09-.29.26-1.16.26-1.16Z' %3e%3c/path%3e%3cpath d='M53.27,50.31A.58.58,0,0,1,53,50l-.07.3a2.81,2.81,0,0,0,0,1.81,1.91,1.91,0,0,0,.35-.58c0-.06.33-1.15.33-1.15A.35.35,0,0,1,53.27,50.31Z' %3e%3c/path%3e%3cpath d='M52.61,50.05a.44.44,0,0,1-.25-.27s-.13.48-.15.51a1.62,1.62,0,0,0,0,1.36A4.42,4.42,0,0,0,53,50,.33.33,0,0,1,52.61,50.05Z' %3e%3c/path%3e%3cpath d='M54.43,50.27a.26.26,0,0,1-.11.14c0,.13-.2,1-.2,1-.13.67-.21,2,.1,2.33a5,5,0,0,0,.4-1.66l.14-1.52A.92.92,0,0,1,54.43,50.27Z' %3e%3c/path%3e%3cpath d='M54.85,50.58l-.16,1.66A4,4,0,0,0,55,54.3a1,1,0,0,0,.22-.48,2.66,2.66,0,0,0,.07-.39l.1-1.35.11-1.79A.6.6,0,0,1,54.85,50.58Z' %3e%3c/path%3e%3cpath d='M55.91,49.75c-.16-.3-.27-.68-.59-.84a1,1,0,0,0-.94-.11c-.34.08-.46.45-.79.54a.83.83,0,0,1-.8-.14,1.39,1.39,0,0,1-.39-1c-.29.26-.74.71-.83.79.09.19.36.16.36.16s-.08.23.07.35a.35.35,0,0,0,.36,0,.45.45,0,0,0,.28.42.42.42,0,0,0,.41-.1s.08.33.33.41a.42.42,0,0,0,.41-.11s.16.22.3.24.27-.12.33-.29a.85.85,0,0,0,.5.39.5.5,0,0,0,.47-.22c.21-.27.13.07.14.16v1.21c0,.4,0,.69.26.88,0,0,.21.13.32.06V51.21A5.15,5.15,0,0,0,55.91,49.75Z' %3e%3c/path%3e%3cpath d='M55.47,52.27a8.36,8.36,0,0,0,0,2,3.43,3.43,0,0,0,.6,1.07V52.71S55.7,52.85,55.47,52.27Z' %3e%3c/path%3e%3cpath d='M44.86,43a3.71,3.71,0,0,0,1,.71,8.42,8.42,0,0,0,2,.18c-.55-.28-.37-.62-.37-.62Z' %3e%3c/path%3e%3cpath d='M51.22,45.3a1,1,0,0,0,0-.95c-.13-.34-.49-.49-.77-.67A5.15,5.15,0,0,0,49,43.37c-.44-.06-.88-.09-1.33-.15-.08.1,0,.29,0,.33.17.26.57.31.86.35s.8,0,1.2.08c.09,0,.44,0,.14.15a.51.51,0,0,0-.24.33h-.08c0-.13.08-.26.34-.42l-1.82,0-1.36,0a2.54,2.54,0,0,0-.39,0,1,1,0,0,0-.5.16,3.8,3.8,0,0,0,2,.51l.37.1H48a4.61,4.61,0,0,0-1.69.23c.24.33,1.62.4,2.3.34l1-.1a.24.24,0,0,1,.15-.09,1,1,0,0,1-.24-.35h-.47a2.22,2.22,0,0,0,.37-.09h.15a.78.78,0,0,0,.33.53.33.33,0,0,0-.31.31c0,.14.2.31.2.31a.44.44,0,0,0-.16.4.71.71,0,0,0,.38.38.41.41,0,0,0-.14.4c.06.23.39.32.39.32a.27.27,0,0,0,0,.35.34.34,0,0,0,.34.11.38.38,0,0,0,.12.38c.09-.09.58-.49.88-.75a1.42,1.42,0,0,1-.91-.49.84.84,0,0,1-.06-.8C50.73,45.7,51.11,45.63,51.22,45.3Z' %3e%3c/path%3e%3cpath d='M51.84,49.42a.33.33,0,0,1,0-.14s-.13.06-.33-.18A1.67,1.67,0,0,0,51,50a.82.82,0,0,0,.41-.19C51.5,49.74,51.84,49.43,51.84,49.42Z' %3e%3c/path%3e%3cpath d='M48.79,45.36s-.88.08-1.18.14a2.75,2.75,0,0,0-.45.17,4.38,4.38,0,0,0,2,.23l.48-.07.07-.1a.7.7,0,0,1-.13-.17.27.27,0,0,1,0-.3Z' %3e%3c/path%3e%3cpath d='M50.11,51.21a.24.24,0,0,0-.09.08l.34.5L50,51.67h0s.63,1.13,0,1.72-2.14.15-3.34-.38l.59-.51a1.69,1.69,0,0,0,2.69-1.33,1.57,1.57,0,0,0-.22-.81l2.94-2.55a.67.67,0,0,0,.49-.17.69.69,0,0,0,.11-.13,1.09,1.09,0,1,0-.87-1l-.14.09a.69.69,0,0,0-.22.47l-2.85,2.67a1.66,1.66,0,0,0-.92-.28,1.7,1.7,0,0,0-1.4.73,6.54,6.54,0,0,1-1-.13,1.4,1.4,0,0,1,.35-.93c.65-.59,1.7.15,1.71.16h0L47.83,49l.47.39.08-.08a.38.38,0,0,0-.08-.52c-.07,0-1.55-1.1-2.65-.1A2,2,0,0,0,45.07,50c-.91-.21-1.67-.49-1.54-.68,2.77-3.9.65-6.22-1.9-6.09v2.62A1.58,1.58,0,0,1,40,47.37H38.23a2.86,2.86,0,0,0-2.08,1.27,2.86,2.86,0,0,0-2.08-1.27H32.31a1.58,1.58,0,0,1-1.64-1.52h0V43.23c-2.55-.13-4.67,2.19-1.9,6.09.25.37-2.35,1-3.57.81a1.81,1.81,0,0,0-1.3-.54,1.87,1.87,0,0,0-.62.1L19.52,46.3a1.93,1.93,0,0,0-.26-2.3,1.86,1.86,0,0,0-2.07-.17V45.1l-1.3.13a1.85,1.85,0,0,0,.39,2,1.92,1.92,0,0,0,2.36,0l3.65,3.29a1.57,1.57,0,0,0-.12.91,1.69,1.69,0,0,0,1.34,1.33,2,2,0,0,0,1.13-.12l9.07,8.17a.62.62,0,0,0,.88,0h0v-.05a.6.6,0,0,0,0-.85l0,0-1.93-1.74.26-.29.79.71.1.09a.27.27,0,0,0,.38,0h0l.09-.09,1.23-1.37a.28.28,0,0,0,0-.4h0l-.09-.08s-.06,0-.25.21L35,56.73l-.63.7-.58-.53.65-.73a.27.27,0,0,0,0-.38h0l-.09-.09a.28.28,0,0,0-.4,0h0L32.9,56.86l-.58-.53.78-.87-.14-.2a2.05,2.05,0,0,0,.39-.49l-.1-.08a.27.27,0,0,0-.38,0h0L31.59,56.1l-.08.09a.28.28,0,0,0,0,.4h0l.09.09.79.71-.26.29-6.52-5.87a9,9,0,0,1,4.45-1.18.32.32,0,0,0,.34-.3.3.3,0,0,0,0-.16c-.72-1.72.82-3,2.41-2A5.3,5.3,0,0,1,34.73,51,12.68,12.68,0,0,0,29,54l1.5,1.5a8.28,8.28,0,0,1,4.56-3.68c0,.12.09.24.13.36a7.58,7.58,0,0,0-3.28,3.06L32,55.1c.17-.16.89-1.06,1.07-.89s.37.32.62.53c.06,0-.49.86-.44.9s.14.22.18.18l.37-.38a7.53,7.53,0,0,1,1.58-2.5l.06.59a23.1,23.1,0,0,0-.79,2.85l.2.15.45-.35.45.35s.36.36.18.72A18.49,18.49,0,0,1,34.5,59c.29.8,1.43,1.33,1.62,1.42a4.17,4.17,0,0,0,1.19-.74,6.47,6.47,0,0,1-.19-1.32,3.16,3.16,0,0,1,.28-1.25c.06-.06.16-.18.28-.29a22.88,22.88,0,0,0-.86-3.25,1.71,1.71,0,0,1,.07-.59,8.35,8.35,0,0,1,1.89,3.42h.58v-.09a3.33,3.33,0,0,1,.18-1.17,1.75,1.75,0,0,1,.48-.46,7.64,7.64,0,0,0-2.9-2.45c.08-.22.05-.15.13-.36a8,8,0,0,1,3.81,2.59,3.32,3.32,0,0,1,.8.15,2.25,2.25,0,0,1-.18-.89A1.34,1.34,0,0,1,42,53a14.48,14.48,0,0,0-4.44-2,5.34,5.34,0,0,1,1.93-2.76c1.59-1,3.13.23,2.41,2a.32.32,0,0,0,.15.43.41.41,0,0,0,.16,0,9.94,9.94,0,0,1,2.86.46,9.12,9.12,0,0,0,.28,1.38,2.12,2.12,0,0,0-3.08,2.69c-.74-.33-1.57-.56-2.11-.07a1.86,1.86,0,0,0-.2,2,1.85,1.85,0,0,0-2,.22,1.51,1.51,0,0,0-.16,1.91v.08c.11.12.2.25.35.17s.1-.36,0-.55c0,0-.3-.8.14-1.19s1.38,0,1.91.37l-2.58,2.41.07.08.07.08,2.67-2.31c.29.56.63,1.53.17,1.94s-1.19,0-1.2,0c-.17-.11-.43-.22-.54,0s0,.24.13.37l.07.06a1.53,1.53,0,0,0,1.92,0,1.84,1.84,0,0,0,.42-1.93,1.9,1.9,0,0,0,2,0c.53-.49.4-1.34.15-2.11A2.32,2.32,0,0,0,46,56.59a2.37,2.37,0,0,0,.57-2.66c1.19.47,2.94.91,3.81.12,1.11-1,.21-2.58.17-2.65A.38.38,0,0,0,50.11,51.21Zm-9.17,6.26c-.35-.75-.54-1.58-.27-1.83s1.19.13,1.77.43Zm2.05.74c-.28.25-1.08,0-1.8-.46l1.55-1.34c.26.59.55,1.53.26,1.8Zm.21-4.94c.16-.17.79-.64,2.21,0l-2.26,2.11C42.65,54.08,42.93,53.55,43.2,53.27Zm2.41,2.67c-.31.24-.86.47-2.14-.16l2.34-2C46.33,55.23,45.79,55.8,45.61,55.94Zm.56-3.36a9.83,9.83,0,0,1-.29-1.19,5.12,5.12,0,0,1,.73.39c0,.09.08.18.13.27Z' %3e%3c/path%3e%3cpath d='M49.59,46.57h.31a.6.6,0,0,1-.3-.29.34.34,0,0,1,0-.34s-1.11.17-1.18.21a2,2,0,0,0-.61.28A2.79,2.79,0,0,0,49.59,46.57Z' %3e%3c/path%3e%3cpath d='M49.51,47.3l.52-.1a.46.46,0,0,1-.24-.27.37.37,0,0,1,.07-.35,4.43,4.43,0,0,0-1.69.55A1.52,1.52,0,0,0,49.51,47.3Z' %3e%3c/path%3e%3cpath d='M50.48,47.77h-.14l-.47.39c-.08.08-.23.24-.23.38a1.56,1.56,0,0,0,1-.4C50.4,47.89,50.48,47.77,50.48,47.77Z' %3e%3c/path%3e%3cpath d='M50.29,47.73c-.12-.06-.17-.13-.17-.22a.39.39,0,0,1,.06-.26h-.1a2,2,0,0,0-.33.09,1.75,1.75,0,0,0-.78.59A1.47,1.47,0,0,0,50.29,47.73Z' %3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.questions__link .icon.scale-up {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.22 74.37'%3e%3cg fill='%230066B3'%3e%3cpath d='M39,62.3a1,1,0,0,1-1-1,1,1,0,0,1,.15-.53c3.62-5.83,6.92-8.88,9.81-9.08a3.5,3.5,0,0,1,2.9,1.08A1,1,0,0,1,51,53.94l-2.41,3.81a1,1,0,0,1-.42.37L39.45,62.2A1,1,0,0,1,39,62.3Zm9.25-8.62H48c-1,.1-3.09,1-6.18,5.16L47,56.44l1.71-2.71a2.12,2.12,0,0,0-.44,0ZM32.39,62.3h-6.7a1,1,0,1,1,0-2h6.7a1,1,0,0,1,0,2Z'%3e%3c/path%3e%3cpath d='M23.34,74.37H3.08v-2H23.34c2.88,0,14.51-4.83,18.84-6.73l12.67-8a2,2,0,0,0-.74-.59c-.86-.38-2.13-.21-3.67.5C45.38,59.91,39.14,63,39.08,63a1,1,0,0,1-.45.1H31.38a1,1,0,1,1,0-2c2.12,0,3.61-.44,4.3-1.27a1.83,1.83,0,0,0,.36-.69H23.23c-2.42,0-5,2.58-5.74,3.58a1,1,0,0,1-.79.38H3.08v-2H16.23c.94-1.07,3.77-4,7-4H37.07a1,1,0,0,1,1,.78,3.9,3.9,0,0,1-.79,3.14H38.4c1.14-.56,6.64-3.28,11.2-5.4,2.14-1,3.94-1.16,5.38-.49a4.12,4.12,0,0,1,2.15,2.49,1,1,0,0,1-.44,1.1l-13.5,8.51-.13.06C41.44,68.15,27.18,74.37,23.34,74.37Z'%3e%3c/path%3e%3cpath d='M39.78,20.2V48.48a1,1,0,0,0,1,1h7.8a1,1,0,0,0,1-1V12.94l-6.75,4.91ZM27.46,29.92V48.48a1,1,0,0,0,1,1h7.8a1,1,0,0,0,1-1V22.25Zm-12.32-5V48.48a1,1,0,0,0,1,1h7.8a1,1,0,0,0,1-1V30ZM2.81,35.64V48.48a1,1,0,0,0,1,1h7.8a1,1,0,0,0,1-1V26.82Z'%3e%3c/path%3e%3cpolygon points='2.66 32.69 0 29.7 13.51 17.64 25.88 23.39 53.67 1.17 56.17 4.29 26.44 28.06 14.21 22.38 2.66 32.69'%3e%3c/polygon%3e%3cpolygon points='55.45 12.79 51.49 12.2 52.63 4.56 44.93 3.99 45.22 0 57.22 0.9 55.45 12.79'%3e%3c/polygon%3e%3c/g%3e%3c/svg%3e");
}

.questions__wrapper:hover .questions__link .icon.scale-up {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.22 74.37'%3e%3cg fill='%23f15a22'%3e%3cpath d='M39,62.3a1,1,0,0,1-1-1,1,1,0,0,1,.15-.53c3.62-5.83,6.92-8.88,9.81-9.08a3.5,3.5,0,0,1,2.9,1.08A1,1,0,0,1,51,53.94l-2.41,3.81a1,1,0,0,1-.42.37L39.45,62.2A1,1,0,0,1,39,62.3Zm9.25-8.62H48c-1,.1-3.09,1-6.18,5.16L47,56.44l1.71-2.71a2.12,2.12,0,0,0-.44,0ZM32.39,62.3h-6.7a1,1,0,1,1,0-2h6.7a1,1,0,0,1,0,2Z'%3e%3c/path%3e%3cpath d='M23.34,74.37H3.08v-2H23.34c2.88,0,14.51-4.83,18.84-6.73l12.67-8a2,2,0,0,0-.74-.59c-.86-.38-2.13-.21-3.67.5C45.38,59.91,39.14,63,39.08,63a1,1,0,0,1-.45.1H31.38a1,1,0,1,1,0-2c2.12,0,3.61-.44,4.3-1.27a1.83,1.83,0,0,0,.36-.69H23.23c-2.42,0-5,2.58-5.74,3.58a1,1,0,0,1-.79.38H3.08v-2H16.23c.94-1.07,3.77-4,7-4H37.07a1,1,0,0,1,1,.78,3.9,3.9,0,0,1-.79,3.14H38.4c1.14-.56,6.64-3.28,11.2-5.4,2.14-1,3.94-1.16,5.38-.49a4.12,4.12,0,0,1,2.15,2.49,1,1,0,0,1-.44,1.1l-13.5,8.51-.13.06C41.44,68.15,27.18,74.37,23.34,74.37Z'%3e%3c/path%3e%3cpath d='M39.78,20.2V48.48a1,1,0,0,0,1,1h7.8a1,1,0,0,0,1-1V12.94l-6.75,4.91ZM27.46,29.92V48.48a1,1,0,0,0,1,1h7.8a1,1,0,0,0,1-1V22.25Zm-12.32-5V48.48a1,1,0,0,0,1,1h7.8a1,1,0,0,0,1-1V30ZM2.81,35.64V48.48a1,1,0,0,0,1,1h7.8a1,1,0,0,0,1-1V26.82Z'%3e%3c/path%3e%3cpolygon points='2.66 32.69 0 29.7 13.51 17.64 25.88 23.39 53.67 1.17 56.17 4.29 26.44 28.06 14.21 22.38 2.66 32.69'%3e%3c/polygon%3e%3cpolygon points='55.45 12.79 51.49 12.2 52.63 4.56 44.93 3.99 45.22 0 57.22 0.9 55.45 12.79'%3e%3c/polygon%3e%3c/g%3e%3c/svg%3e");
}

.questions__link .icon.fl-Complaint {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 65.91 74.32'%3e%3cg fill='%230066B3'%3e%3cpath d='M63.94,61.26H48.23v-48a2,2,0,0,0-2-2H2a2,2,0,0,0-2,2v50a11,11,0,0,0,9.94,11,1.76,1.76,0,0,0,.46.06H54.91a11,11,0,0,0,11-11h0A2,2,0,0,0,64,61.26Zm-45.89,2a7,7,0,1,1-14,0v-48H44.23v46H20.05A2,2,0,0,0,18.05,63.26Zm36.86,7H19.52a11.11,11.11,0,0,0,2.35-5H61.65a7.05,7.05,0,0,1-6.74,5Z' %3e%3c/path%3e%3cpath d='M55.13,54.63v2.44a2,2,0,0,0,2,2h0a2,2,0,0,0,2-2V54.63l3.55-9.46a1.85,1.85,0,0,0,.13-.7V2A2,2,0,0,0,62.22.59,2,2,0,0,0,60.81,0H53.45a2,2,0,0,0-2,2V44.47a1.85,1.85,0,0,0,.13.7ZM55.45,4h3.36v.5H55.45Zm0,1.24h3.36v1.6H55.45Zm0,2.34h3.36v1.6H55.45Zm0,2.35h3.36v1.59H55.45Zm0,2.34h3.36v1.59H55.45Zm0,2.34h3.36V16.2H55.45Zm0,2.34h3.36V44.11l-1.68,4.47-1.68-4.47Z' %3e%3c/path%3e%3crect x='6.33' y='18.4' width='5.16' height='1.39' %3e%3c/rect%3e%3crect x='14.92' y='18.4' width='26.64' height='1.39' %3e%3c/rect%3e%3crect x='25.24' y='22.57' width='16.33' height='1.39' %3e%3c/rect%3e%3crect x='6.33' y='22.57' width='15.47' height='1.39' %3e%3c/rect%3e%3crect x='6.33' y='26.74' width='10.31' height='1.39' %3e%3c/rect%3e%3cpath d='M37.41,56.65a2,2,0,0,0,0-2L25.75,33.16a2,2,0,0,0-1.76-1,2.1,2.1,0,0,0-1.76,1.05L10.61,54.68a2,2,0,0,0,.73,2.73,2,2,0,0,0,1,.27H35.69A2,2,0,0,0,37.41,56.65Zm-21.68-3L24,38.31l8.33,15.32Z' %3e%3c/path%3e%3crect x='22.53' y='42.02' width='3' height='7.56' %3e%3c/rect%3e%3crect x='22.53' y='50.52' width='3' height='2.41' %3e%3c/rect%3e%3c/g%3e%3c/svg%3e");
}

.questions__wrapper:hover .questions__link .icon.fl-Complaint {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 65.91 74.32'%3e%3cg fill='%23f15a22'%3e%3cpath d='M63.94,61.26H48.23v-48a2,2,0,0,0-2-2H2a2,2,0,0,0-2,2v50a11,11,0,0,0,9.94,11,1.76,1.76,0,0,0,.46.06H54.91a11,11,0,0,0,11-11h0A2,2,0,0,0,64,61.26Zm-45.89,2a7,7,0,1,1-14,0v-48H44.23v46H20.05A2,2,0,0,0,18.05,63.26Zm36.86,7H19.52a11.11,11.11,0,0,0,2.35-5H61.65a7.05,7.05,0,0,1-6.74,5Z' %3e%3c/path%3e%3cpath d='M55.13,54.63v2.44a2,2,0,0,0,2,2h0a2,2,0,0,0,2-2V54.63l3.55-9.46a1.85,1.85,0,0,0,.13-.7V2A2,2,0,0,0,62.22.59,2,2,0,0,0,60.81,0H53.45a2,2,0,0,0-2,2V44.47a1.85,1.85,0,0,0,.13.7ZM55.45,4h3.36v.5H55.45Zm0,1.24h3.36v1.6H55.45Zm0,2.34h3.36v1.6H55.45Zm0,2.35h3.36v1.59H55.45Zm0,2.34h3.36v1.59H55.45Zm0,2.34h3.36V16.2H55.45Zm0,2.34h3.36V44.11l-1.68,4.47-1.68-4.47Z' %3e%3c/path%3e%3crect x='6.33' y='18.4' width='5.16' height='1.39' %3e%3c/rect%3e%3crect x='14.92' y='18.4' width='26.64' height='1.39' %3e%3c/rect%3e%3crect x='25.24' y='22.57' width='16.33' height='1.39' %3e%3c/rect%3e%3crect x='6.33' y='22.57' width='15.47' height='1.39' %3e%3c/rect%3e%3crect x='6.33' y='26.74' width='10.31' height='1.39' %3e%3c/rect%3e%3cpath d='M37.41,56.65a2,2,0,0,0,0-2L25.75,33.16a2,2,0,0,0-1.76-1,2.1,2.1,0,0,0-1.76,1.05L10.61,54.68a2,2,0,0,0,.73,2.73,2,2,0,0,0,1,.27H35.69A2,2,0,0,0,37.41,56.65Zm-21.68-3L24,38.31l8.33,15.32Z' %3e%3c/path%3e%3crect x='22.53' y='42.02' width='3' height='7.56' %3e%3c/rect%3e%3crect x='22.53' y='50.52' width='3' height='2.41' %3e%3c/rect%3e%3c/g%3e%3c/svg%3e");
}


.questions__link .icon.fl-Residency {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59.32 74.86' %3e%3cg%3e%3cpath d='M22.58,74.88a2,2,0,0,1-1.77-1.07C20,72.19,0,34.06,0,22.42A22.61,22.61,0,0,1,39,7.06L36.1,9.81A18.62,18.62,0,0,0,4,22.42c0,8,12.11,33.42,18.58,46.1,3-6,9.33-18.66,13.75-29.63L40,40.38C34,55.44,24.45,73.62,24.35,73.81A2,2,0,0,1,22.58,74.88Z' transform='translate(0 -0.02)' stroke='none' fill='%230066B3'%3e%3c/path%3e%3cpolygon points='22.58 12.99 59.32 9.78 59.32 17.98 22.58 21.19 22.58 12.99' stroke='none' fill='%23e6e7e8'%3e%3c/polygon%3e%3cpolygon points='22.58 21.19 59.32 17.98 59.32 26.18 22.58 29.39 22.58 21.19' stroke='none' fill='%230066b3'%3e%3c/polygon%3e%3cpolygon points='22.58 29.22 59.32 26 59.32 34.2 22.58 37.42 22.58 29.22' stroke='none' fill='%23ec5749'%3e%3c/polygon%3e%3c/g%3e%3c/svg%3e ");
}



.questions__wrapper:hover .questions__link .icon.fl-Residency {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59.32 74.86' %3e%3cg%3e%3cpath d='M22.58,74.88a2,2,0,0,1-1.77-1.07C20,72.19,0,34.06,0,22.42A22.61,22.61,0,0,1,39,7.06L36.1,9.81A18.62,18.62,0,0,0,4,22.42c0,8,12.11,33.42,18.58,46.1,3-6,9.33-18.66,13.75-29.63L40,40.38C34,55.44,24.45,73.62,24.35,73.81A2,2,0,0,1,22.58,74.88Z' transform='translate(0 -0.02)' stroke='none' fill='%23F15A22'%3e%3c/path%3e%3cpolygon points='22.58 12.99 59.32 9.78 59.32 17.98 22.58 21.19 22.58 12.99' stroke='none' fill='%23e6e7e8'%3e%3c/polygon%3e%3cpolygon points='22.58 21.19 59.32 17.98 59.32 26.18 22.58 29.39 22.58 21.19' stroke='none' fill='%230066b3'%3e%3c/polygon%3e%3cpolygon points='22.58 29.22 59.32 26 59.32 34.2 22.58 37.42 22.58 29.22' stroke='none' fill='%23ec5749'%3e%3c/polygon%3e%3c/g%3e%3c/svg%3e ");
}

.questions__link .icon.lot-question {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.31 77.06'%3e%3cg fill='%230066B3'%3e%3cpath d='M33,77.05H21.28a2,2,0,0,1-2-2V63.78a2,2,0,0,1,2-2H33a2,2,0,0,1,2,2V75.05A2,2,0,0,1,33,77.05Zm-9.69-4H31V65.78H23.28Zm9.77-14.39H21.2a2,2,0,0,1-2-2V53.87a28.63,28.63,0,0,1,.59-6.26,18,18,0,0,1,2.4-5.48c.76-1.26,1.56-2.54,2.37-3.76S26,36.08,26.64,35a19.52,19.52,0,0,0,1.41-2.91,6.72,6.72,0,0,0,.46-2.39,4.24,4.24,0,0,0-.15-1,2.77,2.77,0,0,0-.41-.91,2.43,2.43,0,0,0-.75-.64,3,3,0,0,0-3.4.76c-.36.39-1,1.46-1,4.2a2,2,0,0,1-.7,1.48,2.05,2.05,0,0,1-1.58.46c-1.94-.28-3.9-.52-5.85-.71s-4-.41-6-.64A2,2,0,0,1,6.9,30.59a21.93,21.93,0,0,1,1.92-8,19,19,0,0,1,4.26-6,18.18,18.18,0,0,1,6.09-3.71,20.89,20.89,0,0,1,7.34-1.27c6.07,0,10.79,1.7,14,5.06h0c3.21,3.34,4.83,7.78,4.83,13.2a18.32,18.32,0,0,1-1.06,6.8,25.84,25.84,0,0,1-2.55,4.82c-.75,1.1-1.56,2.2-2.41,3.27a33.31,33.31,0,0,0-2.14,3,17.55,17.55,0,0,0-1.59,3.15A9.13,9.13,0,0,0,35,54.18v2.54a2,2,0,0,1-2,1.94Zm-9.85-4h7.85v-.54a13,13,0,0,1,.85-4.7,22.22,22.22,0,0,1,1.94-3.87,37.78,37.78,0,0,1,2.4-3.35c.78-1,1.53-2,2.21-3a21.31,21.31,0,0,0,2.15-4.06,14.78,14.78,0,0,0,.78-5.32c0-4.41-1.21-7.82-3.71-10.43s-6.2-3.83-11.14-3.83a17,17,0,0,0-6,1,14.19,14.19,0,0,0-4.76,2.89,15.42,15.42,0,0,0-3.36,4.72,16.83,16.83,0,0,0-1.35,4.71c1.31.15,2.63.28,3.93.41s2.6.28,3.9.45a8.43,8.43,0,0,1,1.91-4.59,7,7,0,0,1,8.35-1.49,6.45,6.45,0,0,1,2,1.82,7,7,0,0,1,1,2.23,8.38,8.38,0,0,1,.27,2,10.89,10.89,0,0,1-.71,3.79A24.38,24.38,0,0,1,30,37c-.65,1.11-1.39,2.29-2.2,3.52S26.35,43,25.6,44.23a14.26,14.26,0,0,0-1.91,4.29,24,24,0,0,0-.49,5.35Z' %3e%3c/path%3e%3cpath d='M51.66,72.86h-4a1,1,0,0,1-1-1V68a1,1,0,0,1,1-1h4a1,1,0,0,1,1,1v3.87A1,1,0,0,1,51.66,72.86Zm-3-2h2V69h-2Zm3-4.31h-4a1,1,0,0,1-1-1v-1a10.31,10.31,0,0,1,.21-2.22,6.61,6.61,0,0,1,.87-2c.26-.44.54-.88.82-1.3s.49-.76.7-1.13a6.29,6.29,0,0,0,.46-.94,2,2,0,0,0,.14-.72,1.22,1.22,0,0,0,0-.27.62.62,0,0,0-.1-.22.48.48,0,0,0-.16-.12h0a.71.71,0,0,0-.29,0,.56.56,0,0,0-.48.22c-.06.07-.26.35-.27,1.24a1,1,0,0,1-.36.74,1,1,0,0,1-.78.23c-.67-.1-1.34-.18-2-.24l-2.05-.22a1,1,0,0,1-.88-1.06,8,8,0,0,1,.69-2.88,6.93,6.93,0,0,1,1.53-2.14,6.57,6.57,0,0,1,2.19-1.33,7.59,7.59,0,0,1,2.63-.46,6.7,6.7,0,0,1,5,1.83h0a7.49,7.49,0,0,1,1.36,7.2,9.44,9.44,0,0,1-.91,1.72c-.26.39-.55.77-.84,1.14a10,10,0,0,0-.71,1,5.27,5.27,0,0,0-.52,1,2.85,2.85,0,0,0-.18,1v.88a1,1,0,0,1-.95,1h-.08Zm-3.07-2h2.07A4.9,4.9,0,0,1,51,63a8.13,8.13,0,0,1,.7-1.38,14,14,0,0,1,.84-1.18c.26-.33.51-.67.74-1A6.47,6.47,0,0,0,54,58a5,5,0,0,0,.25-1.71A4.6,4.6,0,0,0,53.05,53a4.76,4.76,0,0,0-3.6-1.22,5.52,5.52,0,0,0-1.93.33A4.75,4.75,0,0,0,46,53a5,5,0,0,0-1.08,1.52,5.18,5.18,0,0,0-.39,1.21l1,.11,1,.11a2.93,2.93,0,0,1,.68-1.43,2.56,2.56,0,0,1,2-.88,2.48,2.48,0,0,1,1.3.31,2.49,2.49,0,0,1,1.19,1.58,3.86,3.86,0,0,1,.1.76,3.81,3.81,0,0,1-.27,1.42A8.32,8.32,0,0,1,51,59c-.23.4-.49.8-.76,1.23s-.53.81-.79,1.24a4.64,4.64,0,0,0-.62,1.38,8.15,8.15,0,0,0-.21,1.7Z' %3e%3c/path%3e%3cpath d='M9.25,58.64h-4a1,1,0,0,1-1-1V53.77a1,1,0,0,1,1-1h4a1,1,0,0,1,1,1v3.87A1,1,0,0,1,9.25,58.64Zm-3-2h2V54.77h-2Zm3-4.31h-4a1,1,0,0,1-1-1v-1a9.73,9.73,0,0,1,.22-2.22,7,7,0,0,1,.86-2c.27-.45.54-.89.82-1.3s.49-.77.71-1.13a6,6,0,0,0,.45-1A2,2,0,0,0,7.41,42a.66.66,0,0,0,0-.28.62.62,0,0,0-.1-.22.44.44,0,0,0-.15-.12h0a.71.71,0,0,0-.29,0,.58.58,0,0,0-.49.22c-.06.07-.25.35-.27,1.24a1,1,0,0,1-1.14,1c-.67-.09-1.34-.18-2-.24l-2-.22a1,1,0,0,1-1-1,8,8,0,0,1,.69-2.87,6.69,6.69,0,0,1,1.54-2.14A6.32,6.32,0,0,1,4.42,36a7.59,7.59,0,0,1,2.63-.46,6.67,6.67,0,0,1,5,1.84h0a6.58,6.58,0,0,1,1.75,4.74,6.84,6.84,0,0,1-.39,2.45,8.58,8.58,0,0,1-.91,1.72q-.39.59-.84,1.14c-.25.32-.49.66-.71,1a6.33,6.33,0,0,0-.52,1,2.85,2.85,0,0,0-.18,1v.87a1,1,0,0,1-1,1h0Zm-3.07-2H8.29a4.6,4.6,0,0,1,.31-1.6,7.41,7.41,0,0,1,.69-1.38,14,14,0,0,1,.84-1.18c.26-.33.51-.67.75-1a6.84,6.84,0,0,0,.7-1.34,4.53,4.53,0,0,0,.25-1.71,4.61,4.61,0,0,0-1.19-3.36,4.74,4.74,0,0,0-3.59-1.22,5.57,5.57,0,0,0-1.94.33,4.91,4.91,0,0,0-1.53.93A5.22,5.22,0,0,0,2.5,40.31a4.73,4.73,0,0,0-.38,1.21l1,.11a4,4,0,0,1,1,.12,3,3,0,0,1,.68-1.44,2.64,2.64,0,0,1,2-.88,2.43,2.43,0,0,1,2.08,1,2.55,2.55,0,0,1,.4.87,2.86,2.86,0,0,1,.1.77,4,4,0,0,1-.26,1.41,8.49,8.49,0,0,1-.61,1.25c-.23.4-.48.8-.76,1.23s-.53.81-.79,1.24a4.43,4.43,0,0,0-.61,1.39,7.81,7.81,0,0,0-.14,1.74Z' %3e%3c/path%3e%3cpath d='M51.66,23.1h-4a1,1,0,0,1-1-1V18.24a1,1,0,0,1,1-1h4a1,1,0,0,1,1,1V22.1A1,1,0,0,1,51.66,23.1Zm-3-2h2V19.24h-2Zm3-4.31h-4a1,1,0,0,1-1-1v-.95a10.31,10.31,0,0,1,.21-2.22,6.61,6.61,0,0,1,.87-2c.26-.44.54-.88.82-1.3s.49-.76.7-1.13a6,6,0,0,0,.46-1,2,2,0,0,0,.14-.71,1.31,1.31,0,0,0,0-.28.51.51,0,0,0-.1-.21.65.65,0,0,0-.16-.13h0a.71.71,0,0,0-.29,0,.59.59,0,0,0-.48.23c-.06.06-.26.35-.27,1.24a1,1,0,0,1-1.15,1c-.66-.1-1.33-.18-2-.25S44,7.94,43.29,7.86a1,1,0,0,1-.88-1.05,7.75,7.75,0,0,1,.69-2.88A6.53,6.53,0,0,1,46.82.45,7.58,7.58,0,0,1,49.45,0a6.74,6.74,0,0,1,5,1.83h0A6.62,6.62,0,0,1,56.2,6.58,6.64,6.64,0,0,1,55.85,9a9.35,9.35,0,0,1-.91,1.71c-.26.39-.55.78-.84,1.14a10,10,0,0,0-.71,1,5.27,5.27,0,0,0-.52,1,2.85,2.85,0,0,0-.18,1v.87a1,1,0,0,1-.93,1.07h-.1Zm-3.07-2h2.07A4.81,4.81,0,0,1,51,13.2a7.87,7.87,0,0,1,.7-1.39,12.4,12.4,0,0,1,.84-1.17c.26-.33.51-.67.74-1A6.72,6.72,0,0,0,54,8.29a5,5,0,0,0,.25-1.71,4.61,4.61,0,0,0-1.19-3.36A4.78,4.78,0,0,0,49.45,2a5.52,5.52,0,0,0-1.93.33A4.58,4.58,0,0,0,46,3.26a4.64,4.64,0,0,0-1.08,1.52A5.28,5.28,0,0,0,44.52,6l1,.1,1,.12a3,3,0,0,1,.68-1.44,2.64,2.64,0,0,1,2-.88,2.68,2.68,0,0,1,1.3.31,2.49,2.49,0,0,1,1.19,1.58,4,4,0,0,1,.1.77A4.2,4.2,0,0,1,51.55,8,7.85,7.85,0,0,1,51,9.22c-.23.39-.49.8-.76,1.22s-.53.82-.79,1.25a4.64,4.64,0,0,0-.62,1.38,8.26,8.26,0,0,0-.21,1.72Z' %3e%3c/path%3e%3cpath d='M12,15.34H9.75a.52.52,0,0,1-.5-.5V12.71a.5.5,0,0,1,.5-.5H12a.5.5,0,0,1,.5.5v2.13A.5.5,0,0,1,12,15.34Zm-1.71-1H11.5V13.21H10.25ZM12,11.86H9.74a.5.5,0,0,1-.5-.5v-.53a5.45,5.45,0,0,1,.11-1.21,3.79,3.79,0,0,1,.47-1.07l.45-.71.39-.63a3.71,3.71,0,0,0,.26-.53A1.15,1.15,0,0,0,11,6.27V6.1a.28.28,0,0,0-.09-.1.28.28,0,0,0-.1-.09.49.49,0,0,0-.49.11c-.05,0-.15.22-.16.72a.5.5,0,0,1-.58.48c-.37,0-.73-.1-1.09-.13L7.36,7a.49.49,0,0,1-.44-.53A4.29,4.29,0,0,1,7.29,4.9a3.68,3.68,0,0,1,.83-1.16A3.78,3.78,0,0,1,9.31,3a4.34,4.34,0,0,1,1.43-.24,3.61,3.61,0,0,1,2.74,1,3.57,3.57,0,0,1,.95,2.58,3.78,3.78,0,0,1-.21,1.33,4.63,4.63,0,0,1-.5.93,7.26,7.26,0,0,1-.46.63c-.14.18-.27.37-.39.56a2.55,2.55,0,0,0-.29.57,1.59,1.59,0,0,0-.1.57v.48A.5.5,0,0,1,12,11.86Zm-1.74-1H11.5a2.81,2.81,0,0,1,.16-.91A5.07,5.07,0,0,1,12,9.2c.15-.23.3-.44.46-.65A4.53,4.53,0,0,0,12.89,8a3.53,3.53,0,0,0,.4-.74,2.61,2.61,0,0,0,.14-1,2.59,2.59,0,0,0-.67-1.89,2.67,2.67,0,0,0-2-.68,3.31,3.31,0,0,0-1.08.18,2.79,2.79,0,0,0-.86.52,2.72,2.72,0,0,0-.6.86A2.81,2.81,0,0,0,8,6l.62.06.62.07a1.55,1.55,0,0,1,.37-.81A1.48,1.48,0,0,1,11.31,5a1.34,1.34,0,0,1,.63.84,1.4,1.4,0,0,1,.06.41,2,2,0,0,1-.15.76,4.37,4.37,0,0,1-.33.69c-.12.21-.26.44-.42.67l-.43.69a2.78,2.78,0,0,0-.34.77,4.19,4.19,0,0,0-.09,1Z' %3e%3c/path%3e%3cpath d='M53.77,42.2H51.56a.5.5,0,0,1-.5-.5V39.57a.5.5,0,0,1,.5-.5h2.21a.5.5,0,0,1,.5.5V41.7A.52.52,0,0,1,53.77,42.2Zm-1.71-1h1.21V40.07H52.06Zm1.72-2.48H51.54a.5.5,0,0,1-.5-.5V37.7a5,5,0,0,1,.12-1.22,3.79,3.79,0,0,1,.47-1.07l.45-.71.39-.63a3.71,3.71,0,0,0,.26-.53,1.14,1.14,0,0,0,.07-.41.49.49,0,0,0,0-.17.34.34,0,0,0-.06-.12.43.43,0,0,0-.1-.09.51.51,0,0,0-.5.11,1.21,1.21,0,0,0-.16.72.53.53,0,0,1-.17.37.52.52,0,0,1-.4.11c-.37-.05-.73-.1-1.1-.13l-1.12-.12a.51.51,0,0,1-.45-.53,4.46,4.46,0,0,1,.38-1.57A3.68,3.68,0,0,1,50,30.55a3.45,3.45,0,0,1,1.19-.72,4.1,4.1,0,0,1,1.43-.25,3.65,3.65,0,0,1,2.74,1,3.5,3.5,0,0,1,.69,3.9,4.63,4.63,0,0,1-.5.93A7.26,7.26,0,0,1,55,36c-.14.18-.27.36-.4.55a3.92,3.92,0,0,0-.29.58,1.85,1.85,0,0,0-.1.57v.48A.51.51,0,0,1,53.78,38.72Zm-1.74-1h1.24a2.82,2.82,0,0,1,.17-.91,4.4,4.4,0,0,1,.38-.75c.14-.22.3-.43.46-.64s.28-.37.41-.56a4.51,4.51,0,0,0,.4-.75,3.18,3.18,0,0,0-.53-2.89h0a2.68,2.68,0,0,0-2-.68,3.31,3.31,0,0,0-1.08.18,2.61,2.61,0,0,0-.86.52,2.82,2.82,0,0,0-.83,1.59l.61.06L51,33a1.55,1.55,0,0,1,.37-.81,1.5,1.5,0,0,1,1.73-.31,1.69,1.69,0,0,1,.42.38,1.37,1.37,0,0,1,.21.46,1.41,1.41,0,0,1,0,.41,2,2,0,0,1-.14.76,4.37,4.37,0,0,1-.33.69c-.13.21-.26.44-.42.67s-.29.45-.43.69a2.81,2.81,0,0,0-.35.77,4.19,4.19,0,0,0-.09,1Z' %3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.questions__wrapper:hover .questions__link .icon.lot-question {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.31 77.06'%3e%3cg fill='%23f15a22'%3e%3cpath d='M33,77.05H21.28a2,2,0,0,1-2-2V63.78a2,2,0,0,1,2-2H33a2,2,0,0,1,2,2V75.05A2,2,0,0,1,33,77.05Zm-9.69-4H31V65.78H23.28Zm9.77-14.39H21.2a2,2,0,0,1-2-2V53.87a28.63,28.63,0,0,1,.59-6.26,18,18,0,0,1,2.4-5.48c.76-1.26,1.56-2.54,2.37-3.76S26,36.08,26.64,35a19.52,19.52,0,0,0,1.41-2.91,6.72,6.72,0,0,0,.46-2.39,4.24,4.24,0,0,0-.15-1,2.77,2.77,0,0,0-.41-.91,2.43,2.43,0,0,0-.75-.64,3,3,0,0,0-3.4.76c-.36.39-1,1.46-1,4.2a2,2,0,0,1-.7,1.48,2.05,2.05,0,0,1-1.58.46c-1.94-.28-3.9-.52-5.85-.71s-4-.41-6-.64A2,2,0,0,1,6.9,30.59a21.93,21.93,0,0,1,1.92-8,19,19,0,0,1,4.26-6,18.18,18.18,0,0,1,6.09-3.71,20.89,20.89,0,0,1,7.34-1.27c6.07,0,10.79,1.7,14,5.06h0c3.21,3.34,4.83,7.78,4.83,13.2a18.32,18.32,0,0,1-1.06,6.8,25.84,25.84,0,0,1-2.55,4.82c-.75,1.1-1.56,2.2-2.41,3.27a33.31,33.31,0,0,0-2.14,3,17.55,17.55,0,0,0-1.59,3.15A9.13,9.13,0,0,0,35,54.18v2.54a2,2,0,0,1-2,1.94Zm-9.85-4h7.85v-.54a13,13,0,0,1,.85-4.7,22.22,22.22,0,0,1,1.94-3.87,37.78,37.78,0,0,1,2.4-3.35c.78-1,1.53-2,2.21-3a21.31,21.31,0,0,0,2.15-4.06,14.78,14.78,0,0,0,.78-5.32c0-4.41-1.21-7.82-3.71-10.43s-6.2-3.83-11.14-3.83a17,17,0,0,0-6,1,14.19,14.19,0,0,0-4.76,2.89,15.42,15.42,0,0,0-3.36,4.72,16.83,16.83,0,0,0-1.35,4.71c1.31.15,2.63.28,3.93.41s2.6.28,3.9.45a8.43,8.43,0,0,1,1.91-4.59,7,7,0,0,1,8.35-1.49,6.45,6.45,0,0,1,2,1.82,7,7,0,0,1,1,2.23,8.38,8.38,0,0,1,.27,2,10.89,10.89,0,0,1-.71,3.79A24.38,24.38,0,0,1,30,37c-.65,1.11-1.39,2.29-2.2,3.52S26.35,43,25.6,44.23a14.26,14.26,0,0,0-1.91,4.29,24,24,0,0,0-.49,5.35Z' %3e%3c/path%3e%3cpath d='M51.66,72.86h-4a1,1,0,0,1-1-1V68a1,1,0,0,1,1-1h4a1,1,0,0,1,1,1v3.87A1,1,0,0,1,51.66,72.86Zm-3-2h2V69h-2Zm3-4.31h-4a1,1,0,0,1-1-1v-1a10.31,10.31,0,0,1,.21-2.22,6.61,6.61,0,0,1,.87-2c.26-.44.54-.88.82-1.3s.49-.76.7-1.13a6.29,6.29,0,0,0,.46-.94,2,2,0,0,0,.14-.72,1.22,1.22,0,0,0,0-.27.62.62,0,0,0-.1-.22.48.48,0,0,0-.16-.12h0a.71.71,0,0,0-.29,0,.56.56,0,0,0-.48.22c-.06.07-.26.35-.27,1.24a1,1,0,0,1-.36.74,1,1,0,0,1-.78.23c-.67-.1-1.34-.18-2-.24l-2.05-.22a1,1,0,0,1-.88-1.06,8,8,0,0,1,.69-2.88,6.93,6.93,0,0,1,1.53-2.14,6.57,6.57,0,0,1,2.19-1.33,7.59,7.59,0,0,1,2.63-.46,6.7,6.7,0,0,1,5,1.83h0a7.49,7.49,0,0,1,1.36,7.2,9.44,9.44,0,0,1-.91,1.72c-.26.39-.55.77-.84,1.14a10,10,0,0,0-.71,1,5.27,5.27,0,0,0-.52,1,2.85,2.85,0,0,0-.18,1v.88a1,1,0,0,1-.95,1h-.08Zm-3.07-2h2.07A4.9,4.9,0,0,1,51,63a8.13,8.13,0,0,1,.7-1.38,14,14,0,0,1,.84-1.18c.26-.33.51-.67.74-1A6.47,6.47,0,0,0,54,58a5,5,0,0,0,.25-1.71A4.6,4.6,0,0,0,53.05,53a4.76,4.76,0,0,0-3.6-1.22,5.52,5.52,0,0,0-1.93.33A4.75,4.75,0,0,0,46,53a5,5,0,0,0-1.08,1.52,5.18,5.18,0,0,0-.39,1.21l1,.11,1,.11a2.93,2.93,0,0,1,.68-1.43,2.56,2.56,0,0,1,2-.88,2.48,2.48,0,0,1,1.3.31,2.49,2.49,0,0,1,1.19,1.58,3.86,3.86,0,0,1,.1.76,3.81,3.81,0,0,1-.27,1.42A8.32,8.32,0,0,1,51,59c-.23.4-.49.8-.76,1.23s-.53.81-.79,1.24a4.64,4.64,0,0,0-.62,1.38,8.15,8.15,0,0,0-.21,1.7Z' %3e%3c/path%3e%3cpath d='M9.25,58.64h-4a1,1,0,0,1-1-1V53.77a1,1,0,0,1,1-1h4a1,1,0,0,1,1,1v3.87A1,1,0,0,1,9.25,58.64Zm-3-2h2V54.77h-2Zm3-4.31h-4a1,1,0,0,1-1-1v-1a9.73,9.73,0,0,1,.22-2.22,7,7,0,0,1,.86-2c.27-.45.54-.89.82-1.3s.49-.77.71-1.13a6,6,0,0,0,.45-1A2,2,0,0,0,7.41,42a.66.66,0,0,0,0-.28.62.62,0,0,0-.1-.22.44.44,0,0,0-.15-.12h0a.71.71,0,0,0-.29,0,.58.58,0,0,0-.49.22c-.06.07-.25.35-.27,1.24a1,1,0,0,1-1.14,1c-.67-.09-1.34-.18-2-.24l-2-.22a1,1,0,0,1-1-1,8,8,0,0,1,.69-2.87,6.69,6.69,0,0,1,1.54-2.14A6.32,6.32,0,0,1,4.42,36a7.59,7.59,0,0,1,2.63-.46,6.67,6.67,0,0,1,5,1.84h0a6.58,6.58,0,0,1,1.75,4.74,6.84,6.84,0,0,1-.39,2.45,8.58,8.58,0,0,1-.91,1.72q-.39.59-.84,1.14c-.25.32-.49.66-.71,1a6.33,6.33,0,0,0-.52,1,2.85,2.85,0,0,0-.18,1v.87a1,1,0,0,1-1,1h0Zm-3.07-2H8.29a4.6,4.6,0,0,1,.31-1.6,7.41,7.41,0,0,1,.69-1.38,14,14,0,0,1,.84-1.18c.26-.33.51-.67.75-1a6.84,6.84,0,0,0,.7-1.34,4.53,4.53,0,0,0,.25-1.71,4.61,4.61,0,0,0-1.19-3.36,4.74,4.74,0,0,0-3.59-1.22,5.57,5.57,0,0,0-1.94.33,4.91,4.91,0,0,0-1.53.93A5.22,5.22,0,0,0,2.5,40.31a4.73,4.73,0,0,0-.38,1.21l1,.11a4,4,0,0,1,1,.12,3,3,0,0,1,.68-1.44,2.64,2.64,0,0,1,2-.88,2.43,2.43,0,0,1,2.08,1,2.55,2.55,0,0,1,.4.87,2.86,2.86,0,0,1,.1.77,4,4,0,0,1-.26,1.41,8.49,8.49,0,0,1-.61,1.25c-.23.4-.48.8-.76,1.23s-.53.81-.79,1.24a4.43,4.43,0,0,0-.61,1.39,7.81,7.81,0,0,0-.14,1.74Z' %3e%3c/path%3e%3cpath d='M51.66,23.1h-4a1,1,0,0,1-1-1V18.24a1,1,0,0,1,1-1h4a1,1,0,0,1,1,1V22.1A1,1,0,0,1,51.66,23.1Zm-3-2h2V19.24h-2Zm3-4.31h-4a1,1,0,0,1-1-1v-.95a10.31,10.31,0,0,1,.21-2.22,6.61,6.61,0,0,1,.87-2c.26-.44.54-.88.82-1.3s.49-.76.7-1.13a6,6,0,0,0,.46-1,2,2,0,0,0,.14-.71,1.31,1.31,0,0,0,0-.28.51.51,0,0,0-.1-.21.65.65,0,0,0-.16-.13h0a.71.71,0,0,0-.29,0,.59.59,0,0,0-.48.23c-.06.06-.26.35-.27,1.24a1,1,0,0,1-1.15,1c-.66-.1-1.33-.18-2-.25S44,7.94,43.29,7.86a1,1,0,0,1-.88-1.05,7.75,7.75,0,0,1,.69-2.88A6.53,6.53,0,0,1,46.82.45,7.58,7.58,0,0,1,49.45,0a6.74,6.74,0,0,1,5,1.83h0A6.62,6.62,0,0,1,56.2,6.58,6.64,6.64,0,0,1,55.85,9a9.35,9.35,0,0,1-.91,1.71c-.26.39-.55.78-.84,1.14a10,10,0,0,0-.71,1,5.27,5.27,0,0,0-.52,1,2.85,2.85,0,0,0-.18,1v.87a1,1,0,0,1-.93,1.07h-.1Zm-3.07-2h2.07A4.81,4.81,0,0,1,51,13.2a7.87,7.87,0,0,1,.7-1.39,12.4,12.4,0,0,1,.84-1.17c.26-.33.51-.67.74-1A6.72,6.72,0,0,0,54,8.29a5,5,0,0,0,.25-1.71,4.61,4.61,0,0,0-1.19-3.36A4.78,4.78,0,0,0,49.45,2a5.52,5.52,0,0,0-1.93.33A4.58,4.58,0,0,0,46,3.26a4.64,4.64,0,0,0-1.08,1.52A5.28,5.28,0,0,0,44.52,6l1,.1,1,.12a3,3,0,0,1,.68-1.44,2.64,2.64,0,0,1,2-.88,2.68,2.68,0,0,1,1.3.31,2.49,2.49,0,0,1,1.19,1.58,4,4,0,0,1,.1.77A4.2,4.2,0,0,1,51.55,8,7.85,7.85,0,0,1,51,9.22c-.23.39-.49.8-.76,1.22s-.53.82-.79,1.25a4.64,4.64,0,0,0-.62,1.38,8.26,8.26,0,0,0-.21,1.72Z' %3e%3c/path%3e%3cpath d='M12,15.34H9.75a.52.52,0,0,1-.5-.5V12.71a.5.5,0,0,1,.5-.5H12a.5.5,0,0,1,.5.5v2.13A.5.5,0,0,1,12,15.34Zm-1.71-1H11.5V13.21H10.25ZM12,11.86H9.74a.5.5,0,0,1-.5-.5v-.53a5.45,5.45,0,0,1,.11-1.21,3.79,3.79,0,0,1,.47-1.07l.45-.71.39-.63a3.71,3.71,0,0,0,.26-.53A1.15,1.15,0,0,0,11,6.27V6.1a.28.28,0,0,0-.09-.1.28.28,0,0,0-.1-.09.49.49,0,0,0-.49.11c-.05,0-.15.22-.16.72a.5.5,0,0,1-.58.48c-.37,0-.73-.1-1.09-.13L7.36,7a.49.49,0,0,1-.44-.53A4.29,4.29,0,0,1,7.29,4.9a3.68,3.68,0,0,1,.83-1.16A3.78,3.78,0,0,1,9.31,3a4.34,4.34,0,0,1,1.43-.24,3.61,3.61,0,0,1,2.74,1,3.57,3.57,0,0,1,.95,2.58,3.78,3.78,0,0,1-.21,1.33,4.63,4.63,0,0,1-.5.93,7.26,7.26,0,0,1-.46.63c-.14.18-.27.37-.39.56a2.55,2.55,0,0,0-.29.57,1.59,1.59,0,0,0-.1.57v.48A.5.5,0,0,1,12,11.86Zm-1.74-1H11.5a2.81,2.81,0,0,1,.16-.91A5.07,5.07,0,0,1,12,9.2c.15-.23.3-.44.46-.65A4.53,4.53,0,0,0,12.89,8a3.53,3.53,0,0,0,.4-.74,2.61,2.61,0,0,0,.14-1,2.59,2.59,0,0,0-.67-1.89,2.67,2.67,0,0,0-2-.68,3.31,3.31,0,0,0-1.08.18,2.79,2.79,0,0,0-.86.52,2.72,2.72,0,0,0-.6.86A2.81,2.81,0,0,0,8,6l.62.06.62.07a1.55,1.55,0,0,1,.37-.81A1.48,1.48,0,0,1,11.31,5a1.34,1.34,0,0,1,.63.84,1.4,1.4,0,0,1,.06.41,2,2,0,0,1-.15.76,4.37,4.37,0,0,1-.33.69c-.12.21-.26.44-.42.67l-.43.69a2.78,2.78,0,0,0-.34.77,4.19,4.19,0,0,0-.09,1Z' %3e%3c/path%3e%3cpath d='M53.77,42.2H51.56a.5.5,0,0,1-.5-.5V39.57a.5.5,0,0,1,.5-.5h2.21a.5.5,0,0,1,.5.5V41.7A.52.52,0,0,1,53.77,42.2Zm-1.71-1h1.21V40.07H52.06Zm1.72-2.48H51.54a.5.5,0,0,1-.5-.5V37.7a5,5,0,0,1,.12-1.22,3.79,3.79,0,0,1,.47-1.07l.45-.71.39-.63a3.71,3.71,0,0,0,.26-.53,1.14,1.14,0,0,0,.07-.41.49.49,0,0,0,0-.17.34.34,0,0,0-.06-.12.43.43,0,0,0-.1-.09.51.51,0,0,0-.5.11,1.21,1.21,0,0,0-.16.72.53.53,0,0,1-.17.37.52.52,0,0,1-.4.11c-.37-.05-.73-.1-1.1-.13l-1.12-.12a.51.51,0,0,1-.45-.53,4.46,4.46,0,0,1,.38-1.57A3.68,3.68,0,0,1,50,30.55a3.45,3.45,0,0,1,1.19-.72,4.1,4.1,0,0,1,1.43-.25,3.65,3.65,0,0,1,2.74,1,3.5,3.5,0,0,1,.69,3.9,4.63,4.63,0,0,1-.5.93A7.26,7.26,0,0,1,55,36c-.14.18-.27.36-.4.55a3.92,3.92,0,0,0-.29.58,1.85,1.85,0,0,0-.1.57v.48A.51.51,0,0,1,53.78,38.72Zm-1.74-1h1.24a2.82,2.82,0,0,1,.17-.91,4.4,4.4,0,0,1,.38-.75c.14-.22.3-.43.46-.64s.28-.37.41-.56a4.51,4.51,0,0,0,.4-.75,3.18,3.18,0,0,0-.53-2.89h0a2.68,2.68,0,0,0-2-.68,3.31,3.31,0,0,0-1.08.18,2.61,2.61,0,0,0-.86.52,2.82,2.82,0,0,0-.83,1.59l.61.06L51,33a1.55,1.55,0,0,1,.37-.81,1.5,1.5,0,0,1,1.73-.31,1.69,1.69,0,0,1,.42.38,1.37,1.37,0,0,1,.21.46,1.41,1.41,0,0,1,0,.41,2,2,0,0,1-.14.76,4.37,4.37,0,0,1-.33.69c-.13.21-.26.44-.42.67s-.29.45-.43.69a2.81,2.81,0,0,0-.35.77,4.19,4.19,0,0,0-.09,1Z' %3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}


.questions__link .icon.support {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59.33 74.87' %3e%3cg fill='%230066B3'%3e%3cpath d='M24.53,37.58h-.65a1.15,1.15,0,0,0-1.14,1.14,1.18,1.18,0,0,0,.64,1v1.54a1.15,1.15,0,0,0,2.29,0V38.72a1.14,1.14,0,0,0-1.14-1.14Z' /%3e%3cpath d='M35.44,37.58h-.65a1.14,1.14,0,0,0-1.14,1.14v2.57a1.15,1.15,0,0,0,2.29,0V39.75a1.14,1.14,0,0,0-.47-2.17Z' /%3e%3cpath d='M31.59,29.24H27.74c-4.68,0-8.21,3.8-8.21,8.84v3.21a1.15,1.15,0,0,0,2.29,0V38.08c0-3.8,2.49-6.56,5.92-6.56h3.85c3.42,0,5.91,2.76,5.91,6.56v3.21a1.15,1.15,0,0,0,2.29,0V38.08C39.79,33,36.26,29.24,31.59,29.24Z' /%3e%3cpath d='M29.66,29c3,0,5-2.26,5-5.63s-2-5.64-5-5.64-5,2.27-5,5.64S26.67,29,29.66,29ZM27,23.32c0-.56.13-3.35,2.71-3.35s2.71,2.79,2.71,3.35-.13,3.35-2.71,3.35S27,23.88,27,23.32Z' /%3e%3cpath d='M41.29,31.16h-.72a1.14,1.14,0,1,0,0,2.28h.72a5.15,5.15,0,0,1,5.2,5.09v2.76a1.14,1.14,0,0,0,2.28,0V38.53A7.43,7.43,0,0,0,41.29,31.16Z' /%3e%3cpath d='M45.06,38.86h-.64A1.14,1.14,0,0,0,43.28,40h0v1.29a1.14,1.14,0,1,0,2.28,0h0V41a1.12,1.12,0,0,0-.5-2.14Z' /%3e%3cpath d='M39.91,30.88c2.6,0,4.35-2,4.35-5s-1.75-5-4.35-5-4.35,2-4.35,5S37.31,30.88,39.91,30.88Zm-2.06-5c0-.64.14-2.71,2.06-2.71S42,25.25,42,25.89s-.15,2.7-2.07,2.7-2.08-2.07-2.08-2.7Z' /%3e%3cpath d='M19.89,32.3a1.14,1.14,0,0,0-1.14-1.14H18a7.43,7.43,0,0,0-7.48,7.37v2.76a1.14,1.14,0,0,0,2.28,0V38.53A5.15,5.15,0,0,1,18,33.44h.72a1.14,1.14,0,0,0,1.17-1.11Z' /%3e%3cpath d='M14.9,38.86h-.64a1.12,1.12,0,0,0-.5,2.14v.26a1.14,1.14,0,1,0,2.28,0V40a1.14,1.14,0,0,0-1.14-1.14Z' /%3e%3cpath d='M19.41,30.88c2.6,0,4.35-2,4.35-5s-1.75-5-4.35-5-4.35,2-4.35,5S16.81,30.88,19.41,30.88Zm-2.07-5c0-.64.15-2.71,2.07-2.71s2.06,2.07,2.06,2.71-.14,2.7-2.06,2.7-2.07-2.06-2.07-2.69Z' /%3e%3cpath d='M59.31,15.76V12.33A9.25,9.25,0,0,0,51.6,3.18l-3.21-.49-2.54-.4-5.24-.78c-3.06-.45-6.13-.9-9.19-1.37a11.41,11.41,0,0,0-3.5,0L20.37,1.27,15.74,2,7.55,3.26a9.15,9.15,0,0,0-7.46,8.1A15.33,15.33,0,0,0,0,13.45V45.32a15.88,15.88,0,0,0,.09,2.17,9,9,0,0,0,2.36,5.27,11.8,11.8,0,0,0,1,1l.1.1,19.5,18.08.11.11a11.88,11.88,0,0,0,1,.86,8.68,8.68,0,0,0,11,0c.34-.27.65-.56,1-.85l15.62-14.5,4.4-4.08a9.24,9.24,0,0,0,2.9-5,13.71,13.71,0,0,0,.25-2.86V33.3Zm-4,29.9a10.94,10.94,0,0,1-.16,2.06,5.32,5.32,0,0,1-1.7,2.83C52,51.91,50.51,53.27,49,54.64L33.42,69.14c-.24.23-.48.45-.74.66a4.71,4.71,0,0,1-6,0c-.26-.21-.5-.44-.75-.66L25.77,69,6.24,50.88l-.11-.1a9.13,9.13,0,0,1-.7-.69,5.12,5.12,0,0,1-1.36-3A13.36,13.36,0,0,1,4,45.32V13.45a15,15,0,0,1,.07-1.81A5.13,5.13,0,0,1,8.18,7.16c2.71-.43,5.43-.84,8.15-1.25L21,5.22c2.53-.37,5.05-.74,7.58-1.13A6.35,6.35,0,0,1,29.65,4a7.68,7.68,0,0,1,1.17.09L40,5.47l5.22.78,2.52.39,3.26.5a5.24,5.24,0,0,1,4.29,5.15V33.35Q55.32,39.5,55.31,45.66Z' /%3e%3c/g%3e%3c/svg%3e");
}

.questions__wrapper:hover .questions__link .icon.support {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59.33 74.87' %3e%3cg fill='%23f15a22'%3e%3cpath d='M24.53,37.58h-.65a1.15,1.15,0,0,0-1.14,1.14,1.18,1.18,0,0,0,.64,1v1.54a1.15,1.15,0,0,0,2.29,0V38.72a1.14,1.14,0,0,0-1.14-1.14Z' /%3e%3cpath d='M35.44,37.58h-.65a1.14,1.14,0,0,0-1.14,1.14v2.57a1.15,1.15,0,0,0,2.29,0V39.75a1.14,1.14,0,0,0-.47-2.17Z' /%3e%3cpath d='M31.59,29.24H27.74c-4.68,0-8.21,3.8-8.21,8.84v3.21a1.15,1.15,0,0,0,2.29,0V38.08c0-3.8,2.49-6.56,5.92-6.56h3.85c3.42,0,5.91,2.76,5.91,6.56v3.21a1.15,1.15,0,0,0,2.29,0V38.08C39.79,33,36.26,29.24,31.59,29.24Z' /%3e%3cpath d='M29.66,29c3,0,5-2.26,5-5.63s-2-5.64-5-5.64-5,2.27-5,5.64S26.67,29,29.66,29ZM27,23.32c0-.56.13-3.35,2.71-3.35s2.71,2.79,2.71,3.35-.13,3.35-2.71,3.35S27,23.88,27,23.32Z' /%3e%3cpath d='M41.29,31.16h-.72a1.14,1.14,0,1,0,0,2.28h.72a5.15,5.15,0,0,1,5.2,5.09v2.76a1.14,1.14,0,0,0,2.28,0V38.53A7.43,7.43,0,0,0,41.29,31.16Z' /%3e%3cpath d='M45.06,38.86h-.64A1.14,1.14,0,0,0,43.28,40h0v1.29a1.14,1.14,0,1,0,2.28,0h0V41a1.12,1.12,0,0,0-.5-2.14Z' /%3e%3cpath d='M39.91,30.88c2.6,0,4.35-2,4.35-5s-1.75-5-4.35-5-4.35,2-4.35,5S37.31,30.88,39.91,30.88Zm-2.06-5c0-.64.14-2.71,2.06-2.71S42,25.25,42,25.89s-.15,2.7-2.07,2.7-2.08-2.07-2.08-2.7Z' /%3e%3cpath d='M19.89,32.3a1.14,1.14,0,0,0-1.14-1.14H18a7.43,7.43,0,0,0-7.48,7.37v2.76a1.14,1.14,0,0,0,2.28,0V38.53A5.15,5.15,0,0,1,18,33.44h.72a1.14,1.14,0,0,0,1.17-1.11Z' /%3e%3cpath d='M14.9,38.86h-.64a1.12,1.12,0,0,0-.5,2.14v.26a1.14,1.14,0,1,0,2.28,0V40a1.14,1.14,0,0,0-1.14-1.14Z' /%3e%3cpath d='M19.41,30.88c2.6,0,4.35-2,4.35-5s-1.75-5-4.35-5-4.35,2-4.35,5S16.81,30.88,19.41,30.88Zm-2.07-5c0-.64.15-2.71,2.07-2.71s2.06,2.07,2.06,2.71-.14,2.7-2.06,2.7-2.07-2.06-2.07-2.69Z' /%3e%3cpath d='M59.31,15.76V12.33A9.25,9.25,0,0,0,51.6,3.18l-3.21-.49-2.54-.4-5.24-.78c-3.06-.45-6.13-.9-9.19-1.37a11.41,11.41,0,0,0-3.5,0L20.37,1.27,15.74,2,7.55,3.26a9.15,9.15,0,0,0-7.46,8.1A15.33,15.33,0,0,0,0,13.45V45.32a15.88,15.88,0,0,0,.09,2.17,9,9,0,0,0,2.36,5.27,11.8,11.8,0,0,0,1,1l.1.1,19.5,18.08.11.11a11.88,11.88,0,0,0,1,.86,8.68,8.68,0,0,0,11,0c.34-.27.65-.56,1-.85l15.62-14.5,4.4-4.08a9.24,9.24,0,0,0,2.9-5,13.71,13.71,0,0,0,.25-2.86V33.3Zm-4,29.9a10.94,10.94,0,0,1-.16,2.06,5.32,5.32,0,0,1-1.7,2.83C52,51.91,50.51,53.27,49,54.64L33.42,69.14c-.24.23-.48.45-.74.66a4.71,4.71,0,0,1-6,0c-.26-.21-.5-.44-.75-.66L25.77,69,6.24,50.88l-.11-.1a9.13,9.13,0,0,1-.7-.69,5.12,5.12,0,0,1-1.36-3A13.36,13.36,0,0,1,4,45.32V13.45a15,15,0,0,1,.07-1.81A5.13,5.13,0,0,1,8.18,7.16c2.71-.43,5.43-.84,8.15-1.25L21,5.22c2.53-.37,5.05-.74,7.58-1.13A6.35,6.35,0,0,1,29.65,4a7.68,7.68,0,0,1,1.17.09L40,5.47l5.22.78,2.52.39,3.26.5a5.24,5.24,0,0,1,4.29,5.15V33.35Q55.32,39.5,55.31,45.66Z' /%3e%3c/g%3e%3c/svg%3e");
}


.services__link .icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}

	 .icon.mobile-rub {
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 63.23 74.48'%3e%3cg fill='%230066B3'%3e%3cpath d='M56.4,74.48H23a6.85,6.85,0,0,1-6.83-6.84v-19h4v19A2.85,2.85,0,0,0,23,70.48H56.4a2.85,2.85,0,0,0,2.83-2.84V6.84A2.85,2.85,0,0,0,56.4,4H23a2.85,2.85,0,0,0-2.83,2.84V23.39h-4V6.84A6.85,6.85,0,0,1,23,0H56.4a6.85,6.85,0,0,1,6.83,6.84v60.8A6.85,6.85,0,0,1,56.4,74.48Z' %3e%3c/path%3e%3cpath d='M61.23,60.6H18.13a2,2,0,0,1-2-2V48.69h4V56.6h39.1V15.47H20.13v7.92h-4V13.47a2,2,0,0,1,2-2h43.1a2,2,0,0,1,2,2V58.6A2,2,0,0,1,61.23,60.6Z' %3e%3c/path%3e%3cpath d='M38.68,53.33A17.29,17.29,0,1,1,56,36,17.29,17.29,0,0,1,38.68,53.33Zm0-30.58A13.29,13.29,0,1,0,52,36h0A13.31,13.31,0,0,0,38.68,22.75Z' %3e%3c/path%3e%3cpath d='M13.85,38.16A7.53,7.53,0,0,1,9,36.57a7.09,7.09,0,0,0-8.3,0l-.7-.8a8.16,8.16,0,0,1,9.7,0,7.09,7.09,0,0,0,8.3,0l.7.8A7.53,7.53,0,0,1,13.85,38.16Z' %3e%3c/path%3e%3cpath d='M13.85,31.33A7.53,7.53,0,0,1,9,29.74a7.09,7.09,0,0,0-8.3,0l-.7-.8a8.16,8.16,0,0,1,9.7,0,7.09,7.09,0,0,0,8.3,0l.7.8A7.53,7.53,0,0,1,13.85,31.33Z' %3e%3c/path%3e%3cpath d='M13.85,45.25A7.53,7.53,0,0,1,9,43.66a7.09,7.09,0,0,0-8.3,0l-.7-.8a8.16,8.16,0,0,1,9.7,0,7.09,7.09,0,0,0,8.3,0l.7.8A7.53,7.53,0,0,1,13.85,45.25Z' %3e%3c/path%3e%3cpath d='M38.17,34.73V30.42c0-.19,0-.27.25-.25h.82a10.2,10.2,0,0,1,1.23.1,2,2,0,0,1,1.8,1.88,2.68,2.68,0,0,1-.45,2,1.89,1.89,0,0,1-1.44.73h-2c-.16,0-.22,0-.22-.21m.22,3c1.11,0,2.22,0,3.33-.05A5.81,5.81,0,0,0,45,36.53a4.8,4.8,0,0,0,1.86-2.76A6.76,6.76,0,0,0,47,31.4a5.41,5.41,0,0,0-.82-2.4,5.07,5.07,0,0,0-2.64-2,8.23,8.23,0,0,0-2.91-.44H33.45c0,2.81,0,5.61.08,8.43H30.61c-.32,0-.33,0-.33.3v2.29c0,.17.1.18.21.19h2.84c.22,0,.26.08.26.28V39.6c0,.29,0,.31-.3.31H30.34v2.56c0,.18,0,.22.22.22h3v2.69c0,.09,0,.2.13.2h4.22c.33,0,.33,0,.33-.32V43c0-.15,0-.3.22-.28H46c.14,0,.18,0,.17-.18V40.16c0-.21-.07-.29-.29-.29H38.24v-2c0-.14.11-.13.21-.14' %3e%3c/path%3e%3cpath d='M52,67.32h-.75v-4H52Zm-2.17,0h-.74v-4h.74Zm-2.16,0h-.75v-4h.75Zm-2.16,0h-.75v-4h.75Zm-2.17,0h-.75v-4h.75Zm-2.16,0h-.75v-4h.75Zm-2.17,0h-.75v-4H39Zm-2.16,0H36.1v-4h.75Zm-2.17,0h-.75v-4h.75Zm-2.16,0h-.75v-4h.75Zm-2.17,0h-.74v-4h.74Zm-2.16,0H27.4v-4h.75Z' %3e%3c/path%3e%3crect x='35.64' y='6.7' width='8.08' height='2'%3e%3c/rect%3e%3c/g%3e%3c/svg%3e");
	}

.services__wrapper:hover .icon.mobile-rub {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 63.23 74.48'%3e%3cg fill='%23f15a22'%3e%3cpath d='M56.4,74.48H23a6.85,6.85,0,0,1-6.83-6.84v-19h4v19A2.85,2.85,0,0,0,23,70.48H56.4a2.85,2.85,0,0,0,2.83-2.84V6.84A2.85,2.85,0,0,0,56.4,4H23a2.85,2.85,0,0,0-2.83,2.84V23.39h-4V6.84A6.85,6.85,0,0,1,23,0H56.4a6.85,6.85,0,0,1,6.83,6.84v60.8A6.85,6.85,0,0,1,56.4,74.48Z' %3e%3c/path%3e%3cpath d='M61.23,60.6H18.13a2,2,0,0,1-2-2V48.69h4V56.6h39.1V15.47H20.13v7.92h-4V13.47a2,2,0,0,1,2-2h43.1a2,2,0,0,1,2,2V58.6A2,2,0,0,1,61.23,60.6Z' %3e%3c/path%3e%3cpath d='M38.68,53.33A17.29,17.29,0,1,1,56,36,17.29,17.29,0,0,1,38.68,53.33Zm0-30.58A13.29,13.29,0,1,0,52,36h0A13.31,13.31,0,0,0,38.68,22.75Z' %3e%3c/path%3e%3cpath d='M13.85,38.16A7.53,7.53,0,0,1,9,36.57a7.09,7.09,0,0,0-8.3,0l-.7-.8a8.16,8.16,0,0,1,9.7,0,7.09,7.09,0,0,0,8.3,0l.7.8A7.53,7.53,0,0,1,13.85,38.16Z' %3e%3c/path%3e%3cpath d='M13.85,31.33A7.53,7.53,0,0,1,9,29.74a7.09,7.09,0,0,0-8.3,0l-.7-.8a8.16,8.16,0,0,1,9.7,0,7.09,7.09,0,0,0,8.3,0l.7.8A7.53,7.53,0,0,1,13.85,31.33Z' %3e%3c/path%3e%3cpath d='M13.85,45.25A7.53,7.53,0,0,1,9,43.66a7.09,7.09,0,0,0-8.3,0l-.7-.8a8.16,8.16,0,0,1,9.7,0,7.09,7.09,0,0,0,8.3,0l.7.8A7.53,7.53,0,0,1,13.85,45.25Z' %3e%3c/path%3e%3cpath d='M38.17,34.73V30.42c0-.19,0-.27.25-.25h.82a10.2,10.2,0,0,1,1.23.1,2,2,0,0,1,1.8,1.88,2.68,2.68,0,0,1-.45,2,1.89,1.89,0,0,1-1.44.73h-2c-.16,0-.22,0-.22-.21m.22,3c1.11,0,2.22,0,3.33-.05A5.81,5.81,0,0,0,45,36.53a4.8,4.8,0,0,0,1.86-2.76A6.76,6.76,0,0,0,47,31.4a5.41,5.41,0,0,0-.82-2.4,5.07,5.07,0,0,0-2.64-2,8.23,8.23,0,0,0-2.91-.44H33.45c0,2.81,0,5.61.08,8.43H30.61c-.32,0-.33,0-.33.3v2.29c0,.17.1.18.21.19h2.84c.22,0,.26.08.26.28V39.6c0,.29,0,.31-.3.31H30.34v2.56c0,.18,0,.22.22.22h3v2.69c0,.09,0,.2.13.2h4.22c.33,0,.33,0,.33-.32V43c0-.15,0-.3.22-.28H46c.14,0,.18,0,.17-.18V40.16c0-.21-.07-.29-.29-.29H38.24v-2c0-.14.11-.13.21-.14' %3e%3c/path%3e%3cpath d='M52,67.32h-.75v-4H52Zm-2.17,0h-.74v-4h.74Zm-2.16,0h-.75v-4h.75Zm-2.16,0h-.75v-4h.75Zm-2.17,0h-.75v-4h.75Zm-2.16,0h-.75v-4h.75Zm-2.17,0h-.75v-4H39Zm-2.16,0H36.1v-4h.75Zm-2.17,0h-.75v-4h.75Zm-2.16,0h-.75v-4h.75Zm-2.17,0h-.74v-4h.74Zm-2.16,0H27.4v-4h.75Z' %3e%3c/path%3e%3crect x='35.64' y='6.7' width='8.08' height='2'%3e%3c/rect%3e%3c/g%3e%3c/svg%3e");
}




.services__link .icon.taxes {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 74 74'%3e%3cg fill='%230066B3'%3e%3cpath d='M33.34,11.29h7.3a2,2,0,0,0,2-2V2a2,2,0,0,0-2-2h-7.3a2,2,0,0,0-2,2V9.29A2,2,0,0,0,33.34,11.29Zm2-7.29h3.3V7.29h-3.3Z' %3e%3c/path%3e%3cpath d='M40.64,62.68h-7.3a2,2,0,0,0-2,2V72a2,2,0,0,0,2,2h7.3a2,2,0,0,0,2-2V64.7a2,2,0,0,0-2-2Zm-2,7.3h-3.3v-3.3h3.3Z' %3e%3c/path%3e%3cpath d='M45.05,28.44a1.15,1.15,0,0,1,1,.75,1.82,1.82,0,0,0,.38-1.39c-.41-2.21-5.55-.75-8.14-1.68,0,.64.8,1.67,1.61,2.05A10.1,10.1,0,0,0,37,34.75a10.11,10.11,0,0,0-2.87-6.58c.81-.38,1.65-1.41,1.6-2.05-2.58.93-7.72-.53-8.14,1.68A1.89,1.89,0,0,0,28,29.19a1.18,1.18,0,0,1,1-.75c3.62-.54,6.64,5,3.92,7.29a.05.05,0,0,0,0,.1H41.1a.06.06,0,0,0,0-.08l0,0C38.41,33.48,41.43,27.9,45.05,28.44Z' %3e%3c/path%3e%3cpath d='M47.7,44.18s-.74.07-1,.12a2.46,2.46,0,0,0-.38.14,3.83,3.83,0,0,0,1.68.19l.41-.05a.24.24,0,0,1,.06-.09.53.53,0,0,1-.12-.14.3.3,0,0,1,0-.26Z' %3e%3c/path%3e%3cpath d='M39.86,41.88a.11.11,0,1,0,.22,0c.14-1-.54-1.29-1.25-1.18-.09-.34-.16-.64-.24-.94s-.09-.7.19-.7.09.42.07.6,0,.26.18.27.18-.1.24-.17a1,1,0,0,0,.11-1.41l-.11-.11a1.51,1.51,0,0,0-1.68.34,2,2,0,0,0-.33-.53c-.09-.1-.12-.18,0-.27a.62.62,0,0,0,.24-.42.31.31,0,0,0-.33-.31h0a.44.44,0,0,0-.45.43v.05a.5.5,0,0,0,.06.24,2,2,0,0,0-.69,0L38.72,45A2,2,0,0,0,40,43.4c0-.54-.79-.36-1.17.06-.12-.68-.23-1.31-.35-1.94,0-.17,0-.23.19-.28h0C39.15,41.06,39.88,41.2,39.86,41.88Z' %3e%3c/path%3e%3cpath d='M34.07,43.51a1.34,1.34,0,0,0-.17.59c0,.71.85.85,1.17.7a3.5,3.5,0,0,0,3.4.36l-3.24-8.9a.13.13,0,0,0-.25.09h0l.55,1.53c-.47.11-1.23.46-1.23.91,0,.61,1.08,1,1.7,1a.4.4,0,0,0,.1.38,1.4,1.4,0,0,0-.79.25,1,1,0,0,0-1.09-.23c-.25.19-.25.51,0,.87a.59.59,0,0,1,.05.78c.75,0,.47-1,.76-1a1.31,1.31,0,0,0,.07.65.42.42,0,0,1,0,.43A4,4,0,0,0,34.5,44c-.25,0-.37-.06-.29-.4C34.25,43.45,34.17,43.36,34.07,43.51ZM36,42a1.57,1.57,0,0,0,.22,1.36,2.59,2.59,0,0,0-1.31.29C34.8,43.31,35.31,42.66,36,42Z' %3e%3c/path%3e%3cpath d='M50.05,45.84a1.19,1.19,0,0,1-.76-.42.69.69,0,0,1,0-.68c.1-.27.43-.34.52-.62a.77.77,0,0,0,0-.8c-.11-.28-.41-.41-.65-.57a5,5,0,0,0-1.26-.26l-1.13-.12c-.07.08,0,.24,0,.27.14.22.48.27.72.3l1,.07c.08,0,.37,0,.12.13s-.18.16-.2.27h-.07c0-.12.07-.22.28-.36l-1.53,0H45.61a.76.76,0,0,0-.43.14,3.17,3.17,0,0,0,1.7.43,1.67,1.67,0,0,0,.32.08H47a3.89,3.89,0,0,0-1.44.19c.21.28,1.38.34,1.95.29L48.4,44a.26.26,0,0,1,.13-.08.75.75,0,0,1-.2-.3h-.4a1.55,1.55,0,0,0,.31-.07h.13a.7.7,0,0,0,.28.45.28.28,0,0,0-.27.26c0,.12.18.26.18.26a.4.4,0,0,0-.14.34.58.58,0,0,0,.33.32.36.36,0,0,0-.13.34c.06.19.33.27.33.27a.27.27,0,0,0,0,.3c.09.14.29.09.29.09a.32.32,0,0,0,.1.32Z' %3e%3c/path%3e%3cpath d='M25.08,43.06h0a2.17,2.17,0,0,0,3.05-.22l.07-.09a7.52,7.52,0,0,0,1.26-3.38,3,3,0,0,1,2.78,1.68.06.06,0,0,0,.12,0v-3.8a.05.05,0,0,0-.07,0h0a5,5,0,0,1-2.39.19A2.52,2.52,0,0,1,27.73,35a2.43,2.43,0,0,1,.8-1.77.19.19,0,0,0,.06-.26l-.06-.06-.16-.1c-4.28-2.72-8.18-9-8.6-9.71h0m-.05,0a3.82,3.82,0,0,0-.06,5.21,17.75,17.75,0,0,0,4.81,3.58,3.36,3.36,0,0,1-.06.63,13.74,13.74,0,0,1-7-4.14.06.06,0,0,0-.08,0l0,0a3.3,3.3,0,0,0,1.38,4.25,17.35,17.35,0,0,0,5.84,1.45,2.56,2.56,0,0,0,.1.54,13,13,0,0,1-7.2-1.12h-.09a2.74,2.74,0,0,0,2.35,3.08l.14,0c1.69.29,5.28-.56,5.28-.56.07.16.15.32.23.48A12.41,12.41,0,0,1,19,37.77a.06.06,0,0,0-.06.06h0c0,1.65,1.64,2.1,3.06,1.91a10.19,10.19,0,0,0,4.09-1.88l.38.38A7,7,0,0,1,21.79,41s-.05,0-.06,0a.06.06,0,0,0,0,0c.58,1,1.87,1.32,3.28.64A7.33,7.33,0,0,0,27.63,39a4.55,4.55,0,0,0,.51.21,6.43,6.43,0,0,1-3.06,3.85Z' %3e%3c/path%3e%3cpolygon points='34.98 36.35 34.98 36.35 34.98 36.35 34.98 36.35' %3e%3c/polygon%3e%3cpath d='M44.37,42.14a3,3,0,0,0,.86.6,6.94,6.94,0,0,0,1.7.15c-.46-.24-.31-.53-.31-.53Z' %3e%3c/path%3e%3cpath d='M53.85,52.66V50.41s-.3.12-.5-.37a7,7,0,0,0,0,1.71A2.89,2.89,0,0,0,53.85,52.66Z' %3e%3c/path%3e%3cpath d='M52.48,48.34a.27.27,0,0,1-.09.12c0,.1-.17.83-.17.83-.12.57-.18,1.74.09,2a4.27,4.27,0,0,0,.33-1.41l.12-1.28A.77.77,0,0,1,52.48,48.34Z' %3e%3c/path%3e%3cpath d='M53.14,51.34A1.86,1.86,0,0,0,53.2,51l.09-1.15.09-1.51a.53.53,0,0,1-.54.24s-.09.88-.14,1.41a3.27,3.27,0,0,0,.3,1.77A.91.91,0,0,0,53.14,51.34Z' %3e%3c/path%3e%3cpath d='M49.14,46.22H49a4.16,4.16,0,0,0-.39.32c-.07.07-.2.21-.2.33a1.3,1.3,0,0,0,.83-.35C49.07,46.33,49.14,46.22,49.14,46.22Z' %3e%3c/path%3e%3cpath d='M53.86,49.18a4.26,4.26,0,0,0-.13-1.28c-.13-.26-.22-.57-.49-.71a.8.8,0,0,0-.8-.09c-.29.06-.39.37-.67.45a.72.72,0,0,1-.68-.12,1.25,1.25,0,0,1-.33-.8l-.7.67c.08.16.3.13.3.13a.33.33,0,0,0,.06.3.27.27,0,0,0,.3,0s.05.28.24.36a.38.38,0,0,0,.35-.09s.07.28.28.35a.33.33,0,0,0,.35-.1s.13.19.25.2a.3.3,0,0,0,.28-.24.7.7,0,0,0,.43.34.51.51,0,0,0,.4-.19c.17-.24.11.06.11.13v1a1,1,0,0,0,.22.75s.17.1.27,0A8.79,8.79,0,0,1,53.86,49.18Z' %3e%3c/path%3e%3cpath d='M55.4,32.66a3.31,3.31,0,0,0,1.38-4.25s-.08-.05-.1,0a13.69,13.69,0,0,1-7,4.15,3.36,3.36,0,0,0-.06-.63,17.75,17.75,0,0,0,4.81-3.58,3.83,3.83,0,0,0-.06-5.21h0c-.42.69-4.32,7-8.6,9.72l-.16.1a.19.19,0,0,0-.06.26l.06.06a2.35,2.35,0,0,1,.8,1.77,2.52,2.52,0,0,1-2.15,2.42,5.1,5.1,0,0,1-2.39-.2,0,0,0,0,0-.07,0,.06.06,0,0,0,0,0v3.8a.06.06,0,0,0,.12,0,3,3,0,0,1,2.78-1.68,10.37,10.37,0,0,0,.64,2.32l2.34.25A5.43,5.43,0,0,1,46,39.22a2.28,2.28,0,0,0,.51-.21A7.23,7.23,0,0,0,49,41.67c1.41.68,2.7.35,3.27-.64V41c-.88-.07-3.56-.84-4.7-2.71l.38-.38a10,10,0,0,0,4,1.88c1.42.19,3-.26,3.06-1.91a.06.06,0,0,0-.06-.06h0a12.42,12.42,0,0,1-6.21-1.18c.08-.16.16-.32.23-.48a19.57,19.57,0,0,0,5.28.57,2.75,2.75,0,0,0,2.5-3,.61.61,0,0,0,0-.14.06.06,0,0,0-.08,0h0a13,13,0,0,1-7.2,1.12,5.07,5.07,0,0,1,.09-.54A17.18,17.18,0,0,0,55.4,32.66Z' %3e%3c/path%3e%3cpath d='M49,46.19c-.1-.06-.14-.11-.14-.19a.33.33,0,0,1,0-.22h-.09a1.29,1.29,0,0,0-.28.08,1.48,1.48,0,0,0-.66.5C48.16,46.55,48.68,46.35,49,46.19Z' %3e%3c/path%3e%3cpath d='M48.38,45.21h.26a.51.51,0,0,1-.25-.25.3.3,0,0,1,0-.29s-.94.15-1,.18a1.64,1.64,0,0,0-.52.24A2.38,2.38,0,0,0,48.38,45.21Z' %3e%3c/path%3e%3cpath d='M48.31,45.82l.45-.08a.39.39,0,0,1-.21-.24.26.26,0,0,1,.06-.28,3.64,3.64,0,0,0-1.43.46A1.29,1.29,0,0,0,48.31,45.82Z' %3e%3c/path%3e%3cpath d='M50.29,47.62a.24.24,0,0,1,0-.12.46.46,0,0,1-.28-.15,1.38,1.38,0,0,0-.43.79.67.67,0,0,0,.34-.16C50,47.92,50.29,47.62,50.29,47.62Z' %3e%3c/path%3e%3cpath d='M29.82,25.48h2.6A3.31,3.31,0,0,0,35.88,23H38.1a3.3,3.3,0,0,0,3.46,2.5h2.6a6.71,6.71,0,0,0,.57-.92c.41-1.1-.12-1.61-.88-1.61l-1,.89-1-.89c-.76,0-1.29.51-.88,1.61a5.54,5.54,0,0,0,.3.53A2.71,2.71,0,0,1,38.93,23a17.45,17.45,0,0,0,.86-1.52c.61-1.57-.17-2.22-1.32-2.22L37,21l-1.48-1.74c-1.15,0-1.93.65-1.32,2.22A14.68,14.68,0,0,0,35,23a2.69,2.69,0,0,1-2.35,2.11,5.54,5.54,0,0,0,.3-.53c.4-1.1-.12-1.61-.88-1.61l-1,.89-1-.89c-.76,0-1.29.51-.88,1.61A6.31,6.31,0,0,0,29.82,25.48Z' %3e%3c/path%3e%3cpolygon points='19.61 43.52 20.37 43.45 20.36 42.7 19.55 42.71 19.61 43.52' %3e%3c/polygon%3e%3cpath d='M23.89,26.39c.37-.28,1.72-1.05,1.39.43a.84.84,0,0,0,.61-.74c0-.93-1.27-1.35-1.27-2.24,0-1.33,2.12-1.32,2.05-1.11-.36,1.18.34,2.65,2.34,2.75a1.41,1.41,0,0,0,0-.29,1.69,1.69,0,0,1-1.13-3c-.71-2.23-1.79,0-2.7.58-.51.32-1.93.13-2.05.77C23,24.41,24.62,24.4,23.89,26.39Z' %3e%3c/path%3e%3cpath d='M52.32,48.49a.28.28,0,0,1-.25,0,.86.86,0,0,1-.14-.13l-.09.06-.09.4a3.67,3.67,0,0,0,0,1.68,2,2,0,0,0,.18-.36c.08-.25.23-1,.23-1Z' %3e%3c/path%3e%3cpath d='M51.5,48.38a.48.48,0,0,1-.22-.28l-.06.26a2.36,2.36,0,0,0,0,1.53,1.51,1.51,0,0,0,.29-.49l.28-1A.3.3,0,0,1,51.5,48.38Z' %3e%3c/path%3e%3cpath d='M50.94,48.15a.4.4,0,0,1-.22-.22l-.12.43a1.27,1.27,0,0,0,0,1.14,3.84,3.84,0,0,0,.61-1.37A.29.29,0,0,1,50.94,48.15Z' %3e%3c/path%3e%3cpath d='M50.7,47.89a.14.14,0,0,1,0-.09c-.06.05-.22,0-.22,0a.19.19,0,0,1-.17-.15c-.19.26-.44.76-.28,1.09a1.5,1.5,0,0,0,.57-.6A1.86,1.86,0,0,0,50.7,47.89Z' %3e%3c/path%3e%3cpath d='M48.82,49.14a.16.16,0,0,0-.08.06l.29.43-.35-.1h0s.54,1,0,1.46-1.82.12-2.83-.33l.5-.43a1.36,1.36,0,0,0,.85.28,1.43,1.43,0,0,0,1.43-1.41h0a1.37,1.37,0,0,0-.19-.68l2.49-2.16a.64.64,0,0,0,.51-.26.89.89,0,0,0,.8-.22.92.92,0,0,0,.07-1.3h0a.93.93,0,0,0-1.31,0,1,1,0,0,0-.3.78l-.12.08a.52.52,0,0,0-.18.4L48,48a1.42,1.42,0,0,0-.78-.23,1.45,1.45,0,0,0-1.19.62,5.55,5.55,0,0,1-.84-.11,1.11,1.11,0,0,1,.29-.79c.56-.5,1.44.12,1.45.13h0l-.07-.35.4.33a.23.23,0,0,0,.07-.07.32.32,0,0,0-.07-.44A1.77,1.77,0,0,0,45,47a1.65,1.65,0,0,0-.49,1.13c-.77-.18-1.42-.42-1.31-.58,2.35-3.3.55-5.27-1.61-5.16v2.22A1.34,1.34,0,0,1,40.2,45.9H38.75A2.4,2.4,0,0,0,37,47a2.43,2.43,0,0,0-1.77-1.08h-1.5a1.34,1.34,0,0,1-1.38-1.29V42.37c-2.16-.11-4,1.86-1.61,5.16.2.32-2,.82-3,.69a1.56,1.56,0,0,0-1.63-.37L22.89,45a1.62,1.62,0,0,0-.22-2,1.56,1.56,0,0,0-1.75-.14V44l-1.1.11a1.57,1.57,0,0,0,.33,1.72,1.62,1.62,0,0,0,2,0l3.09,2.8a1.32,1.32,0,0,0-.1.76,1.43,1.43,0,0,0,1.14,1.13,1.63,1.63,0,0,0,.95-.1l7.69,6.92a.52.52,0,0,0,.74,0h0a.52.52,0,0,0,0-.74h0L34,55l.22-.25.67.61.08.07a.25.25,0,0,0,.34,0h0l.07-.08,1-1.16a.25.25,0,0,0,0-.34h0l-.08-.07-.21.18L36,53.81l-.53.59L35,54l.55-.62a.25.25,0,0,0,0-.34h0L35.48,53a.25.25,0,0,0-.34,0h0l-.89,1-.49-.45.66-.73-.12-.17a2.18,2.18,0,0,0,.33-.42l-.08-.07a.25.25,0,0,0-.34,0h0l-1.05,1.16-.07.08a.25.25,0,0,0,0,.34h0l.08.07.67.6-.22.25-5.52-5a7.5,7.5,0,0,1,3.76-1,.29.29,0,0,0,.3-.26.32.32,0,0,0,0-.14c-.61-1.46.69-2.51,2-1.65a4.48,4.48,0,0,1,1.64,2.34,10.79,10.79,0,0,0-4.87,2.57l1.27,1.27A7,7,0,0,1,36,49.64c.06.18,0,.12.11.3a6.41,6.41,0,0,0-2.78,2.6l.11-.12c.15-.14.76-.9.91-.76l.53.45s-.42.73-.38.76.12.18.15.15L35,52.7a6.36,6.36,0,0,1,1.34-2.12,1.7,1.7,0,0,0,0,.5,22.2,22.2,0,0,0-.67,2.42l.17.13.38-.31.38.31s.31.3.15.6a15.68,15.68,0,0,1-1.24,1.46c.25.67,1.21,1.12,1.38,1.2a3.6,3.6,0,0,0,1-.63,5.31,5.31,0,0,1-.16-1.12,2.65,2.65,0,0,1,.21-1l.25-.25a20.26,20.26,0,0,0-.73-2.75v-.5a7,7,0,0,1,1.61,2.9h.49v-.08a2.62,2.62,0,0,1,.15-1,1.9,1.9,0,0,1,.4-.4,6.49,6.49,0,0,0-2.36-2c.06-.18,0-.12.11-.3a6.89,6.89,0,0,1,3.23,2.2l.68.12a2,2,0,0,1-.15-.76,1.15,1.15,0,0,1,.27-.63A12,12,0,0,0,38.19,49a4.48,4.48,0,0,1,1.64-2.34c1.34-.86,2.65.19,2,1.65a.27.27,0,0,0,.13.37.35.35,0,0,0,.14,0,8.28,8.28,0,0,1,2.42.39,7.71,7.71,0,0,0,.24,1.16,1.8,1.8,0,0,0-2.62,2.28c-.62-.28-1.33-.47-1.78-.06a1.58,1.58,0,0,0-.17,1.67,1.54,1.54,0,0,0-1.66.18,1.3,1.3,0,0,0-.14,1.62V56c.1.11.17.22.3.15s.09-.31,0-.46a.85.85,0,0,1,.11-1c.36-.32,1.17,0,1.62.31l-2.09,2,.06.06.06.07,2.26-2c.25.48.53,1.3.14,1.65s-1,0-1,0-.36-.19-.46,0,0,.21.11.31l.06,0a1.28,1.28,0,0,0,1.63,0,1.57,1.57,0,0,0,.35-1.64,1.59,1.59,0,0,0,1.68,0c.45-.41.34-1.13.12-1.78a1.8,1.8,0,0,0,2.54-2.36c1,.4,2.49.77,3.23.1.94-.85.18-2.19.15-2.25a.32.32,0,0,0-.43-.08Zm-7.77,5.3c-.3-.64-.46-1.34-.23-1.55s1,.11,1.5.37Zm1.73.63c-.23.21-.91,0-1.52-.39l1.32-1.14C42.78,54.06,43,54.84,42.78,55.07ZM43,50.88c.14-.14.67-.54,1.87,0L42.92,52.7C42.49,51.57,42.74,51.12,43,50.88Zm2,2.27c-.26.2-.72.39-1.8-.15l2-1.71C45.61,52.54,45.16,53,45,53.15Zm.48-2.85a8.6,8.6,0,0,1-.25-1,3.78,3.78,0,0,1,.63.33,1.63,1.63,0,0,0,.11.23Z' %3e%3c/path%3e%3cpath d='M43.73,28.9a3.17,3.17,0,0,0-1.37.8,2.27,2.27,0,0,1,2.06.38A1.53,1.53,0,0,0,43.73,28.9Z' %3e%3c/path%3e%3cpath d='M47.3,22.73c-.06-.21,2.06-.22,2.06,1.11,0,.89-1.27,1.31-1.27,2.24a.83.83,0,0,0,.61.74c-.33-1.48,1-.7,1.39-.43-.73-2,.9-2,.74-2.89-.11-.64-1.53-.45-2-.77-.91-.58-2-2.81-2.7-.58a1.69,1.69,0,0,1-1.13,3,1.41,1.41,0,0,0,0,.29C47,25.38,47.67,23.91,47.3,22.73Z' %3e%3c/path%3e%3cpolygon points='31.81 21.32 31.12 20.47 30.42 21.32 31.12 22.15 31.81 21.32' %3e%3c/polygon%3e%3cpolygon points='42.86 22.15 43.55 21.32 42.86 20.47 42.16 21.32 42.86 22.15' %3e%3c/polygon%3e%3cpath d='M31.64,29.7a3.19,3.19,0,0,0-1.36-.8,1.53,1.53,0,0,0-.69,1.18A2.26,2.26,0,0,1,31.64,29.7Z' %3e%3c/path%3e%3cpolygon points='36.99 18.97 37.97 17.71 36.99 16.52 36.01 17.71 36.99 18.97' %3e%3c/polygon%3e%3cpath d='M57.74,21.4a2,2,0,0,0,2.82,0l5.16-5.16a2,2,0,0,0,.59-1.41,2,2,0,0,0-.59-1.42L60.56,8.25a2,2,0,0,0-2.82,0l-5.16,5.16A2,2,0,0,0,52,14.83a2,2,0,0,0,.59,1.41Zm1.41-8.9,2.33,2.33-2.33,2.33-2.33-2.33Z' %3e%3c/path%3e%3cpath d='M16.24,52.58a2,2,0,0,0-2.83,0h0L8.25,57.74a2,2,0,0,0,0,2.82l5.16,5.16a2,2,0,0,0,1.42.59,2,2,0,0,0,1.41-.59l5.16-5.16a2,2,0,0,0,0-2.82Zm-1.41,8.9L12.5,59.15l2.33-2.33,2.33,2.33Z' %3e%3c/path%3e%3cpath d='M72,31.34H64.7a2,2,0,0,0-2,2v7.3a2,2,0,0,0,2,2H72a2,2,0,0,0,2-2v-7.3A2,2,0,0,0,72,31.34Zm-2,7.3H66.7v-3.3H70Z' %3e%3c/path%3e%3cpath d='M11.3,40.64v-7.3a2,2,0,0,0-2-2H2a2,2,0,0,0-2,2v7.3a2,2,0,0,0,2,2H9.3A2,2,0,0,0,11.3,40.64Zm-4-2H4v-3.3H7.3Z' %3e%3c/path%3e%3cpath d='M13.41,21.4a2,2,0,0,0,2.83,0h0l5.16-5.16a2,2,0,0,0,0-2.83h0L16.24,8.25a2,2,0,0,0-1.41-.58,2,2,0,0,0-1.42.58L8.25,13.41a2,2,0,0,0-.58,1.42,2,2,0,0,0,.58,1.41Zm1.42-8.9,2.33,2.33-2.33,2.33L12.5,14.83Z' %3e%3c/path%3e%3cpath d='M60.57,52.58A2,2,0,0,0,59.15,52a2,2,0,0,0-1.41.59l-5.16,5.16a2,2,0,0,0,0,2.82l5.16,5.16a2,2,0,0,0,2.82,0l5.16-5.16a2,2,0,0,0,0-2.82Zm-1.42,8.9-2.33-2.33,2.33-2.33,2.33,2.33Z' %3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.services__wrapper:hover .services__link .icon.taxes {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 74 74'%3e%3cg fill='%23f15a22'%3e%3cpath d='M33.34,11.29h7.3a2,2,0,0,0,2-2V2a2,2,0,0,0-2-2h-7.3a2,2,0,0,0-2,2V9.29A2,2,0,0,0,33.34,11.29Zm2-7.29h3.3V7.29h-3.3Z' %3e%3c/path%3e%3cpath d='M40.64,62.68h-7.3a2,2,0,0,0-2,2V72a2,2,0,0,0,2,2h7.3a2,2,0,0,0,2-2V64.7a2,2,0,0,0-2-2Zm-2,7.3h-3.3v-3.3h3.3Z' %3e%3c/path%3e%3cpath d='M45.05,28.44a1.15,1.15,0,0,1,1,.75,1.82,1.82,0,0,0,.38-1.39c-.41-2.21-5.55-.75-8.14-1.68,0,.64.8,1.67,1.61,2.05A10.1,10.1,0,0,0,37,34.75a10.11,10.11,0,0,0-2.87-6.58c.81-.38,1.65-1.41,1.6-2.05-2.58.93-7.72-.53-8.14,1.68A1.89,1.89,0,0,0,28,29.19a1.18,1.18,0,0,1,1-.75c3.62-.54,6.64,5,3.92,7.29a.05.05,0,0,0,0,.1H41.1a.06.06,0,0,0,0-.08l0,0C38.41,33.48,41.43,27.9,45.05,28.44Z' %3e%3c/path%3e%3cpath d='M47.7,44.18s-.74.07-1,.12a2.46,2.46,0,0,0-.38.14,3.83,3.83,0,0,0,1.68.19l.41-.05a.24.24,0,0,1,.06-.09.53.53,0,0,1-.12-.14.3.3,0,0,1,0-.26Z' %3e%3c/path%3e%3cpath d='M39.86,41.88a.11.11,0,1,0,.22,0c.14-1-.54-1.29-1.25-1.18-.09-.34-.16-.64-.24-.94s-.09-.7.19-.7.09.42.07.6,0,.26.18.27.18-.1.24-.17a1,1,0,0,0,.11-1.41l-.11-.11a1.51,1.51,0,0,0-1.68.34,2,2,0,0,0-.33-.53c-.09-.1-.12-.18,0-.27a.62.62,0,0,0,.24-.42.31.31,0,0,0-.33-.31h0a.44.44,0,0,0-.45.43v.05a.5.5,0,0,0,.06.24,2,2,0,0,0-.69,0L38.72,45A2,2,0,0,0,40,43.4c0-.54-.79-.36-1.17.06-.12-.68-.23-1.31-.35-1.94,0-.17,0-.23.19-.28h0C39.15,41.06,39.88,41.2,39.86,41.88Z' %3e%3c/path%3e%3cpath d='M34.07,43.51a1.34,1.34,0,0,0-.17.59c0,.71.85.85,1.17.7a3.5,3.5,0,0,0,3.4.36l-3.24-8.9a.13.13,0,0,0-.25.09h0l.55,1.53c-.47.11-1.23.46-1.23.91,0,.61,1.08,1,1.7,1a.4.4,0,0,0,.1.38,1.4,1.4,0,0,0-.79.25,1,1,0,0,0-1.09-.23c-.25.19-.25.51,0,.87a.59.59,0,0,1,.05.78c.75,0,.47-1,.76-1a1.31,1.31,0,0,0,.07.65.42.42,0,0,1,0,.43A4,4,0,0,0,34.5,44c-.25,0-.37-.06-.29-.4C34.25,43.45,34.17,43.36,34.07,43.51ZM36,42a1.57,1.57,0,0,0,.22,1.36,2.59,2.59,0,0,0-1.31.29C34.8,43.31,35.31,42.66,36,42Z' %3e%3c/path%3e%3cpath d='M50.05,45.84a1.19,1.19,0,0,1-.76-.42.69.69,0,0,1,0-.68c.1-.27.43-.34.52-.62a.77.77,0,0,0,0-.8c-.11-.28-.41-.41-.65-.57a5,5,0,0,0-1.26-.26l-1.13-.12c-.07.08,0,.24,0,.27.14.22.48.27.72.3l1,.07c.08,0,.37,0,.12.13s-.18.16-.2.27h-.07c0-.12.07-.22.28-.36l-1.53,0H45.61a.76.76,0,0,0-.43.14,3.17,3.17,0,0,0,1.7.43,1.67,1.67,0,0,0,.32.08H47a3.89,3.89,0,0,0-1.44.19c.21.28,1.38.34,1.95.29L48.4,44a.26.26,0,0,1,.13-.08.75.75,0,0,1-.2-.3h-.4a1.55,1.55,0,0,0,.31-.07h.13a.7.7,0,0,0,.28.45.28.28,0,0,0-.27.26c0,.12.18.26.18.26a.4.4,0,0,0-.14.34.58.58,0,0,0,.33.32.36.36,0,0,0-.13.34c.06.19.33.27.33.27a.27.27,0,0,0,0,.3c.09.14.29.09.29.09a.32.32,0,0,0,.1.32Z' %3e%3c/path%3e%3cpath d='M25.08,43.06h0a2.17,2.17,0,0,0,3.05-.22l.07-.09a7.52,7.52,0,0,0,1.26-3.38,3,3,0,0,1,2.78,1.68.06.06,0,0,0,.12,0v-3.8a.05.05,0,0,0-.07,0h0a5,5,0,0,1-2.39.19A2.52,2.52,0,0,1,27.73,35a2.43,2.43,0,0,1,.8-1.77.19.19,0,0,0,.06-.26l-.06-.06-.16-.1c-4.28-2.72-8.18-9-8.6-9.71h0m-.05,0a3.82,3.82,0,0,0-.06,5.21,17.75,17.75,0,0,0,4.81,3.58,3.36,3.36,0,0,1-.06.63,13.74,13.74,0,0,1-7-4.14.06.06,0,0,0-.08,0l0,0a3.3,3.3,0,0,0,1.38,4.25,17.35,17.35,0,0,0,5.84,1.45,2.56,2.56,0,0,0,.1.54,13,13,0,0,1-7.2-1.12h-.09a2.74,2.74,0,0,0,2.35,3.08l.14,0c1.69.29,5.28-.56,5.28-.56.07.16.15.32.23.48A12.41,12.41,0,0,1,19,37.77a.06.06,0,0,0-.06.06h0c0,1.65,1.64,2.1,3.06,1.91a10.19,10.19,0,0,0,4.09-1.88l.38.38A7,7,0,0,1,21.79,41s-.05,0-.06,0a.06.06,0,0,0,0,0c.58,1,1.87,1.32,3.28.64A7.33,7.33,0,0,0,27.63,39a4.55,4.55,0,0,0,.51.21,6.43,6.43,0,0,1-3.06,3.85Z' %3e%3c/path%3e%3cpolygon points='34.98 36.35 34.98 36.35 34.98 36.35 34.98 36.35' %3e%3c/polygon%3e%3cpath d='M44.37,42.14a3,3,0,0,0,.86.6,6.94,6.94,0,0,0,1.7.15c-.46-.24-.31-.53-.31-.53Z' %3e%3c/path%3e%3cpath d='M53.85,52.66V50.41s-.3.12-.5-.37a7,7,0,0,0,0,1.71A2.89,2.89,0,0,0,53.85,52.66Z' %3e%3c/path%3e%3cpath d='M52.48,48.34a.27.27,0,0,1-.09.12c0,.1-.17.83-.17.83-.12.57-.18,1.74.09,2a4.27,4.27,0,0,0,.33-1.41l.12-1.28A.77.77,0,0,1,52.48,48.34Z' %3e%3c/path%3e%3cpath d='M53.14,51.34A1.86,1.86,0,0,0,53.2,51l.09-1.15.09-1.51a.53.53,0,0,1-.54.24s-.09.88-.14,1.41a3.27,3.27,0,0,0,.3,1.77A.91.91,0,0,0,53.14,51.34Z' %3e%3c/path%3e%3cpath d='M49.14,46.22H49a4.16,4.16,0,0,0-.39.32c-.07.07-.2.21-.2.33a1.3,1.3,0,0,0,.83-.35C49.07,46.33,49.14,46.22,49.14,46.22Z' %3e%3c/path%3e%3cpath d='M53.86,49.18a4.26,4.26,0,0,0-.13-1.28c-.13-.26-.22-.57-.49-.71a.8.8,0,0,0-.8-.09c-.29.06-.39.37-.67.45a.72.72,0,0,1-.68-.12,1.25,1.25,0,0,1-.33-.8l-.7.67c.08.16.3.13.3.13a.33.33,0,0,0,.06.3.27.27,0,0,0,.3,0s.05.28.24.36a.38.38,0,0,0,.35-.09s.07.28.28.35a.33.33,0,0,0,.35-.1s.13.19.25.2a.3.3,0,0,0,.28-.24.7.7,0,0,0,.43.34.51.51,0,0,0,.4-.19c.17-.24.11.06.11.13v1a1,1,0,0,0,.22.75s.17.1.27,0A8.79,8.79,0,0,1,53.86,49.18Z' %3e%3c/path%3e%3cpath d='M55.4,32.66a3.31,3.31,0,0,0,1.38-4.25s-.08-.05-.1,0a13.69,13.69,0,0,1-7,4.15,3.36,3.36,0,0,0-.06-.63,17.75,17.75,0,0,0,4.81-3.58,3.83,3.83,0,0,0-.06-5.21h0c-.42.69-4.32,7-8.6,9.72l-.16.1a.19.19,0,0,0-.06.26l.06.06a2.35,2.35,0,0,1,.8,1.77,2.52,2.52,0,0,1-2.15,2.42,5.1,5.1,0,0,1-2.39-.2,0,0,0,0,0-.07,0,.06.06,0,0,0,0,0v3.8a.06.06,0,0,0,.12,0,3,3,0,0,1,2.78-1.68,10.37,10.37,0,0,0,.64,2.32l2.34.25A5.43,5.43,0,0,1,46,39.22a2.28,2.28,0,0,0,.51-.21A7.23,7.23,0,0,0,49,41.67c1.41.68,2.7.35,3.27-.64V41c-.88-.07-3.56-.84-4.7-2.71l.38-.38a10,10,0,0,0,4,1.88c1.42.19,3-.26,3.06-1.91a.06.06,0,0,0-.06-.06h0a12.42,12.42,0,0,1-6.21-1.18c.08-.16.16-.32.23-.48a19.57,19.57,0,0,0,5.28.57,2.75,2.75,0,0,0,2.5-3,.61.61,0,0,0,0-.14.06.06,0,0,0-.08,0h0a13,13,0,0,1-7.2,1.12,5.07,5.07,0,0,1,.09-.54A17.18,17.18,0,0,0,55.4,32.66Z' %3e%3c/path%3e%3cpath d='M49,46.19c-.1-.06-.14-.11-.14-.19a.33.33,0,0,1,0-.22h-.09a1.29,1.29,0,0,0-.28.08,1.48,1.48,0,0,0-.66.5C48.16,46.55,48.68,46.35,49,46.19Z' %3e%3c/path%3e%3cpath d='M48.38,45.21h.26a.51.51,0,0,1-.25-.25.3.3,0,0,1,0-.29s-.94.15-1,.18a1.64,1.64,0,0,0-.52.24A2.38,2.38,0,0,0,48.38,45.21Z' %3e%3c/path%3e%3cpath d='M48.31,45.82l.45-.08a.39.39,0,0,1-.21-.24.26.26,0,0,1,.06-.28,3.64,3.64,0,0,0-1.43.46A1.29,1.29,0,0,0,48.31,45.82Z' %3e%3c/path%3e%3cpath d='M50.29,47.62a.24.24,0,0,1,0-.12.46.46,0,0,1-.28-.15,1.38,1.38,0,0,0-.43.79.67.67,0,0,0,.34-.16C50,47.92,50.29,47.62,50.29,47.62Z' %3e%3c/path%3e%3cpath d='M29.82,25.48h2.6A3.31,3.31,0,0,0,35.88,23H38.1a3.3,3.3,0,0,0,3.46,2.5h2.6a6.71,6.71,0,0,0,.57-.92c.41-1.1-.12-1.61-.88-1.61l-1,.89-1-.89c-.76,0-1.29.51-.88,1.61a5.54,5.54,0,0,0,.3.53A2.71,2.71,0,0,1,38.93,23a17.45,17.45,0,0,0,.86-1.52c.61-1.57-.17-2.22-1.32-2.22L37,21l-1.48-1.74c-1.15,0-1.93.65-1.32,2.22A14.68,14.68,0,0,0,35,23a2.69,2.69,0,0,1-2.35,2.11,5.54,5.54,0,0,0,.3-.53c.4-1.1-.12-1.61-.88-1.61l-1,.89-1-.89c-.76,0-1.29.51-.88,1.61A6.31,6.31,0,0,0,29.82,25.48Z' %3e%3c/path%3e%3cpolygon points='19.61 43.52 20.37 43.45 20.36 42.7 19.55 42.71 19.61 43.52' %3e%3c/polygon%3e%3cpath d='M23.89,26.39c.37-.28,1.72-1.05,1.39.43a.84.84,0,0,0,.61-.74c0-.93-1.27-1.35-1.27-2.24,0-1.33,2.12-1.32,2.05-1.11-.36,1.18.34,2.65,2.34,2.75a1.41,1.41,0,0,0,0-.29,1.69,1.69,0,0,1-1.13-3c-.71-2.23-1.79,0-2.7.58-.51.32-1.93.13-2.05.77C23,24.41,24.62,24.4,23.89,26.39Z' %3e%3c/path%3e%3cpath d='M52.32,48.49a.28.28,0,0,1-.25,0,.86.86,0,0,1-.14-.13l-.09.06-.09.4a3.67,3.67,0,0,0,0,1.68,2,2,0,0,0,.18-.36c.08-.25.23-1,.23-1Z' %3e%3c/path%3e%3cpath d='M51.5,48.38a.48.48,0,0,1-.22-.28l-.06.26a2.36,2.36,0,0,0,0,1.53,1.51,1.51,0,0,0,.29-.49l.28-1A.3.3,0,0,1,51.5,48.38Z' %3e%3c/path%3e%3cpath d='M50.94,48.15a.4.4,0,0,1-.22-.22l-.12.43a1.27,1.27,0,0,0,0,1.14,3.84,3.84,0,0,0,.61-1.37A.29.29,0,0,1,50.94,48.15Z' %3e%3c/path%3e%3cpath d='M50.7,47.89a.14.14,0,0,1,0-.09c-.06.05-.22,0-.22,0a.19.19,0,0,1-.17-.15c-.19.26-.44.76-.28,1.09a1.5,1.5,0,0,0,.57-.6A1.86,1.86,0,0,0,50.7,47.89Z' %3e%3c/path%3e%3cpath d='M48.82,49.14a.16.16,0,0,0-.08.06l.29.43-.35-.1h0s.54,1,0,1.46-1.82.12-2.83-.33l.5-.43a1.36,1.36,0,0,0,.85.28,1.43,1.43,0,0,0,1.43-1.41h0a1.37,1.37,0,0,0-.19-.68l2.49-2.16a.64.64,0,0,0,.51-.26.89.89,0,0,0,.8-.22.92.92,0,0,0,.07-1.3h0a.93.93,0,0,0-1.31,0,1,1,0,0,0-.3.78l-.12.08a.52.52,0,0,0-.18.4L48,48a1.42,1.42,0,0,0-.78-.23,1.45,1.45,0,0,0-1.19.62,5.55,5.55,0,0,1-.84-.11,1.11,1.11,0,0,1,.29-.79c.56-.5,1.44.12,1.45.13h0l-.07-.35.4.33a.23.23,0,0,0,.07-.07.32.32,0,0,0-.07-.44A1.77,1.77,0,0,0,45,47a1.65,1.65,0,0,0-.49,1.13c-.77-.18-1.42-.42-1.31-.58,2.35-3.3.55-5.27-1.61-5.16v2.22A1.34,1.34,0,0,1,40.2,45.9H38.75A2.4,2.4,0,0,0,37,47a2.43,2.43,0,0,0-1.77-1.08h-1.5a1.34,1.34,0,0,1-1.38-1.29V42.37c-2.16-.11-4,1.86-1.61,5.16.2.32-2,.82-3,.69a1.56,1.56,0,0,0-1.63-.37L22.89,45a1.62,1.62,0,0,0-.22-2,1.56,1.56,0,0,0-1.75-.14V44l-1.1.11a1.57,1.57,0,0,0,.33,1.72,1.62,1.62,0,0,0,2,0l3.09,2.8a1.32,1.32,0,0,0-.1.76,1.43,1.43,0,0,0,1.14,1.13,1.63,1.63,0,0,0,.95-.1l7.69,6.92a.52.52,0,0,0,.74,0h0a.52.52,0,0,0,0-.74h0L34,55l.22-.25.67.61.08.07a.25.25,0,0,0,.34,0h0l.07-.08,1-1.16a.25.25,0,0,0,0-.34h0l-.08-.07-.21.18L36,53.81l-.53.59L35,54l.55-.62a.25.25,0,0,0,0-.34h0L35.48,53a.25.25,0,0,0-.34,0h0l-.89,1-.49-.45.66-.73-.12-.17a2.18,2.18,0,0,0,.33-.42l-.08-.07a.25.25,0,0,0-.34,0h0l-1.05,1.16-.07.08a.25.25,0,0,0,0,.34h0l.08.07.67.6-.22.25-5.52-5a7.5,7.5,0,0,1,3.76-1,.29.29,0,0,0,.3-.26.32.32,0,0,0,0-.14c-.61-1.46.69-2.51,2-1.65a4.48,4.48,0,0,1,1.64,2.34,10.79,10.79,0,0,0-4.87,2.57l1.27,1.27A7,7,0,0,1,36,49.64c.06.18,0,.12.11.3a6.41,6.41,0,0,0-2.78,2.6l.11-.12c.15-.14.76-.9.91-.76l.53.45s-.42.73-.38.76.12.18.15.15L35,52.7a6.36,6.36,0,0,1,1.34-2.12,1.7,1.7,0,0,0,0,.5,22.2,22.2,0,0,0-.67,2.42l.17.13.38-.31.38.31s.31.3.15.6a15.68,15.68,0,0,1-1.24,1.46c.25.67,1.21,1.12,1.38,1.2a3.6,3.6,0,0,0,1-.63,5.31,5.31,0,0,1-.16-1.12,2.65,2.65,0,0,1,.21-1l.25-.25a20.26,20.26,0,0,0-.73-2.75v-.5a7,7,0,0,1,1.61,2.9h.49v-.08a2.62,2.62,0,0,1,.15-1,1.9,1.9,0,0,1,.4-.4,6.49,6.49,0,0,0-2.36-2c.06-.18,0-.12.11-.3a6.89,6.89,0,0,1,3.23,2.2l.68.12a2,2,0,0,1-.15-.76,1.15,1.15,0,0,1,.27-.63A12,12,0,0,0,38.19,49a4.48,4.48,0,0,1,1.64-2.34c1.34-.86,2.65.19,2,1.65a.27.27,0,0,0,.13.37.35.35,0,0,0,.14,0,8.28,8.28,0,0,1,2.42.39,7.71,7.71,0,0,0,.24,1.16,1.8,1.8,0,0,0-2.62,2.28c-.62-.28-1.33-.47-1.78-.06a1.58,1.58,0,0,0-.17,1.67,1.54,1.54,0,0,0-1.66.18,1.3,1.3,0,0,0-.14,1.62V56c.1.11.17.22.3.15s.09-.31,0-.46a.85.85,0,0,1,.11-1c.36-.32,1.17,0,1.62.31l-2.09,2,.06.06.06.07,2.26-2c.25.48.53,1.3.14,1.65s-1,0-1,0-.36-.19-.46,0,0,.21.11.31l.06,0a1.28,1.28,0,0,0,1.63,0,1.57,1.57,0,0,0,.35-1.64,1.59,1.59,0,0,0,1.68,0c.45-.41.34-1.13.12-1.78a1.8,1.8,0,0,0,2.54-2.36c1,.4,2.49.77,3.23.1.94-.85.18-2.19.15-2.25a.32.32,0,0,0-.43-.08Zm-7.77,5.3c-.3-.64-.46-1.34-.23-1.55s1,.11,1.5.37Zm1.73.63c-.23.21-.91,0-1.52-.39l1.32-1.14C42.78,54.06,43,54.84,42.78,55.07ZM43,50.88c.14-.14.67-.54,1.87,0L42.92,52.7C42.49,51.57,42.74,51.12,43,50.88Zm2,2.27c-.26.2-.72.39-1.8-.15l2-1.71C45.61,52.54,45.16,53,45,53.15Zm.48-2.85a8.6,8.6,0,0,1-.25-1,3.78,3.78,0,0,1,.63.33,1.63,1.63,0,0,0,.11.23Z' %3e%3c/path%3e%3cpath d='M43.73,28.9a3.17,3.17,0,0,0-1.37.8,2.27,2.27,0,0,1,2.06.38A1.53,1.53,0,0,0,43.73,28.9Z' %3e%3c/path%3e%3cpath d='M47.3,22.73c-.06-.21,2.06-.22,2.06,1.11,0,.89-1.27,1.31-1.27,2.24a.83.83,0,0,0,.61.74c-.33-1.48,1-.7,1.39-.43-.73-2,.9-2,.74-2.89-.11-.64-1.53-.45-2-.77-.91-.58-2-2.81-2.7-.58a1.69,1.69,0,0,1-1.13,3,1.41,1.41,0,0,0,0,.29C47,25.38,47.67,23.91,47.3,22.73Z' %3e%3c/path%3e%3cpolygon points='31.81 21.32 31.12 20.47 30.42 21.32 31.12 22.15 31.81 21.32' %3e%3c/polygon%3e%3cpolygon points='42.86 22.15 43.55 21.32 42.86 20.47 42.16 21.32 42.86 22.15' %3e%3c/polygon%3e%3cpath d='M31.64,29.7a3.19,3.19,0,0,0-1.36-.8,1.53,1.53,0,0,0-.69,1.18A2.26,2.26,0,0,1,31.64,29.7Z' %3e%3c/path%3e%3cpolygon points='36.99 18.97 37.97 17.71 36.99 16.52 36.01 17.71 36.99 18.97' %3e%3c/polygon%3e%3cpath d='M57.74,21.4a2,2,0,0,0,2.82,0l5.16-5.16a2,2,0,0,0,.59-1.41,2,2,0,0,0-.59-1.42L60.56,8.25a2,2,0,0,0-2.82,0l-5.16,5.16A2,2,0,0,0,52,14.83a2,2,0,0,0,.59,1.41Zm1.41-8.9,2.33,2.33-2.33,2.33-2.33-2.33Z' %3e%3c/path%3e%3cpath d='M16.24,52.58a2,2,0,0,0-2.83,0h0L8.25,57.74a2,2,0,0,0,0,2.82l5.16,5.16a2,2,0,0,0,1.42.59,2,2,0,0,0,1.41-.59l5.16-5.16a2,2,0,0,0,0-2.82Zm-1.41,8.9L12.5,59.15l2.33-2.33,2.33,2.33Z' %3e%3c/path%3e%3cpath d='M72,31.34H64.7a2,2,0,0,0-2,2v7.3a2,2,0,0,0,2,2H72a2,2,0,0,0,2-2v-7.3A2,2,0,0,0,72,31.34Zm-2,7.3H66.7v-3.3H70Z' %3e%3c/path%3e%3cpath d='M11.3,40.64v-7.3a2,2,0,0,0-2-2H2a2,2,0,0,0-2,2v7.3a2,2,0,0,0,2,2H9.3A2,2,0,0,0,11.3,40.64Zm-4-2H4v-3.3H7.3Z' %3e%3c/path%3e%3cpath d='M13.41,21.4a2,2,0,0,0,2.83,0h0l5.16-5.16a2,2,0,0,0,0-2.83h0L16.24,8.25a2,2,0,0,0-1.41-.58,2,2,0,0,0-1.42.58L8.25,13.41a2,2,0,0,0-.58,1.42,2,2,0,0,0,.58,1.41Zm1.42-8.9,2.33,2.33-2.33,2.33L12.5,14.83Z' %3e%3c/path%3e%3cpath d='M60.57,52.58A2,2,0,0,0,59.15,52a2,2,0,0,0-1.41.59l-5.16,5.16a2,2,0,0,0,0,2.82l5.16,5.16a2,2,0,0,0,2.82,0l5.16-5.16a2,2,0,0,0,0-2.82Zm-1.42,8.9-2.33-2.33,2.33-2.33,2.33,2.33Z' %3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.services__link .icon.pb {
	background-size: 36px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75.83 74.96'%3e%3cg fill='%230066B3'%3e%3cpath d='M 75.39 1.88 a 20.17 20.17 0 0 0 -19.79 4 l -3 -1.48 s -3.91 -1.9 -5.81 2 L 43.9 12.3 s -1.91 3.9 2 5.81 l 3 1.47 a 20.19 20.19 0 0 0 9 18.09 s 0.91 0.46 1.79 -1.33 l 5.48 -11.23 A 5.44 5.44 0 1 0 70 15.33 h 0 L 75.45 4.1 C 76.32 2.31 75.39 1.88 75.39 1.88 Z'%3e%3c/path%3e%3cpath d='M 45.59 68.13 H 38.31 a 6.5 6.5 0 0 0 -6.48 -6.21 a 6.36 6.36 0 0 0 -2.2 0.4 L 10.28 38.66 a 5.38 5.38 0 0 0 0.3 -4.24 l 26.1 -24 a 5.36 5.36 0 0 0 2.2 0.47 a 5.45 5.45 0 1 0 -5.14 -3.67 l -26.1 24 a 5.59 5.59 0 0 0 -2.2 -0.46 a 5.44 5.44 0 1 0 0 10.87 a 5.49 5.49 0 0 0 1.47 -0.2 L 26.27 65.08 a 6.61 6.61 0 0 0 -0.93 3 H 18.07 S 13 68.13 13 73.21 v 1.45 s 0 0.11 0 0.3 H 50.64 c 0 -0.1 0 -0.2 0 -0.3 V 73.21 S 50.66 68.13 45.59 68.13 Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.services__wrapper:hover .services__link .icon.pb {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75.83 74.96'%3e%3cg fill='%23f15a22'%3e%3cpath d='M 75.39 1.88 a 20.17 20.17 0 0 0 -19.79 4 l -3 -1.48 s -3.91 -1.9 -5.81 2 L 43.9 12.3 s -1.91 3.9 2 5.81 l 3 1.47 a 20.19 20.19 0 0 0 9 18.09 s 0.91 0.46 1.79 -1.33 l 5.48 -11.23 A 5.44 5.44 0 1 0 70 15.33 h 0 L 75.45 4.1 C 76.32 2.31 75.39 1.88 75.39 1.88 Z'%3e%3c/path%3e%3cpath d='M 45.59 68.13 H 38.31 a 6.5 6.5 0 0 0 -6.48 -6.21 a 6.36 6.36 0 0 0 -2.2 0.4 L 10.28 38.66 a 5.38 5.38 0 0 0 0.3 -4.24 l 26.1 -24 a 5.36 5.36 0 0 0 2.2 0.47 a 5.45 5.45 0 1 0 -5.14 -3.67 l -26.1 24 a 5.59 5.59 0 0 0 -2.2 -0.46 a 5.44 5.44 0 1 0 0 10.87 a 5.49 5.49 0 0 0 1.47 -0.2 L 26.27 65.08 a 6.61 6.61 0 0 0 -0.93 3 H 18.07 S 13 68.13 13 73.21 v 1.45 s 0 0.11 0 0.3 H 50.64 c 0 -0.1 0 -0.2 0 -0.3 V 73.21 S 50.66 68.13 45.59 68.13 Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.services__link .icon.filter {
	background-size: 30px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.88 34.45'%3e%3cg fill='%230066B3'%3e%3cpath d='M34.88,19.24h-.75v-4h.75Zm-2,0h-.75v-4h.75Zm-2,0H30.1v-4h.75Zm-2,0h-.74v-4h.74Zm-2,0h-.75v-4h.75Zm-2,0h-.75v-4h.75Zm-2,0H22v-4h.75Zm-2,0H20v-4h.75Zm-2,0H18v-4h.75Zm-2,0H16v-4h.75Z' %3e%3c/path%3e%3cpath d='M34.88,6.3h-.75v-4h.75Zm-2.07,0h-.75v-4h.75Zm-2.06,0H30v-4h.75Z' %3e%3c/path%3e%3cpath d='M34.88,32.17h-.75v-4h.75Zm-2.07,0h-.75v-4h.75Zm-2.06,0H30v-4h.75Z' %3e%3c/path%3e%3cpath d='M24.3,0a4.26,4.26,0,0,0-3.78,2.3H0v4H20.52A4.29,4.29,0,1,0,24.3,0Z' %3e%3c/path%3e%3cpath d='M24.3,25.87a4.26,4.26,0,0,0-3.78,2.3H0v4H20.51a4.29,4.29,0,1,0,3.79-6.3Z' %3e%3c/path%3e%3cpath d='M10.3,12.94a4.26,4.26,0,0,0-3.78,2.3H0v4H6.52a4.29,4.29,0,1,0,3.78-6.3Z' %3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.services__wrapper:hover .services__link .icon.filter {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.88 34.45'%3e%3cg fill='%23f15a22'%3e%3cpath d='M34.88,19.24h-.75v-4h.75Zm-2,0h-.75v-4h.75Zm-2,0H30.1v-4h.75Zm-2,0h-.74v-4h.74Zm-2,0h-.75v-4h.75Zm-2,0h-.75v-4h.75Zm-2,0H22v-4h.75Zm-2,0H20v-4h.75Zm-2,0H18v-4h.75Zm-2,0H16v-4h.75Z' %3e%3c/path%3e%3cpath d='M34.88,6.3h-.75v-4h.75Zm-2.07,0h-.75v-4h.75Zm-2.06,0H30v-4h.75Z' %3e%3c/path%3e%3cpath d='M34.88,32.17h-.75v-4h.75Zm-2.07,0h-.75v-4h.75Zm-2.06,0H30v-4h.75Z' %3e%3c/path%3e%3cpath d='M24.3,0a4.26,4.26,0,0,0-3.78,2.3H0v4H20.52A4.29,4.29,0,1,0,24.3,0Z' %3e%3c/path%3e%3cpath d='M24.3,25.87a4.26,4.26,0,0,0-3.78,2.3H0v4H20.51a4.29,4.29,0,1,0,3.79-6.3Z' %3e%3c/path%3e%3cpath d='M10.3,12.94a4.26,4.26,0,0,0-3.78,2.3H0v4H6.52a4.29,4.29,0,1,0,3.78-6.3Z' %3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.services__link .icon.msp {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 74.69 75.83'%3e%3cg fill='%230066B3'%3e%3cpath d='M11.06,31A26.7,26.7,0,0,1,15,22.23H12.58A29.32,29.32,0,0,0,9,31Z' %3e%3c/path%3e%3cpath d='M15.65,53.6a26.85,26.85,0,0,1-4.34-8.75H9.23a29.06,29.06,0,0,0,4,8.75Z' %3e%3c/path%3e%3cpath d='M22.23,15a26.8,26.8,0,0,1,8.18-3.72V9.21a29,29,0,0,0-8.18,3.4Z' %3e%3c/path%3e%3cpath d='M44.28,11.27A27.07,27.07,0,0,1,52.46,15V12.61a29.33,29.33,0,0,0-8.18-3.4Z' %3e%3c/path%3e%3cpath d='M59.73,22.23A27.22,27.22,0,0,1,63.63,31h2.05a28.88,28.88,0,0,0-3.57-8.76Z' %3e%3c/path%3e%3cpath d='M63.37,44.85A26.83,26.83,0,0,1,59,53.6h2.45a28.58,28.58,0,0,0,4-8.75Z' %3e%3c/path%3e%3cpath d='M30.41,63.6a26.8,26.8,0,0,1-8.18-3.72v2.38a28.51,28.51,0,0,0,8.18,3.4Z' %3e%3c/path%3e%3cpath d='M52.46,59.88a26.8,26.8,0,0,1-8.18,3.72v2.06a28.51,28.51,0,0,0,8.18-3.4Z' %3e%3c/path%3e%3cpath d='M29.41,45V38.38h-.08l-1,2.52-.75,1.82h-2.1l-.78-1.94-.95-2.43h-.08V45H20.79V31h2.69l1.63,3.91,1.39,3.51h.1L28,34.85,29.57,31h2.75V45Z' %3e%3c/path%3e%3cpath d='M43.2,41.63a4,4,0,0,1-1.5,2.57,4.59,4.59,0,0,1-2.9.93,4.89,4.89,0,0,1-2.07-.39,3.68,3.68,0,0,1-1.4-1,4.39,4.39,0,0,1-.78-1.52,6.56,6.56,0,0,1-.26-1.82v-5a5.34,5.34,0,0,1,.25-1.59,4,4,0,0,1,2.17-2.5,5.46,5.46,0,0,1,3.82-.12,4,4,0,0,1,1.31.78,3.74,3.74,0,0,1,.89,1.12,4.77,4.77,0,0,1,.49,1.32l-2.77.83a4.27,4.27,0,0,0-.13-.48,1.36,1.36,0,0,0-.29-.49,1.92,1.92,0,0,0-.51-.39,1.82,1.82,0,0,0-1.47,0,1.44,1.44,0,0,0-.49.39,1.59,1.59,0,0,0-.26.5,1.82,1.82,0,0,0-.08.52v5.2a2.35,2.35,0,0,0,.36,1.34,1.37,1.37,0,0,0,1.22.52A1.62,1.62,0,0,0,39.87,42a1.55,1.55,0,0,0,.54-1.08Z' %3e%3c/path%3e%3cpath d='M51,45V33.7H48V45H45V31h8.84V45Z' %3e%3c/path%3e%3cpath d='M22.23,24.23h-10a2,2,0,0,1-2-2v-10a2,2,0,0,1,2-2h10a2,2,0,0,1,2,2v10A2,2,0,0,1,22.23,24.23Zm-8-4h6v-6h-6Z' %3e%3c/path%3e%3cpath d='M22.23,65.6h-10a2,2,0,0,1-2-2v-10a2,2,0,0,1,2-2h10a2,2,0,0,1,2,2v10A2,2,0,0,1,22.23,65.6Zm-8-4h6v-6h-6Z' %3e%3c/path%3e%3cpath d='M44.27,17.86H30.41a2,2,0,0,1-2-2V2a2,2,0,0,1,2-2H44.27a2,2,0,0,1,2,2V15.86a2,2,0,0,1-2,2Zm-11.86-4h9.86V4H32.41Z' %3e%3c/path%3e%3cpath d='M44.27,75.83H30.41a2,2,0,0,1-2-2V60a2,2,0,0,1,2-2H44.27a2,2,0,0,1,2,2V73.83A2,2,0,0,1,44.27,75.83Zm-11.86-4h9.86V62H32.41Z' %3e%3c/path%3e%3cpath d='M62.46,24.23h-10a2,2,0,0,1-2-2v-10a2,2,0,0,1,2-2h10a2,2,0,0,1,2,2v10A2,2,0,0,1,62.46,24.23Zm-8-4h6v-6h-6Z' %3e%3c/path%3e%3cpath d='M62.46,65.6h-10a2,2,0,0,1-2-2v-10a2,2,0,0,1,2-2h10a2,2,0,0,1,2,2v10A2,2,0,0,1,62.46,65.6Zm-8-4h6v-6h-6Z' %3e%3c/path%3e%3cpath d='M72.69,46.85H58.82a2,2,0,0,1-2-2V31a2,2,0,0,1,2-2H72.69a2,2,0,0,1,2,2V44.85A2,2,0,0,1,72.69,46.85Zm-11.87-4h9.87V33H60.82Z' %3e%3c/path%3e%3cpath d='M15.86,46.85H2a2,2,0,0,1-2-2V31a2,2,0,0,1,2-2H15.86a2,2,0,0,1,2,2h0V44.85a2,2,0,0,1-2,2ZM4,42.85h9.86V33H4Z' %3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.services__wrapper:hover .services__link .icon.msp {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 74.69 75.83'%3e%3cg fill='%23f15a22'%3e%3cpath d='M11.06,31A26.7,26.7,0,0,1,15,22.23H12.58A29.32,29.32,0,0,0,9,31Z' %3e%3c/path%3e%3cpath d='M15.65,53.6a26.85,26.85,0,0,1-4.34-8.75H9.23a29.06,29.06,0,0,0,4,8.75Z' %3e%3c/path%3e%3cpath d='M22.23,15a26.8,26.8,0,0,1,8.18-3.72V9.21a29,29,0,0,0-8.18,3.4Z' %3e%3c/path%3e%3cpath d='M44.28,11.27A27.07,27.07,0,0,1,52.46,15V12.61a29.33,29.33,0,0,0-8.18-3.4Z' %3e%3c/path%3e%3cpath d='M59.73,22.23A27.22,27.22,0,0,1,63.63,31h2.05a28.88,28.88,0,0,0-3.57-8.76Z' %3e%3c/path%3e%3cpath d='M63.37,44.85A26.83,26.83,0,0,1,59,53.6h2.45a28.58,28.58,0,0,0,4-8.75Z' %3e%3c/path%3e%3cpath d='M30.41,63.6a26.8,26.8,0,0,1-8.18-3.72v2.38a28.51,28.51,0,0,0,8.18,3.4Z' %3e%3c/path%3e%3cpath d='M52.46,59.88a26.8,26.8,0,0,1-8.18,3.72v2.06a28.51,28.51,0,0,0,8.18-3.4Z' %3e%3c/path%3e%3cpath d='M29.41,45V38.38h-.08l-1,2.52-.75,1.82h-2.1l-.78-1.94-.95-2.43h-.08V45H20.79V31h2.69l1.63,3.91,1.39,3.51h.1L28,34.85,29.57,31h2.75V45Z' %3e%3c/path%3e%3cpath d='M43.2,41.63a4,4,0,0,1-1.5,2.57,4.59,4.59,0,0,1-2.9.93,4.89,4.89,0,0,1-2.07-.39,3.68,3.68,0,0,1-1.4-1,4.39,4.39,0,0,1-.78-1.52,6.56,6.56,0,0,1-.26-1.82v-5a5.34,5.34,0,0,1,.25-1.59,4,4,0,0,1,2.17-2.5,5.46,5.46,0,0,1,3.82-.12,4,4,0,0,1,1.31.78,3.74,3.74,0,0,1,.89,1.12,4.77,4.77,0,0,1,.49,1.32l-2.77.83a4.27,4.27,0,0,0-.13-.48,1.36,1.36,0,0,0-.29-.49,1.92,1.92,0,0,0-.51-.39,1.82,1.82,0,0,0-1.47,0,1.44,1.44,0,0,0-.49.39,1.59,1.59,0,0,0-.26.5,1.82,1.82,0,0,0-.08.52v5.2a2.35,2.35,0,0,0,.36,1.34,1.37,1.37,0,0,0,1.22.52A1.62,1.62,0,0,0,39.87,42a1.55,1.55,0,0,0,.54-1.08Z' %3e%3c/path%3e%3cpath d='M51,45V33.7H48V45H45V31h8.84V45Z' %3e%3c/path%3e%3cpath d='M22.23,24.23h-10a2,2,0,0,1-2-2v-10a2,2,0,0,1,2-2h10a2,2,0,0,1,2,2v10A2,2,0,0,1,22.23,24.23Zm-8-4h6v-6h-6Z' %3e%3c/path%3e%3cpath d='M22.23,65.6h-10a2,2,0,0,1-2-2v-10a2,2,0,0,1,2-2h10a2,2,0,0,1,2,2v10A2,2,0,0,1,22.23,65.6Zm-8-4h6v-6h-6Z' %3e%3c/path%3e%3cpath d='M44.27,17.86H30.41a2,2,0,0,1-2-2V2a2,2,0,0,1,2-2H44.27a2,2,0,0,1,2,2V15.86a2,2,0,0,1-2,2Zm-11.86-4h9.86V4H32.41Z' %3e%3c/path%3e%3cpath d='M44.27,75.83H30.41a2,2,0,0,1-2-2V60a2,2,0,0,1,2-2H44.27a2,2,0,0,1,2,2V73.83A2,2,0,0,1,44.27,75.83Zm-11.86-4h9.86V62H32.41Z' %3e%3c/path%3e%3cpath d='M62.46,24.23h-10a2,2,0,0,1-2-2v-10a2,2,0,0,1,2-2h10a2,2,0,0,1,2,2v10A2,2,0,0,1,62.46,24.23Zm-8-4h6v-6h-6Z' %3e%3c/path%3e%3cpath d='M62.46,65.6h-10a2,2,0,0,1-2-2v-10a2,2,0,0,1,2-2h10a2,2,0,0,1,2,2v10A2,2,0,0,1,62.46,65.6Zm-8-4h6v-6h-6Z' %3e%3c/path%3e%3cpath d='M72.69,46.85H58.82a2,2,0,0,1-2-2V31a2,2,0,0,1,2-2H72.69a2,2,0,0,1,2,2V44.85A2,2,0,0,1,72.69,46.85Zm-11.87-4h9.87V33H60.82Z' %3e%3c/path%3e%3cpath d='M15.86,46.85H2a2,2,0,0,1-2-2V31a2,2,0,0,1,2-2H15.86a2,2,0,0,1,2,2h0V44.85a2,2,0,0,1-2,2ZM4,42.85h9.86V33H4Z' %3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.services__link .icon.inn {
	background-size: 30px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.17 74.9'%3e%3cg fill='%230066B3'%3e%3cpath d='M38,74.9a2,2,0,0,1-.76-.15A2,2,0,0,1,36,72.9V55.74a2,2,0,0,1,2-2H55.17a2,2,0,0,1,1.42,3.41L39.43,74.31A2,2,0,0,1,38,74.9Zm2-17.16V68.07L50.35,57.74Z' %3e%3c/path%3e%3cpath d='M38,74.9H2a2,2,0,0,1-2-2V2A2,2,0,0,1,2,0H55.17a2,2,0,0,1,2,2V55.74a2,2,0,0,1-.58,1.41L39.42,74.31A2,2,0,0,1,38,74.9Zm-34-4H37.18l16-16V4H4Z' %3e%3c/path%3e%3cpath d='M17.24,26.06V17h0l-4.65,9.09H9.29V9.36h3.46v9.7h.05l4.77-9.7h3.15v16.7Z' %3e%3c/path%3e%3cpath d='M30.77,26.06V19.2H27v6.86H23.5V9.36H27V16h3.79V9.36H34.2v16.7Z' %3e%3c/path%3e%3cpath d='M44.38,26.06V19.2H40.59v6.86H37.11V9.36h3.48V16h3.79V9.36h3.43v16.7Z' %3e%3c/path%3e%3cpath d='M14.93,32.94H9.28V31.42h5.65Zm33,0H18.7V31.42H47.89Z' %3e%3c/path%3e%3cpath d='M26.23,37.51h-17V36h17Zm21.66,0H30V36H47.89Z' %3e%3c/path%3e%3crect x='9.28' y='40.56' width='11.3' height='1.52' %3e%3c/rect%3e%3cpath d='M14.26,65.47a5,5,0,0,1-4.09-2.71,5.09,5.09,0,0,1-.31-5.15l.14-.15a10,10,0,0,0,3.85-6.67l.06-.2a5,5,0,0,1,4.54-2.3A5,5,0,0,1,23,50.59l.06.19a10.17,10.17,0,0,0,3.86,6.68l.14.15a5.06,5.06,0,0,1-.32,5.15,4.91,4.91,0,0,1-4.23,2.7h-.18a10.12,10.12,0,0,0-7.72,0h-.35Zm8.37-1.06h0a4,4,0,0,0,3.17-2.19,4.11,4.11,0,0,0,.37-4A11.31,11.31,0,0,1,22,51a4,4,0,0,0-3.55-1.66A4,4,0,0,0,14.9,51a11.21,11.21,0,0,1-4.19,7.24,4.14,4.14,0,0,0,.38,4,4,4,0,0,0,3.17,2.19h0A11.17,11.17,0,0,1,22.63,64.41Z' %3e%3c/path%3e%3cpath d='M18.45,67.49a5,5,0,0,1-4.54-2.31L13.85,65A10.12,10.12,0,0,0,10,58.32l-.14-.16A5.06,5.06,0,0,1,10.17,53a5,5,0,0,1,4.23-2.71h.19a10.21,10.21,0,0,0,7.72,0h.18A5,5,0,0,1,26.72,53,5,5,0,0,1,27,58.16l-.14.16A10,10,0,0,0,23,65l-.06.19A5,5,0,0,1,18.45,67.49Zm-3.56-2.72a4.07,4.07,0,0,0,3.56,1.66A4.05,4.05,0,0,0,22,64.77a11.15,11.15,0,0,1,4.18-7.24,4.11,4.11,0,0,0-.37-4,4,4,0,0,0-3.18-2.19,11.29,11.29,0,0,1-8.36,0h0a3.94,3.94,0,0,0-3.17,2.19,4.12,4.12,0,0,0-.38,4A11.25,11.25,0,0,1,14.89,64.77Z' %3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.services__wrapper:hover .services__link .icon.inn {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.17 74.9'%3e%3cg fill='%23f15a22'%3e%3cpath d='M38,74.9a2,2,0,0,1-.76-.15A2,2,0,0,1,36,72.9V55.74a2,2,0,0,1,2-2H55.17a2,2,0,0,1,1.42,3.41L39.43,74.31A2,2,0,0,1,38,74.9Zm2-17.16V68.07L50.35,57.74Z' %3e%3c/path%3e%3cpath d='M38,74.9H2a2,2,0,0,1-2-2V2A2,2,0,0,1,2,0H55.17a2,2,0,0,1,2,2V55.74a2,2,0,0,1-.58,1.41L39.42,74.31A2,2,0,0,1,38,74.9Zm-34-4H37.18l16-16V4H4Z' %3e%3c/path%3e%3cpath d='M17.24,26.06V17h0l-4.65,9.09H9.29V9.36h3.46v9.7h.05l4.77-9.7h3.15v16.7Z' %3e%3c/path%3e%3cpath d='M30.77,26.06V19.2H27v6.86H23.5V9.36H27V16h3.79V9.36H34.2v16.7Z' %3e%3c/path%3e%3cpath d='M44.38,26.06V19.2H40.59v6.86H37.11V9.36h3.48V16h3.79V9.36h3.43v16.7Z' %3e%3c/path%3e%3cpath d='M14.93,32.94H9.28V31.42h5.65Zm33,0H18.7V31.42H47.89Z' %3e%3c/path%3e%3cpath d='M26.23,37.51h-17V36h17Zm21.66,0H30V36H47.89Z' %3e%3c/path%3e%3crect x='9.28' y='40.56' width='11.3' height='1.52' %3e%3c/rect%3e%3cpath d='M14.26,65.47a5,5,0,0,1-4.09-2.71,5.09,5.09,0,0,1-.31-5.15l.14-.15a10,10,0,0,0,3.85-6.67l.06-.2a5,5,0,0,1,4.54-2.3A5,5,0,0,1,23,50.59l.06.19a10.17,10.17,0,0,0,3.86,6.68l.14.15a5.06,5.06,0,0,1-.32,5.15,4.91,4.91,0,0,1-4.23,2.7h-.18a10.12,10.12,0,0,0-7.72,0h-.35Zm8.37-1.06h0a4,4,0,0,0,3.17-2.19,4.11,4.11,0,0,0,.37-4A11.31,11.31,0,0,1,22,51a4,4,0,0,0-3.55-1.66A4,4,0,0,0,14.9,51a11.21,11.21,0,0,1-4.19,7.24,4.14,4.14,0,0,0,.38,4,4,4,0,0,0,3.17,2.19h0A11.17,11.17,0,0,1,22.63,64.41Z' %3e%3c/path%3e%3cpath d='M18.45,67.49a5,5,0,0,1-4.54-2.31L13.85,65A10.12,10.12,0,0,0,10,58.32l-.14-.16A5.06,5.06,0,0,1,10.17,53a5,5,0,0,1,4.23-2.71h.19a10.21,10.21,0,0,0,7.72,0h.18A5,5,0,0,1,26.72,53,5,5,0,0,1,27,58.16l-.14.16A10,10,0,0,0,23,65l-.06.19A5,5,0,0,1,18.45,67.49Zm-3.56-2.72a4.07,4.07,0,0,0,3.56,1.66A4.05,4.05,0,0,0,22,64.77a11.15,11.15,0,0,1,4.18-7.24,4.11,4.11,0,0,0-.37-4,4,4,0,0,0-3.18-2.19,11.29,11.29,0,0,1-8.36,0h0a3.94,3.94,0,0,0-3.17,2.19,4.12,4.12,0,0,0-.38,4A11.25,11.25,0,0,1,14.89,64.77Z' %3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.services__link .icon.activities-UL-IP-Re {
	background-size: 30px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.18 74.9'%3e%3cg fill='%230066B3'%3e%3cpath d='M57,56.61a1.62,1.62,0,0,0,.17-.48h0a2.54,2.54,0,0,0,0-.39V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V72.9a2,2,0,0,0,2,2H38a2,2,0,0,0,1.42-.59L56.59,57.15h0a1.68,1.68,0,0,0,.3-.4ZM40,68.07V57.74H50.34ZM4,4H53.17V53.74H38a2,2,0,0,0-2,2V70.9H4Z' %3e%3c/path%3e%3cpath d='M30.12,13.27a6,6,0,0,0-1.3-4.08,5.06,5.06,0,0,0-4-1.49,6.34,6.34,0,0,0-2.32.41,4.65,4.65,0,0,0-1.66,1.14,4.72,4.72,0,0,0-1,1.77,7.17,7.17,0,0,0-.33,2.25v1.46H18V7.82H14.43V25.13H18V18h1.44v1.69A7.89,7.89,0,0,0,19.79,22a4.37,4.37,0,0,0,2.62,2.89,6.12,6.12,0,0,0,2.36.41,5.17,5.17,0,0,0,3.95-1.45,5.72,5.72,0,0,0,1.4-4.11Zm-3.56,6.61a2.12,2.12,0,0,1-.46,1.45,1.69,1.69,0,0,1-1.37.54,1.61,1.61,0,0,1-1.35-.56A2.32,2.32,0,0,1,23,19.88V13.07a2.13,2.13,0,0,1,.44-1.38,1.63,1.63,0,0,1,1.36-.56,1.64,1.64,0,0,1,1.35.54,2,2,0,0,1,.45,1.4Z' %3e%3c/path%3e%3cpath d='M35.14,22.64A8.7,8.7,0,0,0,35.86,20,31.15,31.15,0,0,0,36,16.52V11.18h3v14h3.56V7.82H32.78v8.8a22.61,22.61,0,0,1-.07,2.28,6.17,6.17,0,0,1-.33,1.7,3.18,3.18,0,0,1-.81,1.23,4.1,4.1,0,0,1-1.5.83l.84,2.84a6,6,0,0,0,2.67-1A5,5,0,0,0,35.14,22.64Z' %3e%3c/path%3e%3cpolygon points='15.23 27.84 15.23 45.14 18.61 45.14 23.43 35.72 23.45 35.72 23.45 45.14 27.06 45.14 27.06 27.84 23.8 27.84 18.86 37.88 18.81 37.88 18.81 27.84 15.23 27.84' %3e%3c/polygon%3e%3cpolygon points='38.27 31.22 38.27 45.14 41.82 45.14 41.82 27.84 30.94 27.84 30.94 45.14 34.54 45.14 34.54 31.22 38.27 31.22' %3e%3c/polygon%3e%3cpath d='M26.72,53a5,5,0,0,0-3.91-2.69,5.1,5.1,0,0,0-4.36-2,5.1,5.1,0,0,0-4.36,2A5,5,0,0,0,10.17,53a5.21,5.21,0,0,0-.45,4.87,5.21,5.21,0,0,0,.45,4.87,5.08,5.08,0,0,0,3.92,2.69,5.1,5.1,0,0,0,4.36,2,5.1,5.1,0,0,0,4.36-2,5.08,5.08,0,0,0,3.91-2.69,5.15,5.15,0,0,0,.45-4.87A5.15,5.15,0,0,0,26.72,53Zm-.91.54A4.44,4.44,0,0,1,26.38,57a10.34,10.34,0,0,1-3.22-5.61,4.26,4.26,0,0,1,2.65,2.17ZM22.1,64.22a11.3,11.3,0,0,0-7.31,0,11.4,11.4,0,0,0-3.65-6.33,11.32,11.32,0,0,0,3.66-6.33,11.3,11.3,0,0,0,7.31,0,11.41,11.41,0,0,0,3.64,6.34A11.22,11.22,0,0,0,22.1,64.22Zm-.42-13.64a10.23,10.23,0,0,1-6.47,0,4.44,4.44,0,0,1,3.24-1.23A4.36,4.36,0,0,1,21.68,50.58Zm-10.59,3a4.24,4.24,0,0,1,2.66-2.13A10.17,10.17,0,0,1,10.51,57a4.39,4.39,0,0,1,.58-3.44Zm0,8.66a4.4,4.4,0,0,1-.58-3.48,10.32,10.32,0,0,1,3.23,5.61,4.31,4.31,0,0,1-2.65-2.15Zm4.13,3a10.2,10.2,0,0,1,6.46,0,4.37,4.37,0,0,1-3.23,1.24,4.34,4.34,0,0,1-3.23-1.29Zm10.59-3a4.24,4.24,0,0,1-2.66,2.13,10.19,10.19,0,0,1,3.23-5.61,4.44,4.44,0,0,1-.57,3.46Z' %3e%3c/path%3e%3cpath d='M18,57.36l-2.45-1.84-2.4,3.2,4,3a2,2,0,0,0,2.76-.35l4-5-3.12-2.5Z' %3e%3c/path%3e%3crect x='46.09' y='28.18' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='30.19' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='26.17' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='32.2' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='34.21' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='38.23' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='36.22' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='24.16' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='42.24' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='8.09' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='10.1' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='12.11' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='44.25' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='14.12' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='18.13' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='20.14' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='16.13' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='22.15' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='40.23' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='32.2' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='36.22' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='34.21' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='30.19' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='40.23' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='44.25' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='38.23' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='42.24' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='28.18' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='16.13' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='12.11' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='14.12' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='8.09' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='10.1' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='22.15' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='18.13' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='24.16' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='26.17' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='20.14' width='4' height='0.75' %3e%3c/rect%3e%3c/g%3e%3c/svg%3e");
}

.services__wrapper:hover .services__link .icon.activities-UL-IP-Re {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.18 74.9'%3e%3cg fill='%23f15a22'%3e%3cpath d='M57,56.61a1.62,1.62,0,0,0,.17-.48h0a2.54,2.54,0,0,0,0-.39V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V72.9a2,2,0,0,0,2,2H38a2,2,0,0,0,1.42-.59L56.59,57.15h0a1.68,1.68,0,0,0,.3-.4ZM40,68.07V57.74H50.34ZM4,4H53.17V53.74H38a2,2,0,0,0-2,2V70.9H4Z' %3e%3c/path%3e%3cpath d='M30.12,13.27a6,6,0,0,0-1.3-4.08,5.06,5.06,0,0,0-4-1.49,6.34,6.34,0,0,0-2.32.41,4.65,4.65,0,0,0-1.66,1.14,4.72,4.72,0,0,0-1,1.77,7.17,7.17,0,0,0-.33,2.25v1.46H18V7.82H14.43V25.13H18V18h1.44v1.69A7.89,7.89,0,0,0,19.79,22a4.37,4.37,0,0,0,2.62,2.89,6.12,6.12,0,0,0,2.36.41,5.17,5.17,0,0,0,3.95-1.45,5.72,5.72,0,0,0,1.4-4.11Zm-3.56,6.61a2.12,2.12,0,0,1-.46,1.45,1.69,1.69,0,0,1-1.37.54,1.61,1.61,0,0,1-1.35-.56A2.32,2.32,0,0,1,23,19.88V13.07a2.13,2.13,0,0,1,.44-1.38,1.63,1.63,0,0,1,1.36-.56,1.64,1.64,0,0,1,1.35.54,2,2,0,0,1,.45,1.4Z' %3e%3c/path%3e%3cpath d='M35.14,22.64A8.7,8.7,0,0,0,35.86,20,31.15,31.15,0,0,0,36,16.52V11.18h3v14h3.56V7.82H32.78v8.8a22.61,22.61,0,0,1-.07,2.28,6.17,6.17,0,0,1-.33,1.7,3.18,3.18,0,0,1-.81,1.23,4.1,4.1,0,0,1-1.5.83l.84,2.84a6,6,0,0,0,2.67-1A5,5,0,0,0,35.14,22.64Z' %3e%3c/path%3e%3cpolygon points='15.23 27.84 15.23 45.14 18.61 45.14 23.43 35.72 23.45 35.72 23.45 45.14 27.06 45.14 27.06 27.84 23.8 27.84 18.86 37.88 18.81 37.88 18.81 27.84 15.23 27.84' %3e%3c/polygon%3e%3cpolygon points='38.27 31.22 38.27 45.14 41.82 45.14 41.82 27.84 30.94 27.84 30.94 45.14 34.54 45.14 34.54 31.22 38.27 31.22' %3e%3c/polygon%3e%3cpath d='M26.72,53a5,5,0,0,0-3.91-2.69,5.1,5.1,0,0,0-4.36-2,5.1,5.1,0,0,0-4.36,2A5,5,0,0,0,10.17,53a5.21,5.21,0,0,0-.45,4.87,5.21,5.21,0,0,0,.45,4.87,5.08,5.08,0,0,0,3.92,2.69,5.1,5.1,0,0,0,4.36,2,5.1,5.1,0,0,0,4.36-2,5.08,5.08,0,0,0,3.91-2.69,5.15,5.15,0,0,0,.45-4.87A5.15,5.15,0,0,0,26.72,53Zm-.91.54A4.44,4.44,0,0,1,26.38,57a10.34,10.34,0,0,1-3.22-5.61,4.26,4.26,0,0,1,2.65,2.17ZM22.1,64.22a11.3,11.3,0,0,0-7.31,0,11.4,11.4,0,0,0-3.65-6.33,11.32,11.32,0,0,0,3.66-6.33,11.3,11.3,0,0,0,7.31,0,11.41,11.41,0,0,0,3.64,6.34A11.22,11.22,0,0,0,22.1,64.22Zm-.42-13.64a10.23,10.23,0,0,1-6.47,0,4.44,4.44,0,0,1,3.24-1.23A4.36,4.36,0,0,1,21.68,50.58Zm-10.59,3a4.24,4.24,0,0,1,2.66-2.13A10.17,10.17,0,0,1,10.51,57a4.39,4.39,0,0,1,.58-3.44Zm0,8.66a4.4,4.4,0,0,1-.58-3.48,10.32,10.32,0,0,1,3.23,5.61,4.31,4.31,0,0,1-2.65-2.15Zm4.13,3a10.2,10.2,0,0,1,6.46,0,4.37,4.37,0,0,1-3.23,1.24,4.34,4.34,0,0,1-3.23-1.29Zm10.59-3a4.24,4.24,0,0,1-2.66,2.13,10.19,10.19,0,0,1,3.23-5.61,4.44,4.44,0,0,1-.57,3.46Z' %3e%3c/path%3e%3cpath d='M18,57.36l-2.45-1.84-2.4,3.2,4,3a2,2,0,0,0,2.76-.35l4-5-3.12-2.5Z' %3e%3c/path%3e%3crect x='46.09' y='28.18' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='30.19' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='26.17' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='32.2' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='34.21' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='38.23' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='36.22' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='24.16' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='42.24' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='8.09' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='10.1' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='12.11' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='44.25' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='14.12' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='18.13' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='20.14' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='16.13' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='22.15' width='4' height='0.75' %3e%3c/rect%3e%3crect x='46.09' y='40.23' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='32.2' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='36.22' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='34.21' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='30.19' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='40.23' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='44.25' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='38.23' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='42.24' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='28.18' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='16.13' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='12.11' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='14.12' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='8.09' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='10.1' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='22.15' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='18.13' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='24.16' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='26.17' width='4' height='0.75' %3e%3c/rect%3e%3crect x='7.09' y='20.14' width='4' height='0.75' %3e%3c/rect%3e%3c/g%3e%3c/svg%3e");
}

.services__link .icon.m-02 {
	background-size: 25px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.05 73.48'%3e%3cg fill='%230066B3'%3e%3cpath d='M40.61,73.48H2a2,2,0,0,1-2-2V19.54a2,2,0,0,1,2-2H40.61a2,2,0,0,1,2,2V35.38h-4V21.54H4V69.48H38.61V55.64h4V71.48A2,2,0,0,1,40.61,73.48Z' %3e%3c/path%3e%3cpath d='M2.77,71.93l-1.2-3.82,21-6.59v-41h4V63a2,2,0,0,1-1.4,1.91Z' %3e%3c/path%3e%3crect x='31.32' y='43.51' width='15.73' height='4' %3e%3c/rect%3e%3cpolygon points='37.19 53.7 28.38 45.51 37.19 37.32 39.91 40.25 34.25 45.51 39.91 50.77 37.19 53.7' %3e%3c/polygon%3e%3cpath d='M11,13.14V7h-.08L10,9.32,9.29,11H7.34L6.61,9.2,5.73,7H5.65v6.17H3V.09H5.44L7,3.73,8.26,7h.09L9.61,3.71,11.11.09h2.54V13.14Z' %3e%3c/path%3e%3cpath d='M15.55,9.32V7h6V9.32Z' %3e%3c/path%3e%3cpath d='M30.68,9.79a3.31,3.31,0,0,1-1.07,2.54,3.65,3.65,0,0,1-1.14.67,4,4,0,0,1-1.37.24A4.15,4.15,0,0,1,25.71,13a3.69,3.69,0,0,1-1.15-.67A3.35,3.35,0,0,1,23.5,9.79V3.47A3.51,3.51,0,0,1,23.79,2,3,3,0,0,1,24.57.91,3.93,3.93,0,0,1,25.72.23a4.25,4.25,0,0,1,2.76,0,3.53,3.53,0,0,1,1.15.68A3.33,3.33,0,0,1,30.4,2a3.73,3.73,0,0,1,.28,1.47ZM28.05,3.47a.94.94,0,0,0-.27-.73,1,1,0,0,0-.68-.25,1,1,0,0,0-.71.25.94.94,0,0,0-.27.73v6.3a.94.94,0,0,0,.27.73,1,1,0,0,0,.71.24,1,1,0,0,0,.68-.24.94.94,0,0,0,.27-.73Z' %3e%3c/path%3e%3cpath d='M32.33,3.71a4.34,4.34,0,0,1,.36-1.59A3.73,3.73,0,0,1,33.5,1,3.26,3.26,0,0,1,34.64.24a4.37,4.37,0,0,1,4.07.65,3.32,3.32,0,0,1,1,2.58,4.53,4.53,0,0,1-.21,1.46,5.86,5.86,0,0,1-.65,1.33l-3,4.35h3.8v2.53H32.4V10.85l4.22-6a1.79,1.79,0,0,0,.28-.63,2.76,2.76,0,0,0,.1-.64,1.31,1.31,0,0,0-.24-.74A.81.81,0,0,0,36,2.49a1,1,0,0,0-.71.34,2,2,0,0,0-.4,1.26Z' %3e%3c/path%3e%3cpath d='M13.33,52.83a7.19,7.19,0,1,1,7.19-7.19h0A7.19,7.19,0,0,1,13.33,52.83Zm0-13.38a6.19,6.19,0,1,0,6.19,6.19h0A6.19,6.19,0,0,0,13.33,39.45Z' %3e%3c/path%3e%3cpath d='M15.46,46.22H13l-1.57-3a.5.5,0,0,1,.89-.46l1.28,2.45h1.83a.51.51,0,0,1,0,1Z' %3e%3c/path%3e%3cpath d='M13.83,51h-1V49.28h1Zm2.85-1.14-.5-.5.71-.7.49.49ZM9.93,49.8,9.22,49l.54-.54.71.71Zm8.72-3.53H17.24v-1h1.41Zm-8.88,0H8v-1H9.77Zm0-3.31-.62-.62.71-.7.62.62Zm7.07-.08-.71-.7.6-.6.7.71Zm-3-.82h-1V40.32h1Z' %3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.services__wrapper:hover .services__link .icon.m-02 {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.05 73.48'%3e%3cg fill='%23f15a22'%3e%3cpath d='M40.61,73.48H2a2,2,0,0,1-2-2V19.54a2,2,0,0,1,2-2H40.61a2,2,0,0,1,2,2V35.38h-4V21.54H4V69.48H38.61V55.64h4V71.48A2,2,0,0,1,40.61,73.48Z' %3e%3c/path%3e%3cpath d='M2.77,71.93l-1.2-3.82,21-6.59v-41h4V63a2,2,0,0,1-1.4,1.91Z' %3e%3c/path%3e%3crect x='31.32' y='43.51' width='15.73' height='4' %3e%3c/rect%3e%3cpolygon points='37.19 53.7 28.38 45.51 37.19 37.32 39.91 40.25 34.25 45.51 39.91 50.77 37.19 53.7' %3e%3c/polygon%3e%3cpath d='M11,13.14V7h-.08L10,9.32,9.29,11H7.34L6.61,9.2,5.73,7H5.65v6.17H3V.09H5.44L7,3.73,8.26,7h.09L9.61,3.71,11.11.09h2.54V13.14Z' %3e%3c/path%3e%3cpath d='M15.55,9.32V7h6V9.32Z' %3e%3c/path%3e%3cpath d='M30.68,9.79a3.31,3.31,0,0,1-1.07,2.54,3.65,3.65,0,0,1-1.14.67,4,4,0,0,1-1.37.24A4.15,4.15,0,0,1,25.71,13a3.69,3.69,0,0,1-1.15-.67A3.35,3.35,0,0,1,23.5,9.79V3.47A3.51,3.51,0,0,1,23.79,2,3,3,0,0,1,24.57.91,3.93,3.93,0,0,1,25.72.23a4.25,4.25,0,0,1,2.76,0,3.53,3.53,0,0,1,1.15.68A3.33,3.33,0,0,1,30.4,2a3.73,3.73,0,0,1,.28,1.47ZM28.05,3.47a.94.94,0,0,0-.27-.73,1,1,0,0,0-.68-.25,1,1,0,0,0-.71.25.94.94,0,0,0-.27.73v6.3a.94.94,0,0,0,.27.73,1,1,0,0,0,.71.24,1,1,0,0,0,.68-.24.94.94,0,0,0,.27-.73Z' %3e%3c/path%3e%3cpath d='M32.33,3.71a4.34,4.34,0,0,1,.36-1.59A3.73,3.73,0,0,1,33.5,1,3.26,3.26,0,0,1,34.64.24a4.37,4.37,0,0,1,4.07.65,3.32,3.32,0,0,1,1,2.58,4.53,4.53,0,0,1-.21,1.46,5.86,5.86,0,0,1-.65,1.33l-3,4.35h3.8v2.53H32.4V10.85l4.22-6a1.79,1.79,0,0,0,.28-.63,2.76,2.76,0,0,0,.1-.64,1.31,1.31,0,0,0-.24-.74A.81.81,0,0,0,36,2.49a1,1,0,0,0-.71.34,2,2,0,0,0-.4,1.26Z' %3e%3c/path%3e%3cpath d='M13.33,52.83a7.19,7.19,0,1,1,7.19-7.19h0A7.19,7.19,0,0,1,13.33,52.83Zm0-13.38a6.19,6.19,0,1,0,6.19,6.19h0A6.19,6.19,0,0,0,13.33,39.45Z' %3e%3c/path%3e%3cpath d='M15.46,46.22H13l-1.57-3a.5.5,0,0,1,.89-.46l1.28,2.45h1.83a.51.51,0,0,1,0,1Z' %3e%3c/path%3e%3cpath d='M13.83,51h-1V49.28h1Zm2.85-1.14-.5-.5.71-.7.49.49ZM9.93,49.8,9.22,49l.54-.54.71.71Zm8.72-3.53H17.24v-1h1.41Zm-8.88,0H8v-1H9.77Zm0-3.31-.62-.62.71-.7.62.62Zm7.07-.08-.71-.7.6-.6.7.71Zm-3-.82h-1V40.32h1Z' %3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.footer-menu__link .icon {
	display: inline-block;
	width: 20px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center;
}

	.footer-menu__link .icon.tools {
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.41 11.31'%3e%3cg fill='%230066B3'%3e%3cpath d='M9.88,9.68a.55.55,0,0,1-.16.39.54.54,0,0,1-.76,0l0,0L3.69,4.82,3.6,4.7h0l-.17-.17A1.84,1.84,0,0,1,.87,2.21l.93.93L2.71,3l.12-.91L1.9,1.22a1.83,1.83,0,0,1,2.37,1,1.85,1.85,0,0,1-.08,1.51l.17.17V4a.31.31,0,0,1,.11.09l.26.26,5,5a.55.55,0,0,1,.16.38M9.67.89a.56.56,0,0,1,.78,0,.65.65,0,0,1,.13.23L6.85,4.86l-.57-.57ZM11,.38A1.27,1.27,0,0,0,10.1,0a1.3,1.3,0,0,0-.91.38L5.76,3.77,5.38,3.4l-.26.26L5,3.58A2.56,2.56,0,1,0,1.87,5.41a2.71,2.71,0,0,0,.69.08,2.59,2.59,0,0,0,.68-.09L4.3,6.46,2,8.78a.74.74,0,0,0-.65.2L0,10.31l1,1L2.35,10a.74.74,0,0,0,.21-.65L4.88,7l3.54,3.55a1.28,1.28,0,1,0,1.84-1.78l0,0L7.67,6.22,7.94,6l-.37-.37L11,2.18a1.27,1.27,0,0,0,0-1.8h0' %3e%3c/path%3e%3c/g%3e%3c/svg%3e");
	}

.footer-menu__link:hover .icon.tools {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.41 11.31'%3e%3cg fill='%23f15a22'%3e%3cpath d='M9.88,9.68a.55.55,0,0,1-.16.39.54.54,0,0,1-.76,0l0,0L3.69,4.82,3.6,4.7h0l-.17-.17A1.84,1.84,0,0,1,.87,2.21l.93.93L2.71,3l.12-.91L1.9,1.22a1.83,1.83,0,0,1,2.37,1,1.85,1.85,0,0,1-.08,1.51l.17.17V4a.31.31,0,0,1,.11.09l.26.26,5,5a.55.55,0,0,1,.16.38M9.67.89a.56.56,0,0,1,.78,0,.65.65,0,0,1,.13.23L6.85,4.86l-.57-.57ZM11,.38A1.27,1.27,0,0,0,10.1,0a1.3,1.3,0,0,0-.91.38L5.76,3.77,5.38,3.4l-.26.26L5,3.58A2.56,2.56,0,1,0,1.87,5.41a2.71,2.71,0,0,0,.69.08,2.59,2.59,0,0,0,.68-.09L4.3,6.46,2,8.78a.74.74,0,0,0-.65.2L0,10.31l1,1L2.35,10a.74.74,0,0,0,.21-.65L4.88,7l3.54,3.55a1.28,1.28,0,1,0,1.84-1.78l0,0L7.67,6.22,7.94,6l-.37-.37L11,2.18a1.27,1.27,0,0,0,0-1.8h0' %3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.footer-menu__link .icon.list {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.39 10'%3e%3cg fill='%230066B3'%3e%3crect x='4.61' y='5.32' width='4.6' height='0.71' %3e%3c/rect%3e%3crect x='4.61' y='7.09' width='4.6' height='0.71' %3e%3c/rect%3e%3crect x='4.61' y='3.54' width='4.6' height='0.71' %3e%3c/rect%3e%3cpath d='M10.63,9a.27.27,0,0,1-.27.26H1A.27.27,0,0,1,.71,9V2.13h9.92ZM1.06.71a.36.36,0,1,1-.35.37v0A.37.37,0,0,1,1.06.71m1.42,0a.35.35,0,1,1-.35.35A.35.35,0,0,1,2.48.71h0M3.9.71a.36.36,0,0,1,.3.41.37.37,0,0,1-.3.3.35.35,0,0,1-.41-.3A.35.35,0,0,1,3.78.71a.24.24,0,0,1,.12,0M10.36,0H1A1,1,0,0,0,0,1V9a1,1,0,0,0,1,1h9.39a1,1,0,0,0,1-1V1a1,1,0,0,0-1-1' %3e%3c/path%3e%3crect x='2.13' y='7.09' width='1.42' height='0.71' %3e%3c/rect%3e%3crect x='2.13' y='5.32' width='1.42' height='0.71' %3e%3c/rect%3e%3crect x='2.13' y='3.54' width='1.42' height='0.71' %3e%3c/rect%3e%3c/g%3e%3c/svg%3e");
}

.footer-menu__link:hover .icon.list {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.39 10'%3e%3cg fill='%23f15a22'%3e%3crect x='4.61' y='5.32' width='4.6' height='0.71' %3e%3c/rect%3e%3crect x='4.61' y='7.09' width='4.6' height='0.71' %3e%3c/rect%3e%3crect x='4.61' y='3.54' width='4.6' height='0.71' %3e%3c/rect%3e%3cpath d='M10.63,9a.27.27,0,0,1-.27.26H1A.27.27,0,0,1,.71,9V2.13h9.92ZM1.06.71a.36.36,0,1,1-.35.37v0A.37.37,0,0,1,1.06.71m1.42,0a.35.35,0,1,1-.35.35A.35.35,0,0,1,2.48.71h0M3.9.71a.36.36,0,0,1,.3.41.37.37,0,0,1-.3.3.35.35,0,0,1-.41-.3A.35.35,0,0,1,3.78.71a.24.24,0,0,1,.12,0M10.36,0H1A1,1,0,0,0,0,1V9a1,1,0,0,0,1,1h9.39a1,1,0,0,0,1-1V1a1,1,0,0,0-1-1' %3e%3c/path%3e%3crect x='2.13' y='7.09' width='1.42' height='0.71' %3e%3c/rect%3e%3crect x='2.13' y='5.32' width='1.42' height='0.71' %3e%3c/rect%3e%3crect x='2.13' y='3.54' width='1.42' height='0.71' %3e%3c/rect%3e%3c/g%3e%3c/svg%3e");
}

.footer-menu__link .icon.avatar {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.7 10.68'%3e%3cg fill='%230066B3'%3e%3cpath d='M9.69,8.69h-1v1H8v-1H7V8H8V7h.67V8h1Zm-9,0c.08-.74.53-1.5,2.7-2.16a.85.85,0,0,0,.52-.88V5.59a1.53,1.53,0,0,0-.12-.67,2.15,2.15,0,0,1-.18-.61v-.1l-.07-.07a1.34,1.34,0,0,1-.23-.58V3a4.81,4.81,0,0,0-.07-1,1.26,1.26,0,0,1,.27-.87,1.39,1.39,0,0,1,1-.5h.23a1.39,1.39,0,0,1,1,.5A1.28,1.28,0,0,1,6.11,2,3.74,3.74,0,0,0,6,3H6v.5a1.13,1.13,0,0,1-.23.58l-.06.07v.1a2.64,2.64,0,0,1-.17.61,1.53,1.53,0,0,0-.12.67v.06A.86.86,0,0,0,6,6.53c.24.07.47.15.67.23A2.34,2.34,0,0,0,6,8.36a1.82,1.82,0,0,0,0,.33ZM8.35,6a2.31,2.31,0,0,0-1.09.27c-.32-.14-.68-.27-1.08-.4a.34.34,0,0,1,0-.2v-.1a1.28,1.28,0,0,1,0-.39,2.92,2.92,0,0,0,.22-.71,2.07,2.07,0,0,0,.32-.8,1.19,1.19,0,0,0,0-.79,6,6,0,0,1,.07-.74A1.9,1.9,0,0,0,6.36.75,2,2,0,0,0,4.83,0h-.3A1.95,1.95,0,0,0,2.6,2.16a6,6,0,0,1,.07.73,1.36,1.36,0,0,0,0,.8,2.06,2.06,0,0,0,.31.8,2.57,2.57,0,0,0,.23.71,1.28,1.28,0,0,1,0,.39v.09a.38.38,0,0,1,0,.21C.92,6.58,0,7.49,0,9v.34H6.24A2.34,2.34,0,1,0,8.35,6' %3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.footer-menu__link:hover .icon.avatar {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.7 10.68'%3e%3cg fill='%23f15a22'%3e%3cpath d='M9.69,8.69h-1v1H8v-1H7V8H8V7h.67V8h1Zm-9,0c.08-.74.53-1.5,2.7-2.16a.85.85,0,0,0,.52-.88V5.59a1.53,1.53,0,0,0-.12-.67,2.15,2.15,0,0,1-.18-.61v-.1l-.07-.07a1.34,1.34,0,0,1-.23-.58V3a4.81,4.81,0,0,0-.07-1,1.26,1.26,0,0,1,.27-.87,1.39,1.39,0,0,1,1-.5h.23a1.39,1.39,0,0,1,1,.5A1.28,1.28,0,0,1,6.11,2,3.74,3.74,0,0,0,6,3H6v.5a1.13,1.13,0,0,1-.23.58l-.06.07v.1a2.64,2.64,0,0,1-.17.61,1.53,1.53,0,0,0-.12.67v.06A.86.86,0,0,0,6,6.53c.24.07.47.15.67.23A2.34,2.34,0,0,0,6,8.36a1.82,1.82,0,0,0,0,.33ZM8.35,6a2.31,2.31,0,0,0-1.09.27c-.32-.14-.68-.27-1.08-.4a.34.34,0,0,1,0-.2v-.1a1.28,1.28,0,0,1,0-.39,2.92,2.92,0,0,0,.22-.71,2.07,2.07,0,0,0,.32-.8,1.19,1.19,0,0,0,0-.79,6,6,0,0,1,.07-.74A1.9,1.9,0,0,0,6.36.75,2,2,0,0,0,4.83,0h-.3A1.95,1.95,0,0,0,2.6,2.16a6,6,0,0,1,.07.73,1.36,1.36,0,0,0,0,.8,2.06,2.06,0,0,0,.31.8,2.57,2.57,0,0,0,.23.71,1.28,1.28,0,0,1,0,.39v.09a.38.38,0,0,1,0,.21C.92,6.58,0,7.49,0,9v.34H6.24A2.34,2.34,0,1,0,8.35,6' %3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}


.footer-menu__link .icon.paper {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.1 9'%3e%3cg fill='%230066B3'%3e%3crect x='2.28' y='1.9' width='4.55' height='0.76'%3e%3c/rect%3e%3crect x='2.28' y='3.41' width='4.55' height='0.76'%3e%3c/rect%3e%3crect x='2.28' y='4.93' width='7.59' height='0.76'%3e%3c/rect%3e%3crect x='2.28' y='6.45' width='7.59' height='0.76'%3e%3c/rect%3e%3cpath d='M11.1,8.35H1a.29.29,0,0,1-.28-.29V1A.28.28,0,0,1,1,.76H8.35v3h3v4.3a.29.29,0,0,1-.27.29h0M8.69,0H1A1,1,0,0,0,0,1V8A1,1,0,0,0,1,9H11.1a1,1,0,0,0,1-1V3.45Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.footer-menu__link:hover .icon.paper {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.1 9'%3e%3cg fill='%23f15a22'%3e%3crect x='2.28' y='1.9' width='4.55' height='0.76'%3e%3c/rect%3e%3crect x='2.28' y='3.41' width='4.55' height='0.76'%3e%3c/rect%3e%3crect x='2.28' y='4.93' width='7.59' height='0.76'%3e%3c/rect%3e%3crect x='2.28' y='6.45' width='7.59' height='0.76'%3e%3c/rect%3e%3cpath d='M11.1,8.35H1a.29.29,0,0,1-.28-.29V1A.28.28,0,0,1,1,.76H8.35v3h3v4.3a.29.29,0,0,1-.27.29h0M8.69,0H1A1,1,0,0,0,0,1V8A1,1,0,0,0,1,9H11.1a1,1,0,0,0,1-1V3.45Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}


.footer-menu__link .icon.taxesfooter {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 74 74'%3e%3cg fill='%230066B3'%3e%3cpath d='M33.34,11.29h7.3a2,2,0,0,0,2-2V2a2,2,0,0,0-2-2h-7.3a2,2,0,0,0-2,2V9.29A2,2,0,0,0,33.34,11.29Zm2-7.29h3.3V7.29h-3.3Z' %3e%3c/path%3e%3cpath d='M40.64,62.68h-7.3a2,2,0,0,0-2,2V72a2,2,0,0,0,2,2h7.3a2,2,0,0,0,2-2V64.7a2,2,0,0,0-2-2Zm-2,7.3h-3.3v-3.3h3.3Z' %3e%3c/path%3e%3cpath d='M45.05,28.44a1.15,1.15,0,0,1,1,.75,1.82,1.82,0,0,0,.38-1.39c-.41-2.21-5.55-.75-8.14-1.68,0,.64.8,1.67,1.61,2.05A10.1,10.1,0,0,0,37,34.75a10.11,10.11,0,0,0-2.87-6.58c.81-.38,1.65-1.41,1.6-2.05-2.58.93-7.72-.53-8.14,1.68A1.89,1.89,0,0,0,28,29.19a1.18,1.18,0,0,1,1-.75c3.62-.54,6.64,5,3.92,7.29a.05.05,0,0,0,0,.1H41.1a.06.06,0,0,0,0-.08l0,0C38.41,33.48,41.43,27.9,45.05,28.44Z' %3e%3c/path%3e%3cpath d='M47.7,44.18s-.74.07-1,.12a2.46,2.46,0,0,0-.38.14,3.83,3.83,0,0,0,1.68.19l.41-.05a.24.24,0,0,1,.06-.09.53.53,0,0,1-.12-.14.3.3,0,0,1,0-.26Z' %3e%3c/path%3e%3cpath d='M39.86,41.88a.11.11,0,1,0,.22,0c.14-1-.54-1.29-1.25-1.18-.09-.34-.16-.64-.24-.94s-.09-.7.19-.7.09.42.07.6,0,.26.18.27.18-.1.24-.17a1,1,0,0,0,.11-1.41l-.11-.11a1.51,1.51,0,0,0-1.68.34,2,2,0,0,0-.33-.53c-.09-.1-.12-.18,0-.27a.62.62,0,0,0,.24-.42.31.31,0,0,0-.33-.31h0a.44.44,0,0,0-.45.43v.05a.5.5,0,0,0,.06.24,2,2,0,0,0-.69,0L38.72,45A2,2,0,0,0,40,43.4c0-.54-.79-.36-1.17.06-.12-.68-.23-1.31-.35-1.94,0-.17,0-.23.19-.28h0C39.15,41.06,39.88,41.2,39.86,41.88Z' %3e%3c/path%3e%3cpath d='M34.07,43.51a1.34,1.34,0,0,0-.17.59c0,.71.85.85,1.17.7a3.5,3.5,0,0,0,3.4.36l-3.24-8.9a.13.13,0,0,0-.25.09h0l.55,1.53c-.47.11-1.23.46-1.23.91,0,.61,1.08,1,1.7,1a.4.4,0,0,0,.1.38,1.4,1.4,0,0,0-.79.25,1,1,0,0,0-1.09-.23c-.25.19-.25.51,0,.87a.59.59,0,0,1,.05.78c.75,0,.47-1,.76-1a1.31,1.31,0,0,0,.07.65.42.42,0,0,1,0,.43A4,4,0,0,0,34.5,44c-.25,0-.37-.06-.29-.4C34.25,43.45,34.17,43.36,34.07,43.51ZM36,42a1.57,1.57,0,0,0,.22,1.36,2.59,2.59,0,0,0-1.31.29C34.8,43.31,35.31,42.66,36,42Z' %3e%3c/path%3e%3cpath d='M50.05,45.84a1.19,1.19,0,0,1-.76-.42.69.69,0,0,1,0-.68c.1-.27.43-.34.52-.62a.77.77,0,0,0,0-.8c-.11-.28-.41-.41-.65-.57a5,5,0,0,0-1.26-.26l-1.13-.12c-.07.08,0,.24,0,.27.14.22.48.27.72.3l1,.07c.08,0,.37,0,.12.13s-.18.16-.2.27h-.07c0-.12.07-.22.28-.36l-1.53,0H45.61a.76.76,0,0,0-.43.14,3.17,3.17,0,0,0,1.7.43,1.67,1.67,0,0,0,.32.08H47a3.89,3.89,0,0,0-1.44.19c.21.28,1.38.34,1.95.29L48.4,44a.26.26,0,0,1,.13-.08.75.75,0,0,1-.2-.3h-.4a1.55,1.55,0,0,0,.31-.07h.13a.7.7,0,0,0,.28.45.28.28,0,0,0-.27.26c0,.12.18.26.18.26a.4.4,0,0,0-.14.34.58.58,0,0,0,.33.32.36.36,0,0,0-.13.34c.06.19.33.27.33.27a.27.27,0,0,0,0,.3c.09.14.29.09.29.09a.32.32,0,0,0,.1.32Z' %3e%3c/path%3e%3cpath d='M25.08,43.06h0a2.17,2.17,0,0,0,3.05-.22l.07-.09a7.52,7.52,0,0,0,1.26-3.38,3,3,0,0,1,2.78,1.68.06.06,0,0,0,.12,0v-3.8a.05.05,0,0,0-.07,0h0a5,5,0,0,1-2.39.19A2.52,2.52,0,0,1,27.73,35a2.43,2.43,0,0,1,.8-1.77.19.19,0,0,0,.06-.26l-.06-.06-.16-.1c-4.28-2.72-8.18-9-8.6-9.71h0m-.05,0a3.82,3.82,0,0,0-.06,5.21,17.75,17.75,0,0,0,4.81,3.58,3.36,3.36,0,0,1-.06.63,13.74,13.74,0,0,1-7-4.14.06.06,0,0,0-.08,0l0,0a3.3,3.3,0,0,0,1.38,4.25,17.35,17.35,0,0,0,5.84,1.45,2.56,2.56,0,0,0,.1.54,13,13,0,0,1-7.2-1.12h-.09a2.74,2.74,0,0,0,2.35,3.08l.14,0c1.69.29,5.28-.56,5.28-.56.07.16.15.32.23.48A12.41,12.41,0,0,1,19,37.77a.06.06,0,0,0-.06.06h0c0,1.65,1.64,2.1,3.06,1.91a10.19,10.19,0,0,0,4.09-1.88l.38.38A7,7,0,0,1,21.79,41s-.05,0-.06,0a.06.06,0,0,0,0,0c.58,1,1.87,1.32,3.28.64A7.33,7.33,0,0,0,27.63,39a4.55,4.55,0,0,0,.51.21,6.43,6.43,0,0,1-3.06,3.85Z' %3e%3c/path%3e%3cpolygon points='34.98 36.35 34.98 36.35 34.98 36.35 34.98 36.35' %3e%3c/polygon%3e%3cpath d='M44.37,42.14a3,3,0,0,0,.86.6,6.94,6.94,0,0,0,1.7.15c-.46-.24-.31-.53-.31-.53Z' %3e%3c/path%3e%3cpath d='M53.85,52.66V50.41s-.3.12-.5-.37a7,7,0,0,0,0,1.71A2.89,2.89,0,0,0,53.85,52.66Z' %3e%3c/path%3e%3cpath d='M52.48,48.34a.27.27,0,0,1-.09.12c0,.1-.17.83-.17.83-.12.57-.18,1.74.09,2a4.27,4.27,0,0,0,.33-1.41l.12-1.28A.77.77,0,0,1,52.48,48.34Z' %3e%3c/path%3e%3cpath d='M53.14,51.34A1.86,1.86,0,0,0,53.2,51l.09-1.15.09-1.51a.53.53,0,0,1-.54.24s-.09.88-.14,1.41a3.27,3.27,0,0,0,.3,1.77A.91.91,0,0,0,53.14,51.34Z' %3e%3c/path%3e%3cpath d='M49.14,46.22H49a4.16,4.16,0,0,0-.39.32c-.07.07-.2.21-.2.33a1.3,1.3,0,0,0,.83-.35C49.07,46.33,49.14,46.22,49.14,46.22Z' %3e%3c/path%3e%3cpath d='M53.86,49.18a4.26,4.26,0,0,0-.13-1.28c-.13-.26-.22-.57-.49-.71a.8.8,0,0,0-.8-.09c-.29.06-.39.37-.67.45a.72.72,0,0,1-.68-.12,1.25,1.25,0,0,1-.33-.8l-.7.67c.08.16.3.13.3.13a.33.33,0,0,0,.06.3.27.27,0,0,0,.3,0s.05.28.24.36a.38.38,0,0,0,.35-.09s.07.28.28.35a.33.33,0,0,0,.35-.1s.13.19.25.2a.3.3,0,0,0,.28-.24.7.7,0,0,0,.43.34.51.51,0,0,0,.4-.19c.17-.24.11.06.11.13v1a1,1,0,0,0,.22.75s.17.1.27,0A8.79,8.79,0,0,1,53.86,49.18Z' %3e%3c/path%3e%3cpath d='M55.4,32.66a3.31,3.31,0,0,0,1.38-4.25s-.08-.05-.1,0a13.69,13.69,0,0,1-7,4.15,3.36,3.36,0,0,0-.06-.63,17.75,17.75,0,0,0,4.81-3.58,3.83,3.83,0,0,0-.06-5.21h0c-.42.69-4.32,7-8.6,9.72l-.16.1a.19.19,0,0,0-.06.26l.06.06a2.35,2.35,0,0,1,.8,1.77,2.52,2.52,0,0,1-2.15,2.42,5.1,5.1,0,0,1-2.39-.2,0,0,0,0,0-.07,0,.06.06,0,0,0,0,0v3.8a.06.06,0,0,0,.12,0,3,3,0,0,1,2.78-1.68,10.37,10.37,0,0,0,.64,2.32l2.34.25A5.43,5.43,0,0,1,46,39.22a2.28,2.28,0,0,0,.51-.21A7.23,7.23,0,0,0,49,41.67c1.41.68,2.7.35,3.27-.64V41c-.88-.07-3.56-.84-4.7-2.71l.38-.38a10,10,0,0,0,4,1.88c1.42.19,3-.26,3.06-1.91a.06.06,0,0,0-.06-.06h0a12.42,12.42,0,0,1-6.21-1.18c.08-.16.16-.32.23-.48a19.57,19.57,0,0,0,5.28.57,2.75,2.75,0,0,0,2.5-3,.61.61,0,0,0,0-.14.06.06,0,0,0-.08,0h0a13,13,0,0,1-7.2,1.12,5.07,5.07,0,0,1,.09-.54A17.18,17.18,0,0,0,55.4,32.66Z' %3e%3c/path%3e%3cpath d='M49,46.19c-.1-.06-.14-.11-.14-.19a.33.33,0,0,1,0-.22h-.09a1.29,1.29,0,0,0-.28.08,1.48,1.48,0,0,0-.66.5C48.16,46.55,48.68,46.35,49,46.19Z' %3e%3c/path%3e%3cpath d='M48.38,45.21h.26a.51.51,0,0,1-.25-.25.3.3,0,0,1,0-.29s-.94.15-1,.18a1.64,1.64,0,0,0-.52.24A2.38,2.38,0,0,0,48.38,45.21Z' %3e%3c/path%3e%3cpath d='M48.31,45.82l.45-.08a.39.39,0,0,1-.21-.24.26.26,0,0,1,.06-.28,3.64,3.64,0,0,0-1.43.46A1.29,1.29,0,0,0,48.31,45.82Z' %3e%3c/path%3e%3cpath d='M50.29,47.62a.24.24,0,0,1,0-.12.46.46,0,0,1-.28-.15,1.38,1.38,0,0,0-.43.79.67.67,0,0,0,.34-.16C50,47.92,50.29,47.62,50.29,47.62Z' %3e%3c/path%3e%3cpath d='M29.82,25.48h2.6A3.31,3.31,0,0,0,35.88,23H38.1a3.3,3.3,0,0,0,3.46,2.5h2.6a6.71,6.71,0,0,0,.57-.92c.41-1.1-.12-1.61-.88-1.61l-1,.89-1-.89c-.76,0-1.29.51-.88,1.61a5.54,5.54,0,0,0,.3.53A2.71,2.71,0,0,1,38.93,23a17.45,17.45,0,0,0,.86-1.52c.61-1.57-.17-2.22-1.32-2.22L37,21l-1.48-1.74c-1.15,0-1.93.65-1.32,2.22A14.68,14.68,0,0,0,35,23a2.69,2.69,0,0,1-2.35,2.11,5.54,5.54,0,0,0,.3-.53c.4-1.1-.12-1.61-.88-1.61l-1,.89-1-.89c-.76,0-1.29.51-.88,1.61A6.31,6.31,0,0,0,29.82,25.48Z' %3e%3c/path%3e%3cpolygon points='19.61 43.52 20.37 43.45 20.36 42.7 19.55 42.71 19.61 43.52' %3e%3c/polygon%3e%3cpath d='M23.89,26.39c.37-.28,1.72-1.05,1.39.43a.84.84,0,0,0,.61-.74c0-.93-1.27-1.35-1.27-2.24,0-1.33,2.12-1.32,2.05-1.11-.36,1.18.34,2.65,2.34,2.75a1.41,1.41,0,0,0,0-.29,1.69,1.69,0,0,1-1.13-3c-.71-2.23-1.79,0-2.7.58-.51.32-1.93.13-2.05.77C23,24.41,24.62,24.4,23.89,26.39Z' %3e%3c/path%3e%3cpath d='M52.32,48.49a.28.28,0,0,1-.25,0,.86.86,0,0,1-.14-.13l-.09.06-.09.4a3.67,3.67,0,0,0,0,1.68,2,2,0,0,0,.18-.36c.08-.25.23-1,.23-1Z' %3e%3c/path%3e%3cpath d='M51.5,48.38a.48.48,0,0,1-.22-.28l-.06.26a2.36,2.36,0,0,0,0,1.53,1.51,1.51,0,0,0,.29-.49l.28-1A.3.3,0,0,1,51.5,48.38Z' %3e%3c/path%3e%3cpath d='M50.94,48.15a.4.4,0,0,1-.22-.22l-.12.43a1.27,1.27,0,0,0,0,1.14,3.84,3.84,0,0,0,.61-1.37A.29.29,0,0,1,50.94,48.15Z' %3e%3c/path%3e%3cpath d='M50.7,47.89a.14.14,0,0,1,0-.09c-.06.05-.22,0-.22,0a.19.19,0,0,1-.17-.15c-.19.26-.44.76-.28,1.09a1.5,1.5,0,0,0,.57-.6A1.86,1.86,0,0,0,50.7,47.89Z' %3e%3c/path%3e%3cpath d='M48.82,49.14a.16.16,0,0,0-.08.06l.29.43-.35-.1h0s.54,1,0,1.46-1.82.12-2.83-.33l.5-.43a1.36,1.36,0,0,0,.85.28,1.43,1.43,0,0,0,1.43-1.41h0a1.37,1.37,0,0,0-.19-.68l2.49-2.16a.64.64,0,0,0,.51-.26.89.89,0,0,0,.8-.22.92.92,0,0,0,.07-1.3h0a.93.93,0,0,0-1.31,0,1,1,0,0,0-.3.78l-.12.08a.52.52,0,0,0-.18.4L48,48a1.42,1.42,0,0,0-.78-.23,1.45,1.45,0,0,0-1.19.62,5.55,5.55,0,0,1-.84-.11,1.11,1.11,0,0,1,.29-.79c.56-.5,1.44.12,1.45.13h0l-.07-.35.4.33a.23.23,0,0,0,.07-.07.32.32,0,0,0-.07-.44A1.77,1.77,0,0,0,45,47a1.65,1.65,0,0,0-.49,1.13c-.77-.18-1.42-.42-1.31-.58,2.35-3.3.55-5.27-1.61-5.16v2.22A1.34,1.34,0,0,1,40.2,45.9H38.75A2.4,2.4,0,0,0,37,47a2.43,2.43,0,0,0-1.77-1.08h-1.5a1.34,1.34,0,0,1-1.38-1.29V42.37c-2.16-.11-4,1.86-1.61,5.16.2.32-2,.82-3,.69a1.56,1.56,0,0,0-1.63-.37L22.89,45a1.62,1.62,0,0,0-.22-2,1.56,1.56,0,0,0-1.75-.14V44l-1.1.11a1.57,1.57,0,0,0,.33,1.72,1.62,1.62,0,0,0,2,0l3.09,2.8a1.32,1.32,0,0,0-.1.76,1.43,1.43,0,0,0,1.14,1.13,1.63,1.63,0,0,0,.95-.1l7.69,6.92a.52.52,0,0,0,.74,0h0a.52.52,0,0,0,0-.74h0L34,55l.22-.25.67.61.08.07a.25.25,0,0,0,.34,0h0l.07-.08,1-1.16a.25.25,0,0,0,0-.34h0l-.08-.07-.21.18L36,53.81l-.53.59L35,54l.55-.62a.25.25,0,0,0,0-.34h0L35.48,53a.25.25,0,0,0-.34,0h0l-.89,1-.49-.45.66-.73-.12-.17a2.18,2.18,0,0,0,.33-.42l-.08-.07a.25.25,0,0,0-.34,0h0l-1.05,1.16-.07.08a.25.25,0,0,0,0,.34h0l.08.07.67.6-.22.25-5.52-5a7.5,7.5,0,0,1,3.76-1,.29.29,0,0,0,.3-.26.32.32,0,0,0,0-.14c-.61-1.46.69-2.51,2-1.65a4.48,4.48,0,0,1,1.64,2.34,10.79,10.79,0,0,0-4.87,2.57l1.27,1.27A7,7,0,0,1,36,49.64c.06.18,0,.12.11.3a6.41,6.41,0,0,0-2.78,2.6l.11-.12c.15-.14.76-.9.91-.76l.53.45s-.42.73-.38.76.12.18.15.15L35,52.7a6.36,6.36,0,0,1,1.34-2.12,1.7,1.7,0,0,0,0,.5,22.2,22.2,0,0,0-.67,2.42l.17.13.38-.31.38.31s.31.3.15.6a15.68,15.68,0,0,1-1.24,1.46c.25.67,1.21,1.12,1.38,1.2a3.6,3.6,0,0,0,1-.63,5.31,5.31,0,0,1-.16-1.12,2.65,2.65,0,0,1,.21-1l.25-.25a20.26,20.26,0,0,0-.73-2.75v-.5a7,7,0,0,1,1.61,2.9h.49v-.08a2.62,2.62,0,0,1,.15-1,1.9,1.9,0,0,1,.4-.4,6.49,6.49,0,0,0-2.36-2c.06-.18,0-.12.11-.3a6.89,6.89,0,0,1,3.23,2.2l.68.12a2,2,0,0,1-.15-.76,1.15,1.15,0,0,1,.27-.63A12,12,0,0,0,38.19,49a4.48,4.48,0,0,1,1.64-2.34c1.34-.86,2.65.19,2,1.65a.27.27,0,0,0,.13.37.35.35,0,0,0,.14,0,8.28,8.28,0,0,1,2.42.39,7.71,7.71,0,0,0,.24,1.16,1.8,1.8,0,0,0-2.62,2.28c-.62-.28-1.33-.47-1.78-.06a1.58,1.58,0,0,0-.17,1.67,1.54,1.54,0,0,0-1.66.18,1.3,1.3,0,0,0-.14,1.62V56c.1.11.17.22.3.15s.09-.31,0-.46a.85.85,0,0,1,.11-1c.36-.32,1.17,0,1.62.31l-2.09,2,.06.06.06.07,2.26-2c.25.48.53,1.3.14,1.65s-1,0-1,0-.36-.19-.46,0,0,.21.11.31l.06,0a1.28,1.28,0,0,0,1.63,0,1.57,1.57,0,0,0,.35-1.64,1.59,1.59,0,0,0,1.68,0c.45-.41.34-1.13.12-1.78a1.8,1.8,0,0,0,2.54-2.36c1,.4,2.49.77,3.23.1.94-.85.18-2.19.15-2.25a.32.32,0,0,0-.43-.08Zm-7.77,5.3c-.3-.64-.46-1.34-.23-1.55s1,.11,1.5.37Zm1.73.63c-.23.21-.91,0-1.52-.39l1.32-1.14C42.78,54.06,43,54.84,42.78,55.07ZM43,50.88c.14-.14.67-.54,1.87,0L42.92,52.7C42.49,51.57,42.74,51.12,43,50.88Zm2,2.27c-.26.2-.72.39-1.8-.15l2-1.71C45.61,52.54,45.16,53,45,53.15Zm.48-2.85a8.6,8.6,0,0,1-.25-1,3.78,3.78,0,0,1,.63.33,1.63,1.63,0,0,0,.11.23Z' %3e%3c/path%3e%3cpath d='M43.73,28.9a3.17,3.17,0,0,0-1.37.8,2.27,2.27,0,0,1,2.06.38A1.53,1.53,0,0,0,43.73,28.9Z' %3e%3c/path%3e%3cpath d='M47.3,22.73c-.06-.21,2.06-.22,2.06,1.11,0,.89-1.27,1.31-1.27,2.24a.83.83,0,0,0,.61.74c-.33-1.48,1-.7,1.39-.43-.73-2,.9-2,.74-2.89-.11-.64-1.53-.45-2-.77-.91-.58-2-2.81-2.7-.58a1.69,1.69,0,0,1-1.13,3,1.41,1.41,0,0,0,0,.29C47,25.38,47.67,23.91,47.3,22.73Z' %3e%3c/path%3e%3cpolygon points='31.81 21.32 31.12 20.47 30.42 21.32 31.12 22.15 31.81 21.32' %3e%3c/polygon%3e%3cpolygon points='42.86 22.15 43.55 21.32 42.86 20.47 42.16 21.32 42.86 22.15' %3e%3c/polygon%3e%3cpath d='M31.64,29.7a3.19,3.19,0,0,0-1.36-.8,1.53,1.53,0,0,0-.69,1.18A2.26,2.26,0,0,1,31.64,29.7Z' %3e%3c/path%3e%3cpolygon points='36.99 18.97 37.97 17.71 36.99 16.52 36.01 17.71 36.99 18.97' %3e%3c/polygon%3e%3cpath d='M57.74,21.4a2,2,0,0,0,2.82,0l5.16-5.16a2,2,0,0,0,.59-1.41,2,2,0,0,0-.59-1.42L60.56,8.25a2,2,0,0,0-2.82,0l-5.16,5.16A2,2,0,0,0,52,14.83a2,2,0,0,0,.59,1.41Zm1.41-8.9,2.33,2.33-2.33,2.33-2.33-2.33Z' %3e%3c/path%3e%3cpath d='M16.24,52.58a2,2,0,0,0-2.83,0h0L8.25,57.74a2,2,0,0,0,0,2.82l5.16,5.16a2,2,0,0,0,1.42.59,2,2,0,0,0,1.41-.59l5.16-5.16a2,2,0,0,0,0-2.82Zm-1.41,8.9L12.5,59.15l2.33-2.33,2.33,2.33Z' %3e%3c/path%3e%3cpath d='M72,31.34H64.7a2,2,0,0,0-2,2v7.3a2,2,0,0,0,2,2H72a2,2,0,0,0,2-2v-7.3A2,2,0,0,0,72,31.34Zm-2,7.3H66.7v-3.3H70Z' %3e%3c/path%3e%3cpath d='M11.3,40.64v-7.3a2,2,0,0,0-2-2H2a2,2,0,0,0-2,2v7.3a2,2,0,0,0,2,2H9.3A2,2,0,0,0,11.3,40.64Zm-4-2H4v-3.3H7.3Z' %3e%3c/path%3e%3cpath d='M13.41,21.4a2,2,0,0,0,2.83,0h0l5.16-5.16a2,2,0,0,0,0-2.83h0L16.24,8.25a2,2,0,0,0-1.41-.58,2,2,0,0,0-1.42.58L8.25,13.41a2,2,0,0,0-.58,1.42,2,2,0,0,0,.58,1.41Zm1.42-8.9,2.33,2.33-2.33,2.33L12.5,14.83Z' %3e%3c/path%3e%3cpath d='M60.57,52.58A2,2,0,0,0,59.15,52a2,2,0,0,0-1.41.59l-5.16,5.16a2,2,0,0,0,0,2.82l5.16,5.16a2,2,0,0,0,2.82,0l5.16-5.16a2,2,0,0,0,0-2.82Zm-1.42,8.9-2.33-2.33,2.33-2.33,2.33,2.33Z' %3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.footer-menu__link:hover .icon.taxesfooter {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 74 74'%3e%3cg fill='%23f15a22'%3e%3cpath d='M33.34,11.29h7.3a2,2,0,0,0,2-2V2a2,2,0,0,0-2-2h-7.3a2,2,0,0,0-2,2V9.29A2,2,0,0,0,33.34,11.29Zm2-7.29h3.3V7.29h-3.3Z' %3e%3c/path%3e%3cpath d='M40.64,62.68h-7.3a2,2,0,0,0-2,2V72a2,2,0,0,0,2,2h7.3a2,2,0,0,0,2-2V64.7a2,2,0,0,0-2-2Zm-2,7.3h-3.3v-3.3h3.3Z' %3e%3c/path%3e%3cpath d='M45.05,28.44a1.15,1.15,0,0,1,1,.75,1.82,1.82,0,0,0,.38-1.39c-.41-2.21-5.55-.75-8.14-1.68,0,.64.8,1.67,1.61,2.05A10.1,10.1,0,0,0,37,34.75a10.11,10.11,0,0,0-2.87-6.58c.81-.38,1.65-1.41,1.6-2.05-2.58.93-7.72-.53-8.14,1.68A1.89,1.89,0,0,0,28,29.19a1.18,1.18,0,0,1,1-.75c3.62-.54,6.64,5,3.92,7.29a.05.05,0,0,0,0,.1H41.1a.06.06,0,0,0,0-.08l0,0C38.41,33.48,41.43,27.9,45.05,28.44Z' %3e%3c/path%3e%3cpath d='M47.7,44.18s-.74.07-1,.12a2.46,2.46,0,0,0-.38.14,3.83,3.83,0,0,0,1.68.19l.41-.05a.24.24,0,0,1,.06-.09.53.53,0,0,1-.12-.14.3.3,0,0,1,0-.26Z' %3e%3c/path%3e%3cpath d='M39.86,41.88a.11.11,0,1,0,.22,0c.14-1-.54-1.29-1.25-1.18-.09-.34-.16-.64-.24-.94s-.09-.7.19-.7.09.42.07.6,0,.26.18.27.18-.1.24-.17a1,1,0,0,0,.11-1.41l-.11-.11a1.51,1.51,0,0,0-1.68.34,2,2,0,0,0-.33-.53c-.09-.1-.12-.18,0-.27a.62.62,0,0,0,.24-.42.31.31,0,0,0-.33-.31h0a.44.44,0,0,0-.45.43v.05a.5.5,0,0,0,.06.24,2,2,0,0,0-.69,0L38.72,45A2,2,0,0,0,40,43.4c0-.54-.79-.36-1.17.06-.12-.68-.23-1.31-.35-1.94,0-.17,0-.23.19-.28h0C39.15,41.06,39.88,41.2,39.86,41.88Z' %3e%3c/path%3e%3cpath d='M34.07,43.51a1.34,1.34,0,0,0-.17.59c0,.71.85.85,1.17.7a3.5,3.5,0,0,0,3.4.36l-3.24-8.9a.13.13,0,0,0-.25.09h0l.55,1.53c-.47.11-1.23.46-1.23.91,0,.61,1.08,1,1.7,1a.4.4,0,0,0,.1.38,1.4,1.4,0,0,0-.79.25,1,1,0,0,0-1.09-.23c-.25.19-.25.51,0,.87a.59.59,0,0,1,.05.78c.75,0,.47-1,.76-1a1.31,1.31,0,0,0,.07.65.42.42,0,0,1,0,.43A4,4,0,0,0,34.5,44c-.25,0-.37-.06-.29-.4C34.25,43.45,34.17,43.36,34.07,43.51ZM36,42a1.57,1.57,0,0,0,.22,1.36,2.59,2.59,0,0,0-1.31.29C34.8,43.31,35.31,42.66,36,42Z' %3e%3c/path%3e%3cpath d='M50.05,45.84a1.19,1.19,0,0,1-.76-.42.69.69,0,0,1,0-.68c.1-.27.43-.34.52-.62a.77.77,0,0,0,0-.8c-.11-.28-.41-.41-.65-.57a5,5,0,0,0-1.26-.26l-1.13-.12c-.07.08,0,.24,0,.27.14.22.48.27.72.3l1,.07c.08,0,.37,0,.12.13s-.18.16-.2.27h-.07c0-.12.07-.22.28-.36l-1.53,0H45.61a.76.76,0,0,0-.43.14,3.17,3.17,0,0,0,1.7.43,1.67,1.67,0,0,0,.32.08H47a3.89,3.89,0,0,0-1.44.19c.21.28,1.38.34,1.95.29L48.4,44a.26.26,0,0,1,.13-.08.75.75,0,0,1-.2-.3h-.4a1.55,1.55,0,0,0,.31-.07h.13a.7.7,0,0,0,.28.45.28.28,0,0,0-.27.26c0,.12.18.26.18.26a.4.4,0,0,0-.14.34.58.58,0,0,0,.33.32.36.36,0,0,0-.13.34c.06.19.33.27.33.27a.27.27,0,0,0,0,.3c.09.14.29.09.29.09a.32.32,0,0,0,.1.32Z' %3e%3c/path%3e%3cpath d='M25.08,43.06h0a2.17,2.17,0,0,0,3.05-.22l.07-.09a7.52,7.52,0,0,0,1.26-3.38,3,3,0,0,1,2.78,1.68.06.06,0,0,0,.12,0v-3.8a.05.05,0,0,0-.07,0h0a5,5,0,0,1-2.39.19A2.52,2.52,0,0,1,27.73,35a2.43,2.43,0,0,1,.8-1.77.19.19,0,0,0,.06-.26l-.06-.06-.16-.1c-4.28-2.72-8.18-9-8.6-9.71h0m-.05,0a3.82,3.82,0,0,0-.06,5.21,17.75,17.75,0,0,0,4.81,3.58,3.36,3.36,0,0,1-.06.63,13.74,13.74,0,0,1-7-4.14.06.06,0,0,0-.08,0l0,0a3.3,3.3,0,0,0,1.38,4.25,17.35,17.35,0,0,0,5.84,1.45,2.56,2.56,0,0,0,.1.54,13,13,0,0,1-7.2-1.12h-.09a2.74,2.74,0,0,0,2.35,3.08l.14,0c1.69.29,5.28-.56,5.28-.56.07.16.15.32.23.48A12.41,12.41,0,0,1,19,37.77a.06.06,0,0,0-.06.06h0c0,1.65,1.64,2.1,3.06,1.91a10.19,10.19,0,0,0,4.09-1.88l.38.38A7,7,0,0,1,21.79,41s-.05,0-.06,0a.06.06,0,0,0,0,0c.58,1,1.87,1.32,3.28.64A7.33,7.33,0,0,0,27.63,39a4.55,4.55,0,0,0,.51.21,6.43,6.43,0,0,1-3.06,3.85Z' %3e%3c/path%3e%3cpolygon points='34.98 36.35 34.98 36.35 34.98 36.35 34.98 36.35' %3e%3c/polygon%3e%3cpath d='M44.37,42.14a3,3,0,0,0,.86.6,6.94,6.94,0,0,0,1.7.15c-.46-.24-.31-.53-.31-.53Z' %3e%3c/path%3e%3cpath d='M53.85,52.66V50.41s-.3.12-.5-.37a7,7,0,0,0,0,1.71A2.89,2.89,0,0,0,53.85,52.66Z' %3e%3c/path%3e%3cpath d='M52.48,48.34a.27.27,0,0,1-.09.12c0,.1-.17.83-.17.83-.12.57-.18,1.74.09,2a4.27,4.27,0,0,0,.33-1.41l.12-1.28A.77.77,0,0,1,52.48,48.34Z' %3e%3c/path%3e%3cpath d='M53.14,51.34A1.86,1.86,0,0,0,53.2,51l.09-1.15.09-1.51a.53.53,0,0,1-.54.24s-.09.88-.14,1.41a3.27,3.27,0,0,0,.3,1.77A.91.91,0,0,0,53.14,51.34Z' %3e%3c/path%3e%3cpath d='M49.14,46.22H49a4.16,4.16,0,0,0-.39.32c-.07.07-.2.21-.2.33a1.3,1.3,0,0,0,.83-.35C49.07,46.33,49.14,46.22,49.14,46.22Z' %3e%3c/path%3e%3cpath d='M53.86,49.18a4.26,4.26,0,0,0-.13-1.28c-.13-.26-.22-.57-.49-.71a.8.8,0,0,0-.8-.09c-.29.06-.39.37-.67.45a.72.72,0,0,1-.68-.12,1.25,1.25,0,0,1-.33-.8l-.7.67c.08.16.3.13.3.13a.33.33,0,0,0,.06.3.27.27,0,0,0,.3,0s.05.28.24.36a.38.38,0,0,0,.35-.09s.07.28.28.35a.33.33,0,0,0,.35-.1s.13.19.25.2a.3.3,0,0,0,.28-.24.7.7,0,0,0,.43.34.51.51,0,0,0,.4-.19c.17-.24.11.06.11.13v1a1,1,0,0,0,.22.75s.17.1.27,0A8.79,8.79,0,0,1,53.86,49.18Z' %3e%3c/path%3e%3cpath d='M55.4,32.66a3.31,3.31,0,0,0,1.38-4.25s-.08-.05-.1,0a13.69,13.69,0,0,1-7,4.15,3.36,3.36,0,0,0-.06-.63,17.75,17.75,0,0,0,4.81-3.58,3.83,3.83,0,0,0-.06-5.21h0c-.42.69-4.32,7-8.6,9.72l-.16.1a.19.19,0,0,0-.06.26l.06.06a2.35,2.35,0,0,1,.8,1.77,2.52,2.52,0,0,1-2.15,2.42,5.1,5.1,0,0,1-2.39-.2,0,0,0,0,0-.07,0,.06.06,0,0,0,0,0v3.8a.06.06,0,0,0,.12,0,3,3,0,0,1,2.78-1.68,10.37,10.37,0,0,0,.64,2.32l2.34.25A5.43,5.43,0,0,1,46,39.22a2.28,2.28,0,0,0,.51-.21A7.23,7.23,0,0,0,49,41.67c1.41.68,2.7.35,3.27-.64V41c-.88-.07-3.56-.84-4.7-2.71l.38-.38a10,10,0,0,0,4,1.88c1.42.19,3-.26,3.06-1.91a.06.06,0,0,0-.06-.06h0a12.42,12.42,0,0,1-6.21-1.18c.08-.16.16-.32.23-.48a19.57,19.57,0,0,0,5.28.57,2.75,2.75,0,0,0,2.5-3,.61.61,0,0,0,0-.14.06.06,0,0,0-.08,0h0a13,13,0,0,1-7.2,1.12,5.07,5.07,0,0,1,.09-.54A17.18,17.18,0,0,0,55.4,32.66Z' %3e%3c/path%3e%3cpath d='M49,46.19c-.1-.06-.14-.11-.14-.19a.33.33,0,0,1,0-.22h-.09a1.29,1.29,0,0,0-.28.08,1.48,1.48,0,0,0-.66.5C48.16,46.55,48.68,46.35,49,46.19Z' %3e%3c/path%3e%3cpath d='M48.38,45.21h.26a.51.51,0,0,1-.25-.25.3.3,0,0,1,0-.29s-.94.15-1,.18a1.64,1.64,0,0,0-.52.24A2.38,2.38,0,0,0,48.38,45.21Z' %3e%3c/path%3e%3cpath d='M48.31,45.82l.45-.08a.39.39,0,0,1-.21-.24.26.26,0,0,1,.06-.28,3.64,3.64,0,0,0-1.43.46A1.29,1.29,0,0,0,48.31,45.82Z' %3e%3c/path%3e%3cpath d='M50.29,47.62a.24.24,0,0,1,0-.12.46.46,0,0,1-.28-.15,1.38,1.38,0,0,0-.43.79.67.67,0,0,0,.34-.16C50,47.92,50.29,47.62,50.29,47.62Z' %3e%3c/path%3e%3cpath d='M29.82,25.48h2.6A3.31,3.31,0,0,0,35.88,23H38.1a3.3,3.3,0,0,0,3.46,2.5h2.6a6.71,6.71,0,0,0,.57-.92c.41-1.1-.12-1.61-.88-1.61l-1,.89-1-.89c-.76,0-1.29.51-.88,1.61a5.54,5.54,0,0,0,.3.53A2.71,2.71,0,0,1,38.93,23a17.45,17.45,0,0,0,.86-1.52c.61-1.57-.17-2.22-1.32-2.22L37,21l-1.48-1.74c-1.15,0-1.93.65-1.32,2.22A14.68,14.68,0,0,0,35,23a2.69,2.69,0,0,1-2.35,2.11,5.54,5.54,0,0,0,.3-.53c.4-1.1-.12-1.61-.88-1.61l-1,.89-1-.89c-.76,0-1.29.51-.88,1.61A6.31,6.31,0,0,0,29.82,25.48Z' %3e%3c/path%3e%3cpolygon points='19.61 43.52 20.37 43.45 20.36 42.7 19.55 42.71 19.61 43.52' %3e%3c/polygon%3e%3cpath d='M23.89,26.39c.37-.28,1.72-1.05,1.39.43a.84.84,0,0,0,.61-.74c0-.93-1.27-1.35-1.27-2.24,0-1.33,2.12-1.32,2.05-1.11-.36,1.18.34,2.65,2.34,2.75a1.41,1.41,0,0,0,0-.29,1.69,1.69,0,0,1-1.13-3c-.71-2.23-1.79,0-2.7.58-.51.32-1.93.13-2.05.77C23,24.41,24.62,24.4,23.89,26.39Z' %3e%3c/path%3e%3cpath d='M52.32,48.49a.28.28,0,0,1-.25,0,.86.86,0,0,1-.14-.13l-.09.06-.09.4a3.67,3.67,0,0,0,0,1.68,2,2,0,0,0,.18-.36c.08-.25.23-1,.23-1Z' %3e%3c/path%3e%3cpath d='M51.5,48.38a.48.48,0,0,1-.22-.28l-.06.26a2.36,2.36,0,0,0,0,1.53,1.51,1.51,0,0,0,.29-.49l.28-1A.3.3,0,0,1,51.5,48.38Z' %3e%3c/path%3e%3cpath d='M50.94,48.15a.4.4,0,0,1-.22-.22l-.12.43a1.27,1.27,0,0,0,0,1.14,3.84,3.84,0,0,0,.61-1.37A.29.29,0,0,1,50.94,48.15Z' %3e%3c/path%3e%3cpath d='M50.7,47.89a.14.14,0,0,1,0-.09c-.06.05-.22,0-.22,0a.19.19,0,0,1-.17-.15c-.19.26-.44.76-.28,1.09a1.5,1.5,0,0,0,.57-.6A1.86,1.86,0,0,0,50.7,47.89Z' %3e%3c/path%3e%3cpath d='M48.82,49.14a.16.16,0,0,0-.08.06l.29.43-.35-.1h0s.54,1,0,1.46-1.82.12-2.83-.33l.5-.43a1.36,1.36,0,0,0,.85.28,1.43,1.43,0,0,0,1.43-1.41h0a1.37,1.37,0,0,0-.19-.68l2.49-2.16a.64.64,0,0,0,.51-.26.89.89,0,0,0,.8-.22.92.92,0,0,0,.07-1.3h0a.93.93,0,0,0-1.31,0,1,1,0,0,0-.3.78l-.12.08a.52.52,0,0,0-.18.4L48,48a1.42,1.42,0,0,0-.78-.23,1.45,1.45,0,0,0-1.19.62,5.55,5.55,0,0,1-.84-.11,1.11,1.11,0,0,1,.29-.79c.56-.5,1.44.12,1.45.13h0l-.07-.35.4.33a.23.23,0,0,0,.07-.07.32.32,0,0,0-.07-.44A1.77,1.77,0,0,0,45,47a1.65,1.65,0,0,0-.49,1.13c-.77-.18-1.42-.42-1.31-.58,2.35-3.3.55-5.27-1.61-5.16v2.22A1.34,1.34,0,0,1,40.2,45.9H38.75A2.4,2.4,0,0,0,37,47a2.43,2.43,0,0,0-1.77-1.08h-1.5a1.34,1.34,0,0,1-1.38-1.29V42.37c-2.16-.11-4,1.86-1.61,5.16.2.32-2,.82-3,.69a1.56,1.56,0,0,0-1.63-.37L22.89,45a1.62,1.62,0,0,0-.22-2,1.56,1.56,0,0,0-1.75-.14V44l-1.1.11a1.57,1.57,0,0,0,.33,1.72,1.62,1.62,0,0,0,2,0l3.09,2.8a1.32,1.32,0,0,0-.1.76,1.43,1.43,0,0,0,1.14,1.13,1.63,1.63,0,0,0,.95-.1l7.69,6.92a.52.52,0,0,0,.74,0h0a.52.52,0,0,0,0-.74h0L34,55l.22-.25.67.61.08.07a.25.25,0,0,0,.34,0h0l.07-.08,1-1.16a.25.25,0,0,0,0-.34h0l-.08-.07-.21.18L36,53.81l-.53.59L35,54l.55-.62a.25.25,0,0,0,0-.34h0L35.48,53a.25.25,0,0,0-.34,0h0l-.89,1-.49-.45.66-.73-.12-.17a2.18,2.18,0,0,0,.33-.42l-.08-.07a.25.25,0,0,0-.34,0h0l-1.05,1.16-.07.08a.25.25,0,0,0,0,.34h0l.08.07.67.6-.22.25-5.52-5a7.5,7.5,0,0,1,3.76-1,.29.29,0,0,0,.3-.26.32.32,0,0,0,0-.14c-.61-1.46.69-2.51,2-1.65a4.48,4.48,0,0,1,1.64,2.34,10.79,10.79,0,0,0-4.87,2.57l1.27,1.27A7,7,0,0,1,36,49.64c.06.18,0,.12.11.3a6.41,6.41,0,0,0-2.78,2.6l.11-.12c.15-.14.76-.9.91-.76l.53.45s-.42.73-.38.76.12.18.15.15L35,52.7a6.36,6.36,0,0,1,1.34-2.12,1.7,1.7,0,0,0,0,.5,22.2,22.2,0,0,0-.67,2.42l.17.13.38-.31.38.31s.31.3.15.6a15.68,15.68,0,0,1-1.24,1.46c.25.67,1.21,1.12,1.38,1.2a3.6,3.6,0,0,0,1-.63,5.31,5.31,0,0,1-.16-1.12,2.65,2.65,0,0,1,.21-1l.25-.25a20.26,20.26,0,0,0-.73-2.75v-.5a7,7,0,0,1,1.61,2.9h.49v-.08a2.62,2.62,0,0,1,.15-1,1.9,1.9,0,0,1,.4-.4,6.49,6.49,0,0,0-2.36-2c.06-.18,0-.12.11-.3a6.89,6.89,0,0,1,3.23,2.2l.68.12a2,2,0,0,1-.15-.76,1.15,1.15,0,0,1,.27-.63A12,12,0,0,0,38.19,49a4.48,4.48,0,0,1,1.64-2.34c1.34-.86,2.65.19,2,1.65a.27.27,0,0,0,.13.37.35.35,0,0,0,.14,0,8.28,8.28,0,0,1,2.42.39,7.71,7.71,0,0,0,.24,1.16,1.8,1.8,0,0,0-2.62,2.28c-.62-.28-1.33-.47-1.78-.06a1.58,1.58,0,0,0-.17,1.67,1.54,1.54,0,0,0-1.66.18,1.3,1.3,0,0,0-.14,1.62V56c.1.11.17.22.3.15s.09-.31,0-.46a.85.85,0,0,1,.11-1c.36-.32,1.17,0,1.62.31l-2.09,2,.06.06.06.07,2.26-2c.25.48.53,1.3.14,1.65s-1,0-1,0-.36-.19-.46,0,0,.21.11.31l.06,0a1.28,1.28,0,0,0,1.63,0,1.57,1.57,0,0,0,.35-1.64,1.59,1.59,0,0,0,1.68,0c.45-.41.34-1.13.12-1.78a1.8,1.8,0,0,0,2.54-2.36c1,.4,2.49.77,3.23.1.94-.85.18-2.19.15-2.25a.32.32,0,0,0-.43-.08Zm-7.77,5.3c-.3-.64-.46-1.34-.23-1.55s1,.11,1.5.37Zm1.73.63c-.23.21-.91,0-1.52-.39l1.32-1.14C42.78,54.06,43,54.84,42.78,55.07ZM43,50.88c.14-.14.67-.54,1.87,0L42.92,52.7C42.49,51.57,42.74,51.12,43,50.88Zm2,2.27c-.26.2-.72.39-1.8-.15l2-1.71C45.61,52.54,45.16,53,45,53.15Zm.48-2.85a8.6,8.6,0,0,1-.25-1,3.78,3.78,0,0,1,.63.33,1.63,1.63,0,0,0,.11.23Z' %3e%3c/path%3e%3cpath d='M43.73,28.9a3.17,3.17,0,0,0-1.37.8,2.27,2.27,0,0,1,2.06.38A1.53,1.53,0,0,0,43.73,28.9Z' %3e%3c/path%3e%3cpath d='M47.3,22.73c-.06-.21,2.06-.22,2.06,1.11,0,.89-1.27,1.31-1.27,2.24a.83.83,0,0,0,.61.74c-.33-1.48,1-.7,1.39-.43-.73-2,.9-2,.74-2.89-.11-.64-1.53-.45-2-.77-.91-.58-2-2.81-2.7-.58a1.69,1.69,0,0,1-1.13,3,1.41,1.41,0,0,0,0,.29C47,25.38,47.67,23.91,47.3,22.73Z' %3e%3c/path%3e%3cpolygon points='31.81 21.32 31.12 20.47 30.42 21.32 31.12 22.15 31.81 21.32' %3e%3c/polygon%3e%3cpolygon points='42.86 22.15 43.55 21.32 42.86 20.47 42.16 21.32 42.86 22.15' %3e%3c/polygon%3e%3cpath d='M31.64,29.7a3.19,3.19,0,0,0-1.36-.8,1.53,1.53,0,0,0-.69,1.18A2.26,2.26,0,0,1,31.64,29.7Z' %3e%3c/path%3e%3cpolygon points='36.99 18.97 37.97 17.71 36.99 16.52 36.01 17.71 36.99 18.97' %3e%3c/polygon%3e%3cpath d='M57.74,21.4a2,2,0,0,0,2.82,0l5.16-5.16a2,2,0,0,0,.59-1.41,2,2,0,0,0-.59-1.42L60.56,8.25a2,2,0,0,0-2.82,0l-5.16,5.16A2,2,0,0,0,52,14.83a2,2,0,0,0,.59,1.41Zm1.41-8.9,2.33,2.33-2.33,2.33-2.33-2.33Z' %3e%3c/path%3e%3cpath d='M16.24,52.58a2,2,0,0,0-2.83,0h0L8.25,57.74a2,2,0,0,0,0,2.82l5.16,5.16a2,2,0,0,0,1.42.59,2,2,0,0,0,1.41-.59l5.16-5.16a2,2,0,0,0,0-2.82Zm-1.41,8.9L12.5,59.15l2.33-2.33,2.33,2.33Z' %3e%3c/path%3e%3cpath d='M72,31.34H64.7a2,2,0,0,0-2,2v7.3a2,2,0,0,0,2,2H72a2,2,0,0,0,2-2v-7.3A2,2,0,0,0,72,31.34Zm-2,7.3H66.7v-3.3H70Z' %3e%3c/path%3e%3cpath d='M11.3,40.64v-7.3a2,2,0,0,0-2-2H2a2,2,0,0,0-2,2v7.3a2,2,0,0,0,2,2H9.3A2,2,0,0,0,11.3,40.64Zm-4-2H4v-3.3H7.3Z' %3e%3c/path%3e%3cpath d='M13.41,21.4a2,2,0,0,0,2.83,0h0l5.16-5.16a2,2,0,0,0,0-2.83h0L16.24,8.25a2,2,0,0,0-1.41-.58,2,2,0,0,0-1.42.58L8.25,13.41a2,2,0,0,0-.58,1.42,2,2,0,0,0,.58,1.41Zm1.42-8.9,2.33,2.33-2.33,2.33L12.5,14.83Z' %3e%3c/path%3e%3cpath d='M60.57,52.58A2,2,0,0,0,59.15,52a2,2,0,0,0-1.41.59l-5.16,5.16a2,2,0,0,0,0,2.82l5.16,5.16a2,2,0,0,0,2.82,0l5.16-5.16a2,2,0,0,0,0-2.82Zm-1.42,8.9-2.33-2.33,2.33-2.33,2.33,2.33Z' %3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.footer-menu__link .icon.write {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.35 12'%3e%3cg fill='%230066B3'%3e%3cpath d='M13.38,4.51l-.62.62-.39-.39L13,4.12a.27.27,0,0,1,.39,0,.27.27,0,0,1,0,.38h0M7.12,10.38l.27-.66.43-.43.39.39-.43.43ZM1.28,8.08A.38.38,0,0,1,.9,7.7h0V1.5L6.21,6.17a.46.46,0,0,0,.3.11.44.44,0,0,0,.29-.11L12.11,1.5V3.72L7.76,8.08ZM11.44.9,6.51,5.24,1.58.9ZM14,3.48a1.17,1.17,0,0,0-.83-.34H13V1.28A1.29,1.29,0,0,0,11.73,0H1.28A1.28,1.28,0,0,0,0,1.28V7.7A1.27,1.27,0,0,0,1.24,9H6.86l-.23.24L5.46,12l2.83-1.17L14,5.15a1.18,1.18,0,0,0,0-1.67h0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.footer-menu__link:hover .icon.write {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.35 12'%3e%3cg fill='%23f15a22'%3e%3cpath d='M13.38,4.51l-.62.62-.39-.39L13,4.12a.27.27,0,0,1,.39,0,.27.27,0,0,1,0,.38h0M7.12,10.38l.27-.66.43-.43.39.39-.43.43ZM1.28,8.08A.38.38,0,0,1,.9,7.7h0V1.5L6.21,6.17a.46.46,0,0,0,.3.11.44.44,0,0,0,.29-.11L12.11,1.5V3.72L7.76,8.08ZM11.44.9,6.51,5.24,1.58.9ZM14,3.48a1.17,1.17,0,0,0-.83-.34H13V1.28A1.29,1.29,0,0,0,11.73,0H1.28A1.28,1.28,0,0,0,0,1.28V7.7A1.27,1.27,0,0,0,1.24,9H6.86l-.23.24L5.46,12l2.83-1.17L14,5.15a1.18,1.18,0,0,0,0-1.67h0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.footer-menu__link .icon.subcribe {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10.08'%3e%3cg fill='%230066B3'%3e%3cpath d='M9.08,3.23H8.7v-.4H7.92a2.66,2.66,0,0,0-.21-.53l.56-.55L7,.43,6.4,1A2.7,2.7,0,0,0,5.87.78V0H4.1V.78A2.7,2.7,0,0,0,3.57,1L3,.43,1.7,1.74l.56.56a2.66,2.66,0,0,0-.21.53H1.27v.4H.89A.89.89,0,0,0,0,4.12V9.2a.87.87,0,0,0,.88.88h8.2A.88.88,0,0,0,10,9.24V4.12a.89.89,0,0,0-.89-.89ZM3.91,2.64a1.51,1.51,0,0,1,2.14,0h0a1.46,1.46,0,0,1,.36.58H3.56A1.44,1.44,0,0,1,3.91,2.64Zm-3,1.21H9.19L5,7.49.79,3.87ZM.62,9.09V4.54L2.71,6.41Zm.51.37L3.19,6.81l1.6,1.33a.32.32,0,0,0,.2.08.32.32,0,0,0,.21-.08L6.66,6.83,8.87,9.46Zm8.22-.4L7.13,6.41,9.35,4.57Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.footer-menu__link:hover .icon.subcribe {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10.08'%3e%3cg fill='%23f15a22'%3e%3cpath d='M9.08,3.23H8.7v-.4H7.92a2.66,2.66,0,0,0-.21-.53l.56-.55L7,.43,6.4,1A2.7,2.7,0,0,0,5.87.78V0H4.1V.78A2.7,2.7,0,0,0,3.57,1L3,.43,1.7,1.74l.56.56a2.66,2.66,0,0,0-.21.53H1.27v.4H.89A.89.89,0,0,0,0,4.12V9.2a.87.87,0,0,0,.88.88h8.2A.88.88,0,0,0,10,9.24V4.12a.89.89,0,0,0-.89-.89ZM3.91,2.64a1.51,1.51,0,0,1,2.14,0h0a1.46,1.46,0,0,1,.36.58H3.56A1.44,1.44,0,0,1,3.91,2.64Zm-3,1.21H9.19L5,7.49.79,3.87ZM.62,9.09V4.54L2.71,6.41Zm.51.37L3.19,6.81l1.6,1.33a.32.32,0,0,0,.2.08.32.32,0,0,0,.21-.08L6.66,6.83,8.87,9.46Zm8.22-.4L7.13,6.41,9.35,4.57Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.footer-menu__link .icon.letter-locked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.92 14.14'%3e%3cg fill='%230066B3'%3e%3cpath d='M8.85,13.27a2.18,2.18,0,0,1-1.19-.35l3.05-3.05a2.18,2.18,0,0,1,.35,1.19,2.21,2.21,0,0,1-2.21,2.21h0M1.25,12a.37.37,0,0,1-.36-.37V1.25A.36.36,0,0,1,1.25.89h4.5V4h3.1V8a3.1,3.1,0,0,0-3.1,3.1h0a3.36,3.36,0,0,0,.13.89ZM7,12.31a2.21,2.21,0,0,1,3.07-3.08ZM9.73,8.09V3.54l-.88-.89L7.08.89,6.19,0H1.25A1.25,1.25,0,0,0,0,1.25V11.58a1.25,1.25,0,0,0,1.25,1.25H6.31A3.09,3.09,0,1,0,9.73,8.09' %3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.footer-menu__link:hover .icon.letter-locked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.92 14.14'%3e%3cg fill='%23f15a22'%3e%3cpath d='M8.85,13.27a2.18,2.18,0,0,1-1.19-.35l3.05-3.05a2.18,2.18,0,0,1,.35,1.19,2.21,2.21,0,0,1-2.21,2.21h0M1.25,12a.37.37,0,0,1-.36-.37V1.25A.36.36,0,0,1,1.25.89h4.5V4h3.1V8a3.1,3.1,0,0,0-3.1,3.1h0a3.36,3.36,0,0,0,.13.89ZM7,12.31a2.21,2.21,0,0,1,3.07-3.08ZM9.73,8.09V3.54l-.88-.89L7.08.89,6.19,0H1.25A1.25,1.25,0,0,0,0,1.25V11.58a1.25,1.25,0,0,0,1.25,1.25H6.31A3.09,3.09,0,1,0,9.73,8.09' %3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.footer-menu__link .icon.analytics-icon {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.59 64.76'%3e%3cg fill='%230066B3'%3e%3cpath d='M55.65,15.56,29.23.25a1.89,1.89,0,0,0-1.87,0L1,15.27A1.87,1.87,0,0,0,0,16.9V47.52a1.88,1.88,0,0,0,.93,1.62L27.35,64.5a1.85,1.85,0,0,0,1.89,0L55.65,49.14a1.87,1.87,0,0,0,.94-1.62V17.19A1.89,1.89,0,0,0,55.65,15.56ZM52.83,46.44,28.29,60.7,3.76,46.44V18L28.28,4.05,52.83,18.27Z'/%3e%3cpath d='M18.84,15.58a1.88,1.88,0,0,0,0,3.24l8.48,4.82a1.85,1.85,0,0,0,1.86,0l8.52-4.82a1.87,1.87,0,0,0,0-3.25l-8.52-5.1a1.9,1.9,0,0,0-1.94,0Zm9.46-1.3,4.78,2.86-4.78,2.7-4.76-2.7Z'/%3e%3cpath d='M20.42,35.67l-8.79-4.93a1.88,1.88,0,0,0-2.8,1.64V42.7a1.87,1.87,0,0,0,1,1.67l8.78,4.53a1.91,1.91,0,0,0,1.85-.06,1.88,1.88,0,0,0,.9-1.61V37.31A1.9,1.9,0,0,0,20.42,35.67Zm-2.8,8.48-5-2.6v-6l5,2.82Z'/%3e%3cpath d='M35.21,37.31v9.92a1.88,1.88,0,0,0,.9,1.61,1.9,1.9,0,0,0,1,.27A1.88,1.88,0,0,0,38,48.9l8.79-4.53a1.89,1.89,0,0,0,1-1.67V32.38A1.89,1.89,0,0,0,45,30.74l-8.78,4.93A1.9,1.9,0,0,0,35.21,37.31ZM39,38.41l5-2.82v6l-5,2.6Z'/%3e%3c/g%3e%3c/svg%3e");
}

.footer-menu__link:hover .icon.analytics-icon {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.59 64.76'%3e%3cg fill='%23f15a22'%3e%3cpath d='M55.65,15.56,29.23.25a1.89,1.89,0,0,0-1.87,0L1,15.27A1.87,1.87,0,0,0,0,16.9V47.52a1.88,1.88,0,0,0,.93,1.62L27.35,64.5a1.85,1.85,0,0,0,1.89,0L55.65,49.14a1.87,1.87,0,0,0,.94-1.62V17.19A1.89,1.89,0,0,0,55.65,15.56ZM52.83,46.44,28.29,60.7,3.76,46.44V18L28.28,4.05,52.83,18.27Z'/%3e%3cpath d='M18.84,15.58a1.88,1.88,0,0,0,0,3.24l8.48,4.82a1.85,1.85,0,0,0,1.86,0l8.52-4.82a1.87,1.87,0,0,0,0-3.25l-8.52-5.1a1.9,1.9,0,0,0-1.94,0Zm9.46-1.3,4.78,2.86-4.78,2.7-4.76-2.7Z'/%3e%3cpath d='M20.42,35.67l-8.79-4.93a1.88,1.88,0,0,0-2.8,1.64V42.7a1.87,1.87,0,0,0,1,1.67l8.78,4.53a1.91,1.91,0,0,0,1.85-.06,1.88,1.88,0,0,0,.9-1.61V37.31A1.9,1.9,0,0,0,20.42,35.67Zm-2.8,8.48-5-2.6v-6l5,2.82Z'/%3e%3cpath d='M35.21,37.31v9.92a1.88,1.88,0,0,0,.9,1.61,1.9,1.9,0,0,0,1,.27A1.88,1.88,0,0,0,38,48.9l8.79-4.53a1.89,1.89,0,0,0,1-1.67V32.38A1.89,1.89,0,0,0,45,30.74l-8.78,4.93A1.9,1.9,0,0,0,35.21,37.31ZM39,38.41l5-2.82v6l-5,2.6Z'/%3e%3c/g%3e%3c/svg%3e");
}

.footer-menu__link .icon.ULIP-StaffInsurance {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59.33 74.87'%3e%3cg fill='%230066B3'%3e%3cpath d='M24.53,37.58h-.65a1.15,1.15,0,0,0-1.14,1.14,1.18,1.18,0,0,0,.64,1v1.54a1.15,1.15,0,0,0,2.29,0V38.72a1.14,1.14,0,0,0-1.14-1.14Z' %3e%3c/path%3e%3cpath d='M35.44,37.58h-.65a1.14,1.14,0,0,0-1.14,1.14v2.57a1.15,1.15,0,0,0,2.29,0V39.75a1.14,1.14,0,0,0-.47-2.17Z' %3e%3c/path%3e%3cpath d='M31.59,29.24H27.74c-4.68,0-8.21,3.8-8.21,8.84v3.21a1.15,1.15,0,0,0,2.29,0V38.08c0-3.8,2.49-6.56,5.92-6.56h3.85c3.42,0,5.91,2.76,5.91,6.56v3.21a1.15,1.15,0,0,0,2.29,0V38.08C39.79,33,36.26,29.24,31.59,29.24Z' %3e%3c/path%3e%3cpath d='M29.66,29c3,0,5-2.26,5-5.63s-2-5.64-5-5.64-5,2.27-5,5.64S26.67,29,29.66,29ZM27,23.32c0-.56.13-3.35,2.71-3.35s2.71,2.79,2.71,3.35-.13,3.35-2.71,3.35S27,23.88,27,23.32Z' %3e%3c/path%3e%3cpath d='M41.29,31.16h-.72a1.14,1.14,0,1,0,0,2.28h.72a5.15,5.15,0,0,1,5.2,5.09v2.76a1.14,1.14,0,0,0,2.28,0V38.53A7.43,7.43,0,0,0,41.29,31.16Z' %3e%3c/path%3e%3cpath d='M45.06,38.86h-.64A1.14,1.14,0,0,0,43.28,40h0v1.29a1.14,1.14,0,1,0,2.28,0h0V41a1.12,1.12,0,0,0-.5-2.14Z' %3e%3c/path%3e%3cpath d='M39.91,30.88c2.6,0,4.35-2,4.35-5s-1.75-5-4.35-5-4.35,2-4.35,5S37.31,30.88,39.91,30.88Zm-2.06-5c0-.64.14-2.71,2.06-2.71S42,25.25,42,25.89s-.15,2.7-2.07,2.7-2.08-2.07-2.08-2.7Z' %3e%3c/path%3e%3cpath d='M19.89,32.3a1.14,1.14,0,0,0-1.14-1.14H18a7.43,7.43,0,0,0-7.48,7.37v2.76a1.14,1.14,0,0,0,2.28,0V38.53A5.15,5.15,0,0,1,18,33.44h.72a1.14,1.14,0,0,0,1.17-1.11Z' %3e%3c/path%3e%3cpath d='M14.9,38.86h-.64a1.12,1.12,0,0,0-.5,2.14v.26a1.14,1.14,0,1,0,2.28,0V40a1.14,1.14,0,0,0-1.14-1.14Z' %3e%3c/path%3e%3cpath d='M19.41,30.88c2.6,0,4.35-2,4.35-5s-1.75-5-4.35-5-4.35,2-4.35,5S16.81,30.88,19.41,30.88Zm-2.07-5c0-.64.15-2.71,2.07-2.71s2.06,2.07,2.06,2.71-.14,2.7-2.06,2.7-2.07-2.06-2.07-2.69Z' %3e%3c/path%3e%3cpath d='M59.31,15.76V12.33A9.25,9.25,0,0,0,51.6,3.18l-3.21-.49-2.54-.4-5.24-.78c-3.06-.45-6.13-.9-9.19-1.37a11.41,11.41,0,0,0-3.5,0L20.37,1.27,15.74,2,7.55,3.26a9.15,9.15,0,0,0-7.46,8.1A15.33,15.33,0,0,0,0,13.45V45.32a15.88,15.88,0,0,0,.09,2.17,9,9,0,0,0,2.36,5.27,11.8,11.8,0,0,0,1,1l.1.1,19.5,18.08.11.11a11.88,11.88,0,0,0,1,.86,8.68,8.68,0,0,0,11,0c.34-.27.65-.56,1-.85l15.62-14.5,4.4-4.08a9.24,9.24,0,0,0,2.9-5,13.71,13.71,0,0,0,.25-2.86V33.3Zm-4,29.9a10.94,10.94,0,0,1-.16,2.06,5.32,5.32,0,0,1-1.7,2.83C52,51.91,50.51,53.27,49,54.64L33.42,69.14c-.24.23-.48.45-.74.66a4.71,4.71,0,0,1-6,0c-.26-.21-.5-.44-.75-.66L25.77,69,6.24,50.88l-.11-.1a9.13,9.13,0,0,1-.7-.69,5.12,5.12,0,0,1-1.36-3A13.36,13.36,0,0,1,4,45.32V13.45a15,15,0,0,1,.07-1.81A5.13,5.13,0,0,1,8.18,7.16c2.71-.43,5.43-.84,8.15-1.25L21,5.22c2.53-.37,5.05-.74,7.58-1.13A6.35,6.35,0,0,1,29.65,4a7.68,7.68,0,0,1,1.17.09L40,5.47l5.22.78,2.52.39,3.26.5a5.24,5.24,0,0,1,4.29,5.15V33.35Q55.32,39.5,55.31,45.66Z' %3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.footer-menu__link:hover .icon.ULIP-StaffInsurance {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59.33 74.87'%3e%3cg fill='%23f15a22'%3e%3cpath d='M24.53,37.58h-.65a1.15,1.15,0,0,0-1.14,1.14,1.18,1.18,0,0,0,.64,1v1.54a1.15,1.15,0,0,0,2.29,0V38.72a1.14,1.14,0,0,0-1.14-1.14Z' %3e%3c/path%3e%3cpath d='M35.44,37.58h-.65a1.14,1.14,0,0,0-1.14,1.14v2.57a1.15,1.15,0,0,0,2.29,0V39.75a1.14,1.14,0,0,0-.47-2.17Z' %3e%3c/path%3e%3cpath d='M31.59,29.24H27.74c-4.68,0-8.21,3.8-8.21,8.84v3.21a1.15,1.15,0,0,0,2.29,0V38.08c0-3.8,2.49-6.56,5.92-6.56h3.85c3.42,0,5.91,2.76,5.91,6.56v3.21a1.15,1.15,0,0,0,2.29,0V38.08C39.79,33,36.26,29.24,31.59,29.24Z' %3e%3c/path%3e%3cpath d='M29.66,29c3,0,5-2.26,5-5.63s-2-5.64-5-5.64-5,2.27-5,5.64S26.67,29,29.66,29ZM27,23.32c0-.56.13-3.35,2.71-3.35s2.71,2.79,2.71,3.35-.13,3.35-2.71,3.35S27,23.88,27,23.32Z' %3e%3c/path%3e%3cpath d='M41.29,31.16h-.72a1.14,1.14,0,1,0,0,2.28h.72a5.15,5.15,0,0,1,5.2,5.09v2.76a1.14,1.14,0,0,0,2.28,0V38.53A7.43,7.43,0,0,0,41.29,31.16Z' %3e%3c/path%3e%3cpath d='M45.06,38.86h-.64A1.14,1.14,0,0,0,43.28,40h0v1.29a1.14,1.14,0,1,0,2.28,0h0V41a1.12,1.12,0,0,0-.5-2.14Z' %3e%3c/path%3e%3cpath d='M39.91,30.88c2.6,0,4.35-2,4.35-5s-1.75-5-4.35-5-4.35,2-4.35,5S37.31,30.88,39.91,30.88Zm-2.06-5c0-.64.14-2.71,2.06-2.71S42,25.25,42,25.89s-.15,2.7-2.07,2.7-2.08-2.07-2.08-2.7Z' %3e%3c/path%3e%3cpath d='M19.89,32.3a1.14,1.14,0,0,0-1.14-1.14H18a7.43,7.43,0,0,0-7.48,7.37v2.76a1.14,1.14,0,0,0,2.28,0V38.53A5.15,5.15,0,0,1,18,33.44h.72a1.14,1.14,0,0,0,1.17-1.11Z' %3e%3c/path%3e%3cpath d='M14.9,38.86h-.64a1.12,1.12,0,0,0-.5,2.14v.26a1.14,1.14,0,1,0,2.28,0V40a1.14,1.14,0,0,0-1.14-1.14Z' %3e%3c/path%3e%3cpath d='M19.41,30.88c2.6,0,4.35-2,4.35-5s-1.75-5-4.35-5-4.35,2-4.35,5S16.81,30.88,19.41,30.88Zm-2.07-5c0-.64.15-2.71,2.07-2.71s2.06,2.07,2.06,2.71-.14,2.7-2.06,2.7-2.07-2.06-2.07-2.69Z' %3e%3c/path%3e%3cpath d='M59.31,15.76V12.33A9.25,9.25,0,0,0,51.6,3.18l-3.21-.49-2.54-.4-5.24-.78c-3.06-.45-6.13-.9-9.19-1.37a11.41,11.41,0,0,0-3.5,0L20.37,1.27,15.74,2,7.55,3.26a9.15,9.15,0,0,0-7.46,8.1A15.33,15.33,0,0,0,0,13.45V45.32a15.88,15.88,0,0,0,.09,2.17,9,9,0,0,0,2.36,5.27,11.8,11.8,0,0,0,1,1l.1.1,19.5,18.08.11.11a11.88,11.88,0,0,0,1,.86,8.68,8.68,0,0,0,11,0c.34-.27.65-.56,1-.85l15.62-14.5,4.4-4.08a9.24,9.24,0,0,0,2.9-5,13.71,13.71,0,0,0,.25-2.86V33.3Zm-4,29.9a10.94,10.94,0,0,1-.16,2.06,5.32,5.32,0,0,1-1.7,2.83C52,51.91,50.51,53.27,49,54.64L33.42,69.14c-.24.23-.48.45-.74.66a4.71,4.71,0,0,1-6,0c-.26-.21-.5-.44-.75-.66L25.77,69,6.24,50.88l-.11-.1a9.13,9.13,0,0,1-.7-.69,5.12,5.12,0,0,1-1.36-3A13.36,13.36,0,0,1,4,45.32V13.45a15,15,0,0,1,.07-1.81A5.13,5.13,0,0,1,8.18,7.16c2.71-.43,5.43-.84,8.15-1.25L21,5.22c2.53-.37,5.05-.74,7.58-1.13A6.35,6.35,0,0,1,29.65,4a7.68,7.68,0,0,1,1.17.09L40,5.47l5.22.78,2.52.39,3.26.5a5.24,5.24,0,0,1,4.29,5.15V33.35Q55.32,39.5,55.31,45.66Z' %3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.footer-menu__link .icon.video {
	padding-top: 0;
	border: 0;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.32 19'%3e%3cg fill='%230066B3'%3e%3cpath d='M1.52,15.58H6.84v1.9H1.52Zm6.84,0H16v1.9H8.36Zm9.12,0H22.8v1.9H17.48ZM1.52,4.94H22.8v9.12H1.52Zm0-3.42H6.84v1.9H1.52Zm6.84,0H16v1.9H8.36Zm9.12,0H22.8v1.9H17.48ZM0,19H24.32V0H0Z' %3e%3c/path%3e%3cpolygon points='9.88 6.42 9.88 12.57 15.62 9.52 9.88 6.42'%3e%3c/polygon%3e%3c/g%3e%3c/svg%3e");
}

.footer-menu__link:hover .icon.video {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.32 19'%3e%3cg fill='%23f15a22'%3e%3cpath d='M1.52,15.58H6.84v1.9H1.52Zm6.84,0H16v1.9H8.36Zm9.12,0H22.8v1.9H17.48ZM1.52,4.94H22.8v9.12H1.52Zm0-3.42H6.84v1.9H1.52Zm6.84,0H16v1.9H8.36Zm9.12,0H22.8v1.9H17.48ZM0,19H24.32V0H0Z' %3e%3c/path%3e%3cpolygon points='9.88 6.42 9.88 12.57 15.62 9.52 9.88 6.42'%3e%3c/polygon%3e%3c/g%3e%3c/svg%3e");
}

.footer-menu__link .icon.site-map {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.08 9.25'%3e%3cg fill='%230066B3'%3e%3cpath d='M13.5,3.38H10.4V.58A.58.58,0,0,0,9.82,0H4.26a.58.58,0,0,0-.58.58v2.8H.58A.56.56,0,0,0,0,3.94V8.67a.58.58,0,0,0,.58.58H6.14a.58.58,0,0,0,.58-.58V5.88h.65V8.67a.58.58,0,0,0,.56.58H13.5a.58.58,0,0,0,.58-.58V4a.57.57,0,0,0-.52-.62ZM6,.42a.22.22,0,0,1,.2.21.21.21,0,0,1-.42,0A.21.21,0,0,1,6,.42Zm-.84,0a.21.21,0,0,1,.21.21h0a.21.21,0,0,1-.21.21h0A.22.22,0,0,1,4.94.63.21.21,0,0,1,5.15.42h0Zm-.84,0a.21.21,0,0,1,.21.21h0a.21.21,0,0,1-.21.21h0A.22.22,0,0,1,4.1.63.21.21,0,0,1,4.31.42h0Zm-2,3.37a.21.21,0,0,1,0,.41A.2.2,0,0,1,2.1,4h0a.21.21,0,0,1,.21-.21h0Zm-.84,0a.22.22,0,0,1,.2.21.21.21,0,1,1-.21-.21h0Zm-.84,0a.21.21,0,0,1,0,.41A.2.2,0,0,1,.42,4h0a.21.21,0,0,1,.21-.21h0ZM6.29,8.67a.17.17,0,0,1-.15.16H.58a.16.16,0,0,1-.16-.16v-4H6.29Zm.43-3.21V4a.58.58,0,0,0-.57-.57h-2V1.26H10V3.38H8a.56.56,0,0,0-.63.48.33.33,0,0,0,0,.14V5.46ZM9.88,4a.2.2,0,0,1-.2.2h0A.22.22,0,0,1,9.46,4a.22.22,0,0,1,.21-.22A.21.21,0,0,1,9.88,4ZM9,4a.2.2,0,0,1-.2.2h0A.2.2,0,0,1,8.62,4a.22.22,0,0,1,.21-.22A.21.21,0,0,1,9,4ZM8.2,4a.2.2,0,0,1-.2.2H8a.2.2,0,0,1-.2-.2A.21.21,0,0,1,8,3.75a.21.21,0,0,1,.25.16A.14.14,0,0,1,8.2,4Zm5.46,4.66a.16.16,0,0,1-.16.16H7.94a.17.17,0,0,1-.15-.16v-4h5.87Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.footer-menu__link:hover .icon.site-map {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.08 9.25'%3e%3cg fill='%23f15a22'%3e%3cpath d='M13.5,3.38H10.4V.58A.58.58,0,0,0,9.82,0H4.26a.58.58,0,0,0-.58.58v2.8H.58A.56.56,0,0,0,0,3.94V8.67a.58.58,0,0,0,.58.58H6.14a.58.58,0,0,0,.58-.58V5.88h.65V8.67a.58.58,0,0,0,.56.58H13.5a.58.58,0,0,0,.58-.58V4a.57.57,0,0,0-.52-.62ZM6,.42a.22.22,0,0,1,.2.21.21.21,0,0,1-.42,0A.21.21,0,0,1,6,.42Zm-.84,0a.21.21,0,0,1,.21.21h0a.21.21,0,0,1-.21.21h0A.22.22,0,0,1,4.94.63.21.21,0,0,1,5.15.42h0Zm-.84,0a.21.21,0,0,1,.21.21h0a.21.21,0,0,1-.21.21h0A.22.22,0,0,1,4.1.63.21.21,0,0,1,4.31.42h0Zm-2,3.37a.21.21,0,0,1,0,.41A.2.2,0,0,1,2.1,4h0a.21.21,0,0,1,.21-.21h0Zm-.84,0a.22.22,0,0,1,.2.21.21.21,0,1,1-.21-.21h0Zm-.84,0a.21.21,0,0,1,0,.41A.2.2,0,0,1,.42,4h0a.21.21,0,0,1,.21-.21h0ZM6.29,8.67a.17.17,0,0,1-.15.16H.58a.16.16,0,0,1-.16-.16v-4H6.29Zm.43-3.21V4a.58.58,0,0,0-.57-.57h-2V1.26H10V3.38H8a.56.56,0,0,0-.63.48.33.33,0,0,0,0,.14V5.46ZM9.88,4a.2.2,0,0,1-.2.2h0A.22.22,0,0,1,9.46,4a.22.22,0,0,1,.21-.22A.21.21,0,0,1,9.88,4ZM9,4a.2.2,0,0,1-.2.2h0A.2.2,0,0,1,8.62,4a.22.22,0,0,1,.21-.22A.21.21,0,0,1,9,4ZM8.2,4a.2.2,0,0,1-.2.2H8a.2.2,0,0,1-.2-.2A.21.21,0,0,1,8,3.75a.21.21,0,0,1,.25.16A.14.14,0,0,1,8.2,4Zm5.46,4.66a.16.16,0,0,1-.16.16H7.94a.17.17,0,0,1-.15-.16v-4h5.87Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.footer-menu__link .icon.rss {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.24 9.02'%3e%3cg fill='%230066B3'%3e%3cpath d='M.53,6.76a1.39,1.39,0,1,0,2-.2A1.37,1.37,0,0,0,.6,6.73l0,0' %3e%3c/path%3e%3cpath d='M0,.17.29,1.53A6.24,6.24,0,0,1,7.71,6.31a6.7,6.7,0,0,1,.14,1.34H9.24A7.57,7.57,0,0,0,0,.17'%3e%3c/path%3e%3cpath d='M.73,3.57,1,4.92a2.76,2.76,0,0,1,2.33.56,2.77,2.77,0,0,1,1,2.16H5.77A4.15,4.15,0,0,0,1.64,3.47a4.28,4.28,0,0,0-.87.09'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.footer-menu__link:hover .icon.rss {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.24 9.02'%3e%3cg fill='%23f15a22'%3e%3cpath d='M.53,6.76a1.39,1.39,0,1,0,2-.2A1.37,1.37,0,0,0,.6,6.73l0,0' %3e%3c/path%3e%3cpath d='M0,.17.29,1.53A6.24,6.24,0,0,1,7.71,6.31a6.7,6.7,0,0,1,.14,1.34H9.24A7.57,7.57,0,0,0,0,.17'%3e%3c/path%3e%3cpath d='M.73,3.57,1,4.92a2.76,2.76,0,0,1,2.33.56,2.77,2.77,0,0,1,1,2.16H5.77A4.15,4.15,0,0,0,1.64,3.47a4.28,4.28,0,0,0-.87.09'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}


.main-menu__icon .icon {
	display: inline-block;
	width: 18px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
}

	.main-menu__icon .icon.locked {
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.59 22'%3e%3cg fill='%230066B3'%3e%3cpath d='M15.18,20.11a.58.58,0,0,1-.57.59H2a.58.58,0,0,1-.59-.57V10.94A.58.58,0,0,1,2,10.35H14.59a.58.58,0,0,1,.59.57v9.19ZM4.83,5.52a3.45,3.45,0,0,1,6.9,0V9H4.83ZM14.59,9H13.8V5.52a5.52,5.52,0,0,0-11,0V9H2a2,2,0,0,0-2,2v9.17a2,2,0,0,0,2,2H14.59a2,2,0,0,0,2-2V10.94a2,2,0,0,0-2-2' %3e%3c/path%3e%3cpath d='M8.28,13.11a1.38,1.38,0,0,0-.69,2.57v2.26H9V15.68a1.38,1.38,0,0,0,.49-1.89,1.36,1.36,0,0,0-1.18-.68'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
	}

	.main-menu__icon .icon.lock {
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.49 18.18'%3e%3cg fill='%23f15a22'%3e%3cpath d='M12.37,16.58a.48.48,0,0,1-.48.47H1.6a.48.48,0,0,1-.48-.47V9.1a.5.5,0,0,1,.48-.48H11.89a.5.5,0,0,1,.48.48ZM11.89,7.5h-.4L11.94,6A4.49,4.49,0,0,0,3.32,3.41h0L2.81,5.25l1.62.53.51-1.84a2.81,2.81,0,0,1,5.39,1.6h0l-.6,2H1.6A1.6,1.6,0,0,0,0,9.14v7.44a1.6,1.6,0,0,0,1.6,1.6H11.89a1.6,1.6,0,0,0,1.6-1.6h0V9.1a1.59,1.59,0,0,0-1.58-1.6h0'%3e%3c/path%3e%3cpath d='M6.75,10.87A1.12,1.12,0,0,0,5.65,12a1.14,1.14,0,0,0,.56,1v1.82h1.1V13a1.12,1.12,0,0,0-.56-2.09'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
	}

	.main-menu__icon .icon.InstallApp {
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.1 74.48'%3e%3cg fill='%230066B3'%3e%3cpath d='M40.27,0H6.83A6.85,6.85,0,0,0,0,6.84v60.8a6.85,6.85,0,0,0,6.83,6.84H40.27a6.85,6.85,0,0,0,6.83-6.84V6.84A6.85,6.85,0,0,0,40.27,0ZM6.83,4H40.27A2.85,2.85,0,0,1,43.1,6.84v4.63H4V6.84A2.85,2.85,0,0,1,6.83,4ZM4,23.39V15.47H43.1V56.6H4ZM40.27,70.48H6.83A2.85,2.85,0,0,1,4,67.64v-7H43.1v7A2.85,2.85,0,0,1,40.27,70.48Z' %3e%3c/path%3e%3crect x='19.93' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='15.6' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='17.76' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='11.27' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='13.44' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='32.92' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='30.75' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='22.09' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='35.08' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='28.59' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='24.26' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='26.42' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='19.51' y='6.7' width='8.08' height='2' %3e%3c/rect%3e%3cpolygon points='31.74 44.2 28.81 41.48 25.55 44.98 25.55 38.66 21.55 38.66 21.55 44.99 18.29 41.48 15.36 44.2 23.55 53.01 31.74 44.2' %3e%3c/polygon%3e%3crect x='21.55' y='19.01' width='4' height='4.65' %3e%3c/rect%3e%3crect x='21.55' y='25.56' width='4' height='4.65' %3e%3c/rect%3e%3crect x='21.55' y='32.11' width='4' height='4.65' %3e%3c/rect%3e%3c/g%3e%3c/svg%3e");
	}

.main-menu__app:hover .main-menu__icon .icon.InstallApp {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.1 74.48'%3e%3cg fill='%23f15a22'%3e%3cpath d='M40.27,0H6.83A6.85,6.85,0,0,0,0,6.84v60.8a6.85,6.85,0,0,0,6.83,6.84H40.27a6.85,6.85,0,0,0,6.83-6.84V6.84A6.85,6.85,0,0,0,40.27,0ZM6.83,4H40.27A2.85,2.85,0,0,1,43.1,6.84v4.63H4V6.84A2.85,2.85,0,0,1,6.83,4ZM4,23.39V15.47H43.1V56.6H4ZM40.27,70.48H6.83A2.85,2.85,0,0,1,4,67.64v-7H43.1v7A2.85,2.85,0,0,1,40.27,70.48Z' %3e%3c/path%3e%3crect x='19.93' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='15.6' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='17.76' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='11.27' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='13.44' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='32.92' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='30.75' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='22.09' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='35.08' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='28.59' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='24.26' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='26.42' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='19.51' y='6.7' width='8.08' height='2' %3e%3c/rect%3e%3cpolygon points='31.74 44.2 28.81 41.48 25.55 44.98 25.55 38.66 21.55 38.66 21.55 44.99 18.29 41.48 15.36 44.2 23.55 53.01 31.74 44.2' %3e%3c/polygon%3e%3crect x='21.55' y='19.01' width='4' height='4.65' %3e%3c/rect%3e%3crect x='21.55' y='25.56' width='4' height='4.65' %3e%3c/rect%3e%3crect x='21.55' y='32.11' width='4' height='4.65' %3e%3c/rect%3e%3c/g%3e%3c/svg%3e");
}

.main-menu__item.main-menu__item_active .main-menu__icon .icon.locked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.59 22'%3e%3cg fill='%23fff'%3e%3cpath d='M15.18,20.11a.58.58,0,0,1-.57.59H2a.58.58,0,0,1-.59-.57V10.94A.58.58,0,0,1,2,10.35H14.59a.58.58,0,0,1,.59.57v9.19ZM4.83,5.52a3.45,3.45,0,0,1,6.9,0V9H4.83ZM14.59,9H13.8V5.52a5.52,5.52,0,0,0-11,0V9H2a2,2,0,0,0-2,2v9.17a2,2,0,0,0,2,2H14.59a2,2,0,0,0,2-2V10.94a2,2,0,0,0-2-2' %3e%3c/path%3e%3cpath d='M8.28,13.11a1.38,1.38,0,0,0-.69,2.57v2.26H9V15.68a1.38,1.38,0,0,0,.49-1.89,1.36,1.36,0,0,0-1.18-.68'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.main-menu__item.main-menu__item_active .main-menu__icon .icon.lock {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.49 18.18'%3e%3cg fill='%23fff'%3e%3cpath d='M12.37,16.58a.48.48,0,0,1-.48.47H1.6a.48.48,0,0,1-.48-.47V9.1a.5.5,0,0,1,.48-.48H11.89a.5.5,0,0,1,.48.48ZM11.89,7.5h-.4L11.94,6A4.49,4.49,0,0,0,3.32,3.41h0L2.81,5.25l1.62.53.51-1.84a2.81,2.81,0,0,1,5.39,1.6h0l-.6,2H1.6A1.6,1.6,0,0,0,0,9.14v7.44a1.6,1.6,0,0,0,1.6,1.6H11.89a1.6,1.6,0,0,0,1.6-1.6h0V9.1a1.59,1.59,0,0,0-1.58-1.6h0'%3e%3c/path%3e%3cpath d='M6.75,10.87A1.12,1.12,0,0,0,5.65,12a1.14,1.14,0,0,0,.56,1v1.82h1.1V13a1.12,1.12,0,0,0-.56-2.09'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.main-menu__item.main-menu__item_active .main-menu__icon .icon.InstallApp {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.1 74.48'%3e%3cg fill='%23fff'%3e%3cpath d='M40.27,0H6.83A6.85,6.85,0,0,0,0,6.84v60.8a6.85,6.85,0,0,0,6.83,6.84H40.27a6.85,6.85,0,0,0,6.83-6.84V6.84A6.85,6.85,0,0,0,40.27,0ZM6.83,4H40.27A2.85,2.85,0,0,1,43.1,6.84v4.63H4V6.84A2.85,2.85,0,0,1,6.83,4ZM4,23.39V15.47H43.1V56.6H4ZM40.27,70.48H6.83A2.85,2.85,0,0,1,4,67.64v-7H43.1v7A2.85,2.85,0,0,1,40.27,70.48Z' %3e%3c/path%3e%3crect x='19.93' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='15.6' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='17.76' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='11.27' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='13.44' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='32.92' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='30.75' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='22.09' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='35.08' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='28.59' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='24.26' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='26.42' y='63.32' width='0.75' height='4' %3e%3c/rect%3e%3crect x='19.51' y='6.7' width='8.08' height='2' %3e%3c/rect%3e%3cpolygon points='31.74 44.2 28.81 41.48 25.55 44.98 25.55 38.66 21.55 38.66 21.55 44.99 18.29 41.48 15.36 44.2 23.55 53.01 31.74 44.2' %3e%3c/polygon%3e%3crect x='21.55' y='19.01' width='4' height='4.65' %3e%3c/rect%3e%3crect x='21.55' y='25.56' width='4' height='4.65' %3e%3c/rect%3e%3crect x='21.55' y='32.11' width='4' height='4.65' %3e%3c/rect%3e%3c/g%3e%3c/svg%3e");
}

.main-menu-drop__link .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
}

	.main-menu-drop__link .icon.settings {
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76.56 74.33'%3e%3cg fill='%23fff'%3e%3cpath d='M38.27,74.33a2.11,2.11,0,0,1-.82-.17L1.18,57.91a2,2,0,0,1,1.64-3.64L38.27,70.14,73.72,54.26a2,2,0,1,1,1.64,3.65L39.09,74.16A2.11,2.11,0,0,1,38.27,74.33Zm0-8.68a2.11,2.11,0,0,1-.82-.17L1.18,49.23a2,2,0,1,1,1.64-3.65L38.27,61.46,73.72,45.58a2,2,0,1,1,1.64,3.65L39.09,65.48A2.11,2.11,0,0,1,38.27,65.65Zm0-8.68a2,2,0,0,1-.82-.18L1.18,40.54h0a1.88,1.88,0,0,1-1-1,1.48,1.48,0,0,1-.13-.35A2,2,0,0,1,.13,38a.89.89,0,0,1,.08-.17,2,2,0,0,1,1-1l11.64-5.21a2,2,0,1,1,1.64,3.65l-7.6,3.45L38.27,52.78,69.65,38.72l-7.57-3.39a2,2,0,0,1,1.63-3.65l11.64,5.21a2,2,0,0,1,1,1h0a.89.89,0,0,1,.08.17,2,2,0,0,1,.07,1.19,2.32,2.32,0,0,1-.13.37,2,2,0,0,1-1,1h0L39.09,56.79a2,2,0,0,1-.82.21Z' %3e%3c/path%3e%3cpath d='M42,48H35.55a2,2,0,0,1-2-2V41.7A18.48,18.48,0,0,1,30,40.19l-3,3.05a2.06,2.06,0,0,1-2.83,0l-4.58-4.58a2,2,0,0,1,0-2.83h0l3.05-3a18.37,18.37,0,0,1-1.48-3.55h-4.3a2,2,0,0,1-2-2V20.75a2,2,0,0,1,2-2h4.3a18.2,18.2,0,0,1,1.48-3.56l-3.05-3a2,2,0,0,1,0-2.83h0l4.58-4.59a2,2,0,0,1,1.42-.58h0A2,2,0,0,1,27,4.73l3,3.05a18.33,18.33,0,0,1,3.55-1.47V2a2,2,0,0,1,2-2H42a2,2,0,0,1,2,2V6.31a18.42,18.42,0,0,1,3.56,1.47l3-3A2,2,0,0,1,52,4.2h0a2,2,0,0,1,1.41.58L58,9.32a2,2,0,0,1,.59,1.41A2,2,0,0,1,58,12.15l-3,3a18.16,18.16,0,0,1,1.47,3.56h4.31a2,2,0,0,1,2,2v6.48a2,2,0,0,1-2,2H56.47A17.82,17.82,0,0,1,55,32.78l3,3a2,2,0,0,1,0,2.83h0l-4.58,4.58a2,2,0,0,1-2.83,0h0l-3-3A18.64,18.64,0,0,1,44,41.67V46A2,2,0,0,1,42,48Zm-4.48-4H40V40.1a2,2,0,0,1,1.61-2A14.32,14.32,0,0,0,46.78,36a2,2,0,0,1,2.53.25L52.05,39l1.75-1.76L51.06,34.5a2,2,0,0,1-.25-2.5A14.18,14.18,0,0,0,53,26.83a2,2,0,0,1,2-1.6h3.87V22.75h-4a2,2,0,0,1-2-1.61A14.36,14.36,0,0,0,50.81,16a2,2,0,0,1,.25-2.52l2.74-2.74L52.05,9l-2.74,2.74a2,2,0,0,1-2.53.25,14.37,14.37,0,0,0-5.14-2.14,2,2,0,0,1-1.61-2V4H37.55V7.87a2,2,0,0,1-1.61,2A14.35,14.35,0,0,0,30.8,12a2,2,0,0,1-2.53-.25L25.54,9l-1.76,1.75,2.74,2.74A2,2,0,0,1,26.77,16a14.39,14.39,0,0,0-2.13,5.15,2,2,0,0,1-2,1.61H18.81v2.48h3.87a2,2,0,0,1,2,1.6A14.26,14.26,0,0,0,26.77,32a2,2,0,0,1-.25,2.52l-2.74,2.74L25.54,39l2.74-2.74A2,2,0,0,1,30.8,36a14.35,14.35,0,0,0,5.14,2.13,2,2,0,0,1,1.61,2Zm1.24-11.38a8.6,8.6,0,1,1,8.6-8.6h0a8.61,8.61,0,0,1-8.57,8.57Zm0-13.2a4.6,4.6,0,1,0,4.6,4.6h0a4.61,4.61,0,0,0-4.57-4.63Z' %3e%3c/path%3e%3c/g%3e%3c/svg%3e");
	}

.tablet-show .header-links__link_phone .icon {
	display: inline-block;
	width: 27px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.64 11.69'%3e%3cg fill='%230066B3'%3e%3cpath d='M9.82,9.64a2.55,2.55,0,0,1-.24.39l-.92-.7a2.29,2.29,0,0,1-1.9,1c-.88,0-2.13-1.13-4-3.68-1.42-2-2-3.19-2-4.07A1.78,1.78,0,0,1,1.62,1a2.24,2.24,0,0,1,1-.3c.16,0,.24.06.33.23s.15.26.42.69A7.05,7.05,0,0,1,4,2.74a.43.43,0,0,1-.13.52H3.81a.31.31,0,0,1-.13.06l-.16.08-.58-.87a1.12,1.12,0,0,0-.74.73c-.1.44.37.94.49,1.1s.26.31.49.61c.53.7,2.21,2.76,2.56,3.09A1,1,0,0,0,7,8.2a4.37,4.37,0,0,0,.42-.44.4.4,0,0,1,.22-.06.84.84,0,0,1,.41.14c.51.35,1.74,1.25,1.74,1.25h0a.42.42,0,0,1,0,.54m.45-1.1h0c-.05,0-1.25-.91-1.77-1.26A1.44,1.44,0,0,0,7.64,7a1.12,1.12,0,0,0-.7.24l-.08.07a2.9,2.9,0,0,1-.34.36c-.07,0-.18,0-.28-.07C6,7.34,4.32,5.34,3.75,4.6c-.11-.15-.14-.21-.12-.31S3.87,4.08,4,4l.26-.13.07-.05a1.17,1.17,0,0,0,.39-1.38c0-.12-.23-.42-.72-1.22A4.41,4.41,0,0,1,3.58.63,1,1,0,0,0,2.6,0,2.91,2.91,0,0,0,1.23.41h0A2.51,2.51,0,0,0,0,2.57C0,3.62.61,4.92,2.13,7.05h0l.56.76c1.84,2.47,3.66,3.88,5,3.88A3.12,3.12,0,0,0,10.47,10a1.15,1.15,0,0,0-.2-1.44'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.lang.chatbot {
	display: inline-block;
	cursor: pointer;
	width: 25px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.1 26.12'%3e%3cg fill='%23000'%3e%3cpolygon points='9.16 4.33 5.1 4.33 5.1 6.21 9.15 6.21 9.16 4.33'%3e%3c/polygon%3e%3crect x='10.19' y='4.33' width='16.81' height='1.88'%3e%3c/rect%3e%3crect x='5.1' y='8.38' width='10.18' height='1.88'%3e%3c/rect%3e%3crect x='16.32' y='8.38' width='10.69' height='1.88'%3e%3c/rect%3e%3crect x='5.09' y='12.43' width='7.12' height='1.87'%3e%3c/rect%3e%3cpath d='M.75,0h30.6a.77.77,0,0,1,.75.75v17.3a.77.77,0,0,1-.75.75H26.19v6.6a.77.77,0,0,1-.48.71,1.22,1.22,0,0,1-.27,0,.75.75,0,0,1-.56-.25l-6.34-7.1H.75A.77.77,0,0,1,0,18V.75A.77.77,0,0,1,.75,0ZM1.5,17.3H18.87a.75.75,0,0,1,.56.25l5.26,5.89V18.05a.76.76,0,0,1,.75-.75H30.6V1.5H1.5Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}


.footer__soc .soc__link {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0;
}

	.footer__soc .soc__link.facebook {
		background-size: 8px 15px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.11 11.9'%3e%3cg fill='%23405965'%3e%3cpath d='M6.11,4.52c-.09.85-.17,1.54-.26,2.29L4.08,6.9v5H1.52v-5L0,6.8V4.55H1.47C1.65,3.12,1.13,1.41,2.59.6,3.52.09,4.8.19,6,0V2.34c-.63.12-1.41.07-1.8.43S4,3.85,4,4.52Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
	}

		.footer__soc .soc__link.facebook:hover {
			background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.11 11.9'%3e%3cg fill='%23f15a22'%3e%3cpath d='M6.11,4.52c-.09.85-.17,1.54-.26,2.29L4.08,6.9v5H1.52v-5L0,6.8V4.55H1.47C1.65,3.12,1.13,1.41,2.59.6,3.52.09,4.8.19,6,0V2.34c-.63.12-1.41.07-1.8.43S4,3.85,4,4.52Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
		}

	.footer__soc .soc__link.twitter {
		background-size: 17.5px 15px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.89 10.26'%3e%3cg fill='%23405965'%3e%3cpath d='M3.16,8.09c-1.61-.72-1.7-.79-2.11-1.76l.83-.15C.86,5.6.07,5,.08,3.73l.84.09A3.19,3.19,0,0,1,.28.55C3.64,2.87,4.16,3.12,5.59,3.06c.3-2,1-2.86,2.43-3A2.26,2.26,0,0,1,9.53.3a1.49,1.49,0,0,0,1.76.15,4,4,0,0,1,.59-.17L11,1.49l.89-.11v.15a3.3,3.3,0,0,0-1.1,2.6c-.56,4.76-6.55,7.69-10.7,5.3L0,9.32l3.2-1V8.05'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
	}

		.footer__soc .soc__link.twitter:hover {
			background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.89 10.26'%3e%3cg fill='%23f15a22'%3e%3cpath d='M3.16,8.09c-1.61-.72-1.7-.79-2.11-1.76l.83-.15C.86,5.6.07,5,.08,3.73l.84.09A3.19,3.19,0,0,1,.28.55C3.64,2.87,4.16,3.12,5.59,3.06c.3-2,1-2.86,2.43-3A2.26,2.26,0,0,1,9.53.3a1.49,1.49,0,0,0,1.76.15,4,4,0,0,1,.59-.17L11,1.49l.89-.11v.15a3.3,3.3,0,0,0-1.1,2.6c-.56,4.76-6.55,7.69-10.7,5.3L0,9.32l3.2-1V8.05'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
		}

	.footer__soc .soc__link.vk {
		background-size: 18px 15px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cg fill='%23405965' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M7.02944 7.02944C0 14.0589 0 25.3726 0 48V52C0 74.6274 0 85.9411 7.02944 92.9706C14.0589 100 25.3726 100 48 100H52C74.6274 100 85.9411 100 92.9706 92.9706C100 85.9411 100 74.6274 100 52V48C100 25.3726 100 14.0589 92.9706 7.02944C85.9411 0 74.6274 0 52 0H48C25.3726 0 14.0589 0 7.02944 7.02944ZM16.8752 30.4169C17.4168 56.4169 30.4167 72.0418 53.2084 72.0418H54.5003V57.1668C62.8753 58.0001 69.2082 64.1252 71.7498 72.0418H83.5835C80.3335 60.2085 71.7914 53.6668 66.4581 51.1668C71.7914 48.0835 79.2915 40.5835 81.0831 30.4169H70.3328C67.9995 38.6669 61.0836 46.1668 54.5003 46.8751V30.4169H43.7499V59.2501C37.0833 57.5835 28.6668 49.5002 28.2918 30.4169H16.8752Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
	}

		.footer__soc .soc__link.vk:hover {
			background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cg fill='%23f15a22' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M7.02944 7.02944C0 14.0589 0 25.3726 0 48V52C0 74.6274 0 85.9411 7.02944 92.9706C14.0589 100 25.3726 100 48 100H52C74.6274 100 85.9411 100 92.9706 92.9706C100 85.9411 100 74.6274 100 52V48C100 25.3726 100 14.0589 92.9706 7.02944C85.9411 0 74.6274 0 52 0H48C25.3726 0 14.0589 0 7.02944 7.02944ZM16.8752 30.4169C17.4168 56.4169 30.4167 72.0418 53.2084 72.0418H54.5003V57.1668C62.8753 58.0001 69.2082 64.1252 71.7498 72.0418H83.5835C80.3335 60.2085 71.7914 53.6668 66.4581 51.1668C71.7914 48.0835 79.2915 40.5835 81.0831 30.4169H70.3328C67.9995 38.6669 61.0836 46.1668 54.5003 46.8751V30.4169H43.7499V59.2501C37.0833 57.5835 28.6668 49.5002 28.2918 30.4169H16.8752Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
		}

	.footer__soc .soc__link.inst {
		background-size: 18px 15px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg transform='translate(-705.000000, -41.000000)' fill='%23405965'%3e%3cpath d='M720.994984,41.0100952 C725.338921,41.0100952 725.883619,41.0285079 727.589651,41.1063492 C729.292127,41.184 730.454857,41.4544127 731.472254,41.8498413 C732.524063,42.2585397 733.416063,42.8054603 734.305333,43.6946667 C735.19454,44.5839365 735.74146,45.4759365 736.150222,46.527746 C736.545587,47.5451429 736.816,48.707873 736.893651,50.4103492 C736.971492,52.116381 736.989905,52.6610794 736.989905,57.0050794 C736.989905,61.3490159 736.971492,61.8937143 736.893651,63.599746 C736.816,65.3022222 736.545587,66.4649524 736.150222,67.4823492 C735.74146,68.5341587 735.19454,69.4261587 734.305333,70.3154286 C733.416063,71.2046349 732.524063,71.7515556 731.472254,72.1603175 C730.454857,72.5556825 729.292127,72.8260952 727.589651,72.903746 C725.883619,72.9815873 725.338921,73 720.994984,73 C716.650984,73 716.106286,72.9815873 714.400254,72.903746 C712.697778,72.8260952 711.535048,72.5556825 710.517651,72.1603175 C709.465841,71.7515556 708.573841,71.2046349 707.684571,70.3154286 C706.795365,69.4261587 706.248444,68.5341587 705.839746,67.4823492 C705.444317,66.4649524 705.173905,65.3022222 705.096254,63.599746 C705.018413,61.8937143 705,61.3490159 705,57.0050794 C705,52.6610794 705.018413,52.116381 705.096254,50.4103492 C705.173905,48.707873 705.444317,47.5451429 705.839746,46.527746 C706.248444,45.4759365 706.795365,44.5839365 707.684571,43.6946667 C708.573841,42.8054603 709.465841,42.2585397 710.517651,41.8498413 C711.535048,41.4544127 712.697778,41.184 714.400254,41.1063492 C716.106286,41.0285079 716.650984,41.0100952 720.994984,41.0100952 Z M727.458286,43.9853333 C725.771683,43.908381 725.265778,43.8920635 720.994984,43.8920635 C716.724127,43.8920635 716.218222,43.908381 714.531619,43.9853333 C712.972127,44.0564444 712.125206,44.3170159 711.561587,44.5360635 C710.814984,44.8262222 710.282159,45.1728254 709.722476,45.7325714 C709.16273,46.292254 708.816127,46.8250794 708.525968,47.5716825 C708.306921,48.1353016 708.046349,48.9822222 707.975238,50.5417143 C707.898286,52.2283175 707.881968,52.7342222 707.881968,57.0050794 C707.881968,61.275873 707.898286,61.7817778 707.975238,63.468381 C708.046349,65.027873 708.306921,65.8747937 708.525968,66.4384127 C708.816127,67.1850159 709.162794,67.7178413 709.722476,68.2775238 C710.282159,68.8372698 710.814984,69.183873 711.561587,69.4740317 C712.125206,69.6930794 712.972127,69.9536508 714.531619,70.0247619 C716.218032,70.1017143 716.72381,70.1180317 720.994984,70.1180317 C725.266095,70.1180317 725.771937,70.1017143 727.458286,70.0247619 C729.017778,69.9536508 729.864698,69.6930794 730.428317,69.4740317 C731.174921,69.183873 731.707746,68.8372698 732.267429,68.2775238 C732.827175,67.7178413 733.173778,67.1850159 733.463937,66.4384127 C733.682984,65.8747937 733.943556,65.027873 734.014667,63.468381 C734.091619,61.7817778 734.107937,61.275873 734.107937,57.0050794 C734.107937,52.7342222 734.091619,52.2283175 734.014667,50.5417143 C733.943556,48.9822222 733.682984,48.1353016 733.463937,47.5716825 C733.173778,46.8250794 732.827175,46.292254 732.267429,45.7325714 C731.707746,45.1728254 731.174921,44.8262222 730.428317,44.5360635 C729.864698,44.3170159 729.017778,44.0564444 727.458286,43.9853333 Z M720.994984,62.3366984 C723.939556,62.3366984 726.326603,59.9496508 726.326603,57.0050794 C726.326603,54.0604444 723.939556,51.6733968 720.994984,51.6733968 C718.050349,51.6733968 715.663302,54.0604444 715.663302,57.0050794 C715.663302,59.9496508 718.050349,62.3366984 720.994984,62.3366984 Z M720.994984,48.7914286 C725.531238,48.7914286 729.208571,52.4687619 729.208571,57.0050794 C729.208571,61.5413333 725.531238,65.2186667 720.994984,65.2186667 C716.458667,65.2186667 712.781333,61.5413333 712.781333,57.0050794 C712.781333,52.4687619 716.458667,48.7914286 720.994984,48.7914286 Z M731.452508,48.4669206 C731.452508,49.5269841 730.593143,50.3862857 729.533079,50.3862857 C728.473079,50.3862857 727.613714,49.5269841 727.613714,48.4669206 C727.613714,47.4068571 728.473079,46.5474921 729.533079,46.5474921 C730.593143,46.5474921 731.452508,47.4068571 731.452508,48.4669206 Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
	}

		.footer__soc .soc__link.inst:hover {
			background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg transform='translate(-705.000000, -41.000000)' fill='%23f15a22'%3e%3cpath d='M720.994984,41.0100952 C725.338921,41.0100952 725.883619,41.0285079 727.589651,41.1063492 C729.292127,41.184 730.454857,41.4544127 731.472254,41.8498413 C732.524063,42.2585397 733.416063,42.8054603 734.305333,43.6946667 C735.19454,44.5839365 735.74146,45.4759365 736.150222,46.527746 C736.545587,47.5451429 736.816,48.707873 736.893651,50.4103492 C736.971492,52.116381 736.989905,52.6610794 736.989905,57.0050794 C736.989905,61.3490159 736.971492,61.8937143 736.893651,63.599746 C736.816,65.3022222 736.545587,66.4649524 736.150222,67.4823492 C735.74146,68.5341587 735.19454,69.4261587 734.305333,70.3154286 C733.416063,71.2046349 732.524063,71.7515556 731.472254,72.1603175 C730.454857,72.5556825 729.292127,72.8260952 727.589651,72.903746 C725.883619,72.9815873 725.338921,73 720.994984,73 C716.650984,73 716.106286,72.9815873 714.400254,72.903746 C712.697778,72.8260952 711.535048,72.5556825 710.517651,72.1603175 C709.465841,71.7515556 708.573841,71.2046349 707.684571,70.3154286 C706.795365,69.4261587 706.248444,68.5341587 705.839746,67.4823492 C705.444317,66.4649524 705.173905,65.3022222 705.096254,63.599746 C705.018413,61.8937143 705,61.3490159 705,57.0050794 C705,52.6610794 705.018413,52.116381 705.096254,50.4103492 C705.173905,48.707873 705.444317,47.5451429 705.839746,46.527746 C706.248444,45.4759365 706.795365,44.5839365 707.684571,43.6946667 C708.573841,42.8054603 709.465841,42.2585397 710.517651,41.8498413 C711.535048,41.4544127 712.697778,41.184 714.400254,41.1063492 C716.106286,41.0285079 716.650984,41.0100952 720.994984,41.0100952 Z M727.458286,43.9853333 C725.771683,43.908381 725.265778,43.8920635 720.994984,43.8920635 C716.724127,43.8920635 716.218222,43.908381 714.531619,43.9853333 C712.972127,44.0564444 712.125206,44.3170159 711.561587,44.5360635 C710.814984,44.8262222 710.282159,45.1728254 709.722476,45.7325714 C709.16273,46.292254 708.816127,46.8250794 708.525968,47.5716825 C708.306921,48.1353016 708.046349,48.9822222 707.975238,50.5417143 C707.898286,52.2283175 707.881968,52.7342222 707.881968,57.0050794 C707.881968,61.275873 707.898286,61.7817778 707.975238,63.468381 C708.046349,65.027873 708.306921,65.8747937 708.525968,66.4384127 C708.816127,67.1850159 709.162794,67.7178413 709.722476,68.2775238 C710.282159,68.8372698 710.814984,69.183873 711.561587,69.4740317 C712.125206,69.6930794 712.972127,69.9536508 714.531619,70.0247619 C716.218032,70.1017143 716.72381,70.1180317 720.994984,70.1180317 C725.266095,70.1180317 725.771937,70.1017143 727.458286,70.0247619 C729.017778,69.9536508 729.864698,69.6930794 730.428317,69.4740317 C731.174921,69.183873 731.707746,68.8372698 732.267429,68.2775238 C732.827175,67.7178413 733.173778,67.1850159 733.463937,66.4384127 C733.682984,65.8747937 733.943556,65.027873 734.014667,63.468381 C734.091619,61.7817778 734.107937,61.275873 734.107937,57.0050794 C734.107937,52.7342222 734.091619,52.2283175 734.014667,50.5417143 C733.943556,48.9822222 733.682984,48.1353016 733.463937,47.5716825 C733.173778,46.8250794 732.827175,46.292254 732.267429,45.7325714 C731.707746,45.1728254 731.174921,44.8262222 730.428317,44.5360635 C729.864698,44.3170159 729.017778,44.0564444 727.458286,43.9853333 Z M720.994984,62.3366984 C723.939556,62.3366984 726.326603,59.9496508 726.326603,57.0050794 C726.326603,54.0604444 723.939556,51.6733968 720.994984,51.6733968 C718.050349,51.6733968 715.663302,54.0604444 715.663302,57.0050794 C715.663302,59.9496508 718.050349,62.3366984 720.994984,62.3366984 Z M720.994984,48.7914286 C725.531238,48.7914286 729.208571,52.4687619 729.208571,57.0050794 C729.208571,61.5413333 725.531238,65.2186667 720.994984,65.2186667 C716.458667,65.2186667 712.781333,61.5413333 712.781333,57.0050794 C712.781333,52.4687619 716.458667,48.7914286 720.994984,48.7914286 Z M731.452508,48.4669206 C731.452508,49.5269841 730.593143,50.3862857 729.533079,50.3862857 C728.473079,50.3862857 727.613714,49.5269841 727.613714,48.4669206 C727.613714,47.4068571 728.473079,46.5474921 729.533079,46.5474921 C730.593143,46.5474921 731.452508,47.4068571 731.452508,48.4669206 Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
		}

	.footer__soc .soc__link.od {
		background-size: 16px 16px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3e%3cg fill='%23405965'%3e%3cpath d='M6.29 3.047c.17-.304.418-.555.717-.727.3-.176.64-.268.985-.268a1.89 1.89 0 011.384.578 1.908 1.908 0 01.585 1.422 1.895 1.895 0 01-.578 1.4c-.369.37-.866.578-1.384.578a1.955 1.955 0 01-1.384-.577 1.87 1.87 0 01-.586-1.39 1.997 1.997 0 01.262-1.015v-.001zm-1.122 3.86a3.85 3.85 0 001.294.892c.487.205 1.01.305 1.537.296A3.801 3.801 0 009.536 7.8a3.85 3.85 0 001.294-.892c.376-.368.674-.81.875-1.298a3.923 3.923 0 00.294-1.545 3.985 3.985 0 00-.537-2.044A4.064 4.064 0 009.999.546 3.85 3.85 0 008 0a3.807 3.807 0 00-1.536.295 3.855 3.855 0 00-1.295.891c-.378.373-.676.82-.878 1.314A3.964 3.964 0 004 4.061c-.008.53.092 1.056.293 1.546.202.49.5.932.876 1.3zm7.016 3.073c.149-.122.281-.264.393-.422a.594.594 0 00.154-.436 6.495 6.495 0 00-.123-.53.988.988 0 00-.63-.517c-.277-.072-.631.037-1.062.328l-.339.22a3.144 3.144 0 01-1.043.465 5.4 5.4 0 01-1.539.218 4.894 4.894 0 01-1.554-.25 5.28 5.28 0 01-1-.406c-.164-.104-.287-.182-.37-.251-.43-.29-.783-.4-1.061-.327a.871.871 0 00-.596.52c-.184.374-.194.681-.03.921.162.238.522.545 1.073.921.657.437 1.59.718 2.8.844l-.644.623-2.338 2.406a1.024 1.024 0 00-.231.96.997.997 0 00.253.425.975.975 0 00.424.248.838.838 0 00.94-.22l2.338-2.381 2.369 2.404a1.034 1.034 0 00.94.204.975.975 0 00.416-.254.997.997 0 00.245-.426.87.87 0 00-.215-.952l-2.339-2.381-.646-.656c1.169-.121 2.092-.402 2.77-.844.286-.188.501-.34.645-.454'/%3e%3c/g%3e%3c/svg%3e");
	}

		.footer__soc .soc__link.od:hover {
			background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3e%3cg fill='%23f15a22'%3e%3cpath d='M6.29 3.047c.17-.304.418-.555.717-.727.3-.176.64-.268.985-.268a1.89 1.89 0 011.384.578 1.908 1.908 0 01.585 1.422 1.895 1.895 0 01-.578 1.4c-.369.37-.866.578-1.384.578a1.955 1.955 0 01-1.384-.577 1.87 1.87 0 01-.586-1.39 1.997 1.997 0 01.262-1.015v-.001zm-1.122 3.86a3.85 3.85 0 001.294.892c.487.205 1.01.305 1.537.296A3.801 3.801 0 009.536 7.8a3.85 3.85 0 001.294-.892c.376-.368.674-.81.875-1.298a3.923 3.923 0 00.294-1.545 3.985 3.985 0 00-.537-2.044A4.064 4.064 0 009.999.546 3.85 3.85 0 008 0a3.807 3.807 0 00-1.536.295 3.855 3.855 0 00-1.295.891c-.378.373-.676.82-.878 1.314A3.964 3.964 0 004 4.061c-.008.53.092 1.056.293 1.546.202.49.5.932.876 1.3zm7.016 3.073c.149-.122.281-.264.393-.422a.594.594 0 00.154-.436 6.495 6.495 0 00-.123-.53.988.988 0 00-.63-.517c-.277-.072-.631.037-1.062.328l-.339.22a3.144 3.144 0 01-1.043.465 5.4 5.4 0 01-1.539.218 4.894 4.894 0 01-1.554-.25 5.28 5.28 0 01-1-.406c-.164-.104-.287-.182-.37-.251-.43-.29-.783-.4-1.061-.327a.871.871 0 00-.596.52c-.184.374-.194.681-.03.921.162.238.522.545 1.073.921.657.437 1.59.718 2.8.844l-.644.623-2.338 2.406a1.024 1.024 0 00-.231.96.997.997 0 00.253.425.975.975 0 00.424.248.838.838 0 00.94-.22l2.338-2.381 2.369 2.404a1.034 1.034 0 00.94.204.975.975 0 00.416-.254.997.997 0 00.245-.426.87.87 0 00-.215-.952l-2.339-2.381-.646-.656c1.169-.121 2.092-.402 2.77-.844.286-.188.501-.34.645-.454'/%3e%3c/g%3e%3c/svg%3e");
		}

	.footer__soc .soc__link.tg {
		background-size: 16px 16px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3e%3cg fill='%23405965'%3e%3cpath d='M1.1 7.08C5.397 5.21 8.26 3.977 9.69 3.38c4.09-1.701 4.942-2.007 5.502-2.007a.976.976 0 01.57.17c.117.103.192.246.21.4.028.193.034.387.019.58-.23 2.33-1.181 7.984-1.67 10.59-.204 1.105-.612 1.473-1.005 1.51-.857.078-1.506-.564-2.335-1.107-1.296-.852-2.03-1.381-3.287-2.21-1.455-.955-.513-1.483.318-2.337.216-.23 3.985-3.653 4.058-3.966a.3.3 0 00-.069-.26.338.338 0 00-.304-.03c-.13.029-2.202 1.399-6.215 4.109-.587.403-1.121.6-1.598.59-.525 0-1.538-.298-2.29-.542C.674 8.568-.061 8.41.004 7.9.036 7.632.4 7.358 1.1 7.08z'/%3e%3c/g%3e%3c/svg%3e");
	}

		.footer__soc .soc__link.tg:hover {
			background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3e%3cg fill='%23f15a22'%3e%3cpath d='M1.1 7.08C5.397 5.21 8.26 3.977 9.69 3.38c4.09-1.701 4.942-2.007 5.502-2.007a.976.976 0 01.57.17c.117.103.192.246.21.4.028.193.034.387.019.58-.23 2.33-1.181 7.984-1.67 10.59-.204 1.105-.612 1.473-1.005 1.51-.857.078-1.506-.564-2.335-1.107-1.296-.852-2.03-1.381-3.287-2.21-1.455-.955-.513-1.483.318-2.337.216-.23 3.985-3.653 4.058-3.966a.3.3 0 00-.069-.26.338.338 0 00-.304-.03c-.13.029-2.202 1.399-6.215 4.109-.587.403-1.121.6-1.598.59-.525 0-1.538-.298-2.29-.542C.674 8.568-.061 8.41.004 7.9.036 7.632.4 7.358 1.1 7.08z'/%3e%3c/g%3e%3c/svg%3e");
		}



.icon.arrow-next_grey_md {
	display: inline-block;
	width: 9px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.52 28.37'%3e%3cg fill='%23405965'%3e%3cpath d='M10.79,14.16,0,25l3.36,3.37L17.52,14.16,3.36,0,0,3.37Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}


.icon.arrow-next_wh_md {
	display: inline-block;
	width: 9px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.52 28.37'%3e%3cg fill='%23fff'%3e%3cpath d='M10.79,14.16,0,25l3.36,3.37L17.52,14.16,3.36,0,0,3.37Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.icon.arrow-down {
	display: inline-block;
	width: 30px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.33 8.87'%3e%3cg fill='%230066B3'%3e%3cpolygon points='7.17 8.87 0 1.7 1.71 0 7.17 5.46 12.63 0 14.33 1.7 7.17 8.87'%3e%3c/polygon%3e%3c/g%3e%3c/svg%3e");
}

.icon.arrow-up {
	display: inline-block;
	width: 30px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.33 8.87'%3e%3cg fill='%230066B3'%3e%3cpolygon points='7.17 0 0 7.17 1.71 8.87 7.17 3.4 12.63 8.87 14.33 7.17 7.17 0'%3e%3c/polygon%3e%3c/g%3e%3c/svg%3e");
}

.slick-arrow {
	display: inline-block;
	width: 23px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: center;
}

	.slick-arrow.slick-prev {
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.52 28.37'%3e%3cg fill='%23fff'%3e%3cpath d='M6.72,14.16,17.52,25l-3.36,3.37L0,14.16,14.16,0l3.36,3.37Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
	}

	.slick-arrow.slick-next {
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.52 28.37'%3e%3cg fill='%23fff'%3e%3cpath d='M10.79,14.16,0,25l3.36,3.37L17.52,14.16,3.36,0,0,3.37Z' %3e%3c/path%3e%3c/g%3e%3c/svg%3e");
	}

.bot_icon .icon {
	width: 38px;
	height: 54px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.1 26.12' %3e%3cg fill='%23fff'%3e%3cpolygon points='9.16 4.33 5.1 4.33 5.1 6.21 9.15 6.21 9.16 4.33'%3e%3c/polygon%3e%3crect x='10.19' y='4.33' width='16.81' height='1.88'%3e%3c/rect%3e%3crect x='5.1' y='8.38' width='10.18' height='1.88'%3e%3c/rect%3e%3crect x='16.32' y='8.38' width='10.69' height='1.88'%3e%3c/rect%3e%3crect x='5.09' y='12.43' width='7.12' height='1.87'%3e%3c/rect%3e%3cpath d='M.75,0h30.6a.77.77,0,0,1,.75.75v17.3a.77.77,0,0,1-.75.75H26.19v6.6a.77.77,0,0,1-.48.71,1.22,1.22,0,0,1-.27,0,.75.75,0,0,1-.56-.25l-6.34-7.1H.75A.77.77,0,0,1,0,18V.75A.77.77,0,0,1,.75,0ZM1.5,17.3H18.87a.75.75,0,0,1,.56.25l5.26,5.89V18.05a.76.76,0,0,1,.75-.75H30.6V1.5H1.5Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}





/* Widget info  */
.widget-info {
	width: calc(100vw - 32px);
	position: fixed;
	z-index: 9999999999999999999;
	left: 16px;
	right: 16px;
	top: 16px;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
	color: #272E42;
	font-size: 14px;
	line-height: 16px;
	box-shadow: 0 3px 10px rgba(27, 85, 158, 0.12);
	/* стили для скриптов */
	transform: translateY(0);
	transition: transform .2s ease-out .1s;
}


@media screen and (min-width: 600px) {
	.widget-info {
		left: auto;
		right: 50px;
		top: 50px;
		width: 400px;
	}
}

/* скрываем виджет для скриптов */
.widget-info.widget-info__hidden {
	transform: translateY(200%);
	transform: translateY(200vh);
}

/* класс-перекрытие для body */
.widget-info-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 999999999;
	transition: all .2s ease-out .1s;
}

	.widget-info-overlay.bg-animation {
		background-color: rgba(27, 85, 158, .32);
	}

.widget-info__header {
	background: #1B559E;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	padding: 18px 60px 18px 30px;
	position: relative;
}

.widget-info__btn-close {
	width: 32px;
	height: 32px;
	border-radius: 12px;
	overflow: hidden;
	text-indent: -20000px;
	border: 0;
	padding: 0;
	outline: none;
	cursor: pointer;
	position: absolute;
	top: 14px;
	right: 14px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px;
	background-color: rgba(255, 255, 255, 0.1);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3cg fill='%23fff' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='m11.277 1.783-1.06-1.06-4.262 4.26L1.693.724l-1.06 1.06 4.261 4.261-4.407 4.408 1.061 1.06 4.407-4.407 4.407 4.407 1.06-1.06-4.406-4.408 4.261-4.261Z'/%3e%3c/g%3e%3c/svg%3e");
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: 0s;
	transition-property: background-color;
}

	.widget-info__btn-close:hover {
		background-color: rgba(255, 255, 255, 0.2);
	}

.widget-info__top-block {
	padding: 20px 30px;
	background: #fff;
	box-shadow: 0 3px 10px rgba(27, 85, 158, 0.12);
	border-radius: 0 0 8px 8px;
	position: relative;
	z-index: 1;
}

.widget-info__ways-list {
	margin-top: 14px;
	display: flex;
	justify-content: space-between;
}

.widget-info__ways-list-item {
	cursor: pointer;
}

.ways-list-item__img {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: 0s;
	transition-property: opacity;
	opacity: 0.8;
}

.ways-list-item__name {
	text-align: center;
	font-size: 12px;
	margin-top: 8px;
	padding: 0 4px;
}

.widget-info__ways-list-item:hover .ways-list-item__img {
	opacity: 1;
}

.widget-info__bottom-block {
	position: relative;
	z-index: 0;
	padding: 12px;
	max-height: calc(100vh - 32px - 60px - 160px);
	overflow-x: hidden;
	overflow-y: auto;
}

@media all and (min-width: 600px) {
	.widget-info__bottom-block {
		max-height: calc(100vh - 100px - 60px - 160px);
	}
}

.widget-info__menu-item {
	margin-top: 12px;
	border-radius: 8px;
	border: 0;
	outline: none;
	cursor: pointer;
	background: #fff;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: 0s;
	transition-property: background;
	text-align: left;
	padding: 12px 16px;
	display: flex;
	width: 100%;
}

.widget-info__menu-item-ico {
	display: block;
	width: 28px;
	height: 28px;
	overflow: hidden;
	text-indent: -20000px;
	margin-right: 8px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 28px;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: 0s;
	transition-property: background-image;
}

.widget-info__menu-item-name {
	padding-top: 6px;
	width: calc(100% - 28px - 8px);
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: 0s;
	transition-property: color;
}

.widget-info__menu-item:hover {
	background: #F4F7FC;
}

	.widget-info__menu-item:hover .widget-info__menu-item-name {
		color: #1B559E;
	}

.widget-info__menu-item:first-child {
	margin-top: 0;
}

.widget-info__menu-item_faq .widget-info__menu-item-ico {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3e%3cg fill='%237892B1' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M11.874 5.259c-.324.28-.719.582-1.176.772-.46.192-.954.255-1.378.283-.278.019-.592.024-.873.028l-.367.007c-.846.025-1.224.13-1.412.319-.187.187-.289.552-.31 1.393-.003.104-.005.22-.006.341-.004.287-.009.61-.029.901-.029.432-.096.928-.293 1.397-.194.464-.496.863-.78 1.191-.193.224-.417.459-.618.668a30.92 30.92 0 0 0-.237.25c-.27.287-.471.524-.606.743-.131.213-.164.352-.164.448 0 .095.033.237.167.455.138.223.342.465.613.755.075.08.16.17.249.262.198.208.418.438.605.654.28.324.582.719.772 1.176.192.46.255.954.283 1.378.019.278.024.592.028.873l.007.367c.025.846.13 1.224.319 1.412.187.187.552.289 1.393.31.104.003.219.005.34.006h.001c.287.004.61.009.901.029.432.029.928.096 1.397.293.464.194.863.496 1.191.78.224.193.459.417.668.618.089.085.172.165.25.237.287.27.524.471.743.606.213.131.352.164.448.164.095 0 .237-.033.455-.167.223-.138.465-.342.755-.613l.263-.249c.207-.198.437-.418.653-.605.324-.28.719-.582 1.176-.772.46-.192.954-.255 1.378-.283.278-.019.592-.024.873-.028l.367-.007c.846-.025 1.224-.13 1.412-.319.187-.187.289-.552.31-1.393.003-.104.005-.219.006-.34v-.001c.004-.287.009-.61.029-.901.029-.432.096-.928.293-1.397.194-.464.496-.863.78-1.191.193-.224.417-.459.618-.668.085-.089.165-.172.237-.25.27-.287.471-.524.606-.743.131-.213.164-.352.164-.448 0-.095-.033-.237-.167-.455-.138-.223-.342-.465-.613-.755l-.249-.263a18.623 18.623 0 0 1-.605-.653c-.28-.324-.582-.719-.772-1.176-.192-.46-.255-.954-.283-1.378a16.857 16.857 0 0 1-.028-.873 29.541 29.541 0 0 0-.007-.367c-.025-.846-.13-1.224-.319-1.412-.187-.187-.552-.289-1.393-.31a30.32 30.32 0 0 0-.341-.006c-.287-.004-.61-.009-.901-.029-.432-.029-.928-.096-1.397-.293-.464-.194-.863-.496-1.191-.78a17.192 17.192 0 0 1-.668-.618 30.92 30.92 0 0 0-.25-.237c-.287-.27-.524-.471-.743-.606-.213-.131-.352-.164-.448-.164-.095 0-.237.033-.455.167-.223.138-.465.342-.755.613-.08.075-.17.16-.262.249-.208.198-.438.418-.654.605Zm.623-3.17c.408-.251.914-.464 1.503-.464.588 0 1.09.21 1.498.461.4.247.758.566 1.062.85.112.105.215.204.312.297.19.182.36.345.544.504.27.232.48.375.656.448.171.072.413.12.76.143.238.016.466.02.723.023.135.001.279.003.436.007.764.02 1.936.076 2.755.896.818.818.882 1.998.904 2.769.005.17.007.322.01.466.003.247.006.468.021.7.023.35.07.584.134.741.067.161.204.365.438.635.156.18.315.346.492.53l.312.33c.287.307.606.67.854 1.072.251.408.464.914.464 1.503 0 .588-.21 1.09-.461 1.498-.247.4-.566.758-.85 1.062-.105.112-.204.215-.297.312-.182.19-.345.36-.504.544-.232.27-.375.48-.448.656-.072.171-.12.413-.143.76-.016.238-.02.466-.023.723-.001.135-.003.279-.007.436-.02.764-.076 1.936-.896 2.755-.818.818-1.998.882-2.769.904-.17.005-.322.007-.466.01-.247.003-.468.006-.7.021-.35.023-.584.07-.741.134-.161.067-.365.204-.635.438-.18.156-.346.315-.53.492h-.001c-.102.098-.21.201-.33.312-.306.287-.669.606-1.071.854-.408.251-.914.464-1.503.464-.588 0-1.09-.21-1.498-.461-.4-.247-.759-.566-1.062-.85-.112-.105-.215-.204-.312-.297-.19-.182-.36-.345-.544-.504-.27-.232-.48-.375-.656-.448-.171-.072-.413-.12-.76-.143-.238-.016-.466-.02-.723-.023a23.916 23.916 0 0 1-.436-.007c-.764-.02-1.936-.076-2.755-.896-.818-.818-.882-1.998-.904-2.769-.005-.17-.007-.322-.01-.466a13.136 13.136 0 0 0-.021-.7c-.023-.35-.07-.584-.135-.741-.067-.161-.203-.365-.437-.635-.156-.18-.315-.346-.492-.53v-.001c-.098-.102-.201-.21-.312-.33-.287-.306-.606-.669-.854-1.071-.251-.408-.464-.914-.464-1.503 0-.588.21-1.09.461-1.498.247-.4.566-.759.85-1.062.105-.112.204-.215.297-.312.182-.19.345-.36.504-.544.232-.27.375-.48.448-.656.072-.171.12-.413.143-.76.016-.238.02-.466.023-.723.001-.135.003-.279.007-.436.02-.764.076-1.936.896-2.755.818-.818 1.998-.882 2.769-.904.17-.005.322-.007.466-.01.247-.003.468-.006.7-.021.35-.023.584-.07.741-.135.161-.067.365-.203.635-.437.18-.156.346-.315.53-.492l.33-.312c.307-.287.67-.606 1.072-.854ZM14 21a1.312 1.312 0 1 0 0-2.625A1.312 1.312 0 0 0 14 21Zm.793-13.172a4.063 4.063 0 0 0-4.855 3.984 1 1 0 1 0 2 0A2.063 2.063 0 1 1 14 13.876a1 1 0 0 0-1 1v.875a1 1 0 1 0 2 0 4.06 4.06 0 0 0 1.873-6.81 4.062 4.062 0 0 0-2.08-1.112Z'/%3e%3c/g%3e%3c/svg%3e");
}

.widget-info__menu-item_faq:hover .widget-info__menu-item-ico {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3e%3cg fill='%231B559E' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M5.341 19.53c.015.95.03 1.92.62 2.51.584.583 1.526.596 2.463.609.678.01 1.353.018 1.89.243.538.226 1.034.7 1.53 1.175.682.654 1.364 1.308 2.156 1.308.797 0 1.498-.67 2.189-1.33.493-.472.982-.939 1.497-1.153.512-.213 1.174-.223 1.845-.233.95-.015 1.919-.03 2.508-.62.584-.584.597-1.526.61-2.463.01-.678.018-1.353.243-1.89.226-.538.7-1.034 1.175-1.53.654-.682 1.308-1.364 1.308-2.156 0-.797-.67-1.498-1.33-2.189-.472-.493-.939-.982-1.153-1.497-.213-.512-.223-1.174-.233-1.845-.015-.95-.03-1.918-.62-2.508-.584-.584-1.526-.597-2.463-.61-.678-.01-1.353-.018-1.89-.243-.538-.226-1.034-.7-1.53-1.175-.682-.654-1.364-1.308-2.156-1.308-.797 0-1.498.67-2.189 1.33-.493.472-.982.939-1.497 1.153-.512.213-1.174.223-1.845.233-.95.015-1.918.03-2.508.62-.584.584-.597 1.526-.61 2.463-.01.678-.018 1.353-.243 1.89-.226.538-.7 1.034-1.175 1.53-.654.682-1.308 1.364-1.308 2.156 0 .797.67 1.498 1.33 2.189.472.493.939.982 1.153 1.497.213.512.223 1.174.233 1.845Zm7.104-12.346A4.063 4.063 0 1 1 15 14.875a1 1 0 1 1-2 0V14a1 1 0 0 1 1-1 2.063 2.063 0 1 0-2.063-2.063 1 1 0 1 1-2 0 4.062 4.062 0 0 1 2.508-3.753ZM14 20.125a1.312 1.312 0 1 0 0-2.625 1.312 1.312 0 0 0 0 2.625Z' /%3e%3c/g%3e%3c/svg%3e");
}

.widget-info__menu-item_og .widget-info__menu-item-ico {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3e%3cg fill='%237892B1' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M13.698 13.125c0 .958-.372 1.83-.979 2.478l.114.085a4.5 4.5 0 0 1 1.6 2.439 1 1 0 0 1-1.938.496 2.5 2.5 0 0 0-2.279-1.876 3.567 3.567 0 0 1-.285 0 2.5 2.5 0 0 0-2.28 1.876 1 1 0 0 1-1.937-.496 4.5 4.5 0 0 1 1.714-2.524 3.625 3.625 0 1 1 6.27-2.478Zm-5.25 0a1.625 1.625 0 1 1 1.754 1.62 4.569 4.569 0 0 0-.257 0 1.625 1.625 0 0 1-1.497-1.62Z'/%3e%3cpath d='M15.625 12.25a1 1 0 0 1 1-1H21a1 1 0 1 1 0 2h-4.375a1 1 0 0 1-1-1Zm0 3.5a1 1 0 0 1 1-1H21a1 1 0 1 1 0 2h-4.375a1 1 0 0 1-1-1Z'/%3e%3cpath d='M4.375 4.25c-1.036 0-1.875.84-1.875 1.875v15.75c0 1.035.84 1.875 1.875 1.875h19.25c1.035 0 1.875-.84 1.875-1.875V6.125c0-1.036-.84-1.875-1.875-1.875H4.375Zm.125 17.5V6.25h19v15.5h-19Z'/%3e%3c/g%3e%3c/svg%3e");
}

.widget-info__menu-item_og:hover .widget-info__menu-item-ico {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3e%3cg fill='%231B559E' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M4.375 5.25h19.25c.483 0 .875.392.875.875v15.75a.875.875 0 0 1-.875.875H4.375a.875.875 0 0 1-.875-.875V6.125c0-.483.392-.875.875-.875Zm4.073 7.875a1.625 1.625 0 1 1 1.754 1.62 4.569 4.569 0 0 0-.257 0 1.625 1.625 0 0 1-1.497-1.62Zm5.25 0c0 .958-.372 1.83-.979 2.478l.114.085a4.5 4.5 0 0 1 1.6 2.439 1 1 0 0 1-1.938.496 2.5 2.5 0 0 0-2.279-1.876 3.567 3.567 0 0 1-.285 0 2.5 2.5 0 0 0-2.28 1.876 1 1 0 0 1-1.937-.496 4.5 4.5 0 0 1 1.714-2.524 3.625 3.625 0 1 1 6.27-2.478Zm1.927-.875a1 1 0 0 1 1-1H21a1 1 0 1 1 0 2h-4.375a1 1 0 0 1-1-1Zm0 3.5a1 1 0 0 1 1-1H21a1 1 0 1 1 0 2h-4.375a1 1 0 0 1-1-1Z' /%3e%3c/g%3e%3c/svg%3e");
}

.widget-info__menu-item_status .widget-info__menu-item-ico {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3e%3cg fill='%237892B1' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M6.583 5.182a11.522 11.522 0 0 1 14.837.005l2.396-2.397a1 1 0 1 1 1.415 1.415l-10.5 10.5a1 1 0 0 1-1.415-1.415l2.915-2.914a4.24 4.24 0 1 0 2.032 3.383 1 1 0 1 1 1.997-.114 6.24 6.24 0 1 1-2.587-4.711L20 6.607A9.522 9.522 0 1 0 22.593 9.9a1 1 0 1 1 1.805-.861A11.522 11.522 0 1 1 6.583 5.182Z' /%3e%3c/g%3e%3c/svg%3e");
}

.widget-info__menu-item_status:hover .widget-info__menu-item-ico {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3e%3cg fill='%231B559E' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M14.504 2.49a11.522 11.522 0 1 0 9.894 6.549 1 1 0 1 0-1.805.861A9.522 9.522 0 1 1 20 6.607l-2.327 2.327a6.239 6.239 0 1 0 2.588 4.712 1 1 0 1 0-1.997.114 4.24 4.24 0 0 1-6.445 3.856l2.89-2.89.021-.021 3.685-3.685a.905.905 0 0 0 .046-.046l3.692-3.692.003-.003.005-.005 3.07-3.07a1 1 0 1 0-1.415-1.414L21.42 5.187a11.522 11.522 0 0 0-6.917-2.698Z' /%3e%3c/g%3e%3c/svg%3e");
}

.widget-info__menu-item_noaddress .widget-info__menu-item-ico {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3e%3cg fill='%237892B1' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M8.52 5.895a7.75 7.75 0 0 1 13.23 5.48c0 3.577-2 6.847-4.13 9.297a27.453 27.453 0 0 1-3.62 3.45 27.453 27.453 0 0 1-3.62-3.45c-2.13-2.45-4.13-5.72-4.13-9.297a7.75 7.75 0 0 1 2.27-5.48Zm4.906 20.299.574-.819-.573.82a1 1 0 0 0 1.146 0l-.573-.82c.573.82.574.819.574.819l.003-.002.007-.005.023-.016a11.304 11.304 0 0 0 .376-.28c.252-.192.607-.473 1.032-.834a29.462 29.462 0 0 0 3.115-3.073c2.244-2.581 4.62-6.311 4.62-10.609a9.75 9.75 0 1 0-19.5 0c0 4.298 2.376 8.028 4.62 10.61a29.463 29.463 0 0 0 4.147 3.906 16.848 16.848 0 0 0 .377.28l.022.016.007.005.002.001h.001ZM11.5 11.375a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm2.5-4.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9Z'/%3e%3c/g%3e%3c/svg%3e");
}

.widget-info__menu-item_noaddress:hover .widget-info__menu-item-ico {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3e%3cg fill='%231B559E' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M14 25.375s8.75-6.125 8.75-14a8.75 8.75 0 0 0-17.5 0c0 7.875 8.75 14 8.75 14Zm3.5-14a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z' /%3e%3c/g%3e%3c/svg%3e");
}

.widget-info__menu-item_tono .widget-info__menu-item-ico {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3e%3cg fill='%237892B1' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M7.28 4.328a1 1 0 1 0-1.414-1.415L2.158 6.622a1 1 0 1 0 1.414 1.415L7.28 4.328Zm13.44-1.415a1 1 0 0 1 1.414 0l3.708 3.708a1 1 0 0 1-1.415 1.415L20.72 4.328a1 1 0 0 1 0-1.415ZM5.375 14.756a8.625 8.625 0 1 1 17.25 0 8.625 8.625 0 0 1-17.25 0ZM14 4.13c-5.868 0-10.625 4.757-10.625 10.625S8.132 25.38 14 25.38s10.625-4.757 10.625-10.625S19.868 4.13 14 4.13Zm1 4.5a1 1 0 1 0-2 0v6.125a1 1 0 0 0 1 1h6.125a1 1 0 1 0 0-2H15V8.63Z' /%3e%3c/g%3e%3c/svg%3e");
}

.widget-info__menu-item_tono:hover .widget-info__menu-item-ico {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3e%3cg fill='%231B559E' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M7.28 3.413a1 1 0 0 1 0 1.415L3.572 8.536A1 1 0 1 1 2.158 7.12l3.708-3.708a1 1 0 0 1 1.414 0Zm13.44 0a1 1 0 0 1 1.414 0l3.708 3.708a1 1 0 0 1-1.415 1.415L20.72 4.828a1 1 0 0 1 0-1.415ZM14 24.88a9.625 9.625 0 1 0 0-19.25 9.625 9.625 0 0 0 0 19.25Zm0-16.75a1 1 0 0 1 1 1v5.125h5.125a1 1 0 1 1 0 2H14a1 1 0 0 1-1-1V9.13a1 1 0 0 1 1-1Z'/%3e%3c/g%3e%3c/svg%3e");
}

.widget-info__menu-item_rate .widget-info__menu-item-ico {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3e%3cg fill='%237892B1' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M12.905 2.398a1.908 1.908 0 0 1 2.882.894l2.388 6.014 6.4.412c1.794.116 2.402 2.358 1.1 3.44l-4.922 4.106 1.588 6.243c.412 1.625-1.345 3.1-2.881 2.131l-.003-.001L14 22.17l-5.074 3.213-.001.001c-1.676 1.065-3.6-.557-3.146-2.338l1.468-5.783-4.922-4.105v-.001c-1.302-1.082-.695-3.324 1.099-3.44l6.4-.412 2.389-6.014a1.91 1.91 0 0 1 .692-.894Zm7.825 14.885ZM14 4.211l-2.327 5.859a1.908 1.908 0 0 1-1.67 1.228l-6.3.406 4.842 4.038.002.002a1.951 1.951 0 0 1 .648 1.972v.005l-1.478 5.82a.142.142 0 0 0 0 .09.139.139 0 0 0 .047.06.097.097 0 0 0 .047.022c.002 0 .013.002.041-.016l5.13-3.248a1.898 1.898 0 0 1 2.036 0l5.344 3.393-1.558-6.126a1.951 1.951 0 0 1 .649-1.972l.002-.002 4.841-4.038L18 11.3h-.004a1.907 1.907 0 0 1-1.67-1.229L14 4.211ZM3.553 11.714l-.064-.998.062.969.002.029Z' /%3e%3c/g%3e%3c/svg%3e");
}

.widget-info__menu-item_rate:hover .widget-info__menu-item-ico {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3e%3cg fill='%231B559E' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='m14.481 21.298 5.513 3.5c.71.448 1.586-.219 1.378-1.04l-1.597-6.277a.952.952 0 0 1 .317-.963l4.944-4.123c.645-.536.317-1.62-.525-1.674l-6.453-.415a.908.908 0 0 1-.799-.591l-2.406-6.06a.907.907 0 0 0-1.706 0l-2.406 6.06a.907.907 0 0 1-.799.59l-6.453.416c-.842.055-1.17 1.138-.525 1.674l4.944 4.123a.951.951 0 0 1 .317.963l-1.477 5.818c-.251.985.799 1.783 1.64 1.247l5.13-3.248a.897.897 0 0 1 .963 0Z'/%3e%3c/g%3e%3c/svg%3e");
}

.widget-info__menu-item_support .widget-info__menu-item-ico {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3e%3cg fill='%237892B1' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M11.54.755a1 1 0 0 0-.822-.094A14 14 0 0 0 5.59 3.636a1 1 0 0 0-.326.756l.057 3.397c-.197.303-.378.616-.542.939l-2.974 1.647a1 1 0 0 0-.493.661 13.75 13.75 0 0 0 .014 5.932 1 1 0 0 0 .49.656l2.963 1.648c.165.324.346.64.542.946l-.057 3.39a1 1 0 0 0 .326.756 13.826 13.826 0 0 0 5.148 2.964 1 1 0 0 0 .815-.095l2.91-1.742c.359.016.718.016 1.076 0l2.923 1.754a1 1 0 0 0 .822.094 14.002 14.002 0 0 0 5.129-2.975 1 1 0 0 0 .326-.756l-.057-3.398c.197-.303.378-.616.542-.938l2.975-1.647a1 1 0 0 0 .492-.662 13.75 13.75 0 0 0-.014-5.931 1 1 0 0 0-.49-.656l-2.963-1.648a10.2 10.2 0 0 0-.542-.939l.057-3.397a1 1 0 0 0-.326-.756A13.825 13.825 0 0 0 19.264.67a1 1 0 0 0-.814.096l-2.911 1.742a12.04 12.04 0 0 0-1.076 0L11.54.755ZM7.325 8.07l-.054-3.25a12 12 0 0 1 3.639-2.11l2.788 1.672a1 1 0 0 0 .586.14c.477-.034.956-.034 1.433 0a1 1 0 0 0 .585-.14l2.78-1.662a11.826 11.826 0 0 1 3.648 2.1l-.054 3.25a1 1 0 0 0 .18.59c.268.384.503.79.702 1.214a1 1 0 0 0 .42.45l2.835 1.576c.255 1.388.259 2.81.01 4.2l-2.845 1.575a1 1 0 0 0-.42.45c-.2.424-.434.83-.702 1.215a1 1 0 0 0-.18.59l.054 3.249a12 12 0 0 1-3.639 2.111l-2.789-1.673a1 1 0 0 0-.585-.14 10.04 10.04 0 0 1-1.433 0 1 1 0 0 0-.585.14l-2.78 1.663a11.826 11.826 0 0 1-3.648-2.101l.054-3.237a1 1 0 0 0-.174-.581 9.01 9.01 0 0 1-.709-1.238 1 1 0 0 0-.418-.447l-2.836-1.577a11.75 11.75 0 0 1-.01-4.2l2.845-1.574a1 1 0 0 0 .42-.45 8.2 8.2 0 0 1 .702-1.215 1 1 0 0 0 .18-.59ZM10 14a5 5 0 1 1 10 0 5 5 0 0 1-10 0Zm5-7a7 7 0 1 0 0 14 7 7 0 0 0 0-14Z'/%3e%3c/g%3e%3c/svg%3e");
}

.widget-info__menu-item_support:hover .widget-info__menu-item-ico {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3e%3cg fill='%231B559E' fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath d='M23.463 9.45a9.195 9.195 0 0 0-.788-1.363l.063-3.712a12.825 12.825 0 0 0-4.775-2.75l-3.175 1.9a11.04 11.04 0 0 0-1.575 0l-3.188-1.913a13 13 0 0 0-4.762 2.763l.063 3.712a9.192 9.192 0 0 0-.788 1.363l-3.25 1.8a12.75 12.75 0 0 0 .013 5.5l3.237 1.8c.226.478.49.938.788 1.375l-.063 3.7a12.826 12.826 0 0 0 4.775 2.75l3.175-1.9c.524.037 1.05.037 1.575 0l3.188 1.912a12.999 12.999 0 0 0 4.762-2.762l-.063-3.713c.302-.43.565-.886.788-1.362l3.25-1.8a12.75 12.75 0 0 0-.012-5.5l-3.238-1.8ZM20 14a6 6 0 1 1-12 0 6 6 0 0 1 12 0Z' /%3e%3c/g%3e%3c/svg%3e");
}

.widget-info__hr {
	margin: 8px 0 0;
	background: #6582A6;
}
