header {
  height: 96px;
}
.navbar {
  max-width: 330px;
  width: 100%;
}
.ul_nav {
  position: absolute;
  font-size: 20px;
  top: -300px;
  padding: 20px;
  background-color: #edf2ecf5;
  flex-direction: column;
  width: 130px;
  height: 200px;
  box-shadow: #499a18 0 0 15px;
  border-radius: 5%;
  z-index: 1;
  transition: all 0.5s;
}
li {
  width: fit-content;
}
.ul_nav_show {
  top: 2px;
  position: fixed;
  z-index: 2;
}
.burger {
  z-index: 0;
  width: 40px;
}
.burgerX {
  top: 0px;
  right: 0px;
  margin: 14px;
  z-index: 1;
}
.nav {
  justify-content: flex-end;
  width: 25%;
  margin-top: 5%;
}
.logo {
  margin: 0;
  margin-top: 5%;
  width: 75%;
  height: 100%;
}

.welcome {
  height: 300px;
}
.welcome_box {
  max-width: 330px;
  width: 100%;
}
.welcome_section {
  height: 252px;
  margin-top: 4%;
}
.leafs {
  display: none;
}
h1 {
  font-size: 25px;
  line-height: 35px;
  margin-top: 1%;
}
.p1 {
  margin: 0;
  margin-bottom: 1%;
}
.button_learn {
  width: 100px;
  height: 34.14px;
  font-size: 10px;
  margin: 0;
}

.about {
  height: 516px;
}
.about_box {
  max-width: 330px;
  height: auto;
}
.plant {
  width: 150px;
  margin-top: -4%;
}
h2 {
  font-size: 25px;
  line-height: 32.57px;
  margin-top: 10%;
}
.p2 {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 4%;
}

.service {
  height: 3150px;
}
.service_box {
  max-width: 330px;
}
.services {
  width: 100%;
  height: auto;
  grid-template-columns: repeat(1, 281px);
  grid-template-rows: repeat(6, 450px);
  justify-content: space-around;
  margin-top: 9%;
  grid-row-gap: 1.27%;
}
.button {
  margin-right: 3%;
  margin-bottom: 3%;
  width: 121px;
  height: 35px;
  font-size: 15px;
}
.services_btns {
  flex-wrap: wrap;
  margin-top: 11.5%;
}
.h2_1 {
  margin-top: -2%;
}

.prices_wrap {
  min-height: 512px;
  padding: 0;
}
.prices_box {
  max-width: 330px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}
.prices {
  align-items: center;
  justify-content: start;
  height: auto;
  width: auto;
  margin: 0;
}
.prices_item {
  min-width: 224px;
  min-height: 235px;
  margin-top: 9%;
  padding-top: 10%;
  padding-bottom: 9%;
}
.price_item {
  width: 180px;
  font-size: 15px;
}
.leafs_2 {
  display: none;
}
.h2_3 {
  text-align: center;
  font-size: 20px;
  padding: 2%;
  margin: 0;
  margin-top: 5%;
}
.h2 {
  margin-top: 6.5%;
  margin-left: 0;
  font-size: 25px;
}
.call {
  margin: 0;
  align-items: center;
}
.button_con {
  width: 121px;
  height: 35px;
  font-size: 15px;
  margin-top: 5%;
  margin-bottom: 5%;
}

.contacts {
  height: 445px;
}
.contacts_box {
  max-width: 330px;
  width: 100%;
  height: 420px;
}
.contacts_data {
  width: 300px;
}
.contacts_object {
  width: 86%;
  height: 212px;
  padding-right: 20px;
  bottom: 14px;
  left: 8px;
}
.h2_2 {
  font-size: 25px;
  margin: 0;
}
.p8 {
  margin: 23px 0 0px 7px;
}
.contacts_container {
  height: 50px;
  width: 300px;
  padding: 0 22px 0 17px;
}
.img2 {
  bottom: 24px;
}
.container {
  margin-top: -16%;
}
.woman {
  margin-left: 2%;
  opacity: 0;
}
.woman_show {
  filter: opacity(0);
}

footer {
  height: 146px;
}
.footer_box {
  width: 100%;
  height: 100%;
}
.footer-data {
  margin-top: 2.3%;
  margin-left: 2.5%;
}
.social-list {
  margin: 1%;
}
