.contact_inner {
  display: flex;
  margin-top: 60px;
  margin-bottom: 120px;
  padding: 0 25px;
  height: 100%; }
  .contact_inner .map_block {
    width: 40%;
    box-shadow: 0 1px 8px 0 rgba(77, 77, 77, 0.1);
    height: 440px; }
    .contact_inner .map_block #map {
      width: 100%;
      height: 100%; }
  .contact_inner .tab_section {
    width: 60%;
    margin-top: 40px;
    padding-left: 180px; }
  .contact_inner .tab_buttons ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    margin: 0;
    border-bottom: 1px solid #F4A21F;
    align-items: flex-end; }
  .contact_inner .tab_buttons li {
    width: 50%; }
    .contact_inner .tab_buttons li:first-child a:before {
      right: 0; }
    .contact_inner .tab_buttons li:last-child a:before {
      left: 0; }
  .contact_inner .tab_buttons a {
    color: #303D87;
    font-size: 180%;
    line-height: 27px;
    text-align: center;
    padding-bottom: 18px;
    display: block;
    position: relative; }
    .contact_inner .tab_buttons a:before {
      content: '';
      height: 3px;
      position: absolute;
      width: 0;
      bottom: -1px;
      background: #F4A21F;
      -o-transition: width 0.3s linear;
      -ms-transition: width 0.3s linear;
      -moz-transition: width 0.3s linear;
      -webkit-transition: width 0.3s linear;
      transition: width 0.3s linear; }
    .contact_inner .tab_buttons a.selected {
      font-family: "medium", "arm-medium"; }
      .contact_inner .tab_buttons a.selected:before {
        width: 100%; }
  .contact_inner .tabs_container .tab_block {
    height: 0;
    opacity: 0;
    position: relative;
    overflow: hidden;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .contact_inner .tabs_container .selected.tab_block {
    height: auto;
    opacity: 1; }
  .contact_inner .error_hint {
    margin-top: 0; }
  .contact_inner .tab_inner_block {
    margin-left: 30px;
    max-width: 420px;
    margin-top: 50px;
    font-size: 160%;
    line-height: 24px; }
    .contact_inner .tab_inner_block .info_block {
      color: #4A4A4A; }
    .contact_inner .tab_inner_block a {
      color: #4A4A4A; }
    .contact_inner .tab_inner_block .top_block {
      display: flex;
      justify-content: space-between;
      width: 100%; }
    .contact_inner .tab_inner_block .info_title {
      font-family: "medium", "arm-medium";
      margin-bottom: 15px; }
  .contact_inner .working_hours {
    margin-top: 50px;
    color: #4A4A4A; }
    .contact_inner .working_hours ul {
      padding-left: 0;
      list-style: none; }
    .contact_inner .working_hours li {
      display: flex;
      align-items: center;
      padding-left: 20px;
      margin-bottom: 5px;
      position: relative; }
      .contact_inner .working_hours li:before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 7px;
        right: 0;
        bottom: 0;
        width: 7px;
        height: 7px;
        background: #303D87;
        border-radius: 50%; }
      .contact_inner .working_hours li:not(:first-child) span {
        margin-left: 70px; }
    .contact_inner .working_hours span {
      margin-left: 25px;
      opacity: 0.6; }
  .contact_inner form {
    margin-top: 50px;
    margin-left: 30px;
    max-width: 510px;
    width: 100%; }
  .contact_inner .fields_small {
    display: flex;
    width: 100%; }
    .contact_inner .fields_small .field_block:first-child {
      margin-right: 25px;
      width: 100%; }
  .contact_inner .field_block {
    margin-bottom: 25px;
    width: 100%; }
    .contact_inner .field_block input, .contact_inner .field_block textarea {
      width: 100%;
      border-radius: 5px;
      box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
      background: #ffffff;
      font-size: 160%;
      line-height: 21px;
      color: #4A4A4A;
      border: none;
      height: 55px;
      padding: 0 20px; }
    .contact_inner .field_block textarea {
      padding: 20px;
      resize: none;
      height: 110px; }
  .contact_inner .validate_button {
    background: #F4A21F;
    width: 100%;
    font-size: 160%;
    line-height: 21px;
    font-family: "bold", "arm-bold";
    border: none;
    border-radius: 5px;
    color: #ffffff;
    height: 60px; }
  @media (max-width: 1600px) {
    .contact_inner .tab_section {
      padding-left: 100px; } }
  @media (max-width: 1199px) {
    .contact_inner {
      padding: 0; }
      .contact_inner .tab_section {
        padding-left: 80px; }
      .contact_inner .tab_buttons a {
        font-size: 160%;
        line-height: 21px; }
      .contact_inner form {
        margin-left: 0; }
      .contact_inner .tab_inner_block {
        margin-left: 0; } }
  @media (max-width: 991px) {
    .contact_inner .tab_section {
      padding-left: 40px;
      width: 55%; }
    .contact_inner .map_block {
      width: 45%; }
      .contact_inner .map_block .ymaps-2-1-76-map {
        width: 100% !important; } }
  @media (max-width: 767px) {
    .contact_inner {
      margin-top: 20px;
      margin-bottom: 40px;
      flex-direction: column-reverse; }
      .contact_inner .tab_section {
        width: 100%;
        padding-left: 0; }
      .contact_inner .tab_block {
        display: flex;
        justify-content: center;
        align-items: center; }
      .contact_inner .tab_inner_block {
        max-width: none;
        width: 100%;
        padding: 0 20px;
        margin-bottom: 25px; }
        .contact_inner .tab_inner_block .top_block {
          flex-direction: column; }
        .contact_inner .tab_inner_block .info_block {
          margin-bottom: 15px; }
      .contact_inner .map_block {
        width: 100%; }
      .contact_inner form {
        max-width: none;
        margin-bottom: 30px; } }
  @media (max-width: 575px) {
    .contact_inner .tab_section {
      margin-top: 20px; }
    .contact_inner .working_hours {
      margin-top: 30px; }
    .contact_inner .tab_buttons a {
      font-size: 140%;
      line-height: 19px; }
    .contact_inner .tab_inner_block {
      margin-top: 35px;
      padding: 0;
      font-size: 140%;
      line-height: 19px; }
    .contact_inner form {
      margin-top: 30px; } }

/*# sourceMappingURL=contacts.css.map */
