.d-none {
  display: none !important;
}


body {
  min-width: 360px !important;
}
body a {
  text-decoration: none;
}

.container {
  max-width: 1170px;
}

.main_wrap {
  padding-top: 48px;
}

img.white_border {
  border: 10px #fff solid;
}

._active2 {
  background-color: #12a89d !important;
  border-color: #12a89d !important;
}

._ar_3x4 > .col::before {
  padding-top: 170%;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff;
  text-shadow: 0 1px 0 #12a89d, 0 -1px 0 #12a89d, 1px 0 0 #12a89d, -1px 0 0 #12a89d, 0 0 15px #12a89d;
}

.modal-content {
  border-radius: 0;
}

.category .table > :not(caption) > * > * {
  padding: initial;
  border-bottom-width: 0px;
}

/* ADAPTIVES */
/* HEADER */
#header24 {
  background-color: #fff;
  width: 100%;
  position: fixed;
  height: 48px;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.6);
}
#header24 .d-flex {
  font-size: 1rem;
}
#header24 .btn {
  color: #12a89d;
  font-weight: bold;
  text-transform: none;
  color: #e75700;
}
#header24 .btn:hover {
  filter: brightness(120%);
}
#header24 .btn:active {
  border-color: transparent;
}
#header24 .nav-item.current .nav-link {
  color: #fff;
  background-color: #12a89d;
}
#header24 .nav-link {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
#header24 .nav-link:hover {
  cursor: pointer;
  color: #fff;
  background-color: #12a89d;
}
#header24 .nav-link.a187 {
  position: relative;
}
#header24 .lng-switcher a {
  text-decoration: none;
}
#header24 .dropdown-toggle {
  margin-top: -15px;
  outline: none !important;
  border: none;
}
#header24 .dropdown-toggle.btn {
  color: #000;
}
#header24 .dropdown-menu {
  border-radius: 0;
  border: none;
  margin-top: 0;
  box-shadow: inset 0 6px 3px -3px rgba(51, 51, 51, 0.6);
}
#header24 .dropdown-item {
  height: 40px;
  line-height: initial;
  font-weight: bold;
}
#header24 .dropdown_social a {
  padding-left: 10px;
  padding-right: 10px;
}
#header24 .dropdown_social img {
  width: 40px;
  height: 40px;
}
#header24 .dropdown {
  line-height: 1.5em;
}
#header24 #offcanvas .lng_switcher {
  color: #fff;
}

.choose_lng {
  margin-top: auto;
  display: none;
}

.lng_switcher {
  display: inline-bloch;
}

.topmenu .js-menu-btn {
  line-height: 100%;
}

#mainmenu .level1 .a187 {
  height: auto;
}

#mainmenu li a, #mainmenu li span {
  padding: 0px 7px !important;
}

.lng-switcher {
  display: inline-block;
}

/* HEADER ADAPTIVE */
/* // XL */
/* // LG */
@media (max-width: 1199px) {
  #header24 .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1rem;
  }
  #header24 .nav-link.a187 {
    min-width: 120px;
  }
  .dropdown-menu[data-bs-popper] {
    right: 0;
    left: initial;
  }
}
/* // MD */
@media (max-width: 1024px) {
  #mainmenu li a, #mainmenu li span {
    padding: 0px 5px !important;
  }
}
@media (max-width: 997px) {
  .lng-switcher {
    display: none !important;
  }
}
/* // MD */
@media (max-width: 991px) {
  #header24 .navbar {
    padding-top: 0px;
    padding-bottom: 0;
  }
  #header24 .navbar-toggler {
    border: none;
    outline: none;
    text-transform: none;
    font-weight: bold;
    font-size: 1rem;
    vertical-align: middle;
  }
  #header24 .navbar-toggler:focus {
    box-shadow: none;
  }
  #header24 .navbar-toggler-icon {
    margin-top: -2px;
  }
  #header24 #navbarSupportedContent {
    background-color: silver;
  }
  #header24 .dropdown-menu {
    margin-top: 5px;
  }
  #offcanvas {
    padding-top: 48px;
    width: 340px;
    background-color: #12a89d;
  }
  #offcanvas .offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #offcanvas .navbar-nav .nav-link:hover {
    color: #fff;
  }
}
/* // SM */
/* // XS */
/* HEADER: end */
/* PROMO */
.promo {
  background-color: #12a89d;
  position: relative;
}
.promo .btn:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.promoSwiper {
  min-height: 90vh;
}
.promoSwiper .swiper-slide {
  height: auto;
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #12a89d;
  background-image: url("../img/promo_bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff;
}

.mouse_scroll {
  height: 70px;
}

/* PROMO ADAPTIVE */
/* // XL */
/* // LG */
/* // MD */
@media (max-width: 991px) {
  .promo {
    position: relative;
  }
  .promo .promo_logo {
    margin-top: -50px;
    margin-left: 0px;
  }
  .promo .promoSwiper .swiper-slide {
    padding-top: 110px;
  }
}
/* // SM */
@media (max-width: 767px) {
  .promo .promoSwiper .row {
    gap: 20px;
    flex-direction: column-reverse;
  }
  .promo .swiper-button-next, .promo .swiper-button-prev {
    top: 33%;
  }
}
/* // XS */
/* PROMO: end */
/* equipment */
#equipment {
  background-color: #61c3bd;
  position: relative;
}
#equipment .container {
  background-image: linear-gradient(to right, #61c3bd 0%, #9adcda 20%, #61c3bd 100%);
  padding-top: 100px;
  padding-bottom: 100px;
}
#equipment .swiper-slide {
  background-image: linear-gradient(to right, #61c3bd 0%, #9adcda 20%, #61c3bd 100%);
  background-size: contain;
}
#equipment .btn {
  background-color: #12a89d;
}

/* equipment ADAPTIVE */
/* // XL */
/* // LG */
/* // MD */
/* // SM */
/* // XS */
/* equipment: end */
/* aboutgallery */
#aboutgallery {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #d5f2f3;
}
#aboutgallery .swiper-slide {
  height: 380px;
}
#aboutgallery .about_item {
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 100%;
}
#aboutgallery .about_item img {
  height: 100%;
}
#aboutgallery .about_item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* REVIEWS ADAPTIVE */
/* // XL */
/* // LG */
/* // MD */
/* // SM */
/* // XS */
/* aboutgallery: end */
/* TRUST */
#trust {
  padding-top: 100px;
  padding-bottom: 120px;
}
#trust .h3 {
  font-weight: 700;
}
#trust .trust_item div {
  font-size: 56px;
  color: #12a89d;
}

/* TRUST ADAPTIVE */
/* // XL */
/* // LG */
/* // MD */
@media (max-width: 1024px) {
  #trust .trust_item div {
    font-size: 40px;
  }
}
/* // SM */
/* // XS */
/* TRUST: end */
/* REVIEWS */
#reviews {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #d5f2f3;
}

.review_item {
  position: relative;
}
.review_item.review_item_video {
  position: relative;
  transition: all .3 ease-in-out;
}
.review_item.review_item_video::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background: transparent url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1603_19832)'%3E%3Ccircle cx='25' cy='25' r='24.08' stroke='white' stroke-width='1.84'/%3E%3Cpath d='M18.9436 34.3917C19.0737 34.464 19.2175 34.5 19.3611 34.5C19.5197 34.5 19.6781 34.4561 19.8175 34.3687L33.5952 25.7324C33.847 25.5746 34 25.2978 34 25.0001C34 24.7023 33.847 24.4255 33.5952 24.2677L19.8175 15.6313C19.552 15.4648 19.2174 15.4561 18.9436 15.6083C18.6699 15.7605 18.5 16.0497 18.5 16.3637V33.6363C18.5 33.9503 18.6699 34.2395 18.9436 34.3917Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1603_19832'%3E%3Crect width='50' height='50' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat scroll center center/cover;
}
.review_item:hover.review_item_video::after {
  transform: scale(1.1);
}
.review_item .review_item_text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 20px;
  color: #fff;
  line-height: 100%;
}
.review_item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* REVIEWS ADAPTIVE */
/* // XL */
/* // LG */
/* // MD */
/* // SM */
/* // XS */
/* REVIEWS: end */
/* sertificates */
#sertificates {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #d5f2f3;
}

/* sertificates ADAPTIVE */
/* // XL */
/* // LG */
/* // MD */
/* // SM */
/* // XS */
/* sertificates: end */
/* ARTICLE */
html {
  scroll-behavior: auto;
}

.operation_content .table_contents {
  margin-bottom: 30px;
}
.operation_content .table_contents ul {
  list-style: none;
  padding-left: 0;
}
.operation_content .table_contents ul li {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1em;
}
.operation_content .table_contents ul li a {
  color: #12a89d;
}

.article_author {
  width: 100%;
  padding: 15px;
  border: 1px solid #D5F2F3;
  display: flex;
  gap: 15px;
  font-size: 1rem;
}
.article_author .article_author_image {
  width: 100px;
}
.article_author .article_author_meta {
  font-size: 10px;
  line-height: 10px;
  color: #12a89d;
}
.article_author .article_author_name {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}
.article_author .article_author_text {
  line-height: 120%;
  font-size: 0.8em;
}

.article_hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-width: 10px;
  border-color: #12a89d;
  width: 100%;
}

.accordion-item {
  border-radius: 0 !important;
  border-color: #D5F2F3 !important;
}

.accordion-button {
  font-size: 1.2rem;
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #12a89d;
}

.accordion-body {
  padding-bottom: 60px;
}

.accordion-button:focus {
  box-shadow: none;
}

/* ARTICLE ADAPTIVE */
/* // XL */
/* // LG */
/* // MD */
/* // SM */
/* // XS */
/* ARTICLE: end */
/* MAP */
.footer_map {
  position: relative;
}
.footer_map .footer_map_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.footer_map .footer_map_wrapper .container {
  height: 100%;
}
.footer_map .footer_map_block {
  height: 100%;
  background-color: #fff;
  max-width: 330px;
  margin-left: auto;
  padding: 40px 20px;
}
.footer_map .footer_map_block .h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer_map .footer_map_block a {
  color: #12a89d;
}
.footer_map .footer_map_block a:hover {
  filter: brightness(120%);
}

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

/* MAP ADAPTIVE */
/* // XL */
/* // LG */
/* // MD */
/* // SM */
@media (max-width: 767px) {
  .footer_map .footer_map_wrapper {
    position: relative;
  }
  .footer_map .footer_map_block {
    margin-left: 0;
  }
}
/* // XS */
/* MAP: end *//*# sourceMappingURL=updates.css.map */