@import url("https://fonts.googleapis.com/css2?family=Inika&family=Inter:wght@400;700&family=Rubik+80s+Fade&display=swap");
html {
  scroll-behavior: smooth;
  color: black;
}
body {
  margin: auto;
  min-width: 360px;
}

header {
  display: flex;
  width: 100%;
  height: 134px;
  background-color: #edf2ec;
  font-family: "Inika", serif;
  font-size: 16px;
  font-weight: 400;
}
a {
  text-decoration: none;
  color: #010201;
}
@media (min-width: 1232px) {
  .a_menu:hover {
    text-shadow: #499a18 0 0 15px;
    color: #e06733;
    font-weight: 700;
    transition: all 0.5s;
  }
}
@media (min-width: 1232px) {
  .icon:hover,
  .a:hover,
  .git_rs:hover {
    filter: drop-shadow(#499a18 0 0 15px);
    box-shadow: #499a18 0 0 15px;
    border-radius: 15%;
    transition: all 0.5s;
  }
}
.navbar {
  display: flex;
  justify-content: space-between;
  width: 1220px;
  height: 50px;
  margin: auto;
  transition: all 0.5s;
}
.burger,
.burgerX {
  position: absolute;
  z-index: -1;
}
.logo {
  display: flex;
  width: 79.17px;
  height: 21.04px;
  margin-top: 10px;
}
.logo_vector {
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: 1px;
}
.vector_1 {
  position: absolute;
  top: 2.5px;
  left: -1px;
}
.vector_2 {
  position: absolute;
  top: -0.5px;
}
.nav {
  display: flex;
  justify-content: space-between;
  width: 452px;
}
.ul_nav {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

main {
  width: 100%;
  font-family: "Inter", sans-serif;
}

.welcome {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 532px;
  background-color: #edf2ec;
}
.welcome_box {
  width: 1222px;
  height: 408px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
}
.welcome_section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 549px;
  height: 340px;
}
h1 {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  margin: 0;
  margin-top: 0.5%;
  color: #717171;
}
.p1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  color: #636060;
}
.button_learn {
  border: 2px solid #e06733;
  color: black;
  border-radius: 10px;
  width: 157px;
  height: 44px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: -2px;
  background-color: #e0673300;
  padding: 0;
}
@media (min-width: 1232px) {
  .button_learn:hover,
  .button:hover,
  .button_con:hover {
    background-color: #e06733;
    color: white;
    cursor: pointer;
    transition: all 0.5s;
  }
}

.about {
  width: 100%;
  height: 666px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_box {
  width: 1222px;
  height: 480px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
}
.about_us {
  width: 605px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
h2 {
  font-family: "Inika", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  color: #499a18;
  margin: 0;
  margin-top: 4px;
}
.p2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #636060;
  margin: 0;
  margin-bottom: -6px;
}

.service {
  width: 100%;
  height: 1300px;
  background-color: #edf2ec;
  padding-top: 37px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.service_box {
  width: 1222px;
  height: 1142px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services_content {
  display: flex;
  justify-content: space-between;
  width: 1006px;
  height: 94px;
}
.services_btns {
  display: flex;
  justify-content: space-between;
  width: 559px;
  height: 50px;
}
.button,
.button_con {
  border: 1px solid #e06733;
  color: #e06733;
  border-radius: 5px;
  width: 161px;
  height: 50px;
  font-family: "Inika", serif;
  font-size: 20px;
  font-weight: 400;
  background-color: #e0673300;
  padding: 0;
  margin-top: 6%;
  transition: all 0.5s;
}
.button_active {
  background-color: #e06733;
  color: white;
  transition: all 0.5s;
}
.services {
  width: 1222px;
  height: 955px;
  display: grid;
  grid-template-columns: repeat(3, 330px);
  grid-template-rows: repeat(2, 450px);
  align-content: space-between;
  justify-content: space-between;
  transition: all 0.5s;
}
.service_item {
  width: 330px;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s;
}
.service_item_blur {
  filter: blur(2px);
  transition: all 0.5s;
}
.photo {
  width: 100%;
  height: 350px;
  border-radius: 20px 20px 0px 0px;
  box-sizing: border-box;
  overflow: hidden;
}
.img {
  width: 100%;
  margin-top: -21.5%;
}
.img_3 {
  height: 100%;
  margin-left: -30%;
}
.rectangle {
  height: 100px;
  width: 100%;
  border: 1px solid #e3e1d5;
  border-radius: 0px 0px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
.p3 {
  font-weight: 700;
  font-size: 20px;
  color: #e06733;
  text-align: center;
  margin: 0;
  margin-top: 2%;
}
.p4 {
  font-weight: 400;
  font-size: 16px;
  color: #717171;
  text-align: center;
  margin: 0;
  margin-bottom: 10%;
}

.prices_wrap {
  width: 100%;
  min-height: 560px;
  background-color: #ffffff;
  padding-top: 39px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.prices_box {
  width: 1222px;
  height: 405px;
  display: grid;
  grid-template-areas:
    "prices call"
    "prices leafs";
  grid-template-rows: 202px 202px;
  grid-template-columns: 332px 452px;
  align-content: space-between;
  justify-content: space-between;
  transition: all 0.5s;
}
.prices {
  grid-area: prices;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 332px;
  height: 391px;
}
.prices_item {
  min-width: 332px;
  min-height: 282px;
  border: 1px solid #e3e1d5;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  margin-top: 15%;
}
.price_item {
  width: 250px;
  height: 50px;
  background: #edf2ec;
  border-radius: 20px;
  margin: 3px;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0;
  transition: all 0.5s;

  cursor: pointer;
}

.price_item_show {
  width: 250px;
  font-size: 20px;
  height: 154px;
  background: #d6e7d2;
  transition: all 0.5s;
}

.price_item_1 {
  display: flex;
  width: 68%;
  margin-top: 13px;
  justify-content: space-between;
}
.price_item_2 {
  margin-bottom: 9px;
  width: 166px;
  height: 100px;

  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;

  display: flex;

  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  /* z-index: -1; */
  /* opacity: 0; */
}
.price_item_2_show {
  /* opacity: 1; */
  /* border-top: 0.5px solid #aea1a1; */
  /* z-index: 1; */
  transition: ease-in 0.5s;
}
.p5 {
  line-height: 10px;
  font-weight: 300;
  color: #717171;
  margin: 7px 0 0 0;
}
.p6 {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  margin: 0;
}

@media (min-width: 1232px) {
  .acc_btn:hover,
  .acc_btn_show:hover,
  .img1:hover,
  .img2:hover {
    cursor: pointer;
  }
}
.acc_btn {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  transition: all 0.5s;
  /* background-image: url("../icons/accordion_btn.svg"); */
}

.price_item_show .acc_btn {
  transform: rotate(-180deg);
}

/* .acc_btn_show { */
/* background-image: url("../icons/accordion_btn_opn.svg"); */
/* transition: all 0.5s;
} */

.call {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  grid-area: call;
  width: 452px;
  height: 191px;
  transition: all 0.5s;
}
.h2,
.h2_3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  text-align: end;
  margin: 0;
  margin-bottom: 3%;
}
.leafs,
.leafs_2 {
  grid-area: leafs;
  display: flex;
  justify-content: end;
  align-items: flex-end;
}

.contacts {
  width: 100%;
  height: 550px;
  background-color: #edf2ec;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.contacts_box {
  width: 1222px;
  height: 497px;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s;
}
.h2_2 {
  font-weight: 700;
}
.contacts_container {
  height: 50px;
  width: 450px;
  background: #d6e7d2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #717171;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 35px 0 19px;
  transition: all 0.5s;

  cursor: pointer;
}
.contacts_container_show {
  box-shadow: 0px 0px 0px;
  background: #c1e698;
  transition: all 0.5s;
}
.img1_show {
  transform: rotate(-180deg);
  transition: all 0.5s;
}
.img1 {
  transition: all 0.5s;
}
.container {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 7.5%;
}
.contacts_data {
  position: absolute;
  top: 50px;
  height: 262px;
  width: 450px;
}

.contacts_object {
  position: absolute;
  max-width: 450px;
  width: 100%;
  height: 213px;

  border: 1px solid black;
  border-radius: 20px;
  display: flex;
  scale: 0;
  transition: all 0.5s;

  bottom: 15px;
}
.contacts_object_show {
  scale: 1;
  transition: all 0.5s;
}
.city_show {
  font-size: 16px;
}
.img2 {
  position: absolute;
  width: 122px;
  left: 0;
  bottom: 32px;
  right: 0;
  margin: auto;
}
.wrap1 {
  width: 37%;
}
.wrap2 {
  width: 63%;
}
.p7 {
  margin: 23px 0 0px 34px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}
.p8 {
  margin: 23px 0 0px 0px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #717171;
}
.contact_ul {
  list-style: none;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  color: #499a18;
  height: 234px;
  display: flex;
  flex-direction: column;
  background: #dce9d9;
  margin: 0;
  padding-left: 20px;
  justify-content: space-evenly;
  padding-top: 15px;
  padding-bottom: 12px;
  box-sizing: border-box;
  filter: opacity(0);
  transform: translateY(-50%) scale(1, 0);
  transition: all 0.5s;
}
.contact_ul_show {
  filter: opacity(1);
  transform: translateY(0%) scale(1, 1);
}

.contact_li {
  width: 86%;
  padding: 5px;
  border-bottom: 1px solid #d9d9d9;
}

.contact_li:hover {
  border-bottom: 1px solid #717171;
  cursor: pointer;
  color: #717171;
  transition: all 0.5s;
}

.woman {
  margin-right: 3.6%;
}

footer {
  width: 100%;
  height: 130px;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_box {
  width: 1222px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-data {
  display: flex;
  align-items: center;
  width: 182px;
  height: 50px;
}
.git_rs {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
.social-list {
  list-style: none;
  padding: 0;
  width: 188px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
