@import url(https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace, monospace;
  font-size: 1em
}
a {
  background-color: rgba(0, 0, 0, 0)
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
[hidden], template {
  display: none
}
:root {
  --height: 54px;
  --input-font-size: 18px
}
@media (max-width: 780px) {
  :root {
    --height: 50px;
    --input-font-size: 16px
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
body, html {
  width: 100%;
  height: 100%;
  font-size: 14px
}
body, html {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
body {
  font-family: Golos Text, sans-serif;
  font-size: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #f0f4ff
}
.banner, footer, header, main {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 90px;
  padding-bottom: 40px
}
.content {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto
}
.header {
  height: 43px;
  position: relative;
  border-bottom: 1px solid #e6eaf5
}
.header .content {
  height: 100%
}
.header .content, .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.header__nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  gap: 7px
}
.header__burger {
  display: none
}
.form {
  width: 100%;
  max-width: 424px;
  margin: 0 auto
}
.form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 13px
}
.form__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #3b3b33;
  margin-bottom: 19px
}
.form__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.form__input {
  width: 100%;
  max-width: 692px
}
.form__btn {
  width: 100%;
  max-width: 294px
}
.form__text {
  padding-left: 15px;
  border-left: 5px solid #fdaa2d;
  color: #3b3f42;
  margin-top: 24px
}
.form__label, .form__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px
}
.form__label {
  color: #2b2f35;
  margin-bottom: 26px
}
input, textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  outline: none;
  padding: 10px 38px 10px 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border: 1px solid #e6eaf5;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  letter-spacing: .01em;
  color: #212121
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #b6b5b3
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #b6b5b3
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #b6b5b3
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #b6b5b3
}
input::placeholder, textarea::placeholder {
  color: #b6b5b3
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0)
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0)
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0)
}
input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0)
}
input:focus::placeholder, textarea:focus::placeholder {
  color: rgba(0, 0, 0, 0)
}
input.input__error, textarea.input__error {
  border: 1px solid #dd1818;
  color: #dd1818
}
input.input__error::-webkit-input-placeholder, textarea.input__error::-webkit-input-placeholder {
  color: #dd1818
}
input.input__error::-moz-placeholder, textarea.input__error::-moz-placeholder {
  color: #dd1818
}
input.input__error:-ms-input-placeholder, textarea.input__error:-ms-input-placeholder {
  color: #dd1818
}
input.input__error::-ms-input-placeholder, textarea.input__error::-ms-input-placeholder {
  color: #dd1818
}
input.input__error::placeholder, textarea.input__error::placeholder {
  color: #dd1818
}
.input__search {
  background-image: url(../images/i-search.svg);
  background-position: right 16px center;
  background-repeat: no-repeat
}
textarea {
  height: 122px
}
.input__error ~ .error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.input__error ~ .exumple {
  display: none
}
.error {
  line-height: 19px;
  color: #dd1818;
  display: none
}
.error, .exumple {
  margin-top: 15px;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.exumple {
  color: #4d1b3c
}
.btn, .exumple {
  line-height: 14px
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  text-decoration: none;
  outline: none;
  border: none;
  background: #1937ff;
  border-radius: 8px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #fff;
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in
}
.btn:hover {
  background: #1227b5
}
.btn__info {
  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;
  background: #7cc3f5;
  border-radius: 20px;
  height: 40px;
  min-width: 216px;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  text-decoration: none
}
.btn__info img {
  margin-right: 7px
}
.checkbox {
  margin-top: 17px
}
.checkbox input.checkbox-input {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0
}
.checkbox input.checkbox-input + label.checkbox-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.checkbox input.checkbox-input + label.checkbox-label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  min-width: 14px;
  height: 14px;
  border: 1px solid #e6eaf5;
  margin-right: 8px;
  border-radius: 2px;
  background: #fff
}
.checkbox input.checkbox-input + label.checkbox-label span {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #3b3b33
}
.checkbox input.checkbox-input + label.checkbox-label span a {
  color: #00f
}
.checkbox input.checkbox-input:checked + label.checkbox-label {
  color: #2a8adb
}
.checkbox input.checkbox-input:checked + label.checkbox-label:before {
  background-image: url(../images/check.svg);
  background-position: 50%;
  background-repeat: no-repeat
}
.post {
  margin-top: 30px
}
.post__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 46px;
  color: #212121;
  margin-bottom: 20px;
  text-transform: uppercase
}
.post__content {
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.post__content, .post__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.post__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 88px
}
.post__item img {
  width: 70px;
  height: 70px
}
.post__name {
  font-family: Arial;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #4d4d54
}
.post-logo__content {
  row-gap: 40px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.post-logo__content, .post-logo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.post-logo__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.title {
  font-size: 40px;
  line-height: 46px
}
.desck, .title {
  font-weight: 700;
  color: #4c4c5d
}
.desck {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -.03em;
  margin-top: 9px
}
.done__content {
  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;
  width: 100%;
  max-width: 424px;
  margin: 0 auto
}
.done .btn {
  margin-bottom: 50px
}
.done__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #3b3b33;
  margin-bottom: 18px
}
.done__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #2b2f35;
  margin-bottom: 28px
}
.done ul {
  list-style: none;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
  margin: 0 0 50px
}
.done ul, .done ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.done ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #3b3f42;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px
}
.done .checkbox {
  margin-top: 0;
  margin-bottom: 16px
}
.done__right {
  width: 100%;
  max-width: 320px
}
.logo {
  margin-right: 55px
}
._hide-desc {
  display: none
}
.footer {
  padding: 30px 0;
  background: #fff
}
.footer .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  text-decoration: none
}
.footer .logo__img img {
  width: 28px;
  height: 28px
}
.footer .logo__text {
  color: #353432;
  font-size: 12px;
  font-weight: 800;
  line-height: 116.667%
}
.footer__top {
  padding: 35px 0
}
.footer__top .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.footer__left {
  gap: 13px
}
.footer__left, .footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
  flex-direction: column
}
.footer__right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 43px
}
.footer__nav a {
  text-decoration: none;
  color: #4b4646;
  text-align: center;
  font-weight: 700
}
.footer__copy, .footer__nav a {
  font-size: 14px;
  line-height: normal
}
.footer__copy {
  color: #8b8b8b;
  font-weight: 400
}
.footer__phone {
  font-size: 24px
}
.footer__mail, .footer__phone {
  color: #4b4646;
  text-align: center;
  font-weight: 700;
  line-height: normal;
  text-decoration: none
}
.footer__mail {
  font-size: 14px
}
.footer__bottom {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #4d4d54
}
.footer__bottom a {
  color: #4d4d54
}
@media (max-width: 815px) {
  .post__content {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
}
@media (max-width: 780px) {
  .header {
    height: 42px
  }
  .header__nav {
    overflow-x: hidden;
    gap: 5px;
    width: calc(100% - 35px)
  }
  .header__nav img {
    max-height: 21px
  }
  .header__nav img.slash {
    width: 9px
  }
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .header .content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .header__logo {
    font-size: 20px;
    line-height: 23px;
    text-align: center
  }
  main {
    padding-top: 19px
  }
  .form__title {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 7px
  }
  .form__label {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 7px
  }
  .form__content {
    gap: 21px
  }
  .form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .form__btn, .form__input {
    max-width: none
  }
  .form__text {
    font-size: 11px;
    line-height: 16px;
    border-left: 3px solid #fdaa2d;
    margin-top: 16px;
    padding-left: 8px
  }
  input {
    font-size: 13px;
    padding: 5px 13px
  }
  .btn, input {
    height: 50px;
    line-height: 16px
  }
  .btn {
    font-size: 16px
  }
  .post {
    margin-top: 29px
  }
  .post__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .post__item {
    max-width: 140px;
    gap: 5px
  }
  .post__item img {
    width: 70px;
    height: 70px
  }
  .post__name {
    font-size: 12px;
    line-height: 14px
  }
  .checkbox {
    margin-top: 20px;
    margin-bottom: 0
  }
  .checkbox input.checkbox-input + label.checkbox-label span {
    font-size: 10px;
    line-height: 14px
  }
  .checkbox input.checkbox-input + label.checkbox-label span br {
    display: none
  }
  .checkbox input.checkbox-input + label.checkbox-label:before {
    margin-right: 5px
  }
  .done {
    margin-top: 0
  }
  .done .btn {
    margin-bottom: 40px
  }
  .done .post {
    display: none
  }
  .done__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .done__left {
    gap: 14px;
    max-width: none
  }
  .done__right {
    display: none
  }
  .done__title {
    font-size: 17px;
    line-height: 22px
  }
  .done__desc {
    font-size: 12px;
    line-height: 14px
  }
  .done ul {
    gap: 12px;
    margin-bottom: 27px
  }
  .done ul li {
    font-size: 12px;
    line-height: 16px
  }
  .done ul li img {
    width: 20px;
    height: 20px
  }
  .done__left .btn {
    margin-top: 20px;
    margin-bottom: 34px
  }
  .footer {
    padding: 0
  }
  .footer__top {
    padding: 14px 0;
    gap: 30px
  }
  .footer__nav, .footer__top .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .footer__nav {
    gap: 12px
  }
  .footer__nav a {
    font-size: 10px
  }
  .footer__right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .footer__phone {
    font-size: 16px
  }
  .footer__copy, .footer__mail {
    font-size: 10px
  }
  .footer__copy {
    color: #4b4646;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: -50px
  }
  .footer__bottom {
    font-size: 10px;
    line-height: 140%;
    padding: 16px 0 20px
  }
}
@media (max-width: 430px) {
  .post__content {
    row-gap: 8px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px
  }
}