.menu-icon-bars, .menu-icon-close {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.navbar-toggler[aria-expanded=true] .menu-icon-bars {
  opacity: 0;
}
.navbar-toggler[aria-expanded=true] .menu-icon-close {
  opacity: 1;
}

.navbar-toggler[aria-expanded=false] .menu-icon-bars {
  opacity: 1;
}
.navbar-toggler[aria-expanded=false] .menu-icon-close {
  opacity: 0;
}

.catalog .catalog-sections .form-check-label.active {
  font-weight: bold;
}
.catalog .catalog-filter .collapse_inner.found .form-check {
  display: none;
}
.catalog .catalog-filter .collapse_inner.found .form-check.found {
  display: block;
}
.catalog .catalog-filter .collapse_inner.found .form-check.found span[data-l] span {
  color: #00b3e0;
}
.catalog .catalog-filter .button-filter a {
  display: inline-block;
  margin: 10px 0;
  width: calc(100% - 2px);
  padding: 6px 0;
  cursor: pointer;
  text-align: center;
  font-weight: 100;
  border: 1px solid #adadad;
  text-decoration: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog .catalog-filter .button-filter a:hover {
  border: 1px solid #2e2e2e;
}
.catalog .catalog-filter .button-filter a:active {
  border: 1px solid #FFF;
}
.catalog .catalog-inner-list-items-item .img {
  position: relative;
  display: inline-block;
  width: 100%;
}
.catalog .catalog-inner-list-items-item .img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.catalog .catalog-inner-list-items-item .img > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.catalog .catalog-inner-list-items-item .img img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.catalog-detail .options a.hm:hover, .catalog-detail .options a.hm.active,
.modal-detail .options a.hm:hover,
.modal-detail .options a.hm.active {
  color: #00b3e0 !important;
}
.catalog-detail .options a.color,
.modal-detail .options a.color {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: transparent !important;
}
.catalog-detail .options a.color:hover, .catalog-detail .options a.color.active,
.modal-detail .options a.color:hover,
.modal-detail .options a.color.active {
  border-color: #00b3e0 !important;
}

.catalog-detail .main-swiper .options a.hm:hover, .catalog-detail .main-swiper .options a.hm.active,
.modal-detail .swiper-popup .options a.hm:hover,
.modal-detail .swiper-popup .options a.hm.active {
  color: #00b3e0 !important;
}
.catalog-detail .main-swiper .options a.color,
.modal-detail .swiper-popup .options a.color {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: transparent !important;
}
.catalog-detail .main-swiper .options a.color:hover, .catalog-detail .main-swiper .options a.color.active,
.modal-detail .swiper-popup .options a.color:hover,
.modal-detail .swiper-popup .options a.color.active {
  border-color: #00b3e0 !important;
}

.catalog-detail .article {
  margin-left: 0 !important;
}
.catalog-detail .about-inner img {
  max-width: 100%;
  height: auto;
}
.catalog-detail .short-banner img {
  max-width: 290px;
  max-height: 140px;
}

.mainTrust .item {
  padding: 10px;
}
.mainTrust .item img {
  max-width: 100%;
}

/* Preloader */
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }
  100% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }
  100% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }
}
@-webkit-keyframes scale {
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale {
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.preloadcontent {
  opacity: 1;
  display: inline-block;
  float: left;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -60px 0px 0px -250px;
  z-index: 1500;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 600px) {
  .preloadcontent {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 50%;
    top: 50%;
  }
}
.preloadcontent .loader {
  -webkit-filter: url("#goo");
  filter: url("#goo");
  position: relative;
  width: 500px;
  height: 120px;
  top: 0px;
}
.preloadcontent .loader::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #00b3e0;
  margin: 0 auto;
  position: absolute;
  top: 36px;
  left: 223px;
}
.preloadcontent .loader div {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #00b3e0;
  top: 45px;
  left: 235px;
  -webkit-animation: move 2.5s ease-in-out infinite alternate;
  animation: move 2.5s ease-in-out infinite alternate;
}
.preloadcontent .loader div::after, .preloadcontent .loader div::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #00b3e0;
}
.preloadcontent .loader div::before {
  left: -75px;
}
.preloadcontent .loader div::after {
  left: 75px;
}
.preloadcontent svg {
  position: absolute;
  display: none;
}

.contacts .map-address > div {
  display: none;
}
.contacts .map-address > div.active {
  display: block;
}

.language-link.active {
  font-weight: bold;
}

.top_menu .nav-item .active {
  font-weight: bold;
}

#contactModal .b24-form-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#contactModal .b24-form-padding-side,
#contactModal .b24-form-header-padding {
  padding: 0;
}
#contactModal .modal-dialog {
  width: 640px;
}
@media (max-width: 1400px) {
  #contactModal .modal-dialog {
    width: 540px;
  }
}

.about-blog .about-blog-block {
  display: block;
  height: auto !important;
}
.about-blog .about-blog-block .about-blog-block-img {
  overflow: hidden;
  align-items: unset;
}
.about-blog .about-blog-block .about-blog-block-img img {
  object-fit: cover;
}

.about-block-mobile .about-block-mobile-block {
  height: auto;
  min-height: 100px;
}
.about-block-mobile .about-block-mobile-block .about-block-mobile-block-img {
  background-position: center;
}

.about-partner .about-partner-block {
  height: unset !important;
}

.mainTrust .item {
  height: 188px;
}
@media (max-width: 1400px) {
  .mainTrust .item {
    height: 110px;
  }
}
.mainTrust .item img {
  max-height: 100%;
}

nav {
  text-align: center;
  margin: 40px 0 60px 0;
}
nav .pagination-show-more {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #cacaca;
  text-decoration: none;
  color: #202020;
  padding: 15px 60px 15px 59px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav .pagination-show-more:hover {
  border: 1px solid #101010;
}
nav ul {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 20px 0px 0px 0px;
  position: relative;
  list-style: none;
  padding: 0;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: inline-block;
  padding: 15px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
  color: #202020;
  font-weight: 400;
}
nav ul li a:hover {
  color: #00b3e0;
}
@media screen and (max-width: 420px) {
  nav ul li:first-child, nav ul li:last-child {
    display: block;
    margin: 0 auto 20px auto;
  }
  nav ul li:first-child a, nav ul li:last-child a {
    width: 100%;
    background-color: #eeeeee;
    width: 50%;
    padding: 15px 0;
    border: 1px solid #cacaca;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
  }
  nav ul li:last-child {
    margin-top: 20px;
  }
}
nav ul .active {
  color: #00b3e0;
}

.navbar-collapse {
  z-index: 10;
}

.catalog-2__list {
  display: flex;
  gap: 20px;
  padding-left: unset;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .catalog-2__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.catalog-2__list .catalog-2__link {
  position: absolute;
  inset: 0;
}
.catalog-2__list .catalog-2__subtitle {
  font-size: 12px;
  font-weight: 600;
  line-height: 15.6px;
  text-align: left;
  margin-bottom: unset;
  transition: color 0.3s ease;
}
.catalog-2__list .catalog-2__card {
  background-color: #FFFFFF;
  padding: 11px 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  border-radius: 0 0 12px 12px;
  transition: background-color 0.3s ease;
}
.catalog-2__list .catalog-2__item {
  border-radius: 12px;
  min-height: 202px;
  width: 100%;
  max-width: 199px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  background-size: cover;
  position: relative;
}
.catalog-2__list .catalog-2__item:hover .catalog-2__card {
  background-color: rgb(0, 178, 227);
}
.catalog-2__list .catalog-2__item:hover .catalog-2__subtitle {
  color: #FFFFFF;
}
.catalog-2__list .catalog-2__item:hover svg path {
  fill: #fff;
}
.catalog-2__list .catalog-2__item svg {
  transition: fill 0.3s ease;
}
@media (max-width: 576px) {
  .catalog-2__list .catalog-2__item {
    max-width: unset;
    background-size: cover;
    background-position: center;
  }
}

.search-footer {
  padding-top: 16px;
}
.search-footer input[type=text] {
  background: url("./img/search.svg") no-repeat right 0.5Em center #DEDEDE;
  background-size: 1Em;
  padding: 0 2Em 0 1Em;
  border: 2px solid #DEDEDE;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  font-size: 1Em;
  --ui-font-weight-normal: 500;
  line-height: 2Em;
  border-radius: 0.4Em;
  overflow: hidden;
}
.search-footer .modal {
  font-size: 26px;
}
.search-footer .modal,
.search-footer .modal a {
  color: #272727;
}
.search-footer .modal input[type=text] {
  background-color: #fff;
  border-color: #272727;
  margin-bottom: 20px;
}
.search-footer .search-results {
  font-size: 16px;
}
.search-footer .search-results .list-group-item {
  padding: 20px;
}
.search-footer .search-results .image-wrapper {
  display: flex;
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
}
.search-footer .search-results .image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
.search-footer .search-results .text-wrapper {
  flex-grow: 1;
}

.search-page-form {
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}
@media (min-width: 768px) {
  .search-page-form {
    justify-content: flex-end;
    flex-grow: 1;
    white-space: nowrap;
    width: auto;
    font-size: 18px;
    margin-left: 20px;
  }
}
.search-page-form form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 400px) {
  .search-page-form form {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .search-page-form form {
    justify-content: flex-end;
  }
}
.search-page-form input[type=text] {
  background: url("./img/search.svg") no-repeat right 0.5Em center #DEDEDE;
  background-size: 1Em;
  padding: 0 2Em 0 1Em;
  border: 2px solid #DEDEDE;
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
  outline: none;
  font-size: 1Em;
  --ui-font-weight-normal: 500;
  line-height: 2Em;
  border-radius: 0.4Em;
  overflow: hidden;
}
.search-page-form input[type=text]:focus {
  border-color: #272727;
}
.search-page-form .send-button {
  display: inline-block;
  background: #272727;
  color: #fff;
  padding: 0 1Em;
  border: none;
  outline: none;
  box-sizing: border-box;
  font-size: 1Em;
  --ui-font-weight-normal: 500;
  line-height: calc(2Em + 4px);
  border-radius: 0.4Em;
  margin-top: 10px;
}
@media (min-width: 400px) {
  .search-page-form .send-button {
    margin-top: 0;
    margin-left: 10px;
  }
}
.search-page-form .reset-link {
  display: inline-block;
  margin-top: 10px;
}
@media (min-width: 400px) {
  .search-page-form .reset-link {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 0px;
  }
}

.service-form {
  margin: 40px 0;
}
.service-form .b24-form-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.service-form .b24-form-wrapper {
  background: #ffffff;
  padding: 38px;
  border-radius: 20px;
}
.service-form .b24-form-wrapper .b24-form-btn {
  display: block;
  background: #272727;
  color: #fff;
  padding: 0 1Em;
  border: none;
  outline: none;
  box-sizing: border-box;
  font-size: 1Em;
  --ui-font-weight-normal: 500;
  line-height: calc(2Em + 4px);
  border-radius: 0.4Em;
}

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