/* Extracted from https://avangard-ck.ru/css/main.css?v=05022026082302 for exact header/footer shell */
html{font-size:10px}
:root {
  --font-family-emphasis: "Inter", sans-serif;
  --font-family-base: "Inter", sans-serif;
  --body-bg: #fff;
  --body-color: #2c2c2c;
  --body-font-weight: 400;
  --body-line-height: 1.5;
  --body-font-size: 1.6rem;
  --heading-color: #181818;
  --link-color: #3D6491;
  --container-max-width: 1320px;
  --container-padding: 2rem;
  --grid-gap: 2rem;
  --transition-duration: 0.2s;
  --border-radius: 1rem;
  --border-color: #e5e5e5;
  --primary-color: #3D6491;
  --primary-light-color: #7793B2;
  --primary-dark-color: #4b7ab1;
}
.header__inner {
  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;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 576px) {
  .header__inner {
    gap: 2rem;
  }
}
@media (max-width: 575.98px) {
  .header__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 576px) {
  .header__button {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .header__button {
    margin-top: 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}
.header__button .button {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2rem;
}
@media (min-width: 576px) {
  .header__actions {
    margin-left: auto;
  }
}
@media (max-width: 575.98px) {
  .header__actions-button {
    display: none !important;
  }
}
.header__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .header__address {
    display: none;
  }
}
.header__address-icon {
  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;
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
  top: 5px;
  margin-right: 1rem;
  color: var(--link-color);
}
.header__address-content {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--body-color);
  line-height: 1.2;
}
.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 576px) {
  .header__phone {
    margin-left: auto;
  }
}
.header__phone-icon {
  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;
  width: 2.4rem;
  height: 2.4rem;
}
@media (min-width: 768px) {
  .header__phone-icon {
    position: relative;
    top: 5px;
    margin-right: 1rem;
  }
}
.header__phone-icon svg {
  width: 2.4rem;
  height: 2.4rem;
  color: var(--link-color);
}
.header__phone-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.2;
}
.header__phone-link {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--body-color);
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .header__phone-link {
    display: none;
  }
}

.logo {
  display: block;
}
.logo__image {
  width: 176px;
  height: 72px;
}

.phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu {
  background-color: #3D6491;
}
@media (max-width: 991.98px) {
  .menu {
    display: none;
  }
}
.menu__list {
  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;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.menu__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.menu__item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.menu__item.active .menu__link {
  color: rgba(255, 255, 255, 0.7);
}
.menu__item:hover .menu__sublist,
.menu__item:hover .megamenu {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  visibility: visible;
}
.menu__item--dropdown {
  position: relative;
}
.menu__link {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 5rem;
  text-decoration: none;
}
.menu__link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.menu__arrow {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  margin-left: 0.4rem;
  pointer-events: none;
}
.menu__arrow svg {
  width: 1.4rem;
  height: 1.4rem;
}

.menu__sublist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  left: -1rem;
  list-style: none;
  margin: 0;
  min-width: 72rem;
  width: 100%;
  opacity: 0;
  padding: 1rem 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  z-index: 1000;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.menu__sublist-item.active .menu__sublist-link {
  color: var(--link-color);
}
.menu__sublist-link {
  display: block;
  text-align: left;
  padding: 1rem 2rem;
  color: var(--body-color);
  text-decoration: none;
}
.menu__sublist-link:hover {
  color: var(--link-color);
}

.megamenu {
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  z-index: 1000;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.megamenu__pills {
  width: 340px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-right: 1px solid var(--border-color);
  padding: 2rem;
}
.megamenu__pills-link {
  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;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: var(--border-radius);
  text-decoration: none;
  color: var(--body-color);
}
.megamenu__pills-link svg {
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.megamenu__pills-link:hover, .megamenu__pills-link.active {
  background-color: #e0f2fa;
}
.megamenu__panels {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 2rem;
}
.megamenu__panel {
  display: none;
}
.megamenu__panel.active {
  display: block;
}
.megamenu__panel-title {
  margin: 0 0 2rem 0;
}
.megamenu__panel-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--body-color);
}
.megamenu__panel-title a:hover {
  color: var(--link-color);
}

.megamenu__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.megamenu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--body-color);
  margin: 0 0 1rem 0;
}
.megamenu__link:hover {
  color: var(--link-color);
}
.megamenu__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.megamenu__sublist-link {
  display: block;
  padding: 5px 0;
  text-align: left;
  color: var(--body-color);
  text-decoration: none;
}
.megamenu__sublist-link:hover {
  color: var(--link-color);
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5rem 0;
  background-color: #333;
}
@media (min-width: 768px) {
  .footer__inner {
    color: #fff;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 767.98px) {
  .footer__inner {
    display: none;
  }
}
.footer__coll--1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/2/3;
}
.footer__coll--2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/2/4;
}
.footer__coll--3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 1/4/2/5;
}
.footer__copyright {
  text-align: center;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.5);
}
.footer__dev {
  text-align: center;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 1rem;
}
.footer__dev a {
  color: rgba(255, 255, 255, 0.5);
}
.footer__dev a:hover {
  color: #fff;
}

.footer-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.footer-menu__link {
  display: block;
  color: #fff;
  text-decoration: none;
}
.footer-menu__link:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}

.footer-block:not(:last-child) {
  margin: 0 0 2rem 0;
}
.footer-block__title {
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 1rem 0;
}
.footer-block a {
  color: #fff;
  text-decoration: none;
}
.footer-block a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}

.burger {
  position: relative;
  border: 0;
  padding: 0;
  width: 3.6rem;
  height: 2.2rem;
  background-color: transparent;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (min-width: 992px) {
  .burger {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .burger {
    display: block;
  }
}
.burger span {
  position: absolute;
  left: 0;
  display: block;
  border-radius: 0.2rem;
  width: 100%;
  height: 0.2rem;
  background: var(--link-color);
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.burger span:nth-child(1) {
  top: 0;
}
.burger span:nth-child(2), .burger span:nth-child(3) {
  top: calc(50% - 0.2rem);
}
.burger span:nth-child(4) {
  bottom: 0;
}
.burger--active span:nth-child(1) {
  left: 50%;
  top: calc(50% - 0.2rem);
  width: 0%;
}
.burger--active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger--active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger--active span:nth-child(4) {
  left: 50%;
  bottom: calc(50% - 0.2rem);
  width: 0%;
}

.mm-wrapper--opened .burger span:nth-child(1) {
  left: 50%;
  top: calc(50% - 0.2rem);
  width: 0%;
}
.mm-wrapper--opened .burger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-wrapper--opened .burger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-wrapper--opened .burger span:nth-child(4) {
  left: 50%;
  bottom: calc(50% - 0.2rem);
  width: 0%;
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-padding);
  width: 100%;
  max-width: var(--container-max-width);
}

.button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 0.6rem;
  padding: 0rem 3rem;
  font-family: var(--font-family-emphasis);
  font-size: 1.4rem;
  line-height: 4.6rem;
  font-weight: 600;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}
.button--primary {
  border-color: var(--primary-color);
  color: #fff;
  background-color: var(--primary-color);
}
.button--primary:hover {
  border-color: var(--primary-dark-color);
  color: #fff;
  background-color: var(--primary-dark-color);
}
.button--white {
  background-color: #fff;
  border-color: #fff;
  color: var(--heading-color);
}
.button--white:hover {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
  color: var(--heading-color);
}
.button--fluid {
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.social a {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
}

.header, .footer, .menu { font-family: Inter, Arial, Helvetica, sans-serif; }
.header { position: sticky; top: 0; z-index: 80; background: #fff; }
.header svg { display:block; }
.header .container, .menu .container, .footer .container { margin-left:auto; margin-right:auto; }
.header .button, .footer .button { text-decoration:none; }
.menu__link { min-height: 5rem; }
.menu__item.active > .menu__link { background-color: transparent; }
.menu__arrow { border:0; background:transparent; color:currentColor; padding:0; cursor:pointer; }
.menu__arrow svg { pointer-events:none; }
.social { margin:0; padding:0; list-style:none; }
@media (max-width: 991.98px) {
  .menu.menu--open { display:block; position:absolute; left:15px; right:15px; top:100%; z-index:100; background:#3D6491; box-shadow:0 16px 40px rgba(0,0,0,.16); }
  .header__inner { position:relative; }
  .menu__list { display:block; }
  .menu__item { text-align:left; border-left:0; border-right:0; border-top:1px solid rgba(255,255,255,.12); }
  .menu__item:first-child { border-left:0; }
  .menu__link { justify-content:space-between; }
  .menu__item:hover .megamenu, .menu__item:hover .menu__sublist { display:none; }
  .menu__item.is-open .megamenu, .menu__item.is-open .menu__sublist { display:block; opacity:1; visibility:visible; transform:none; position:static; width:100%; box-shadow:none; }
}
@media (max-width: 575.98px) {
  .header__button { display:flex; }
}
