header {
  top: 40px;
  width: 100%;
}

.d-none {
  display: none !important;
}

.tablebodytext {
  display: none !important;
}


.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.btn-main {
  background-color: #8cc04b;
  color: #fff;
  border-radius: 4px;
  height: 44px;
  padding: 0 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* header .widthdraw {
  height: 100%;
  width: 100%;
} */

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff80;
}

.header-top__logo svg {
  width: 224px;
}

.header-top__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 24px;
}

.header-top__tel-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 8px;
  margin-bottom: 6px;
  color: #ffffff;
}

.header-top__tel-social img {
  width: 22px;
  height: 22px;
}

.header-top__tel-social span {
  font-weight: 400;
  line-height: 100%;
}

.header-top__tel .tel {
  font-weight: 400;
  line-height: 100%;
  color: #ffffff;
}

.header-top__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 24px;
}

.header-top__сonnect {
  height: 44px;
}

.header-top__сonnect svg {
  height: inherit;
}

.header ul {
  transition: none;
}

.header ul::before,
.header ul::after {
  display: none;
}

.header-bottom {
  padding-top: 20px;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 700px;
  background-color: #003f6e;
  z-index: -1;
  display: none;
  pointer-events: none;
}

.header.dark.is-hover .menu-overlay {
  background-color: #fff;
}

.header.dark .header-top__tel .tel, .header.dark .header-top__tel-social, .header.dark .header-bottom div.prmenu_container a {
  color: #003f6e;
}

.header.dark .header-top {
  border-bottom: 1px solid #CCC8C7;
}

.header.scroll .menu-overlay {
  min-height: 700px;
}

header .menu-overlay .widthdraw {
  position: relative;
  height: 100%;
}

@media (min-width: 1025px) {
  .header .header-bottom>nav>ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 32px;
  }

  .header .slinky-menu {
    overflow: visible;
  }

  .header-bottom.menu-hover nav>ul>li>ul {
    padding-top: 60px;
  }
}

.header-bottom ul li ul {
  z-index: 111111;
  position: relative;
}

.header-bottom ul li ul li {
  z-index: 111111;
  position: relative;
}

#top-menu ul li {
  width: 100%;
  padding-right: 50px;
}

#top-menu ul li ul li {
  min-width: 300px;
  width: fit-content;
  padding-right: 50px;
}

#top-menu ul li a {
  width: 100%;
}

.header-bottom div.prmenu_container ul li {
  padding: 8px 4px;
}

.header-bottom div.prmenu_container > ul {
  column-gap: 32px;
}

.header-bottom div.prmenu_container > ul > li {
  white-space: nowrap;
}

.header-bottom div.prmenu_container a {
  color: #fff;
}

.header-bottom div.prmenu_container ul li a {
  display: flex;
  column-gap: 8px;
}

.header-bottom div.prmenu_container>ul>li>ul {
  padding-top: 46px;
  width: 450px;
}

.header-bottom div.prmenu_container>ul>li>a:hover {
  text-decoration: underline;
  text-underline-offset: 8px;
}

.header-bottom .prmenu_container .ul-lvl-2>li:hover>a {
  color: #8CC04B;
}
.header-bottom .prmenu_container .ul-lvl-2>li:hover>a svg path {
  stroke: #8CC04B;
}
.header-bottom .prmenu_container .ul-lvl-2>li>a {
  align-items: center;
}
.header-bottom div.prmenu_container ul li ul li a svg path {
  transition: stroke 0.2s ease-in-out;
}

.header-bottom div.prmenu_container ul li ul li a:hover svg path {
  stroke: #8CC04B;
}

.header-bottom div.prmenu_container ul li ul li ul {
  padding-left: 40px;
}

.menu-overlay-info {
  position: absolute;
  right: 40px;
  bottom: 40px;
}

.menu-overlay-line {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 570px;
  height: 340px;
  background-image: url(../../svg/header-menu_bg-icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.menu-overlay-mail {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 12px;
}

.menu-overlay-mail svg {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

.menu-overlay-mail a {
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}

.menu-overlay-tel {
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}

.is-innerpage .header.is-hover .header-top {
  border-bottom: 1px solid #CCC8C780
}

.is-innerpage .header.is-hover .menu-overlay {
  background-color: #fff;
}

.is-innerpage .header.is-hover .menu-overlay .menu-overlay-line {
  background-image: url(../images/menu-line-light.png);
}
.is-innerpage .header.is-hover .menu-overlay .menu-overlay-mail a, .is-innerpage .header.is-hover .menu-overlay .menu-overlay-tel {
  color: #0B2A49;
}

.is-innerpage .header.is-hover .header-bottom div.prmenu_container ul li a {
  color: #0B2A49;
}

.is-innerpage .header.is-hover .header-bottom div.prmenu_container ul li ul li a:hover {
  color: #8CC04B;
}

.is-innerpage .header.is-hover .header-top__tel-social span {
  color: #0B2A49;
}

.is-innerpage .header.is-hover .header-top__tel .tel {
  color: #0B2A49;
}

.header .logo-dark {
  display: none;
}
.is-innerpage .header.is-hover .logo-dark {
  display: block;
}

.is-innerpage .header.is-hover .logo-light {
  display: none;
}












.footer {
  background-color: #003f6e;
  padding-top: 80px;
  padding-bottom: 70px;
  width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .footer {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .footer div.widthdraw {
    padding: 0 16px;
  }
}

.footer ul {
  margin-left: 0;
  margin-bottom: 0;
}

.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 80px;
  padding-bottom: 20px;
  position: relative;
}

@media (max-width: 1200px) {
  .footer__top {
    column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .footer__top {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer__main {
  /* width: fit-content; */
  flex-basis: 30%;
}

@media (max-width: 768px) {
  .footer__main {
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #fff;
  }
}

.footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 245px;
  height: 44px;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .footer__logo {
    width: 170px;
    margin-bottom: 20px;
  }
}

.footer__whatsapp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 8px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .footer__whatsapp {
    margin-bottom: 16px;
  }
}

.footer__whatsapp img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.footer__whatsapp span {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}

.footer__contact {
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  color: #fff;
  display: block;
}

@media (max-width: 768px) {
  .footer__contact {
    font-size: 24px;
  }
}

.footer__contact:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .footer__contact:not(:last-child) {
    margin-bottom: 8px;
  }
}

.footer__columns {
  flex-basis: 70%;
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px 16px;
  position: relative;
}

@media (max-width: 1200px) {
  .footer__columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .footer__columns {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 768px) {
  .footer__columns {
    width: 100%;
    padding-top: 24px;
    row-gap: 20px;
    position: static;
  }
}

.footer__column {
  padding: 8px;
}

@media (max-width: 768px) {
  .footer__column {
    padding: 0px;
  }
}

.footer__head {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
}

.footer__head a {
  color: #fff;
}

.footer__menu {
  list-style: none;
  margin-top: 16px;
}

.footer__menu .has-submenu.open > ul {
  margin-top: 8px;
}

.footer__menu .has-submenu.open > a .submenu-arrow svg path {
  stroke: #8CC04B;
}

.footer__menu li {
  position: relative;
}

.footer__menu li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
}

.footer__menu li:not(:first-child) {
  margin-top: 12px;
}

.footer__menu li.has-submenu>a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer__menu li.has-submenu.open>a {
  color: #8CC04B;
}

.footer__menu li .submenu-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  position: relative;
  height: 20px;
  width: 20px;
  margin: 0;
}

.footer__menu li .submenu-arrow svg {
  position: absolute;
  right: 0;
  top: -3px;
}

.footer__menu li.has-submenu.open .submenu-arrow svg {
  position: absolute;
  right: 0;
  top: 3px;
}

.footer__menu li.open>a .submenu-arrow {
  transform: rotate(180deg);
}

.footer__menu li>ul {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease;
  /* margin-top: 8px; */
  list-style: none;
}

.footer__menu li>ul>li {
  position: relative;
  padding-left: 24px;
}

.footer__menu li>ul>li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 12px;
  width: 16px;
  height: 1px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .footer__menu li>ul>li::before {
    top: 8px;
  }
}

.footer__bottom {
  padding-top: 20px;
  border-top: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 24px;
  }
}

.footer__bottom-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .footer__bottom-main {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
  }
}

.footer__copy {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ccc8c7;
}

.footer__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ccc8c7;
}

.footer__policy {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}

.button-up {
  width: fit-content;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .button-up {
    bottom: auto;
    top: 0;
  }
}

.header_burger-menu, .header-top__buttons-burger {
  display: none;
}

.header-top__buttons-burger img {
  height: 44px;
  width: 44px;
  display: block;
}

.header_burger-menu.active {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  height: 100vh;
  padding: 20px 16px;
  position: absolute;
  top: -65px;
  bottom: 0;
  right: -20px;
  left: -20px;
  z-index: 1000;
}

.header_burger-menu.active .burger-menu_center {
  flex-grow: 1;
  flex-basis: 68%;
}

.header_burger-menu.active .burger-menu_tel .burger-menu_tel-social {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 16px;
}

.header_burger-menu.active .burger-menu_tel .burger-menu_tel-social span, .header_burger-menu.active .burger-menu_tel a {
  font-weight: 400;
  font-size: 18px;
  color: #0b2a49;
}

.header_burger-menu.active .burger-menu_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.header_burger-menu.active .burger-menu_top .burger-menu_top-logo img {
  display: block;
  height: 100%;
  width: 100%;
}

.header_burger-menu.active .burger-menu_bottom {
  padding-bottom: 32px;
  flex-basis: 30%;
  flex-grow: 1
}

.header_burger-menu.active .burger-menu_сonnect {
  margin-top: 24px;
  width: 100%;
}

.header_burger-menu.active .burger-menu_top .burger-menu_top-cross {
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_burger-menu ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.header_burger-menu .ul-lvl-1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.header_burger-menu .ul-lvl-1 li {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}

.header_burger-menu .ul-lvl-1 .a-lvl-1, .header_burger-menu .ul-lvl-2 .a-lvl-2, .header_burger-menu .ul-lvl-2 .green-link {
  font-weight: 600;
  font-size: 22px;
  color: #0b2a49;
  flex-basis: 80%;
}

.header_burger-menu .ul-lvl-2, 
.header_burger-menu .ul-lvl-3 {
  display: none;
}

.header_burger-menu .link-arrow {
  /* width: 40px; */
  /* height: 40px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_burger-menu .ul-lvl-2.active, .header_burger-menu .ul-lvl-3.active {
  display: block;
  flex-grow: 1;
  flex-basis: 100%;
}

.header_burger-menu .ul-lvl-1 li.not-active {
  display: none;
}

.header_burger-menu .ul-lvl-1 li.active-parent {
  flex-direction: row-reverse;
  justify-content: flex-end;
  row-gap: 20px;
}

.header_burger-menu .ul-lvl-1 li.active-parent .link-arrow:not(.link-arrow_2) {
  margin-right: 15px;
}

.header_burger-menu .ul-lvl-1 li.active-parent .a-lvl-1 {
  font-weight: 400;
  font-size: 18px;
  color: #7a858b;
}

.header_burger-menu .ul-lvl-3 a {
  font-weight: 400;
  font-size: 16px;
  color: #0b2a49;
}

.header_burger-menu .ul-lvl-2 li.active .green-link {
  font-weight: 500;
  font-size: 22px;
  color: #8cc04b;
}

.header_burger-menu .ul-lvl-2 li.active .green-link+.link-arrow {
  transform: rotate(270deg);
}

.header_burger-menu .ul-lvl-2 li.active .green-link+.link-arrow svg path {
  stroke: #8CC04B;
}

.header_burger-menu .ul-lvl-2 li, .header_burger-menu .ul-lvl-3 li {
  padding-left: 0;
}

@media (max-width: 1000px) {
  .header-top__info .header-top__tel, .header-top__info .header-top__buttons .btn-reset, .header-bottom {
    display: none;
  }
  .header-top__buttons-burger {
    display: block;
    background: transparent;
    border: none;
  }
  .header-top__buttons {
    gap: 12px;
    column-gap: unset;
  }
}

@media (max-width: 500px) {
  .header_burger-menu .ul-lvl-1 .a-lvl-1, .header_burger-menu .ul-lvl-2 .a-lvl-2 {
    font-size: 18px;
  }
}

/* #top-menu.ul-lvl-1 li .span-lvl-1, #top-menu.ul-lvl-1 .a-lvl-1 {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
} */


.header-bottom .prmenu_container .ul-lvl-2 > li:not(:last-child) {
  margin-bottom: 24px;
}