510-10flex*/footer__app-next-link@font-face {
	font-family: 'Roboto-Light';
	src: url('fonts/Roboto/Roboto-Light.ttf') format('truetype');
 }

 @font-face {
	font-family: 'Roboto-Regular';
	src: url('fonts/Roboto/Roboto-Regular.ttf') format('truetype');
 }
 
 @font-face {
	font-family: 'Roboto-Medium';
	src: url('fonts/Roboto/Roboto-Medium.ttf') format('truetype');
 }
 
 @font-face {
	font-family: 'Roboto-Bold';
	src: url('fonts/Roboto/Roboto-Bold.ttf') format('truetype');
 }
 
 @font-face {
	font-family: 'Roboto-Black';
	src: url('fonts/Roboto/Roboto-Black.ttf') format('truetype');
 }
 
 @font-face {
	font-family: 'RobotoSlab-Regular';
	src: url('fonts/Roboto_Slab/static/RobotoSlab-Regular.ttf') format('truetype');
 }
 
 @font-face {
	font-family: 'RobotoSlab-Bold';
	src: url('fonts/Roboto_Slab/static/RobotoSlab-Bold.ttf') format('truetype');
 }
 
 @font-face {
	font-family: 'RobotoSlab-Black';
	src: url('fonts/Roboto_Slab/static/RobotoSlab-Black.ttf') format('truetype');
 }
 
 :root {
	--pscb-color-gray: #4d4f53;
	--pscb-color-light-gray: #f5f6f7;
	--pscb-color-semi-gray: #56585d;
	--pscb-color-font-gray: #787c91;
	--pscb-color-green: #55ed00;
	/* --pscb-color-green-old: #5ceb0d; */
	/*--pscb-color-green-button-alt: #46d200;*/
	--pscb-color-semi-green: #55d900;
	--pscb-font-main: 'Roboto-Regular', -apple-system, Helvetica, Arial,
	  'sans-serif';
	--pscb-font-main-medium: 'Roboto-Medium', -apple-system, Helvetica, Arial,
	  'sans-serif';
	--pscb-font-main-bold: 'Roboto-Bold', -apple-system, Helvetica, Arial,
	  'sans-serif';
	--pscb-font-slab: 'RobotoSlab-Regular', -apple-system, Helvetica, Arial,
	  'sans-serif';
	--pscb-font-slab-bold: 'RobotoSlab-Bold', -apple-system, Helvetica, Arial,
	  'sans-serif';
	--pscb-font-slab-black: 'RobotoSlab-Black', -apple-system, Helvetica,
	  'Arial Black', Arial, 'sans-serif';
 
	--header-height-desktop: 80px;
 }
 
 /* Container */
 @media screen and (min-width: 1200px) {
	.inner {
	  max-width: 1200px;
	}
 }
 
 .inner {
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
 }
 
 @media screen and (max-width: 767px) {
	.inner {
	  padding-left: 18px;
	  padding-right: 18px;
	  min-width: 320px;
	  max-width: inherit;
	}
 }
 
 /* ----/Container */
 
 /* Basic HTML elements */
 table {
	width: 100%;
	border-color: #ccc;
	border-collapse: collapse;
	border-spacing: 0;
 }
 
 th {
	font-family: var(--pscb-font-main-medium);
	font-weight: normal;
 }
 
 th,
 td {
	border-bottom: 1px solid #ccc;
	padding: 5px 8px;
 }
 
 /* ----/Basic HTML elements */
 
 /* General */
 ._arrow-right {
	position: relative;
	display: inline !important;
	align-self: baseline;
	background: -webkit-gradient(
		 linear,
		 left top,
		 right top,
		 from(transparent),
		 to(transparent)
	  ),
	  -webkit-gradient(linear, left top, right top, from(#92ff56), to(#92ff56));
	background: -o-linear-gradient(left, transparent, transparent),
	  -o-linear-gradient(left, #92ff56, #92ff56);
	background: linear-gradient(to right, transparent, transparent),
	  linear-gradient(to right, #92ff56, #92ff56);
	background-size: 0 0.5em, 100% 0.45em;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	color: inherit;
	font-family: var(--pscb-font-main-medium);
	text-decoration: none !important;
	-webkit-transition: background-size 100ms;
	-o-transition: background-size 100ms;
	transition: background-size 100ms;
 }
 
 ._arrow-right::after {
	content: '';
	position: absolute;
	right: -35px;
	width: 35px;
	height: 1em;
	margin-top: 3px;
	background-image: url('img/icon-arrow-right.svg');
	background-size: 25px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	-o-transition: transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
 }
 
 ._arrow-right:hover::after {
	width: 43px;
	-webkit-transform: translateX(8px);
	-ms-transform: translateX(8px);
	transform: translateX(8px);
 }
 
 ._marked {
	background: -webkit-gradient(
	  linear,
	  left top,
	  left bottom,
	  color-stop(45%, rgba(255, 255, 255, 0)),
	  color-stop(45%, #92ff56)
	);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 45%, #92ff56 45%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 45%, #92ff56 45%);
	padding: 0 2px;
 }
 
 span.highlight {
	background: -webkit-gradient(
		 linear,
		 left top,
		 right top,
		 from(transparent),
		 to(transparent)
	  ),
	  -webkit-gradient(linear, left top, right top, from(#92ff56), to(#92ff56));
	background: -o-linear-gradient(left, transparent, transparent),
	  -o-linear-gradient(left, #92ff56, #92ff56);
	background: linear-gradient(to right, transparent, transparent),
	  linear-gradient(to right, #92ff56, #92ff56);
	background-size: 0 0.4em, 100% 0.4em;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	-webkit-transition: background-size 400ms;
	-o-transition: background-size 400ms;
	transition: background-size 400ms;
 }
 
 .body-overflow-hidden {
	overflow: hidden;
 }
 
 .body-events-none {
	pointer-events: none;
 }
 
 .body-wrapper {
	position: absolute;
	width: 100%;
	height: 0;
	top: var(--header-height-desktop);
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	z-index: -1;
	pointer-events: none;
 }
 
 .body-wrapper-top .body-wrapper {
	top: 0;
 }
 
 .body-wrapper-visible .body-wrapper {
	height: 100%;
	opacity: 1;
	z-index: 100;
	pointer-events: auto;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
 }
 
 .button {
	position: relative;
	display: inline-block;
	height: 54px;
	line-height: 54px;
	background-color: #55ed00;
	color: var(--pscb-color-gray);
	font-family: var(--pscb-font-main-medium);
	font-size: 1rem;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	padding: 0 30px;
	text-decoration: none !important;
	transition: 0.25s ease-in-out;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	white-space: nowrap;
 }
 
 .button:hover {
	color: #333;
	background-color: #5cfa00;
 }
 
 .button:active {
	top: 1px;
 }
 
 /* .button:focus {
		 box-shadow: #0058cc 0 0 0 2px;
		 transition: none 0s ease 0s;
	 } */
 
 .button_secondary {
	background-color: rgba(11, 31, 53, 0.07);
 }
 
 .button_secondary:hover {
	background-color: rgba(10, 29, 49, 0.14);
 }
 
 .button_small {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
 }
 
 .button_bordered {
	background-color: transparent;
	border: 1px solid var(--pscb-color-gray);
 }
 
 .button_bordered:hover {
	background-color: var(--pscb-color-gray);
	color: #fff;
 }
 
 .button_bordered_light {
	background-color: transparent;
	border: 1px solid #d5d5d6;
	font-family: var(--pscb-font-main);
 }
 
 .button_bordered_light:hover {
	background-color: transparent;
	border: 1px solid var(--pscb-color-gray);
 }
 
 .button_imged {
	background-image: none;
	background-position: 16px 50%;
	background-repeat: no-repeat;
	background-size: 28px;
	padding-left: 52px;
	padding-right: 16px;
 }
 
 .button_ebs {
	background-image: url('img/icon-ebs-dark.svg');
 }
 
 .currency-table-row {
	display: grid;
	grid-template-columns: 30% 1fr 1fr 1fr;
	gap: 1rem;
	align-items: center;
	border-bottom: 1px solid #ccc;
 }
 
 .currency-table-cell {
	display: flex;
	align-items: center;
	font-size: 1.125rem;
	padding: 10px 0;
 }
 
 .currency-table-cell:first-child {
	font-family: var(--pscb-font-main-bold);
 }
 
 .currency-table-row:first-child .currency-table-cell {
	color: var(--pscb-color-font-gray);
	font-family: var(--pscb-font-main-medium);
	font-size: 1rem;
 }
 
 .currency-table-cell .currency-arrow-img {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 0.5rem;
 }
 
 .fz-1 {
	font-size: 1rem;
 }
 
 .fz-1125 {
	font-size: 1.125rem;
 }
 
 .fz-125 {
	font-size: 1.25rem;
 }
 
 .fz-15 {
	font-size: 1.5rem;
 }
 
 .service-currency-table {
	width: 100%;
 }
 
 .service-currency-table + .service-currency-table {
	margin-top: 2rem;
 }
 
 .service-currency-table tr {
	height: 3em;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	border-bottom: 1px solid #ccc;
 }
 
 .service-currency-table td:first-child {
	width: 25%;
	font-family: var(--pscb-font-main-bold);
 }
 
 .service-currency-table th,
 .service-currency-table td {
	border-bottom: 0;
 }
 
 .contacts_table {
	display: grid;
	grid-auto-flow: row;
	margin-top: 2rem;
 }
 
 .contacts_table_row {
	display: grid;
	grid-template-columns: 40% 1fr 1fr;
	gap: 2rem;
	border-bottom: 1px solid #e8e9eb;
 }
 
 .contacts_table_row:nth-child(odd) {
	background-color: var(--pscb-color-light-gray);
 }
 
 .contacts_table_cell {
	padding: 1rem;
 }
 
 .contacts_table_cell:first-child {
	font-family: var(--pscb-font-main-medium);
 }
 
 @media screen and (max-width: 991px) {
	.contacts_table_row {
	  display: grid;
	  grid-template-columns: repeat(3, 1fr);
	}
 }
 
 @media screen and (max-width: 767px) {
	.service-currency-table._has_header,
	.service-currency-table + .service-currency-table {
	  margin-top: 1rem;
	}
 
	.currencies_item:first-child .service-currency-table._has_header {
	  margin-top: 0;
	}
 
	.currency-table-row {
	  grid-template-columns: 20% 1fr 1fr 1fr;
	  gap: 10px;
	}
 
	.currency-table-cell {
	  font-size: 14px !important;
	}
 
	.contacts_table_row {
	  display: block;
	  padding: 1rem;
	}
 
	.contacts_table_cell {
	  padding: 0;
	}
 
	.contacts_table_cell:first-child {
	  margin-bottom: 0.5rem;
	}
 }
 
 .text-bold {
	font-family: var(--pscb-font-main-medium) !important;
 }
 
 .text-center {
	text-align: center !important;
 }
 
 /* ---/General */
 
 /* Header desktop */
 .header {
	border-bottom: 1px solid #e8e9eb;
	height: var(--header-height-desktop);
 }
 
 .header__container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
 }
 
 .login__button {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333 !important;
	font-family: var(--pscb-font-main);
	line-height: 100%;
	padding-left: 12px;
	padding-right: 12px;
	transition: 0.25s ease;
	user-select: none;
	z-index: 101;
 }
 
 .body-wrapper-top .login__button {
	z-index: 99;
 }
 
 .login__button svg {
	height: 16px;
	margin-right: 0.5em;
 }
 
 .login__button span {
	margin-top: 2px;
 }
 
 .header__search,
 .header__buttons {
	-ms-flex-negative: 0;
	flex-shrink: 0;
 }
 
 .header__logo {
	margin: 17px 40px 17px 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
 }
 
 .header__logo img {
	height: 46px;
 }
 
 .header__menu {
	flex-grow: 1;
	margin-right: 0px;
	padding-top: 28px;
	padding-bottom: 28px;
 }
 
 .header__phone,
 .header__icons {
	margin-right: 1rem;
 }
 
 .header__icon {
	width: 20px;
	height: 20px;
	user-select: none;
 }
 
 .header__icon + .header__icon {
	margin-left: 1rem;
 }
 
 .header .icon-eng {
	background-image: url('img/icon-global-gray.svg');
	background-size: 18px;
	background-position: 0 9px;
	background-repeat: no-repeat;
	padding-left: 24px;
	text-transform: uppercase;
 }
 
 .header .icon-eng:hover {
	background-image: url('img/icon-global.svg');
 }
 
 .header__search {
	position: relative;
	width: 18px;
	height: 100%;
 }
 
 .header__search .search-form {
	position: absolute;
	top: -1px;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	min-height: 18px;
	padding: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 101;
 }
 
 .header__search .search-form_active {
	width: 420px;
	height: 100%;
	-webkit-transition: 0.25s ease-in;
	-o-transition: 0.25s ease-in;
	transition: 0.25s ease-in;
	padding-left: 30vw;
 }
 
 .header__search .search-form > .fLabel {
	display: none !important;
 }
 
 .header__search .search-form > .search-button {
	position: absolute;
	right: 0;
	width: 18px;
	height: 100%;
	background: transparent url('img/icon-search.svg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 0;
	outline: none;
	cursor: pointer;
	z-index: 11;
 }
 
 .header__search .search-form_active > .search-button {
	right: 12px;
 }
 
 .header__search .search-form > .search-text {
	width: 0;
	padding: 0;
	border: 0 !important;
	border-radius: 5px;
	opacity: 0;
	-webkit-transition: width 0.3s ease-out, z-index 0.3s ease-out,
	  opacity 0.3s ease-out;
	-o-transition: width 0.3s ease-out, z-index 0.3s ease-out,
	  opacity 0.3s ease-out;
	transition: width 0.3s ease-out, z-index 0.3s ease-out, opacity 0.3s ease-out;
	z-index: -10;
	outline: none !important;
 }
 
 .header__search .search-form > .search-text:focus {
	transition: 0s box-shadow;
 }
 
 .header__search .search-form_active > .search-text {
	width: 100%;
	font-size: 15px;
	padding: 10px 40px 10px 12px;
	z-index: 10;
	opacity: 1;
 }
 
 .header__submenu {
	position: absolute;
	top: var(--header-height-desktop);
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 101;
 }
 
 .login-menu {
	position: absolute;
	top: var(--header-height-desktop);
	right: 24px;
	padding: 28px 36px;
	background-color: #fff;
	border: 1px solid #ddd;
	visibility: hidden;
	opacity: 0;
	/* -webkit-box-shadow: 0 15px 35px rgb(255 255 255 / 25%);
		 box-shadow: 0 15px 35px rgb(255 255 255 / 25%); */
	z-index: 1001;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
 }
 
 .login-menu.open {
	visibility: visible;
	opacity: 1;
 }
 
 .login-menu__col_app .login-menu__item {
	padding-top: 10px;
	padding-bottom: 10px;
 }
 
 .login-menu__list {
	list-style-type: none;
	padding: 0;
	margin: 0;
 }
 
 .login-menu__list + .login-menu__list {
	margin-top: 24px;
 }
 
 .login-menu__item {
	padding: 10px 0;
 }
 
 .login-menu__item_head {
	padding-top: 0;
 }
 
 .login-menu__item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
 }
 
 .login-menu__link {
	display: block;
	color: #333;
	white-space: nowrap;
 }
 
 .login-menu__item_head .login-menu__link {
	font-family: var(--pscb-font-main-medium);
	font-size: 20px;
 }
 
 a.login-menu__link:hover {
	/* color: #999; */
	color: var(--pscb-color-semi-green);
	text-decoration: none;
 }
 
 .login-menu__link svg {
	position: relative;
	top: 3px;
	display: inline;
	width: 18px;
	height: 18px;
	margin-right: 8px;
 }
 
 a.login-menu__link:hover svg {
	/* fill: #999; */
	fill: var(--pscb-color-semi-green);
 }
 
 .login-menu__link,
 .login-menu__link svg {
	transition: 0.2s ease-out;
 }
 
 .main-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
 }
 
 .main-menu__item {
	margin-right: 1.5rem;
 }
 
 .main-menu__item:last-child {
 	margin-left: auto;
	margin-right: 0;
 }
 
 .header .menu-link {
	color: #5b5b5b;
	font-family: var(--pscb-font-main-medium);
	font-size: 14px;
	letter-spacing: 0.5px;
	text-decoration: none !important;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	white-space: nowrap;
 }
 
 .header .menu-link_gray,
 .main-menu__item_sep {
	color: var(--pscb-color-font-gray);
 }
 
 .header .menu-link_accent {
	color: #49c901;
 }
 
 .header__phone .menu-link {
	letter-spacing: 0;
 }
 
 .header__buttons .menu-link {
	font-family: var(--pscb-font-main);
	letter-spacing: 0;
 }
 
 .main-menu__link_active,
 .header .menu-link:hover {
	color: #000;
	text-decoration: none;
 }
 
 .main-menu__link span {
	color: inherit;
	background: -webkit-gradient(
		 linear,
		 left top,
		 right top,
		 from(transparent),
		 to(transparent)
	  ),
	  -webkit-gradient(linear, left top, right top, from(#92ff56), to(#92ff56));
	background: -o-linear-gradient(left, transparent, transparent),
	  -o-linear-gradient(left, #92ff56, #92ff56);
	background: linear-gradient(to right, transparent, transparent),
	  linear-gradient(to right, #92ff56, #92ff56);
	background-size: 100% 0.3em, 0 0.3em;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	-webkit-transition: background-size 100ms;
	-o-transition: background-size 100ms;
	transition: background-size 100ms;
	white-space: nowrap;
 }
 
 .main-menu__link_active span {
	color: #333;
	background-size: 0 0.5em, 100% 0.5em;
 }
 
 .main-menu__item_phone .main-menu__link,
 .login__button {
	letter-spacing: 0;
 }
 
 .header__buttons {
	margin-left: 1.5rem;
 }
 
 .submenu__closing-button {
	float: right;
	background-image: url('../images/icon-close.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	margin: 20px 0 12px 12px;
	cursor: pointer;
 }
 
 .submenu__closing-button:hover {
	background-image: url('../images/icon-close-green.svg');
 }
 
 .submenu__container {
	display: none;
	position: relative;
 }
 
 .header__submenu_show,
 .header__submenu_show .submenu__container {
	display: block;
 }
 
 .submenu__item {
	padding: 0.65rem 0;
 }
 
 .submenu__item_head {
	font-family: var(--pscb-font-main-medium);
	font-size: 1.25rem;
	padding-top: 0;
	/* padding-bottom: 0.25rem; */
 }
 
 .submenu__link {
	color: inherit;
 }
 
 .submenu__link_ext {
	position: relative;
 }
 
 .submenu__link_ext::after {
	content: '';
	position: absolute;
	top: -3px;
	width: 24px;
	height: 24px;
	margin-left: 10px;
	background-image: url('img/icon-external.svg');
	background-size: 100%;
	background-position: 100% 50%;
	background-repeat: no-repeat;
 }
 
 /* a.submenu__link:hover {
		 color: initial;
		 text-decoration: underline;
	 } */
 .submenu__body {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 2rem;
 }
 
 .submenu__column {
	padding-left: 16px;
	padding-right: 16px;
 }
 
 .submenu__column_span2 {
	grid-column: span 2;
 }
 
 .submenu__column_span3 {
	grid-column: span 3;
 }
 
 .submenu__row + .submenu__row,
 .submenu__column_more .submenu__row:first-child {
	margin-top: 2rem;
 }
 
 .submenu__tab {
	display: none;
	padding: 30px 50px 35px 0;
	/* padding-right: 131px; */
 }
 
 .submenu__tab_show {
	display: block;
 }
 
 @media screen and (max-width: 1199px) {
	.header__logo {
	  margin-right: 32px;
	}
 
	.main-menu__item_sep,
	.main-menu__item_phone {
	  display: none;
	}
 
	.main-menu__item {
	  margin-right: 1.2rem;
	}
 
	.main-menu__item_acc {
	  margin-right: 0;
	}
 
	.login__button svg {
	  display: none;
	}
 
	.main-menu__link {
	  letter-spacing: 0;
	}
 
	.submenu__closing-button {
	  right: 40px;
	}
 }
 
 @media screen and (max-width: 991px) {
	.header {
	  display: none;
	}
 }
 
 /* ---/Header desktop */
 
 /* Header mobile */
 #burger-open,
 #login-open {
	display: block;
 }
 
 #burger-close,
 #login-close {
	display: none;
 }
 
 #burger-close.visible,
 #login-close.visible {
	display: block;
 }
 
 #burger-open.invisible,
 #login-open.invisible {
	display: none;
 }
 
 .header-mobile {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 64px;
	border-bottom: 1px solid #ddd;
	-webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s;
	transition: opacity 0.2s ease, -webkit-transform 0.2s;
	-o-transition: transform 0.2s, opacity 0.2s ease;
	transition: transform 0.2s, opacity 0.2s ease;
	transition: transform 0.2s, opacity 0.2s ease, -webkit-transform 0.2s;
	z-index: 979;
 }
 
 .header-mobile_visible {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
 }
 
 .header-mobile_hidden {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
 }
 
 .header-mobile__burger,
 .header-mobile__login,
 .header-mobile__phone {
	width: 28px;
	height: 28px;
	display: block;
	padding: 5px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
 }
 
 .header-mobile__burger {
	margin-left: 0.25rem;
 }
 
 .header-mobile__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #fff;
 }
 
 .header-mobile__login {
	margin-left: 5px;
 }
 
 .header-mobile__logo img {
	height: 40px;
 }
 
 .header-mobile__menu {
	position: absolute;
	width: 100%;
	height: calc(100vh - 64px);
	top: 64px;
	left: 0;
	margin: 0;
	padding-bottom: 130px;
	/* background-color: var(--pscb-color-gray); */
	background-color: #fff;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, -webkit-transform 0.2s;
	-o-transition: transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
	opacity: 0;
	overflow: auto;
	-webkit-transform: translate(100vw);
	-ms-transform: translate(100vw);
	transform: translate(100vw);
 }
 
 .header-mobile__menu.open {
	opacity: 1;
	-webkit-transform: translate(0) !important;
	-ms-transform: translate(0) !important;
	transform: translate(0) !important;
	z-index: 99999;
 }
 
 .header-mobile__right {
	position: relative;
	right: -5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
 }
 
 .mobile-menu__bottom-links {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
 }
 
 .mobile-menu__bottom-links > a {
	display: block;
	font-size: 1rem;
 }
 
 .mobile-menu__bottom-links > a,
 .mobile-menu__bottom-phone .phone-num {
	color: var(--pscb-color-gray);
 }
 
 .mobile-menu__bottom-links > a,
 .mobile-menu__bottom-phone .phone-num {
	font-family: var(--pscb-font-main-medium);
 }
 
 .mobile-menu__bottom-links > a + a {
	padding-top: 1.5rem;
 }
 
 .mobile-menu__bottom-phone {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
 }
 
 .mobile-menu__bottom-eng {
	display: block;
	margin-top: 1.125rem;
	margin-bottom: 1.125rem;
 }
 
 .mobile-menu__bottom-eng a img {
	display: inline;
	width: 24px;
	position: relative;
	top: -1px;
	/* margin-right: 3px; */
 }
 
 .mobile-menu__bottom-search {
	position: relative;
	background-color: var(--pscb-color-light-gray);
	padding: 24px;
 }
 
 .mobile-menu__bottom-search .search-form {
	position: relative;
 }
 
 .mobile-menu__bottom-search .search-text {
	width: 100%;
	height: 50px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 48px 0 16px;
	outline: none;
	transition-duration: 0.2s;
	-webkit-appearance: none;
 }
 
 .mobile-menu__bottom-search .search-text:focus {
	-webkit-box-shadow: 0px 0px 0px 2px rgb(85, 237, 0);
	box-shadow: 0px 0px 0px 2px rgb(85, 237, 0);
	border-color: transparent !important;
 }
 
 .mobile-menu__bottom-search .search-form > .search-button {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 18px;
	height: 18px;
	background: transparent url('img/icon-search-new.svg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	margin: 10px;
	padding: 0;
	outline: none;
	-webkit-appearance: button;
	cursor: pointer;
 }
 
 .mobile-menu__submenu {
	max-height: 0px;
	height: auto;
	background-color: #fff;
	overflow: hidden;
 }
 
 .mobile-menu__submenu._opened {
	border-bottom: 1px solid #ccc;
	max-height: 1000px;
	margin: 1rem 0 0;
	transition: max-height 0.5s ease-in;
 }
 
 .mobile-menu__submenu-list {
	margin-bottom: 1rem;
 }
 
 .mobile-menu__submenu-list + .mobile-menu__submenu-list {
	margin-top: 1.5rem;
 }
 
 .mobile-menu__item {
	padding-top: 1.125rem;
	padding-bottom: 1.125rem;
 }
 
 .mobile-menu__item_head {
	font-family: var(--pscb-font-main-medium);
	font-size: 1.125rem;
	padding-top: 24px;
	padding-bottom: 0px;
 }
 
 .mobile-menu__item_has_sublist.active {
	background-color: var(--pscb-color-light-gray) !important;
	border-bottom: 0 !important;
 }
 
 .mobile-menu__item,
 .mobile-menu__submenu-item,
 .mobile-menu__bottom-links,
 .mobile-menu__bottom-phone,
 .mobile-menu__bottom-eng,
 .mobile-menu__bottom-si,
 .login-menu-mobile__apps {
	padding-left: 24px;
	padding-right: 24px;
 }
 
 .mobile-menu__nav {
	background-color: #fff;
 }
 
 .mobile-menu__nav > .mobile-menu__item {
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
 }
 
 .mobile-menu__item:last-child {
	border-bottom: 0;
 }
 
 .mobile-menu__item a,
 .mobile-menu__submenu-item a,
 .mobile-menu__link {
	color: inherit;
	text-decoration: none;
 }
 
 .mobile-menu__link {
	position: relative;
	display: block;
 }
 
 .mobile-menu__link,
 .mobile-menu__bottom-phone .phone-num {
	font-size: 1.125rem;
 }
 
 .mobile-menu__bottom-phone .phone-desc {
	font-size: 0.875rem;
 }
 
 .mobile-menu__item_has_sublist .mobile-menu__link::after {
	content: '';
	position: absolute;
	top: 0.5em;
	right: 2px;
	width: 10px;
	height: 10px;
	border: 1px solid var(--pscb-color-gray);
	border-width: 0 0 2px 2px;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	transition: 0.2s ease;
 }
 
 .mobile-menu__item_has_sublist.active .mobile-menu__link::after {
	top: 0.7em;
	-webkit-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
 }
 
 .mobile-menu__bottom-phone .phone-desc,
 .mobile-menu__bottom-eng * {
	color: inherit;
 }
 
 .mobile-menu__submenu-item {
	margin-top: 1rem;
 }
 
 .mobile-menu__submenu-item:first-child {
	margin-top: 0;
 }
 
 .mobile-menu__submenu-item_head {
	font-family: var(--pscb-font-main-medium);
	font-size: 1.125rem;
	line-height: 2rem;
 }
 
 .mobile-menu__submenu-item a {
	display: block;
 }
 
 .login-menu-mobile {
	display: none;
	position: fixed;
	top: 64px;
	right: 0;
	width: 100%;
	height: calc(100vh - 64px);
	background-color: #fff;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
	transition: opacity 0.2s, -webkit-transform 0.3s;
	-o-transition: transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
	opacity: 0;
	-webkit-transform: translate(-100vw);
	-ms-transform: translate(-100vw);
	transform: translate(-100vw);
 }
 
 .login-menu-mobile.open {
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
 }
 
 .login-menu-mobile__apps {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
 }
 
 .login-menu-mobile__apps .apps-title {
	display: block;
	font-family: var(--pscb-font-main-medium);
	margin-bottom: 0.5rem;
 }
 
 .apps-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
 }
 
 .apps-content > a + a {
	margin-left: 15px;
 }
 
 .login-menu-mobile__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
 }
 
 .show-login-menu .login-menu-mobile {
	opacity: 1;
	-webkit-transform: translate(0) !important;
	-ms-transform: translate(0) !important;
	transform: translate(0) !important;
	z-index: 10;
 }
 
 .login-menu-mobile__section {
	width: 50%;
 }
 
 .login-menu-mobile__section:last-child {
	margin-right: 0;
 }
 
 .login-menu-mobile__section_app .login-menu-mobile__section-content {
	margin: 1rem 0;
 }
 
 .mobile-menu__link img {
	margin-right: 12px;
 }
 
 .mobile-menu__bottom-si {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
 }
 
 .mobile-menu__bottom-si a {
	margin-right: 10px;
 }
 
 .mobile-menu__bottom-si img {
	width: 46px;
	height: 46px;
 }
 
 @media screen and (max-width: 991px) {
	.header-mobile {
	  display: block;
	}
 
	.header-mobile.static {
	  -webkit-transform: translateY(0) !important;
	  -ms-transform: translateY(0) !important;
	  transform: translateY(0) !important;
	}
 
	.header-mobile.shadowed .header-mobile__container {
	  position: relative;
	  z-index: 10;
	}
 
	.page_content {
	  margin-top: 64px;
	}
 
	.breadcrumbs {
	  margin-top: 0;
	  padding-top: 2rem;
	}
 
	.login-menu-mobile {
	  display: block;
	}
 }
 
 @media screen and (max-width: 767px) {
	.mobile-menu__item,
	.mobile-menu__submenu-item,
	.mobile-menu__bottom-links,
	.mobile-menu__bottom-phone,
	.mobile-menu__bottom-eng,
	.mobile-menu__bottom-si,
	.login-menu-mobile__apps {
	  padding-left: 18px;
	  padding-right: 18px;
	}
 
	.mobile-menu__bottom-search {
	  padding: 20px 18px;
	}
 
	.header-mobile__right {
	  right: -11px;
	}
 
	.breadcrumbs li a,
	.breadcrumbs li span {
	  letter-spacing: 0;
	  padding: 0;
	}
 }
 
 @media (max-width: 575px) {
	.login-menu-mobile__container {
	  display: block;
	}
 
	.login-menu-mobile__section {
	  width: auto;
	  background-color: #fff;
	  padding-top: 1rem;
	  padding-bottom: 1rem;
	  margin: 0;
	}
 
	.login-menu-mobile,
	.login-menu-mobile__section_app {
	  background-color: var(--pscb-color-light-gray);
	}
 
	.mobile-menu__item_head {
	  padding-top: 0.5rem;
	}
 
	.login-menu-mobile__section_app .mobile-menu__item_head {
	  padding-top: 1rem;
	}
 }
 
 /* ---/Header mobile */
 
 /* Main content styling */
 .page-section {
	margin-top: 4rem;
 }
 
 .page-section:first-child {
	margin-top: 0;
 }
 
 .page-section:not(.page-section_colored):last-child .page-section__container {
	padding-bottom: 4rem;
 }
 
 .page-section_mt0 {
	margin-top: 0 !important;
 }
 
 .page-section_mb0 {
	margin-bottom: 0 !important;
 }
 
 .page-section_colored {
	padding-top: 4rem;
	padding-bottom: 4rem;
 }
 
 .page-section_colored:last-child {
	margin-bottom: 0;
 }
 
 .page-section_colored + .page-section_colored {
	background: #fff;
	margin-top: 0;
 }
 
 .page-section_colored_gray {
	background: var(--pscb-color-light-gray);
 }
 
 .page-section_colored.page-section_pt2 {
	padding-top: 2rem;
 }
 
 .page-section_colored.page-section_pb2 {
	padding-bottom: 2rem;
 }
 
 .section-alert {
	position: relative;
	font-family: var(--pscb-font-main-medium);
	font-size: 1rem;
	margin: 0 30px;
	padding: 1rem 0;
 }
 
 .section-alert::before {
	content: '';
	display: block;
	width: 2px;
	background: #5ceb0d;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -30px;
 }
 
 .page-section__header {
	font: 1.85rem/1.15 var(--pscb-font-main-bold);
	margin: 0 0 2rem 0;
 }
 
 .page-section__subheader {
	color: #666;
	font-family: var(--pscb-font-main-medium);
	margin-top: 1rem;
	margin-bottom: 1rem;
 }
 
 .page-section__button {
	margin-top: 2rem;
 }
 
 .page-subsection:not(:first-child) {
	margin-top: 2rem;
 }
 
 .page-subsection + .page-subsection {
	margin-top: 2.5rem;
 }
 
 .page-subsection > .info_container + .info_container {
	margin-top: 2rem;
 }
 
 @media screen and (max-width: 991px) {
	.page-section {
	  margin-top: 2rem;
	}
 
	.page-section_colored {
	  padding-top: 2rem;
	  padding-bottom: 2rem;
	}
 
	.page-section:not(.page-section_colored):last-child .page-section__container {
	  padding-bottom: 2rem;
	}
 
	.page-section__header {
	  font-size: 30px;
	  line-height: 36px;
	  margin-bottom: 1.5rem;
	}
 
	.page-subsection + .page-subsection {
	  margin-top: 2rem;
	}
 }
 
 @media screen and (max-width: 767px) {
	.page-section__header {
	  font-size: 24px;
	  line-height: 28px;
	  margin-bottom: 1.5rem;
	}
 
	.page-section__subheader {
	  font-size: 1rem;
	}
 
	.page-subsection + .page-subsection {
	  margin-top: 1.5rem;
	}
 }
 
 .page-banner {
	margin-top: 1.5rem;
 }
 
 .page-banner__wrapper {
	position: relative;
 }
 
 .page-banner__container {
	border-radius: 8px;
	overflow: hidden;
 }
 
 #main-banner .page-banner__container {
	border-radius: 0;
 }
 
 a.page-banner__item {
	color: inherit;
 }
 
 .block-banner {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	min-height: 400px;
 }
 
 #main-banner .block-banner {
	background-position: 35% 0;
	background-size: cover;
	background-repeat: no-repeat;
 }
 
 .block-banner__bg {
	width: 100%;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
 }
 
 #main-banner .block-banner__bg {
	background-size: cover;
 }
 
 .block-banner-account .block-banner__bg {
	background-image: url('img/banner-account.jpg');
 }
 
 .block-banner-payments .block-banner__bg {
	background-image: url('img/banner-ia.jpg');
 }
 
 .block-banner-valuta .block-banner__bg {
	background-image: url('img/banner-valuta.jpg');
 }
 
 #about-banner .block-banner__bg {
	background-color: var(--pscb-color-light-gray);
	background-image: url('https://www.pscb.ru/bitrix/templates/pscb/images/backgrounds/bg-about.png');
	background-size: 250px;
	background-position: 18% 50%;
 }
 
 #ved-banner .block-banner__bg {
	background-color: var(--pscb-color-light-gray);
	background-image: url('https://www-test.pscb.ru/online/web/map-04.png');
	background-size: 45%;
	background-position: 90% 50%;
 }
 
 .block-banner__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 60px;
	padding-right: 60px;
	/* z-index: 5; */
 }
 
 #main-banner .block-banner__content {
	left: auto;
	right: 0;
	width: 50%;
	padding-right: 90px;
 }
 
 #about-banner .block-banner__content {
	left: auto;
	right: 0;
	width: 63%;
 }
 
 .block-banner-kreditovanie .block-banner__content {
	width: 60%;
 }
 
 .block-banner__preheader {
	font-family: var(--pscb-font-main-medium);
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
 }
 
 .block-banner__preheader a {
	color: inherit;
	text-decoration: none;
 }
 
 .block-banner__header {
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 24px;
 }
 
 .block-banner__text {
	font: 18px/24px var(--pscb-font-main);
 }
 
 .block-banner__button {
	margin-top: 36px;
 }
 
 @media screen and (max-width: 1199px) {
	.page-banner#main-banner > .inner {
	  padding-left: 0 !important;
	  padding-right: 0 !important;
	}
 
	.block-banner__content {
	  padding-left: 32px;
	  padding-right: 32px;
	}
 
	#main-banner .block-banner__content {
	  width: 55%;
	  padding-left: 50px;
	  padding-right: 70px;
	}
 
	#about-banner .block-banner__bg {
	  background-position-x: 10%;
	  background-size: 200px;
	}
 
	.block-banner-kreditovanie .block-banner__bg {
	  background-size: 200px;
	}
 
	#about-banner .block-banner__content {
	  width: 65%;
	}
 
	#ved-banner .block-banner__content {
	  width: 55%;
	}
 }
 
 @media screen and (max-width: 991px) {
	.page-banner {
	  margin-top: 0;
	  padding-top: 1.5rem;
	}
 }
 
 @media screen and (max-width: 767px) {
	.page-banner {
	  padding-top: 0;
	}
 
	#ved-banner .page-banner {
	  min-height: unset;
	  margin-top: 0;
	}
 
	.page-banner__wrapper > .inner {
	  padding-left: 0;
	  padding-right: 0;
	}
 
	.page-banner__container {
	  border-radius: 0;
	}
 
	#ved-banner .page-banner__container {
	  border-radius: 0;
	}
 
	#ved-banner {
	  background-color: var(--pscb-color-light-gray);
	}
 
	.block-banner {
	  min-height: 200px;
	}
 
	#ved-banner .block-banner {
	  height: auto;
	}
 
	#main-banner .block-banner,
	#ved-banner .block-banner {
	  height: auto;
	}
 
	#main-banner .block-banner__bg {
	  height: 200px;
	  background-position-x: 0;
	}
 
	#about-banner .block-banner__bg {
	  background-size: 130px;
	  background-position-x: 18px;
	}
 
	#ved-banner .block-banner__bg {
	  height: 200px;
	  background-position: 18px 50%;
	}
 
	#about-banner .block-banner__content,
	#ved-banner .block-banner__content {
	  padding: 18px;
	}
 
	#main-banner .block-banner__content {
	  position: static;
	  width: 100%;
	  padding: 18px;
	}
 
	#main-banner .block-banner__preheader {
	  display: none;
	}
 
	#main-banner .block-banner__header {
	  margin-bottom: 16px;
	}
 
	.block-banner__text {
	  font-size: 1rem;
	  line-height: 1.25;
	}
 
	.page-section_service-desc .page-banner__container {
	  margin-left: -18px;
	  margin-right: -18px;
	}
 
	#ved-banner .block-banner__content {
	  position: static;
	  width: 100%;
	}
 }
 
 @media screen and (max-width: 575px) {
	#about-banner .block-banner__bg {
	  height: 200px;
	}
 
	#about-banner .block-banner__bg {
	  background-size: 120px;
	}
 
	#ved-banner .block-banner__bg {
	  background-size: 240px;
	}
 
	#about-banner .block-banner__content {
	  position: static;
	  width: 100%;
	}
 }
 
 .best_item {
	display: flex;
	flex-direction: column;
 }
 
 .step_item_text,
 .highlights-item__text {
	margin-right: 2rem;
 }
 
 .step_items_container {
	margin-top: 2rem;
 }
 
 .step_items {
	display: flex;
	gap: 2rem;
 }
 
 .step_item {
	/* width: calc((100% - 4rem) / 3); */
	/* max-width: 300px; */
	opacity: 0;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-animation: show 1s 1;
	animation: show 1s 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
 }
 
 /* .step_items_num .step_item {
		max-width: 250px;
	 } */
 
 .step_items_3 .step_item {
	width: calc((100% - 4rem) / 3);
 }
 
 .step_items_4 .step_item {
	width: calc((100% - 6rem) / 4);
 }
 
 .step_items_5 .step_item {
	width: calc((100% - 8rem) / 5);
 }
 
 .step_item:nth-child(1) {
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
 }
 
 .step_item:nth-child(2) {
	-webkit-animation-delay: 400ms;
	animation-delay: 400ms;
 }
 
 .step_item:nth-child(3) {
	-webkit-animation-delay: 600ms;
	animation-delay: 600ms;
 }
 
 .step_item:nth-child(4) {
	-webkit-animation-delay: 800ms;
	animation-delay: 800ms;
 }
 
 .step_item:nth-child(5) {
	-webkit-animation-delay: 1000ms;
	animation-delay: 1000ms;
 }
 
 .step_item_img {
	width: 84px;
	height: 84px;
	/* background-color: chartreuse; */
	/* background-color: var(--pscb-color-green); */
	background-color: #5cfa00;
	border-radius: 50%;
	margin-bottom: 16px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 48px;
 }
 
 .step_items_num .step_item_img {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--pscb-color-gray);
	font-family: var(--pscb-font-main-medium);
	font-size: 1.5rem;
	margin-bottom: 1rem;
 }
 
 .step_item_reserv .step_item_img {
	background-image: url('img/account-reserv-gray.svg');
 }
 
 .step_item_form .step_item_img {
	background-image: url('img/account-form-gray.svg');
 }
 
 .step_item_visit .step_item_img {
	background-image: url('img/account-bank-gray.svg');
 }
 
 .step_item_title {
	font-family: var(--pscb-font-main-medium);
	/* font-size: 1.125rem; */
 }
 
 .step_item_text {
	font-size: 1rem;
	margin-top: 0.5rem;
 }
 
 @media screen and (max-width: 991px) {
	.step_items {
	  gap: 0;
	}
 
	.step_items_num .step_item {
	  max-width: unset;
	}
 }
 
 .best_items_container:not(.splide) .best_items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
 }
 
 .best_item {
	height: 300px;
	background-color: #fff;
	border: 1px solid #8496a466;
	border-radius: 8px;
	color: inherit;
	padding: 1.5rem;
	cursor: pointer;
	transition: background-color 0.2s ease-out;
 }
 
 .best_items_cards .best_item {
	height: auto;
 }
 
 .best_item:hover {
	color: inherit;
	/* background-color: #f8f8f8; */
	background-color: #f5f6f7;
	text-decoration: none;
 }
 
 .best_item:first-child {
	margin-left: 0;
 }
 
 .best_item_pic {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	margin-bottom: 1.5rem;
	background-size: 50px;
	background-repeat: no-repeat;
 }
 
 .best_items_cards .best_item_img {
	width: 96px;
	margin-bottom: 1rem;
 }
 
 .best_item_pic_payments {
	background-image: url('img/best-payments.svg');
 }
 
 .best_item_pic_currency {
	background-image: url('img/best-currency.svg');
 }
 
 .best_item_pic_credit {
	background-image: url('img/best-credit.svg');
 }
 
 .best_item_pic_cash {
	background-image: url('img/best-cash.svg');
 }
 
 .best_item_pic_acc {
	background-image: url('img/best-accounting.svg');
 }
 
 .best_item_pic_ved {
	background-image: url('img/best-global.svg');
 }
 
 .best_item_title {
	font-size: 1.25rem;
	line-height: 1.3;
	margin-bottom: 0;
 }
 
 .best_item_desc {
	margin-top: 1rem;
 }
 
 .news_items .news_item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: var(--pscb-color-light-gray);
	border-radius: 8px;
	padding: 1.5rem;
 }
 
 .page-section_colored_gray .news_items .news_item {
	background-color: transparent;
	border-radius: 0;
	padding: 0 !important;
 }
 
 .news_item_content {
	display: flex;
	flex-direction: column;
 }
 
 .news_item_date,
 .news_item_text {
	display: inline-block;
 }
 
 .news_item_date {
	color: var(--pscb-color-font-gray);
	font-family: var(--pscb-font-main-medium);
	font-size: 0.875rem;
	margin-bottom: 1rem;
 }
 
 .news_item_text {
	color: #333;
	flex-grow: 1;
	max-width: 320px;
 }
 
 .news_item_text:hover {
	text-decoration: none;
 }
 
 .news_item_link {
	margin-top: 2rem;
 }
 
 @media screen and (max-width: 991px) {
	.news_item_link {
	  margin-top: 1rem;
	}
 }
 
 @media screen and (max-width: 767px) {
	.news_item {
	  padding: 1.125rem;
	}
 }
 
 @media screen and (max-width: 575px) {
	#js-slider-4 .splide__list {
	  align-items: flex-start;
	}
 
	.news_item {
	  justify-content: flex-start;
	}
 }
 
 .highlights-items {
	border-bottom: 1px solid #ccc;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
 }
 
 .highlights-item__title {
	color: #d3d3d3;
	font-family: var(--pscb-font-slab-bold);
	font-size: 3.25rem;
	line-height: 100%;
	margin-bottom: 1rem;
 }

 .highlights-item__text {
	font-size: 1.125rem;
 }
 
 @media screen and (max-width: 1199px) {
	.best_items_container:not(.splide) .best_items {
	  grid-template-columns: repeat(3, 1fr);
	}
 }
 
 @media screen and (max-width: 991px) {
	.best_items_container:not(.splide) .best_items {
	  grid-template-columns: repeat(2, 1fr);
	}
 }
 
 @media screen and (max-width: 767px) {
	.best_items_container:not(.splide) .best_items {
	  grid-template-columns: 1fr;
	  gap: 1rem;
	}
 
	.best_item_pic {
	  margin-bottom: 1rem;
	}
 
	.highlights-item__title {
	  font-size: 2.5rem;
	}
 
	.highlights-item__title {
	  margin-bottom: 0.5rem;
	}
 }
 
 .page-section__col {
	display: flex;
	flex-direction: column;
	padding: 1.5rem;
	margin-bottom: 2rem;
 }
 
 .page-section__col:last-child {
	margin-bottom: 0;
 }
 
 .page-section__col_rounded {
	border-radius: 8px;
 }
 
 .page-section__col_gray {
	background-color: var(--pscb-color-light-gray);
 }
 
 .page-section__col-header {
	font: 24px/28px var(--pscb-font-main-bold);
	margin: 0;
 }
 
 .page-section__col-body {
	flex-grow: 1;
 }
 
 .page-section__col-body,
 .page-section__col-bottom {
	margin-top: 1.5rem;
 }
 
 #page-section-locations .page-section__col-body {
	display: grid;
	grid-template-rows: 1fr auto;
 }
 
 .currency-date {
	color: var(--pscb-color-font-gray);
	margin: 1.5em 0;
 }
 
 .locations-pic {
	height: 250px;
	background-image: url('img/map.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
 }
 
 .locations-desc {
	margin-top: 1em;
 }
 
 @media screen and (min-width: 768px) {
	.page-section__col {
	  padding: 2rem;
	}
 }
 
 @media screen and (min-width: 992px) {
	.page-section__content_grid_2-2 {
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  grid-template-rows: repeat(2, auto);
	  gap: 2em;
	}

	.page-section__col {
	  flex-direction: column;
	  margin-bottom: 0;
	}
 
	.page-section__col_span2 {
	  grid-column: span 2;
	}
 
	#page-section-ib {
	  background-size: 180px;
	}
 
	.block-ib__button_ib {
	  display: block;
	}
 
	.locations-pic {
	  height: unset;
	  background-size: unset;
	}
 }
 
 .flex {
	display: flex;
 }
 
 .flex > * {
	margin: 0 !important;
 }
 
 .flex-column {
	flex-direction: column;
 }
 
 .flex-gap-1 {
	gap: 1rem;
 }
 
 .flex-gap-2 {
	gap: 2rem;
 }
 
 .flex-gap-3 {
	gap: 3rem;
 }
 
 .flex-shrink-0 {
	flex-shrink: 0;
 }
 
 .flex-align-center {
	align-items: center;
 }
 
 .flex-3 {
	display: flex !important;
	flex-direction: row !important;
 }
 
 .flex-3 > * {
	width: calc((100% - 4rem) / 3);
 }
 
 .flex-4 {
	display: flex !important;
 }
 
 .flex-4 > * {
	width: calc((100% - 6rem) / 4);
 }
 
 @media screen and (max-width: 991px) {
	.flex-md-2 {
	  flex-wrap: wrap;
	}
 
	.flex-md-2 > * {
	  width: calc((100% - 2rem) / 2);
	}
 }
 
 @media screen and (max-width: 767px) {
	.flex-sm-1 {
	  flex-wrap: wrap;
	  gap: 1.5rem;
	}
 
	.flex-sm-1 > * {
	  width: 100%;
	}
 
	.step_item_text,
	.news_item_text,
	.highlights-item__text {
	  font-size: 1rem;
	}
 
	.news_item_date {
	  margin-bottom: 0.5rem;
	}
 
	.page-section__link {
	  font-size: 1rem;
	  max-width: unset;
	}
 }
 
 .office_item {
	padding: 1.5rem 0 0;
 }
 
 .office_item:not(:last-child) {
	margin-bottom: 2rem;
 }
 
 .office_item_row {
	display: grid;
	grid-template-columns: 350px 1fr 1fr 1fr;
	gap: 1rem 2rem;
 }
 
 .office_col:nth-child(1) {
	padding-left: 2rem;
	padding-right: 2rem;
 }
 
 .office_col:nth-child(4) {
	padding-right: 2rem;
 }
 
 .office_name {
	font-family: var(--pscb-font-main-bold);
	font-size: 1.25rem;
	line-height: 1.25;
	margin-bottom: 0.5rem;
 }
 
 .office_address {
	margin-bottom: 0.5rem;
 }
 
 .office_metro {
	position: relative;
	display: flex;
	align-items: center;
	line-height: 24px;
	margin: 0;
 }
 
 .office_metro::before {
	position: relative;
	top: 0;
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-right: 5px;
	margin-bottom: 2px;
	filter: saturate(0.75);
 }
 
 .metro_red::before {
	background-image: url('img/icon-metro-red.svg');
 }
 
 .metro_blue::before {
	background-image: url('img/icon-metro-blue.svg');
 }
 
 .metro_mos::before {
	background-image: url('img/icon-metro-msc.svg');
 }
 
 .office_address {
	font-family: var(--pscb-font-main-medium);
	margin-bottom: 0.5rem;
 }
 
 .office_morelink {
	grid-column: span 4;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 10px 0;
	transition: background-color 0.2s;
 }
 
 .office_item_row.detailed .office_morelink {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
 }
 
 .office_item_row.detailed .office_morelink,
 .office_morelink:hover {
	background-color: #ebebeb;
 }
 
 .office_morelink .icon_dropdown {
	/* position: relative;
		 display: inline-block; */
	width: 12px;
	height: 12px;
	margin-top: 10px;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	transform-origin: 25% 25%;
	transform: rotate(-135deg);
	transition: 0.2s;
 }
 
 .office_item_row.detailed .office_morelink .icon_dropdown {
	margin-top: 7px;
	transform: rotate(45deg);
 }
 
 .office_hours_head,
 .office_hours,
 .office_contact {
	line-height: 26px;
 }
 
 .office_details {
	display: none;
	padding: 0 2rem 2rem;
 }
 
 .office_table {
	font-size: 0.95rem;
 }
 
 .office_table_row {
	display: grid;
	grid-template-rows: 60px auto auto auto;
	grid-template-columns: 200px 250px 150px 200px 1fr;
 }
 
 .office_col_head {
	color: var(--pscb-color-font-gray);
	line-height: 1.125;
	margin-bottom: 0.5rem;
 }
 
 .office_col_head,
 .office_hours_head {
	font-family: var(--pscb-font-main-medium);
 }
 
 .office_item {
	background-color: var(--pscb-color-light-gray);
	border-radius: 8px;
 }
 
 .office_table_col {
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
 }
 
 .office_table_col:nth-child(1),
 .office_table_col:nth-child(2),
 .office_table_col:nth-child(3),
 .office_table_col:nth-child(4) {
	border-bottom: 0;
	font-family: var(--pscb-font-main-medium);
	align-self: center;
 }
 
 .office_table_col:nth-child(5),
 .office_table_col:nth-child(6),
 .office_table_col:nth-child(7),
 .office_table_col:nth-child(8),
 .office_table_col:nth-child(9) {
	border-top: 1px solid #ccc;
 }
 
 .office_table_col.span2 {
	grid-column: span 2;
 }
 
 @media screen and (max-width: 1199px) {
	.office_item {
	  margin-bottom: 2rem;
	}
 
	.office_item:last-child {
	  margin-bottom: 0;
	}
 
	.office_table {
	  overflow-x: auto;
	}
 }
 
 @media screen and (max-width: 991px) {
	.office_item_row {
	  grid-template-columns: repeat(2, 1fr);
	  gap: 1.5rem;
	}
 
	.office_col:nth-child(1) {
	  order: 1;
	}
 
	.office_col:nth-child(2) {
	  order: 3;
	  padding-left: 2rem;
	}
 
	.office_col:nth-child(3) {
	  order: 4;
	  padding-right: 2rem;
	}
 
	.office_col:nth-child(4) {
	  order: 2;
	  padding-right: 2rem;
	}
 
	.office_morelink {
	  grid-column: span 2;
	  order: 5;
	}
 }
 
 @media screen and (max-width: 767px) {
	.office_item {
	  padding-top: 1.5rem;
	}
	.office_col:nth-child(1) {
	  padding-left: 1.5rem;
	  padding-right: 0;
	}
	.office_col:nth-child(2) {
	  padding-left: 1.5rem;
	}
 
	.office_col:nth-child(3),
	.office_col:nth-child(4) {
	  padding-right: 1.5rem;
	}
 }
 
 @media screen and (max-width: 575px) {
	.office_item_row {
	  display: block;
	  transition: 0.4s ease;
	}
 
	.office_col:nth-child(1) {
	  padding-right: 1.5rem;
	}
 
	.office_col._spoiled {
	  display: none;
	  padding-left: 0;
	  padding-right: 0;
	}
 
	.office_col._spoiled + .office_col._spoiled {
	  margin-top: 1.5rem;
	}
 
	.office_details {
	  margin-top: 1rem;
	}
 
	.office_morelink {
	  margin-top: 1rem;
	}
 
	.office_table {
	  display: none;
	}
 
	.office_name {
	  font-size: 1.125rem;
	}
 }
 
 .grid {
	display: grid;
 }
 
 .grid-2 {
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr;
	gap: 2rem;
 }
 
 .grid-3 {
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
	gap: 2rem;
 }
 
 .grid > *,
 .grid-2 > *,
 .grid-3 > * {
	margin: 0 !important;
 }
 
 @media screen and (max-width: 991px) {
	.grid-md-2 {
	  grid-template-columns: repeat(2, 1fr);
	}
 }
 
 @media screen and (max-width: 767px) {
	.grid-sm-1 {
	  grid-template-columns: 1fr;
	}
 }
 
 @media screen and (max-width: 575px) {
	.grid-sm-1 {
	  grid-template-columns: 1fr;
	}
 }
 
 .service_banner_container {
	background-color: var(--pscb-color-light-gray);
	border-radius: 8px;
 }
 
 .service_banner {
	background-repeat: no-repeat;
	background-position: 32px 50%;
	background-size: 150px;
 }
 
 #banner-kreditovanie.service_banner {
	background-image: url('/private/images/%D0%BA%D1%80%D0%B5%D0%B4%D0%B8%D1%82%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5.png');
 }
 
 #banner-oplata.service_banner {
	background-image: url('/private/images/оплата%20услуг.png');
 }
 
 #banner-rko.service_banner {
	background-image: url('/private/images/расчетное%20и%20кассовое%20обслуживание.png');
 }
 
 #banner-valuta.service_banner {
	background-image: url('/private/images/обмен%20валюты.png');
 }
 
 #banner-safing.service_banner {
	background-image: url('/private/images/аренда%20сейфовых%20ячеек.png');
 }
 
 #banner-dbo.service_banner {
	background-image: url('/private/images/пскб%20личный%20кабинет.png');
 }
 
 #banner-deposit.service_banner {
	background-image: url('/private/images/%D0%B2%D0%BA%D0%BB%D0%B0%D0%B4%D1%8B.png');
 }
 
 #banner-tap.service_banner {
	background-image: url('/about/files/Tap2go.JPG');
 }
 
 .service_banner_content {
	min-height: 200px;
	display: flex;
	align-items: center;
	font-size: 1.125rem;
	padding: 32px 32px 32px 220px;
 }
 
 @media screen and (max-width: 767px) {
	.service_banner {
	  background-position: calc(100% - 32px) 50%;
	  background-size: 125px;
	}
 
	.service_banner_content {
	  min-height: 189px;
	  font-size: 1rem;
	  padding: 24px 180px 24px 24px;
	}
 }
 
 @media screen and (max-width: 575px) {
	.service_banner {
	  background-position: calc(100% - 18px) 50%;
	  background-size: 100px;
	}
 
	.service_banner_content {
	  min-height: 136px;
	  padding: 18px 140px 18px 18px;
	}
 }
 
 @media screen and (max-width: 474px) {
	.service_banner {
	  background-position: calc(100% - 18px) 18px;
	}
 
	.service_banner_content {
	  line-height: 1.25;
	  padding-left: 18px;
	}
 }
 
 .person_list {
	display: flex;
	flex-flow: column wrap;
	gap: 3rem;
 }
 
 .person_list_item {
	display: flex;
	gap: 3rem;
 }
 
 .person_item_img_holder {
	width: 150px;
	flex-shrink: 0;
 }
 
 .person_item_text {
	display: flex;
	flex-direction: column;
	justify-content: center;
 }
 
 .person_item_name {
	color: #333;
	margin-bottom: 0.5rem;
 }
 
 @media screen and (min-width: 992px) {
	.person_item_position {
	  max-width: 500px;
	}
 }
 
 @media screen and (max-width: 767px) {
	.person_list,
	.person_list_item {
	  gap: 2rem;
	}
 }
 
 @media screen and (max-width: 474px) {
	.person_list_item {
	  flex-flow: column wrap;
	  gap: 1rem;
	}
 }
 
 /* ---/Main content styling */
 
 /* Footer styling */
 .footer {
	width: 100%;
	background-color: var(--pscb-color-gray);
 }

 .footer * {
	color: #fff;
 }
 
 .grid-row {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
 }
 
 .grid-row .width-3 {
	grid-column: span 3;
 }
 
 .grid-row .width-4 {
	grid-column: span 4;
 }
 
 .grid-row .width-6 {
	grid-column: span 6;
 }
 
 .footer__bottom-links {
	padding-bottom: 1.5rem;
 }
 
 .footer__bottom-nav {
	row-gap: 10px;
 }
 
 .footer__bottom-nav > li {
	font-size: 12px;
	line-height: 18px;
	margin-right: 2rem;
 }
 
 .footer__bottom-nav > li > a,
 .footer__bottom-agreement > a {
	color: #c7d1cb;
	text-decoration: underline;
 }

 .footer__bottom-nav > li:hover > a,
 .footer__bottom-agreement > a:hover {
	text-decoration: none;
 }
 
 .footer__bottom-agreement {
	color: #c7d1cb;
	font-size: 12px;
	line-height: 18px;
 }
 
 .footer__bottom-copyright {
	font-size: 14px;
	margin-top: 1.5rem;
 }
 
 .footer__container {
	padding-top: 40px;
	padding-bottom: 40px;
 }
 
 .footer__top {
	row-gap: 1rem;
	margin-bottom: 30px;
 }
 
 .footer__menu {
	row-gap: 1.5rem;
 }
 
 .footer__top,
 .footer__menu {
	padding-bottom: 30px;
 }
 
 .footer__top,
 .footer__menu,
 .footer__options {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	padding-bottom: 30px;
 }
 
 .footer__logo {
	height: 46px;
 }
 
 .footer__logo svg {
	height: 100%;
 }

.infa_for_android {
	display: block;
	padding: 6px 15px;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	border: 1px #bbb solid;
	border-radius: 8px;
	background-color: transparent;
	margin-top: -7px;
}
/*.infa_for_android strong{
	color:inherit;
	font-size: 12px;
}*/
.ifa_mutated {
	border-color: #000 !important;
	background-color: #000 !important;
	margin-top: initial;
	padding: 9px 15px;
}
a.ifa:link, a.ifa:hover {
	text-decoration: none !important;
}

.footer__apps-links {
	display: flex;
	flex-flow: row wrap;
	/*justify-content: space-evenly; 04.08.23*/
	justify-content: left;
	align-items: center;
	margin-left: 45px;
}

 .footer__app-link {
	width: 100px;
	height: 20px;

	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 5px;
	box-sizing: content-box;
	color: #fff;
	font-size: 14px;
	margin: -10px 0px 0px -10px;
	padding: 6px 8px;
	text-decoration: none !important;
	transition: 0.3s ease;
	cursor: pointer;
	white-space: nowrap;
	user-select: none;
 }

 .footer__app-next-link {
	width: 100px;
	height: 20px;
	display: block;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	/*border: 1px solid rgba(255, 255, 255, 0.6);*/
	border-radius: 5px;
	box-sizing: content-box;
	color: #fff;
	font-size: 14px;
	margin: 0px 10px 15px 0px;
	padding: 6px 8px;
	text-decoration: none !important;
	transition: 0.3s ease;
	cursor: pointer;
	white-space: nowrap;
	user-select: none;
 }


 .footer__app-link:first-child {
	margin-top: -10;
 }
 
 .footer__app-link:hover {
	border-color: #fff;
 }
 
 .footer__app-link svg {
	width: 20px;
	height: 20px;
	margin-right: 5px;
 }
 
 .footer__app-link_google svg {
	height: 18px;
 }
 
 .footer__apps-logo {
	flex-shrink: 0;
	margin-right: 15px;
 }
 
 .footer__apps-logo img {
	width: 85px;
	height: 85px;
 }
 
 .footer__bottom {
	margin-top: 1.5rem;
 }
 
 .footer-link {
	color: #c7d1cb;
	text-decoration: none !important;
	transition: 0.2s ease;
 }
 
 .footer-link:hover {
	color: #fff;
 }
 
 .footer-menu__item {
	font-size: 14px;
	margin-bottom: 1em;
 }
 
 .footer-menu__item_head {
	font-size: 16px;
 }
 
 .footer-menu__item:last-child {
	margin-bottom: 0;
 }
 
 .footer__options {
	grid-template-rows: 25px;
	color: #fff;
	font-size: 14px;
	line-height: 100%;
	margin-top: 13px;
	padding-bottom: 13px;
	row-gap: 13px;
 }
 
 .footer__option .option-img {
	height: 26px;
	width: 26px;
	margin-right: 13px;
 }
 
 .footer__option .option-link {
	min-height: 25px;
	display: flex;
	line-height: 25px;
	margin-right: 13px;
	font-family: "Loto Regular", sans-serif;
 }
 
 .footer__option_eng .option-img {
	margin-right: 5px;
 }
 
 .footer__contact {
	align-items: flex-start;
 }
 
 .footer__contact-subj {
	display: inline-block;
	font-family: var(--pscb-font-main-medium);
	font-size: 1.125rem;
	transition: 0.2s ease;
 }
 
 .footer__contact-subj:hover {
	color: var(--pscb-color-semi-green);
	text-decoration: none;
 }
 
 .footer__contact-desc {
	font-size: 14px;
 }
 
 .sm-icons {
	line-height: 0;
 }
 
 .sm-icons > a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url('img/icons-sm-sprite.svg');
	background-repeat: no-repeat;
	background-position-y: 0;
	background-size: 122px;
	margin-right: 5px;
 }
 
 .sm-icons > a:last-child {
	margin-right: 0;
 }
 
 .sm-icons > a:hover {
	background-position-y: -40px;
 }
 
 .sm-icons a.vk {
	background-position-x: 0;
 }
 
 .sm-icons a.ok {
	background-position-x: -41px;
 }
 
 .sm-icons a.tg {
	background-position-x: -82px;
 }
 
 .footer__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
 }
 
 .option + .option {
	margin-left: 1.5em;
 }
 
 @media screen and (max-width: 1158px) {
	.footer__container {
	  padding-top: 30px;
	  padding-bottom: 30px;
	}
 
	.footer-menu__item {
	  margin-bottom: 10px;
	}
 
	.grid-row .width-3 {
	  grid-column: span 6;
	}
 
	.footer__logo,
	.footer__contact_sm {
	  grid-column: 1/7 !important;
	  grid-row: 1/2;
	}
 
	.footer__logo {
	  grid-row: 1/2;
	}
 
	.footer__contact_sm {
	  grid-row: 2/3;
	}
 
	.footer__bottom .options {
	  flex-direction: column;
	}
 
	.option + .option {
	  margin-left: 0;
	  margin-top: 10px;
	  
	}
 }
 
 @media screen and (max-width: 767px) {
	.footer__bottom-copyright {
	  font-size: 12px;
	}
 }
 
 @media screen and (max-width: 575px) {
	.grid-row {
	  display: block;
	}
 
	.grid-col {
	  margin-right: 0 !important;
	}
 
	.footer__top .grid-col,
	.footer__menu .grid-col,
	.footer__options .grid-col {
	  margin-bottom: 16px;
	}
 
	.footer__menu .grid-col:nth-child(1),
	.footer__menu .grid-col:nth-child(2) {
	  margin-bottom: 16px;
	}
 
	.footer__top .grid-col:last-child,
	.footer__options .grid-col:last-child {
	  margin-bottom: 0;
	}
 
	.footer__bottom .options,
	.footer__bottom-right {
	  margin-top: 16px;
	}
 
	.footer__menu {
	  padding-bottom: 14px;
	}
 
	.footer-menu__item {
	  display: none;
	  font-size: 15px;
	  margin-left: 24px;
	}
 
	.footer-menu__item_head {
	  display: block;
	  margin-left: 0;
	}
 
	.footer-menu__item_head::before {
	  content: '';
	  position: relative;
	  top: 3px;
	  left: 0;
	  display: inline-block;
	  width: 8px;
	  height: 8px;
	  border: 1px solid var(--pscb-color-light-gray);
	  border-width: 0 0 2px 2px;
	  margin-right: 10px;
	  -webkit-transform: translateY(-50%) rotate(-135deg);
	  transform: translateY(-50%) rotate(-135deg);
	  transition: 0.2s ease;
	}
 
	.footer-menu__item_head.opened::before {
	  top: 0;
	  transform: translateY(-50%) rotate(-45deg);
	}
 
	.footer__apps-logo {
	  display: none;
	}
 
	.footer__app-link + .footer__app-link {
	  margin-top: 0.5rem;
	}

	.footer__option .option-link {
		min-height: 22px;
		line-height: 22px;
	}

	.footer__option .option-img {
		width: 22px;
		height: unset;
	 }
 }
 
 /* ---/Footer styling */
 
 /* main.css reset */
 .button.button-large,
 .button.button-primary,
 .button.button-active {
	font-family: var(--pscb-font-slab-black);
 }
 
 .category_menu_list {
	display: none !important;
 }
 
 .flexslider {
	max-width: 1200px;
 }
 
 .breadcrumbs + .page_title {
	padding-top: 0;
 }
 
 .winter-is-coming {
	/* display: none; */
 }
 
 /* ---/main.css reset */
 
 /* Splider plugin */
 .splide__arrow {
	width: 2.5em;
	height: 2.5em;
	background: #dfdfdf;
 }
 
 .splide__arrow svg {
	fill: var(--pscb-color-semi-gray);
 }
 
 .main-banner .splide__arrow {
	width: 2.5em;
	height: 2.5em;
 }
 
 .best_items_container .splide__arrows,
 .news_items .splide__arrows {
	position: relative;
	width: 110px;
	top: -48px;
	right: -16px;
	float: right;
 }
 
 .best_items_container .splide__arrow,
 .news_items .splide__arrow {
	width: 2em;
	height: 2em;
	transition: 0.2s ease;
 }
 
 .best_items_container .splide__arrow svg,
 .news_items .splide__arrow svg {
	width: 14px;
	height: 14px;
 }
 
 .best_items_container .splide__arrow:hover:not(:disabled),
 .news_items .splide__arrow:hover:not(:disabled) {
	background: var(--pscb-color-green);
 }
 
 .splide__pagination {
	position: relative;
	width: 100%;
	bottom: 0;
	margin-top: 1.5rem;
 }
 
 .flex-3 .splide__pagination {
	margin-left: auto;
	margin-right: auto;
 }
 
 .splide__pagination__page {
	width: 10px;
	height: 10px;
 }
 
 .splide__pagination__page.is-active {
	background: var(--pscb-color-gray);
	transform: none;
 }
 
 #main-banner .splide__track {
	border-radius: 8px;
 }
 
 #main-banner .splide__list {
	align-items: flex-start;
 }
 
 .splide__list,
 .splide__track {
	transition: 0.2s ease;
 }
 
 .slider-progress {
	background: var(--pscb-color-light-gray);
 }
 
 .slider-progress-bar {
	display: none;
	background: var(--pscb-color-green);
	height: 3px;
	transition: width 400ms ease;
	width: 0;
	margin-top: 1.5rem;
 }
 
 .slider-progress-bar.visible {
	display: block;
 }
 
 .news_items > .splide__track {
	width: 100%;
 }
 
 @media screen and (max-width: 991px) {
	.best_items_container .splide__arrows,
	.news_items .splide__arrows {
	  top: -47px;
	}
 }
 
 @media screen and (max-width: 767px) {
	#main-banner .splide__track {
	  border-radius: 0;
	}
 }
 
 /* ---/Splider plugin */
 
 /* Animation */
 @-webkit-keyframes show {
	0% {
	  opacity: 0;
	}
 
	100% {
	  opacity: 1;
	}
 }
 
 @keyframes show {
	0% {
	  opacity: 0;
	}
 
	100% {
	  opacity: 1;
	}
 }
 
 @-webkit-keyframes show {
	0% {
	  opacity: 0;
	}
 
	100% {
	  opacity: 1;
	}
 }
 
 @keyframes show {
	0% {
	  opacity: 0;
	}
 
	100% {
	  opacity: 1;
	}
 }
 
 @-webkit-keyframes gradient {
	0% {
	  background-position: 0% 0%;
	}
 
	50% {
	  background-position: 30% 30%;
	}
 
	100% {
	  background-position: 65% 65%;
	}
 }
 
 @keyframes gradient {
	0% {
	  background-position: 0% 0%;
	}
 
	50% {
	  background-position: 30% 30%;
	}
 
	100% {
	  background-position: 65% 65%;
	}
 }
 
 /* ---/Animation */
 
 /* Temp */
 /* .header__submenu, .body-wrapper {
		 top: 139px;
	 }
	 .body-wrapper-visible .body-wrapper, .show-login-menu .body-wrapper {
		 height: calc(100% - 139px);
	 }
	 .login-menu {
		 top: 61px;
	 }
	 @media screen and (max-width: 991px) {
	 #bx-panel, #template-note {
		 display: none !important;
	 }
	 } */
 /* ---/Temp */
 
 /* Forms styling */
 /* .pscb-form input {
		display: block;
		cursor: pointer;
	 } */
 
 .pscb-form label {
	position: relative;
	display: block;
	margin-bottom: 3px;
	cursor: pointer;
 }
 
 input[type='radio'] + label {
	margin-bottom: 0;
 }
 
 .pscb-form label.req::after {
	position: relative;
	left: 3px;
	content: '*';
	color: #ff0000;
 }
 
 .pscb-form .form-control {
	display: grid;
	grid-template-columns: 1rem auto;
	gap: 0.5rem;
	align-items: baseline;
 }
 
 .form-control + .form-control {
	margin-top: 1rem;
 }
 
 .pscb-form .form-tip {
	display: block;
	color: var(--pscb-color-font-gray);
	font-size: 14px;
	margin-top: 3px;
 }
 
 /* ---/Forms styling */
 
 /* Modals */
 .wd_popup_window {
	display: none;
	background-color: var(--pscb-color-light-gray);
	border-radius: 6px;
	padding: 32px 24px;
 }
 
 .wd_popup_pscb .wd_popup_close {
	right: 16px;
	color: #aaa;
	font-size: 36px;
	text-decoration: none;
 }
 
 .wd_popup_close:hover {
	color: var(--pscb-color-gray);
 }
 
 .modal-header {
	text-align: center;
 }
 
 .modal-header,
 .modal-body {
	padding-left: 8px;
	padding-right: 8px;
 }
 
 @media screen and (max-width: 575px) {
	.wd_popup_window {
	  position: fixed !important;
	  top: 0 !important;
	  left: 0 !important;
	  margin-left: 0 !important;
	  width: 100% !important;
	  max-height: 100% !important;
	  border-radius: 0;
	  overflow-y: auto !important;
	}
 }
 
 /* ---/Modals */