::-webkit-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 0px; }

* {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #0A2542; }

a {
  text-decoration: none; }

html,
body {
  background-color: #0A2542;
  width: 100%;
  height: 100%;
  scrollbar-width: none; }

body.lock {
  overflow: hidden; }

.wrapper {
  max-width: 1920px;
  margin: 0 auto; }

.scene {
  padding-top: 95px;
  height: 100vh;
  width: 100%; }

.banner {
  padding-top: 95px;
  background: url("../../image/contacts/main/Banner.png") center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  .banner p {
    font-size: 120px;
    font-family: RussoOne;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff; }
  @media only screen and (min-width: 1440px) and (max-width: 1919px) {
    .banner {
      -webkit-min-device-pixel-ratio: 2; }
      .banner p {
        font-size: 100px; } }
  @media only screen and (min-width: 1366px) and (max-width: 1440px) {
    .banner {
      -webkit-min-device-pixel-ratio: 2; }
      .banner p {
        font-size: 95px; } }
  @media only screen and (min-width: 1280px) and (max-width: 1366px) {
    .banner {
      -webkit-min-device-pixel-ratio: 2; }
      .banner p {
        font-size: 90px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .banner {
      -webkit-min-device-pixel-ratio: 2; }
      .banner p {
        font-size: 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .banner {
      -webkit-min-device-pixel-ratio: 2; }
      .banner p {
        font-size: 70px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .banner {
      -webkit-min-device-pixel-ratio: 2; }
      .banner p {
        font-size: 80px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .banner {
      -webkit-min-device-pixel-ratio: 2; }
      .banner p {
        font-size: 50px; } }

.form_block {
  height: 910px;
  width: 100%;
  display: flex;
  justify-content: space-between; }
  .form_block .left_side {
    width: 41.5%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .form_block .left_side p {
      position: relative;
      text-align: center;
      text-transform: uppercase;
      font-size: 53px;
      color: #ffffff;
      font-family: RussoOne; }
  .form_block .right_side {
    width: 58.5%;
    height: 910px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .form_block .right_side .arrow {
      position: absolute;
      left: -2.5px; }
      .form_block .right_side .arrow img {
        width: 66.5px;
        height: 76.9px; }
    .form_block .right_side form {
      width: 49.46%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .form_block .right_side form input {
        margin-bottom: 68px;
        outline: 0;
        height: 6.38%;
        width: 100%;
        font-size: 27px;
        font-family: Roboto;
        color: #0A2542;
        border: 3px solid #0A2542;
        padding: 30px; }
        .form_block .right_side form input.success {
          border: 3px solid green; }
      .form_block .right_side form textarea {
        width: 100%;
        height: 31.85%;
        outline: 0;
        border: 3px solid #0A2542;
        margin-bottom: 40px;
        font-size: 27px;
        font-family: Roboto;
        color: #0A2542;
        padding: 30px;
        resize: none; }
        .form_block .right_side form textarea.success {
          border: 3px solid green; }
      .form_block .right_side form #message {
        height: 31.85%;
        margin-bottom: 40px; }
      .form_block .right_side form button {
        background-color: #0A2542;
        align-self: flex-end;
        height: 6.38%;
        width: 41.36%;
        color: #ffffff;
        font-size: 27px;
        font-family: RussoOne; }
        .form_block .right_side form button.success {
          background-color: green; }
  @media only screen and (min-width: 1439px) and (max-width: 1919px) {
    .form_block {
      -webkit-min-device-pixel-ratio: 2;
      height: 831px; }
      .form_block .left_side p {
        font-size: 42px; }
      .form_block .right_side {
        height: 831px; }
        .form_block .right_side .arrow img {
          width: 60px;
          height: 70px; }
        .form_block .right_side form {
          width: 54.66%; }
          .form_block .right_side form input {
            margin-bottom: 65px;
            font-size: 24px;
            border: 2px solid #0A2542;
            padding: 15px 0 15px 20px; }
          .form_block .right_side form textarea {
            border: 2px solid #0A2542;
            font-size: 24px;
            padding: 15px 0 15px 20px; }
          .form_block .right_side form button {
            font-size: 24px; } }
  @media only screen and (min-width: 1365px) and (max-width: 1439px) {
    .form_block {
      -webkit-min-device-pixel-ratio: 2;
      height: 752px; }
      .form_block .left_side p {
        font-size: 36px; }
      .form_block .right_side {
        height: 752px; }
        .form_block .right_side .arrow img {
          width: 55px;
          height: 65px; }
        .form_block .right_side form {
          width: 58.66%; }
          .form_block .right_side form input {
            margin-bottom: 58px;
            font-size: 20px;
            border: 2px solid #0A2542;
            padding: 5px 0 5px 10px; }
          .form_block .right_side form textarea {
            border: 2px solid #0A2542;
            font-size: 20px;
            padding: 10px 0 5px 10px; }
          .form_block .right_side form button {
            font-size: 20px; } }
  @media only screen and (min-width: 1279px) and (max-width: 1365px) {
    .form_block {
      -webkit-min-device-pixel-ratio: 2;
      height: 673px; }
      .form_block .left_side p {
        font-size: 32px; }
      .form_block .right_side {
        height: 673px; }
        .form_block .right_side .arrow img {
          width: 45px;
          height: 55px; }
        .form_block .right_side form {
          width: 62.66%; }
          .form_block .right_side form input {
            margin-bottom: 48px;
            font-size: 18px;
            border: 2px solid #0A2542;
            padding: 5px 0 5px 10px; }
          .form_block .right_side form textarea {
            border: 2px solid #0A2542;
            font-size: 18px;
            padding: 10px 0 5px 10px; }
          .form_block .right_side form button {
            font-size: 18px; } }
  @media only screen and (min-width: 1023px) and (max-width: 1279px) {
    .form_block {
      -webkit-min-device-pixel-ratio: 2;
      height: 594px; }
      .form_block .left_side p {
        font-size: 28px; }
      .form_block .right_side {
        height: 594px; }
        .form_block .right_side .arrow img {
          width: 35px;
          height: 45px; }
        .form_block .right_side form {
          width: 67.66%; }
          .form_block .right_side form input {
            margin-bottom: 42px;
            font-size: 16px;
            border: 2px solid #0A2542;
            padding: 5px 0 5px 10px; }
          .form_block .right_side form textarea {
            border: 2px solid #0A2542;
            font-size: 16px;
            padding: 10px 0 5px 10px; }
          .form_block .right_side form button {
            font-size: 16px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .form_block {
      -webkit-min-device-pixel-ratio: 2;
      height: 515px; }
      .form_block .left_side p {
        font-size: 26px; }
      .form_block .right_side {
        height: 515px; }
        .form_block .right_side .arrow img {
          width: 24px;
          height: 28px; }
        .form_block .right_side form {
          width: 72.16%; }
          .form_block .right_side form input {
            margin-bottom: 30px;
            font-size: 12px;
            border: 2px solid #0A2542;
            padding: 5px 0 5px 10px; }
          .form_block .right_side form textarea {
            border: 2px solid #0A2542;
            font-size: 12px;
            padding: 10px 0 5px 10px; }
          .form_block .right_side form button {
            font-size: 12px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .form_block {
      -webkit-min-device-pixel-ratio: 2;
      height: 492px;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .form_block .left_side {
        margin-top: 40px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .form_block .left_side p {
          position: relative;
          text-align: center;
          text-transform: uppercase;
          font-size: 33px; }
      .form_block .right_side {
        margin-top: 40px;
        width: 100%;
        height: 492px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        position: relative; }
        .form_block .right_side .arrow {
          position: absolute;
          left: 50%;
          top: -1.7%;
          transform: translate(-50%, 0px) rotate(90deg); }
          .form_block .right_side .arrow img {
            width: 25px;
            height: 27.7px; }
        .form_block .right_side form {
          width: 70%;
          height: 95%;
          display: flex;
          flex-direction: column;
          justify-content: space-evenly;
          align-items: center; }
          .form_block .right_side form input {
            margin-bottom: 0px;
            height: 6.38%;
            width: 100%;
            font-size: 12px;
            border: 1.5px solid #0A2542;
            padding: 12px 10px; }
          .form_block .right_side form textarea {
            width: 100%;
            height: 31.85%;
            border: 1.5px solid #0A2542;
            margin-bottom: 0px;
            font-size: 12px;
            padding: 10px; }
          .form_block .right_side form button {
            height: 9.38%;
            width: 41.36%;
            font-size: 12px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .form_block {
      -webkit-min-device-pixel-ratio: 2;
      height: 492px;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .form_block .left_side {
        margin-top: 40px;
        width: 100%; }
        .form_block .left_side p {
          font-size: 28px; }
      .form_block .right_side {
        margin-top: 40px;
        width: 100%;
        height: 492px;
        background-color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        position: relative; }
        .form_block .right_side .arrow {
          position: absolute;
          left: 50%;
          top: -1.7%;
          transform: translate(-50%, 0px) rotate(90deg); }
          .form_block .right_side .arrow img {
            width: 25px;
            height: 27.7px; }
        .form_block .right_side form {
          width: 70%;
          height: 95%;
          display: flex;
          flex-direction: column;
          justify-content: space-evenly;
          align-items: center; }
          .form_block .right_side form input {
            margin-bottom: 0px;
            height: 6.38%;
            width: 100%;
            font-size: 12px;
            border: 1.5px solid #0A2542;
            padding: 12px 10px; }
          .form_block .right_side form textarea {
            width: 100%;
            height: 31.85%;
            border: 1.5px solid #0A2542;
            margin-bottom: 0px;
            font-size: 12px;
            padding: 10px; }
          .form_block .right_side form button {
            height: 9.38%;
            width: 41.36%;
            font-size: 12px; } }

.map_block {
  margin-top: 288px;
  width: 100%; }
  .map_block .header {
    font-size: 53px;
    font-family: RussoOne;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff; }
  .map_block .map_scene {
    margin-top: 58px;
    height: 678px;
    background-color: #ffffff;
    position: relative; }
    .map_block .map_scene .arrow {
      position: absolute;
      top: -1px;
      left: 47.99%;
      z-index: 10; }
  @media only screen and (min-width: 1440px) and (max-width: 1919px) {
    .map_block {
      -webkit-min-device-pixel-ratio: 2; }
      .map_block .header {
        font-size: 42px; }
      .map_block .map_scene {
        height: 597px; } }
  @media only screen and (min-width: 1366px) and (max-width: 1440px) {
    .map_block {
      -webkit-min-device-pixel-ratio: 2; }
      .map_block .header {
        font-size: 36px; }
      .map_block .map_scene {
        height: 516px; } }
  @media only screen and (min-width: 1280px) and (max-width: 1366px) {
    .map_block {
      -webkit-min-device-pixel-ratio: 2; }
      .map_block .header {
        font-size: 32px; }
      .map_block .map_scene {
        height: 435px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .map_block {
      -webkit-min-device-pixel-ratio: 2; }
      .map_block .header {
        font-size: 28px; }
      .map_block .map_scene {
        height: 354px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .map_block {
      -webkit-min-device-pixel-ratio: 2; }
      .map_block .header {
        font-size: 26px; }
      .map_block .map_scene {
        position: relative;
        height: 272px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .map_block {
      -webkit-min-device-pixel-ratio: 2;
      margin-top: 80px; }
      .map_block .header {
        font-size: 33px; }
      .map_block .map_scene {
        position: relative;
        height: 320px; }
        .map_block .map_scene .arrow {
          position: absolute;
          top: -1px;
          left: 50%;
          transform: translate(-50%, 0px);
          z-index: 10; }
          .map_block .map_scene .arrow img {
            width: 27.7px;
            height: 25px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .map_block {
      -webkit-min-device-pixel-ratio: 2;
      margin-top: 80px; }
      .map_block .header {
        font-size: 33px; }
      .map_block .map_scene {
        position: relative;
        height: 320px; }
        .map_block .map_scene .arrow {
          position: absolute;
          top: -1px;
          left: 50%;
          transform: translate(-50%, 0px);
          z-index: 10; }
          .map_block .map_scene .arrow img {
            width: 27.7px;
            height: 25px; } }

/*# sourceMappingURL=style.css.map */
