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

body {
  background-color: #fffbf2;
  font-family: Inter, sans-serif;
  color: #060504;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 251, 242, 0.9);
}

.container {
  display: block;
  width: 1024px;
  margin: 5px 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar-link {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 30px;
  padding: 0px;
}

.navbar-link.w--current {
  color: #060504;
}

.button {
  padding: 9px 23px;
  border: 1px solid #000;
  border-radius: 60px;
  background-color: #fffbf2;
  color: #060504;
}

.button.hero {
  padding: 9px 25px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #fffbf2;
  color: #060504;
}

.button.hero._1 {
  margin-left: 20px;
  padding: 8px 23px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  max-width: 940px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: url('../images/bg-big-.png');
  background-position: 0% 50%;
}

.text-block {
  font-family: Neutralface, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.heading.hero {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: Neutralface, sans-serif;
  font-size: 40px;
}

.heading.hero._1 {
  margin-top: 7px;
  margin-bottom: 3px;
}

.text-link.hero {
  margin-left: 20px;
  border: 1px none #000;
  color: #060504;
  text-decoration: none;
}

.underline-hero {
  width: 686px;
  height: 3px;
  margin-left: 46px;
  background-color: #060504;
}

.underline-hero._2 {
  width: 409px;
}

.underline-hero._3 {
  width: 522px;
}

.underline-hero._4 {
  width: 579px;
}

.underline-hero._5 {
  width: 657px;
}

.underline-hero._8 {
  width: 559px;
}

.underline-hero._9 {
  width: 540px;
}

.div-block-2 {
  margin-top: 22px;
}

.section.hero {
  margin-top: 61px;
  margin-bottom: 20px;
}

.section.quick-links {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.about-me {
  margin-top: 90px;
  margin-bottom: 120px;
  padding-top: 0px;
}

.section.services {
  margin-top: 120px;
}

.section.quote {
  margin-top: 120px;
  background-image: url('../images/blue-bg-big-min.png');
  background-position: center;
  background-size: 1440px;
}

.section.price {
  margin-top: 60px;
  padding-top: 60px;
}

.section.feedback {
  margin-top: 60px;
  padding-top: 60px;
}

.section.faq {
  margin-top: 80px;
  margin-bottom: 120px;
  padding-top: 40px;
  background-image: url('../images/Group-112-new.svg');
  background-position: 0px 0px;
}

.section.contact {
  margin-top: 60px;
  padding-top: 60px;
}

.section.footer {
  margin-top: 120px;
}

.quck-links-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 530px;
  padding: 40px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  background-image: url('../images/Group-112-new.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.quick-links-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
}

.link-ql {
  color: #060504;
  font-size: 18px;
  line-height: 130%;
  text-decoration: none;
}

.ql-divider {
  width: 381px;
  height: 2px;
  margin-top: 19px;
  margin-bottom: 19px;
  background-color: #060504;
}

._1st-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._1st-box.about-me {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._1st-box.why-me {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._1st-box.quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._1st-box.services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._1st-box.prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._1st-box.faq {
  padding-bottom: 100px;
}

._1st-box.footer-copy {
  display: none;
}

._1st-box.about-me-copy {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._1st-box.payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.am-header-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.h2-1440 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Neutralface, sans-serif;
  font-size: 78px;
  line-height: 130%;
  font-weight: 700;
}

.h2-1440._1 {
  margin-bottom: 10px;
}

.text-block-2 {
  color: #060504;
  font-size: 21px;
  text-decoration: none;
}

.image {
  width: 10px;
  margin-left: 37px;
}

.div-block-4 {
  position: relative;
  top: -163px;
  z-index: 1;
  width: 92px;
  height: 65px;
  border-radius: 60px;
  background-color: #ee783a;
}

.am-text-and-pic-box {
  width: 940px;
  margin-top: -116px;
}

.text-about-me {
  padding-right: 15px;
  line-height: 130%;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.h2-header-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2-header-box.faq {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.h2-header-box.fb {
  padding-top: 0px;
}

.h2-header-box.ig {
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.oval-h2.wmb {
  width: 160px;
  height: 68px;
  margin-right: 10px;
  border: 1px solid #000;
  border-radius: 60px;
  background-color: #3d4d9e;
}

.oval-h2.wmt {
  width: 68px;
  height: 68px;
  margin-right: 10px;
  border: 1px solid #000;
  border-radius: 60px;
}

.oval-h2.wmy {
  width: 237px;
  height: 68px;
  border: 1px solid #000;
  border-radius: 60px;
  background-color: #ffd773;
}

.oval-h2.gfdb {
  width: 156px;
  height: 68px;
  margin-right: 10px;
  border: 1px solid #000;
  border-radius: 60px;
  background-color: #388144;
}

.oval-h2.tfaq {
  width: 68px;
  height: 68px;
  margin-right: 10px;
  border: 1px solid #000;
  border-radius: 60px;
}

.oval-h2.rc {
  width: 105px;
  height: 68px;
  border: 1px solid #000;
  border-radius: 60px;
  background-color: #c83634;
}

.oval-h2.ofaq {
  width: 244px;
  height: 68px;
  margin-right: 10px;
  border: 1px solid #000;
  border-radius: 60px;
  background-color: #ee783a;
}

.oval-h2.gfaq {
  width: 137px;
  height: 68px;
  border: 1px solid #000;
  border-radius: 60px;
  background-color: #388144;
}

.oval-h2.yc {
  width: 238px;
  height: 68px;
  margin-right: 10px;
  border: 1px solid #000;
  border-radius: 60px;
  background-color: #ffd773;
}

.oval-h2.tc {
  width: 68px;
  height: 68px;
  margin-right: 10px;
  border: 1px solid #000;
  border-radius: 60px;
}

.oval-h2.rc2 {
  width: 248px;
  height: 68px;
  margin-right: 10px;
  border: 1px solid #000;
  border-radius: 60px;
  background-color: #c83634;
}

.oval-h2.yc2 {
  width: 160px;
  height: 68px;
  border: 1px solid #000;
  border-radius: 60px;
  background-color: #ffd773;
}

.oval-h2.bfb {
  width: 285px;
  height: 68px;
  border: 1px solid #000;
  border-radius: 60px;
  background-color: #3d4d9e;
}

.ovals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ovals.faq {
  position: relative;
  top: 180px;
}

.ovals.c {
  margin-top: -11px;
}

.ovals.c._2 {
  margin-top: 22px;
}

.wm-cards-box {
  width: 940px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.h3-1440 {
  margin-top: 0px;
  font-size: 21px;
}

.paragraph-2 {
  max-width: 381px;
  color: #3c3c3c;
}

.brand {
  position: static;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
}

.serv-header-box {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  margin-bottom: 0px;
}

.column-2 {
  padding-right: 10px;
  padding-left: 0px;
}

.div-block-5 {
  width: 100%;
  height: 1px;
  margin-top: 17px;
  margin-bottom: 17px;
  border: 1px none #000;
  background-color: #060504;
}

.text-block-3 {
  font-size: 20px;
  line-height: 130%;
}

.column-3 {
  margin-top: 12px;
}

.text-block-4 {
  position: relative;
  left: 13px;
  top: 222px;
  font-family: Neutralface, sans-serif;
  font-size: 37px;
  line-height: 147%;
  font-weight: 700;
}

.div-block-6 {
  margin-top: -140px;
  margin-bottom: -68px;
}

.text-block-5 {
  margin-top: 182px;
  margin-left: 38px;
  color: #fffbf2;
  font-size: 27px;
  line-height: 130%;
}

.image-3 {
  position: relative;
  left: -64px;
  top: 74px;
  width: 72px;
}

.image-4 {
  max-width: 572px;
}

.perices-card.individual {
  width: 550px;
  height: 396px;
  padding-left: 36px;
  border-radius: 20px;
  background-image: url('../images/Group-112-new.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.perices-card.group {
  width: 550px;
  height: 396px;
  padding-left: 46px;
  border-radius: 20px;
  background-image: url('../images/small-Group-111-new.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.prices-big-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 50px 325px;
  grid-template-columns: 50px 325px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 76px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.table-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.table-1.bottom {
  border-bottom-right-radius: 20px;
}

.text-block-7 {
  font-family: Neutralface, sans-serif;
  font-size: 30px;
  line-height: 1;
}

.table-2 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.table-2.bottom {
  border-bottom-left-radius: 20px;
}

.table-text-2 {
  font-size: 24px;
}

.table-text-1 {
  font-size: 23px;
  line-height: 121%;
}

.pcard-text {
  margin-top: 42px;
  margin-right: 51px;
}

.h4-card-1440 {
  font-family: Neutralface, sans-serif;
  font-size: 38px;
  line-height: 125%;
}

.h4-card-1440.right-allign {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

.paragraph-pcard.small {
  width: 405px;
}

.paragraph-pcard.small.long {
  width: 517px;
}

.button-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-price.small-card {
  margin-top: 17px;
}

.pcard-price {
  margin-left: 11px;
  font-family: Neutralface, sans-serif;
  font-size: 21px;
  line-height: 21px;
  font-weight: 700;
}

.pcard-price.learn-more {
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.prices-inner-box.group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.prices-inner-box.single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.prices-inner-box.telegram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  height: 250px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 44px;
  padding-left: 42px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: url('../images/pink-bg.svg');
  background-position: 0px 0px;
}

.prices-inner-box.instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  height: 250px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 42px;
  padding-left: 42px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: url('../images/orange-bg.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.prices-inner-box.coming-soon {
  width: 940px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 44px;
  padding-left: 42px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: url('../images/green-bg.svg');
  background-position: 0px 0px;
}

.image-5 {
  margin-left: 6px;
  cursor: pointer;
}

.image-6 {
  margin-left: 5px;
  cursor: pointer;
}

.columns-2 {
  width: 940px;
}

.column-4 {
  padding-left: 0px;
}

.review-box {
  margin-bottom: 10px;
  padding: 14px;
  border: 1px solid #000;
  border-radius: 13px;
}

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

.review-box._4 {
  margin-bottom: 20px;
}

.fb-text {
  line-height: 130%;
}

.fb-name {
  font-weight: 500;
  text-align: right;
}

.column-5 {
  padding-left: 0px;
}

.column-6 {
  padding-left: 0px;
}

.column-7 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.fb-link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  font-family: Neutralface, sans-serif;
  color: #060504;
  font-size: 37px;
  line-height: 36px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-9 {
  width: 385px;
  height: 3px;
  margin-top: 14px;
  background-color: #060504;
}

.faq-q {
  width: 940px;
  margin-top: 40px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #fffbf2;
}

.faq-q-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 0px;
  padding-left: 34px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.faq-text {
  font-size: 19px;
  font-weight: 400;
}

.arrow-faq {
  width: 19px;
  margin-right: 0px;
}

.divider-faq {
  width: 99.9%;
  height: 1px;
  margin-top: 25px;
  background-color: #060504;
}

.divider-faq._1 {
  background-color: transparent;
}

.faq-q-text {
  overflow: hidden;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 34px;
}

.paragraph-3 {
  max-width: 750px;
  margin-bottom: 0px;
  padding-top: 20px;
  color: #585757;
  font-size: 16px;
  line-height: 140%;
}

.faq-q2 {
  width: 940px;
}

.ig-profile-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #060504;
  text-decoration: none;
}

.ig-profile-text {
  margin-right: 30px;
}

.text-block-8 {
  font-weight: 500;
}

.text-block-8._1 {
  margin-bottom: 10px;
  font-weight: 500;
}

.image-8 {
  width: 940px;
}

.contact-content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-card {
  width: 415px;
  height: 270px;
  padding: 49px;
  border-radius: 20px;
  background-image: url('../images/blue-bg-big-min.png');
  background-position: 0px 0px;
  background-size: 1440px;
}

.card-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 38px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-9 {
  width: 24px;
}

.link-2 {
  margin-left: 25px;
  color: #fffbf2;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
}

.footer-big-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  margin-bottom: 53px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-left-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-10 {
  width: 1px;
  height: 65px;
  margin-right: 17px;
  margin-left: 17px;
  background-color: #060504;
}

.paragraph-4 {
  margin-bottom: 0px;
  color: #5c5c5c;
  font-size: 14px;
}

.footer-right-box {
  display: block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 14px;
}

.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.footer-link {
  margin-bottom: 8px;
  margin-left: 0px;
  color: #5c5c5c;
  text-decoration: none;
}

.footer-link.tiktok {
  display: none;
}

.designer-credit {
  margin-left: 0px;
  color: #5c5c5c;
  text-align: left;
}

.link-3 {
  color: #5c5c5c;
  font-weight: 500;
  text-decoration: underline;
}

.image-10 {
  width: 80px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-11 {
  width: 100%;
  height: 100.00009%;
  max-width: none;
  margin-top: 0px;
}

.column-8 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-9 {
  padding-right: 0px;
  padding-left: 0px;
}

.image-13 {
  width: 71px;
}

.image-14 {
  display: none;
}

.link-block-2 {
  display: none;
}

.columns-3-copy {
  display: none;
}

.columns-2-copy {
  display: none;
  width: 940px;
}

.grid-copy {
  display: none;
}

.image-17 {
  display: none;
}

._1st-box-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._1st-box-copy.prices-copy {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._1st-box-copy {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-23 {
  display: none;
}

.image-23-copy {
  display: none;
}

.image-4-copy {
  display: none;
  max-width: 572px;
}

.h2-header-box-copy {
  display: none;
  width: 940px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ovals-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2-copy-copy {
  display: none;
}

.arrow-faq-div {
  margin-right: 3%;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-wrap {
  display: none;
}

.link-block-4 {
  display: none;
}

.image-25 {
  display: none;
}

.image-26 {
  display: none;
  width: 509px;
  height: 360px;
}

.div-block-15 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding: 22px 40px;
  border: 1px solid #000;
  border-radius: 90px;
  text-decoration: none;
}

.lightbox-link {
  position: relative;
  top: -97px;
  text-decoration: none;
}

.lightbox-link-copy {
  position: relative;
  top: -97px;
  text-decoration: none;
}

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

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

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

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

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

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

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

.div-block-24 {
  display: none;
  min-width: 918px;
}

.div-block-24-copy {
  display: none;
  min-width: 918px;
}

.underline-hero-copy {
  width: 686px;
  height: 3px;
  margin-left: 46px;
  background-color: #060504;
}

.underline-hero-copy._9 {
  width: 540px;
}

.image-27 {
  position: static;
  top: 4px;
  margin-top: -232px;
}

.div-block-26 {
  position: absolute;
  left: 36.6vw;
  top: 5723.38px;
  width: 301px;
  padding: 18px 20px;
  border-radius: 10px;
  background-color: #fffbf2;
  box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.1);
  font-size: 17px;
}

.div-block-27 {
  position: absolute;
  left: 57.8vw;
  top: 5951.88px;
  right: 57.8vw;
  width: 312px;
  padding: 18px 20px;
  border-radius: 10px;
  background-color: #fffbf2;
  box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.1);
  font-size: 17px;
}

.paragraph-6 {
  margin-bottom: 0px;
  line-height: 130%;
}

.paragraph-7 {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 130%;
}

.link-4 {
  color: #ca4600;
  text-decoration: none;
}

.link-5 {
  color: #ca4600;
  text-decoration: none;
}

.link-6 {
  color: #ca4600;
  text-decoration: none;
}

.link-8 {
  color: #ca4600;
  text-decoration: none;
}

.link-tree {
  color: #5c5c5c;
  font-size: 14px;
  text-decoration: none;
}

.link-tree.current {
  color: #060504;
}

.div-block-28 {
  width: 940px;
  margin-top: 40px;
}

.grid-3 {
  width: 940px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.text-block-13 {
  font-family: Neutralface, sans-serif;
  font-size: 37px;
  line-height: 130%;
  font-weight: 700;
  text-align: left;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*height: 270px;*/
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #ffd773;
}

.div-block-30.purple {
  background-color: #e3d2ff;
}

.div-block-30.pink {
  background-color: #f1afc8;
}

.div-block-30.peach {
  background-color: #fbbda4;
}

.div-block-30.green {
  display: none;
  background-color: #7dcc8a;
}

.div-block-30.blue {
  display: none;
  background-color: #8aa9dd;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-14 {
  font-family: Neutralface, sans-serif;
  font-size: 29px;
  line-height: 1;
  font-weight: 700;
  text-align: right;
}

.section-3 {
  margin-top: 22px;
}

.section-3-mobile {
  display: none;
  margin-top: 22px;
}

.text-block-15 {
  text-align: center;
}

.text-block-16 {
  margin-bottom: 50px;
  text-align: center;
}

.div-block-32 {
  width: 940px;
  color: #585757;
  font-size: 12px;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-28 {
  display: inline-block;
  max-width: 66px;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-29 {
  max-width: 3%;
}

.image-30 {
  max-width: 66px;
}

.image-31 {
  max-width: 14%;
}

.image-32 {
  max-width: 66px;
}

.image-33 {
  max-width: 60px;
}

.image-34 {
  max-width: 70px;
}

.image-35 {
  max-width: 66px;
}

.image-36 {
  max-width: 100px;
}

.image-37 {
  max-width: 100px;
}

.div-block-32-copy {
  width: 940px;
  color: #585757;
  font-size: 12px;
}

.map-1280 {
  display: none;
}

.map-1440 {
  display: none;
}

.map-768 {
  display: none;
}

.map-568 {
  display: none;
}

.map-small {
  display: none;
}

.div-block-34 {
  width: 940px;
}

.instagram {
  display: block;
}

.small-text-card {
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.text-span-2 {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.small-text-card-copy {
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.link-9 {
  font-family: Inter, sans-serif;
  color: #060504;
  font-size: 19px;
  font-weight: 400;
  text-decoration: none;
}

.image-38 {
  width: 100%;
  max-width: none;
}

.section-4 {
  height: 500px;
  background-image: url('../images/pexels-yan-krukov-8199215-min.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.h4 {
  margin-top: 10px;
}

.paragraph-8 {
  max-width: 750px;
  line-height: 130%;
}

@media screen and (min-width: 1280px) {
  .navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 251, 242, 0.9);
  }

  .container {
    min-width: 1220px;
    margin: 4px 70px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .navbar-link {
    margin: 20px 0px 20px 30px;
    padding: 0px;
  }

  .navbar-link.w--current {
    color: #060504;
  }

  .button {
    padding: 10px 25px;
    border: 1px solid #000;
    border-radius: 60px;
    background-color: #fffbf2;
    color: #060504;
  }

  .button.hero {
    padding-right: 25px;
    padding-left: 25px;
    border: 1px solid #000;
    border-radius: 60px;
    background-color: #fffbf2;
    font-family: Inter, sans-serif;
    color: #060504;
    font-size: 20px;
    line-height: 24px;
  }

  .button.hero._1 {
    font-size: 17px;
  }

  .button.pcard {
    font-size: 20px;
    font-weight: 500;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 550px;
    max-width: 1220px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-image: url('../images/bg-big-.png');
    background-position: 0% 0%;
    background-repeat: repeat;
  }

  .text-block {
    font-family: Neutralface, sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
  }

  .heading.hero {
    font-family: Neutralface, sans-serif;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
  }

  .text-link.hero {
    margin-left: 18px;
    color: #060504;
    font-size: 18px;
    text-decoration: none;
  }

  .underline-hero {
    width: 858px;
    height: 3px;
    margin-left: 60px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #060504;
  }

  .underline-hero._2 {
    display: block;
    width: 507px;
  }

  .underline-hero._3 {
    width: 649px;
  }

  .underline-hero._4 {
    width: 719px;
  }

  .underline-hero._5 {
    width: 816px;
  }

  .underline-hero._6 {
    width: 852px;
  }

  .underline-hero._8 {
    width: 693px;
  }

  .underline-hero._9 {
    width: 673px;
  }

  .div-block-2 {
    margin-top: 26px;
  }

  .section {
    margin-top: 120px;
    margin-bottom: 0px;
  }

  .section.hero {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-top: 71px;
  }

  .section.quick-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.about-me {
    margin-bottom: 120px;
  }

  .section.why-me {
    margin-bottom: 0px;
  }

  .section.services {
    margin-bottom: 120px;
  }

  .section.quote {
    background-image: url('../images/blue-bg-big-min.png');
    background-position: 0px 0px;
    background-size: 1440px;
  }

  .section.price {
    margin-top: 70px;
    padding-top: 70px;
  }

  .section.feedback {
    margin-top: 60px;
    padding-top: 60px;
  }

  .section.faq {
    margin-top: 120px;
    background-image: url('../images/Group-112-new.svg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .section.contact {
    margin-top: 120px;
  }

  .quck-links-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 700px;
    padding: 50px 40px 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 20px;
    background-image: url('../images/Group-112-new.svg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .quick-links-box {
    width: 1220px;
  }

  .link-ql {
    font-family: Inter, sans-serif;
    color: #060504;
    font-size: 22px;
    text-decoration: none;
  }

  .ql-divider {
    width: 500px;
    height: 2px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #060504;
  }

  ._1st-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._1st-box.about-me {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._1st-box.why-me {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._1st-box.quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._1st-box.services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._1st-box.prices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._1st-box.faq {
    padding-bottom: 100px;
  }

  ._1st-box.about-me-copy {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .am-header-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1220px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .h2-1440 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Neutralface, sans-serif;
    font-size: 102px;
    line-height: 130%;
  }

  .text-block-2 {
    font-size: 29px;
    font-weight: 500;
  }

  .image {
    width: 12px;
    margin-left: 70px;
  }

  .div-block-4 {
    position: relative;
    top: -215px;
    width: 123px;
    height: 87px;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 60px;
    background-color: #ee783a;
  }

  .am-text-and-pic-box {
    width: 1220px;
    margin-top: -192px;
  }

  .text-about-me {
    margin-top: 39px;
    padding-right: 37px;
  }

  .column {
    padding-left: 0px;
  }

  .h2-header-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1220px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h2-header-box.faq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .h2-header-box.ig {
    margin-bottom: 15px;
  }

  .oval-h2.wmb {
    width: 168px;
    height: 87px;
    margin-right: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    border: 1px solid #000;
    border-radius: 60px;
    background-color: #3d4d9e;
  }

  .oval-h2.wmt {
    width: 88px;
    height: 88px;
    margin-right: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    border: 1px solid #000;
    border-radius: 60px;
  }

  .oval-h2.wmy {
    width: 345px;
    height: 87px;
    padding-right: 0px;
    padding-bottom: 0px;
    border: 1px solid #000;
    border-radius: 60px;
    background-color: #ffd773;
  }

  .oval-h2.gfdb {
    width: 220px;
    height: 87px;
    margin-right: 10px;
    border: 1px solid #000;
    border-radius: 60px;
    background-color: #388144;
  }

  .oval-h2.tfaq {
    width: 87px;
    height: 87px;
    margin-right: 10px;
    border: 1px solid #000;
    border-radius: 60px;
  }

  .oval-h2.rc {
    width: 135px;
    height: 87px;
    border: 1px solid #000;
    border-radius: 60px;
    background-color: #c83634;
  }

  .oval-h2.ofaq {
    width: 324px;
    height: 87px;
    margin-right: 10px;
    border: 1px solid #000;
    border-radius: 60px;
    background-color: #ee783a;
  }

  .oval-h2.gfaq {
    width: 166px;
    height: 87px;
    border: 1px solid #000;
    border-radius: 60px;
    background-color: #388144;
  }

  .oval-h2.yc {
    width: 330px;
    height: 87px;
    margin-right: 10px;
    border: 1px solid #000;
    border-radius: 60px;
    background-color: #ffd773;
  }

  .oval-h2.tc {
    width: 87px;
    height: 87px;
    margin-right: 10px;
    border: 1px solid #000;
    border-radius: 60px;
  }

  .oval-h2.rc2 {
    width: 320px;
    height: 87px;
    margin-right: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    border: 1px solid #000;
    border-radius: 60px;
    background-color: #c83634;
  }

  .oval-h2.yc2 {
    width: 190px;
    height: 87px;
    padding-right: 0px;
    padding-bottom: 0px;
    border: 1px solid #000;
    border-radius: 60px;
    background-color: #ffd773;
  }

  .oval-h2.bfb {
    width: 375px;
    height: 87px;
    border-radius: 60px;
    background-color: #3d4d9e;
  }

  .ovals {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -21px;
  }

  .ovals.faq {
    position: relative;
    top: 243px;
  }

  .ovals.c {
    margin-top: 1px;
  }

  .ovals.c._2 {
    margin-top: 24px;
  }

  .wm-cards-box {
    width: 1220px;
  }

  .grid {
    margin-top: 15px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .wm-text-box-big {
    width: 500px;
  }

  .h3-1440 {
    margin-top: 0px;
    font-size: 30px;
  }

  .paragraph-2 {
    max-width: 497px;
  }

  .brand.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns {
    width: 1220px;
  }

  .div-block-5 {
    width: 100%;
    height: 1px;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #060504;
  }

  .text-block-3 {
    font-size: 25px;
    line-height: 130%;
  }

  .column-3 {
    margin-top: 16px;
  }

  .text-block-4 {
    position: relative;
    left: 20px;
    top: 243px;
    width: 567px;
    font-family: Neutralface, sans-serif;
    font-size: 40px;
    line-height: 147%;
    font-weight: 700;
  }

  .div-block-6 {
    margin-top: -149px;
    margin-bottom: -68px;
  }

  .text-block-5 {
    margin-top: 175px;
    margin-left: 63px;
    color: #fffbf2;
    font-size: 39px;
    line-height: 130%;
  }

  .image-3 {
    position: relative;
    left: -89px;
    top: 62px;
    width: auto;
  }

  .image-4 {
    max-width: 622px;
  }

  .perices-card.individual {
    width: 717px;
    height: 422px;
    padding-left: 46px;
    border-radius: 20px;
    background-image: url('../images/Group-112-new.svg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .perices-card.group {
    width: 717px;
    height: 422px;
    padding-left: 46px;
    border-radius: 20px;
    background-image: url('../images/small-Group-111-new.svg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .prices-big-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1220px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 62px 410px;
    grid-template-columns: 62px 410px;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #000;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .table-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
  }

  .table-1.bottom {
    border-bottom-right-radius: 20px;
  }

  .text-block-7 {
    font-family: Neutralface, sans-serif;
    font-size: 40px;
    line-height: 1;
  }

  .table-2 {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
  }

  .table-2.bottom {
    border-bottom-left-radius: 20px;
  }

  .table-text-2 {
    font-size: 29px;
  }

  .table-text-1 {
    font-size: 26px;
    line-height: 121%;
  }

  .pcard-text {
    margin-top: 42px;
  }

  .h4-card-1440 {
    max-width: 579px;
    font-family: Neutralface, sans-serif;
    font-size: 47px;
    line-height: 125%;
  }

  .h4-card-1440.right-allign {
    max-width: 536px;
    text-align: right;
  }

  .paragraph-pcard {
    max-width: 615px;
    font-size: 18px;
    line-height: 130%;
  }

  .paragraph-pcard.small {
    width: auto;
  }

  .paragraph-pcard.small.long {
    width: auto;
  }

  .button-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 34px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pcard-price {
    margin-left: 20px;
    font-family: Neutralface, sans-serif;
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
  }

  .prices-inner-box.group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1220px;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .prices-inner-box.single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1220px;
    margin-bottom: 35px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .prices-inner-box.telegram {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1220px;
    height: 250px;
    margin-bottom: 35px;
    padding-right: 43px;
    padding-left: 43px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-image: url('../images/pink-bg.svg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .prices-inner-box.instagram {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1220px;
    height: 277px;
    margin-bottom: 35px;
    padding-right: 43px;
    padding-left: 43px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-image: url('../images/orange-bg.svg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .prices-inner-box.coming-soon {
    width: 1220px;
    margin-bottom: 35px;
    padding-right: 43px;
    padding-left: 43px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
  }

  .image-5 {
    margin-left: 9px;
  }

  .image-6 {
    padding-left: 9px;
  }

  .columns-2 {
    width: 1220px;
  }

  .column-4 {
    padding-right: 10px;
    padding-left: 0px;
    border: 1px none #000;
  }

  .review-box {
    margin-bottom: 14px;
    padding: 22px;
    border: 1px solid #000;
    border-radius: 20px;
  }

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

  .review-box._4 {
    margin-bottom: 20px;
  }

  .fb-text {
    line-height: 130%;
  }

  .fb-name {
    font-weight: 500;
    text-align: right;
  }

  .column-5 {
    padding-right: 10px;
    padding-left: 0px;
  }

  .column-6 {
    padding-right: 10px;
    padding-left: 0px;
  }

  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .fb-link-box {
    margin-top: 70px;
  }

  .link {
    font-family: Neutralface, sans-serif;
    color: #060504;
    font-size: 37px;
    line-height: 36px;
    font-weight: 700;
    text-decoration: none;
  }

  .div-block-9 {
    width: 387px;
    height: 3px;
    margin-top: 14px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #060504;
  }

  .faq-q {
    width: 1220px;
    margin-top: 60px;
    border: 1px solid #000;
    border-radius: 20px;
    background-color: #fffbf2;
  }

  .faq-q-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    padding-bottom: 0px;
    padding-left: 34px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .faq-text {
    font-size: 25px;
    line-height: 30px;
  }

  .arrow-faq {
    width: auto;
    margin-right: 0px;
  }

  .divider-faq {
    width: 1219px;
    height: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #060504;
  }

  .faq-q-text {
    padding-left: 34px;
  }

  .paragraph-3 {
    max-width: 750px;
    margin-bottom: 0px;
    color: #585757;
    font-size: 18px;
    line-height: 140%;
  }

  .faq-q2 {
    width: 1220px;
  }

  .ig-profile-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ig-profile-text {
    margin-right: 30px;
  }

  .text-block-8 {
    font-size: 19px;
    font-weight: 500;
  }

  .text-block-8._1 {
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 500;
  }

  .image-8 {
    width: 1220px;
  }

  .contact-content-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1220px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contact-card {
    width: 520px;
    height: 340px;
    padding: 55px;
    border-radius: 20px;
    background-image: url('../images/blue-bg-big-min.png');
    background-position: 0px 0px;
    background-size: 1440px;
  }

  .card-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-9 {
    width: 28px;
  }

  .link-2 {
    margin-left: 22px;
    color: #fffbf2;
    font-size: 25px;
    line-height: 32px;
    text-decoration: none;
  }

  .footer-big-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1220px;
    margin-bottom: 80px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-left-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .div-block-10 {
    width: 1px;
    height: 60px;
    margin-right: 31px;
    margin-left: 31px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #060504;
  }

  .paragraph-4 {
    margin-bottom: 0px;
    color: #5c5c5c;
  }

  .footer-right-box {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #5c5c5c;
  }

  .footer-link {
    margin-left: 36px;
    color: #5c5c5c;
    font-size: 15px;
    text-decoration: none;
  }

  .designer-credit {
    padding-top: 0px;
    color: #5c5c5c;
    font-size: 15px;
    text-align: right;
  }

  .link-3 {
    color: #5c5c5c;
    font-weight: 500;
    text-decoration: underline;
  }

  .image-10 {
    width: auto;
  }

  .image-11 {
    width: 100%;
    max-width: none;
  }

  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .columns-3 {
    margin-top: 12px;
  }

  .image-13 {
    width: auto;
  }

  .columns-3-copy {
    margin-top: 12px;
  }

  .columns-2-copy {
    width: 1220px;
  }

  .grid-copy {
    margin-top: 15px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  ._1st-box-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._1st-box-copy.prices-copy {
    display: none;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .serv-header-box-copy {
    display: none;
  }

  ._1st-box-copy {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-4-copy {
    max-width: 622px;
  }

  .h2-header-box-copy {
    display: none;
    width: 1220px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ovals-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -21px;
  }

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

  .link-wrap {
    display: none;
  }

  .link-block-4 {
    display: none;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-26 {
    width: 673px;
  }

  .div-block-15 {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .lightbox-link {
    top: -126px;
  }

  .lightbox-link-copy {
    top: -111px;
  }

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

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

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

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

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

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

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

  .div-block-24-copy {
    display: none;
  }

  .underline-hero-copy {
    width: 858px;
    height: 3px;
    margin-left: 60px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #060504;
  }

  .underline-hero-copy._9 {
    width: 673px;
  }

  .image-27 {
    top: 24px;
    margin-top: -265px;
  }

  .div-block-26 {
    left: 389px;
    top: 6740.38px;
  }

  .div-block-27 {
    left: 800px;
    top: 7106px;
  }

  .div-block-28 {
    width: 1220px;
  }

  .grid-3 {
    width: 1220px;
  }

  .map-1279 {
    display: none;
  }

  .map-1280 {
    display: block;
  }

  .map-1440 {
    display: none;
  }

  .div-block-34 {
    width: 1220px;
  }

  .div-block-35 {
    width: 1220px;
  }
}

@media screen and (min-width: 1440px) {
  body {
    background-color: #fffbf2;
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

  .navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 251, 242, 0.9);
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }

  .container {
    display: block;
    min-width: 1300px;
    margin: 5px 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-link {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
  }

  .button {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 10px 25px;
    border: 1px solid #000;
    border-radius: 22px;
    background-color: #fffbf2;
    color: #000;
    font-size: 16px;
  }

  .button.hero {
    padding-top: 11px;
    padding-bottom: 11px;
    border-radius: 60px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
  }

  .button.pcard {
    font-size: 20px;
    line-height: 24px;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 620px;
    max-width: 1300px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #ffd773;
    background-image: url('../images/bg-big-.png');
    background-position: 0px 0px;
    background-size: auto;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .text-block {
    font-family: Neutralface, sans-serif;
    color: #060504;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
  }

  .heading {
    font-family: Neutralface, sans-serif;
    font-size: 50px;
    line-height: 130%;
  }

  .heading.hero {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #060504;
  }

  .heading.hero._1 {
    margin-top: -15px;
    margin-bottom: -13px;
    line-height: 1.6;
  }

  .hero-text {
    margin-top: -30px;
  }

  .text-link.hero {
    margin-left: 18px;
    color: #060504;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
  }

  .underline-hero {
    width: 860px;
    height: 3px;
    margin-left: 58px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #060504;
  }

  .div-block-2 {
    margin-top: 25px;
  }

  .section {
    margin-bottom: 120px;
  }

  .section.hero {
    margin-bottom: 40px;
    padding-top: 74px;
  }

  .section.quick-links {
    margin-bottom: 23px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section.about-me {
    margin-bottom: 120px;
  }

  .section.why-me {
    margin-bottom: 120px;
  }

  .section.services {
    margin-bottom: 120px;
  }

  .section.quote {
    margin-bottom: 0px;
    background-color: transparent;
    background-image: url('../images/blue-bg-big-min.png');
    background-position: 0px 0px;
    background-size: 1440px;
  }

  .section.price {
    margin-top: 70px;
    margin-bottom: 0px;
    padding-top: 75px;
  }

  .section.faq {
    margin-bottom: 120px;
    background-image: url('../images/Group-112-new.svg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .section.contact {
    margin-top: 0px;
  }

  .quick-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .quck-links-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 770px;
    padding: 50px 40px 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 20px;
    background-color: #e3d2ff;
    background-image: url('../images/Group-112-new.svg');
    background-position: 0px 0px;
  }

  .quick-links-box {
    width: 1300px;
  }

  .link-ql {
    color: #060504;
    font-size: 22px;
    font-weight: 400;
    text-decoration: none;
  }

  .ql-divider {
    width: 560px;
    height: 2px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #060504;
  }

  .ql-arrow-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  ._1st-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._1st-box.quote {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  ._1st-box.faq {
    padding-bottom: 100px;
  }

  ._1st-box.about-me-copy {
    display: none;
  }

  .am-header-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1300px;
    height: 502px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .h2-1440 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Neutralface, sans-serif;
    font-size: 108px;
    line-height: 130%;
  }

  .text-block-2 {
    color: #060504;
    font-size: 29px;
    font-weight: 400;
    text-decoration: none;
  }

  .image {
    margin-left: 70px;
  }

  .div-block-4 {
    position: relative;
    left: 17px;
    top: -231px;
    z-index: 1;
    width: 123px;
    height: 94px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-style: none;
    border-width: 1px;
    border-color: #060504;
    border-radius: 60px;
    background-color: #ee783a;
  }

  .am-text-and-pic-box {
    width: 1300px;
  }

  .text-about-me {
    margin-top: 39px;
    padding-right: 26px;
    font-size: 18px;
    line-height: 130%;
    font-weight: 400;
  }

  .column {
    padding-left: 0px;
  }

  .h2-header-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1300px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h2-header-box.faq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .oval-h2 {
    width: 154px;
    height: 87px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #060504;
    border-radius: 60px;
    background-color: #3d4d9e;
  }

  .oval-h2.wmb {
    margin-right: 10px;
  }

  .oval-h2.wmt {
    width: 87px;
    margin-right: 10px;
    background-color: transparent;
  }

  .oval-h2.wmy {
    width: 381px;
    background-color: #ffd773;
  }

  .oval-h2.gfdb {
    width: 244px;
    margin-right: 10px;
    background-color: #388144;
  }

  .oval-h2.tfaq {
    width: 87px;
    margin-right: 10px;
    background-color: transparent;
  }

  .oval-h2.rc {
    width: 136px;
    background-color: #c83634;
  }

  .oval-h2.ofaq {
    width: 200px;
    margin-right: 10px;
    background-color: #ee783a;
  }

  .oval-h2.gfaq {
    width: 381px;
    background-color: #388144;
  }

  .oval-h2.yc {
    width: 337px;
    margin-right: 10px;
    background-color: #ffd773;
  }

  .oval-h2.tc {
    width: 87px;
    margin-right: 10px;
    background-color: transparent;
  }

  .oval-h2.rc2 {
    width: 337px;
    margin-right: 10px;
    background-color: #c83634;
  }

  .oval-h2.yc2 {
    width: 194px;
    background-color: #ffd773;
  }

  .oval-h2.bfb {
    width: 380px;
  }

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

  .ovals.fb {
    margin-top: -10px;
  }

  .ovals.faq {
    position: relative;
    top: 248px;
  }

  .ovals.c {
    margin-top: -10px;
  }

  .ovals.c._2 {
    margin-top: 40px;
  }

  .wm-cards-box {
    width: 1300px;
  }

  .grid {
    margin-top: 10px;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .wm-text-box-big {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .h3-1440 {
    max-width: 480px;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 130%;
  }

  .paragraph-2 {
    width: 500px;
    color: #3c3c3c;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
  }

  .brand.w--current {
    width: auto;
  }

  .columns {
    width: 1300px;
  }

  .column-2 {
    padding-left: 0px;
  }

  .image-2 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-image: url('../images/grain-2.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .div-block-5 {
    width: 100%;
    height: 1px;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #060504;
  }

  .text-block-3 {
    font-size: 28px;
    line-height: 130%;
    font-weight: 400;
  }

  .column-3 {
    margin-top: 16px;
  }

  .text-block-4 {
    position: relative;
    left: 20px;
    top: 238px;
    max-width: 560px;
    font-family: Neutralface, sans-serif;
    font-size: 39px;
    line-height: 147%;
    font-weight: 700;
  }

  .div-block-6 {
    margin-top: -145px;
    margin-bottom: -88px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-block-5 {
    margin-left: 63px;
    color: #fffbf2;
    font-size: 39px;
    line-height: 130%;
    font-weight: 400;
  }

  .image-3 {
    position: relative;
    left: -89px;
    top: -46px;
  }

  .perices-card {
    width: 750px;
    height: 422px;
    padding-left: 46px;
    border-radius: 20px;
    background-image: url('../images/yellow-card.svg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .perices-card.individual {
    width: 750px;
    background-image: url('../images/Group-112-new.svg');
  }

  .perices-card.group {
    width: 750px;
  }

  .prices-big-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-2 {
    justify-items: center;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "Area Area";
    -ms-grid-columns: 62px 0px 431px;
    grid-template-columns: 62px 431px;
    -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto 0px auto;
    grid-template-rows: auto auto auto auto auto auto;
    border-style: none;
    border-width: 1px;
    border-color: #060504;
    border-radius: 20px;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #000;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .table-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 15px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
  }

  .table-1.bottom {
    border-bottom-right-radius: 20px;
  }

  .text-block-7 {
    font-family: Neutralface, sans-serif;
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
  }

  .table-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
  }

  .table-2.bottom {
    padding-top: 25px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom-left-radius: 20px;
  }

  .table-text-2 {
    font-size: 29px;
    font-weight: 400;
  }

  .table-text-1 {
    font-size: 26px;
    line-height: 121%;
    font-weight: 400;
  }

  .pcard-text {
    margin-top: 42px;
  }

  .h4-card-1440 {
    max-width: 615px;
    margin-bottom: 16px;
    font-family: Neutralface, sans-serif;
    font-size: 47px;
    line-height: 125%;
    letter-spacing: 0px;
  }

  .h4-card-1440.right-allign {
    text-align: right;
  }

  .paragraph-pcard {
    max-width: 615px;
    font-size: 18px;
    line-height: 130%;
    font-weight: 400;
  }

  .paragraph-pcard.small {
    max-width: 650px;
  }

  .paragraph-pcard.small.long {
    max-width: 716px;
  }

  .button-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 34px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-price.small-card {
    margin-top: 22px;
  }

  .pcard-price {
    margin-left: 20px;
    font-family: Neutralface, sans-serif;
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
  }

  .prices-inner-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1300px;
    margin-bottom: 57px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .prices-inner-box.group {
    width: 1300px;
  }

  .prices-inner-box.single {
    width: 1300px;
  }

  .prices-inner-box.telegram {
    width: 1300px;
    height: 250px;
    padding-right: 50px;
    padding-left: 54px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: url('../images/pink-bg.svg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .prices-inner-box.instagram {
    width: 1300px;
    height: 277px;
    padding-right: 50px;
    padding-left: 54px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/orange-bg.svg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .prices-inner-box.coming-soon {
    width: 1300px;
    padding-right: 50px;
    padding-left: 54px;
  }

  .image-5 {
    margin-left: 10px;
  }

  .image-6 {
    margin-left: 10px;
  }

  .columns-2 {
    width: 1300px;
  }

  .column-4 {
    padding-right: 14px;
    padding-left: 0px;
  }

  .review-box {
    margin-bottom: 14px;
    padding: 24px;
    border: 1px solid #000;
    border-radius: 20px;
  }

  .review-box._3 {
    margin-bottom: 19px;
  }

  .review-box._4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .fb-text {
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
  }

  .fb-name {
    font-size: 16px;
    text-align: right;
  }

  .column-5 {
    padding-right: 14px;
    padding-left: 0px;
  }

  .column-6 {
    padding-right: 14px;
    padding-left: 0px;
  }

  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .fb-link-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1300px;
    margin-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link {
    font-family: Neutralface, sans-serif;
    color: #060504;
    font-size: 37px;
    line-height: 36px;
    font-weight: 700;
    text-decoration: none;
  }

  .div-block-9 {
    width: 386px;
    height: 4px;
    margin-top: 14px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #060504;
  }

  .faq-q {
    width: 1300px;
    margin-top: 60px;
    border: 1px solid #000;
    border-radius: 20px;
    background-color: #fffbf2;
  }

  .faq-q-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    padding-bottom: 0px;
    padding-left: 34px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .faq-text {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
  }

  .arrow-faq {
    margin-right: 0px;
  }

  .divider-faq {
    width: 1299px;
    height: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #060504;
  }

  .faq-q-text {
    padding-left: 34px;
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
  }

  .paragraph-3 {
    max-width: 750px;
    margin-bottom: 0px;
    color: #585757;
    font-size: 18px;
    line-height: 140%;
  }

  .faq-q2 {
    width: 1300px;
  }

  .ig-profile-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ig-profile-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-8 {
    font-size: 19px;
    text-align: right;
  }

  .text-block-8._1 {
    margin-bottom: 10px;
  }

  .image-8 {
    width: 1300px;
    max-width: none;
    margin-top: 40px;
  }

  .contact-content-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1300px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .contact-card {
    width: 550px;
    height: 350px;
    padding-top: 58px;
    padding-left: 68px;
    background-image: url('../images/blue-bg-big-min.png');
    background-position: 0px 0px;
    background-size: 1440px;
  }

  .card-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }

  .image-9 {
    margin-right: 45px;
  }

  .link-2 {
    color: #fffbf2;
    font-size: 25px;
    line-height: 32px;
    font-weight: 400;
    text-decoration: none;
  }

  .footer-big-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1300px;
    margin-bottom: 80px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-left-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-10 {
    width: 1px;
    height: 60px;
    margin-right: 32px;
    margin-left: 32px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #060504;
  }

  .paragraph-4 {
    margin-bottom: 0px;
    color: #5c5c5c;
    font-weight: 400;
  }

  .footer-right-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .designer-credits {
    margin-top: 7px;
  }

  .footer-link {
    margin-left: 36px;
    color: #5c5c5c;
    font-weight: 400;
    text-decoration: none;
  }

  .designer-credit {
    color: #5c5c5c;
    font-weight: 400;
    text-align: right;
  }

  .link-3 {
    color: #5c5c5c;
    font-weight: 600;
    text-decoration: underline;
  }

  .image-10 {
    width: auto;
    max-width: none;
  }

  .image-11 {
    height: 100.000031%;
  }

  .column-9 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-2-copy {
    width: 1300px;
  }

  .grid-copy {
    margin-top: 10px;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  ._1st-box-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-2-copy {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-image: url('../images/grain-2.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  ._1st-box-copy {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h2-header-box-copy {
    display: none;
    width: 1300px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .image-2-copy-copy {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-image: url('../images/grain-2.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .image-26 {
    width: 712px;
  }

  .div-block-15 {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .lightbox-link {
    top: -134px;
  }

  .lightbox-link-copy {
    top: -124px;
  }

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

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

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

  .div-block-24-copy {
    display: none;
  }

  .underline-hero-copy {
    width: 860px;
    height: 3px;
    margin-left: 58px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #060504;
  }

  .image-27 {
    top: -36px;
    margin-top: -330px;
  }

  .div-block-26 {
    left: 422px;
    top: 7212.38px;
    font-weight: 400;
  }

  .div-block-27 {
    left: 880px;
    top: 7536px;
    font-weight: 400
  }

  .paragraph-6 {
    margin-bottom: 0px;
    line-height: 134%;
  }

  .paragraph-7 {
    margin-bottom: 0px;
    line-height: 130%;
  }

  .div-block-28 {
    width: 1300px;
  }

  .grid-3 {
    width: 1300px;
  }

  .text-block-13 {
    max-width: 500px;
  }

  .map-1280 {
    display: none;
  }

  .map-1440 {
    display: block;
  }

  .div-block-34 {
    width: 1300px;
  }

  .div-block-35 {
    width: 1300px;
  }

  .paragraph-8 {
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    position: -webkit-sticky;
    position: sticky;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 730px;
    margin-top: 18px;
    margin-bottom: 18px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .navbar-link {
    margin: 30px 0px;
    font-size: 25px;
    font-weight: 400;
  }

  .button {
    padding: 7px 19px;
  }

  .button.hero._1 {
    display: none;
  }

  .nav-menu {
    width: 307px;
    padding-top: 21px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fffbf2;
  }

  .container-2 {
    max-width: none;
    margin-top: -71px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
    background-image: url('../images/portrait-min.png');
    background-position: 0% 0%;
    background-size: cover;
  }

  .text-block {
    display: none;
  }

  .heading.hero {
    font-size: 31px;
    line-height: 130%;
  }

  .heading.hero._1 {
    margin-top: 2px;
    margin-bottom: -3px;
    font-size: 31px;
  }

  .hero-text {
    width: 616px;
    height: 141px;
    margin-top: 196px;
    padding-top: 15px;
    padding-left: 15px;
    background-image: url('../images/Group-75.svg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .underline-hero {
    width: 530px;
    margin-left: 37px;
  }

  .underline-hero._2 {
    width: 318px;
  }

  .underline-hero._3 {
    width: 404px;
  }

  .underline-hero._4 {
    width: 447px;
  }

  .underline-hero._5 {
    width: 509px;
  }

  .underline-hero._6 {
    width: 532px;
  }

  .underline-hero._8 {
    width: 433px;
  }

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

  .section.hero {
    margin-top: 0px;
  }

  .section.about-me {
    margin-top: 34px;
    margin-bottom: 70px;
  }

  .section.services {
    margin-top: 70px;
  }

  .section.quote {
    margin-top: 70px;
  }

  .section.price {
    margin-top: 70px;
    padding-top: 0px;
  }

  .section.feedback {
    margin-top: 70px;
    padding-top: 0px;
  }

  .section.faq {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .section.contact {
    margin-top: 0px;
  }

  .section.footer {
    margin-top: 70px;
  }

  .quck-links-div {
    width: 730px;
    padding: 33px 30px;
    background-image: url('../images/Group-112-new.svg');
    background-size: auto;
  }

  .quick-links-box {
    width: 730px;
  }

  ._1st-box {
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._1st-box.about-me {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._1st-box.why-me {
    width: auto;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._1st-box.quote {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._1st-box.services {
    width: auto;
  }

  ._1st-box.prices {
    width: auto;
  }

  ._1st-box.faq {
    padding-bottom: 60px;
  }

  ._1st-box.hero {
    margin-left: -112px;
  }

  ._1st-box.footer-copy {
    display: none;
  }

  ._1st-box.about-me-copy {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .am-header-box {
    width: 730px;
  }

  .h2-1440 {
    margin-bottom: 0px;
    font-size: 61px;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .div-block-4 {
    left: 5px;
    top: -131px;
    bottom: 0px;
    width: 82px;
    height: 51px;
  }

  .am-text-and-pic-box {
    width: 730px;
  }

  .text-about-me {
    display: block;
    width: 446px;
  }

  .column {
    margin-top: 21px;
  }

  .h2-header-box {
    width: 730px;
  }

  .h2-header-box.faq {
    margin-top: -46px;
  }

  .oval-h2.wmb {
    width: 119px;
    height: 55px;
    margin-right: 5px;
  }

  .oval-h2.wmt {
    width: 55px;
    height: 55px;
    margin-right: 5px;
  }

  .oval-h2.wmy {
    width: 183px;
    height: 55px;
  }

  .oval-h2.gfdb {
    width: 109px;
    height: 55px;
    margin-right: 5px;
  }

  .oval-h2.tfaq {
    width: 55px;
    height: 55px;
    margin-right: 5px;
  }

  .oval-h2.rc {
    width: 91px;
    height: 55px;
  }

  .oval-h2.ofaq {
    width: 189px;
    height: 55px;
    margin-right: 5px;
  }

  .oval-h2.gfaq {
    width: 117px;
    height: 55px;
  }

  .oval-h2.yc {
    width: 174px;
    height: 55px;
    margin-right: 5px;
  }

  .oval-h2.tc {
    width: 55px;
    height: 55px;
    margin-right: 5px;
  }

  .oval-h2.rc2 {
    width: 204px;
    height: 55px;
    margin-right: 5px;
  }

  .oval-h2.yc2 {
    width: 129px;
    height: 55px;
  }

  .oval-h2.bfb {
    width: 237px;
    height: 55px;
  }

  .ovals {
    margin-top: -7px;
  }

  .ovals.faq {
    top: 142px;
  }

  .ovals.c._2 {
    margin-top: 15px;
  }

  .wm-cards-box {
    width: 730px;
    margin-top: 10px;
  }

  .grid {
    display: none;
  }

  .wm-text-box-big {
    position: relative;
    margin: -34px 13px 30px;
    padding: 16px;
    background-color: #fffbf2;
  }

  .h3-1440 {
    font-size: 19px;
  }

  .paragraph-2 {
    max-width: 600px;
    font-size: 15px;
    line-height: 130%;
  }

  .brand.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns {
    width: 730px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .text-block-4 {
    left: 11px;
    top: 173px;
    font-size: 29px;
  }

  .div-block-6 {
    margin-top: -110px;
    margin-left: 27px;
  }

  .text-block-5 {
    position: static;
    left: 25px;
    top: -18px;
    margin-top: 135px;
    margin-left: 37px;
    font-size: 23px;
  }

  .image-3 {
    left: -54px;
    top: 52px;
    width: 56px;
  }

  .image-4 {
    max-width: 450px;
  }

  .perices-card.individual {
    width: 429px;
    height: 368px;
    padding-left: 29px;
  }

  .perices-card.group {
    width: 429px;
    height: 421px;
    padding-right: 29px;
    padding-left: 29px;
  }

  .prices-big-box {
    width: 730px;
  }

  .grid-2 {
    -ms-grid-columns: 41px 249px;
    grid-template-columns: 41px 249px;
  }

  .div-block-7 {
    height: 70px;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .table-1 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .text-block-7 {
    font-size: 26px;
    line-height: 1;
  }

  .table-text-1 {
    font-size: 21px;
  }

  .pcard-text {
    margin-top: 40px;
    margin-right: 0px;
  }

  .pcard-text.p2 {
    margin-top: 30px;
  }

  .h4-card-1440 {
    width: auto;
    margin-top: 0px;
    font-size: 31px;
  }

  .h4-card-1440.right-allign {
    margin-top: -41px;
  }

  .paragraph-pcard {
    width: 371px;
  }

  .paragraph-pcard.small {
    width: 350px;
  }

  .paragraph-pcard.small.long {
    width: 344px;
  }

  .button-price {
    margin-top: 32px;
  }

  .button-price._1 {
    margin-top: 62px;
  }

  .pcard-price {
    margin-top: 5px;
    font-size: 17px;
  }

  .prices-inner-box.group {
    width: 730px;
  }

  .prices-inner-box.single {
    width: 730px;
  }

  .prices-inner-box.telegram {
    width: 730px;
    margin-bottom: 0px;
  }

  .prices-inner-box.instagram {
    width: 730px;
  }

  .prices-inner-box.coming-soon {
    width: 730px;
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .image-6 {
    position: relative;
    left: -166px;
    top: 12px;
    width: 17px;
  }

  .columns-2 {
    display: none;
  }

  .column-5 {
    padding-right: 0px;
  }

  .fb-link-box {
    margin-top: 40px;
  }

  .link {
    font-size: 29px;
  }

  .div-block-9 {
    width: 302px;
    margin-top: -1px;
  }

  .faq-q {
    width: 730px;
    margin-top: 20px;
  }

  .faq-q-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .faq-text {
    max-width: 648px;
    font-size: 18px;
    line-height: 130%;
  }

  .divider-faq {
    width: 729px;
  }

  .faq-q-text {
    padding-left: 20px;
  }

  .paragraph-3 {
    max-width: 670px;
  }

  .faq-q2 {
    width: 730px;
  }

  .text-block-8._1 {
    text-align: right;
  }

  .image-8 {
    width: 730px;
  }

  .contact-content-box {
    width: 730px;
  }

  .contact-card {
    width: 338px;
    height: 244px;
    padding: 31px;
  }

  .link-2 {
    font-size: 19px;
  }

  .footer-big-box {
    width: 730px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph-4 {
    width: 224px;
    font-size: 13px;
    line-height: 17px;
  }

  .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-10 {
    display: none;
  }

  .image-11 {
    width: 232%;
    margin-top: 15px;
  }

  .columns-3 {
    display: none;
  }

  .column-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .image-14 {
    display: block;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-2 {
    position: relative;
    left: 318px;
    top: -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 202px;
    padding: 16px 42px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fffbf2;
    text-decoration: none;
  }

  .text-block-11 {
    color: #060504;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
  }

  .image-16 {
    margin-left: 7px;
  }

  .columns-3-copy {
    display: block;
  }

  .columns-2-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 730px;
  }

  .grid-copy {
    display: block;
  }

  ._1st-box-copy {
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._1st-box-copy.prices-copy {
    width: auto;
  }

  ._1st-box-copy {
    display: none;
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-23 {
    display: none;
  }

  .image-23-copy {
    display: none;
  }

  .image-4-copy {
    max-width: 450px;
  }

  .h2-header-box-copy {
    width: 730px;
  }

  .ovals-copy {
    margin-top: -7px;
  }

  .arrow-faq-div {
    height: 20px;
  }

  .menu-line {
    width: 35px;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fffbf2;
  }

  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 83%;
    margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 0px 0px 221px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button-copy.w--open {
    margin-right: 20px;
    margin-left: auto;
    padding-left: 0px;
    background-color: transparent;
  }

  .menu-line-copy {
    width: 35px;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fffbf2;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu-line-copy._1 {
    -webkit-transform: translate(0px, 4px) rotate(-45deg);
    -ms-transform: translate(0px, 4px) rotate(-45deg);
    transform: translate(0px, 4px) rotate(-45deg);
  }

  .menu-line-copy {
    width: 35px;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #060504;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .menu-line-copy._2 {
    -webkit-transform: translate(0px, -8px) rotate(45deg);
    -ms-transform: translate(0px, -8px) rotate(45deg);
    transform: translate(0px, -8px) rotate(45deg);
  }

  .link-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .icon-social-media {
    width: 38px;
  }

  .sm-link-block {
    margin-right: 15px;
  }

  .sm-link-block.tiktok {
    display: none;
  }

  .text-block-12 {
    color: #060504;
    font-size: 25px;
    text-decoration: none;
  }

  .link-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 31px;
    margin-bottom: 31px;
    text-decoration: none;
  }

  .image-24 {
    width: 20px;
    margin-left: 11px;
  }

  .image-25 {
    display: none;
  }

  .image-26 {
    display: none;
    width: 379px;
  }

  .div-block-15 {
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lightbox-link {
    top: -79px;
  }

  .lightbox-link-copy {
    top: -79px;
  }

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

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

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

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

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

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

  .div-block-24 {
    display: none;
    min-width: 918px;
  }

  .div-block-24-copy {
    display: none;
    min-width: 918px;
  }

  .underline-hero-copy {
    width: 530px;
    margin-left: 37px;
  }

  .image-27 {
    display: none;
  }

  .div-block-26 {
    left: 201px;
    top: 5423.38px;
  }

  .div-block-27 {
    left: 451px;
    top: 5693px;
  }

  .section-2 {
    margin-top: 0px;
  }

  .div-block-28 {
    width: 730px;
  }

  .grid-3 {
    display: block;
    width: 730px;
  }

  .text-block-13 {
    max-width: 472px;
    margin-bottom: 15px;
  }

  .div-block-30 {
    /*height: 230px;*/
    margin-bottom: 15px;
  }

  .div-block-31 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .text-block-14 {
    margin-left: 24px;
  }

  .section-3-mobile {
    display: none;
  }

  .div-block-32 {
    width: 730px;
  }

  .map-1279 {
    display: none;
  }

  .map-1440 {
    display: none;
  }

  .map-768 {
    display: block;
  }

  .div-block-34 {
    width: 730px;
  }

  .div-block-35 {
    width: 730px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 530px;
  }

  .nav-menu {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .container-2 {
    background-image: url('../images/portrait-min.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .heading.hero {
    font-size: 26px;
  }

  .heading.hero._1 {
    margin-bottom: 0px;
    font-size: 25px;
  }

  .hero-text {
    width: 486px;
    height: 112px;
    padding-top: 9px;
    padding-left: 8px;
    background-image: url('../images/Group-75_1.svg');
  }

  .underline-hero {
    width: 428px;
    margin-left: 32px;
  }

  .underline-hero._2 {
    width: 254px;
  }

  .underline-hero._3 {
    width: 323px;
  }

  .underline-hero._4 {
    width: 358px;
  }

  .underline-hero._5 {
    width: 410px;
  }

  .underline-hero._6 {
    width: 426px;
  }

  .underline-hero._8 {
    width: 346px;
  }

  .section {
    display: block;
  }

  .section.services {
    margin-top: 40px;
  }

  .section.quote {
    background-image: url('../images/Group-121-new.svg');
  }

  .section.faq {
    padding-top: 60px;
  }

  .quck-links-div {
    width: 530px;
    background-image: url('../images/Group-112-new.svg');
  }

  .quick-links-box {
    width: 530px;
  }

  ._1st-box.quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._1st-box.prices {
    display: none;
  }

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

  ._1st-box.footer {
    display: none;
  }

  ._1st-box.hero {
    display: block;
    margin-left: -40px;
  }

  ._1st-box.reviews {
    display: none;
  }

  ._1st-box.footer-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .am-header-box {
    width: 530px;
  }

  .h2-1440 {
    margin-bottom: 10px;
    font-size: 44px;
  }

  .h2-1440._1 {
    margin-bottom: 0px;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .image {
    width: 8px;
    max-width: 100%;
    margin-left: 12px;
  }

  .div-block-4 {
    left: 6px;
    top: -99px;
    width: 43px;
    height: 39px;
  }

  .am-text-and-pic-box {
    width: 530px;
    margin-top: -87px;
  }

  .text-about-me {
    width: 328px;
  }

  .column {
    position: relative;
  }

  .h2-header-box {
    width: 530px;
  }

  .h2-header-box.fb {
    margin-bottom: 10px;
  }

  .oval-h2.wmb {
    width: 91px;
    height: 39px;
  }

  .oval-h2.wmt {
    width: 39px;
    height: 39px;
  }

  .oval-h2.wmy {
    width: 123px;
    height: 39px;
  }

  .oval-h2.gfdb {
    width: 92px;
    height: 39px;
  }

  .oval-h2.tfaq {
    width: 39px;
    height: 39px;
  }

  .oval-h2.rc {
    width: 66px;
    height: 39px;
  }

  .oval-h2.ofaq {
    width: 145px;
    height: 39px;
  }

  .oval-h2.gfaq {
    width: 74px;
    height: 39px;
  }

  .oval-h2.yc {
    width: 123px;
    height: 39px;
  }

  .oval-h2.tc {
    width: 39px;
    height: 39px;
  }

  .oval-h2.bfb {
    width: 163px;
    height: 39px;
  }

  .ovals {
    margin-top: -14px;
  }

  .ovals.fb {
    margin-top: -15px;
  }

  .ovals.faq {
    top: 104px;
  }

  .ovals.c {
    margin-top: -11px;
  }

  .ovals.c._2 {
    display: none;
  }

  .wm-cards-box {
    width: 530px;
  }

  .grid {
    display: none;
  }

  .wm-text-box-big {
    margin: -24px 12px 30px;
    padding: 12px;
    border: 1px none #000;
    border-radius: 0px;
  }

  .paragraph-2 {
    max-width: 460px;
  }

  .brand {
    padding-left: 0px;
  }

  .brand.w--current {
    padding-left: 0px;
  }

  .columns {
    display: block;
    width: 530px;
  }

  .serv-header-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-2 {
    width: 240px;
    margin-top: -13px;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-5 {
    margin-top: 116px;
    margin-left: 0px;
  }

  .image-3 {
    left: 70px;
    top: -63px;
  }

  .perices-card.individual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 326px;
    margin-top: -42px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 0px;
  }

  .perices-card.group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 315px;
    margin-top: -59px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-radius: 0px;
  }

  .prices-big-box {
    width: 530px;
  }

  .grid-2 {
    margin-bottom: 15px;
    -ms-grid-columns: 60px 470px;
    grid-template-columns: 60px 470px;
  }

  .pcard-text {
    max-width: 530px;
    margin-top: 28px;
  }

  .h4-card-1440 {
    width: 480px;
  }

  .h4-card-1440.right-allign {
    margin-top: 0px;
    margin-bottom: 18px;
    text-align: left;
  }

  .paragraph-pcard {
    width: 510px;
  }

  .paragraph-pcard.small {
    width: 471px;
  }

  .paragraph-pcard.small.long {
    width: 471px;
  }

  .button-price {
    margin-top: 30px;
  }

  .prices-inner-box.group {
    width: 530px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .prices-inner-box.single {
    width: 530px;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .prices-inner-box.telegram {
    width: 530px;
    height: 293px;
    padding-top: 30px;
    padding-left: 29px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-size: cover;
  }

  .prices-inner-box.instagram {
    width: 530px;
    height: 322px;
    padding-top: 30px;
    padding-left: 29px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-size: cover;
  }

  .prices-inner-box.coming-soon {
    width: 530px;
    padding-top: 30px;
    padding-left: 29px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-size: cover;
  }

  .image-6 {
    left: 1px;
    top: 1px;
    width: 24px;
  }

  .fb-link-box {
    margin-top: 28px;
    margin-left: 227px;
  }

  .faq-q {
    width: 530px;
  }

  .faq-q-heading {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .divider-faq {
    width: 529px;
  }

  .paragraph-3 {
    max-width: 488px;
    color: #585757;
  }

  .faq-q2 {
    width: 530px;
  }

  .ig-profile-text {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
  }

  .text-block-8._1 {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .contact-content-box {
    width: 530px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-card {
    width: 530px;
    height: 228px;
    padding: 37px;
  }

  .footer-big-box {
    width: 530px;
  }

  .footer-left-box {
    width: 530px;
    margin-bottom: 79px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .paragraph-4 {
    width: 262px;
    margin-top: 12px;
    font-size: 16px;
    line-height: 245%;
  }

  .links {
    margin-top: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link {
    margin-bottom: 22px;
    margin-left: 0px;
  }

  .footer-link.tiktok {
    display: none;
  }

  .designer-credit {
    margin-top: 0px;
    margin-left: 0px;
    text-align: left;
  }

  .image-10 {
    display: none;
  }

  .image-11 {
    height: auto;
    max-width: 207px;
  }

  .columns-3 {
    display: none;
  }

  .column-9 {
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-13 {
    width: 114px;
  }

  .image-14 {
    display: block;
  }

  .menu-button {
    margin-left: auto;
  }

  .link-block-2 {
    left: 347px;
    top: -17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 164px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .columns-3-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grid-copy {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-17 {
    position: relative;
    left: 135px;
    top: -121px;
    display: block;
  }

  ._1st-box-copy.prices-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-18 {
    position: relative;
    left: 230px;
    top: -37px;
  }

  .image-19 {
    position: relative;
    left: -238px;
    top: -27px;
  }

  .serv-header-box-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-2-copy {
    display: none;
    width: 166px;
    margin-top: -4px;
  }

  ._1st-box-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }

  .slider {
    width: 530px;
    height: 236px;
    border-radius: 20px;
    background-color: transparent;
  }

  .left-arrow {
    position: relative;
    left: 0px;
    top: 24px;
    width: 35px;
    height: 35px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-20 {
    width: 16px;
  }

  .right-arrow {
    position: relative;
    left: 62px;
    top: -10px;
    width: 35px;
    height: 35px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide-nav {
    display: none;
  }

  .mask {
    overflow: visible;
    height: 243px;
  }

  .slide {
    position: relative;
    width: 97%;
    margin-right: 10px;
    padding: 25px;
    border: 1px solid #000;
    border-radius: 20px;
    background-color: #fffbf2;
  }

  .slide._1 {
    width: 100%;
  }

  .slide._2 {
    width: 100%;
  }

  .slide._3 {
    width: 100%;
  }

  .slide._4 {
    width: 100%;
  }

  .slide._5 {
    width: 100%;
  }

  .slide._6 {
    width: 100%;
  }

  .paragraph-5 {
    margin-bottom: 10px;
    line-height: 130%;
  }

  .review-small-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-21 {
    width: 53px;
  }

  .image-23 {
    display: none;
  }

  .image-23-copy {
    display: none;
  }

  .h2-header-box-copy {
    width: 530px;
  }

  .image-2-copy-copy {
    display: block;
    width: 166px;
    margin-top: -19px;
  }

  .arrow-faq-div {
    width: 27px;
    margin-right: 6%;
    margin-left: 2%;
  }

  .menu-line {
    background-color: #fffbf2;
  }

  .menu-button-copy {
    margin-left: 324px;
  }

  .image-25 {
    display: none;
  }

  .image-26 {
    width: 530px;
    margin-top: 17px;
  }

  .div-block-15 {
    padding: 9px 20px;
  }

  .lightbox-link {
    top: -60px;
  }

  .lightbox-link-copy {
    top: -60px;
  }

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

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

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

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

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

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

  .div-block-24 {
    display: none;
    min-width: 918px;
  }

  .div-block-24-copy {
    display: none;
    min-width: 918px;
  }

  .underline-hero-copy {
    width: 428px;
    margin-left: 32px;
  }

  .div-block-26 {
    left: 41.3vw;
    top: auto;
    display: block;
    margin-top: 28px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-27 {
    left: 28.7vw;
    top: auto;
    right: auto;
    display: block;
    margin-top: 131px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .link-7 {
    color: #ca4600;
    text-decoration: none;
  }

  .div-block-28 {
    width: 540px;
  }

  .grid-3 {
    width: 540px;
  }

  .div-block-30 {
    /*height: 211px;*/
    padding-bottom: 30px;
  }

  .div-block-31 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-3 {
    margin-top: 10px;
  }

  .section-3-mobile {
    display: none;
    margin-top: 10px;
  }

  .text-block-16 {
    margin-bottom: 28px;
  }

  .div-block-32-copy {
    width: 530px;
  }

  .map-768 {
    display: none;
  }

  .map-568 {
    display: block;
    margin-top: 15px;
  }

  .div-block-34 {
    width: 530px;
  }

  .div-block-35 {
    width: 540px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 89%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-link {
    text-decoration: none;
  }

  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 116%;
    margin-top: 27px;
    margin-left: -6.3vw;
    padding-top: 9px;
    padding-bottom: 9px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.pcard {
    width: 46%;
    margin-top: 0px;
    margin-left: 0vw;
    font-size: 16px;
  }

  .button.pcard._1 {
    width: 100%;
    margin-bottom: 20px;
  }

  .button.payment-card {
    display: none;
    width: 108%;
    margin-top: 0px;
    margin-left: 0px;
  }

  .nav-menu {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fffbf2;
  }

  .container-2 {
    height: 550px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: url('../images/portrait-min-1-1-1.png');
    background-position: 70% 50%;
    background-size: cover;
  }

  .heading.hero {
    font-size: 25px;
  }

  .heading.hero._1 {
    font-size: 25px;
    line-height: 138%;
  }

  .hero-text {
    width: 319px;
    height: 128px;
    margin-top: 165px;
    margin-left: 20px;
    padding-top: 3px;
    padding-left: 8px;
    background-image: url('../images/Group-75mobile.svg');
  }

  .underline-hero {
    display: block;
    width: 188px;
    height: 2px;
    margin-left: 0px;
  }

  .underline-hero._2 {
    width: 255px;
    margin-left: 28px;
  }

  .underline-hero._3 {
    width: 179px;
  }

  .underline-hero._4 {
    width: 160px;
  }

  .underline-hero._5 {
    width: 198px;
  }

  .underline-hero._6 {
    width: 159px;
  }

  .underline-hero._8 {
    width: 117px;
  }

  .section.hero {
    margin-bottom: 0px;
  }

  .section.about-me {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url('../images/Group-121-new.svg');
    background-position: 0px 0px;
    background-repeat: repeat-y;
  }

  .section.quote {
    height: auto;
  }

  .section.faq {
    padding-top: 40px;
    background-image: url('../images/Group-112-new.svg');
  }

  .quck-links-div {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    background-image: none;
    background-size: auto;
  }

  .link-ql {
    display: inline;
    max-width: 90%;
  }

  .ql-divider {
    width: 89vw;
  }

  ._1st-box.about-me {
    display: none;
  }

  ._1st-box.why-me {
    width: 100%;
  }

  ._1st-box.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._1st-box.footer-copy {
    width: 100%;
  }

  ._1st-box.about-me-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .am-header-box {
    width: 89%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h2-1440 {
    display: block;
    max-width: none;
    margin-bottom: 10px;
    margin-left: 0px;
    color: #060504;
    font-size: 9vw;
    line-height: 155%;
  }

  .h2-1440.mobile {
    margin-left: 5px;
    color: #fffbf2;
    font-size: 22px;
  }

  .h2-1440._1 {
    margin-bottom: 0px;
  }

  .text-block-2 {
    color: #060504;
  }

  .image {
    display: none;
  }

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

  .am-text-and-pic-box {
    width: 89%;
    margin-top: 15px;
  }

  .text-about-me {
    width: auto;
    color: #fffbf2;
  }

  .h2-header-box {
    width: 89%;
  }

  .h2-header-box.faq {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .h2-header-box.ig {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .oval-h2.wmb {
    width: 11vw;
    height: 8vw;
    background-color: #3d4d9e;
  }

  .oval-h2.wmb._1 {
    width: 42vw;
    background-color: #ee783a;
  }

  .oval-h2.wmt {
    width: 6vw;
    height: 8vw;
  }

  .oval-h2.wmt._1 {
    width: 9vw;
  }

  .oval-h2.wmy {
    width: 15vw;
    height: 8vw;
    background-color: #ffd773;
  }

  .oval-h2.wmy._1 {
    background-color: #388144;
  }

  .oval-h2.gfdb {
    width: 21vw;
    height: 8vw;
  }

  .oval-h2.tfaq {
    width: 9vw;
    height: 8vw;
  }

  .oval-h2.rc {
    width: 6vw;
    height: 8vw;
  }

  .oval-h2.ofaq {
    width: 33vw;
    height: 8vw;
  }

  .oval-h2.gfaq {
    width: 25vw;
    height: 8vw;
  }

  .oval-h2.yc {
    width: 17vw;
    height: 8vw;
  }

  .oval-h2.tc {
    width: 6vw;
    height: 8vw;
  }

  .oval-h2.bfb {
    width: 10vw;
    height: 8vw;
  }

  .ovals {
    margin-top: -16px;
  }

  .ovals.fb {
    margin-top: -16px;
  }

  .ovals.faq {
    left: 21.3vw;
    top: 0px;
    bottom: 0px;
  }

  .ovals.c {
    margin-top: -15px;
  }

  .wm-cards-box {
    width: 89%;
  }

  .brand.w--current {
    margin-right: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns {
    width: 89%;
  }

  .column-2 {
    padding-right: 0px;
  }

  .image-2 {
    width: 44vw;
    margin-top: -13px;
  }

  .text-block-4 {
    display: none;
    font-size: 6vw;
  }

  .div-block-6 {
    margin-left: 0px;
  }

  .image-4 {
    display: none;
    width: 94vw;
    max-width: none;
    margin-top: 113px;
  }

  .perices-card.individual {
    height: auto;
    padding: 37px 4%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .perices-card.group {
    height: auto;
    margin-top: -39px;
    padding: 38px 4%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .prices-big-box {
    width: 100%;
  }

  .grid-2 {
    -ms-grid-columns: 10vw 80vw;
    grid-template-columns: 10vw 80vw;
  }

  .pcard-text {
    width: 100%;
    max-width: none;
    margin-top: 0px;
  }

  .pcard-text.p2 {
    margin-top: 0px;
  }

  .h4-card-1440 {
    width: auto;
    margin-bottom: 20px;
    font-size: 7vw;
  }

  .h4-card-1440.right-allign {
    margin-bottom: 20px;
  }

  .paragraph-pcard {
    width: 89vw;
  }

  .paragraph-pcard.small {
    width: auto;
    margin-bottom: 20px;
  }

  .paragraph-pcard.small.long {
    width: auto;
  }

  .button-price.small-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pcard-price {
    margin-top: -2px;
  }

  .prices-inner-box.telegram {
    width: 89%;
    height: auto;
    margin-bottom: 20px;
    padding: 25px;
    background-image: url('../images/Group-127.svg');
  }

  .prices-inner-box.instagram {
    width: 89%;
    height: auto;
    padding: 25px;
    background-image: url('../images/Group-128.svg');
  }

  .prices-inner-box.coming-soon {
    width: 89%;
    height: auto;
    margin-top: 0px;
    padding: 25px;
    background-image: url('../images/green-bg.svg');
  }

  .image-6 {
    position: static;
    left: -7.5vw;
    top: 12px;
    display: block;
    width: 40px;
    margin-left: 0px;
  }

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

  .fb-link-box {
    position: relative;
    z-index: 2;
    margin-top: -49px;
    margin-right: 5%;
    margin-left: auto;
  }

  .link {
    font-size: 6vw;
  }

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

  .faq-q {
    width: 89%;
    margin-top: 0px;
  }

  .faq-q-heading {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .faq-text {
    font-size: 17px;
  }

  .arrow-faq {
    max-width: none;
  }

  .divider-faq {
    width: 100%;
  }

  .paragraph-3 {
    width: 96%;
    max-width: none;
    color: #585757;
  }

  .faq-q2 {
    width: 100%;
  }

  .text-block-8 {
    display: none;
  }

  .contact-content-box {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-content-box-1 {
    width: 100%;
  }

  .contact-card {
    width: 89%;
    height: auto;
    padding-bottom: 0px;
    background-image: url('../images/Group-125.png');
    background-size: 187px;
  }

  .contact-card-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-big-box {
    width: 89%;
  }

  .footer-left-box {
    width: 89%;
    margin-bottom: 61px;
  }

  .div-block-10 {
    height: 480px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .paragraph-4 {
    width: auto;
    font-size: 15px;
  }

  .footer-link {
    max-width: 55vw;
    font-size: 15px;
  }

  .designer-credit {
    font-size: 15px;
  }

  .image-11 {
    width: 29vw;
    max-width: none;
    margin-top: 0px;
  }

  .image-13 {
    width: auto;
    min-width: 3vw;
  }

  .menu-button {
    margin-left: auto;
    color: #fffbf2;
  }

  .menu-button.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fffbf2;
  }

  .link-block-2 {
    position: static;
    left: 54.1vw;
    top: 40px;
  }

  .columns-3-copy {
    display: none;
  }

  .image-17 {
    left: 112px;
  }

  .image-18 {
    left: 41.3vw;
    top: -28px;
  }

  .image-19 {
    left: -38.1vw;
  }

  .serv-header-box-copy {
    width: 89%;
  }

  .image-2-copy {
    width: 34vw;
    margin-top: -6px;
  }

  .slider {
    z-index: 1;
    width: 89%;
    height: auto;
  }

  .left-arrow {
    top: 25px;
  }

  .right-arrow {
    left: 40px;
  }

  .mask {
    height: auto;
  }

  .slide._1 {
    width: 100%;
    height: 400px;
    padding: 18px;
  }

  .slide._2 {
    height: 400px;
    padding: 18px;
  }

  .slide._3 {
    height: 400px;
    padding: 18px;
  }

  .slide._4 {
    height: 400px;
    padding: 18px;
  }

  .slide._5 {
    height: 400px;
    padding: 18px;
  }

  .slide._6 {
    height: 400px;
    padding: 18px;
  }

  .image-21 {
    width: 38px;
  }

  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 15px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .image-22 {
    display: none;
  }

  .image-23 {
    display: block;
    width: 12px;
    margin-left: 10px;
  }

  .div-mobile-ql {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-23-copy {
    display: block;
    width: 12px;
    margin-left: 10px;
  }

  .image-4-copy {
    display: block;
    width: 94vw;
    max-width: none;
    margin-top: 184px;
  }

  .h2-header-box-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 89%;
  }

  .ovals-copy {
    margin-top: -16px;
  }

  .link-block-3 {
    min-width: 48px;
  }

  .image-2-copy-copy {
    width: 34vw;
    margin-top: -17px;
  }

  .arrow-faq-div {
    width: 19px;
    height: 20px;
    margin-right: 6%;
  }

  .menu-button-copy {
    margin-left: auto;
    color: #fffbf2;
  }

  .menu-button-copy.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fffbf2;
  }

  .image-26 {
    width: 89%;
    height: 303px;
  }

  .div-block-15 {
    position: static;
    margin-bottom: -30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fffbf2;
  }

  .lightbox-link-copy {
    width: 89%;
    margin-top: 100px;
  }

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

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

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

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

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

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

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

  .div-block-24 {
    display: none;
    min-width: 918px;
  }

  .div-block-24-copy {
    display: none;
    min-width: auto;
  }

  .underline-hero-copy {
    display: block;
    width: 188px;
    height: 2px;
    margin-left: 0px;
  }

  .underline-hero-copy._9 {
    width: 110px;
  }

  .div-block-26 {
    left: 67px;
    top: auto;
    margin-top: -77px;
  }

  .div-block-27 {
    left: 11%;
    top: auto;
    margin-top: -134px;
  }

  .link-7 {
    color: #ca4600;
  }

  .div-block-28 {
    width: 89%;
  }

  .grid-3 {
    width: 89%;
  }

  .text-block-13 {
    max-width: 284px;
    margin-bottom: 0px;
    font-size: 19px;
  }

  .div-block-30 {
    /*height: 120px;*/
    padding: 20px;
    color: #060504;
    text-decoration: none;
  }

  .div-block-30.green {
    display: none;
    background-color: #7dcc8a;
  }

  .div-block-30.blue {
    display: none;
    background-color: #8aa9dd;
  }

  .div-block-31 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .text-block-14 {
    margin-left: 0px;
    font-size: 18px;
  }

  .section-3 {
    display: none;
  }

  .section-3-mobile {
    display: block;
  }

  .text-block-16 {
    margin-bottom: 40px;
  }

  .image-28 {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image-30 {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image-31 {
    max-width: 137px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image-32 {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image-33 {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image-34 {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image-35 {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image-36 {
    margin-right: 10px;
  }

  .div-block-32-copy {
    width: 89%;
  }

  .map-568 {
    display: none;
  }

  .map-small {
    display: block;
    margin-top: 15px;
  }

  .div-block-34 {
    width: 89%;
  }

  .small-text-card-copy {
    font-size: 19px;
  }

  .div-block-35 {
    width: 89%;
  }
}

#w-node-_87463255-5b99-70ad-c782-53365d4b384e-04e21896 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_75058369-004f-2738-4595-732d8a44d2c9-04e21896 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a651be33-f0c8-a398-fc92-8a56ac5e4eb1-04e21896 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e0c6df6e-f97c-edd5-b3a8-fb329bb036c4-04e21896 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7f69c135-db00-9ff1-32bd-ba7556d7b847-04e21896 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9780df97-3219-f54c-e45f-c8de4ba459b5-04e21896 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9780df97-3219-f54c-e45f-c8de4ba459ba-04e21896 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9780df97-3219-f54c-e45f-c8de4ba459c1-04e21896 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9780df97-3219-f54c-e45f-c8de4ba459c6-04e21896 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9780df97-3219-f54c-e45f-c8de4ba459cd-04e21896 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a1606c65-74f6-8857-53d7-5c64b013339e-04e21896 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_070683fc-7137-08d0-d3a2-0d8a091f0d12-04e21896 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_91b18dba-b883-e25f-6dfa-abd02efc15b2-04e21896 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_91b18dba-b883-e25f-6dfa-abd02efc15e2-04e21896 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-e5320763-adfd-408f-9e9b-21f4783b8c0e-4bd40b3c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (min-width: 1440px) {
  #w-node-_87463255-5b99-70ad-c782-53365d4b384e-04e21896 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_75058369-004f-2738-4595-732d8a44d2c9-04e21896 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-bb75164b-1757-d15f-2792-746fdb72c78b-04e21896 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-f46bd569-f621-17a6-129f-814237f6a4bd-04e21896 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-a651be33-f0c8-a398-fc92-8a56ac5e4eb1-04e21896 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e0c6df6e-f97c-edd5-b3a8-fb329bb036c4-04e21896 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f5713e3e-7f2c-1b48-1159-854fdbbe461c-04e21896 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_32cdf01f-7800-de3e-db08-41f180eae6c0-04e21896 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_7f69c135-db00-9ff1-32bd-ba7556d7b847-04e21896 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9780df97-3219-f54c-e45f-c8de4ba459b5-04e21896 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9780df97-3219-f54c-e45f-c8de4ba459ba-04e21896 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9780df97-3219-f54c-e45f-c8de4ba459c0-04e21896 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_9780df97-3219-f54c-e45f-c8de4ba459c1-04e21896 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9780df97-3219-f54c-e45f-c8de4ba459c6-04e21896 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9780df97-3219-f54c-e45f-c8de4ba459cc-04e21896 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_9780df97-3219-f54c-e45f-c8de4ba459cd-04e21896 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-a1606c65-74f6-8857-53d7-5c64b013339e-04e21896 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_070683fc-7137-08d0-d3a2-0d8a091f0d12-04e21896 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_91b18dba-b883-e25f-6dfa-abd02efc15b2-04e21896 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_91b18dba-b883-e25f-6dfa-abd02efc15e2-04e21896 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_87463255-5b99-70ad-c782-53365d4b384e-04e21896 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_75058369-004f-2738-4595-732d8a44d2c9-04e21896 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-a651be33-f0c8-a398-fc92-8a56ac5e4eb1-04e21896 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e0c6df6e-f97c-edd5-b3a8-fb329bb036c4-04e21896 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7f69c135-db00-9ff1-32bd-ba7556d7b847-04e21896 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9780df97-3219-f54c-e45f-c8de4ba459b5-04e21896 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9780df97-3219-f54c-e45f-c8de4ba459ba-04e21896 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9780df97-3219-f54c-e45f-c8de4ba459c1-04e21896 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9780df97-3219-f54c-e45f-c8de4ba459c6-04e21896 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9780df97-3219-f54c-e45f-c8de4ba459cd-04e21896 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-a1606c65-74f6-8857-53d7-5c64b013339e-04e21896 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_070683fc-7137-08d0-d3a2-0d8a091f0d12-04e21896 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_91b18dba-b883-e25f-6dfa-abd02efc15b2-04e21896 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_91b18dba-b883-e25f-6dfa-abd02efc15e2-04e21896 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: 'Neutralface';
  src: url('../fonts/NeutralFace-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutralface';
  src: url('../fonts/NeutralFace.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.quote-container {
  padding: 78px 0 48px 0;
  width: 100%;
  background-image: url('../images/blue-bg-big-min.png');
}

.content {
  max-width: 1280px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.layers {
  position: relative;
  left: 30px;
}

.layers__layer {
  max-width: 320px;
  padding: 20px;
}

.layers__layer_c_1 {
  background-color: #388144;
  color: #388144;
}

.layers__layer_c_2 {
  background-color: #FFB7D2;
  color: #FFB7D2;
  position: absolute;
  top: -10px;
  left: -10px;
}

.layers__layer_c_3 {
  background-color: #E17339;
  color: #E17339;
  position: absolute;
  top: -20px;
  left: -20px;
}

.layers__layer_c_4 {
  background-color: #FFFBF2;
  position: absolute;
  top: -30px;
  left: -30px;
}

.layers__text {
  font-family: Neutralface, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0;
}

.comment {
  background-image: url('../images/Vector-10.svg');
  background-repeat: no-repeat;
  background-position: 10px 56px;
  padding: 40px;
}

.comment__text {
  font-family: Inter, sans-serif;
  color: #fffbf2;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: none;
}

@media screen and (min-width: 640px) {
  .layers__layer {
    max-width: 480px;
  }
}

@media screen and (min-width: 1280px) {
  .content {
    flex-direction: row;
    justify-content: space-around;
  }

  .layers__layer {
    max-width: 560px;
  }

  .layers__text {
    font-size: 39px;
  }

  .comment {
    background-position: 20px 86px;
  }

  .comment__text {
    font-size: 39px;
  }
}
