.header {
  z-index: 10;
  position: relative;
  max-width: 100%;
  background: white;
  height: 128px;
  box-shadow: 0px 21px 21px 0 rgba(0, 1, 2, 0.14);
  transition: all .2s;
}

.header__container {
  height: 100%;
}

.header__wrap {
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  margin: 10px 0 0 28px;
}

.header__menu {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}

.header__menu-list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.header__menu-list li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 3%;
}

.header__menu-list li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  width: 0px;
  height: 1px;
  background-color: #00fce2;
  transition: width .3s;
}

.header__menu-list li.current-menu-item:after,
.header__menu-list li:hover:after {
  width: 43px;
}

.header__menu-list li:hover .header__menu-link {
  color: rgba(14, 14, 14, 0.72);
}

.header__menu-list a {
  font-family: 'Geometria';
  font-size: 21px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.42px;
  text-align: center;
  color: #0e0e0e;
  transition: color;
}

.header__get-call {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 430px;
  height: 67px;
  margin-right: 4.36%;
  object-fit: contain;
  box-shadow: 0px 9px 13px 0 rgba(0, 1, 2, 0.14);
  border: solid 3px #ffffff;
  border-radius: 15px;
  background-color: #00fce2;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.32px;
  text-align: center;
  color: #161616;
}
.header__get-call-text{
 font-family: 'Geometria';
 font-size: 16px;
 font-weight: 700;
 font-stretch: normal;
 font-style: normal;
 letter-spacing: 0.32px;
 text-align: center;
 color: #161616;
}
.header__get-call-icon {
  display: none;
}

.header__get-call:hover {
  box-shadow: 0px 2px 4px 0 rgba(0, 1, 2, 0.14);
}

.header__phone {
  position: relative;
  font-size: 21px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.42px;
  white-space: nowrap;
  text-align: center;
  transition: all .3s;
  margin-right: 40px;
}

.header__phone-item {
  display: block;
  color: black;
  transition: all .3s;
}

.header__phone-item:hover {
 color: #ffc600;
 /* text-shadow: 0 2px 5px rgba(250, 200, 0, 0.5); */
}

.header__langswitch {
  position: absolute;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  /* display: none; */
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: black;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.32px;
  text-align: center;
}

.header__langswitch .dropdown {
  margin-top: 5px;
 transform: scale(1.5);
}

.header__langswitch .dropdown {

}

.header__langswitch a {
  color: #161616;
  transition: all .2s;
}

.header__langswitch a:hover,
.header__langswitch a.active {
  color: #ffc70a;
}

.header__hamb {
  position: absolute;
  left: 50%;
  top: 34px;
  display: none;
  width: 35px;
  height: 25px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header__hamb-line {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 5px;
  border-radius: 2.5px;
  background-color: #0e0e0e;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__hamb-line:first-child {
  top: 0;
  -ms-transform: none;
  transform: none;
}

.header__hamb-line:last-child {
  top: auto;
  bottom: 0;
  -ms-transform: none;
  transform: none;
}

.open-menu .header__hamb-line:nth-child(2) {
  opacity: 0;
}

.open-menu .header__hamb-line:first-child {
  top: 11px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open-menu .header__hamb-line:last-child {
  bottom: 9px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header__sv {
  position: absolute;
  bottom: 30px;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  display: none;
}

.header__sv a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin: 0 8px;
  border: solid 2px #000000;
  border-radius: 14px;
  transition: all .3s;
}

.header__sv a:hover {
  background-color: #ffba00;
}

.sticky {
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
}

.sticky + .first {
  margin-top: 128px;
}

@media (max-width: 1700px) {
  .header {
    height: 120px;
    padding: 0 30px;
  }

  .header__logo {
    height: 60px;
    margin: 0;
    margin-top: 4px;
    margin-right: 40px;
  }

  .header__logo-img {
    height: 100%;
  }

  .header__menu-list a {
    font-size: 20px;
  }

  .header__get-call {
    height: 64px;
    margin-right: 20px;
  }

  .header__phone {
    font-size: 19px;
  }

  .sticky {
    height: 80px;
  }
}

@media (max-width: 1400px) {
  .header {
    height: 110px;
  }

  .header__logo {
    height: 50px;
  }

  .header__menu-list a {
    font-size: 18px;
  }

  .header__get-call {
    height: 55px;
  }

  .sticky .header__get-call {
    height: 50px;
  }

  .header__phone {
    font-size: 16px;
    margin-right: 30px;
  }

  .sticky .header__phone {
    font-size: 14px;
  }

  .header__langswitch {
   font-size: 14px;
 }

  .sticky {
    height: 70px;
  }
}

@media (max-width: 1200px) {
  .header__logo {
    height: 45px;
    margin-right: 30px;
  }

  .header__menu-list li {
    margin: 0 15px;
  }

  .header__menu-list a {
    font-size: 17px;
  }

  .header__get-call {
    width: 73px;
  }

  .header__get-call-text {
    display: none;
  }

  .header__get-call-icon {
   display: block;
   width: 19px;
   height: 19px;
 }
  .header__get-call-icon svg {
   width: 19px;
   height: 19px;
 }

  .header__phone {
    margin-top: 4px;
    margin-right: 10px;
  }

  .header__langswitch {
   position: relative;
   right: auto;
   margin-left: 20px;
 }
}

@media (max-width: 1024px) {
  .header {
    position: fixed;
    width: calc( 100% / 1 - 36px);
    height: 88px;
    padding: 0 16px;
    border-radius: 10px;
    margin: 16px 18px 0;
  }

  .header.open-menu {
    z-index: 100;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 16px 34px;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 0;
  }

  .header__wrap {
    position: relative;
    -ms-flex-align: start;
    align-items: start;
  }

  .header__logo {
    height: 42px;
    margin: 26px 0 20px 28px;
  }

  .header__menu {
    position: static;
    width: auto;
    margin-top: 10px;
  }

  .header__menu-list {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    display: none;
    width: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }

  .open-menu .header__menu-list {
    display: -ms-flexbox;
    display: flex;
  }

  .header__menu-list li {
    margin: 40px 0;
  }

  .header__menu-list li:after {
    left: -50px;
    bottom: 50%;
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }

  .header__menu-list li:before {
    position: absolute;
    bottom: 50%;
    right: -50px;
    display: block;
    content: '';
    width: 0px;
    height: 1px;
    background-color: #00fce2;
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    transition: width .3s;
  }

  .header__menu-list li.current-menu-item:after,
  .header__menu-list li:hover:after {
    width: 35px;
  }

  .header__menu-list li.current-menu-item:before,
  .header__menu-list li:hover:before {
    width: 35px;
  }

  .header__menu-list a {
    font-size: 30px;
  }

  .header__get-call {
    width: 242px;
    height: 64px;
    margin-top: 0;
    font-size: 14px;
    letter-spacing: 0.28px;
    text-align: center;
  }

  .sticky .header__get-call{
    height: 64px;
  }

  .header__get-call-icon {
    display: none;
  }

  .header__get-call-text {
    display: block;
    font-size: 14px;
    letter-spacing: 0.28px;
    text-align: center;
  }

  .header__phone {
    position: absolute;
    top: auto;
    bottom: 120px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 20px;
    margin-right: 0;
  }

  .header__langswitch {
    display: none;
    position: absolute;
    margin-bottom: 20px;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
  }

  .open-menu .header__langswitch {
   display: block;
   bottom: 60px;
   right: 50%;
   transform: translate(50%);
  }

  .header__hamb {
    display: block;
  }

  .open-menu .header__sv {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 667px) {
  .header {
    width: calc( 100% / 1 - 20px);
    height: 60px;
    margin: 10px;
  }

  .header.open-menu {
    padding: 10px 26px;
  }

  .header__logo {
    height: 36px;
    margin: 12px 0px;
  }

  .header__menu-list li {
    margin: 5% 0;
  }

  .header__menu-list a {
    font-size: 25px;
  }

  .header__get-call {
    display: none;
    width: 180px;
    height: 40px;
    font-size: 14px;
  }
  .header__get-call-text {
    font-size: 14px;
  }

  .header__hamb {
    top: 20px;
    left: auto;
    right: 0;
    width: 30px;
    height: 22px;
    -ms-transform: none;
    transform: none;
  }

  .header__hamb-line {
    height: 4px;
  }

  .open-menu .header__hamb-line:first-child {
    top: 9px;
  }
}