@charset "UTF-8";
/*!*
 * ВНИМАНИЕ! Этот файл генерируется автоматически.
 * Не пишите сюда ничего вручную, все такие правки будут потеряны при следующей компиляции.
 * Правки без возможности компиляции ДОЛЬШЕ И ДОРОЖЕ в 2-3 раза.
 * Нужны дополнительные стили? Создайте новый css-файл и подключите его к странице.
 * Читайте ./README.md для понимания.
 */
/**
 * Преобразование пикселей в rem на основе переменной с базовым размером шрифта.
 * @param  {number} $px Число пикселей (с единицами измерения или без)
 * @param  {string} Число пикселей, размер контентного шрифта на проекте
 * @return {string} Результат преобразования $px в rem
 */
@-ms-viewport {
  width: device-width; }
.page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  min-width: 320px;
  min-height: 100%; }
.page__inner {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.page__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
.page__footer-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
* {
  -webkit-tap-highlight-color: transparent; }
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  margin: 0;
  min-height: 100%;
  word-break: break-word; }
[tabindex='-1']:focus {
  outline: none !important; }
[role='button'] {
  cursor: pointer; }
input[type='search'] {
  -webkit-appearance: textfield; }
a,
button,
[role='button'],
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  margin: 0; }
button,
input {
  overflow: visible;
  text-transform: none; }
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }
textarea {
  overflow: auto;
  resize: vertical; }
svg {
  fill: currentColor; }
a svg,
  button svg {
    pointer-events: none; }
svg:not(:root) {
    overflow: hidden; }
img {
  max-width: 100%;
  height: auto; }
a {
  color: #477afb;
  background-color: transparent;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
a:hover, a:focus {
    color: #0548f0; }
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: visible; }
/* noto-sans-regular - cyrillic_latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), local("NotoSans"), url("../fonts/noto-sans-v7-cyrillic_latin-regular.woff2") format("woff2"), url("../fonts/noto-sans-v7-cyrillic_latin-regular.woff") format("woff"); }
/* noto-sans-700 - cyrillic_latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url("../fonts/noto-sans-v7-cyrillic_latin-700.woff2") format("woff2"), url("../fonts/noto-sans-v7-cyrillic_latin-700.woff") format("woff"); }
html {
  font-size: 13px; }
body {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: #31353f; }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: currentColor; }
h1,
h2,
h3 {
  margin-top: 3rem;
  margin-bottom: 0.5rem; }
h4,
h5,
h6 {
  margin-top: 1rem;
  margin-bottom: 0.5rem; }
h1 {
  /* font-size: 273px; */
  font-size: 21px; }
h2 {
  /* font-size: 234px; */
  font-size: 18px; }
h3 {
  /* font-size: 208px; */
  font-size: 16px; }
h4 {
  /* font-size: 169px; */
  font-size: 13px; }
h5 {
  /* font-size: 169px; */
  font-size: 13px; }
h6 {
  /* font-size: 169px; */
  font-size: 13px; }
p,
ul,
ol,
dl,
table,
blockquote,
pre,
address,
figure {
  margin-top: 0;
  margin-bottom: 1rem; }
address {
  font-style: normal; }
ul,
ol {
  padding-left: 1.5rem; }
ol ol,
ul ul,
ol ul,
ul ol {
  margin-top: 0;
  margin-bottom: 0; }
li {
  line-height: inherit; }
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid #e3e7ec; }
small {
  font-size: 12px; }
sub,
sup {
  font-size: 12px; }
mark {
  background: rgba(239, 172, 77, 0.3);
  padding: 0.1em 0.3em; }
b,
strong {
  font-weight: bolder; }
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }
blockquote {
  padding: 0;
  margin-left: 0;
  margin-right: 0; }
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace; }
code {
  padding: 0.06em 0.3em;
  color: #31353f;
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 2px; }
kbd {
  padding: 0.06em 0.3em;
  color: #31353f;
  background-color: #f3f5f9;
  border-radius: 2px; }
kbd kbd {
    padding: 0; }
pre {
  display: block;
  width: 100%;
  overflow-x: auto;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2; }
.page-header {
  position: relative;
  padding: 50px 5px 35px;
  text-align: center;
  color: #fff; }
.page-header:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #64779a url(../img/page-header-bg--mobile.jpg) left center no-repeat;
    background-size: cover; }
.page-header__inner {
    position: relative; }
.page-header__title {
    margin: 0;
    padding: 20px 0 14px;
    font-size: 19px; }
.page-header__features {
    width: 210px;
    margin: 0 auto;
    padding: 25px 20px 15px;
    list-style: none;
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    color: #31353f;
    text-align: left; }
.page-header__features-item {
    position: relative;
    padding-left: 20px;
    padding-bottom: 16px; }
.page-header__features-item svg {
      position: absolute;
      top: 4px;
      left: 0;
      fill: #4263cc; }
.page-header__features-item a {
      font-weight: 700;
      text-decoration: none; }
.page-header__features-item a:hover, .page-header__features-item a:focus {
        text-decoration: underline; }
.page-header__features-descr {
    position: relative;
    padding-top: 9px;
    text-align: center;
    font-size: 12px;
    opacity: 0.8; }
.page-header__features-descr:before {
      content: '';
      position: absolute;
      top: 0;
      left: 20px;
      right: 20px;
      height: 1px;
      background: #d2d9e8; }
.page-header__watch-video.btn {
    display: none; }
.page-footer {
  padding: 25px 30px;
  background: #31353f;
  color: #fff;
  text-align: center; }
.page-footer__title {
    margin: 5px 0 20px;
    font-size: 21px; }
.page-footer__title small {
      display: block;
      margin-top: 10px;
      font-weight: 400;
      font-size: 16px; }
.page-footer__btn {
    display: block;
    width: 100%; }
.page-footer__copyright {
    margin: 0;
    font-size: 12px;
    opacity: 0.7; }
.logo {
  display: inline-block;
  white-space: nowrap; }
.logo img {
    display: block; }
.main-nav {
  position: relative;
  margin-bottom: 25px;
  z-index: 10; }
.main-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px; }
.main-nav__item {
    position: relative;
    padding: 0 10px 0 15px; }
.main-nav__item:not(:first-child):before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
.main-nav__link {
    display: block;
    text-decoration: none;
    color: #fff; }
.main-nav__link:hover, .main-nav__link:focus {
      text-decoration: underline;
      color: #fff; }
.close {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0;
  width: 30px;
  line-height: 30px;
  background: transparent;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
.close > span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 3px;
    font-size: 0;
    color: transparent;
    background: transparent; }
.close > span:before, .close > span:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background: #000;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }
.close > span:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
              transform: rotate3d(0, 0, 1, 45deg); }
.close > span:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
              transform: rotate3d(0, 0, 1, -45deg); }
.close--sm {
    width: 20px;
    line-height: 20px; }
.close--sm > span {
      width: 60%; }
.close--sm > span:before, .close--sm > span:after {
        height: 1px;
        background: #000; }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0;
  overflow: hidden; }
.embed-responsive::before {
    content: '';
    display: block;
    padding-top: 56.25%; }
.embed-responsive iframe,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
.embed-responsive--4-3::before {
    padding-top: 75%; }
.btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  font-size: 18px;
  font-family: inherit;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  color: #eef2ff;
  border-radius: 25px;
  border: none;
  background-color: #477afb;
  background-image: none;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: color 0.2s, background 0.2s, -webkit-transform 0.1s, -webkit-box-shadow 0.1s;
  transition: color 0.2s, background 0.2s, -webkit-transform 0.1s, -webkit-box-shadow 0.1s;
  transition: color 0.2s, background 0.2s, transform 0.1s, box-shadow 0.1s;
  transition: color 0.2s, background 0.2s, transform 0.1s, box-shadow 0.1s, -webkit-transform 0.1s, -webkit-box-shadow 0.1s; }
.btn:hover, .btn:focus {
    text-decoration: none;
    color: #fff;
    background-color: #3f70fa; }
.btn:visited {
    color: #31353f; }
.btn:active, .btn:focus {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); }
.btn--block {
    width: 100%; }
.btn--lg {
    padding-top: 22px;
    padding-bottom: 22px;
    border-radius: 37px;
    font-size: 21px; }
.btn--sq {
    border: 1px solid #d2d9e8;
    border-radius: 2px;
    background-color: #fff;
    color: #3f70fa;
    font-weight: 400;
    font-size: 16px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
.btn--sq:hover, .btn--sq:focus {
      color: #3f70fa;
      background-color: #fff;
      border-color: #3f70fa;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
              box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
      -webkit-transform: none;
              transform: none; }
.or {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.or:before, .or:after {
    content: '';
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 1px;
    background-color: #d2d9e8; }
.or__inner {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px; }
.field-text {
  position: relative;
  display: block;
  padding-top: 32px; }
.field-text__input-wrap {
    display: block; }
.field-text__input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 16px 15px;
    margin: 0;
    line-height: 1.2;
    font-size: 1em;
    font-family: inherit;
    background-color: #f3f5f9;
    border: 1px solid #e3e7ec;
    border-radius: 2px;
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
.field-text__input:valid {
      background-color: #fff; }
.field-text__input:focus {
      outline: 0;
      background-color: #fff;
      border-color: #477afb; }
.field-text__input[disabled], .field-text__input[readonly] {
      cursor: default;
      background-color: #e3e7ec; }
.field-text__input[type='search']::-webkit-search-cancel-button, .field-text__input[type='search']::-webkit-search-decoration {
      -webkit-appearance: none; }
.field-text__input[type='color'] {
      padding: 0; }
.field-text__input::-webkit-input-placeholder {
      color: #434956;
      opacity: 1; }
.field-text__input:-ms-input-placeholder {
      color: #434956;
      opacity: 1; }
.field-text__input::-ms-input-placeholder {
      color: #434956;
      opacity: 1; }
.field-text__input::placeholder {
      color: #434956;
      opacity: 1; }
textarea.field-text__input {
      height: auto;
      min-height: calc(34.4px + 2px);
      resize: vertical; }
.field-text__help-text {
    display: block;
    padding-top: 0.4em;
    font-size: 12px;
    line-height: 1.2em;
    font-weight: 700;
    color: #434956;
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.field-text__help-text:empty {
      display: none; }
.field-text--error .field-text__help-text {
  color: #e73c64; }
.field-text--error .field-text__input {
  border-color: #e73c64; }
.field-checkbox {
  display: block;
  margin: 18px 0 28px;
  min-height: 42px; }
.field-checkbox__name {
    position: relative;
    display: inline-block;
    padding-left: 66px;
    font-size: 18px;
    line-height: 1.2; }
.field-checkbox__name-text {
    display: inline-block;
    padding-top: 10px; }
.field-checkbox__name-text:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 42px;
      height: 42px;
      border: 1px solid #e3e7ec;
      border-radius: 2px;
      background: #f3f5f9;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
input:focus ~ .field-checkbox__name-text:before {
      border-color: #477afb; }
input:checked ~ .field-checkbox__name-text:before {
      border-color: #477afb;
      background: #477afb; }
.field-checkbox__name-text:after {
      content: '';
      position: absolute;
      top: 13px;
      left: 11px;
      width: 20px;
      height: 10px;
      opacity: 0;
      border-left: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
input:checked ~ .field-checkbox__name-text:after {
        opacity: 1; }
.field-checkbox__input {
    position: absolute;
    top: 0.7em;
    left: 0;
    padding: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0; }
.field-checkbox__help-text-wrap {
    padding-left: 66px; }
.field-checkbox__help-text {
    display: block;
    padding-top: 0.4em;
    font-size: 12px;
    line-height: 1.2em;
    font-weight: 700;
    color: #434956; }
.field-checkbox__help-text:empty {
      display: none; }
.field-checkbox__input-wrap--error .field-checkbox__help-text {
    color: #e73c64; }
.field-checkbox__input-wrap--error .field-checkbox__name-text:before {
    border-color: #e73c64; }
.form__fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }
.form__fieldset:not(:last-child) {
    margin-bottom: 1rem; }
.form__legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 16px;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  white-space: normal;
  color: currentColor; }
.trusted {
  display: none; }
.trusted__title {
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: 400; }
.trusted__more {
    position: relative;
    display: inline-block;
    margin-top: 25px;
    border: none;
    padding: 5px 40px;
    background: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer; }
.trusted__more:before {
      content: '';
      position: absolute;
      top: 6px;
      right: 10px;
      width: 9px;
      height: 9px;
      border-top: 2px solid transparent;
      border-left: 2px solid transparent;
      border-right: 2px solid #31353f;
      border-bottom: 2px solid #31353f;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
.trusted__more--open:before {
      -webkit-transform: rotate(-135deg) translateY(-50%);
              transform: rotate(-135deg) translateY(-50%); }
.js .trusted__text {
    position: relative;
    max-height: 78px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
.js .trusted__text:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 55px;
      background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
.js .trusted__text--open {
      max-height: 900px; }
.js .trusted__text--open:before {
        height: 0;
        opacity: 0; }
.about {
  display: block !important;
  padding: 30px 25px; }
.about__close {
    display: none; }
.about__title {
    margin: 0 0 20px;
    text-align: center;
    font-size: 21px; }
.about__video {
    margin: 0; }
.list-property {
  padding: 25px 25px 33px;
  background-color: #f3f5f9;
  border-top: 1px solid #dfe4f4;
  border-bottom: 1px solid #dfe4f4;
  text-align: center; }
.list-property__content {
    max-width: 600px;
    margin: auto; }
.list-property__title {
    display: inline-block;
    margin: 7px 0 30px;
    padding-bottom: 35px;
    font-size: 21px;
    text-align: center;
    border-bottom: 1px solid #d2d9e8; }
.list-property__title small {
      display: block;
      margin-top: 10px;
      font-size: 17px;
      font-weight: 400;
      opacity: 0.9; }
.list-property__block:not(:last-child) {
    margin-bottom: 45px; }
.list-property__block p:last-child {
    margin-bottom: 0; }
.list-property__block svg {
    display: inline-block;
    margin-right: 20px;
    fill: #4263cc; }
.list-property__block--describe svg {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }
.list-property__block--upload svg {
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
.list-property__block--locate svg {
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
.list-property__subtitle {
    margin: 0 0 13px;
    font-size: 21px; }
.join {
  max-width: 650px;
  margin: auto;
  padding: 25px 25px 30px; }
.join__title {
    margin: 6px 0 36px;
    color: #477afb;
    text-align: center; }
.join__title a {
      text-decoration: none; }
.help-friend {
  padding: 30px 25px;
  border-top: 1px solid #dfe4f4;
  border-bottom: 1px solid #dfe4f4;
  background: #f3f5f9;
  text-align: center; }
.help-friend__title {
    margin: 0 0 20px;
    font-size: 21px; }
.help-friend__title small {
      display: block;
      padding-top: 10px;
      font-size: 18px;
      font-weight: 400; }
.help-friend__send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.help-friend__send-link {
    position: relative;
    width: 160px;
    margin-bottom: 15px;
    padding: 0 5px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 90px;
    text-decoration: none;
    font-size: 16px; }
.help-friend__send-link:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: 72px;
      height: 72px;
      border-radius: 50%;
      background: #fff;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
              box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
.help-friend__send-link svg {
      position: absolute;
      top: 19px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      fill: #3f70fa; }
.help-friend__send-link--msg:before {
      background: #3f70fa; }
.help-friend__send-link--msg svg {
      fill: #fff; }
.help-friend__or {
    max-width: 260px;
    margin: auto; }
.help-friend__subtitle {
    margin: 12px 0 28px;
    font-size: 21px; }
.help-friend__my-links {
    margin: 0; }
.help-friend__my-links .btn {
      display: block; }
.help-friend__my-links .btn:not(:last-child) {
        margin-bottom: 14px; }
.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 24px 0 15px;
  border-top: 1px solid #20232b;
  padding: 21px 0 0;
  list-style: none; }
.social-links__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    border: 2px solid #c2c3c6;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
.social-links__link:hover, .social-links__link:focus {
      border-color: #fff; }
.social-links__link:hover svg, .social-links__link:focus svg {
        fill: #fff; }
.social-links__link svg {
      width: 24px;
      height: 24px;
      fill: #c2c3c6;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
.social-links__text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0; }
.social-links__tw-icon {
    -webkit-transform: translate(2px, 1px);
            transform: translate(2px, 1px); }
.custom-select-wrapper {
  position: relative;
  z-index: 1;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
.custom-select-wrapper select {
  display: none; }
.custom-select {
  position: relative; }
.custom-select-trigger {
  position: relative;
  display: block;
  padding: 16px 15px;
  margin: 0;
  line-height: 1.2;
  font-size: 1em;
  font-family: inherit;
  background-color: #fff;
  border: 1px solid #e3e7ec;
  border-radius: 2px; }
.custom-select-trigger:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  border-bottom: 1px solid #c1c6d0;
  border-right: 1px solid #c1c6d0;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0; }
.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  -webkit-transform: rotate(-135deg) translateY(-50%);
          transform: rotate(-135deg) translateY(-50%); }
.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  border: 1px solid #e3e7ec;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(10px);
          transform: translateY(10px); }
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(3px);
          transform: translateY(3px); }
.option-hover:before {
  background: #f9f9f9; }
.custom-option {
  position: relative;
  display: block;
  padding: 16px 15px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.custom-option:not(:last-child):before {
    content: '';
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #e3e7ec; }
.custom-option:first-of-type {
  border-radius: 2px 2px 0 0; }
.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 2px 2px; }
.custom-option:hover {
  background: #f3f5f9; }
/*!*
 * ВНИМАНИЕ! Этот файл генерируется автоматически.
 * Не пишите сюда ничего вручную, все такие правки будут потеряны при следующей компиляции.
 * Правки без возможности компиляции ДОЛЬШЕ И ДОРОЖЕ в 2-3 раза.
 * Нужны дополнительные стили? Создайте новый css-файл и подключите его к странице.
 * Читайте ./README.md для понимания.
 */
@media (min-width: 540px) {
    .page-header {
      padding-top: 35px 25px 50px; }
      .page-header__inner {
        width: 490px;
        margin: auto; }
        .page-header__inner .logo {
          position: absolute;
          top: 10px;
          left: 0; }
    .page-header__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .page-header__info:before {
        content: '';
        display: block;
        width: 225px;
        height: 225px;
        background: url(../img/map--mobile.png) center no-repeat; }
    .page-header__info-text {
      margin-left: auto; }
      .page-header__title {
        padding-left: 55px; }
    .main-nav {
      padding-left: 55px;
      margin-bottom: 45px; }
      .main-nav__list {
        font-size: 16px; }
      .social-links__link {
        width: 66px;
        height: 66px; }
        .social-links__link svg {
          width: auto;
          height: auto; } }
@media (min-width: 768px) {
    .page-footer__inner {
      width: 650px;
      margin: auto; }
      .help-friend__my-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        max-width: 600px;
        margin: auto; }
        .help-friend__my-links .btn {
          width: 180px; } }
@media (min-width: 992px) {
      .page-header__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 900px; }
    .page-header__text-wrap {
      margin-left: auto; }
    .page-header__info:before {
      width: 325px;
      height: 325px;
      margin-top: 20px;
      margin-right: 50px;
      background: url(../img/map.png) center no-repeat;
      background-size: 100% auto; }
      .page-header__title {
        padding-bottom: 40px;
        font-size: 32px; }
      .page-header__features {
        width: 343px;
        padding: 35px 30px 25px;
        border-radius: 3px;
        font-size: 20px; }
      .page-header__features {
        padding-bottom: 8px;
        -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
                box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15); }
      .page-header__features-item {
        padding-left: 45px;
        padding-bottom: 30px; }
        .page-header__features-item svg {
          top: 4px;
          left: 5px;
          width: 22px;
          height: 17px; }
      .page-header__features-descr {
        padding-top: 20px;
        font-size: 16px; }
    .page-footer {
      padding-top: 56px;
      padding-bottom: 48px; }
      .page-footer__title {
        margin-top: 0;
        margin-bottom: 35px;
        font-size: 32px; }
        .page-footer__title small {
          margin-top: 20px;
          font-size: 20px; }
      .page-footer__btn {
        display: inline-block;
        width: auto; }
      .page-footer__copyright {
        font-size: 15px; }
      .logo img {
        width: 57px;
        height: 76px; }
      .main-nav__list {
        font-size: 26px; }
      .main-nav__item {
        padding: 0 30px 0 40px; }
        .main-nav__item:not(:first-child):before {
          width: 10px;
          height: 10px; }
    .btn {
      font-size: 24px;
      padding: 21px;
      border-radius: 33px;
      -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
              box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); }
      .btn--lg {
        font-size: 32px;
        padding-top: 29px;
        padding-bottom: 29px;
        border-radius: 45px; }
      .btn--sq {
        font-size: 22px;
        padding-top: 29px;
        padding-bottom: 29px;
        border-radius: 5px; }
      .btn--sq {
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
    .field-text {
      padding-top: 56px; }
      .field-text__input {
        border-width: 2px;
        padding: 26px 30px; }
      .field-text__help-text {
        top: 18px;
        font-size: 15px; }
    .field-checkbox {
      margin-top: 33px; }
      .field-checkbox__help-text {
        font-size: 15px; }
    .about {
      width: 950px;
      margin: auto;
      padding: 42px 0 70px; }
      .about__title {
        font-size: 32px;
        margin-bottom: 30px; }
    .list-property {
      padding-top: 42px;
      padding-bottom: 48px; }
    .list-property__inner {
      width: 870px;
      margin: auto; }
      .list-property__content {
        max-width: 100%; }
      .list-property__title {
        margin-bottom: 60px;
        font-size: 32px; }
        .list-property__title small {
          margin-top: 20px;
          font-size: 24px; }
    .list-property__block {
      position: relative;
      min-height: 142px;
      padding-right: 510px;
      text-align: left;
      font-size: 18px; }
      .list-property__block:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0; }
      .list-property__block svg {
        width: 30px;
        height: 30px;
        margin-right: 30px; }
    .list-property__block--describe:before {
      top: 7px;
      right: -14px;
      width: 395px;
      height: 153px;
      background: url(../img/fields.png) center no-repeat; }
      .list-property__block--describe svg {
        -webkit-transform: translateY(3px);
                transform: translateY(3px);
        width: 26px;
        height: 26px; }
    .list-property__block--upload {
      min-height: 150px;
      padding-right: 0;
      padding-left: 494px; }
      .list-property__block--upload:before {
        top: 7px;
        right: auto;
        left: -25px;
        width: 424px;
        height: 162px;
        background: url(../img/upload-photo.png) center no-repeat; }
    .list-property__block--locate {
      padding-top: 28px;
      min-height: 212px; }
      .list-property__block--locate:before {
        right: -18px;
        width: 411px;
        height: 212px;
        background: url(../img/locate-map.png) center no-repeat; }
      .list-property__block--locate svg {
        margin-right: 18px;
        -webkit-transform: translateY(5px);
                transform: translateY(5px); }
      .list-property__subtitle {
        margin-bottom: 30px;
        font-size: 28px; }
    .join {
      padding-top: 60px;
      padding-bottom: 68px;
      font-size: 18px; }
      .join__title {
        margin-top: 0;
        margin-bottom: 65px;
        font-size: 32px; }
    .help-friend {
      padding-top: 56px;
      padding-bottom: 48px; }
    .help-friend__inner {
      max-width: 1060px;
      margin: auto; }
      .help-friend__title {
        margin-top: 0;
        margin-bottom: 55px;
        font-size: 32px; }
        .help-friend__title small {
          margin-top: 20px;
          font-size: 24px; }
      .help-friend__send-link {
        width: 300px;
        padding-top: 130px;
        margin-bottom: 56px;
        font-size: 22px; }
        .help-friend__send-link:before {
          width: 110px;
          height: 110px; }
        .help-friend__send-link svg {
          top: 26px;
          width: 56px;
          height: 56px; }
      .help-friend__subtitle {
        margin: 55px 0 50px;
        font-size: 32px; }
      .help-friend__my-links {
        max-width: 100%; }
        .help-friend__my-links .btn {
          width: 270px; }
    .social-links {
      margin-top: 42px;
      padding-top: 47px;
      padding-left: 90px;
      padding-right: 90px;
      padding-bottom: 15px; }
      .social-links__link {
        width: 46px;
        height: 46px; }
        .social-links__link svg {
          width: 24px;
          height: 24px; }
    .custom-select-trigger {
      padding: 26px 30px; }
    .custom-select-trigger:after {
      width: 20px;
      height: 20px;
      right: 30px; }
    .custom-option {
      padding: 26px 30px; }
      .custom-option:not(:last-child):before {
        left: 30px;
        right: 30px; } }
@media (min-width: 1300px) {
    .page-header {
      padding-top: 15px;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 20px; }
      .page-header:before {
        bottom: auto;
        height: 400px;
        background: #64779a url(../img/page-header-bg.jpg) left center no-repeat;
        background-size: cover; }
      .page-header__inner {
        width: 1266px; }
    .page-header__info:before {
      width: 511px;
      height: 512px;
      margin-top: -116px;
      margin-right: 151px;
      margin-left: 83px;
      background-size: 100% auto; }
      .page-header__features-descr {
        display: none; }
      .page-header__watch-video.btn {
        display: block;
        width: 100%;
        margin-top: 18px; }
      .or__inner {
        font-size: 32px; }
    .trusted {
      position: relative;
      display: block;
      width: 900px;
      margin: auto;
      padding: 50px 25px 25px;
      color: #31353f;
      font-size: 16px; }
    .about {
      display: none !important; }
      .js-about-open .about {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 100;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: auto;
        padding: 0; }
    .js-about-open .about__dialog {
      position: relative;
      width: 1146px;
      margin: auto;
      padding: 0; }
      .js-about-open .about__close {
        display: block;
        position: absolute;
        top: -55px;
        right: -55px;
        border: 3px solid #fff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: none;
        padding: 0;
        font: 0/0 a;
        color: transparent;
        cursor: pointer; }
        .js-about-open .about__close:before, .js-about-open .about__close:after {
          content: '';
          position: absolute;
          top: 21px;
          left: 50%;
          height: 3px;
          width: 33px;
          background: #fff;
          -webkit-transform: translateX(-50%) rotate(45deg);
                  transform: translateX(-50%) rotate(45deg); }
        .js-about-open .about__close:after {
          -webkit-transform: translateX(-50%) rotate(-45deg);
                  transform: translateX(-50%) rotate(-45deg); }
      .js-about-open .about__title {
        display: none; }
    .about__backdrop {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 99;
      background-color: rgba(0, 0, 0, 0.5); }
  .js-about-open {
    overflow: hidden; }
        .help-friend__send-link:before {
          -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
                  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); }
        .help-friend__my-links .btn {
          width: 300px; } }
@media (max-width: 1299px) {
  .js-about-open {
    padding-right: 0 !important; } }
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline !important; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999 !important;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  table {
    border-collapse: collapse !important; }
    table td,
    table th {
      background-color: #fff !important; } }
/*!*
 * ВНИМАНИЕ! Этот файл генерируется автоматически.
 * Не пишите сюда ничего вручную, все такие правки будут потеряны при следующей компиляции.
 * Правки без возможности компиляции ДОЛЬШЕ И ДОРОЖЕ в 2-3 раза.
 * Нужны дополнительные стили? Создайте новый css-файл и подключите его к странице.
 * Читайте ./README.md для понимания.
 */


/*# sourceMappingURL=style.min.v.001.css.map */
