.contact-us {
  margin-bottom: 40px;
}
.contact-us .row {
  background-color: #fff;
  position: relative;
  font-weight: 200;
  font-size: 16px;
}
.contact-us .row::after {
  content: "";
  display: block;
  clear: both;
}
.contact-us .row .map-wrapper {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 7px;
  width: 49.9041533546%;
}
.contact-us .row .map-wrapper iframe, .contact-us .row .map-wrapper img {
  width: 100%;
  height: 100%;
  object-position: center;
  -o-object-position: center;
  object-fit: cover;
  -o-object-fit: cover;
}
.contact-us .row.r1 {
  margin-bottom: 15px;
}
.contact-us .row.r1 > .right:before {
  right: 0;
}
.contact-us .row.r1 > .right .bltt > span:after {
  max-width: 360px;
}
.contact-us .row.r1 > .right .text {
  padding: 30px 10.99% 55px;
}
.contact-us .row.r2 > .right {
  position: absolute;
  top: 0;
  right: 0;
  float: none;
}
.contact-us .row.r2 > .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.contact-us .row.r2 > .left {
  position: relative;
}
.contact-us .row.r2 > .left:before {
  width: 100%;
  top: auto;
  left: 0;
  bottom: 0;
  height: 5px;
}
.contact-us .row > .right, .contact-us .row > .left {
  height: 100%;
}
.contact-us .row > .right {
  width: 49.6485623003%;
}
.contact-us .row > .left {
  width: 50.3514376997%;
}
.contact-us .bltt {
  margin-bottom: 10px;
}
.contact-us .contacts {
  margin-top: 50px;
  font-size: 18px;
}
.contact-us .contacts span:before, .contact-us .contacts a:before {
  font-family: "icomoon";
  font-size: 14px;
  display: inline-block;
}
.contact-us .contacts .phone {
  margin-left: 10px;
}
.contact-us .contacts .phone:before {
  margin-left: 3px;
  font-size: 14px;
}
.contact-us .contacts .desktop-phone {
  display: inline-block;
}
.contact-us .contacts .email:hover:before {
  color: #f25571;
}
.contact-us .contacts .email:before {
  margin-left: 8px;
  color: #4d4f6a;
  transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
}
.contact-us .contacts .addr {
  display: block;
  margin-top: 15px;
}
.contact-us .contacts .addr span:nth-child(2) {
  color: #646464;
  font-size: 16px;
}
.contact-us .contacts .addr:before {
  font-size: 16px;
}
.contact-us .contact-form {
  padding: 30px 5.71066% 40px;
}
.contact-us .contact-form form {
  margin-top: 18px;
}
.contact-us .contact-form form::after {
  content: "";
  display: block;
  clear: both;
}
.contact-us .contact-form .right {
  width: 54.7277936963%;
}
.contact-us .contact-form input[type=text], .contact-us .contact-form input[type=email] {
  width: 48.4293193717%;
  margin-bottom: 10px;
}
.contact-us .contact-form input[type=text] {
  float: right;
}
.contact-us .contact-form input[type=email] {
  float: left;
}
.contact-us .contact-form input[type=tel] {
  clear: both;
  width: 99.4%;
}
.contact-us .contact-form textarea {
  float: left;
  width: 39.111747851%;
  height: 68px;
  padding: 8px 2.1489971347%;
}
.contact-us .contact-form .submit-bt {
  background-color: #535570;
  float: left;
  margin-top: 15px;
  height: 30px;
  line-height: 30px;
  padding: 0 35px;
  color: #fff;
}
.contact-us .contact-form .submit-bt:before {
  background-color: #484a61;
}

@media all and (max-width: 768px) {
  .contact-us {
    margin: 0;
  }
  .contact-us .bltt {
    margin-bottom: 5%;
  }
  .contact-us .row {
    margin: 0;
  }
  .contact-us .row:nth-child(1n) > .right, .contact-us .row:nth-child(1n) > .left, .contact-us .row:nth-child(1n) .map-wrapper {
    position: static;
    width: auto;
    float: none;
    margin: 0;
  }
  .contact-us .row > .right:before, .contact-us .row > .left:before {
    display: none;
  }
  .contact-us .row.r1 > .right {
    padding: 3% 3% 5%;
  }
  .contact-us .row.r2 > .left {
    padding: 5% 3%;
  }
  .contact-us .row .map-wrapper {
    height: 254px;
  }
  .contact-us .contact-form,
  .contact-us .row.r1 > .right .text {
    padding: 0;
  }
  .contact-us .contacts {
    margin-top: 5%;
  }
  .contact-us .contacts .desktop-phone {
    display: none;
  }
  .contact-us .contacts .mobile-phone {
    display: inline-block;
  }
}
@media all and (max-width: 600px) {
  .contact-us .contact-form .right {
    float: none;
    width: auto;
  }
  .contact-us .contact-form input[type=text], .contact-us .contact-form input[type=email], .contact-us .contact-form input[type=tel] {
    float: none;
    width: 100%;
  }
  .contact-us .contact-form input[type=tel] {
    margin-bottom: 10px;
  }
  .contact-us .contact-form textarea {
    float: none;
    width: 95.7%;
  }
}
@media all and (max-width: 425px) {
  .contact-us .row .map-wrapper {
    height: 200px;
  }
}
/*----------------------------------------------------------*/
@media all and (max-width: 1500px) and (min-width: 769px) {
  html:not(.mobdev) .contact-us .contact-form .right {
    width: auto;
    float: none;
  }
  html:not(.mobdev) .contact-us .contact-form input[type=text], html:not(.mobdev) .contact-us .contact-form input[type=email], html:not(.mobdev) .contact-us .contact-form input[type=tel] {
    float: none;
    width: 99.7%;
  }
  html:not(.mobdev) .contact-us .contact-form textarea {
    margin-top: 10px;
    float: none;
    width: 95.39%;
  }
}
@media all and (max-width: 1300px) and (min-width: 769px) {
  .contact-us .row.r1 > .right .text, .contact-us .contact-form {
    padding-left: 5%;
    padding-right: 5%;
  }
}/*# sourceMappingURL=contact-us.css.map */