body {
  font-family: "Inika", serif;
  margin: 0 auto;
  width: 100%;
}
html {
  scroll-behavior: smooth;
}
.bg-color {
  background-color: #edf2ec;
}

.nav,
.welcome,
.about-us,
.service,
.prices,
.contact,
.footer {
  max-width: 1440px;
  margin: 0 auto;
}
.header {
  background-color: #edf2ec;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 42px 110px;
}
@media (max-width: 850px) {
  .nav {
    padding: 35px 50px;
  }
}
.img-logo {
  width: 20px;
  height: 20px;
}
.logo {
  line-height: 50px;
  font-size: 17px;
  z-index: 3;
}
.menu {
  line-height: 50px;
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  font-size: 16px;
}
.menu li {
  padding-left: 46px;
}
.menu a,
.small-menu a,
.small-menu-active a {
  text-decoration: none;
  color: black;
}
.burger-menu,
.small-menu,
.small-menu-active {
  display: none;
}

@media (max-width: 650px) {
  .menu {
    display: none;
  }
  .burger-menu {
    display: block;
    position: absolute;
    right: 25px;
    top: 36px;
    width: 40px;
    z-index: 2;
    height: 24px;
    transition: all 3s ease-in-out;
  }
  .small-menu {
    transition: all 1s ease-in-out;
    position: fixed;
    display: block;
    top: -200px;
    text-align: center;
    line-height: 30px;
    list-style: none;
    align-items: center;
    padding: 20px;
    margin: 0px auto;
    font-size: 16px;
    background-color: #edf2ec;
    width: 100%;
  }
  .small-menu-active {
    position: fixed;
    top: 0px;
    display: block;
    text-align: center;
    line-height: 30px;
    list-style: none;
    align-items: center;
    padding: 20px;
    margin: 0px auto;
    font-size: 16px;
    transition: all 1s ease-in-out;
    background-color: #edf2ec;
    width: 100%;
  }
  .logo {
    line-height: 21px;
    font-size: 16px;
  }
  .nav {
    padding: 35px 25px;
  }
}
.menu a:hover,
.small-menu-active a:hover {
  color: #e06733;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

.welcome {
  display: flex;
  justify-content: space-between;
  background-color: #edf2ec;
  padding: 62px 110px;
}
.welcome-icon-small {
  display: none;
}
.welcome-icon {
  max-height: 407px;
  max-width: 449px;
}

.welcome-text {
  width: 45%;
}

h1 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 50px;
  color: #717171;
}
.green {
  color: #499a18;
}
.welcome-text p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: #636060;
  margin: 42px 0 48px;
}
.welcome-btn {
  background-color: #edf2ec;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 12px 27px;
  border: 2px solid #e06733;
  border-radius: 10px;
}
.welcome-btn:hover {
  background-color: #e06733;
  color: #edf2ec;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 850px) {
  .welcome {
    padding: 40px 50px 70px;
  }
  .welcome-text {
    width: 52%;
  }
  .welcome-icon {
    display: none;
  }
  .welcome-icon-small {
    display: block;
    width: 280px;
    height: 254px;
  }
  h1 {
    font-size: 35px;
    margin: 0;
  }
  .welcome-text p {
    font-size: 16px;
    line-height: 25px;
    margin: 30px 0;
  }
}
@media (max-width: 650px) {
  .welcome-icon-small {
    display: none;
  }
  h1 {
    font-size: 25px;
    line-height: 35px;
  }
  .welcome-text {
    width: 100%;
  }
  .welcome {
    padding: 24px 25px;
  }
  .welcome-btn {
    font-size: 10px;
    line-height: 20px;
    padding: 5px 16px;
  }
  .welcome-text p {
    margin: 25px 0;
  }
}

.about-us {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 93px 110px;
}
.houseplant-about {
  height: 479px;
  width: 464px;
}
.red {
  color: #e06733;
}
.about-us-text h2 {
  font-family: "Inika";
  font-weight: 400;
  font-size: 40px;
  line-height: 52px;
}
.about-us-text p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #636060;
  margin-top: 40px;
}
.about-us-text {
  padding-top: 35px;
  width: 605px;
}
@media (max-width: 850px) {
  .about-us {
    display: block;
    padding: 40px 50px;
  }
  .about-us-text {
    padding: 0;
  }
  .about-us-text p {
    margin-top: 45px;
  }
  .about-us-text h2 {
    margin: 0 auto;
    text-align: center;
    font-size: 35px;
    line-height: 46px;
  }
  .about-us-text {
    width: 100%;
  }
  .houseplant-about {
    display: block;
    height: 258px;
    width: 250px;
    margin: 75px auto 55px;
  }
}
@media (max-width: 650px) {
  .about-us {
    padding: 27px 25px;
  }
  .about-us-text h2 {
    font-size: 25px;
    line-height: 33px;
  }
  .about-us-text p {
    margin-top: 45px;
  }
  .about-us-text p {
    font-size: 15px;
    line-height: 25px;
    margin: 16px 0 0 0;
  }
  .houseplant-about {
    width: 150px;
    height: 150px;
    margin: 0 auto;
  }
}
.service {
  background-color: #edf2ec;
}
.service-head {
  padding: 40px 110px 25px;
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service h2 {
  font-family: "Inika";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 52px;
  width: 306px;
  padding-right: 142px;
  margin: 0;
}

.service-menu {
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.service-menu li {
  padding-right: 38px;
}
.service-menu button {
  text-decoration: none;
  font-family: "Inika";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #e06733;
  width: 161px;
  height: 50px;
  background-color: #edf2ec;
  border: 1px solid #e06733;
  border-radius: 5px;
  transition: all 1s ease-in-out;
}
.service-menu button:hover {
  background-color: #e06733;
  color: #edf2ec;
  transition: all 1s ease-in-out;
  cursor: pointer;
}
.service-menu .active {
  background-color: #e06733;
  color: #edf2ec;
  transition: all 1s ease-in-out;
}

.service-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 110px 121px;
}
.service-main article {
  transition: all 1s ease-in-out;
  width: 330px;
  height: 450px;
  margin: 55px 0 0 0;
}
.service-main article img {
  width: 330px;
  display: block;
}
.service-main article .service-img-small {
  display: none;
}
.service-main article h4 {
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #e06733;
  margin: 10px auto;
}
.service-main .bottom {
  border: 1px solid #e3e1d5;
  border-radius: 0px 0px 20px 20px;
  width: 330px;
  height: 100px;
  box-sizing: border-box;
}
.service-main p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #717171;
  text-align: center;
  margin: 0;
  padding: 0;
}
.blur {
  transition: all 1s ease-in-out;
  filter: blur(2px);
}
@media (max-width: 850px) {
  .service {
    padding: 60px 50px 32px;
  }
  .service-head {
    padding: 0;
  }
  .service-menu {
    padding: 40px 0;
  }
  .service h2 {
    font-size: 35px;
    line-height: 46px;
  }
  .service-main article {
    width: 281px;
    height: 450px;
    margin: 0 0 38px;
  }
  .service-main article .service-img-big {
    display: none;
  }
  .service-main article .service-img-small {
    display: block;
    width: 280px;
  }
  .service-main .bottom {
    width: 100%;
  }
  .service-main {
    padding: 0;
  }
  .service-main p {
    padding: 0 35px;
  }
}
@media (max-width: 650px) {
  .service {
    padding: 32px 25px 26px;
  }
  .service h2 {
    font-size: 25px;
    line-height: 33px;
    max-width: 190px;
    width: 100%;
    padding-right: 0px;
  }
  .service-menu {
    flex-wrap: wrap;
    padding: 30px 0 5px;
    justify-content: start;
  }
  .service-menu li {
    padding: 10px 10px 0 0;
  }
  .service-menu button {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;

    width: 121px;
    height: 35px;
  }
  .service-main article {
    width: 281px;
    height: 450px;
    margin: 34px auto 0;
  }
}

.prices {
  display: flex;
  justify-content: space-between;
  padding: 40px 110px 108px;
}
.prices-left h2 {
  font-family: "Inter";
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #000000;
  margin: 0 0 60px;
}
.prices-left ul {
  padding: 34px 41px;
  border: 1px solid #e3e1d5;
  border-radius: 20px;
  list-style: none;
}
.prices-left-li {
  background: #edf2ec;
  border: 0px;
  border-radius: 20px;
  width: 250px;
  padding-bottom: 16px;
}
.prices-left button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px 0;
  background: #edf2ec;
  border: 0px;
  border-radius: 20px;
  width: 250px;
}
.prices-left-li.activePrises button {
  background-color: #d6e7d2;
}
.hidden p {
  font-family: "Inter";
  font-weight: 300;
  font-size: 10px;
  line-height: 10px;
  color: #717171;
  margin: 0;
}
.hidden h4 {
  font-family: "Inter";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin: 0 auto 10px;
}
.hidden h4 span {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #e06733;
}
.hidden a {
  background-color: white;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 24px;
  color: #717171;
  border-radius: 5px;
  text-decoration: none;
}
.activePrises .hidden {
  display: block;
}
.hidden {
  padding: 0 40px;
  display: none;
}
.prices-left-li.activePrises {
  background-color: #d6e7d2;
}
.prices-left .pad {
  padding-top: 30px;
}

.prices-left span {
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
}
.prices-left img {
  width: 16px;
}

.activePrises img {
  transform: rotate(180deg);
}
.prices-right h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: right;
  color: #000000;
  margin: 0;
}

.prices-right button {
  display: block;
  text-decoration: none;
  font-family: "Inika";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #e06733;
  width: 161px;
  height: 50px;
  border: 1px solid #e06733;
  border-radius: 5px;
  text-align: center;
  background-color: #ffffff;
  margin: 38px 0px 39px auto;
}
.prices-right button:hover {
  background-color: #e06733;
  color: #edf2ec;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.prices-right img {
  width: 152px;
  height: 175px;
  display: block;
  margin: 0 0 0 auto;
}
@media (max-width: 850px) {
  .prices {
    padding: 40px 50px 80px;
  }
  .prices-left h2 {
    font-size: 35px;
    line-height: 42px;
    padding-left: 15px;
  }
  .prices-right h3 {
    font-size: 25px;
    line-height: 35px;
    padding-top: 98px;
  }
  .prices-right button {
    margin: 27px 0 34px auto;
  }

  .prices-right img {
    width: 165px;
    height: 185px;
    margin: 0 -10px 0 auto;
  }
}
@media (max-width: 650px) {
  .prices {
    flex-wrap: wrap;
    justify-content: center;
    padding: 25px 25px 20px;
  }
  .prices-left h2 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    margin: 0 auto 38px;
  }
  .prices-left ul {
    padding: 15px 20px 25px;
    margin: 0 auto;
  }

  .prices-left button {
    width: 180px;
    height: 50px;
    padding: 16px 40px 16px 30px;
  }
  .prices-left span {
    font-size: 15px;
  }
  .prices-left .pad,
  .prices-left li {
    padding-top: 14px;
  }
  .prices-right h3 {
    font-size: 20px;
    padding-top: 20px;
    text-align: center;
  }
  .prices-right button {
    margin: 22px auto;
    font-size: 15px;
    line-height: 20px;
    width: auto;
    height: auto;
    padding: 6px 23px;
  }
  .prices-right img {
    display: none;
  }
}

.contact {
  background-color: #edf2ec;
  display: flex;
  flex-wrap: wrap-reverse;
  padding: 53px 110px 0 110px;
}
.contactcr {
  display: flex;
  flex-wrap: wrap;
}
.contact img {
  display: block;
  width: 400px;
}
.contact-center h2 {
  font-family: "Inika";
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  color: #499a18;
  text-align: left;
  margin: 14px auto auto 113px;
}
.contact-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-right img {
  width: 16px;
  height: 16px;
  padding-right: 35px;
}
.contact-right button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #d6e7d2;
  border: 0px;
  width: 450px;
  height: 50px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.contact-right button:hover {
  background-color: #c1e698;
  color: #edf2ec;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}

.contact-right span {
  padding-left: 20px;
  display: block;
  font-family: "Inter";
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.05em;
  color: #717171;
}
.contact-right span.active {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;

  letter-spacing: 0.05em;

  color: #717171;
}
.contact-right-menu {
  position: absolute;
  width: 396px;
  display: none;
  margin: 0;
  list-style: none;
  padding: 29px 25px 25px 29px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.05em;
  background: #d6e7d2;
  color: #499a18;
}
.contact-right-menu.active {
  display: block;
  box-shadow: none;
}
.contact-right-btn.activeb img {
  transform: rotate(180deg);
  padding-left: 35px;
  padding-right: 35px;
  width: 17px;
}

.contact-right button.activeb {
  box-shadow: none;
  background-color: #c1e698;
  color: #edf2ec;
  transition: all 0.3s ease-in-out;
}
.contact-right button.activebb {
  box-shadow: none;
  background-color: #c1e698;
  color: #edf2ec;
  transition: all 0.3s ease-in-out;
}
.contact-right-all {
  display: inline;
  margin: 96px auto auto 64px;
}
.contact-right-menu hr {
  max-width: 380px;
  margin: -5px auto 10px 0;
  color: #717171;
  background-color: #717171;
}
.contact-right-menu li:hover {
  color: #717171;
  cursor: pointer;
}
.inner {
  margin: auto auto 83px 64px;
  padding: 15px 76px 32px 33px;
  border: 1px solid black;
  border-radius: 20px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  /* or 250% */

  letter-spacing: 0.05em;

  color: #000000;
}
.inner .second {
  padding-left: 15px;
  color: #717171;
}
.inner a {
  display: block;
  width: 62px;
  font-family: "Inika";
  margin: 20px auto 0 130px;
  font-weight: 700;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  padding: 6px 29px;
  border: 1px solid #e06733;
  color: #717171;
  border-radius: 5px;
}
@media (max-width: 850px) {
  .contact {
    padding: 40px 0 0 0;
  }
  .contact-center h2 {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 100%;
  }
  .contactcr {
    display: block;
    width: 100%;
  }
  .contact-right button {
    margin: 100px auto 250px;
    text-align: center;
  }
  .contact-left {
    width: 100%;
  }
  .contact-left img {
    width: 200px;
    display: block;
    margin: 0 auto;
    padding-left: 25px;
  }
}
@media (max-width: 650px) {
  .contact-right button {
    display: flex;
    justify-content: space-between;
    border: 0px;
    width: 100%;
    height: 50px;
    margin: 80px 0 135px;
  }
  .contact-center h2 {
    font-size: 25px;
    line-height: 33px;
  }
  .contact {
    padding: 23px 42px 0;
  }
  .contact-right span {
    padding: 0 0 0 10px;
  }
  .contact-right img {
    padding-right: 15px;
  }
  .contact-left img {
    width: 34%;
    padding-left: 0;
  }
}

.footer {
  padding: 35px 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-left {
  display: inline-flex;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 50px;
  color: #000000;
}
.footer-left div {
  padding-right: 20px;
}
.footer a {
  text-decoration: none;
  color: #000000;
}
.footer-center {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 50px;
  color: #000000;
}
.footer-right ul {
  list-style: none;
  padding: 0;
  display: flex;
}
.footer-right a {
  width: 32px;
  height: 32px;
  padding-left: 20px;
}
@media (max-width: 850px) {
  .footer {
    flex-direction: column;
    padding: 33px;
  }
  .footer-left {
    margin-left: 10px;
    line-height: 24px;
  }
  .footer-right {
    margin-left: -12px;
  }
}
@media (max-width: 650px) {
  .footer {
    padding: 20px;
  }
  .footer-right ul {
    margin: 0;
  }
  .footer-right a {
    padding: 0 5px 0 15px;
  }
  .footer-left {
    margin-left: 15px;
  }
}
