.contact_header{
  height: 55vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../img/contact_intro.jpg);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_header:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.contact_head_content{
  padding-top: 90px;
  width: 500px;
  position: relative;z-index: 1;
}
.contact_head_content h3{
  font-family: Montserrat;
   font-size: 13px;
   font-weight: normal;
   font-style: normal;
   font-stretch: normal;
   line-height: normal;
   letter-spacing: 3px;
   text-align: center;
   color: #fff;
}
.contact_head_content h1{
  font-family: KudryashevHeadline;
  font-size: 60px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}
.contact_head_content p{
  font-family: Montserrat;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 85%;
    margin:0 auto;
}
.contact_site_map{
  margin:0;
  padding:50px 0;
  text-align: center;
}
.contact_site_map a{
  font-family: Montserrat;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: 2.3px;
text-align: center;
color: #2f3036;
margin:0 5px;
}
.contact_site_map a:last-child{
  letter-spacing: 2.2px;
   color: #f48120;
}
.contact_content{
  padding:60px 0 30px 0;
}
.location_name {
  font-family: KudryashevHeadline;
font-size: 40px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #2f3036;
}
.location_name {
  font-family: KudryashevHeadline;
font-size: 40px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #2f3036;
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 40px;
}
.location_name:after {
content: '';
height: 1px;
width: 60%;
background: #d1d1d1;
}
.location_map{
  height: 100%;
}
.location_map iframe{
  width: 100%;
  height: 100%;
}
.location_gallery{
  margin:0;
}
.location_gallery .location_image_main{
  padding:0 1px 2px 1px;
}
.location_gallery_img{
  margin-bottom: 0;
  transition: 0.2s;
}
.location_gallery_img a img{
  width: 100%;
}
.address, .phone, .email{
  background-color: #faf9f9;
  padding-top: 40px;
  text-align: center;
  height: 100%;
  padding-bottom: 30px;
}
.address h2, .phone h2, .email h2{
  font-family: KudryashevHeadline;
font-size: 28px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
color: #000000;
margin: 0;
padding-bottom: 25px;
}
.address p, .phone a, .email a{
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: center;
  color: #4f4f4f;
  display: block;
}
.contact_form{
  padding:100px 0;
}
.contact_form>h3{
  font-family: Montserrat;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 4px;
  text-align: center;
  color: #252525;
}
.contact_form>h1{
  font-family: KudryashevHeadline;
   font-size: 60px;
   font-weight: normal;
   font-style: normal;
   font-stretch: normal;
   line-height: 1.17;
   letter-spacing: normal;
   text-align: center;
  color: #252525;
  margin-bottom: 80px;
}
.contact_form form input, .contact_form form textarea{
  height: 55px;
border-radius: 2px;
border: solid 1px #2f3036;
padding:15px 30px;
}
.contact_form form textarea{
  height: 220px;
  resize: none;
  margin-top: 30px;
  padding-top: 25px;
}
.contact_form form input:active, .contact_form form textarea:active, .contact_form form input:focus, .contact_form form textarea:focus{
border: solid 1px #2f3036;
}
.contact_form form input::placeholder, .contact_form form textarea::placeholder{
  font-family: Montserrat;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2f3036;
}
.contact_form form button{
  border-radius: 2px;
  border: solid 1px #141414;
  color: #141414;
  padding: 15px 20px;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #141414;
  cursor: pointer;
  margin-top: 30px;
  transition: 0.2s;
  background: #fff;
}
.contact_form form button:hover{
border: solid 1px #141414;
color: #fff;
background-color: #141414;
transition: 0.2s;
}
.contact_form form button span::before{
color: #141414;
padding-left: 10px;
font-size: 15px;
transition: 0.15s;
}
.contact_form form button:hover span::before{
color: #fff;
transition: 0.15s;
}
@media (max-width:568px) {
  .contact_header {
    height: 50vh;
  }
  .contact_head_content h1{
    font-size: 40px;
  }
  .contact_content{
    padding: 0;
  }
  .contact_site_map {
    padding: 30px 0 0 0;
  }
  .location_name{
    font-size: 30px;
    justify-content: center;
    margin:20px 0;
  }
  .location_name:after{
    display: none;
  }
  .location_map{
    padding-bottom: 10px;
  }
  .location_map iframe{
    height: 100vw;
  }
  .location_gallery_img{
    margin-bottom: 10px;
  }
  .contact_form>h1{
    font-size: 30px;
    margin-bottom: 50px;
  }
  .contact_form {
    padding: 50px 0;
  }
  .contact_form form input, .contact_form form textarea{
    margin-bottom: 15px;
  }
  .contact_form form textarea, .contact_form form button{
    margin-top: 0;
  }

}

@media (min-width:568px) and (max-width:768px){
  .contact_header {
    height: 50vh;
  }
  .contact_head_content h1{
    font-size: 40px;
  }
  .contact_content{
    padding: 0;
  }
  .contact_site_map {
    padding: 30px 0 0 0;
  }
  .location_name{
    font-size: 30px;
    justify-content: center;
    margin:20px 0;
  }
  .location_name:after{
    display: none;
  }
  .location_map{
    padding-bottom: 10px;
  }
  .location_map iframe{
    height:60vw;
  }
  .location_gallery_img{
    margin-bottom: 10px;
  }
  .contact_form>h1{
    font-size: 30px;
    margin-bottom: 50px;
  }
  .contact_form {
    padding: 50px 0;
  }
  .contact_form form input, .contact_form form textarea{
    margin-bottom: 15px;
  }
  .contact_form form textarea, .contact_form form button{
    margin-top: 0;
  }
}

@media (min-width:768px) and (max-width:992px){
  .contact_content {
  padding: 20px 0 30px 0;
  }
  .contact_head_content h1{
    font-size: 50px;
  }
  .location_name:after{
    width: 50%;
  }
  .contact_form>h1{
    font-size:40px;
  }
@media (min-width:768px) and (max-width:992px){

  .contact_head_content h1{
    font-size: 50px;
  }

  .contact_form>h1{
    font-size:50px;
  }
}
