.block_section .events_list, .block_section .news_list, .faq_block .faq_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.block_section .services_section .service_block img, .block_section .services_section .service_block:after, .main_section:before, .block_section .events_list .image_inner > img, .block_section .training_cases .image_inner > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.block_section .events_list .image_inner > img, .block_section .training_cases .image_inner > img {
  object-fit: cover;
}

.block_section .events_list .image_inner iframe, .block_section .training_cases .image_inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.block_section .events_list .image_inner, .block_section .training_cases .image_inner {
  position: relative;
  overflow: hidden;
}
.block_section .events_list .image_inner:before, .block_section .training_cases .image_inner:before {
  display: block;
  content: "";
  padding-bottom: 62.5%;
}

.block_section .partners_section .slick-arrow:before,
.block_section .members_section .slick-arrow:before, .block_section .training_cases .slick-arrow:before {
  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;
}

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

.main_section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 34.7vw;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 60px 0 90px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .main_section {
    padding: 40px 0;
  }
}
.main_section:before {
  content: "";
  background: rgba(35, 31, 32, 0.2);
}
.main_section .page_container {
  position: relative;
  z-index: 2;
}
.main_section .main_btn {
  display: flex;
  align-items: center;
  max-width: 480px;
  margin: 56px 0 0;
}
@media screen and (max-width: 959px) {
  .main_section .main_btn {
    margin: 20px 0 0;
  }
}
.main_section .page_title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-width: 480px;
}
.main_section .main_description {
  font-size: 160%;
  line-height: 19px;
  color: #ffffff;
  display: block;
  margin-top: 5px;
  max-width: 480px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main_section .secondary_btn {
  border: 1px solid #ffffff;
  padding: 12px 30px;
  font-size: 140%;
  line-height: 17px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-family: "mardoto-medium", "roboto-medium";
  margin-left: 28px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .main_section .secondary_btn {
    margin-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .main_section .secondary_btn {
    padding: 8px 15px;
    font-size: 120%;
    line-height: 17px;
  }
}
@media screen and (max-width: 359px) {
  .main_section .secondary_btn {
    padding: 8px 8px;
    font-size: 110%;
  }
}
.main_section .primary_btn {
  background: #F6921E;
  text-align: center;
  padding: 13px 30px;
  font-size: 140%;
  line-height: 17px;
  font-family: "mardoto-medium", "roboto-medium";
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .main_section .primary_btn {
    padding: 8px 15px;
    font-size: 120%;
    line-height: 17px;
  }
}
@media screen and (max-width: 359px) {
  .main_section .primary_btn {
    padding: 8px 8px;
    font-size: 110%;
  }
}

.translation_img {
  position: relative;
}
.translation_img:before {
  content: "";
  position: absolute;
  top: 120px;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 337px;
  width: 100%;
  background: #ffffff;
}
.translation_img img {
  display: block;
  height: auto;
  max-width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
@media screen and (min-width: 1200px) {
  .translation_img {
    margin: 60px 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .translation_img {
    margin: 45px 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .translation_img {
    margin: 35px 0;
  }
}
@media screen and (max-width: 575px) {
  .translation_img {
    margin: 20px 0;
  }
}

.faq_block {
  position: relative;
}
.faq_block .section_title {
  background: #F6FBFD;
  padding: 22px 50px;
}
@media screen and (max-width: 1199px) {
  .faq_block .section_title {
    padding: 22px 10px;
  }
}
.faq_block .faq_list {
  background: #ffffff;
  padding-bottom: 50px;
  box-shadow: 5px 5px 15px rgba(105, 183, 221, 0.1);
  font-family: "mardoto-medium", "roboto-medium";
}
@media screen and (max-width: 959px) {
  .faq_block .faq_list {
    padding-bottom: 20px;
  }
}
.faq_block .faq_list li {
  position: relative;
}
.faq_block .faq_list li:first-child .question_block span {
  border: none;
}
.faq_block .faq_list li.opened {
  background: transparent;
}
.faq_block .faq_list li.opened .question_block:after {
  box-shadow: -6px 0 0, -4px 0 0, -2px 0 0, 2px 0 0, 4px 0 0, 6px 0 0;
  color: #F6921E;
}
.faq_block .faq_list li:not(.opened) .question_block:after {
  box-shadow: -6px 0 0, -4px 0 0, -2px 0 0, 2px 0 0, 4px 0 0, 6px 0 0, 0 -6px 0, 0 -4px 0, 0 -2px 0, 0 2px 0, 0 4px 0, 0 6px 0;
  color: #F6921E;
}
.faq_block .faq_list .question_block {
  display: flex;
  align-items: center;
  width: 100%;
  border: none;
  color: #231F20;
  background: transparent;
  padding: 20px 50px 0 50px;
}
@media screen and (max-width: 1199px) {
  .faq_block .faq_list .question_block {
    padding: 10px 50px 0 10px;
  }
}
.faq_block .faq_list .question_block:after {
  display: block;
  content: "";
  margin-left: -10px;
  margin-right: 0;
  margin-top: 10px;
  min-width: 4px;
  height: 4px;
  background: #F6921E;
}
@media screen and (max-width: 959px) {
  .faq_block .faq_list .question_block:after {
    margin-left: 0;
    margin-right: 25px;
  }
}
.faq_block .faq_list .question_block span {
  padding: 20px 230px 0 0;
  width: 100%;
  text-align: left;
  border-top: 1px solid #E3F2F9;
}
@media screen and (max-width: 1199px) {
  .faq_block .faq_list .question_block span {
    padding: 10px 230px 0 10px;
  }
}
.faq_block .faq_list .answer_block {
  display: none;
  color: #6C6C6C;
  padding: 0 50px;
  max-width: 830px;
  width: 100%;
  font-family: "mardoto", "roboto";
}
@media screen and (min-width: 1200px) {
  .faq_block .faq_list .answer_block {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .faq_block .faq_list .question_block,
.faq_block .faq_list .answer_block {
    font-size: 160%;
    line-height: 27px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .faq_block .faq_list .answer_block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 959px) {
  .faq_block .faq_list .question_block {
    font-size: 140%;
    line-height: 18px;
    padding: 0 10px 0 0;
  }
  .faq_block .faq_list .question_block span {
    padding: 10px 50px 10px 10px;
  }
  .faq_block .faq_list .answer_block {
    font-size: 120%;
    line-height: 1.6em;
    padding: 0 10px 10px;
  }
}

.block_section {
  position: relative;
}
@media screen and (max-width: 959px) {
  .block_section {
    margin-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .block_section {
    margin-top: -66px;
  }
}
.block_section .right_block {
  width: 100%;
  padding: 0 10px;
}
@media screen and (max-width: 959px) {
  .block_section .right_block {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .block_section .right_block {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 10px;
  }
}
.block_section .left_block {
  width: 100%;
  padding: 0 10px;
}
@media screen and (min-width: 960px) {
  .block_section .left_block {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 959px) {
  .block_section .left_block {
    display: flex;
    flex-wrap: wrap;
  }
  .block_section .left_block .left_inner {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .block_section .left_block .partners_section,
.block_section .left_block .members_section {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .block_section .left_block .partners_section,
.block_section .left_block .members_section {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
  }
}
.block_section .right_inner {
  background: #ffffff;
  box-shadow: 5px 5px 15px rgba(105, 183, 221, 0.1);
  border-radius: 10px;
  padding: 22px 20px 20px 50px;
}
.block_section .right_inner .standard_text {
  color: #6C6C6C;
}
@media screen and (max-width: 959px) {
  .block_section .right_inner {
    padding: 20px;
  }
}
.block_section .left_inner {
  background: #ffffff;
  box-shadow: 5px 5px 15px rgba(105, 183, 221, 0.1);
  border-radius: 10px;
  padding: 22px 25px 30px 25px;
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  .block_section .left_inner {
    padding: 20px;
  }
}
.block_section .inner_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E3F2F9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.block_section .standard_text {
  max-width: 680px;
}
.block_section .news_block {
  display: flex;
  flex-direction: column;
}
.block_section .more_btn {
  margin-left: auto;
  font-size: 140%;
  line-height: 22px;
  color: #F6921E;
  font-family: "mardoto-medium", "roboto-medium";
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.block_section .more_btn:before {
  margin-left: 8px;
  font-size: 17px;
  color: #F6921E;
}
.block_section .news_list li {
  border-bottom: 1px solid #E3F2F9;
  padding: 20px 0;
}
.block_section .news_list li:first-child {
  padding-top: 0;
}
.block_section .time_block,
.block_section .data_block {
  font-size: 140%;
  line-height: 20px;
  color: #6C6C6C;
  display: inline-block;
  margin-bottom: 10px;
}
.block_section .news_title {
  font-size: 140%;
  line-height: 21px;
  color: #231F20;
  display: inline-block;
  margin-bottom: 10px;
  font-family: "mardoto-medium", "roboto-medium";
}
.block_section .news_description {
  font-size: 140%;
  line-height: 21px;
  color: #6C6C6C;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.block_section .read_more {
  background: #ffffff;
  font-size: 140%;
  color: #F6921E;
  line-height: 20px;
  text-decoration: underline;
  width: max-content;
}
.block_section .subscribe_btn {
  text-transform: uppercase;
  border: 1px solid #E37F0B;
  padding: 13px 30px;
  font-size: 140%;
  line-height: 15px;
  background: transparent;
  color: #E37F0B;
  font-family: "mardoto-medium", "roboto-medium";
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 1023px) {
  .block_section .subscribe_btn {
    font-size: 120%;
  }
}
.block_section .training_cases {
  padding-top: 38px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.block_section .training_cases .cases_slider {
  margin: 0 -10px;
}
.block_section .training_cases .cases_slider:not(.slick-slider) {
  display: flex;
  position: relative;
}
.block_section .training_cases .slick-list {
  overflow: visible;
}
.block_section .training_cases .training_block {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  position: relative;
}
.block_section .training_cases .training_img {
  display: block;
}
.block_section .training_cases .training_img.video_block:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background: #ffffff;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
}
.block_section .training_cases .training_img.video_block:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-style: solid;
  border-color: transparent #ffffff;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
}
.block_section .training_cases .training_img.video_block:before {
  width: 43px;
  height: 43px;
  margin-top: -18px;
  margin-left: 7px;
}
.block_section .training_cases .training_img.video_block:after {
  width: 15px;
  height: 15px;
  border-width: 7.5px 0 7.5px 15px;
  margin-top: -18px;
  margin-left: 8px;
  z-index: 2;
}
.block_section .training_cases .training_img.video_block:before {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  z-index: 1;
  border: 1px solid #ffffff;
}
.block_section .training_cases .slide_block {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 0 10px;
}
.block_section .training_cases .image_inner img {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  border-radius: 5px;
}
.block_section .training_cases .slider_title {
  font-size: 140%;
  line-height: 22px;
  color: #231F20;
  margin-top: 10px;
  font-family: "mardoto-medium", "roboto-medium";
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.block_section .training_cases .slick-arrow {
  position: absolute;
  top: 100%;
  margin-top: 22px;
  right: 10px;
  z-index: 3;
  border: none;
  font-size: 0;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  color: #A8A8A8;
  background: #ffffff;
}
.block_section .training_cases .slick-arrow:before {
  display: block;
  font-size: 1.3rem;
}
.block_section .training_cases .slick-next:before {
  content: "\e910";
}
.block_section .training_cases .slick-prev {
  transform: translate3d(-45px, 0, 0);
  -moz-transform: translate3d(-45px, 0, 0);
  -ms-transform: translate3d(-45px, 0, 0);
  -webkit-transform: translate3d(-45px, 0, 0);
  -o-transform: translate3d(-45px, 0, 0);
}
.block_section .training_cases .slick-prev:before {
  content: "\e90a";
}
.block_section .services_section {
  color: #ffffff;
  margin-bottom: 20px;
}
.block_section .services_section .services_list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px 0;
  padding: 0;
}
.block_section .services_section .services_list > li {
  padding: 0 10px;
}
.block_section .services_section .service_block {
  height: 223px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px 50px 23px 50px;
  filter: drop-shadow(5px 5px 15px rgba(105, 183, 221, 0.1));
  border-radius: 10px;
  cursor: pointer;
}
.block_section .services_section .service_block:after {
  content: "";
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
.block_section .services_section .service_block img {
  object-fit: cover;
  border-radius: 10px;
}
.block_section .services_section .service_block .more_btn {
  color: #ffffff;
  position: relative;
  z-index: 9;
  margin-top: auto;
  font-family: "mardoto", "roboto";
}
.block_section .services_section .service_block .more_btn:before {
  color: #ffffff;
}
.block_section .services_section .service_block .service_description {
  font-size: 140%;
  line-height: 22px;
  color: #ffffff;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 15px;
  opacity: 0;
  max-width: 280px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.block_section .services_section .service_block .section_title {
  position: relative;
  z-index: 2;
}
.block_section .services_section .service_block:hover:after {
  background: rgba(0, 0, 0, 0.7);
}
.block_section .services_section .service_block:hover .service_description {
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .block_section .services_section .services_list > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 576px) and (max-width: 1199px) {
  .block_section .services_section .service_block {
    padding: 20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .block_section .services_section .services_list > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .block_section .services_section .service_block:before {
    font-size: 560%;
    line-height: 64px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .block_section .services_section .service_block:before {
    font-size: 480%;
    line-height: 56px;
  }
}
@media screen and (max-width: 959px) {
  .block_section .services_section .services_list {
    margin: 20px 0 0;
  }
  .block_section .services_section .services_list > li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .block_section .services_section .service_block {
    padding: 15px;
  }
  .block_section .services_section .service_block:before {
    font-size: 400%;
    line-height: 48px;
  }
}
.block_section .events_list li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E3F2F9;
}
.block_section .events_list li:last-child {
  border-bottom: 0;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.block_section .events_list .image_block {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .block_section .events_list .image_block {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 576px) {
  .block_section .events_list .image_block {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 10px;
  }
}
.block_section .events_list .info_block {
  width: 100%;
  height: 140px;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .block_section .events_list .info_block {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 10px;
  }
}
.block_section .events_list .info_top {
  display: flex;
  justify-content: space-between;
}
.block_section .events_list .time_block {
  margin-left: auto;
}
.block_section .events_list .events_block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.block_section .events_list .events_block .news_description {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.block_section .events_list .image_inner img {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  border-radius: 5px;
}
.block_section .partners_section,
.block_section .members_section {
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .block_section .partners_section,
.block_section .members_section {
    margin-top: 20px;
  }
}
.block_section .partners_section .section_title,
.block_section .members_section .section_title {
  text-align: center;
}
.block_section .partners_section.partners_section,
.block_section .members_section.partners_section {
  margin-top: 75px;
}
@media screen and (max-width: 959px) {
  .block_section .partners_section.partners_section,
.block_section .members_section.partners_section {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .block_section .partners_section.partners_section,
.block_section .members_section.partners_section {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.block_section .partners_section.partners_section .member_inner,
.block_section .members_section.partners_section .member_inner {
  align-items: center;
}
.block_section .partners_section.partners_section .member_image,
.block_section .members_section.partners_section .member_image {
  display: flex;
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
  height: 140px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 5px 5px 15px rgba(105, 183, 221, 0.1);
}
.block_section .partners_section.partners_section .member_image:before,
.block_section .members_section.partners_section .member_image:before {
  display: none;
}
.block_section .partners_section.partners_section .member_image img,
.block_section .members_section.partners_section .member_image img {
  padding: 3px;
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: 70px;
  width: auto;
  border-radius: 0;
}
.block_section .partners_section .members_slider,
.block_section .members_section .members_slider {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .block_section .partners_section .members_slider,
.block_section .members_section .members_slider {
    margin-top: 20px;
  }
}
.block_section .partners_section .slick-arrow,
.block_section .members_section .slick-arrow {
  position: absolute;
  top: 100%;
  margin-top: -13px;
  right: 10px;
  z-index: 3;
  border: none;
  font-size: 0;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  color: #A8A8A8;
  background: transparent;
}
@media screen and (max-width: 479px) {
  .block_section .partners_section .slick-arrow,
.block_section .members_section .slick-arrow {
    margin-top: 0;
  }
}
.block_section .partners_section .slick-arrow:before,
.block_section .members_section .slick-arrow:before {
  display: block;
  font-size: 1.3rem;
}
.block_section .partners_section .slick-next:before,
.block_section .members_section .slick-next:before {
  content: "\e910";
}
.block_section .partners_section .slick-prev,
.block_section .members_section .slick-prev {
  transform: translate3d(-45px, 0, 0);
  -moz-transform: translate3d(-45px, 0, 0);
  -ms-transform: translate3d(-45px, 0, 0);
  -webkit-transform: translate3d(-45px, 0, 0);
  -o-transform: translate3d(-45px, 0, 0);
}
.block_section .partners_section .slick-prev:before,
.block_section .members_section .slick-prev:before {
  content: "\e90a";
}
.block_section .partners_section .member_image,
.block_section .members_section .member_image {
  display: flex;
  width: 100%;
  max-width: 140px;
  min-width: 140px;
  margin: 0 auto;
  height: 140px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 5px 5px 15px rgba(105, 183, 221, 0.1);
}
.block_section .partners_section .member_image:before,
.block_section .members_section .member_image:before {
  display: none;
}
.block_section .partners_section .member_image img,
.block_section .members_section .member_image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}
.block_section .partners_section .member_block,
.block_section .members_section .member_block {
  flex: 0 0 100%;
  max-width: 100%;
}
.block_section .partners_section .member_name,
.block_section .members_section .member_name {
  font-size: 160%;
  line-height: 19px;
  color: #FF7B1C;
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: underline;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.block_section .partners_section .member_post,
.block_section .partners_section .lng_block,
.block_section .members_section .member_post,
.block_section .members_section .lng_block {
  font-size: 140%;
  line-height: 20px;
  color: #231F20;
  margin-bottom: 10px;
}
.block_section .partners_section .member_description,
.block_section .members_section .member_description {
  font-size: 140%;
  line-height: 20px;
  color: #231F20;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.block_section .partners_section .member_inner,
.block_section .members_section .member_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -10px;
}
@media screen and (max-width: 959px) {
  .block_section .partners_section .member_inner,
.block_section .members_section .member_inner {
    align-items: center;
  }
}
.block_section .partners_section .image_block,
.block_section .members_section .image_block {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 0 10px;
}
.block_section .partners_section .member_info,
.block_section .members_section .member_info {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 0 10px;
}
@media screen and (max-width: 1048px) {
  .block_section .partners_section .member_info,
.block_section .members_section .member_info {
    padding-left: 23px;
  }
}
@media screen and (max-width: 959px) {
  .block_section .partners_section .member_info,
.block_section .members_section .member_info {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .block_section .partners_section .member_info,
.block_section .members_section .member_info {
    padding-left: 35px;
  }
}

.web .block_section .training_cases .training_img, .block_section .training_cases .web .training_img, .block_section .services_section .service_block .service_description {
  -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 .block_section .more_btn, .block_section .web .more_btn, .web .block_section .more_btn:before, .block_section .web .more_btn:before, .web .block_section .read_more, .block_section .web .read_more, .web .block_section .partners_section .member_name, .block_section .partners_section .web .member_name,
.web .block_section .members_section .member_name,
.block_section .members_section .web .member_name, .web .faq_block .faq_list .question_block, .faq_block .faq_list .web .question_block, .web .block_section .training_cases .slider_title, .block_section .training_cases .web .slider_title, .web .block_section .training_cases .slick-arrow, .block_section .training_cases .web .slick-arrow, .web .block_section .partners_section .slick-arrow, .block_section .partners_section .web .slick-arrow,
.web .block_section .members_section .slick-arrow,
.block_section .members_section .web .slick-arrow {
  -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 .main_section .primary_btn, .main_section .web .primary_btn {
  -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;
}

.touch .block_section .subscribe_btn, .block_section .touch .subscribe_btn, .web .main_section .secondary_btn, .main_section .web .secondary_btn, .web .block_section .subscribe_btn, .block_section .web .subscribe_btn, .faq_block .faq_list .question_block:after {
  -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 .block_section .training_cases .training_img, .block_section .training_cases .touch .training_img {
  -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 .block_section .more_btn, .block_section .touch .more_btn, .touch .block_section .more_btn:before, .block_section .touch .more_btn:before, .touch .block_section .read_more, .block_section .touch .read_more, .touch .block_section .partners_section .member_name, .block_section .partners_section .touch .member_name,
.touch .block_section .members_section .member_name,
.block_section .members_section .touch .member_name, .touch .faq_block .faq_list .question_block, .faq_block .faq_list .touch .question_block, .touch .block_section .training_cases .slider_title, .block_section .training_cases .touch .slider_title, .touch .block_section .training_cases .slick-arrow, .block_section .training_cases .touch .slick-arrow, .touch .block_section .partners_section .slick-arrow, .block_section .partners_section .touch .slick-arrow,
.touch .block_section .members_section .slick-arrow,
.block_section .members_section .touch .slick-arrow {
  -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 .main_section .primary_btn, .main_section .touch .primary_btn {
  -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 .main_section .secondary_btn, .main_section .touch .secondary_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 .faq_block .faq_list .question_block:hover, .faq_block .faq_list .web .question_block:hover, .web .block_section .training_cases .slider_title:hover, .block_section .training_cases .web .slider_title:hover, .web .block_section .training_cases .slick-arrow:hover, .block_section .training_cases .web .slick-arrow:hover, .web .block_section .partners_section .slick-arrow:hover, .block_section .partners_section .web .slick-arrow:hover,
.web .block_section .members_section .slick-arrow:hover,
.block_section .members_section .web .slick-arrow:hover {
  color: #F6921E;
}
.web .block_section .subscribe_btn:hover, .block_section .web .subscribe_btn:hover {
  background: #FF6B00;
  color: #ffffff;
  border-color: #F6921E;
}
.web .main_section .primary_btn:hover, .main_section .web .primary_btn:hover {
  background: #FF6B00;
}
.web .main_section .secondary_btn:hover, .main_section .web .secondary_btn:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border-color: #ffffff;
}
.web .block_section .training_cases .training_img:hover, .block_section .training_cases .web .training_img:hover {
  opacity: 0.7;
}
.web .block_section .more_btn:hover, .block_section .web .more_btn:hover, .web .block_section .more_btn:hover:before, .block_section .web .more_btn:hover:before, .web .block_section .read_more:hover, .block_section .web .read_more:hover, .web .block_section .partners_section .member_name:hover, .block_section .partners_section .web .member_name:hover,
.web .block_section .members_section .member_name:hover,
.block_section .members_section .web .member_name:hover {
  color: #FF6B00;
}
.web .block_section .more_btn:hover:before, .block_section .web .more_btn:hover:before, .web .block_section .read_more:hover:before, .block_section .web .read_more:hover:before, .web .block_section .partners_section .member_name:hover:before, .block_section .partners_section .web .member_name:hover:before,
.web .block_section .members_section .member_name:hover:before,
.block_section .members_section .web .member_name:hover:before {
  color: #FF6B00;
}
.touch .faq_block .faq_list .question_block:active, .faq_block .faq_list .touch .question_block:active, .touch .block_section .training_cases .slider_title:active, .block_section .training_cases .touch .slider_title:active, .touch .block_section .training_cases .slick-arrow:active, .block_section .training_cases .touch .slick-arrow:active, .touch .block_section .partners_section .slick-arrow:active, .block_section .partners_section .touch .slick-arrow:active,
.touch .block_section .members_section .slick-arrow:active,
.block_section .members_section .touch .slick-arrow:active {
  color: #F6921E;
}
.touch .block_section .subscribe_btn:active, .block_section .touch .subscribe_btn:active {
  background: #FF6B00;
  color: #ffffff;
  border-color: #F6921E;
}
.touch .main_section .primary_btn:active, .main_section .touch .primary_btn:active {
  background: #FF6B00;
}
.touch .main_section .secondary_btn:active, .main_section .touch .secondary_btn:active {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border-color: #ffffff;
}
.touch .block_section .training_cases .training_img:active, .block_section .training_cases .touch .training_img:active {
  opacity: 0.7;
}
.touch .block_section .more_btn:active, .block_section .touch .more_btn:active, .touch .block_section .more_btn:active:before, .block_section .touch .more_btn:active:before, .touch .block_section .read_more:active, .block_section .touch .read_more:active, .touch .block_section .partners_section .member_name:active, .block_section .partners_section .touch .member_name:active,
.touch .block_section .members_section .member_name:active,
.block_section .members_section .touch .member_name:active {
  color: #FF6B00;
}
.touch .block_section .more_btn:active:before, .block_section .touch .more_btn:active:before, .touch .block_section .read_more:active:before, .block_section .touch .read_more:active:before, .touch .block_section .partners_section .member_name:active:before, .block_section .partners_section .touch .member_name:active:before,
.touch .block_section .members_section .member_name:active:before,
.block_section .members_section .touch .member_name:active:before {
  color: #FF6B00;
}

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