.section {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/Group-151455.png');
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.section.top-head {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  padding: 10px 10px 0px;
  background-color: rgba(126, 7, 66, 0);
  background-image: linear-gradient(157deg, #7a2270, rgba(122, 34, 112, 0.2));
  background-position: 0px 0px;
  color: transparent;
}

.section.introduction {
  height: 100%;
  margin-top: 79px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/photo-1450101499163-c8848c66ca85.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/photo-1450101499163-c8848c66ca85.jpeg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section.service {
  padding-top: 100px;
  background-color: transparent;
}

.section.content {
  padding-top: 100px;
  background-color: #fff;
}

.section.review {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.contact {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
  color: #fff;
}

.section.footer {
  padding-bottom: 0px;
  background-color: #550d4d;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.section.hero {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 1000px;
  background-image: linear-gradient(159deg, #7a2270, rgba(154, 93, 194, 0) 78%), url('../images/Web-1920-–-7.png'), url('../images/top-image.png');
  background-position: 0px 0px, 100% 100%, 20% 50%;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.section.services {
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/Group-151455.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/Group-151455.png');
  background-position: 0px 0px, 0% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.services.detail {
  padding-top: 100px;
}

.section.welcome {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/Web-1920-–-4.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.opentime {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.section.our-specialists {
  background-image: url('../images/Group-151454.png');
  background-position: 50% 50%;
}

.section.appointments {
  height: auto;
  background-image: url('../images/Group-151458.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}

.section.testimonials {
  background-image: url('../images/170958613_jpg_crop_jpeg-1080x648-1.png');
  background-position: 50% 50%;
}

.section.package-menu {
  background-color: #fafafa;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.container {
  display: inline-block;
  width: 80%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  text-align: center;
}

.container.tophead {
  position: static;
}

.container.hero {
  margin-top: 350px;
  padding-top: 20px;
}

.navbar {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.nav-link {
  margin-top: 10px;
  color: #fff;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom: 2px solid #ffd900;
  color: #ffd900;
}

.nav-link.w--current {
  margin-top: 10px;
  border-top: 1px solid rgba(255, 217, 0, 0);
  border-bottom: 1px solid rgba(255, 217, 0, 0);
  color: #ffd900;
}

.navbar-2 {
  background-color: transparent;
  color: #fff;
}

.body {
  font-family: Kanit, sans-serif;
}

.container-2 {
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.heading {
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 400;
}

.heading.contact {
  font-size: 36px;
}

.heading.contact.m {
  display: none;
}

.heading-2 {
  font-weight: 400;
}

.bold-text {
  font-weight: 500;
}

.paragraph {
  display: inline-block;
  width: 70%;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 100;
}

.div-block {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
}

.heading-3 {
  margin-bottom: 40px;
  font-weight: 400;
  text-align: center;
}

.div-block-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.services-box {
  padding: 20px;
  border-style: none;
  border-width: 1px;
  border-color: #dbdbdb;
}

.heading-4 {
  font-size: 18px;
  font-weight: 400;
}

.paragraph-2 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 100;
}

.divider {
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

.paragraph-3 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 100;
}

.heading-5 {
  margin-top: 0px;
  font-size: 26px;
  font-weight: 100;
}

.column {
  margin-bottom: 40px;
}

.paragraph-4 {
  font-size: 22px;
  line-height: 30px;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.container-3 {
  text-align: center;
}

.image-m {
  display: none;
}

.div-block-3 {
  padding-top: 100px;
}

.div-block-4 {
  margin-bottom: 20px;
}

.paragraph-5 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 100;
  text-align: center;
}

.head-bar {
  position: relative;
  z-index: 10000;
  display: inline-block;
  width: 80%;
}

.body-2 {
  background-color: #fff;
}

.text-block {
  font-family: Philosopher, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 60px;
  text-align: left;
}

.text-block-2 {
  font-family: 'Dancingscript variablefont wght', sans-serif;
  color: #fff;
  font-size: 130px;
  line-height: 150px;
  text-align: left;
}

.menu-button-2 {
  display: none;
}

.heading-6 {
  margin-bottom: 20px;
  font-family: 'Dancingscript variablefont wght', sans-serif;
  color: #9a5dc2;
  font-size: 45px;
  font-weight: 400;
}

.heading-6._2 {
  display: inline-block;
  margin-top: auto;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  color: #fff;
}

.heading-6.testimonials {
  color: #fff;
}

.paragraph-6 {
  display: inline-block;
  width: 60%;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}

.paragraph-6._2 {
  width: 80%;
  margin-bottom: 40px;
  color: #fff;
  font-weight: 300;
}

.paragraph-6.opentime {
  width: 100%;
}

.paragraph-6.specialists {
  margin-bottom: 40px;
}

.paragraph-6.testimonials {
  width: 100%;
  margin-bottom: 60px;
  color: #fff;
}

.paragraph-6.service {
  margin-bottom: 40px;
}

.paragraph-6.service.detail {
  display: inline-block;
  width: 80%;
  text-align: center;
}

.div-block-5 {
  display: inline-block;
}

.service-box {
  width: 100%;
  height: 300px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 200px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(154, 93, 194, 0.9)), color-stop(50%, rgba(154, 93, 194, 0))), url('../images/Web-1920-–-6.png');
  background-image: linear-gradient(0deg, rgba(154, 93, 194, 0.9), rgba(154, 93, 194, 0) 50%), url('../images/Web-1920-–-6.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.service-box._1 {
  display: block;
  width: 100%;
  height: 300px;
  margin-left: auto;
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(154, 93, 194, 0.9)), color-stop(46%, rgba(154, 93, 194, 0))), url('../images/Web-1920-–-7.png');
  background-image: linear-gradient(0deg, rgba(154, 93, 194, 0.9), rgba(154, 93, 194, 0) 46%), url('../images/Web-1920-–-7.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-family: Philosopher, sans-serif;
  color: #fff;
}

.service-box._2 {
  display: block;
  width: 100%;
  height: 300px;
  margin-left: auto;
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(154, 93, 194, 0.9)), color-stop(50%, rgba(154, 93, 194, 0))), url('../images/Web-1920-–-20.png');
  background-image: linear-gradient(0deg, rgba(154, 93, 194, 0.9), rgba(154, 93, 194, 0) 50%), url('../images/Web-1920-–-20.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-family: Philosopher, sans-serif;
  color: #fff;
  text-align: center;
}

.service-box._3 {
  display: block;
  width: 100%;
  height: 300px;
  margin-top: 0px;
  margin-left: auto;
  padding-top: 160px;
  background-image: url('../images/Group-151450.png');
  font-family: Philosopher, sans-serif;
  color: #fff;
}

.service-box._4 {
  display: block;
  width: 100%;
  height: 300px;
  margin-left: auto;
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(154, 93, 194, 0.9)), color-stop(50%, rgba(154, 93, 194, 0))), url('../images/Web-1920-–-1.png');
  background-image: linear-gradient(0deg, rgba(154, 93, 194, 0.9), rgba(154, 93, 194, 0) 50%), url('../images/Web-1920-–-1.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  font-family: Philosopher, sans-serif;
  color: #fff;
}

.service-box._5 {
  width: 100%;
  height: 300px;
  margin-left: auto;
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(154, 93, 194, 0.9)), color-stop(50%, rgba(154, 93, 194, 0))), url('../images/Web-1920-–-9.png');
  background-image: linear-gradient(0deg, rgba(154, 93, 194, 0.9), rgba(154, 93, 194, 0) 50%), url('../images/Web-1920-–-9.png');
  color: #fff;
}

.service-box._6 {
  width: 100%;
  height: 300px;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(154, 93, 194, 0.9)), color-stop(50%, rgba(154, 93, 194, 0))), url('../images/Web-1920-–-16.png');
  background-image: linear-gradient(0deg, rgba(154, 93, 194, 0.9), rgba(154, 93, 194, 0) 50%), url('../images/Web-1920-–-16.png');
  color: #fff;
}

.service-box._7 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(154, 93, 194, 0.9)), color-stop(50%, rgba(154, 93, 194, 0))), url('../images/Web-1920-–-18.png');
  background-image: linear-gradient(0deg, rgba(154, 93, 194, 0.9), rgba(154, 93, 194, 0) 50%), url('../images/Web-1920-–-18.png');
  color: #fff;
}

.service-box._8 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(154, 93, 194, 0.9)), color-stop(50%, rgba(154, 93, 194, 0))), url('../images/photo-1544161515-4ab6ce6db874.jpeg');
  background-image: linear-gradient(0deg, rgba(154, 93, 194, 0.9), rgba(154, 93, 194, 0) 50%), url('../images/photo-1544161515-4ab6ce6db874.jpeg');
  color: #fff;
}

.services-box2 {
  margin: 20px 20px 20px 10px;
}

.heading-7 {
  font-family: Philosopher, sans-serif;
}

.div-block-6 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-7 {
  display: inline-block;
  width: 80%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: rgba(122, 34, 112, 0.8);
}

.image-3 {
  display: block;
  margin-top: 20px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-9 {
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #7a2270;
}

.heading-8 {
  position: static;
  font-family: Philosopher, sans-serif;
  color: #9a5dc2;
}

.button {
  display: none;
  width: 85%;
  border-radius: 50px;
  background-color: #9a5dc2;
}

.div-block-10 {
  height: 300px;
  padding: 40px;
  border-radius: 20px;
  background-color: rgba(154, 93, 194, 0.5);
  text-align: left;
}

.div-block-11 {
  display: none;
}

.form-box {
  display: inline-block;
  width: 25%;
}

.text-label {
  font-weight: 400;
  text-align: left;
}

.form {
  font-size: 12px;
  font-weight: 100;
}

.submit-btn {
  width: 300px;
  margin-top: 20px;
  border-radius: 20px;
  background-color: #9a5dc2;
  font-weight: 400;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: #e7e7e7;
  border-radius: 6px;
  background-color: transparent;
  color: #9a5dc2;
}

.address-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-12 {
  display: inline-block;
  padding: 10px;
  text-align: left;
}

.heading-9 {
  margin-bottom: 0px;
  color: #000;
  font-weight: 400;
  text-align: left;
}

.div-block-13 {
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-3 {
  color: #000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
}

.html-embed {
  opacity: 0.5;
}

.copyright-box {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #360531;
}

.text-copyright {
  background-color: transparent;
  color: #fff;
  font-size: 10px;
  font-weight: 100;
}

.div-block-14 {
  display: inline-block;
  margin-bottom: 40px;
}

.heading-10 {
  margin-bottom: 20px;
  font-family: Philosopher, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.text-block-4 {
  width: 100%;
  padding-left: 0px;
  color: #fff;
  font-weight: 100;
  text-align: left;
  text-decoration: none;
}

.text-block-4.link:hover {
  color: #ffd900;
}

.div-block-15 {
  margin-bottom: 20px;
}

.link {
  display: block;
  color: #fff;
  font-weight: 100;
  text-align: left;
  text-decoration: none;
}

.link:hover {
  color: #ffd900;
}

.lightbox-link {
  width: 24%;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  border-radius: 20px;
}

.columns {
  display: none;
}

.price-box {
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#7a2270), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #7a2270, hsla(0, 0%, 100%, 0));
}

.price-box._1 {
  height: 280px;
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#9a5dc2), to(hsla(0, 0%, 100%, 0))), url('../images/Web-1920-–-13.png');
  background-image: linear-gradient(0deg, #9a5dc2, hsla(0, 0%, 100%, 0)), url('../images/Web-1920-–-13.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 1px 1px 9px -3px rgba(122, 34, 112, 0.8);
}

.price-box._2 {
  height: 280px;
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#9a5dc2), to(hsla(0, 0%, 100%, 0))), url('../images/Web-1920-–-11.png');
  background-image: linear-gradient(0deg, #9a5dc2, hsla(0, 0%, 100%, 0)), url('../images/Web-1920-–-11.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 1px 1px 9px -3px rgba(122, 34, 112, 0.8);
}

.price-box._3 {
  height: 280px;
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#9a5dc2), to(hsla(0, 0%, 100%, 0))), url('../images/Web-1920-–-15.png');
  background-image: linear-gradient(0deg, #9a5dc2, hsla(0, 0%, 100%, 0)), url('../images/Web-1920-–-15.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 1px 1px 9px -3px rgba(122, 34, 112, 0.8);
}

.price-box._4 {
  height: 280px;
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#9a5dc2), to(hsla(0, 0%, 100%, 0))), url('../images/Web-1920-–-10.png');
  background-image: linear-gradient(0deg, #9a5dc2, hsla(0, 0%, 100%, 0)), url('../images/Web-1920-–-10.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 1px 0 9px -3px rgba(122, 34, 112, 0.8);
}

.div-block-16 {
  height: 80px;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7a2270), color-stop(52%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #7a2270, hsla(0, 0%, 100%, 0) 52%);
  opacity: 0.53;
}

.heading-11 {
  margin-top: 10px;
  color: #ffd900;
  font-weight: 500;
}

.text-block-5 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slider {
  height: 300px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.divider2 {
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}

.heading-12 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.text-block-6 {
  color: #fff;
  font-size: 12px;
  font-style: italic;
  font-weight: 100;
}

.button-2 {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 20px;
  background-color: #7a2270;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  text-align: center;
}

.button-2:hover {
  background-color: rgba(255, 217, 0, 0.5);
}

.div-block-19 {
  display: inline-block;
  width: 60%;
  text-align: center;
}

.heading-13 {
  display: none;
  margin-bottom: 60px;
  color: #7a2270;
  font-weight: 400;
}

.social-direct-link {
  width: 200px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
}

.social-direct-link.footer {
  width: 100px;
}

.columns-2 {
  display: block;
  width: 100%;
  text-align: center;
}

.div-block-20 {
  text-align: left;
}

.div-block-21 {
  margin-top: 20px;
}

.section-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.div-block-22 {
  width: 100%;
}

.brand {
  padding: 10px;
}

.nav-menu {
  display: block;
}

.list {
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
  text-align: left;
}

.text-block-7 {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: left;
}

.div-block-23 {
  display: block;
}

.benefit {
  display: inline-block;
  width: 100%;
  font-weight: 500;
  text-align: left;
}

.div-block-24 {
  display: inline-block;
  width: 60%;
}

@media screen and (max-width: 479px) {
  .section.top-head {
    z-index: 1000;
    padding-bottom: 0px;
    background-color: rgba(104, 4, 84, 0.53);
  }

  .section.introduction {
    margin-top: 31px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.contact {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.hero {
    height: 480px;
    background-image: linear-gradient(146deg, #7a2270, rgba(122, 34, 112, 0)), url('../images/Web-1920-–-15.png'), url('../images/top-image.png');
    background-position: 0px 0px, 50% 0%, 35% 100%;
    background-size: auto, cover, cover;
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll;
  }

  .container {
    width: 100%;
  }

  .container.hero {
    margin-top: 120px;
  }

  .nav-link {
    display: block;
    margin-top: auto;
    background-color: #000;
  }

  .nav-link:hover {
    display: block;
    border-bottom-style: none;
  }

  .nav-link.w--current {
    margin-top: 0px;
    background-color: #000;
  }

  .heading.contact {
    display: none;
    font-size: 32px;
  }

  .heading.contact.m {
    display: block;
  }

  .div-block-2 {
    display: block;
  }

  .heading-5 {
    margin-top: 10px;
  }

  .container-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-m {
    display: block;
  }

  .image {
    display: none;
  }

  .image-2 {
    display: none;
  }

  .container-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button {
    background-color: #000;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .head-bar {
    width: 100%;
  }

  .text-block {
    font-size: 24px;
    text-align: center;
  }

  .text-block-2 {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
  }

  .menu-button-2 {
    display: block;
    margin-top: 5px;
    border: 1px solid #fff;
    color: #fff;
  }

  .menu-button-2.w--open {
    background-color: #550d4d;
  }

  .paragraph-6 {
    width: 100%;
  }

  .paragraph-6.specialists {
    width: 80%;
  }

  .div-block-5 {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-7 {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-10 {
    height: 400px;
  }

  .form-box {
    width: 80%;
  }

  .submit-btn {
    width: 100%;
  }

  .copyright-box {
    height: 40px;
    padding-top: 10px;
  }

  .text-copyright {
    font-size: 10px;
  }

  .heading-10 {
    margin-top: 40px;
  }

  .text-block-4.link {
    text-decoration: underline;
  }

  .lightbox-link {
    width: 45%;
  }

  .price-box._1 {
    margin-bottom: 20px;
  }

  .price-box._2 {
    margin-bottom: 20px;
  }

  .price-box._3 {
    margin-bottom: 20px;
  }

  .slider {
    height: 400px;
  }

  .div-block-17 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-18 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-19 {
    width: 90%;
  }

  .social-direct-link {
    display: block;
    width: auto;
  }

  .social-direct-link.footer {
    display: inline-block;
    float: none;
  }

  .div-block-21 {
    display: block;
  }

  .nav-menu {
    display: none;
  }
}

@font-face {
  font-family: 'Philosopher';
  src: url('../fonts/Philosopher-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Philosopher';
  src: url('../fonts/Philosopher-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Philosopher';
  src: url('../fonts/Philosopher-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Philosopher';
  src: url('../fonts/Philosopher-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dancingscript variablefont wght';
  src: url('../fonts/DancingScript-VariableFont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}