.socials_list, .info_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.standard_text {
  font-size: 140%;
  line-height: 20px;
}

@media screen and (min-width: 1200px) {
  .contact_page {
    margin-top: 70px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .contact_page {
    margin-top: 45px;
  }
}
@media screen and (max-width: 959px) {
  .contact_page {
    margin-top: 20px;
  }
}

.contact_inner {
  margin-top: 40px;
  margin-bottom: 80px;
}

.info_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.info_list > li {
  padding: 0 10px;
  margin-bottom: 40px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
}
.info_list > li > a {
  color: #000000;
}
.info_list > li:last-child {
  flex: 1;
  max-width: unset;
}

.socials_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.socials_list > li {
  padding: 0 10px;
}
.socials_list > li > a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ED1C24;
  color: #ffffff;
  border-radius: 5px;
}
.socials_list > li > a:before {
  font-size: 140%;
  display: block;
}
.socials_list > li > a.icon_facebook:before {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #ED1C24;
  border-radius: 50%;
}

.info_title {
  margin-bottom: 12px;
  font-family: "montserrat-bold", "montserratarm-bold";
  font-size: 140%;
  line-height: 17px;
  color: #6AB245;
}

#map {
  height: 650px;
  max-height: 75vh;
}

.map_block {
  flex: 0 0 100vw;
  max-width: 100vw;
}

.contact_block {
  display: flex;
  flex-wrap: wrap;
}

.contact_map {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0;
}

.contact_form {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding-left: 10px;
  padding-right: 10px;
  padding: 50px 0;
  background: #6AB245;
  display: flex;
  overflow: hidden;
  justify-content: flex-end;
}

.full_screen {
  flex: 0 0 100vw;
  max-width: 100vw;
}
.full_screen > .page_container {
  padding: 0;
}

.form_inner {
  max-width: 380px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.form_inner .sub_title {
  color: #ffffff;
  margin-bottom: 52px;
}

.form_fields {
  width: 100%;
}

.validate_btn {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px;
  background: #ffffff;
  border: none;
  font-size: 120%;
  line-height: 14px;
  text-align: center;
  font-family: "montserrat-bold", "montserratarm-bold";
  color: #6AB245;
  margin-top: 25px;
}

@media screen and (min-width: 1921px) {
  .contact_block {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
  }
  .contact_form {
    display: block;
  }
  .full_screen {
    flex: auto;
    max-width: unset;
  }
  .form_inner {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1365px) {
  .full_screen {
    flex: auto;
    max-width: unset;
  }
  .contact_form {
    display: block;
  }
  .form_inner {
    margin: 0 auto;
    padding: 10px;
  }
}
@media screen and (max-width: 959px) {
  .contact_inner {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .info_list > li {
    margin-bottom: 15px;
  }
  .form_inner {
    align-items: baseline;
    padding: 0 20px;
  }
  .form_inner .sub_title {
    margin-bottom: 10px;
  }
  .contact_map {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .contact_block {
    flex-direction: column-reverse;
    padding: 0;
  }
  .contact_form {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  #map {
    height: 300px;
  }
  .contact_inner {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .form_inner {
    max-width: 100%;
  }
  .info_list > li {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.web .socials_list > li > a {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .info_list > li > a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .validate_btn {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .socials_list > li > a {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .info_list > li > a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .validate_btn {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .info_list > li > a:hover {
  color: #ED1C24;
}
.web .socials_list > li > a:hover {
  opacity: 0.7;
}
.web .validate_btn:hover {
  background: #ED1C24;
  color: #ffffff;
  border-color: transparent;
}
.touch .info_list > li > a:active {
  color: #ED1C24;
}
.touch .socials_list > li > a:active {
  opacity: 0.7;
}
.touch .validate_btn:active {
  background: #ED1C24;
  color: #ffffff;
  border-color: transparent;
}

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