﻿/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region media queries for new mockups */
/* #endregion media queries for new mockups */
.contact-section {
  margin: 0 auto;
  margin-bottom: 162px;
  position: relative; }
  .contact-section .contact-image {
    position: absolute;
    overflow: hidden;
    display: block;
    width: 100%; }
    .contact-section .contact-image img {
      position: absolute;
      opacity: 0.5; }
  .contact-section .contact-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .contact-section .contact-header .contact-header-name {
      font-family: Ubuntu !important;
      font-style: normal !important;
      font-weight: 500 !important;
      font-size: 60px;
      line-height: 70px; }
    .contact-section .contact-header .contact-header-email {
      display: flex;
      align-items: center; }
      .contact-section .contact-header .contact-header-email .contact-header-email-icon {
        width: 80px;
        height: 80px;
        background-color: #DEF8FF;
        border-radius: 50%; }
  .contact-section .contact-offices {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%; }
    .contact-section .contact-offices .contact-office-container {
      width: 100%;
      display: flex;
      justify-content: flex-start; }
      .contact-section .contact-offices .contact-office-container .contact-office {
        width: 95%;
        box-shadow: 0px 0px 25px rgba(51, 51, 51, 0.15);
        border-radius: 8px;
        margin-bottom: 45px;
        position: relative;
        display: flex;
        flex-direction: column;
        font-size: 18px;
        line-height: 1.9;
        background-color: #fff; }
        .contact-section .contact-offices .contact-office-container .contact-office:hover {
          box-shadow: 0px 0px 25px #00ABDB; }
        .contact-section .contact-offices .contact-office-container .contact-office a {
          text-decoration: none; }
        .contact-section .contact-offices .contact-office-container .contact-office .contact-office-header {
          display: flex;
          flex-direction: row;
          height: 5rem; }
          .contact-section .contact-offices .contact-office-container .contact-office .contact-office-header .arrow {
            cursor: pointer;
            width: 13px;
            height: 13px;
            border: 3px solid #00ABDB;
            transform: rotate(45deg);
            border-top: none;
            border-left: none;
            margin-left: 27%;
            position: absolute;
            right: 15px; }
            .contact-section .contact-offices .contact-office-container .contact-office .contact-office-header .arrow.active {
              transform: rotate(-135deg);
              margin-top: 10px; }
          .contact-section .contact-offices .contact-office-container .contact-office .contact-office-header .contact-office-flag {
            width: 36px;
            height: 36px;
            background-size: 100% 100%;
            margin-right: 13px;
            margin-left: 13px; }
          .contact-section .contact-offices .contact-office-container .contact-office .contact-office-header .contact-office-town {
            font-weight: bold;
            font-size: 24px;
            line-height: 36px;
            text-transform: uppercase; }
        .contact-section .contact-offices .contact-office-container .contact-office .contact-office-address {
          color: #404040;
          font-family: Open Sans;
          font-style: normal;
          font-weight: normal;
          font-size: 15px;
          line-height: 166%;
          display: flex;
          flex-direction: row;
          height: auto; }
          .contact-section .contact-offices .contact-office-container .contact-office .contact-office-address .contact-address-icon {
            width: 23px;
            height: 23px;
            background-size: 100% 100%;
            margin-right: 17px;
            margin-left: 22px; }
        .contact-section .contact-offices .contact-office-container .contact-office .contact-office-address:hover {
          color: #00ABDB;
          cursor: pointer; }
        .contact-section .contact-offices .contact-office-container .contact-office .contact-office-phone {
          color: #404040;
          font-family: Open Sans;
          font-style: normal;
          font-weight: normal;
          font-size: 17px;
          line-height: 140%;
          display: flex;
          flex-direction: row;
          height: 24px;
          margin-bottom: 15px; }
          .contact-section .contact-offices .contact-office-container .contact-office .contact-office-phone .contact-phone-icon {
            width: 23px;
            height: 23px;
            background-size: 100% 100%;
            margin-right: 15px;
            margin-left: 22px; }
        .contact-section .contact-offices .contact-office-container .contact-office .contact-office-phone:hover {
          color: #00ABDB;
          cursor: pointer; }
        .contact-section .contact-offices .contact-office-container .contact-office .contact-office-location {
          position: absolute;
          display: flex;
          align-items: center;
          justify-content: center;
          bottom: 40px;
          border-radius: 30px;
          padding: 0.7em 2em;
          text-decoration: none;
          font-family: Open Sans;
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          line-height: 169%;
          border: 1px solid #00ABDB; }
          .contact-section .contact-offices .contact-office-container .contact-office .contact-office-location .contact-office-location-text {
            font-weight: 600;
            color: #00ABDB; }
          .contact-section .contact-offices .contact-office-container .contact-office .contact-office-location .contact-office-location-icon {
            background-size: 100% 100%;
            width: 1.33em;
            height: 1.33em;
            margin-left: 10px; }
      .contact-section .contact-offices .contact-office-container.assembled .contact-office-address {
        display: none; }
      .contact-section .contact-offices .contact-office-container.assembled .contact-office-phone {
        display: none; }

@media (max-width: 1365px) {
  .contact-section .contact-header .contact-header-name {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 126%; }
  .contact-section .contact-header .contact-header-email .contact-header-email-icon {
    width: 54px;
    height: 54px; }
  .contact-section .contact-offices .contact-office-container {
    width: 540px;
    justify-content: flex-start; } }

@media (max-width: 900px) {
  .contact-section .contact-header .contact-header-name {
    font-size: 34px;
    line-height: 55px; }
  .contact-section .contact-header .contact-header-email .contact-header-email-icon {
    width: 48px;
    height: 48px; }
  .contact-section .contact-offices .contact-office-container {
    width: 540px; }
    .contact-section .contact-offices .contact-office-container .contact-office {
      width: 100%; } }

@media (max-width: 767px) {
  .contact-section .contact-image {
    height: 719px;
    margin: 0px 0 0 -15px;
    padding: 15px; }
    .contact-section .contact-image img {
      width: auto;
      height: 719px;
      top: 76px;
      left: -31rem; }
  .contact-section .contact-header {
    flex-direction: column; }
    .contact-section .contact-header .contact-header-name {
      font-size: 26px;
      line-height: 45px; }
    .contact-section .contact-header .contact-header-email .contact-header-email-icon {
      width: 36px;
      height: 36px; }
  .contact-section .contact-offices {
    margin: 25px 0 0 0;
    min-height: 720px; }
    .contact-section .contact-offices .contact-office-container {
      width: 100%; }
      .contact-section .contact-offices .contact-office-container .contact-office {
        margin-bottom: 25px;
        font-size: 15px;
        line-height: 1.8; }
        .contact-section .contact-offices .contact-office-container .contact-office .contact-office-header {
          align-items: center; }
          .contact-section .contact-offices .contact-office-container .contact-office .contact-office-header .contact-office-flag {
            margin-right: 10px;
            margin-left: 15px; }
          .contact-section .contact-offices .contact-office-container .contact-office .contact-office-header .contact-office-town {
            font-size: 18px;
            line-height: 140%;
            width: 240px; }
        .contact-section .contact-offices .contact-office-container .contact-office .contact-office-address {
          margin-bottom: 5px; }
        .contact-section .contact-offices .contact-office-container .contact-office .contact-office-location {
          bottom: 30px;
          line-height: 1; }
          .contact-section .contact-offices .contact-office-container .contact-office .contact-office-location .contact-office-location-text {
            font-weight: 600; }
          .contact-section .contact-offices .contact-office-container .contact-office .contact-office-location .contact-office-location-icon {
            width: 1.33em;
            height: 1.33em;
            margin-left: 7px; } }

@media (max-width: 350px) {
  .contact-section .contact-header .contact-header-name {
    font-size: 24px; }
  .contact-section .contact-offices {
    min-height: 660px; }
    .contact-section .contact-offices .contact-office-container .contact-office .contact-office-header .arrow {
      width: 13px;
      height: 13px;
      right: 15px; }
    .contact-section .contact-offices .contact-office-container .contact-office .contact-office-header .contact-office-town {
      font-size: 18px;
      line-height: 28px;
      width: 189px; }
    .contact-section .contact-offices .contact-office-container .contact-office .contact-office-location {
      bottom: 25px; } }

@media (min-width: 1024px) {
  .contact-section .contact-image {
    padding: 0 35px;
    height: 960px;
    margin: 150px 0 0 -35px; }
    .contact-section .contact-image img {
      width: auto;
      height: 960px;
      left: -309px; }
  .contact-section .contact-header .contact-header-name {
    font-size: 50px;
    line-height: 126%;
    margin: 40px 0px; }
  .contact-section .contact-offices {
    min-height: 960px; }
    .contact-section .contact-offices .contact-office-container .contact-office {
      padding: 27px 7px;
      margin-bottom: 36px; }
      .contact-section .contact-offices .contact-office-container .contact-office .contact-office-header {
        height: 36px; }
        .contact-section .contact-offices .contact-office-container .contact-office .contact-office-header .arrow {
          width: 17px;
          height: 17px;
          right: 20px; }
      .contact-section .contact-offices .contact-office-container .contact-office .contact-office-address {
        margin-top: 18px;
        font-size: 18px;
        line-height: 150%; }
        .contact-section .contact-offices .contact-office-container .contact-office .contact-office-address .contact-address-icon {
          width: 27px;
          height: 30px;
          margin-left: 17px; }
      .contact-section .contact-offices .contact-office-container .contact-office .contact-office-phone {
        margin-top: 10px;
        font-size: 21px;
        line-height: 171%; }
        .contact-section .contact-offices .contact-office-container .contact-office .contact-office-phone .contact-phone-icon {
          width: 26px;
          height: 26px; } }

@media (min-width: 1366px) and (max-width: 1366px) {
  .contact-section .contact-offices .contact-office-container .contact-office {
    width: 98%; } }

@media (max-width: 1280px) {
  .contact-section .contact-header {
    flex-direction: column; } }

@media (min-width: 1280px) {
  .contact-section .contact-image {
    padding: 0 35px;
    margin: 160px 0 0 -35px; }
    .contact-section .contact-image img {
      left: -85px; }
  .contact-section .contact-header .contact-header-email-value {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%; }
  .contact-section .contact-offices {
    width: 540px; }
    .contact-section .contact-offices .contact-office .contact-office-address, .contact-section .contact-offices .contact-office .contact-office-phone {
      font-family: Open Sans;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 150%; }
    .contact-section .contact-offices .contact-office-header .contact-office-town {
      font-family: Raleway;
      font-style: normal;
      font-weight: bold;
      font-size: 24px;
      line-height: 150%; } }

@media (min-width: 1280px) {
  .contact-section .contact-image {
    padding: 0 35px;
    margin: 200px 0 0 -35px; }
    .contact-section .contact-image img {
      left: -9px; }
  .contact-section .contact-header .contact-header-name {
    font-size: 60px;
    line-height: 72px; } }

@media (min-width: 1366px) {
  .contact-section .contact-image {
    padding: 0 60px;
    margin: 173px 0 0 -60px; }
    .contact-section .contact-image img {
      left: 15px; } }

@media (min-width: 1440px) {
  .contact-section .contact-image {
    padding: 0 75px;
    margin: 195px 0 0 -80px; }
    .contact-section .contact-image img {
      left: 27px; } }

@media (max-width: 1279px) {
  .contact-section .contact-header .contact-header-email-value {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 166%; }
  .contact-section .contact-offices .contact-office .contact-office-address, .contact-section .contact-offices .contact-office .contact-office-phone {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 166%; }
  .contact-section .contact-offices .contact-office-header .contact-office-town {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%; } }
