.members_list, .stats_list {
  padding: 0;
  margin: 0 -10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.members_list .image_inner img, .brands_slider .slide_block img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.brands_slider * {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

@keyframes loadAnimation {
  9% {
    box-shadow: none;
  }
  10% {
    box-shadow: -8px 0 0;
  }
  35% {
    box-shadow: -8px 0 0;
  }
  36% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  60% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  61% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  85% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  86% {
    box-shadow: none;
  }
}
.section_head .gallery_btn {
  font-size: 160%;
  line-height: 19px;
}

.members_list .member_post {
  font-size: 140%;
  line-height: 16px;
}

.gallery_section, .team_section, .stats_section, .about_main_info, .brands_section {
  margin-top: 70px;
}
@media screen and (min-width: 992px) and (max-width: 1209px) {
  .gallery_section, .team_section, .stats_section, .about_main_info, .brands_section {
    margin-top: 60px;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .gallery_section, .team_section, .stats_section, .about_main_info, .brands_section {
    margin-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .gallery_section, .team_section, .stats_section, .about_main_info, .brands_section {
    margin-top: 40px;
  }
}

.brands_section {
  margin-bottom: -20px;
}
@media screen and (min-width: 1210px) {
  .brands_section {
    display: flex;
    justify-content: center;
  }
}

.brands_slider {
  margin: -20px -20px 0;
}
.brands_slider:not(.slick-slider) {
  display: flex;
}
.brands_slider:not(.slick-slider) .slide_block {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.brands_slider .slick-list {
  overflow: visible;
}
.brands_slider .slide_block {
  padding: 20px 20px;
  position: relative;
  overflow: hidden;
}
.brands_slider .slide_block a {
  display: block;
  font-size: 0;
  line-height: 0;
}
.brands_slider .slide_block a:hover {
  box-shadow: 2px 5px 30px 5px rgba(0, 0, 0, 0.07);
}
.brands_slider .slide_block a:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.brands_slider .slide_block img {
  object-fit: contain;
}
@media screen and (max-width: 1279px) {
  .brands_slider {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
  .brands_slider {
    max-width: 1000px;
  }
  .brands_slider:not(.slick-slider) .slide_block {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media screen and (max-width: 991px) {
  .brands_slider .slide_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 640px) and (max-width: 991px) {
  .brands_slider {
    max-width: 600px;
  }
  .brands_slider:not(.slick-slider) .slide_block {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 576px) and (max-width: 639px) {
  .brands_slider {
    max-width: 540px;
  }
  .brands_slider:not(.slick-slider) .slide_block {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 575px) {
  .brands_slider {
    max-width: 360px;
    padding: 0 20px;
  }
  .brands_slider:not(.slick-slider) .slide_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.about_bnner img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.about_main_info {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.about_main_info .section_head {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.about_main_info .small_text {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 160%;
  line-height: 24px;
}
.about_main_info .large_text {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 240%;
  line-height: 28px;
}

.stats_list li {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
  margin-bottom: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  text-align: center;
  font-family: "mardoto-bold", "roboto-bold";
}
.stats_list li:before {
  display: block;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -100px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #F9F4F4;
  z-index: -1;
}
.stats_list .stat_count {
  font-size: 800%;
  line-height: 94px;
  color: #711B21;
}
.stats_list .stat_type {
  font-size: 200%;
  line-height: 24px;
}

.about_title {
  font-family: "mardoto-bold", "roboto-bold";
  margin: 0;
  color: inherit;
  font-size: 420%;
  line-height: 48px;
}
@media screen and (min-width: 992px) and (max-width: 1209px) {
  .about_title {
    font-size: 360%;
    line-height: 42px;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .about_title {
    font-size: 320%;
    line-height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .about_title {
    font-size: 240%;
    line-height: 30px;
  }
}

.members_list {
  margin-top: -16px;
}
.members_list li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  padding-top: 26px;
  padding-bottom: 30px;
  margin: 0;
}
.members_list li:first-child .image_block:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  bottom: -150px;
  width: 100vw;
  background: #F9F4F4;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 1210px) {
  .members_list li:first-child .image_block:before {
    left: 590px;
    margin-left: -50vw;
  }
}
@media screen and (max-width: 1209px) {
  .members_list li:first-child .image_block:before {
    left: -15px;
  }
}
@media screen and (min-width: 992px) {
  .members_list li:nth-child(3n+4) .image_block:before {
    display: block;
    content: "";
    position: absolute;
    top: -150px;
    bottom: 50%;
    width: 100vw;
    background: #F9F4F4;
    z-index: -1;
    pointer-events: none;
  }
}
@media screen and (min-width: 992px) and (min-width: 1210px) {
  .members_list li:nth-child(3n+4) .image_block:before {
    left: 590px;
    margin-left: -50vw;
  }
}
@media screen and (min-width: 992px) and (max-width: 1209px) {
  .members_list li:nth-child(3n+4) .image_block:before {
    left: -15px;
  }
}
@media screen and (min-width: 992px) {
  .members_list li:nth-child(3n+4):not(:nth-last-child(-n+3)) .image_block:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    bottom: -150px;
    width: 100vw;
    background: #F9F4F4;
    z-index: -1;
    pointer-events: none;
  }
}
@media screen and (min-width: 992px) and (min-width: 1210px) {
  .members_list li:nth-child(3n+4):not(:nth-last-child(-n+3)) .image_block:after {
    left: 590px;
    margin-left: -50vw;
  }
}
@media screen and (min-width: 992px) and (max-width: 1209px) {
  .members_list li:nth-child(3n+4):not(:nth-last-child(-n+3)) .image_block:after {
    left: -15px;
  }
}
.members_list .image_block {
  padding: 16px 32px;
  position: relative;
}
.members_list .image_inner {
  position: relative;
  z-index: 2;
  max-width: 247px;
  margin: 0 auto;
}
.members_list .image_inner:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.members_list .image_inner:after {
  display: block;
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  right: -32px;
  bottom: -16px;
  border-radius: 50%;
  box-shadow: 2px 5px 30px 5px rgba(0, 0, 0, 0.07);
  background: #ffffff;
}
.members_list .image_inner img {
  object-fit: cover;
  z-index: 2;
  border-radius: 50%;
}
.members_list .member_name {
  font-size: 200%;
  line-height: 24px;
  font-family: "mardoto-bold", "roboto-bold";
  max-width: 280px;
  margin: 15px auto 0;
}
.members_list .member_post {
  margin-top: 5px;
  max-width: 280px;
  margin: 0 auto;
}

.gallery_section {
  padding-bottom: 120px;
  position: relative;
}
.gallery_section:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  bottom: 0;
  top: 30%;
  background: #7F1E25;
  z-index: -1;
}

.section_head .gallery_btn {
  border: none;
  background: transparent;
  padding: 0;
  margin-left: 20px;
  color: #711B21;
  text-decoration: underline;
}

.gallery_images {
  margin: 0 -10px;
  padding: 0;
  list-style-type: none;
}
.gallery_images:after {
  display: block;
  content: "";
  clear: both;
}
.gallery_images li {
  position: relative;
  margin: 0;
}
.gallery_images li:before {
  display: block;
  content: "";
}
.gallery_images li:not(:nth-child(2)) {
  float: left;
  width: 58.3333333333%;
}
.gallery_images li:not(:nth-child(2)):before {
  padding-bottom: 67.57%;
}
.gallery_images li:nth-child(2) {
  float: right;
  width: 41.6666666667%;
}
.gallery_images li:nth-child(2):before {
  padding-bottom: 189.2%;
}
.gallery_images .gallery_btn {
  background: transparent;
  padding: 0;
  border: none;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  overflow: hidden;
  border-radius: 5px;
}
.gallery_images .gallery_btn img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .about_main_info .large_text {
    font-size: 200%;
    line-height: 24px;
  }

  .stats_list .stat_count {
    font-size: 720%;
    line-height: 80px;
  }
  .stats_list .stat_type {
    font-size: 180%;
    line-height: 22px;
  }
  .stats_list li {
    min-height: 180px;
  }
  .stats_list li:before {
    margin-top: -90px;
    width: 180px;
    height: 180px;
  }

  .gallery_section {
    padding-bottom: 90px;
  }

  .members_list .member_name {
    font-size: 180%;
    line-height: 22px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 991px) {
  .about_main_info .large_text {
    font-size: 180%;
    line-height: 24px;
  }
  .about_main_info .small_text {
    font-size: 140%;
  }

  .stats_list .stat_count {
    font-size: 600%;
    line-height: 72px;
  }
  .stats_list .stat_type {
    font-size: 160%;
    line-height: 19px;
  }
  .stats_list li {
    min-height: 160px;
  }
  .stats_list li:before {
    margin-top: -80px;
    width: 160px;
    height: 160px;
  }

  .gallery_section {
    padding-bottom: 60px;
  }
  .gallery_section .section_head .gallery_btn {
    font-size: 140%;
    line-height: 17px;
  }
  .gallery_section .gallery_images {
    margin: -5px -5px 0;
  }
  .gallery_section .gallery_images button {
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
  }

  .members_list .member_name {
    font-size: 160%;
    line-height: 19px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .about_main_info .large_text {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about_main_info .small_text {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    margin-top: 20px;
  }

  .stats_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .stats_list li:before {
    right: auto;
    left: 50%;
    margin-left: -30px;
  }

  .members_list li {
    padding-top: 16px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 640px) and (max-width: 991px) {
  .members_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .members_list li:nth-child(2n+3) .image_block:before {
    display: block;
    content: "";
    position: absolute;
    top: -150px;
    bottom: 50%;
    width: 100vw;
    background: #F9F4F4;
    z-index: -1;
    pointer-events: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 991px) and (min-width: 1210px) {
  .members_list li:nth-child(2n+3) .image_block:before {
    left: 590px;
    margin-left: -50vw;
  }
}
@media screen and (min-width: 640px) and (max-width: 991px) and (max-width: 1209px) {
  .members_list li:nth-child(2n+3) .image_block:before {
    left: -15px;
  }
}
@media screen and (min-width: 640px) and (max-width: 991px) {
  .members_list li:nth-child(2n+3):not(:nth-last-child(-n+2)) .image_block:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    bottom: -150px;
    width: 100vw;
    background: #F9F4F4;
    z-index: -1;
    pointer-events: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 991px) and (min-width: 1210px) {
  .members_list li:nth-child(2n+3):not(:nth-last-child(-n+2)) .image_block:after {
    left: 590px;
    margin-left: -50vw;
  }
}
@media screen and (min-width: 640px) and (max-width: 991px) and (max-width: 1209px) {
  .members_list li:nth-child(2n+3):not(:nth-last-child(-n+2)) .image_block:after {
    left: -15px;
  }
}
@media screen and (max-width: 639px) {
  .members_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .members_list li:not(:first-child) .image_block:before {
    display: block;
    content: "";
    position: absolute;
    top: -150px;
    bottom: 50%;
    width: 100vw;
    background: #F9F4F4;
    z-index: -1;
    pointer-events: none;
  }
}
@media screen and (max-width: 639px) and (min-width: 1210px) {
  .members_list li:not(:first-child) .image_block:before {
    left: 590px;
    margin-left: -50vw;
  }
}
@media screen and (max-width: 639px) and (max-width: 1209px) {
  .members_list li:not(:first-child) .image_block:before {
    left: -15px;
  }
}
@media screen and (max-width: 639px) {
  .members_list li:not(:first-child):not(:last-child) .image_block:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    bottom: -150px;
    width: 100vw;
    background: #F9F4F4;
    z-index: -1;
    pointer-events: none;
  }
}
@media screen and (max-width: 639px) and (min-width: 1210px) {
  .members_list li:not(:first-child):not(:last-child) .image_block:after {
    left: 590px;
    margin-left: -50vw;
  }
}
@media screen and (max-width: 639px) and (max-width: 1209px) {
  .members_list li:not(:first-child):not(:last-child) .image_block:after {
    left: -15px;
  }
}
@media screen and (max-width: 575px) {
  .stats_list {
    padding-right: 60px;
  }
  .stats_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.brands_slider .slide_block a {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.web .gallery_images .gallery_btn img, .gallery_images .web .gallery_btn 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;
}
.web .gallery_images .gallery_btn:hover img, .gallery_images .web .gallery_btn:hover img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.touch .gallery_images .gallery_btn img, .gallery_images .touch .gallery_btn img {
  -o-transition: transform 0.15s;
  -ms-transition: transform 0.15s;
  -moz-transition: transform 0.15s;
  -webkit-transition: transform 0.15s;
  transition: transform 0.15s;
}
.touch .gallery_images .gallery_btn:active img, .gallery_images .touch .gallery_btn:active img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}

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