@charset "UTF-8";

/*################################*/

/* TABLE OF CONTENTS:             */

/*################################*/

/* 01 GENERAL STYLES              */

/*================================*/

/* 02 TABS                        */

/*================================*/

/* 03 SWIPER                      */

/*================================*/

/* 04 SWIPER CUSTOM               */

/*================================*/

/* 05 INFO CIRCLES                */

/*================================*/

/* 06 HISTORY                     */

/*================================*/

/* 07 FOOTER                      */

/*================================*/

/* 08 SUMO SELECT                 */

/*================================*/

/* 09 TRANSITIONS                 */

/*================================*/

/* 10 POPUPS                      */

/*################################*/

/*/////////////////*/

/* - MAIN STYLES - */

/*/////////////////*/

html,
body {
  height: auto;
}

body {
  overflow: visible;
  font-family: "Cera PRO", sans-serif;
}

body::-moz-selection {
  color: #fff;
  background: #000;
}

body::selection {
  color: #fff;
  background: #000;
}

body::-moz-selection {
  color: #fff;
  background: #000;
}

html.overflow-menu,
html.overflow-menu body {
  overflow: hidden;
}

a,
p {
  font-family: "Cera PRO", sans-serif;
}

.rellax {
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.custom-animation-slider,
.app-slider,
.contact-us-section,
.vision-section {
  width: 100%;
}

.swiper-slide:not(:first-child) {
  display: block;
}

.bg-white {
  background-color: #fff;
}

.bg-dark {
  background-color: #1aa31a;
}

.bg-light {
  background-color: #ecefee;
}

.bg-blue {
  background-color: #e3f1ec;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-padding {
  padding: 0 !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-medium {
  font-weight: 500;
}

.text-semibold {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.text-extrabold {
  font-weight: 800;
}

.text-uppercase {
  text-transform: uppercase;
}

.video {
  display: block;
  position: relative;
}

.video video {
  width: 100%;
  display: block;
  position: relative;
}

.simple-slider {
  position: relative;
}

.simple-slider .swiper-button-prev,
.simple-slider .swiper-button-next {
  top: 50%;
}

.simple-slider .swiper-button-prev {
  left: 15px;
}

.simple-slider .swiper-button-next {
  right: 15px;
}

.simple-slider .swiper-wrapper {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.social {
  font-size: 0;
  position: relative;
}

.social a {
  width: 24px;
  height: 24px;
  margin-right: 18px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.social a:last-child {
  margin-right: 0;
}

.social a svg {
  top: 50%;
  left: 50%;
  fill: #100e0f;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.manager {
  margin-bottom: 60px;
}

.manager:last-child {
  margin-bottom: 0;
}

.manager .row {
  margin-bottom: 30px;
}

.manager .img.centered {
  overflow: hidden;
  border-radius: 11px;
}

.manager .img.centered img {
  width: auto;
  min-width: 100%;
  min-height: 100%;
}

.manager .h6,
.manager .content:not(.text-sm) > * {
  margin-bottom: 0;
}

.manager .text-lg {
  margin-bottom: 15px;
  margin-top: 5px;
}

.manager.gallery,
.manager.gallery:last-child {
  margin-bottom: 15px;
}

.manager.gallery .img,
.manager.gallery:last-child .img {
  padding-top: 50%;
  margin-bottom: 10px;
}

.manager.gallery .img img,
.manager.gallery:last-child .img img {
  will-change: transform;
}

.manager.style-2 {
  background-color: #e3f1ec;
}

.manager.style-2 .row {
  margin: 0 0 30px;
}

.manager.style-2 .row .img {
  margin-left: -15px;
}

.manager .accordion {
  margin-top: 20px;
  border-bottom: none;
}

.manager .accordion-title {
  padding-top: 0;
  padding-bottom: 0;
}

.manager:not(.style-2):not(.gallery) .img {
  background-color: #e3f1ec;
}

.manager:not(.style-2):not(.gallery) .content > * {
  margin-bottom: 12px;
}

.manager:not(.style-2):not(.gallery) .text-sm {
  font-size: 16px;
  line-height: 20px;
}

.sidebar .text-center-sm {
  margin-bottom: 15px;
}

.sidebar .content a {
  margin-bottom: 15px;
  white-space: normal;
  display: inline-block;
}

.catalog {
  position: relative;
}

.catalog > div {
  margin-bottom: 30px;
}

.catalog > div .text-lg {
  color: #100e0f;
  font-size: 21px;
  margin-bottom: 10px;
  display: inline-block;
}

.catalog > div .text-sm {
  font-size: 16px;
  line-height: 22px;
}

.catalog > div p {
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.catalog .img.centered {
  border-radius: 11px;
  margin-bottom: 15px;
  border: 1px solid #c4c4c4;
}

.catalog .img.centered:hover {
  border: 1px solid #1aa31a;
}

.catalog .img.centered img {
  width: auto;
  max-width: 90%;
  max-height: 90%;
}

.pagination,
.page-numbers {
  margin-top: 30px;
  text-align: center;
}

.pagination a,
.pagination span,
.page-numbers a,
.page-numbers span {
  color: #100e0f;
  font-size: 24px;
  font-weight: 600;
  line-height: 48px;
  position: relative;
  display: inline-block;
}

.pagination a:not(.active):before,
.pagination a:not(.current):before,
.pagination span:not(.active):before,
.pagination span:not(.current):before,
.page-numbers a:not(.active):before,
.page-numbers a:not(.current):before,
.page-numbers span:not(.active):before,
.page-numbers span:not(.current):before {
  opacity: 0;
}

.pagination a.active,
.pagination a.current,
.pagination span.active,
.pagination span.current,
.page-numbers a.active,
.page-numbers a.current,
.page-numbers span.active,
.page-numbers span.current {
  color: #fff;
}

.pagination li,
.page-numbers li {
  display: inline-block;
}

.product {
  margin-bottom: 60px;
}

.product > .row > div:last-child {
  margin-top: 60px;
}

.product .swiper-slider {
  position: relative;
  margin-bottom: 10px;
}

.product .swiper-slider:last-child {
  margin-bottom: 0;
}

.product .swiper-slider.swiper-entry-top .swiper-container {
  background-color: #e3f1ec;
}

.product .swiper-entry-bottom .swiper-slide {
  cursor: pointer;
}

.product .swiper-entry-bottom .swiper-slide:last-child {
  margin-right: 0 !important;
}

.product .swiper-slide-thumb-active .img {
  border-color: #1aa31a;
}

.product .img {
  will-change: border-color;
  border: 1px solid transparent;
}

.product .swiper-button-prev {
  left: 15px;
}

.product .swiper-button-next {
  right: 15px;
}

.product td:last-child {
  text-align: right;
}

.catalog-slider {
  position: relative;
}

.catalog-slider .swiper-button-prev {
  left: -53px;
}

.catalog-slider .swiper-button-next {
  right: -53px;
}

.catalog-slider .swiper-button-prev,
.catalog-slider .swiper-button-next {
  top: calc(50% + 10px);
}

@media (max-width: 1199px) {
  .catalog-slider .swiper-button-prev,
  .catalog-slider .swiper-button-next {
    top: calc(50% + 25px);
  }
}

@media (max-width: 991px) {
  .catalog-slider .swiper-button-prev,
  .catalog-slider .swiper-button-next {
    top: calc(50% + 30px);
  }
}

.history {
  position: relative;
  padding-left: 30px;
}

.history:before,
.history h6:before {
  content: "";
  position: absolute;
  background-color: #1aa31a;
}

.history:before {
  left: 0;
  width: 2px;
  top: 0.8rem;
  bottom: 0.4rem;
}

.history h6 {
  color: #1aa31a;
  position: relative;
}

.history h6:before {
  top: 0.8rem;
  height: 2px;
  width: 20px;
  left: -28px;
}

.history-r {
  position: relative;
  padding-right: 30px;
}

.history-r:before {
  content: "";
  position: absolute;
  background-color: #1aa31a;
}

.history-r:before {
  right: 0;
  width: 2px;
  top: 0.8rem;
  bottom: 0.4rem;
}

.history-r h6 {
  color: #1aa31a;
  position: relative;
  text-align: right;
}

.history-r .read-more-wrap {
  padding-right: 6%;
  margin-top: -49px;
  pointer-events: none;
  text-align: center;
  position: relative;
  font-size: 20px;
}

@media (max-width: 991px) {
  .history-r .read-more-wrap {
    padding-right: 0;
  }
}

.history-r .read-more-wrap:before {
  content: "";
  top: 25px;
  height: 2px;
  width: 50%;
  right: -28px;
  position: absolute;
  background-color: #1aa31a;
}

.steps-slider .swiper-button-prev,
.steps-slider .swiper-button-next {
  top: auto;
  bottom: 15px;
}

.steps-slider .swiper-button-prev {
  left: 15px;
}

.steps-slider .swiper-button-next {
  right: 15px;
}

.aife {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/*///////////////////////*/

/* - MAIN STYLES HOVER - */

/*///////////////////////*/

@media (min-width: 1200px) {
  .social a:hover path {
    fill: #1aa31a;
  }

  .social.light a:hover img {
    -webkit-filter: drop-shadow(0 4px 8px rgba(255, 255, 255, 0.75));
    filter: drop-shadow(0 4px 8px rgba(255, 255, 255, 0.75));
  }

  .manager.gallery .img:hover img {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
    transform: translate3d(-50%, -50%, 0) scale(1.05);
  }

  .manager.gallery .text-sm.open-popup b:hover {
    color: #1aa31a;
  }

  .catalog > div .img:hover img {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
    transform: translate3d(-50%, -50%, 0) scale(1.05);
  }

  .catalog > div .text-lg:hover {
    color: #1aa31a;
  }

  .pagination a:hover,
  .pagination a.current,
  .pagination span:hover,
  .pagination span.current,
  .page-numbers a:hover,
  .page-numbers a.current,
  .page-numbers span:hover,
  .page-numbers span.current {
    color: #fff;
  }

  .pagination a:hover:before,
  .pagination a.current:before,
  .pagination span:hover:before,
  .pagination span.current:before,
  .page-numbers a:hover:before,
  .page-numbers a.current:before,
  .page-numbers span:hover:before,
  .page-numbers span.current:before {
    opacity: 1;
  }

  .swiper-entry-bottom .swiper-slide:hover .img {
    border-color: #1aa31a;
  }
}

/*///////////////////////////////*/

/* - MAIN STYLES MEDIA QUERIES - */

/*///////////////////////////////*/

@media (max-width: 1299px) and (min-width: 992px) {
  .banner .h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .banner .bg {
    padding: 100px 120px;
  }
}

@media (min-width: 992px) {
  .catalog:not(.catalog-slider) .swiper-button-prev {
    left: -15px;
  }

  .catalog:not(.catalog-slider) .swiper-button-next {
    right: -15px;
  }
}

@media (max-width: 991px) {
  .text-center-sm {
    text-align: center;
  }

  .manager {
    margin-bottom: 40px;
  }

  .catalog-wrap > div:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 40px;
  }

  .catalog-wrap > div:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .sidebar .content {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .pagination,
  .page-numbers {
    margin-top: 0;
  }

  .product .swiper-slider:last-child {
    margin-bottom: 40px;
  }

  .catalog-slider .swiper-button-prev {
    left: 15px;
  }

  .catalog-slider .swiper-button-next {
    right: 15px;
  }
}

@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }

  .manager {
    margin-bottom: 30px;
  }

  .manager .row {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .manager .img {
    margin-bottom: 15px;
  }

  .manager.style-2 .row {
    margin-bottom: 0;
  }

  .manager .accordion-title {
    padding-right: 0;
  }

  .manager .accordion-toggle {
    text-align: left;
  }

  .product table,
  .product tr,
  .product td {
    display: block;
  }

  .product table td:first-child,
  .product table td:last-child {
    text-align: center;
  }

  .product table td:first-child {
    padding-bottom: 0;
  }

  .product table td:last-child {
    padding-top: 0;
  }

  .catalog-slider .swiper-button-prev {
    left: 5px;
  }

  .catalog-slider .swiper-button-next {
    right: 5px;
  }
}

@media (max-width: 575px) {
  .sidebar .content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .history-r h6:before {
    width: 10px;
  }
}

.hidden-title {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.img.img-logo {
  border-radius: 11px;
  border: 1px solid #c4c4c4;
  margin-bottom: 30px;
  padding-left: 1px;
  padding-right: 1px;
}

.img.img-logo img {
  width: auto;
  border-radius: 11pt;
}

.woocommerce-ordering,
.woocommerce-result-count {
  display: none !important;
}

main.without-banner {
  margin-top: 40px;
}

.error-title {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-title h1 {
  margin: 0 30px;
}

.section.error-section {
  padding: 100px 0;
}

.form--submit.btn {
  font-family: inherit;
  border: none;
  background-color: transparent;
}

.read-more-wrap .btn:hover {
  background: #fff;
}

.content a.wpcf7-repeater-add {
  color: #fff;
  text-decoration: none;
}

.content a.wpcf7-repeater-add:hover {
  color: #1aa31a;
  text-decoration: none;
}

/*########*/

/* SWIPER */

/*########*/

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

/* IE10 Windows Phone 8 Fixes */

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 25px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 25px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*###############*/

/* SWIPER CUSTOM */

/*###############*/

.swiper-entry,
.swiper-control-wrapper {
  position: relative;
}

.swiper-slider.no-swipe .swiper-controls,
.swiper-slider.no-swipe .swiper-button-prev,
.swiper-slider.no-swipe .swiper-button-next,
.swiper-slider.no-swipe .swiper-pagination,
.swiper-slider.no-swipe .swiper-slide-duplicate {
  display: none;
}

.swiper-slider.no-swipe .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.swiper-slider.no-swipe .swiper-slide:last-child {
  margin-right: 0 !important;
}

.swiper-slider.no-swipe .swiper-container .swiper-wrapper,
.swiper-slider.no-swipe .swiper-container-vertical .swiper-wrapper {
  cursor: auto;
}

.swiper-slider.no-swipe.tab-slider .swiper-wrapper {
  height: auto !important;
}

.swiper-slider.no-swipe.tab-slider .swiper-slide {
  margin-left: 30px;
}

.swiper-slider.no-swipe.tab-slider .swiper-slide .content {
  margin-bottom: 0;
}

.swiper-slider:not(.no-swipe) .swiper-container .swiper-wrapper {
  cursor: url(../img/drag.png) 16 9, ew-resize;
}

.swiper-slider:not(.no-swipe) .swiper-container-vertical .swiper-wrapper {
  cursor: url(../img/drag-vertical.png) 8 16, ns-resize;
}

.swiper-entry,
.swiper-control-wrapper {
  position: relative;
}

.swiper-entry.hide-arrow .swiper-button-prev,
.swiper-entry.hide-arrow .swiper-button-next {
  display: none;
}

/*#######*/

/* HOVER */

/*#######*/

/*###############*/

/* MEDIA QUERIES */

/*###############*/

/*/////////////*/

/* - BUTTONS - */

/*/////////////*/

.btn:not(.btn-inline):before,
.btn-close:before,
.pagination a:before,
.page-numbers a:before,
.page-numbers span:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  position: absolute;
  border: 2px solid #1aa31a;
  background-color: #1aa31a;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: background-color, border-color, transform, color, opacity;
  border-radius: 11px;
}

.btn:not(.btn-inline):active:before,
.btn:not(.btn-inline).current:before,
.swiper-button-prev:active:before,
.swiper-button-prev.current:before,
.swiper-button-next:active:before,
.swiper-button-next.current:before,
.btn-close:active:before,
.btn-close.current:before,
.pagination a:active:before,
.pagination a.current:before,
.page-numbers a:active:before,
.page-numbers a.current:before,
.page-numbers span:active:before,
.page-numbers span.current:before {
  -webkit-transform: scale(0.94);
  -ms-transform: scale(0.94);
  transform: scale(0.94);
}

.btn:before,
.swiper-button-prev:before,
.swiper-button-next:before,
.btn-close:before,
.pagination a:before,
.page-numbers a:before,
.page-numbers span:before {
  -webkit-transition: opacity 0.4s ease-in, color 0.4s ease-in,
    border-color 0.4s ease-in, border-color 0.4s ease-in,
    background-color 0.4s ease-in, -webkit-transform 0.1s ease-in;
  transition: opacity 0.4s ease-in, color 0.4s ease-in,
    border-color 0.4s ease-in, border-color 0.4s ease-in,
    background-color 0.4s ease-in, -webkit-transform 0.1s ease-in;
  -o-transition: opacity 0.4s ease-in, color 0.4s ease-in,
    border-color 0.4s ease-in, border-color 0.4s ease-in,
    background-color 0.4s ease-in, transform 0.1s ease-in;
  transition: opacity 0.4s ease-in, color 0.4s ease-in,
    border-color 0.4s ease-in, border-color 0.4s ease-in,
    background-color 0.4s ease-in, transform 0.1s ease-in;
  transition: opacity 0.4s ease-in, color 0.4s ease-in,
    border-color 0.4s ease-in, border-color 0.4s ease-in,
    background-color 0.4s ease-in, transform 0.1s ease-in,
    -webkit-transform 0.1s ease-in;
}

.btn,
.btn-close {
  z-index: 1;
}

.btn,
.btn-close,
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullet {
  cursor: pointer;
}

.btn {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  position: relative;
  display: inline-block;
}

.btn:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  position: absolute;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: background-color, border-color, opacity, transform;
}

.btn.btn-inline {
  color: #1aa31a;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: underline;
  -webkit-transition: color 0.4s ease-in, opacity 0.1s ease-in;
  -o-transition: color 0.4s ease-in, opacity 0.1s ease-in;
  transition: color 0.4s ease-in, opacity 0.1s ease-in;
}

.btn.btn-inline:active {
  opacity: 0.6;
}

.btn:not(.btn-inline) {
  padding: 12px 15px;
}

.btn-close svg {
  fill: #000;
  stroke: #000;
  max-width: 20px;
  stroke-width: 0.2;
  max-height: 20px;
}

.btn-close,
.pagination a,
.page-numbers a,
.page-numbers span {
  top: 50%;
  width: 48px;
  height: 48px;
  background: none;
}

.btn-close svg,
.pagination a svg,
.page-numbers a svg,
.page-numbers span svg {
  top: 50%;
  left: 50%;
  fill: #fff;
  max-width: 30px;
  max-height: 30px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled,
.btn-close.swiper-button-disabled,
.pagination a.swiper-button-disabled,
.page-numbers a.swiper-button-disabled,
.page-numbers span.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-button-next {
  margin-top: -24px;
}

.btn-close {
  position: relative;
}

.btn-close span {
  top: 22px;
  left: 5px;
  width: 38px;
  height: 4px;
  will-change: color;
  position: absolute;
  background-color: #fff;
}

.btn-close span:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-close span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swiper-button-prev {
  left: 60px;
}

.swiper-button-prev svg {
  -webkit-transform: rotate(180deg) translate(50%, 50%);
  -ms-transform: rotate(180deg) translate(50%, 50%);
  transform: rotate(180deg) translate(50%, 50%);
}

.swiper-button-next {
  right: 60px;
}

.custom-pagination-slider {
  left: auto;
  right: auto;
  width: 100%;
  bottom: auto;
}

.custom-pagination-slider .swiper-pagination {
  text-align: left;
  padding: 15px 25%;
  position: relative;
}

.custom-pagination-slider .swiper-pagination-bullet {
  opacity: 1;
  width: auto;
  height: auto;
  color: #100e0f;
  display: block;
  font-size: 18px;
  background: none;
  line-height: 24px;
  position: relative;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.custom-pagination-slider .swiper-pagination-bullet:before {
  top: 11px;
  opacity: 1;
  opacity: 0;
  left: -50px;
  width: 32px;
  height: 4px;
  content: "";
  position: absolute;
  pointer-events: none;
  will-change: transform;
  background-color: #1aa31a;
  -webkit-transform: skewX(58deg) scale(0);
  -ms-transform: skewX(58deg) scale(0);
  transform: skewX(58deg) scale(0);
}

.custom-pagination-slider .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}

.custom-pagination-slider
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #1aa31a;
}

.custom-pagination-slider
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
  -webkit-transform: skewX(58deg);
  -ms-transform: skewX(58deg);
  transform: skewX(58deg);
}

.page-menu {
  text-align: left;
  padding: 15px 25%;
  position: relative;
}

.page-menu li a {
  opacity: 1;
  width: auto;
  height: auto;
  color: #100e0f;
  display: block;
  font-size: 18px;
  background: none;
  line-height: 24px;
  position: relative;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.page-menu li.current a {
  color: #1aa31a;
}

.page-menu li a:before {
  top: 11px;
  opacity: 1;
  opacity: 0;
  left: -50px;
  width: 32px;
  height: 4px;
  content: "";
  position: absolute;
  pointer-events: none;
  will-change: transform;
  background-color: #1aa31a;
  -webkit-transform: skewX(58deg) scale(0);
  -ms-transform: skewX(58deg) scale(0);
  transform: skewX(58deg) scale(0);
}

.page-menu li:last-child a {
  margin-bottom: 0;
}

.page-menu li.current_page_item a,
.page-menu li.current a {
  color: #1aa31a;
}

.page-menu li.current_page_item a:before,
.page-menu li.current a:before {
  opacity: 1;
  -webkit-transform: skewX(58deg);
  -ms-transform: skewX(58deg);
  transform: skewX(58deg);
}

.btn-close {
  position: absolute;
}

/*///////////////////*/

/* - BUTTONS HOVER - */

/*///////////////////*/

@media (min-width: 1200px) {
  .btn:not(.btn-inline):hover,
  .swiper-button-prev:hover,
  .swiper-button-next:hover,
  .btn-close:hover {
    color: #fff;
  }

  .btn:not(.btn-inline):hover:before,
  .swiper-button-prev:hover:before,
  .swiper-button-next:hover:before,
  .btn-close:hover:before {
    background-color: transparent;
  }

  .btn:not(.btn-inline):hover svg,
  .btn-close:hover svg {
    fill: #1aa31a;
    stroke: #1aa31a;
  }

  .btn:not(.btn-inline):hover {
    color: #1aa31a;
  }

  .btn-inline:hover {
    color: #8c8c8c;
  }

  .custom-pagination-slider .swiper-pagination-bullet:hover {
    color: #1aa31a;
  }

  .page-menu li a:hover {
    color: #1aa31a;
  }

  .btn-close:hover span {
    background-color: #1aa31a;
  }
}

/*///////////////////////////*/

/* - BUTTONS MEDIA QUERIES - */

/*///////////////////////////*/

@media (max-width: 1499px) {
  .custom-pagination-slider .swiper-pagination-bullet {
    font-size: 14px;
    line-height: 24px;
  }

  .custom-pagination-slider .swiper-pagination-bullet:before {
    top: 10px;
  }

  .page-menu li a {
    font-size: 14px;
    line-height: 24px;
  }

  .page-menu li a:before {
    top: 10px;
  }
}

@media (max-width: 1199px) {
  .swiper-button-prev {
    left: 30px;
  }

  .swiper-button-next {
    right: 30px;
  }

  .custom-pagination-slider .swiper-pagination {
    padding: 15px 18%;
  }

  .page-menu {
    padding: 15px 18%;
  }
}

@media (max-width: 991px) {
  .swiper-button-prev {
    left: 15px;
  }

  .swiper-button-next {
    right: 15px;
  }

  .custom-pagination-slider .swiper-pagination {
    -webkit-column-gap: 10;
    -moz-column-gap: 10;
    column-gap: 10;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    text-align: center;
    padding: 30px 15px;
  }

  .custom-pagination-slider .swiper-pagination-bullet {
    font-size: 16px;
    line-height: 28px;
  }

  .custom-pagination-slider .swiper-pagination-bullet:before {
    display: none;
  }

  .page-menu {
    -webkit-column-gap: 10;
    -moz-column-gap: 10;
    column-gap: 10;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    text-align: center;
    padding: 30px 15px;
  }

  .page-menu li a {
    font-size: 16px;
    line-height: 28px;
  }

  .page-menu li a:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .swiper-button-prev {
    margin-bottom: 0;
    margin-right: 12px;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }

  .swiper-button-next {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }

  .custom-pagination-slider .swiper-pagination {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .page-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 575px) {
  .custom-pagination-slider .swiper-pagination {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .page-menu {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

/*//////////*/

/* - FORM - */

/*//////////*/

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.wpcf7-form br {
  display: none;
}

label {
  display: block;
  margin-bottom: 10px;
}

label span {
  margin-top: 10px;
  display: block;
}

.wpcf7-list-item-label {
  display: inline-block;
}

select {
  -webkit-appearance: none;
}

.firefox select {
  -webkit-appearance: textfield;
}

form .btn,
.form .btn {
  margin-top: 25px;
}

input[type="search"]::-ms-reveal,
input[type="search"]::-ms-clear,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration,
select::-ms-expand,
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #8c8c8c;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #8c8c8c;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #8c8c8c;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #8c8c8c;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

label,
input,
textarea,
input::placeholder,
textarea::placeholder {
  color: #8c8c8c;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

input,
textarea {
  display: block;
  background: none;
  padding: 12px 15px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #8c8c8c;
}

input:focus,
textarea:focus {
  border-color: #1aa31a;
}

input:invalid,
textarea:invalid {
  border-color: #dc9d61;
}

input {
  height: 48px;
}

textarea {
  display: block;
  resize: none;
  overflow: auto;
}

select::-ms-expand {
  display: none;
}

.download,
[download] {
  color: #100e0f;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}

.download:before,
[download]:before {
  content: "";
  width: 26px;
  height: 26px;
  margin-right: 5px;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  background: center/contain url(../icon/download.svg) no-repeat;
}

.download .text-md,
[download] .text-md {
  color: #1a1a1a;
  line-height: 20px;
}

input.wpcf7-submit {
  border: 2px solid #1aa31a;
  background-color: #1aa31a;
  width: auto;
  display: block;
  margin: 25px auto 0 auto;
}

input.wpcf7-submit.btn {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 26px;
  padding: 0.7rem 3.5rem;
}

.form_title {
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 30px;
  text-transform: uppercase;
}

span.wpcf7-list-item {
  display: block;
  margin: 0;
}

.wpcf7-radio input,
.wpcf7-checkbox input {
  display: inline-block;
  width: auto;
  margin: 3px 10px 0 0;
  height: auto;
}

.wpcf7-radio label,
.wpcf7-checkbox label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wpcf7-radio label span,
.wpcf7-checkbox label span {
  margin-top: 0;
}

.wpcf7-radio input:checked:after {
  width: 16px;
  height: 16px;
  border-radius: 15px;
  top: -3px;
  left: -1px;
  position: relative;
  background-color: white;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 6px solid #1aa31a;
}

/*////////////////*/

/* - FORM HOVER - */

/*////////////////*/

@media (min-width: 1200px) {
  .download:hover,
  [download]:hover {
    color: #1aa31a;
  }

  input.wpcf7-submit:hover {
    background: #fff;
  }
}

/*////////////////////////*/

/* - FORM MEDIA QUERIES - */

/*////////////////////////*/

@media (max-width: 767px) {
  form .btn-light,
  form .btn-dark,
  .form .btn-light,
  .form .btn-dark {
    margin-top: 15px;
  }
}

/*////////////*/

/* - THUMBS - */

/*////////////*/

.thumbs-wrap {
  margin-top: 35px;
  margin-bottom: 35px;
}

.thumbs-wrap > div {
  margin-top: 36px;
}

.thumbs-slider {
  position: relative;
  margin-bottom: 65px;
}

.thumbs-slider .swiper-button-prev,
.thumbs-slider .swiper-button-next {
  top: auto;
  bottom: -65px;
}

.thumbs-slider .swiper-button-prev {
  left: 0;
}

.thumbs-slider .swiper-button-next {
  right: 0;
}

.thumbs-slider.no-swipe {
  margin-bottom: 0;
}

.thumb {
  font-size: 0;
  position: relative;
  padding-bottom: 15px;
}

.thumb .h6,
.thumb .content,
.thumb p {
  margin-bottom: 12px;
}

.thumb .h6:last-child,
.thumb .content:last-child,
.thumb p:last-child {
  margin-bottom: 0;
}

.thumb .h6 {
  font-size: 16px;
  line-height: 19px;
  display: inline-block;
}

.thumb .img {
  z-index: 1;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

.thumb .img.centered {
  padding-top: 44%;
}
.col-lg-3 .thumb .img.centered {
  padding-top: 64%;
}

.thumb .img.centered img {
  width: auto;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.thumb .content {
  font-size: 16px;
  line-height: 20px;
}

.thumb p {
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.thumb .text-semibold {
  color: #100e0f;
}

.thumb .text-semibold a {
  color: #100e0f;
  white-space: normal;
  font-weight: 600;
}

.thumb .btn-inline {
  left: 0;
  bottom: 0;
  position: absolute;
}

/*//////////////////*/

/* - THUMBS HOVER - */

/*//////////////////*/

@media (min-width: 1200px) {
  .thumb .img:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.04);
    -ms-transform: translate(-50%, -50%) scale(1.04);
    transform: translate(-50%, -50%) scale(1.04);
  }

  .thumb .h6:hover {
    color: #1aa31a;
  }

  .thumb .text-semibold a:hover {
    color: #1aa31a;
    text-decoration: none;
  }
}

/*//////////////////////////*/

/* - THUMBS MEDIA QUERIES - */

/*//////////////////////////*/

@media (max-width: 1199px) {
  .thumb .content {
    font-size: 14px;
    line-height: 18px;
  }

  .thumb p {
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .thumb .text-semibold {
    color: #100e0f;
  }

  .thumb .btn-inline {
    left: 0;
    bottom: 0;
    position: absolute;
  }
}

@media (min-width: 992px) {
  .thumbs-wrap > div:nth-child(1),
  .thumbs-wrap > div:nth-child(2),
  .thumbs-wrap > div:nth-child(3),
  .thumbs-wrap > div:nth-child(4) {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .thumb {
    padding-bottom: 0;
    text-align: center;
  }

  .thumb .content {
    text-align: left;
  }

  .thumb .btn-inline {
    left: auto;
    bottom: auto;
    position: relative;
  }
}

@media (min-width: 576px) {
  .thumbs-wrap > div:nth-child(1),
  .thumbs-wrap > div:nth-child(2) {
    margin-top: 0;
  }

  .thumb {
    height: 100%;
  }
}

@media (max-width: 575px) {
  .thumbs-wrap > div {
    margin-top: 20px;
  }

  .thumbs-wrap > div:nth-child(1) {
    margin-top: 0;
  }

  .thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 75px;
  }

  .thumb .img {
    left: 0;
    top: 2px;
    position: absolute;
  }

  .thumb .img.centered {
    width: 60px;
    height: 60px;
    padding-top: 0;
  }

  .thumb .h6 {
    margin-bottom: 0;
  }

  .thumb .post-item__excerpt,
  .thumb .btn-inline {
    display: none;
  }

  .thumb .post-item__excerpt + p,
  .thumb .btn-inline + p {
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

/*///////////////////*/

/* - THUMBS MOBILE - */

/*///////////////////*/

@media (min-width: 768px) {
  .thumbs-slider.mobile-thumbs-slider {
    display: none;
  }
}

@media (max-width: 767px) {
  .thumbs-slider:not(.mobile-thumbs-slider) {
    display: none;
  }

  .thumbs-slider.mobile-thumbs-slider .swiper-container {
    margin-right: -45%;
  }

  .thumbs-slider.mobile-thumbs-slider .thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    text-align: left;
  }

  .thumbs-slider.mobile-thumbs-slider .thumb .h6 {
    width: 100%;
    margin-bottom: 15px;
  }

  .thumbs-slider.mobile-thumbs-slider .thumb .img,
  .thumbs-slider.mobile-thumbs-slider .thumb .content {
    margin-bottom: 15px;
  }

  .thumbs-slider.mobile-thumbs-slider .thumb .img {
    top: auto;
    left: auto;
    padding-top: 0;
    position: relative;
  }

  .thumbs-slider.mobile-thumbs-slider .thumb .content {
    margin-left: 15px;
    max-width: calc(100% - 75px);
  }
}

/*//////////*/

/* - TABS - */

/*//////////*/

.tab-nav,
.tab-caption,
.tabs-wrap {
  position: relative;
}

.tab-toggle {
  font-size: 0;
}

.tab-caption {
  color: #8c8c8c;
  cursor: pointer;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  padding: 0 0 12px;
  margin-right: 80px;
  display: inline-block;
}

.tab-caption:last-child {
  margin-right: 0;
}

.tab-caption:before {
  left: 0;
  right: 0;
  height: 3px;
  content: "";
  bottom: -3px;
  position: absolute;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  will-change: transform;
  background-color: #1aa31a;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 0.42s ease-in;
  transition: -webkit-transform 0.42s ease-in;
  -o-transition: transform 0.42s ease-in;
  transition: transform 0.42s ease-in;
  transition: transform 0.42s ease-in, -webkit-transform 0.42s ease-in;
}

.tab-caption.active:before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.tab-nav {
  margin-bottom: 45px;
}

.tab:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
}

.tab.active {
  opacity: 1;
  position: relative;
}

.tab-slider {
  cursor: url(../img/drag.png) 16 9, ew-resize;
}

.tab-slider .swiper-slide {
  overflow: hidden;
}

.tab-slider .swiper-slide .row > div {
  position: relative;
}

.tab-slider .swiper-slide .img {
  top: 0;
  bottom: 0;
  left: 16px;
  z-index: 1;
  right: -15px;
  overflow: hidden;
  position: absolute;
}

.tab-slider .swiper-slide .img.centered {
  padding-top: 0;
}

.tab-slider .swiper-slide .img.centered img {
  width: auto;
  max-width: none;
  min-width: 100%;
  max-height: none;
  min-height: 100%;
}

.tab-slider .swiper-slide .bg-white {
  padding: 70px 50px 70px 65px;
}

.tab-slider .swiper-controls {
  top: 50%;
  left: 0;
  right: 0;
  bottom: auto;
  margin-top: -20px;
}

.tab-slider .swiper-controls.animation {
  -webkit-transform: translate3d(0, 18px, 0);
  transform: translate3d(0, 18px, 0);
}

.tab-slider .swiper-controls.animation.animated {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tab-slider .swiper-controls .swiper-button-prev {
  margin-left: -80px;
  margin-right: auto;
}

.tab-slider .swiper-controls .swiper-button-next {
  margin-right: -80px;
}

/*////////////////*/

/* - TABS HOVER - */

/*////////////////*/

@media (min-width: 1200px) {
  .tab-caption:hover:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

/*////////////////////////*/

/* - TABS MEDIA QUERIES - */

/*////////////////////////*/

@media (max-width: 1199px) {
  .tab-slider {
    padding: 0 3%;
  }

  .tab-slider .swiper-controls {
    left: -2%;
    right: -2%;
  }

  .tab-slider .swiper-controls .swiper-button-prev {
    margin-left: 0;
  }

  .tab-slider .swiper-controls .swiper-button-next {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .tab-slider .swiper-controls {
    left: -4.6%;
    right: -4.6%;
  }
}

@media (min-width: 768px) {
  .tab-title,
  .filter > span {
    display: none;
  }
}

@media (max-width: 767px) {
  .tab-nav {
    margin-bottom: 28px;
  }

  .tab-slider .swiper-slide .img,
  .tab-slider .swiper-slide .img img {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }

  .tab-slider .swiper-slide .img.centered img {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    min-height: auto;
  }

  .tab-slider .swiper-slide .bg-white {
    padding: 24px 36px 36px;
    margin: 0;
  }

  .tab-slider .swiper-controls {
    pointer-events: none;
  }

  .tab-slider .swiper-controls > * {
    pointer-events: auto;
  }

  .tab-caption {
    font-size: 15px;
    min-width: auto;
    line-height: 17px;
    padding: 0 0 6px;
    margin-right: 40px;
  }

  .tab-caption:before {
    height: 3px;
    bottom: 0;
  }

  .tab-nav,
  .filter {
    z-index: 1;
    text-align: left;
    position: relative;
  }

  .tab-nav.active .tab-title:after,
  .tab-nav.active > span:after,
  .filter.active .tab-title:after,
  .filter.active > span:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    border-color: #1aa31a transparent transparent transparent;
  }

  .tab-nav.active .tab-toggle,
  .filter.active ul {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .tab-toggle,
  .filter ul {
    left: 0;
    right: 0;
    opacity: 0;
    padding: 5px 0;
    overflow: auto;
    max-height: 240px;
    position: absolute;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    top: calc(100% - 2px);
    background-color: #ecefee;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    will-change: transform, opacity;
    -webkit-box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.75);
  }

  .tab-toggle::-webkit-scrollbar,
  .filter ul::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  .tab-toggle::-webkit-scrollbar-track,
  .filter ul::-webkit-scrollbar-track {
    background-color: #ecefee;
  }

  .tab-toggle::-webkit-scrollbar-thumb,
  .filter ul::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color: #8e8e8e;
  }

  .tab-toggle .tab-caption,
  .tab-toggle li.btn.btn-light,
  .filter ul .tab-caption,
  .filter ul li.btn.btn-light {
    padding: 10px;
    margin-right: 0;
  }

  .tab-toggle .tab-caption,
  .tab-toggle li.btn.btn-light,
  .filter ul .tab-caption,
  .filter ul li.btn.btn-light {
    color: #8e8e8e;
    display: block;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    line-height: 22px;
  }

  .tab-toggle .tab-caption.active,
  .tab-toggle .tab-caption.btn.active,
  .tab-toggle li.btn.btn-light.active,
  .tab-toggle li.btn.btn-light.btn.active,
  .filter ul .tab-caption.active,
  .filter ul .tab-caption.btn.active,
  .filter ul li.btn.btn-light.active,
  .filter ul li.btn.btn-light.btn.active {
    color: #1aa31a;
  }

  .tab-toggle .tab-caption:before,
  .tab-toggle li.btn.btn-light:before,
  .filter ul .tab-caption:before,
  .filter ul li.btn.btn-light:before {
    display: none;
  }

  .tab-title,
  .filter > span {
    color: #8c8c8c;
    height: 46px;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    padding: 12px 10px 10px;
    border-bottom: 2px solid #a0af9e;
  }

  .tab-title:after,
  .filter > span:after {
    right: 10px;
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #8c8c8c transparent transparent transparent;
  }
}

@media (max-width: 575px) {
  .tab-caption {
    margin-right: 34px;
  }

  .tab-slider {
    padding: 0;
  }

  .tab-slider .swiper-controls {
    top: auto;
    left: 15px;
    right: 15px;
    bottom: 0;
    margin-top: 0;
  }

  .tab-slider .swiper-slide .img.centered img {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    min-height: auto;
  }
}

/*///////////////*/

/* - ACCORDION - */

/*///////////////*/

.accordion {
  width: 100%;
  border-bottom: 1px solid #8c8c8c;
}

.accordion:last-child {
  margin-bottom: 30px;
  border-bottom: none;
}

.accordion-title {
  cursor: pointer;
  position: relative;
  padding: 15px 30px 15px 0;
}

.accordion-title:after {
  top: 50%;
  right: 10px;
  margin-top: -2px;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #100e0f transparent transparent transparent;
}

.accordion-title.active .h6 {
  color: #1aa31a;
}

.accordion-title.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  border-color: #1aa31a transparent transparent transparent;
}

.accordion-toggle {
  display: none;
  padding-bottom: 30px;
}

.accordion-toggle .content {
  margin-bottom: 0;
}

/*/////////////////////*/

/* - ACCORDION HOVER - */

/*/////////////////////*/

@media (min-width: 1200px) {
  .accordion-title:hover .h6 {
    color: #1aa31a;
  }

  .accordion-title:hover:after {
    border-color: #1aa31a transparent transparent transparent;
  }
}

/*/////////////////////////////*/

/* - ACCORDION MEDIA QUERIES - */

/*/////////////////////////////*/

@media (max-width: 991px) {
  .accordion-title {
    padding: 15px 30px 15px 0;
  }

  .accordion-toggle {
    padding: 0 0 15px;
  }
}

/*/////////*/

/* - MAP - */

/*/////////*/

.map-wrap {
  margin-bottom: 120px;
  padding-top: 84%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
}

.map-block > div {
  height: calc(100% + 26px) !important;
}

.gm-style .gm-style-iw-c {
  color: #fff;
  padding: 15px !important;
  background-color: #1aa31a;
  border-radius: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 6.344px 2.958px 24px 0px rgba(43, 102, 144, 0.1);
  box-shadow: 6.344px 2.958px 24px 0px rgba(43, 102, 144, 0.1);
}

.gm-style .gm-style-iw-c button {
  top: 0 !important;
  right: 0 !important;
  width: 23px !important;
  height: 23px !important;
  background: none !important;
}

.gm-style .gm-style-iw-c button:before,
.gm-style .gm-style-iw-c button:after {
  top: 11px;
  left: 5px;
  width: 13px;
  height: 1px;
  content: "";
  position: absolute;
  border-radius: 3px;
  background-color: #fff;
}

.gm-style .gm-style-iw-c button:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gm-style .gm-style-iw-c button:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.gm-style .gm-style-iw-c button img {
  display: none !important;
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}

.gm-style .gm-style-iw-t:after {
  background: #1aa31a !important;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.gm-ui-hover-effect {
  opacity: 1 !important;
}

.map-content {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Proxima Nova";
}

/*///////////////*/

/* - MAP HOVER - */

/*///////////////*/

@media (min-width: 1200px) {
  .gm-style .gm-style-iw-c button:hover {
    background: #fff !important;
  }

  .gm-style .gm-style-iw-c button:hover:before,
  .gm-style .gm-style-iw-c button:hover:after {
    background-color: #000;
  }

  .gm-style .gm-style-iw-c button:hover img {
    display: none !important;
  }
}

/*///////////////////////*/

/* - MAP MEDIA QUERIES - */

/*///////////////////////*/

@media (max-width: 1499px) {
  .map-wrap {
    margin-bottom: 100px;
  }
}

@media (max-width: 1199px) {
  .map-wrap {
    margin-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .map-wrap {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .map-wrap + .text-center-sm {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .map-wrap {
    padding-top: 100%;
    margin: 50px -15px;
  }
}

/*///////////*/

/* - FOOTER- */

/*///////////*/

footer {
  font-size: 0;
  padding: 65px 0;
  background-color: #748974;
  font-family: "Cera PRO", sans-serif;
}

footer .img {
  max-width: 36px;
  margin-right: 15px;
}

footer .img + p {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  width: calc(100% - 35px);
}

footer .img,
footer .img + p {
  margin-top: 15px;
  display: inline-block;
  vertical-align: middle;
}

footer ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 36px;
  -moz-column-gap: 36px;
  column-gap: 36px;
}

footer ul li {
  display: block;
}

footer ul li.active a,
footer ul li.current-menu-item a {
  opacity: 1;
}

footer ul a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
}

/*//////////////////*/

/* - HEADER HOVER - */

/*//////////////////*/

@media (min-width: 1200px) {
  footer ul a:hover {
    opacity: 1;
  }
}

/*//////////////////////////*/

/* - HEADER MEDIA QUERIES - */

/*//////////////////////////*/

@media (max-width: 991px) {
  footer .img,
  footer .img + p {
    margin-top: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  footer .img,
  footer .img + p {
    margin-top: 0;
  }

  footer ul {
    margin-bottom: 30px;
  }

  footer ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  footer ul li:nth-child(3) {
    margin-bottom: 30px;
  }

  footer ul li:nth-child(6) {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  footer {
    text-align: center;
    padding: 30px 0;
  }

  footer p {
    width: 100%;
  }
}

/*////////////*/

/* - HEADER - */

/*////////////*/

nav,
.eye-bar {
  display: block;
}

header.open-menu #menu-btn span:first-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header.open-menu #menu-btn span:nth-child(2) {
  background: transparent;
}

header.open-menu #menu-btn span:nth-child(2):after {
  content: "";
  width: 10px;
  position: absolute;
  height: 10px;
  background-color: #0000000f;
  border-radius: 50%;
  left: 9px;
  top: -3px;
  box-shadow: 0px 0px 10px 10px #0000000f;
}

header.open-menu #menu-btn span:last-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

header.open-menu nav {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

header.open-eye .eye-bar {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
}

nav {
  opacity: 0;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px #00000040;
  position: absolute;
  top: 80px;
  padding: 45px 66px 40px 104px;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(0, -100%, 0);
  will-change: transform, box-shadow, opacity;
}

@media (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
  nav {
    padding: 45px 30px 40px 30px;

    top: 70px;
  }
}
@media (max-width: 767px) {
  nav {
    text-align: center;
    padding: 100px 66px 40px 69px;
  }
}
@media (max-width: 992px) {
  nav {
    max-height: unset;
    top: 0;
    padding: 100px 66px 40px 14%;
  }
}

nav ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

nav ::-webkit-scrollbar-track {
  background-color: transparent;
}

nav ::-webkit-scrollbar-thumb {
  background-color: #1aa31a;
}

nav ul li {
  display: block;
  margin-bottom: 11.8px;
  margin-top: 11.8px;
}
nav ul li.header-nav-menu__item .header-nav-menu__link-wrapper svg {
  display: none;
}

nav ul.header-nav-menu__submenu > li:not(:last-child) {
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  nav ul li {
    margin-bottom: 14.1px;
    margin-top: 5px;
    max-width: 250px;
  }
  nav ul.header-nav-menu__submenu li {
    max-width: 220px;
  }

  header.open-menu .header_right-wrappper {
    position: absolute;
    z-index: 10;
    top: 23.8px;
    right: 51px;
  }
  nav ul li.header-nav-menu__item .header-nav-menu__link-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  nav ul li.header-nav-menu__item > .header-nav-menu__link-wrapper svg {
    display: block;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;

    /* top: 9px;
    right: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #1aa31a transparent transparent transparent;
    transition: border-color 0.3s ease-in-out, transform 0.3s ease-in-out; */
  }
  nav ul li.header-nav-menu__item > .header-nav-menu__link-wrapper svg path {
    transition: fill 0.3s ease-in-out;
  }
}
nav ul li.header-nav-menu__item.open > .header-nav-menu__link-wrapper svg path {
  fill: black;
  transition: fill 0.3s ease-in-out;
}
nav ul li.header-nav-menu__item.open > .header-nav-menu__link-wrapper svg {
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;

  /* top: 50px;

  border-color: black transparent transparent transparent;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transform: translateY(-3px);
  transition: border-color 0.3s ease-in-out, transform 0.3s ease-in-out; */
}
nav ul.header-nav-menu__submenu li.header-nav-menu__item.open:after {
  top: 45px;
}

nav ul li.active a,
nav ul li a {
  color: #1aa31a;
}

nav ul li a {
  color: #100e0f;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
nav ul {
  list-style: none;
}

#lang span,
#lang a {
  color: #100e0f;
  font-size: 20px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
}

#lang span {
  padding-top: 5px;
}

/* #lang span:after {
  top: 50%;
  right: 0;
  margin-top: -6px;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #100e0f transparent transparent transparent;
} */

#lang ul {
  left: 0;
  top: 100%;
  opacity: 0;
  margin-top: 10px;
  padding: 8px 15px;
  position: absolute;
  visibility: hidden;
  background-color: #fff;
  -webkit-transform-origin: 18% top;
  -ms-transform-origin: 18% top;
  transform-origin: 18% top;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  will-change: opacity, visibility, transform;
  -webkit-transition: opacity 0.4s ease-in, visibility 0s ease-in-out 0.42s,
    -webkit-transform 0.4s ease-in;
  transition: opacity 0.4s ease-in, visibility 0s ease-in-out 0.42s,
    -webkit-transform 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in, transform 0.4s ease-in,
    visibility 0s ease-in-out 0.42s;
  transition: opacity 0.4s ease-in, transform 0.4s ease-in,
    visibility 0s ease-in-out 0.42s;
  transition: opacity 0.4s ease-in, transform 0.4s ease-in,
    visibility 0s ease-in-out 0.42s, -webkit-transform 0.4s ease-in;
}

#lang ul:before {
  left: 0;
  right: 0;
  top: -10px;
  content: "";
  height: 10px;
  position: absolute;
}

#lang li {
  margin-bottom: 5px;
}

#lang li:last-child {
  margin-bottom: 0;
}

#lang li.active {
  display: none;
}

.eye-bar {
  left: 0;
  right: 0;
  top: 100%;
  opacity: 0;
  padding: 30px 0;
  position: absolute;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  background-color: #fff;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  will-change: transform, opacity;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
}

.eye-bar .row {
  font-size: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.eye-bar .row > div > span:not(.btn) {
  display: block;
  margin-bottom: 10px;
}

.eye-bar .row > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.eye-bar .text-lg {
  color: #100e0f;
  margin-right: 10px;
}

.eye-bar .btn {
  margin-right: 10px;
}

.eye-bar .btn:last-child {
  margin-right: 0;
}

.eye-bar .btn:not(.active) {
  color: #1aa31a;
}

.eye-bar .btn:not(.active):before {
  background-color: transparent;
}

.eye-bar .btn[data-option="large"],
.eye-bar .btn[data-option="largest"] {
  color: transparent !important;
}

.eye-bar .btn[data-option="large"]:after,
.eye-bar .btn[data-option="largest"]:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "Аа";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1aa31a;
  font-size: inherit;
  text-align: center;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: inherit;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.eye-bar .btn[data-option="large"].active:after,
.eye-bar .btn[data-option="largest"].active:after {
  color: #fff;
}

.eye-bar .btn[data-option="large"]:after {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.eye-bar .btn[data-option="largest"]:after {
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}

.eye-bar .btn[data-option="dark"]:before {
  background-color: #e3f1ec;
}

.eye-bar .btn[data-option="darkest"] {
  color: #fff;
}

.eye-bar .btn[data-option="darkest"]:before {
  background-color: #100e0f;
}

.eye-bar .btn.active:before {
  background-color: #1aa31a;
}

.eye-bar .btn-close {
  top: auto;
  right: auto;
  bottom: auto;
  margin-left: auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/*//////////////////*/

/* - HEADER HOVER - */

/*//////////////////*/

@media (min-width: 1200px) {
  #menu-btn:hover span {
    background-color: #1aa31a;
  }

  nav li a:hover {
    color: #1aa31a;
  }

  #lang:hover span:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    border-color: #1aa31a transparent transparent transparent;
  }

  #lang:hover ul {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
    -webkit-transition: opacity 0.4s ease-in, visibility 0s ease-in-out,
      -webkit-transform 0.4s ease-in;
    transition: opacity 0.4s ease-in, visibility 0s ease-in-out,
      -webkit-transform 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in, transform 0.4s ease-in,
      visibility 0s ease-in-out;
    transition: opacity 0.4s ease-in, transform 0.4s ease-in,
      visibility 0s ease-in-out;
    transition: opacity 0.4s ease-in, transform 0.4s ease-in,
      visibility 0s ease-in-out, -webkit-transform 0.4s ease-in;
  }

  #lang a:hover:not(.active) {
    color: #1aa31a;
  }

  #search:hover path,
  #eye:hover path {
    fill: #1aa31a;
  }

  .eye-bar .btn:hover {
    color: #fff;
  }

  .eye-bar .btn:hover:before {
    background-color: #1aa31a;
  }

  .eye-bar .btn[data-option="large"]:hover,
  .eye-bar .btn[data-option="largest"]:hover {
    color: transparent !important;
  }

  .eye-bar .btn[data-option="large"]:hover:after,
  .eye-bar .btn[data-option="largest"]:hover:after {
    color: #fff;
  }
}

/*//////////////////////////*/

/* - HEADER MEDIA QUERIES - */

/*//////////////////////////*/

@media (min-width: 1200px) {
  #lang span {
    pointer-events: none;
  }
}

@media (max-width: 1199px) {
  header {
    height: 70px;
  }

  #lang.active span:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    border-color: #1aa31a transparent transparent transparent;
  }

  #lang.active ul {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
    -webkit-transition: opacity 0.42s ease-in-out, visibility 0s ease-in-out,
      -webkit-transform 0.42s ease-in-out;
    transition: opacity 0.42s ease-in-out, visibility 0s ease-in-out,
      -webkit-transform 0.42s ease-in-out;
    -o-transition: opacity 0.42s ease-in-out, transform 0.42s ease-in-out,
      visibility 0s ease-in-out;
    transition: opacity 0.42s ease-in-out, transform 0.42s ease-in-out,
      visibility 0s ease-in-out;
    transition: opacity 0.42s ease-in-out, transform 0.42s ease-in-out,
      visibility 0s ease-in-out, -webkit-transform 0.42s ease-in-out;
  }
}

@media (max-width: 991px) {
  .eye-bar .row > div {
    margin-top: 30px;
  }

  .eye-bar .row > div:nth-child(1),
  .eye-bar .row > div:nth-child(2) {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .eye-bar {
    overflow: auto;
    max-height: calc(100vh - 70px);
  }

  .eye-bar ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  .eye-bar ::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .eye-bar ::-webkit-scrollbar-thumb {
    background-color: #1aa31a;
  }

  .eye-bar .row > div {
    text-align: center;
    margin-top: 30px;
  }

  .eye-bar .row > div:nth-child(1) {
    margin-top: 0;
  }

  .eye-bar .row > div:nth-child(2) {
    margin-top: 30px;
  }
}

/*////////////*/

/* - POPUPS - */

/*////////////*/

.popup-wrap,
.popup-content,
.layer-close {
  top: 0;
  width: 100%;
  height: 100vh;
}

.popup-wrap,
.layer-close {
  left: 0;
}

.popup-wrap,
.popup-content {
  opacity: 0;
}

.popup-wrap {
  z-index: 101;
  display: block;
  position: fixed;
  /* backdrop-filter: blur(6px); */
  will-change: opacity, transform;
  -webkit-transform: translate3d(-1000%, 0, 0);
  transform: translate3d(-1000%, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 0.4s ease-in, -webkit-transform 0s linear 0.4s;
  transition: opacity 0.4s ease-in, -webkit-transform 0s linear 0.4s;
  -o-transition: opacity 0.4s ease-in, transform 0s linear 0.4s;
  transition: opacity 0.4s ease-in, transform 0s linear 0.4s;
  transition: opacity 0.4s ease-in, transform 0s linear 0.4s,
    -webkit-transform 0s linear 0.4s;
}

.popup-wrap.active {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: opacity 0.4s ease-in, -webkit-transform 0s;
  transition: opacity 0.4s ease-in, -webkit-transform 0s;
  -o-transition: opacity 0.4s ease-in, transform 0s;
  transition: opacity 0.4s ease-in, transform 0s;
  transition: opacity 0.4s ease-in, transform 0s, -webkit-transform 0s;
}

.popup-content,
.layer-close {
  position: absolute;
}

.popup-content {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit--backface-visibility: hidden;
  will-change: visibility, transform, opacity;
  -webkit-transition: opacity 0.42s ease-in-out, visibility 0s ease 0.42s,
    -webkit-transform 0.42s ease-in-out;
  transition: opacity 0.42s ease-in-out, visibility 0s ease 0.42s,
    -webkit-transform 0.42s ease-in-out;
  -o-transition: transform 0.42s ease-in-out, opacity 0.42s ease-in-out,
    visibility 0s ease 0.42s;
  transition: transform 0.42s ease-in-out, opacity 0.42s ease-in-out,
    visibility 0s ease 0.42s;
  transition: transform 0.42s ease-in-out, opacity 0.42s ease-in-out,
    visibility 0s ease 0.42s, -webkit-transform 0.42s ease-in-out;
}

.popup-content .btn-close {
  z-index: 1;
  top: 15px;
  right: 15px;
}

.popup-content.active {
  left: 0;
  opacity: 1;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  -webkit-transition: opacity 0.42s ease-in-out, visibility 0s ease 0s,
    -webkit-transform 0.42s ease-in-out;
  transition: opacity 0.42s ease-in-out, visibility 0s ease 0s,
    -webkit-transform 0.42s ease-in-out;
  -o-transition: transform 0.42s ease-in-out, opacity 0.42s ease-in-out,
    visibility 0s ease 0s;
  transition: transform 0.42s ease-in-out, opacity 0.42s ease-in-out,
    visibility 0s ease 0s;
  transition: transform 0.42s ease-in-out, opacity 0.42s ease-in-out,
    visibility 0s ease 0s, -webkit-transform 0.42s ease-in-out;
}

.popup-content.gallery-popup {
  overflow: auto;
  max-height: 100vh;
  padding: 40px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup-content.gallery-popup .popup-container {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.popup-content.gallery-popup .swiper-slider {
  position: relative;
}

.popup-content.gallery-popup .popup-container,
.popup-content.gallery-popup .swiper-slider,
.popup-content.gallery-popup .swiper-wrapper,
.popup-content.gallery-popup .swiper-container,
.popup-content.gallery-popup .swiper-slide,
.popup-content.gallery-popup .swiper-slide .img {
  height: 100% !important;
  max-height: none !important;
}

.popup-content.gallery-popup .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-content.gallery-popup .swiper-slide .img img {
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popup-content.gallery-popup .swiper-button-prev,
.popup-content.gallery-popup .swiper-button-next {
  top: 50%;
  margin-top: -24px;
}

.popup-content.gallery-popup .swiper-pagination-fraction {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.popup-container {
  width: 100%;
  overflow: auto;
  max-width: 100%;
  padding: 70px 8%;
  max-height: 100%;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popup-container.size-1 {
  max-width: 760px;
}

.popup-container.size-2 {
  max-width: 1180px;
}

.popup-container.size-2 .decor img {
  width: 100%;
  display: block;
}

.popup-container.size-2 .decor:nth-child(1) {
  left: 0;
  bottom: 0;
  max-width: 11%;
}

.popup-container.size-2 .decor:nth-child(2) {
  right: 0;
  top: 50%;
  max-width: 12%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.popup-container.size-3 {
  padding: 0;
  max-width: 100%;
  background: transparent;
}

.open-popup {
  cursor: pointer;
}

[data-rel="search-popup"] .h3 img {
  max-width: 24px;
  max-height: 24px;
  margin-top: -8px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}

[data-rel="search-popup"] form {
  position: relative;
}

[data-rel="search-popup"] input {
  padding-right: 55px;
}

[data-rel="search-popup"] .swiper-button-next {
  top: 0;
  right: 0;
  margin: 0;
}

/*//////////////////////////*/

/* - POPUPS MEDIA QUERIES - */

/*//////////////////////////*/

@media (max-width: 1399px) {
  .popup-container {
    padding: 70px 7%;
  }

  .video-popup-container {
    max-width: 1000px;
  }
}

@media (max-width: 767px) {
  .popup-content .btn-close {
    top: 10px;
    right: 10px;
  }

  .popup-content.gallery-popup .swiper-button-prev {
    left: 5px;
  }

  .popup-content.gallery-popup .swiper-button-next {
    right: 5px;
  }

  .popup-content.gallery-popup .swiper-pagination {
    bottom: 0;
  }

  .popup-container {
    padding: 30px 15px;
  }

  .popup-container.size-2 .decor {
    display: none;
  }
}

/*/////////////*/

/* - SELECT2 - */

/*/////////////*/

.select2 {
  width: 100% !important;
}

.select2-container,
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple,
.select2-container .select2-search--inline .select2-search__field,
.select2-dropdown,
.select2-search--dropdown .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-container {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  height: 48px;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-dropdown {
  opacity: 0;
  width: 100%;
  z-index: 1051;
  display: block;
  left: -100000px;
  position: absolute;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  will-change: transform, opacity;
  -webkit-box-shadow: 0 9px 15px -8px rgba(0, 0, 0, 0.45);
  box-shadow: 0 9px 15px -8px rgba(0, 0, 0, 0.45);
  /* transition: transform .42s ease-in-out, opacity .42s ease-in-out; */
}

.select2-dropdown.select2-dropdown--above {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

.select2-dropdown.select2-dropdown--below {
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}

.select2-results {
  display: block;
  text-align: center;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #8c8c8c;
  border-top: none;
}

.select2-results__option {
  padding: 10px;
  color: #8e8e8e;
  display: block;
  font-size: 18px;
  text-align: left;
  font-weight: 400;
  line-height: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results__option:first-child {
  display: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
*/

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__rendered:after,
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__rendered:after {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: 14% center;
  -ms-transform-origin: 14% center;
  transform-origin: 14% center;
}

.select2-container--default.select2-container--open .select2-dropdown,
.select2-container--classic.select2-container--open .select2-dropdown {
  -webkit-animation: dropdown 0.42s ease-in-out forwards;
  animation: dropdown 0.42s ease-in-out forwards;
}

.select2-search__field {
  margin-bottom: 0;
}

@-webkit-keyframes dropdown {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes dropdown {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #8c8c8c;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding: 12px 15px;
  border: 1px solid #8c8c8c;
  border-radius: 11px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 10px;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
  top: 50%;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  border-color: #1aa31a transparent transparent transparent;
}

.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  outline: 0;
  border: solid black 1px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  padding: 5px 0;
  overflow-y: auto;
  max-height: 240px;
  background-color: #fff;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-track {
  background-color: transparent;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #1aa31a;
}

.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}

/*
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #1AA31A;
  pointer-events: none;
}
*/

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  color: #1aa31a;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, white),
    to(#eeeeee)
  );
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #eeeeee),
    to(#cccccc)
  );
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}

.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    color-stop(50%, #eeeeee)
  );
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #eeeeee),
    to(white)
  );
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/*///////////////////*/

/* - SELECT2 HOVER - */

/*///////////////////*/

@media (min-width: 1200px) {
  .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover,
  .select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #000;
  }
}

/*#############*/

/* TRANSITIONS */

/*#############*/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  -moz-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

a,
header,
nav,
input,
textarea,
input::placeholder,
textarea::placeholder,
footer li a:after,
input,
textarea,
#search path,
#eye path,
.eye-bar,
#lang span:after,
#menu-btn,
#menu-btn span,
.img-logo img,
.social circle,
.social path,
.thumb img,
.swiper-button-prev svg,
.swiper-button-next svg,
.swiper-entry-bottom .img,
.btn,
.btn-close svg,
.eye-bar .btn:after,
.swiper-pagination-bullet,
.swiper-pagination-bullet:before,
.content-tab.active,
.btn-close span,
.home-banner-bg .desktop-video,
.manager.gallery img,
.manager.gallery .text-sm b,
.catalog > div .img img,
.accordion-title .h6,
.accordion-title:after,
.gm-style .gm-style-iw-c button,
.gm-style .gm-style-iw-c button:before,
.gm-style .gm-style-iw-c button:after,
.select2-selection__arrow,
.select2-results__option {
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

::-moz-selection {
  color: #ecefee;
  background-color: #dc9d61;
}

::selection {
  color: #ecefee;
  background-color: #dc9d61;
}

/*///////////*/

/* - ACCESSIBILITY - */

/*///////////////////*/

.bw-on img,
.bw-on [data-bg-src],
.bw-on #circle,
.bw-on .blur,
.bw-on .ad_slider-wrapper {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.bw-on img *,
.bw-on [data-bg-src] * {
  -webkit-filter: none;
  filter: none;
}

.font-large .content {
  font-size: 26px;
  line-height: 32px;
}

.font-large .text-lg {
  font-size: 30px;
  line-height: 36px;
}

.font-large .text-sm {
  font-size: 24px;
  line-height: 32px;
}

.font-large blockquote,
.font-large .blockquote {
  font-size: 28px;
  line-height: 33px;
}

.font-large nav ul li a {
  font-size: 22px;
  line-height: 48px;
}

.font-large #lang span,
.font-large #lang a {
  font-size: 20px;
  line-height: 24px;
}

.font-large h1,
.font-large .h1 {
  font-size: 58px;
  line-height: 70px;
}

.font-large h2,
.font-large .h2 {
  font-size: 54px;
  line-height: 64px;
}

.font-large h3,
.font-large .h3 {
  font-size: 40px;
  line-height: 46px;
}

.font-large h4,
.font-large .h4 {
  font-size: 38px;
  line-height: 42px;
}

.font-large h5,
.font-large .h5 {
  font-size: 34px;
  line-height: 38px;
}

.font-large h6,
.font-large .h6 {
  font-size: 32px;
  line-height: 36px;
}

.font-large .manager:not(.style-2):not(.gallery) .content > * {
  font-size: 20px;
  line-height: 24px;
}

.font-large .btn {
  font-size: 22px;
  line-height: 28px;
}

.font-large .btn.btn-inline {
  font-size: 17px;
  line-height: 0.9;
}

.font-large .custom-pagination-slider .swiper-pagination-bullet {
  font-size: 22px;
  line-height: 28px;
}

.font-large .page-menu a {
  font-size: 22px;
  line-height: 28px;
}

.font-large .catalog > div .text-lg {
  font-size: 24px;
}

.font-large .catalog > div .text-sm {
  font-size: 20px;
  line-height: 26px;
}

.font-large footer ul a,
.font-large footer .img + p {
  font-size: 14px;
  line-height: 14px;
}

.font-largest .content {
  font-size: 30px;
  line-height: 36px;
}

.font-largest .text-lg {
  font-size: 34px;
  line-height: 40px;
}

.font-largest .text-sm {
  font-size: 28px;
  line-height: 34px;
}

.font-largest blockquote,
.font-largest .blockquote {
  font-size: 32px;
  line-height: 37px;
}

.font-largest nav ul li a {
  font-size: 26px;
  line-height: 48px;
}

.font-largest #lang span,
.font-largest #lang a {
  font-size: 24px;
  line-height: 28px;
}

.font-largest h1,
.font-largest .h1 {
  font-size: 62px;
  line-height: 74px;
}

.font-largest h2,
.font-largest .h2 {
  font-size: 58px;
  line-height: 68px;
}

.font-largest h3,
.font-largest .h3 {
  font-size: 42px;
  line-height: 50px;
}

.font-largest h4,
.font-largest .h4 {
  font-size: 42px;
  line-height: 46px;
}

.font-largest h5,
.font-largest .h5 {
  font-size: 38px;
  line-height: 42px;
}

.font-largest h6,
.font-largest .h6 {
  font-size: 36px;
  line-height: 40px;
}

.font-largest .manager:not(.style-2):not(.gallery) .content > * {
  font-size: 24px;
  line-height: 28px;
}

.font-largest .btn {
  font-size: 24px;
  line-height: 32px;
}

.font-largest .btn.btn-inline {
  font-size: 20px;
  line-height: 24px;
}

.font-largest .custom-pagination-slider .swiper-pagination-bullet {
  font-size: 26px;
  line-height: 32px;
}

.font-largest .page-menu a {
  font-size: 26px;
  line-height: 32px;
}

.font-largest .catalog > div .text-lg {
  font-size: 28px;
}

.font-largest .catalog > div .text-sm {
  font-size: 24px;
  line-height: 30px;
}

.font-largest footer ul a,
.font-largest footer .img + p {
  font-size: 18px;
  line-height: 18px;
}

.colors-dark {
  background-color: #e3f1ec;
}

.colors-dark header,
.colors-dark nav,
.colors-dark #lang,
.colors-dark #lang ul,
.colors-dark .eye-bar,
.colors-dark .popup-container {
  background-color: #e3f1ec;
}

.colors-dark blockquote,
.colors-dark .blockquote {
  background-color: #c0cac6;
}

.colors-darkest {
  background-color: #463e42;
}

.colors-darkest header,
.colors-darkest nav,
.colors-darkest #lang ul,
.colors-darkest .eye-bar,
.colors-darkest .popup-container {
  background-color: #463e42;
}

.colors-darkest .product .img,
.colors-darkest .catalog .img.centered,
.colors-darkest footer {
  background-color: #100e0f;
}

.colors-darkest .catalog > div .text-lg {
  color: #fff;
}

.colors-darkest blockquote,
.colors-darkest .blockquote {
  color: #fff;
  background-color: #424e4a;
}

.colors-darkest #menu-btn span {
  background-color: #000;
}

.colors-darkest .content,
.colors-darkest nav li a,
.colors-darkest b,
.colors-darkest h1,
.colors-darkest .h1,
.colors-darkest h2,
.colors-darkest .h2,
.colors-darkest h3,
.colors-darkest .h3,
.colors-darkest h4,
.colors-darkest .h4,
.colors-darkest h5,
.colors-darkest .h5,
.colors-darkest h6,
.colors-darkest .h6,
.colors-darkest label,
.colors-darkest #lang li a,
.colors-darkest [download],
.colors-darkest .download,
.colors-darkest .pagination a,
.colors-darkest .page-numbers a,
.colors-darkest .page-numbers span,
.colors-darkest .eye-bar .text-lg,
.colors-darkest .eye-bar .btn:not(.active),
.colors-darkest
  .custom-pagination-slider
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active),
.colors-darkest .page-menu:not(.current_page_item),
.colors-darkest .thumb .text-semibold,
.colors-darkest .medicaments_subtitle,
.colors-darkest .medicaments_list,
.colors-darkest .slick-slide:not(.slick-current),
.colors-darkest .tn-atom__prx-wrapper,
.colors-darkest .medicaments_verif_text span,
.colors-darkest .med_article_wrap,
.colors-darkest .tabs-slide p,
.colors-darkest .projects-section__slider h3,
.colors-darkest .projects-section__slider p,
.blocks__text {
  color: #fff;
}

.colors-darkest .social a path,
.colors-darkest #search path,
.colors-darkest #eye path {
  fill: #000;
}

.colors-darkest .accordion-title:after,
.colors-darkest #lang span:after {
  border-color: #fff transparent transparent transparent;
}

.colors-darkest .manager.style-2 {
  background-color: #100e0f;
}

.colors-darkest table tr:nth-child(odd) {
  background-color: #1b1819;
}

.colors-darkest table tr:nth-child(even) {
  background-color: #362f33;
}

.bapf_head {
  display: none;
}

.bapf_button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.bapf_sfilter {
  width: 100%;
}

@media (min-width: 1200px) {
  .colors-darkest nav li a:hover,
  .colors-darkest [download]:hover,
  .colors-darkest .download:hover,
  .colors-darkest
    .custom-pagination-slider
    .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover,
  .colors-darkest .page-menu:not(.current_page_item):hover,
  .colors-darkest .catalog > div .text-lg:hover {
    color: #1aa31a;
  }

  .colors-darkest #menu-btn:hover span {
    background-color: #1aa31a;
  }

  .colors-darkest .social a:hover path,
  .colors-darkest #search:hover path,
  .colors-darkest #eye:hover path {
    fill: #1aa31a;
  }

  .colors-darkest .accordion-title:hover:after,
  .colors-darkest #lang:hover span:after {
    border-color: #1aa31a transparent transparent transparent;
  }
}

/*/////////////////////////////////*/

/* - ACCESSIBILITY MEDIA QUERIES - */

/*/////////////////////////////////*/
.font-large .single-product-page__desktop-anchor-links-wrapper > ul > li {
  font-size: 20px;
}
.font-largest .single-product-page__desktop-anchor-links-wrapper > ul > li {
  font-size: 23px;
}
@media (max-width: 1499px) {
  .font-large .content {
    font-size: 24px;
    line-height: 30px;
  }

  .font-large .text-lg {
    font-size: 28px;
    line-height: 33px;
  }

  .font-large .text-sm {
    font-size: 22px;
    line-height: 30px;
  }

  .font-large blockquote,
  .font-large .blockquote {
    font-size: 26px;
    line-height: 32px;
  }

  .font-large h1,
  .font-large .h1 {
    font-size: 54px;
    line-height: 64px;
  }

  .font-large h2,
  .font-large .h2 {
    font-size: 48px;
    line-height: 58px;
  }

  .font-large h3,
  .font-large .h3 {
    font-size: 36px;
    line-height: 40px;
  }

  .font-large h4,
  .font-large .h4 {
    font-size: 34px;
    line-height: 38px;
  }

  .font-large h5,
  .font-large .h5 {
    font-size: 30px;
    line-height: 34px;
  }

  .font-large h6,
  .font-large .h6 {
    font-size: 30px;
    line-height: 32px;
  }

  .font-large .custom-pagination-slider .swiper-pagination-bullet {
    font-size: 18px;
    line-height: 28px;
  }

  .font-large .page-menu a {
    font-size: 18px;
    line-height: 28px;
  }

  .font-largest .content {
    font-size: 28px;
    line-height: 34px;
  }

  .font-largest .text-lg {
    font-size: 32px;
    line-height: 37px;
  }

  .font-largest .text-sm {
    font-size: 26px;
    line-height: 34px;
  }

  .font-largest blockquote,
  .font-largest .blockquote {
    font-size: 30px;
    line-height: 36px;
  }

  .font-largest h1,
  .font-largest .h1 {
    font-size: 58px;
    line-height: 68px;
  }

  .font-largest h2,
  .font-largest .h2 {
    font-size: 52px;
    line-height: 62px;
  }

  .font-largest h3,
  .font-largest .h3 {
    font-size: 40px;
    line-height: 44px;
  }

  .font-largest h4,
  .font-largest .h4 {
    font-size: 38px;
    line-height: 42px;
  }

  .font-largest h5,
  .font-largest .h5 {
    font-size: 34px;
    line-height: 38px;
  }

  .font-largest h6,
  .font-largest .h6 {
    font-size: 32px;
    line-height: 36px;
  }

  .font-largest .custom-pagination-slider .swiper-pagination-bullet {
    font-size: 22px;
    line-height: 32px;
  }

  .font-largest .page-menu a {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 991px) {
  .font-large .content {
    font-size: 22px;
    line-height: 28px;
  }
  .font-large .about-content .content {
    font-size: 18px;
  }

  .font-large .text-lg {
    font-size: 24px;
    line-height: 28px;
  }

  .font-large .text-sm {
    font-size: 20px;
    line-height: 28px;
  }

  .font-large blockquote,
  .font-large .blockquote {
    font-size: 22px;
    line-height: 28px;
  }

  .font-large h1,
  .font-large .h1 {
    font-size: 34px;
    line-height: 44px;
  }

  .font-large h2,
  .font-large .h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .font-large h3,
  .font-large .h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .font-large h4,
  .font-large .h4 {
    font-size: 30px;
    line-height: 36px;
  }

  .font-large h5,
  .font-large .h5 {
    font-size: 26px;
    line-height: 32px;
  }

  .font-large h6,
  .font-large .h6 {
    font-size: 24px;
    line-height: 30px;
  }

  .font-largest .content {
    font-size: 26px;
    line-height: 32px;
  }
  .font-largest .about-content .content {
    font-size: 22px;
  }

  .font-large .text-lg {
    font-size: 28px;
    line-height: 32px;
  }

  .font-large .text-sm {
    font-size: 24px;
    line-height: 32px;
  }

  .font-large blockquote,
  .font-large .blockquote {
    font-size: 26px;
    line-height: 32px;
  }

  .font-large h1,
  .font-large .h1 {
    font-size: 38px;
    line-height: 48px;
  }

  .font-large h2,
  .font-large .h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .font-large h3,
  .font-large .h3 {
    font-size: 34px;
    line-height: 44px;
  }

  .font-large h4,
  .font-large .h4 {
    font-size: 34px;
    line-height: 40px;
  }

  .font-large h5,
  .font-large .h5 {
    font-size: 30px;
    line-height: 36px;
  }

  .font-large h6,
  .font-large .h6 {
    font-size: 28px;
    line-height: 34px;
  }
}

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

.content_overlay {
  background: rgba(120, 255, 120, 0.28);
  border-radius: 11px;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
  top: 0;
  transition: all 0.3s ease;
}

.thumb:hover .content_overlay {
  opacity: 1;
}

.thumb .content {
  margin-bottom: 1.5rem;
}

/* .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 25px !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 25px !important;
} */

.swiper-button-next,
.swiper-button-prev {
  width: 45px !important;
  height: 45px !important;
  background: #c4c4c4 !important;
  border-radius: 50% !important;
  transition: all ease 0.4s;
}

.popup-container .swiper-button-next {
  border-top-right-radius: 11px !important;
  border-bottom-right-radius: 11px !important;
  border-top-left-radius: 0% !important;
  border-bottom-left-radius: 0% !important;
  width: 48px !important;
  height: 48px !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 12px;
  height: 18px;
  transform-origin: 8px 13px;
}

.swiper-button-next svg path,
.swiper-button-prev svg path {
  fill: #fff;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #1aa31a !important;
}

/* @media(max-width: 767px) { */

/* .popup-content.gallery-popup .swiper-button-next,
    .popup-content.gallery-popup .swiper-button-prev,
    .catalog-slider .swiper-button-prev,
    .catalog-slider .swiper-button-next {
        width: 37px !important;
        height: 37px !important;
    }

    .popup-content.gallery-popup .swiper-button-next svg,
    .popup-content.gallery-popup .swiper-button-prev svg,
    .catalog-slider .swiper-button-prev svg,
    .catalog-slider .swiper-button-next svg {

        width: 10px;
        height: 19px;
        transform-origin: 7px 14px;
    } */

/* } */

.popup-content .btn-close {
  border-radius: 50%;
  background: #c4c4c4;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.popup-content .btn-close:hover {
  background: #1aa31a;
}

.popup-content .btn-close:before {
  display: none;
}

.popup-content .btn-close span {
  width: 28px;
  top: auto;
  left: auto;
}

.popup-content .btn-close:hover span {
  background: #fff;
}

.about-banner__title {
  position: absolute;
  left: 0;
}

.banner-title.hidden {
  transform: scale(0);
}

.banner-title.single {
  font-size: 50px;
  line-height: normal;
  margin-bottom: 10px;
}

.about-banner__title {
  font-size: 3vw !important;
  margin-left: calc(50% - 290px) !important;
  text-align: left !important;
  transform: scale(1);
  transform-origin: left center;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .banner-title.single {
    font-size: 20px;
  }
}

sup {
  font-size: small;
  vertical-align: super;
}
