.header_fixed * .marker-menu:before{
	border-top-color: #000;
}

@media (max-width: 992px) {
.marker-menu {
	right: 10px !important;
}
}
	
.site-header {
  padding: 5px 0px;
  position: relative;
  z-index: 100;
  /*box-shadow: 0px 6px 10px rgba(0,0,0,0.1);*/
}
.site-header * {
  color: #fff;
}

.breadcrumbs.container.crumbs-custom-style {
    z-index: 1;
	font-size: 10px;
}

.site-header .container {
  display: flex;
  align-items: center;
}

.header-logo {
  max-width: 220px;
  height: auto;
  margin-right: 50px;
  width: 100%;
}
.header-logo img {
  width: 100%;
}
.header-logo * {
  display: block;
}

/*Logo*/
.dark-logo {
  display: none;
}
.header_fixed .dark-logo {
  display: block;
}
.header_fixed .light-logo {
  display: none;
}

/*Шапка на главной*/
.absolute-header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: transparent;
  box-shadow: none;
}

/*Липкая шапка начало*/
.header_fixed {
  width: 100%;
  position: fixed!important;
  background-color: #fff;
  top: 0;
  left: 0;
  animation: showElement;
  animation-duration: 1s;
  z-index: 1999;
  box-shadow: 0px 6px 10px rgba(0,0,0,0.1);
}
.header_fixed * {
  color: #000;
}
.gradient-bg {
  background-color: #0083b7;
}
.header-2 {
  position: relative;
  z-index: 999;
}

.header_fixed .header-top-block {
  padding: 0px;
}

@keyframes showElement{
    0% {
        opacity: 0;
        top: -70px;
    }
    
    100% {
        opacity: 1;
        top: 0;
    }
}
/*Липкая шапка конец*/

/*==============Header menu==============*/
.header-menu ul {
  display: flex;
}

.header-menu ul li {
  position: relative;
  padding: 15px 0px;
}

.header-menu ul a {
  font-size: 16px;
  padding: 5px 0px;
  margin: 0px 18px;
  display: inline-block;
  position: relative;
}
.site-header a:hover {
  color: #fff;
}
.header_fixed a:hover {
  color: #000;
}
.header-menu > ul > li > a {
  white-space: nowrap;
}

@media (min-width: 1201px) {
  .header-menu ul a::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s;
  }
  .header_fixed .header-menu ul a::before {
    background-color: #000;
  }
}

.header-menu ul a:hover::before {
  opacity: 1;
  transform: scale(1);
}

/* Второй уровень меню ================*/
.header-menu ul li.menu-item-has-children {
  padding-right: 10px;
}

.marker-menu {
  border: 5px solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 14px;
  right: -18px;
  font-size: 18px;
}
.header_fixed .marker-menu {
  border-top-color: #000;
}

.header-menu ul ul {
  position: absolute;
  top: 58px;
  left: 18px;
  width: 220px;
  display: none;
  flex-direction: column;
  background-color: rgba(47, 47, 47, 0.8);
  border-top: 1px solid #fff;
  padding: 0px;
}
.header_fixed .header-menu ul ul {
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
}

.header-menu ul ul li {
  display: inline-block;
  margin: 0px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header_fixed .header-menu ul ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-menu ul ul li:last-child {
  border: none;
}

.header-menu ul ul li a {
  display: inline-block;
  margin: 0px;
  padding: 10px 10px;
  width: 100%;
}

@media (min-width: 1200px) {
  .header-menu ul ul li .marker-menu {
    right: -5px;
    top: 15px;
    border-top-color: transparent;
    border-left-color: #ccc;
  }

  .header-menu ul li:hover>ul {
    display: flex;
  }

  .header-menu ul ul::before {
    content: '';
    position: absolute;
    top: -17px;
    left: 20px;
    border: 8px solid transparent;
    border-bottom-color: #fff;
  }
}

.header-menu ul ul li {
  padding: 0px;
}

/* Третий уровень */
.header-menu ul ul ul {
  border-left: 3px solid transparent;
  padding: 0px;
  left: 100%;
  top: -1px;
}

.header-menu ul ul ul::before {
  display: none;
}

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

@media (max-width: 1200px) {
  .header-logo {
    margin-right: auto;
  }
  .header-menu ul ul li .marker-menu {
    top: 5px;
  }

  .header-menu ul ul {
    position: static;
    width: 100%;
    display: none;
    padding: 0px;
  }

  .marker-menu {
    position: absolute;
    top: 19px;
    right: 1px;
    border-radius: 3px;
    z-index: 30;
    border-width: 10px;
	width: 70% !important;
  }

  .header-menu ul li.menu-item-has-children {
    padding-right: 0px;
  }
}
/* Второй уровень меню конец ================*/

.header-menu {
  width: calc(100% - 305px);
  align-items: center;
  justify-content: space-between;
}
.header-my-accaunt {
  margin-right: 20px;
  margin-top: 10px;
  font-size: 25px;
}
.header-my-accaunt a:hover {
  opacity: 0.8;
}
@media (max-width: 1200px) {
  .header-my-accaunt {
    text-align: center;
    padding: 10px;
    font-size: 30px;
  }
}

/*Временный переключатель языков*/
.languages-btn {
  width: 85px;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  margin-left: 15px;
}
.language-menu-class {
  display: flex;
}
.language-menu-class li {
  position: relative;
}
.language-menu-class li:first-child {
  border-right: 1px solid #fff;
}
.language-menu-class li a {
  padding: 0px 10px;
  display: inline-block;
}
.language-menu-class li a:hover {
  opacity: 0.8;
}
.language-menu-class li.current-lang {
  font-weight: 500;
}

.header_fixed .language-menu-class li:first-child {
  border-color: #000;
}
.language-menu-class li.current-lang::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 2px;
  background-color: #fff;
}
.header_fixed .language-menu-class li.current-lang::before {
  background-color: #000;
}
/*Временный переключатель языков*/

/*-------------------Бургер меню-------------------*/
.icon {
  display: none;
  width: 21px;
  min-width: 21px;
  height: 17px;
  position: relative;
  cursor: pointer;
  z-index: 1111;
  margin-left: 15px;
}
.icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  left: 0;
  transform: rotate(0deg);
  transition: .025s ease-in-out;
}
.header_fixed .icon span {
  background-color: #000;
}
.icon span:nth-child(1){
  top: 0px;
}
.icon span:nth-child(2), .icon span:nth-child(3){
  top: 7px;
}
.icon span:nth-child(4){
  top: 14px;
}
.menu-open.icon span:nth-child(1){
  top: 18px;
  width: 0%;
  left: 50%;
}
.menu-open.icon span:nth-child(2){
  transform: rotate(45deg);
}
.menu-open.icon span:nth-child(3){
  transform: rotate(-45deg);
}
.menu-open.icon span:nth-child(4){
  top: 18px;
  width: 0%;
  left: 50%;
}
/*Бургер меню*/


.js-menu-open {
  display: block !important;
}

@media (max-width: 1200px) {
  .btn-open-menu {
    display: block;
  }

  .header-cart {
    order: 8;
  }

  .header-contact {
    margin: 0 auto;
  }

  .header-menu {
    display: none;
    position: absolute;
    top: 69px;
    left: 0px;
    background-color: #2b2b2b;
    border-top: 1px solid rgba(236, 236, 236, 0.5);
    border-bottom: 1px solid rgba(236, 236, 236, 0.5);
    width: 100%;
    padding: 10px 0px;
	z-index: 10;
  }
  .header_fixed .header-menu {
    background-color: #fff;
    top: 64px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
  }

  .header-menu ul {
    flex-direction: column;
    max-width: 970px;
    padding: 0px 15px;
    margin: 0 auto;
  }

  .header-menu ul a {
    display: inline-block;
    width: 100%;
    padding: 12px 30px 12px 0px;
    margin: 0px;
  }

  .header-menu ul li {
    padding: 0px;
    border-bottom: 1px solid rgba(236, 236, 236, 0.3);
  }
}

@media (max-width: 600px) {
  .header-contact {
    display: none;
  }

  .header-cart {
    margin-left: auto;
  }
}

@media (max-width: 480px) {
  .header-logo {
    max-width: 150px;
    margin-right: 15px;
  }

  .header-menu, .header_fixed .header-menu {
    top: 46px;
  }
}

.how-we-working .jet-hor-timeline-item__card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.header-tel a {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.header-tel a::before {
  content: '\e928';
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  font-size: 12px;
}
.header-mobile-tel {
  display: none; 
}
.header-mobile-tel__btn i {
  font-size: 18px;
}
.header-mobile-tel__row {
  display: flex; 
  justify-content: space-between;
  padding: 15px;
  background-color: #fff;
  position: absolute; 
  top: 100%;
  left: 0;
  width: 100%;
  color: #333;
  transform-origin: 0 0;
  transform: rotateX(-90deg);
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}
.header-mobile-tel__row.open {
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
}
.header-mobile-tel__clouse {
  position: relative; 
  width: 24px;
  height: 24px;
}
 

.mobile-tel-namber {
  width: calc(100% - 40px);
  font-size: 20px;
  color: #333;
  font-weight: 500;
}
.header-mobile-tel__clouse::before, .header-mobile-tel__clouse::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #222;
  position: absolute; 
  top: 11px;
  left: 0;
  transform: rotate(45deg);
}
.header-mobile-tel__clouse::after {
  transform: rotate(-45deg);
}

  .header-tel {
	  visibility: hidden;
  }

@media (max-width: 1200px) {
  .header-tel {
      max-width: 970px;
      padding: 20px 15px;
      margin: 0 auto;
	  visibility: visible;
  } 
  .header-mobile-tel {
    padding-top: 5px;
    margin-left: auto;
    display: flex;
    justify-content: center; 
  }
}

.crumbs-custom-style{
    display: inline-block;
    position: relative;
    top: 15px; 
}

.header_fixed > .crumbs-custom-style{
    display: none;
}

.sub-menu{
    z-index: 5;
}