@-webkit-keyframes phoneShadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(88, 152, 156, 0.25);
    box-shadow: 0 0 0 0 rgba(88, 152, 156, 0.25);
  }
  50% {
    -webkit-box-shadow: 0 0 0 7px rgba(88, 152, 156, 0.25);
    box-shadow: 0 0 0 7px rgba(88, 152, 156, 0.25);
  }
  60% {
    -webkit-box-shadow: 0 0 0 7px rgba(88, 152, 156, 0.25);
    box-shadow: 0 0 0 7px rgba(88, 152, 156, 0.25);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0px rgba(88, 152, 156, 0);
    box-shadow: 0 0 0 0px rgba(88, 152, 156, 0);
  }
}
@keyframes phoneShadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(88, 152, 156, 0.25);
    box-shadow: 0 0 0 0 rgba(88, 152, 156, 0.25);
  }
  50% {
    -webkit-box-shadow: 0 0 0 7px rgba(88, 152, 156, 0.25);
    box-shadow: 0 0 0 7px rgba(88, 152, 156, 0.25);
  }
  60% {
    -webkit-box-shadow: 0 0 0 7px rgba(88, 152, 156, 0.25);
    box-shadow: 0 0 0 7px rgba(88, 152, 156, 0.25);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0px rgba(88, 152, 156, 0);
    box-shadow: 0 0 0 0px rgba(88, 152, 156, 0);
  }
}
@-webkit-keyframes phoneBackground {
  0% {
    -webkit-transform: translate(0, -50%) rotate(0);
    transform: translate(0, -50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
  }
  60% {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(0, -50%) rotate(360deg);
    transform: translate(0, -50%) rotate(360deg);
  }
}
@keyframes phoneBackground {
  0% {
    -webkit-transform: translate(0, -50%) rotate(0);
    transform: translate(0, -50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
  }
  60% {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(0, -50%) rotate(360deg);
    transform: translate(0, -50%) rotate(360deg);
  }
}
@-webkit-keyframes menuOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menuOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  /* padding: 55px 0 40px; */
  padding: 5px 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: menuOpacity 1s cubic-bezier(0.77, 0, 0.175, 1);
  animation: menuOpacity 1s cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
  z-index: 1000;
  background: #fff;
  position: fixed;
  left: 0;
  -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.header.fixed {
  padding: 5px 0 5px;
  -webkit-box-shadow: 0 0 15px 5px rgba(88, 152, 156, 0.25);
  box-shadow: 0 0 15px 5px rgba(88, 152, 156, 0.25);
}
.header-inner {
  max-width: 1608px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
}
.header-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
}
.header-wrapper:nth-child(1) {
  max-width: 206px;
}
.header-wrapper:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-wrapper:nth-child(3) {
  max-width: 362px;
}
.logo {
  height: 100%;
}
.logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header-menu a {
  font-size: 18px;
}
.header-menu > div > ul {
  display: initial;
}
.header-menu > div > ul > li {
  margin: 0 32px;
  display: inline-block;
  padding: 0;
  position: relative;
}
.dif-item {
  display: none !important;
}
.header-menu > div > ul > li.active::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  /* background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#487bb4),
    to(#58989c)
  );
  background: -o-linear-gradient(left, #487bb4, #58989c);
  background: linear-gradient(90deg, #487bb4, #58989c); */
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 52%,
    rgba(88, 152, 156, 1) 100%
  );
  position: absolute;
  top: 25px;
  bottom: -57px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.header-menu > div > ul > li.active a {
  color: var(--aqua);
}
.header.fixed .header-menu > div > ul > li.active::before {
  bottom: -22px;
}
.header-menu > div > ul > li::before {
  display: none;
}

.header-mobile-menu {
  display: none;
}
.header-mobile-menu span {
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/icons/mobile-menu.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.header-mobile-menu span.active {
  width: 30px;
  height: 30px;
  background: url(../img/icons/close-button.svg) no-repeat center;
  background-size: contain;
}

.header-wrapper:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-wrapper-inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.header-wrapper-inner span {
  cursor: pointer;
}
.header.fixed .header-seach-wrapper {
  width: 100%;
}
.header.fixed .header-seach-wrapper form input {
  padding: 20px 65px;
}
.header.fixed .header-seach-wrapper.active {
  height: 75px;
}
.header-seach-wrapper {
  display: block;
  width: 1608px;
  height: 0;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 50;
  overflow: hidden;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.header-seach-wrapper.active {
  height: 115px;
}
.header-seach-wrapper form {
  position: relative;
}
.header-seach-wrapper form input {
  width: 100%;
  padding: 25px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: none;
  /* background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#487bb4),
    to(#58989c)
  );
  background: -o-linear-gradient(left, #487bb4, #58989c);
  background: linear-gradient(90deg, #487bb4, #58989c); */
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(88, 152, 156, 1) 69%,
    rgba(88, 152, 156, 1) 100%
  );
  color: #fff;
  font: 400 24px/1 "Raleway";
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.header-seach-wrapper form input::-webkit-search-decoration,
.header-seach-wrapper form input::-webkit-search-cancel-button,
.header-seach-wrapper form input::-webkit-search-results-button,
.header-seach-wrapper form input::-webkit-search-results-decoration {
  display: none;
}
.header-seach-wrapper span {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icons/close.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 45px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}
.header-seach-wrapper form input::-webkit-input-placeholder {
  color: #fff;
}
.header-seach-wrapper form input::-moz-placeholder {
  color: #fff;
}
.header-seach-wrapper form input:-ms-input-placeholder {
  color: #fff;
}
.header-seach-wrapper form input::-ms-input-placeholder {
  color: #fff;
}
.header-seach-wrapper form input::placeholder {
  color: #fff;
}
.header-wrapper-inner.search-button > span {
  display: block;
  width: 29px;
  height: 28px;
  background: url(../img/icons/search_new2.svg) no-repeat center;
  background-size: contain;
}
.header-wrapper-inner.geo-button span {
  display: block;
  width: 20px;
  height: 29px;
  background: url(../img/icons/facebook-placeholder-for-locate-places-on-maps_new2.svg)
    no-repeat center;
  background-size: contain;
}
.header-wrapper-inner.geo-button {
  position: relative;
}
.header-wrapper-inner.geo-button .header-geo-wrapper {
  display: block;
  width: 334px;
  height: 0;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 20;
  overflow: hidden;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.header-geo-wrapper p {
  margin: 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.header-wrapper-inner.geo-button span.active ~ .header-geo-wrapper {
  height: 100px;
}
.header-wrapper-inner.geo-button span.active ~ .header-geo-wrapper p {
  opacity: 1;
  visibility: visible;
}
.header-wrapper-inner.phone-button a {
  position: relative;
  padding-right: 70px;
  font: 700 20px/3 "Raleway";
}
.header-wrapper-inner.phone-button a::after {
  content: "";
  display: block;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  /* background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#487bb4),
    to(#58989c)
  );
  background: -o-linear-gradient(left, #487bb4 0%, #58989c 100%);
  background: linear-gradient(to right, #487bb4 0%, #58989c 100%); */
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(88, 152, 156, 1) 80%,
    rgba(88, 152, 156, 1) 100%
  );
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  -webkit-animation: phoneShadow 3s infinite, phoneBackground 3s infinite;
  animation: phoneShadow 3s infinite, phoneBackground 3s infinite;
}
.header-wrapper-inner.phone-button a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icons/call-answer.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}

.header-menu-wrap {
  width: 1608px;
  position: absolute;
  top: 100%;
  background: var(--grey);
  overflow: hidden;
  display: none;
}
.header-menu-wrap-body {
  width: 100%;
  max-width: 1390px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-menu-wrap-inner:nth-child(2)
  .slider-body-inner.header-menu-wrap-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-menu-wrap-inner:nth-child(2)
  .slider-body-inner.header-menu-wrap-slider
  .slider-body-wrapper:not(:first-child) {
  margin-top: 10px;
}
.header-menu-wrap-inner:nth-child(2)
  .slider-body-inner.header-menu-wrap-slider
  .small-img::before {
  background: var(--grey);
}
.header-menu-wrap-inner ul li:before {
  display: none;
}
.header-menu-wrap-inner > ul {
  width: 380px;
  position: relative;
  padding: 35px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: var(--grey);
  z-index: 20;
}
.header-menu-wrap-inner ul li {
  padding: 0;
  position: unset;
}
.header-menu-wrap-inner > ul > li {
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: var(--grey);
}
.header-menu-wrap-inner > ul > li > a {
  font-weight: 700;
}
.header-menu-wrap-inner > ul > li > ul {
  width: 350px;
  position: absolute;
  left: 0;
  top: 35px;
  z-index: -1;
  padding-left: 70px;
  -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.header-menu-wrap-inner > ul > li > ul > li {
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-menu-wrap-inner > ul > li:hover > a {
  color: var(--aqua);
}
.header-menu-wrap-inner > ul > li:hover > ul {
  left: 100%;
}
.header-menu-wrap-inner > ul > li:hover ~ .menu-right-arrow {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
  visibility: visible;
}
.header-menu-wrap-inner > ul > li > ul > li > a {
  position: relative;
}
.header-menu-wrap-inner > ul > li > ul > li > a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--aqua);
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.header-menu-wrap-inner > ul > li > ul > li > a:hover::before {
  width: 100%;
}
.menu-right-arrow {
  width: 12px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
  z-index: 21;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.menu-right-arrow span {
  display: block;
  width: 12px;
  height: 18px;
  background: url(../img/icons/right-chevron.svg) no-repeat center;
  background-size: contain;
}
#menu.active {
  color: var(--aqua);
}
.close-menu-button {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
}
.close-menu-button span {
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/icons/close-button.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
}

@media screen and (max-width: 1608px) {
  .header-menu-wrap {
    width: 100%;
    left: 0;
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-seach-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 1500px) {
  .header-menu > div > ul > li {
    margin: 0 15px;
  }
}

@media screen and (max-width: 1280px) {
  .header-wrapper:nth-child(3) {
    max-width: 320px;
  }
  .header-menu-wrap-inner > ul > li > ul {
    height: 100%;
    background: var(--grey);
    top: 0;
    padding-top: 35px;
  }
}

@media screen and (max-width: 1240px) {
  .header-mobile-menu {
    display: block;
  }
  .header-menu {
    display: none;
    position: absolute;
    width: 100%;
    max-width: calc(100vw - 40px);
    padding: 0 20px;
    left: 0;
    top: 100%;
    background: #fff;
  }
  .header-wrapper:nth-child(2) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    order: 0;
  }
  .header-menu > div > ul > li {
    padding: 15px;
  }
  .header-menu > div > ul > li.active::before {
    bottom: 0;
    top: 40px;
  }
  .header.fixed .header-menu > div > ul > li.active::before {
    bottom: 0;
  }
  .header-menu-wrap {
    top: calc(100% + 55px);
  }
}

@media screen and (max-width: 999px) {
  .header-menu-wrap-inner > ul > li:hover > ul {
    -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    left: 0;
  }
  .header-menu-wrap-inner > ul > li:hover > a {
    color: inherit;
  }
  .header-menu-wrap-inner > ul > li > a.active {
    color: var(--aqua);
  }
  .header-menu-wrap-inner > ul > li > ul.active {
    left: 100%;
  }
  .header.default .header-menu-wrap-inner > ul {
    max-height: calc(100vh - 210px);
  }
  .header.fixed .header-menu-wrap-inner > ul {
    max-height: calc(100vh - 155px);
  }
  .header.default .header-menu-wrap-body {
    max-height: calc(100vh - 210px);
    overflow: auto;
  }
  .header.fixed .header-menu-wrap-body {
    max-height: calc(100vh - 155px);
    overflow: auto;
  }
  .header-menu-wrap-inner > ul > li > ul {
    height: unset;
  }
}

@media screen and (max-width: 890px) {
  .header-menu > div > ul > li {
    margin: 0;
  }
  .header-wrapper:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: unset;
  }
  .header-wrapper:nth-child(3) {
    width: 100%;
    max-width: unset;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header-wrapper-inner:not(.phone-button) {
    padding-right: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 860px) {
  .header-menu-wrap-inner > ul > li > ul {
    padding-left: 5px;
  }
}

@media screen and (max-width: 794px) {
  .header-menu-wrap-inner:nth-child(1),
  .header-menu-wrap-inner > ul {
    width: 100%;
  }
  .header-menu-wrap-inner > ul {
    overflow: auto;
  }
  .header-menu-wrap-inner:nth-child(2) {
    display: none;
  }
  .header-menu-wrap-inner > ul > li > ul {
    position: unset;
    display: none;
    padding-left: 15px;
    padding-top: 0;
    width: 100%;
    height: unset;
  }
  .menu-right-arrow {
    display: none;
  }
  .header-menu-wrap-inner > ul > li > ul.active {
    left: unset;
  }
  .header.default .header-menu-wrap-body {
    max-height: unset;
    overflow: unset;
  }
  .header.fixed .header-menu-wrap-body {
    max-height: unset;
    overflow: unset;
  }
}

@media screen and (max-width: 768px) {
  .header-menu {
    /* overflow: auto; */
    height: 100vh;
  }
  .header-menu div {
    min-width: 667px;
  }
  .header-menu > div > ul {
    display: flex;
    flex-direction: column;
  }
  .header-menu li {
    width: max-content;
    overflow: hidden;
  }
  .dif-item {
    display: block !important;
  }
  .header-seach-wrapper.active.mobile {
    display: block;
    position: static;
    width: 100%;
    transform: translate(-1%, 0);
    min-width: 100%;
    height: max-content;
  }
  .header-menu-wrap {
    top: calc(100% + 53px);
  }
  .header-wrapper-inner.search-button {
    display: none;
  }
  .header-wrapper-inner.geo-button {
    display: none;
  }
}

@media screen and (max-width: 620px) {
  .header {
    padding: 5px 0;
  }
  .header-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .header-wrapper:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    max-width: unset;
  }
  .logo a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logo a img {
    max-width: 200px;
  }
  /* .header-wrapper:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% - 35px);
    flex: 0 1 calc(100% - 35px);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .header-wrapper:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  } */
  .header.default .header-menu-wrap-inner > ul {
    max-height: calc(100vh - 191px);
    overflow: auto;
  }
  .header-wrapper-inner.phone-button a {
    padding: 0;
    width: 35px;
    height: 35px;
    display: block;
  }
  .header-wrapper-inner.phone-button a span {
    display: none;
  }
  .header-wrapper {
    flex: unset !important;
    width: max-content !important;
    max-width: max-content !important;
  }
  .header-wrapper:nth-child(1) {
    order: 1;
  }
  .header-wrapper:nth-child(2) {
    order: 0;
  }
  .header-wrapper:nth-child(3) {
    order: 2;
  }
  .header-inner {
    justify-content: space-between;
  }
}

@media screen and (max-width: 550px) {
  .header-wrapper-inner.phone-button a {
    font-size: 18px;
    /* padding-right: 50px; */
  }
  .header-wrapper-inner.phone-button a::after {
    width: 35px;
    height: 35px;
  }
  .header-wrapper-inner.phone-button a::before {
    right: 7px;
  }
  .logo a img {
    max-width: 200px;
  }
  .header-wrapper-inner.geo-button {
    position: unset;
  }
  .header-wrapper-inner.geo-button .header-geo-wrapper {
    width: 100%;
  }
  .header-seach-wrapper form input,
  .header.fixed .header-seach-wrapper form input {
    padding: 20px 35px;
    font-size: 18px;
  }
  .header-seach-wrapper span {
    right: 15px;
  }
  .header-wrapper-inner.geo-button span.active ~ .header-geo-wrapper {
    height: 71px;
  }
  .header-menu div {
    min-width: 620px;
  }
  .header-menu-wrap {
    top: calc(100% + 51px);
  }
  .header-menu-wrap-inner > ul {
    padding: 15px 0;
  }
  .header.default .header-menu-wrap-inner > ul {
    max-height: calc(100vh - 161px);
  }
}

@media screen and (max-width: 400px) {
  .header-wrapper-inner:not(.phone-button) {
    padding-right: 10px;
  }
}
@media screen and (max-width: 350px) {
  .header-mobile-menu {
    position: absolute;
    left: 10px;
    top: 10px;
  }
  .header-wrapper:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
