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

.mission_vision .stats_block ul {
  padding: 0;
  margin: 0 -10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.vacancy_block img, .vacancy_block:after, .team_section .member_image img, .preview_section .image_block img, .page_head:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.faq_list > li.opened .question_block:after {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.attached_file .attach_remove:before, .vacancy_block .learn_more:after, .faq_list .question_block:after, .attached_file .attach_remove:after, .attach_label .attach_btn:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 960px) {
  .faq_list .question_block {
    font-size: 160%;
    line-height: 24px;
  }
}
@media screen and (max-width: 959px) {
  .faq_list .question_block {
    font-size: 140%;
    line-height: 21px;
  }
}

.contact_type {
  font-family: "montserrat-medium", "montserratarm-medium";
  line-height: 20px;
}
@media screen and (min-width: 960px) {
  .contact_type {
    font-size: 160%;
  }
}
@media screen and (max-width: 959px) {
  .contact_type {
    font-size: 140%;
  }
}

.contact_type {
  color: #4A00C4;
}

.contact_info {
  margin-top: 10px;
  font-size: 140%;
  line-height: 23px;
}
.contact_info a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.contact_form .form_fields {
  display: flex;
  flex-wrap: wrap;
}
.contact_form .field_block {
  flex: 0 0 50%;
  max-width: 50%;
}
.contact_form .field_block ::-webkit-input-placeholder {
  color: #999999;
}
.contact_form .field_block :-moz-placeholder {
  color: #999999;
}
.contact_form .field_block ::-moz-placeholder {
  color: #999999;
}
.contact_form .field_block :-ms-input-placeholder {
  color: #999999;
}
.contact_form .field_block.full_field {
  flex: 0 0 100%;
  max-width: 100%;
}
.contact_form .field_block input,
.contact_form .field_block textarea {
  font-size: 140%;
  line-height: 18px;
  padding: 14px 15px;
  border: 1px solid #ececec;
  border-radius: 5px;
  background: transparent;
  color: inherit;
}
.contact_form .field_block input:focus,
.contact_form .field_block textarea:focus {
  border-color: #4A00C4;
}
.contact_form .field_block textarea {
  height: 92px;
}
.contact_form .field_block.has-error input,
.contact_form .field_block.has-error textarea {
  border-color: #b94a48 !important;
}
.contact_form .field_block .attach_error,
.contact_form .field_block .error_hint {
  display: block;
  text-align: right;
  font-size: 120%;
  line-height: 15px;
  color: #b94a48;
}
.contact_form .btn_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}
.contact_form .btn_block button {
  width: 100%;
}

.attach_label {
  display: block;
  font-family: "montserrat", "montserratarm";
  font-weight: normal;
  background: transparent;
  position: relative;
}
.attach_label .attach_btn {
  display: flex;
  align-items: center;
  font-size: 140%;
  line-height: 18px;
  padding: 14px 15px;
  border: 1px solid #ececec;
  border-radius: 5px;
  color: #999999;
  cursor: pointer;
}
.attach_label .attach_btn:after {
  display: block;
  content: "\e910";
  font-size: 1.8rem;
  color: #001C32;
  padding-left: 20px;
  margin-left: auto;
}
.attach_label.has-error ~ .attach_error {
  display: none;
}
.attach_label.has-error ~ .error_hint {
  max-height: 60px;
}
.attach_label.has-error .attach_btn {
  border-color: #b94a48;
}
.attach_label[hidden] {
  display: none;
}

.attached_file {
  display: flex;
  align-items: center;
  font-size: 140%;
  line-height: 18px;
  padding: 14px 15px;
  border: 1px solid #ececec;
  border-radius: 5px;
}
.attached_file .file_name {
  display: block;
  flex: 1;
  width: 50%;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.attached_file .attach_remove {
  display: block;
  cursor: pointer;
  margin-left: 20px;
}
.attached_file .attach_remove:before {
  content: "\e904";
  display: block;
}
.attached_file .attach_remove:hover {
  color: #b94a48;
}

.map_block > .iw_content {
  display: none;
}

.iw_content {
  font-size: 1.2rem;
  line-height: 15px;
}

.iw_title {
  color: #01ACFF;
  font-family: "montserrat-medium", "montserratarm-medium";
}

.iw_address {
  margin-top: 16px;
}

.map_link {
  display: inline-block;
  vertical-align: top;
  color: #1268B3;
  margin-top: 7px;
}

.contacts_list {
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.contacts_list > li {
  flex: 0 0 50%;
  max-width: 50%;
}
.contacts_list .socials_list {
  margin-top: 10px;
}
.contacts_list .socials_list a {
  color: #ffffff;
  background: #4A00C4;
}

@media screen and (min-width: 1200px) {
  .contacts_list {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .contact_form {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media screen and (max-width: 959px) {
  .contact_form .field_block,
.contacts_list > li,
.contact_form .btn_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 640px) and (max-width: 1199px) {
  .contact_form,
.contacts_list {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 639px) {
  .contact_form,
.contacts_list {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.page_head {
  height: 32vw;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  padding-bottom: 100px;
  min-height: 240px;
  max-height: 560px;
  display: flex;
  align-items: flex-end;
}
.page_head .page_container {
  position: relative;
  z-index: 2;
}
.page_head:before {
  background: #3F68FF;
  opacity: 0.6;
  content: "";
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .page_head {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 575px) {
  .page_head {
    padding-bottom: 60px;
  }
}

.preview_section {
  margin: -80px 0;
}
.preview_section .section_inner {
  box-shadow: 0 0 15px rgba(0, 49, 88, 0.08);
  border-radius: 5px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 2;
  display: flex;
}
.preview_section .image_block {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  position: relative;
}
.preview_section .image_block:before {
  display: block;
  padding-bottom: 80%;
  content: "";
}
.preview_section .image_block img {
  object-fit: cover;
}
.preview_section .info_block {
  flex: 0 0 58.3333333333%;
  max-width: 620px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 auto;
  align-self: center;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .preview_section .info_block,
.preview_section .image_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 959px) {
  .preview_section .info_block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .preview_section {
    margin: -60px 0;
  }
}
@media screen and (max-width: 767px) {
  .preview_section .section_inner {
    flex-wrap: wrap;
  }
  .preview_section .info_block,
.preview_section .image_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .preview_section {
    margin: -40px 0;
  }
}

.mission_vision {
  background: #4A00C4;
  color: #ffffff;
  padding: 120px 0;
}
.mission_vision .page_row {
  justify-content: space-between;
  align-items: flex-start;
}
.mission_vision .info_block {
  flex: 0 0 50%;
  padding: 0 10px;
  margin-bottom: 70px;
}
.mission_vision .info_block:nth-child(2n+1) {
  max-width: 500px;
}
.mission_vision .info_block:nth-child(2n) {
  max-width: 600px;
}
.mission_vision .section_title {
  max-width: 380px;
  padding-bottom: 20px;
}
.mission_vision .stats_block {
  padding-bottom: 40px;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.mission_vision .stats_block li {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 40px;
}
.mission_vision .stats_block .count_block {
  font-size: 640%;
  line-height: 78px;
  font-family: "montserrat-thin", "montserratarm-thin";
}
.mission_vision .stats_block .type_block {
  font-size: 180%;
  line-height: 22px;
  font-family: "montserrat-medium", "montserratarm-medium";
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mission_vision .stats_block .count_block {
    font-size: 560%;
    line-height: 64px;
  }
  .mission_vision .stats_block .type_block {
    font-size: 160%;
    line-height: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .mission_vision {
    padding: 100px 0;
  }
  .mission_vision .info_block {
    margin-bottom: 50px;
  }
  .mission_vision .stats_block {
    padding-bottom: 20px;
  }
  .mission_vision .stats_block li {
    padding-top: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mission_vision .stats_block .info_block {
    font-size: 480%;
    line-height: 56px;
  }
  .mission_vision .stats_block .type_block {
    font-size: 160%;
    line-height: 20px;
  }
}
@media screen and (max-width: 575px) {
  .mission_vision {
    padding: 80px 0;
  }
  .mission_vision .info_block {
    margin-bottom: 40px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mission_vision .stats_block {
    padding-bottom: 0;
    padding-top: 20px;
  }
  .mission_vision .stats_block li {
    padding-top: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mission_vision .stats_block .count_block {
    font-size: 400%;
    line-height: 48px;
  }
  .mission_vision .stats_block .type_block {
    font-size: 140%;
    line-height: 18px;
  }
}

.team_section {
  position: relative;
  z-index: 2;
  margin-top: -120px;
  color: #ffffff;
  margin-bottom: 110px;
}
.team_section .slick-dots {
  bottom: -24px;
  left: 10px;
}
.team_section .slick-arrow {
  right: 10px;
  top: 100%;
  margin-top: 10px;
}
.team_section .team_slider {
  margin: 20px -10px 0;
}
.team_section .team_slider:not(.slick-slider) {
  display: flex;
  position: relative;
  overflow: hidden;
}
.team_section .team_slider:not(.slick-slider) > div {
  flex: 0 0 25%;
  max-width: 25%;
}
.team_section .member_block {
  padding: 0 10px;
}
.team_section .member_inner {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.team_section .member_image {
  position: relative;
  overflow: hidden;
}
.team_section .member_image:before {
  padding-bottom: 107.14%;
  display: block;
  content: "";
}
.team_section .member_image img {
  object-fit: cover;
}
.team_section .member_info {
  background: rgba(1, 172, 255, 0.9);
  box-shadow: 0 0 15px rgba(0, 49, 88, 0.08);
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 15px 25px;
  font-size: 130%;
  line-height: 16px;
}
.team_section .member_name {
  font-family: "montserrat-medium", "montserratarm-medium";
  margin-bottom: 5px;
  font-weight: 700;
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .team_section .team_slider:not(.slick-slider) > div {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 480px) and (max-width: 719px) {
  .team_section .team_slider:not(.slick-slider) > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .team_section {
    margin-top: -100px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 575px) {
  .team_section {
    margin-top: -80px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 479px) {
  .team_section .team_slider:not(.slick-slider) > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.structure_section .section_title {
  color: #4A00C4;
  margin-bottom: 20px;
}
.structure_section img {
  display: block;
  width: 100%;
  height: auto;
}

.career_section,
.faq_section {
  margin-bottom: 80px;
}
.career_section .section_title,
.faq_section .section_title {
  color: #4A00C4;
  padding-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .career_section,
.faq_section {
    margin-bottom: 60px;
  }
}

.faq_list > li {
  box-shadow: 0 0 60px rgba(0, 49, 88, 0.08);
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.faq_list > li:not(:first-child) {
  margin-top: 2px;
}
.faq_list > li.opened .question_block {
  color: #ffffff;
  background: #3F68FF;
}
.faq_list > li.opened .question_block:after {
  color: inherit;
}
.faq_list .question_block {
  border: none;
  width: 100%;
  background: transparent;
  padding: 22px 30px 22px 40px;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  color: inherit;
  display: flex;
}
.faq_list .question_block:after {
  content: "\e901";
  display: block;
  color: #4A00C4;
  font-size: 0.6rem;
  padding-left: 90px;
}
.faq_list .answer_block {
  display: none;
  padding: 0 40px;
  max-width: 1080px;
  font-size: 140%;
  line-height: 22px;
}
.faq_list .answer_block:before, .faq_list .answer_block:after {
  display: block;
  content: "";
  height: 22px;
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .faq_list .question_block {
    padding: 20px;
  }
  .faq_list .question_block:after {
    padding-left: 20px;
  }
  .faq_list .answer_block {
    padding: 0 20px;
  }
  .faq_list .answer_block:before, .faq_list .answer_block:after {
    height: 20px;
  }
}
@media screen and (max-width: 575px) {
  .faq_list .question_block {
    padding: 15px;
  }
  .faq_list .question_block:after {
    padding-left: 15px;
  }
  .faq_list .answer_block {
    padding: 0 15px;
  }
  .faq_list .answer_block:before, .faq_list .answer_block:after {
    height: 15px;
  }
}

.touch .question_block:active:after,
.web .question_block:hover:after {
  color: inherit;
}

.vacancies_list {
  margin: 0 -5px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  counter-reset: serialNumber;
}
.vacancies_list > li {
  padding: 5px;
}
@media screen and (min-width: 1200px) {
  .vacancies_list > li {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .vacancies_list > li:nth-child(4n), .vacancies_list > li:nth-child(4n+1) {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .vacancies_list > li:nth-child(2n+1):last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .vacancies_list > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 959px) {
  .vacancies_list > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.vacancy_block {
  height: 386px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 30px;
  color: #ffffff;
  align-items: flex-start;
}
.vacancy_block:after {
  content: "";
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}
.vacancy_block img {
  object-fit: cover;
}
.vacancy_block .requirements {
  opacity: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 30px;
}
.vacancy_block .requirements .list_title {
  font-size: 130%;
  line-height: 16px;
  margin-bottom: 10px;
}
.vacancy_block .requirements ul {
  margin: 0;
  list-style-type: disc;
  font-size: 140%;
  line-height: 22px;
  padding-left: 20px;
}
.vacancy_block .vacancy_name {
  position: relative;
  z-index: 2;
  font-size: 240%;
  line-height: 30px;
  padding-bottom: 5px;
}
.vacancy_block .learn_more {
  position: relative;
  z-index: 2;
  margin-top: auto;
  margin-left: -30px;
  display: flex;
  align-items: center;
  font-size: 140%;
  line-height: 18px;
  padding: 14px 30px;
  color: #ffffff;
  font-family: "montserrat-medium", "montserratarm-medium";
  white-space: nowrap;
  border-radius: 5px 0 0 5px;
}
.vacancy_block .learn_more:after {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.8rem;
  content: "\e900";
  width: 13px;
  margin-left: 10px;
}
.vacancy_block:hover:after {
  background: rgba(74, 0, 196, 0.9);
}
.vacancy_block:hover .requirements {
  opacity: 1;
}
.vacancy_block:hover .learn_more {
  background: #3F68FF;
}
@media screen and (min-width: 576px) and (max-width: 1199px) {
  .vacancy_block {
    padding: 20px;
  }
  .vacancy_block .learn_more {
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .vacancy_block .requirements .list_title {
    font-size: 120%;
    line-height: 15px;
  }
  .vacancy_block .requirements ul {
    font-size: 130%;
    line-height: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .vacancy_block .vacancy_name {
    font-size: 200%;
    line-height: 27px;
  }
}
@media screen and (max-width: 575px) {
  .vacancy_block {
    padding: 15px;
  }
  .vacancy_block .requirements {
    margin-top: 20px;
  }
  .vacancy_block .requirements .list_title {
    font-size: 110%;
    line-height: 13px;
  }
  .vacancy_block .requirements ul {
    font-size: 120%;
    line-height: 16px;
    padding-left: 15px;
  }
  .vacancy_block .learn_more {
    margin-left: -15px;
    padding: 10px 15px;
  }
  .vacancy_block .vacancy_name {
    font-size: 180%;
    line-height: 24px;
  }
}

.career_inner {
  margin-top: -80px;
}
.career_inner .inner_content {
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 49, 88, 0.08);
  padding: 40px 60px 60px;
  position: relative;
  border-top: 8px solid #3F68FF;
  border-radius: 0 0 5px 5px;
  z-index: 3;
}
.career_inner .dates_info {
  font-size: 130%;
  line-height: 16px;
  color: #4A00C4;
}
.career_inner .details_info {
  margin-top: 16px;
}
.career_inner .details_info .info_block {
  margin-bottom: 40px;
}
.career_inner .details_info .text_block {
  margin-top: 20px;
}
.career_inner .details_info .text_block ul {
  margin: 0;
  padding-left: 25px;
  list-style-type: disc;
}
.career_inner .form_fields {
  margin: 10px -5px 0;
  max-width: 590px;
}
.career_inner .field_block {
  margin-top: 10px;
  padding: 0 5px;
}
.career_inner .btn_block {
  padding: 0 5px;
}
.career_inner .contact_form {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  .career_inner .inner_content {
    display: flex;
  }
  .career_inner .dates_info {
    order: 2;
    text-align: right;
    white-space: nowrap;
    min-width: 220px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .career_inner .inner_content {
    padding: 30px 40px 40px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .career_inner {
    margin-top: -60px;
  }
  .career_inner .details_info .text_block ul {
    padding-left: 20px;
  }
  .career_inner .inner_content {
    padding: 20px;
    border-top-width: 6px;
  }
}
@media screen and (max-width: 575px) {
  .career_inner {
    margin-top: -40px;
  }
  .career_inner .inner_content {
    padding: 20px 15px;
    border-top-width: 4px;
  }
  .career_inner .details_info .text_block ul {
    padding-left: 15px;
  }
}

.vacancy_block .requirements {
  -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 .contact_info a, .contact_info .web a, .web .attach_label .attach_btn, .attach_label .web .attach_btn, .web .map_link, .attached_file .attach_remove {
  -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 .contacts_list .socials_list a, .contacts_list .socials_list .web a {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.web .vacancy_block .learn_more, .vacancy_block .web .learn_more, .web .faq_list .question_block, .faq_list .web .question_block, .contact_form .field_block input,
.contact_form .field_block textarea {
  -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 .contact_info a, .contact_info .touch a, .touch .attach_label .attach_btn, .attach_label .touch .attach_btn, .touch .map_link {
  -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 .contacts_list .socials_list a, .contacts_list .socials_list .touch a {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.touch .vacancy_block .learn_more, .vacancy_block .touch .learn_more, .touch .faq_list .question_block, .faq_list .touch .question_block {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.attach_label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.web .contact_info a:hover, .contact_info .web a:hover, .web .attach_label .attach_btn:hover, .attach_label .web .attach_btn:hover, .web .map_link:hover {
  color: #4A00C4;
}
.web .faq_list .question_block:hover, .faq_list .web .question_block:hover {
  background: #4A00C4;
  color: #ffffff;
  border-color: transparent;
}
.web .vacancy_block .learn_more:hover, .vacancy_block .web .learn_more:hover {
  background: #ffffff;
  color: #4A00C4;
  border-color: transparent;
}
.web .contacts_list .socials_list a:hover, .contacts_list .socials_list .web a:hover {
  background: #3F68FF;
}
.touch .contact_info a:active, .contact_info .touch a:active, .touch .attach_label .attach_btn:active, .attach_label .touch .attach_btn:active, .touch .map_link:active {
  color: #4A00C4;
}
.touch .faq_list .question_block:active, .faq_list .touch .question_block:active {
  background: #4A00C4;
  color: #ffffff;
  border-color: transparent;
}
.touch .vacancy_block .learn_more:active, .vacancy_block .touch .learn_more:active {
  background: #ffffff;
  color: #4A00C4;
  border-color: transparent;
}
.touch .contacts_list .socials_list a:active, .contacts_list .socials_list .touch a:active {
  background: #3F68FF;
}

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