@font-face {
	font-family: 'Stolzl';
	src: local('Stolzl Regular'), local('Stolzl-Regular'),
			url('./fonts/Stolzl/Stolzl-Regular.woff2') format('woff2'),
			url('./fonts/Stolzl/Stolzl-Regular.woff') format('woff'),
			url('./fonts/Stolzl/Stolzl-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Stolzl';
	src: local('Stolzl Medium'), local('Stolzl-Medium'),
			url('./fonts/Stolzl/Stolzl-Medium.woff2') format('woff2'),
			url('./fonts/Stolzl/Stolzl-Medium.woff') format('woff'),
			url('./fonts/Stolzl/Stolzl-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

@-ms-viewport {
	width: device-width;
}

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

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

dfn {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #868e96;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: left;
}

label {
	display: inline-block;
}

:focus {
	outline: none;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	border-style: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.35;
	background-color: #000;
	color: #6c7679;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

a,
button {
	color: #000;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	-webkit-transition: color ease .2s, background-color ease .2s, border ease .2s;
	-o-transition: color ease .2s, background-color ease .2s, border ease .2s;
	transition: color ease .2s, background-color ease .2s, border ease .2s;
}

a:hover,
a:active {
	color: #00b0e0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 8px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

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

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

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

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

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

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

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

button {
	padding: 0;
	cursor: pointer;
}

button,
input,
textarea {
	outline: none;
}

input {
	background-color: transparent;
	color: #fff;
	cursor: pointer;
}

svg {
	fill: currentColor;
}

.fade {
	-webkit-transition: opacity linear .15s;
	-o-transition: opacity linear .15s;
	transition: opacity linear .15s;
}

.fade:not(.show) {
		opacity: 0;
}

.section-title {
	color: #00b0e0;
	font-family: Stolzl, 'Roboto', sans-serif;
	font-size: 30px;
	line-height: 48px;
	font-weight: 500;
}

@media(min-width: 768px) {

.section-title {
		font-size: 40px;
		line-height: 58px;
	}
}

.error-label {
	color: #e94040;
}

.success-label {
	color: #00b0e0;
}

.landing-section {
	overflow-x: hidden;
}

.layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 100vh;
}

/* overflow-x: hidden */

.layout__header {
		position: relative;
		z-index: 1;
}

.layout__content {
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
}

.container {
	width: 100%;
	max-width: 1480px;
	margin: 0 auto;
	padding: 0 15px;
}

@media(min-width: 375px) {

.container {
		padding: 0 30px;
	}
}

.btn {
	display: block;
	padding: 17px 20px;
	background-color: #00b0e0;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-align: center;
	border-radius: 5px;
}

.btn:not(:disabled):not(.btn_secondary):hover {
		background-color: #0090cd;
		color: #fff;
}

.btn:disabled {
	opacity: .5;
	cursor: not-allowed;
}

.btn_secondary {
	background-color: #f3f4f6;
	color: #6d6d6d;
}
.btn_secondary:not(:disabled):hover {
	color: #0090cd;
}

.btn_transparent {
	background-color: rgba(0, 176, 224, 0.2);
	box-shadow: inset 0 0 0 2px #00b0e0;
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
	z-index: 1050;
}

.modal-open {
		overflow: hidden;
}

.modal-open .modal {
		overflow-x: hidden;
		overflow-y: auto;
}

.modal-dialog {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		position: relative;
		width: auto;
		min-height: calc(100% - 16px);
		margin: 8px;
		pointer-events: none;
}

@media (min-width: 576px) {

.modal-dialog {
			max-width: 500px;
			min-height: calc(100% - 30px);
			margin: 15px auto;
	}
}

.modal-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
		background-color: #fff;
		outline: 0;
		pointer-events: auto;
		border-radius: 5px;
}

.modal-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
						justify-content: space-between;
		position: relative;
		padding: 30px;
}

.modal-title,
.deposit-page__content-title {
		color: #00b0e0;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 24px;
		line-height: 35px;
		font-weight: 500;
}

.modal-close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 13px;
	right: 13px;
	padding: 5px;
}
.modal-close:hover {
	color: #00b0e0;
}

.modal-body {
		padding: 0 30px 30px;
}

.modal-footer {
		padding: 30px;
		border-top: 1px solid #ececec;
		line-height: 22px;
		border-radius: 0 0 5px 5px;
}

.modal-backdrop {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background-color: #000;
		z-index: 1040;
}

.modal-backdrop.fade {
			opacity: 0;
}

.modal-backdrop.show {
			opacity: 0.5;
}

.modal-scrollbar-measure {
		position: absolute;
		top: -9999px;
		width: 50px;
		height: 50px;
		overflow: scroll;
}

.modal-card__header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		padding-bottom: 0;
}

.modal-card__description {
		padding: 14px 0 0;
		line-height: 24px;
}

.modal-card__body {
		padding-top: 30px;
}

.modal-card__form-item + .modal-card__form-item {
		padding: 10px 0 0;
}

.modal-card__checkboxes {
	padding: 4px 0;
}
.modal-card__checkboxes-item {
	padding: 10px 0;
}

.modal-card__label {
	padding: 7px 7px 0;
	font-size: 14px;
	line-height: 20px;
}

.modal-card__btn {
		width: 100%;
		margin: 24px 0 0;
		font-size: 18px;
		line-height: 26px;
		font-weight: 500;
}
.modal-card__btn + .modal-card__btn {
	margin: 4px 0 0;
}

.input {
	width: 100%;
	height:	58px;
	padding: 19px 24px;
	background-color: #fff;
	border: 1px solid #cacaca;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	-webkit-transition: border-color ease .2s;
	-o-transition: border-color ease .2s;
	transition: border-color ease .2s;
	border-radius: 5px;
	cursor: pointer;
}

.input::-webkit-input-placeholder {
		color: #6d6d6d;
}

.input::-moz-placeholder {
		color: #6d6d6d;
}

.input:-ms-input-placeholder {
		color: #6d6d6d;
}

.input::-ms-input-placeholder {
		color: #6d6d6d;
}

.input::placeholder {
		color: #6d6d6d;
}

.input:hover {
		border-color: #c0c0c0;
}

.input:focus {
	border-color: #00b0e0;
}

.select {
	position: relative;
}

.select2-container {
	width: 100% !important;
}

.select2-selection {
	height: auto !important;
	border: 1px solid #cacaca !important;
}

.select2-selection__rendered {
	padding: 18px 48px 18px 24px !important;
	color: #6d6d6d !important;
	font-size: 16px !important;
	line-height: 20px !important;
	font-weight: 400 !important;
	white-space: normal !important;
	word-break: break-word;
}

.select2-selection__arrow {
	background: transparent;
	position: absolute;
	right: 24px !important;
	top: 50% !important;
	width: 14px !important;
	height: 9px !important;
	background-image: url('./images/icons/arrow-down.svg');
	-webkit-transform: translate(0, -50%) rotate(0deg);
	    -ms-transform: translate(0, -50%) rotate(0deg);
	        transform: translate(0, -50%) rotate(0deg);
	-webkit-transition: -webkit-transform ease .2s;
	transition: -webkit-transform ease .2s;
	-o-transition: transform ease .2s;
	transition: transform ease .2s;
	transition: transform ease .2s, -webkit-transform ease .2s;
}

.select2-container--open .select2-selection__arrow {
		-webkit-transform: translate(0, -50%) rotate(180deg);
		    -ms-transform: translate(0, -50%) rotate(180deg);
		        transform: translate(0, -50%) rotate(180deg);
}

.select2-selection__arrow > b {
		display: none;
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid #cacaca;
	overflow: hidden;
	border-radius: 5;
}

.select2-search {
	display: none;
}

.select2-results__options {
	/* max-height: 263px; */
	padding: 8px 0;
}

.select2-results__options .select2-results__option[aria-selected=true] {
		background-color: transparent;
		color: #00b0e0;
}

.select2-results__options .select2-results__option--highlighted[aria-selected] {
		background-color: transparent;
}

.select2-results__options .select2-results__option--highlighted[aria-selected]:hover {
		color: #00b0e0;
}

.select2-results__options .select2-disabled {
		background: none !important;
		opacity: .5;
		pointer-events: none;
}

.select2-results__option {
	position: relative;
	color: #939393;
	-webkit-transition: color ease .2s, background-color ease .2s, border ease .2s;
	-o-transition: color ease .2s, background-color ease .2s, border ease .2s;
	transition: color ease .2s, background-color ease .2s, border ease .2s;
}

.select2-results__option {
	padding: 14px 24px;
	color: #6d6d6d;
	font-size: 16px;
	line-height: 20px;
}

.checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0;
	cursor: pointer;
}
.checkbox__input {
	display: none;
}
.checkbox__indicator {
	-webkit-box-flex: 0;
		-ms-flex: none;
				flex: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	min-width: 24px;
	max-width: 24px;
	height: 24px;
	background-color: #fff;
	border: 1px solid #cacaca;
	-webkit-transition: background-color ease .2s, border-color ease .2s;
	-o-transition: background-color ease .2s, border-color ease .2s;
	transition: background-color ease .2s, border-color ease .2s;
	border-radius: 5px;
}
.checkbox__indicator:before {
	content: '';
	background-image: url('./images/icons/checkbox-tick.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 16px;
	height: 12px;
	opacity: 0;
	-webkit-transition: opacity ease .2s;
	-o-transition: opacity ease .2s;
	transition: opacity ease .2s;
}
.checkbox:hover .checkbox__indicator {
	border-color: #00b0e0;
}
.checkbox__input:checked ~ .checkbox__indicator {
	background-color: #00b0e0;
	border-color: transparent;
}
.checkbox__input:checked ~ .checkbox__indicator:before {
	opacity: 1;
}
.checkbox__content {
	position: relative;
	min-width: 0;
	padding: 0 0 0 16px;
	color: #6d6d6d;
	font-size: 16px;
	line-height: 20px;
	word-wrap: break-word;
}

.radioGroup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 58px;
	padding: 4px;
	background-color: #f3f4f6;
	border-radius: 5px;
}

.radio {
	-webkit-box-flex: 1;
					-ms-flex: 1;
							flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}
.radio__input {
	display: none;
}
.radio__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	width: 100%;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	-webkit-transition: color ease .2s, background-color ease .2s, box-shadow ease .2s;
	-o-transition: color ease .2s, background-color ease .2s, box-shadow ease .2s;
	transition: color ease .2s, background-color ease .2s, box-shadow ease .2s;
	border-radius: 4px;
}
.radio:hover .radio__btn {
	color: #000;
}
.radio__input:checked ~ .radio__btn {
	background-color: #fff;
	color: #000;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.header {
	background-color: #000;
	-webkit-box-shadow: 0 1px 1px 0 rgba(255,255,255,0.10);
	        box-shadow: 0 1px 1px 0 rgba(255,255,255,0.10);
}

.header__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding-top: 20px;
		padding-bottom: 20px;
}

@media(min-width: 768px) {

.header__inner {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			    -ms-flex-direction: row;
			        flex-direction: row;
			min-height: 84px;
			padding-top: 0;
			padding-bottom: 0;
	}
}

.header__section {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}

.header__section + .header__section {
			padding: 20px 0 0;
}

@media(min-width: 768px) {

.header__section + .header__section {
				padding: 0;
	}
}

.header__logo {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin: 0 20px 0 0;
}

@media(min-width: 768px) {

.header__logo {
			margin: 0 40px 0 0;
	}
}

@media(min-width: 1280px) {

.header__logo {
			margin: 0 80px 0 0;
	}
}

.main-page .header__logo {
			display: none;
}

.header-phone,
.header-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
}

.header-phone__icon,
.header-social__icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		color: #00b0e0;
}

.header-phone__num,
.header-social__label {
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 14px;
		line-height: 24px;
		font-weight: 500;
		white-space:nowrap;
}

@media(min-width: 768px) {

.header-phone__num,
.header-social__label {
			font-size: 16px;
	}
}

.header-phone,
.header-social {
	margin: 0 20px 0 0
}

.header-phone__icon {
	margin: 0 14px 0 0;
}

.header-social:last-of-type {
	margin: 0
}

.header-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	margin: 0 -10px;
}

@media(min-width: 768px) {

.header-nav {
		margin: 0 -20px;
	}
}

.header-nav__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}

.header-nav__link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 0 10px;
		color: #fff;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 14px;
		line-height: 24px;
		font-weight: 500;
}

@media(min-width: 768px) {

.header-nav__link {
			padding: 0 20px;
			font-size: 16px;
	}
}

.header-nav__link:hover {
			color: #00b0e0;
}

.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.logo:before {
		content: '';
		width: 413px;
		height: 110px;
		background-image: url('./images/logo.svg');
		background-repeat: no-repeat;
}

.header__logo.logo:before {
			width: 38px;
			height: 38px;
			background-image: url('./images/logo_header_mini.svg');
}

@media(min-width: 1280px) {

.header__logo.logo:before {
				width: 142px;
				height: 38px;
				background-image: url('./images/logo_header.svg');
	}
}

.footer__logo.logo:before {
			width: 238px;
			height: 64px;
			background-image: url('./images/logo_footer.svg');
}

.intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
}

@media(min-width: 1280px) {
.intro {
		min-height: calc(100vh - 84px);
	}
}

.intro__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
}

.intro__content-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
}

.intro__content-inner:after {
			content: '';
			display: none;
			position: absolute;
			top: -84px;
			right: 0;
			bottom: 0;
			left: 40.5633802%;
			background: url('./images/intro-bg.png') no-repeat;
			background-size: contain;
			background-position: right;
}

@media(min-width: 1280px) {

.intro__content-inner:after {
				display: block;
	}
}

.intro-labs-link {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 228px;
	height: 153px;
	z-index: 3;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

@media(min-width: 768px) {

.intro-labs-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media(min-width: 992px) {

.intro-labs-link {
		width: 268px;
		height: 180px;
	}
}

.intro-labs-link__bg {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		width: 100%;
		height: 100%;
		color: #25b1de;
		-webkit-transition: color .2s ease;
		-o-transition: color .2s ease;
		transition: color .2s ease;
		z-index: 1;
}

.intro-labs-link:hover .intro-labs-link__bg {
			color: #fff;
}

.intro-labs-link__bg svg {
			width: 100%;
			height: 100%;
}

.intro-labs-link__logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		right: 24px;
		bottom: 24px;
		color: #000;
		-webkit-transition: color .2s ease;
		-o-transition: color .2s ease;
		transition: color .2s ease;
		z-index: 2;
}

@media(min-width: 992px) {

.intro-labs-link__logo {
			right: 32px;
			bottom: 32px;
	}
}

.intro-labs-link:hover .intro-labs-link__logo {
			color: #00b0e0;
}

.intro-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	width: 100%;
	padding: 40px 0;
	z-index: 1;
}

@media(min-width: 768px) {

.intro-block {
		padding: 60px 0;
	}
}

@media(min-width: 1920px) {

.intro-block {
		padding: 70px 0;
	}
}

@media(min-width: 1280px) {

.intro-block {
		max-width: 490px;
	}
}

.intro-block__header {
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 0 0 40px 0;
}

@media(min-width: 768px) {

.intro-block__header {
			padding: 0 0 70px 0;
	}
}

.intro-block__separator {
		position: relative;
		width: 100%;
		max-width: 440px;
		height: 3px;
		margin: 0 0 30px;
		background-color: #00b0e0;
		border-radius: 3px;
}

@media(min-width: 768px) {

.intro-block__separator {
			margin: 0 0 40px;
	}
}

.intro-block__separator:before {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 121px;
			height: 10px;
			background: url('./images/separator/prices.svg') no-repeat;
}

.intro-block__footer {
		margin: auto 0 0;
}

@media(min-width: 768px) {

.intro-block__footer {
			padding: 0 248px 0 0;
	}
}

@media(min-width: 992px) {

.intro-block__footer {
			padding: 0 288px 0 0;
	}
}

@media(min-width: 1280px) {

.intro-block__footer {
			padding: 0;
	}
}

.intro-block__links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin: 0 -15px -10px;
}

@media(min-width: 375px) {

.intro-block__links {
			margin: 0 -20px -10px;
	}
}

.intro-block__link {
		padding: 10px 15px;
		color: #fff;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 14px;
		line-height: 24px;
		font-weight: 500;
}

.intro-block__link:hover {
	color: #00b0e0;
}

@media(min-width: 375px) {

.intro-block__link {
			padding: 10px 20px;
	}
}

@media(min-width: 768px) {

.intro-block__link {
			font-size: 16px;
	}
}

.intro-info {
	text-align: center;
}

@media(min-width: 576px) {

.intro-info {
		text-align: left;
	}
}

.intro-info__logo {
		display: block;
		width: 220px;
		margin: 0 auto;
}

@media(min-width: 425px) {

.intro-info__logo {
			width: 280px;
	}
}

@media(min-width: 576px) {

.intro-info__logo {
			width: 300px;
			margin: 0;
	}
}

@media(min-width: 1280px) {

.intro-info__logo {
			width:  auto;
	}
}

.intro-info__title {
		padding: 25px 0 0;
		color: #00b0e0;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 24px;
		line-height: 38px;
		font-weight: 500;
}

@media(min-width: 576px) {

.intro-info__title {
			font-size: 30px;
			line-height: 44px;
	}
}

@media(min-width: 768px) {

.intro-info__title {
			padding: 35px 0 0;
			font-size: 40px;
			line-height: 54px;
	}
}

@media(min-width: 992px) {

.intro-info__title {
			font-size: 50px;
			line-height: 64px;
	}
}

@media(min-width: 1280px) {

.intro-info__title {
			padding: 70px 0 0;
	}
}

@media(min-width: 1280px) {

.intro-info__title span {
				display: block;
	}
}

.intro-info__description {
		padding: 12px 0 0;
		color: #fff;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 13px;
		line-height: 24px;
}

@media(min-width: 576px) {

.intro-info__description {
			font-size: 15px;
			line-height: 26px;
	}
}

@media(min-width: 768px) {

.intro-info__description {
			font-size: 18px;
			line-height: 32px;
	}
}

@media(min-width: 992px) {

.intro-info__description {
			font-size: 20px;
			line-height: 34px;
	}
}

@media(min-width: 1280px) {

.intro-info__description {
			padding: 24px 0 0;
	}
}

.intro-info__btn-wrap {
		/* display: -webkit-box;
		display: -ms-flexbox;
		display: flex; */
		padding: 25px 0 0;
}

@media(min-width: 1280px) {

.intro-info__btn-wrap {
			padding: 50px 0 0;
	}
}

.intro-info__btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
						align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
				justify-content: center;
		width: 100%;
		font-weight: 500;
}

.intro-info__btn + .intro-info__btn {
	margin: 10px 0 0;
}

.intro-info__btn-icon-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 10px 0 0;
	color: #00b0e0;
	-webkit-transition: color ease .2s;
	-o-transition: color ease .2s;
	transition: color ease .2s;
}
.intro-info__btn:hover .intro-info__btn-icon-wrap {
	color: #fff;
}
.intro-info__btn-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media(min-width: 768px) {

.intro-info__btn {
			font-size: 20px;
			line-height: 26px;
	}
}

@media(min-width: 1280px) {

.intro-info__btn {
			width: auto;
			min-width: 340px;
	}
}

.page-corners {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

@media(min-width: 1920px) and (min-height: 900px) {

.page-corners {
		display: block;
	}
}

.page-corners__item {
		position: absolute;
}

.page-corners__item_top-left {
			top: -84px;
			left: 0;
			width: 407px;
			height: 258px;
			background: url('./images/corners/top-left.svg') no-repeat;
}

.page-corners__item_top-right {
			top: -48px;
			right: 82px;
			width: 395px;
			height: 200px;
			background: url('./images/corners/top-right.svg') no-repeat;
}

.page-corners__item_bottom-left {
			bottom: 0;
			left: 0;
			width: 240px;
			height: 355px;
			background: url('./images/corners/bottom-left.svg') no-repeat;
}

.page-corners__item_bottom-right {
			right: 0;
			bottom: 187px;
			width: 308px;
			height: 329px;
			background: url('./images/corners/bottom-right.svg') no-repeat;
}

.how-find {
	background: url('./images/how-find-bg.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}

.how-find__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		min-height: 300px;
		padding-top: 40px;
		padding-bottom: 40px;
}

@media(min-width: 768px) {

.how-find__inner {
			min-height: 400px;
	}
}

.how-find__title {
		color: #fff;
}

.how-find__city {
		padding: 20px 0 0;
		color: #fff;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 20px;
		line-height: 31px;
		font-weight: 500;
}

@media(min-width: 768px) {

.how-find__city {
			padding: 32px 0 0;
			font-size: 24px;
			line-height: 35px;
	}
}

.how-find__adress {
		padding: 10px 0 0;
		color: #b9cacf;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 16px;
		line-height: 26px;
}

.how-find__adress a {
	color: #00b0e0;
}

.how-find__adress a:hover {
	text-decoration: underline;
}

@media(min-width: 768px) {

.how-find__adress {
			font-size: 20px;
			line-height: 30px;
	}
}

.how-find__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}
.how-find__link-icon {
	display: flex;
	margin: 0 0 0 10px;
}

.footer {
	padding: 32px 0;
	background-color: #fff;
}

@media(min-width: 576px) {

.footer {
		padding: 64px 0;
	}
}

@media(min-width: 1280px) {

.footer {
		padding: 84px 0;
	}
}

.footer__bottom {
		padding: 40px 0 0;
}

.footer__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
}

@media(min-width: 1280px) {

.footer__row {
			-ms-flex-wrap: nowrap;
			    flex-wrap: nowrap;
	}
}

.footer__info {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
}

@media(min-width: 768px) {

.footer__info {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 calc(100% - 300px);
			        flex: 0 0 calc(100% - 300px);
			padding: 0 30px 0 0;
	}
}

@media(min-width: 1280px) {

.footer__info {
			-webkit-box-ordinal-group: 1;
			    -ms-flex-order: 0;
			        order: 0;
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 330px;
			        flex: 0 0 330px;
			padding: 0;
	}
}

.footer__details {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		padding: 40px 0 0;
}

@media(min-width: 576px) {

.footer__details {
			padding: 60px 0 0;
	}
}

@media(min-width: 768px) {

.footer__details {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 300px;
			        flex: 0 0 300px;
			padding: 0;
	}
}

.footer__cols {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
		margin: 0 -15px;
		padding: 0 0 40px;
}

@media(min-width: 425px) {

.footer__cols {
			-ms-flex-wrap: nowrap;
			    flex-wrap: nowrap;
	}
}

@media(min-width: 576px) {

.footer__cols {
			margin: 0 -30px;
			padding: 0 0 60px;
	}
}

@media(min-width: 1280px) {

.footer__cols {
			-webkit-box-ordinal-group: 2;
			    -ms-flex-order: 1;
			        order: 1;
			-webkit-box-flex: 0;
			    -ms-flex: none;
			        flex: none;
			-webkit-box-flex: 1;
			    -ms-flex-positive: 1;
			        flex-grow: 1;
			margin: 0;
			padding: 0 40px;
	}
}

@media(min-width: 1440px) {

.footer__cols {
			padding: 0 60px;
	}
}

.footer__cols-item {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
		padding: 0 15px;
}

.footer__cols-item + .footer__cols-item {
			margin: 40px 0 0;
}

@media(min-width: 425px) {

.footer__cols-item {
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 50%;
			        flex: 1 0 50%;
	}

			.footer__cols-item + .footer__cols-item {
				margin: 0;
	}
}

@media(min-width: 576px) {

.footer__cols-item {
			padding: 0 30px;
	}
}

@media(min-width: 1440px) {

.footer__cols-item {
			padding: 0 40px;
	}
}

.footer__description {
		padding: 32px 0 0;
		font-size: 16px;
		line-height: 24px;
}

.footer__btn {
		width: 100%;
}

.footer__invasion-labs {
		margin: 14px 0 0;
}

.footer__pay-info {
		font-size: 13px;
		line-height: 23px;
}

.footer__pay-info p {
			margin: 0;
}

.footer__pay-info p + p {
			padding: 8px 0 0;
}

.footer-phone {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 24px 0 -8px;
	padding: 8px 0;
	color: #000;
}

.footer-phone__icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 14px 0 0;
		color: #00b0e0;
}

.footer-phone__num {
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 16px;
		line-height: 24px;
		font-weight: 500;
}

.footer-col__label {
		position: relative;
		color: #000;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 20px;
		line-height: 30px;
		font-weight: 500;
}

.footer-col__separator {
		position: relative;
		width: 100%;
		height: 3px;
		margin: 30px 0 37px;
		background-color: #dbe2e4;
		border-radius: 3px;
}

.footer-col__separator:before {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 91px;
			height: 10px;
			background: url('./images/separator/footer-col.svg') no-repeat;
}

.footer-nav {
	margin: -10px 0;
}

.footer-nav__link {
		display: inline-block;
		padding: 10px 0;
		font-size: 18px;
		line-height: 22px;
}

.invasion-labs {
	display: block;
	padding: 22px 44px;
	border: 1px solid #e7e3e3;
	border-radius: 5px;
}

.invasion-labs:hover {
		border-color: #00b0e0;
}

.invasion-labs:before {
		content: '';
		display: block;
		margin: 0 auto;
		width: 178px;
		height: 36px;
		background: url('./images/logo-invasion-labs.svg') no-repeat;
}

.public-offer,
.rules-page {
	position: relative;
	min-height: calc(100vh - 84px);
}

.public-offer__content,
.rules-page__content {
		padding-top: 40px;
		padding-bottom: 40px;
}

@media(min-width: 768px) {

.public-offer__content,
.rules-page__content {
			padding-top: 60px;
			padding-bottom: 60px;
	}
}

@media(min-width: 1280px) {

.public-offer__content,
.rules-page__content {
			padding-top: 80px;
			padding-bottom: 80px;
	}
}

@media(min-width: 1920px) {

.public-offer__content,
.rules-page__content {
			padding-top: 116px;
			padding-bottom: 116px;
	}
}

.public-offer__title,
.rules-page__title {
		color: #00b0e0;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 24px;
		line-height: 38px;
		font-weight: 500;
}

@media(min-width: 425px) {

.public-offer__title,
.rules-page__title {
			font-size: 30px;
			line-height: 44px;
	}
}

@media(min-width: 576px) {

.public-offer__title,
.rules-page__title {
			font-size: 40px;
			line-height: 54px;
	}
}

@media(min-width: 768px) {

.public-offer__title,
.rules-page__title {
			font-size: 50px;
			line-height: 64px;
	}
}

.public-offer__info,
.rules-page__info {
		padding: 10px 0 0;
		color: #fff;
		font-size: 14px;
		line-height: 26px;
}

@media(min-width: 425px) {

.public-offer__info,
.rules-page__info {
			font-size: 16px;
			line-height: 28px;
	}
}

@media(min-width: 768px) {

.public-offer__info,
.rules-page__info {
			font-size: 18px;
			line-height: 30px;
	}
}

@media(min-width: 992px) {

.public-offer__info,
.rules-page__info {
			font-size: 20px;
			line-height: 32px;
	}
}

.public-offer__info p,
.rules-page__info-item {
			padding-top: 22px;
			margin: 0;
}

@media(min-width: 992px) {

.public-offer__info p,
.rules-page__info-item {
				padding-top: 32px;
	}
}

.rules-page__info-item ol {
	margin: 0;
}

.rules-page__info-item ol li {
	display: block;
	padding: 16px 0 0;
}

.rules-page__info-item ol > li:first-child {
	counter-reset: item;
}

.rules-page__info-item ol > li {
	counter-increment: item;
	position: relative;
}

.rules-page__info-item ol > li:before {
	content: counters(item, ".") ". ";
	position: absolute;
	right: 10px;
	margin-right: 100%;
}

.rules-page__info-caption {
	padding: 16px 0 0;
}

.slider__body {
		position: relative;
}

.slider .owl-stage-outer {
		position: relative;
		overflow: hidden;
		-webkit-transform: translate3d(0,0,0);
		        transform: translate3d(0,0,0);
}

.slider .owl-stage {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		-ms-touch-action: pan-Y;
		touch-action: manipulation;
}

.slider .owl-item {
		-webkit-transform: translate3d(0,0,0);
		        transform: translate3d(0,0,0);
}

.slider .disabled {
		display: none;
}

.landing-nav-section-before {
	height: 70px;
	background-color: #fff;
}

.landing-nav-section {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 1000;
}

.landing-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	overflow-x: scroll;
}

.landing-nav::-webkit-scrollbar {
		display: none;
}

.landing-nav__link {
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		position: relative;
		padding: 25px 10px;
		color: #000;
		font-size: 16px;
		line-height: 20px;
		font-weight: 500;
		white-space: nowrap;
}

@media(min-width: 768px) {

.landing-nav__link {
			font-size: 18px;
	}
}

@media(min-width: 992px) {

.landing-nav__link {
			padding: 25px 15px;
	}
}

.landing-nav__link:not(.landing-nav__link_current):hover,
		.landing-nav__link_current {
			color: #00b0e0;
}

.landing-nav__link:before {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			height: 5px;
			background-color: #dee4e5;
			-webkit-transition: background-color .2s ease;
			-o-transition: background-color .2s ease;
			transition: background-color .2s ease;
}

.landing-nav__link:first-child:before {
			border-radius: 4px 0 0 4px;
}

.landing-nav__link:last-child:before {
			border-radius: 0 4px 4px 0;
}

.landing-nav__link_current:before {
			background-color: #00b0e0;
			border-radius: 4px !important;
}

.about-us {
	padding: 32px 0;
	background-color: #fff;
}

@media(min-width: 576px) {

.about-us {
		padding: 64px 0;
	}
}

@media(min-width: 992px) {

.about-us {
		padding: 90px 0;
	}
}

.about-us__description {
		width: 100%;
		max-width: 1160px;
		padding: 18px 0 0;
		color: #000;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 14px;
		line-height: 32px;
}

@media(min-width: 576px) {

.about-us__description {
			font-size: 16px;
			line-height: 34px;
	}
}

@media(min-width: 768px) {

.about-us__description {
			padding: 36px 0 0;
			font-size: 20px;
			line-height: 38px;
	}
}

.advantages-before,
.advantages-after {
	position: relative;
	z-index: 1;
}

.advantages-before__bg, .advantages-after__bg {
		max-width: 100%;
		width: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
}

.advantages-before:before, .advantages-after:before {
		content: '';
		display: none;
		position: absolute;
}

@media(min-width: 1440px) {

.advantages-before:before, .advantages-after:before {
			display: block;
	}
}

.advantages-before:before {
		bottom: calc(-165px + 3.34224599%);
		left: -100px;
		width: 356px;
		height: 165px;
		background: url('./images/advantages/corner-top-left.svg') no-repeat;
}

@media(min-width: 1920px) {

.advantages-before:before {
			left: 0;
	}
}

.advantages-after:before {
		top: calc(-376px + 3.34224599%);
		right: -100px;
		width: 262px;
		height: 376px;
		background: url('./images/advantages/corner-bottom-right.svg') no-repeat;
}

@media(min-width: 1920px) {

.advantages-after:before {
			right: 0;
	}
}

.advantages {
	position: relative;
	background-color: #0f0f0f;
}

.advantages__content-inner {
		position: relative;
		padding: 32px 0;
}

@media(min-width: 576px) {

.advantages__content-inner {
			padding: 64px 0;
	}
}

@media(min-width: 992px) {

.advantages__content-inner {
			padding: 90px 0;
	}
}

.advantages__title {
		width: 100%;
		max-width: 850px;
		margin: 0 auto;
		color: #fff;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 16px;
		line-height: 32px;
		text-align: center;
}

@media(min-width: 576px) {

.advantages__title {
			font-size: 18px;
			line-height: 34px;
	}
}

@media(min-width: 768px) {

.advantages__title {
			font-size: 22px;
			line-height: 38px;
	}
}

.advantages__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin: 0 -10px;
		padding: 5px 0 0;
}

@media(min-width: 576px) {

.advantages__list {
			padding: 25px 0 0;
	}
}

@media(min-width: 992px) {

.advantages__list {
			padding: 50px 0 0;
	}
}

.advantages__list-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		padding: 50px 10px 0;
}

@media(min-width: 576px) {

.advantages__list-item {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 50%;
			        flex: 0 0 50%;
	}
}

@media(min-width: 768px) {

.advantages__list-item {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 33.33333333%;
			        flex: 0 0 33.33333333%;
	}
}

@media(min-width: 992px) {

.advantages__list-item {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 25%;
			        flex: 0 0 25%;
	}
}

.advantage {
	position: relative;
	text-align: center;
}

.advantage__icon-placeholder {
		width: 72px;
		height: 72px;
		margin: 0 auto;
}

.advantage__label {
		max-width: 240px;
		margin: 0 auto;
		padding: 25px 0 0;
		color: #fff;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 14px;
		line-height: 24px;
}

@media(min-width: 576px) {

.advantage__label {
			max-width: none;
	}
}

@media(min-width: 768px) {

.advantage__label {
			font-size: 16px;
			line-height: 26px;
	}
}

@media(min-width: 1280px) {

.advantage__label {
			font-size: 18px;
			line-height: 28px;
	}
}

.advantage__label span {
			display: block;
}

.what-you-can {
	padding: 40px 0;
	background-color: #fff;
}

@media(min-width: 576px) {

.what-you-can {
		padding: 64px 0;
	}
}

@media(min-width: 992px) {

.what-you-can {
		padding: 80px 0;
	}
}

.what-you-can__label {
		padding: 10px 0 0;
		color: #000;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 18px;
		line-height: 30px;
}

@media(min-width: 768px) {

.what-you-can__label {
			padding: 20px 0 0;
			font-size: 24px;
			line-height: 35px;
	}
}

.what-you-can__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin: 50px 0 0;
		border: 1px solid #dadada;
		border-radius: 10px;
}

.what-you-can__list-item {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		min-width: 100%;
		border-top: 1px solid #dadada;
		border-left: 1px solid #dadada;
}

@media(max-width: 575.98px) {
			.what-you-can__list-item:nth-child(1n+1) {
				border-left: 0;
	}
			
			.what-you-can__list-item:nth-child(1) {
				border-top: 0;
	}
}

@media(min-width: 576px) and (max-width: 991.98px) {

.what-you-can__list-item {
			min-width: 50%;
	}

			.what-you-can__list-item:nth-child(2n+1) {
				border-left: 0;
	}

			.what-you-can__list-item:nth-child(1),
			.what-you-can__list-item:nth-child(2) {
				border-top: 0;
	}
}

@media(min-width: 992px) and (max-width: 1279.98px) {

.what-you-can__list-item {
			min-width: 25%;
	}

			.what-you-can__list-item:nth-child(4n+1) {
				border-left: 0;
	}
			
			.what-you-can__list-item:nth-child(1),
			.what-you-can__list-item:nth-child(2),
			.what-you-can__list-item:nth-child(3),
			.what-you-can__list-item:nth-child(4) {
				border-top: 0;
	}
}

@media(min-width: 1280px) {

.what-you-can__list-item {
			min-width: 20%;
	}

			.what-you-can__list-item:nth-child(5n+1) {
				border-left: 0;
	}

			.what-you-can__list-item:nth-child(1),
			.what-you-can__list-item:nth-child(2),
			.what-you-can__list-item:nth-child(3),
			.what-you-can__list-item:nth-child(4),
			.what-you-can__list-item:nth-child(5) {
				border-top: 0;
	}
}

.what-you-can-item {
	padding: 15px 30px 25px;
}

@media(min-width: 576px) {

.what-you-can-item {
		min-height: 210px;
	}
}

.what-you-can-item__num {
		color: #00b0e0;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 48px;
		line-height: 70px;
		font-weight: 500;
}

.what-you-can-item__description {
		padding: 10px 0 0;
		color: #000;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 16px;
		line-height: 30px;
}

.about-rooms-before__bg {
		max-width: 100%;
		width: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
}

.about-rooms {
	position: relative;
	padding: 50px 0;
	background-color: #00b0e0;
}

.about-rooms:before {
		content: '';
		display: block;
		position: absolute;
		top: -25px;
		right: 0;
		width: 354px;
		height: 45px;
		background: url('./images/vip-rooms/corner.svg') no-repeat;
}

.about-rooms__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin: -40px -40px 0;
}

.about-rooms__list-item {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		min-width: 100%;
		padding: 40px 40px 0;
		text-align: center;
}

@media(min-width: 768px) {

.about-rooms__list-item {
			min-width: 50%;
	}
}

@media(min-width: 992px) {

.about-rooms__list-item {
			min-width: auto;
			text-align: left;
	}
}

.about-rooms-item {
	color: #fff;
}

@media(min-width: 992px) {

.about-rooms-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.about-rooms-item__value-placeholder {
		padding: 0 0 20px 0;
}

@media(min-width: 992px) {

.about-rooms-item__value-placeholder {
			padding: 0 42px 0 0;
	}
}

.about-rooms-item__value {
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 72px;
		line-height: 1;
		font-weight: 500;
}

.about-rooms-item__label {
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 18px;
		line-height: 30px;
}

@media(min-width: 992px) {

.about-rooms-item__label {
			padding: 5px 0 0;
	}
}

@media(min-width: 992px) {

.about-rooms-item__label span {
				display: block;
	}
}

.individual-approach {
	position: relative;
	background-color: #fff;
}

.individual-approach__corners {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		overflow: hidden;
}

@media(min-width: 1440px) {

.individual-approach__corners {
			display: block;
	}
}

.individual-approach__corners:before {
			content: '';
			display: block;
			position: absolute;
			right: 0;
			bottom: 0;
			width: 582px;
			height: 307px;
			background: url('./images/individual-approach/corner-bottom-right.svg') no-repeat;
}

.individual-approach__content-inner {
		position: relative;
		padding: 32px 0;
}

@media(min-width: 576px) {

.individual-approach__content-inner {
			padding: 64px 0;
	}
}

@media(min-width: 992px) {

.individual-approach__content-inner {
			padding: 80px 0;
	}
}

.individual-approach__description {
		width: 100%;
		max-width: 1065px;
		color: #000;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 16px;
		line-height: 32px;
}

@media(min-width: 576px) {

.individual-approach__description {
			font-size: 20px;
			line-height: 36px;
	}
}

@media(min-width: 992px) {

.individual-approach__description {
			font-size: 24px;
			line-height: 40px;
	}
}

.individual-approach p {
		margin: 0;
}

.individual-approach p + p {
		padding: 20px 0 0;
}

@media(min-width: 576px) {

.individual-approach p + p {
			padding: 30px 0 0;
	}
}

@media(min-width: 992px) {

.individual-approach p + p {
			padding: 40px 0 0;
	}
}

.our-residents {
	position: relative;
	background-color: #0f0f0f;
}

.our-residents__corners {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		overflow: hidden;
}

@media(min-width: 1440px) {

.our-residents__corners {
			display: block;
	}
}

.our-residents__corners:before,
		.our-residents__corners:after {
			content: '';
			display: block;
			position: absolute;
}

.our-residents__corners:before {
			top: 0;
			right: -100px;
			width: 304px;
			height: 402px;
			background: url('./images/our-residents/corner-top-right.svg') no-repeat;
}

@media(min-width: 1920px) {

.our-residents__corners:before {
				right: 0;
	}
}

.our-residents__corners:after {
			bottom: 0;
			left: -100px;
			width: 307px;
			height: 95px;
			background: url('./images/our-residents/corner-bottom-left.svg') no-repeat;
}

@media(min-width: 1920px) {

.our-residents__corners:after {
				left: 0;
	}
}

.our-residents__content-inner {
		position: relative;
		padding: 32px 0;
}

@media(min-width: 576px) {

.our-residents__content-inner {
			padding: 64px 0;
	}
}

@media(min-width: 992px) {

.our-residents__content-inner {
			padding: 64px 0 100px;
	}
}

.our-residents__description {
		width: 100%;
		max-width: 912px;
		padding: 18px 0 0;
		color: #fff;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 14px;
		line-height: 32px;
}

@media(min-width: 576px) {

.our-residents__description {
			font-size: 16px;
			line-height: 34px;
	}
}

@media(min-width: 768px) {

.our-residents__description {
			padding: 36px 0 0;
			font-size: 20px;
			line-height: 38px;
	}
}

.our-residents__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin: 0 -10px;
		padding: 12px 0 0;
}

@media(min-width: 576px) {

.our-residents__list {
			padding: 22px 0 0;
	}
}

@media(min-width: 992px) {

.our-residents__list {
			margin: 0 -15px;
	}
}

.our-residents__list-item {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 50%;
		        flex: 1 0 50%;
		padding: 32px 10px 0;
}

@media(min-width: 576px) {

.our-residents__list-item {
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 33.33333333%;
			        flex: 1 0 33.33333333%;
			padding: 42px 10px 0;
	}
}

@media(min-width: 768px) {

.our-residents__list-item {
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 20%;
			        flex: 1 0 20%;
	}
}

@media(min-width: 992px) {

.our-residents__list-item {
			padding: 42px 15px 0;
	}
}

.our-resident {
	position: relative;
	text-align: center;
}

@media(min-width: 1440px) {

.our-resident {
		padding: 33px 0 9px;
	}
}

.our-resident:before {
		content: '';
		display: none;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
}

@media(min-width: 1440px) {

.our-resident:before {
			display: block;
	}
}

.our-residents__list-item:nth-child(10n+1) .our-resident:before,
		.our-residents__list-item:nth-child(10n+10) .our-resident:before {
			top: 14px;
			width: 262px;
			height: 101px;
			background: url('./images/our-residents/figure-1.svg') no-repeat;
}

.our-residents__list-item:nth-child(10n+2) .our-resident:before,
		.our-residents__list-item:nth-child(10n+9) .our-resident:before {
			top: 6px;
			width: 262px;
			height: 117px;
			background: url('./images/our-residents/figure-2.svg') no-repeat;
}

.our-residents__list-item:nth-child(10n+3) .our-resident:before,
		.our-residents__list-item:nth-child(10n+7) .our-resident:before,
		.our-resident:before  {
			top: 0;
			width: 262px;
			height: 129px;
			background: url('./images/our-residents/figure-3.svg') no-repeat;
}

.our-residents__list-item:nth-child(10n+4) .our-resident:before,
		.our-residents__list-item:nth-child(10n+6) .our-resident:before,
		.our-resident:before  {
			top: 6px;
			width: 262px;
			height: 117px;
			background: url('./images/our-residents/figure-4.svg') no-repeat;
}

.our-residents__list-item:nth-child(10n+5) .our-resident:before,
		.our-residents__list-item:nth-child(10n+8) .our-resident:before,
		.our-resident:before  {
			top: 12px;
			width: 262px;
			height: 103px;
			background: url('./images/our-residents/figure-5.svg') no-repeat;
}

.our-resident__avatar-placeholder {
		position: relative;
}

.our-resident__avatar {
		width: 100px;
		height: 100px;
		border-radius: 100%;
}

@media(min-width: 992px) {

.our-resident__avatar {
			width: 140px;
			height: 140px;
	}
}

@media(min-width: 1280px) {

.our-resident__avatar {
			width: 180px;
			height: 180px;
	}
}

.our-resident__name {
		position: relative;
		padding: 24px 0 0;
		color: #fff;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 18px;
		line-height: 28px;
		font-weight: 500;
		word-break: break-word;
}

@media(min-width: 1280px) {

.our-resident__name {
			font-size: 22px;
			line-height: 32px;
	}
}

.our-resident__label {
		position: relative;
		padding: 8px 0 0;
		color: #848282;
		font-size: 16px;
		line-height: 20px;
}

@media(min-width: 1280px) {

.our-resident__label {
			font-size: 20px;
			line-height: 24px;
	}
}

.vip-service-before__bg {
		max-width: 100%;
		width: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
}

.vip-service {
	position: relative;
	background-color: #f3f4f6;
}

.vip-service__corners {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		overflow: hidden;
}

@media(min-width: 1440px) {

.vip-service__corners {
			display: block;
	}
}

.vip-service__corners:before {
			content: '';
			display: block;
			position: absolute;
			top: -121px;
			right: -100px;
			width: 397px;
			height: 386px;
			background: url('./images/vip-service/corner-top-right.svg') no-repeat;
}

@media(min-width: 1920px) {

.vip-service__corners:before {
				right: 0;
	}
}

.vip-service__content-inner {
		position: relative;
		padding: 32px 0;
}

@media(min-width: 576px) {

.vip-service__content-inner {
			padding: 64px 0;
	}
}

@media(min-width: 992px) {

.vip-service__content-inner {
			padding: 64px 0 100px;
	}
}

.vip-service__title span {
			display: block;
}

.vip-service__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin: 0 -10px;
}

@media(min-width: 576px) {

.vip-service__list {
			padding: 20px 0 0;
	}
}

@media(min-width: 992px) {

.vip-service__list {
			padding: 40px 0 0;
	}
}

.vip-service__list-item {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		min-width: 100%;
		padding: 24px 15px 0;
}

@media(min-width: 992px) {

.vip-service__list-item {
			min-width: 50%;
	}
}

.vip-service-item {
	position: relative;
	width: 100%;
	padding: 24px 32px;
	background-color: #fff;
	background-size: 100%;
	color: #000;
	font-family: Stolzl, 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 28px;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,0.06);
	        box-shadow: 0 3px 8px 0 rgba(0,0,0,0.06);
	border-radius: 5px;
}

@media(min-width: 576px) {

.vip-service-item {
		font-size: 16px;
		line-height: 30px;
	}
}

.vip-service-item:before,
	.vip-service-item:after {
		content: '';
		display: block;
		position: absolute;
}

@media(max-width: 991.98px) {
		.vip-service__list-item:nth-child(1) .vip-service-item:before {
			display: none;
	}

		.vip-service__list-item:nth-child(2n+1) .vip-service-item:before {
			width: 137px;
			height: 14px;
			left: -8px;
			top: -5px;
			background: url('./images/vip-service/item-corner-inside-top.svg') no-repeat;
			-webkit-transform: scale(-1, 1);
			    -ms-transform: scale(-1, 1);
			        transform: scale(-1, 1);
	}

		.vip-service__list-item:nth-child(2n+1) .vip-service-item:after {
			width: 137px;
			height: 20px;
			bottom: -11px;
			right: -8px;
			background: url('./images/vip-service/item-corner-inside-bottom.svg') no-repeat;
	}

	.vip-service__list-item:nth-child(2n+2) .vip-service-item {
		border-top-right-radius: 0;
	}

		.vip-service__list-item:nth-child(2n+2) .vip-service-item:before {
			width: 137px;
			height: 14px;
			top: -14px;
			right: -8px;
			background: url('./images/vip-service/item-corner-outside-top.svg') no-repeat;
	}

		.vip-service__list-item:nth-child(2n+2) .vip-service-item:after {
			width: 137px;
			height: 27px;
			left: -8px;
			bottom: -20px;
			background: url('./images/vip-service/item-corner-outside-bottom.svg') no-repeat;
			-webkit-transform: scale(-1, 1);
			    -ms-transform: scale(-1, 1);
			        transform: scale(-1, 1);
	}
		
		.vip-service__list-item:nth-child(2n+1):last-child:nth-child(odd) .vip-service-item:after,
		.vip-service__list-item:nth-last-child(1) .vip-service-item:after {
			display: none;
	}
}

@media(min-width: 992px) {

		.vip-service__list-item:nth-child(4n+2) .vip-service-item {
			border-top-left-radius: 0;
	}
		
		.vip-service__list-item:nth-child(4n+3) .vip-service-item {
			border-top-right-radius: 0;
	}
		
		.vip-service__list-item:nth-child(1) .vip-service-item:before,
		.vip-service__list-item:nth-child(2) .vip-service-item:before,
		.vip-service__list-item:nth-last-child(1) .vip-service-item:after,
		.vip-service__list-item:nth-last-child(2):nth-child(odd) .vip-service-item:after {
			display: none;
	}
		
		.vip-service__list-item:nth-child(4n+1) .vip-service-item:before {
			width: 137px;
			height: 14px;
			left: -8px;
			top: -5px;
			background: url('./images/vip-service/item-corner-inside-top.svg') no-repeat;
			-webkit-transform: scale(-1, 1);
			    -ms-transform: scale(-1, 1);
			        transform: scale(-1, 1);
	}

		.vip-service__list-item:nth-child(4n+1) .vip-service-item:after {
			width: 137px;
			height: 20px;
			bottom: -11px;
			right: -8px;
			background: url('./images/vip-service/item-corner-inside-bottom.svg') no-repeat;
	}
		
		.vip-service__list-item:nth-child(4n+2) .vip-service-item:before {
			width: 137px;
			height: 14px;
			top: -14px;
			left: -8px;
			background: url('./images/vip-service/item-corner-outside-top.svg') no-repeat;
			-webkit-transform: scale(-1, 1);
			    -ms-transform: scale(-1, 1);
			        transform: scale(-1, 1);
	}

		.vip-service__list-item:nth-child(4n+2) .vip-service-item:after {
			width: 137px;
			height: 27px;
			right: -8px;
			bottom: -20px;
			background: url('./images/vip-service/item-corner-outside-bottom.svg') no-repeat;
	}
		
		.vip-service__list-item:nth-child(4n+3) .vip-service-item:before {
			width: 137px;
			height: 14px;
			top: -14px;
			right: -8px;
			background: url('./images/vip-service/item-corner-outside-top.svg') no-repeat;
	}

		.vip-service__list-item:nth-child(4n+3):last-child:nth-child(odd) .vip-service-item:after {
			display: none;
	}

		.vip-service__list-item:nth-child(4n+3) .vip-service-item:after {
			width: 137px;
			height: 27px;
			left: -8px;
			bottom: -20px;
			background: url('./images/vip-service/item-corner-outside-bottom.svg') no-repeat;
			-webkit-transform: scale(-1, 1);
			    -ms-transform: scale(-1, 1);
			        transform: scale(-1, 1);
	}

		.vip-service__list-item:nth-child(4n+4) .vip-service-item:before,
		.vip-service__list-item:nth-child(4n+3):last-child:nth-child(odd) .vip-service-item:before {
			width: 137px;
			height: 14px;
			right: -8px;
			top: -5px;
			background: url('./images/vip-service/item-corner-inside-top.svg') no-repeat;
	}

		.vip-service__list-item:nth-child(4n+4) .vip-service-item:after {
			width: 137px;
			height: 20px;
			bottom: -11px;
			left: -8px;
			background: url('./images/vip-service/item-corner-inside-bottom.svg') no-repeat;
			-webkit-transform: scale(-1, 1);
			    -ms-transform: scale(-1, 1);
			        transform: scale(-1, 1);
	}
}

.equipment-before__bg {
		max-width: 100%;
		width: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
}

.equipment {
	padding: 32px 0 57px;
	background-color: #0f0f0f;
}

@media(min-width: 576px) {

.equipment {
		padding: 64px 0 89px;
	}
}

.equipment__equipment {
		padding: 32px 0 0;
}

@media(min-width: 992px) {

.equipment__equipment {
			padding: 80px 0 0;
	}
}

.equipment-slider .owl-stage-outer {
		overflow: unset;
}

.equipment-slider__body {
		margin: 0 -10px;
}

.equipment-slider__item {
		width: 100%;
		height: 100%;
		padding: 0 10px;
}

.equipment-slider-item {
	position: relative;
	display: block;
	height: 100%;
	background-color: #000;
	border-radius: 5px;
	overflow: hidden;
}

.equipment-slider-item__background {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.equipment-slider-item__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		position: relative;
		min-height: 346px;
		padding: 20px;
}

@media(min-width: 768px) {

.equipment-slider-item__inner {
			min-height: 386px;
			padding: 20px 30px 30px;
	}
}

@media(min-width: 992px) {

.equipment-slider-item__inner {
			padding: 20px 60px 60px;
	}
}

.equipment-slider-item__num {
		padding: 0 0 20px 0;
		color: #fff;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 80px;
		line-height: 115px;
		font-weight: 500;
}

@media(min-width: 992px) {

.equipment-slider-item__num {
			padding: 0 0 40px 0;
	}
}

.equipment-slider-item__description {
		/* -webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1; */
		color: #fff;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 18px;
		line-height: 32px;
}

@media(min-width: 992px) {

.equipment-slider-item__description {
			font-size: 22px;
			line-height: 36px;
	}
}

.equipment-slider-item__details {
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
	padding: 10px 0 0;
	color: #fff;
	font-family: Stolzl, 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 24px;
}

@media(min-width: 992px) {
	.equipment-slider-item__details {
		padding: 15px 0 0;
	}
}

.equipment-slider-item__details a,
.equipment-slider-item__details a:hover {
	color: #fff;
}
.equipment-slider-item__details a:hover {
	text-decoration: underline;
}

.equipment-slider-nav {
	padding: 32px 0 0;
}

@media(min-width: 992px) {

.equipment-slider-nav {
		padding: 80px 0 0;
	}
}

.equipment-slider-arrows {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: -5px;
}

.equipment-slider-arrows__btn {
		padding: 5px;
		color: #fff;
}

.equipment-slider-arrows__btn:hover {
			color: #00b0e0;
}

.equipment-slider-arrows__btn + .equipment-slider-arrows__btn {
			margin: 0 0 0 24px;
}

.vip-rooms {
	position: relative;
	padding: 60px 0;
	background-color: #00b0e0;
}

@media(min-width: 992px) {

.vip-rooms {
		padding: 80px 0;
	}
}

.vip-rooms:before {
		content: '';
		display: block;
		position: absolute;
		top: -25px;
		right: 0;
		width: 354px;
		height: 45px;
		background: url('./images/vip-rooms/corner.svg') no-repeat;
}

.vip-rooms__title {
		color: #fff;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 24px;
		line-height: 36px;
		font-weight: 500;
		text-align: center;
}

@media(min-width: 425px) {

.vip-rooms__title {
			text-align: left;
	}
}

.vip-rooms__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin: 0 -30px;
		padding: 10px 0 0;
}

@media(min-width: 992px) {

.vip-rooms__list {
			padding: 24px 0 0;
	}
}

@media(min-width: 1280px) {

.vip-rooms__list {
			margin: 0 -40px;
	}
}

.vip-rooms__list-item {
		width: 100%;
		padding: 40px 30px 0;
}

@media(min-width: 992px) {

.vip-rooms__list-item {
			width: auto;
	}
}

@media(min-width: 1280px) {

.vip-rooms__list-item {
			padding: 40px 40px 0;
	}
}

@media(min-width: 425px) {

.vip-rooms-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

.vip-rooms-item__icon-placeholder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 0 0 25px 0;
}

@media(min-width: 425px) {

.vip-rooms-item__icon-placeholder {
			-webkit-box-pack: stretch;
			    -ms-flex-pack: stretch;
			        justify-content: stretch;
			padding: 0 35px 0 0;
	}
}

@media(min-width: 1280px) {

.vip-rooms-item__icon-placeholder {
			padding: 0 50px 0 0;
	}
}

.vip-rooms-item__description {
		color: #fff;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 18px;
		line-height: 28px;
		text-align: center;
}

@media(min-width: 425px) {

.vip-rooms-item__description {
			text-align: left;
	}
}

@media(min-width: 768px) {

.vip-rooms-item__description {
			font-size: 20px;
			line-height: 30px;
	}
}

.vip-rooms-item__description span {
			display: block;
}

.tariffs {
	position: relative;
	padding: 32px 0;
	background-color: #f3f4f6;
}

@media(min-width: 576px) {

.tariffs {
		padding: 64px 0;
	}
}

.tariffs:before {
		content: '';
		display: block;
		position: absolute;
		top: -10px;
		right: 0;
		width: 177px;
		height: 22px;
		background: url('./images/vip-rooms-info/corner.svg') no-repeat;
}

.tariffs__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin: 0 -10px;
		padding: 22px 0 0;
}

@media(min-width: 992px) {

.tariffs__list {
			-ms-flex-wrap: nowrap;
			    flex-wrap: nowrap;
			padding: 44px 0 0;
	}
}

.tariffs__list-item {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		min-width: 100%;
		padding: 35px 10px 0;
}

@media(min-width: 768px) {

.tariffs__list-item {
			min-width: 50%;
	}
}

@media(min-width: 992px) {

.tariffs__list-item {
			min-width: auto;
	}
}

.tariffs__caption {
		max-width: 820px;
		margin: 0 auto;
		padding: 32px 0 0;
		font-size: 14px;
		line-height: 26px;
		text-align: center;
}

@media(min-width: 768px) {

.tariffs__caption {
			font-size: 16px;
	}
}

@media(min-width: 992px) {

.tariffs__caption {
			padding: 50px 0 0;
	}
}

.tariffs__link-phone {
		color: #00b0e0;
		font-weight: 500;
}

.tariffs__link-phone:hover {
			text-decoration: underline;
}

.tariff {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	border: 1px solid #ececec;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,0.06);
	        box-shadow: 0 3px 8px 0 rgba(0,0,0,0.06);
	border-radius: 4px;
}

.tariff:before {
		content: '';
		display: block;
		position: absolute;
		top: -15px;
		right: -9px;
		width: 145px;
		height: 32px;
		background: url('./images/tariff/corner.svg') no-repeat;
}

.tariff__inner {
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		position: relative;
		padding: 30px 20px;
		background-color: #fff;
		border-radius: 4px;
}

@media(min-width: 425px) {

.tariff__inner {
			padding: 30px;
	}
}

@media(min-width: 1280px) {

.tariff__inner {
			padding: 40px;
	}
}

.tariff__header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
}

.tariff__info {
		padding: 0 15px 0 0;
}

.tariff__name {
		color: #00b0e0;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 24px;
		line-height: 35px;
		font-weight: 500;
}

.tariff__price {
		padding: 2px 0 0;
		color: #000;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 20px;
		line-height: 30px;
		font-weight: 500;
}

.tariff__icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}

.tariff__icon:before {
			content: '';
}

.tariff__icon_guest:before {
			width: 48px;
			height: 48px;
			background: url('./images/tariff/guest.svg') no-repeat;
}

.tariff__icon_resident:before {
			width: 48px;
			height: 48px;
			background: url('./images/tariff/resident.svg') no-repeat;
}

.tariff__icon_vip-resident:before {
			width: 48px;
			height: 48px;
			background: url('./images/tariff/vip-resident.svg') no-repeat;
}

.tariff__content {
		padding: 30px 0;
}

.tariff__footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
						justify-content: center;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		min-height: 54px;
}

.tariff__label-without-card {
		color: #6d6d6d;
		font-size: 16px;
		line-height: 20px;
		font-weight: 500;
}


.tariff__btn-order {
		width: 100%;
}

.tariff__link-more {
	display: block;
	padding: 10px 0 0;
	color: #00b0e0;
}

.tariff__link-more:hover {
	text-decoration: underline;
}

.tariff-details__item + .tariff-details__item {
		padding: 17px 0 0;
}

.tariff-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tariff-detail__label {
		line-height: 18px;
		word-break: break-word;
}

.tariff-detail__line {
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		position: relative;
		min-width: 80px;
		padding: 0 10px;
}

.tariff-detail__link {
	color: #00b0e0;
}

.tariff-detail__link:hover {
	text-decoration: underline;
}

@media(min-width: 375px) {

.tariff-detail__line {
			min-width: 100px;
	}
}

.tariff-detail__line:after {
			content: '';
			display: block;
			position: absolute;
			right: 10px;
			bottom: 2px;
			left: 10px;
			height: 1px;
			background-color: #ececec;
}

.tariff-detail__status {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		margin: 0 0 1px 0;
		padding: 0;
}

.tariff-detail__status:before {
			content: '';
			display: block;
			width: 16px;
			height: 16px;
			background: url('./images/tariff/status.svg') no-repeat;
}

.tariff-detail__status_check:before {
			width: 16px;
			height: 12px;
			background: url('./images/tariff/status_check.svg') no-repeat;
}

.tariff-detail__status-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		color: #000;
		font-weight: 500;
		white-space: nowrap;
}

.prices {
	padding: 32px 0;
	background-color: #fff;
}

@media(min-width: 576px) {

.prices {
		padding: 64px 0;
	}
}

.prices__description {
		padding: 18px 0 0;
		color: #000;
		font-size: 15px;
		line-height: 28px;
}

@media(min-width: 992px) {

.prices__description {
			padding: 24px 0 0;
			font-size: 18px;
	}
}

.prices__separator {
		position: relative;
		width: 100%;
		height: 3px;
		margin: 45px 0 13px;
		background-color: #00b0e0;
		border-radius: 3px;
}

@media(min-width: 992px) {

.prices__separator {
			margin: 64px 0 32px;
	}
}

.prices__separator:before {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 121px;
			height: 10px;
			background: url('./images/separator/prices.svg') no-repeat;
}

.prices__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin: 0 -16px;
}

@media(min-width: 1440px) {

	.prices__list:not(.prices__list_column) .prices__list {
			-ms-flex-wrap: nowrap;
			    flex-wrap: nowrap;
	}
}

.prices__list-item {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
		min-width: 100%;
		padding: 32px 16px 0;
}

@media(min-width: 1280px) {
	.prices__list:not(.prices__list_column) .prices__list-item {
			min-width: 50%;
	}
}

@media(min-width: 1440px) {

	.prices__list:not(.prices__list_column) .prices__list-item {
			min-width: auto;
	}
}

.prices__info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin: 0 -10px;
		padding: 12px 0 0;
}

@media(min-width: 1280px) {

.prices__info {
			padding: 44px 0 0;
	}
}

@media(min-width: 1440px) {

.prices__info {
			-ms-flex-wrap: nowrap;
			    flex-wrap: nowrap;
	}
}

.prices__info-item {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		min-width: 100%;
		padding: 20px 10px 0;
}

@media(min-width: 992px) {

.prices__info-item {
			min-width: 50%;
	}
}

@media(min-width: 1440px) {

.prices__info-item {
			min-width: auto;
	}
}

.prices-info-item {
	padding: 20px 30px;
	background-color: #202020;
	border-radius: 4px;
}

@media(min-width: 425px) {

.prices-info-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

@media(min-width: 576px) {

.prices-info-item {
		padding: 25px 40px;
	}
}

.prices-info-item__icon-placeholder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 0 0 15px 0;
}

@media(min-width: 425px) {

.prices-info-item__icon-placeholder {
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			padding: 0 25px 0 0;
	}
}

@media(min-width: 576px) {

.prices-info-item__icon-placeholder {
			padding: 0 40px 0 0;
	}
}

.prices-info-item__icon:before {
			content: '';
			display: block;
}

.prices-info-item__icon_day:before {
			width: 48px;
			height: 48px;
			background: url('./images/prices/day.svg') no-repeat;
}

.prices-info-item__icon_night:before {
			width: 48px;
			height: 48px;
			background: url('./images/prices/night.svg') no-repeat;
}

.prices-info-item__icon_vip:before {
			width: 48px;
			height: 48px;
			background: url('./images/prices/vip.svg') no-repeat;
}

.prices-info-item__label {
		color: #fff;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 18px;
		line-height: 28px;
		font-weight: 500;
		text-align: center;
}

@media(min-width: 425px) {

.prices-info-item__label {
			text-align: left;
	}
}

@media(min-width: 576px) {

.prices-info-item__label {
			font-size: 20px;
			line-height: 30px;
	}
}

.prices-info-item__details {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
}

.prices-info-item__detail s {
	padding: 0 10px 0 0;
	opacity: .6;
}

@media(min-width: 425px) {

.prices-info-item__details {
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
	}
}

.prices-info-item__detail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 6px 12px 0 0;
		color: #00b0e0;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 18px;
		line-height: 28px;
		font-weight: 500;
}

@media(min-width: 576px) {

	.prices-info-item__detail {
		font-size: 20px;
		line-height: 30px;
	}

}

.prices-info-item__detail:last-child {
			padding-right: 0;
}

.prices-info-item__detail:before {
			content: '';
			display: none;
			-webkit-box-flex: 0;
			    -ms-flex: none;
			        flex: none;
			margin: 0 12px 0 0;
			width: 5px;
			height: 5px;
			background-color: #00b0e0;
			border-radius: 100%;
}

.prices-info-item__detail + .prices-info-item__detail:before {
			display: block;
}

.prices-table {
	width: 100%;
	padding: 10px 0;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
}
.prices-table_description {
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
}

@media(max-width: 575.98px) {

	.prices-table {
		overflow-x: scroll;
		zoom:  75%;
	}
	.prices-table::-webkit-scrollbar {
			display: none;
	}

}

@media(max-width: 767.98px) {
	
	.prices-table_new {
		display: flex;
	}

}

.prices-table-description {
	padding: 0 20px 20px;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #e3e3e3;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	border-radius: 0 0 3px 3px;
}

@media(max-width: 575.98px) {

	.prices-table-description {
		zoom: 75%;
	}

}

@media(min-width: 992px) {

	.prices-table-description {
		padding: 0 30px 20px;
	}

}

.prices-table__header,
.prices-table__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: max-content;
	min-width: 100%;
}

@media(max-width: 767.98px) {

	.prices-table_new .prices-table__header,
	.prices-table_new .prices-table__item {
		flex: 1;
		display: block;
		min-width: auto;
	}

	.prices-table_new .prices-table__header {
		position: -webkit-sticky;
		position: sticky;
		left: 0;
		z-index: 1;
	}

}

.prices-table__col-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		min-height: 54px;
		position: -webkit-sticky;
		position: sticky;
		left: 0;
		z-index: 1;
		padding: 10px 20px;
}

@media(max-width: 767.98px) {

	.prices-table_new .prices-table__col-info {
		flex: none;
		flex-grow: 1;
		min-width: 140px;
		position: relative;
		min-height: 64px;
		padding: 10px 20px;
		z-index: unset;
	}

}

@media(max-width: 575.98px) {

	.prices-table:not(.prices-table_new) .prices-table__col-info {
		flex: 1 0 150px;
	}

}

@media(min-width: 576px) {

	.prices-table__col-info {
		-webkit-box-flex: 1;
				-ms-flex: 1 0 35.1585014%;
						flex: 1 0 35.1585014%;
	}

	.prices-table_new .prices-table__col-info {
		-webkit-box-flex: 1;
				-ms-flex: 1 0 24%;
						flex: 1 0 24%;
	}
}

@media(min-width: 992px) {

	.prices-table__col-info {
			padding: 10px 30px;
	}

}

.prices-table__col-price {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		min-height: 54px;
		padding: 10px;
}

@media(max-width: 767.98px) {

	.prices-table_new .prices-table__col-price {
		flex: none;
		flex-grow: 1;
		min-width: 140px;
		min-height: 64px;
		padding: 10px 20px;
	}

}

@media(max-width: 575.98px) {

	.prices-table:not(.prices-table_new) .prices-table__col-price {
		flex: 1 0 150px;
	}

}

@media(min-width: 576px) {

	.prices-table__col-price {
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 21.6138328%;
			        flex: 1 0 21.6138328%;
	}

	.prices-table_new .prices-table__col-price {
		-webkit-box-flex: 1;
				-ms-flex: 1 0 19%;
						flex: 1 0 19%;
	}

}

@media(min-width: 992px) {

	.prices-table__col-price {
			padding: 10px 24px;
	}

}

.prices-table__col-info,
.prices-table__col-price {
	background-color: #fff;
}

.prices-table__item:nth-of-type(even) .prices-table__col-info,
.prices-table__item:nth-of-type(even) .prices-table__col-price {
	background-color: #f3f4f6;
}

@media(max-width: 767.98px) {

	.prices-table_new .prices-table__item:nth-of-type(even) .prices-table__col-info,
	.prices-table_new .prices-table__item:nth-of-type(even) .prices-table__col-price {
		background-color: transparent;
	}

	.prices-table_new .prices-table__col-price:nth-of-type(even) {
		background-color: #f3f4f6 !important;
	}

}

.prices-table__col-header {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	/* height: 100%; */
}
.prices-table__col-header__icon {
	display: flex;
	justify-content: center;
	padding: 0 0 20px 0;
}

.prices-table__col-info .prices-table__col-header__icon {
	justify-content: flex-start; 
}

.prices-table__title {
	color: #000;
	font-family: Stolzl, 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
}

.prices-table__label,
.prices-table__value {
	color: #000;
	font-size: 16px;
	line-height: 20px;
}

.prices-table__value s {
	display: block;
	color: #6d6d6d;
}

.prices-table__label {
	color: #6c7679;
	font-weight: 500;
}

.prices-caption {
	padding: 10px 0 0 10px;
	font-size: 13px;
}

@media(min-width: 992px) {

	.prices-caption {
		padding: 20px 0 0 30px;
	}

}

.vip-rooms-info {
	position: relative;
	padding: 45px 0;
	background-color: #00b0e0;
}

/* .vip-rooms-info:after {
		content: '';
		display: block;
		position: absolute;
		bottom: -12px;
		right: 0;
		width: 177px;
		height: 22px;
		background: url('./images/vip-rooms-info/corner.svg') no-repeat;
} */

@media(min-width: 1280px) {

.vip-rooms-info__inner {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
	}
}

.vip-rooms-info__label {
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		position: relative;
		color: #fff;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 22px;
		line-height: 32px;
		font-weight: 500;
}

@media(min-width: 576px) {

.vip-rooms-info__label {
			padding: 0 0 0 104px;
	}
}

.vip-rooms-info__label:before {
			content: '';
			display: none;
			position: absolute;
			top: 50%;
			left: 0;
			width: 64px;
			height: 64px;
			background: url('./images/vip-rooms-info/time.svg') no-repeat;
			-webkit-transform: translateY(-50%);
			    -ms-transform: translateY(-50%);
			        transform: translateY(-50%);
}

@media(min-width: 576px) {

.vip-rooms-info__label:before {
				display: block;
	}
}

@media(min-width: 768px) {

.vip-rooms-info__label span {
				display: block;
	}
}

.vip-rooms-info__details {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin: -20px 0 0;
		padding: 40px 0 0;
}

@media(min-width: 1280px) {

.vip-rooms-info__details {
			padding: 0 0 0 200px;
	}
}

.vip-rooms-info__detail {
		width: 100%;
		padding: 20px 0 0;
}

@media(min-width: 576px) {

.vip-rooms-info__detail {
			width: auto;
			padding: 20px 40px 0 0;
	}

			.vip-rooms-info__detail:last-child {
				padding-right: 0;
	}
}

@media(min-width: 992px) {

.vip-rooms-info__detail {
			padding: 20px 80px 0 0;
	}
}

.vip-rooms-info__detail-label {
		color: #fff;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 30px;
		line-height: 44px;
		font-weight: 500;
}

.vip-rooms-info__detail-value {
		padding: 1px 0 0;
		color: #fff;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 22px;
		line-height: 32px;
		font-weight: 500;
}

.tariffs-info {
	padding: 0 0 32px;
	background-color: #f3f4f6;
}

@media(min-width: 576px) {

.tariffs-info {
		padding: 0 0 64px;
	}
}

@media(min-width: 1440px) {

.tariffs-info {
		padding: 0 0 100px;
	}
}

.tariffs-info__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin: -15px -15px 0;
}

@media(min-width: 992px) {

.tariffs-info__list {
			-ms-flex-wrap: nowrap;
			    flex-wrap: nowrap;
	}
}

@media(min-width: 1440px) {

.tariffs-info__list {
			margin: 0 -24px;
	}
}

.tariffs-info__list-item {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		min-width: 100%;
		padding: 15px 15px;
}

@media(min-width: 992px) {

.tariffs-info__list-item {
			min-width: 50%;
	}
}

@media(min-width: 1440px) {

.tariffs-info__list-item {
			min-width: auto;
			padding: 0 24px;
	}
}

.tariffs-info-item {
	padding: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
	        box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
	border-radius: 5px;
}

@media(min-width: 576px) {

.tariffs-info-item {
		padding: 40px;
	}
}

@media(min-width: 1440px) {

.tariffs-info-item {
		padding: 40px 50px;
	}
}

.tariffs-info-item__title {
		color: #00b0e0;
		font-family: Stolzl, 'Roboto', sans-serif;
		font-size: 26px;
		line-height: 40px;
		font-weight: 500;
}

@media(min-width: 768px) {

.tariffs-info-item__title {
			font-size: 34px;
			line-height: 48px;
	}
}

.tariffs-info-item__description {
		padding: 12px 0 0;
		color: #000;
		font-size: 16px;
		line-height: 32px;
}

@media(min-width: 768px) {

.tariffs-info-item__description {
			font-size: 20px;
			line-height: 36px;
	}
}

@media(min-width: 1440px) {

.tariffs-info-item__description {
			padding: 24px 0 0;
	}
}

.pay-systems {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
					justify-content: center;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin: 0 -7px;
}

.pay-systems__item {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		padding: 14px 7px 0;
		text-align: center;
}

.pay-systems__item_alfabank {
	flex: 0 0 100%;
}

.pay-systems img {
		max-width: 50%;
}

.pay-systems__item_alfabank img {
	max-width: 50% !important
}

@media(min-width: 768px) {

.pay-systems img {
			max-width: 100%;
	}
}

.alert {
	position: relative;
	padding: 15px 20px;
	background-color: #00b0e0;
	border-radius: 3px;
	overflow: hidden;
}
.alert_tariffs {
	padding: 20px;
}
@media(min-width: 992px) {
	.alert_tariffs {
		padding: 20px 30px;
	}
}

.intro .alert {
	padding: 22px 0;
	border-radius: 0;
	z-index: 1;
}

.alert_second {
		padding: 0;
		background-color: #fff;
}

.alert:not(.alert_second).alert_success {
		background-color: #00b0e0;
}

.alert:not(.alert_second).alert_error {
		background-color: #fc4c4c;
}

.alert__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}

.intro .alert__inner {
	justify-content: center;
}

.alert_second .alert__inner {
			-webkit-box-align: stretch;
			    -ms-flex-align: stretch;
			        align-items: stretch;
}

.alert__icon-placeholder {
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 20px 0 0;
}

.alert_second .alert__icon-placeholder {
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			width: 64px;
			padding: 15px 20px;
}

.alert_success .alert__icon-placeholder {
			background-color: #00b0e0;
}

.alert_error .alert__icon-placeholder {
			background-color: #fc4c4c;
}

.alert__icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}

.alert__icon:before {
			content: '';
			width: 24px;
			height: 24px;
}

.alert_success .alert__icon:before {
				background: url('./images/icons/alert-success.svg') no-repeat;
}

.alert_error .alert__icon:before {
				background: url('./images/icons/alert-error.svg') no-repeat;
}

.alert_second .alert__description-wrap {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			padding: 10px 20px 10px 0;
			min-height: 54px;
}

.alert__description {
		color: #fff;
		font-size: 16px;
		line-height: 20px;
		font-weight: 500;
}

.alert_second .alert__description {
			color: #000;
			font-weight: 400;
}

.deposit-page {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	padding: 24px 0 0;
	background-color: #f3f4f6;
}
@media(min-width: 576px) {
	.deposit-page {
		padding: 30px;
	}
}
.deposit-page__inner {
	max-width: 560px;
	width: 100%;
}
.deposit-page__logo {
	display: flex;
	justify-content: center;
	margin: 0 0 24px;
}
.deposit-page__logo:before {
	content: '';
	display: block;
	width: 186px;
	height: 50px;
	background-image: url('./images/logo_footer.svg');
	background-size: 100%;
}
@media(min-width: 576px) {
	.deposit-page__logo:before {
		width: 227px;
		height: 60px;
	}
}
.deposit-page__content {
	padding: 30px 15px;
	background-color: #fff;
}
@media(min-width: 576px) {
	.deposit-page__content {
		padding: 30px;
		border-radius: 5px;
	}
}
.deposit-page__content-title {
	padding: 0 0 24px;
}

.deposit-page-form {}
.deposit-page-form__btn {
	margin-top: 14px;
}

.deposit-account {}
.deposit-account__item + .deposit-account__item {
	padding: 24px 0 0;
}
.deposit-account__item_qr {
	display: flex;
	justify-content: center;
	margin: 0 15% ;
}
.deposit-account__item_qr img {
	width: 100%;
	height: 100%;
}

.deposit-account__label {
	color: #6c7679;
	font-family: Stolzl, 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 26px;
}
.deposit-account__value {
	padding: 8px 0 0;
	color: #000;
	font-family: Stolzl, 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
}
.deposit-account__item_cols {
	display: flex;
	flex-wrap: wrap;
	margin: -12px -12px 0;
}
.deposit-account__item-col {
	flex-grow: 1;
	min-width: 50%;
	padding: 12px 12px 0;
}

.action-link {
	display: block;
	padding: 0 20px;
	color: #00b0e0;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	border-radius: 5px;
	text-decoration: underline;
}
