@font-face {
  font-family: 'Neue Medium';
  src: url("../fonts/PPNeueMontreal-Medium.ttf"), url("../fonts/PPNeueMontreal-Medium.woff") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Neue Bold';
  src: url("../fonts/PPNeueMontreal-Bold.ttf"), url("../fonts/PPNeueMontreal-Bold.woff") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* --- default --- */
body, select, input, textarea {
  font-family: "Neue Medium", Tahoma, sans-serif;
  color: #000;
  margin: 0;
  padding: 0; }

input:active, input:focus, button:active, button:focus {
  outline: none;
  border: 1px solid #0D1F34; }

*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

ul {
  padding: 0;
  margin-top: -8px;
  margin-bottom: 16px; }

li {
  list-style-type: none;
  position: relative;
  padding-left: 14px; }
  li:after {
    content: '';
    width: 7px;
    height: 2px;
    display: block;
    position: absolute;
    background: #000;
    top: 10px;
    left: 0; }

/* Headers (h1,h2,etc) have no default font-size or margin, you'll want to define those yourself. */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, strong {
  font-family: "Neue Bold", Tahoma, sans-serif; }

a, p, span {
  font-family: "Neue Medium", Tahoma, sans-serif; }

h1, .h1 {
  font-size: 54px;
  margin: 0.207em 0; }

h2, .h2 {
  font-size: 38px; }

h3, .h3 {
  font-size: 32px;
  margin: 0.75em 0 0.4em 0;
  font-weight: 600; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 15px;
  margin: 0 0 0.7em 0; }

a, a:visited {
  color: #0D1F34;
  text-decoration: underline; }

a:hover {
  color: #0D2E44; }

p {
  margin: 0.533em 0 0.667em 0;
  color: #0D1F34; }

img {
  max-width: 100%; }

.wrapper {
  position: relative;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  background: #dce5e5;
  width: 100%;
  height: 100vh;
  overflow: auto; }

.container {
  width: 1140px;
  margin: 0 auto;
  position: relative; }
  .container--flout {
    width: 100%; }

.hidden {
  display: none !important; }

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 15px 0; }

.p0 {
  padding: 0; }

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 100; }

.popup.open {
  opacity: 1;
  visibility: visible;
  transition: all 0.8s ease 0s; }

.popup.open .popup__content {
  transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
  opacity: 1; }

.popup__area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.popup__body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
  transition: all 0.8s ease 0s; }

.popup__content {
  background-color: #fff;
  color: #000;
  max-width: 800px;
  padding: 30px;
  position: relative;
  transition: all 0.8s ease 0s;
  opacity: 0;
  transform: perspective(600px) translate(0px, -100%) rotateX(45deg); }

.popup__content_image {
  padding: 0; }

.popup__image img {
  max-width: 100%;
  vertical-align: top; }

.popup__close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: #000;
  text-decoration: none; }

.popup__title {
  font-size: 40px;
  margin: 0px 0px 1em 0px; }

.mobile--hide {
  display: block; }

.mobile--show {
  display: none; }

.menu {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  justify-content: space-around; }
  .menu__body {
    display: flex; }
  .menu__list {
    display: flex;
    flex: 0 0 1140px;
    grid-row: 1; }
    .menu__list > a {
      margin-right: 30px;
      text-decoration: none; }
  .menu__email, .menu .logo {
    flex: 0 0 calc(50% - 720px); }

.first {
  margin-top: 60px;
  margin-bottom: 40px; }
  .first__wrap {
    justify-content: center;
    align-items: center; }
  .first__content {
    flex: 0 0 470px;
    height: 100%; }
  .first__h1 {
    font-size: 54px; }
  .first__text {
    font-weight: 400;
    font-size: 24px;
    margin: 20px 0; }
  .first__link {
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px solid #0c1e31;
    text-decoration: none; }
    .first__link > i {
      position: relative;
      bottom: -7px; }
      .first__link > i:before {
        font-weight: 700;
        font-size: 35px; }
  .first__space {
    flex: 1 1 calc(100% - 470px); }
    .first__space img {
      margin: auto; }

.advantages__wrap {
  align-items: flex-start;
  padding: 0; }

.advantages__title {
  flex: 0 0 50%;
  font-size: 27px;
  text-align: center;
  margin: 25px 0; }

.advantages__num {
  flex: 0 0 20px;
  padding-top: 15px;
  text-align: right; }

.advantages__left, .advantages__right {
  flex: 0 0 calc(50% - 32px);
  padding: 15px 25px;
  font-size: 24px; }

.advantages__left {
  position: relative; }
  .advantages__left:after {
    content: '';
    position: absolute;
    top: 0;
    right: -30px;
    width: 4px;
    height: 100%;
    background: #0D1F34;
    margin: 0 20px; }

.market {
  margin-top: 80px; }

.contacts {
  margin-top: 80px; }
  .contacts__wrap {
    margin-bottom: 30px; }
    .contacts__wrap i {
      padding-right: 5px;
      padding-top: 3px; }
      .contacts__wrap i::before {
        font-size: 18px; }
    .contacts__wrap a {
      text-decoration: none; }
    .contacts__wrap p, .contacts__wrap a {
      display: flex;
      align-items: center; }

.form {
  width: 520px; }
  .form__field {
    display: block;
    height: 72px;
    padding: 0;
    font-size: 17px;
    border: 1px solid rgba(0, 22, 42, 0.2);
    border-top: none;
    width: 100%;
    transition: all 0.25s;
    position: relative; }
    .form__field:first-child {
      border-top: 1px solid rgba(0, 22, 42, 0.2); }
    .form__field.is-error {
      background: #ff6767; }
      .form__field.is-error .form__input {
        background: #ff6767; }
  .form__placeholder {
    position: absolute;
    font-size: 12px;
    line-height: 1.5;
    left: 24px;
    top: 10px;
    pointer-events: none; }
  .form__input {
    background: transparent;
    padding: 36px 24px 10px;
    box-shadow: none;
    border: none;
    width: 100%;
    height: 100%;
    font-size: 22px; }
    .form__input:focus, .form__input:active {
      box-shadow: none;
      border: none; }
  .form__politic {
    color: #9098b1;
    font-size: 10px;
    line-height: 1.5; }

.success {
  color: green;
  padding-bottom: 20px; }

.btn {
  display: inline-flex;
  min-width: 224px;
  height: 48px;
  margin: 15px 0;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.25s;
  border-radius: 0;
  cursor: pointer;
  box-shadow: none;
  border: 1px solid rgba(0, 22, 42, 0.2); }

.footer-star {
  display: flex;
  justify-content: center;
  margin: 30px auto; }

@media screen and (max-width: 756px) {
  .mobile--hide {
    display: none; }
  .mobile--show {
    display: block; }
  .container {
    width: 100%;
    padding: 0 15px; }
  .flex {
    flex-direction: column;
    align-items: center; }
  .menu {
    align-items: center;
    justify-content: space-between; }
    .menu .logo {
      width: 140px;
      flex: 0 0 140px; }
      .menu .logo > a {
        width: 68px; }
        .menu .logo > a > img {
          margin: 0; }
    .menu .burger {
      flex: 0 0 35px;
      display: block;
      position: relative;
      z-index: 3;
      margin: 0 6px; }
      .menu .burger i:before {
        color: #000;
        font-size: 36px; }
    .menu__body {
      position: fixed;
      z-index: 90;
      top: 0;
      left: 0;
      right: 0;
      margin: 0;
      padding: 90px 0 0;
      width: 100%;
      height: 100vh;
      background: #161924;
      border-radius: 0 0 8px 8px; }
    .menu__list {
      display: flex;
      flex-direction: column;
      flex: 0 0 100%;
      grid-row: 1; }
      .menu__list > a {
        position: relative;
        width: 100%;
        height: 50px;
        flex: 0 0 50px;
        margin: 0;
        z-index: 2;
        position: relative;
        color: #fff;
        text-align: center;
        width: max-content;
        margin: 0 auto;
        font-weight: 300;
        font-size: 28px;
        line-height: 50px; }
    .menu__close {
      float: right;
      top: 0;
      right: 15px;
      display: block;
      position: absolute;
      width: 27px;
      height: 20px;
      z-index: 3;
      padding: 10px 10px;
      margin: 14px 0;
      cursor: pointer; }
      .menu__close:before, .menu__close:after {
        content: "";
        background-color: #FFF;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        transition: all 0.3s ease 0s; }
      .menu__close:before {
        transform: rotate(45deg);
        top: 9px; }
      .menu__close:after {
        transform: rotate(-45deg);
        bottom: 9px; }
  .first {
    margin: 20px 0; }
    .first__h1 {
      font-size: 36px;
      line-height: 40px; }
    .first__text {
      font-size: 18px; }
    .first__content {
      flex: 0 0 270px; }
  .advantages__wrap {
    flex-direction: row;
    align-items: self-start;
    margin-top: 10px; }
  .advantages__title {
    font-size: 20px; }
  .advantages__left, .advantages__right {
    font-size: 14px;
    flex: 0 0 calc(50% - 8px);
    padding: 13px 12px; }
  .advantages__num {
    flex: 0 0 12px; }
  .advantages__left {
    text-align: right; }
    .advantages__left:after {
      right: -10px;
      margin: 0 10px; }
  .form {
    width: 100%; }
  .h1 {
    font-size: 31px;
    line-height: 35px; }
  .h2 {
    font-size: 26px;
    line-height: 30px; } }
