/* contact page */
.contact-page .breadcrumbs {
  border-bottom: none;
  margin-bottom: 0;
}


.contact-page .contact-info {
  padding-left: 50px;
}

.contact-page .contact-wrapper {
  padding: 70px 0;
}

/* .contact-page .contact-info .inner {
  border-top: 1px solid #c6c6c6;
} */

.contact-page .contact-info .inner .h2 {
  margin-top: 25px;
}

.contact-page .contact-info,
.contact-page .google-map-wrap {
  padding-bottom: 50px;
}

.contact-page .contact-info-table {
  color: #505064 !important;
  font-size: 20px;
  margin: 26px 0 50px 0;
}

.contact-page .contact-info-table .cell {
  padding-right: 7px;
  vertical-align: top;
}

.contact-info-table .cell:last-child {
  border-left: 1px solid #c6c6c6;
  padding-left: 10px;
  padding-right: 0;
}

/* .contact-page .contact-info-table a,
.contact-page .contact-info-table p {
  display: block;
  position: relative;
} */
.contact-page .contact-info .phone.phone-desktop,
.contact-page .contact-info .envelope {
  position: absolute;
  bottom: -50px;
  color: #244796;
}

.contact-page .contact-info .phone.phone-desktop:hover,
.contact-page .contact-info .envelope:hover {
  color: #07F;
}

.contact-page .contact-info-table a+a {
  margin-top: 28px;
}

.contact-page .contact-img-wrap {
  display: flex;
  width: 100%;
  margin-top: 145px;
  justify-content: space-between;
}

.contact-page .contact-img {
  max-height: 145px;
  object-fit: contain;

}

.contact-page .contact-info-table a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 28px;
  background-image: url('/wp-content/uploads/2024/Icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.contact-page .contact-info-table a.envelope::before {
  width: 22px;
  height: 22px;
  background-image: url('/wp-content/uploads/2024/Container.svg');
}

.contact-page .contact-info-table p.marker {
  color: #505064;
  margin-bottom: 0;
}

.contact-page .contact-info-table p.marker:before {
  font-family: "FontAwesome";
  margin-right: 10px;
  /* position: absolute; */
  position: static;
  left: 0;
  top: 0;
}

.contact-page .contact-info-table p.marker:before,
.contact-page .contact-info-table p.marker a:before {
  /* content: "\f041"; */
  content: "";
  display: inline-block;
  width: 12px;
  height: 20px;
  background-image: url('/wp-content/uploads/2024/Vector.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;

}


.form-wrapper input,
.form-wrapper textarea,
.checkbox label span.fa-check {
  border: 1px solid #BDBDBD;
}

.contact-page form a {
  color: #254798 !important;

}

.form-wrapper .wpcf7-form .form-case-study input.submit {
  margin-bottom: 0 !important;
}

.inner .contact-descr {
  margin-bottom: 70px;
}


.contact-page .google-map-wrap iframe {
  height: 630px;
  width: 100%;
}

.contact-title {
  font-size: 60px;
  font-weight: 700;
  color: #254798;
  line-height: 1.2;


}

.form-container.form-wrapper {
  /* background: #FAFAFA; */
  padding: 40px;
}
.contact-page .form-container.form-wrapper {
  background: #FAFAFA;
}

.contact-page .checkbox-wrap span {
  color: #78788C;
}


.container-sm.clear.flex {
  display: flex;
  justify-content: center;
}

.phone-mobile {
  display: none !important;
}

.cell.col-6.rel {
  position: relative;
}


.contact-info-table .cell .marker {
  font-size: 16px;
}

.responsive {
  height: auto;
  width: 100%;
  margin-top: 40px;
}

@media (max-width: 920px) {
  .contact-wrapper {
    padding-bottom: 450px;
    position: relative;
  }

  .contact-page .contact-info,
  .contact-page .google-map-wrap {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .contact-page .google-map-wrap iframe {
    height: 400px;
  }

  .contact-page .google-map-wrap {
    bottom: 0;
    left: 0;
    padding: 50px 20px 0;
    position: absolute;
  }

  .col-6 {
    width: 100% !important;
  }
}

@media (max-width:1219px) {
  .phone-desktop {
    display: none !important;
  }

  .phone-mobile {
    display: block !important;
    bottom: -89px !important;
  }

  .contact-info-table.table {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cell.col-6.rel {
    margin-bottom: 27px;
    padding: 0 !important;
    width: 370px;
  }

  .contact-info-table .cell:last-child {
    border-left: none;
  }

  .cell.col-6.rel .envelope {
    left: 0;
  }

  .responsive {
    margin-top: 50px;
  }
}

@media (max-width: 620px) {
  .contact-page .contact-wrapper {
    padding: 30px 0 70px;
  }
  .contact-page .contact-info {
    display: none !important;
  }

  .contact-page .contact-info .map {
    display: none;
  }

  .contact-page .contact-info-table {
    display: block;
  }

  .contact-page .contact-info-table .cell {
    border: 0;
    display: block;
    padding: 0;
    width: 100%;
  }

  .contact-page .contact-info-table .cell:last-child {
    padding-top: 28px;
  }

  .form-container.form-wrapper {
    padding: 15px !important;
  }

  .contact-page .contact-img-wrap {
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 50px;
  }

  .inner .contact-descr {
    margin-bottom: 50px;
  }

  .contact-page .table-new {
    width: 100% !important;
  }

  .contact-wrapper {
    padding-bottom: 0 !important;
  }

  .contact-info.col-6 {
    margin-bottom: 6% !important;
  }

}

@media (max-width:450px) {
  .cell.col-6.rel {
    max-width: 370px;
    width: 100%;
  }

  .contact-page .contact-info-table {
    font-size: 16px;

  }

  .contact-info.col-6 {
    width: 100%;
  }

  .contact-info.col-6 {
    margin-bottom: 9% !important;
  }
}