@font-face {
  font-family: Roboto-ThinItalic;
  src: url('/assets/fonts/Roboto-ThinItalic.woff2');
  font-display: swap;
}
@font-face {
  font-family: Roboto-Light;
  src: url('/assets/fonts/Roboto-Light.woff2');
  font-display: swap;
}
@font-face {
  font-family: Roboto-Regular;
  src: url('/assets/fonts/Roboto-Regular.woff2');
  font-display: swap;
}
body {
	font-family: 'Roboto-Light', sans-serif;
	line-height: 150%;
	cursor: default;
	width: 100%;
	overflow-x: hidden;
}
html {scroll-behavior: auto !important;}
body p {line-height: 150%; font-weight: 300;}
h1 {font-size: 80px; line-height: 150%;}
h2 {font-size: 50px; line-height: 130%;}
h3 {font-size: 36px; line-height: 150%;}
h1, h2, h3 {
  font-family: 'Roboto-Regular', sans-serif;
	letter-spacing: -3.2px;
	text-transform: uppercase;
	font-weight: 400;
}
.home-page .home-container-1-left h1 {font-size: 95px;}
@media screen and (max-width: 1500px) {
    .home-page .home-container-1-left h1 {font-size: 80px;}
}
a {transition: 0.3s all;}
.d-flex {display: flex;}
.color-mint {color: #C8DDBA;}
.color-chaki {color: #31372B;}
.color-white {color: #fff}
.box-padding {
  box-sizing: border-box;
  padding: 0 40px;
  margin: 0 auto;
}
.home-page .home-container-1 .home-container-1-bottom-left-arrow,
.header {transition: 0.3s;}
.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 80px;
  z-index: 99999;
}
.header-fixed .header {
  /*background: #5F7055;*/
  background: rgba(255, 255, 255, 0.001);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}
.header .header-box {
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: space-between;
}
.header .header-box-item-1,
.home-page .home-container-1 .home-container-1-right {width: 18.7%;}
.header .header-box-item-2 {
	width: 62.6%;
	border-right: 1px solid #94A786;
	border-left: 1px solid #94A786;
}
.header .header-box-item a,
.header .header-box-item p {
	color: #C8DDBA;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
  height: 100%;
  display: block;
  text-align: center;
  align-content: center;
	border-bottom: 1px solid #94A786;
	background: transparent;
	transition: 0.3s;
	display: flex;
  justify-content: center;
  flex-direction: column;
}
.header .header-box-item {height: 100%;}
.header .header-box-item a:hover, .header .header-box-item a:focus,
.header .header-box-item p:hover, .header .header-box-item p:focus {
	color: #33392C;
	background: #94A786;
	cursor: pointer;
}
#cookies-banner .cookies-star,
.footer .bottom-star,
.home-page .home-container-1 .home-container-1-star,
.header .header-star {width: 0; height: 0; position: relative;}
.header .header-star div {position: relative; top: 30px;}
.header .header-star-1 div {left: -10px;}
.header .header-star-2 div {right: 10px;}
#cookies-banner .cookies-star img,
.footer .bottom-star img,
.home-page .home-container-1 .home-container-1-star img,
.header .header-star img {width: 20px; height: 20px;}
.home-page .home-container-1,
.about-page .about-container-1 {
	background: linear-gradient(155.44deg, #5F7055 -13.37%, #33392C 107.07%);
	padding-top: 80px;
	width: 100%;
}
.home-page .home-container-1 {height: calc(100vh - 80px);}
@media screen and (max-width: 1800px) {
    .about-page .about-container-1 {
        height: calc(100vh - 80px);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
.home-page .home-container-1 .home-container-1-left {
	width: 81.3%;
	box-sizing: border-box;
	padding: 36px 40px 60px;
}
.home-page .home-container-1 .home-container-1-right {
	border-left: 1px solid #94A786;
}
.home-page .home-container-1 .home-container-1-title-1 {
  width: 100%;
  max-width: 780px;
  justify-content: space-between;
}
.home-page .home-container-1 .home-container-1-title-2 {
  width: 100%;
  max-width: 1130px;
  justify-content: space-between;
}
.home-page .home-container-1 .home-container-1-title-1 {margin-bottom: 15px;}
.home-page .home-container-1 .home-container-1-title-img img {
	width: 550px;
	height: 178px;
	margin-left: 155px;
}
.home-page .home-container-1 .home-container-1-title-2 {flex-wrap: wrap;}
.home-page .home-container-1 .home-container-1-bottom-right p {
  font-size: 18px;
  font-family: 'Roboto-ThinItalic', sans-serif;
  max-width: 85%;
  letter-spacing: 0.1px;
}
.home-page .home-container-1-title {margin-top: 150px;}
@media screen and (max-width: 1500px) {
    .home-page .home-container-1 .home-container-1-title-1 {max-width: 665px;}
    .home-page .home-container-1 .home-container-1-title-2 {max-width: 981px;}
    .home-page .home-container-1 .home-container-1-title-img img {
        width: 459px;
        height: 135px;
    }
    .home-page .home-container-1-title {margin-top: 0px;}
}

.footer .footer-bottom--box, .footer .footer-bottom-links-2 .d-flex,
.footer .footer-top-box, .footer .footer-bottom-links,
.home-page .home-container-1 .home-container-1-bottom {justify-content: space-between;}
.home-page .home-container-1 .home-container-1-bottom-left {width: fit-content;}
.home-page .home-container-1 .home-container-1-bottom-right {width: 75.2%;}
.home-page .home-container-1 .home-container-1-bottom-left-arrow {
	position: relative;
  top: 10.5px;
	width: 69px;
	height: 69px;
	border: 1px solid #94A786;
	background: transparent;
	border-radius: 100px;
	text-align: center;
  align-items: center;
  justify-content: center;
}
.home-page .home-container-1 .home-container-1-bottom-left-arrow img {width: 11px; height: 23px;}
.home-page .home-container-1 .home-container-1-right-item-box p {
	font-size: 24px;
	font-weight: 400;
	font-family: 'Roboto-Regular', sans-serif;
	text-transform: uppercase;
	margin-top: 10px;
  letter-spacing: -1px;
}
.home-page .home-container-1 .home-container-1-right-item {
	width: 100%;
	height: 33.3%;
  text-align: center;
	display: flex;
  flex-direction: column;
  justify-content: center;
	box-sizing: border-box;
  padding: 59.5px 0;
}
.home-page .home-container-1 .home-container-1-right-item-2 {
	border-top: 1px solid #94A786;
	border-bottom: 1px solid #94A786;
}
.home-page .home-container-1 .home-container-1-left,
.home-page .home-container-1 .home-container-1-right {justify-content: space-between; flex-direction: column;}
.home-page .home-container-1 .home-container-1-star div {position: relative;}
.home-page .home-container-1 .home-container-1-star-1 div,
.home-page .home-container-1 .home-container-1-star-2 div {left: -10px; top: -10px;}
.home-container--1 {height: 100%;}
.slider-active .header {opacity: 0;}
.home-page .home-container-2 {width: 100%; position: relative; z-index: 999999;}
.home-page .home-container--3-bottom {width: 100%;}
.about-page .about-container-3 {
  width: 100%;
  background: linear-gradient(155.44deg, #5F7055 -13.37%, #33392C 107.07%);
}
.about-page .about-container-3-items {justify-content: space-between;}
.about-page .about-container-3-item {width: 33.333%;}
.about-page .about-container-3-item-top h2 {text-transform: uppercase;}
.about-page .about-container-2 {width: 100%; height: 313px;}
.home-container-2-slider-box,
.home-page .home-container-2 .home-container-slider-item-1-copy,
.home-page .home-container-2 .home-container-slider-item {
  width: 100%;
  height: 100vh;
}
.home-page .home-container-2 .home-container-slider-item-1 {background: url('/assets/img/slider-img-1.webp');}
.home-page .home-container-2 .home-container-slider-item-2 {background: url('/assets/img/slider-img-2.webp');}
.home-page .home-container-2 .home-container-slider-item-3 {background: url('/assets/img/slider-img-3.webp');}
.home-page .home-container-2 .home-container-slider-item,
.home-page .home-container-2 .home-container-slider-item-1-copy {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-page .home-container-2 .home-container-slider-item-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  text-align: center;
}
.home-page .home-container-2 .home-container-slider-item-text p {
  font-size: 20px;
  width: 66.3%;
  margin: 0 auto;
}
.home-page .home-container-2 .home-container-slider-item-title {margin-top: -30px; margin-bottom: 19px;}
.home-page .home-container-3 {background: #31372B; padding-top: 150px;}
.home-page .column-left {width: 34.5%;}
.home-page .column-right {
	width: 56.6%;
  justify-content: end;
  flex-direction: column;
}
.footer .footer-top-column-left-text p,
.home-page .column-right p {
	font-size: 18px;
  font-family: 'Roboto-ThinItalic', sans-serif;
	letter-spacing: 0.15px;
}
.home-page .column-left h2 {letter-spacing: -2px;}
.home-page .home-container--3-top, .home-page .home-container--4-top {margin-bottom: 40px;}
.home-page .home-container-4 {/*background: #5F7055;*/ padding-top: 150px;}
.home-page {overflow-x: hidden;}
.home-page .home-container-4 .home-container-4-feedbacks-box {width: 100%; overflow: hidden;}
.home-page .home-container-4 .home-container-4-feedbacks--box {width: fit-content; flex-wrap: nowrap;}
.home-page .home-container-4 .home-container-4-feedbacks-item {
  width: 900px;
  height: auto;
  border: 1px solid #94A786;
}
.home-page .home-container-4 .home-container-4-feedbacks-item-top-box {
  box-sizing: border-box;
  padding: 38px 20px 18px 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-page .home-container-4 {box-sizing: border-box; padding-top: 0; position: relative;}
.home-page .home-container-4-box {
  /*height: calc(100vh - 20px) !important;*/
  height: fit-content!important;
  flex-direction: column;
  justify-content: space-between;
}
.home-page .home-container--4-top {margin-top: 40px; width: 100%;}
.home-page .home-container-4 .home-container-4-feedbacks-item-bottom p,
.home-page .home-container-4 .home-container-4-feedbacks-item-top p {
  font-size: 32px;
  font-family: 'Roboto-Regular', sans-serif;
  letter-spacing: -1.5px;
}
.home-page .home-container-4 .home-container-4-feedbacks-item-bottom img {
  width: 90px;
  height: 79px;
  position: relative;
  top: -23px;
}
.about-page .about-container-3 .about-container-3-item-star-right-2,
.about-page .about-container-3 .about-container-3-item-star-left-2,
.home-page .home-container-4 .home-container-4-feedbacks-star-right-2,
.home-page .home-container-4 .home-container-4-feedbacks-star-left-2 {rotate: 180deg;}
.home-page .home-container-4 .home-container-4-feedbacks-item-bottom {justify-content: space-between;}
.about-page .about-container-3 .about-container-3-item-star-right,
.about-page .about-container-3 .about-container-3-item-star-left,
.home-page .home-container-4 .home-container-4-feedbacks-star-right,
.home-page .home-container-4 .home-container-4-feedbacks-star-left {
  flex-direction: column;
  justify-content: space-between;
}
.about-page .about-container-3 .about-container-3-item-star-right img,
.about-page .about-container-3 .about-container-3-item-star-left img,
.home-page .home-container-4 .home-container-4-feedbacks-star-right img,
.home-page .home-container-4 .home-container-4-feedbacks-star-left img {width: 20px; height: 20px;}
.home-page .home-container-4 .home-container-4-feedbacks-item-top {margin-bottom: 100px;}
.home-page .home-container-3 .services-item-close {display: none;}
.home-page .home-container-3 .home-container-3-services-list-item {
  position: relative;
  border-bottom: 1px solid #C8DDBA4D;
  cursor: pointer;
  transition: 1s all;
  display: flex;
  box-sizing: border-box;
  padding: 40px;
}
.home-page .home-container-3 .home-container-3-services-list-item-nr-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.home-page .home-container-3 .home-container-3-services-list-item-hidden img {height: 100%; width: 310px; object-fit: cover;}
.home-page .home-container-3 .home-container-3-services-list-item-nr {width: 108px;}
.home-page .home-container-3 .home-container-3-services-list-item-text {width: 65.5%; transition: 1.5s all;}
.home-page .home-container-3 .home-container-3-services-list-item-text h3 {letter-spacing: -1px;}
.home-page .home-container-3 .home-container-3-services-list-item-1 {background: linear-gradient(180deg, #373F31 0%, #343B2D 100%); border-top: 1px solid #C8DDBA4D;}
.home-page .home-container-3 .home-container-3-services-list-item-2 {background: linear-gradient(180deg, #3F4839 0%, #373F30 100%);}
.home-page .home-container-3 .home-container-3-services-list-item-3 {background: linear-gradient(180deg, #45513F 0%, #3A4333 100%);}
.home-page .home-container-3 .home-container-3-services-list-item-4 {background: linear-gradient(180deg, #4C5945 0%, #3E4736 100%);}
.home-page .home-container-3 .home-container-3-services-list-item-5 {background: linear-gradient(180deg, #53614C 0%, #414B38 100%);}
.home-page .home-container-3 .home-container-3-services-list-item-6 {background: linear-gradient(180deg, #596953 0%, #434E3A 100%);}
.home-page .home-container-3 .home-container-3-services-list-item:hover .home-container-3-services-list-item-text {width: 100%;}
.home-page .home-container-3 .home-container-3-services-list-item-hidden-img {
  width: 100%;
  max-width: 38.5%;
}
.home-page .home-container-3 .home-container-3-services-list-item-hidden-text {
  width: auto; /*61.5%*/
  box-sizing: border-box;
  padding: 42px 40px 36px;
  font-size: 18px;
}
.home-page .home-container-3 .home-container-3-services-list-item-hidden {
  position: absolute;
  background: #94A786;
  box-shadow: 0px 0px 150px 0px #00000066;
  top: 50%;
  left: calc(46.5% - 40px);
  width: 54.3%;
  transform: translateY(-50%) translateX(20px);
  display: flex;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease, opacity 1s ease;
}
.home-page .home-container-3 .home-container-3-services-list-item.active .home-container-3-services-list-item-hidden,
.home-page .home-container-3 .home-container-3-services-list-item:hover .home-container-3-services-list-item-hidden {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  pointer-events: auto;
  max-height: 356px;
  opacity: 1;
}
.about-page .about-container-1-box-2 p {
  font-size: 20px;
  font-family: 'Roboto-Light', sans-serif;
  width: 90%;
}
.about-page .about-container--1 {padding-bottom: 60px; padding-top: 40px;}
.about-page .about-container-1-box-1 {margin-bottom: 44px;}
.about-page .about-container-1-box-1-text-1 {
  width: 100%;
  max-width: 794px;
  justify-content: space-between;
  margin-bottom: 10px;
}
.about-page .about-container-1-box-1-text-2 {
  width: 100%;
  max-width: 1135px;
  justify-content: space-between;
}
.about-page .about-container-1-box-1-text-1 h1:first-child {margin-left: 102px;}
.about-page .about-container-2-text p {font-size: 20px;}
.about-page .about-container-2-text {
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.about-page .about-container-3-item-bottom {font-size: 20px;}
.about-page .about-container-3-item {border: 1px solid #94A786;}
.about-page .about-container-3-item-top-box {
  box-sizing: border-box;
  padding: 40px 18px;
  width: 100%;
}
.about-page .about-container-3-item-top {margin-bottom: 80px;}
.about-page .about-container-3-item-bottom-3 {margin-top: -2px; flex-direction: column;}
.about-page .about-container-3-item-bottom img {
  rotate: -90deg;
  width: 8px;
  height: 20px;
  margin-right: 32px;
  position: relative;
  top: 4px;
  left: 6px;
}
.about-page .about-container-3-item-bottom-3 p {margin-bottom: 10px;}
.about-page .about-container-3-item-bottom-3 p:last-child {margin-bottom: 0px;}
.policy-page .policy-page-container-1-2 {
  background: linear-gradient(155.44deg, #5F7055 -13.37%, #33392C 107.07%);
  padding-top: 120px;
  padding-bottom: 60px;
}
.policy-page .policy-page-container-1-logo img {width: 418px; height: 135px;}
.policy-page .policy-page-container-1-logo {margin-bottom: 32px;}
.policy-page .policy-page-container-1-title h2 {letter-spacing: -2.1px;}
.policy-page .policy-page-container-1-title {margin-bottom: 42px;}
.policy-page a, .policy-page p, .policy-page li {font-size: 20px;}
.policy-page .policy-page-container-1-update {margin-bottom: 20px;}
.policy-page .policy-page-container-1-update p {font-family: 'Roboto-Regular', sans-serif; font-weight: 900;}
.policy-page .policy-b {font-weight: 900;}
.policy-page .policy-page-container-1-text-1 {margin-bottom: 20px;}
.policy-page .policy-page-container-1 {padding-bottom: 40px;}
.policy-page main a {color: #C8DDBA; text-decoration: underline;}
.policy-page main a:hover, .policy-page main a:focus {color: #fff;}
.policy-page .policy-item {
  border-bottom: 1px solid #94A786;
  padding: 24px 0 26px;
}
.policy-page .policy-item-1 {border-top: 1px solid #94A786;}
.policy-page .policy-item .policy-item-img img {transition: 0.7s all;}
.policy-page .policy-item.active-quest .policy-item-img img {rotate: 45deg;}
.policy-page .policy-item .d-flex {justify-content: space-between;}
.policy-page .policy-item:hover, .policy-page .policy-item:focus {cursor: pointer;}
.policy-page .policy-item .policy-item-desc-before {width: 100%; height: 45px; margin-bottom: 0 !important;}
.policy-page .policy-item .policy-item-desc {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease-out;
  margin-top: 0;
}
.policy-page .policy-item-desc p {margin-bottom: 20px;}
.policy-page ul {
  margin: 10px 0 20px 50px;
  list-style: circle;
}
.policy-page li {margin-bottom: 10px;}
.policy-page .policy-item .policy-item-desc .last {margin-bottom: 0 !important;}
.policy-page .policy-page-container-3 {
  width: 100%;
  height: 200px;
}
.about-page .about-container--2,
.policy-page .policy-page-container-3-img {
  background: url('/assets/img/slider-img-2.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.header-mob {display: none;}
.logo-mobile {display: none;}
.footer {background: linear-gradient(155.44deg, #5F7055 -13.37%, #33392C 107.07%);}
.footer .footer-container {padding-top: 100px;}
.home-page .footer .footer-container {padding-top: 248px;}
.footer .footer-top-column-left-title h1 {letter-spacing: -3.6px; line-height: 120%;}
.footer .footer-top-column-left-title .color-white {letter-spacing: -3px;}
.footer .footer-top-column-left {width: 50%;}
.footer .footer-top-column-right {width: 38.2%;}
.footer .footer-top-column-left-text p {margin-top: 25px;}
.footer .footer-bottom-box {border-top: 1px solid #94A786;}
.footer .footer-top-box {padding-bottom: 80px;}
.footer .footer-bottom-logo img {width: 300px; height: 97px;}
.footer .footer-bottom--box {padding: 20px 40px;}
.footer .footer-bottom-box a,
.footer .footer-bottom-box span,
.footer .footer-bottom-box p {
  font-size: 18px;
  font-family: 'Roboto-Light', sans-serif;
	letter-spacing: -0.1px;
}
.footer .footer-bottom-links {width: 66.1%;}
.footer .footer-bottom-links-1,
.footer .footer-bottom-links-2 {box-sizing: border-box; padding-top: 15px;}
.footer .footer-bottom-links-1 {width: 350px;}
.footer .footer-bottom-links-2 {width: 440px;}
.footer .footer-bottom-links p {margin-top: 14px;}
.footer .footer-bottom-box a {text-decoration: underline;}
.footer .footer-bottom-box a:hover,
.footer .footer-bottom-box a:focus {color: #fff;}
.footer .footer-copyright {text-align: end;}
.footer .footer-bottom-logo {width: 350px;}
.header-mob-active .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  filter: blur(2px);
  transition: 1s;
}
.header-mob-active .footer {filter: blur(2px);}
.header-mob-active {overflow: hidden;}
.footer .form-input-3 {display: none;}
.footer .footer-form input,
.footer .footer-form textarea {
  width: 100%;
  font-size: 16px;
  line-height: 140%;
  color: #94A786;
  font-family: 'Roboto-Regular', sans-serif;
  box-sizing: border-box;
  padding: 14px 16px 15px;
  margin-bottom: 17px;
  outline: none;
  border: none;
  border: 1px solid #94A786;
  background: transparent;
  border-radius: 0;
} 
input::placeholder {color: #94A786;}
textarea::placeholder {color: #94A786;}
::-webkit-input-placeholder {color: #94A786;}
:-ms-input-placeholder {color: #94A786;}
::-ms-input-placeholder {color: #94A786;}
::placeholder {color: #94A786;}
input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #C8DDBA !important;
  caret-color: #C8DDBA;
  transition: background-color 9999s ease-in-out 0s;
}
.footer .form-input-2,
.footer .form-bottom {justify-content: space-between;}
.footer .form-input-2 input {width: 48%;}
.footer .footer-form textarea {
  margin-bottom: 11px;
  resize: none;
  height: 198px;
}
.footer form .form-button {
  width: 100%;
  max-width: 132px;
  display: flex;
  justify-content: space-between;
  text-align: right;
  border: none;
  outline: none;
}
.footer form button {
  box-sizing: border-box;
  padding: 18px 40px;
  width: fit-content;
  border: 1px solid #94A786;
  transition: 0.5s all;
  color: #C8DDBA;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Roboto-Regular', sans-serif;
  background: transparent;
}
.footer form button:hover,
.footer form button:focus {
  border: 1px solid #94A786;
  opacity: 1;
  color: #33392C;
  background: #94A786;
  cursor: pointer;
}
.footer #formMessage {
  text-align: left;
  opacity: 0.8;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.footer #formMessage .message-1 {
  font-size: 33px;
  font-family: 'Roboto-Regular', sans-serif;
}
.footer #formMessage .message-2 {
  font-size: 18px;
  margin-top: 18px;
}
.footer .form-policy-agree p,
.footer .form-policy-agree a {
	font-family: 'Roboto-ThinItalic', sans-serif;
  font-size: 14px;
  margin-top: 6px;
  letter-spacing: -0.09px;
}
.footer .bottom-star div {
  position: relative;
  top: 44px;
  right: 10.5px;
}
.footer .form-policy-agree {width: 100%; max-width: 298px; margin-right: 20px;}
.footer .form-policy-agree a {color: #C8DDBA; text-decoration: underline;}
.footer .form-policy-agree a:hover, .footer .form-policy-agree a:focus {color: #fff;}
#cookies-banner {
  position: fixed;
  bottom: 10px;
  right: 10px;
  left: 10px;
  padding: 20px;
  box-sizing: border-box;
  background: #31372B;
  z-index:9999;
  width: 390px;
  height: 200px;
  justify-content: space-between;
  justify-self: end;
  flex-direction: column;
  z-index: 999999;
}
#cookies-banner [hidden]{display:none}
#cookies-banner p,
#cookies-banner a {font-size: 18px;}
#cookies-banner a {color: #C8DDBA; text-decoration: underline;}
#cookies-banner a:hover, #cookies-banner a:focus {color: #fff;}
#cookies-banner .cookies-banner-text {
  width: 100%;
  justify-content: space-between;
}
#cookies-banner .cookies-banner-text p {width: 285px;}
#cookies-accept {
  font-size: 14px;
  text-transform: uppercase;
  width: 235px;
  height: 55px;
  border: 1px solid #94A786;
  background: transparent;
  color: #C8DDBA;
  transition: 0.3s;
}
#cookies-close {
  width: 30px;
  text-align: end;
}
#cookies-banner .cookies-banner-close img {
  width: 30px;
  height: 30px;
  rotate: 45deg;
  position: relative;
  top: 5px;
  transition: 0.3s;
}
#cookies-banner .cookies-star div {
  position: relative;
  left: -10.5px;
  top: 44.6px;
}
#cookies-accept:hover, #cookies-accept:focus {color: #33392C; background: #94A786; cursor: pointer;}
#cookies-close:hover, #cookies-close:focus {cursor: pointer;}
.home-page .home-container-4-iner {padding-top: 140px;}
.header .header-box-item .scroll-to-services,
.home-page .header .header-box-item .scroll-to-services-home {display: flex;}
.header .header-box-item .scroll-to-services-home,
.home-page .header .header-box-item .scroll-to-services {display: none;}
.home-page .home-container-slider-item-1-copy {display: none;}
.home-page .home-container-3 .home-container-3-services-list-item-hidden-text h3 {display: none;}
.home-page .home-container-4-footer-background {background: linear-gradient(155.44deg, #5F7055 -13.37%, #33392C 107.07%);}
.home-page .footer {background: transparent;}
form {max-height: 482px;}
.mail-sent form {
  max-height: 0 !important;
  overflow: hidden;
  transition: max-height 0.7s ease-out;
}
.mail-sent .footer-top-box {margin-bottom: 24px;}
@media screen and (max-width: 1440px) {
  .home-page .home-container--4-top {margin-top: 10px !important;}
  .home-page .home-container-4 .home-container-4-feedbacks-item-top {margin-bottom: 60px;}
  .home-page .home-container-4 .home-container-4-feedbacks-item {width: 1100px;}
  .home-page .home-container-3 .home-container-3-services-list-item-hidden-text {width: 59%;}
  .home-page .home-container-3 .home-container-3-services-list-item-hidden {justify-content: space-between;}
}
@media screen and (max-width: 1400px) {
  .home-page .home-container-3 .home-container-3-services-list-item-hidden {max-height: 0;}
  .home-page .home-container-3 .home-container-3-services-list-item:hover .home-container-3-services-list-item-hidden {max-height: 450px;}
  .home-page .home-container-3 .home-container-3-services-list-item-hidden-img {max-width: fit-content;}
}
@media screen and (max-width: 1280px) {
  .footer .footer-bottom-box span {display: none;}
  .footer .footer-bottom-links-2 .d-flex {flex-direction: column; text-align: end;}
  .footer .footer-bottom-box a {margin-bottom: 10px;}
  .footer .footer-bottom-box .footer-bottom-logo a {margin-bottom: 0;}
  .footer .footer-bottom-links-2 {width: 280px;}
  .home-page .home-container-4 .home-container-4-feedbacks-item {width: 1200px;}
  .home-page .home-container-3 .home-container-3-services-list-item-hidden {max-height: 0;}
  .home-page .home-container-3 .home-container-3-services-list-item:hover .home-container-3-services-list-item-hidden {max-height: 500px;}
  .footer .footer-top-column-left-title h1 {font-size: 70px;}
}
@media screen and (max-width: 1200px) {
  .home-page .home-container-1 .home-container-1-title-2 {width: 80%;     justify-content: unset;}
  .about-page .about-container-1-box-1-text-1,
  .about-page .about-container-1-box-1-text-2,
  .home-page .home-container-1 .home-container-1-title-1 {justify-content: unset;}
  .home-page .home-container-4 .home-container-4-feedbacks-item {width: 1150px;}
  .home-page .home-container-3 .home-container-3-services-list-item-hidden {max-height: 0;}
  .home-page .home-container-3 .home-container-3-services-list-item:hover .home-container-3-services-list-item-hidden {max-height: 700px;}
  
  .home-page .home-container-1 .home-container-1-title-1 h1,
  .home-page .home-container-1 .home-container-1-title-2 h1 {margin-right: 40px;}
  .about-page .about-container-1-box-1-text-2 h1, .about-page .about-container-1-box-1-text-1 h1 {margin-right: 33px;}
  .home-page .home-container-1 .home-container-1-title-1 h1:last-child,
  .home-page .home-container-1 .home-container-1-title-2 h1:last-child,
  .about-page .about-container-1-box-1-text-2 h1:last-child, .about-page .about-container-1-box-1-text-1 h1:last-child {margin-right: 0;}
  .about-page .about-container-1,
  .home-page .home-container-1 {height: fit-content;}
}
@media screen and (max-width: 1150px) {
  .footer .footer-bottom-links-1 {width: 250px;}
  .footer .footer-bottom-links {width: 57%;}
  .about-page .about-container-1-box-1-text-2 {flex-wrap: wrap;}
  .home-page .home-container-4 .home-container-4-feedbacks-item {width: 1100px;}
  .home-page .home-container-3 .home-container-3-services-list-item-hidden {
    width: 70%;
    left: calc(32% - 40px);
  }
  .home-page .home-container-4 .home-container-4-feedbacks-item-bottom p, .home-page .home-container-4 .home-container-4-feedbacks-item-top p {font-size: 30px;}
}
@media screen and (max-width: 1100px) {
  .about-page .about-container-1-box-1-text-2 {max-width: 90%;}
  .home-page .home-container-1 .home-container-1-title-2 {width: 100%;}
  .home-page .home-container-4 .home-container-4-feedbacks-item {width: 1050px;}
}
@media screen and (max-width: 1076px) {
  .footer .bottom-star div {top: 58.6px;}
  .home-page .home-container-4 .home-container-4-feedbacks-item {width: 1000px;}
}
/*
@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 1024px) {
    body {
      margin-right: -2px !important;
    }
  }
}
*/
@media screen and (max-width: 1024px) {
    .footer .footer-top-column-left-title h1,
    .home-page .home-container-1-left h1,
	h1 {font-size: 60px;}
	h2 {font-size: 43px;}
	h3 {font-size: 32px;}
	.box-padding {padding: 0 30px;}
  .footer .footer-bottom--box {padding: 20px 30px;}
  .home-page .home-container-4,
  .home-page .home-container-3 {padding-top: 125px;}
	.home-page .home-container-1 .home-container-1-bottom-right p {font-size: 17px;}
	.home-page .home-container-1 .home-container-1-bottom-left-arrow {width: 60px; height: 60px;}
  .home-page .footer .footer-container {padding-top: 174px;}
  .home-page .home-container-4 .home-container-4-feedbacks-item-bottom p, 
  .home-page .home-container-4 .home-container-4-feedbacks-item-top p {font-size: 28px;}
  .home-page .home-container-1 .home-container-1-title-img img {width: 404px; height: 130px; margin-left: 0;}
  .home-page .home-container-1 .home-container-1-bottom-right p {max-width: 100%;}
  .home-page .home-container-1 .home-container-1-bottom-right {width: 80%;}
  .home-page .home-container-1 .home-container-1-left {padding-right: 30px; padding-left: 30px;}
  .home-page .home-container-1 .home-container-1-right-item-box p {font-size: 20px;}
  .home-page .home-container-2 .home-container-slider-item-text p {font-size: 19px;}
  .logo-desktop {display: none;}
  .logo-mobile {display: block;}
  /*for scroll feedbacks*/
  .home-container-2-slider-box {
    will-change: transform, opacity;
    transform: translateZ(0);
  }
  .about-page .about-container-3-item-top {margin-bottom: 60px;}
  .about-page .about-container-3-items {flex-direction: column;}
  .about-page .about-container-3-item {width: calc(100% - 2px);}
  .about-page .about-container-3-item-top-box {padding: 40px 8px;}
  .about-page .about-container-1-box-1-text-2 {max-width: 100%;}
  .about-page .about-container-1-box-2 p,
  .about-page .about-container-2-text p {font-size: 19px;}
  .about-page .about-container-1-box-2 p {width: 100%;}
  .about-page .about-container-1-box-1-text-1 h1:first-child {margin-left: 0;}
  .policy-page .policy-page-container-1-logo {margin-bottom: 18px;}
  .policy-page .policy-item .policy-item-img img {width: 25px; height: 25px;}
  .about-page .about-container-1-box-1-img img,
  .policy-page .policy-page-container-1-logo img {width: 324px; height: 105px; margin-left: -11px;}
  .policy-page .policy-item {padding: 24px 0;}
  .policy-page .policy-page-container-3 {height: 150px;}
  .footer .bottom-star div {top: 44px;}
  .footer .footer-bottom-logo img {width: 241px; height: 78px;}
  .home-page .home-container--3-top,
  .home-page .home-container--4-top,
  .footer .footer-top-box {flex-direction: column;}
  .home-page .column-left, .home-page .column-right,
  .footer .footer-top-column-left,
  .footer .footer-top-column-right {width: 100%;}
  .home-page .column-left,
  .footer .footer-top-column-left {margin-bottom: 40px;}
  .footer .footer-top-column-left-title {margin-bottom: 24px;}
  .home-page .home-container-4 .home-container-4-feedbacks-item {width: 900px;}
  .home-page .home-container-3 .home-container-3-services-list-item-nr-text {flex-direction: column;}
  .home-page .home-container-3 .home-container-3-services-list-item {padding: 30px;}
  .home-page .home-container-3 .home-container-3-services-list-item-hidden {
    width: 80%;
    left: calc(22% - 40px);
  }
  .home-page .home-container-3 .home-container-3-services-list-item-text {width: 100%;}
  .home-page .home-container-3 .home-container-3-services-list-item-hidden, .home-page .home-container-3 .home-container-3-services-list-item-hidden {transform: translateY(-50%) translateX(0);}
  .home-page .home-container-3 .home-container-3-services-list-item-nr {margin-bottom: 5px;}
  .footer #formMessage {
    margin-top: 12px;
    margin-bottom: 26px;
  }
  .mail-sent .footer-top-box {margin-bottom: 0px;}
  .home-page .home-container-4-iner {padding-top: 0;}
}
@media screen and (max-width: 900px) {
  .home-page .home-container-1 {height: calc(100vh - 140px); min-height: fit-content;}
  /*
  .about-page .about-container-1,
  .home-page .home-container-1 {height: calc(100vh - 140px);}
  */
  header .header-box-item-1, .header .header-box-item-2,
  .home-page .home-container-1 .home-container-1-right {width: 33.333% !important;}
  .home-page .home-container-1 .home-container-1-left {width: 66.666%;}
  .home-page .home-container-4 .home-container-4-feedbacks-item {width: 800px;}
  .footer .footer-bottom--box {flex-direction: column;}
  .home-page .home-container-3 .services-item-img,
  .home-page .home-container-3 .home-container-3-services-list-item-hidden-text,
  .footer .footer-bottom-links {width: 100%;}
  .footer .footer-bottom-links-1 {width: 350px;}
  .footer .footer-bottom-links-2 {margin-top: -80px;}
  .home-page .home-container-3 .home-container-3-services-list-item-hidden {flex-direction: column;}
  .home-page .home-container-3 .home-container-3-services-list-item-hidden-img {max-width: 100%;}
  .home-page .home-container-3 .home-container-3-services-list-item-hidden img {width: 100%; height: 200px;}
  .home-page .home-container-3 .services-item-close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .home-page .home-container-3 .services-item-close img {
    width: 40px;
    height: 40px;
    rotate: 45deg;
  }
  .home-page .home-container-3 .home-container-3-services-list-item-hidden-text {padding: 15px 20px 20px;}
  .home-page .home-container-3 .home-container-3-services-list-item:hover .home-container-3-services-list-item-hidden,
  .home-page .home-container-3 .home-container-3-services-list-item-hidden {max-height: 0;}
  .home-page .home-container-3 .home-container-3-services-list-item.active .home-container-3-services-list-item-hidden {max-height: 100vh;}
  .home-page .home-container-3 .home-container-3-services-list-item-hidden-text h3 {
    display: block;
    letter-spacing: -0.7px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 810px) {
  .about-page .about-container-1-box-1-text-2 {max-width: 90%;}
  .home-page .home-container-4 .home-container-4-feedbacks-item {width: 750px;}
}
@media screen and (max-width: 768px) {
    .footer .footer-top-column-left-title h1,
    .home-page .home-container-1-left h1,
	h1 {font-size: 40px;}
	h2 {font-size: 36px;}
	h3 {font-size: 28px;}
  .about-page .about-container-1,
  .home-page .home-container-1 {height: fit-content;}
  .box-padding {padding: 0 20px;}
  .footer .footer-bottom--box {padding: 20px;}
  .home-page .footer .footer-container,
  .home-page .home-container-4,
  .home-page .home-container-3 {padding-top: 100px;}
	.home-page .home-container-1 .home-container-1-bottom-right p {font-size: 16px; max-width: 100%;}
	.home-page .home-container-1 .home-container-1-bottom-left-arrow {width: 50px; height: 50px;}
  .home-page .home-container-4 .home-container-4-feedbacks-item-bottom p, 
  .home-page .home-container-4 .home-container-4-feedbacks-item-top p {font-size: 20px;}
  .home-page .home-container-1 .home-container-1-title-img img {width: 352px; height: 103px;}
  .home-page .home-container-1 .home-container-1-title-1,
  .home-page .home-container-1 .home-container-1-title-2 {width: fit-content;}
  .home-page .home-container-1 .home-container-1-title-1 h1,
  .home-page .home-container-1 .home-container-1-title-2 h1 {margin-right: 20px; letter-spacing: -1.5px;}
  .home-page .home-container-1 .home-container-1-title-1 h1:last-child,
  .home-page .home-container-1 .home-container-1-title-2 h1:last-child {margin-right: 0;}
  .home-page .home-container-1 .home-container-1-title-1 {margin-bottom: 10px;}
  .home-page .home-container-1 .home-container-1-title-2 {margin-top: 5px;}
  .home-page .home-container-1 .home-container-1-title-2 {justify-content: unset;}
  .home-page .home-container--1 {flex-direction: column;}
  .home-page .home-container-1 .home-container-1-right {flex-direction: row; width: 100% !important; border: none;}
  .home-page .home-container-1 .home-container-1-right-item {
    border: 1px solid #94A786;
    padding: 24px 0 20px;
    height: auto;
    justify-content: start;
  }
  .home-page .home-container-1 .home-container-1-star-1 div, .home-page .home-container-1 .home-container-1-star-2 div {top: 15.5px;}
  .home-page .home-container-1 .home-container-1-star {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .home-page .home-container-1 .home-container-1-left {width: 100%;}
  .home-page .home-container-1 .home-container-1-left {
    padding-right: 20px; padding-left: 20px;
    padding-top: 40px;
  }
  .home-page .home-container-1-title {margin-bottom: 40px;}
  .home-page .home-container-1 .home-container-1-bottom-left {
    display: flex;
    justify-content: end;
    flex-direction: column;
  }
  .home-page .home-container-1 .home-container-1-bottom-left-arrow {top: 0;}
  .home-page .home-container-1 .home-container-1-right-item-box p {
    font-size: 16px;
    letter-spacing: -0.7px;
    margin: 7px auto 0;
    max-width: 108px;
  }
  .home-page .home-container-1-right-item-1 img {width: 25px; height: auto;}
  .home-page .home-container-1-right-item-2 img {width: 34px; height: auto;}
  .home-page .home-container-1-right-item-3 img {width: 33px; height: auto;}
  .home-page .home-container-2 .home-container-slider-item-text p {font-size: 18px;}
  .home-page .home-container-slider-item-title h2,
  .home-page .home-container-2 .home-container-slider-item-text p {width: calc(100% - 40px); margin: auto;}
  .home-page .home-container-2 .home-container-slider-item-title {margin-top: -23px; margin-bottom: 20px;}
  .home-page .column-left, .footer .footer-top-column-left {margin-bottom: 20px;}
  .home-page .column-right p {font-size: 16px;}
  .home-page .home-container-4-iner {padding-top: 0;}
  .home-page .home-container-4 {padding-top: 90px;}
  .home-page .home-container-4 .home-container-4-feedbacks-item {
    /*height: calc(100vh - 150px);*/
    /*scroll feedbacks*/
    width: 93%;
    height: auto;
  }
  .home-page .home-container-4 .home-container-4-feedbacks-item-bottom img {width: 40px; height: 35px;}
  .home-page .home-container-4 .home-container-4-feedbacks-item-bottom img {top: 2px;}
  /*scroll feedbacks*/
  /*.home-page .home-container-2,*/
  .home-page .home-container-4 .home-container-4-feedbacks-box {
    overflow-x: scroll;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
 /* .home-page .home-container-2::-webkit-scrollbar, */
  .home-page .home-container-4 .home-container-4-feedbacks-box::-webkit-scrollbar {display: none;}
  .home-page .home-container-2,
  .home-page .home-container-4 {z-index: 999;}
  .home-page .home-container-4 .home-container-4-feedbacks--box {width: 372%;}
  .home-page .home-container-2-slider-box {
    display: flex;
    width: 400%;
  }
  .home-page .home-container-4 .home-container-4-feedbacks-box,
  .home-page .home-container-2 {width: 100%;}
  .home-page .home-container-2 {background: #31372B; overflow: hidden;}
  .home-page .home-container-slider-item-1-copy {display: block;}
  .home-container-2-slider-box {
    display: flex;
    transition: transform 0.6s ease;
  }
  .home-page .home-container-3 .home-container-3-services-list-item {padding: 25px 22px 21px;}
  .about-page .about-container-3-item-top {margin-bottom: 40px;}
  .about-page .about-container-3-item-top-box {padding: 40px 0px;}
  .about-page .about-container-1-box-1 {margin-bottom: 40px;}
  .about-page .about-container-2 {height: 323px;}
  .about-page .about-container-1-box-2 p,
  .about-page .about-container-2-text p {font-size: 18px;}
  .about-page .about-container-1-box-1-img img,
  .policy-page .policy-page-container-1-logo img {width: 230px; height: 74px;}
  .about-page .about-container-1-box-1-text-2 {max-width: 100%;}
  .about-page .about-container-1-box-1-text-1 {max-width: 332px; margin-bottom: 0; flex-wrap: wrap;}
  .about-page .about-container-1-box-1-text-2 {max-width: fit-content;}
  .about-page .about-container-1-box-1-text {margin-top: 5px;}
  .about-page .about-container-1-box-1-text-2 h1 {letter-spacing: -2px;}
  .about-page .about-container-1-box-1-text-2 h1,
  .about-page .about-container-1-box-1-text-1 h1 {margin-right: 33px;}
  .about-page .about-container-1-box-1-text-2 h1:last-child,
  .about-page .about-container-1-box-1-text-1 h1:last-child {margin-right: 0;}
  .about-page .about-container-1-box-1-text-1,
  .about-page .about-container-1-box-1-text-2 {justify-content: unset;}
  .policy-page .policy-page-container-3 {height: 100px;}
  .policy-page .policy-page-container-1-logo {margin-bottom: 4px;}
  .footer .footer-bottom-logo img {width: 183px; height: 59px;}
  .footer .footer-bottom-links-2 {margin-top: 0px; width: 440px; margin-top: 20px;}
  .footer .footer-copyright {text-align: start;}
  .footer .footer-bottom-links {flex-direction: column;}
  .footer .footer-bottom-links-2 .d-flex {flex-direction: row;}
  .footer .footer-bottom-box a {margin-bottom: 0px;}
  .footer .footer-bottom-box span {display: block;}
  .footer .footer-bottom-links-2 {margin-top: 40px; padding: 0;}
  .footer .footer-bottom-links-1 {padding: 0;}
  .footer .footer-bottom-logo {margin-bottom: 20px;}
  .footer .form-input-2 {flex-direction: column;}
  .footer .form-input-2 input {width: 100%;}
  .footer .footer-top-column-left-title .color-white,
  .footer .footer-top-column-left-title h1 {letter-spacing: -1.5px;}
  .footer .footer-top-column-left-text p {font-size: 16px; margin-top: 22px;}
  .footer .footer-top-column-left {margin-bottom: 40px;}
  .footer .footer-top-box {padding-bottom: 76px;}
  .footer .footer-bottom-logo {margin-bottom: 36px;}
  form {max-height: 552px;}
}
@media screen and (max-width: 600px) {
  .home-page .home-container-3 .home-container-3-services-list-item-hidden {
    width: calc(100% - 34px);
    left: 17px;
    z-index: 9999;
    transform: translateY(-22%) translateX(0) !important;
  }
  .home-page .home-container-3 .home-container-3-services-list-item-hidden .services-item-img img {height: 150px;}
}
@media screen and (max-width: 500px) {
  .about-page .about-container-2 {height: 100%;}
  .about-page .about-container--2 {min-height: 323px;}
  .about-page .about-container-2-text {padding-top: 38px; padding-bottom: 38px;}
  .footer form button,
  .footer .footer-bottom-links-1,
  .footer .footer-bottom-links-2 {width: 100%;}
  .footer .footer-bottom-links-2 .d-flex {flex-direction: column; text-align: start;}
  .footer .footer-bottom-box span {display: none;}
  .footer .footer-bottom-links-2 .d-flex a {margin-bottom: 10px;}
  .footer .footer-bottom-links-2 .d-flex a:last-child {margin-bottom: 0px;}
  .footer .footer-bottom-logo {width: fit-content;}
  .footer .form-bottom {flex-direction: column;}
  .footer .form-policy-agree {margin-bottom: 20px; max-width: 100%;}
  .footer form .form-button {max-width: 100%;}
  #cookies-banner {width: calc(100% - 20px); justify-self: center;}
  #cookies-accept {width: 100%;}
  form {max-height: 620px;}
}
@media screen and (max-width: 410px) {
  #cookies-banner {height: fit-content;}
  #cookies-banner .cookies-banner-text {margin-bottom: 25px;}
  #cookies-banner .cookies-banner-text p {width: 90%;}
  #cookies-banner .cookies-banner-close img {width: 25px; height: 25px;}
  /*.home-page .home-container-4 .home-container-4-feedbacks-item {width: 350px;}*/
}
@media screen and (max-width: 389px) {
  .home-page .home-container-1 .home-container-1-title-img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 370px) {
  .home-page .home-container-1 .home-container-1-title-1 {flex-wrap: wrap; justify-content: unset;}
  .home-page .home-container-1 .home-container-1-bottom {flex-direction: column-reverse;}
  .home-page .home-container-1 .home-container-1-bottom-right {width: 100%; margin-bottom: 30px;}
  .about-page .about-container-1-box-1-text-2 h1, .about-page .about-container-1-box-1-text-1 h1 {margin-right: 20px;}
  .about-page .about-container-1-box-1-text-2 h1:last-child, .about-page .about-container-1-box-1-text-1 h1:last-child {margin-right: 0;}
}
@media screen and (max-width: 360px) {
  .about-page .about-container-1-box-1-text-2 h1:nth-child(2) {margin-right: 0;}
}
@media screen and (max-width: 350px) {
  .home-page .home-container-1 .home-container-1-right {flex-direction: column;}
  .home-page .home-container-1 .home-container-1-star {display: none;}
}
@media screen and (max-width: 340px) {
    .home-page .home-container-4 .home-container-4-feedbacks-item-bottom img {top: -35px;}
}
@media screen and (max-width: 326px) {
  .about-page .about-container-1-box-1-text-2 h1:nth-child(2) {margin-right: 33px;}
  .about-page .about-container-3-item-bottom img {margin-right: 25px;}
}
@media screen and (max-width: 318px) {
  .about-page .about-container-3-item-bottom img {margin-right: 15px; left: 0;}
}
@media screen and (max-width: 310px) {
  .header .header-star {display: none;}
  .header {height: fit-content;}
  .header .header-box-item a, .header .header-box-item p {border-bottom: none; padding: 20px 0;}
  .header .header-box-item-1, .header .header-box-item-2 {
    width: 100% !important;
    border-bottom: 1px solid #94A786;
  }
  .header .header-mob {
    display: flex;
    justify-content: end;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    padding: 20px;
    border-bottom: 1px solid #94A786;
  }
  .header .header-mob .header-mobile-btn {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .header .header-box {
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.7s ease-out;
  }
  .header .header-mob .header-mob-btn {
    width: 20px;
    height: 14px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    transition: 0.5s;
  }
  .header .header-mob .header-mob-btn span {
    height: 1.5px;
    width: 100%;
    background: #94A786;
    border-radius: 10px;
    display: block;
    transition: 0.5s all;
  }
  .header-mob-active .header-mob .header-mob-btn span.header-mob-btn-1 {
    -webkit-transform: rotate(45deg) translate(3.7px, 5px);
    transform: rotate(45deg) translate(3.7px, 5px);
  }
  .header-mob-active .header-mob .header-mob-btn span.header-mob-btn-3 {
    -webkit-transform: rotate(-45deg) translate(4px, -5px);
    transform: rotate(-45deg) translate(4px, -5px);
  }
  .header-mob-active .header-mob .header-mob-btn span.header-mob-btn-2 {opacity: 0;}
  .header-mob-active .header {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.35);
    background: linear-gradient(155.44deg, #5F7055 -13.37%, #33392C 107.07%);
  }
}
 