.volunteering .contacts_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.standard_text {
  line-height: 20px;
}
@media screen and (min-width: 1280px) {
  .standard_text {
    font-size: 160%;
  }
}
@media screen and (max-width: 1279px) {
  .standard_text {
    font-size: 140%;
  }
}

.volunteering .contacts_list {
  line-height: 1.5em;
}
@media screen and (min-width: 1280px) {
  .volunteering .contacts_list {
    font-size: 160%;
  }
}
@media screen and (max-width: 1279px) {
  .volunteering .contacts_list {
    font-size: 140%;
  }
}

.volunteering {
  padding-top: 64px;
}
.volunteering .page_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.volunteering .apply_form {
  flex: 0 0 50%;
  max-width: 50%;
}
.volunteering .contacts_block {
  flex: 1;
  max-width: 528px;
  margin-left: 20px;
  background: #fafafa;
  padding: 0 40px 24px;
}
.volunteering .image_block {
  margin: 0 -40px;
}
.volunteering .image_block img {
  display: block;
  width: 100%;
  height: auto;
  transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  -o-transform: none !important;
  -o-transition: opacity 1.5s !important;
  -ms-transition: opacity 1.5s !important;
  -moz-transition: opacity 1.5s !important;
  -webkit-transition: opacity 1.5s !important;
  transition: opacity 1.5s !important;
}
.volunteering .image_block:not(.showed) img {
  opacity: 0;
}
.volunteering .contacts_list li {
  margin-top: 32px;
}
.volunteering .contacts_list a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.volunteering .contacts_list a:hover {
  text-decoration: underline;
}
.volunteering .socials_list {
  margin: 24px -8px 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.volunteering .socials_list a {
  padding: 8px;
  display: block;
  color: #454545;
  font-size: 0;
  line-height: 0;
}
.volunteering .socials_list a:before {
  display: block;
  font-size: 2.8rem;
}
.volunteering .field_block {
  -o-transition: opacity 0.75s;
  -ms-transition: opacity 0.75s;
  -moz-transition: opacity 0.75s;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
.volunteering .field_block:first-child {
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.volunteering .field_block:nth-child(2) {
  -o-transition-delay: 1.25s;
  -ms-transition-delay: 1.25s;
  -moz-transition-delay: 1.25s;
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
.volunteering .field_block:nth-child(3) {
  -o-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.volunteering .field_block:nth-child(4) {
  -o-transition-delay: 1.75s;
  -ms-transition-delay: 1.75s;
  -moz-transition-delay: 1.75s;
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}
.volunteering .field_block:nth-child(5) {
  -o-transition-delay: 2s;
  -ms-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.volunteering .field_block:nth-child(6) {
  -o-transition-delay: 2.25s;
  -ms-transition-delay: 2.25s;
  -moz-transition-delay: 2.25s;
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}
.volunteering .field_block:nth-child(7) {
  -o-transition-delay: 2.5s;
  -ms-transition-delay: 2.5s;
  -moz-transition-delay: 2.5s;
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.volunteering .field_block:nth-child(8) {
  -o-transition-delay: 2.75s;
  -ms-transition-delay: 2.75s;
  -moz-transition-delay: 2.75s;
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}
.volunteering .form_fields {
  padding-top: 30px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .volunteering {
    padding-top: 50px;
  }
  .volunteering .contacts_block {
    padding: 0 24px 20px;
  }
  .volunteering .image_block {
    margin: 0 -24px;
  }
  .volunteering .contacts_list li {
    margin-top: 24px;
  }
  .volunteering .socials_list {
    margin-top: 20px;
  }
  .volunteering .form_fields {
    padding-top: 24px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .volunteering {
    padding-top: 40px;
  }
}
@media screen and (max-width: 959px) {
  .volunteering .contacts_block {
    padding: 0 16px 20px;
  }
  .volunteering .image_block {
    margin: 0 -16px;
  }
  .volunteering .contacts_list li {
    margin-top: 20px;
  }
  .volunteering .socials_list {
    margin-top: 14px;
  }
  .volunteering .form_fields {
    padding-top: 20px;
  }
}
@media screen and (max-width: 639px) {
  .volunteering {
    padding-top: 30px;
  }
  .volunteering .page_container {
    flex-wrap: wrap;
  }
  .volunteering .contacts_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
  .volunteering .apply_form {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

body:not(.loaded) .field_block {
  opacity: 0;
}

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