@import url(https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500&subset=cyrillic);
@charset "UTF-8";
@font-face {
	font-family: "icons";
	src: url(fonts/icons.ttf) format("truetype"), url(fonts/icons.woff) format("woff"), url(images/icons.svg#icons) format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icons" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-calendar:before {
	content: "\E900";
}

.icon-arrow-right:before {
	content: "\E901";
}

.icon-close:before {
	content: "\E902";
}

.icon-check:before {
	content: "\E903";
}

.icon-info:before {
	content: "\E904";
}

.icon-danger:before {
	content: "\E905";
}

.icon-slider-prev:before {
	content: "\E906";
}

.icon-file-no:before {
	content: "\E90D";
}

.icon-file-doc:before {
	content: "\E907";
}

.icon-file-xls:before {
	content: "\E908";
}

.icon-file-pdf:before {
	content: "\E909";
}

.icon-file-jpg:before {
	content: "\e91d";
}

.icon-file-zip:before {
	content: "\E90A";
}

.icon-file-rar:before {
	content: "\E90B";
}

.icon-file-txt:before {
	content: "\E90C";
}

.icon-facebook:before {
	content: "\E90E";
}

.icon-twitter:before {
	content: "\E90F";
}

.icon-instagram:before {
	content: "\E910";
}

.icon-telegram:before {
	content: "\E911";
}

.icon-ok:before {
	content: "\E912";
}

.icon-vk:before {
	content: "\E913";
}

.icon-place:before {
	content: "\E914";
}

.icon-place-lite:before {
	content: "\E915";
}

.icon-slider-next:before {
	content: "\E916";
}

.icon-arrow-back:before {
	content: "\E917";
}

.icon-check-star:before {
	content: "\E918";
}

.icon-burger:before {
	content: "\E919";
}

.icon-breadcrumb-arrow:before {
	content: "\E91A";
}

.icon-list:before {
	content: "\E91B";
}

.icon-contact-us:before {
	content: "\E91C";
}

html {
	font-size: 15px;
}

body {
	font-family: 'Fira Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #000;
}

h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	margin-top: 3rem;
}

h1, .h1 {
	font-size: 35px;
}

h2, .h2 {
	font-size: 30px;
}

h3, .h3 {
	font-size: 25px;
}

h4, .h4 {
	font-size: 22px;
}

h5, .h5 {
	font-size: 20px;
}

h6, .h6 {
	font-size: 17px;
}

#remRus h6 {
	font-size: 16px;
}
@media (min-width: 576px) {
	h1, .h1 {
		font-size: 50px;
	}
}

figcaption {
	font-size: 13px;
	color: #777777;
}

a {
	font-size: inherit;
	color: #9D2235;
}

a:hover {
	color: #BA0C2F;
	text-decoration: none;
}
.linkButton {
	background: none;
	border: none;
	color: #9D2235;
	cursor: pointer;
	padding: 0px;
}
.linkButton:hover{
	color: #BA0C2F;
	text-decoration: none;
}

.fake {
	border-bottom: 1px dotted rgba(157, 34, 53, 0.5);
}

.fake:hover {
	border-bottom-color: #9D2235;
}

ul {
	padding-left: 1rem;
}

ol:not([class]) {
	list-style: none;
	padding: 0;
	counter-reset: list-numeric;
}

ol:not([class]) > li::before {
	counter-increment: list-numeric;
	content: counter(list-numeric) ". ";
	font-size: 17px;
	font-weight: 500;
	position: relative;
	margin-top: -2px;
}

li {
	margin-bottom: 1rem;
}

b, strong, dt {
	font-weight: 500;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-bold {
	font-weight: 500 !important;
}

.fz-sm {
	font-size: 13px !important;
}

.fz-base {
	font-size: 15px !important;
}

.fz-lg {
	font-size: 17px !important;
}

.text-primary {
	color: #9D2235 !important;
}

.list-style-none {
	list-style: none !important;
}

html {
	height: 100%;
}

body {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.main {
	flex: 1 0 auto;
	/*overflow: hidden;*/
}

.header__logo {
	display: block;
	width: 150px;
	margin-bottom: 1rem;
}

@media (min-width: 576px) {
	.header__logo {
		width: auto;
		margin-right: 2rem;
	}
}

.header__link {
	font-size: 12px;
	color: #545454;
}

.header__phone {
	font-size: 22px;
	color: #808080;
}

.header__phone-mobile {
	font-size: 28px;
	color: #000;
}

.header__place::before {
	font-family: "icons" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\E914";
	font-size: 17px;
	color: #9D2235;
	vertical-align: -2px;
	margin-right: .25rem;
}

.header__burger {
	font-size: 26px;
}

.header__bottom {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.header__internet-bank {
	padding: 1rem 0;
	font-weight: 500;
	text-transform: uppercase;
}

.header_sticky .header__bottom {
	background: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	transition: box-shadow 0.15s;
}

.header-mobile {
	width: 100%;
	position: fixed;
	top: 0;
	right: -100%;
	bottom: 0;
	z-index: 1000;
	transition: right 0.15s;
}

.header-mobile_shown {
	overflow: hidden;
}

.header-mobile_shown .header-mobile {
	right: 0;
}

.header-mobile__inner {
	background: #fff;
	padding: 1.5rem 0;
	height: 100%;
	overflow-x: auto;
}

.header-mobile__inner::-webkit-scrollbar {
	width: 5px;
}

.header-mobile__inner::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.header-mobile__inner::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}

.header-mobile__toggler {
	font-size: 17px;
	font-weight: 500;
	white-space: nowrap;
}

.header-mobile__toggler::after {
	content: '';
	display: inline-block;
	border-style: solid;
	border-width: 5px;
	border-color: transparent transparent currentColor transparent;
	margin-left: .5rem;
	vertical-align: 3px;
}

.header-mobile__toggler.collapsed::after {
	-webkit-transform: scale(-1);
	transform: scale(-1);
	vertical-align: -3px;
}

.header-mobile__close {
	font-size: 60px;
	line-height: 1;
}

.header-mobile__link {
	display: block;
	font-size: 22px;
	font-weight: 500;
	color: #000;
	margin-bottom: .5rem;
}

.header-mobile__item {
	margin-bottom: .5rem;
}

.header-mobile__submenu {
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
}

.header-mobile__sublink {
	font-size: 17px;
	color: #000;
}

.header-sections {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.header-sections__item {
	margin-bottom: 0;
}

.header-sections__item.active {
	font-weight: 500;
}

.header-sections__item:not(:last-of-type) {
	margin-right: 1.5rem;
}

.header-subsections {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.header-subsections__item {
	margin-bottom: 0;
}

.header-subsections__item:not(:last-of-type) {
	margin-right: 2rem;
}

.header-subsections__item.active .header-subsections__link {
	font-weight: 500;
}

.header-subsections__link {
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 14px;
	border-bottom: 4px solid transparent;
	transition: border-bottom-color 0.15s;
}

.header-subsections__link:hover {
	color: #000;
	border-bottom-color: #000;
}

.header-subsections__link_arrow::after {
	content: '';
	display: inline-block;
	border-style: solid;
	border-width: 4px 3px 3px;
	border-color: currentColor transparent transparent transparent;
	margin-left: .25rem;
	vertical-align: middle;
}

.mega-menu {
	width: calc(100% - 2rem);
	background: #fff;
	padding: 1.5rem 0;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 1rem;
	z-index: -1;
	opacity: 0;
	transition: 0.15s;
	display: none;
}

.mega-menu:hover, .mega-menu.active {
	z-index: 1000;
	opacity: 1;
}

@media (min-width: 992px) {
	.mega-menu {
		display: block;
	}
}

.mega-menu__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mega-menu__item:not(:last-of-type) {
	margin-bottom: 1rem;
}

.mega-menu__link {
	font-size: 17px;
	font-weight: 500;
	color: #545454;
}

.mega-menu__usefull {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mega-menu__usefull-item:not(:last-of-type) {
	margin-bottom: 1rem;
}

.mega-menu__usefull-link {
	font-size: 13px;
	font-weight: 300;
	color: #545454;
}

.mega-menu__pic {
	max-height: 270px;
}

.mega-menu__text {
	font-size: 17px;
	font-weight: 300;
}

.breadcrumb {
	background: none;
	margin: 0;
	padding: 1rem 0 0;
}

.breadcrumb-item {
	margin: 0;
	font-size: 12px;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: .25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	font-family: "icons" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\E91A";
	padding-right: .25rem;
	font-size: 8px;
	color: #808080;
}

.breadcrumb-item a {
	color: #808080;
}

.breadcrumb-item.active {
	color: #808080;
}

.breadcrumb-wrapper {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100%);
}

.footer {
	padding: 2.5rem 0;
}

@media (min-width: 576px) {
	.footer {
		padding-bottom: 1rem;
	}
}

.footer__text {
	font-size: 11px;
	opacity: .5;
}

.footer__menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer__menu-item {
	margin-bottom: .5rem;
	text-transform: uppercase;
}

.footer__menu-item:last-of-type {
	margin-bottom: 0;
}

.footer__link {
	font-size: 13px;
	color: #545454;
}

.footer__phone {
	font-size: 30px;
	font-weight: 300;
	color: #000;
}

.form-control {
	border-radius: 0;
	border-color: #C4C4C4;
	height: auto;
	padding: 1rem;
	font-size: 20px;
	color: #000;
}
.form-control.grey-base {
	color: #ccc;
}

.form-control:hover {
	border-color: #828282;
}

.form-control:focus {
	box-shadow: none;
	border-color: #828282;
	color: #000;
}

.form-control:focus::-webkit-input-placeholder {
	color: transparent;
}

.form-control:focus:-ms-input-placeholder {
	color: transparent;
}

.form-control:focus::-ms-input-placeholder {
	color: transparent;
}

.form-control:focus::placeholder {
	color: transparent;
}

.form-control:disabled {
	border-color: #E0E0E0;
	background: #E0E0E0;
}

.form-control::-webkit-input-placeholder {
	color: #C4C4C4;
}

.form-control:-ms-input-placeholder {
	color: #C4C4C4;
}

.form-control::-ms-input-placeholder {
	color: #C4C4C4;
}

.form-control::placeholder {
	color: #C4C4C4;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.form-control {
		padding: 1rem 1rem 1.4rem;
	}
}

input[type="checkbox"],
input[type="radio"] {
	display: none;
}
input[type="radio"][disabled] + label{
	cursor: default;
	color: #ccc;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type="checkbox"] + label {
	padding-left: 34px;
	cursor: pointer;
	position: relative;
}

input[type="checkbox"] + label::before {
	content: '';
	width: 24px;
	height: 24px;
	border: 1px solid #CCCCCC;
	position: absolute;
	top: -1px;
	left: 0;
}

input[type="checkbox"]:checked + label::before {
	border-color: #9D2235;
	background: #9D2235;
	transition: 0.15s;
}

input[type="checkbox"]:checked + label:hover::before {
	border-color: #BA0C2F;
	background: #BA0C2F;
}

input[type="checkbox"]:checked + label::after {
	content: '';
	width: 12px;
	height: 6px;
	border-style: solid;
	border-width: 0 0 2px 2px;
	border-color: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 6px;
	left: 6px;
}

input[type="radio"] + label {
	padding-left: 2rem;
	cursor: pointer;
	position: relative;
}

input[type="radio"] + label::before {
	content: '';
	width: 20px;
	height: 20px;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	position: absolute;
	top: 1px;
	left: 0;
}

input[type="radio"]:checked + label::before {
	border: 5px solid #9D2235;
	transition: 0.15s;
}

input[type="radio"]:checked + label:hover::before {
	border-color: #BA0C2F;
}

input::-ms-clear {
	display: none;
}

.selectfix {
	display: none;
}

.touch .selectfix {
	opacity: 0;
	z-index: 100;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.selectfix-container {
	position: relative;
	width: 100%;
	height: 62px;
	overflow: hidden;
	text-align: left;
	font-size: 20px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectfix-container.opened {
	overflow: visible;
	z-index: 100;
}

.selectfix-border {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 62px;
	border: 1px solid #828282;
	overflow: hidden;
	background-color: transparent;
	border-radius: 0 0 0 0;
}

select ~ .selectfix-border {
	background-color: #fff;
}

.opened .selectfix-border {
	bottom: auto;
	height: auto;
	border-top-color: #eae7f4;
	margin-top: -1px;
}

.opened:hover .selectfix-border {
	border-color: #828282;
	border-top-color: #eae7f4;
}

.selectfix-container.disabled .selectfix-border,
.selectfix-container.disabled:hover .selectfix-border {
	border-color: #ccc;
	background-color: #f7f7f7;
}

.selectfix-current-value {
	z-index: 1;
	position: relative;
	background-color: #fff;
	height: 100%;
	padding: 0.8rem 30px 0 1rem;
	margin-right: 0;
	line-height: 34px;
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #C4C4C4;
	border-radius: 0;
}

.selectfix-current-value::before {
	content: '';
	display: block;
	z-index: 1;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -2px;
	border-width: 5px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.25) transparent transparent transparent;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 50% 20%;
	transform-origin: 50% 20%;
}

.selectfix-container:hover .selectfix-current-value {
	border-color: #828282;
}

.selectfix-container.opened:hover .selectfix-current-value {
	border-bottom-color: transparent;
}

.opened .selectfix-current-value::before {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.opened .selectfix-current-value {
	border-radius: 0 0 0 0;
	border-color: #828282;
	border-bottom: none;
}

.opened:hover .selectfix-current-value {
	border-color: #828282;
}

.selectfix-current-value > span {
	font-size: 1rem;
	background-color: #E0E0E0;
	padding: 4px 0 4px 8px;
	display: inline-block;
	line-height: 13px;
	margin-right: 5px;
	margin-top: 7px;
	border-radius: 0;
	cursor: pointer;
}

.selectfix-current-value > span::after {
	content: '';
	display: block;
}

.selectfix-current-value span span {
	font-size: 22px;
	vertical-align: top;
	line-height: 10px;
	display: inline-block;
	margin-left: 6px;
	transition: 0.15s;
}

.selectfix-current-value span span:hover {
	color: #BA0C2F;
}

.selectfix-current-value span:hover::before {
	color: #BA0C2F;
}

.selectfix-current-value > span:first-child {
	margin-left: -5px;
}

.selectfix-current-value > span {
	max-width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding-right: 8px;
}

.selectfix-container.disabled .selectfix-border,
.selectfix-container.disabled .selectfix-current-value,
.selectfix-container.disabled:hover .selectfix-border,
.selectfix-container.disabled:hover .selectfix-current-value {
	border-color: #E0E0E0;
	color: #C4C4C4;
	background-color: #E0E0E0;
	cursor: not-allowed;
	pointer-events: none;
}

.selectfix-container.disabled .selectfix-current-value::after {
	background-color: #E0E0E0;
}

.selectfix-container.disabled .selectfix-current-value.disabled::before,
.selectfix-container.disabled:hover .selectfix-current-value.disabled::before {
	background-color: #E0E0E0;
}

.selectfix-container.disabled + label {
	color: gray;
}

.selectfix-search {
	padding: 5px;
}

.selectfix-search input {
	border: 2px solid blue;
	border-radius: 3px;
	box-sizing: border-box;
	display: block;
	line-height: 1em;
	padding: 6px 3px;
	width: 100%;
}

.selectfix-value {
	display: block;
	padding: 0.315em 18px 0.315em 1rem;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	font-size: 20px;
}
.selectfix-value--disabled {
	pointer-events: none;
	background-color: rgb(204, 204, 204, 1);
	opacity: 0.3;
}

label.selectfix-value {
	margin-bottom: 0;
	margin-left: 0;
}

.selectfix-list .selectfix-value span {
	margin: 0;
}

.selectfix-value b {
	background-color: red;
}

.selectfix-value:hover {
	background-color: #E0E0E0;
	color: #000;
}

.select:not(.select_multiple) .selectfix-value.selected {
	background-color: #E0E0E0;
	color: #000;
}

.selectfix-value input[type="checkbox"] {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.selectfix-list {
	overflow: auto;
	max-height: 206px;
}

.selectfix-list::-webkit-scrollbar {
	width: 5px;
}

.selectfix-list::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.selectfix-list::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}

.selectfix-container .selectfix-current-value::after {
	content: '';
	position: absolute;
	right: 0;
	top: 1px;
	bottom: 1px;
	width: 40px;
	background-color: #fff;
}

.selectfix[multiple] ~ .selectfix-border .selectfix-value {
	padding: 0.1em 0.5em 0.1em 1rem;
}

.selectfix[multiple] ~ .selectfix-border .selectfix-value > span {
	margin: 5px 0 7px;
}

.selectfix-container.opened + label {
	z-index: 101;
}

.date {
	position: relative;
	display: block;
}

.date__item::after {
	display: block;
	content: '';
	clear: both;
}

.date__control {
	position: relative;
}

.date__icon {
	position: absolute;
	right: 13px;
	top: 32px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #C4C4C4;
	cursor: pointer;
	transition: 0.15s;
}

.date__icon::before {
	font-family: "icons" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\E900";
	font-size: 35px;
	color: #9D2235;
}

.date__icon:hover {
	color: #828282;
}

.date__item .date__title {
	float: left;
	width: 25px;
	text-align: left;
	line-height: 36px;
}

.date__item .date__control {
	float: left;
	width: calc(100% - 25px);
}

.date__item .date__input {
	color: #000;
}

.date__icon:hover ~ .date__input {
	border-color: #828282;
}

.date:hover .date__icon {
	color: #828282;
}

.date.hover .date__input {
	color: #000;
}

.date.active .date__icon {
	color: #828282;
}

.date.active .date__input {
	border-color: #828282;
}
/*
.datepicker table tr td.today {
	background: none;
	border: 1px solid #9D2235;
}

.datepicker table tr td.today:hover {
	background: none;
	border: 1px solid #BA0C2F;
}

.datepicker table tr td.active.active {
	background-color: #9D2235;
	border-color: #9D2235;
}

.datepicker table tr td.active.active:hover {
	background-color: #BA0C2F;
	border-color: #BA0C2F;
}
*/

.ui-state-default, .ui-widget-content .ui-state-default {
	border: transparent;
	background: none;
	color: #000;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
	border: 1px solid #9d2235;
	color: #000;
}

.ui-state-active, .ui-widget-content .ui-state-active {
	background: #9d2235;
	color: #fff;
}

.counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.counter__selector {
	display: inline-block;
	position: relative;
}

.counter__input {
	width: 138px;
	height: 62px;
	text-align: center;
	transition: 0.15s;
}

.counter__minus, .counter__plus {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 36px;
	border: 1px solid #C4C4C4;
	transition: border 0.15s, background-color 0.15s;
	cursor: pointer;
}

.counter__minus {
	left: 0;
	border-right: 0;
	border-radius: 0;
}

.counter__minus::before {
	content: '';
	display: block;
	position: absolute;
	width: 17px;
	height: 1px;
	background-color: #9D2235;
	top: 50%;
	left: 0;
	right: 0;
	margin: -1px auto auto;
}

.counter__plus {
	right: 0;
	border-left: 0;
	border-radius: 0;
}

.counter__plus::before, .counter__plus::after {
	content: '';
	position: absolute;
	display: block;
	background-color: #9D2235;
	left: 0;
	right: 0;
}

.counter__plus::before {
	top: 50%;
	width: 17px;
	height: 1px;
	margin: -1px auto auto;
}

.counter__plus::after {
	width: 1px;
	height: 17px;
	top: 50%;
	margin: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.counter__item-line {
	display: inline-block;
	margin-left: .65em;
	font-size: 1rem;
}

.counter__input:focus ~ .counter__minus,
.counter__input:focus ~ .counter__plus {
	border-color: #828282;
}

.counter__selector.hover .counter__minus::before,
.counter__selector.hover .counter__plus::before,
.counter__selector.hover .counter__plus::after {
	background-color: #9D2235;
}

.counter__selector.hover .counter__minus,
.counter__selector.hover .counter__plus,
.counter__selector.hover .counter__input {
	border-color: #828282;
}

.counter__selector.active .counter__minus,
.counter__selector.active .counter__plus,
.counter__selector.active .counter__input {
	border-color: #828282;
}

.counter__selector .counter__input {
	color: #000;
	font-weight: 300;
}

.counter__selector.hover .counter__input,
.counter__selector.active .counter__input {
	color: #000;
}

input[type="file"] {
	display: none;
}

.file-drop-zone.clickable,
.file-drop-zone.clickable:hover,
.file-drop-zone.clickable:focus {
	border: 1px dashed #C4C4C4;
	border-radius: 0;
	cursor: pointer;
}

.file-drop-zone-title {
	padding: 2rem 1rem;
	color: #C4C4C4;
}

.fileinput__title {
	margin-bottom: 1rem;
}

.add-file span {
	border-bottom: 1px solid;
	color: #7d7d7d;
}

.file-drop-disabled {
	border: 2px dashed #b7b7b7;
}

.btn-file {
	margin-top: 1rem;
	border: none;
}

.table-bordered {
	margin-bottom: 0;
}

.add-file.btn-file span {
	cursor: pointer;
}

.btn-file input[type=file] {
	left: 0;
}

.file-input .fileinput__title {
	margin-bottom: 0;
}

.file-input .file-details-cell {
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 13px;
	line-height: 1.2;
}

.theme-explorer .file-actions-cell {
	width: 50px;
}

.file-input .icon-trash {
	font-size: 20px;
	color: #9D2235;
}

.file-input .table,
.file-input .table th,
.file-input .table td {
	border: none;
}

.kv-file-content img {
	height: auto !important;
}

.add-file {
	position: relative;
	display: inline-block;
	bottom: auto;
	margin-top: 1.5rem;
	line-height: 22px;
	color: #9D2235;
	transition: color 0.15s;
}

.add-file:hover {
	color: #BA0C2F;
}

.add-file__icon {
	display: inline-block;
	position: relative;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: currentColor;
	vertical-align: middle;
}

.add-file__icon::before, .add-file__icon::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
}

.add-file__icon::before {
	width: 12px;
	height: 2px;
}

.add-file__icon::after {
	width: 2px;
	height: 12px;
}

.add-file span {
	border-bottom-style: none;
	color: currentColor;
}

.file-input-bottom {
	margin-top: -1.5rem;
}

.fileinput-cancel-button {
	display: none;
}

.file-drop-zone {
	text-align: center;
}

.file-input-bottom .btn {
	width: 160px;
	padding: .25rem 1.5rem;
	text-transform: none;
}

.file-preview-other {
	font-size: 49px;
	line-height: 50px;
}

.file-footer-buttons .btn {
	width: 20px;
	padding: 0;
	border: none;
}

.file-footer-buttons .btn:not(:disabled):hover, .file-footer-buttons .btn:not(:disabled):hover:active {
	background: none;
}

.btn {
	border-radius: 0;
	width: 270px;
	background: none;
	padding: 1.1rem 1.5rem;
	font-weight: 500;
	color: #545454;
	text-transform: uppercase;
	white-space: normal;
}

.btn:not(:disabled):hover {
	background: #BA0C2F;
	color: #fff;
}

.btn:not(:disabled):hover:active {
	background: #E80432;
}

.btn:focus {
	box-shadow: none;
}

.btn:disabled {
	color: #C4C4C4;
}

.btn-base {
	background: #9D2235;
	font-size: 20px;
	color: #fff;
}

.btn-base:disabled, .btn-base.disabled {
	background: #C4C4C4;
	color: #fff;
}

.btn-silver {
	background: rgba(0, 0, 0, 0.04);
}

.btn-lite {
	border: 2px solid #F5F5F5;
}

.btn-lite:not(:disabled):hover {
	border-color: #BA0C2F;
}

.btn-lite:not(:disabled):hover:active {
	border-color: #E80432;
}

.notification {
	padding-left: 2.5rem;
	margin-bottom: 3rem;
	position: relative;
}

.notification::before {
	font-size: 24px;
	position: absolute;
	left: 0;
}

.notification-success::before {
	font-family: "icons" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\E903";
	color: #19BB4F;
}

.notification-info::before {
	font-family: "icons" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\E904";
	color: #00D1FF;
}

.notification-danger::before {
	font-family: "icons" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\E905";
	color: #F01A30;
}

.nav-tabs {
	border-bottom: none;
	margin-bottom: 1rem;
}

.nav-tabs .nav-item:not(:last-of-type) {
	margin-right: 2rem;
}

.nav-tabs .nav-link {
	border: none;
	padding: 0;
	font-size: 20px;
	font-weight: 300;
	color: #000;
}

.nav-tabs .nav-link.active {
	font-weight: 500;
	border-bottom: 2px solid #000;
}

.table thead th {
	border-bottom: none;
	font-size: 20px;
	vertical-align: top;
}

.table th {
	font-weight: 500;
}

.table th, .table td {
	border-top: none;
	font-size: 17px;
	padding: 1rem;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #F5F5F5;
}

@media (max-width: 575px) {
	.table-mobile thead {
		display: none;
	}
	.table-mobile th, .table-mobile td {
		padding: .5rem;
		display: flex;
	}
	.table-mobile th::before, .table-mobile td::before {
		content: attr(data-heading);
		width: 130px;
		min-width: 130px;
		margin-right: 1rem;
	}
	.table-mobile .file__icon {
		display: none;
	}
	.table-mobile .file__title {
		color: #9D2235;
	}
}

.pagination {
	margin: 0;
}

.pagination .page-item {
	margin-bottom: 0;
}

.pagination .page-item:not(:last-of-type) {
	margin-right: .5rem;
}

@media (max-width: 575px) {
	.pagination .page-item:not(:last-of-type) {
		margin-right: 0;
	}
}

.pagination .page-item a {
	display: inline-block;
	padding: .55rem 1.15rem;
}

.pagination .page-item.active a {
	background: #F2F2F2;
	color: #000;
	pointer-events: none;
}

.pagination .page-item.disabled a {
	color: #C4C4C4;
	pointer-events: none;
}

.pagination .page-item-dots {
	display: inline-block;
	padding: .55rem 1.15rem;
	color: #9D2235;
}

.pagination .page-item:first-of-type a {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	position: relative;
}

@media (max-width: 575px) {
	.pagination .page-item:first-of-type a {
		padding-right: 0;
	}
}

.pagination .page-item:first-of-type a::before {
	font-family: "icons" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\E901";
	font-size: 17px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	position: absolute;
	top: 11px;
	left: 0;
}

.pagination .page-item:last-of-type a {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	position: relative;
}

@media (max-width: 575px) {
	.pagination .page-item:last-of-type a {
		padding-left: 0;
	}
}

.pagination .page-item:last-of-type a::after {
	font-family: "icons" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\E901";
	font-size: 17px;
	position: absolute;
	top: 11px;
	right: 0;
}

.pagination-number {
	width: 124px;
	padding: .55rem;
	font-size: 15px;
}

.pagination-select .selectfix-container {
	width: 82px;
	height: 42px;
}

.pagination-select .selectfix-current-value {
	padding: .55rem;
	font-size: 15px;
	line-height: 24px;
}

.file-icons > :not(:last-of-type) {
	margin-right: 3rem;
}

.file-icon {
	display: inline-block;
	font-size: 49px;
	color: #9D2235;
}

.socs > :not(:last-of-type) {
	margin-right: .5rem;
}

a.soc {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #9D2235;
	text-align: center;
	font-size: 13px;
	line-height: 35px;
	color: #fff;
	transition: background-color 0.15s;
}

a.soc:hover {
	background: #BA0C2F;
	color: #fff;
}

.modal-content {
	/*max-width: 370px;*/
	border: none;
	border-radius: 0;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

.modal-header {
	border-bottom: none;
}

.modal-title {
	margin-top: 0;
}

.modal-body {
	padding-top: 0;
}

.modal-footer {
	border-top: none;
	padding-top: 0;
	padding-bottom: 1.5rem;
}

.close {
	font-size: 20px;
	color: #9D2235;
	opacity: 1;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	color: #BA0C2F;
	opacity: 1;
}

.stub-image {
	background: #C4C4C4;
	padding-bottom: 100%;
}

.gallery {
	display: block;
	position: relative;
}

.gallery::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	background-color: #000;
	transition: opacity 0.15s;
}

.gallery::after {
	content: '';
	position: absolute;
	top: calc(50% - 35px);
	left: calc(50% - 35px);
	opacity: 0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjciIGhlaWdodD0iNjciIHZpZXdCb3g9IjAgMCA2NyA2NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQ2LjIyNyA0NS4xNjQxQzQ1LjkzNDEgNDQuODcxMSA0NS40NTkzIDQ0Ljg3MTEgNDUuMTY2NCA0NS4xNjRDNDQuODczNSA0NS40NTY5IDQ0Ljg3MzQgNDUuOTMxNyA0NS4xNjYzIDQ2LjIyNDZMNDYuMjI3IDQ1LjE2NDFaTTY1LjQ2OTYgNjYuNTMwM0M2NS43NjI1IDY2LjgyMzIgNjYuMjM3NCA2Ni44MjMyIDY2LjUzMDMgNjYuNTMwNEM2Ni44MjMyIDY2LjIzNzUgNjYuODIzMiA2NS43NjI2IDY2LjUzMDQgNjUuNDY5N0w2NS40Njk2IDY2LjUzMDNaTTM3LjcxOCA1MS45NjcyQzUxLjQwNTQgNDYuMTUwMyA1Ny43ODU2IDMwLjMzOTMgNTEuOTY4NiAxNi42NTIyTDUwLjU4ODEgMTcuMjM4OUM1Ni4wODExIDMwLjE2MzUgNTAuMDU2MyA0NS4wOTM4IDM3LjEzMTMgNTAuNTg2N0wzNy43MTggNTEuOTY3MlpNNTEuOTY4NiAxNi42NTIyQzQ2LjE1MTYgMi45NjUxNiAzMC4zNDAxIC0zLjQxNDg4IDE2LjY1MjcgMi40MDE5N0wxNy4yMzk0IDMuNzgyNDhDMzAuMTY0NCAtMS43MTAzNyA0NS4wOTUxIDQuMzE0MzEgNTAuNTg4MSAxNy4yMzg5TDUxLjk2ODYgMTYuNjUyMlpNMTYuNjUyNyAyLjQwMTk3QzIuOTY1MjYgOC4yMTg4MiAtMy40MTUgMjQuMDI5OSAyLjQwMjA0IDM3LjcxNjlMMy43ODI1MyAzNy4xMzAyQy0xLjcxMDQ1IDI0LjIwNTYgNC4zMTQzNiA5LjI3NTMyIDE3LjIzOTQgMy43ODI0OEwxNi42NTI3IDIuNDAxOTdaTTIuNDAyMDQgMzcuNzE2OUM4LjIxOTA2IDUxLjQwNCAyNC4wMzA2IDU3Ljc4NCAzNy43MTggNTEuOTY3MkwzNy4xMzEzIDUwLjU4NjdDMjQuMjA2MyA1Ni4wNzk1IDkuMjc1NTIgNTAuMDU0OCAzLjc4MjUzIDM3LjEzMDJMMi40MDIwNCAzNy43MTY5Wk00NS4xNjYzIDQ2LjIyNDZMNjUuNDY5NiA2Ni41MzAzTDY2LjUzMDQgNjUuNDY5N0w0Ni4yMjcgNDUuMTY0MUw0NS4xNjYzIDQ2LjIyNDZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100%;
	width: 70px;
	height: 70px;
}

.gallery:hover::before {
	opacity: .3;
}

.gallery:hover::after {
	opacity: .9;
}

.video-gallery {
	display: block;
	position: relative;
}

.video-gallery::before {
	content: '';
	background-color: rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	width: 90px;
	height: 90px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video-gallery::after {
	font-family: "icons" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\263C';
	font-size: 60px;
	line-height: 100%;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: color 0.15s;
}

.video-gallery:hover::after {
	color: #BA0C2F;
}

.filter-selected {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.filter-selected__item {
	display: inline-block;
	margin-right: 1rem;
	margin-bottom: .5rem;
	padding: .5rem .5rem .3rem;
	background: #C4C4C4;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.filter-selected__item-name {
	margin-right: 1rem;
}

.filter-selected__item-close {
	font-size: 13px;
	vertical-align: middle;
	cursor: pointer;
}

.filter-selected__item-close:hover {
	color: #BA0C2F;
}

.filter-selected__item-reset {
	background: none;
}

.panel {
	margin-bottom: 1rem;
	padding: 1.5rem 3rem;
	background: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.panel-title {
	margin: 0;
}

.panel-title a {
	display: block;
	color: #000;
	padding-right: 3rem;
	position: relative;
}

.panel-title a::after {
	content: '';
	border-style: solid;
	border-width: 9px;
	border-color: transparent transparent currentColor transparent;
	position: absolute;
	top: calc(50% - 12px);
	right: 0;
}

.panel-title a.collapsed::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: calc(50% - 3px);
}

.panel-body {
	margin-top: 1.5rem;
}

.main-slider .slick-dots {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	position: absolute;
	bottom: 1rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.main-slider .slick-dots li {
	margin: 0;
}

.main-slider .slick-dots li:not(:last-of-type) {
	margin-right: .5rem;
}

.main-slider .slick-dots button {
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	line-height: 14px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #C4C4C4;
	color: transparent;
	cursor: pointer;
	outline: none;
}

.main-slider .slick-dots .slick-active button {
	border-color: #9D2235;
	background: #9D2235;
}

.main-slider__item {
	height: 470px;
	outline: none;
}

@media (min-width: 768px) {
	.main-slider__item {
		height: 460px;
	}
}

.main-slider__text {
	font-size: 13px;
	color: #777777;
}

.main-slider__btn {
	position: relative;
	z-index: 1;
}

.main-slider__pic-wrapper {
	position: relative;
	z-index: 0;
}

.main-slider__pic {
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

@media (max-width: 767px) {
	.main-slider__pic {
		margin-top: -100%;
		padding-bottom: 100%;
	}
}

@media (max-width: 575px) {
	.banner-button {
		width: 100%;
	}
}

.offers {
	background: #F5F5F5;
	padding: 2rem 0;
}

.tile {
	position: relative;
}

.tile__inner {
	min-height: 250px;
	height: 100%;
	background: #fff;
	padding: 1.5rem;
	transition: box-shadow 0.15s;
}

.tile__inner:hover {
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.tile__heading {
	margin-top: 0;
	margin-bottom: 1rem;
}

.tile__text {
	font-size: 17px;
	font-weight: 300;
}

.tile__link {
	font-size: 17px;
	font-weight: 500;
}

.tile__outer-link {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.main-screen {
	padding: 4rem 0;
}

.main-screen-exchange {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.main-screen-calculator {
	padding-top: 2rem;
	padding-bottom: 3rem;
}

.news-wrapper {
	background: #fff;
	padding: 2rem 0;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.news__item {
	margin-bottom: 1.5rem;
}

.news__date {
	font-size: 13px;
	opacity: .25;
}

.news__heading {
	font-size: 17px;
	font-weight: 300;
	color: #545454;
}

.news__goto {
	font-weight: 500;
	color: #545454;
}

.mobile-bank {
	background: #EEEEEE;
	padding: 2rem 0 0;
}

.mobile-bank__phone {
	max-width: 320px;
	height: 550px;
	overflow: hidden;
	margin: -3rem auto 0;
	position: relative;
}

.mobile-bank__phone::after {
	content: '';
	height: 74px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, #EEEEEE 0%, rgba(238, 238, 238, 0) 100%);
}

.mobile-bank__benefits {
	font-size: 13px;
}

.credit-banner {
	min-height: 365px;
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 3rem 0;
}

.credit-banner__call-to-action {
	font-size: 17px;
	font-weight: 300;
}

@media (max-width: 575px) {
	.credit-banner__heading {
		font-weight: 300;
	}
}

.calculator {
	background: #fff;
	padding: 2rem 1.5rem;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.calculator__secondary {
	display: inline-block;
	color: #CCCCCC;
}

.calculator__period {
	width: 100px;
}

.calculator__position {
	font-weight: 300;
}

.calculator__value {
	font-size: 35px;
	font-weight: 500;
}

.calculator__remark {
	font-size: 20px;
}

.calculator__muted {
	font-size: 13px;
	color: #777777;
}

.calculator__border {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.05);
	padding-top: 1rem;
}

@media (min-width: 1200px) {
	.calculator__border {
		border-width: 0 0 0 1px;
		padding-top: 0;
	}
}

.currency-group {
	display: inline-flex;
	position: relative;
}

.currency-group_single .selectfix-current-value, .noredact input {
	pointer-events: none;
	color: rgba(0, 0, 0, 0.25);
}

.currency-group .form-control {
	width: calc(100% - 70px);
}

.currency-group .form-control:hover, .currency-group .form-control:focus {
	border-color: #C4C4C4;
}

.currency-group::after {
	content: '';
	width: 1px;
	height: 38px;
	background: #C4C4C4;
	position: absolute;
	top: calc(50% - 38px/2);
	right: 71px;
}

.currency-group-append {
	margin-left: -1px;
}

.currency-dropdown {
	width: 70px;
}

.currency-dropdown .selectfix-current-value {
	border-left: none;
}

.currency-dropdown .selectfix-current-value:hover {
	border-color: #C4C4C4;
}

.currency-dropdown .opened .selectfix-current-value,
.currency-dropdown .opened .selectfix-border {
	border-color: #C4C4C4;
}

.currency-dropdown .selectfix-container:hover .selectfix-current-value {
	border-color: #C4C4C4;
}

.changing {
	background: #FAFAFA;
	padding: 2rem 1.5rem;
}

.conditions {
	padding-top: 3rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.conditions__item:not(:last-of-type) {
	margin-bottom: 1rem;
}

.conditions__heading {
	font-size: 20px;
	font-weight: 300;
}

.digit__name {
	font-size: 17px;
	font-weight: 300;
}

.digit__value {
	font-size: 36px;
	font-weight: 300;
	color: #9D2235;
	line-height: 1;
	border: none;
	outline: none;
}

.digit__value_sum {
	max-width: 160px;
}

.digit__value_period {
	max-width: 40px;
}

.steps-tabs {
	margin-bottom: 0;
}

.steps-tabs .nav-item {
	margin-bottom: 1rem;
	width: 100%;
}

.steps-tabs .nav-item:not(:last-of-type) {
	margin-right: 0;
}

@media (min-width: 576px) {
	.steps-tabs .nav-item {
		width: auto;
	}
	.steps-tabs .nav-item:not(:last-of-type) {
		margin-right: 2rem;
	}
}

@media (min-width: 992px) {
	.steps-tabs .nav-item:first-of-type .nav-link {
		border-right: none;
	}
	.steps-tabs .nav-item:first-of-type .nav-link::before {
		content: '';
		position: absolute;
		top: -2px;
		left: 100%;
		border-width: 2.93333rem 2rem;
		border-style: solid;
		border-color: transparent transparent transparent #E5E5E5;
		z-index: -1;
	}
	.steps-tabs .nav-item:first-of-type .nav-link.active::before {
		border-color: transparent transparent transparent #9D2235;
	}
	.steps-tabs .nav-item:first-of-type .nav-link.active::after {
		content: '';
		position: absolute;
		top: -2px;
		left: calc(100% - 2px);
		border-width: 2.93333rem 2rem;
		border-style: solid;
		border-color: transparent transparent transparent #fff;
		z-index: -1;
	}
	.steps-tabs .nav-item:last-of-type .nav-link {
		border-left: none;
	}
	.steps-tabs .nav-item:last-of-type .nav-link::after {
		content: '';
		position: absolute;
		top: -2px;
		left: 0;
		border-width: 2.93333rem 2rem;
		border-style: solid;
		border-color: transparent transparent transparent #fff;
	}
	.steps-tabs .nav-item:last-of-type .nav-link.active::before {
		content: '';
		position: absolute;
		top: -2px;
		left: 2px;
		border-width: 2.93333rem 2rem;
		border-style: solid;
		border-color: transparent transparent transparent #9D2235;
	}
}

.steps-tabs .nav-link {
	border: 2px solid #E5E5E5;
	border-radius: 0;
	background: #E5E5E5;
	padding: .5rem 2rem;
	font-size: 15px;
	font-weight: normal;
	color: #777777;
	position: relative;
}

.steps-tabs .nav-link:hover, .steps-tabs .nav-link:focus {
	border-color: #E5E5E5;
}

@media (min-width: 992px) {
	.steps-tabs .nav-link {
		padding: 1rem 5rem;
		font-size: 25px;
	}
}

.steps-tabs .nav-link.active {
	border-color: #9D2235;
	background: #fff;
	color: #000;
}

.steps-tabs .nav-link.active .steps-tabs__digit {
	color: #9D2235;
}

.steps-tabs__digit {
	display: inline-block;
	font-size: 25px;
	font-weight: 500;
	vertical-align: -3px;
	margin-right: 1rem;
}

@media (min-width: 992px) {
	.steps-tabs__digit {
		font-size: 36px;
	}
}

.accordion-items {
	padding: 3rem 0;
	background: #EEEEEE;
}

.file {
	display: flex;
}

.file__icon {
	font-size: 49px;
	color: #9D2235;
	margin-right: 1rem;
}

.file__title {
	color: #000;
}

.about-banner {
	height: 250px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.about-us {
	padding: 2rem 0 1.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.about-us__heading {
	font-size: 25px;
	line-height: 1;
	color: #C4C4C4;
}

@media (min-width: 576px) {
	.about-us__heading {
		font-size: 44px;
	}
}

.place {
	height: 100%;
	background: #FFFFFF;
	padding: 1.5rem 1rem;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news-slider {
	padding-top: 4rem;
}

.news-slider .slick-arrow {
	border: none;
	background: #9D2235;
	width: 40px;
	height: 40px;
	font-size: 20px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 10px;
	z-index: 1;
	cursor: pointer;
	outline: none;
	transition: background-color 0.15s;
}

.news-slider .slick-arrow:hover {
	background: #BA0C2F;
}

.news-slider .slick-prev {
	right: 65px;
}

@media (min-width: 576px) {
	.news-slider .slick-prev {
		right: calc(50% - 190px);
	}
}

@media (min-width: 768px) {
	.news-slider .slick-prev {
		right: calc(50% - 280px);
	}
}

@media (min-width: 992px) {
	.news-slider .slick-prev {
		right: calc(50% - 400px);
	}
}

@media (min-width: 1200px) {
	.news-slider .slick-prev {
		right: calc(50% - 490px);
	}
}

.news-slider .slick-next {
	right: 15px;
}

@media (min-width: 576px) {
	.news-slider .slick-next {
		right: calc(50% - 240px);
	}
}

@media (min-width: 768px) {
	.news-slider .slick-next {
		right: calc(50% - 330px);
	}
}

@media (min-width: 992px) {
	.news-slider .slick-next {
		right: calc(50% - 450px);
	}
}

@media (min-width: 1200px) {
	.news-slider .slick-next {
		right: calc(50% - 540px);
	}
}

.news-slider__item {
	margin-right: 15px;
}

.news-slider__item .gallery {
	outline: none;
}

.news-slider__slide {
	padding-bottom: 60%;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}

.back {
	padding-left: 23px;
	position: relative;
}

.back::before {
	font-family: "icons" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\E917";
	font-size: 8px;
	color: #000;
	position: absolute;
	top: 6px;
	left: 0;
}

.deposit-banner {
	min-height: 365px;
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 3rem 0;
}

.deposit-banner__digits {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.deposit-banner__digit {
	max-width: 170px;
	font-size: 64px;
	font-weight: 300;
	line-height: 1.2;
}

.deposit-banner__digit-remark {
	font-size: 36px;
}

.deposit-banner__digit-text {
	font-size: 16px;
	font-weight: 300;
}

.deposit-banner__btn {
	width: 360px;
	font-size: 15px;
}

.deposit-banner__insured {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
}

.deposit-banner__insured-text {
	font-size: 18px;
	font-weight: 500;
	margin-right: .5rem;
}

.deposit-banner__insured-pic {
	width: 52px;
}

.deposit-banner__currency {
	padding-top: 20px;
}

@media (max-width: 575px) {
	.deposit-banner__currency {
		margin-bottom: 1.5rem;
	}
}

.deposit-banner__currency .currency-tabs {
	margin-bottom: 14px;
}

.deposit-advantages__item {
	display: flex;
}

.deposit-advantages__icon {
	font-size: 30px;
	color: #9D2235;
}

.deposit-advantages__desc {
	margin-left: 1rem;
}

.deposit-advantages__title {
	font-size: 17px;
	font-weight: 300;
}

.middle-banner {
	min-height: 135px;
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 2rem 3rem;
}

.middle-banner__text {
	font-size: 22px;
	font-weight: 300;
	color: #fff;
}

.middle-banner__text_accent {
	font-size: 30px;
}

@media (max-width: 575px) {
	.middle-banner__text_accent {
		font-size: 22px;
		font-weight: 500;
	}
}

.destination__item:not(:last-of-type) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.indicators {
	display: flex;
	flex-wrap: wrap;
}

.indicators__item {
	width: 33.333333%;
	min-width: 160px;
	padding-right: 1rem;
}

.indicators__value {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.2;
}

.indicators__value_contactless {
	font-size: 20px;
}

.indicators__desc {
	font-size: 17px;
}

.contact {
	display: inline-block;
	max-width: 570px;
	background: #fff;
	padding: 2rem 1.5rem;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.contact__phone {
	font-size: 17px;
	font-weight: 500;
	color: #000;
}

.card-item_promo {
	background: linear-gradient(101.9deg, #E2EAFF -1.37%, #FFECEC 98.16%);
}

.card-item_promo .card-item__inner {
	border-bottom: none !important;
}

.card-item__inner {
	padding: 3rem 0 .5rem;
}

.card-item:not(:last-of-type) .card-item__inner {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.card-item__img {
	width: 100%;
	max-width: 430px;
}

.card-item__more {
	font-size: 17px;
	font-weight: 500;
}

.card-sticker {
	display: inline-block;
	padding: .5rem 1.5rem;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
	position: absolute;
	top: -1.5rem;
	right: -1rem;
}

@media (min-width: 1200px) {
	.card-sticker {
		right: -2rem;
	}
}

.gradient-banner {
	display: block;
	padding: 5% 10%;
	background: linear-gradient(108.47deg, #E2EAFF -1.37%, #FFECEC 98.16%);
	color: #000;
}
.gradient{
	background: linear-gradient(108.47deg, #E2EAFF -1.37%, #FFECEC 98.16%);
}
.gradient-100{
	width: 100%;
	background: linear-gradient(108.47deg, #E2EAFF -1.37%, #FFECEC 98.16%);
}
.gradient-banner:hover {
	color: #000;
}

@media (max-width: 575px) {
	.gradient-banner__text {
		font-size: 22px;
	}
}

.gradient-banner__accent {
	color: #9D2235;
}

.select-place {
	width: 108px;
	padding: 12px 0 12px 12px;
	text-align: right;
	position: relative;
}

.select-place__selected {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 20px;
}

.select-place__selected:hover + .select-place__list {
	z-index: 1000;
	opacity: 1;
}

.select-place__list {
	list-style: none;
	margin: 0;
	padding: 10px 12px 16px;
	width: 120px;
	background: #FFFFFF;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.15s;
	z-index: -1;
}

.select-place__list:hover {
	z-index: 1000;
	opacity: 1;
}

.select-place__item {
	margin-bottom: .25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.found {
	color: #545454;
}

.view-tabs .nav-item {
	margin-top: 1rem;
}

.view-tabs .nav-link {
	font-size: 15px;
	font-weight: normal;
}

.view-tabs .nav-link.active {
	color: #9D2235;
	border-bottom: none;
}

.card-banner {
	background: linear-gradient(101.99deg, #E2EAFF -1.37%, #FFECEC 98.16%);
	padding: 3rem 0 1.5rem;
}

.card-banner__digits {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.card-banner__digit {
	padding-right: 1rem;
	font-size: 64px;
	font-weight: 300;
	line-height: 1.2;
}

.card-banner__digit-remark {
	font-size: 20px;
}

.card-banner__digit-text {
	font-size: 16px;
	font-weight: 300;
}

.card-banner__digit-text_highter {
	margin-top: -1rem;
}

.advantages {
	padding: 3rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.advantages__inner {
	background: #FAFAFA;
	padding: 2rem 1.5rem .5rem;
}

.card-info {
	padding: 2rem 0 1.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.card-table {
	display: table;
}

.card-table__row {
	display: table-row;
}

.card-table__cell {
	display: table-cell;
	padding-bottom: 1rem;
	font-size: 20px;
}

.card-table__cell:first-of-type {
	padding-right: 3rem;
}

.card-note {
	margin-bottom: 0;
}

.card-note__title, .card-note__text {
	display: inline-block;
}

.btn-next {
	width: 170px;
}

.currency-tabs .nav-item:not(:last-of-type) {
	margin-right: .5rem;
}

.currency-tabs .nav-link {
	border: 1px solid #C4C4C4;
	border-radius: 0;
	width: 40px;
	line-height: 38px;
	font-size: 30px;
	color: #9D2235;
	text-align: center;
}

.currency-tabs .nav-link:hover {
	border: 1px solid #9D2235;
}

.currency-tabs .nav-link.active {
	border: 1px solid #9D2235;
	background: #9D2235;
	font-weight: 300;
	color: #fff;
}

.exchange-rates {
	background: #fff;
	padding: 1.5rem 1rem;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

@media (min-width: 576px) {
	.exchange-rates {
		padding: 1.5rem;
	}
}

.exchange-rates__offices::after {
	content: '';
	display: inline-block;
	border-style: solid;
	border-width: 5px;
	border-color: currentColor transparent transparent transparent;
	margin-left: 10px;
	vertical-align: 1px;
}

.exchange-rates__offices:hover + .exchange-rates__layer {
	opacity: 1;
	z-index: 1000;
}

.exchange-rates__layer {
	width: 410px;
	background: #fff;
	padding: 1rem 1rem 1rem 2rem;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
	font-size: 17px;
	color: #9D2235;
	line-height: 1.5;
	position: absolute;
	top: 36px;
	opacity: 0;
	z-index: -1;
	transition: opacity 0.15s;
}

.exchange-rates__layer:hover {
	opacity: 1;
	z-index: 1000;
}

.exchange-rates__layer-item {
	margin-bottom: .5rem;
}

.exchange-rates__layer-link {
	font-size: 17px;
	font-weight: 300;
}

.exchange-rates__table {
	display: table;
	width: 100%;
}

.exchange-rates__table-wrapper {
	margin-left: -1rem;
	width: calc(100% + 2rem);
}

@media (min-width: 576px) {
	.exchange-rates__table-wrapper {
		margin-left: -1.5rem;
		width: calc(100% + 3rem);
	}
}

.exchange-rates__table-header-group {
	display: table-header-group;
}

.exchange-rates__table-header-group .exchange-rates__table-cell {
	font-size: 13px;
	font-weight: normal;
	color: #BFBFBF;
	text-transform: uppercase;
	padding: 1rem 1rem 1rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.exchange-rates__table-row-group {
	display: table-row-group;
}

.exchange-rates__table-row {
	display: table-row;
}

.exchange-rates__table-cell {
	display: table-cell;
	font-size: 25px;
	font-weight: 300;
	padding: 1rem 1rem 2px 0;
	vertical-align: top;
}

.exchange-rates__table-cell:first-of-type {
	padding-left: 1rem;
}

@media (min-width: 576px) {
	.exchange-rates__table-cell:first-of-type {
		padding-left: 1.5rem;
	}
}

@media (min-width: 576px) {
	.exchange-rates__table-cell {
		font-size: 25px;
	}
}

@media (max-width: 575px) {
	.exchange-rates__table-cell_cb {
		display: none;
	}
}

.exchange-rates__currency {
	display: inline-block;
	font-weight: 500;
	cursor: pointer;
}

.exchange-rates__unit {
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
}

.exchange-rates__value {
	white-space: nowrap;
}

.exchange-rates__value.inc::after {
	content: '';
	display: inline-block;
	border-style: solid;
	border-width: 4px 4px 8px;
	border-color: transparent transparent #19BB4F transparent;
	margin-left: .25rem;
	vertical-align: 3px;
}

@media (min-width: 576px) {
	.exchange-rates__value.inc::after {
		margin-left: 1rem;
	}
}

.exchange-rates__value.dec::after {
	content: '';
	display: inline-block;
	border-style: solid;
	border-width: 8px 4px 4px;
	border-color: #8C0215 transparent transparent transparent;
	margin-left: .25rem;
	vertical-align: middle;
}

@media (min-width: 576px) {
	.exchange-rates__value.dec::after {
		margin-left: 1rem;
	}
}

.exchange-rates__note {
	font-size: 13px;
	color: #BFBFBF;
}

.exchange-rates-ext__rate {
	font-size: 13px;
	font-weight: 300;
	color: #545454;
}

.exchange-rates-ext__excluded {
	color: #00d1ff;
	cursor: pointer;
}

.exchange-rates-ext__more::after {
	font-family: "icons" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\E917";
	display: inline-block;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	font-size: 8px;
	margin-left: .5rem;
	vertical-align: middle;
}
.exchange-rates-ext__back::before {
	font-family: "icons" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\E917";
	display: inline-block;
	
	font-size: 8px;
	margin-right: .5rem;
	vertical-align: middle;
}

.main-calculator__value {
	font-size: 20px;
	font-weight: 300;
	color: #9D2235;
	text-align: right;
	white-space: nowrap;
	max-width: 50%;
}

.main-calculator__period {
	display: inline-block;
	line-height: 32px;
}

.main-calculator__input {
	border: none;
	font-size: 20px;
	font-weight: 300;
	color: #9D2235;
	text-align: right;
	outline: none;
	max-width: calc(100% - 43px);
}

.main-calculator__range {
	display: flex;
	justify-content: space-between;
}

.main-calculator__range-item {
	font-size: 13px;
	font-weight: 300;
	color: #545454;
}

.main-calculator__insurance {
	font-size: 13px;
	padding-top: 2px;
}

.main-calculator__offer {
	font-size: 30px;
	font-weight: 500;
}

.main-calculator__button {
	width: 370px;
}

.main-calculator__info {
	font-size: 13px;
	color: #545454;
}

.select-city {
	display: flex;
	align-items: center;
}

.select-city__text {
	font-size: 17px;
	color: #545454;
	white-space: nowrap;
	margin-right: 1rem;
	margin-top: 2px;
}

.select-city__mark {
	font-size: 17px;
	color: #9D2235;
	margin-right: .5rem;
}

.select-city__dropdown {
	width: 160px;
}

.select-city__dropdown .selectfix-container {
	height: 50px;
}

.select-city__dropdown .selectfix-current-value {
	font-weight: 500;
	border: none;
	padding-top: .6rem;
	padding-left: 0;
	background-color: transparent;
}

.select-city__dropdown .selectfix-current-value::before {
	margin-top: 0;
}

.select-city__dropdown .selectfix-container .selectfix-current-value::after {
	width: 30px;
}

.select-city__dropdown .opened .selectfix-border {
	border-top-color: #828282;
	margin-top: auto;
}

@media (max-width: 767px) {
	.select-city_mobile {
		margin-top: -.5rem;
	}
}

.select-currency {
	display: flex;
	align-items: center;
}

.select-currency__text {
	font-size: 20px;
	color: #545454;
	white-space: nowrap;
	margin-right: 1rem;
}

.select-currency__dropdown {
	width: 50px;
}

.select-currency__dropdown .selectfix-container {
	height: 50px;
}

.select-currency__dropdown .selectfix-current-value {
	font-weight: 500;
	border: none;
	padding-top: .5rem;
	padding-left: 0;
	background-color: transparent;
}

.select-currency__dropdown .selectfix-current-value::before {
	margin-top: -2px;
}

.select-currency__dropdown .selectfix-container .selectfix-current-value::after {
	width: 30px;
}

.select-currency__dropdown .opened .selectfix-border {
	border-top-color: #828282;
	margin-top: auto;
}

.select-currency-short {
	width: 70px;
}

.checkbox-gray {
	font-size: 20px;
	color: #545454;
}

.checkbox-gray label {
	margin-bottom: 0;
}

.checkbox-gray label::before {
	top: 2px !important;
}

.checkbox-gray label::after {
	top: 9px !important;
}

.contact-us {
	height: 60px;
	width: 60px;
	background: #9D2235;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	color: #fff;
	position: fixed;
	right: 15px;
	bottom: -100%;
	z-index: 1000;
	transition: bottom 0.15s;
}

.contact-us:hover {
	color: #fff;
}

.contact-us_active .contact-us {
	bottom: 5%;
}

.paying-sticker::after {
	display: inline-block;
	content: attr(data-text);
	background: #FFD600;
	padding: .25rem 1rem;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	margin-left: .25rem;
}

@media (max-width: 991px) {
	.paying-sticker::after {
		display: none;
	}
}

.paying-row td {
	font-weight: 500;
}

.currency-navigation {
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
}

@media (min-width: 576px) {
	.currency-navigation {
		font-size: 25px;
	}
}

.currency-navigation__item.active {
	color: #000;
	border-bottom: 2px solid #000;
}

@media (min-width: 576px) {
	.currency-navigation__item.active {
		border-width: 3px;
	}
}

.mfp-close {
	font-size: 35px;
}

.custom-range {
	height: 3px;
	cursor: pointer;
}

.custom-range-label {
	font-size: 17px;
	font-weight: 500;
}

.custom-range-wrapper {
	position: relative;
}

.custom-range-wrapper::before, .custom-range-wrapper::after {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: absolute;
	top: 11px;
	pointer-events: none;
}

.custom-range-wrapper::before {
	background-color: #000;
	left: 0;
}

.custom-range-wrapper::after {
	background-color: #e5e5e5;
	right: 0;
	z-index: -1;
}

.custom-range-progress {
	width: 0;
	height: 3px;
	background-color: #000;
	border-radius: 1rem;
	position: absolute;
	top: 13px;
	pointer-events: none;
}

.custom-range::-webkit-slider-thumb {
	width: 21px;
	height: 21px;
	margin-top: -9px;
	background-color: #000;
	border-radius: 50%;
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #000;
}

.custom-range::-moz-range-thumb {
	width: 21px;
	height: 21px;
	margin-top: -9px;
	background-color: #000;
	border-radius: 50%;
}

.custom-range::-moz-range-thumb:active {
	background-color: #000;
}

.custom-range::-ms-thumb {
	width: 21px;
	height: 21px;
	margin-top: 0;
	background-color: #000;
	border-radius: 50%;
}

.custom-range::-ms-thumb:active {
	background-color: #000;
}

.custom-range::-webkit-slider-runnable-track {
	height: 3px;
	background-color: #e5e5e5;
}

.custom-range::-moz-range-track {
	height: 3px;
	background-color: #e5e5e5;
}

.custom-range::-moz-range-progress {
	background-color: #000;
}

.custom-range::-ms-track {
	height: 3px;
	margin-left: -5px;
}

.custom-range::-ms-fill-lower {
	background-color: #000;
}

.custom-range::-ms-fill-upper {
	background-color: #e5e5e5;
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

.custom-range:focus::-ms-thumb {
	box-shadow: none;
}

.custom-range::-ms-tooltip {
	display: none;
}

@-moz-document url-prefix() {
	.custom-range-progress {
		display: none;
	}
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.custom-range {
		height: 29px;
		padding: 0;
		width: calc(100% + 10px);
	}
	.custom-range-progress {
		display: none;
	}
}

@supports (-ms-ime-align: auto) {
	.custom-range {
		height: 29px;
		padding: 0;
		width: calc(100% + 10px);
	}
	.custom-range-progress {
		display: none;
	}
}

.y-map {
	height: 300px;
}

ymaps[class$='i-custom-scroll'] {
	padding: 0 !important;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3) !important;
}

ymaps[class$='balloon__tail'] {
	display: none !important;
}

ymaps[class$='balloon__close-button'] {
	width: 3rem !important;
	height: 3rem !important;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuNTU2IDEwLjQ4NDlMMjAuOTY5NiAzLjEyMzIxTDE3LjgyNDYgMEwxMC40MTA5IDcuMzYxNTFMMy4xNzY4NiAwLjE3ODYyM0wwLjAzMTg1NTUgMy4zMDE4M0w3LjI2NDUgMTAuNDg0NUwwIDE3LjY5ODJMMy4xNDY0NSAyMC44MjE0TDEwLjQxMDkgMTMuNjA4TDE3Ljg1NSAyMUwyMSAxNy44NzY4TDEzLjU1NiAxMC40ODQ5WiIgZmlsbD0iIzlEMjIzNSIvPjwvc3ZnPg==) !important;
	opacity: 1 !important;
}

ymaps[class$='balloon__close-button']:hover {
	opacity: .8 !important;
}

ymaps[class$='balloon__content'] {
	padding: 1rem !important;
	margin-right: 0 !important;
	font: inherit !important;
}

@media (max-width: 576px) {
	ymaps[class$='balloon__content'] {
		margin-right: 1.5rem !important;
	}
}

.balloon-content__heading {
	padding-right: 2rem;
}

.balloon-content__info {
	max-width: 130px;
	font-size: 13px;
	color: #545454;
}

.balloon-content__status {
	max-width: 150px;
	font-size: 13px;
	color: #FF0000;
}

.form-group_form-radio {
	display: inline-block;
}

.header_sticky.modal-open .header__bottom {
	padding-right: 17px;
}

.img-capcha {
	height: 62px;
}
.modal-dialog{
	max-width: 550px;
}
.modal-body{
	padding: 0px 30px 30px;
}
.modal-header{
	padding-left: 30px;
}
.modal-title{
	line-height: 1.2;
}

.icon-wrapper {
	height: 70px;
	display: flex;
	margin: auto 0;
}
.currency-group_new::after {
    right: 100px;
}
.currency-dropdown_new {
    width: 100px;
}
.bolder{
	font-weight: 400;
}