.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;
}

main.page-main .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;
}

main.page-main .slick-arrow:before, .brands_slider * {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.gallery_section .all_images {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "mardoto-medium", "roboto-medium";
  white-space: normal;
  border-radius: 10px;
  padding: 0 12px;
  height: 43px;
}
.gallery_section .loading.all_images {
  pointer-events: none;
  color: transparent !important;
}
.gallery_section .loading.all_images:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px -8px;
  border-radius: 50%;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  animation: loadAnimation 1.6s infinite linear;
}

.gallery_section .all_images {
  color: #50813F;
  background: #ffffff;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: initial;
}
.gallery_section .loading.all_images:after {
  color: #50813F;
}

@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;
  }
}
.gallery_section .all_images {
  font-size: 150%;
  line-height: 18px;
}

.gallery_section, .brands_section {
  margin-top: 70px;
}
@media screen and (min-width: 992px) and (max-width: 1209px) {
  .gallery_section, .brands_section {
    margin-top: 60px;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .gallery_section, .brands_section {
    margin-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .gallery_section, .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%;
  }
}

.bnner_section {
  display: flex;
  justify-content: center;
}

.about_bnner {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 574px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
}
.about_bnner::before {
  width: 55%;
  height: 100%;
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 16.72%, rgba(0, 0, 0, 0.64) 67.04%, #000000 100%);
}

.about_main_info {
  position: relative;
  padding: 0 15px;
  margin-left: -10px;
  margin-right: -10px;
  color: #ffffff;
  max-width: 405px;
  margin-bottom: 90px;
}
.about_main_info .small_text {
  font-size: 160%;
  line-height: 24px;
  margin-bottom: 76px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.about_main_info .page-title {
  color: #ffffff;
}

.inner_offers {
  margin-top: -60px;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  display: grid;
  height: 100%;
}
.inner_offers .slick-track {
  height: 100%;
}
.inner_offers .main_offers {
  padding: 0 10px;
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 33.333333%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.inner_offers .offers_inner {
  padding: 30px 30px 60px 30px;
  border-radius: 15px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1C1C1C;
  text-align: center;
  height: 100%;
}
.inner_offers .offers_inner .offers_images {
  background: #EEF2EC;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.inner_offers .offers_inner .offers_images img {
  width: 40px;
  height: 40px;
}
.inner_offers .offers_inner .offers_name {
  font-size: 200%;
  line-height: 23px;
  font-family: "mardoto-medium", "roboto-medium";
  margin-bottom: 15px;
}
.inner_offers .offers_inner .offers_description {
  font-size: 140%;
  line-height: 16px;
  font-family: "mardoto", "roboto";
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text_section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #1C1C1C;
  margin-bottom: 100px;
  margin-top: 70px;
}
.text_section .page-title {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  font-family: "mardoto-medium", "roboto-medium";
}
.text_section .text_inner {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 200%;
  line-height: 30px;
  font-family: "mardoto", "roboto";
}

.middle_section {
  display: flex;
  justify-content: center;
}

.about_middle_section {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: flex;
  width: 100%;
}

.stats_section {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  flex-wrap: wrap;
}

.stats_list li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
  margin-bottom: 0;
  position: relative;
}
.stats_list .stats_inner {
  background: rgba(0, 0, 0, 0.5);
  max-width: 280px;
  width: 100%;
  height: auto;
  border-radius: 15px;
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "mardoto-bold", "roboto-bold";
  height: 100%;
}
.stats_list .stat_count {
  font-size: 400%;
  line-height: 47px;
  color: #FA494A;
}
.stats_list .stat_type {
  font-size: 160%;
  line-height: 24px;
  font-family: "mardoto", "roboto";
  color: #AAAAAA;
}

.about_title {
  font-family: "mardoto-bold", "roboto-bold";
  margin: 0;
  color: inherit;
  font-size: 400%;
  line-height: 47px;
}
@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;
  }
}

.team_section {
  margin-top: 100px;
  margin-bottom: 58px;
}
.team_section .section_head {
  margin-bottom: 30px;
}

main.page-main .columns .column.main {
  padding-bottom: 0;
}
@media screen and (min-width: 992px) and (max-width: 1209px) {
  main.page-main .columns .column.main {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  main.page-main .columns .column.main {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  main.page-main .columns .column.main {
    padding-bottom: 0;
  }
}
main.page-main .slick-arrow {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 0;
  top: 50%;
  margin: -17px 0 0;
  color: #000000;
  box-shadow: 2px 5px 30px 5px rgba(0, 0, 0, 0.07);
  opacity: 1;
  width: 34px;
  height: 34px;
  z-index: 5;
  border-radius: 10px;
  transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
}
main.page-main .slick-arrow:before {
  display: block;
  color: inherit !important;
  font-size: 2.4rem;
  padding: 0;
}
main.page-main .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0;
}
@media screen and (min-width: 992px) and (max-width: 1209px) {
  main.page-main .slick-arrow {
    margin-top: -40px;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  main.page-main .slick-arrow {
    margin-top: -32px;
  }
}
@media screen and (max-width: 575px) {
  main.page-main .slick-arrow {
    display: none;
  }
}
main.page-main .slick-prev {
  left: 8px;
}
main.page-main .slick-prev:before {
  content: "\e902";
}
main.page-main .slick-next {
  right: 8px;
}
main.page-main .slick-next:before {
  content: "\e903";
}

.slick-prev {
  left: 50%;
  margin-left: -50vw;
  border-radius: 0 5px 5px 0;
}
.slick-prev:before {
  content: "\e902";
}

.slick-next {
  right: 50%;
  margin-right: -50vw;
  border-radius: 5px 0 0 5px;
}
.slick-next:before {
  content: "\e903";
}

.members_list {
  margin: 0 -25px;
}
.members_list .members_block {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  text-align: center;
  padding: 0 25px;
  margin: 0;
}
.members_list .image_inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.members_list .image_inner:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.members_list .image_inner img {
  object-fit: cover;
  z-index: 2;
  border-radius: 15px;
}
.members_list .member_name {
  font-size: 200%;
  line-height: 23px;
  font-family: "mardoto-medium", "roboto-medium";
  max-width: 355px;
  margin: 15px auto 5px;
}
.members_list .member_post {
  font-size: 160%;
  line-height: 24px;
  margin-top: 5px;
  max-width: 280px;
  margin: 0 auto;
}

.gallery_section {
  position: relative;
  display: flex;
  justify-content: center;
  color: #1C1C1C;
}
.gallery_section .fullwidth_section {
  background: #ffffff;
  padding-top: 70px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}
.gallery_section .page-title {
  font-family: "mardoto-medium", "roboto-medium";
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding-bottom: 30px;
}
.gallery_section .text_inner {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  font-size: 200%;
  line-height: 30px;
  font-family: "mardoto", "roboto";
}
.gallery_section .all_images {
  display: block;
  background: none;
  margin: 7px 0 20px auto;
  min-width: 240px;
}

.gallery_images {
  margin: 0 -10px;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 479px) {
  .gallery_images {
    display: flex;
  }
}
.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:nth-child(1) {
  float: left;
  width: 33.3%;
}
.gallery_images li:nth-child(1):before {
  padding-bottom: 158%;
}
.gallery_images li:nth-child(2) {
  float: right;
  width: 66.7%;
}
.gallery_images li:nth-child(2):before {
  padding-bottom: 39%;
}
.gallery_images li:nth-child(3) {
  float: left;
  width: 41.7%;
}
.gallery_images li:nth-child(3):before {
  padding-bottom: 64%;
}
.gallery_images li:nth-child(4) {
  float: left;
  width: 25%;
}
.gallery_images li:nth-child(4):before {
  padding-bottom: 107%;
}
@media screen and (max-width: 479px) {
  .gallery_images li {
    display: none;
  }
  .gallery_images li:nth-child(3) {
    width: 50%;
    display: block;
  }
  .gallery_images li:nth-child(4) {
    width: 50%;
    display: block;
  }
}
.gallery_images .gallery_btn {
  background: transparent;
  padding: 0;
  border: none;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  overflow: hidden;
  border-radius: 15px;
}
.gallery_images .gallery_btn img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .offers_block .offers_inner {
    padding: 20px 20px 40px 20px;
  }

  .text_section {
    margin-top: 40px;
    margin-bottom: 70px;
  }
  .text_section .text_inner {
    font-size: 160%;
    line-height: 24px;
  }

  .stats_list .stats_inner {
    padding: 20px;
  }
  .stats_list li:before {
    margin-top: -90px;
    width: 180px;
    height: 180px;
  }

  .team_section {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .members_list .member_name {
    font-size: 180%;
    line-height: 22px;
    margin-bottom: 2px;
  }

  .gallery_section .text_inner {
    font-size: 160%;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .about_bnner {
    min-height: 470px;
  }

  .about_middle_section {
    min-height: 400px;
  }

  .about_main_info .small_text {
    font-size: 140%;
    margin-bottom: 40px;
  }

  .offers_block .offers_inner {
    padding: 20px;
    line-height: 16px;
  }
  .offers_block .offers_inner .offers_images {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  .offers_block .offers_inner .offers_images img {
    width: 30px;
    height: 30px;
  }
  .offers_block .offers_inner .offers_name {
    font-size: 160%;
    line-height: 19px;
    margin-bottom: 10px;
  }

  .text_section {
    margin-top: 40px;
    margin-bottom: 70px;
  }
  .text_section .text_inner {
    font-size: 160%;
    line-height: 24px;
  }

  .stats_list .stats_inner {
    padding: 20px;
  }
  .stats_list .stat_count {
    font-size: 300%;
    line-height: 40px;
  }
  .stats_list .stat_type {
    font-size: 140%;
    line-height: 20px;
  }
  .stats_list li:before {
    margin-top: -80px;
    width: 160px;
    height: 160px;
  }

  .gallery_section .fullwidth_section {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .gallery_section .page-title {
    padding-bottom: 20px;
  }
  .gallery_section .text_inner {
    font-size: 160%;
    line-height: 24px;
  }
  .gallery_section .section_head {
    margin-bottom: 30px;
  }
  .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;
  }

  .team_section {
    margin-top: 40px;
    margin-bottom: 50px;
  }

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

  .about_bnner {
    min-height: 400px;
  }

  .about_middle_section {
    min-height: 350px;
  }

  .text_section {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .members_list {
    margin: 0 -10px;
  }
  .members_list .members_block {
    padding: 0 10px;
  }

  .stats_list .stats_inner {
    padding: 15px;
  }
  .stats_list .stat_count {
    font-size: 200%;
    line-height: 30px;
  }
  .stats_list .stat_type {
    font-size: 140%;
    line-height: 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: 639px) {
  .text_section {
    display: block;
  }
  .text_section .text_inner {
    padding: 10px 0;
    font-size: 140%;
    line-height: 21px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .text_section .page-title {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .stats_section {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 639px) {
  .gallery_section .text_inner {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 140%;
    line-height: 21px;
  }
  .gallery_section .page-title {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .gallery_section .all_images {
    margin-top: 10px;
    min-width: 160px;
  }
}
@media screen and (max-width: 399px) {
  .stats_section {
    padding: 0;
  }
}
.web .gallery_section .all_images, .gallery_section .web .all_images {
  -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.page-main .slick-arrow, main.page-main .web .slick-arrow, .web .gallery_section .all_images, .gallery_section .web .all_images, .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;
}

.touch .gallery_section .all_images, .gallery_section .touch .all_images {
  -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.page-main .slick-arrow, main.page-main .touch .slick-arrow, .touch .gallery_section .all_images, .gallery_section .touch .all_images {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.gallery_section .loading.all_images {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.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);
}
.web .gallery_section .all_images:hover, .gallery_section .web .all_images:hover {
  color: #3B672C;
}
.web main.page-main .slick-arrow:hover, main.page-main .web .slick-arrow:hover, .web .gallery_section .all_images:hover, .gallery_section .web .all_images:hover {
  background: #3B672C;
  color: #ffffff !important;
  border-color: transparent;
}
.web main.page-main .slick-arrow:active, main.page-main .web .slick-arrow:active, .web .gallery_section .all_images:active, .gallery_section .web .all_images:active {
  background: #50813F;
  color: #ffffff !important;
  border-color: transparent;
}
.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);
}
.touch .gallery_section .all_images:active, .gallery_section .touch .all_images:active {
  color: #3B672C;
}
.touch main.page-main .slick-arrow:active, main.page-main .touch .slick-arrow:active, .touch .gallery_section .all_images:active, .gallery_section .touch .all_images:active {
  background: #3B672C;
  color: #ffffff !important;
  border-color: transparent;
}

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