.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 130%;
}

p {
  color: #182230;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 130%;
}

a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: underline;
}

.hero-section {
  max-width: 1320px;
  height: 100vh;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.container-hero {
  width: 100%;
  max-width: none;
  height: 100%;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

._1-column {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.heading-div {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.nametext {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .625rem;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.bio-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  width: 338px;
  display: flex;
}

.bio {
  background-color: #f9fafb;
  border: 1px solid #e4e7ec;
  border-radius: 360px;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  display: flex;
}

.bio-text {
  color: #344054;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
}

.social-media {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-link {
  margin-bottom: 10px;
  transition: all .3s;
}

.social-link:hover {
  color: #646464;
}

.social-link.last {
  margin-bottom: 0;
}

.text-wrapper {
  width: 19.9rem;
}

.hi {
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 500;
  line-height: 130%;
}

.anchor-btn {
  color: #fff;
  background-color: #000;
  border-radius: 360px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.anchor-btn:hover {
  background-color: #344054;
}

.anchor-btn-text {
  margin-right: 5px;
}

._2-column {
  padding-top: 40px;
  padding-bottom: 0;
}

.main-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
}

.main-image.mobile {
  display: none;
}

.section {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container {
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.heading {
  margin-bottom: 60px;
}

.heading.no-murgin-bottom, .heading._0-margin {
  margin-bottom: 0;
}

.services-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-link-block {
  background-image: linear-gradient(132deg, #fccb90, #d57eeb);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 22rem;
  padding: 30px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.services-link-block:hover {
  transform: translate(0, -10px);
}

.services-link-block._2 {
  background-image: linear-gradient(177deg, #b1f4cf, #9890e3);
}

.services-link-block._3 {
  background-image: linear-gradient(175deg, #bfd9fe, #df89b5);
}

.services-link-block._4 {
  background-image: linear-gradient(230deg, #ffed46, #ff7ec7);
}

.services-link-block._5 {
  background-image: linear-gradient(132deg, #72edf2, #5151e5);
}

.services-link-block._6 {
  background-image: linear-gradient(132deg, #ffcf71, #2376dd);
}

.services-link-block.hide {
  display: none;
}

.categories-heading {
  color: #344054;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.sybol-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.symbol {
  width: 8.75rem;
  max-width: none;
}

.arrow-btn {
  background-color: #000c;
  border-radius: 360px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.section-first {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-content-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.links-column {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.back-btn {
  color: #fff;
  background-color: #000;
  border-radius: 360px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.back-btn:hover {
  background-color: #344054;
}

.back-btn-text {
  margin-left: 5px;
  margin-right: 0;
}

.content-column {
  width: 100%;
}

.links-column-page {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 13.5rem;
  display: flex;
  position: sticky;
  top: 50px;
}

.links-column-page.transparent {
  opacity: 0;
}

.separator {
  background-color: #e4e7ec;
  width: 100%;
  height: 1px;
  margin-bottom: 60px;
}

.separator.middle {
  margin-top: 60px;
}

.content-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-grid._1-row {
  grid-template-rows: auto;
}

.grid-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-content.point-class {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.mini-heading {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.mini-heading.cta-color {
  color: #344054;
  margin-bottom: 15px;
}

.point {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.check {
  margin-right: 10px;
}

.cta {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: linear-gradient(129deg, #fccb90, #d57eeb);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
  display: flex;
}

.cta._2 {
  background-image: linear-gradient(177deg, #b1f4cf, #9890e3);
}

.cta._3 {
  background-image: linear-gradient(177deg, #bfd9fe, #df89b5);
  width: 100%;
}

.cta._4 {
  background-image: linear-gradient(129deg, #72edf2, #5151e5);
}

.cta._5 {
  background-image: linear-gradient(230deg, #ffed46, #ff7ec7);
  width: 100%;
  height: auto;
}

.cta._6 {
  background-image: linear-gradient(129deg, #ffcf71, #2376dd);
}

.cta._6.margin-bot-20 {
  margin-bottom: 0;
}

.top-cta.margin {
  margin-bottom: 20px;
}

.par-cta {
  color: #344054;
}

.bot-cta {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.white-btn {
  color: #000;
  background-color: #fff;
  border-radius: 360px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.white-btn:hover {
  color: #fff;
  background-color: #000;
}

.btn-text {
  margin-left: 0;
  margin-right: 0;
}

.cta-icon {
  width: 60px;
  max-width: none;
}

.separator-page {
  background-color: #e4e7ec;
  width: 100%;
  height: 1px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-separator {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-36 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.bold-text-class {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.bold-text-class.masterscale-page {
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 130%;
}

.anchor-btn-text-copy {
  margin-right: 5px;
}

.btn-classic-black {
  color: #fff;
  background-color: #000;
  border-radius: 360px;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.btn-classic-black:hover {
  background-color: #344054;
}

.last-par {
  margin-bottom: 20px;
}

.image {
  border-radius: 20px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-medium-wrapper {
  margin-bottom: 40px;
}

.middle-text {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.middle-text.no-murgin {
  margin-bottom: 5px;
}

.middle-text.masterscale {
  margin-bottom: 40px;
}

.list {
  font-size: 24px;
}

._2-column-main {
  background-image: url('../images/olya-photo-maincomprs.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.list-2 {
  padding-left: 0;
}

.paragraph {
  margin-bottom: 5px;
  font-size: 14px;
}

.list-3 {
  padding-left: 20px;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-2 {
  background-color: #fafafa;
  border: 1px solid #eee;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 28rem;
  height: 15rem;
  padding: 30px;
  display: flex;
}

.text-oplata {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

.about-window {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: none;
}

.btn-close {
  cursor: pointer;
  background-color: #fff6;
  border-radius: 360px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-right: 0;
  display: flex;
}

.img-wrapper {
  display: none;
}

._2-column-main-mob {
  background-image: url('../images/olya-photo-maincomprs.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.popup-form {
  z-index: 1001;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popup-form.middle {
  justify-content: center;
  align-items: center;
  display: none;
}

.form-wrapper {
  background-color: #fafafa;
  border: 1px solid #eee;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30rem;
  height: auto;
  padding: 30px;
  display: flex;
}

.form-heading {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.form-block {
  width: 100%;
}

.paragraph-3 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 130%;
}

.close-btn {
  z-index: 1002;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 100px;
  padding: 5px;
  position: fixed;
  inset: 1rem 1rem auto auto;
}

.text-field, .phone-field {
  color: #344054;
  border: 1px solid #eee;
  border-radius: 8px;
  height: 40px;
}

.submit-button {
  background-color: #000;
  border-radius: 50px;
  height: 40px;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  transition: all .3s;
}

.submit-button:hover {
  background-color: #344054;
}

.form-label {
  font-size: 14px;
  font-weight: 600;
}

.close-icon {
  filter: invert();
  width: 32px;
  height: 32px;
}

.select-field {
  color: #344054;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  height: 40px;
}

.textarea {
  color: #344054;
  border: 1px solid #eee;
  border-radius: 8px;
}

.honeypot-hidden {
  display: none;
}

.form-btn-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-btn-wrapper.direction-vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.consultation-price {
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0 0 20px;
  display: flex;
}

.consultation-price.direction-vertical {
  padding-left: 0;
}

.image-2 {
  width: 40px;
  height: 40px;
}

.text-block {
  font-weight: 600;
}

.list-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.start {
  background-color: #f9fafb;
  border: 1px solid #e4e7ec;
  border-radius: 360px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2px 10px;
  display: flex;
}

.heading-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.materials {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.materials.point-class {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.materials-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.materials-wrapper._1-row {
  grid-template-rows: auto;
}

@media screen and (min-width: 1280px) {
  .hero-section {
    max-width: none;
  }

  .bio-wrapper {
    width: 405px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    max-width: 1320px;
  }

  .container-hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bio-wrapper {
    width: 360px;
  }

  .section {
    max-width: 1320px;
  }

  .container, .container-separator {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    max-width: 1680px;
  }

  .container-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .bio-wrapper {
    width: 500px;
  }

  .section {
    max-width: 1680px;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .section-first {
    max-width: 1680px;
  }

  .container-separator {
    max-width: 1680px;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-class.masterscale-page {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: auto;
    min-height: auto;
  }

  .hero-grid {
    flex-flow: column;
    display: flex;
  }

  .heading-div {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .social-media {
    justify-content: flex-start;
    align-items: flex-end;
    padding-right: 0;
  }

  .text-wrapper {
    width: 100%;
  }

  .hi {
    margin-top: 30px;
  }

  .main-image {
    display: none;
  }

  .main-image.mobile {
    z-index: 3;
    margin-bottom: 40px;
    display: block;
    position: absolute;
    inset: 0%;
  }

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

  .page-content-wrapper {
    flex-flow: column;
  }

  .links-column-page {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-right: 0;
    position: static;
  }

  .links-column-page.transparent {
    display: none;
  }

  .cta._2 {
    width: 100%;
  }

  .image {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  ._2-column-main {
    display: none;
  }

  .img-wrapper {
    z-index: 2;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 100vh;
    padding: 20px;
    display: flex;
    position: relative;
  }

  ._2-column-main-mob {
    z-index: 4;
    background-image: none;
    padding: 0;
    display: flex;
    position: relative;
  }

  .heading-wrapper {
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .text-wrapper {
    margin-bottom: 20px;
  }

  .hi {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .heading {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .services-link-block {
    height: 16rem;
  }

  .categories-heading {
    font-size: 20px;
  }

  .symbol {
    width: 5rem;
  }

  .content-grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

  .bold-text-class {
    margin-bottom: 40px;
  }

  .materials-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .heading-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .bio-wrapper {
    width: auto;
    margin-bottom: 0px;
  }

  .social-media, .social-media.page-block {
    flex-flow: column;
  }

  .social-media.home-page {
    flex-flow: wrap;
  }

  .social-link {
    margin-bottom: 10px;
    margin-right: 20px;
  }

  .social-link.last {
    margin-right: 0;
  }

  .social-link.last.page-link {
    margin-bottom: 0;
  }

  .social-link.page-link {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .hi {
    margin-top: 0;
    margin-bottom: 10px;
  }

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

  .heading {
    font-size: 30px;
  }

  .heading._0-margin {
    margin-bottom: 10px;
  }

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

  .services-link-block {
    height: 18rem;
    padding: 20px;
  }

  .symbol {
    width: 6rem;
  }

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

  .separator {
    margin-bottom: 30px;
  }

  .separator.middle {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .grid-content {
    width: 100%;
  }

  .cta {
    padding: 20px;
  }

  .cta._2 {
    width: 100%;
  }

  .white-btn {
    margin-right: 20px;
  }

  .heading-36 {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .middle-text {
    font-size: 20px;
  }

  .div-block-2 {
    justify-content: center;
    align-items: flex-start;
    width: 19rem;
  }

  .text-oplata {
    text-align: left;
  }

  .about-window {
    display: none;
  }

  .img-wrapper {
    height: 65vh;
    margin-bottom: 30px;
  }

  .paragraph-2 {
    font-size: 13px;
  }

  .popup-form {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .form-wrapper {
    width: 21rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-heading {
    font-size: 20px;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .form-btn-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .consultation-price {
    padding-left: 0;
  }

  .heading-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .materials {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }
}


