/*--var{}*/
:root {
  --header-height: 72px;
  --header-height-1299: 56px;
  --banner-height: 56px;
  /*if no banner - please use 0px*/
  /*--banner-height: 0px;*/
}

body {
  padding-top: var(--header-height-1299) !important;
}
@media (min-width: 1300px) {
  body {
    padding-top: var(--header-height) !important;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  /*height: 72px;*/
  height: var(--header-height);
  background-color: #fff;
  box-shadow: inset 0 -1px 0 #D2D2D7;
  color: #27272C;
  /*font-family: "Inter Tight", sans-serif;*/
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
}
@media (max-width: 1299px) {
  #header {
    /*height: 56px;*/
    height: var(--header-height-1299);
  }
}
#header * {
  font-family: "Inter", sans-serif;
}
#header {
  /*for GDD end*/
}
#header .container {
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  max-width: 1822px;
  /*1792 +15+15*/
  height: 100%;
  z-index: 2;
}
@media (max-width: 1299px) {
  #header .container {
    position: relative;
    height: 100%;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  #header .container {
    padding: 0 16px;
  }
}
@media (max-width: 1299px) {
  #header .panel {
    overflow-x: hidden;
    padding: 20px 16px 120px;
  }
}
@media (min-width: 1300px) {
  #header .panel {
    position: static !important;
  }
}
@media (max-width: 1299px) {
  #header .header-logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#header .logo {
  padding-right: 24px;
}
@media (max-width: 1299px) {
  #header .logo {
    display: inline-block;
    padding: 0;
  }
}
#header .logo-link {
  display: block;
}
#header .logo-image {
  display: block;
  width: 190px;
  max-width: none;
  height: 32px;
}
@media (max-width: 1299px) {
  #header .logo-image {
    height: 24px;
    width: auto;
  }
}
#header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 1299px) {
  #header .header-content {
    /*display: none;*/
    position: fixed;
    /*top: 56px;  !* header height *!*/
    top: var(--header-height-1299);
    /* header height */
    right: 0;
    left: 0;
    bottom: 0;
    overflow: scroll;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 5%;
    padding-bottom: 10%;
    background: #fff;
  }
}
@media (max-width: 743px) {
  #header .header-content {
    /*padding: 20px 16px 56px;*/
    padding: 20px 16px 120px;
  }
}
#header .header-contacts {
  position: relative;
  font-weight: 200;
  font-size: 13px;
  line-height: 1.2;
  display: flex;
  font-style: normal;
  gap: 16px;
}
@media (max-width: 1299px) {
  #header .header-contacts {
    width: 376px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
  }
}
@media (max-width: 743px) {
  #header .header-contacts {
    width: 100%;
  }
}
@media (min-width: 1300px) {
  #header .header-contacts {
    padding-left: 24px;
  }
}
#header .header-contacts:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 28px;
  background-color: #D2D2D7;
}
@media (max-width: 1299px) {
  #header .header-contacts:before {
    display: none;
  }
}
#header .contact {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: currentColor;
  text-decoration: none;
  margin: 0;
}
@media (max-width: 1299px) {
  #header .contact {
    width: 32%;
    height: 61px;
    margin: 0;
    border: 1px solid #DCE1FC;
    border-radius: 4px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 17px;
  }
}
@media (max-width: 743px) {
  #header .contact {
    min-width: 85px;
  }
}
#header .contact:before {
  content: "";
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 5px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1299px) {
  #header .contact:before {
    margin: 0 0 4px;
  }
}
#header .contact:hover {
  color: #386EF9;
}
#header .contact.contact--message:before {
  background-image: url("../../images/icon-email.svg");
}
#header .contact.contact--chat:before {
  background-image: url("../../images/icon-comments.svg");
}
#header .contact.contact--phone:before {
  background-image: url("../../images/icon-phone.svg");
}

@media (max-width: 743px) {
  #nav {
    width: 100%;
  }
}
#nav * {
  white-space: normal;
}
@media (min-width: 1300px) {
  #nav > ul {
    gap: 1px;
  }
}
@media (min-width: 1300px) {
  #nav > ul > li:has(.drop.drop-full) {
    position: static;
  }
}
#nav a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#nav ul ul a {
  padding: 9px 0;
}
@media (min-width: 1300px) {
  #nav ul ul a {
    padding-block: 8px;
  }
}
#nav li .drop-parent {
  color: inherit;
}
@media (min-width: 1300px) {
  #nav .drop {
    min-width: 185px;
  }
}
@media (min-width: 1300px) {
  #nav .drop.drop-full {
    position: absolute;
    top: var(--header-height) !important;
    left: 0 !important;
    width: 100%;
    max-width: none !important;
    padding: 0;
    margin: 0;
    border: none;
    border-bottom: 1px solid #D2D2D7;
    border-radius: 0;
    transform: none;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    box-shadow: none;
  }
}
#nav .drop.drop-full.nav-drop--with-bullet-1 .inner > ul > li > ul > li > a {
  position: relative;
  padding-left: 12px;
}
#nav .drop.drop-full.nav-drop--with-bullet-1 .inner > ul > li > ul > li > a:before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #506bf0;
}
#nav .drop.drop-full.nav-drop--with-bullet-1 .inner > ul > li > ul > li > ul > li > a {
  padding-left: 16px;
}
#nav .drop.drop-full.nav-drop--with-bullet-2 .inner > ul > li > ul > li > ul > li > a {
  padding-left: 20px;
}
#nav .drop.drop-full.nav-drop--with-bullet-2 .inner > ul > li > ul > li > ul > li > a:before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 4px;
  height: 4px;
  background-color: #506bf0;
}
@media (min-width: 1300px) {
  #nav .drop.drop-full .inner {
    margin: 0 auto;
    padding: 28px;
    max-width: 1822px;
    border: none;
    box-shadow: none;
    background: transparent;
    max-height: none;
    overflow: hidden;
  }
}
#nav .drop.drop-full .inner > ul {
  display: flex;
}
@media (max-width: 1299px) {
  #nav .drop.drop-full .inner > ul {
    flex-direction: column;
    padding-top: 16px;
    gap: 16px;
  }
}
#nav .drop.drop-full .inner > ul > li {
  border: 1px solid #dce1fc;
  border-width: 0 0 1px;
  padding: 0 0 16px;
}
@media (min-width: 1300px) {
  #nav .drop.drop-full .inner > ul > li {
    flex: 1;
    min-width: auto;
    padding: 0 20px;
    border-width: 0 1px 0 0;
  }
}
#nav .drop.drop-full .inner > ul > li:last-child {
  border: none;
}
#nav .drop.drop-full .inner > ul > li > span {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.01em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #506bf0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#nav .drop.drop-full .inner > ul > li > span:after {
  content: "";
  min-width: 24px;
  width: 24px;
  height: 24px;
  background-image: url(../../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: bottom;
}
#nav .drop.drop-full .inner > ul > li > ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #27272c;
}
#nav .drop.drop-full .inner > ul > li > ul > li > ul {
  font-weight: nornal;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#nav .drop.drop-full .inner > ul > li > ul > li > ul > li > a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  color: #27272C;
  font-weight: normal;
  padding: 0 0 0 16px;
}
#nav .drop.drop-full .inner > ul > li > ul > li > ul > li > a:hover, #nav .drop.drop-full .inner > ul > li > ul > li > ul > li > a:focus {
  color: #506bf0;
}
#nav .drop.drop-full .inner > ul > li > ul a {
  color: inherit;
  padding-block: 0;
}
#nav .drop.drop-full .inner > ul > li > ul a:hover, #nav .drop.drop-full .inner > ul > li > ul a:focus {
  color: #506bf0;
}
#nav .drop.drop-full ul li {
  text-align: left;
}
@media (min-width: 1300px) {
  #nav .drop.drop-full:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 16px;
    bottom: 100%;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1300px) {
  #nav .drop .inner {
    padding: 12px 20px;
  }
}
#nav .drop ul li {
  border: none;
}
#nav .drop li > a {
  color: #000;
}
@media (max-width: 1299px) {
  #nav .drop-holder.drop-active .drop-parent:after {
    transform: rotate(180deg);
  }
}
#nav .drop-holder.drop-active > a:before {
  display: none;
}
@media (max-width: 1299px) {
  #nav .drop-holder .drop-parent {
    padding-block: 17px;
  }
}

.header-buttons {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
}
@media (max-width: 1299px) {
  .header-buttons {
    width: 100%;
    flex-direction: column;
    margin-top: 21px;
  }
  .header-buttons > * {
    width: 100%;
  }
}
@media (min-width: 1300px) {
  .header-buttons {
    gap: 8px;
    margin-left: 16px;
  }
}
.header-buttons .order-now-link {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  /* 20 -4(padding) -4(gap)*/
  border-radius: 4px;
  background: #506BF0;
  height: 40px;
  padding: 16px 32px;
  color: #fff;
  transition: background 0.3s ease;
}
@media (max-width: 1299px) {
  .header-buttons .order-now-link {
    border: none;
    height: 48px;
    padding: 12px 20px;
    width: 100%;
  }
}
.header-buttons .order-now-link {
  /* this media for longer text begin */
}
@media (min-width: 1300px) {
  .header-buttons .order-now-link {
    padding: 8px 20px;
    text-align: center;
  }
}
.header-buttons .order-now-link:hover, .header-buttons .order-now-link:focus {
  background: #445bcd;
  /* example color */
}
.header-buttons .client-area-link {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  /*8 - 4(gap)*/
  border: 1px solid #506BF0;
  border-radius: 4px;
  height: 40px;
  transition: background 0.3s ease;
  padding: 9px 19px;
  line-height: 20px;
  color: #506BF0;
}
@media (max-width: 1299px) {
  .header-buttons .client-area-link {
    padding: 13px 19px;
    height: 48px;
    width: 100%;
  }
}
.header-buttons .client-area-link:hover, .header-buttons .client-area-link:focus {
  border-color: #445bcd;
  background: #e5e9fd;
  /* example color */
}
.header-buttons .login-link {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  /*8 - 4(gap)*/
  border: 1px solid #506BF0;
  border-radius: 4px;
  height: 40px;
  padding: 7px;
  /*line-height: 20px;*/
  color: #506BF0;
  display: flex;
  justify-content: center;
  transition: background 0.3s ease;
}
@media (max-width: 1299px) {
  .header-buttons .login-link {
    position: static;
    height: 48px;
    padding: 11px 19px;
    width: 100%;
    /* for the login-slide box */
  }
}
@media (min-width: 1300px) {
  .header-buttons .login-link {
    font-size: 0;
    width: 40px;
    /* to hide text */
  }
}
.header-buttons .login-link:hover, .header-buttons .login-link:focus {
  border-color: #445bcd;
  background: #e5e9fd;
  /* example color */
}
.header-buttons .login-link:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background-image: url("../../images/account-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1299px) {
  .header-buttons .login-link:before {
    margin-right: 4px;
  }
}

/*header hide animation begin*/
.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

/*@media (min-width: 744px) {*/
@media (min-width: 1300px) {
  .headroom--not-top.headroom--pinned {
    /*transform: translateY(calc(-100% + 80px));*/
    transform: translateY(calc(-100% + 72px));
  }
}
/*@media (max-width: 743px) {*/
@media (max-width: 1299px) {
  .headroom--not-top.headroom--pinned {
    transform: translateY(calc(-100% + 56px));
  }
}
@media (max-width: 1299px) {
  .header .header-content {
    height: calc(100vh - 56px);
    /*  - because of header height (without banner)*/
  }
}/*# sourceMappingURL=header-update.css.map */