@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Regular.woff2) format("woff2"), url(../fonts/Inter-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Medium.woff2) format("woff2"), url(../fonts/Inter-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Bold.woff2) format("woff2"), url(../fonts/Inter-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal
}

/*! 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
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px
}

:root {
  --cblack: #444c50;
  --cgray: #98a5b3;
  --cred: #d96a2b;
  --bgGray: #fafcfc;
  --green: #2bd948;
  --height: 133px;
  --bg: 30%
}

@media (max-width: 768px) {
  :root {
    --height: 83px;
    --bg: 55%
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body, html {
  width: 100%;
  min-height: calc(var(--vh, 1vh) * 100)
}

body {
  font-family: Inter;
  color: #444c50;
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: var(--bgGray)
}

.landing {
  position: relative;
  overflow-x: hidden
}

.landing:before {
    content: "";
    display: block;
    width: 457px;
    height: 866px;
    position: absolute;
    left: 0;
    top: 954px;
    background: url(../images/bg1.svg) no-repeat 0 0;
    z-index: 1
}

.c-green {
  color: var(--green) !important
}

.c-gray {
  color: var(--cgray) !important
}

.f-14 {
  font-size: 14px;
  line-height: 1.4
}

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
}

.landing main {
  overflow-x: hidden
}

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

.header {
  height: 52px;
  position: relative;
  z-index: 1;
  margin-top: 43px
}

.header__mob {
  display: none
}

.header .content {
  height: 100%
}

.header__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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.header.header-center .header__content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.header__right {
  max-width: 710px
}

.header__nav, .header__right {
  width: 100%;
  height: 100%;
  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
}

.header__btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--cblack);
  margin-right: 10px;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.header__btn:hover {
  color: var(--green)
}

.header .btn__border {
  max-width: 154px;
  color: var(--green)
}

.btn {
  width: 100%;
  border: none;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  cursor: pointer;
  height: 52px;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-align: center;
  background: var(--green);
  border-radius: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #fff
}

.tg {
    width: 100%;
    border: none;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    cursor: pointer;
    height: 52px;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;
    margin-top: 10px;
    background: #5A9DCB;
    border-radius: 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #fff
}

.unsubscribe_outline {
    width: 100%;
    border: none;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 52px;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;
    margin-top: 10px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: inset 0 0 0 2px #5A9DCB, inset 0 0 0 10px white;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #5A9DCB;
    margin-bottom: 10px;
}

.unsubscribe_outline:hover {
    color: #ffffff;
    background: #5A9DCB;
    box-shadow: none;
}

.unsubscribe {

    width: 100%;
    border: none;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    cursor: pointer;
    height: 52px;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;
    margin-top: 10px;
    background: #B0C2CF;
    border-radius: 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 10px;
}

.btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #21a637
}

.btn:active {
  background: #177326;
  color: hsla(0, 0%, 100%, .5)
}

.btn[disabled] {
  background: var(--cgray);
  color: #fff
}
@supports (mask-image: paint(smooth-corners)) {
  .btn.is-loaded {
    border-radius: 0;
    mask-image: paint(smooth-corners);
    --smooth-corners: 10;
  }
}

.disabled.btn, .notFilled .btn {
  background: none;
  border: 1px solid var(--cgray);
  color: var(--cgray);
  cursor: default;
  font-weight: 400
}

.btn__border {
  width: 100%;
  border: none;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  cursor: pointer;
  height: 52px;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-align: center;
  background: rgba(0, 0, 0, 0);
  border: 1px solid var(--green);
  border-radius: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: var(--green)
}

.btn__border:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #21a637;
  color: #21a637
}

.btn__border:active {
  border-color: #177326;
  color: #177326
}

.btn__border[disabled] {
  border-color: var(--cgray);
  color: #fff
}

.btn__gray-border {
  width: 100%;
  border: none;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  cursor: pointer;
  height: 52px;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-align: center;
  background: rgba(0, 0, 0, 0);
  border: 1px solid var(--cgray);
  border-radius: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: var(--cgray)
}

.btn__gray-border:active, .btn__gray-border:focus, .btn__gray-border:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn__black {
  width: 100%;
  max-width: 115px;
  height: 52px;
  background: #444c50;
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-align: center;
  border-radius: 14px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #fff
}
.btn__black:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: var(--green)
}

.btn__black:active {
  background: #177326;
  color: hsla(0, 0%, 100%, .5)
}

.btn__black[disabled] {
  background: var(--cblack);
  color: #fff
}

.btn__black, .checkbox {
  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
}

.btn--login {
    margin-top: 25px;
}
.checkbox {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.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-disabled:before {
    border: 1px solid #919297 !important;
}

.checkbox input.checkbox-input:checked + label.checkbox-disabled:before {
    background-image: url(../images/check-disabled.svg) !important;
}

.checkbox input.checkbox-input + label.checkbox-label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 20px;
  margin-top: 2px;
  background: none;
  border: 1px solid var(--green);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px
}

.checkbox span {
  font-weight: 400;
  font-size: 10px;
  line-height: 130%;
  color: var(--cgray)
}

.checkbox span a {
  color: #4f83b8;
  text-decoration: none
}

.checkbox input.checkbox-input:checked + label.checkbox-label:before {
    background-image: url(../images/check.svg);
    background-position: 50%;
    background-repeat: no-repeat
}

.checkbox.required input.checkbox-input + label.checkbox-label:before {
  border: 1px solid var(--cred)
}

.checkbox.required span {
  color: var(--cred)
}

.checkbox.required span a {
  color: var(--cred);
  text-decoration: none
}

.checkbox__required-text {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: var(--cred);
  border-top: 1px solid var(--cred);
  margin-top: 20px;
  padding-top: 5px;
  margin-bottom: -20px
}

.radiobox input.radiobox-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
}

.radiobox input.radiobox-input + label.radiobox-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: center;
  -ms-flex-align: center;
  align-items: center
}

.radiobox input.radiobox-input + label.radiobox-label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 10px;
  margin-top: 0;
  padding: 6px;
  background: none;
  background-clip: content-box;
  border: 1px solid var(--green);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%
}

.radiobox input.radiobox-input + label.radiobox-label span {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: var(--cblack)
}

.radiobox input.radiobox-input + label.radiobox-label span a {
  color: #4f83b8;
  text-decoration: none
}

.radiobox input.radiobox-input:checked + label.radiobox-label:before {
  background-color: var(--green)
}

.a-green {
  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;
  color: var(--green);
  text-decoration: none
}

.a-green img {
  margin-left: 10px;
  width: 5px
}

.a-gray {
  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;
  color: var(--cgray);
  text-decoration: none
}

.a-gray img {
  margin-left: 10px;
  width: 5px
}

.mb-70 {
  margin-bottom: 70px
}

.mb-50 {
  margin-bottom: 50px
}

.mb-40 {
  margin-bottom: 40px
}

.mb-35 {
  margin-bottom: 35px
}

.mb-25 {
  margin-bottom: 25px
}

.mb-20 {
  margin-bottom: 20px !important
}

.mb-15 {
  margin-bottom: 15px
}

.flexHcenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.flexHcenter, .flexHjust {
  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
}

.flexHjust {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.card {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 5px 50px #e6eef2;
  box-shadow: 0 5px 50px #e6eef2;
  border-radius: 14px;
  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
}

.card._card-bg {
    background-color: #fff;
    background-image: url(../images/cart-bg.svg);
    background-repeat: no-repeat;
    background-position: 50%
}

.card b {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: var(--cblack);
  margin-bottom: 10px
}

.card span {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--cgray)
}

.card__row {
  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;
  margin-bottom: 20px
}

.card__row:last-child {
  margin-bottom: 0
}

.card__row img {
  width: 30px;
  margin-right: 10px
}

.card__row span {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--cblack)
}

.article {
  margin-bottom: 50px
}

.article__top {
  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;
  position: relative;
  z-index: 2
}

.article__top .a-settings {
  margin-top: -47px;
  margin-left: auto
}

.article__top .a-back {
  margin-top: -47px
}

.main__map {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 14px;
  overflow: hidden;
  width: 100%;
  height: 70vh
}

.banner {
  margin-top: 39px
}

.banner__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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.banner__left {
    width: 44.13%;
    background: url(../images/banner-line.svg), -o-linear-gradient(353.99deg, #007991 -12.2%, #78ffd6 112.97%);
    background: url(../images/banner-line.svg), linear-gradient(96.01deg, #007991 -12.2%, #78ffd6 112.97%);
    background-position: top 15px left, 0 0;
    border-radius: 40px;
    padding: 80px;
    position: relative;
    z-index: 1
}

.banner__search {
    width: 44.13%;
    background: -o-linear-gradient(353.99deg, #007991 -12.2%, #78ffd6 112.97%);
    background: linear-gradient(96.01deg, #007991 -12.2%, #78ffd6 112.97%);
    border-radius: 40px;
    padding: 60px 80px;
    position: relative;
    z-index: 1
}

.banner__search-title {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.banner__search-loading {

}

.banner__search-loading .progress {
    height: 16px;
    flex-shrink: 0;
    border-radius: 25px;
    background: #C3DAE5;
    margin-bottom: 20px;
    position: relative;
}

.banner__search-loading .progress__bar {
    width: 5%;
    height: 16px;
    flex-shrink: 0;
    border-radius: 25px;
    background: #2BD948;
    -webkit-animation: animationFrames 7s linear both;
    animation: animationFrames 7s linear both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

}

@keyframes animationFrames {
    0% {
        width: 5%
    }

    11% {
        width: 20%
    }
    18% {
        width: 20%
    }

    22% {
        width: 42%
    }

    33% {
        width: 42%
    }

    44% {
        width: 64%
    }

    55% {
        width: 64%
    }

    66% {
        width: 76%
    }

    77% {
        width: 76%
    }

    88% {
        width: 92%
    }

    99% {
        width: 92%
    }

    to {
        width: 100%
    }
}

.banner__search-loading .progress:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    text-align: center;
    margin-right: -15px;
    display: flex;
    align-items: center;
    height: 16px;
    color: #444C50;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-animation: animationprocent 7s linear both;
    animation: animationprocent 7s linear both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@keyframes animationprocent {
    0% {
        content: '5%'
    }

    11% {
        content: '20%'
    }
    18% {
        content: '20%'
    }

    22% {
        content: '42%'
    }

    33% {
        content: '42%'
    }

    44% {
        content: '64%'
    }

    55% {
        content: '64%'
    }

    66% {
        content: '76%'
    }

    77% {
        content: '76%'
    }

    88% {
        content: '92%'
    }

    99% {
        content: '92%'
    }

    to {
        content: '100%'
    }
}

.loading {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.loading__row {
    display: flex;
    justify-content: space-between;
    min-height: 30px;
}

.loading__row img {
    filter: grayscale(100%) brightness(200%) contrast(1000%);
}

.loading__operator img {
    filter: grayscale(0%) brightness(100%) contrast(100%);
    display: none;
}

.loading__row .history__status {
    display: none;
    margin-bottom: 0;

}

.loading__row._active img {
    display: none;
}

.loading__row._active .history__status {
    display: flex;
}

.loading__row._active .loading__operator img {
    display: block;
}

.loading__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}

.loading__left b {
    margin-bottom: 13px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.loading__left small {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}

.loading__right {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 110px;
}

.marquee-line {
    margin-left: -80px;
    margin-right: -80px;
    height: auto;
    line-height: 28px;
    margin-bottom: -40px;
    overflow: hidden;
    display: flex;
}

.marquee__item {
    width: 83px;
    height: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.marquee1 {
    display: flex;
    gap: 15px;
    animation: text 3.5s infinite linear;
}

.marquee2 {
    display: flex;
    gap: 15px;
    animation: text 3.5s infinite linear;
}

@keyframes text {
    0% {
        transform: translatex(0);
    }

    100% {
        transform: translate(-100%);
    }
}

.running-line__list img {

}

.banner__map {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    overflow: hidden;
    width: 64.6%;
    height: 500px;
    border-radius: 30px;
    margin-left: -8.73%;
    margin-top: 40px;
}
.banner__right {
    width: 64.6%;
    height: 500px;
    margin-left: -8.73%;
    background: url(../images/banner-phone.png), url(../images/banner-line.svg), -webkit-gradient(linear, left top, right top, from(#62e6c9), to(#48b1bf));
    background: url(../images/banner-phone.png), url(../images/banner-line.svg), -o-linear-gradient(left, #62e6c9 0, #48b1bf 100%);
    background: url(../images/banner-phone.png), url(../images/banner-line.svg), linear-gradient(90deg, #62e6c9, #48b1bf);
    background-position: 100% 0, top -27px right, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    border-radius: 30px;
    padding: 40px;
    margin-top: 40px;
    position: relative
}


.banner__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 61px;
  color: #fff;
  margin-bottom: 56px
}

.banner__form label {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 24px
}

.banner__form a {
  color: var(--cblack);
  text-decoration: none
}

.banner__form-row, .banner__form-row input {
  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
}

.banner__form-row input {
  width: 100%;
  height: 52px;
  background: #fff;
  border-radius: 14px;
  border: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  padding: 5px 125px 5px 35px
}

.banner__form-row .btn__black {
  max-width: 115px;
  margin-left: -115px
}

.banner .badge {
  position: absolute;
  left: 25%;
  top: 109px
}

.badge {
  width: 255px;
  height: 177px;
  background: #fff;
  -webkit-box-shadow: -5px 0 20px rgba(56, 174, 184, .3);
  box-shadow: -5px 0 20px rgba(56, 174, 184, .3);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 25px
}

.badge__title {
  color: #2bd948;
  margin-bottom: 16px
}

.badge__title, .badge b {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px
}

.badge b {
  color: #444c50;
  margin-bottom: 15px
}

.badge span {
  font-weight: 500;
  margin-bottom: 15px
}

.badge small, .badge span {
  font-size: 12px;
  line-height: 15px;
  color: #444c50
}

.badge small {
  font-weight: 400
}

.detection {
  margin-top: 156px;
  position: relative
}

.detection:before {
  content: "";
  display: block;
  width: calc(50% - 74px);
  height: 100%;
  background: #fff;
  border-radius: 0 30px 30px 0;
  -webkit-box-shadow: 0 0 100px 0 #e6eef2;
  box-shadow: 0 0 100px 0 #e6eef2;
  position: absolute;
  left: 0;
  top: 0
}

.detection__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
}

.detection .title {
  margin-bottom: 19px
}

.detection__left {
  width: 44.21%;
  padding: 50px 30px 48px 0;
  position: relative;
  z-index: 1
}

.detection__left p {
  width: 100%;
  max-width: 358px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #444c50;
  margin-bottom: 50px
}

.detection__left .btn {
  max-width: 224px
}

.detection__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #444c50;
  margin-bottom: 20px
}

.detection__right {
  width: 55.97%;
  background: hsla(0, 0%, 100%, .8);
  border-radius: 0 30px 30px 0;
  text-align: right;
  margin-top: -30px
}

.detection__right img {
  margin-top: -108px;
  margin-bottom: -58px;
  margin-right: 59px
}

.comment {
  position: relative;
  z-index: 1;
  margin-top: 152px
}

.comment__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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px
}

.comment__item {
  max-width: 392px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 100px #e6eef2;
  box-shadow: 0 0 100px #e6eef2;
  border-radius: 20px;
  margin: 0 15px 30px;
  padding: 35px 40px
}

.comment__top {
  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;
  margin-bottom: 20px
}

.comment__top b {
  font-weight: 700;
  display: block;
  margin-bottom: 15px
}

.comment__top b, .comment__top span {
  font-size: 18px;
  line-height: 22px;
  color: #444c50
}

.comment__top span {
  font-weight: 400
}

.comment__img {
  min-width: 100px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  overflow: hidden;
  background: #d9d9d9;
  margin-right: 28px
}

.comment__img img {
  max-width: 100%;
  max-height: 100%
}

.comment__user {
  width: 100%
}

.comment__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #444c50
}

.title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #444c50;
  margin-bottom: 50px
}

.why {
  margin-top: 120px
}

.why .content {
    position: relative;
    z-index: 2;
}
.why__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.why__left {
  width: 100%;
  max-width: 635px
}

.why__row {
  margin-bottom: 30px;
  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
}

.why__row img {
  min-width: 50px;
  margin-right: 30px
}

.why__text h3 {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 8px
}

.why__text p {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px
}

.why__img {
  margin: -138px -206px -171px -120px
}

.how-works {
  margin-top: 126px
}

.how-works__content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.how-works__content, .how-works__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.how-works__item {
  -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;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
  margin: 0 21px 40px
}

.how-works__item > img {
  -webkit-box-shadow: 0 0 100px #e6eef2;
  box-shadow: 0 0 100px #e6eef2;
  border-radius: 34px;
  background: #e6eef2;
  margin-bottom: 28px
}

.how-works__item h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  color: #444c50;
  margin-bottom: 7px
}

.how-works__item p {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #444c50
}

.how-works__top {
  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;
  -ms-flex-direction: column;
  flex-direction: column
}

.how-works__num {
  margin-top: 30px;
  margin-bottom: 15px
}

.faq {
  margin-top: 112px
}

.faq__item {
  background: #fff;
  -webkit-box-shadow: 0 0 100px #e6eef2;
  box-shadow: 0 0 100px #e6eef2;
  border-radius: 20px;
  margin-bottom: 30px
}

.faq__title {
  position: relative;
  display: block;
  padding: 5px 16px 5px 25px;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  color: #444c50;
  text-decoration: none;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
  height: 83px;
  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
}

.faq__title:hover {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.faq__active {
  margin-bottom: -17px
}

.faq__title .faq__spoiler {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #000;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  margin-right: 5px;
  border-radius: 50%;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.faq__rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.faq__content {
  display: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #444c50;
  padding: 5px 25px 25px
}

.faq__symbol {
  font-weight: 700
}

.start {
  margin-top: 120px;
  padding-bottom: 265px
}

.start__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
}

.start__left {
  width: 100%;
  max-width: 320px
}

.start .title {
  margin-bottom: 20px
}

.start__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #444c50;
  margin-bottom: 50px
}

.start .btn {
  max-width: 224px
}

.start__img img {
  margin: 0 -62px -128px -131px
}

.signin {
    margin-top: 130px;
    background: url(../images/signin-bg.png) no-repeat left calc(50% - 425px) top 16px;
    min-height: 800px
}

.signin__content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.signin__content, .signin__img {
  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
}

.signin__img {
  width: 100%;
  max-width: 400px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.signin__img img {
  margin-left: -104px
}

.signin__img .badge {
  position: relative;
  z-index: 1;
  margin-top: 63px
}

.switch {
  width: 100%
}

.switch__content-item {
  display: none;
  width: 100%
}

.switch__content-item._active {
  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;
  -ms-flex-direction: column;
  flex-direction: column
}

.switch__nav {
  height: 51px;
  background: -webkit-gradient(linear, left top, right top, from(#e6eef2), to(#f0f4f7));
  background: -o-linear-gradient(left, #e6eef2 0, #f0f4f7 100%);
  background: linear-gradient(90deg, #e6eef2, #f0f4f7);
  border-radius: 14px;
  margin-bottom: 20px
}

.switch__nav, .switch__nav-item {
  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;
  position: relative
}

.switch__nav-item {
  width: 50%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--cgray)
}

.switch__nav-item sup {
  color: var(--green);
  margin-left: 3px;
}

.switch__nav-item._active {
  color: #444c50
}

.switch #switch-ind {
  position: absolute;
  top: 0;
  left: 0;
  background: #fafcfc;
  border: 2px solid #eff4f7;
  border-radius: 14px;
  height: 100%;
  width: 50%
}

.switch #switch-ind.mail {
  left: 50%
}

.switch #switch-ind.phone {
  left: 0
}

.history {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column
}

.history, .history__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal
}

.history__card {
  text-decoration: none;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -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;
  background: #fff;
  -webkit-box-shadow: 0 5px 50px #e6eef2;
  box-shadow: 0 5px 50px #e6eef2;
  border-radius: 14px;
  margin-bottom: 20px
}

.history__body {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.history__body b {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: var(--cblack);
  margin-bottom: 10px
}

.history__body small {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: var(--cgray)
}

.history__status {
  padding: 4px 10px;
  height: 29px;
  border-radius: 32px;
  font-weight: 500;
  font-size: 14px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 15px
}

.history__status.sendet {
  border: 1px solid var(--green);
  color: var(--green)
}

.history__status.process {
  background: var(--green);
  color: #fff
}

.history__status.failed {
  border: 1px solid var(--cred);
  color: var(--cred)
}

.map__top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-top: 30px
}

.map__col, .map__top {
  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
}

.map__col {
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 18px
}

.map__col small {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: var(--cgray);
  margin-bottom: 15px
}

.map__col span {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--cblack)
}

.modal-limit {
  width: 100%;
  max-width: 380px;
  margin: 50px auto;
  text-align: center;
  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;
  -ms-flex-direction: column;
  flex-direction: column
}

.modal-limit h2 {
    margin: 40px 0;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: var(--cblack)
}

.modal-limit .btn, .modal-limit .btn__gray-border, .modal-limit .btn__border {
    max-width: 310px;
    margin-bottom: 15px;
}

.modal {
  position: relative;
  z-index: 999;
  width: calc(100% - 40px);
  max-width: 800px;
  margin: 100px auto;
  background: #fff;
  border-radius: 30px
}

.modal._active {
  display: block
}

.modal__close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.modal__body {
  width: 100%;
  padding: 26px 20px 20px
}

.modal__body.chat__modal {
  -webkit-box-shadow: 0 18px 63px rgba(0, 0, 0, .09);
  box-shadow: 0 18px 63px rgba(0, 0, 0, .09);
  border-radius: 3px
}

.modal__body.chat__modal .chat__type-problem {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px
}

.modal__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #000;
  margin-bottom: 12px;
  padding-right: 22px;
  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
}

.modal__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: var(--cgray)
}

.modal-text {
    color: #444C50;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}
.modal__content {
  margin-bottom: 12px
}

.modal__row {
  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;
  margin-left: -10px;
  margin-right: -10px
}

.modal__row .btn__gray-line, .modal__row .btn__green, .modal__row .btn__green-line, .modal__row .btn__red {
  margin: 0 10px;
  width: 100%
}

.modal__selected-img {
  width: 100%;
  height: 295px
}

.modal__selected-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

._modal-open {
  overflow-y: hidden;
  position: relative
}

.modal-backdrop {
  right: 0;
  bottom: 0;
  z-index: 9999999;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.mask-modal, .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  display: none
}

.mask-modal {
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(68, 76, 80, .8)
}

.mask-modal.-show {
  display: block
}

.toggler {
  cursor: pointer
}

.form, form {
  width: 100%
}

.form {
  max-width: 480px;
  margin-top: 79px
}

.form__title {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #444c50;
  text-align: center
}

.form__content {
  width: 100%;
  max-width: 480px;
  margin: 0 auto
}

.form__row {
  width: 100%
}

.js-check {
    align-items: center;
}

.js-check span {
    color: #000;
    font-weight: 400;
}

.js-check span a {
    color: #0051a4;
}

.form label {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--cgray)
}

.form input, .form select, .form textarea {
  width: 100%;
  outline: none;
  padding: 5px 32px 5px 28px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 52px;
  background: #fff;
  -webkit-box-shadow: 0 5px 50px #e6eef2;
  box-shadow: 0 5px 50px #e6eef2;
  border-radius: 14px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #444c50
}

.form input::-webkit-input-placeholder, .form select::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
  color: #c3dae6
}

.form input::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder {
  color: #c3dae6
}

.form input:-ms-input-placeholder, .form select:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
  color: #c3dae6
}

.form input::-ms-input-placeholder, .form select::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
  color: #c3dae6
}

.form input::placeholder, .form select::placeholder, .form textarea::placeholder {
  color: #c3dae6
}

.form input[type=password] {
  text-align: center;
  letter-spacing: 7.5px;
}

.form input.error {
  border-bottom: 1px solid var(--cred)
}

.form input.error::-webkit-input-placeholder {
  color: var(--cred)
}

.form input.error::-moz-placeholder {
  color: var(--cred)
}

.form input.error:-ms-input-placeholder {
  color: var(--cred)
}

.form input.error::-ms-input-placeholder {
  color: var(--cred)
}

.form input.error::placeholder {
  color: var(--cred)
}

.form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select.svg) no-repeat;
    background-position: top 50% right 20px;
    margin-top: 7px
}

.form textarea {
  height: 122px;
  resize: none
}

.form p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #444c50
}

.form p b {
  font-weight: 700
}

.form__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #444c50;
  text-align: center
}

.footer {
  background: #fff;
  color: #3b3b3b
}

.footer__top {
  padding-top: 68px;
  padding-bottom: 42px;
  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 .a-green {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px
}

.footer .mail, .footer .phone {
    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;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 20px;
}

.footer .mail img, .footer .phone img {
    margin-right: 10px;
}

.footer .mail span, .footer .phone span {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--cgray);
}

.footer__logo {
  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;
  margin-right: 20px;
  width: 100%;
  max-width: 276px
}

.footer .logo-footer {
  display: block;
  margin-bottom: 46px;
  margin-top: -12px
}

.footer__nav {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 20px;
  width: 100%;
  max-width: 320px
}

.footer__nav, .footer__nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.footer__nav a {
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--cgray);
  margin-bottom: 10px;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(152, 165, 179, .1)
}

.footer__nav a img {
  width: 5px
}

.footer__seo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.footer__seo a {
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--cgray);
    margin-bottom: 10px;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
}

.footer__contact {
  margin-right: 20px;
  max-width: 205px
}

.footer__contact, .footer__pay {
  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;
  width: 100%
}

.footer__pay {
  max-width: 265px
}

.footer__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: var(--cblack);
  margin-bottom: 50px
}

.footer__address {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #444c50
}

.footer__copy {
  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;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: var(--cgray);
  padding: 47px 0
}

.footer .pay-list img {
  width: 52px
}

.pay-list {
  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
}

.show__mob {
  display: none
}

.show__desc {
  display: block
}

.show__desc.btn, .show__desc.btn__border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width: 1024px) {
  .banner__right {
    width: 50%
  }

  .banner__left {
    width: 54%
  }

  .banner__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 44px
  }

  .footer__address, .footer__nav a {
    font-size: 14px
  }

  .footer__title {
    font-size: 16px
  }
}

@media screen and (max-width: 768px) {
  .show__mob {
    display: block
  }

  .show__mob.btn, .show__mob.btn__border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .show__desc, .show__desc.btn, .show__desc.btn__border {
    display: none
  }

  .mb-70 {
    margin-bottom: 40px
  }

  .mb-50 {
    margin-bottom: 30px
  }

  .mb-40 {
    margin-bottom: 22px
  }

  .content {
    padding: 0 40px
  }

  .header {
    margin-top: 33px;
    z-index: 2
  }

  .header__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .header .logo-header {
    margin: 0 auto
  }

  .header__mob {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .header__right {
    max-width: none;
    width: 24px;
    margin-left: -24px;
    position: relative
  }

  .header__nav {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 100%;
    width: 220px;
    height: auto;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 100px #e6eef2;
    box-shadow: 0 0 100px #e6eef2;
    z-index: 1;
    padding: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .header__nav._active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .header__nav a {
    margin-bottom: 15px;
    /*display: block*/
  }

  .header__nav a.btn__border {
    border: none;
    display: block;
    height: auto;
    text-align: left;
    color: var(--cblack);
    margin-bottom: 0
  }


  .switch__nav-item {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .signin {
    margin: 38px 0 51px;
    min-height: 1px;
    background: none
  }

  .signin__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .signin__img {
    display: none
  }

  .signin .form {
    margin-top: 0
  }

  .signin .form__title {
    display: none
  }

  .signin .form .a-green {
    font-size: 14px
  }

  .footer {
    background: none
  }

  .footer__title {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 20px
  }

  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 39px
  }

  .footer__logo, .footer__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .footer__logo {
    max-width: 310px;
    margin: 0
  }

  .footer__logo .logo-footer {
    margin-top: 0;
    margin-bottom: 38px
  }

  .footer__address {
    display: none
  }

  .footer__contact, .footer__nav {
    max-width: 310px;
    margin: 0 0 30px
  }

  .footer__pay {
    max-width: 310px;
    margin: 0
  }

  .footer__copy {
    font-size: 12px;
    padding: 15px 0
  }

  .article__top .a-back, .article__top .a-settings {
    margin-top: -39px
  }

  .article__top .a-back img, .article__top .a-settings img {
    width: 24px
  }

  .form {
    margin-top: 50px
  }

  .form__title {
    font-size: 22px;
    line-height: 27px
  }

  .radiobox input.radiobox-input + label.radiobox-label span {
    font-size: 14px
  }

  .modal-limit {
      margin: 30px auto
  }

  .modal-limit h2 {
    font-size: 22px;
    line-height: 27px;
    margin: 30px 0
  }

  .history__status {
    font-size: 12px;
    margin-bottom: 5px
  }

  .history__body b {
    font-size: 14px;
    margin-bottom: 5px
  }

  .history__card {
    margin-bottom: 15px
  }

  .a-back img, .a-edit img {
    width: 24px
  }

  .map__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px
  }

  .map__col small {
    margin-bottom: 5px
  }

  .pay-list img {
    width: 55px
  }

  .card._card-bg {
    background-size: cover
  }

  .card__row span {
    font-size: 10px
  }

  .banner__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
  }

    .banner__left, .banner__search {
    padding: 0;
    width: 100%;
    border-radius: 0;
    background: none;
    max-width: 480px
  }

    .marquee-line {
        margin-bottom: 0;
    }

    .banner__map {
        max-width: none;
        width: calc(100% + 80px);
        margin: 0 -40px;
        border-radius: 0;
        padding: 0;
    }

    .banner__search-title {
        color: #444C50;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .loading__left b {
        color: #444C50;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 21px */
    }

    .loading__left small {
        color: #98A5B2;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .loading__left {
        color: #98A5B2;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 21px */
    }

    .loading__row img {
        filter: grayscale(0%) brightness(100%) contrast(100%);
    }
  .banner__form label {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: var(--cblack);
    margin-bottom: 20px
  }

  .banner__form a {
    display: block;
    font-size: 18px;
    padding-bottom: 10px
  }

  .banner__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: var(--cblack);
    margin-bottom: 15px
  }

  .banner__title span {
    color: var(--green)
  }

  .banner__form-row .btn__black {
    background: var(--green);
    max-width: 52px;
    margin-left: -52px
  }

  .banner__right {
    margin: 0;
    padding: 0;
    max-width: 480px;
    height: auto
  }

  .banner__right, .banner__right .badge {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    border-radius: 0;
    position: static
  }

  .banner__right .badge {
    display: none;
    max-width: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
  }

  .banner__right-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: var(--cgray);
    margin-top: 20px
  }

  .detection {
    margin-top: 60px
  }

  .detection:before {
    display: none
  }

  .detection__content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .detection__content, .detection__left {
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .detection__left {
    padding: 0;
    width: 100%;
    max-width: 480px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 20px
  }

  .detection__left p {
    margin: 0;
    padding: 0;
    max-width: none;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%
  }

  .detection .title {
    margin-bottom: 10px
  }

  .detection__right {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 480px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    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;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .detection__right img {
    padding: 0;
    margin: 0;
    max-width: 181px;
    margin-bottom: 32px;
  }

  .detection .btn {
    max-width: 310px;
    z-index: 1;
  }

  body.landing:before {
    height: 350px;
    width: 205px;
    background-size: auto 100%
  }

  .title {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    text-align: center
  }

  .comment {
    margin-top: 61px
  }

  .comment__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .comment .title {
    margin-bottom: 18px
  }

  .comment__item {
    max-width: 480px;
    padding: 30px;
    margin-bottom: 15px
  }

  .comment__user b, .comment__user span {
    font-size: 16px;
    line-height: 19px
  }

  .comment__img {
    min-width: 80px;
    width: 80px;
    height: 80px
  }

  .comment__text {
    font-size: 14px;
    line-height: 150%
  }

  .why {
    margin-top: 47px
  }

  .why .title {
    margin-bottom: 18px
  }

  .why__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
  }

  .why__left {
    max-width: 480px
  }

  .why__row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .why__row img {
    min-width: 40px;
    margin-right: 10px
  }

  .why__row:last-child {
    margin-bottom: 0
  }

  .why__text b {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 5px
  }

  .why__text span {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%
  }

  .why__img {
    max-width: 480px;
    margin: 0
  }

  .why__img img {
    width: 100%;
    margin-top: -20px
  }

  .why .btn {
    margin-top: 20px
  }

  .how-works {
    margin: 46px 0 0
  }

  .how-works__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
  }

  .how-works .title {
    margin-bottom: 18px
  }

  .how-works__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -60px;
    margin-bottom: 12px
  }

  .how-works__top > img {
    height: 250px
  }

  .how-works__num {
    margin-top: 0;
    margin-right: 20px
  }

  .how-works__num img {
    width: 40px
  }

  .how-works__item {
    margin: 0 0 34px
  }

  .how-works__item b {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: var(--green)
  }

  .how-works__item span {
    font-size: 14px;
    line-height: 150%
  }

  .start {
    margin-top: 28px;
    padding-bottom: 0
  }

  .start__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
  }

  .start__left {
    max-width: 480px;
    margin-bottom: 30px
  }

  .start .title {
    margin-bottom: 13px
  }

  .start__text {
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 30px
  }

  .start .btn {
    max-width: none
  }

  .start__img {
    max-width: 480px
  }

  .start__img img {
    width: 100%;
    margin: 0
  }

  .faq {
    margin-top: 28px
  }

  .faq__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    min-height: 74px;
    height: auto;
    margin-bottom: 0;
    padding: 25px
  }

  .faq__content {
    font-size: 14px;
    line-height: 150%;
    padding-top: 0
  }

  .faq.__active {
    margin-bottom: 0
  }
}

.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: 1px solid #535484;
  border-radius: 12px;
  overflow-y: auto
}

.list-cities__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #747484;
  cursor: pointer
}

.list-cities__item--not-found {
  color: #eb5757
}

.form .list-cities {
  position: absolute;
  top: 53px;
  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
}

.tg-widget {
    -webkit-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgb(42 171 238 / 70%);
    border-radius: 50%;
}

.tg-widget a {
    display: flex;
}

@keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 15px rgba(217, 48, 48, 0);
        box-shadow: 0 0 0 15px rgba(217, 48, 48, 0);
    }
}

.urgent-message {
    background-color: #fff;
    border-radius: 12px;
    padding: 16px 24px;
    -webkit-box-shadow: 0 5px 50px #e6eef2;
    box-shadow: 0 5px 50px #e6eef2;
    text-align: center;
    max-width: 800px;
    margin: 40px auto;
}

.urgent-message a {
    display: inline-block;
    color: var(--green);
    text-decoration: none;
    margin-top: 16px;
}

.urgent-message a:hover {
    text-decoration: underline;
}
.support-container {
    position: relative;
    margin-bottom: 15px;
}

.support-panel {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 240px;
    animation: fadeIn 0.3s ease;
}

.support-option {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

.support-option:last-child {
    border-bottom: none;
}

.support-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    transition: color 0.2s ease;
}

.support-icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.support-option:hover {
    background-color: #f9f9f9;
    color: #007bff;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tg.support-button-mobile {
    position: relative;
    z-index: 1;
}

.phone-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    color: var(--cblack);
    gap: 8px;
    transition: all 0.3s ease-out;
    margin-left: -35px;
}

.phone-link img {
    width: 20px;
    height: 20px;
}

.phone-link span {
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    color: var(--cblack);
    transition: all 0.3s ease-out;
}

@media (min-width: 769px) {
    .phone-link span {
        display: none;
    }
    .phone-link {
        margin-bottom: 0;
        margin-right: 10px;
    }
    .support-container {
        margin-bottom: 0;
        margin-right: 10px;
    }
}

@media (max-width: 768px) {
    .phone-link {
        justify-content: flex-start;
    }

    .phone-link {
        margin-left: 0px;
    }
}

.phone-popup {
    display: none;
    position: absolute;
    top: 100%;
    left: -35px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 240px;
    animation: fadeIn 0.3s ease;
    padding: 12px 16px;
    font-size: 14px;
    color: var(--cblack);
    white-space: nowrap;
    animation: fadeIn 0.3s ease;
}

.phone-popup a {
    text-decoration: none;
    color: var(--cblack);
    transition: color 0.2s ease;
    font-weight: 500;
    line-height: 1.5;
    font-weight: 500;
}

.phone-popup::after {
    content: '';
    position: absolute;
    top: -8px;
    left: 16px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    z-index: 1;
}

.phone-link-container {
    position: relative;
}

.cookiemodal {
  position: fixed;
  right: 38px;
  border-radius: 14px;
  background: #eef4f6e7;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  width: 100%;
  max-width: 624px;
  bottom: 75px;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: .3s all ease;
}
.cookiemodal.open {
  opacity: 1;
  pointer-events: auto;
}
.cookiemodal__submit {
  padding: 10px;
  width: auto;
  border-radius: 8px;
  cursor: pointer;
  border: 1.5px solid #2BD84A;
  background: transparent;
  height: auto;
  color: #444C50;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  background: #FFFFFF;
  font-weight: 600;
  line-height: 140%; /* 23.8px */
}
.cookiemodal__txt {
  margin-bottom: 0;
  color: #444C50;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  max-width: 466px;
  line-height: normal;
  margin-right: 40px;
}
@media(max-width: 991px) {
  .cookiemodal {
      left: 10px;
      bottom: 10px;
      max-width: calc(100vw - 20px);
      padding: 14px 16px;
      flex-direction: column;
      align-items: start;
    }
  .cookiemodal__txt {
      margin-right: 9px;
  }
  .cookiemodal__submit {
      padding: 11px 19px;
      min-width: 56px;
      margin-top: 10px;
      font-size: 0;
  }
  .cookiemodal__submit:after {
      content: 'ОК';
      display: inline-block;
      font-size: 12px;
  }
}

.dark-checkbox span {
  font-size: 14px;
  color: #000;
}