body {
  margin: 0;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1200px;
  }
}
.logo-img {
  width: 92px;
  height: 40px;
}
@media (min-width: 1000px) {
  .logo-img {
    width: 124px;
    height: 54px;
  }
}

.appointment {
  background-color: rgb(69, 93, 61);
  border-radius: 26px;
  text-decoration: none;
  color: #E8ECED;
  font-family: "Helvetica-Bold";
  font-size: 12px;
}
@media (min-width: 1000px) {
  .appointment {
    font-size: 16px;
  }
}

.app-banner {
  margin-bottom: 46px;
}
@media (min-width: 1000px) {
  .app-banner {
    margin-bottom: 73px;
  }
}

.banner {
  position: fixed;
  left: 0;
  right: 0;
  background-color: rgb(246, 246, 246);
  border-bottom: 1px solid rgb(69, 93, 61);
  z-index: 25;
}
@media (min-width: 1000px) {
  .banner {
    border-bottom: none;
  }
}
.banner .btn-menu {
  padding: 10.5px 15px;
}
@media (min-width: 1000px) {
  .banner .btn-menu {
    width: 141px;
    height: 46px;
    padding: 14px 20px;
  }
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
}

.menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.burger-menu {
  display: none;
}
@media (min-width: 1000px) {
  .burger-menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
  }
}

.burger-menu li a {
  text-decoration: none;
  color: rgb(69, 93, 61);
  font-size: 14px;
  text-align: center;
  padding: 14px 20px;
  font-family: "Helvetica-Bold";
}

.cta-block {
  background-color: rgba(211, 211, 211, 0.2);
  padding-top: 38px;
}
@media (min-width: 1000px) {
  .cta-block {
    padding-top: 110px;
  }
}

.sloganBlock {
  max-width: 683px;
  box-sizing: border-box;
}
@media (min-width: 1000px) {
  .sloganBlock {
    padding-right: 40px;
  }
}

.mainTitle {
  color: rgb(69, 93, 61);
  font-size: 39px;
  font-family: mojito;
  font-style: normal;
  font-weight: 700;
  margin-block-end: 0;
  margin-bottom: 25px;
}
@media (min-width: 1000px) {
  .mainTitle {
    font-size: 61px;
    margin-bottom: 52px;
  }
}

.mainBannerBlock {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 38px;
  padding-bottom: 50px;
}
@media (min-width: 1000px) {
  .mainBannerBlock {
    flex-direction: row;
    padding-top: 0%;
    padding-bottom: 90px;
  }
}

.secondTitle, .threeTitle {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 1000px) {
  .secondTitle, .threeTitle {
    font-size: 25px;
  }
}

.firstSale {
  font-family: Helvetica, Arial, sans-serif;
  margin-top: 15px;
  margin-bottom: 50px;
  font-size: 18px;
}
@media (min-width: 1000px) {
  .firstSale {
    font-size: 22px;
    margin-top: 82px;
    margin-bottom: 54px;
  }
}

.btn-banner-block {
  padding: 21px 65px;
}

.mainImg {
  text-align: end;
}

.img-bannerMain {
  height: 190px;
  width: 191px;
}
@media (min-width: 1000px) {
  .img-bannerMain {
    height: 513px;
    width: 518px;
  }
}

.fb-green {
  text-decoration: none;
  margin-right: 20px;
}

.mob-burger-wrap {
  background-color: rgb(69, 93, 61);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  padding-bottom: 50px;
  transition: 1.5s;
}
.mob-burger-wrap .mob-burger-menu {
  list-style-type: none;
  text-align: center;
  padding-inline-start: 0;
}
.mob-burger-wrap .mob-burger-menu li a {
  text-decoration: none;
  color: #E8ECED;
  font-size: 16px;
  text-align: center;
  padding: 14px 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
}
.mob-burger-wrap .mob-burger-menu li {
  margin-block-start: 38px;
  margin-block-end: 38px;
  padding-inline-start: 0;
}

@media (min-width: 1000px) {
  .burger-menu-btn {
    display: none;
  }
}

#bold {
  font-family: "Helvetica-Bold";
  font-size: 18px;
}

.btn-burger {
  background-color: #E8ECED;
  color: rgb(69, 93, 61);
  padding: 18px 40px;
  font-size: 14px;
}

.burger-logo {
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px solid #E8ECED;
}

.btn-close {
  position: absolute;
  top: 12px;
  left: 16px;
}

.overlay {
  top: -1000px;
}

.acquaintance {
  padding-top: 30px;
  background-color: rgba(198, 194, 165, 0.2);
  padding-bottom: 68px;
}

.title-css {
  font-family: mojito;
  font-size: 27px;
  color: rgb(69, 93, 61);
}
@media (min-width: 1000px) {
  .title-css {
    font-size: 61px;
    padding-top: 55px;
  }
}

@media (min-width: 1000px) {
  .acq-title {
    padding-top: 0;
  }
}

.acq-title h2 {
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 35px;
}
@media (min-width: 760px) {
  .acq-title h2 {
    display: inline;
  }
}
@media (min-width: 1000px) {
  .acq-title h2 {
    font-size: 61px;
  }
}

.acq-content {
  display: flex;
  flex-direction: column;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-top: 32px;
}
@media (min-width: 991px) {
  .acq-content {
    flex-direction: row;
    align-items: center;
    font-size: 20px;
  }
}
.acq-content_green {
  position: relative;
  background-color: rgb(69, 93, 61);
  position: relative;
  left: -10vw;
  padding: 34px 6px 33px 10vw;
  border-radius: 0 25px 25px 0;
  width: 98%;
  color: #E8ECED;
}
@media (min-width: 640px) {
  .acq-content_green {
    left: -20vw;
    padding: 34px 6px 33px 20vw;
  }
}
@media (min-width: 991px) {
  .acq-content_green {
    left: -10vw;
    width: 145%;
    padding: 34px 24px 33px 10vw;
  }
}
.acq-content_green p {
  margin-block-start: 0;
}
@media (min-width: 991px) {
  .acq-content_transparent {
    position: relative;
  }
}

.benefits {
  background-color: rgba(211, 211, 211, 0.2);
}
.benefits-title h2 {
  margin-block-start: 0;
  margin-block-end: 0;
}
@media (min-width: 1000px) {
  .benefits-title h2 {
    font-size: 61px;
  }
}
.benefits-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.benefits-item {
  background-color: rgba(69, 93, 61, 0.3);
  border-radius: 25px;
  padding: 30px;
  margin: 15px 0px;
}
@media (min-width: 760px) {
  .benefits-item {
    flex-basis: 35%;
  }
}
@media (min-width: 1000px) {
  .benefits-item {
    flex-basis: 23%;
  }
}
.benefits-item_title {
  font-family: mojito;
  font-size: 25px;
  color: black;
  text-align: center;
}
.benefits-item_text {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-align: center;
}
.benefits .test {
  background-color: rgb(69, 93, 61);
  color: #E8ECED;
}

.marginLeft {
  margin-left: 0;
}

.marginRight {
  margin-right: 0;
}

.services {
  background-color: rgba(211, 211, 211, 0.2);
  padding-bottom: 30px;
}
.services .services-title h2 {
  margin-block-start: 0;
}
.services .services-block {
  display: flex;
  flex-direction: column;
}
@media (min-width: 991px) {
  .services .services-block {
    flex-direction: row;
    align-items: center;
  }
}
.services .services-block .services-item_img {
  position: relative;
  width: 262px;
  height: 125px;
  border-radius: 0 25px 25px 0;
  margin-left: -5vw;
}
@media (min-width: 575px) {
  .services .services-block .services-item_img {
    width: 350px;
    height: 140px;
    margin-left: -20vw;
  }
}
@media (min-width: 991px) {
  .services .services-block .services-item_img {
    width: 750px;
    height: 239px;
    margin-left: -15vw;
  }
}
.services .services-block .services-item_text {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 30px 0;
}
@media (min-width: 991px) {
  .services .services-block .services-item_text {
    padding: 0px 0px 30px 90px;
  }
}
.services .services-block .services-item_reputation {
  font-family: "Helvetica-Bold";
  font-size: 16px;
}
@media (min-width: 991px) {
  .services .services-block .services-item_reputation {
    padding-left: 90px;
  }
}

.priceOnComplexes {
  background-color: rgba(211, 211, 211, 0.2);
  padding-bottom: 150px;
}
.priceOnComplexes-title {
  font-family: mojito;
  margin-bottom: 30px;
}
.priceOnComplexes-title .complex-sale {
  font-family: Helvetica, Arial, sans-serif;
  color: red;
  font-size: 20px;
}
.priceOnComplexes-title h2 {
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 25px;
}
@media (min-width: 991px) {
  .priceOnComplexes-title h2 {
    font-size: 40px;
  }
}
.priceOnComplexes-block {
  border: 3px solid rgb(69, 93, 61);
  border-radius: 25px;
  padding: 0px 10px 30px;
}
.priceOnComplexes-block_wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .priceOnComplexes-block_wrapper {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
@media (min-width: 1000px) {
  .priceOnComplexes-item {
    width: 400px;
  }
}
.priceOnComplexes-item_title h3 {
  font-family: "Helvetica-Bold";
  font-size: 18px;
  text-align: center;
}
.priceOnComplexes-item_complex_name {
  font-family: mojito;
  font-size: 25px;
  color: rgb(69, 93, 61);
}
.priceOnComplexes-item_complex_price {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
.priceOnComplexes-item_complex_price-text {
  font-family: Helvetica, Arial, sans-serif;
}
.priceOnComplexes-item_complex_price-value {
  font-family: "Helvetica-Bold";
}

.note {
  margin-top: 30px;
  font-family: Helvetica, Arial, sans-serif;
}

.priceLine {
  width: 80%;
  height: 2px;
  background-color: rgb(69, 93, 61);
  margin: 30px auto 0;
}
@media (min-width: 1000px) {
  .priceLine {
    height: auto;
    width: 2px;
    margin: 0;
    margin-top: 30px;
  }
}

.sale-price {
  color: red;
}

.bannerPlace {
  background-color: rgb(69, 93, 61);
  height: 280px;
  margin-bottom: 160px;
}
@media (min-width: 991px) {
  .bannerPlace {
    height: 164px;
  }
}
.bannerPlace-bg {
  background-color: #E8ECED;
  z-index: -5;
  padding-bottom: 50px;
}
.bannerPlace-block {
  padding-top: 22px;
}
.bannerPlace-block-bg {
  color: #E8ECED;
  font-size: 16px;
}
@media (min-width: 991px) {
  .bannerPlace-block-bg {
    display: inline-flex;
    align-items: center;
  }
}
.bannerPlace-block_text {
  font-family: "Helvetica-Bold";
  letter-spacing: 0.05em;
  font-style: normal;
  line-height: 18px;
}
@media (min-width: 991px) {
  .bannerPlace-block_wrapper-text {
    width: 471px;
    position: relative;
  }
}
.bannerPlace-block_find {
  font-family: Helvetica, Arial, sans-serif;
  margin: 20px 0 35px;
}
@media (min-width: 991px) {
  .bannerPlace-block_find {
    margin: 48px 0 35px;
  }
}
.bannerPlace-block-btn a {
  font-family: "Helvetica-Bold";
  background-color: #C6C2A5;
  border-radius: 26px;
  text-decoration: none;
  padding: 14px 20px;
  color: rgb(69, 93, 61);
  font-size: 16px;
  z-index: 4;
}
.bannerPlace-block-btn {
  z-index: 4;
}
@media (min-width: 991px) {
  .bannerPlace-block-btn {
    display: inline-block;
    padding-left: 35px;
  }
}
.bannerPlace-img-block {
  position: relative;
}
.bannerPlace-img-block_picture {
  position: absolute;
  width: 165px;
  height: 162px;
  top: 25px;
  border-radius: 25px;
  z-index: 5;
  right: 10%;
}
@media (min-width: 991px) {
  .bannerPlace-img-block_picture {
    right: 15px;
    width: 248px;
    height: 244px;
    top: -240px;
  }
}
@media (min-width: 1200px) {
  .bannerPlace-img-block_picture {
    right: 94px;
  }
}
.bannerPlace-img-block_rect-right {
  position: absolute;
  background-color: rgba(69, 93, 61, 0.3);
  width: 120px;
  height: 162px;
  border-radius: 25px;
  right: calc(0% - 15px);
}
@media (min-width: 991px) {
  .bannerPlace-img-block_rect-right {
    width: 170px;
    height: 244px;
    right: 0;
    top: -270px;
  }
}
.bannerPlace-img-block_rect-bottom {
  position: absolute;
  background-color: rgba(69, 93, 61, 0.3);
  width: 165px;
  height: 162px;
  border-radius: 25px;
  right: 20%;
  top: 52px;
  z-index: 0;
}
@media (min-width: 991px) {
  .bannerPlace-img-block_rect-bottom {
    width: 248px;
    height: 244px;
    right: 5%;
    top: -200px;
  }
}
@media (min-width: 1200px) {
  .bannerPlace-img-block_rect-bottom {
    right: 12%;
  }
}

.vector-arrow {
  display: none;
}
@media (min-width: 991px) {
  .vector-arrow {
    display: block;
    position: absolute;
    left: 133px;
    top: 63px;
  }
}

.priceZones {
  background-color: #E8ECED;
}
.priceZones-sale_title {
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 25px;
  font-family: mojito;
  color: rgb(69, 93, 61);
  text-align: center;
  background-color: rgb(198, 194, 165);
}
@media (min-width: 991px) {
  .priceZones-sale_title {
    font-size: 45px;
  }
}
.priceZones-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto auto auto auto auto auto;
}
@media (min-width: 1100px) {
  .priceZones-table {
    grid-template-rows: 1fr auto auto 1fr auto auto 1fr auto;
    padding-left: 90px;
  }
}
.priceZones-table-title {
  font-family: mojito;
  font-size: 25px;
}
@media (min-width: 991px) {
  .priceZones-table-title {
    font-size: 40px;
    padding-left: 55px;
  }
}

.priceZones-table > div:nth-child(7n+7) {
  grid-column: 1/-1;
}

.lineforprice {
  background-color: rgb(69, 93, 61);
  margin: 20px auto;
}
@media (min-width: 991px) {
  .lineforprice {
    height: 1px;
    width: 80%;
  }
}

.nameZone {
  font-family: mojito;
  font-size: 25px;
  color: rgb(69, 93, 61);
  width: 120%;
}
@media (min-width: 991px) {
  .nameZone {
    font-size: 35px;
    width: auto;
  }
}

.priceZonesHer, .priceZonesHim {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: rgb(69, 93, 61);
  padding-top: 13px;
  margin-left: 30px;
}
@media (min-width: 991px) {
  .priceZonesHer, .priceZonesHim {
    font-size: 22px;
    padding-top: 17px;
    margin-left: 190px;
  }
}

.listOfZones {
  width: 120%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
}
@media (min-width: 991px) {
  .listOfZones {
    width: auto;
    font-size: 22px;
  }
}

.listOfPrices {
  font-family: "Helvetica-Bold";
  font-size: 13px;
  margin-left: 30px;
}
@media (min-width: 991px) {
  .listOfPrices {
    font-size: 22px;
    margin-left: 190px;
  }
}

.ourLaser {
  background-color: #E8ECED;
  padding-top: 5px;
}
.ourLaser-title {
  font-family: mojito;
  font-size: 35px;
  color: rgb(69, 93, 61);
}
@media (min-width: 991px) {
  .ourLaser-title {
    font-size: 61px;
  }
}
.ourLaser-block {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (min-width: 991px) {
  .ourLaser-block {
    flex-direction: row;
  }
}
.ourLaser-block_laser {
  width: 250px;
  height: 282px;
  position: relative;
  margin-left: -35px;
}
@media (min-width: 568px) {
  .ourLaser-block_laser {
    position: static;
    margin: 0;
  }
}
@media (min-width: 991px) {
  .ourLaser-block_laser {
    width: auto;
    height: auto;
    margin-right: 20px;
  }
}
.ourLaser-block_item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ourLaser-block_item-number {
  font-family: mojito;
  font-size: 55px;
  color: rgb(69, 93, 61);
  padding: 13px 20px;
}
.ourLaser-block_item-text {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
}
@media (min-width: 991px) {
  .ourLaser-block_item-text {
    font-size: 18px;
  }
}
.ourLaser-block_item-text div {
  font-family: "Helvetica-Bold";
}

.answers {
  background-color: #E8ECED;
  padding-top: 5px;
  padding-bottom: 25px;
}
.answers-title {
  font-family: mojito;
  font-size: 35px;
  color: rgb(69, 93, 61);
}
@media (min-width: 991px) {
  .answers-title {
    font-size: 61px;
  }
}
.answers ul h4 {
  font-family: mojito;
  font-size: 25px;
  margin-block-end: 0.6em;
  margin-block-start: 1em;
}
@media (min-width: 991px) {
  .answers ul h4 {
    font-size: 40px;
  }
}
.answers ul {
  font-family: Helvetica, Arial, sans-serif;
}
.answers ul li {
  font-family: Helvetica, Arial, sans-serif;
}

.contacts {
  background-color: rgb(69, 93, 61);
  padding-top: 1px;
  color: #E8ECED;
}
.contacts-title {
  font-family: mojito;
  font-size: 35px;
  color: #E8ECED;
  margin-block-start: 0.4em;
  margin-block-end: 0px;
}
@media (min-width: 991px) {
  .contacts-title {
    font-size: 61px;
    padding-top: 35px;
  }
}
.contacts-wrap {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
}
@media (min-width: 991px) {
  .contacts-wrap {
    font-size: 25px;
  }
}
.contacts-wrap .time {
  margin-bottom: 30px;
}
.contacts-block {
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .contacts-block {
    flex-direction: row;
    justify-content: space-between;
  }
}

.call {
  text-decoration: none;
  color: #E8ECED;
  font-family: "Helvetica-Bold";
}

.phone {
  margin-bottom: 20px;
}

.address {
  font-family: "Helvetica-Bold";
}

.location {
  margin-bottom: 20px;
}

.social-links {
  margin: 20px 0;
}

.contacts-fb {
  text-decoration: none;
  margin-right: 20px;
}

.post {
  margin-bottom: 20px;
}

.post-mail {
  font-family: "Helvetica-Bold";
  margin-top: 20px;
}

.map-img {
  width: 288px;
  height: 265px;
  margin-bottom: 76px;
}
@media (min-width: 991px) {
  .map-img {
    width: 504px;
    height: 464px;
  }
}

.contacts-info {
  padding-right: 10px;
}

.footer {
  background-color: #E8ECED;
}
.footer-wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 991px) {
  .footer-wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer-logo {
  padding-top: 20px;
  width: 152px;
  height: 101px;
}
.footer-menu {
  order: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 8px;
}
@media (min-width: 991px) {
  .footer-menu {
    justify-content: flex-end;
    align-items: center;
    align-content: center;
  }
}
.footer-menu_item {
  flex-basis: 40%;
  margin: 10px 0;
  padding-left: 10px;
}
@media (min-width: 991px) {
  .footer-menu_item {
    padding-left: 0;
    flex-basis: 30%;
    vertical-align: baseline;
  }
}
.footer-menu_item a {
  text-decoration: none;
  color: black;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.footer-menu_item-tel a {
  color: rgb(69, 93, 61);
  font-family: "Helvetica-Bold";
}
.footer-btn {
  order: 0;
  margin-top: 72px;
  text-align: center;
}
@media (min-width: 991px) {
  .footer-btn {
    order: 2;
  }
}/*# sourceMappingURL=styles.css.map */