/*
Theme Name: HFIEpower
Theme URI: http://HFIEpower.com.ua
Author: Wedes
Description: Тема для компанії HFIEpower
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: HFIEpower.com.ua
*/

@charset "utf-8";
@font-face {
  font-family: "Montserrat";
  src: url("assets/font/Montserrat-Light.ttf") format("ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/font/Montserrat-Regular.ttf") format("ttf");
  font-weight: 400;
}
* {
  box-sizing: border-box;
  line-height: 170%;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
}

body {
  font-size: 18px;
	color: #333;
  line-height: 1.3;
}
h1.page__title {
  padding: 25px 0 10px;
  font-size: 36px;
  font-weight: 400;
  color: #f04d2b;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(51,51,51,0.2);
}
h1, h2, h3, h4, h5, h6, code, dfn, em, var, i, b, p, dd, dt {
  font-style: normal;
}
.woocommerce-Tabs-panel--description h2 {
    font-size: 28px;
    font-weight: 500;
    color: #f04d2b;
    margin: 2rem 0 1rem;
}
h3 {
  font-weight: 400;
  color: #333;
  margin-bottom: 30px;
}
a {
  text-decoration: none;
  color: #333;
}
.section__breadcrumbs {
  padding: 20px 0;
  background: #f7f7f7;
  line-height: 1;
}
.section__breadcrumbs.transparent_bg {
  background: transparent;
}
.breadcrumbs {
  line-height: 1;
}
.breadcrumbs span, .breadcrumbs a {
  font-size: 16px;
  color: #666;
  position: relative;
  line-height: 1;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs a span:hover {
  color: #f04d2b;
}



/*===== CONTAINERS =====*/
.container-xxxl {
  width: 83.33%;
  max-width: 1600px;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  margin-left: auto;
  margin-right: auto;
}


@media (max-width: 991px) {
  .container-xxxl {
    width: 95%;
  }
}


@media (min-width: 992px) {
  .container-xxxl {
    width: 92%;
  }
}

@media (min-width: 1200px) {
  .container-xxxl {
    width: 88%;
  }
}

@media (min-width: 1600px) {
  .container-xxxl {
    max-width: 1600px;
  }
}
/*===== CONTAINERS =====*/




header.header {
  background: #fff;
  border-bottom: 1px solid rgba(51,51,51,.2);
}
.admin-bar .fixed-top {
  top: 32px;
}
nav.navbar {
  display: flex;
  justify-content: space-between !important;
}
.navbar-brand {
  flex: 0 0 auto;
}
.phones__and_search {
  display: flex;
  gap: 30px;
  align-items: center;
  flex: 0 0 auto;
}
.primary__menu {
  flex: 1;
}
.primary__menu .navbar-nav {
  display: flex;
  justify-content: space-between;
}
.primary__menu .nav-link {
  line-height: 1;
  border-bottom: 1px solid transparent;
}
.primary__menu .nav-link:hover,
.primary__menu .nav-link:focus,
.primary__menu li.active .nav-link {
  color: #f04d2b;
}

ul.header__phones {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0 0 0 20px;
  padding: 0;
  gap: 5px;
}
ul.header__phones li {
  line-height: 1;
}
ul.header__phones a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #333;
  line-height: 1;
}
ul.header__phones a:hover,
ul.header__phones a:focus {
  color: #f04d2b;
  text-decoration: underline;
}
.top__search {
  border: 0;
  background: transparent;
  padding: 0;
  line-height: 1;
}
.top__search iconify-icon {
  font-size: 22px;
}
.top__search:hover iconify-icon {
  color: #f04d2b;
}

.navbar-toggler {
  padding: 0;
  font-size: 24px;
  line-height: 1;
  color: #333;
  border: none;
  background: transparent;
}
.navbar-toggler iconify-icon {
  font-size: 24px;
}
.top_search {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  padding: 10px 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 6;
}

.top_search.on {
  visibility: visible;
  opacity: 1;
  box-shadow: 0 6px 10px rgb(0 0 0 / 8%);
}
.top_search .wp-block-columns {
  margin: 0;
}
.top_search form.wp-block-search {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border: 1px solid #f04d2b;
  overflow: hidden;
}
.top_search form.wp-block-search input {
  height: 30px;
  padding: 0 5px;
  line-height: 30px;
  font-size: 14px;
}
.wp-block-search__button {
    margin-left: 10px;
    word-break: normal;
    background: transparent;
    border: none;
}
.top_search :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    background-color: #fff;
    border: none;
    box-sizing: border-box;
    padding: 4px;
}


.mega-menu{
    position:fixed;
    left:0;
    right: 0;
    width:100%;
    padding:0;
    background:#fff;
    /*display:none;*/
    border-top: 2px solid rgba(51,51,51,.2);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1px);
    transition: opacity .3s ease, transform .3s ease, visibility 0s linear .3s;
}
.menu-item:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
}
.mega-menu:before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 20%;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #f7f7f7;
}

.mega-left {
  background: #f7f7f7;
  padding: 30px 20px;
}
.mega-left ul{
    list-style:none;
    padding:0;
}

.mega-right{
  padding: 30px 20px;
}

.mega-products {
  display:none;
  overflow: hidden;
  overflow-x: scrollbar;
}

.mega-products-flex {
    display: flex;
    gap: 2%;
    justify-content: space-between;
}
.mega-products-flex .mega-product {
  flex: 0 0 30%;
}

.mega-products.active{
  display: block;
}

.mega-product > a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
}
.mega-submenu li.submenu-item {
  margin-bottom: 20px;
}
.mega-submenu li.submenu-item a {
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
}
.mega-submenu li.submenu-item a span {
  font-size: 20px;
  line-height: 1.2;
}
.mega-submenu li.submenu-item a:hover span {
  color: #f04d2b;
}
.mega-submenu li.submenu-item a .submenu-ico {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  background-size: contain !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mega-submenu li.submenu-item.litium-icon a .submenu-ico {
  background: url('img/icons/lithium-battery.png')no-repeat;
}
.mega-submenu li.submenu-item.system-icon a .submenu-ico {
  background: url('img/icons/solar-system.png')no-repeat;
}
.mega-submenu li.submenu-item.solarpanel-icon a .submenu-ico {
  background: url('img/icons/Solar-Panel.png')no-repeat;
}
.mega-submenu li.submenu-item.bess-icon a .submenu-ico {
  background: url('img/icons/bess-icon.png')no-repeat;
}
.mega-submenu li.submenu-item.container-icon a .submenu-ico {
  background: url('img/icons/container-icon.png')no-repeat;
}
/*===== HEADER =====*/




/*===== PAGES =====*/
.swiper__frontslider {
  height: 700px;
  margin-bottom: 50px;
}
.front__slide_wide {
  background-size: cover;
}
.slider__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 65px;
}
.slider__content .slide__title {
  font-size: 42px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1;
}
.slider__content .slide__text {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
.slider__btn_prev,
.slider__btn_next {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  background: rgb(0 0 0 / 30%);
  font-size: 24px;
  color: #fff;
  z-index: 999;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  /*outline: none;*/
  cursor: pointer;
  /*-webkit-user-select: none;
  user-select: none;*/
  -webkit-border-radius: 50%;
  border-radius: 50%;
  /*overflow: hidden;*/
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider__btn_prev {
    left: -50px;
}
.slider__btn_next {
    right: -50px;
}
.slider__btn_prev:hover, .slider__btn_next:hover {
    background-color: #f04d2b;
}
.swiper__frontslider:hover .slider__btn_prev {
    left: 5px;
}
.swiper__frontslider:hover .slider__btn_next {
    right: 5px;
}

.section__title {
  font-size: 40px;
  color: #f04d2b;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.center {
  text-align: center;
}
.front__solution_item {
  position: relative;
  overflow: hidden;
  height: 410px;
}
.front__solution_item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: 1;
}
.front__solution_item:hover:before {
    opacity: 1;
}
.front__solution_item a {
  color: #fff;
  text-decoration: none;
}

a.f_s_link {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
  height: 28%;
  bottom: 20px;
  right: 30px;
  z-index: 2;
}
.front__solution_title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.front__solution_title::after {
  content: "";
  width: 60px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f04d2b;
}
.front__solution_text {
  font-size: 16px;
  line-height: 22px;
  /*max-height: calc(17px * 4);
  overflow-y: auto;*/
  padding-right: 2%;
  text-decoration: none;
}
.more {
  width: 36px;
  height: 36px;
  font-size: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: #f04d2b;
  color: #fff;
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
  clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.front__solution_item .more {
  width: 60px;
  height: 60px;
  margin-left: auto;
  transform: translateX(60px);
}
.front__solution_item .front__solution_text, 
.front__solution_item .more {
    opacity: 0;
}
.front__solution_item:hover .f_s_link {
    height: 80%;
}
.front__solution_item:hover .front__solution_text, 
.front__solution_item:hover .more {
    opacity: 1;
}
.front__solution_item::before, .front__solution_item .f_s_link, .front__solution_text {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.front__solution_item:hover .more {
    transform: translateX(0);
}


.section__about {
  position: relative;
  padding: 170px 0;
}
.section__about .container-xxxl {
  position: relative;
  z-index: 10;
}
.about__bg_one {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('img/abaout_one.webp')no-repeat center bottom;
  z-index: 0;
}
.about__bg_two {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: url('img/about_two.webp')no-repeat bottom right;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section__about .text {
  margin: 50px 0;
}


.btn-primary {
  display: table;
  background: none;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(6% 0, 100% 0, 100% 80%, 94% 100%, 0 100%, 0 20%);
  clip-path: polygon(6% 0, 100% 0, 100% 80%, 94% 100%, 0 100%, 0 20%);
  transition: 0.5s ease;
  background: #f04d2b;
  border: none;
  border-radius: 0;
}
.btn-primary b {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 300;
  position: relative;
  z-index: 2;
  transition: 0.5s ease;
}
.btn-primary b iconify-icon {
  margin-left: 6px;
  font-size: 20px;
}
.btn-primary::before {
  content: "";
  width: 0;
  height: 1000%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
  transition: 0.5s ease;
  display: block;
  z-index: 1;
}
.btn-primary:hover::before {
  width: 180%;
}
.btn-primary:hover b {
  color: #f04d2b;
}
.btn-small {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 36px;
  width: 36px;
}


.flex__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.yt__btn {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /*top: 50%;
  left: 64%;
  transform: translate(-50%, -50%);*/
  width: 66px;
  height: 66px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 20;
  background: #fff;
}
.yt__btn:hover,
.yt__btn:focus {
  cursor: pointer;
}
.yt__btn iconify-icon {
  font-size: 38px;
  color: #f04d2b;
}
.yt__btn::before, .yt__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: dot 2s infinite;
}
@keyframes dot {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn-close {
  position: absolute;
  content: "";
  right: -18px;
  top: -18px;
  background: #f04d2b;
  color: #fff;
  opacity: 1;
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  z-index: 9999;
}
.btn-close iconify-icon {
  font-size: 24px;
}

.hfif {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.hfif>img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  height: auto;
}

.section__world {
  padding: 100px 0 60px;
  background: linear-gradient(#f6f6f6, #fff);
}
.body__flex {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.body__flex ul {
  margin: 0;
  padding: 0 0 0 40px;
  position: relative;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.body__flex ul::after {
  position: absolute;
  content: "";
  left: 10px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: rgba(52, 52, 52, 0.2);
}
.body__flex ul li {
  position: relative;
  font-size: 20px;
  font-weight: 400;
}
.body__flex ul li::after {
  position: absolute;
  content: "";
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 2px solid #f04d2b;
  background: #f04d2b;
  z-index: 2;
}
.world__map img {
  max-width: 100%;
}

.section__energy_conservation {
  padding: 100px 0 150px;
  position: relative;
  overflow: hidden;
}
.energy_conservation_bottom {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -30px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  opacity: 0.5;
}
.energy_conservation_bottom .bg_hfie {
  flex: 1;
  height: 150px;
  background: url('img/HFIE_COLOR.png')no-repeat;
  background-size: contain;
}
.section__energy_bg_img {
  position: absolute;
  content: "";
  right: 0;
  bottom: 20%;
  width: 30%;
  height: 100%;
  background: url('img/i_ad.webp')no-repeat bottom;
  background-size: contain;
  z-index: -1;
}
.tab__text {
  display: none;
}
.tab__button.active .tab__text {
  display: block;
  line-height: 1.5;
}
.energy__conservation_tabs {
  position: relative;
  display: flex;
  margin-top: 70px;
}
.energy__conservation_tabs .tab-content {
  flex: 0 0 55%;
}
.energy__conservation_tabs .tab-content img {
  width: 100%;
}
.energy__conservation_tabs .tabs__nav {
  flex: 0 0 30%;
  display: flex;
  position: relative;
}
.energy__conservation_tabs .tabs__nav:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  height: 100%;
  width: 16px;
  background: url('img/line.png')repeat-y center;
  z-index: -1;
}
.tab-pane {
  -webkit-clip-path: polygon(100% 0, 100% 90%, 94% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 90%, 94% 100%, 0 100%, 0 0);
  position: relative;
}
.tab__button {
  position: relative;
  padding-left: 80px;
}
.tab__button .tab__icon {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 60px;
  min-width: 60px;
  height: 60px;
  background: #fff;
}
.tab__button .tab__icon img {
  width: 100%;
  object-fit: contain;
  filter: grayscale(100%) contrast(1);
}
.tab__button.active .tab__icon img {
  filter: none;
}
.tab__title {
  line-height: 1;
  padding: 20px 0;
  color: #999;
  font-weight: 400;
}
.title__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.section__projects {
  padding: 100px 0;
  background: url('img/bc_project.webp')no-repeat top;
  background-size: 100%;
}
.slide__foto {
  width: 100%;
  padding-top: 70%;
  position: relative;
}
.slide__foto .img_wrap {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.slide__foto .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper__arrows {
  position: absolute;
  top: 40%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
}
.cert__arrows,
.thumb__arrows {
  left: 0 !important;
  right: 0 !important;
}
.solution__arrows {
  left: -50px !important;
  right: -50px !important;
  transition: all 0.5s ease;
}
.solution__gallery:hover .solution__arrows {
  left: 0 !important;
  right: 0 !important;
}
.thumb__arrows {
  top: 35%;
}
.solution__arrows {
  top: 50%;
}
.project__btn_prev, .project__btn_next,
.cert__btn_prev, .cert__btn_next,
.thumb__btn_prev, .thumb__btn_next,
.sw__prew, .sw__next {
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 60px;
  height: 60px;
  font-size: 30px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: #f04d2b;
  color: #fff;
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
  clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
  opacity: 0.5;
}
.thumb__btn_prev, .thumb__btn_next,
.sw__prew, .sw__next {
  width: 50px;
  height: 50px;
}
.project__btn_prev:hover, .project__btn_next:hover,
.cert__btn_prev:hover, .cert__btn_next:hover,
.thumb__btn_prev:hover, .thumb__btn_next:hover,
.sw__prew:hover, .sw__next:hover {
  opacity: 1;
}
/*.project__btn_prev {
  transform: translateX(-60px);
}
.project__btn_next {
  transform: translateX(60px);
}*/
.swiper_wrapper_container {
  margin: 60px 0;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 8px !important;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
  border-radius: 0;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #f04d2b;
}
.swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  border: 2px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.swiper-pagination .swiper-pagination-bullet-active::after {
  width: 18px;
  height: 18px;
  border-color: #f04d2b;
}
.swiper__projects .slide__title {
  font-size: 20px;
  color: #f04d2b;
  padding: 14px 10px;
  background: #f7f7f7;
  text-align: center;
  border-bottom: 2px solid #f04d2b;
}
.section__news {
  padding: 50px 0 100px;
}
.readmore_wrap {
  padding-top: 50px;
}
.readmore_wrap .btn {
  margin: 0 auto;
}
.news__tabs .hide__content {
  display: none;
}
.news__tabs .nav-link.active .hide__content {
  display: block;
  margin-bottom: 15px;
}
.news__tabs .tab__title {
  font-size: 24px;
  color: #333;
}
.news__tabs .nav-link.active .tab__title {
  color: #f04d2b;
}
.news__tab_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news__tab_footer .date {
  font-size: 16px;
  color: #f04d2b;
}
.readmore .btn-primary {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.readmore .btn-primary::before {
  display: none;
}
.readmore .btn-primary::hover,
.readmore .btn-primary::focus {
  background: #f04d2b;
}
.btn:hover {
  color: #fff;
  background-color: #f04d2b;
  border-color: #f04d2b;
}
.exc {
  color: #666;
  margin-bottom: 20px;
}
.news__tabs .nav-tabs .nav-link {
  margin-bottom: 0;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 1px solid rgba(51, 51, 51, .2);
}
.news__tabs .nav-link {
  display: block;
  padding: 5px 0;
}
.news__tabs .tab-pane {
  -webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
}
.news__tabs {
  margin: 60px 0 40px;
}
.section__content {
  padding: 50px 0;
}
.short__text {
  color: #666;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.section__video {
  padding: 50px 0;
}
.video__block {
  width: 100%;
  padding-top: 30%;
  position: relative;
  background: url('img/HFIE-POWER.webp')no-repeat center center;
  background-size: cover;
}
.video__block .video__wrapper {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video__block_p {
  padding: 7px;
  position: relative;
}
.video__block_p::before {
  content: "";
  background: #f04d2b;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 85%, 86% 100%, 0 100%, 0 15%);
  clip-path: polygon(15% 0, 100% 0, 100% 85%, 86% 100%, 0 100%, 0 15%);
  z-index: -1;
}
.video__block_p::after {
  content: "";
  background: #f04d2b;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 85%, 86% 100%, 0 100%, 0 15%);
  clip-path: polygon(15% 0, 100% 0, 100% 85%, 86% 100%, 0 100%, 0 15%);
  z-index: -1;
}

.section__corporate {
  margin: 50px 0;
}
.corporate__height_wrap {
  position:relative;
  width:100%;
  background:url('img/bc_cul.webp') center/cover no-repeat;
}
.corporate__item {
  position: relative;
  flex: 1;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: flex .35s cubic-bezier(.4,0,.2,1);
  cursor: pointer;
  overflow: hidden;
}
.corporate__item:hover {
  flex:3;
  background: rgba(0, 0, 0, 0.4);
}
.corporate__item.is-active {
  flex:3;
}
.corporate__item_content {
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  transition:.45s cubic-bezier(.4,0,.2,1);
  max-width:480px;
}
.ico {
  margin:0 auto 12px;
  border-radius:50%;
  background:rgba(255,255,255,.85);
  display:flex;
  align-items:center;
  justify-content:center;
}
.corporate__title {
  margin-top: 12px;
  font-size: 30px;
  color: #fff;
}
.corporate__text {
  margin-top: 12px;
  transform: translateY(15px);
  transition: .35s;
  color: #fff;
}
.corporate__item.is-active .corporate__text {
  opacity: 1;
  transform: translateY(0);
}
/* HOVER only for devices that support hover */
@media (hover:hover) {
  .corporate__item:hover {
    flex: 3;
  }
  .corporate__item:hover .corporate__text {
    opacity: 1;
    transform: translateY(0);
  }
}
.corporate__item_content_2 .ico {
  margin: 0;
}
.corporate__item_content_1 {
  opacity: 1;
  transform: translateX(0);
  text-align: center;
}
.corporate__item_content_2 {
  align-items: flex-start;
  text-align: left;
  padding: 40px;
  opacity: 0;
  transform: translateX(60px);
}
.corporate__item:hover .corporate__item_content_1 {
  opacity: 0;
  transform: translateX(-40px);
}
.corporate__item:hover .corporate__item_content_2 {
  opacity: 1;
  transform: translateX(0);
}

.corporate__item_content_1 .corporate__title {
  color: #fff;
  line-height: 1.2;
}
.corporate__item_content_2 .corporate__title {
  color: #f04d2b;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 15px;
  margin-bottom: 10px;
  position: relative;
}
.corporate__item_content_2 .corporate__title::after {
  content: "";
  width: 60px;
  height: 4px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #f04d2b;
}
.section__certificates {
  padding: 100px 0;
  background: url('img/bc_certy.webp') center/cover no-repeat;
}
.certificatesSwiper{
  width: 100%;
  padding: 20px 0;
}
.certificatesSwiper img{
  border: 10px solid #ffe6e1;
}
.certificatesSwiper .swiper-wrapper {
  margin-bottom: 50px;
  position: relative;
}
.certificatesSwiper .swiper-slide {
  text-align: center;
}
.swiper__arrows{
  pointer-events:none;
}
.swiper__arrows > *{
  pointer-events:auto;
}
.certificatesSwiper .swiper-slide{
  transform: scale(.75);
  transition: transform .4s ease;
}
.certificatesSwiper .swiper-slide-active{
  transform: scale(1) !important;
  z-index:3;
}
.certificatesSwiper .swiper-slide-next,
.certificatesSwiper .swiper-slide-prev{
  transform: scale(.9) !important;
  z-index:2;
}

.section__warehouse {
  margin-bottom: 80px;
}
.warehouse__top_content {
  padding: 80px 0 150px;
  background: url('img/bc_warehourse.webp') center/cover no-repeat fixed;
}
.warehouse__bottom_content {
  background: #fff;
  display: flex;
  overflow: hidden;
}
.warehouse__flex_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}
.ware_l {
  padding: 50px 30px 0 30px;
}
.ware_r {
  -webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
}
.gallery-thumbs .swiper-slide {
  /*opacity: .5;*/
  cursor: pointer;
  transition: .3s;
}
.gallery-thumbs .swiper-slide .slide_card {
  width: 100%;
  padding-top: 60%;
  position: relative;
  border: 1px solid transparent;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .slide_card {
  border: 1px solid #f04d2b;
}
.gallery-thumbs .swiper-slide .slide_card .thumb__img_wrap {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.gallery-thumbs .swiper-slide .slide_card .thumb__img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  /*transform: scale(1.05);*/
}
.slide__big_card {
  position: relative;
  width: 100%;
  padding-top: 63%;
}
.slide__big_card .thumb__img_wrap {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.slide__big_card .thumb__img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__exhibition {
  padding: 50px 0 100px;
  background: url('img/bc_exhibition.webp') center bottom / cover no-repeat;
}

.hexagons {
  width: 100%;
  aspect-ratio:1573/600;
  position: relative;
}
.hexagon_wrapper {
  position: absolute;
  content: "";
  width: 21%;
  aspect-ratio: 1 / 0.88;
  clip-path: polygon(75% 0px, 100% 50%, 75% 100%, 25% 100%, 0px 50%, 25% 0px);
  overflow: hidden;
}
.hexagon_img_wrap {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.hexagon_wrapper .hexagon_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  transform-origin: center;
  position: relative;
}
/*.hexagon_wrapper .hexagon_img_wrap img:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
}*/
.hexagon_wrapper:hover .hexagon_img_wrap img {
  transform: scale(1.2);
}
.hexagon_wrapper:nth-child(1) {
  top: 50%;
  transform: translate(0px, -50%);
  left: 0px;
}
.hexagon_wrapper:nth-child(2) {
  top: 0px;
  left: 17%;
}
.hexagon_wrapper:nth-child(3) {
  bottom: 0px;
  left: 17%;
}
.hexagon_wrapper:nth-child(4) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32%;
}
.hexagon_wrapper:nth-child(5) {
  top: 0px;
  right: 17%;
}
.hexagon_wrapper:nth-child(6) {
  bottom: 0px;
  right: 17%;
}
.hexagon_wrapper:nth-child(7) {
  top: 50%;
  transform: translate(0px, -50%);
  right: 0px;
}

.section__environment {
  padding: 100px 0;
}
.slide__card {
  width: 100%;
  padding-top: 85%;
  position: relative;
  overflow: hidden;
}
.slide__card .slide__img_wrap {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.slide__card .slide__img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
  transform-origin: center;
}
.slide__card:hover .slide__img_wrap img {
  transform: scale(1.2);
}
.environment__slider .swiper-wrapper {
  margin-bottom: 80px;
}

.solution__header_video {
  position: relative;
  overflow: hidden;
}
.solution__header_video::before {
  content: "";
  display: block;
  padding-bottom: calc(100vh - 100px);
}
.solution__header_video::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.solution__header_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.solution_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.i_tit {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.i_tit>h4 {
  font-size: 40px;
  color: #f04d2b;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
}


body.page-template-solutions {
  background: #f7f7f7;
}

.section__solutions .solution__item {
  display: flex;
  background: #fff;
  margin: 40px 0;
  width: 100%;
}

.solution__content_wrap {
  min-width: 0;
  background: url('img/bc_solution.webp') bottom/contain no-repeat;
}
.solution__big_card {
  width: 100%;
  padding-top: 73%;
  position: relative;
}
.solution__big_card .thumb__img_wrap {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.solution__big_card .thumb__img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sol_num {
  font-size: 18px;
  font-weight: 400;
  color: #999;
  text-align: right;
}
h2.solution_name {
  font-size: 28px;
  color: #f04d2b;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 0;
}
.solution_body {
  margin: 20px 0;
  max-height: calc(28px * 6);
  overflow-y: auto;
  padding-right: 2%;
}
.solution_body p {
  font-size: 16px !important;
  color: #333;
  line-height: 28px;
  scrollbar: none;
}
.solution_body::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}
.solution_body::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}
.solution_body::-webkit-scrollbar-thumb {
  background-color: #f04d2b;
}

h3.block__title {
  font-size: 30px;
  color: #f04d2b;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
}
.section__team {
  padding: 70px 0;
  background: url('img/bc_rd.webp') bottom center/cover no-repeat;
}
ul.indicators {
  list-style-type: none;
  margin: 40px 0;
  padding: 0;
}
ul.indicators li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(51,51,51,0.2);
  transition: all 0.3s ease;
}
ul.indicators li:first-child {
  border-top: 1px solid rgba(51,51,51,0.2);
}
ul.indicators li:hover {
  border-bottom: 1px solid #f04d2b;
}
ul.indicators li:hover .num_ind {
  color: #f04d2b;
}
.num_ind {
  font-size: 24px;
  font-weight: 400;
  color: #333;
}
.text_ind {
  font-size: 18px;
  color: #666;
}
.team__img {
  width: 100%;
  -webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
  position: relative;
  overflow: hidden;
  padding: 0 10px 10px 0;
}
.team__img img {
  width: 100%;
  height: auto;
  z-index: 2;
}
.team__img::after {
  content: "";
  width: 50%;
  height: 50%;
  background: #f04d2b;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 15% 100%, 0 85%);
  clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 15% 100%, 0 85%);
  z-index: -1;
}
.section__capabilities {
  padding: 100px 0;
}
.sub__title_text {
  text-align: center;
  margin-bottom: 50px;
  font-size: 16px;
}
.cap__content {
  display: flex;
  align-items: center;
}
.cap__img img {
  width: 100%;
  height: auto;
}
.title_border {
  font-weight: 400;
  color: #f04d2b;
  padding-bottom: 15px;
  position: relative;
}
.title_border::after {
  content: "";
  width: 60px;
  height: 5px;
  background: #f04d2b;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cap_num {
  font-size: 24px;
  color: #999;
  font-weight: 400;
  text-align: right;
}
.section__advantages {
  padding: 100px 0;
  background: url('img/bc_rd_ad.webp') center/cover no-repeat fixed;
}
.advantages_r {
  display: flex;
  align-items: flex-end;
}
.advantages__l .short_text {
  font-size: 16px;
  color: #fff;
}
.accordion__item .accordion_btn  {
  font-size: 24px;
  color: #f04d2b;
  font-weight: 400;
  padding: 15px 0;
}
.accordion__item .accordion_btn.collapsed {
  color: #fff;
}
.accordion__item .accordion-body {
  padding: 0 0 20px;
  color: #fff;
  font-size: 16px;
}

.accordion__item:has(.accordion-collapse) {
  border-bottom: 1px solid #fff;
}
.accordion__item:has(.accordion-collapse.show) {
  border-bottom: 1px solid #f04d2b;
}
.accordion__item:hover:has(.accordion-collapse) {
  border-bottom: 1px solid #f04d2b;
}
.accordion__item:hover .accordion_btn {
  color: #f04d2b;
}
.section__video_advantages {
  background: url('img/bc_factory.webp') center bottom/cover no-repeat;
}
.video__block_advantages {
  width: 100%;
  position: relative;
  background: url('img/rd_video.webp') no-repeat center center;
  background-size: cover;
}
.video__block_advantages .video__wrapper {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section__video_advantages .video__block_p {
  position: relative;
  -webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
  overflow: hidden;
}
.section__contacts {
  padding: 70px 0;
}
.contacts_body h2 {
  font-size: 28px;
  color: #f04d2b;
  font-weight: 400;
  margin-bottom: 30px;
}
ul.contacts_list {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0 0 40px 0;
  padding: 0;
}
li.contact__item {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid rgba(51,51,51,.2);
  transition: all 0.5s ease;
}
.contact_icon {
  width: 58px;
  height: 58px;
  border-radius: 2px;
  background: #f7f7f7;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  transition: all 0.5s ease;
}
.contact_icon iconify-icon {
  font-size: 40px;
  color: #f04d2b;
  transition: all 0.5s ease;
}
.contact_content label {
  display: block;
  color: #666;
  font-size: 16px;
}
li.contact__item:hover {
  border-color: #f04d2b;
}
li.contact__item:hover .contact_icon {
  background: #f04d2b;
}
li.contact__item:hover .contact_icon iconify-icon {
  color: #fff;
}
.contacts__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.contacts_l {
  flex: 0 0 42%;
}
.contacts_r {
  flex: 0 0 calc(58% - 80px);
}
.feedback__form {
  background: url('img/bc_contact_form.webp')center center/cover no-repeat;
  -webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
  padding: 40px 60px;
}
.feedback__form h2 {
  font-size: 30px;
  color: #f04d2b;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 400;
  text-transform: capitalize;
}
.feedback__form .feedback_text p {
  text-align: center;
  font-size: 16px;
  color: #666;
  width: 70%;
  margin: 0 auto 30px;
  line-height: 1.3;
}
input, optgroup, select {
  width: 100%;
  font-size: 14px;
  color: #333;
  height: 46px;
  border: 1px solid rgba(51,51,51,.2);
  padding: 0 10px 0 16px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
}
textarea {
  width: 100%;
  font-size: 14px;
  color: #333;
  border: 1px solid rgba(51,51,51,.2);
  padding: 10px 10px 10px 16px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
  line-height: 1.3;
}
:focus-visible {
  outline: none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
  width: auto;
  margin: 0 auto;
}
span.wpcf7-spinner {
  display: none;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 13px;
  font-weight: normal;
  display: block;
}
.news__archive_bg {
  background: url('img/news_bg.webp') center center / cover no-repeat;
}
/*===== PAGES =====*/













.top__post_content h2 {
  font-size: 26px;
  font-weight: 400;
  color: #f04d2b;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post__cont_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top__post_img {
  position: relative;
  width: 100%;
  -webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
  overflow: hidden;
}
.top__post_img img {
  width: 100%;
  height: auto;
}
.post__cont_top {
  overflow: hidden;
}
.top__post {
  padding: 50px 0;
}
.section__news_grey {
  background: #f7f7f7;
  padding: 80px 0;
}
.post__img img {
  width: 100%;
  height: auto;
}
a.teaser__news {
  display: flex;
  flex-direction: column;
  background: #fff;
  height: 100%;
  transition: all 0.5s ease;
  position: relative;
}
.teaser__post_content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.teaser__top {
  overflow: hidden;
}
.teaser__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.teaser__top h3 {
  font-size: 20px;
  color: #333;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}
.teaser__body {
  font-size: 16px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.teaser__bottom .created {
  font-size: 16px;
}
a.teaser__news:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}
a.teaser__news::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease;
}
a.teaser__news:hover::after {
  background: #f04d2b;
}
a.teaser__news:hover .teaser__top h3 {
  color: #f04d2b;
}
.news__col {
  margin-bottom: 30px;
}

.single-post .post-thumbnail img {
  max-width: 100%;
  height: auto;
}
.section__map {
  padding: 50px 0;
}







 
/*===== FOOTER =====*/
.section__prefooter {
  padding: 100px 0;
  color: #fff;
  background: url('img/bc_contact.webp')no-repeat fixed;
  background-size: cover;
}
.prefooter__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
h3.prefooter {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  line-height: 1.1;
  text-transform: capitalize;
}
.prefooter_l p {
  text-transform: uppercase;
}
footer.footer {
  background: url('img/footer_bg.webp')no-repeat center center;
  background-size: cover;
}
footer.footer {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
}
.footer__flex {
  display: flex;
  flex-wrap: wrap;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 40px 0;
  padding: 0;
  list-style-type: none;
}
.footer__social,
.contacts__social {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer__social iconify-icon {
  font-size: 24px;
  color: rgba(255,255,255,0.5);
}
.footer__social a:hover iconify-icon,
.footer__social a:focus iconify-icon {
  color: #f04d2b;
}

.contacts__social iconify-icon {
  font-size: 24px;
  color: #d1d1d1;
}
.contacts__social a:hover iconify-icon,
.contacts__social a:focus iconify-icon {
  color: #f04d2b;
}

.footer__title {
  font-size: 24px;
  color: #f04d2b;
  font-weight: 400;
  margin-bottom: 37px;
}
ul.footer-menu {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__contacts a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.footer__contacts a:hover,
.footer__contacts a:focus {
  color: #f04d2b;
  text-decoration: underline;
}
.footer__contacts .hot a {
  font-size: 24px;
  font-weight: 400;
  color: #f04d2b;
}
.footer__contacts .hot a:hover,
.footer__contacts .hot a:focus {
  text-decoration: underline;
}
ul.footer-menu .nav-link {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
ul.footer-menu .nav-link:hover,
ul.footer-menu .nav-link:focus {
  color: #f04d2b;
  text-decoration: underline;
}
.footer__copyrights {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
}
.footer__copyrights a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.footer__copyrights a:hover,
.footer__copyrights a:focus {
  text-decoration: underline;
}
.l__border {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
/*===== FOOTER =====*/
















/*===== WOO =====*/
.top__categories_nav {
  padding-top: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  border-bottom: 1px solid rgba(51,51,51,.2);
}
.top__categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  align-items: center;
}
.top__categories_nav h2 {
  font-size: 36px;
  font-weight: 400;
  color: #f04d2b;
  text-transform: capitalize;
}
.top__categories a {
  font-size: 18px;
  color: #333;
  display: block;
  padding: 20px 0;
  text-transform: capitalize;
  border-bottom: 1px solid transparent;
}
.top__categories li.active a, .top__categories a:hover {
  color: #f04d2b;
  border-color: #f04d2b;
}
.in_category_list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 30px 0;
  list-style-type: none;
  margin: 0;
}
.in_category_list a {
  display: block;
  font-size: 18px;
  color: #333;
  -webkit-clip-path: polygon(6% 0, 100% 0, 100% 80%, 94% 100%, 0 100%, 0 20%);
  clip-path: polygon(6% 0, 100% 0, 100% 80%, 94% 100%, 0 100%, 0 20%);
  padding: 10px 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_category_list li:hover a, .in_category_list li.active a {
  background: #f04d2b;
  color: #fff;
}

.category__header_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
  margin-bottom: 50px;
}
.cat__image {
  flex: 0 0 50%;
}
.cat__content_wrap {
  flex: 0 0 calc(50% - 50px);
}
.cat__image img {
  width: 100%;
  height: auto;
  display: block;
}
.cat_image_wrap {
  position: relative;
  overflow: hidden;
}
.cat_image_wrap::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid #f7f7f7;
  display: block;
  transform: rotate(136deg);
  position: absolute;
  bottom: -10px;
  right: -34px;
  z-index: 2;
}

.cat__grey {
  padding: 100px 0;
  background: #f7f7f7;
}
h2.cat__title {
  font-weight: 400;
  color: #f04d2b;
  padding-bottom: 10px;
  font-size: 36px;
  position: relative;
}
h2.cat__title::after {
  content: "";
  width: 60px;
  height: 5px;
  background: #f04d2b;
  position: absolute;
  left: 0;
  bottom: 0;
}
.category__description {
  margin-top: 30px;
}
.products__grid h1.page-title {
  font-size: 28px;
  color: #333;
  font-weight: 400;
  margin: 30px 0;
}

.section__recommend {
  background: #fff;
  padding: 100px 0;
}
section.cat__row {
  padding: 60px 0;
}

.woocommerce .products ul, .woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 30px;
  justify-content: start;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
  display: none;
}
.woocommerce .products ul::after, .woocommerce ul.products::after {
  display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.products__grid ul.products li.product {
  padding: 15px;
  background: #fff;
  text-align: center;
  min-width: 0;
}
.recommended-slider li.product {
  text-align: center;
}
.p__model {
  margin: 10px 0;
  padding: 0 20px;
  font-size: 20px;
  color: #333;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s ease;
}
.p__short_opt, .p__title {
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}

.archive.woocommerce a.button.product_type_simple {
  display: none !important;
}
.product__card_cat .btn-primary {
  margin: 20px auto 0;
}
.product__card_cat:hover .p__model {
  color: #f04d2b;
}
.products__grid ul.products li.product .woocommerce-loop-product__link {
  overflow: hidden;
}
.products__grid ul.products li.product:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);;
}
.products__grid ul.products li.product img {
  transition: all 0.5s ease;
}
.products__grid ul.products li.product:hover img {
  transform: scale(1.1);
}


.product__top_section {
  display: flex;
  justify-content: space-between;
}
.product__gallery_wrap {
  flex: 0 0 44%;
  min-width: 0;
  overflow: hidden;
  position: relative;
}
.product__main_info {
  flex: 0 0 49%;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: none;
  width: 100%;
}
.product__top_wrapper {
  background: url('img/bc_pd_cont.webp') no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
.product h1.product_title {
  font-size: 28px;
  font-weight: 400;
  color: #f04d2b;
}

.product__short_desc {
  font-size: 20px;
  color: #333;
  padding: 16px 0;
  border-bottom: 1px solid #f04d2b;
}

p.price {
  margin: 0;
}
.product__price {
  padding: 20px 0;
  font-size: 26px;
  font-weight: 400;
  color: #f04d2b;
  border-top: 1px solid rgba(51,51,51,.2);
}
.product__price .suffx {
  font-size: 18px;
  color: #666;
  font-weight: 300;
}
.woocommerce-product-details__short-description {
  font-size: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(51,51,51,.2);
}
.woocommerce-product-details__short-description p,
.woocommerce-product-details__short-description ul li {
  font-weight: 500;
  font-family: arial, helvetica, sans-serif;
}
.woocommerce-product-details__short-description ul {
  list-style-type: none;
  padding: 0;
}
.product .product_meta {
  display: none;
}
.product__min_q {
  font-size: 16px;
  color: #333;
  margin: 16px 0;
}
.product__request {
  margin: 50px 0 30px;
}

.product-swiper {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
  margin-bottom: 60px;
}
.product__full_body {
  padding: 20px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid transparent;
  background-color: #fff;
  color: #666;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 0;
  margin: 0 -5px;
  padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  color: #f04d2b;
  z-index: 2;
  border-bottom-color: #f04d2b;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 24px;
  display: inline-block;
  padding: .5em 0;
  font-weight: 400;
  color: #666;
  text-decoration: none;
}
.woocommerce-Tabs-panel h2.wb_cptb_title {
  display: none;
}

.video-wrapper {
  position: relative;
  width: 100%;            /* ширина на 100% контейнера */
  padding-top: 56.25%;    /* 16:9 пропорції: 9/16 = 0.5625 → 56.25% */
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 30px 0;
}

.absolute__img {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  max-width: 36% !important;
  object-fit: cover;
}

.recommended-slider {
  padding: 20px 0 120px;
}

.recommended-slider .swiper-slide {
  height: auto;
}
.recommended-slider .product__card_cat span.btn.btn-primary,
.recommended-slider .product__card_cat .p__model,
.recommended-slider .product__card_cat .p__short_opt {
  display: none;
}
.recommended-slider .product__card_cat .p__title {
  white-space: normal;
  margin: 10px 0;
}
.recommended-slider .product .attachment-woocommerce_thumbnail {
  border: 1px solid rgba(51,51,51,.2);
  width: 100%;
  height: auto;
} 
/*===== WOO =====*/





.woocommerce-tabs .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.woocommerce-tabs .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.woocommerce-tabs .accordion-item {
  color: #666;
  background-color: #fff;
  border: none;
  border-top: 1px solid rgba(51,51,51,.2) !important;
}
.woocommerce-tabs .accordion-button:not(.collapsed) {
  color: #333;
  background-color: #f7f7f7;
  box-shadow: none;
  font-weight: 400;
}
.woocommerce-tabs .accordion-collapse.show {
  background: #f7f7f7;
}
.woocommerce-tabs .accordion-button {
  position: relative;
  padding: 30px 30px 30px 80px;
  font-size: 20px;
  line-height: 32px;
}
.woocommerce-tabs .accordion-button:before {
  position: absolute;
  content: "П";
  left: 30px;
  top: 30px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #666;
}
.woocommerce-tabs .accordion-button::after {
  display: none !important;
}
.woocommerce-tabs .accordion-body {
  padding: 0 30px 30px 80px;
  position: relative;
}
.woocommerce-tabs .accordion-body:before {
  position: absolute;
  content: "В";
  left: 30px;
  top: 0;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #f04d2b;
}
.woocommerce-tabs .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.woocommerce-tabs .accordion-item:has(.accordion-header .accordion-button[aria-expanded="true"]) {
  border-top: 1px solid #f04d2b !important;
}


.news__header {
  padding: 60px 0 40px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.news__title {
  font-size: 34px;
  color: #f04d2b;
  line-height: 36px;
  font-weight: bold;
}
.section__main.single {
  margin-bottom: 80px;
}
.about__section_cont {
  margin-bottom: 50px;
}


.product__files {
  max-width: 900px;
  margin: 0 auto;
}
ul.product-files {
  list-style-type: none;
  margin: 30px 0 50px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
li.product-files__item {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(51,51,51,.2);
}
.product-files__left img {
  display: inline-block;
  width: 40px;
  height: auto;
  opacity: 0.2;
  margin-right: 20px;
}

.wedes__link {
  display: flex;
  justify-content: end;
}
a.wedes {
  display: block;
  width: 105px;
  height: 27px;
  background: url('img/wedes_w.svg')no-repeat;
  background-size: contain;
  transition: 300ms ease-in-out;
}
a.wedes:hover,
a.wedes:focus {
  background: url('img/wedes_w-h.svg')no-repeat;
  background-size: contain;
  transition: 300ms ease-in-out;
}







@media (max-width: 1199px) {
  nav.navbar {
    padding: 15px 0;
    position: relative;
  }
  .phones__and_search {
    position: absolute;
    content: "";
    right: 0;
    top: 20px;
  }
  .navbar-toggler {
      border: 0;
      padding: 0;
      width: 30px;
      height: 30px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  /* середня лінія */
  .hamburger {
      display: block;
      width: 24px;
      height: 3px;
      background-color: #f04d2b;
      position: relative;
      transition: background-color 0.2s ease;
  }
  /* верхня та нижня */
  .hamburger::before,
  .hamburger::after {
      content: "";
      position: absolute;
      width: 24px;
      height: 3px;
      background-color: #333;
      left: 0;
      transition: transform 0.25s ease, top 0.25s ease;
  }

  .hamburger::before {
      top: -8px;
  }
  .hamburger::after {
      top: 8px;
  }

  /* ====== СТАН ВІДКРИТО (іконка "X") ====== */
  .navbar-toggler:not(.collapsed) .hamburger {
      background-color: transparent; /* середня лінія зникає */
  }
  .navbar-toggler:not(.collapsed) .hamburger::before {
      top: 0;
      transform: rotate(45deg);
  }
  .navbar-toggler:not(.collapsed) .hamburger::after {
      top: 0;
      transform: rotate(-45deg);
  }
  .navbar-toggler:focus {
      text-decoration: none;
      outline: 0;
      box-shadow: none;
  }

}




@media (max-width: 425px) {
  .navbar-brand img {
    max-width: 110px;
    height: auto;
  }
}




@media (max-width: 475px) {
    .phones__and_search {
      gap: 15px !important;
  }
}










@media (max-width: 575px) {
  li.product-files__item {
    flex-direction: column;
    align-items: flex-start;
  }
  .products__grid ul.products li.product {
    flex: 0 0 100%;
  }
  .feedback__form {
    padding: 40px 30px !important;
  }
  .warehouse__bottom_content {
      margin: -130px 0 0 0 !important;
  }
  .front__solution_title {
    font-size: 28px !important;
  }
  .front__solution_item:hover .f_s_link {
    height: 85% !important;
  }
  a.f_s_link {
    width: 90% !important;
  }
  .section__title {
    font-size: 28px !important;
  }
  .video__block_p::before,
  .video__block_p::after {
    width: 220px;
    height: 80px;
  }
  .certificatesSwiper img{
    height: 260px;
  }
}




@media (min-width: 576px) {
  li.product-files__item {
    align-items: center;
  }
  .products__grid ul.products li.product {
    flex: 0 0 48%;
  }
  .video__block_p::before,
  .video__block_p::after {
    width: 300px;
    height: 120px;
  }
  .certificatesSwiper img{
    height: 300px;
  }
}






@media (max-width: 767px) {
  .btn-primary {
    padding: 6px 16px;
  }
  .btn-primary b {
    font-size: 16px;
  }
  .corporate__culture_flex {
    display: flex;
    flex-direction: column;
  }
  .corporate__item_content_1 .corporate__title,
  .corporate__item_content_2 .corporate__title {
    font-size: 24px !important;
  }
  .corporate__text {
    font-size: 16px !important;
    line-height: 1.2;
  }
  .footer__flex {
    flex-direction: column;
    gap: 40px;
    padding: 30px 0;
  }
  .footer__col {
    flex: 0 0 100%;
  }
  .copyrights__content, .copyrights__content a {
    font-size: 14px;
    text-align: center;
  }
  .video__block {
    padding-top: 40%;
  }
  .swiper__arrows {
    left: 20px;
    right: 20px;
  }
}






@media (min-width: 768px) {
  .btn-primary {
    padding: 12px 32px;
  }
  .btn-primary b {
    font-size: 18px;
  }
  .swiper__arrows {
    left: 60px;
    right: 60px;
  }
  .products__grid ul.products li.product {
    flex: 0 0 48%;
  }
  .corporate__culture_flex {
    display: grid;
    grid-template: 1fr 1fr / 1fr 1fr;
  }
  .footer__flex {
    gap: 2%;
    row-gap: 40px;
    padding: 40px 0;
  }
  .footer__col {
    flex: 0 0 48%;
  }
  .footer__col_two {
    padding-top: 75px;
  }
  .video__block_p::before,
  .video__block_p::after {
    width: 500px;
    height: 150px;
  }
  .certificatesSwiper img{
    height: 320px;
  }
}







@media (max-width: 991px) {
  .category__header_flex {
    flex-direction: column;
  }
  .contacts__flex {
    flex-direction: column;
  }
  .front__solutions_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /*grid-template-rows: repeat(2, 1fr);*/
  }
  h3 {
    font-size: 20px;
  }
  .advantages_r {
    margin-top: 40px;
  }
  .section__video_advantages {
    padding: 100px 0;
  }
  .video__block_advantages {
    padding-top: 50%;
  }
  .energy__conservation_tabs .tabs__nav:after {
    left: 50px;
  }
  .news__tabs_l {
    margin-bottom: 40px;
  }
  .product__top_section {
    flex-direction: column;
  }
  .wedes__link {
      display: flex;
      justify-content: center;
      padding-top: 40px;
  }
}





@media (min-width: 992px) {
  .product__top_section {
    align-items: center;
  }
  .products__grid ul.products li.product {
    flex: 0 0 32%;
  }
  .news__tabs_l {
    margin-right: 80px;
  }
  .energy__conservation_tabs .tabs__nav:after {
    left: 55px;
  }
  h3 {
    font-size: 30px;
  }
  .front__solutions_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .certificatesSwiper img{
    height: 400px;
  }
  .advantages_r {
    min-height: 700px;
  }
  .advantages__l {
    width: 70%;
  }
  .section__video_advantages {
    padding: 200px 0;
  }
  .video__block_advantages {
    padding-top: 30%;
  }
}






@media (max-width: 1199px) {
  .navbar-brand img {
    max-height: 40px;
  }
  .navbar-collapse.only_mobile {
    position: fixed;
    top: 83px;
    left: 0;
    right: 0;
    background: #fff;
  }
  .navbar-collapse.only_mobile #main-nav {
    width: 100%;
  }
  .primary__menu li.menu-item {
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }
  .primary__menu li.menu-item:last-child {
    border-bottom: none;
  }
  .primary__menu .nav-link {
    color: #222;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-collapse.only_mobile .dropdown-menu {
    border: none;
    padding: 0;
  }
  .navbar-collapse.only_mobile .dropdown-menu .dropdown-item {
    font-size: 15px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 15px;
  }
  .navbar-collapse.only_mobile .dropdown-menu .dropdown-item span {
    font-size: 16px;
  }

  .energy__conservation_tabs .tabs__nav {
    gap: 30px;
  }
  .tab__title {
    font-size: 22px;
  }
  .energy__conservation_tabs {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  body {
    padding-top: 80px;
  }
  .capabilities__item {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 50px;
  }
  .cap__content_wrap {
    padding: 0 40px;
  }
  .section__solutions .solution__item {
    flex-direction: column;
  }

  .solution__content_wrap {
    flex: 0 0 100%;
    padding: 40px 30px;
  }
  .warehouse__bottom_content {
    margin: -130px 4% 0 4%;
  }
  .gallery-thumbs {
    margin-top: 40px;
  }
  .ware_l {
    flex: 0 0 100%;
    min-width: 0;
  }
  .ware_r {
    display: none;
  }
  .corporate__item_content_1 .corporate__title {
    font-size: 28px;
  }
  .top__header_bg {
    width: 100%;
    padding-top: 35%;
  }
  .ico {
    width:68px;
    height:68px;
  }
  .ico img {
    height:34px;
  }
  .corporate__item {
    min-height: 400px;
  }
  .corporate__item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .4);
    border-bottom: 1px solid rgba(255, 255, 255, .4);
  }
  .corporate__item_content {
    max-width: none !important;
  }
  .solution__gallery_wrap {
    flex: 0 0 100%;
    min-width: 0;
  }
  .title_border {
    font-size: 26px;
  }
  a.top__post_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to bottom, #fff, #f7f7f7);
  }
  .top__post_img,
  .top__post_content {
    flex: 0 0 100%;
    min-width: 0;
  }
  .top__post_content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .only_desktop {
    display: none !important;
  }
}








@media (min-width: 1200px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .products__grid ul.products li.product {
    flex: 0 0 32%;
  }
  .energy__conservation_tabs .tabs__nav:after {
    left: 60px;
  }
  .energy__conservation_tabs .tabs__nav {
    gap: 40px;
  }
  .tab__title {
    font-size: 22px;
  }
  .energy__conservation_tabs {
    gap: 60px;
  }
  body {
    padding-top: 90px;
  }
  header.header {
    height: 90px;
  }
  nav.navbar {
    gap: 40px;
  }
  .only_mobile,
  .only_mobile .primary__menu {
    visibility: hidden !important;
    display: none !important;
  }
  .for_mobile {
    width: 0 !important;
    height: 0 !important;
  }
  a.top__post_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: linear-gradient(to right, #fff, #f7f7f7);
  }
  .top__post_img,
  .top__post_content {
    flex: 0 0 50%;
    min-width: 0;
  }
  .top__post_content h2 {
    white-space: nowrap;
  }
  .top__post_content {
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    gap: 80px;
  }
  .capabilities__item {
    display: flex;
    flex-direction: row;
  }
  .capabilities__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .cap__img, .cap__content {
    flex: 0 0 50%;
  }
  .cap__content_wrap .body,
  .cap__content_wrap .body p {
    font-size: 16px;
    line-height: 1.3;
  }
  .title_border {
    font-size: 26px;
    margin: 25px 0 20px;
  }
  .cap__content_wrap {
    padding: 0 30px;
  }
  .sub__title_text {
    max-width: 70%;
    margin: 0 auto 50px;
  }
  .team_content {
    padding-right: 50px;
  }
  .solution__content_wrap {
    flex: 0 0 45%;
    padding: 40px 70px;
  }
  .section__solutions .solution__item:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
  }

  .solution__gallery_wrap {
    flex: 0 0 55%;
    min-width: 0;
  }
  .warehouse__bottom_content {
    margin: -130px 0 0 6%;
  }
  .gallery-thumbs {
    margin-top: 100px;
  }
  .ware_l, .ware_r {
    flex: 0 0 48%;
    min-width: 0;
  }
  .corporate__height_wrap {
    padding-top:32%;
  }
  .corporate__culture_flex {
    position:absolute;
    inset:0;
    display:flex;
  }
  .corporate__item:not(:last-child) {
    border-right:1px solid rgba(255,255,255,.4);
  }
  .corporate__item_content_1 .corporate__title {
    font-size: 32px;
  }
  .ico {
    width:114px;
    height:114px;
  }
  .ico img {
    height:54px;
  }
  nav.navbar {
    padding: 0;
  }
  .primary__menu .nav-link:hover,
  .primary__menu .nav-link:focus,
  .primary__menu li.active .nav-link {
    border-bottom: 1px solid #f04d2b;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .primary__menu .nav-link {
    padding: 35px 0;
  }
  .footer__flex {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
    padding: 80px 0;
  }
  .footer__col {
    flex: 1;
  }
  .footer__col_two {
    padding-top: 0;
  }
  .top__header_bg {
    width: 100%;
    padding-top: 25%;
  }
  .short__text {
    max-width: 70%;
  }
}




@media (min-width: 1400px) {
  .products__grid ul.products li.product {
    flex: 0 0 23%;
  }
  .energy__conservation_tabs .tabs__nav:after {
    left: 65px;
  }
  .energy__conservation_tabs .tabs__nav {
    gap: 70px;
  }
  .tab__title {
    font-size: 28px;
  }
  .title_border {
    font-size: 36px;
    margin: 40px 0 30px;
  }
  .cap__content_wrap .body,
  .cap__content_wrap .body p {
    font-size: 18px;
    line-height: 1.4;
  }
  .cap__content_wrap {
    padding: 0 70px;
  }
}