@charset "UTF-8";
.header-new {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

@media (max-width: 767px) {
  .header-new {
    z-index: 99999;
  }
}
.head-wrap {
  position: relative;
}
.head-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 90px;
}
.head-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 272px;
  width: 23.24%;
}
.head-logo img {
  width: auto;
  height: auto;
  max-height: 42px;
}
.head-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.head-menu.with-sub {
  padding-bottom: 60px;
}
.menu-links,
.menu-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-links,
.menu-sub {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -7px;
  padding: 0;
  height: 60px;
}
.menu-links li:before {
  display: none;
}
.menu-links li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: static;
}
.menu-links > li,
.menu-sub > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-links > li {
  padding: 0 43px 0 0;
}
.menu-links .link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.menu-links > li > .link {
  color: #5a64a1;
  text-transfo3rm: uppercase;
}
.menu-sub .link {
  font-size: 14px;
  color: #000;
}
.menu-links .link:hover,
.menu-links li.active > .link {
  color: #323f78;
  text-decoration: none;
}
.menu-sub .link:hover,
.menu-sub li.active > .link {
  color: #ea671a;
  text-decoration: none;
}
.menu-links .link > * {
  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-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 15px 7px;
}
.menu-links > li > .link > *:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #f60;
  margin: 0 7px;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.menu-links > li > .link:hover > *:before,
.menu-links > li.active > .link > *:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.menu-sub {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  margin: 0 -100vw;
  padding: 0 calc(100vw - 7px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-sub > li:first-child {
  margin-left: -7px;
}
.menu-sub > li:last-child {
  margin-right: -7px;
}
.menu-subsub {
  display: none;
}
.menu-top-grid {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 90px;
  margin: 0 0 0 calc(29.91% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-top-grid:before {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 29.91%;
}
.menu-top-grid .l,
.menu-top-grid .r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menu-top-grid .l {
  margin-right: auto;
}
.menu-top-grid .r {
  margin-left: auto;
}
.menu-top-grid .l > *,
.menu-top-grid .r > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 0 20px;
}
.menu-top-grid .btn {
  min-width: 100px;
}
.menu-top-grid .tel {
  color: #010101;
  text-decoration: none;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-right: 10px;
  line-height: 1;
}
.menu-top-grid .tel a {
    display: block;
    text-decoration: none;
    color: inherit;
    max-width: 177px;
    line-height: 1;
    margin: auto;
}
.menu-lang {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -5px 0 0 -8px;
}
.menu-lang > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
  font-size: 13px;
  color: #5a64a1;
  padding: 0 3px;
  text-transform: uppercase;
  height: 30px;
  min-width: 35px;
  line-height: 32px;
  border-radius: 5px;
  margin: 5px 0 0 8px;
  text-align: center;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.menu-lang > a:hover {
  color: #323f78;
  text-decoration: none;
}
.menu-lang > .active {
  cursor: default;
        border: 1px solid #cdd0e3;
    color: #cdd0e3;
    background: none;
}
.toggle-menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  display: none;
  cursor: pointer;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  margin-right: 15px;
}
.toggle-menu > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 30px;
  height: 2px;
  background: #000;
  margin: 3px 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
  transform: translate3d(0, 0, 0) rotate(0deg);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.open-menu .toggle-menu > .pos1 {
  -webkit-transform: translate3d(0, 8px, 0) rotate(-135deg);
  transform: translate3d(0, 8px, 0) rotate(-135deg);
}
.open-menu .toggle-menu > .pos2 {
  opacity: 0;
}
.open-menu .toggle-menu > .pos3 {
  -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
  transform: translate3d(0, -8px, 0) rotate(135deg);
}

@media screen and (min-width: 993px) {
  .head-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .menu-sub {
    display: none !important;
  }
  .menu-sub.visible {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .menu-subsub {
    display: none !important;
  }
}

@media screen and (max-width: 992px) {
  .head-wrap .zphone,
  .head-wrap .tel {
    text-align: center;
    margin-bottom: 5px;
  }
  .head-wrap .menu-top-grid {
    margin-top: 0;
  }

  .head-grid {
    height: 64px;
  }
  .head-logo {
    width: 60.169%;
    min-width: 213px;
    margin-left: 15px;
  }
  .head-menu {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    height: 0;
    -webkit-transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden;
    overflow-y: auto;
    display: block;
    background: #fff;
    box-shadow: inset 0 -1px 0 #e5e5e5;
    margin: 0 -15px;
    padding: 0 15px;
  }
  .open-menu .head-menu {
    height: calc(100vh - 64px);
  }
  html.open-menu {
    overflow: hidden;
  }
  .open-menu .header-new {
    position: fixed;
  }
  .head-menu.with-sub {
    padding-bottom: 0;
  }
  .menu-links,
  .menu-sub {
    display: block;
    margin: 0;
    height: auto;
  }
  .menu-links {
    padding-top: 16px;
  }
  .menu-links > li,
  .menu-sub > li {
    display: block;
    margin: 0 !important;
  }
  .menu-links > li {
    padding: 0 0 10px 0;
  }
  .menu-links .link,
  .menu-links > li > .link {
    display: block;
    color: #212122;
    text-align: left;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    padding: 9px 20px;
  }
  .menu-links > li > .link {
    font-size: 17px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: #f6f6f6;
  }
  .menu-links .link:hover,
  .menu-links li.active > .link,
  .menu-links > li > .link:hover,
  .menu-links > li.active > .link {
    color: #330099;
    text-decoration: none;
  }
  .menu-links .link > * {
    display: block;
    padding: 0;
  }
  .menu-links > li > .link > *:before {
    display: none;
  }
  .menu-links li.has-sub > .link {
    padding-right: 50px;
  }
  .menu-links li.has-sub > .link:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    background: url(../img/darr-dark.svg) no-repeat 50% 50%;
    background-size: contain;
    margin: -6px 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
      -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .menu-links li.has-sub.open > .link:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .menu-sub {
    position: static;
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    display: none;
  }
  li.open .menu-sub {
    display: block;
  }
  .menu-sub > li:first-child {
    padding-top: 9px;
  }
  .menu-subsub {
    padding-left: 30px !important;
  }
  li.open > .menu-subsub {
    display: block;
  }
  .menu-subsub > li:last-child {
    padding-bottom: 9px;
  }
  .menu-top-grid {
    position: static;
    height: auto;
    display: block;
    margin: 50px 0 0 0;
    padding: 0 0 120px 0;
  }
  .menu-top-grid:before {
    display: none;
  }
  .menu-top-grid .l,
  .menu-top-grid .r {
    display: block;
    margin: 20px 0 0 0;
  }
  .menu-top-grid .l > *,
  .menu-top-grid .r > * {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .menu-top-grid .tel {
    font-size: 21px;
  }
  .menu-top-grid .btn {
    border-radius: 3px;
    font-size: 15px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .menu-lang {
    margin: 26px 0 0 -4px;
    padding-bottom: 120px;
  }
  .menu-top-grid + .menu-lang {
    margin-top: -94px;
  }
  .menu-lang > * {
    margin: 4px 0 0 4px;
    font-size: 15px;
    color: #000;
    padding: 0 5px;
    height: 45px;
    line-height: 47px;
    min-width: 45px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    border-radius: 3px;
  }
  .menu-lang > a:hover {
    color: #000;
    border-color: #acb1d0;
  }
  .menu-lang > .active {
    cursor: default;
    color: #000;
    border-color: #acb1d0;
    background: none;
  }
  .toggle-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.banner {
  height: 40px;
  width: 100%;
  text-align: center;
  background-color: #309a80;
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 15px;
}
.banner.active {
  display: flex;
}

.banner__text {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  font-family: 'pragmatica';
  margin: 0;
  cursor: pointer;
}
.banner__text:hover {
  text-decoration: none;
  text-transform: none;
}
.banner__close {
  position: absolute;
  top: 11px;
  right: 33px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.banner__close svg {
  transition: transform 0.3s;
}
.banner__close:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .banner {
    margin: 0;
  }
  .banner__text {
    max-width: 310px;
    font-weight: 400;
    font-size: 14px;
    line-height: 115%;
  }
  .banner__close {
    top: 12px;
    right: 10px;
  }
  .banner__close svg {
    width: 14px;
  }
}
@media (max-width: 370px) {
  .banner__text {
    max-width: 245px;
    font-weight: 400;
    font-size: 13px;
  }
}

#newton_callback_counter {
  display: none !important;
}
