

/* Start:/bitrix/templates/publicV4/css/header.css?173576639418430*/
.header {
	position: sticky;
	top: 0;
	z-index: 12;
	background-color: #fff;
	box-shadow: 0 1px 0 0 #F4F4F4;
}
.header__inner {
	width: 100%;
	max-width: 980px;
	margin: auto;
	height: 80px;
	max-height: 80px;
	background-color: #fff;
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 1rem;
	padding: 0 1.25rem;
}
@media (max-width: 800px) {
	.header__inner {
		grid-template-columns: 140px 1fr;
		height: 70px;
		padding: 0 0 0 1.25rem;
	}
}
.header__logo {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	min-width: 180px;
	height: 80px;
	background: url(/bitrix/templates/publicV4/css/../images/AccessBank-logo-v2.svg) no-repeat center center;
	background-size: 80%;
	padding: 0 20px;
}
@media (max-width: 800px) {
	.header__logo {
		background-size: 140px;
		width: 140px;
		min-width: 140px;
		height: 70px;
	}
}
.header__logo:hover {
	background-color: #FAFAFA;
}
.header__container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}
@media (max-width: 800px) {
	.header__container {
		grid-template-columns: 1fr;
	}
}
.header__section-switch {
	display: flex;
	align-content: center;
	align-items: center;
	height: 36px;
}
@media (max-width: 800px) {
	.header__section-switch {
		display: none;
	}
}
.header__controls {
	display: inline-flex;
	justify-content: right;
	align-items: center;
	height: 36px;
}
@media (max-width: 800px) {
	.header__controls {
		height: 100%;
	}
}
.header .lang-switch {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 100;
	margin: 0 0.25rem;
	border-radius: 100px;
}
@media (max-width: 800px) {
	.header .lang-switch {
		display: none;
	}
}
.header .lang-switch:hover .lang-switch__active {
	background-color: #EFF6FF;
	z-index: 102;
}
.header .lang-switch:hover .lang-switch__expanded {
	display: flex;
	z-index: 101;
}
.header .lang-switch__active {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	padding: 0 0.75rem;
	cursor: pointer;
}
.header .lang-switch__text {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #838D90;
	font-family: "GTE-light";
}
.header .lang-switch__expanded {
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	position: absolute;
	top: -3px;
	width: 60px;
	padding: 36px 0.25rem 12px 0.25rem;
	background: #ffffff;
	box-shadow: 0 5px 10px rgba(49, 98, 169, 0.168627451);
	border-radius: 0 0 10px 10px;
	text-align: center;
}
.header .lang-switch__expanded .link {
	justify-content: center;
	width: 100%;
	color: #377CCB;
	letter-spacing: 0.5px;
	border-radius: 30px;
	padding: 0.05rem 0.1rem;
	margin: 0.25rem 0.25rem;
}
.header .lang-switch__expanded .link:last-child {
	margin-bottom: 0;
}
.header .lang-switch__expanded .link:hover {
	background-color: #EFF6FF;
	text-decoration: none;
}
.header__search {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	cursor: pointer;
	transition: 0.2s ease;
	margin: 0 0.25rem;
	background: url(/bitrix/templates/publicV4/css/../images/header-v3-search.svg) no-repeat center center;
	background-size: 18px;
	width: 36px;
	height: 100%;
}
@media (max-width: 800px) {
	.header__search {
		display: none;
	}
}
.header__search:hover {
	background-color: #EFF6FF;
}
.header__nav {
	grid-column: 1/3;
	display: flex;
	align-content: center;
	align-items: center;
	height: 44px;
}
@media (max-width: 800px) {
	.header__nav {
		display: none;
	}
}

.search-box {
	display: none;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 110;
	box-shadow: 0 1px 0 0 #F4F4F4;
}
.search-box.active {
	display: flex;
}
.search-box__content {
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 100%;
	max-width: 980px;
	height: 80px;
	margin: auto;
	padding: 0 1.25rem;
}
.search-box__form {
	width: 100%;
	height: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}
.search-box__form .input {
	display: inline-flex;
	height: 100%;
	width: 100%;
	max-width: 980px;
	padding: 0 20px;
	margin: 0;
	font-size: 1rem;
	border: none;
	background-position: 5px;
	font-family: "GTE-light";
	outline: none;
}
.search-box__form .input:hover {
	background-color: unset;
	border-radius: unset;
}
.search-box__close {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 36px;
	width: 36px;
	min-width: 36px;
	border-radius: 100px;
	cursor: pointer;
	transition: 0.2s ease;
	margin: 0 0.25rem;
	background: url(/bitrix/templates/publicV4/css/../images/header-v3-close.svg) no-repeat center center;
	background-size: 16px;
}
.search-box__close:hover {
	background-color: #EFF6FF;
}

@media (max-width: 800px) {
	.header .search-box {
		display: none;
	}
	.header .search-box.active {
		display: none;
	}
}
.header[data-state=sticky] {
	position: sticky;
	top: 0;
	left: 0;
}
.header[data-state=sticky] .header__inner {
	height: 60px;
}
.header[data-state=sticky] .header__logo {
	height: 60px;
}
.header[data-state=sticky] .header__container {
	grid-template-columns: 1fr 1fr 110px;
}
@media (max-width: 800px) {
	.header[data-state=sticky] .header__container {
		grid-template-columns: 1fr;
	}
}
.header[data-state=sticky] .header__section-switch {
	display: none;
}
.header[data-state=sticky] .header__nav {
	order: 1;
	height: 100%;
}
.header[data-state=sticky] .header__controls {
	order: 2;
}
.header[data-state=sticky] .search-box__content {
	height: 60px;
}
.header[data-state=sticky] .lang-switch__expanded {
	top: -20px;
	padding: 66px 0.25rem 12px 0.25rem;
}

[data-gs=business] .header {
	background-color: #377CCB;
	box-shadow: none;
}
[data-gs=business] .header .header__inner {
	background-color: #377CCB;
}
[data-gs=business] .header .header__logo {
	background-image: url(/bitrix/templates/publicV4/css/../images/AccessBank-logo-w-v2.svg);
	background-color: #377CCB;
}
[data-gs=business] .header .header__logo:hover {
	background-color: #2969B2;
}
[data-gs=business] .header .header__section .header__section__title {
	color: #F2F9FF;
}
[data-gs=business] .header .header__section .header__section__title_drop::after {
	filter: brightness(1.8);
}
[data-gs=business] .header .lang-switch:hover .lang-switch__text {
	color: #F2F9FF;
}
[data-gs=business] .header .lang-switch:hover .lang-switch__active {
	background: #1974b9;
}
[data-gs=business] .header .lang-switch__text {
	color: #F2F9FF;
}
[data-gs=business] .header .lang-switch__expanded {
	background: #4d93e2;
}
[data-gs=business] .header .lang-switch__expanded .link {
	color: #F2F9FF;
}
[data-gs=business] .header .lang-switch__expanded .link:hover {
	background: #1974b9;
}
[data-gs=business] .header .header__search {
	filter: brightness(1.8);
}
[data-gs=business] .header .header__search:hover {
	background-color: #0c3b5f;
}
[data-gs=business] .header .search-box {
	background-color: #2180c9;
}
[data-gs=business] .header .search-box__content {
	background-color: #2180c9;
}
[data-gs=business] .header .search-box__form .input {
	background-color: #fff;
}

[data-gs=investors] .header {
	background-color: #33536B;
	box-shadow: none;
}
[data-gs=investors] .header .header__inner {
	background-color: #33536B;
}
[data-gs=investors] .header .header__logo {
	background-image: url(/bitrix/templates/publicV4/css/../images/AccessBank-logo-w-v2.svg);
	background-color: #33536B;
}
[data-gs=investors] .header .header__logo:hover {
	background-color: #2a485f;
}
[data-gs=investors] .header .header__section .header__section__title {
	color: #F2F9FF;
}
[data-gs=investors] .header .header__section .header__section__title_drop::after {
	filter: brightness(1.8);
}
[data-gs=investors] .header .lang-switch:hover .lang-switch__text {
	color: #F2F9FF;
}
[data-gs=investors] .header .lang-switch:hover .lang-switch__active {
	background-color: #274a5e;
}
[data-gs=investors] .header .lang-switch__text {
	color: #F2F9FF;
}
[data-gs=investors] .header .lang-switch__expanded {
	background: #42637C;
}
[data-gs=investors] .header .lang-switch__expanded .link {
	color: #F2F9FF;
}
[data-gs=investors] .header .lang-switch__expanded .link:hover {
	background: #274a5e;
}
[data-gs=investors] .header .header__search {
	filter: brightness(1.8);
}
[data-gs=investors] .header .header__search:hover {
	background-color: #12242e;
}
[data-gs=investors] .header .search-box {
	background-color: #2e546a;
}
[data-gs=investors] .header .search-box__content {
	background-color: #2e546a;
}
[data-gs=investors] .header .search-box__form .input {
	background-color: #fff;
}

.header-mob .drop-v2::after {
	content: "";
	display: inline-flex;
	width: 30px;
	height: 30px;
	background: url(/bitrix/templates/publicV4/css/../images/arrow.svg) no-repeat center center;
	background-size: 16px;
	transform: rotate(-90deg);
	transition: 0.3s;
}
.header-mob .drop-v2.drop-v2__rotated::after {
	transform: rotate(0deg);
}
.header-mob .search-box-mob {
	display: none;
	flex-wrap: wrap;
	align-content: flex-start;
	width: 100%;
	position: absolute;
	right: 0;
	background: #f9fafb;
	z-index: 10;
	height: 100%;
	top: 70px;
}
.header-mob .search-box-mob.active {
	display: flex;
}
.header-mob .search-box-mob__form {
	width: 100%;
	height: 70px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 10px 0 10px;
	border-bottom: 1px solid #e2e6ea;
	background: #fff;
}
.header-mob .search-box-mob__form .input {
	display: inline-flex;
	height: 70px;
	width: 100%;
	margin: 0;
	padding: 10px;
	font-size: 1rem;
	border: none;
	font-family: "GTE-light";
	outline: none;
}
.header-mob .search-box-mob__form .input:hover {
	background-color: unset;
}
.header-mob .search-box-mob__close {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px;
	min-width: 50px;
	border-radius: 100px;
	cursor: pointer;
	transition: 0.1s;
	background: url(/bitrix/templates/publicV4/css/../images/header-v3-close.svg) no-repeat center center;
	background-size: 18px;
}
.header-mob .menu-toggle {
	width: 24px;
	cursor: pointer;
}
.header-mob .menu-toggle span {
	display: block;
	width: 100%;
	border-radius: 100px;
	height: 2px;
	background: #838D90;
	transition: all 0.3s;
	position: relative;
}
.header-mob .menu-toggle span + span {
	margin-top: 4px;
}
.header-mob .menu-toggle.active span:nth-child(1) {
	animation: ease 0.5s top forwards;
}
.header-mob .menu-toggle.active span:nth-child(2) {
	animation: ease 0.5s scaled forwards;
}
.header-mob .menu-toggle.active span:nth-child(3) {
	animation: ease 0.5s bottom forwards;
}
.header-mob .menu-toggle.not-active span:nth-child(1) {
	animation: ease 0.5s top-2 forwards;
}
.header-mob .menu-toggle.not-active span:nth-child(2) {
	animation: ease 0.5s scaled-2 forwards;
}
.header-mob .menu-toggle.not-active span:nth-child(3) {
	animation: ease 0.5s bottom-2 forwards;
}
@keyframes top {
	0% {
	top: 0;
	transform: rotate(0);
	}
	50% {
	top: 6px;
	transform: rotate(0);
	}
	100% {
	top: 6px;
	transform: rotate(45deg);
	}
}
@keyframes top-2 {
	0% {
	top: 6px;
	transform: rotate(45deg);
	}
	50% {
	top: 6px;
	transform: rotate(0deg);
	}
	100% {
	top: 0;
	transform: rotate(0deg);
	}
}
@keyframes bottom {
	0% {
	bottom: 0;
	transform: rotate(0);
	}
	50% {
	bottom: 6px;
	transform: rotate(0);
	}
	100% {
	bottom: 6px;
	transform: rotate(135deg);
	}
}
@keyframes bottom-2 {
	0% {
	bottom: 6px;
	transform: rotate(135deg);
	}
	50% {
	bottom: 6px;
	transform: rotate(0);
	}
	100% {
	bottom: 0;
	transform: rotate(0);
	}
}
@keyframes scaled {
	50% {
	transform: scale(0);
	}
	100% {
	transform: scale(0);
	}
}
@keyframes scaled-2 {
	0% {
	transform: scale(0);
	}
	50% {
	transform: scale(0);
	}
	100% {
	transform: scale(1);
	}
}
.header-mob .content-mob-wr {
	display: none;
	position: fixed;
	background: #f8f8f8;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
@media (max-width: 800px) {
	.header-mob .content-mob-wr.menu-expanded {
	display: flex;
	}
}
.header-mob .content-mob {
	display: flex;
	flex-wrap: wrap;
	align-content: start;
	padding-top: 70px;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	background: #f5f7fa;
	background: #FAFAFA;
}
.header-mob .content-mob .top-header {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background: #fff;
	height: 70px;
	padding-right: 70px;
	box-shadow: 0 5px 10px 0 rgba(61, 61, 61, 0.1215686275);
	position: fixed;
	z-index: 101;
	top: 0;
	left: 0;
	padding: 0 calc(1.25rem + 50px) 0 1.25rem;
}
.header-mob .content-mob .bottom-header {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background: #fff;
	height: 70px;
	padding: 10px;
	border-bottom: 1px solid #e3e5e9;
	position: relative;
}
.header-mob .content-mob .header__search {
	display: inline-flex;
	width: 50px;
	height: 50px;
	min-width: 50px;
	margin: 0;
	background-color: unset;
	background-size: 22px;
}
.header-mob .content-mob .header__search:hover {
	background-color: #EFF6FF;
}
/*
.header-mob .content-mob .mobile-title-icon {
	width: 78px;
	height: 34px;
}
.header-mob .content-mob .mobile-title-icon_vip {
	background: url(/bitrix/templates/publicV4/css/images/VIPClub-logo-w-simple.svg) no-repeat center left;
	background-size: contain;
	filter: invert(0.75);
}
*/
.header-mob .content-mob .extra-content {
	width: 100%;
	border-top: 1px solid #e6e6e6;
	padding: 1.25rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1.25rem;
}
.header-mob .content-mob .phone {
	display: inline-flex;
	width: 64px;
	height: 36px;
	background: url(/bitrix/templates/publicV4/css/../images/header-v3-151.svg) no-repeat left center;
	background-size: 54px;
}
.header-mob .content-mob .atm {
	display: inline-flex;
	width: 72px;
	height: 36px;
	background: url(/bitrix/templates/publicV4/css/../images/header-v3-atm.svg) no-repeat left center;
	background-size: 64px;
}
.header-mob .content-mob__section-switch {
	display: flex;
	align-content: center;
	align-items: center;
	height: 36px;
}
.header-mob .header__language {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 50px;
	margin: 0 6px;
	position: relative;
	z-index: 100;
}
.header-mob .header__language:hover .header__language__active-language {
	background-color: #f3f3f3;
	z-index: 102;
}
.header-mob .header__language:hover .header__language-expanded {
	display: flex;
	z-index: 101;
}
.header-mob .header__language .header__language__active-language {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 46px;
	margin: 6px 0;
	border-radius: 5px;
	cursor: pointer;
}
.header-mob .header__language .header__language-icon {
	display: inline-flex;
	justify-content: center;
	height: 28px;
	width: 32px;
	border-radius: 100px;
}
.header-mob .header__language .header__language-text {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #616161;
	font-size: 16px;
	line-height: 20px;
	padding: 6px 0;
	border-radius: 5px;
}
.header-mob .header__language .header__language-expanded {
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	position: absolute;
	top: 0px;
	width: 56px;
	padding: 44px 5px 5px 5px;
	background: #ffffff;
	box-shadow: 0 5px 10px rgba(49, 98, 169, 0.168627451);
	border-radius: 10px;
	text-align: center;
}
.header-mob .header__language .header__language-expanded .link {
	width: 100%;
	justify-content: center;
	font-size: 16px;
	line-height: 20px;
	padding: 6px 0;
	margin-bottom: 6px;
	border-radius: 5px;
	color: #2362a9;
	letter-spacing: 0.5px;
}
.header-mob .header__language .header__language-expanded .link:last-child {
	margin-bottom: 0;
}
.header-mob .header__language .header__language-expanded .link:hover {
	background-color: #f2f8ff;
	text-decoration: none;
}

.header[data-state=sticky] .content-mob {
	padding-top: 60px;
}
.header[data-state=sticky] .content-mob .top-header {
	height: 60px;
}
.header[data-state=sticky] .search-box-mob {
	top: 60px;
}
.header[data-state=sticky] .header__hamburger-animated {
	height: 60px;
}

[data-gs=business] .header .menu-toggle {
	filter: brightness(1.8);
}
[data-gs=business] .header .content-mob .top-header {
	background-color: #377CCB;
}
[data-gs=business] .header .header__language .header__language-text {
	color: #F2F9FF;
}
[data-gs=business] .header .header__language:hover .header__language-text {
	color: #616161;
}
[data-gs=business] .header .content-mob .header__search {
	filter: unset;
}

[data-gs=investors] .header .menu-toggle {
	filter: brightness(1.8);
}
[data-gs=investors] .header .content-mob .top-header {
	background-color: #33536B;
}
[data-gs=investors] .header .header__language .header__language-text {
	color: #F2F9FF;
}
[data-gs=investors] .header .header__language:hover .header__language-text {
	color: #616161;
}
[data-gs=investors] .header .content-mob .header__search {
	filter: unset;
}

.header__hamburger-animated {
	display: none;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 70px;
	background-size: 30px;
	cursor: pointer;
	z-index: 101;
}
@media (max-width: 800px) {
	.header__hamburger-animated {
		display: flex;
	}
}

.mob-scroll-lock {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
}
.mob-scroll-lock .header__hamburger-animated {
	position: fixed;
	top: 0;
	right: 0;
	height: 70px;
}

/*RS*/
[data-component="top-menu-mob"] {
	font-family: "Nanito-Sans";
}
[data-component="top-menu-mob"] .title {
	font-family: "Nanito-Sans-bold" !important;
}
[data-component="top-menu-mob"] * {
	font-family: inherit !important;
}
.header__container *,
[data-component="breadcrumbs"] * {
	font-family: inherit !important;
}
.header__container,
[data-component="breadcrumbs"] {
	font-family: "Nanito-Sans";
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/top-switch/style.css?17498217252463*/
[data-component=top-menu-switch] .switch {
	display: inline-flex;
	padding: 0.05rem 0.1rem;
	font-size: 0.85rem;
	border-radius: 30px;
	background: #FAFAFA;
	font-family: "GTE-light";
	box-shadow: inset 0 0 0px 1px rgba(0, 0, 0, 0.0901960784);
}
[data-component=top-menu-switch] .switch__item {
	padding: 0 0.75rem;
	border-radius: 30px;
	color: #838D90;
	cursor: pointer;
}
[data-component=top-menu-switch] .switch__item:hover {
	background-color: #EFF6FF;
}
[data-component=top-menu-switch] .switch__item_active {
	background-color: #EFF6FF;
	color: #377CCB;
	box-shadow: 0 0 0 1px rgba(221, 221, 221, 0.5803921569);
}
[data-component=top-menu-switch] .switch__item_active:hover {
	background-color: #EFF6FF;
}
[data-gs=business] .header .switch {
	background: #4d93e2;
	box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 0.0901960784);
}
[data-gs=business] .header .switch__item {
	color: #F2F9FF;
}
[data-gs=business] .header .switch__item:hover {
	background: #1974b9;
}
[data-gs=business] .header .switch__item_active {
	background: #1974b9;
	box-shadow: none;
}
[data-gs=business] .header .switch__item_active:hover {
	background: #1974b9;
}
[data-gs=investors] .header .switch {
	background: #42637C;
	box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 0.0901960784);
}
[data-gs=investors] .header .switch__item {
	color: #F2F9FF;
}
[data-gs=investors] .header .switch__item:hover {
	background: #274a5e;
}
[data-gs=investors] .header .switch__item_active {
	background: #274a5e;
	box-shadow: none;
}
[data-gs=investors] .header .switch__item_active:hover {
	background: #274a5e;
}
.header-mob [data-component=top-menu-switch] .switch {
	display: inline-flex;
	padding: 0.25rem 0.25rem;
	font-size: 1rem;
	border-radius: 30px;
	background: #F4F4F4;
	font-family: "GTE-light";
	box-shadow: inset 0 0 0px 1px rgba(0, 0, 0, 0.0901960784);
}
.header-mob [data-component=top-menu-switch] .switch__item {
	padding: 0.25rem 1rem;
	border-radius: 30px;
	color: #838D90;
	cursor: pointer;
	background-color: transparent;
}
.header-mob [data-component=top-menu-switch] .switch__item:hover {
	background: #FAFAFA;
}
.header-mob [data-component=top-menu-switch] .switch__item_active {
	background-color: #fff;
	color: #575D61;
	box-shadow: 0 0 0 1px rgba(221, 221, 221, 0.5803921569);
}
.header-mob [data-component=top-menu-switch] .switch__item_active:hover {
	background: #fff;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/top-mobile-v5/style.css?17200183062456*/
[data-component=top-menu-mob] .menu-groups {
  display: inline-flex;
  align-items: flex-start;
  align-content: start;
  width: 100%;
  height: unset;
  flex-wrap: wrap;
  margin: 0 0 0 0;
  padding: 1.25rem;
  background: #fff;
}
[data-component=top-menu-mob] .menu-group {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 5px auto;
  max-width: unset;
  overflow: hidden;
  border-bottom: none;
}
[data-component=top-menu-mob] .menu-group .links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 0;
  padding: 0px 0px 0px 10px;
  background: #fff;
  transition: height 0.3s ease-out;
  border-left: 2px solid #d2d6dc;
  font-size: 17px !important;
  margin: 0;
}
[data-component=top-menu-mob] .menu-group .link {
  width: 100%;
  font-family: "GTE-regular";
  font-size: 16px;
  line-height: 26px;
  color: #2362a9;
  margin: 0;
  padding: 6px 0;
}
[data-component=top-menu-mob] .menu-group .mobile-title {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  margin-bottom: 0;
  font-family: "GTE-medium";
  cursor: pointer;
  color: #626972;
  min-height: 40px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0;
}
[data-component=top-menu-mob] .mobile-title[data-id="P_VIP"] div,
[data-component=top-menu-mob] .mobile-title[data-id="B_VIP"] div {
  background: url(/bitrix/templates/.default/components/bitrix/menu/top-mobile-v5/images/VIPClub-logo-w-simple.svg) no-repeat center left;
  background-size: contain;
  filter: invert(0.75);
  width: 78px;
  height: 34px;
}
[data-component=top-menu-mob] .mobile-title[data-id="P_VIP"] div {
}
[data-component=top-menu-mob] .mobile-title[data-id="B_VIP"] div {
}

/* RS theme dark */
[data-theme="dark"] .header__section-switch__link.header__section-switch__link_active {
  background-color: #575D61;
  color: #E4E7E7 !important;
}
[data-theme="dark"] .header .content-mob .menu-groups {
  background-color: #222324;
}
[data-theme="dark"] .header .content-mob .menu-group .mobile-title {
  color: #E4E7E7 !important;
  font-family: "GTE-medium";
}
[data-theme="dark"] .header .content-mob .menu-group .links {
  background-color: #222324;
  border-color: #3A3D41;
}
[data-theme="dark"] .header .content-mob .menu-group .link {
  color: #E4E7E7;
}
/* RS theme dark */
[data-theme="dark"] .header .mobile-title[data-id] div {
  filter: unset;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/main.include/socialnetwork/style.css?17200184702460*/
[data-component="social-media"].sm-block {
  display: inline-flex;
  flex-wrap: wrap;
}
[data-component="social-media"].sm-block .item {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 100px;
  transition: 0.2s ease;
  margin: 3px;
  justify-content: center;
  background-color: #f5f5f5;
  background-image: url("/bitrix/templates/.default/components/bitrix/main.include/socialnetwork/images/sm-icons-sprite.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 320px;
}
[data-component="social-media"].sm-block .item:hover {
  filter: brightness(0.95);
}
[data-component="social-media"].sm-block .item svg {
  height: 32px;
  width: 32px;
}
[data-component="social-media"].sm-block .facebook {
  background-position-x: 16px;
}
[data-component="social-media"].sm-block .instagram {
  background-position-x: -32px;
}
[data-component="social-media"].sm-block .linkedin {
  background-position-x: -84px;
}
[data-component="social-media"].sm-block .twitter {
  background-position-x: -134px;
}
[data-component="social-media"].sm-block .whatsapp {
  background-position-x: -184px;
}
[data-component="social-media"].sm-block .telegram {
  background-position-x: -238px;
}
[data-component="social-media"].sm-block .tiktok {
  background-position-x: -288px;
}
[data-component="social-media"].sm-block.sm-block_small .item {
  width: 38px;
  height: 38px;
  min-width: 38px;
  background-size: 28px;
}
[data-component="social-media"].sm-block.sm-block_blue svg {
  height: 32px;
  width: 32px;
}
[data-component="social-media"].sm-block.sm-block_blue svg path,
[data-component="social-media"].sm-block.sm-block_blue svg rect,
[data-component="social-media"].sm-block.sm-block_blue svg circle {
  fill: #fff !important;
}
[data-component="social-media"].sm-block.sm-block_blue .item {
  background-color: #2362a9;
}
[data-component="social-media"].sm-block.sm-block_green svg {
  height: 32px;
  width: 32px;
}
[data-component="social-media"].sm-block.sm-block_green svg path,
[data-component="social-media"].sm-block.sm-block_green svg rect,
[data-component="social-media"].sm-block.sm-block_green svg circle {
  fill: #fff !important;
}
[data-component="social-media"].sm-block.sm-block_white .item {
  background-color: #fff;
}

/* RS theme dark */
[data-theme="dark"] .sm-block .item svg path {
  fill: #E4E7E7;
}
[data-theme="dark"] .sm-block.sm-block_grey .item {
  background-color: #2B2D30;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/top-desktop-v7/style.css?17200147349220*/
[data-component=top-menu-desk] {
	height: 100%;
}
[data-component=top-menu-desk] .header__section-group {
	min-width: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: left;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
	max-width: 850px;
	overflow: hidden;
	visibility: visible;
}
[data-component=top-menu-desk] .header__section-other {
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	cursor: pointer;
	position: relative;
}
[data-component=top-menu-desk] .header__section-other:hover .header__section-other__expanded {
	display: flex;
}
[data-component=top-menu-desk] .header__section-other:hover .header__section-other__icon {
	background-color: #f0f0f0;
	z-index: 21;
}
[data-component=top-menu-desk] .header__section-other .header__section-other__icon {
	display: inline-flex;
	height: 40px;
	width: 40px;
	border-radius: 100px;
	background: url("/bitrix/templates/.default/components/bitrix/menu/top-desktop-v7/images/menu-dots-v2-ng.svg") no-repeat center center;
	background-size: 26px;
	transition: 0.3s ease;
}
[data-component=top-menu-desk] .header__section-other .header__section-other__expanded {
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	position: absolute;
	top: 25px;
	padding: 25px 10px 10px 10px;
	background: #ffffff;
	box-shadow: 0 5px 10px rgba(49, 98, 169, 0.168627451);
	border-radius: 10px;
	text-align: center;
	min-width: 100px;
	z-index: 20;
}
[data-component=top-menu-desk] .header__section-other .header__section-other__expanded .link {
	font-size: 13px;
	line-height: 18px;
	padding: 5px 0;
	margin-bottom: 5px;
	border-radius: 100px;
	width: 100%;
	letter-spacing: 0.5px;
	color: #4f5258;
}
[data-component=top-menu-desk] .header__section {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	transition: 0.2s ease;
}
[data-component=top-menu-desk] .header__section:hover .header__section__title {
	color: #377CCB;
	border-radius: 100px;
	background-color: #EFF6FF;
}
[data-component=top-menu-desk] .header__section:hover .header__section__wr {
	display: flex;
}
[data-component=top-menu-desk] .header__section:hover .header__section__title_drop::after {
	transform: rotate(180deg);
	filter: invert(45%) sepia(52%) saturate(671%) hue-rotate(171deg) brightness(90%) contrast(94%);
}
[data-component=top-menu-desk] .header__section .header__section__title {
	justify-content: center;
	align-items: center;
	display: inline-flex;
	font-family: "GTE-light";
	color: #3A3D41;
	font-size: 0.9rem;
	height: 32px;
	padding: 0 10px;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
	letter-spacing: 0.5px;
	cursor: pointer;
}
[data-component=top-menu-desk] .header__section .header__section__title_drop::after {
	content: "";
	display: inline-flex;
	height: 8px;
	width: 8px;
	margin-left: 5px;
	background: url(/bitrix/templates/.default/components/bitrix/menu/top-desktop-v7/images/arrow.svg) no-repeat center center;
}
/*
[data-component=top-menu-desk] .header__section .header__section__title-icon {
	width: 52px;
	height: 26px;
}
[data-component=top-menu-desk] .header__section .header__section__title-icon_vip {
	background: url(/bitrix/templates/.default/components/bitrix/menu/top-desktop-v7/images/VIPClub-logo-w-simple.svg) no-repeat center center;
	background-size: contain;
	filter: invert(0.75);
}
*/
[data-component=top-menu-desk] .header__section .header__section__wr {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 80px;
	width: 100%;
	max-width: 920px;
	margin: 10px auto 0 auto;
	background: #fff;
	box-shadow: 0px 0 40px 20px rgba(58, 61, 65, 0.1411764706);
	z-index: 100;
	transition: 0.2s ease;
	border-radius: 1.25rem;
}
[data-component=top-menu-desk] .header__section .header__section__wr::before {
	content: "";
	width: 100%;
	height: 10px;
	position: absolute;
	top: -10px;
	left: 0;
}
[data-component=top-menu-desk] .header__section .header__section__content {
	display: flex;
	flex-wrap: wrap;
	align-content: start;
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
	padding: 1rem;
	border-radius: 1.25rem;
}
[data-component=top-menu-desk] .header__section .header__section__column {
	width: 33%;
	height: 100%;
	display: inline-flex;
	align-content: flex-start;
	flex-wrap: wrap;
	overflow: hidden;
	font-size: 18px;
	line-height: 28px;
}
[data-component=top-menu-desk] .header__section .header__section__column.header__section__column_70 {
	width: 70%;
}
[data-component=top-menu-desk] .header__section .header__section__column.header__section__column_60 {
	width: 60%;
}
[data-component=top-menu-desk] .header__section .header__section__column.header__section__column_50 {
	width: 50%;
}
[data-component=top-menu-desk] .header__section .header__section__column.header__section__column_40 {
	width: 40%;
}
[data-component=top-menu-desk] .header__section .header__section__column.header__section__column_30 {
	width: 30%;
}
[data-component=top-menu-desk] .header__section .header__section__column.header__section__column_25 {
	width: 25%;
}
[data-component=top-menu-desk] .header__section .header__section__column.header__section__column_20 {
	width: 20%;
}
[data-component=top-menu-desk] .header__section .header__section__column .image {
	border-radius: 5px;
}
[data-component=top-menu-desk] .header__section .header__section__link-block {
	display: block;
	width: 100%;
	max-width: 460px;
	font-size: 1rem;
	padding: 0.5rem 1rem;
	user-select: none;
	border-bottom: 1px solid #F4F4F4;
	border-radius: 8px 8px 0 0;
}
[data-component=top-menu-desk] .header__section .header__section__link-block:hover {
	background: #EFF6FF;
	border-radius: 8px;
	box-shadow: 0px -6px 0px 0 white;
}
[data-component=top-menu-desk] .header__section .header__section__link-block:hover .header__section__link-block__title {
	color: #377CCB;
}
[data-component=top-menu-desk] .header__section .header__section__link-block:last-child {
	border-bottom: none;
}
[data-component=top-menu-desk] .header__section .header__section__link-block__title {
	display: flex;
	align-items: center;
	width: 100%;
	font-family: "GTE-regular";
	font-size: 1rem;
	color: #3A3D41;
}
[data-component=top-menu-desk] .header__section .header__section__link-block__title:hover {
	color: #377CCB;
}
[data-component=top-menu-desk] .header__section .header__section__link-block__subtitle {
	margin: 0;
	font-size: 0.85rem;
	line-height: 1.25rem;
	color: #838D90;
	font-family: "GTE-light";
}
[data-component=top-menu-desk] .header__section .header__section__link-block.link-block_promo {
	max-width: 280px;
	padding: 12px 24px 12px 24px;
	border-radius: 12px;
	margin-left: 1rem;
}
[data-component=top-menu-desk] .header__section .header__section__link-block.link-block_promo .image {
	display: flex;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 146px;
	margin-bottom: 12px;
	border-radius: 12px;
}
[data-component=top-menu-desk] .header__section .header__section__link-block.link-block_promo .image_contain {
	background-size: contain;
}
[data-component=top-menu-desk] .header__section .header__section__link-block.link-block_promo p {
	font-size: 15px;
	line-height: 22px;
	color: #484d51;
	font-family: "GTE-light";
	margin: 0 3px 6px 3px;
	padding: 0 6px;
	width: 100%;
}
[data-component=top-menu-desk] .header__section .header__section__link-block.link-block_promo span {
	font-size: 15px;
	line-height: 22px;
	margin: 0 3px 6px 3px;
	padding: 0 6px;
}
[data-component=top-menu-desk] .header__section .header__section__link-block.link-block_promo span:hover {
	filter: brightness(1.3);
}
[data-component=top-menu-desk] .header__section .header__section__link-block.link-block_promo_card .image {
	box-shadow: inset 10px 10px 30px -20px rgba(174, 174, 192, 0.7882352941), 10px 10px 40px -16px #333333;
}

.header[data-state=sticky] .header__section .header__section__wr {
	top: 60px;
}

[data-gs=business] .header__section:hover .header__section__title {
	color: #F2F9FF;
	background-color: #1974b9;
}
[data-gs=business] .header__section:hover .header__section__title_drop::after {
	filter: brightness(1.8);
}
/*
[data-gs=business] [data-component=top-menu-desk] .header__section__title-icon_vip {
	filter: unset;
}
*/
[data-gs=investors] .header__section:hover .header__section__title {
	color: #F2F9FF;
	background-color: #274a5e;
}
[data-gs=investors] .header__section:hover .header__section__title_drop::after {
	filter: brightness(1.8);
}
/*
[data-gs=investors] [data-component=top-menu-desk] .header__section__title-icon_vip {
	filter: unset;
}
*/
[data-component=top-menu-desk] .header__section__title[data-id="P_VIP"] div,
[data-component=top-menu-desk] .header__section__title[data-id="B_VIP"] div {
	background: url(/bitrix/templates/.default/components/bitrix/menu/top-desktop-v7/images/VIPClub-logo-w-simple.svg) no-repeat center left;
	background-size: contain;
	filter: invert(0.75);
	width: 52px;
	height: 26px;
}
[data-component=top-menu-desk] .header__section__title[data-id="P_VIP"] div {
	filter: invert(0.75);
}
[data-component=top-menu-desk] .header__section__title[data-id="B_VIP"] div {
	filter: unset;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/main-bxsafe-v4/style.css?17498241951373*/
[data-component=breadcrumbs] {
	padding: 0.5rem 1.25rem;
}
@media (max-width: 800px) {
	[data-component=breadcrumbs] {
		padding: 0 1.25rem;
	}
}
[data-component=breadcrumbs] .breadcrumbs {
	display: block;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 1rem 2.5rem 0.5rem 2.5rem;
}
@media (max-width: 800px) {
	[data-component=breadcrumbs] .breadcrumbs {
		padding: 1rem 0 0.5rem 0;
	}
}
[data-component=breadcrumbs] .breadcrumbs .active {
	color: #bcbcbc;
	font-family: "GTE-light";
	cursor: default;
	display: inline;
	line-height: 28px;
	padding: 3px 6px 3px 0;
}
[data-component=breadcrumbs] .breadcrumbs .active::after {
	content: "";
}
[data-component=breadcrumbs] .breadcrumbs .link {
	text-decoration: none;
	color: #616161;
	font-family: "GTE-light";
	display: inline;
	line-height: 28px;
	padding: 3px 6px 3px 0;
	margin: 0;
}
[data-component=breadcrumbs] .breadcrumbs .link::after {
	margin-left: 3px;
	content: "";
	display: inline-flex;
	color: #9ea9b8;
	background: url(/bitrix/templates/.default/components/bitrix/breadcrumb/main-bxsafe-v4/images/n-arrow-ng.svg) no-repeat center center;
	transform: rotate(-90deg);
	height: 10px;
	width: 16px;
	background-size: cover;
}
[data-component=breadcrumbs] .breadcrumbs .link:hover {
	text-decoration: none;
	color: #287ac2;
}
[data-component=breadcrumbs] .breadcrumbs .link:last-child::after {
	display: none;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/bottom-v4/style.css?17200147343583*/
[data-component="g-menu-bottom"] .drop-v2::after {
  content: "";
  display: inline-flex;
  width: 30px;
  height: 30px;
  background: url(/bitrix/templates/.default/components/bitrix/menu/bottom-v4/images/arrow.svg) no-repeat center center;
  background-size: 16px;
  transform: rotate(-90deg);
  transition: 0.3s;
}
[data-component="g-menu-bottom"] .drop-v2.drop-v2__rotated::after {
  transform: rotate(0deg);
}

.footer {
  min-height: 520px;
}

[data-component="g-menu-bottom"].menu-groups {
  display: inline-flex;
  align-items: flex-start;
}

[data-component="g-menu-bottom"] .menu-group {
  display: inline-flex;
  flex-wrap: wrap;
  max-width: unset;
  width: 100%;
  margin: 0 12px;
}
[data-component="g-menu-bottom"] .menu-group .links {
  display: inline-flex;
  flex-wrap: wrap;
}
[data-component="g-menu-bottom"] .menu-group .mobile-title {
  display: none;
}
[data-component="g-menu-bottom"] .menu-group .title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}
[data-component="g-menu-bottom"] .menu-group .link {
  font-family: "GTE-light";
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  margin-bottom: 10px;
  color: #626972;
}
[data-component="g-menu-bottom"] .menu-group .link.title {
  font-family: "GTE-medium";
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}
[data-component="g-menu-bottom"] .menu-group .link:hover {
  color: #2362a9;
}

@media (max-width: 800px) {
  [data-component="g-menu-bottom"].menu-groups {
	width: 100%;
	height: unset;
	flex-wrap: wrap;
	margin: 0;
	padding: 20px;
  }
  [data-component="g-menu-bottom"] .menu-group {
	margin: 6px auto;
	width: 100%;
	overflow: hidden;
  }
  [data-component="g-menu-bottom"] .menu-group .links {
	width: 100%;
	padding: 0px 0px 0px 10px;
	transition: height 0.3s ease-out;
	height: 0;
	border-left: 2px solid #d2d6dc;
  }
  [data-component="g-menu-bottom"] .menu-group .mobile-title {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	line-height: 26px;
	width: 100%;
	margin-bottom: 0;
	font-family: "GTE-medium";
	color: #626972 !important;
	cursor: pointer;
	min-height: 40px;
  }
  [data-component="g-menu-bottom"] .menu-group .mobile-title.link {
	font-family: "GTE-medium";
  }
  [data-component="g-menu-bottom"] .menu-group .link.title {
	display: none;
  }
  [data-component="g-menu-bottom"] .menu-group .link {
	font-family: "GTE-regular";
	font-size: 16px;
	line-height: 26px;
	color: #2362a9;
	margin: 0;
	padding: 6px 0;
  }
  [data-component="g-menu-bottom"] .menu-group.non-expandable .links {
	display: inline-flex;
	padding: 14px 26px;
	background: #f8f8f8;
  }
  [data-component="g-menu-bottom"] .menu-group.non-expandable .link.title {
	display: inline-flex;
  }
}

/*RS*/
[data-component="g-menu-bottom"] .title {
  text-transform: uppercase;
}
/*
footer .content [data-component="g-menu-bottom"] .menu-group .drop-v2__rotated ~ .links {
	height: unset;
}
footer [data-component="g-menu-bottom"].menu-groups .title {
	text-transform: uppercase;
}
[data-component="g-menu-bottom"] .drop-v2::after {
  content: "";
  display: inline-flex;
  width: 30px;
  height: 30px;
  background: url(/bitrix/templates/.default/components/bitrix/menu/bottom-v4/images/n-arrow-ng.svg) no-repeat center center;
  transform: rotate(-90deg);
  transition: 0.3s;
}
[data-component="g-menu-bottom"] .drop-v2.drop-v2__rotated::after {
  transform: rotate(0deg);
}
*/
/* RS theme dark */
/*
[data-theme="dark"] [data-component="g-menu-bottom"] .menu-group .link {
  color: #E4E7E7;
}
*/
/* End */


/* Start:/bitrix/templates/publicV4/css/footer.css?17357673683658*/
.footer {
	min-height: 220px;
	display: block;
	width: 100%;
	padding: 30px 20px 10px 20px;
	background: #fff;
	box-shadow: 0px -30px 20px 0px #2c343f08;
	z-index: 10;
}
.footer .content {
	max-width: 1200px;
	margin: auto;
}
.footer .other {
	display: inline-flex;
	align-content: center;
}
.footer .other .myaccess {
	width: 130px;
	height: 49px;
	background-size: contain;
	margin: 0 5px;
}
.footer .other .phone {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 50px;
	margin: 0 12px;
	background: var(--es_f_phone151) no-repeat center center;
	background-size: 100px;
	filter: brightness(0.6);
}
.footer .extra-content {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 6px 0;
}
.footer .credits-and-logos {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 10px;
}
.footer .other-logos {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}
.footer .other-logos .item {
	height: 60px;
	margin: 6px 0;
	background-repeat: no-repeat;
}
.footer .other-logos .item:not([class~=lazy]),
.footer .nlink-credits:not([class~=lazy]) {
	background-image: var(--es_f_sprite-partners);
}
.footer .other .myaccess:not([class~="lazy"]) {
	background-image: url(/bitrix/templates/publicV4/css/../images/myAccess-v2.svg)
}
.footer .other-logos .msp {
	width: 140px;
	background-size: 560px;
	background-position: 0 center;
}
.footer .other-logos .infobank {
	width: 140px;
	background-size: 560px;
	background-position: -140px center;
}
.footer .other-logos .egov {
	width: 70px;
	background-size: 560px;
	background-position: -420px center;
}
.footer .other-logos .adf-az {
	width: 70px;
	background-size: 560px;
	background-position: -490px center;
}
.footer .credits {
	font-family: "GTE-light";
	font-size: 14px;
	line-height: 22px;
	padding: 0 10px;
	color: #b6b6b6;
}
.footer .nlink-credits-wr {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 6px 0;
}
.footer .nlink-credits {
	display: block;
	width: 140px;
	min-width: 140px;
	height: 40px;
	background-size: 560px;
	background-position: -280px center;
}

@media (max-width: 800px) {
	.footer {
		position: unset;
		bottom: unset;
		padding: 0;
	}
	.footer .extra-content {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		margin: auto auto 10px auto;
	}
	.footer .sm-block {
		width: 100%;
		display: flex;
		justify-content: center;
		order: 2;
		margin: 10px 0;
	}
	.footer .other-logos {
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		margin: auto;
	}
	.footer .other-logos .item {
		height: 40px;
		margin: 2px;
	}
	.footer .credits {
		width: 100%;
		text-align: center;
		margin: 12px 6px 12px 6px;
	}
	.footer .other {
		width: 100%;
		display: flex;
		justify-content: space-between;
		justify-content: center;
		padding: 0 10px;
		max-width: 280px;
		margin-bottom: 12px;
	}
	.footer .credits-and-logos {
		padding: 0;
	}
	.footer .nlink-credits-wr {
		flex-wrap: wrap;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer .credits {
		width: 100%;
		text-align: center;
		margin: 12px 0 12px 0;
		padding: 0 20px;
	}
	.footer .nlink-credits {
		margin: auto;
	}
}

/*RS*/
footer {
	font-family: "Nanito-Sans";
}
[data-component="g-menu-bottom"] .title {
	font-family: "Nanito-Sans-bold" !important;
}
footer * {
	font-family: inherit !important;
}
/* End */


/* Start:/bitrix/templates/.default/asset/custom/file/css/file.css?1732016361337*/
:root {
	--es_f_sprite-currency: url("/file/image/sprite-currency.webp");
	--es_f_sprite-partners: url("/file/image/partners-sprite-w.webp");
	--es_f_fin1: url("/file/image/FIN1.webp");
	--es_f_fin2: url("/file/image/FIN2.webp");
	--es_f_phone151: url("/file/image/phone-v2-ng.svg");
	--es_f_arrow: url("/file/image/arrow.svg");
}
/* End */
/* /bitrix/templates/publicV4/css/header.css?173576639418430 */
/* /bitrix/templates/.default/components/bitrix/menu/top-switch/style.css?17498217252463 */
/* /bitrix/templates/.default/components/bitrix/menu/top-mobile-v5/style.css?17200183062456 */
/* /bitrix/templates/.default/components/bitrix/main.include/socialnetwork/style.css?17200184702460 */
/* /bitrix/templates/.default/components/bitrix/menu/top-desktop-v7/style.css?17200147349220 */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/main-bxsafe-v4/style.css?17498241951373 */
/* /bitrix/templates/.default/components/bitrix/menu/bottom-v4/style.css?17200147343583 */
/* /bitrix/templates/publicV4/css/footer.css?17357673683658 */
/* /bitrix/templates/.default/asset/custom/file/css/file.css?1732016361337 */
