@charset "UTF-8";
.header {
  margin-top: 0;
  position: fixed;
  padding-top: 0.5rem;
  padding-bottom: 0;
  z-index: 99;
  top: 0;
}
.header.scrolled {
  background: linear-gradient(209deg, #99dbff 0%, #79caf6 85%);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header .scroll-hide {
  transition: all 0.3s ease;
  will-change: opacity, max-height;
}
.header.header_gradient {
  background: linear-gradient(209deg, #99dbff 0%, #79caf6 85%);
  padding-bottom: 1rem;
}
.header__top {
  display: flex;
  align-items: center;
  color: #2773BD;
  padding-bottom: 1rem;
}
.header__top__logo {
  display: flex;
  max-width: 275px;
  font-family: "StyreneAWeb";
  margin-right: 1rem;
  align-items: center;
  gap: 0.5rem;
}
.header__top__logo img {
  max-width: 170px;
}
.header__top__logo:after {
  content: none;
}
.header__top__logo span {
  font-size: 12px;
  text-align: center;
  color: #2773BD;
}
.header__top .search_form {
  width: 286px;
  margin-right: 1rem;
}
.header__top__url-site {
  margin-right: 1rem;
}
.header__top .btn_border {
  font-size: 10px;
  background: #7CC1E8;
}
.header__top__address {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 1rem;
}
.header__top__address .address {
  text-align: end;
  font-size: 16px;
  white-space: nowrap;
}
.header__top__address .address br {
  display: none;
}
.header__top__address a {
  color: #2773BD;
  transition: all 0.2s 0s;
}
.header__top__address a:hover {
  color: #ffffff;
  transition: all 0.2s 0s;
}
.header__top__address .online {
  height: 43px;
  color: white;
  font-size: 14px;
  margin-top: 0.5rem;
}
.header__top .header__messengers {
  margin-right: 1rem;
}
.header__top__time-work {
  font-size: 16px;
  text-align: end;
  white-space: nowrap;
  margin-right: 1rem;
}
.header__top_phone {
  font-weight: 700;
  font-size: 24px;
}
.header__top .bvi-open {
  background: #ffffff;
  transition: all 0.3s 0s;
}
.header__top .bvi-open .icon {
  background-color: #91D6FC;
}
.header__top .bvi-open:hover {
  scale: 1.05;
  transition: all 0.3s 0s;
}
.header .btn_icon {
  min-width: 43px;
  max-height: 43px;
  width: 43px;
  padding: 0;
}
.header__bottom {
  margin-top: 1.5rem;
  position: relative;
  padding-bottom: 1rem;
  z-index: 1;
}
.header__bottom .header__menu__nav {
  display: flex;
  align-items: center;
}
.header__bottom .header__menu__nav .main_menu {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  position: relative;
  padding: 0.5rem 1rem;
  background: #CDEDFF;
  width: 100%;
  justify-content: center;
}
.header__bottom .header__menu__nav .main_menu:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 34px;
  background: #97DAFE;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header__bottom .header__menu__nav .main_menu:hover {
  background: #F2FAFF;
}
.header__bottom .header__menu__nav .main_menu:hover .icon {
  transform: rotate(180deg);
}
.header__bottom .header__menu__nav .main_menu:first-child {
  border-radius: 100px 0 0 100px;
}
.header__bottom .header__menu__nav .main_menu:first-child:before {
  background: unset;
}
.header__bottom .header__menu__nav .main_menu:last-child {
  border-radius: 0 100px 100px 0;
}
.header__bottom .header__menu__nav .main_menu .icon {
  background-color: #696969;
}
.header__bottom .header__menu__nav .main_menu.show {
  background: #F2FAFF;
}
.header__bottom .header__menu__nav .main_menu.show .icon {
  transform: rotate(180deg);
}
.header__bottom .header__menu__nav .main_menu span {
  background: linear-gradient(180deg, #7950cb 0%, #8f75c3 100%);
  border-radius: 100px;
  padding: 0 0.5rem;
  font-size: 12px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__bottom .header__menu_service {
  background-color: #E0F3FD;
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  width: 100%;
  transition: all 0.2s 0s;
  padding: 0;
  border-radius: 1.25rem 2rem 2rem 1.25rem;
  display: flex !important;
  flex-direction: column;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.header__bottom .header__menu_service.hide {
  top: 100%;
  pointer-events: none;
  opacity: 0;
  display: flex !important;
  flex-direction: column;
}
.header__bottom .header__menu_service .header__menu__a {
  padding: 1rem 1rem 1rem 3rem;
  opacity: 1;
}
.header__bottom .header__menu_service .header__menu__a.show {
  background-color: white;
  opacity: 1;
}
.header__bottom .header__menu_service nav {
  display: flex;
  flex-wrap: wrap;
  width: 30%;
  margin: 0;
  padding: 2rem 0;
  position: relative;
  gap: 0;
  height: 100%;
  flex-direction: column;
  justify-content: start;
  min-height: 573px;
}
.header__bottom .header__menu_service .submenu_header__menu_service {
  scroll-behavior: smooth;
  overflow: auto;
  column-fill: auto;
  left: 100%;
  width: 234%;
  background-color: #ffffff;
  padding: 3rem 3rem 1rem 5rem;
  position: absolute;
  z-index: 2;
  top: 0;
  transition: all 0.2s 0s;
  border-radius: 35px;
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
.header__bottom .header__menu_service .submenu_header__menu_service::-webkit-scrollbar {
  width: 3px;
  background-color: #ECEDF0;
  height: 4px;
}
.header__bottom .header__menu_service .submenu_header__menu_service::-webkit-scrollbar-thumb {
  background-color: #2773BD;
  border-radius: 20px;
}
.header__bottom .header__menu_service .submenu_header__menu_service ::-webkit-scrollbar-track {
  padding: 5px; /* Отступ между границей track и thumb */
}
.header__bottom .header__menu_service .submenu_header__menu_service.hide {
  pointer-events: none;
  opacity: 0;
  display: flex !important;
  flex-direction: column;
}
.header__bottom .header__menu_service .submenu_header__menu_service .wrap {
  column-count: 2;
  column-fill: balance;
  width: 100%;
}
.header__bottom .header__menu_service .submenu_header__menu_service .wrap .wrap_item {
  display: inline-flex;
  flex-direction: column;
}
.header__bottom .header__menu_service .submenu_header__menu_service .wrap .wrap_item a {
  display: flex;
  margin: auto 0;
  align-items: center;
  column-gap: 0.5rem;
  font-size: 16px;
  text-transform: none;
  line-height: 1.3;
  padding: 0 0 0.5rem;
  font-weight: 400;
  opacity: 1;
  transition: all 0.2s 0s;
}
.header__bottom .header__menu_service .submenu_header__menu_service .wrap .wrap_item a:hover {
  opacity: 1;
  font-weight: 500;
  transition: all 0.2s 0s;
}
.header__bottom .header__menu_service .submenu_header__menu_service .wrap .wrap_item a:last-child {
  padding: 0 0 1.5rem;
}
.header__bottom .header__menu_service .submenu_header__menu_service .wrap .wrap_item .h3 {
  padding: 0;
  margin: 0 0 1.5rem 0;
  color: #333333;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  font-family: "StyreneAWeb";
}
.header__bottom .header__menu_service .submenu_header__menu_service .wrap .wrap_item .h3 a {
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 0 !important;
  opacity: 1;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.2s 0s;
}
.header__bottom .header__menu_service .submenu_header__menu_service .wrap .wrap_item .h3 a:hover {
  font-weight: 800;
  transition: all 0.2s 0s;
}
.header__bottom .header__menu_service .submenu_header__menu_service .wrap .btn_link {
  display: block;
  text-align: start;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
@media (max-width: 1660px) {
  .header__top__time-work {
    display: none;
  }
  .header__top__logo {
    margin-right: 1rem;
  }
  .header__top__url-site {
    margin-right: 20px;
  }
}
@media (max-width: 1440px) {
  .header__top__logo span {
    font-size: 12px;
    text-align: center;
  }
  .header__top .search_form input {
    max-width: 180px;
  }
  .header__top__url-site-btn {
    height: 43px;
    line-height: 17px;
  }
  .header__top_phone {
    font-size: 20px;
  }
  .header__top__address .address {
    font-size: 16px;
  }
  .header__bottom .header__menu__nav .main_menu {
    font-size: 16px;
    padding: 0.5rem;
  }
  .header__bottom .header__menu_service {
    top: 100%;
  }
  .header__bottom .header__menu_service .header__menu__a {
    padding: 1rem 1rem 1rem 2rem;
  }
  .header__bottom .header__menu_service .submenu_header__menu_service {
    padding: 1.25rem 2rem;
  }
  .header__bottom .header__menu_service .submenu_header__menu_service .wrap .wrap_item a {
    padding: 0 0 1rem !important;
  }
  .header__bottom .header__menu_service .submenu_header__menu_service .wrap .wrap_item .h3 {
    margin: 0 0 1rem 0;
  }
  .header__bottom .header__menu_service .submenu_header__menu_service .wrap .btn_link {
    margin-bottom: 1rem;
  }
}
@media (max-width: 1200px) {
  .header__top__logo {
    min-width: 125px;
    margin-right: 1.5rem;
  }
  .header__top__logo img {
    max-width: 125px;
  }
  .header__top .search_form {
    margin-right: 0.7rem;
  }
  .header__top__url-site {
    display: none;
  }
  .header__top .header__messengers {
    margin-right: 20px;
  }
  .header__top__address {
    margin-right: 1rem;
  }
  .header__top__address .address {
    font-size: 14px;
  }
  .header__top_phone {
    white-space: nowrap;
  }
  .header__bottom .header__menu__nav .main_menu {
    font-size: 14px;
  }
  .header__bottom .header__menu_service nav {
    padding: 2rem 0;
  }
  .header__bottom .header__menu_service .header__menu__a {
    padding: 1rem;
    font-size: 16px;
  }
  .header__bottom .header__menu_service .submenu_header__menu_service .wrap .wrap_item a {
    font-size: 14px;
  }
  .header__bottom .header__menu_service .submenu_header__menu_service .wrap .wrap_item .h3 {
    font-size: 14px;
  }
  .header__bottom .header__menu_service .submenu_header__menu_service .wrap .wrap_item .h3 a {
    font-size: 14px;
  }
  .header__bottom .header__menu_service .submenu_header__menu_service .wrap .btn_link {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .header {
    padding-top: 3rem;
  }
  .header .container {
    padding: 0 10px 0 10px;
  }
  .header__top {
    justify-content: space-between;
  }
  .header__top .search_form {
    display: none;
  }
  .header__top__logo {
    min-width: 125px;
    margin-right: 0.75rem;
  }
  .header__top__url-site {
    display: none;
  }
  .header__top .header__messengers {
    margin-right: 10px;
  }
  .header__top_phone {
    font-size: 18px;
  }
  .header__top__address .online {
    font-size: 10px;
    height: 35px;
  }
  .header__bottom .header__menu__nav .main_menu {
    padding: 0.5rem 0.25rem;
    font-size: 13px;
    white-space: nowrap;
  }
  .header__bottom .header__menu__nav .main_menu .icon {
    width: 0.75rem;
    height: 0.75rem;
    min-width: 0.75rem;
  }
  .header__bottom .header__menu__nav .main_menu:first-child {
    padding-left: 0.5rem;
  }
  .header__bottom .header__menu__nav .main_menu:last-child {
    padding-right: 0.5rem;
  }
  .header__bottom .header__menu__nav .main_menu:before {
    height: 20px;
  }
  .header__bottom .header__menu_service {
    border-radius: 0.75rem 1.25rem 1.25rem 0.75rem;
  }
  .header__bottom .header__menu_service .header__menu__a {
    font-size: 14px;
    padding: 0.75rem;
  }
  .header__bottom .header__menu_service .submenu_header__menu_service {
    border-radius: 20px;
    padding: 1.25rem 1.5rem;
  }
  .header__bottom .header__menu_service .submenu_header__menu_service .wrap .wrap_item .h3 {
    margin: 0 0 0.5rem 0;
    font-size: 14px;
  }
  .header__bottom .header__menu_service .submenu_header__menu_service .wrap .wrap_item .h3 a {
    font-size: 14px;
  }
  .header__bottom .header__menu_service .submenu_header__menu_service .wrap .wrap_item a {
    font-size: 12px;
    padding: 0 0 0.5rem !important;
  }
  .header__bottom .header__menu_service .submenu_header__menu_service .wrap .btn_link {
    font-size: 14px;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  .header__top {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }
  .header__top__address, .header__top__logo, .header__top__time-work, .header__top .header__messengers {
    margin-right: 0;
  }
  .header__bottom {
    margin-top: 2rem;
  }
  .header__bottom .header__menu__nav {
    flex-wrap: wrap;
  }
  .header__bottom .header__menu__nav .main_menu {
    column-gap: 0.25rem;
    width: unset;
    padding: 0.5rem;
  }
  .header__bottom .header__menu__nav .main_menu:first-child, .header__bottom .header__menu__nav .main_menu:last-child {
    border-radius: 0;
  }
  .header__bottom .header__menu__nav .main_menu .icon {
    width: 0.5rem;
    height: 0.5rem;
    min-width: 0.5rem;
  }
  .header__bottom .header__menu_service {
    border-radius: 0;
  }
  .header__bottom .header__menu_service .submenu_header__menu_service {
    border-radius: 0;
    width: 150%;
  }
  .header__bottom .header__menu_service .submenu_header__menu_service .wrap {
    column-count: 1;
  }
  .header__bottom .header__menu_service nav {
    width: 40%;
  }
  .header__bottom .header__menu_service .header__menu__a {
    padding: 0.5rem;
  }
}
@media (max-width: 576px) {
  .header .container {
    max-width: 100% !important;
  }
  .header__top {
    gap: 0.5rem;
  }
  .header__top .header__messengers {
    display: none;
  }
  .header__top__logo {
    max-width: 130px;
    min-width: 100px;
  }
  .header__top__logo span {
    font-size: 10px;
  }
  .header__top__address .address {
    font-size: 12px;
  }
  .header__top_phone {
    font-size: 16px;
  }
  .header__bottom {
    margin-top: 1rem;
  }
  .header__bottom .header__menu__nav {
    flex-wrap: wrap;
  }
  .header__bottom .header__menu_service nav {
    padding: 1rem 0;
  }
  .header__bottom .header__menu_service .submenu_header__menu_service .wrap .wrap_item .h3 {
    margin: 0 0 0.75rem 0;
  }
  .header__bottom .header__menu_service .submenu_header__menu_service .wrap .btn_link {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
}
@media (max-width: 360px) {
  .header__top {
    flex-direction: column;
    align-items: center;
  }
  .header__top__logo {
    max-width: 130px;
    min-width: 100px;
  }
  .header__top__logo span {
    font-size: 10px;
  }
  .header__top__address {
    align-items: center;
  }
  .header__bottom {
    margin-top: 1rem;
  }
  .header__bottom .header__menu__nav {
    justify-content: center;
  }
}

/*# sourceMappingURL=style.css.map */
