/*Add font ================================*/
.contact {
  padding-bottom: 30px;
}

.header_title {
  padding: 40px 0;
  text-align: center;
}
.header_title .website {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #a0a0a0;
  line-height: 1;
}
.header_title .title {
  font-weight: 300;
  font-size: 34px;
  color: #108ebf;
  line-height: 1.1;
}
.header_title .title b {
  line-height: 1.1;
}

#contact_content {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
@media (min-width: 601px) {
  #contact_content {
    max-width: 93%;
  }
}
#contact_content .short {
  color: #a8a7a7;
}
#contact_content .contact_right {
  font-size: 15px;
}
#contact_content .contact_right h3 {
  font-weight: bold;
  font-size: 20px;
  color: #108ebf;
  margin-bottom: 5px;
}
#contact_content .contact_right ul {
  list-style: none;
  padding: 0;
  margin: 5px 0;
}
#contact_content .contact_right ul li {
  color: #7a7a7a;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 8px;
}
#contact_content .contact_right ul li:nth-child(1) {
  background-image: url("../../../../resources/images/icon_location.png");
}
#contact_content .contact_right ul li:nth-child(2) {
  background-image: url("../../../../resources/images/icon_phone.png");
}
#contact_content .contact_right ul li:nth-child(3) {
  background-image: url("../../../../resources/images/icon_fax.png");
}
#contact_content .contact_right ul li:nth-child(4) {
  background-image: url("../../../../resources/images/icon_mail.png");
}
@media (min-width: 992px) {
  #contact_content .contact_left {
    padding: 30px 35px;
    height: 100%;
    box-shadow: 0 0 25px 5px #f3f0f0;
    border-radius: 10px;
  }
  #contact_content .contact_right {
    padding: 30px 35px;
    height: 100%;
    box-shadow: 0 0 25px 5px #f3f0f0;
    border-radius: 10px;
  }
}

#contact_form {
  width: 100%;
  padding: 15px 0;
}
#contact_form .form-group {
  margin-bottom: 13px;
}
#contact_form input[type=text] {
  height: 47px;
  line-height: 47px;
}
#contact_form input[type=text], #contact_form textarea {
  border: 1px solid #f8f8f8;
  border-radius: 3px;
  padding: 10px 15px;
  background: #f8f8f8;
}
#contact_form input[type=text]:focus, #contact_form textarea:focus {
  outline: 0;
  box-shadow: none;
}
#contact_form input[type=text]::placeholder, #contact_form textarea::placeholder {
  color: #000000;
}
#contact_form .group_btn {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
#contact_form .btn-contact {
  font-size: 15px;
  color: #fff;
  background: #108ebf;
  border-radius: 3px;
  padding: 10px 25px;
  text-transform: uppercase;
}

#contact_form .form_note span {
  font-size: 15px;
  color: #a7a7a7;
}

#contact_form label.error {
  float: none;
  display: block;
  width: 100%;
  text-align: right;
}

#contact_info {
  width: 100%;
  float: left;
  padding: 15px 0 0;
}

#contact_info .contact_info {
  padding-bottom: 5px;
}

#contact_info .contact_info p {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #1c1c1c;
  margin: 0px;
  padding: 5px 0px;
}

#contact_map {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 61%;
  position: relative;
}

#map_canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#map_canvas a {
  background: none;
}

@media (max-width: 991px) {
  #contact_map,
#contact_form {
    width: 100%;
  }

  #contact_map {
    margin: 0;
  }
}
@media (max-width: 399px) {
  #contact_form label,
#contact_form .input_text,
#contact_form .textarea {
    width: 100%;
  }
}
.full.feedback #contact_content, .full.profile #contact_content {
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 0 25px 5px #f3f0f0;
}
.full.feedback #contact_content label, .full.profile #contact_content label {
  font-weight: 600;
  font-size: 16px;
}
.full.feedback #contact_content input, .full.feedback #contact_content textarea, .full.profile #contact_content input, .full.profile #contact_content textarea {
  border: 1px solid #f2f2f2;
}
.full.feedback #contact_content input::placeholder, .full.feedback #contact_content textarea::placeholder, .full.profile #contact_content input::placeholder, .full.profile #contact_content textarea::placeholder {
  color: #aeaeae;
}
.full.feedback #contact_content input[type=file], .full.profile #contact_content input[type=file] {
  padding: 0;
  border: 0;
}
.full.feedback #contact_content textarea, .full.profile #contact_content textarea {
  height: 139px;
}