.header {
  background-color: #0a2896;
}

.header > .container {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 445px;
}

@media screen and (max-width: 1200px) {
  .header > .container {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 240px;
  }
}

.header .menu {
  margin-bottom: 65px;
}

@media screen and (max-width: 1200px) {
  .header .menu {
    display: none;
  }
}

.header .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
}

.header .nav__item {
  display: block;
  margin-bottom: 0 !important;
}

.header .nav__link {
  display: inline-block;
  color: #fff;
}

.header .nav__link.is-active {
  color: #b6c1dd;
}

@media screen and (max-width: 768px) {
  .menu-mobile-is-open {
    overflow-y: hidden;
  }
}

.main-menu-mobile {
  display: none;
  position: absolute;
  overflow-y: auto;
  right: 0;
  left: 0;
  top: 70px;
  bottom: 0;
  background-color: #fff;
  z-index: 100;
}

.main-menu-mobile > .container {
  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;
  height: 100%;
}
.main-menu-mobile .other-links .btn {
  background-color: #0a2896;
  padding-left: 15px;
  padding-right: 15px;
}
.main-menu-mobile .other-links .btn svg {
  margin-right: 15px !important;
  color: #ffffff;
}

.main-menu-mobile .other-links .btn span {
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .main-menu-mobile {
    display: none;
  }
  .main-menu-mobile.is-open {
    display: block;
    -webkit-animation: fadeIn 0.3s linear;
            animation: fadeIn 0.3s linear;
  }
}

.main-menu-mobile .menu-group {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .main-menu-mobile .menu-group {
    border-bottom: 1px solid #b6c1dd;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.main-menu-mobile .menu-group__title {
  padding-top: 10px;
  padding-bottom: 22px;
  font-size: 1.25rem;
  color: #0a2896;
  cursor: auto;
}

.main-menu-mobile .menu-group__title svg {
  display: none;
}

@media screen and (max-width: 1200px) {
  .main-menu-mobile .menu-group__title {
    display: block;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    text-align: left;
    font-size: 1.33rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  .main-menu-mobile .menu-group__title svg {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 13px;
    height: 7px;
  }
  .main-menu-mobile .menu-group__title:active {
    color: #0084ff;
  }
  .main-menu-mobile .menu-group__title.is-on {
    color: #0084ff;
  }
  .main-menu-mobile .menu-group__title.is-on svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-menu-mobile .menu-group__title.is-on ~ .menu-group__list {
    display: block;
    -webkit-animation: fadeIn 0.3s linear;
            animation: fadeIn 0.3s linear;
  }
}

.main-menu-mobile .menu-group__list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1200px) {
  .main-menu-mobile .menu-group__list {
    display: none;
  }
}

.main-menu-mobile .menu-group__item {
  display: block;
  padding-right: 34px;
  margin: 0;
}

.main-menu-mobile .menu-group__item:first-child .menu__link {
  padding-top: 0;
}

.main-menu-mobile .menu-group__item:last-child .menu__link {
  padding-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .main-menu-mobile .menu-group__item:last-child {
    padding-bottom: 20px;
  }
}

.main-menu-mobile .menu-group__link {
  display: inline-block;
  font-size: 0.875rem;
  color: #606981;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (hover: hover) and (pointer: fine) {
  .main-menu-mobile .menu-group__link:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 1200px) {
  .main-menu-mobile .menu-group__link {
    font-size: 1.25rem;
  }
}

.main-menu-mobile-bottom {
  margin-top: auto;
  background-color: #f7f7fb;
  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: 79px;
}

@media screen and (max-width: 1200px) {
  .main-menu-mobile-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

.main-menu-mobile-bottom .managing-media {
  display: none;
}

.main-menu-mobile-bottom .copyright {
  padding-top: 5px;
  padding-bottom: 9px;
  color: #606981;
  font-size: 0.8125rem;
}

@media screen and (max-width: 1200px) {
  .main-menu-mobile-bottom .copyright {
    display: none;
  }
}

.main-menu-mobile-bottom .policy {
  padding-top: 5px;
  padding-bottom: 9px;
  color: #0a2896;
  font-size: 0.8125rem;
  -webkit-transform: translateX(-57px);
          transform: translateX(-57px);
}

@media screen and (hover: hover) and (pointer: fine) {
  .main-menu-mobile-bottom .policy:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 1200px) {
  .main-menu-mobile-bottom .policy {
    margin-bottom: 12px;
    font-size: 1.166rem;
    -webkit-transform: none;
            transform: none;
  }
}

.main-menu-mobile-bottom .basmanov {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 36px;
}

.main-menu-mobile-bottom .basmanov svg {
  width: 180px;
  height: 12px;
}

@media screen and (max-width: 1200px) {
  .main-menu-mobile-bottom {
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: #f7f7fb;
  }
  .main-menu-mobile-bottom .managing-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 13px;
    width: 100%;
  }
  .main-menu-mobile-bottom .managing,
  .main-menu-mobile-bottom .media {
    color: #0a2896;
    font-size: 1.166rem;
  }
  .main-menu-mobile-bottom .managing nobr {
    display: none;
  }
}

.header-other {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .header-other {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header-other .maximiha {
  margin-bottom: 75px;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-transform: translate(-19px, 4px);
          transform: translate(-19px, 4px);
}

.header-other .maximiha,
.header-other .maximiha svg {
  display: block;
  width: 550px;
  height: 103px;
}

@media screen and (max-width: 1200px) {
  .header-other .maximiha {
    margin-bottom: 25px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-transform: none;
            transform: none;
    transform: none;
  }
  .header-other .maximiha,
  .header-other .maximiha svg {
    width: 209px;
    height: 40px;
  }
}

.header-other .burger {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header-other .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 32px;
    height: 40px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    cursor: pointer;
  }
  .header-other .burger svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 32px;
    height: 20px;
  }
  .header-other .burger svg rect {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 32px;
    color: #fff;
  }
  .header-other .burger.is-on svg rect {
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .header-other .burger.is-on svg rect:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg) scaleX(1.2);
            transform: translateY(9px) rotate(45deg) scaleX(1.2);
  }
  .header-other .burger.is-on svg rect:nth-child(2) {
    opacity: 0;
  }
  .header-other .burger.is-on svg rect:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg) scaleX(1.2);
            transform: translateY(-9px) rotate(-45deg) scaleX(1.2);
  }
  .header-other .burger:active svg rect {
    opacity: 0.5;
  }
}

.other-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.other-links .btn {
  padding: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(33.33% - 10px);
  text-align: left;
  color: #fff;
  border-color: #b6c1dd;
  white-space: normal;
  background-color: transparent;
  letter-spacing: unset;
  text-align: center;
}

.other-links .btn svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  width: 48px;
  height: 48px;
  color: #0084ff;
}

.other-links .btn:not(:last-child) {
  margin-right: 30px;
}

.other-links .btn:nth-child(1) svg {
  margin-right: 40px;
}

.other-links .btn:nth-child(2) svg {
  margin-right: 55px;
}

@media screen and (max-width: 1200px) {
  .other-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .other-links .btn {
    padding: 7px 10px 7px 34px;
    width: 100%;
    -ms-flex-preferred-size: 40px;
        flex-basis: 40px;
    min-height: 40px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .other-links .btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .other-links .btn svg {
    width: 27px;
    height: 26px;
    margin-right: 30px !important;
  }
}

.header_narrow ~ .main-menu-mobile {
  top: 70px;
}

.header_narrow .decor-bg-stripes {
  right: -97px;
}

@media screen and (max-width: 1200px) {
  .header_narrow .decor-bg-stripes {
    display: none;
  }
}

.header_narrow > .container {
  padding-top: 30px;
  padding-bottom: 40px;
  min-height: 184px;
}

@media screen and (max-width: 1200px) {
  .header_narrow > .container {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 70px;
  }
}

.header_narrow .menu {
  margin-bottom: 40px;
}

.header_narrow .header-other {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_narrow .maximiha {
  margin-right: 30px;
  margin-bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-transform: none;
          transform: none;
}

.header_narrow .maximiha,
.header_narrow .maximiha svg {
  width: 270px;
  height: 51px;
}

@media screen and (max-width: 1200px) {
  .header_narrow .maximiha {
    margin-bottom: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .header_narrow .maximiha,
  .header_narrow .maximiha svg {
    width: 209px;
    height: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .header_narrow .other-links {
    display: none;
  }
}

.header_narrow .other-links .btn {
  padding: 8px 15px 8px 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 270px;
  font-size: 0.875rem;
  line-height: 1;
  text-align: left;
  color: #fff;
  border-color: #b6c1dd;
  white-space: normal;
  background-color: transparent;
  letter-spacing: unset;
  min-height: 51px;
}

.header_narrow .other-links .btn svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  width: 30px;
  height: 30px;
  color: #0084ff;
}

.header_narrow .other-links .btn:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 1200px) {
  .header_narrow .burger {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}









/* fixed menu  */

.header .menu-fixed {
    display: none;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: top 0.3s ease; 
}
.header .menu-fixed.active {
    display: block;
    background-color: #0a2896;
    position: fixed;
    top: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.header .menu-fixed.active .header-contacts {
    margin-top: 1rem;
}
.header .menu-fixed.active .menu {
    margin-bottom: 1rem;
}
.header .menu-fixed.active .header-other {
    margin-top: 1rem;
    margin-bottom: 25px;
}
.header.main-page .menu-fixed.active .header-other {
  margin-bottom: 0;
}
.main-menu-mobile .header-contacts-modile {
    display: none;
}
.main-menu-mobile .header-contacts-modile {
    padding: 1.25rem 0 1.25rem 1.25rem;
    margin-bottom: 20px;
}
.header .header-contacts {
    margin-bottom: 1rem;
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}
.header .header-contacts p {
    margin: 0;
}
.header .header-contacts p a {
    color: #fff;
    position: relative;
    padding-bottom: 2px;
    top: 1px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media screen and (min-width: 1201px) {
    .header .menu-fixed.active .header-other {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .header .header-contacts {
        display: none;
    }
    .menu-mobile-is-open {
        overflow: hidden;
    }
    .menu-mobile-is-open.from-mobile-fixed .main-menu-mobile.is-open {
        top: 77px !important;
        position: sticky;
        height: 100vh;
    }
    .main-menu-mobile .header-contacts-modile {
        display: block;
    }
}


.header-other .short-number-phone_header {
  color: #fff;
  margin-left: auto;
  margin-right: 20px;
  font-size: 26px;
  bottom: 9px;
  position: relative;
  display: block;
}

.header_narrow .header-other .short-number-phone_header {
  top: 3px;
  bottom: auto;
}

.header-other .short-number-phone_header::before {
    content: url(/images/phone.svg);
    position: absolute;
    width: 20px;
    left: -25px;
    top: 1px;
}

@media screen and (max-width: 405px) {
  .header-other .short-number-phone_header {
    margin-right: 13px;
  }
  .header-other .short-number-phone_header::before {
    width: 19px;
    left: -19px;
  }
}

@media screen and (max-width: 375px) {
  .header-other .short-number-phone_header {
    margin-right: 10px;
    bottom: 10px;
  }
  .header-other .maximiha, .header-other .maximiha svg {
    width: 170px;
  }
}

@media screen and (max-width: 330px) {
  .header-other .maximiha, .header-other .maximiha svg {
    width: 150px;
  }
}