/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Inika&family=Inter:wght@300;400;700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.ico_pinterest:hover, .ico_facebook:hover, .ico_instagram:hover, .ico_twitter:hover, .navigation__link a, .logo, .button_unactive {
  transition: all 0.3s ease-out;
}

.contacts, .service, .welcome {
  background-color: #edf2ec;
}

.navigation__link a, .logo, .prices__contact-us .button_unactive, .service__buttons ._clicked, .service__buttons .button_unactive, h2 {
  font-family: "Inika", serif;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
}

body._lock {
  overflow: hidden;
}

h1 {
  margin: 0;
  color: #717171;
  font-style: normal;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 5rem;
}
h1 span {
  font-weight: 700;
  color: #499a18;
}
@media (max-width: 768px) {
  h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 5rem;
  }
}
@media (max-width: 380px) {
  h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}

h2 {
  margin: 0;
  color: #e06733;
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  line-height: 5.2rem;
}
h2 span {
  color: #499a18;
}
@media (max-width: 768px) {
  h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 4.6rem;
  }
}
@media (max-width: 380px) {
  h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 3.3rem;
  }
}

h3 {
  margin: 0;
  color: #e06733;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
}

.button {
  display: flex;
  align-items: center;
  text-align: center;
}
.button_unactive {
  border: 1px solid #e06733;
  border-radius: 10px;
  cursor: pointer;
  padding: 0;
}
.button_unactive:hover {
  color: #ffffff;
  background-color: #e06733;
}

.welcome__button .button_unactive {
  width: 158px;
  height: 44px;
  border: 2px solid #e06733;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #000000;
  background-color: #edf2ec;
}
.welcome__button .button_unactive:hover {
  color: #ffffff;
  background-color: #e06733;
}
@media (max-width: 380px) {
  .welcome__button .button_unactive {
    width: 100px;
    height: 34.14px;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 2rem;
  }
}

.service__buttons {
  padding: 29px 0 20px 0;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .service__buttons {
    padding: 42px 0 30px;
  }
}
@media (max-width: 650px) {
  .service__buttons {
    flex-wrap: wrap;
  }
}
@media (max-width: 380px) {
  .service__buttons {
    padding: 38px 0 13px;
  }
  .service__buttons > * {
    width: 121px;
    height: 35px;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0 10px 9px 0;
  }
}

.service__buttons ._blocked {
  color: #e06733;
  background-color: #edf2ec;
}

.service__buttons .button_unactive {
  transition: all 0.4s ease-out;
  width: 161px;
  height: 50px;
  border: 1px solid #e06733;
  border-radius: 5px;
  background-color: #edf2ec;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.6rem;
  color: #e06733;
  margin: 0 38px 10px 0;
}
@media (max-width: 380px) {
  .service__buttons .button_unactive {
    width: 121px;
    height: 35px;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0 10px 8px 0;
  }
}

.service__buttons .button_unactive.focused {
  transition: all 0.4s ease-out;
  color: #ffffff;
  background-color: #e06733;
}

.service__buttons ._clicked {
  width: 161px;
  height: 50px;
  border: 1px solid #e06733;
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.6rem;
  margin: 0 38px 0 0;
  color: #ffffff;
  background-color: #e06733;
}
@media (max-width: 380px) {
  .service__buttons ._clicked {
    width: 121px;
    height: 35px;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0 10px 8px 0;
  }
}

.accordion_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  background-color: #d9d9d9;
  border-radius: 45%;
}
.accordion_button_opened {
  display: none;
}

._accordion_button_opened {
  transition: all 0.4s ease-out;
  background-color: #aea1a1;
}

.praces__item .accordion_button .arrow {
  transition: all 0.4s ease-out;
  width: 2px;
  height: 2px;
  transform: rotate(45deg);
  border-bottom: 0.5px solid #717171;
  border-right: 0.5px solid #717171;
  border-top: 0.5px solid transparent;
  border-left: 0.5px solid transparent;
}
.praces__item .accordion_button .arrow_active {
  transform: rotate(225deg);
  border-bottom: 0.5px solid #ffffff;
  border-right: 0.5px solid #ffffff;
  border-top: 0.5px solid transparent;
  border-left: 0.5px solid transparent;
}

.price__order {
  width: 86px;
  height: 25px;
  background: #ffffff;
  border-radius: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #717171;
  border: none;
  padding: 3px 20px;
  text-align: start;
}

.price__order.focused {
  transition: all 0.4s ease-out;
  color: #ffffff;
  background-color: #e06733;
}

.prices__contact-us .button_unactive {
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 162px;
  height: 50px;
  border: 1px solid #e06733;
  border-radius: 5px;
  background: none;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.6rem;
  color: #e06733;
}
@media (max-width: 380px) {
  .prices__contact-us .button_unactive {
    width: 121px;
    height: 35px;
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.arrow_contacts {
  transition: all 0.4s ease-out;
  width: 2px;
  height: 2px;
  transform: rotate(45deg);
}
.arrow_contacts_unactive {
  border-bottom: 0.5px solid #ffffff;
  border-right: 0.5px solid #ffffff;
}
.arrow_contacts_active {
  border-bottom: 0.5px solid #ffffff;
  border-right: 0.5px solid #ffffff;
}

.prices__contact-us .button_unactive:hover {
  color: #ffffff;
  background-color: #e06733;
}
.prices__contact-us .button_unactive:hover .accordion_button {
  background-color: #aea1a1;
  transition: all 0.3s;
  transform: rotate(180deg);
}

.logo {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #000000;
  cursor: pointer;
  padding: 10px 0 15px 0;
}
@media (max-width: 380px) {
  .logo {
    padding: 0;
  }
}

.logo:hover {
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #e06733;
}

.logo__svg {
  width: 20px;
  height: 20px;
  padding-left: 1px;
}

.logo__text {
  margin-left: -3px;
}

.burger::after, .burger::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #717171;
  height: 2px;
  width: 100%;
}

.burger {
  display: none;
  position: absolute;
  right: 25px;
  box-sizing: border-box;
  width: 40px;
  height: 26px;
  border-top: solid 2px #717171;
  border-bottom: solid 2px #717171;
  transition: all 0.2s ease 0s;
}
@media (max-width: 380px) {
  .burger {
    display: inline-block;
  }
}
.burger::before {
  transition: all 0.4s ease 0s;
  top: 6px;
}
.burger::after {
  transition: all 0.4s ease 0s;
  bottom: 6px;
}

@media (max-width: 380px) {
  .burger._active {
    border-top: none;
    border-bottom: none;
  }
  .burger._active::before {
    top: 6px;
    transform: rotate(45deg);
  }
  .burger._active::after {
    top: 6px;
    transform: rotate(-45deg);
  }
}

.layout-2-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-2-column > * {
  flex-basis: 45%;
}
@media (max-width: 380px) {
  .layout-2-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .layout-2-column > * {
    flex-basis: 100%;
  }
}

.layout-column_about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-column_about > * {
  flex-basis: 49%;
}
@media (max-width: 768px) {
  .layout-column_about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
  }
  .layout-column_about > * {
    flex-basis: 100%;
  }
}

.layout-3-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-3-column > * {
  flex-basis: 30%;
}

.wrapper {
  max-width: 1222px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 650px) {
  .wrapper {
    padding: 0 25px 0 25px;
  }
}
@media (max-width: 320px) {
  .wrapper {
    padding: 0 10px 0 10px;
  }
}

.header__wrapper {
  max-width: 1220px;
}

.contacts__wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1220px) {
  .contacts__wrapper {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .contacts__wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.footer__wrapper {
  padding: 39px 0 41px 0;
}
@media (max-width: 1220px) {
  .footer__wrapper {
    padding: 39px 50px 41px 50px;
  }
}
@media (max-width: 768px) {
  .footer__wrapper {
    padding: 33px 0 28px 0;
  }
}
@media (max-width: 380px) {
  .footer__wrapper {
    padding: 22px 0 17px 0;
  }
}

.header {
  background-color: #edf2ec;
  padding: 42px 0;
}
@media (max-width: 768px) {
  .header {
    padding: 35px 0 32px 0;
  }
}
@media (max-width: 380px) {
  .header {
    padding: 34px 0 36px 0;
  }
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__wrapper a {
  text-decoration: none;
}
@media (max-width: 380px) {
  .header__wrapper {
    max-width: 50%;
    margin-left: 0;
  }
}

.navigation {
  display: flex;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .navigation {
    flex-wrap: wrap;
  }
}

.navigation__link {
  list-style: none;
}
.navigation__link a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 5rem;
  color: #010201;
}
@media (max-width: 380px) {
  .navigation__link a {
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 3rem;
    color: #717171;
  }
}
.navigation__link:hover a {
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 5rem;
  color: #e06733;
}
@media (max-width: 380px) {
  .navigation__link:hover a {
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media (max-width: 380px) {
  .navigation__link {
    position: relative;
  }
}

.navigation__link:nth-of-type(3) {
  padding: 0 0 0 47.5px;
}
@media (max-width: 380px) {
  .navigation__link:nth-of-type(3) {
    padding: 0;
  }
}

.navigation__link:nth-of-type(2),
.navigation__link:nth-of-type(4) {
  padding: 0 0 0 46.5px;
}
@media (max-width: 380px) {
  .navigation__link:nth-of-type(2),
  .navigation__link:nth-of-type(4) {
    padding: 0;
  }
}

.navigation__link:last-of-type {
  padding: 0 0 0 47px;
}
@media (max-width: 380px) {
  .navigation__link:last-of-type {
    padding: 0;
  }
}

@media (max-width: 380px) {
  .navigation__link:first-child {
    padding-top: 20px;
  }
}

@media (max-width: 380px) {
  .navigation__link:first-child::before {
    position: absolute;
    top: 10px;
    left: -40px;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    box-shadow: 0 -3px 3px #d9d9d9;
  }
}

@media (max-width: 380px) {
  .header__navigation {
    position: fixed;
    top: 80px;
    left: -150%;
    width: 100%;
    padding: 0 40px 10px;
    background-color: #edf2ec;
    box-shadow: 0 3px 0 #d9d9d9;
    transition: left 0.4s ease 0s;
  }
}

@media (max-width: 380px) {
  .header__navigation._active {
    left: 0;
    transition: left 0.4s ease 0s;
  }
}

@media (max-width: 380px) {
  .header__navigation .navigation {
    display: flex;
    flex-direction: column;
  }
}

.welcome {
  padding: 62px 0 62.64px 0;
}
@media (max-width: 768px) {
  .welcome {
    padding: 40px 0 70px 0;
  }
}
@media (max-width: 380px) {
  .welcome {
    padding: 26px 0 24px 0;
  }
}

.welcome .welcome__content {
  display: flex;
  flex-direction: column;
  order: 2;
  padding: 36px 0 31.36px 0;
}
@media (max-width: 768px) {
  .welcome .welcome__content {
    order: 1;
    padding: 0;
    flex-basis: 51%;
  }
}
@media (max-width: 650px) {
  .welcome .welcome__content {
    flex-basis: 100%;
  }
}

.welcome .welcome__leafs {
  display: flex;
  order: 1;
  background-image: url(../images/welcome/leafs.png);
  max-width: 448.8px;
  height: 407.36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: initial;
}
@media (max-width: 1220px) {
  .welcome .welcome__leafs {
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) {
  .welcome .welcome__leafs {
    order: 2;
    flex-basis: 41.92%;
    height: 254.15px;
    background-size: contain;
  }
}
@media (max-width: 380px) {
  .welcome .welcome__leafs {
    display: none;
  }
}

.welcome__text {
  margin: 43px 0 48px 0;
  max-width: 525.44px;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3.5rem;
  color: #636060;
}
@media (max-width: 768px) {
  .welcome__text {
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.5rem;
    margin: 30px 0 36px 5px;
  }
}
@media (max-width: 380px) {
  .welcome__text {
    margin: 20px 0 26px 0;
  }
}

.about {
  padding: 93px 0 94px 0;
}
@media (max-width: 768px) {
  .about {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .about__content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.about__plant {
  background-image: url(../images/about/houseplant.png);
  max-width: 464px;
  height: 479px;
}
@media (max-width: 768px) {
  .about__plant {
    max-width: 250px;
    height: 258px;
    background-size: cover;
    margin: 68px 0 95px;
  }
}
@media (max-width: 1220px) {
  .about__plant {
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 380px) {
  .about__plant {
    background-size: cover;
    max-width: 150px;
    height: 147px;
    margin: 0 0 34px;
  }
}

.about__title {
  padding: 68px 0 38px 0;
}
@media (max-width: 768px) {
  .about__title {
    padding: 40px 0 50px 0;
    max-width: 423px;
    text-align: center;
  }
}
@media (max-width: 380px) {
  .about__title {
    padding: 30px 0 14px 0;
  }
}

.about__text {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3rem;
  color: #636060;
}
@media (max-width: 380px) {
  .about__text {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 380px) {
  .service .layout-3-column {
    justify-content: center;
  }
}

.services-content {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 66px 0;
}
@media (max-width: 768px) {
  .services-content {
    padding: 60px 0 29px 0;
  }
}
@media (max-width: 380px) {
  .services-content {
    padding: 30px 0 11px;
  }
}

.service__title {
  margin: 0 142px 80px 0;
  max-width: 306px;
  color: #499a18;
}
@media (max-width: 768px) {
  .service__title {
    margin: 0;
  }
}
@media (max-width: 380px) {
  .service__title {
    max-width: 187px;
  }
}

.service-item {
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  margin-bottom: 55px;
  max-width: 328px;
  border-radius: 20px;
  align-items: center;
  border: 1px solid #e3e1d5;
}
@media (max-width: 768px) {
  .service-item {
    max-width: 280px;
    margin-bottom: 38px;
  }
}
@media (max-width: 380px) {
  .service-item {
    max-width: 279px;
    margin: 18px 0 15px;
  }
}

._blur {
  filter: blur(2px);
}

.service-item p {
  margin: 14px 0 35px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #717171;
}
@media (max-width: 768px) {
  .service-item p {
    margin: 10px 39px 20px;
    text-align: center;
  }
}

.service__image {
  border-radius: 20px 20px 0 0;
  width: 330px;
  height: 349px;
  background-size: cover;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .service__image {
    width: 280px;
    background-size: cover;
  }
}

.service__image_garden-care {
  background-image: url("../images/service/garden-care.jpg");
}
@media (max-width: 768px) {
  .service__image_garden-care {
    background-image: url("../images/service/tablet/garden-care.jpg");
  }
}

.service__image_planting {
  background-image: url("../images/service/planting.jpg");
}
@media (max-width: 768px) {
  .service__image_planting {
    background-image: url("../images/service/tablet/planting.jpg");
  }
}

.service__image_lawn-care {
  background-image: url("../images/service/lawn-care.jpg");
}
@media (max-width: 768px) {
  .service__image_lawn-care {
    background-image: url("../images/service/tablet/lawn-care.jpg");
  }
}

.service__image_planting-second {
  background-image: url("../images/service/planting-second.jpg");
}
@media (max-width: 768px) {
  .service__image_planting-second {
    background-image: url("../images/service/tablet/planting-second.jpg");
  }
}

.service__image_garden-care-second {
  background-image: url("../images/service/garden-care-second.jpg");
}
@media (max-width: 768px) {
  .service__image_garden-care-second {
    background-image: url("../images/service/tablet/garden-care-second.jpg");
  }
}

.service__image_planting-third {
  background-image: url("../images/service/planting-third.jpg");
}
@media (max-width: 768px) {
  .service__image_planting-third {
    background-image: url("../images/service/tablet/planting-third.jpg");
  }
}

.prices {
  padding: 40px 0 0 0;
}
@media (max-width: 380px) {
  .prices {
    padding: 25px 0 40px 0;
  }
}

@media (max-width: 650px) {
  .prices__type {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.prices__title {
  font-family: "Inter", sans-serif;
  margin: 0 0 60px 0;
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
  line-height: 4.8rem;
  color: #000000;
}
@media (max-width: 768px) {
  .prices__title {
    font-style: normal;
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 4.2rem;
    margin: 0 0 57px 15px;
  }
}
@media (max-width: 380px) {
  .prices__title {
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center;
    margin: 0 0 37px 0;
  }
}

.prices__items {
  display: inline-block;
  padding: 34px 40px 0 40px;
  border: 1px solid #e3e1d5;
  border-radius: 20px;
}
@media (max-width: 380px) {
  .prices__items {
    padding: 15.08px 22px 12px;
    max-width: 224px;
    box-sizing: border-box;
  }
}

.praces__item {
  transition: all 0.3s;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 32px 0;
  padding: 0 40px;
  width: 250px;
  height: 50px;
  border-radius: 20px;
}
.praces__item_not-opened {
  background: #edf2ec;
}
@media (max-width: 380px) {
  .praces__item_not-opened {
    width: 180px;
    height: 50px;
    padding: 0 40px 0 30px;
    margin: 13.92px 0 13.92px 0;
  }
}
.praces__item_opened {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s ease-out;
  background: #d6e7d2;
  flex-wrap: wrap;
  padding: 16px 40px 12px 40px;
  border-radius: 20px;
  width: 250px;
  height: 154px;
  box-sizing: border-box;
}
@media (max-width: 380px) {
  .praces__item_opened {
    width: 180px;
    height: 154px;
    padding: 0 40px 0 30px;
    margin: 13.92px 0 13.92px 0;
  }
}

.praces-not-opened {
  display: none;
  transition: all 0.6s ease-out;
}

.praces-opened {
  transition: all 0.6s ease-out;
  display: block;
  box-sizing: border-box;
  margin: 3px 0 0 0;
}

.price__type {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
  color: #000000;
  margin: 0;
}
@media (max-width: 380px) {
  .price__type {
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.price__text {
  margin: 0;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1rem;
  color: #717171;
  padding: 4.5px 0 0 0;
  border-top: 0.5px solid #aea1a1;
  margin: 0 0 3px 0;
}

.price__value {
  width: 100%;
  margin: 0 0 8px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #000000;
}

.price__currency {
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #e06733;
}

.price__number {
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #e06733;
}

.prices__contact-us {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .prices__contact-us {
    margin: 100px 0 0 0;
  }
}
@media (max-width: 380px) {
  .prices__contact-us {
    margin: 20px 0 0 0;
    align-items: center;
  }
}

.prices__title_contact-us {
  line-height: 5rem;
  margin: 0 0 39px 0;
  text-align: right;
}
@media (max-width: 768px) {
  .prices__title_contact-us {
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin: 0 0 29px 0;
  }
}
@media (max-width: 380px) {
  .prices__title_contact-us {
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 3.5rem;
    text-align: center;
    max-width: 230px;
    margin: 0 0 20px 0;
  }
}

.prices__leafs-small {
  background-image: url("../images/prices/leafs-small.png");
  width: 152px;
  height: 174.99px;
  margin: 39px 0 116px 0;
}
@media (max-width: 768px) {
  .prices__leafs-small {
    margin: 29px 0 92px 0;
  }
}
@media (max-width: 380px) {
  .prices__leafs-small {
    display: none;
  }
}

.contacts {
  padding: 53px 0 0 0;
}
@media (max-width: 768px) {
  .contacts {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 650px) {
  .contacts {
    padding: 25px 0 0 0;
  }
}

.contacts__image {
  display: flex;
  background-image: url("../images/contact-us/contact_woman.png");
  width: 400px;
  height: 496.99px;
  order: -1;
  margin: 0 113px 1px 0;
}
@media (max-width: 1220px) {
  .contacts__image {
    order: 3;
    margin: 0 0px 1px 0;
  }
}
@media (max-width: 768px) {
  .contacts__image {
    width: 200px;
    height: 248.49px;
    background-size: cover;
    margin: 249px 0 0 19px;
  }
}
@media (max-width: 380px) {
  .contacts__image {
    width: 100px;
    height: 124.25px;
    margin: 133px 0 0 0px;
  }
}

.contacts__title {
  font-weight: 700;
  color: #499a18;
  margin: 6px 68px 0 0;
}
@media (max-width: 1220px) {
  .contacts__title {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .contacts__title {
    font-style: normal;
    font-weight: 700;
    font-size: 4rem;
    line-height: 5.2rem;
  }
}
@media (max-width: 380px) {
  .contacts__title {
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3.3rem;
  }
}

.contacts__text {
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 4rem;
  letter-spacing: 0.05em;
  color: #717171;
}

.contact__text_changed {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 4rem;
}

.contacts__button_unactive {
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  order: 3;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  width: 450px;
  height: 50px;
  margin: 93px 0 0 0;
  padding: 0;
  border: 1px solid #d6e7d2;
}
@media (max-width: 768px) {
  .contacts__button_unactive {
    margin: 100px 0 0 0;
  }
}
@media (max-width: 650px) {
  .contacts__button_unactive {
    width: 300px;
    margin: 80px 0 0 0;
  }
}

@media (max-width: 768px) {
  .contacts__button_unactive_active {
    margin: 61px 0 0 0;
  }
}
@media (max-width: 380px) {
  .contacts__button_unactive_active {
    margin: 47px 0 0 0;
    justify-content: center;
  }
}

.contacts__accordion_button {
  transition: all 0.3s ease;
  box-sizing: border-box;
  padding-bottom: 2px;
}
.contacts__accordion_button_unactive {
  background-color: #aea1a1;
}
.contacts__accordion_button_active {
  transform: rotate(180deg);
  background-color: #8ba07e;
}
.contacts__accordion_button:hover {
  cursor: pointer;
}

.contacts__button-heading {
  display: flex;
  width: 450px;
  height: 50px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  padding: 5px 35px 5px 20px;
}
.contacts__button-heading:hover {
  background-color: #c1e698;
}
.contacts__button-heading_unactive {
  background-color: #d6e7d2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.contacts__button-heading_active {
  background-color: #c1e698;
}
@media (max-width: 650px) {
  .contacts__button-heading {
    width: 300px;
    padding: 5px 22px 5px 20px;
  }
}

.city-list {
  transition: all 0.4s ease;
  display: none;
  width: 100%;
  padding: 27px 50px 31px 20px;
  position: absolute;
  top: -150%;
  left: 0;
  box-sizing: border-box;
}
.city-list_active {
  display: block;
  position: absolute;
  width: 100%;
  padding: 27px 50px 31px 20px;
  top: 50px;
  left: 0;
  background-color: #dce9d9;
}

.city {
  padding: 5px 0 0 6px;
  margin: 0 0 11px 0;
  transition: all 0.3s ease;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.05em;
  color: #499a18;
  border-bottom: 1px solid #d9d9d9;
}
.city:hover {
  color: #717171;
  border-bottom: 1px solid #717171;
}

.contact-modal {
  margin: 47px 0;
  width: 448px;
  box-sizing: border-box;
  flex-wrap: wrap;
  padding: 20px 79px 32px 33px;
  background: #edf2ec;
  border: 1px solid #000000;
  border-radius: 20px;
}
.contact-modal_unactive {
  display: none;
}
.contact-modal_active {
  display: flex;
}
@media (max-width: 650px) {
  .contact-modal {
    width: 282px;
    padding: 30px 5px 23px 36px;
  }
}

.modal-item-title {
  width: 38.1%;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.5rem;
  letter-spacing: 0.05em;
  color: #000000;
  margin: 0 0 5px 4.5px;
}
@media (max-width: 650px) {
  .modal-item-title {
    width: 27%;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    margin: 0 0 17px 0;
  }
}

.modal-value {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.5rem;
  letter-spacing: 0.05em;
  color: #717171;
  margin: 0 0 5px 4.5px;
}
@media (max-width: 650px) {
  .modal-value {
    width: 65%;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    margin: 0 0 17px 0;
  }
}

.contact-call-us {
  transition: all 0.4s ease;
  box-sizing: border-box;
  width: 122px;
  height: 26px;
  border: 1px solid #e06733;
  background: none;
  border-radius: 5px;
  margin: 16px 0 0 129px;
}
.contact-call-us a {
  width: 122px;
  height: 26px;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3rem;
  color: #717171;
  text-decoration: none;
}
@media (max-width: 650px) {
  .contact-call-us {
    margin: 0 0 0 51px;
  }
}

.contact-call-us.focused {
  background-color: #e06733;
}

.contact-call-us.focused a {
  color: #ffffff;
}

@media (max-width: 768px) {
  .contacts__image.contacts__image_active {
    margin: 287px 0 0 19px;
  }
}
@media (max-width: 380px) {
  .contacts__image.contacts__image_active {
    visibility: hidden;
  }
}

@media (max-width: 768px) {
  .layout-3-column_footer {
    flex-direction: column;
    align-items: center;
  }
}

.footer__data {
  display: flex;
  align-items: center;
}
.footer__data > * {
  padding-right: 20px;
}
@media (max-width: 768px) {
  .footer__data {
    flex-basis: 100%;
    padding: 1px 0 16px 17px;
  }
}

.copiright {
  display: inline-block;
  background-image: url("../images/footer/copyright.svg");
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
}

.footer__year {
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 5rem;
  color: #000000;
}
@media (max-width: 768px) {
  .footer__year {
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.footer__link {
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 5rem;
  color: #000000;
  text-decoration: none;
}
.footer__link:hover {
  cursor: pointer;
  color: #e06733;
}
@media (max-width: 768px) {
  .footer__link {
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.footer__rsschool {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .footer__rsschool {
    flex-basis: 100%;
  }
}

.footer__social-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .footer__social-list {
    flex-basis: 100%;
  }
}

.social-list {
  display: flex;
  margin: 0;
  padding-right: 2.71px;
}
@media (max-width: 768px) {
  .social-list {
    padding: 26px 0 0;
  }
}
@media (max-width: 380px) {
  .social-list {
    padding: 13px 0 0;
  }
}

.social-list li {
  list-style-type: none;
}

.ico {
  display: inline-block;
}

.ico_twitter {
  width: 26.67px;
  height: 21.67px;
  background-image: url("../images/footer/tw.svg");
  margin-left: 30px;
  margin-top: 3px;
}
.ico_twitter:hover {
  background-image: url("../images/footer/tw-active.svg");
}

.ico_instagram {
  width: 26.66px;
  height: 26.65px;
  background-image: url("../images/footer/insta.svg");
}
.ico_instagram:hover {
  background-image: url("../images/footer/insta-active.svg");
}

.ico_facebook {
  width: 16.67px;
  height: 26.67px;
  background-image: url("../images/footer/fb.svg");
  margin-left: 30.68px;
}
.ico_facebook:hover {
  background-image: url("../images/footer/fb-active.svg");
}

.ico_pinterest {
  width: 26.67px;
  height: 26.67px;
  background-image: url("../images/footer/pint.svg");
  margin-left: 25.38px;
}
.ico_pinterest:hover {
  background-image: url("../images/footer/pint-active.svg");
}/*# sourceMappingURL=style.css.map */