.contact-shortcode {
  position: relative;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  padding: 152px 0 85px;
  width: 100vw;
  display: flex;
  font-size: 24px;
  overflow: hidden;
  color: #FFF;
  background: #4B4B4B; }
  .contact-shortcode .bg-layer {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    filter: blur(5px);
    pointer-events: none; }
    .contact-shortcode .bg-layer:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      background: #000;
      opacity: 0.3;
      pointer-events: none; }
  .contact-shortcode h1 {
    display: block;
    margin-bottom: 110px;
    text-align: center;
    font-size: 24px;
    font-weight: 600; }
  .contact-shortcode a {
    color: inherit; }
    .contact-shortcode a:hover {
      color: #FFD700; }
  .contact-shortcode .get-offer-form-display .get-offer-form input:not([value=""]):not([name="agreement"]) + label:not(.agreement),
  .contact-shortcode .get-offer-form-display .get-offer-form input:focus:not([name="agreement"]) + label:not(.agreement) {
    background: linear-gradient(to top, #FFF 50%, #C9C9C9 50%);
    border-radius: 2px; }
  .contact-shortcode .contact-cols {
    display: flex;
    justify-content: space-between; }
  .contact-shortcode .contact-info {
    display: flex;
    justify-content: space-between;
    width: calc(60% - 20px); }
  .contact-shortcode .contact-form {
    width: calc(40% - 20px); }
  .contact-shortcode .phone-link {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .contact-shortcode .phone-link .flag-ua,
    .contact-shortcode .phone-link .flag-uk {
      margin: 0 12px 0 0; }
  .contact-shortcode .contact-phone-col,
  .contact-shortcode .contact-location-col {
    display: flex;
    flex-direction: column;
    width: calc(50% - 20px); }
    .contact-shortcode .contact-phone-col span,
    .contact-shortcode .contact-location-col span {
      position: relative;
      display: block;
      line-height: 1;
      margin-bottom: 53px; }
      .contact-shortcode .contact-phone-col span.location, .contact-shortcode .contact-phone-col span.phone,
      .contact-shortcode .contact-location-col span.location,
      .contact-shortcode .contact-location-col span.phone {
        display: flex;
        flex-direction: column;
        width: max-content; }
        .contact-shortcode .contact-phone-col span.location:before, .contact-shortcode .contact-phone-col span.phone:before,
        .contact-shortcode .contact-location-col span.location:before,
        .contact-shortcode .contact-location-col span.phone:before {
          content: '\e809';
          display: inline-block;
          margin-bottom: 35px;
          font-family: 'fontello';
          font-size: 42px;
          text-align: center;
          line-height: 1; }
  .contact-shortcode .contact-phone-col .icon {
    padding-left: 62px; }
    .contact-shortcode .contact-phone-col .icon:before {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      display: flex;
      align-items: center;
      font-size: 32px;
      font-family: 'fontello';
      line-height: 1; }
    .contact-shortcode .contact-phone-col .icon.email:before {
      content: '\e812'; }
    .contact-shortcode .contact-phone-col .icon.youtube:before {
      content: '\e80a'; }
    .contact-shortcode .contact-phone-col .icon.insta:before {
      content: '\e802';
      font-size: 36px; }
  .contact-shortcode .contact-phone-col h3 {
    display: block;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 34px; }
  .contact-shortcode .contact-phone-col .schedule {
    margin-bottom: 50px;
    text-transform: uppercase; }
    .contact-shortcode .contact-phone-col .schedule p {
      display: block;
      margin-bottom: 20px;
      line-height: 1; }
  .contact-shortcode .contact-location-col span.location {
    text-transform: uppercase;
    line-height: 1.72; }
    .contact-shortcode .contact-location-col span.location:before {
      content: '\e805';
      margin-bottom: 25px; }
    .contact-shortcode .contact-location-col span.location p {
      display: block;
      margin-bottom: 64px; }
  .contact-shortcode .contact-form h3 {
    display: block;
    margin-bottom: 55px;
    font-size: 24px;
    text-align: center; }
  @media (max-width: 1400px) {
    .contact-shortcode {
      font-size: 20px; }
      .contact-shortcode h1 {
        margin-bottom: 80px; }
      .contact-shortcode .contact-phone-col span.location, .contact-shortcode .contact-phone-col span.phone,
      .contact-shortcode .contact-location-col span.location,
      .contact-shortcode .contact-location-col span.phone {
        margin-bottom: 50px; } }
  @media (max-width: 1200px) {
    .contact-shortcode {
      font-size: 18px; }
      .contact-shortcode h1 {
        margin-bottom: 60px; }
      .contact-shortcode .contact-phone-col h3,
      .contact-shortcode .contact-location-col h3 {
        font-size: 20px; }
      .contact-shortcode .contact-phone-col span.location, .contact-shortcode .contact-phone-col span.phone,
      .contact-shortcode .contact-location-col span.location,
      .contact-shortcode .contact-location-col span.phone {
        margin-bottom: 50px;
        width: 100%; }
      .contact-shortcode .contact-form h3 {
        font-size: 20px; } }
  @media (max-width: 1024px) {
    .contact-shortcode h1 {
      margin-bottom: 20px; }
    .contact-shortcode .contact-cols {
      flex-direction: column;
      align-items: center; }
    .contact-shortcode .contact-form,
    .contact-shortcode .contact-info {
      width: 100%;
      max-width: 650px; }
    .contact-shortcode .contact-phone-col span.phone:before,
    .contact-shortcode .contact-phone-col span.location:before,
    .contact-shortcode .contact-location-col span.phone:before,
    .contact-shortcode .contact-location-col span.location:before {
      display: none; } }
  @media (max-width: 767px) {
    .contact-shortcode {
      padding: 120px 0 70px; }
      .contact-shortcode h1 {
        margin-bottom: 30px; }
      .contact-shortcode .contact-info {
        flex-direction: column;
        align-items: center; }
      .contact-shortcode .contact-phone-col {
        margin-bottom: 30px; }
        .contact-shortcode .contact-phone-col .icon {
          margin-bottom: 30px;
          padding-left: 46px; }
          .contact-shortcode .contact-phone-col .icon:before {
            font-size: 23px; }
          .contact-shortcode .contact-phone-col .icon.youtube:before {
            font-size: 22px; }
          .contact-shortcode .contact-phone-col .icon.insta:before {
            font-size: 28px; }
      .contact-shortcode .contact-phone-col,
      .contact-shortcode .contact-location-col {
        width: 100%; }
        .contact-shortcode .contact-phone-col span.location, .contact-shortcode .contact-phone-col span.phone,
        .contact-shortcode .contact-location-col span.location,
        .contact-shortcode .contact-location-col span.phone {
          padding-top: 0; }
          .contact-shortcode .contact-phone-col span.location:before, .contact-shortcode .contact-phone-col span.phone:before,
          .contact-shortcode .contact-location-col span.location:before,
          .contact-shortcode .contact-location-col span.phone:before {
            margin-bottom: 20px;
            font-size: 30px; }
      .contact-shortcode .contact-location-col span.location {
        margin-bottom: 0; }
        .contact-shortcode .contact-location-col span.location p {
          margin-bottom: 30px; }
      .contact-shortcode .contact-form {
        margin-top: 0; }
        .contact-shortcode .contact-form h3 {
          margin-bottom: 30px; } }

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