@import url("https://fonts.googleapis.com/css2?family=Inika&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inika&family=Inter:wght@400;500;700&display=swap");
.contacts h2, .contacts__active-btn, .service h2, .about h2, .header__navigation, .prices__button, .service__button {
  font-family: "Inika", Verdana, sans-serif;
}

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

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

h1 {
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 5rem;
  color: #636060;
}
@media (max-width: 768px) {
  h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 668px) {
  h1 {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.5rem;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
picture {
  margin: 0;
}

section,
main,
footer,
header,
article {
  display: block;
}

.btn {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  border: 2px solid #e06733;
  border-radius: 10px;
  background: #edf2ec;
  padding: 10px 25px;
  margin-top: 48px;
  cursor: pointer;
}
.btn:hover {
  background-color: #e06733;
  color: white;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .btn {
    margin-top: 36px;
  }
}
@media (max-width: 380px) {
  .btn {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    padding: 5.03px 15px;
    margin-top: 26px;
  }
}

.service__button {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.6rem;
  border: 1px solid #e06733;
  border-radius: 5px;
  background: #edf2ec;
  padding: 12px 40px;
  color: #e06733;
  cursor: pointer;
}
.service__button:hover {
  background-color: #e06733;
  color: white;
  transition: all 0.3s;
}
@media (max-width: 380px) {
  .service__button {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    padding: 8px 28px 7px 28px;
  }
}

.orange_btn {
  background-color: #e06733;
  color: white;
  transition: all 1s;
}

.prices__button {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.6rem;
  border: 1px solid #e06733;
  border-radius: 5px;
  padding: 12px 32px;
  background: white;
  color: #e06733;
  cursor: pointer;
}
.prices__button:hover {
  background-color: #e06733;
  color: white;
  transition: all 0.3s;
}
@media (max-width: 668px) {
  .prices__button {
    align-self: center;
  }
}
@media (max-width: 380px) {
  .prices__button {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    padding: 8px 25px;
  }
}

.lawn__button {
  padding: 12px 54px;
}
@media (max-width: 380px) {
  .lawn__button {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    padding: 8px 40px 7px 40px;
  }
}

.plant__button {
  padding-left: 38px;
}
@media (max-width: 380px) {
  .plant__button {
    padding: 8px 27px 7px 27px;
  }
}

.accordion_btn {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  color: #717171;
  padding: 3px 20px;
  border-radius: 10px;
  border: white;
  background: white;
  cursor: pointer;
}

.accordion_btn:hover {
  background: #e06733;
  color: white;
}

.wrapper {
  max-width: 1220px;
  margin: auto;
}

.section__wrapper {
  max-width: 1222px;
  margin: auto;
}

.header {
  background: #edf2ec;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1197px) {
  .header__wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .header__wrapper {
    width: 668px;
    padding: 0;
  }
}
@media (max-width: 668px) {
  .header__wrapper {
    width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 380px) {
  .header__wrapper {
    width: 330px;
    padding: 0;
  }
}
@media (max-width: 350px) {
  .header__wrapper {
    width: 315px;
  }
}
.header__logo {
  padding-top: 19px;
}
@media (max-width: 768px) {
  .header__logo {
    padding-top: 17px;
  }
}
.header__burger {
  display: none;
  width: 30px;
  height: 18px;
  top: 5px;
  position: relative;
}
@media (max-width: 668px) {
  .header__burger {
    display: block;
  }
}
.header .burger__line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: black;
  position: absolute;
  left: 0;
}
.header .burger__line_first {
  top: 0;
}
.header .burger__line_second {
  top: 50%;
  transform: translateY(-50%);
}
.header .burger__line_third {
  bottom: 0;
}

.footer span {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5rem;
}
.footer a {
  text-decoration: none;
  color: #010201;
  cursor: pointer;
}
.footer a:hover {
  color: #e06733;
}
.footer svg:hover #instagram,
.footer svg:hover #facebook,
.footer svg:hover #twitter,
.footer svg:hover #pinterest {
  fill: #e06733;
}
.footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 34px 0;
}
@media (max-width: 768px) {
  .footer__wrapper {
    flex-direction: column;
    padding: 12px 0;
  }
}
@media (max-width: 380px) {
  .footer__wrapper {
    padding: 0;
  }
}
.footer__social-list {
  list-style: none;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .footer__social-list {
    padding: 0;
  }
}
@media (max-width: 380px) {
  .footer__social-list {
    margin: 0;
  }
}
.footer__date {
  word-spacing: 15px;
}
.footer__rs {
  margin-left: 60px;
}
@media (max-width: 768px) {
  .footer__rs {
    margin: 0;
  }
}

.header__navigation {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5rem;
  padding-top: 27px;
}
.header__navigation a {
  text-decoration: none;
  color: #010201;
}
.header__navigation a:hover {
  color: #e06733;
}
@media (max-width: 668px) {
  .header__navigation {
    width: 50%;
    height: 50%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #edf2ec;
    z-index: 10;
    padding: 55px;
    transform: translateX(100%);
    transition: 0.2s all linear;
    opacity: 0.9;
    border: 1px solid black;
  }
}

.navigation__list {
  display: flex;
  gap: 4.7rem;
  list-style: none;
  cursor: pointer;
  padding: 0;
}
.navigation__list .li1 a {
  color: #e06733;
  font-weight: 500;
}
@media (max-width: 668px) {
  .navigation__list {
    display: block;
  }
}

.header__nav-active {
  transform: translateX(0);
}

@media (max-width: 668px) {
  .header__item {
    width: 100%;
  }
}

@media (max-width: 668px) {
  .header__nav-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 11;
  }
}

@media (max-width: 668px) {
  .header__nav-close-line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #010201;
    position: absolute;
    top: 50%;
  }
}

@media (max-width: 668px) {
  .header__nav-close-line:first-child {
    transform: translateY(-50%) rotate(45deg);
  }
}

@media (max-width: 668px) {
  .header__nav-close-line:last-child {
    transform: translateY(-50%) rotate(-45deg);
  }
}

.hidden {
  visibility: hidden;
}

.welcome {
  background: #edf2ec;
}
.welcome br {
  display: none;
}
@media (max-width: 380px) {
  .welcome br {
    display: block;
  }
}
@media (max-width: 768px) {
  .welcome__img {
    order: 1;
    margin-bottom: 38px;
    margin-right: 12px;
  }
}
@media (max-width: 668px) {
  .welcome__img {
    display: none;
  }
}
.welcome__tablet-img img {
  width: 100%;
}
.welcome__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0 50px 0;
}
@media (max-width: 768px) {
  .welcome__wrapper {
    justify-content: space-evenly;
    padding: 55px 0 68px 0;
  }
}
@media (max-width: 380px) {
  .welcome__wrapper {
    padding: 61px 0 25px 0;
  }
}
.welcome p {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.5rem;
  margin-top: 44px;
  color: #636060;
}
@media (max-width: 768px) {
  .welcome p {
    font-size: 1.6rem;
    line-height: 2.5rem;
    margin-top: 31px;
    padding-left: 6px;
  }
}
@media (max-width: 380px) {
  .welcome p {
    margin-top: 20px;
    padding-left: 0;
  }
}
.welcome span {
  color: #499a18;
}
.welcome__text {
  width: 549px;
}
@media (max-width: 768px) {
  .welcome__text {
    width: 370px;
    padding-left: 18px;
  }
}

.about__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 96px 0 90px 0;
}
@media (max-width: 768px) {
  .about__wrapper {
    flex-direction: column;
    padding: 36px 0 90px 0;
  }
}
@media (max-width: 380px) {
  .about__wrapper {
    padding: 25px 0 31px 0;
  }
}
.about h2 {
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5.2rem;
  color: #499a18;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .about h2 {
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.6rem;
    text-align: center;
  }
}
@media (max-width: 668px) {
  .about h2 {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.3rem;
  }
}
.about span {
  color: #e06733;
}
.about p {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
  margin-top: 40px;
  color: #636060;
}
@media (max-width: 768px) {
  .about p {
    margin-top: 50px;
  }
}
@media (max-width: 668px) {
  .about p {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem;
  }
}
@media (max-width: 380px) {
  .about p {
    margin-top: 13px;
  }
}
.about__text {
  width: 605px;
}
@media (max-width: 1197px) {
  .about__text {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .about__text {
    width: 668px;
    padding: 0;
  }
}
@media (max-width: 668px) {
  .about__text {
    width: 330px;
  }
}
@media (max-width: 350px) {
  .about__text {
    width: 315px;
  }
}
@media (max-width: 768px) {
  .about__img {
    margin-top: 70px;
  }
}
@media (max-width: 380px) {
  .about__img {
    margin-top: 3px;
  }
}

.service {
  background: #edf2ec;
}
.service h2 {
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5.2rem;
  color: #499a18;
}
@media (max-width: 768px) {
  .service h2 {
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.6rem;
  }
}
@media (max-width: 380px) {
  .service h2 {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.3rem;
  }
}
.service h4 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  color: #e06733;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 12px;
}
.service p {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
  padding-bottom: 36px;
  color: #717171;
}
@media (max-width: 768px) {
  .service p {
    padding-bottom: 20px;
  }
}
.service img {
  display: block;
}
.service__content {
  display: flex;
  flex-wrap: wrap;
  gap: 55px;
  justify-content: space-between;
  margin-top: 80px;
  padding-bottom: 121px;
}
@media (max-width: 1197px) {
  .service__content {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .service__content {
    margin-top: 40px;
    gap: 33px 26px;
    justify-content: space-around;
    padding-bottom: 66px;
  }
}
@media (max-width: 380px) {
  .service__content {
    padding-bottom: 27px;
    gap: 29px 26px;
  }
}
.service__card-content {
  border: 1px solid #e3e1d5;
  border-radius: 0px 0px 20px 20px;
}
.service__title-buttons {
  display: flex;
  padding-top: 40px;
}
@media (max-width: 1197px) {
  .service__title-buttons {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .service__title-buttons {
    padding-top: 60px;
    padding-left: 50px;
  }
}
@media (max-width: 380px) {
  .service__title-buttons {
    padding-top: 29px;
    padding-left: 25px;
  }
}
.service__button-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 560px;
  margin-left: 160px;
}
@media (max-width: 768px) {
  .service__button-block {
    margin: 0;
  }
}
@media (max-width: 668px) {
  .service__button-block {
    flex-direction: column;
    align-items: baseline;
    width: 250px;
  }
}
@media (max-width: 380px) {
  .service__button-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 33px;
  }
}
@media (max-width: 768px) {
  .service__button {
    margin-top: 42px;
  }
}
@media (max-width: 380px) {
  .service__button {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .service__button:first-child {
    margin-left: 0;
  }
}
.service__card br {
  display: none;
}
@media (max-width: 768px) {
  .service__card {
    width: 281px;
  }
  .service__card br {
    display: block;
  }
}
.service .filter {
  filter: blur(2px);
  transition: all 2s;
}

.prices__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .prices__wrapper {
    align-items: flex-start;
    justify-content: space-evenly;
    padding-bottom: 80px;
  }
}
@media (max-width: 668px) {
  .prices__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 380px) {
  .prices__wrapper {
    padding-bottom: 40px;
  }
}
.prices__gard {
  color: #499a18;
}
.prices__left-block {
  padding-top: 18px;
}
.prices__left-block h2 {
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.8rem;
}
@media (max-width: 768px) {
  .prices__left-block h2 {
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4.2rem;
    margin-left: 13px;
  }
}
@media (max-width: 668px) {
  .prices__left-block h2 {
    text-align: center;
    margin: 0;
  }
}
@media (max-width: 380px) {
  .prices__left-block h2 {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem;
  }
}
@media (max-width: 1197px) {
  .prices__left-block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .prices__left-block {
    padding: 41px 0 0 0;
  }
}
@media (max-width: 380px) {
  .prices__left-block {
    padding: 25px 0 0 0;
  }
}
.prices__right-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 39px;
  padding-top: 40px;
}
.prices__right-block h2 {
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 5rem;
  text-align: end;
}
@media (max-width: 768px) {
  .prices__right-block h2 {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.5rem;
  }
}
@media (max-width: 668px) {
  .prices__right-block h2 {
    text-align: center;
  }
}
@media (max-width: 380px) {
  .prices__right-block h2 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.5rem;
  }
}
@media (max-width: 1197px) {
  .prices__right-block {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .prices__right-block {
    padding-left: 0;
    padding-right: 0;
    padding-top: 141px;
    gap: 27px;
  }
}
@media (max-width: 380px) {
  .prices__right-block {
    padding-top: 19px;
    gap: 20px;
  }
}
.prices__accordion {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  background: #edf2ec;
  border-radius: 20px;
  background-image: url(../img/svg/accordion_btn.svg);
  background-size: 16px 16px;
  background-position: right 40px center;
  background-repeat: no-repeat;
  width: 250px;
  padding: 16px 0 16px 40px;
  cursor: pointer;
}
@media (max-width: 380px) {
  .prices__accordion {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    width: 180px;
    margin-bottom: 13.92px;
    padding: 17px 0 15px 31px;
  }
}
.prices__accordion-active {
  max-height: 0;
  overflow: hidden;
  width: 250px;
  height: 154px;
  border-radius: 20px;
  background: #d6e7d2;
  transition: 0.3s ease-in-out;
}
.prices__accordion-active hr {
  width: 164px;
  color: #aea1a1;
  margin: 0 auto 0 auto;
}
.prices__accordion-active p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1rem;
  color: #717171;
  padding: 6px 0 6px 40px;
}
.prices__dollar {
  color: #e06733;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  padding-left: 40px;
}
.prices__price {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
}
.prices__block-active {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  padding: 16px 0 12px 40px;
  background-image: url(../img/svg/accordion_btn_active.svg);
  background-position: right 40px center;
  background-repeat: no-repeat;
}
.prices__accordion_btn-block {
  padding: 5px 0 12px 39px;
}
.prices__accordion:last-child {
  margin: 0;
}
.prices__accordion-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 34px 41px;
  border: 1px solid #e3e1d5;
  border-radius: 20px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .prices__accordion-block {
    margin-top: 54px;
  }
}
@media (max-width: 380px) {
  .prices__accordion-block {
    padding: 23px 22px;
    margin-top: 40px;
  }
}
@media (max-width: 668px) {
  .prices__img {
    display: none;
  }
}
.prices__img img {
  width: 100%;
}

.contacts {
  background: #edf2ec;
}
.contacts__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1197px) {
  .contacts__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.contacts__accordion {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4rem;
  width: 450px;
  height: 50px;
  background: #d6e7d2;
  background-image: url(../img/svg/accordion_btn1.svg);
  background-size: 16px 16px;
  background-position: right 34px center;
  background-repeat: no-repeat;
  letter-spacing: 0.05em;
  padding: 5px 0 5px 20px;
  color: #636060;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 148px;
  cursor: pointer;
}
@media (max-width: 668px) {
  .contacts__accordion {
    width: 300px;
  }
}
.contacts__active {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4rem;
  display: flex;
  flex-direction: column;
  width: 448px;
  height: 214px;
  border-radius: 20px;
  border: 1px solid #010201;
  margin-top: 47px;
  display: none;
}
@media (max-width: 668px) {
  .contacts__active {
    width: 300px;
    height: 212px;
    line-height: 3rem;
  }
}
.contacts__active-btn {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3rem;
  width: 122px;
  padding: 7px 29px;
  border: 1px solid #e06733;
  border-radius: 5px;
  align-self: center;
  margin-top: 24px;
  background: #edf2ec;
}
.contacts__active-btn:hover {
  background: #e06733;
  color: white;
}
.contacts__active-list-block {
  width: 450px;
  background: #d6e7d2;
  display: none;
}
@media (max-width: 668px) {
  .contacts__active-list-block {
    width: 300px;
  }
}
.contacts .opened {
  display: flex;
}
.contacts .close {
  display: none;
}
.contacts__active-list {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4rem;
  list-style: none;
  color: #499a18;
  padding: 27px 0 31px 41px;
  margin: 0;
  cursor: pointer;
}
.contacts__active-list hr {
  margin: 0;
  width: 380px;
  color: #d9d9d9;
}
@media (max-width: 668px) {
  .contacts__active-list hr {
    width: 200px;
  }
}
.contacts__active-list li:hover {
  color: #717171;
}
.contacts__active-list li:hover hr {
  color: #717171;
}
.contacts__left-block {
  display: flex;
  flex-direction: column;
}
.contacts__right-block {
  display: flex;
  flex-direction: column;
}
.contacts__right-block span {
  color: #717171;
}
.contacts__info-block {
  display: flex;
  gap: 20px;
  padding: 17px 0 0 33px;
}
@media (max-width: 668px) {
  .contacts__info-block {
    padding: 17px 0 0 15px;
  }
}
.contacts .city_phone_adress {
  color: #010201;
  font-weight: 500;
}
@media (max-width: 768px) {
  .contacts .city_phone_adress {
    margin-top: 99px;
  }
}
@media (max-width: 668px) {
  .contacts .city_phone_adress {
    width: 300px;
  }
}
@media (max-width: 380px) {
  .contacts .city_phone_adress {
    margin-top: 80px;
    background-position: right 23px center;
  }
}
.contacts h2 {
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 5.2rem;
  color: #499a18;
  margin: 60px 0 0 48px;
}
@media (max-width: 768px) {
  .contacts h2 {
    margin: 41px 0 0 0;
  }
}
@media (max-width: 380px) {
  .contacts h2 {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.3rem;
    margin: 24px 0 0 0;
  }
}
.contacts__img {
  margin-top: 55px;
}
@media (max-width: 1197px) {
  .contacts__img {
    order: 1;
  }
}
@media (max-width: 768px) {
  .contacts__img {
    order: 1;
    margin: 250px 0 0 17px;
  }
}
@media (max-width: 380px) {
  .contacts__img {
    margin: 132px 0 0 0;
  }
}
.contacts .city_active {
  background: #c1e698;
  box-shadow: none;
  background-image: url(../img/svg/accordion_btn_active.svg);
  background-position: right 40px center;
  background-repeat: no-repeat;
}
.contacts .city_select {
  background-image: url(../img/svg/accordion_btn1.svg);
  background-position: right 40px center;
  background-repeat: no-repeat;
}

/*# sourceMappingURL=style.css.map */
