* {
  font-family: "Futura New";
  margin: 0;
  padding: 0;
}

body {
  scroll-behavior: smooth;
  background-color: #F5F4F0;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

.d-block {
  display: block !important;
}

.w-full {
  width: 100% !important;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
.header-nav nav ul {
  display: flex;
  margin: 0;
}
.header-nav nav ul li {
  list-style-type: none;
}
.header-nav nav ul li a {
  color: #3A3A3A;
  text-decoration: none;
  font-size: 18px;
  margin: 0 25px;
  font-weight: 400;
}
.header-nav nav ul li span {
  color: #D4D0BD;
  font-size: 14px;
}
.header-box {
  display: flex;
}
.header-box-tell a {
  color: #3A3A3A;
  text-decoration: none;
  font-size: 18px;
  margin-right: 38px;
}
.header-box-btn a {
  padding: 12px 26px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  background-color: #3F6745;
  border-radius: 5px;
  box-shadow: 0px 15px 29px 8px rgba(63, 103, 69, 0.2);
}
.header-item {
  display: flex;
  align-items: center;
  width: 403px;
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 10px 35px #E8E5D9;
  border-radius: 3px;
  position: relative;
  margin-left: 40px;
}
.header-item img {
  width: 60px;
  height: 60px;
  margin-left: 10px;
  margin-right: 16px;
}
.header-item span {
  line-height: 24px;
  font-size: 18px;
}
.header-item-figure {
  position: absolute;
  top: 35px;
  right: -5px;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 1px;
  transform: rotate(45deg);
}

.header-left {
  margin-top: 40px;
  margin-left: 130px;
}

.header-bg {
  background: url(../img/logo-figure-bg.svg) no-repeat;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 700px;
  margin-top: 140px;
}
.header-bg p {
  font-size: 30px;
  margin: 0;
}
.header-bg h2 {
  font-size: 80px;
  margin-top: 23px;
  margin-bottom: 25px;
  line-height: 80px;
  text-transform: uppercase;
}
.header-bg a {
  padding: 18px 65px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  background-color: #3F6745;
  border-radius: 5px;
  box-shadow: 0px 15px 29px 8px rgba(63, 103, 69, 0.2);
  display: block;
  width: 190px;
}

.header-items {
  display: flex;
  flex-direction: column;
  margin-top: 65px;
}

.header-content {
  position: relative;
}
.header-content .img-abs-header img {
  position: absolute;
  top: -100px;
  right: 0;
}

.box-bg-tr3 {
  margin-top: 150px;
  background: url(../img/box-1-bg.svg) center center/cover no-repeat;
}
.box-bg-tr3 .container {
  display: flex;
  justify-content: space-around;
}
.box-bg-tr3-item {
  text-align: center;
  padding: 60px 0;
}
.box-bg-tr3-item h2 {
  font-size: 100px;
  margin: 0;
  margin-bottom: 12px;
  color: #fff;
  font-weight: 500;
}
.box-bg-tr3-item p {
  font-size: 22px;
  margin: 0;
  border-bottom: 2px solid #3F6745;
  padding-bottom: 7px;
  color: #fff;
}

.benefits {
  margin-top: 85px;
  margin-bottom: 45px;
  background: url(../img/benefits-h2.svg) no-repeat;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 900px;
}
.benefits h2 {
  font-size: 80px;
  font-weight: 500;
  text-transform: uppercase;
}

.benefits-items-1 {
  background: url(../img/benefits-items.svg) no-repeat;
  background-repeat: no-repeat;
  background-position: center right;
  padding-top: 50px;
}
.benefits-items-1 .container {
  background: url(../img/benefits-img-1.png) center center/cover no-repeat;
  width: 100%;
  height: 500px;
  border-radius: 5px;
  position: relative;
}
.benefits-items-1-text {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 37px 58px;
  padding-bottom: 10px;
  width: 680px;
  position: absolute;
  bottom: -50px;
  right: 50px;
  border-radius: 5px;
}
.benefits-items-1-text h3 {
  font-size: 50px;
  line-height: 80px;
  font-weight: 500;
}
.benefits-items-1-text p {
  font-weight: bold;
  font-size: 22px;
  padding: 0;
  margin: 0;
  line-height: 22px;
  margin-bottom: 25px;
  padding-left: 18px;
  border-left: 2px solid #3F6745;
}

.benefits-items-2 {
  background: url(../img/benefits-items.svg) no-repeat;
  background-repeat: no-repeat;
  background-position: center left;
  padding-top: 50px;
  margin-top: 44px;
}
.benefits-items-2 .container {
  background: url(../img/benefits-img-2.png) center center/cover no-repeat;
  width: 100%;
  height: 500px;
  border-radius: 5px;
  position: relative;
}
.benefits-items-2-text {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 37px 58px;
  padding-bottom: 10px;
  width: 680px;
  position: absolute;
  bottom: -50px;
  left: 50px;
  border-radius: 5px;
}
.benefits-items-2-text h3 {
  font-size: 50px;
  line-height: 80px;
  font-weight: 500;
}
.benefits-items-2-text p {
  font-weight: bold;
  font-size: 22px;
  padding: 0;
  margin: 0;
  line-height: 22px;
  margin-bottom: 25px;
  padding-left: 18px;
  border-left: 2px solid #3F6745;
}

.benefits-list li {
  list-style-image: url(../img/benefits-list-icon.svg);
  font-size: 18px;
  margin-bottom: 15px;
}

.time {
  margin-top: 107px;
}
.time h2 {
  margin-bottom: 37px;
  font-size: 50px;
  font-weight: 500;
}
.time-items {
  display: flex;
  justify-content: space-between;
}
.time-item {
  position: relative;
}
.time-item-box {
  position: absolute;
  top: 270px;
  right: -20px;
  width: 350px;
  min-height: 330px;
  background-color: rgba(255, 255, 255, 0.98);
  border-radius: 10px;
  padding: 30px 20px;
}
.time-item-box h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  padding-left: 9px;
  border-left: 2px solid #3F6745;
  margin-bottom: 10px;
}
.time-item-box p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.forms {
  background-color: #2A2A2A;
  margin-top: 350px;
  padding-top: 70px;
  padding-bottom: 100px;
}
.forms-h2 {
  background: url(../img/forms-h2-bg.svg) no-repeat;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 1050px;
}
.forms-h2 h2 {
  font-size: 55px;
  line-height: 80px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.forms p {
  padding-left: 9px;
  border-left: 2px solid #3F6745;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-top: 16px;
}
.forms .forms-tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.forms .input {
  width: 33%;
  border: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  color: #fff;
  font-size: 16px;
  outline: none;
  background-color: transparent;
}
.forms .input-er {
  width: 30%;
  margin: 0 15px;
}
.forms .input-area {
  margin-top: 50px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  color: #fff;
  font-size: 16px;
  outline: none;
  background-color: transparent;
}
.forms-btn {
  margin-top: 80px;
  background: url(../img/forms-btn-bg.svg) no-repeat;
  background-repeat: no-repeat;
  background-position: center right;
  padding-top: 10px;
  padding-bottom: 33px;
}
.forms-btn button {
  background-color: #3F6745;
  display: block;
  margin-left: auto;
  margin-right: 0;
  font-size: 18px;
  border: none;
  border-radius: 10px;
  padding: 18px 60px;
  outline: none;
  color: #fff;
  margin-top: -40px;
}

.work-bg {
  background: url(../img/work-bg.svg) no-repeat;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 550px;
  padding-bottom: 100px;
}
.work-bg a {
  padding: 18px 40px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  background-color: #3F6745;
  border-radius: 5px;
  box-shadow: 0px 15px 29px 8px rgba(63, 103, 69, 0.2);
  display: block;
  margin: 0 auto;
  width: 270px;
  text-align: center;
  margin-top: 34px;
}
.work-bg a img {
  margin-left: 10px;
}

.work-items {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.work-items .work-img {
  z-index: -1;
}
.work-items-text {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  margin-left: 20px;
  padding: 20px;
  min-width: 340px;
  margin-top: -20px;
  z-index: 999;
  position: relative;
}
.work-items-text h3 {
  padding-left: 9px;
  border-left: 2px solid #3F6745;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}

.price {
  background-color: #2A2A2A;
  padding-top: 70px;
  padding-bottom: 125px;
}
.price-box {
  background: #212121;
  box-shadow: 0px 12px 45px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  width: 700px;
  padding: 33px 55px;
  position: relative;
}
.price-box h2 {
  font-size: 55px;
  font-weight: 600;
  line-height: 65px;
  color: #fff;
  margin-bottom: 13px;
}
.price-box p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.price-box-btn {
  margin-top: 30px;
  display: flex;
}
.price-box-btn span {
  font-size: 35px;
  line-height: 65px;
  color: #fff;
  font-weight: 600;
  margin-right: 95px;
}
.price-box-btn a {
  padding: 18px 64px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  background-color: #3F6745;
  border-radius: 5px;
}
.price-box-figure {
  position: absolute;
  top: 50px;
  left: 0;
  width: 3px;
  height: 31px;
  background: #3F6745;
  transform: rotate(90deg);
}
.price .container {
  position: relative;
}
.price-img {
  position: absolute;
  right: 150px;
  bottom: -100px;
}

.owl-theme .owl-dots .owl-dot span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 4px;
  background: #d5d5d5;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-carousel button.owl-dot span {
  font-size: 30px;
  color: #e0cece;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -90px;
  top: 120px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-carousel button.owl-dot span {
  font-size: 30px;
  color: #e0cece;
  width: 50px;
  height: 50px;
  position: absolute;
  left: -90px;
  top: 120px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-carousel button.owl-dot span {
  background: #FFFFFF;
  border: 1px solid #3F6745;
  box-sizing: border-box;
  border-radius: 3px;
  color: #3F6745;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-carousel button.owl-dot span {
  background: #FFFFFF;
  border: 1px solid #3F6745;
  box-sizing: border-box;
  border-radius: 3px;
  color: #3F6745;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #3F6745;
  color: #fff;
  box-shadow: 0px 15px 29px 8px rgba(63, 103, 69, 0.2);
}

.item {
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 5px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
}

.owl-carousel .owl-item .item-img {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  margin-left: 20px;
}

.item-tdr h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #2B2B2B;
}

.owl-carousel .owl-item img {
  width: auto;
  margin-right: 7px;
}

.item-date {
  display: flex;
  align-items: center;
}
.item-date img {
  width: 16px;
  height: 16px;
}
.item-date span {
  font-size: 14px;
  color: #444444;
}

.item-box-block {
  background: #F5F4F0;
  border-radius: 5px;
  height: 100px;
  width: 350px;
  display: flex;
  align-items: center;
  margin-left: -40px;
}

.item-text p {
  margin-bottom: 35px;
}

.item-ttr5 {
  margin-top: 17px;
  margin-bottom: 27px;
}

.owl-carousel {
  margin-bottom: 100px;
}

.spoiler-title {
  width: 100%;
  height: 70px;
  background: #FFFFFF;
  box-shadow: 0px 10px 25px 1px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  display: block;
  margin-top: 20px;
  position: relative;
  padding-top: 15px;
  position: relative;
  z-index: 99999;
}

.spoiler-h3 {
  font-size: 16px;
  font-weight: 400;
  margin-left: 20px;
}

.spoiler-body {
  background: #FFFFFF;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 20px;
  box-shadow: -2px 15px 29px -17px rgba(0, 0, 0, 0.2) inset;
  position: relative;
  z-index: 99999;
}

.figure-div {
  position: absolute;
  right: 8px;
  top: 8px;
  background: #3F6745;
  border-radius: 3px;
  font-size: 40px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  padding: 12px 18px;
}

.footer-content {
  position: relative;
  margin-bottom: 100px;
}
.footer-content .footer-img-bg {
  position: absolute;
  right: 0;
  top: -350px;
  z-index: -1;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-top: 20px;
  padding-bottom: 30px;
}
.footer a {
  text-decoration: none;
  color: #3A3A3A;
  font-size: 15px;
}
.footer-box-social img {
  margin-left: -20px;
  margin-right: -20px;
}
.footer-media-box {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}
.footer-media-box img {
  margin-right: 15px;
}
.footer-media-box h3 {
  font-size: 16px;
  font-weight: 400;
}
.footer-media-box span {
  font-size: 16px;
  font-weight: 450;
}
.footer-45 {
  display: flex;
}
.footer-45 .footer-box-itn {
  margin-right: 70px;
}

.owl-prev span {
  display: block;
  margin-top: -5px;
}

.owl-next span {
  display: block;
  margin-top: -5px;
}

/* ----------------------------- Custom <select> ---------------------------- */
/* The container must be positioned relative: */
.custom-select {
  position: relative;
  cursor: pointer;
}
.custom-select select {
  width: 0 !important;
  height: 0 !important;
  border: none !important;
  outline: none !important;
  position: absolute;
  top: 100%;
  /*hide original SELECT element: */
}

.select-selected::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 2rem;
  height: 1.25rem;
  z-index: 1;
  background: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%3E%0A%3Cg clip-path="url(%23clip0)"%3E%0A%3Cpath d="M8.09375 13.1261L12.7623 8.14637C12.9454 7.9511 13.2421 7.9511 13.4252 8.14637C13.6083 8.34163 13.6083 8.65821 13.4252 8.85347L8.42521 14.1868C8.24215 14.3821 7.94535 14.3821 7.76229 14.1868L2.76229 8.85347C2.57924 8.65821 2.57924 8.34163 2.76229 8.14637C2.94535 7.9511 3.24215 7.9511 3.42521 8.14637L8.09375 13.1261Z" fill="white"%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id="clip0"%3E%0A%3Crect width="16" height="15" fill="white" transform="translate(15.75) rotate(90)"%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A') center no-repeat;
}

/* Style items (options): */
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 0 !important;
  overflow: hidden;
  background: #2A2A2A;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
  color: white;
}
.select-items > div:hover, .select-items .select-items > div.same-as-selected {
  background-color: #9c9c9c;
}

/* Hide the items when the select box is closed: */
.select-hide {
  width: 0 !important;
  height: 0 !important;
  border: none !important;
  outline: none !important;
}

/* --------------------------- END Custom <select> -------------------------- */
@media (max-width: 1500px) {
  .header-content .img-abs-header img {
    width: 50%;
  }

  .price-img {
    width: 40%;
    right: 0;
  }

  .footer-content .footer-img-bg {
    width: 50%;
    top: -100px;
  }

  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-carousel button.owl-dot span {
    position: relative;
    right: 0;
    top: 0px;
  }

  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-carousel button.owl-dot span {
    position: relative;
    left: 0;
    top: 0px;
  }
}
@media (max-width: 1200px) {
  .header-nav nav ul li a {
    margin: 0 10px;
  }

  .time-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .time-item {
    margin: 0 auto;
  }

  .forms {
    margin-top: 50px;
  }

  .work-items {
    display: flex;
    flex-direction: column;
  }

  .work-item {
    margin: 20px auto;
  }

  .owl-carousel {
    margin-bottom: 50px;
  }

  .price-box-btn {
    display: flex;
    flex-direction: column;
  }

  .price-box {
    width: 100%;
  }

  .time-item-box {
    position: relative;
    top: -92px;
    right: -40px;
  }
}
@media (min-width: 1001px) {
  .img-34-mob {
    display: none;
  }

  .img-35-mob {
    display: none;
  }

  .burger-menu {
    display: none;
  }
}
@media (max-width: 1000px) {
  .price-img {
    width: 70%;
    position: relative;
    top: -10px;
    display: block;
    margin-left: auto;
  }

  .price {
    padding-bottom: 25px;
  }

  .footer-content .footer-img-bg {
    position: relative;
    width: 100%;
    top: -40px;
  }

  .footer-content {
    margin-bottom: -120px;
  }

  .benefits h2 {
    font-size: 40px;
  }

  .price-box-btn a {
    width: 200px;
    margin-top: 10px;
  }

  .benefits-items-1-text {
    width: 100%;
    position: relative;
    margin-top: 50px;
    right: -14px;
    padding: 20px;
  }

  .benefits-items-2-text {
    width: 100%;
    position: relative;
    margin-top: 50px;
    left: 14px;
    padding: 20px;
    bottom: -55px;
  }

  .benefits-items-1 {
    background: none;
    padding-top: 0px;
  }

  .benefits-items-2 {
    background: none;
    padding-top: 100px;
  }

  .benefits-items-1 .container {
    padding-top: 100px;
    width: 90%;
  }

  .benefits-items-2 .container {
    padding-top: 100px;
    width: 90%;
  }

  .box-bg-tr3 .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .box-bg-tr3-item h2 {
    font-size: 80px;
  }

  .mob-none {
    display: none;
  }

  .forms .forms-tr {
    display: flex;
    flex-direction: column;
  }

  .forms .input {
    width: 100%;
  }

  .forms .input-er {
    width: 100%;
    margin: 0;
  }

  .forms-h2 h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .forms {
    padding-bottom: 50px;
  }

  .img-34-dest {
    display: none;
  }

  .header-items-img {
    width: 100%;
    margin-left: 0;
  }

  .header-bg a {
    display: none;
  }

  .img-abs-header {
    display: none;
  }

  .img-35-mob {
    width: 100%;
    margin-bottom: -100px;
  }

  .box-bg-tr3 {
    margin-top: 50px;
  }

  .header-bg h2 {
    font-size: 50px;
    line-height: 50px;
  }

  .header-bg p {
    font-size: 20px;
  }

  .header-bg {
    margin-top: 20px;
  }

  .benefits-items-1-text h3 {
    font-size: 30px;
    line-height: 35px;
  }

  .benefits-items-1 .container {
    height: auto;
  }

  .benefits-items-2 .container {
    height: auto;
  }

  .benefits-list li {
    font-size: 12px;
  }

  .benefits-items-1-text p {
    font-size: 14px;
  }

  .benefits-items-2-text p {
    font-size: 14px;
  }

  .time {
    margin-top: 100px;
  }

  .work-img {
    width: 90%;
  }

  .work-items-text {
    min-width: 90%;
  }

  .work-items-text h3 {
    font-size: 18px;
  }

  .spoiler-title {
    padding-right: 70px;
  }

  .spoiler-title {
    height: auto;
    padding-bottom: 10px;
  }

  .box-bg-tr3-item p {
    display: inline;
    white-space: nowrap;
  }

  .footer {
    display: flex;
    flex-direction: column;
  }

  .footer-media {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-media-box {
    margin-right: 20px;
  }

  .footer-45 {
    margin: 20px 0;
  }

  .forms .input-area {
    margin-top: 0;
  }

  .header-box-btn a {
    white-space: nowrap;
    font-size: 14px;
  }

  .header-box-tell a {
    font-size: 14px;
    white-space: nowrap;
    margin-left: -10px;
  }

  .header-box {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .box-bg-tr3 .container {
    padding: 30px 0;
  }

  .header-bg {
    background-position-y: 59px;
  }
}
@media (max-width: 900px) {
  .img-34-mob {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .header-items {
    margin-top: 80px;
  }

  .header-item {
    width: 90%;
    margin-left: 20px;
  }

  .header-left {
    margin-left: 20px;
  }

  .header-item-figure {
    top: -5px;
    right: 20px;
  }

  .price-box-btn span {
    font-size: 32px;
    line-height: 65px;
    white-space: nowrap;
    margin-right: 0;
  }
}
@media (max-width: 400px) {
  .time-item img {
    width: 100%;
  }

  .img-34-mob {
    width: 100%;
  }

  .time-item-box {
    position: relative;
    top: -92px;
    right: -40px;
    width: 90%;
  }

  .time-item {
    width: 100%;
    margin-bottom: -50px;
  }

  .time-item-box {
    width: 90%;
  }

  .box-bg-tr3-item {
    padding: 20px;
  }

  .price-box h2 {
    font-size: 35px;
    line-height: 35px;
  }

  .price-box p {
    font-size: 14px;
    line-height: 26px;
  }

  .price-box-btn span {
    font-size: 32px;
    line-height: 65px;
    white-space: nowrap;
    margin-right: 0;
  }

  .item-box-block {
    width: 100%;
  }

  .header-box-btn a {
    white-space: nowrap;
    font-size: 14px;
    padding: 12px;
  }

  .header-box-tell a {
    font-size: 14px;
  }
}
header {
  position: relative;
}

.burger-menu_button {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 30;
  width: 50px;
  height: 55px;
  background-color: #3F6745;
  border-radius: 5px;
  box-shadow: 0px 15px 29px 8px rgba(63, 103, 69, 0.2);
  transition: 0.4s;
}

.burger-menu_button:hover .burger-menu_lines {
  filter: brightness(0.7);
}

.burger-menu_lines::before,
.burger-menu_lines::after,
.burger-menu_lines {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.burger-menu_lines {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.burger-menu_lines::before {
  content: "";
  top: -6px;
}

.burger-menu_lines::after {
  content: "";
  top: 6px;
}

.burger-menu_active .burger-menu_lines {
  background-color: transparent;
}

.burger-menu_active .burger-menu_lines::before {
  top: 0;
  transform: rotate(45deg);
}

.burger-menu_active .burger-menu_lines::after {
  top: 0;
  transform: rotate(-45deg);
}

.burger-menu_nav {
  padding-top: 80px;
  position: fixed;
  top: 0;
  z-index: 20;
  display: flex;
  flex-flow: column;
  height: auto;
  background-color: #fff;
  overflow-y: auto;
  right: -100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.burger-menu_active .burger-menu_nav {
  right: 0;
  transition: 0.4s;
  width: 100%;
  height: auto;
}

.burger-menu_link {
  padding: 18px 15px;
  font-size: 25px;
  text-decoration: none;
  color: #3A3A3A;
}

.burger-menu_link:hover {
  filter: brightness(0.9);
}

.burger-menu_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}

.burger-menu_active .burger-menu_overlay {
  display: block;
  overflow-x: hidden;
}

.header-logo a img {
  z-index: 9999;
  width: 160px;
  position: relative;
}

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