.header {
  position: sticky;
  top: 0;
  z-index: 22;
}
.header__top {
  background-color: var(--color6E);
  --color: var(--colorFF);
}
.header__top .container {
  display: flex;
  justify-content: space-between;
}
.header__menu {
  display: flex;
  gap: max( 50 / 19.2 * 1vw, 10px);
  position: relative;
  margin-right: max( 20 / 19.2 * 1vw, 20px);
}
.header__menu li {
  list-style-type: none;
}
.header__menu > li {
  height: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  position: relative;
  flex-grow: 1;
}
.header__menu > li:first-child {
  flex-grow: 0.5;
}
.header__menu > li:first-child > a {
  justify-content: flex-start;
}
.header__menu > li:last-child {
  flex-grow: 0.5;
}
.header__menu > li:last-child > a {
  justify-content: flex-end;
}
.header__menu > li.active > a, .header__menu > li.active span {
  color: var(--colorB0);
}
.header__menu > li > a, .header__menu > li span {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__menu > li > a svg, .header__menu > li span svg {
  width: max( 6 / 19.2 * 1vw, 6px);
  height: max( 6 / 19.2 * 1vw, 6px);
  transition: var(--transition);
  margin-left: max( 5 / 19.2 * 1vw, 5px);
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.5);
}
.header__menu > li > a:hover, .header__menu > li span:hover {
  color: var(--colorB0);
}
.header__menu > li > a {
  padding: max( 20 / 19.2 * 1vw, 10px) 0;
}
.header__menu > li > .sub-menu {
  transition: var(--transition);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  width: -moz-max-content;
  width: max-content;
  z-index: 2;
  background-color: var(--colorFA);
  border-radius: 0px 0px 15px 15px;
  padding: max( 30 / 19.2 * 1vw, 20px);
  display: none;
}
.header__menu > li > .sub-menu.grid {
  gap: max( 49 / 19.2 * 1vw, 20px);
}
.header__menu > li > .sub-menu.grid > li {
  width: max( 341 / 19.2 * 1vw, 300px);
}
.header__menu > li > .sub-menu.grid > li > a {
  font-family: "Jost";
  font-weight: 600;
  font-size: max( 16 / 19.2 * 1vw, 16px);
  line-height: 100%;
  color: var(--color, var(--color6E));
  color: var(--color36);
  padding-bottom: max( 10 / 19.2 * 1vw, 10px);
  border-bottom: 2px solid var(--color36);
  display: block;
  margin-bottom: max( 20 / 19.2 * 1vw, 20px) !important;
  pointer-events: none;
}
.header__menu > li > .sub-menu:not(.sub-menu) {
  display: block;
}
.header__menu > li > .sub-menu.sub-menu {
  display: grid;
}
.header__menu > li > .sub-menu > li {
  width: -moz-max-content;
  width: max-content;
}
.header__menu > li > .sub-menu li {
  margin-bottom: 0;
}
.header__menu > li > .sub-menu li:not(:last-child) {
  margin-bottom: max( 5 / 19.2 * 1vw, 5px);
}
.header__menu > li > .sub-menu li a {
  color: var(--color6E);
  line-height: 90%;
  letter-spacing: 0.8px;
}
.header__menu > li > .sub-menu li a:hover {
  color: var(--colorB0);
}
.header__menu > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: var(--transition);
  display: grid;
}
.header__menu > li:hover > a, .header__menu > li:hover > a span {
  color: var(--colorB0);
}
.header__menu > li:hover svg {
  transform: rotate(180deg);
  stroke: var(--colorB0);
}
.header__menu .service-menu .sub-menu {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - max( 40 / 19.2 * 1vw, 40px)));
  gap: 0 max( 80 / 19.2 * 1vw, 80px);
  width: max( 631 / 19.2 * 1vw, 631px) !important;
  left: min( -30 / 19.2 * 1vw, -10px);
}
.header__menu .service-menu .sub-menu:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #D9D9D9;
  width: 1px;
  height: 69%;
}
.header__logo {
  width: max( 322 / 19.2 * 1vw, 150px);
  height: max( 80 / 19.2 * 1vw, 50px);
  display: block;
  flex-shrink: 0;
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__social {
  display: flex;
  align-items: center;
}
.header__social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--colorFF);
  width: max( 24 / 19.2 * 1vw, 32px);
  height: max( 24 / 19.2 * 1vw, 32px);
  border-radius: 50%;
  transition: var(--transition);
}
.header__social-item svg{
	width: 24px;
	height: 24px;
}
.header__social-item:not(:last-child) {
  margin-right: max( 20 / 19.2 * 1vw, 10px);
}
@media (min-width: 992px) {
  .header__social-item:hover {
    background-color: var(--colorB0);
  }
  .header__social-item:hover svg path {
    fill: var(--colorFF);
  }
}
.header__social-item svg path {
  /* fill: var(--colorB0); */
  transition: var(--transition);
}
.header__bottom {
  background-color: var(--colorB0);
  --color: var(--colorFF);
  padding: max( 10 / 19.2 * 1vw, 10px) 0;
}
.header__bottom .container {
  display: flex;
  justify-content: space-between;
}
.header__contact {
  display: flex;
  align-items: center;
}
.header__contact-icon {
  flex-shrink: 0;
  width: max( 44 / 19.2 * 1vw, 30px);
  height: max( 44 / 19.2 * 1vw, 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--colorFF);
  border-radius: 50%;
  margin-right: max( 10 / 19.2 * 1vw, 10px);
}
.header__contact-icon svg {
  width: max( 24 / 19.2 * 1vw, 20px);
  height: max( 24 / 19.2 * 1vw, 20px);
}
.header__contact-icon svg path {
  stroke: var(--color3E);
}
.header__contact-text {
  font-family: "Jost";
  font-weight: 600;
  font-size: max( 18 / 19.2 * 1vw, 16px);
  line-height: 150%;
  color: var(--color, var(--color6E));
  transition: var(--transition);
  letter-spacing: 0.9px;
}
.header__contact-text * {
  font-family: "Jost";
  font-weight: 600;
  font-size: max( 18 / 19.2 * 1vw, 16px);
  line-height: 150%;
  color: var(--color, var(--color6E));
}
.header__contact-name {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.8px;
}
.header__contact.address {
  max-width: max( 240 / 19.2 * 1vw, 480px);
}
@media (min-width: 992px) {
  .header__contact.phone:hover .header__contact-text {
    color: var(--color6E);
  }
}

@media (max-width: 1399px) {
  .header__menu {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .header__menu {
    display: none;
  }
  .header__top {
    padding: 10px 0;
    height: 40px;
  }
  .header__bottom .header__contact-info {
    display: none;
  }
  .header__bottom .header__contact.phone .header__contact-icon {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .header__social {
    display: flex;
    gap: 10px;
  }
  .header__social-item {
    width: 25px;
    height: 25px;
  }
  .header__social-item svg {
    display: block;
    color: var(--colorFF);
  }
  .header__bottom .header__contact.address {
    display: none;
  }
  .header__bottom .container {
    justify-content: flex-start;
  }
  .header__logo {
    margin-right: auto;
  }
  .header__contact.phone:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .footer__top {
    flex-direction: column;
  }
  .footer__menu {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .footer__bottom {
    flex-direction: column;
    justify-content: center;
  }
  .footer__bottom > *:not(:last-child) {
    margin-bottom: 5px;
  }
}/*# sourceMappingURL=header.css.map */