@import 'fonts.css';
body,
html {
  scroll-behavior: smooth;
  font-family: Roboto;
  font-weight:300;
  font-size: 18px;
  line-height: 21px;
  color: #000;
}
header {
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  position: sticky;
  top: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  header {
    box-shadow: none;
    background: white;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 2;
  }
}
.logo {
  margin-bottom: 6px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .logo {
    margin-top: 3px;
    margin-bottom: 7px;
  }
}
.header nav {
  height: 100%;
}
.header nav .top-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  height: inherit;
}
.header nav .top-menu > li {
  flex: 1 1 auto;
  padding: 0 17px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header nav .top-menu > li {
    padding: 0 5px;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .header nav .top-menu > li {
    padding: 0;
  }
}
.header nav .top-menu a {
  padding: 17px 0;
  display: inline-block;
  position: relative;
  color: black;
}
@media (max-width: 991px) {
  .header nav .top-menu a {
    text-transform: none;
    font-size: 16px;
    padding: 10px 0;
  }
}
.header nav .parent {
  position: relative;
}
.header nav .parent ul {
  display: none;
  padding: 25px;
  list-style-type: none;
  background: rgba(58, 58, 58, 0.9);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
}
.header nav .parent .top-menu_second-level {
  position: absolute;
  left: 17px;
  top: 79px;
  width: 330px;
  z-index: 1;
}
@media (max-width: 991px) {
  .header nav .parent .top-menu_second-level {
    top: 58px;
    padding: 15px;
    width: 280px;
  }
}
.header nav .parent .top-menu_second-level span {
  position: relative;
  display: inline-block;
  width: 100%;
}
.header nav .parent .top-menu_second-level li {
  position: static;
}
.header nav .parent .top-menu_second-level > li:not(:last-child) > span {
  margin-bottom: 34px;
}
.header nav .parent .top-menu_second-level .parent > span {
  margin-bottom: 11px;
}
.header nav .parent .top-menu_second-level .parent > span > a {
  position: relative;
  padding: 0 19px 0 0;
}
.header nav .parent .top-menu_second-level .parent > span:after {
  content: '';
  position: absolute;
  right: -9px;
  top: 50%;
  margin-top: -5px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 9px;
  border: 5px solid transparent;
  border-right-width: 0;
  border-left-width: 10px;
  border-left-color: white;
}
.header nav .parent .top-menu_second-level .parent:hover > ul {
  display: block;
}
.header nav .parent .top-menu_second-level .parent .top-menu_third-level {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 330px;
}
@media (max-width: 991px) {
  .header nav .parent .top-menu_second-level .parent .top-menu_third-level {
    padding: 15px;
    width: 280px;
  }
}
.header nav .parent .top-menu_second-level .parent .top-menu_third-level:before {
  content: '';
  position: absolute;
  display: block;
  width: 25px;
  height: 100%;
  left: -25px;
  top: 0;
}
.header nav .parent .top-menu_second-level .parent .top-menu_third-level li a {
  margin-bottom: 11px;
}
.header nav .parent .top-menu_second-level .parent .top-menu_third-level li:not(:last-child) a {
  margin-bottom: 34px;
}
.header nav .parent .top-menu_second-level .parent .top-menu_third-level a {
  padding: 0 19px 0 0;
}
.header nav .parent .top-menu_second-level .parent .top-menu_third-level a:after {
  display: none;
}
.header nav .parent .top-menu_second-level a {
  color: #fff;
  font-weight: normal;
  text-transform: none;
  position: relative;
}
.header nav .parent .top-menu_second-level a:hover {
  text-decoration: underline!important;
}
.header nav .parent:hover > ul {
  display: block;
}
.header nav .parent > span:after {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../images/down.png) center bottom no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 4px;
  padding-left: 10px;
  box-sizing: content-box;
}
.header nav a {
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none!important;
  outline: none!important;
}
.header .contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.header .contacts a {
  display: block;
  color: #00551C;
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  .header .contacts a {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
  }
}
.header .contacts span {
  font-size: 14px;
  line-height: 16px;
  color: #666;
  letter-spacing: -0.2px;
}
@media (max-width: 991px) {
  .header .contacts span {
    font-size: 13px;
    line-height: 14px;
  }
}
.mobile-menu__wrapper {
  display: none;
}
.mobile-menu__inner-wrapper {
  display: flex;
  height: calc(100vh - 120px);
  flex-direction: column;
  overflow: auto;
}
.mobile-menu__wrapper.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 1;
  padding: 100px 0 20px;
  min-height: 100vh;
}
.mobile-menu_level-1,
.mobile-menu_level-2 {
  display: none;
}
.mobile-menu_level-1.visible,
.mobile-menu_level-2.visible {
  display: block;
}
.mobile-menu__separator {
  flex-grow: 1;
}
.mobile-menu__bottom-section .contacts {
  font-family: 'Roboto-Slab';
  font-weight: 300;
  transition: all 0.3s;
  transform: translateX(-30px);
  opacity: 0;
  transition-delay: 650ms;
}
.mobile-menu__bottom-section .contacts.active {
  transform: translateX(0);
  opacity: 1;
}
.mobile-menu__bottom-section .contacts.opened {
  transition: all 1s;
  transform: translateX(-150%);
}
.mobile-menu__bottom-section .contacts a {
  display: block;
  color: #00551C;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 24px;
}
.mobile-menu__bottom-section .contacts span {
  font-size: 18px;
  line-height: 24px;
  color: black;
  letter-spacing: -0.2px;
}
.mobile-menu__top-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu__top-section ul a {
  font-family: 'Roboto-Slab';
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 29px;
  /* identical to box height */
  color: #000000;
}
.mobile-menu__top-section ul li {
  transition: all 0.3s;
  transform: translateX(-30px);
  opacity: 0;
  margin-bottom: 20px;
}
.mobile-menu__top-section ul li:nth-child(1) {
  transition-delay: 230ms;
}
.mobile-menu__top-section ul li:nth-child(2) {
  transition-delay: 300ms;
}
.mobile-menu__top-section ul li:nth-child(3) {
  transition-delay: 370ms;
}
.mobile-menu__top-section ul li:nth-child(4) {
  transition-delay: 440ms;
}
.mobile-menu__top-section ul li:nth-child(5) {
  transition-delay: 510ms;
}
.mobile-menu__top-section ul li:nth-child(6) {
  transition-delay: 580ms;
}
.mobile-menu__top-section ul li:nth-child(7) {
  transition-delay: 650ms;
}
.mobile-menu__top-section ul li:nth-child(8) {
  transition-delay: 720ms;
}
.mobile-menu__top-section ul li:nth-child(9) {
  transition-delay: 790ms;
}
.mobile-menu__top-section ul li:nth-child(10) {
  transition-delay: 860ms;
}
.mobile-menu__top-section ul li:nth-child(11) {
  transition-delay: 930ms;
}
.mobile-menu__top-section ul li:nth-child(12) {
  transition-delay: 1000ms;
}
.mobile-menu__top-section ul li:nth-child(13) {
  transition-delay: 1070ms;
}
.mobile-menu__top-section ul li:nth-child(14) {
  transition-delay: 1140ms;
}
.mobile-menu__top-section ul li:nth-child(15) {
  transition-delay: 1210ms;
}
.mobile-menu__top-section ul li:nth-child(16) {
  transition-delay: 1280ms;
}
.mobile-menu__top-section ul.mobile-menu_level-1 li,
.mobile-menu__top-section ul.mobile-menu_level-2 li {
  transform: translateX(30px);
}
.mobile-menu__top-section ul.active li {
  transform: translateX(0px);
  opacity: 1;
}
.burger.active span {
  background: black;
}
.mobile-menu_level-0.opened {
  transition: all 1s;
  transform: translateX(-150%);
}
.mobile-menu-arrow,
.mobile-menu-arrow-2 {
  margin: 22.5px 0;
}
.mobile-menu_level-1.opened {
  transition: all 1s;
  transform: translateX(-150%);
}
.hr {
  width: 100%;
  border-bottom: 2px dashed black;
  position: relative;
  transform: translateY(5px);
}
@media (max-width: 1199px) {
  .header nav .parent > span:after {
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .header_mobile .logo {
    margin: 0 0 4px 0;
  }
  .burger {
    position: absolute;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    right: 15px;
    width: 24px;
    cursor: pointer;
  }
  .burger span {
    display: block;
    width: 24px;
    height: 4px;
    background: #0E2409
  ;
    position: absolute;
    left: 0;
    transition: all 0.3s;
  }
  body:not(.frontpage) .burger span {
    background: #0E2409
  ;
  }
  .burger span:nth-child(1) {
    top: 0;
  }
  .burger span:nth-child(2),
  .burger span:nth-child(3) {
    top: 8px;
  }
  .burger span:nth-child(4) {
    top: 16px;
  }
  .burger.active span:nth-child(2),
  .burger.active span:nth-child(3) {
    opacity: 0;
  }
  .burger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .burger.active span:nth-child(4) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
