/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto-Regular");
  src: url("../../Fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto-Medium");
  src: url("../../Fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto-Bold");
  src: url("../../Fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
html {
  height: 100%;
}

body {
  font: 400 16px/20px "Roboto", sans-serif;
  background: #FBFBFC;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #455A64;
}

body > form {
  display: none;
}

@media only screen and (max-width: 1024px) {
	body {
		font-size: 17px;
		background: #FFF;
	}
}

h1, h2 {
  font: 700 28px/36px "Roboto", sans-serif;
  margin: 0 0 10px;
  color: #202A2F;
}
@media only screen and (max-width: 768px) {
  h1, h2 {
	font: 700 26px/30px "Roboto", sans-serif;
  }
}

a {
  color: #338DE7;
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  color: #0074FE;
}
a:active {
  color: #0069E7;
}

svg path,
svg rect {
  transition: 0.5s;
}

input {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  background: transparent;
  border-radius: 10px;
}

.header,
.footer {
  flex: 0 0 auto;
}
.header .container,
.footer .container {
  max-width: 100%;
}

.app {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow-y: overlay;
}

.main {
  flex: 1 0 auto;
  overflow: hidden;
}

.container {
  max-width: 1444px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 32px;
}
.container_flex-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

label {
  display: block;
  margin-top: 20px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  label {
	margin-top: 18px;
  }
}
label > input[type=radio] {
  display: none;
}

.label > input {
	color: inherit;
}

button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: #197AF0;
  height: 56px;
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  margin-top: 20px;
  font: 500 16px/16px "Roboto", sans-serif;
  cursor: pointer;
  color: #fff;
  transition: 0.5s;
  box-shadow: 0 20px 20px -18px rgba(2, 79, 188, 0.55);
}
@media only screen and (max-width: 1024px) {
  button {
	height: 60px;
	font: 400 17px/17px "Roboto", sans-serif;
	margin-top: 18px;
  }
}
@media (hover: hover) and (pointer: fine) {
	button:hover {
		background-color: #61a4f5;
	}
}
button:active {
  background-color: #197AF0;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header {
  padding: 22px 0;
  background: #fff;
  border-bottom: 1px solid #EAF0F7;
}
@media only screen and (max-width: 576px) {
  .header {
	padding: 24px 0 4px;
	border-bottom: none;
  }
  .header .lang {
	display: none;
  }
}
.header .container {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .header .container {
	padding: 0 16px;
  }
}
.header__txt {
  font: 500 17px/20px "Roboto", sans-serif;
  display: flex;
  align-items: center;
}
.header__txt span:last-child {
  margin-left: 12px;
  display: flex;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #00629A;
  align-items: center;
  justify-content: center;
  color: #fff;
  font: 400 22px/22px "Roboto", sans-serif;
}
@media only screen and (max-width: 576px) {
  .header__txt span:first-child {
	display: none;
  }
}

.logo-img {
  max-width: 185px;
}

.lang {
  width: 60px;
  height: 32px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid #D8E7ED;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .lang {
	margin-left: 20px;
	margin-top: 2px;
	height: auto;
	width: auto;
	border-radius: 0;
	border: none;
	color: #90A4AE;
  }
}
.lang__arrow {
  transition: 0.5s;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .lang__arrow {
	display: none;
  }
}
.lang.active .lang__arrow {
  transform: rotate(180deg);
}
.lang__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lang__container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font: 400 14px/14px "Roboto", sans-serif;
  margin-right: 10px;
}

.footer {
  font: 400 15px/18px "Roboto", sans-serif;
  color: #90A4AE;
  padding: 0 32px;
}
.footer .lang {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .footer .lang {
	display: block;
  }
	.footer {
		padding: 0;
	}
}
@media only screen and (max-width: 1024px) {
	.footer__copyright {
		padding: 20px 0 0 20px;
		position: relative;
		align-self: flex-start;
	}
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .footer__copyright {
	display: flex;
	align-items: center;
  }
  .footer__copyright span {
	display: block;
	position: relative;
  }
  .footer__copyright span:after {
	content: "";
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: #90A4AE;
	position: absolute;
	top: 24px;
	right: -10px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer__links {
	display: flex;
	flex-direction: column;
	width: 100%;
  }
}
.footer__links a {
  color: #90A4AE;
  position: relative;
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
	.footer__links a {
		box-sizing: border-box;
		display: block;
		border-bottom: 1px solid #EAF0F7;
		padding: 20px;
		width: 100%;
	}

		.footer__links a:hover {
			color: #90A4AE;
			background-color: #F3F6FA;
		}

		.footer__links a:active {
			background-color: #F3F6FA;
			color: #263238;
		}
  .footer__links a:active:before {
	background-image: url("../../svg/arrow-right-black.svg");
  }
}
.footer__links a:hover {
	color: #90A4AE;
	background-color: #F3F6FA;
}
.footer__links a:active {
  color: #131212;
}
@media only screen and (max-width: 1024px) {
	.footer__links a:before {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 10px;
		width: 8px;
		height: 12px;
		background: url(../../svg/arrow-right-gray.svg) no-repeat center/contain;
	}

	.footer__links a:after {
		display: none;
	}
}
.footer__links a:not(:last-child) {
  margin-right: 20px;
}
.footer__links a:not(:last-child):after {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #90A4AE;
  position: absolute;
  top: 9px;
  right: -10px;
}
@media only screen and (max-width: 1024px) {
	.footer__links a:not(:last-child):after {
		margin-right: 0 !important;
	}
}
.footer .container {
	padding: 8px 0;
	border-top: 1px solid #D2DAE3;
}
@media only screen and (max-width: 1024px) {
  .footer .container {
	display: flex;
	justify-content: flex-start;
	flex-direction: column-reverse;
	padding-top: 0;
  }
}

#app .section {
  max-width: 460px;
  width: 100%;
  box-sizing: border-box;
  padding: 36px 32px 32px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 15px 50px -20px rgba(39, 99, 158, 0.4);
  border: 1px solid #EAF0F7;
  margin: 48px auto;
}
@media only screen and (max-width: 768px) {
  #app .section {
	 /* min-height: calc(100vh - 73px); */
	border-radius: 0;
	border: none;
	margin: 0;
	max-width: none;
	box-shadow: none;
	padding-left: 16px;
	padding-right: 16px;
  }
}
#app .section_completed {
  text-align: center;
  padding-top: 48px;
  max-width: 452px;
}
@media only screen and (max-width: 768px) {
  #app .section_completed {
	max-width: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
  }
}
#app .section_completed .center {
  margin-top: auto;
}
#app .section_completed .center button {
  margin: 0;
}
#app .section_completed img {
  width: 136px;
  height: 136px;
}
#app .section_completed h2 {
  margin: 40px 0 16px;
}
#app .section__image {
  display: flex;
  justify-content: center;
}
#app .section__text {
  text-align: center;
  margin-top: 8px;
}
#app .section__title {
	text-align: center;
	margin-top: 34px;
	margin-bottom: 15px;
}
#app .section__info {
  border: 1px solid #D8E7ED;
  border-radius: 12px;
  margin: 28px 0 0;
  box-sizing: border-box;
}
#app .section__info-item {
	box-sizing: border-box;
	padding: 12px;
	position: relative;
}
#app .section__info-item span {
  display: block;
}
#app .section__info-item span:first-child {
  font: 400 14px/16px "Roboto", sans-serif;
  color: #90A4AE;
}
	#app .section__info-item:not(:last-child):after {
		content: "";
		height: 1px;
		width: calc(100% - 20px);
		background: #D8E7ED;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}

.sub-title {
  color: #90A4AE;
}
@media only screen and (max-width: 1024px) {
  .sub-title {
	margin-bottom: 28px;
  }
}
.sub-message {
  font: 400 12px/17px "Roboto", sans-serif;
  margin-top: 20px;
  text-align: center;
  color: #90A4AE;
}
.sub-message__link {
  font: 400 16px/16px "Roboto", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .sub-message__link {
	font: 400 17px/17px "Roboto", sans-serif;
  }
}
.sub-message div a {
  text-decoration: underline;
  color: #90A4AE;
}
.sub-message div a:hover {
  color: #455A64;
}
.sub-message div a:active {
  color: #131212;
}

.promo {
  display: block;
  margin: 20px 0 0;
}

.field {
  transition: 0.5s;
}
.field input[type=text],
.field input[type=email],
.field input[type=date],
.field input[type=password] {
  width: 100%;
  height: 56px;
  padding: 30px 40px 12px 12px;
}
@media only screen and (max-width: 1024px) {
  .field input[type=text],
  .field input[type=email],
  .field input[type=date],
  .field input[type=password] {
	height: 60px;
	font: 400 17px/17px "Roboto", sans-serif;
  }
}
.field input[type=text]::placeholder,
.field input[type=email]::placeholder,
.field input[type=date]::placeholder,
.field input[type=password]::placeholder {
	transition: 0.3s;
	color: transparent;
}

:-ms-input-placeholder {
	color: transparent !important;
}

.field input[type=text]:focus,
.field input[type=email]:focus,
.field input[type=date]:focus,
.field input[type=password]:focus {
  background: transparent;
}
.field__label {
  position: absolute;
  left: 12px;
  top: 4px;
  font: 400 10px/10px "Roboto", sans-serif;
}
@media only screen and (max-width: 576px) {
  .field__label {
	font: 400 9px/9px "Roboto", sans-serif;
  }
}
.field__switch {
  display: flex;
  box-sizing: border-box;
  height: 56px;
  padding: 4px;
  border-radius: 10px;
  background-color: #F1F6FF;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .field__switch {
	height: 60px;
  }
}
.field__switch:hover {
  background-color: #E4EBFB;
}
.field__switch:active {
  background-color: #F1F6FF;
}
.field__switch-item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2D87F2;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.5s;
  font-weight: 500;
}
.section.ru .field__switch-item.ru,
.section.kz .field__switch-item.kz {
	color: #455A64;
	background-color: #fff;
	box-shadow: 0 2px 20px -10px rgba(2, 79, 188, 0.8);
}
.field__item {
  display: none;
}
.field__item.active {
  display: block;
}

.section.ru a.agreement.kz,
.section.kz a.agreement.ru {
	display: none;
}

.section.ru a.agreement.ru,
.section.kz a.agreement.kz {
	display: block;
}

.wrap {
  max-width: 620px;
}

.buttons {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.eye-button {
	position: absolute;
	right: 0;
	top: -2px;
	width: 60px;
	height: 60px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 12px;
}

input::-ms-clear {
	display: none;
}

.label {
  border: 1px solid #D8E7ED;
  cursor: pointer;
  text-align: center;
  flex-grow: 1;
  box-sizing: border-box;
  border-radius: 12px;
  display: flex;
  align-items: center;
  position: relative;
  height: 56px;
  background: #F1F5F9;
}
@media only screen and (max-width: 1024px) {
  .label {
	height: 60px;
  }
}
.label.active {
  border-color: #197AF0;
  background: transparent;
}
.label.active input::placeholder {
  color: #90A4AE;
}
label[class*="error-"].label {
	background: #F9F1F1;
	border-color: #FF5722;
}
.label:focus {
  background: #2D87F2;
}
.label span {
  position: absolute;
  left: 12px;
  top: 20px;
  color: #90A4AE;
  transition: 0.3s;
  font: 400 16px/16px "Roboto", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .label span {
	font: 400 17px/17px "Roboto", sans-serif;
  }
}
input:-webkit-autofill ~ span {
	transform: translateY(-10px);
	font: 400 14px/14px "Roboto", sans-serif;
}
.label.filled span{
	transform: translateY(-10px);
	font: 400 14px/14px "Roboto", sans-serif;
}
@media only screen and (max-width: 1024px) {
	input:-webkit-autofill ~ span {
		font: 400 15px/15px "Roboto", sans-serif;
	}
	.label.filled span {
		font: 400 15px/15px "Roboto", sans-serif;
	}
}
.label_radio {
  height: 60px;
  padding: 12px 12px 12px 40px;
  background-color: #fff;
}
.label_radio:after, .label_radio:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  box-sizing: border-box;
}
.label_radio:before {
  left: 12px;
  width: 16px;
  height: 16px;
  border: 1px solid #D8E7ED;
}
.label_radio:after {
  left: 16px;
  width: 8px;
  height: 8px;
}
.label_radio.on:before {
  border-color: #197AF0;
}
.label_radio.on:after {
  background-color: #197AF0;
}

.alert {
  text-align: center;
  width: 100%;
  max-width: 339px;
  margin: 0 auto;
}
.alert p {
  margin: 15px 0;
  font: 400 13px/18px "Roboto", sans-serif;
  color: #90A4AE;
}
.alert a {
  font: 400 13px/18px "Roboto", sans-serif;
  color: #90A4AE;
}

.hint {
  font-size: 10pt;
}

.req {
  color: red;
}

.pop-up {
  background: #FFFFFF;
  box-shadow: 0 10px 20px rgba(39, 99, 158, 0.2);
  border-radius: 10px;
  padding: 20px;
  width: 224px;
  text-align: left;
  position: absolute;
  left: calc(100% + 22px);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .pop-up {
	display: none;
  }
}

.type input {
  padding: 12px;
}

.modal {
	transition: 0.5s;
	position: absolute;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	z-index: 100;
	transition: none;
}
@media only screen and (max-width: 1024px) {
  .modal__body {
	position: absolute;
	bottom: -120vh;
	background: #fff;
	width: 100%;
	border-radius: 16px 16px 0 0;
	padding: 20px;
	box-sizing: border-box;
	transition: 0.5s;
  }
}
@media only screen and (max-width: 1024px) {
  .modal__close {
	width: 25px;
	height: 4px;
	background: #DEE3ED;
	margin: 0 auto;
  }
}
.modal.active {
	opacity: 1;
	overflow: visible;
	pointer-events: auto;
	display: block;
	position: relative;
	transition: opacity 500ms;
}
.modal.active .modal__body {
  bottom: 0;
}
.modal-question {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 1024px) {
  .modal-question .modal__body {
	padding-bottom: 32px;
  }
	.modal-question.active {
		bottom: 0;
		right: 0;
		position: fixed;
	}
}
.modal-question__title {
  font: 700 22px/34px "Roboto", sans-serif;
  margin-top: 20px;
  color: #263238;
}
.modal-question__text {
  font: 400 17px/24px "Roboto", sans-serif;
  margin-top: 10px;
}
.modal-question__btn {
  color: #2E8AE4;
  background: #F2F6FF;
  margin-top: 20px;
  box-shadow: none;
}
.modal-lang {
  width: 148px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 5px 15px rgba(13, 71, 161, 0.2);
}
@media only screen and (max-width: 1024px) {
  .modal-lang {
	width: 100%;
	height: 100%;
	border-radius: 0;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
  }
  .modal-lang .modal__body {
	bottom: 0;
  }
}
.modal-lang__item {
  display: flex;
  align-items: center;
  padding: 12px;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
.modal-lang__item:hover {
  background: #F3F6FA;
}
.modal-lang__item:not(:last-child):after {
  content: "";
  width: 84%;
  height: 1px;
  background: #E0ECF1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.modal-lang__item-image {
  margin-right: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
}
.modal-lang__item-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.modal-lang__item span {
  color: #455A64;
}
.modal-lang.active {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 30px;
  bottom: -115px;
}
@media only screen and (max-width: 1024px) {
  .modal-lang.active {
	bottom: 0;
	right: 0;
	position: fixed;
  }
}
.modal-error {
  background: #37474F;
  border-radius: 12px;
  color: #fff;
  box-sizing: border-box;
  padding: 20px;
   /* height: 112px; */
  max-width: 320px;
  width: 100%;
}
.modal-error__title {
  font-weight: 500;
}
.modal-error__text {
  margin-top: 1em;
  font: 400 14px/14px "Roboto", sans-serif;
  line-height: 1.42;
}
.modal-error__close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 17px;
}
.modal-error__close .close-button-svg {
	fill: #5F6D74;
}
.modal-error__close .close-button-svg-stick {
	stroke: #96A6AE
}
.modal-error__close:hover .close-button-svg {
	fill: #5F7682;
}
.modal-error__close:hover .close-button-svg-stick {
	stroke: #BECFD9;
}
.modal-error__close:active .close-button-svg {
	fill: #5F7682;
}
.modal-error__close:active .close-button-svg-stick {
	stroke: #fff;
}
.modal-error.active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 120px;
  right: 20px;
   /* bottom: 0; */
}
@media only screen and (max-width: 1024px) {
  .modal-error.active {
	top: 12px;
	left: 50%;
	right: auto;
	transform: translateX(-50%);
	max-width: 90%;
  }
}

@media only screen and (max-width: 768px) {
	.modal-error.active {
		width: calc(100% - 32px);
		max-width: none;
	}
}

.modal-btn,
.minus-btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 10;
	width: 50px;
	padding-right: 12px;
	height: 100%;
	flex-shrink: 0;
}

.modal-btn:hover .pop-up {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.eye-button:hover svg path[stroke],
.modal-btn:hover svg path[stroke],
.minus-btn:hover svg path[stroke] {
  stroke: #197AF0;
}
.eye-button:hover svg path[fill],
.modal-btn:hover svg path[fill],
.minus-btn:hover svg path[fill] {
  fill: #197AF0;
}
.eye-button:hover svg rect[stroke],
.modal-btn:hover svg rect[stroke],
.minus-btn:hover svg rect[stroke] {
  stroke: #197AF0;
}
.eye-button:hover svg rect[fill],
.modal-btn:hover svg rect[fill],
.minus-btn:hover svg rect[fill] {
  fill: #197AF0;
}
.eye-button:hover:active svg path[stroke],
.modal-btn:hover:active svg path[stroke],
.minus-btn:hover:active svg path[stroke] {
  stroke: #0B5DD3;
}
.eye-button:hover:active svg path[fill],
.modal-btn:hover:active svg path[fill],
.minus-btn:hover:active svg path[fill] {
  fill: #0B5DD3;
}
.eye-button:hover:active svg rect[stroke],
.modal-btn:hover:active svg rect[stroke],
.minus-btn:hover:active svg rect[stroke] {
  stroke: #0B5DD3;
}
.eye-button:hover:active svg rect[fill],
.modal-btn:hover:active svg rect[fill],
.minus-btn:hover:active svg rect[fill] {
  fill: #0B5DD3;
}
.minus-btn svg {
  width: 20px;
  height: 20px;
  transform: scale(1.15);
}
svg.spinner {
  width: 50px;
  height: 50px;
  x: 0px;
  y: 0px;
  viewBox: 0 0 50 50;
  position: relative;
}
svg.spinner path {
  stroke-dasharray: 157;
  -webkit-transform-origin: 25px 25px 0;
  -moz-transform-origin: 25px 25px 0;
  -ms-transform-origin: 25px 25px 0;
  -o-transform-origin: 25px 25px 0;
  transform-origin: 25px 25px 0;
  -webkit-animation: spinner 4s linear infinite;
  -moz-animation: spinner 4s linear infinite;
  -ms-animation: spinner 4s linear infinite;
  -o-animation: spinner 4s linear infinite;
  animation: spinner 4s linear infinite;
}

@-webkit-keyframes spinner {
  0% {
	-webkit-transform: rotate(0deg);
	stroke-dashoffset: 33;
  }
  50% {
	-webkit-transform: rotate(720deg);
	stroke-dashoffset: 157;
  }
  100% {
	-webkit-transform: rotate(1080deg);
	stroke-dashoffset: 33;
  }
}
@-moz-keyframes spinner {
  0% {
	-moz-transform: rotate(0deg);
	stroke-dashoffset: 33;
  }
  50% {
	-moz-transform: rotate(720deg);
	stroke-dashoffset: 157;
  }
  100% {
	-moz-transform: rotate(1080deg);
	stroke-dashoffset: 33;
  }
}
@-ms-keyframes spinner {
  0% {
	-ms-transform: rotate(0deg);
	stroke-dashoffset: 33;
  }
  50% {
	-ms-transform: rotate(720deg);
	stroke-dashoffset: 157;
  }
  100% {
	-ms-transform: rotate(1080deg);
	stroke-dashoffset: 33;
  }
}
@-o-keyframes spinner {
  0% {
	-o-transform: rotate(0deg);
	stroke-dashoffset: 33;
  }
  50% {
	-o-transform: rotate(720deg);
	stroke-dashoffset: 157;
  }
  100% {
	-o-transform: rotate(1080deg);
	stroke-dashoffset: 33;
  }
}
@keyframes spinner {
  0% {
	transform: rotate(0deg);
	stroke-dashoffset: 33;
  }
  50% {
	transform: rotate(720deg);
	stroke-dashoffset: 157;
  }
  100% {
	transform: rotate(1080deg);
	stroke-dashoffset: 33;
  }
}
@media screen and (max-width: 374px) {
  .contentLoader .loading_text {
	padding-top: 18px;
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 101;
  background: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  flex-direction: column;
}
.preloader.active {
  display: flex;
}
.preloader .spinner, .preloader__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.preloader__text {
  padding-top: 80px;
  font: 400 15px/19px "Roboto", sans-serif;
  color: #9494A3;
}

#success .section__image img {
  width: 114px;
  height: 114px;
}

#password-recovery-message.section {
  padding-top: 40px;
}
#password-recovery-message .section__title {
  margin-top: 20px;
}
#password-recovery-message .section__text {
  margin-top: 12px;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
	transition: background-color 600000s 0s, color 600000s 0s;
}
div[class^="error-text-"] {
	font-size: 14px;
	color: #FF5722;
	transition: 500ms;
	opacity: 0;
	height: 0;
}
label.label.error-default ~ .error-text-default,
label.label.error-cyrillic ~ .error-text-cyrillic {
	margin-top: 10px;
	opacity: 1;
	height: auto;
}

.pop {
	visibility: hidden;
	transform: translate(0, 120%);
	transition: transform 200ms;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.6);
	padding-top: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 100;
}

	.pop > * {
		box-sizing: border-box;
	}

	.pop > iframe {
		width: 70%;
		height: 100%;
		max-width: 1240px;
		background-color: white;
	}

.pop__close {
	all: unset;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
}

	.pop__close:hover {
		background-color: transparent;
	}

.pop-body {
	position: relative;
	border-radius: 12px 12px 0 0;
	padding: 20px 0;
	text-align: center;
	width: 70%;
	max-width: 1240px;
	height: max-content;
	background-color: #fff;
}

.pop-body__title {
	margin: 0;
	padding: 0 60px;
	font-size: 19px;
	font-weight: 700;
	color: #202A2F;
}

@media screen and (max-width: 767px) {

	.pop {
		padding: 0;
	}

	.pop-body {
		border-radius: 0;
		width: 100%;
		padding: 25px;
	}

	.pop > iframe {
		width: 100%;
	}
}

.show-pop {
	visibility: visible;
	transform: translate(0, 0);
}

.bt-cir {
	transition: fill 200ms;
	fill: #F1F5F9;
}

.bt-ln {
	transition: stroke 200ms;
	stroke: #A8BCC6;
}

.pop__close:hover {
	background-color: transparent;
}

	.pop__close:hover > svg .bt-cir {
		fill: #E3E6E9;
	}

.pop__close:focus > svg .bt-cir {
	fill: #DBE1E7;
}

.pop__close:hover > svg .bt-ln {
	stroke: #455A64;
}

.pop__close:focus > svg .bt-ln {
	stroke: #202A2F;
}

svg.eye {
	display: none;
}

label.unmasked .eye-button > svg.eye {
	display: block;
}

label.unmasked .eye-button > svg.eye-crossed {
	display: none;
}

.hidden {
	display: none;
}

.field__radio {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	display: inline-flex;
	width: 100%;
	height: 56px;
	align-items: center;
	justify-content: space-evenly;
	gap: 20px;
}

	.field__radio .option {
		background: #fff;
		height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
		border-radius: 12px;
		cursor: pointer;
		padding: 10px 12px;
		border: 1px solid #D8E7ED;
		transition: all 0.3s ease;
	}

		.field__radio .option .dot {
			height: 20px;
			width: 20px;
			background: #fff;
			border-radius: 50%;
			position: relative;
			border: 1px solid #C4D6DD;
		}

			.field__radio .option .dot::before {
				position: absolute;
				content: "";
				top: 6px;
				left: 6px;
				width: 8px;
				height: 8px;
				background: #fff;
				border-radius: 50%;
				opacity: 0;
				transform: scale(0);
				transition: all 0.3s ease;
			}

input[type="radio"] {
	display: none;
}

.field__radio input:checked + .option {
	border-radius: 12px;
	border: 1px solid #55A0FA;
}

	.field__radio input:checked + .option .dot {
		background: #197AF0;
		border: 1px solid #197AF0;
	}

		.field__radio input:checked + .option .dot::before {
			opacity: 1;
			transform: scale(1);
			background: #fff;
		}

	.field__radio input + .option:hover {
		background: #F1F6FF;
		border: 1px solid #C7D4F1;
	}

.field__radio .option .option-name {
	font-size: 16px;
	margin-left: 8px;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*TODO: добавить Hover/click эффект*/

/*# sourceMappingURL=style.css.map */



.checkbox-container {
	display: block;
	position: relative;
	padding-left: 75px;
	margin-bottom: 25px;
	margin-top: 45px;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	background-color: #F1F5F9;
	height: 60px;
	padding-top: 20px;
	border-radius: 15px;
	border: 2px solid #F1F5F9;
}

	/* Hide the browser's default checkbox */
	.checkbox-container input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 15px;
	left: 20px;
	height: 30px;
	width: 30px;
	background-color: white;
	border-radius:5px;
	
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
	left: 9px;
	top: 1px;
	width: 8px;
	height: 15px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}