.header {
  position: relative;
  z-index: 3;
}

.header .header-container {
  display: flex;
  padding: 12px 15px 27px;
  justify-content: space-between;
}

.header .header__info {
  box-shadow: 0 0 28px 1px rgba(0, 0, 0, 0.41);
  background-color: #222628;
  position: relative;
  z-index: 10;
  transition: height 0.1s linear 0s;
}
/*
@media (max-width: 750px) {
    .header .header__info {
        /*height:90px*
    }
}

@media (max-width: 600px) {
    .header .header__info {
        /*height:330px*
    }
}

.header__open {
    /*height: 115px*
}

.header .logo {
}

*/

.header-slider.header-slider__bg-open {
    margin-top: -27px;
}


.header .logo img {
  width: 100%;
}

.wrapper .header__scroll-bg .logo .logo-no{

}

.header__scroll-bg .lcol-top {
    width: 83%;
}
@media (max-width: 740px) {
  .header .logo {
        width: 95%;
  }
}

.header .contact {
  margin-left: 25px;
  flex: 1;
  display: flex;
  justify-content: space-between;

    border-bottom: 1px solid hsl(0deg 0% 100% / 17%);
    padding: 9px 0;
}

.header .logo {
  display: block;
}

/*.header__menu {
  max-width: 830px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
} */

.header__menu > ul {
  background-color: #212527;
      display: flex;
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    padding: 0;
    justify-content: space-around;


}
.header__scroll-bg span.wrap_search_icon {
    padding: 17px 14px 17px 30px;
}
.phone_mobile_scroll{
  display: none !important;
}

.header__menu > ul > li {
    padding: 23px 16px 19px;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
}

.header__menu > ul > li a {
  line-height: 15px;
  display: block;
}

.header__menu > ul > li a,
.header__menu > ul > li p {
  color: #ffffff;
  transition: all 0.3s ease 0s;
}

.header__menu > ul > li a:hover,
.header__menu > ul > li p:hover {
  color: #fa7d08;
}

.header__menu > ul > li::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  background: #fa7d08;
  transform: scaleX(0);
  transition: all 0.3s ease 0s;
}

.header__menu > ul .menu-item-has-children {
  background: #fa7d08;
  padding-right: 23px;
  padding-left: 7px;
  transition: all 0.3s ease 0s;
}

.header__menu > ul .menu-item-has-children:hover a {
  color: #fa7d08;
}

.header__menu > ul .menu-item-has-children:hover p {
  color: white;
}


.header__menu > ul .menu-item-has-children::after {
    content: "";
    display: inline-block;
    position: absolute;
    border: 5px solid transparent;
    right: 6px;
    border-top-color: #fff;
    left: auto;
    top: 50%;
    transform: translateY(-8%);
    height: auto;
    width: auto;
    background: transparent;

    transition: all 0.3s ease 0s;
}

@media (max-width: 600px) {
  .header__menu > ul .menu-item-has-children::before {
    transform: rotate(-45deg);
    right: 26px;
  }
}

.header__menu > ul > .menu-item-has-children:hover > .sub-menu {
  display: block;
}



.header__menu > ul > .current-menu-item:not(.menu-item-has-children) {
  box-shadow: inset 0px -2px 0px 0px #fa7d08;
}

.header__menu > ul .menu-item-has-children .current-menu-item a {
  color: #fa7d08;
}

.header__menu > ul .menu-item-has-children .current-menu-item::after {
  transform: scaleX(1);
  left: 0;
  bottom: 0px;
}
.admin-bar .header__info {
    margin-top: 32px;
}

@media (max-width:750px) {
	.header-slider .top-slider {
		opacity: 0;
		visibility: hidden;
		transition: opacity 1s ease;
		-webkit-transition: opacity 1s ease;
		max-height: 325px;
		overflow-y:hidden;
	}
	.header-slider .top-slider.slick-initialized {
		visibility: visible;
    	opacity: 1;
		max-height:initial;
		overflow-y:visible;
	}
}

.header__menu > ul .menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  box-shadow: 0 0 28px 1px rgba(0, 0, 0, 0.41);
  left: -80px;
  width: 285px;
  background-color: #222628;
  padding-top: 5px;
  display: none;
}

.header__menu > ul .menu-item-has-children .sub-menu li {
  text-align: center;
  font-size: 10.5px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 9px 0;
  border-bottom: 1px solid #373a3c;
  letter-spacing: 0.5px;
  position: relative;
}

.header__menu > ul .menu-item-has-children .sub-menu li a {
  color: #ffffff;
  transition: all 0.3s ease 0s;
}

.header #site-navigation .menu-item-has-children li:hover> a {
  color: #fa7d08;
}

#site-navigation .menu-item-has-children {
  background: transparent;
  padding-right: 27px;
  padding-left: 15px;
}


#site-navigation .menu-item-has-children:hover > a {
  color: #fa7d08;
}
#site-navigation .menu-item-has-children a {
  color: #fff;
}



.slick-dots button {
  padding: 0;
}

.wrapper {
  border: none;
}

.wrapper .header {
  position: fixed;
  width: 100%;
  height: 0;
  top: 0;
}

.wrapper .header a .small-logo {
  display: none;
}

.wrapper .header .small__phone {
  display: none;
}

.wrapper .header .header__scroll .energy__btn {
  display: none;
}

.wrapper .header .header__scroll a .small-logo {
  display: block;
}

.wrapper .header .header__scroll .small__phone {
  display: block;
}




.header__menu > ul .menu-item-has-children .sub-menu {
  transform: none;
}

.footer-menu .bottom-menu > ul .menu-item-has-children .sub-menu {
  transform: none;
}

.nav-info {

  display: block;
}

.nav-info:not(:last-child) {
  margin-right: 17px;
}

.nav-info a,
.nav-info p {
      align-self: center;
    margin-left: 7px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
p.span_contact_heade {
    width: 100%;
    margin-left: 0;
    padding-bottom: 10px;
    font-size: 80%;
    text-transform: uppercase;
    color: #fff;
    opacity: .75;
    display: block;
}
.nav-info>div {
    display: flex;
    align-items: center;
}

.border-bottom {
  position: relative;
}

/*.border-bottom::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    width: 100%;
    height: 3px;
    right: 0;
    background-color: #fa7d08
}*/

.back-call::before {
  content: "";
  display: inline-block;
  background-image: url('/wp-content/themes/iconic-one/css/../img/s-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}

.back-call:hover::before {
  background-image: url('/wp-content/themes/iconic-one/css/../img/s-icon-hover.svg');
}

.back-call {
  display: flex;
  padding: 12px 10px;
  background-color: #fa7d08;
  transition: all 0.3s ease 0s;
}

.header__menu {
    transition: all 0.3s ease 0s;
    margin-left: 25px;

}

.back-call:hover {
  background-color: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fa7d06;
  -moz-box-shadow: inset 0px 0px 0px 2px #fa7d06;
  box-shadow: inset 0px 0px 0px 2px #fa7d06;
}
.back-call:hover p {
  color: #fa7d08;
}
.burger {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  align-self: center;
}

@media (max-width: 750px) {
  .burger .btn-lg {
    display: none;
  }
}

@media (min-width: 750px) {
  .burger .btn-sm {
    display: none;
  }
}

.burger span {
  display: block;
  background: #fa7d08;
  width: 100%;
  height: 4px;
  margin-top: 4px;
  border-radius: 2px;
  cursor: pointer;
  align-self: center;
}

.burger span:hover {
  background: #ffa047;
}

.burger span:hover::after,
.burger span:hover::before {
  background: #ffa047;
}

.burger span::before {
  top: -9px;
}

.burger span::after {
  top: 5px;
}

.burger span::after,
.burger span::before {
  content: "";
  display: block;
  background: #fa7d08;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  position: relative;
  transition: all 0.3s ease 0s;
}

.burger-active {
  -webkit-user-select: none;
  user-select: none;
}

.burger-active span {
  width: 0;
}

.burger-active span::before {
  top: -1px;
  transform: rotate(-45deg);
  transform-origin: center;
}

.burger-active span::after {
  top: -5px;
  transform: rotate(45deg);
  transform-origin: center;
}

.burger-active span::after,
.burger-active span::before {
  content: "";
  display: block;
  position: absolute;
  background: #fa7d08;
  height: 4px;
  border-radius: 2px;
  position: relative;
  transition: all 0.3s ease 0s;
}

.header__open .energy__phone a {
  font-size: 16px;
}

.energy__metro {
  padding: 8px 10px;
  border-radius: 3px;
  background-color: #2f3335;
}



.energy__mail a {
  cursor: pointer;
  color: #ffffff;
  transition: all 0.3s ease 0s;
	vertical-align:sub;
  margin-left: 7px;
  
}

.energy__mail a:hover {
  color: #ff922c;
}
.nav-info>div img {
    max-width: 15px;
}

.energy__phone {
  position: relative;
}

.energy__phone a {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  
  margin-left: 7px;
}

.energy__phone a:hover {
  color: #ff922c;
}

.energy__phone a::after {
  bottom: -14px;
}

.consultation {
  margin: auto;
  width: 100%;
  max-width: 1200px;
  position: absolute;
  top: 0;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 20px;
  flex-wrap: nowrap;
  align-items: center;
}

@media screen and (max-width:1060px){
	.consultation {
	  flex-wrap: wrap;
	}
}

.consultation .network {
  background-color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  max-width: 599px;
  padding: 28px 30px;
  height: -webkit-fit-content;
  height: fit-content;
  align-self: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 15px;
}

.consultation .network h1,
.consultation .network p {
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 125%;
}

.consultation .form-call {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 36px;
  height: -webkit-fit-content;
  height: fit-content;
  margin-left: 15px;
  margin-right: 0;
}

.consultation .form-call .form-head {
  display: flex;
  max-height: 50px;
  overflow: hidden;
}

.consultation .form-call .form-head .form-img img {
  width: 100%;
}

.consultation .form-call .form-head p {
  margin-left: 16px;
  line-height: 120%;
  align-self: center;
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
}

.consultation .order {
  width: 185px;
  margin-top: 20px;
  background-color: #fa7d08;
  padding: 15px 0;
  transition: all 0.3s ease 0s;
}

.consultation .order:hover {
  background: #ff922c;
}

.consultation .order p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.header-slider .wpcf7-form {
  display: flex;
  flex-direction: column;
}

.header-slider .wpcf7-form {
  max-width: 320px;
}
.header-slider .wpcf7-form input {
  width: 100%;
  margin-top: 25px;
  background-color: #494949;
  padding: 17px 20px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
}

.header-slider .wpcf7-form .soglashenie {
  font-size: 12px;
  line-height: 140%;
  color: #a4a4a4;
  margin-top: 6px;
}

.header-slider .wpcf7-form .soglashenie a {
  color: #a4a4a4;
  text-decoration: underline;
}

.header-slider .wpcf7-form .soglashenie a:hover {
  text-decoration: none;
}

.header-slider .wpcf7-form .wpcf7-submit {
  width: 100%;
  margin-top: 25px;
  background-color: #fa7d08;
  padding: 16.5px 0;
  transition: all 0.3s ease 0s;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  background-image: url('/wp-content/themes/iconic-one/css/../img/s-icon.svg');
  background-repeat: no-repeat;
  background-position: 30% center;
}

.header-slider .wpcf7-form .wpcf7-submit:hover {
  background-image: url('/wp-content/themes/iconic-one/css/../img/s-icon-hover.svg');
  color: #fa7d08;
  background-color: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fa7d06;
  -moz-box-shadow: inset 0px 0px 0px 2px #fa7d06;
  box-shadow: inset 0px 0px 0px 2px #fa7d06;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  background-color: rgba(255, 0, 0, 0.2) !important;
}

.form-body {
  display: flex;
  flex-direction: column;
}

.form-body input {
  width: 320px;
  margin-top: 25px;
  background-color: #494949;
  padding: 17px 20px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
}

.header-slider {
  width: 100%;
  position: relative;
}

.header-slider .slick-slide {
  max-width: 100%;
  height: 100%;
  position: relative;
}

.header-slider .slick-slide img {
  /* height: 650px; */
  object-fit: cover;
}

.header-slider .slide-img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 650;
    object-fit: cover;
}

.header-slider input::-webkit-input-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
}

.header-slider input::-moz-placeholder {
  text-indent: 0px;
  -moz-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

.header-slider input:-moz-placeholder {
  text-indent: 0px;
  -moz-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

.header-slider input:-ms-input-placeholder {
  text-indent: 0px;
  -ms-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

.header-slider input:focus::-webkit-input-placeholder {
  text-indent: 500px;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

.header-slider input:focus::-moz-placeholder {
  text-indent: 500px;
  -moz-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

.header-slider input:focus:-moz-placeholder {
  text-indent: 500px;
  -moz-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

.header-slider input:focus:-ms-input-placeholder {
  text-indent: 500px;
  -ms-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

.header-slider .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  max-height: 650px;
}

.header-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.header-slider .slick-list:focus {
  outline: none;
}

.header-slider .slick-list.dragging {
  cursor: pointer;
}

.header-slider .slick-slider .slick-list,
.header-slider .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.header-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.header-slider .slick-track::after,
.header-slider .slick-track::before {
  display: table;
  content: "";
}

.header-slider .slick-track::after {
  clear: both;
}

.header-slider .slick-loading .slick-track {
  visibility: hidden;
}

.header-slider .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.header-slider [dir="rtl"] .slick-slide {
  float: right;
}

.header-slider .slick-slide img {
  /* display: block; */
}

.header-slider .slick-slide.slick-loading img {
  display: none;
}

.header-slider .slick-slide.dragging img {
  pointer-events: none;
}

.header-slider .slick-initialized .slick-slide {
  display: block;
}

.header-slider .slick-loading .slick-slide {
  visibility: hidden;
}

.header-slider .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.header-slider .slick-arrow.slick-hidden {
  display: none;
}

.header-slider .slick-loading .slick-list {
  background: #fff url('/wp-content/themes/iconic-one/css/../img/loader.svg') center center no-repeat;
}

.header-slider .slick-dots {
  text-align: center;
  margin-top: 0;
  position: relative;
  z-index: 1;
  top: -38px;
}

.header-slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1px;
}

.header-slider .slick-dots li button {
  width: 11px;
  height: 11px;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 0 0 transparent;
  vertical-align: middle;
  font-size: 0px;
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid #222628;
  transition: all 0.3s ease 0s;
}

.header-slider .slick-dots li button:hover {
  background: #ffa047;
}

.header-slider .slick-dots li.slick-active button {
  background-color: transparent;
  width: 58px;
}

.header-search-btn a {
  text-indent: -150px;
  overflow: hidden;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url('/wp-content/themes/iconic-one/css/../img/header-search.svg');
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-right: -10px;
}

.header-search-btn:hover a {
  background-image: url('/wp-content/themes/iconic-one/css/../img/header-search-hover.svg');
}

/* new style */


.lcol-logo {
    display: inline-block;
    float: left;
    width: 22%;
    align-items: center;
    padding: 23px 15px;
}
.lcol-top, .lcol-menu {
    width: 78%;
    float: left;
    position: relative;
}

.header .logo img{
  max-width: 100%;
  width: 100%;
}
.header__scroll-bg nav#site-navigation {
    display: none;
}

.header__scroll-bg .wrap_header_container_row {
  
    display: inline-block;
    width: 100%;
}
.wrap_header_container_row {
    display: inline-block;
    width: 100%;
        margin-bottom: -2px;
}


.header__scroll-bg .lcol-logo {
    display: flex;
    padding: 5px 3px 0 0;
    width: 17%;
}
.header__scroll-bg .contact {
    max-width: 100%;
    margin-top: 15px;
    border-bottom: 0;
}

.header.header__scroll-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 0.9s;
    animation-name: fadeInDown;
    animation-duration: 0.9s;
    box-shadow: 0 0 90px rgba(14, 0, 137, 0.06);
    border-bottom: 0;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-140px);
        -ms-transform: translateY(-140px);
        transform: translateY(-140px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.header__menu.header__menu-scroll.header__menu-open {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: auto !important;
}
.wrapper .header__scroll-bg .contact {
     max-width: 100% !important;
    margin-top: 0px;
    border-bottom: 0px !important;
    padding-top: 5px !important;
     margin-bottom: 0; 
    padding-bottom: 0;
    justify-content: space-around;
    padding-bottom: 5px;
}


.header__menu ul .sub-menu li a.menu-image-title-after {
      display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    padding: 0px 14px;
    text-align: left;
}
.menu-image-hover-wrapper img.hovered-image, .menu-image-hover-wrapper img.menu-image {
       transform: scale(1.2);
   
}
.header__menu ul .sub-menu li a.menu-image-title-after span {
    display: inline-block;
    padding-left: 4px;
}
span.menu-image-hover-wrapper {
    width: 34px;
   
}

#site-navigation ul ul li.menu-item-has-children:hover, #site-navigation ul ul li:hover {
    background: hsl(0deg 0% 100% / 10%);
}
.header__menu>ul .menu-item-has-children .sub-menu li.menu-item-has-children:hover ul {
    display: block;
    left: 100%;
    /* left: auto; */
    top: initial;
	bottom:0;
}
.header__menu>ul .menu-item-has-children .sub-menu li.menu-item-has-children:first-child:hover ul,
.header__menu>ul .menu-item-has-children .sub-menu li.menu-item-has-children:nth-child(2):hover ul,
.header__menu>ul .menu-item-has-children .sub-menu li.menu-item-has-children:nth-child(3):hover ul,
.header__menu>ul .menu-item-has-children .sub-menu li.menu-item-has-children:nth-child(4):hover ul,
.header__menu>ul .menu-item-has-children .sub-menu li.menu-item-has-children:nth-child(5):hover ul,
.header__menu>ul .menu-item-has-children .sub-menu li.menu-item-has-children:nth-child(6):hover ul,
.header__menu>ul .menu-item-has-children .sub-menu li.menu-item-has-children:nth-child(7):hover ul{
	top:0;
	bottom:initial;
}

.header__menu ul .sub-menu ul li {
    padding: 9px 14px !important;
    display: block;
    text-align: left !important;
}
.header__menu ul .sub-menu ul li a {
    line-height: 1.9;
}
.header__menu ul ul .menu-item-has-children::after {
    border: 5px solid transparent;
    border-left-color: #fff;
    transform: translateY(-41%);
}
.header__menu ul li ul li a {
    line-height: 2;
}
#site-navigation ul ul .menu-item-has-children {
    padding-right: 14px;
    padding-left: 0;
}
.header__menu ul li ul li img.hovered-image {
    opacity: 0 !important;
}
.header__menu ul li ul li:hover img.hovered-image {
    opacity: 1 !important;
}
.menu-image-hover-wrapper img.hovered-image, .menu-item:hover .menu-image-hover-wrapper img.menu-image{
  opacity: 1;
}
#site-navigation .menu-item-has-children:hover {
    background: transparent !important;
    
}
#site-navigation>ul>li.menu-item-has-children:hover {
  
    box-shadow: inset 0px -2px 0px 0px #fa7d08;
}
.header__scroll-bg .lcol-menu {
    width: 83%;
}
@media (max-width: 121px) {
.header__scroll-bg nav#site-navigation {
   
     width: 92.7%;
}
}

@media (max-width: 1111px) {
.header__scroll-bg .lcol-menu{
 width: 100%;
}
.lcol-logo {

    width: 19%;

    padding: 13px 12px;
}

.header .contact{
  border-bottom: 0;
}
.lcol-menu {
    width: 100%;
   
}
  .back-call {
    
    padding: 12px 18px;
  }

.lcol-menu::before {
    content: "";
    top: 0;
    left: -100%;
    right: -100%;
    border-top: 1px solid hsl(0deg 0% 100% / 22%);
    position: absolute;
}
.header__scroll-bg .lcol-logo {
 
    padding: 5px 19px 5px 0;
    width: 20%;
}
.lcol-logo {

    padding: 6px 12px;
}
.wrapper .header__scroll-bg .back-call {
    padding: 13px 11px;
}
.nav-info:not(:last-child) {
    margin-right: 9px;
}
.header__scroll-bg .lcol-top {
    width: 77%;
}
.header__menu.header__menu-scroll.header__menu-open{
  position: relative !important;
}
.header__scroll-bg .nav-info {
    width: auto;
}
 .header__menu > ul > li{
            padding: 23px 17px 19px;

  }
.wrapper .header__scroll-bg span.wrap_search_icon {
    padding: 17px 7px 17px 17px;
}
span.wrap_search_icon{
 padding:17px 5px 17px 33px;
}
}

@media (max-width: 1060px) {
  .header-slider .top-slider {
    max-height: 460px;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .header-slider.header-slider__bg-open {
    margin-top: -50px;
}

  .lcol-logo{
            width: 29%;
  }
  .lcol-top {
    width: 71%;
   padding-top: 18px;
}
  html body .wrapper .header__scroll-bg .burger{
    padding-top:12px;
  }
.wrapper .header__scroll-bg .back-call {
    padding: 11px 11px 7px;
}
   .header__menu>ul>li {
  padding: 23px 2.9% 19px;

}

a.back-call.header-popup p {
    display: none;
}

.wrapper .header__scroll-bg span.wrap_search_icon {
    padding: 17px 7px 17px 47px;
}

  .energy__time.nav-info {
    display: none;
}
.header__scroll-bg .lcol-logo {
 
    padding: 5px 13px 5px 0;
     width: 24%;
}
.header__scroll-bg .lcol-top {
    width: 73%;
    margin-top: 0;
    padding-top: .50%;
}
}

.burger-mobile{
display: none !important;
}

.header__menu > ul > li.mobile_tagpoint_wrap_search {
    padding: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    display: none;
}

@media (max-width: 800px) {
  .header__scroll-bg .lcol-top {
    width: 73%;
    margin-top: 2px;
    padding-top: 0;
}

.header__menu>ul>li {
    padding: 23px 16px 19px;
}
span.wrap_search_icon {

    padding: 17px 7px 17px 21px;
    }
    .wrapper .header__scroll-bg span.wrap_search_icon {
    padding: 17px 5px 17px 43px;
}
}
@media (max-width: 767px){
  .header .logo img{
    width: 57%;
  }
  a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text {
    display: none;
}

  .mobile_tagpoint_wrap_search{
    display: block;
  }
  .mm-panel form#searchform input {
    
        width: 88%;
    padding: 3%;
    /* border-radius: 45px; */
    background: #222;
    border: 1px solid hsl(0deg 0% 100% / 8%);
    color: #fff;
}

.mm-panel form#searchform button {
    padding: 3%;
    background: #423e3e;
    color: #fff;
    border: 1px solid hsl(0deg 0% 100% / 8%);
}
.burger{
  display: none !important;
}
.burger.burger-mobile{
display: inline-block !important;
    position: relative;
}
.wrapper .header__scroll .logo .logo-no{
  width: 69%;
    margin-left: 0;
    display: inline-block;
}
.wrapper .header .header__scroll a .logo {

    text-align: center;
}
body .wrapper .header .burger-mobile {
    opacity: 1;
    display: inline-block !important;
}
body .wrapper .header .burger-mobile span.btn-lg {
    display: none;
}

.burger.burger-mobile span.btn-sm {
     top: 18px !important;
    margin-left: -6px;
    display: inline-block;
   
}
.header__scroll-bg .burger.burger-mobile span.btn-sm{
  margin-top: 0;
}
.lcol-logo>a {

    text-align: center;
}

.wrapper .header .header__scroll .energy__btn {
    display: inline-block !important;
}
.wrapper .header .header__scroll a .logo {
    display: block !important;
}

.lcol-menu {
    display: none;
}

.mm-menu a img.hovered-image {
    opacity: 0;
}
.mm-menu a:hover img{
  opacity: 0;
}
.mm-menu a:hover img.hovered-image{
  opacity: 1;
}
.mm-menu a span:last-child {
    margin-left: 10px;
}

.lcol-top {
    width: 100%;
    padding-top: 0;
}
.lcol-logo {
      width: 100%!important;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-around;
}
.wrapper .header__scroll-bg .logo .logo-no{
  width: auto;
}
.wrapper .header__scroll-bg .logo .logo-no {
    display: none;
}
.wrapper .header__scroll-bg .phone_mobile_scroll{
  display: flex !important;
}
.lcol-logo>a:not(.energy-phone) {
    width: 70%;
}
.header__scroll-bg .lcol-logo>a:not(.energy-phone) {
    display: none !important;
}
.wrapper .header .header__scroll .lcol-logo>a {
    display: none;
}
.wrapper .header .header__scroll .energy__phone.phone_mobile_scroll.nav-info {
    display: inline-block !important;
    
    margin-right: 0 !important;
}
.energy__btn.nav-info.mob-energy_btn {
    display: block;
    position: relative;
    float: none;
    top: auto;
    right: auto;
    left: auto;
}
.energy__btn.nav-info.mob-energy_btn .back-call {
   display: inline-block;
    padding: 10px 11px 9px;
    margin-top: 4px;
}
.wrapper .header__scroll-bg .energy__btn.nav-info.mob-energy_btn .back-call {
    margin-top: -4px;
}
p.span_contact_heade {
    display: none;
}
.header .contact{
  margin-left: 0;
}

.header__scroll .lcol-logo{
padding: 6px 0;
}

.wrapper .header .header__scroll .contact{
  display: none !important;
}
.header__scroll .energy__btn.nav-info.mob-energy_btn .back-call {
    display: inline-block;
    margin-top: 0;
    
}
.wrapper .header__scroll-bg .phone_mobile_scroll div img {
    display: block !important;
}
.wrapper .header__scroll-bg .phone_mobile_scroll div img.tel-mob {
    display: none !important;
}
.mm-menu_opened + .mm-page div#burger-mobile .btn-sm {
    width: 0;
}
.mm-menu_opened + .mm-page div#burger-mobile .btn-sm::after, .mm-menu_opened + .mm-page div#burger-mobile .btn-sm::before {
    content: "";
    display: block;
    position: absolute;
    background: #fa7d08;
    height: 4px;
    border-radius: 2px;
    position: relative;
    transition: all .3s ease 0s;
}
.mm-menu_opened + .mm-page div#burger-mobile .btn-sm::after {
    top: -5px;
    transform: rotate(45deg);
    transform-origin: center;
}
.mm-menu_opened + .mm-page div#burger-mobile .btn-sm::before {
    top: -1px;
    transform: rotate(-45deg);
    transform-origin: center;
}
.header__scroll-bg .lcol-top {
    display: none;
}
.energy__time.nav-info{
  display: block;
}
.energy__btn.nav-info {
    display: none;
}
.header__scroll-bg .lcol-logo{
  padding:10px 13px 10px 0;
}
}

@media (max-width: 560px){

  .header .logo img {
   
    width: 77%;
}
  .nav-info>div img{
  max-width: 13px;
}
.nav-info a, .nav-info p{
  font-size: 14px;
}
.energy__mail.nav-info{
  display: none;
}
.consultation .network h1, .consultation .network p{
 font-size: 27px;
}
.header-slider {
    border-top: 119px solid #202426;
}
}

@media screen and (max-width: 340px){
  .nav-info a, .nav-info p{
  font-size: 11px;
}
.nav-info:not(:last-child) {
    padding: 0;
}
.header__scroll-bg .phone_mobile_scroll a.energy-phone {
    font-size: 108% !important;
}
.header-slider {
    border-top: 98px solid #202426;
}
}

@media screen and (max-width: 290px){

.header__scroll-bg .phone_mobile_scroll a.energy-phone {
    font-size: 92% !important;
}
}

.header__scroll-bg p.span_contact_heade {
    display: none;
}

.footer-menu__info>div {
    display: flex;
    align-items: center;
}
.footer-menu__info {
    display: flex;
}

.tagpoint-search-content {
   display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 247px;
    background: #bbbaba;
    padding: 10px;

}
span.wrap_search_icon {
    color: #fff;
    opacity: .7;
}
.header__menu > ul > li.tagpoint_wrap_search {
    padding: 5px 0;
}
span.wrap_search_icon {
    color: #fff;
    opacity: .7;
    padding: 17px 5px 17px 30px;
    display: inline-block;
}

span.wrap_search_icon:hover {
    color: #fa7d08;
    opacity: 1;
}
.header__scroll-bg .phone_mobile_scroll a.energy-phone {
    font-size: 20px;
}

.mm-panel, .mm-panels{
  background:#222;
}

.mm-navbar{
  background: #222;
}
.mm-menu_opened.mm-menu_offcanvas{
  z-index: 9;
}
.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited{
  color: #fff;
}
.mm-btn::after, .mm-btn::before{
  border-color:#FFF ;
}

@media screen and (max-width: 1500px) and (min-width: 1061px) {

    .consultation {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        padding-bottom: 0;
    }

}

@media screen and (max-width: 1300px) and (min-width: 1061px) {
    .consultation .network {
        max-width: 56%;
        width: 56%;
    }

    .consultation .form-call {
        width: 350px;
        min-width: 320px;
        padding: 24px;
    }

    .consultation .form-call .form-head p {
        font-size: 20px;
    }

    .header-slider .wpcf7-form input {
        margin-top: 18px;
        padding: 14px 18px;
    }

    .header-slider .wpcf7-form .wpcf7-submit {
        margin-top: 18px;
        padding: 14px 0;
    }
}

@media (min-width:768px) and (max-width:1084px) {
	.header__menu>ul .menu-item-has-children .sub-menu li.menu-item-has-children:hover ul {
		top:initial;
		bottom: 0;
	}
	.header__menu > ul .menu-item-has-children .sub-menu li {
		padding:6px 0;
	}
	.header__menu>ul>li a {
		font-size:10px;
	}
	.header__menu ul .sub-menu ul li {
		padding:6px 14px !important;
	}
}

@media (max-width: 480px) {
    .header-slider .slide-img {
        aspect-ratio: 450 / 230;
    }
}