@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,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
}
* {
  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: Roboto, 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
}
.title, body {
  font-weight: 600
}
.title {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 23px;
  color: #000
}
input, select, textarea {
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  height: 58px;
  border: 1px solid #555;
  border-radius: 8px;
  color: #555;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(85, 85, 85, .5)
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(85, 85, 85, .5)
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(85, 85, 85, .5)
}
input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: rgba(85, 85, 85, .5)
}
input::placeholder, select::placeholder, textarea::placeholder {
  color: rgba(85, 85, 85, .5)
}
input:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0)
}
input:focus::-moz-placeholder, select:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0)
}
input:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0)
}
input:focus::-ms-input-placeholder, select:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0)
}
input:focus::placeholder, select:focus::placeholder, textarea:focus::placeholder {
  color: rgba(0, 0, 0, 0)
}
input.input__error, select.input__error, textarea.input__error {
  border: 1px solid #d95234;
  color: rgba(85, 85, 85, .5)
}
input.input__error::-webkit-input-placeholder, select.input__error::-webkit-input-placeholder, textarea.input__error::-webkit-input-placeholder {
  color: rgba(85, 85, 85, .5)
}
input.input__error::-moz-placeholder, select.input__error::-moz-placeholder, textarea.input__error::-moz-placeholder {
  color: rgba(85, 85, 85, .5)
}
input.input__error:-ms-input-placeholder, select.input__error:-ms-input-placeholder, textarea.input__error:-ms-input-placeholder {
  color: rgba(85, 85, 85, .5)
}
input.input__error::-ms-input-placeholder, select.input__error::-ms-input-placeholder, textarea.input__error::-ms-input-placeholder {
  color: rgba(85, 85, 85, .5)
}
input.input__error::placeholder, select.input__error::placeholder, textarea.input__error::placeholder {
  color: rgba(85, 85, 85, .5)
}
textarea {
  height: 170px
}
.input__error ~ .error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.input__error ~ .exumple {
  display: none
}
.error {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d95234
}
.error, .exumple {
  margin-top: 2px;
  top: calc(50% - 8px);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px
}
.exumple {
  color: #1937ff
}
.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%;
  text-decoration: none;
  outline: none;
  border: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-align: center;
  padding: 5px 24px;
  height: 78px;
  background: #1937ff;
  border-radius: 8px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #f4f4f4
}
.btn:hover {
  background: #5168fb
}
.checkbox {
  margin-top: 60px
}
.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: 17px;
  min-width: 17px;
  height: 17px;
  margin-right: 11px;
  background: #1937ff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  margin-top: 2px
}
.checkbox input.checkbox-input + label.checkbox-label span {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #585f76
}
.checkbox input.checkbox-input + label.checkbox-label span a {
  color: #585f76;
  text-decoration: none
}
.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
}
.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: 60px;
  padding-bottom: 60px
}
.content {
  width: 100%;
  max-width: 724px;
  padding: 0 15px;
  margin: 0 auto
}
.header {
  position: relative;
  height: 112px;
  background: #eaebf4
}
.header .content {
  height: 100%
}
.header .content, .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.logo {
  text-decoration: none;
  gap: 24px
}
.logo__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px
}
.logo__text b {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #000;
  text-decoration: none
}
.logo__text span {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #969696;
  text-decoration: none
}
.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.form__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #000
}
.form__desc {
  margin-bottom: 28px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #484a4d
}
.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: 25px
}
.form__row, .form__row-btn {
  position: relative
}
.form__row-btn {
  margin-top: 20px
}
.form__col {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px
}
.form__col .form__row {
  width: calc(100% - 5px)
}
.form .label {
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #555
}
.form__check {
  margin-top: 70px;
  list-style: none;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.form__check, .form__check li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}
.form__check li {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px
}
.form__check li img {
  margin-right: 12px
}
.result {
  width: 100%;
  height: 78px;
  background: #eaebf4;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding: 5px 16px;
  margin-bottom: 34px
}
.result, .result__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.result__col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.result__col small {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, .5)
}
.result__col span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000
}
.tariff .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.tariff .content, .tariff__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.tariff__content {
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 22px
}
.tariff__item {
  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%;
  max-width: 326px;
  background: #fff;
  border: 1px solid #1937ff;
  border-radius: 19px;
  padding: 29px 22px 23px
}
.tariff__item .btn {
  height: 54px;
  font-size: 20px
}
.tariff__item-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px
}
.tariff__item-header, .tariff__item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.tariff__item-price span {
  font-weight: 400;
  font-size: 36px;
  line-height: normal;
  color: #1937ff
}
.tariff__item-price small {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #1937ff
}
.tariff__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 42px;
  text-align: right;
  color: #000
}
.tariff__check {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0 0 29px;
  list-style: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.tariff__check, .tariff__check li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.tariff__check li {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #484a4d;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}
.tariff__bottom-text {
  margin-top: 60px;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #000
}
.tariff__bottom-text a {
  text-decoration: underline;
  color: #0658be
}
.card .content, .card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.card__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 43px
}
.card__content .btn {
  margin-top: 60px;
  width: 100%
}
.card__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #000;
  margin-bottom: 23px
}
.card__text, .card__title {
  width: 100%;
  max-width: 425px
}
.card__text {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px
}
.card__text, .card__text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.card__text li {
  gap: 16px
}
.card__text li span {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #000
}
.card .checkbox {
  margin-top: 60px
}
.pay .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.pay .content, .pay__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.pay__content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 42px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 12px
}
.pay__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: 320px
}
.pay__item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #000
}
.pay__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #484a4d;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.pay__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px
}
.footer {
  position: relative;
  background: #eaebf4;
  padding-bottom: 50px
}
.footer__content {
  margin-top: 30px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center
}
.footer__logo.logo .logo__text b {
  font-size: 32px;
  line-height: 38px
}
.footer__logo.logo .logo__text span {
  font-size: 16px;
  line-height: 19px
}
.footer__nav {
  width: 100%;
  max-width: 320px;
  margin-top: 34px
}
.footer__nav ul {
  list-style: none;
  padding-left: 0;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.footer__nav ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #2d2928;
  text-decoration: none
}
.footer__info {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-direction: column;
  flex-direction: column
}
.footer__copy {
  margin-top: 20px
}
.footer__copy, .footer__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #353432
}
.footer__text {
  margin-top: 35px
}
.tab__link {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px
}
.tab__link, .tab__link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.tab__link-item {
  width: calc(100% - 5px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  height: 56px;
  background: #eaebf4;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0);
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  padding: 0 20px
}
.tab__link-item.active, .tab__link-item:hover {
  border: 2px solid #1937ff
}
.tab__panel {
  padding-top: 25px;
  display: none
}
.tab__panel.active {
  display: block
}
@media (max-width: 520px) {
  .header {
    height: 45px
  }
  .logo {
    gap: 12px
  }
  .logo img {
    width: 40px
  }
  .logo__text {
    gap: 0
  }
  .logo__text b {
    font-size: 15px;
    line-height: 17.58px
  }
  .logo__text span {
    font-size: 10px;
    line-height: 11.72px
  }
  main {
    padding: 14px 0 20px
  }
  .title {
    font-size: 14px;
    line-height: 16.41px;
    margin-bottom: 7px
  }
  .tab__link-item {
    height: 36px
  }
  .tab__link-item img {
    width: 20px
  }
  .tab__link-item span {
    font-size: 12px;
    line-height: 14.06px
  }
  .tab__panel {
    padding-top: 14px
  }
  .form__title {
    font-size: 14px;
    line-height: 16.41px;
    margin-bottom: 11px
  }
  .form__desc {
    font-size: 12px;
    line-height: 14.06px;
    margin-bottom: 15px
  }
  .form .label {
    font-size: 10px;
    line-height: 12px
  }
  .form__content {
    gap: 8px
  }
  .form__col {
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .form__col .form__row {
    width: 100%
  }
  .form__row-btn {
    margin-top: 10px
  }
  input, select, textarea {
    font-size: 12px;
    line-height: 18px;
    height: 40px;
    padding: 5px 16px
  }
  .btn {
    height: 50px;
    font-size: 16px;
    line-height: 30px;
    border-radius: 5px
  }
  .error, .exumple {
    font-size: 10px;
    line-height: 12px
  }
  .checkbox input.checkbox-input + label.checkbox-label span {
    font-size: 8px;
    line-height: 14px
  }
  .footer__content {
    margin-top: 5px
  }
  .footer__logo.logo .logo__text b {
    font-size: 15px;
    line-height: 17.58px
  }
  .footer__logo.logo .logo__text span {
    font-size: 10px;
    line-height: 11.72px
  }
  .footer__nav {
    margin-top: 39px
  }
  .footer__nav ul {
    -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;
    gap: 15px
  }
  .footer__nav ul li a {
    font-size: 14px;
    line-height: 20px
  }
  .footer__copy, .footer__text {
    font-size: 10px;
    line-height: 18px
  }
  .result {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 10px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-bottom: 16px
  }
  .result__col {
    height: 28px
  }
  .result__col small {
    font-size: 10px;
    line-height: 12px
  }
  .result__col span {
    font-size: 12px;
    line-height: 16px
  }
  .result__col:nth-child(2) {
    height: 56px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .result__col:nth-child(3), .result__col:nth-child(5) {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
  .result__col:nth-child(4), .result__col:nth-child(5) {
    margin-top: -32px
  }
  .card__content {
    margin-top: 0
  }
  .card__title {
    font-size: 14px;
    line-height: 16.41px
  }
  .card__text {
    gap: 16px
  }
  .card__text li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px
  }
  .card__text li img {
    width: 20px
  }
  .card__text li span {
    font-size: 12px;
    line-height: 16px
  }
  .card .btn {
    margin-top: 30px
  }
  .card .checkbox {
    margin-top: 28px
  }
  .tariff__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 13px
  }
  .tariff__item {
    width: 100%;
    border-radius: 8px;
    padding: 14px 18px 16px
  }
  .tariff__item .btn {
    height: 39px;
    font-size: 16px
  }
  .tariff__item-header {
    margin-bottom: 16px
  }
  .tariff__item-price span {
    font-size: 30px
  }
  .tariff__item-price small {
    font-size: 14px
  }
  .tariff__title {
    font-size: 14px;
    line-height: 36px
  }
  .tariff__check {
    margin-bottom: 15px
  }
  .tariff__check li {
    gap: 7px;
    font-size: 12px;
    line-height: 16px
  }
  .tariff__check li img {
    width: 16px
  }
  .pay__content {
    margin-top: 15px;
    gap: 20px
  }
  .pay__item {
    gap: 8px
  }
  .pay__item-title {
    font-size: 14px;
    line-height: 16.41px
  }
  .pay__item-text {
    font-size: 12px;
    line-height: 14.06px
  }
  .pay__item-bottom img {
    width: 40px
  }
}
.field__content {
  position: relative
}
.loading-cities {
  display: none;
  position: absolute;
  right: 15px;
  top: 20px
}
.list-cities {
  display: none;
  position: relative;
  z-index: 1;
  max-height: 420px;
  padding: 15px 32px 15px 28px;
  list-style-type: none;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  border-top: none;
  overflow-y: auto
}
.list-cities__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #747484;
  cursor: pointer
}
.list-cities__item:first-child {
  padding-top: 10px;
  border-top: 1px solid #a5a6f6
}
.list-cities__item--not-found {
  color: #eb5757
}
.form .list-cities {
  position: absolute;
  top: 44px;
  left: 0
}
.list-cities._active {
  display: block
}
.form--timetables input::-webkit-input-placeholder {
  opacity: 1;
  color: #747484
}
.form--timetables input::-moz-placeholder {
  opacity: 1;
  color: #747484
}
.form--timetables input:-ms-input-placeholder {
  opacity: 1;
  color: #747484
}
.form--timetables input::-ms-input-placeholder {
  opacity: 1;
  color: #747484
}
.form--timetables input::placeholder {
  opacity: 1;
  color: #747484
}
@media (max-width: 780px) {
  .form .list-cities {
    top: 33px;
    padding: 0 15px 15px
  }
  .form .list-cities__item {
    font-size: 12px;
    line-height: 22px
  }
  .form .list-cities__item:first-child {
    padding-top: 5px
  }
}