.right_section .socials_list, .right_section .contact_block {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.contact_section .validate_btn {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact_page .page_title_block {
  padding-top: 64px;
}

.contact_section {
  display: flex;
  flex-wrap: wrap;
  padding-top: 56px;
  margin: 0 -32px;
}
.contact_section .form_fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -32px;
}
.contact_section .field_block {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 32px 62px;
}
.contact_section .radio_section {
  margin-top: 48px;
}
.contact_section .email_block {
  flex: 0 0 70%;
  width: 70%;
}
.contact_section .tel_number {
  flex: 0 0 30%;
  width: 30%;
}
.contact_section .validate_btn_block {
  display: flex;
  justify-content: flex-end;
}
.contact_section .validate_btn {
  padding: 0 30px;
  height: 112px;
  min-width: 460px;
  color: inherit;
  margin-top: 48px;
  background-size: 100% 100%;
  background-position: center;
  font-size: 180%;
  line-height: 22px;
  font-family: "montserrat-medium", "montserratarm";
  border: 18px dashed #181818;
  border-radius: 50%;
  position: relative;
  box-shadow: 3px 3px 0px #000000;
  transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
}
.contact_section .validate_btn:before {
  display: block;
  content: "";
  position: absolute;
  border-radius: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  margin: -16px;
}
.contact_section .validate_btn span {
  position: relative;
  z-index: 2;
  color: #181818;
  display: block;
}
.contact_section .validate_btn:hover {
  animation: shakeMoreBtn 1.5s infinite;
}

.left_section {
  flex: 0 0 75%;
  max-width: 75%;
}
@media screen and (min-width: 1366px) {
  .left_section {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .left_section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .left_section {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.left_section .description_block, .left_section .radio_list, .left_section form {
  max-width: 1026px;
}
.left_section .radio_title {
  font-size: 150%;
  line-height: 18px;
}
.left_section .radio_list {
  list-style-type: none;
  margin: 0;
  padding: 15px 0 66px;
  display: flex;
}
.left_section .radio_list li {
  max-width: 220px;
  margin-right: 16px;
}
.left_section .radio_list label {
  display: block;
}
.left_section .radio_list label input:checked + .radio_button {
  background: #ffffff;
  color: #181818;
}
.left_section .radio_list .radio_button {
  display: block;
  width: 100%;
  padding: 12px 20px;
  position: relative;
  cursor: pointer;
  font-size: 150%;
  line-height: 1.6em;
  text-align: center;
  border: 1px solid #cccccc;
  color: #cccccc;
  border-radius: 50px;
}
@media screen and (max-width: 1365px) {
  .left_section {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}
@media screen and (max-width: 1365px) and (min-width: 1366px) {
  .left_section {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 1365px) and (min-width: 1024px) and (max-width: 1365px) {
  .left_section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1365px) and (max-width: 1023px) {
  .left_section {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.right_section {
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (min-width: 1366px) {
  .right_section {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .right_section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .right_section {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.right_section .contact_block > li {
  padding-bottom: 48px;
}
.right_section .contact_title {
  font-size: 150%;
  line-height: 18px;
  color: #ffffff;
  font-family: "montserrat-light", "montserratarm-light";
  padding-bottom: 8px;
}
.right_section .contact_inner {
  font-size: 200%;
  line-height: 1.6em;
  font-family: "montserrat-medium", "montserratarm";
  color: #ffffff;
}
.right_section .socials_list {
  display: flex;
  margin-right: -10px;
}
.right_section .socials_list li {
  padding-right: 12px;
}
.right_section .socials_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0;
  line-height: 0;
  color: #cccccc;
  background: #333333;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.right_section .socials_list a:before {
  font-size: 3.2rem;
}
@media screen and (max-width: 1365px) {
  .right_section {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1365px) and (min-width: 1366px) {
  .right_section {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 1365px) and (min-width: 1024px) and (max-width: 1365px) {
  .right_section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1365px) and (max-width: 1023px) {
  .right_section {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 1365px) {
  .right_section .contact_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .right_section .contact_block > li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-bottom: 20px;
  }
}

.web .right_section .contact_block > li a, .right_section .contact_block > li .web a, .web .right_section .socials_list a, .right_section .socials_list .web 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;
}

.left_section .radio_list .radio_button {
  -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 .right_section .contact_block > li a, .right_section .contact_block > li .touch a, .touch .right_section .socials_list a, .right_section .socials_list .touch 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;
}

.left_section .radio_list label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.web .right_section .contact_block > li a:hover, .right_section .contact_block > li .web a:hover, .web .right_section .socials_list a:hover, .right_section .socials_list .web a:hover {
  color: #ED1C24;
}
.touch .right_section .contact_block > li a:active, .right_section .contact_block > li .touch a:active, .touch .right_section .socials_list a:active, .right_section .socials_list .touch a:active {
  color: #ED1C24;
}

/*# sourceMappingURL=contact_us.css.map */
