/*! 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 */
  -webkit-text-decoration: underline dotted;
          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
-------------------------- */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
-------------------------- */
/* Slider
-------------------------- */
/* Steps
-------------------------- */
/* Menu
-------------------------- */
/* Rate
-------------------------- */
/* DatePicker
-------------------------- */
/* Loading
-------------------------- */
/* Scrollbar
-------------------------- */
/* Carousel
-------------------------- */
/* Collapse
-------------------------- */
/* Transfer
-------------------------- */
/* Header
  -------------------------- */
/* Footer
-------------------------- */
/* Main
-------------------------- */
/* Timeline
-------------------------- */
/* Backtop
-------------------------- */
/* Link
-------------------------- */
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-Bold.eot?3cc5ee3b59c04e017e37a977b49e0e34);
  src: url(/fonts/Lato-Bold.eot?3cc5ee3b59c04e017e37a977b49e0e34) format("embedded-opentype"), url(/fonts/Lato-Bold.woff2?ea8a923ec6d3ea7cf7bc5ddefabbc20c) format("woff2"), url(/fonts/Lato-Bold.woff?ba3a83adcb94357fc42f762985e4d3df) format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-Regular.eot?2a9df1c2041dcde838a4038b31ed66dc);
  src: url(/fonts/Lato-Regular.eot?2a9df1c2041dcde838a4038b31ed66dc) format("embedded-opentype"), url(/fonts/Lato-Regular.woff2?39ac38d8a27bed2a16e4b0ebd0914520) format("woff2"), url(/fonts/Lato-Regular.woff?77ca2742388f408c3be7d0ec3e7dc392) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-Light.eot?c8228e51f30487e7ada8506e1cede423);
  src: url(/fonts/Lato-Light.eot?c8228e51f30487e7ada8506e1cede423) format("embedded-opentype"), url(/fonts/Lato-Light.woff2?7e323674c33b3939aba542e22c95c6d3) format("woff2"), url(/fonts/Lato-Light.woff?91308c0216b40aad16036f1394b98237) format("woff");
  font-weight: 300;
  font-style: normal;
}
button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
button:focus {
  outline: none;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 32px 10px 32px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  color: inherit;
  box-shadow: none;
  transition: 0.3s;
}
.btn:hover {
  text-decoration: none;
  opacity: inherit;
}
.btn:focus {
  outline: none;
}

.btn-primary {
  min-height: 36px;
  color: #fff;
  border-color: #7D829B;
  background-color: #7D829B;
}
.btn-primary:hover {
  color: #344489;
  background-color: #F2F2F2;
}
.btn-primary:focus {
  color: #fff;
  background-color: #5E6279;
}
.btn-primary[disabled] {
  opacity: 0.85;
  pointer-events: none;
}

.btn-block {
  width: 100%;
}

.field-input--error .field-input__control {
  border-color: #E25252;
}
.field-input--error .field-input__control:hover {
  border-color: #E25252;
}
.field-input--error .field-input__message {
  display: block;
  color: #E25252;
}
.field-input__label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.field-input__control {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 15px;
  line-height: 22px;
  color: #000;
  letter-spacing: 0.01em;
  border: 1px solid #B4BBD6;
  border-radius: 5px;
  outline: none;
  transition: border-color 0.3s;
  /*@include placeholder {
    color: $--color-black;
  }*/
}
.field-input__control::-moz-placeholder {
  color: rgba(125, 130, 155, 0.75);
}
.field-input__control:-ms-input-placeholder {
  color: rgba(125, 130, 155, 0.75);
}
.field-input__control::placeholder {
  color: rgba(125, 130, 155, 0.75);
}
.field-input__control:hover, .field-input__control:focus {
  border-color: #7D829B;
}
.field-input__message {
  display: none;
  font-size: 12px;
  letter-spacing: 0.01em;
}

.field-toggler {
  position: relative;
  display: inline-flex;
}
.field-toggler--radio .field-toggler__mark {
  border-radius: 50%;
}
.field-toggler--radio .field-toggler__mark::after {
  border-radius: 50%;
}
.field-toggler--checkbox .field-toggler__mark {
  border-radius: 3px;
}
.field-toggler--checkbox .field-toggler__mark::after {
  border-radius: 3px;
}
.field-toggler--disabled::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  cursor: not-allowed;
  content: "";
}
.field-toggler--disabled .field-toggler__inner {
  opacity: 0.5;
}
.field-toggler__inner {
  position: relative;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.field-toggler__inner:hover .field-toggler__mark {
  border-color: #7D829B;
}
.field-toggler__control {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  cursor: pointer;
  opacity: 0;
}
.field-toggler__control:checked ~ .field-toggler__mark {
  border-color: #7D829B;
}
.field-toggler__control:checked ~ .field-toggler__mark::after {
  background-color: #7D829B;
}
.field-toggler__mark {
  position: relative;
  display: block;
  width: 14px;
  min-width: 14px;
  height: 14px;
  margin-top: 3px;
  margin-right: 10px;
  background: #ffffff;
  border: 1px solid #B4BBD6;
  transition: border-color 0.2s;
}
.field-toggler__mark::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  content: "";
  background-color: transparent;
  transition: background-color 0.2s;
}
.field-toggler__label {
  font-weight: 700;
  display: block;
  flex-shrink: 1;
}

.form__title {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 18px;
  text-align: center;
}
.form__title:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  border-top: 1px solid #e4e7ed;
  width: 25%;
}

.form-group {
  margin-bottom: 20px;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-group--line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-group--line > * + .form-group--line > * {
  margin-left: 8px;
}

.info {
  margin-top: -150px;
  flex-shrink: 1;
}
.info__logo {
  margin-bottom: 20px;
}
.info__card {
  min-width: 400px;
  padding: 30px 20px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
}

.logo__wrap {
  display: flex;
  justify-content: center;
}
.logo__img {
  flex: none;
  max-height: 200px;
}

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

* {
  -webkit-tap-highlight-color: transparent;
}

header,
footer {
  flex: 0 0 auto;
}

main {
  flex: 1 0 auto;
}

html {
  box-sizing: border-box;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  margin: 0;
}

body {
  position: relative;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  line-height: 1.42;
  color: #7D829B;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothiposition: relative;
}

img,
video,
iframe {
  max-width: 100%;
}

a {
  text-decoration: underline;
  color: #7D829B;
}
a:hover {
  text-decoration: none;
}
a.link {
  display: block;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
a.link:hover, a.link:focus {
  color: #5E6279;
}

hr,
.hr {
  border: 0;
  border-top: 1px solid grey;
}
hr--dashed,
.hr--dashed {
  border-top: 1px dashed #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  background-color: #F5F6FA;
  height: 100vh;
  overflow: hidden;
}
