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

.upcoming_events .image_block > picture img,
.upcoming_events .image_block > img {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.upcoming_events .image_block > picture img,
.upcoming_events .image_block > img {
  object-fit: cover;
}

.upcoming_events .image_block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.upcoming_events .image_block {
  position: relative;
  overflow: hidden;
}
.upcoming_events .image_block:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.reviews_slider .slick-arrow:before, .to_monument .no_fill_text:after, .main_screen .scroll_hint: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;
}

.upcoming_events .image_block img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.review_block .view_more, .main_screen .scroll_hint {
  border: none;
  padding: 0;
  background: transparent;
}

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

.to_monument .no_fill_text, .upcoming_events .date_block, .num_block {
  line-height: 1.375em;
  font-family: "grapalat-mariam-bold";
}
@media screen and (min-width: 1280px) {
  .to_monument .no_fill_text, .upcoming_events .date_block, .num_block {
    font-size: 640%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .to_monument .no_fill_text, .upcoming_events .date_block, .num_block {
    font-size: 520%;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .to_monument .no_fill_text, .upcoming_events .date_block, .num_block {
    font-size: 400%;
  }
}
@media screen and (max-width: 639px) {
  .to_monument .no_fill_text, .upcoming_events .date_block, .num_block {
    font-size: 320%;
  }
}

.review_author .author_name, .jobs_section .block_title, .upcoming_events .event_name, .about_objects .object_name {
  font-size: 200%;
  line-height: 1.2em;
  font-family: "montserrat-medium", "montserratarm";
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .review_author .author_name, .jobs_section .block_title, .upcoming_events .event_name, .about_objects .object_name {
    font-size: 180%;
  }
}
@media screen and (max-width: 959px) {
  .review_author .author_name, .jobs_section .block_title, .upcoming_events .event_name, .about_objects .object_name {
    font-size: 160%;
  }
}

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

.main_screen {
  min-height: 100vh;
}
.main_screen .info_block {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 2;
  color: #ffffff;
  padding-top: 90px;
  padding-bottom: 20px;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.main_screen .info_block.inactive {
  opacity: 0;
}
.main_screen .title_block {
  font-size: 480%;
  line-height: 1.375em;
  letter-spacing: -0.005em;
  font-family: "grapalat-mariam-bold";
}
.main_screen .description_block {
  margin-top: 32px;
  max-width: 500px;
  color: inherit;
}
.main_screen .description_block div {
  display: inline;
  font-family: "montserrat-medium", "montserratarm";
}
.main_screen .scroll_hint {
  font-family: "montserrat-medium", "montserratarm";
  display: flex;
  align-items: center;
  margin-top: 40px;
  color: inherit;
}
.main_screen .scroll_hint:after {
  content: "\e900";
  font-size: 1.4rem;
  display: block;
  margin-left: 9px;
}
.main_screen ~ * {
  background: #ffffff;
  position: relative;
  z-index: 5;
}
.main_screen + * {
  padding-top: 120px;
  margin-top: 200px;
}
.main_screen + *:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 100%;
  height: 200px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .main_screen .title_block {
    font-size: 420%;
  }
  .main_screen + * {
    padding-top: 80px;
  }
}
@media screen and (max-width: 959px) {
  .main_screen .description_block {
    margin-top: 24px;
  }
  .main_screen .scroll_hint {
    margin-top: 32px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .main_screen .title_block {
    font-size: 360%;
  }
  .main_screen + * {
    padding-top: 60px;
  }
}
@media screen and (max-width: 639px) {
  .main_screen .title_block {
    font-size: 280%;
  }
  .main_screen + * {
    padding-top: 40px;
  }
}

.video_block {
  position: relative;
}
.video_block .video_inner {
  position: fixed;
  top: 69px;
  left: 0;
  width: 100%;
  bottom: 0;
}
.video_block video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.other_content {
  position: relative;
  z-index: 5;
}
.other_content:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  z-index: -1;
}
.other_content:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  top: 100vh;
  background: #ffffff;
  z-index: -1;
}

.history_section .description_block {
  max-width: 629px;
}
.history_section .images_list {
  margin: 25px -25px 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.history_section .images_list li {
  position: relative;
  overflow: hidden;
  border: 25px solid #ffffff;
  display: flex;
}
.history_section .images_list li:first-child {
  flex: 0 0 100%;
  max-width: 100%;
  position: sticky;
  top: 0;
  left: 0;
}
.history_section .images_list li:nth-child(2) {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.history_section .images_list li:nth-child(3) {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.history_section .images_list picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.history_section .images_list img {
  display: block;
  flex: 0 0 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
  transform-origin: top center;
  -webkit-transfrom-origin: top center;
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
}
.history_section .images_list[data-scale=x2] li:first-child img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.history_section .images_list[data-scale=x3] li:first-child img {
  transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
}
.history_section .images_list[data-scale=x4] li:first-child img {
  transform: scale(3.5);
  -moz-transform: scale(3.5);
  -ms-transform: scale(3.5);
  -webkit-transform: scale(3.5);
  -o-transform: scale(3.5);
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .history_section .images_list {
    margin: 16px -16px 0;
  }
  .history_section .images_list li {
    border-width: 16px;
  }
}
@media screen and (max-width: 959px) {
  .history_section .images_list {
    margin: 12px -12px 0;
  }
  .history_section .images_list li {
    border-width: 12px;
  }
}
@media screen and (max-width: 479px) {
  .history_section .images_list li {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.touch .history_section .section_title span,
.touch .history_section .description_block span,
.touch .history_section .view_all span {
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.create_process {
  padding-top: 135px;
}
.create_process .image_block {
  padding-right: 65px;
}
.create_process .image_block img {
  display: block;
  width: 100%;
  height: auto;
}
.create_process .stats_list {
  padding-top: 24px;
}
.create_process .stats_list li {
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.create_process .stats_list li:not(.showed) {
  opacity: 0;
}
.create_process .stats_list li:not(:first-child) {
  padding-top: 36px;
}
.create_process .stat_type {
  display: flex;
  align-items: center;
  font-family: "montserrat-medium", "montserratarm";
  margin-top: 5px;
}
.create_process .stat_type img {
  display: block;
  width: auto;
  height: 24px;
  margin-left: 16px;
}
.create_process ~ .create_process {
  padding-top: 200px;
}
.create_process ~ .create_process .section_inner {
  justify-content: space-between;
}
.create_process ~ .create_process .image_block {
  order: 2;
  flex: 2;
  margin-left: 25px;
  max-width: 534px;
  padding: 0;
}
.create_process ~ .create_process .info_block {
  flex: 3;
  max-width: 640px;
  padding: 0;
  margin-right: 25px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .create_process {
    padding-top: 90px;
  }
  .create_process .image_block {
    padding-right: 32px;
  }
  .create_process .stats_list {
    padding-top: 24px;
  }
  .create_process .stats_list li:not(:first-child) {
    padding-top: 30px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .create_process {
    padding-top: 60px;
  }
  .create_process .image_block {
    padding-right: 24px;
  }
  .create_process .stats_list {
    padding-top: 20px;
  }
  .create_process .stats_list li:not(:first-child) {
    padding-top: 24px;
  }
}
@media screen and (min-width: 640px) {
  .create_process .section_inner {
    display: flex;
    align-items: flex-start;
  }
  .create_process .image_block {
    width: 100%;
    float: left;
    margin-left: -100%;
  }
  .create_process .info_block {
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: auto;
  }
  .create_process .info_block:after {
    display: block;
    content: "";
    clear: both;
  }
}
@media screen and (max-width: 639px) {
  .create_process {
    padding-top: 40px;
  }
  .create_process .info_block {
    display: flex;
    flex-direction: column;
  }
  .create_process .image_block,
.create_process .section_title ~ * {
    order: 1;
  }
  .create_process .image_block {
    padding-right: 0;
    margin-top: 20px;
  }
  .create_process .stats_list {
    padding-top: 20px;
  }
  .create_process .stats_list li:not(:first-child) {
    padding-top: 20px;
  }
}

.about_foundation {
  margin-top: 116px;
  background: #fafafa;
  padding: 86px 0;
  position: relative;
}
.about_foundation:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 100%;
  height: 116px;
  background: #ffffff;
}
.about_foundation .section_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about_foundation .image_block {
  flex: 2;
  max-width: 534px;
  margin-left: 25px;
}
.about_foundation .image_block img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 386px;
  margin: 0 auto;
}
.about_foundation .info_block {
  flex: 3;
  max-width: 640px;
  margin-right: 25px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .about_foundation {
    margin-top: 80px;
    padding: 60px 0;
  }
  .about_foundation:before {
    height: 80px;
  }
  .about_foundation .info_block {
    margin-right: 16px;
  }
  .about_foundation .image_block {
    margin-left: 16px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .about_foundation {
    margin-top: 60px;
    padding: 40px 0;
  }
  .about_foundation:before {
    height: 60px;
  }
  .about_foundation .info_block {
    margin-right: 12px;
  }
  .about_foundation .image_block {
    margin-left: 12px;
  }
}
@media screen and (max-width: 639px) {
  .about_foundation {
    margin-top: 40px;
    padding: 24px 0;
  }
  .about_foundation:before {
    height: 40px;
  }
  .about_foundation .section_inner {
    flex-direction: column;
  }
  .about_foundation .info_block {
    flex: none;
    max-width: 100%;
    order: 2;
    margin-right: 0;
    padding-top: 20px;
  }
  .about_foundation .image_block {
    flex: none;
    max-width: 100%;
    margin-left: 0;
    width: 100%;
  }
  .about_foundation .image_block img {
    margin: 0 auto;
  }
}

.about_objects {
  padding-top: 200px;
}
.about_objects .images_list {
  margin: 0 -25px;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.about_objects .images_list li {
  border: solid #ffffff;
  position: relative;
  overflow: hidden;
  border-width: 0 25px;
  display: flex;
}
.about_objects .images_list li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_objects .objects_list {
  margin: 0 -29px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.about_objects .objects_list li {
  padding: 100px 29px 0;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.about_objects .object_icon img {
  display: block;
  width: auto;
  height: 40px;
}
.about_objects .object_name {
  display: block;
  margin-top: 30px;
}
.about_objects .description_block {
  margin-top: 24px;
}

.upcoming_events {
  padding-top: 200px;
}
.upcoming_events .section_title,
.upcoming_events .btn_block {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.upcoming_events .events_list {
  margin: 48px 0;
  padding: 0;
  list-style-type: none;
}
.upcoming_events .events_list li:not(:first-child) {
  padding-top: 40px;
}
.upcoming_events .events_list a {
  display: flex;
  justify-content: space-between;
  color: inherit;
}
.upcoming_events .events_list a:hover .event_name {
  text-decoration-color: #000000;
}
.upcoming_events .events_list a:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.upcoming_events .info_block {
  align-self: center;
  flex: 3;
  max-width: 640px;
  margin-right: 25px;
  display: block;
}
.upcoming_events .image_block {
  flex: 2;
  max-width: 534px;
  display: block;
}
.upcoming_events .image_block img {
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.upcoming_events .date_block {
  display: block;
}
.upcoming_events .event_name {
  display: block;
  margin-top: 32px;
  text-decoration: underline;
  text-decoration-color: transparent;
  -o-transition: text-decoration-color 0.3s;
  -ms-transition: text-decoration-color 0.3s;
  -moz-transition: text-decoration-color 0.3s;
  -webkit-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
}
.upcoming_events .description_block {
  margin-top: 24px;
  display: block;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .upcoming_events {
    padding-top: 160px;
  }
  .upcoming_events .event_name {
    margin-top: 24px;
  }
  .upcoming_events .events_list {
    margin: 40px 0;
  }
}
@media screen and (max-width: 959px) {
  .upcoming_events .event_name {
    margin-top: 16px;
  }
  .upcoming_events .info_block {
    margin-right: 20px;
  }
  .upcoming_events .events_list {
    margin: 30px 0 40px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .upcoming_events {
    padding-top: 120px;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .upcoming_events {
    padding-top: 80px;
  }
}
@media screen and (max-width: 639px) {
  .upcoming_events .events_list a {
    flex-direction: column;
  }
  .upcoming_events .events_list a .image_block {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .upcoming_events .events_list a .info_block {
    flex: none;
    max-width: 100%;
    margin-right: 0;
    order: 2;
  }
  .upcoming_events .events_list a .event_name {
    margin-top: 12px;
  }
}
@media screen and (max-width: 479px) {
  .upcoming_events {
    padding-top: 40px;
  }
}

.to_monument {
  text-align: center;
  padding-top: 200px;
}
.to_monument .section_title {
  margin: 0 auto;
}
.to_monument a {
  color: inherit;
}
.to_monument .no_fill_text {
  margin-top: 48px;
  text-align: center;
}
.to_monument .no_fill_text:after {
  content: "\e909";
  font-size: 84.4%;
  margin-left: 13px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .to_monument {
    padding-top: 160px;
  }
  .to_monument .no_fill_text {
    margin-top: 40px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .to_monument {
    padding-top: 120px;
  }
  .to_monument .no_fill_text {
    margin-top: 32px;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .to_monument {
    padding-top: 80px;
  }
}
@media screen and (max-width: 639px) {
  .to_monument .no_fill_text {
    margin-top: 24px;
  }
}
@media screen and (max-width: 479px) {
  .to_monument {
    padding-top: 60px;
  }
}

.footer {
  padding-top: 200px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .footer {
    padding-top: 160px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .footer {
    padding-top: 120px;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .footer {
    padding-top: 80px;
  }
}
@media screen and (max-width: 479px) {
  .footer {
    padding-top: 60px;
  }
}

.jobs_section .jobs_list {
  margin: 0 -28px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jobs_section .job_block {
  padding: 50px 28px 0;
  flex: 0 0 50%;
  max-width: 630px;
}
.jobs_section .icon_block {
  display: block;
}
.jobs_section .icon_block img {
  display: block;
  width: auto;
  height: 40px;
}
.jobs_section .block_title {
  margin-top: 30px;
}
.jobs_section .description_block {
  margin-top: 24px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .jobs_section .jobs_list {
    margin: 0 -16px;
  }
  .jobs_section .job_block {
    padding: 40px 16px 0;
  }
  .jobs_section .block_title {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .jobs_section .description_block {
    margin-top: 20px;
  }
  .jobs_section .block_title {
    margin-top: 16px;
  }
  .jobs_section .jobs_list {
    margin: 0 -12px;
  }
  .jobs_section .jobs_list .icon_block img {
    height: 32px;
  }
  .jobs_section .job_block {
    padding: 32px 12px 0;
  }
}
@media screen and (max-width: 639px) {
  .jobs_section .job_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.about_start {
  padding-top: 90px;
}
.about_start .images_list {
  margin: 0 -28px;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.about_start .images_list li {
  border: solid #ffffff;
  position: relative;
  border-width: 0 28px;
  display: flex;
}
.about_start .images_list li:first-child {
  flex: 0 0 40%;
  max-width: 40%;
}
.about_start .images_list li:last-child {
  flex: 0 0 60%;
  max-width: 60%;
}
.about_start .images_list img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.about_start .description_block {
  margin-top: 24px;
  max-width: 750px;
}
.about_start .subtitle_block {
  margin-top: 56px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .about_start {
    padding-top: 60px;
  }
  .about_start .images_list {
    margin: 0 -16px;
  }
  .about_start .images_list li {
    border-width: 0 16px;
  }
  .about_start .subtitle_block {
    margin-top: 48px;
  }
}
@media screen and (max-width: 959px) {
  .about_start {
    padding-top: 40px;
  }
  .about_start .images_list {
    margin: 0 -12px;
  }
  .about_start .images_list li {
    border-width: 0 12px;
  }
  .about_start .subtitle_block {
    margin-top: 40px;
  }
  .about_start .description_block {
    margin-top: 20px;
  }
}
@media screen and (max-width: 479px) {
  .about_start .images_list {
    flex-wrap: wrap;
  }
  .about_start .images_list li:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about_start .images_list li:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .about_start .subtitle_block {
    margin-top: 32px;
  }
}

p {
  margin: 0;
}

.about_churchs {
  padding-top: 116px;
}
.about_churchs .section_inner {
  display: flex;
  align-items: center;
}
.about_churchs .image_block {
  flex: 0 0 50%;
  max-width: 50%;
}
.about_churchs .image_block img {
  display: block;
  width: 100%;
  height: auto;
}
.about_churchs .info_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 65px;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .about_churchs {
    padding-top: 80px;
  }
  .about_churchs .info_block {
    padding-right: 40px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .about_churchs {
    padding-top: 60px;
  }
  .about_churchs .info_block {
    padding-right: 24px;
  }
}
@media screen and (max-width: 639px) {
  .about_churchs {
    padding-top: 40px;
  }
  .about_churchs .section_inner {
    flex-direction: column;
  }
  .about_churchs .info_block {
    padding-right: 0;
    flex: none;
    width: 100%;
    order: 2;
    margin-top: 20px;
    max-width: 100%;
  }
  .about_churchs .image_block {
    width: 100%;
    max-width: 100%;
  }
}

.reviews_section {
  padding-top: 200px;
  position: relative;
  overflow: hidden;
}
.reviews_section .section_title {
  text-align: center;
  margin: 0 auto;
}
.reviews_section .btn_block {
  text-align: center;
  margin: 40px auto 0;
}

.reviews_slider {
  margin: 48px -28px 0;
}
.reviews_slider:not(.slick-slider) {
  display: flex;
}
.reviews_slider:not(.slick-slider) .review_block {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.reviews_slider .slick-list {
  overflow: visible;
}
.reviews_slider .slick-arrow {
  position: absolute;
  bottom: 100%;
  right: 28px;
  color: #808080;
  width: 36px;
  height: 36px;
  border: 1px solid;
  padding: 0;
  font-size: 0;
  background: transparent;
  margin-bottom: 48px;
}
.reviews_slider .slick-arrow:before {
  display: block;
  font-size: 1.4rem;
  font-weight: 900 !important;
}
.reviews_slider .slick-prev {
  margin-right: 52px;
}
.reviews_slider .slick-prev:before {
  content: "\e902";
}
.reviews_slider .slick-next:before {
  content: "\e903";
}
.reviews_slider .slick-disabled {
  opacity: 0.5;
}
.reviews_slider .slick-track {
  display: flex;
}
.reviews_slider .slick-slide {
  height: auto;
}

.review_block {
  margin-top: 48px;
  padding: 0 28px;
  position: relative;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.review_block:not(.showed) *, .review_block:not(.showed):before {
  opacity: 0;
}
.review_block *, .review_block:before {
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.review_block:before {
  display: block;
  content: "";
  position: absolute;
  top: 56px;
  left: 28px;
  right: 28px;
  bottom: 0;
  border: 1px solid #808080;
  pointer-events: none;
}
.review_block .review_text {
  margin-top: 20px;
  padding: 0 32px 24px;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.review_block .description_block {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  width: 100%;
}
.review_block .view_more {
  font-size: 140%;
  line-height: 17px;
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  -o-transition: text-decoration-color 0.3s;
  -ms-transition: text-decoration-color 0.3s;
  -moz-transition: text-decoration-color 0.3s;
  -webkit-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  margin-top: auto;
}
.review_block .view_more:hover {
  text-decoration-color: #000000;
}
.review_block.slick-slide:not(.slick-active) {
  opacity: 0.5;
}

.review_author {
  padding: 0 32px;
}
.review_author .author_image {
  width: 153px;
  height: 153px;
  margin: 0 auto;
  padding-right: 7px;
  padding-bottom: 7px;
  position: relative;
}
.review_author .author_image:before {
  display: block;
  content: "";
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  bottom: 0;
  border: 1px solid #808080;
  border-top: none;
}
.review_author .author_image img {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review_author .author_name {
  margin-top: 32px;
}
.review_author .author_prof {
  margin-top: 13px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.review_popup .review_author {
  padding: 0;
  margin-top: -60px;
  margin-bottom: 30px;
}
.review_popup br {
  content: "";
  height: 12px;
  display: block;
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
  .reviews_section {
    padding-top: 160px;
  }
  .reviews_section .btn_block {
    margin-top: 32px;
  }

  .reviews_slider {
    margin: 30px -16px 0;
  }
  .reviews_slider .slick-arrow {
    right: 16px;
    margin-bottom: 30px;
  }

  .review_block {
    margin-top: 30px;
    padding: 0 16px;
  }
  .review_block:before {
    display: block;
    content: "";
    position: absolute;
    top: 48px;
    left: 16px;
    right: 16px;
  }
  .review_block .review_text {
    padding: 0 24px 24px;
  }

  .review_author {
    padding: 0 24px;
  }
  .review_author .author_image {
    width: 136px;
    height: 136px;
    padding-right: 5px;
    padding-bottom: 5px;
  }
  .review_author .author_image:before {
    top: 48px;
  }
  .review_author .author_name {
    margin-top: 24px;
  }
  .review_author .author_prof {
    margin-top: 10px;
  }

  .review_popup .review_author {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 959px) {
  .reviews_section .btn_block {
    margin-top: 24px;
  }

  .reviews_slider {
    margin: 20px -12px 0;
  }
  .reviews_slider .slick-arrow {
    right: 12px;
    margin-bottom: 20px;
  }

  .review_block {
    margin-top: 20px;
    padding: 0 12px;
  }
  .review_block:before {
    display: block;
    content: "";
    position: absolute;
    top: 40px;
    left: 12px;
    right: 12px;
  }
  .review_block .review_text {
    padding: 0 16px 20px;
    height: 160px;
  }

  .review_author {
    padding: 0 16px;
  }
  .review_author .author_image {
    width: 120px;
    height: 120px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
  .review_author .author_image:before {
    top: 40px;
  }
  .review_author .author_name {
    margin-top: 20px;
  }
  .review_author .author_prof {
    margin-top: 8px;
  }

  .review_popup .review_author {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .reviews_section {
    padding-top: 120px;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .reviews_section {
    padding-top: 80px;
  }
}
@media screen and (max-width: 479px) {
  .reviews_section {
    padding-top: 40px;
  }
}
.web .reviews_slider .slick-arrow, .reviews_slider .web .slick-arrow {
  -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 .reviews_slider .slick-arrow, .reviews_slider .touch .slick-arrow {
  -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 .reviews_slider .slick-arrow:hover, .reviews_slider .web .slick-arrow:hover {
  background: #000000;
  color: #ffffff;
  border-color: transparent;
}
.touch .reviews_slider .slick-arrow:active, .reviews_slider .touch .slick-arrow:active {
  background: #000000;
  color: #ffffff;
  border-color: transparent;
}

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