.no-border-radius {
  border-radius: 0 !important;
}
.ol-list-fix ol {
  list-style-position: inside;
}
/**
Фиксы для верстки
**/
/*Слайдер*/
#ht-home-slider-section .ht-slide .main-bg-slide-image {
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
#ht-home-slider-section .ht-slide .slide-logo-wrapper {
  margin-bottom: 15px;
}
#ht-home-slider-section .ht-slide .slide-button-wrapper .wp-block-button__link {
  background-color: #366fc6;
  display: inline-block;
  text-decoration: none;
}
#ht-home-slider-section .ht-slide .slide-button-wrapper .wp-block-button__link:hover {
  background-color: #333333;
}
/*Услуги (в шаблоне это блок команда)*/
#ht-team-section .ht-team-member-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 0;
}
#ht-team-section .ht-team-member-wrap .ht-team-member {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  float: none;
  margin: 0;
}
@media (min-width: 768px) {
  #ht-team-section .ht-team-member-wrap .ht-team-member {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media (min-width: 1024px) {
  #ht-team-section .ht-team-member-wrap .ht-team-member {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 15px);
            flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
  }
}
#ht-team-section .ht-team-member-wrap .ht-team-member .ht-team-member-image {
  background: #f8f8f8;
  width: 100%;
  aspect-ratio: 350 / 392;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  #ht-team-section .ht-team-member-wrap .ht-team-member .ht-team-member-image {
    aspect-ratio: 1 / 1.12;
  }
}
#ht-team-section .ht-team-member-wrap .ht-team-member .ht-team-member-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  inset: 0;
  position: absolute;
}
#ht-team-section .ht-team-member-wrap .ht-team-member .ht-team-member-image::before {
  content: "";
  display: block;
  padding-top: NaN%;
}
/*Elementor templ fix*/
.elementor-page-img-for-block-fix-height {
  height: 100%;
  overflow: hidden;
}
.elementor-page-img-for-block-fix-height > .elementor-widget-container {
  height: 100%;
}
.elementor-page-img-for-block-fix-height > .elementor-widget-container img {
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*Cookie Popup*/
.popup-lang .fancybox-close-small:hover svg path {
  fill: #fff;
}
.popup-lang .button-zone {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px 20px;
  padding: 0;
  margin: 20px 0 0;
}
@media (min-width: 600px) {
  .popup-lang .button-zone {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.popup-lang .lang-item {
  list-style: none;
}
.popup-lang .lang-item a {
  background: #366fc6;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.2px;
  display: block;
  padding: 15px 24px;
  -webkit-transition: .3s;
  transition: .3s;
}
.popup-lang .lang-item a:hover {
  background-color: #333333;
  text-decoration: none;
}
