.page_head_block .stats_list {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1366px) {
  .page_head_block .stats_list {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .page_head_block .stats_list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1023px) {
  .page_head_block .stats_list {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.our_team .member_image picture > img,
.our_team .member_image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.our_team .member_image picture > img,
.our_team .member_image > img {
  object-fit: cover;
}

.our_team .member_block img, .animate_image img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.our_team .member_post, .mission_vision .info_block .icon_block {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page_head_block {
  padding-top: 64px;
  position: relative;
  overflow: hidden;
}
.page_head_block .section_title {
  height: 268px;
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
  .page_head_block .section_title {
    height: 240px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .page_head_block .section_title {
    height: 190px;
  }
}
@media screen and (min-width: 720px) and (max-width: 1023px) {
  .page_head_block .section_title {
    height: 145px;
  }
}
@media screen and (min-width: 576px) and (max-width: 719px) {
  .page_head_block .section_title {
    height: 220px;
  }
}
@media screen and (min-width: 480px) and (max-width: 575px) {
  .page_head_block .section_title {
    height: 105px;
  }
}
@media screen and (max-width: 479px) {
  .page_head_block .section_title {
    height: 156px;
  }
}
.page_head_block .stats_list {
  justify-content: flex-end;
}
.page_head_block .stats_list li {
  flex: 0 0 33.33%;
  max-width: 364px;
  padding-top: 32px;
}
@media screen and (min-width: 1366px) {
  .page_head_block .stats_list li {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .page_head_block .stats_list li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .page_head_block .stats_list li {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.page_head_block .stats_list .num_block {
  font-size: 480%;
  line-height: 1.2em;
  font-family: "montserrat-medium", "montserratarm";
  opacity: 0;
  white-space: nowrap;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
@media screen and (min-width: 576px) and (max-width: 1023px) {
  .page_head_block .stats_list .num_block {
    font-size: 400%;
  }
}
@media screen and (max-width: 575px) {
  .page_head_block .stats_list .num_block {
    font-size: 320%;
  }
}
.page_head_block .stats_list .stat_type {
  margin-top: 12px;
  font-family: "montserrat-light", "montserratarm-light";
  font-size: 200%;
  line-height: 1.6em;
  opacity: 0;
  -o-transition: opacity 4s;
  -ms-transition: opacity 4s;
  -moz-transition: opacity 4s;
  -webkit-transition: opacity 4s;
  transition: opacity 4s;
}
.page_head_block .stats_list .stat_type.showed {
  opacity: 1;
}
.page_head_block .image_block {
  margin-top: 72px;
  position: relative;
  overflow: hidden;
}
.page_head_block .image_block .image_inner {
  height: 28vw;
  max-height: 480px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  top: 0;
  -o-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity 1.5s 1s;
  -ms-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity 1.5s 1s;
  -moz-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity 1.5s 1s;
  -webkit-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity 1.5s 1s;
  transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity 1.5s 1s;
}
.page_head_block .image_block img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page_head_block .stats_list {
    justify-content: space-between;
  }
  .page_head_block .stats_list li {
    flex: none;
  }
  .page_head_block .image_block {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page_head_block .stats_list {
    display: block;
  }
  .page_head_block .stats_list .stat_type {
    margin-top: 0;
  }
  .page_head_block .image_block {
    margin-top: 48px;
  }
}

.animate_image img {
  -o-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  position: relative;
  top: 0;
}

.about_company {
  position: relative;
  padding-top: 100px;
}
.about_company .section_inner {
  position: relative;
}
.about_company .images_block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 -14px;
}
.about_company .animate_image {
  flex: 0 0 40%;
  max-width: 625px;
  padding: 0 14px;
}
.about_company .animate_image img {
  display: block;
  width: 100%;
  height: auto;
}
.about_company .animate_image:first-child .image_inner {
  position: relative;
  top: 160px;
}
.about_company .animate_image:last-child {
  margin-top: -10%;
}
.about_company .info_block {
  padding: 0 14px;
  font-size: 240%;
  line-height: 1.6em;
  position: relative;
  z-index: 2;
  font-family: "montserrat-medium", "montserratarm";
}
.about_company .info_block:before, .about_company .info_block:after {
  display: block;
  content: "";
  height: 80px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.about_company .info_block:before {
  margin-bottom: 60px;
  background-image: url("images/text_start.svg");
}
.about_company .info_block:after {
  margin-top: 60px;
  background-image: url("images/text_end.svg");
}
.about_company .info_block .animate_block {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}
.about_company .info_block .animate_block p {
  margin-top: 0;
  margin-bottom: 20px;
}
.about_company .info_block .animate_block p:last-child {
  margin-bottom: 0;
}
.about_company .animate_block:empty {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .about_company {
    padding-top: 80px;
  }
  .about_company .info_block {
    font-size: 220%;
  }
  .about_company .info_block:before {
    height: 64px;
    margin-bottom: 48px;
  }
  .about_company .info_block:after {
    height: 64px;
    margin-top: 48px;
  }
  .about_company .info_block .animate_block {
    -webkit-column-gap: 64px;
    -moz-column-gap: 64px;
    column-gap: 64px;
  }
  .about_company .animate_image {
    flex: 0 0 45%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about_company {
    padding-top: 60px;
  }
  .about_company .info_block {
    font-size: 200%;
  }
  .about_company .info_block:before {
    height: 48px;
    margin-bottom: 40px;
  }
  .about_company .info_block:after {
    height: 48px;
    margin-top: 40px;
  }
  .about_company .info_block .animate_block {
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
  }
  .about_company .animate_image {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  .about_company {
    padding-top: 40px;
  }
  .about_company .images_block {
    flex-wrap: wrap;
  }
  .about_company .info_block {
    font-size: 180%;
  }
  .about_company .info_block:before {
    height: 40px;
    margin-bottom: 32px;
  }
  .about_company .info_block:after {
    height: 40px;
    margin-top: 32px;
  }
  .about_company .info_block .animate_block {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .about_company .animate_image {
    flex: 0 0 80%;
    max-width: 400px;
  }
  .about_company .animate_image:last-child {
    margin-left: auto;
  }
  .about_company .animate_image:first-child {
    order: 2;
    margin-top: -60px;
  }
  .about_company .animate_image:first-child .image_inner {
    top: 0;
  }
}

.about_branches {
  padding: 160px 0 260px;
  position: relative;
  overflow: hidden;
}
.about_branches .page_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_branches .info_block {
  max-width: 708px;
  margin-right: 32px;
}
.about_branches .images_list {
  flex: 1;
  width: 50%;
  max-width: 624px;
  margin-left: 32px;
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  text-align: center;
}
.about_branches .images_list img {
  display: inline-block;
  vertical-align: top;
  max-width: 80%;
  height: auto;
  width: auto;
  max-height: 80vh;
  object-fit: contain;
  object-position: bottom;
  border-radius: 20px;
}
.about_branches .description_block {
  margin-top: 32px;
}
.about_branches .more_btn {
  min-width: 302px;
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
  .about_branches {
    padding: 180px 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .about_branches {
    padding: 150px 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 1023px) {
  .about_branches {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1279px) {
  .about_branches .more_btn {
    min-width: 264px;
  }
}
@media screen and (max-width: 1023px) {
  .about_branches .description_block {
    margin-top: 24px;
  }
  .about_branches .page_container {
    flex-wrap: wrap;
  }
  .about_branches .info_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .about_branches .images_list {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 160px;
  }
  .about_branches .btn_block {
    position: absolute;
    bottom: 120px;
    left: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .about_branches {
    padding: 60px 0;
  }
  .about_branches .more_btn {
    width: 100%;
    max-width: 314px;
  }
  .about_branches .btn_block {
    bottom: 80px;
  }
}

.mission_vision {
  position: relative;
  overflow: hidden;
  outline: 8px dashed #333333;
  outline-offset: -8px;
  margin: 0 -8px;
  padding: 72px 8px;
}
.mission_vision:before {
  display: block;
  content: "";
  position: absolute;
  background: #181818;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 1px 0;
}
.mission_vision .section_inner {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1366px) {
  .mission_vision .section_inner {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .mission_vision .section_inner {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1023px) {
  .mission_vision .section_inner {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.mission_vision .section_inner:not(:first-child) {
  margin-top: 64px;
}
.mission_vision .title_block {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
@media screen and (min-width: 1366px) {
  .mission_vision .title_block {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .mission_vision .title_block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .mission_vision .title_block {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.mission_vision .info_block {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
@media screen and (min-width: 1366px) {
  .mission_vision .info_block {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .mission_vision .info_block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .mission_vision .info_block {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.mission_vision .info_block .inner_block {
  display: flex;
  align-items: flex-start;
  font-size: 200%;
  line-height: 1.6em;
}
.mission_vision .info_block .inner_block:not(:first-child) {
  margin-top: 64px;
}
.mission_vision .info_block .icon_block {
  padding: 20px;
  flex: 0 0 150px;
  max-width: 150px;
  margin-right: 40px;
  transform-origin: center;
  -webkit-transfrom-origin: center;
  transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  background: #333333;
  border-radius: 50%;
}
.mission_vision .info_block .icon_block img {
  display: block;
  width: auto;
  height: 48px;
  position: relative;
  transform-origin: center;
  -webkit-transfrom-origin: center;
  transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  -o-transform: rotate(3deg);
}
@media screen and (min-width: 1024px) {
  .mission_vision .title_block {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .mission_vision .title_block {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .mission_vision .info_block {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media screen and (min-width: 640px) and (max-width: 1279px) {
  .mission_vision .info_block .icon_block {
    flex: 0 0 120px;
    max-width: 120px;
    margin-right: 32px;
  }
  .mission_vision .info_block .icon_block img {
    height: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .mission_vision {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mission_vision .section_inner {
    flex-wrap: wrap;
  }
  .mission_vision .section_inner:not(:first-child) {
    margin-top: 60px;
  }
  .mission_vision .title_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mission_vision .info_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 24px;
  }
}
@media screen and (max-width: 639px) {
  .mission_vision .info_block {
    position: relative;
  }
  .mission_vision .info_block .icon_block {
    flex: 0 0 110px;
    max-width: 110px;
    margin-right: 0;
    padding: 8px 16px;
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 24px;
  }
  .mission_vision .info_block .icon_block img {
    height: 32px;
  }
}
@media screen and (max-width: 575px) {
  .mission_vision .info_block .icon_block {
    margin-bottom: 16px;
  }
}

.our_team {
  padding: 160px 0;
  position: relative;
  overflow: hidden;
}
.our_team .section_head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.our_team .section_head .more_btn {
  margin-top: 0;
  margin-left: 20px;
}
.our_team .section_head .section_subtitle {
  flex: 1;
  margin-right: auto;
  white-space: nowrap;
}
.our_team button.more_btn {
  background: transparent;
  color: inherit;
  min-width: 229px;
}
@media screen and (max-width: 575px) {
  .our_team button.more_btn {
    width: 100%;
    max-width: 314px;
  }
}
.our_team .members_list {
  margin-top: 56px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1366px) {
  .our_team .members_list {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .our_team .members_list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1023px) {
  .our_team .members_list {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.our_team .list_item {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1366px) {
  .our_team .list_item {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .our_team .list_item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .our_team .list_item {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.our_team .list_item:nth-child(n+9):not(.active) {
  max-height: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .our_team .list_item:nth-child(n+7):not(.active) {
    max-height: 0;
  }
}
.our_team .member_block {
  margin-bottom: 64px;
}
.our_team .member_block img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  border-radius: 18px;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.our_team .member_block:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.our_team .member_block:after {
  display: block;
  content: "";
  border-bottom: 1px solid #333333;
}
.our_team .member_image {
  position: relative;
  border-radius: 20px;
}
.our_team .member_image:before {
  display: block;
  padding-bottom: 105.3%;
  content: "";
}
.our_team .member_post {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -30px;
  max-width: 50%;
  min-height: 60px;
  border-radius: 20px;
  border-top-right-radius: 0;
  background: #f5f5f5;
  color: #181818;
  font-size: 180%;
  line-height: 20px;
  font-family: "braind-yerevan";
  padding: 10px 20px;
  text-transform: uppercase;
  text-align: left;
}
.our_team .member_post:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  border: 8px solid;
  border-color: transparent #f5f5f5 #f5f5f5 transparent;
}
.our_team .member_name {
  display: flex;
  align-items: center;
  height: 72px;
  font-size: 200%;
  line-height: 1.2em;
  font-family: "montserrat-medium", "montserratarm";
  width: min-content;
}
.our_team .swipe_prev,
.our_team .swipe_next {
  position: absolute;
  top: 50%;
  margin-top: -69px;
  width: 66px;
  height: 66px;
  border: 1px solid;
  background: #181818;
  font-size: 240%;
  border-radius: 50%;
  z-index: 3;
  color: #ffffff;
  -o-transition: all 0.3s, transform 0.5s 1s;
  -ms-transition: all 0.3s, transform 0.5s 1s;
  -moz-transition: all 0.3s, transform 0.5s 1s;
  -webkit-transition: all 0.3s, transform 0.5s 1s;
  transition: all 0.3s, transform 0.5s 1s;
}
.our_team .swipe_prev:before,
.our_team .swipe_next:before {
  display: block;
}
.our_team .swipe_prev.swiper-button-disabled,
.our_team .swipe_next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.our_team .swipe_prev {
  left: -1px;
}
.our_team .swipe_next {
  right: -1px;
}
.our_team .btn_block {
  text-align: center;
}
.our_team .inline_fade:not(.showed) ~ .swipe_prev {
  transform: translate3d(-50vw, 0, 0);
  -moz-transform: translate3d(-50vw, 0, 0);
  -ms-transform: translate3d(-50vw, 0, 0);
  -webkit-transform: translate3d(-50vw, 0, 0);
  -o-transform: translate3d(-50vw, 0, 0);
}
.our_team .inline_fade:not(.showed) ~ .swipe_next {
  transform: translate3d(50vw, 0, 0);
  -moz-transform: translate3d(50vw, 0, 0);
  -ms-transform: translate3d(50vw, 0, 0);
  -webkit-transform: translate3d(50vw, 0, 0);
  -o-transform: translate3d(50vw, 0, 0);
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .our_team {
    padding: 120px 0;
  }
  .our_team .list_item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .our_team .member_block {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .our_team .list_item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .our_team {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1023px) {
  .our_team .member_name {
    font-size: 180%;
  }
  .our_team .swipe_prev,
  .our_team .swipe_next {
    margin-top: -60px;
    width: 48px;
    height: 48px;
    font-size: 200%;
  }
  .our_team .member_block {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .our_team {
    padding: 60px 0;
  }
}
@media screen and (max-width: 639px) {
  .our_team .list_item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.web .swipe_prev:hover,
.web .swipe_next:hover {
  color: #ED1C24;
}

ccc .touch .swipe_prev:active,
ccc .touch .swipe_next:active {
  color: #ED1C24;
}

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