:root {
  --antique-lavender: #f2daf8;
  --back-color: #fff7ff;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@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: Cormorant, sans-serif;
  font-size: 16px;
  line-height: 1.1875;
}

h1 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: Forum, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 1;
}

h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Forum, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Forum, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Forum, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Forum, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Forum, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: #000;
  text-decoration: none;
  transition: letter-spacing .3s;
}

img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 3px none var(--antique-lavender);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 74px;
  line-height: 1.2;
}

figure {
  margin-bottom: 10px;
}

.design-color {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.colors {
  grid-column-gap: 48px;
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: -350px;
  padding-top: 350px;
  display: flex;
}

.grid-colors {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.design-system-flex {
  grid-column-gap: 50px;
  grid-row-gap: 296px;
  border-bottom: 1px solid #c5c8d3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.3fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.typography {
  grid-row-gap: 36px;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.color {
  width: 160px;
  height: 160px;
}

.color.black-orange {
  background-color: #f2daf8;
}

.color.orange {
  background-color: #fcf7fd;
}

.section {
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.section.testimonials {
  background-color: #fcf7fd;
  display: none;
  overflow: visible;
}

.section.footer {
  border-top: .5px solid #0000006b;
}

.section.header {
  z-index: 99;
  margin-top: 26px;
  position: sticky;
  inset: 26px 0% auto;
}

.section.mt-0 {
  margin-top: 0;
}

.section.mt-0.mlr-o {
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.section.big-top-margin {
  margin-top: 250px;
}

.section.popup {
  z-index: 999;
  opacity: 1;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.section._404-wrapp {
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.privacy-block {
  padding-left: 200px;
  padding-right: 200px;
}

.section.hero-section {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.color-wrapp {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button {
  grid-column-gap: 17px;
  color: #000;
  border: 1px solid #000;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Forum, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button:hover {
  background-color: var(--antique-lavender);
}

.button.w--current {
  color: #fff;
}

.button.small-button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.small-button.button-mob {
  display: none;
}

.button.small-button.button-desk {
  background-color: #f2daf8;
}

.button.popup-button {
  margin-top: 40px;
  padding: 0;
  position: relative;
}

.button.changee-hover-color:hover {
  background-color: #f8c497;
}

.rich-text h2 {
  text-align: left;
  margin-bottom: 20px;
}

.rich-text h1 {
  margin-bottom: 20px;
}

.design-title {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.grid-vertical {
  grid-column-gap: 48px;
  grid-row-gap: 65px;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 100px 60px;
  display: flex;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1390px;
}

.container.navbar-container {
  justify-content: space-between;
  display: flex;
}

.container.relative {
  position: relative;
}

.buttons {
  grid-row-gap: 36px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.design-description {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
}

.head-style {
  z-index: 2;
  color: #1f2024;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-bottom: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Cormorant, sans-serif;
  font-size: 96px;
  font-weight: 500;
  line-height: 1;
  position: sticky;
  top: 0;
}

.hero-block-wrapp {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  padding: 0;
  position: relative;
}

.hero-block-left {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1092px;
  padding-top: 60px;
  display: flex;
}

.italic {
  font-family: Cormorant, sans-serif;
  font-style: italic;
}

.hero-subhead {
  margin-bottom: 32px;
  padding-right: 140px;
  font-size: 24px;
}

.hero-block-image {
  z-index: -1;
  object-fit: cover;
  width: auto;
  max-width: 670px;
  height: 100%;
  max-height: 589px;
  margin-bottom: 120px;
  position: absolute;
  inset: 0% 0 auto auto;
}

.services-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 76px;
  display: grid;
}

.services-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--back-color);
  cursor: pointer;
  border-radius: 5px;
  grid-template: ". Area"
  / .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 20px 20px 40px 40px;
  transition: background-color .3s;
  display: grid;
}

.services-item:hover {
  background-color: #f2daf8;
}

.services-item-left {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  padding-top: 70px;
  display: flex;
}

.services-item-head {
  font-family: Forum, sans-serif;
  font-size: 24px;
}

.service-item-description {
  font-style: italic;
}

.services-item-right {
  object-fit: fill;
  width: auto;
  height: auto;
  display: block;
  overflow: visible;
}

.services-link {
  padding-top: 7px;
  padding-bottom: 7px;
}

.standarts-wrapp {
  grid-column-gap: 69px;
  grid-row-gap: 69px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 120px;
  display: grid;
}

.standart-item {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  display: flex;
  position: relative;
  overflow: visible;
}

.standart-image-wrapp {
  background-color: #f2daf8;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 169px;
  height: 169px;
  display: flex;
  overflow: visible;
}

.service-image-absolute {
  z-index: -1;
  object-fit: cover;
  flex: none;
  height: 200px;
  min-height: 200px;
  display: block;
  position: absolute;
}

.service-image-absolute.position-1 {
  height: 200px;
  min-height: 200px;
  inset: -17px 39px auto auto;
}

.service-image-absolute.position-2 {
  object-fit: cover;
  height: 220px;
  min-height: 220px;
  inset: -8px auto auto 50%;
  transform: translate(-50%)rotate(84deg);
}

.service-image-absolute.position-3 {
  transform: translate(-69px, -21px)rotate(-101deg);
}

.service-text {
  max-width: 335px;
}

.pricing-wrapp {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricng-images-wrapp {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.pricing-table {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.pricing-dropdowns-wrapp {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 90%;
  margin-top: 43px;
  margin-bottom: 75px;
  display: flex;
}

.pricing-dropdown {
  width: 100%;
}

.dropdown-toggle {
  border-bottom: .5px solid #0000004a;
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
  margin-right: 70px;
  padding: 12px 0;
  font-family: Forum, sans-serif;
  font-size: 24px;
  display: flex;
}

.dropdown-inner-item {
  border-bottom: .5px solid #0000004d;
  justify-content: space-between;
  padding-top: 19px;
  padding-bottom: 12px;
  font-style: italic;
  font-weight: 700;
  display: flex;
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-list.w--open {
  background-color: #fff;
  transition: all .4s;
  position: static;
}

.pricing-button {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: static;
  inset: auto auto 100px 0%;
}

.pricing-main-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
}

.gallery-stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 66px;
  padding: 0;
}

.gallery-third {
  justify-content: space-between;
  align-items: stretch;
}

.gallery-image {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 0% 0%;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.reviews-wrapp {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-direction: column;
  padding-top: 37px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.reviews-item {
  grid-column-gap: 50px;
  grid-row-gap: 22px;
  background-color: #fbf7fc;
  border-bottom: .5px solid #000;
  min-height: 184px;
  padding: 0 0 36px;
  position: sticky;
  top: 120px;
}

.reviews-item.second, .reviews-item.third {
  top: 120px;
}

.reviews-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.38;
}

.starts-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 22px;
  display: flex;
}

.form-wrapper {
  cursor: pointer;
  background-color: #f2daf8;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 110px;
  display: flex;
  position: relative;
}

.form-inner {
  grid-column-gap: 86px;
  grid-row-gap: 86px;
  flex-direction: column;
  justify-content: center;
  max-width: 603px;
  display: flex;
}

.form-head {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.form-subhead {
  font-style: italic;
  font-weight: 300;
}

.form {
  display: flex;
}

.input {
  border: 1px solid #000;
  margin-bottom: 0;
  padding: 15px 20px;
}

.input::placeholder {
  color: #000;
  font-weight: 700;
}

.submit-button {
  background-color: #000;
  transition: background-color .3s;
}

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

.success-message {
  color: #fff;
  background-color: #000;
  margin-top: 20px;
}

.form-left-image {
  width: 260px;
  position: absolute;
  inset: 0 auto auto 0;
}

.form-right-image {
  width: 159px;
  position: absolute;
  inset: auto 40px 50px auto;
}

.footer-wrapp {
  grid-column-gap: 69px;
  grid-row-gap: 69px;
  flex-direction: column;
  padding: 67px 150px 100px;
  display: flex;
  position: relative;
}

.footer-logo {
  background-color: #fff;
  width: 20%;
  margin-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  position: absolute;
  inset: -25px auto auto 50%;
  transform: translate(-50%);
}

.footer-top-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.footer-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  font-weight: 700;
  display: flex;
}

.social-networks {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: center;
  display: flex;
}

.footer-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  font-weight: 700;
  display: flex;
}

.footer-bottom-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-feedback-text {
  font-family: Forum, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.footer-decor {
  z-index: -1;
  width: 62px;
  position: absolute;
  inset: -10px auto auto 200px;
}

.navbar {
  background-color: #0000;
}

.navbar-logo {
  flex: 1;
}

.navbar-menu {
  grid-column-gap: 66px;
  grid-row-gap: 66px;
  flex: none;
  margin-right: 92px;
  display: flex;
}

.header-nav-link {
  flex: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-weight: 700;
  transition: letter-spacing .4s;
}

.header-nav-link:hover {
  letter-spacing: 1px;
}

.header-nav-link.w--current {
  color: #e990ff;
}

.services-slider {
  display: none;
}

.standart-icon {
  max-width: 50%;
}

.pricing-head {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.image {
  vertical-align: baseline;
  width: auto;
  display: inline-block;
  position: static;
}

.header-links-wrapp {
  grid-column-gap: 66px;
  grid-row-gap: 66px;
  display: flex;
}

.blur-back {
  filter: blur(20px);
  background-color: #ffffffe6;
  width: 100%;
  height: 100%;
  min-height: 60px;
  position: absolute;
  inset: -25% 0% auto;
}

.popup-wrapper {
  grid-column-gap: 78px;
  grid-row-gap: 80px;
  background-color: #fcf7fd;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 85vh;
  margin: 125px 76px;
  padding-left: 79px;
  padding-right: 60px;
  display: grid;
  position: relative;
}

.popup-head {
  align-items: flex-start;
  font-family: Forum, sans-serif;
  display: flex;
}

.decor-circle {
  background-color: #e7b5f3;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  margin-top: 10px;
}

.popup-form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-input {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #0000004a;
  min-height: 66px;
  margin-bottom: 0;
  padding-top: 28px;
  padding-bottom: 12px;
  padding-left: 0;
}

.form-input::placeholder {
  color: #000;
  font-family: Forum, sans-serif;
  font-size: 24px;
}

.submit-popup {
  color: #000;
  background-color: #0000;
  width: 100%;
  padding: 20px 80px 20px 40px;
  font-family: Forum, sans-serif;
  font-weight: 400;
}

.popup-arrow {
  position: absolute;
  inset: 50% 40px auto auto;
  transform: translate(0, -50%);
}

.popup-image {
  object-fit: cover;
  max-width: 497px;
}

.popup-close {
  cursor: pointer;
  position: absolute;
  inset: 37px 37px auto auto;
}

.head-forum {
  font-family: Forum, sans-serif;
}

.image-logo {
  width: auto;
  max-width: 30%;
}

.style-guide-head {
  background-color: var(--antique-lavender);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.body-orange {
  background-color: var(--antique-lavender);
}

.head-big {
  font-size: 140px;
  font-weight: 700;
}

.style-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: sticky;
}

.black-orange {
  background-color: #f8e8da;
}

.orange {
  background-color: #fdfaf7;
}

.black {
  background-color: #000;
}

.white {
  background-color: #fff;
}

.white.color {
  border: 1px solid #000;
}

._404-block {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

._404-background {
  z-index: -1;
  max-height: 90vh;
  position: absolute;
  inset: 50% auto 0% 160px;
  transform: translate(0, -50%);
}

._404-background.mob {
  display: none;
}

._404-head {
  max-width: 75%;
}

.privacy-rich h2 {
  margin-bottom: 25px;
}

.privacy-rich h1 {
  margin-bottom: 40px;
  font-size: 58px;
}

.privacy-rich p {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 2.14286;
}

.template-info-wrapp {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--back-color);
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  margin-top: -100px;
  padding: 100px;
  display: flex;
}

.license-head {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.license-text {
  text-align: center;
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 1.3;
}

.license-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.license-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.license-grid.icons-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.license-image {
  object-fit: cover;
  border-radius: 5px;
}

.license-icon {
  object-fit: contain;
  border: 1px solid #000;
  width: 100px;
  height: 100px;
  padding: 20px;
}

.text-update {
  margin-top: 60px;
}

.image-2 {
  height: 23px;
}

.cell {
  display: flex;
}

.social-icon {
  height: 20px;
}

.cell-2 {
  flex-flow: column;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.button-2 {
  grid-column-gap: 17px;
  color: #000;
  border: 1px solid #000;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Forum, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-2:hover {
  background-color: #f2daf8;
}

.button-2.w--current {
  color: #fff;
}

.text-block, .text-block-2, .text-block-3, .text-block-4 {
  font-style: normal;
  font-weight: 400;
}

.text-block-5 {
  text-align: right;
  align-self: flex-end;
  margin-bottom: 20px;
}

.section-2 {
  display: block;
}

.recaptcha {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 30px;
  }

  blockquote {
    font-size: 56px;
  }

  .colors {
    align-items: center;
  }

  .grid-colors {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .design-system-flex {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1.3fr 1.3fr;
  }

  .color {
    width: 120px;
    height: 120px;
  }

  .section {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .section.mt-0 {
    margin-top: 0;
    overflow: hidden;
  }

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

  .section.privacy-block {
    padding-left: 100px;
    padding-right: 100px;
  }

  .section.hero-section {
    padding-bottom: 0;
  }

  .button.small-button.button-mob {
    display: block;
  }

  .button.small-button.button-desk {
    display: none;
  }

  .grid-vertical {
    flex-direction: column;
    align-items: center;
  }

  .buttons {
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .head-style {
    text-align: center;
  }

  .hero-block-wrapp {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .hero-block-left {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .hero-subhead {
    padding-right: 0;
  }

  .hero-block-image {
    border-radius: 5px;
    width: 100%;
    max-width: none;
    max-height: 350px;
    margin-bottom: 0;
    position: static;
  }

  .services-grid {
    display: none;
  }

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

  .standarts-wrapp {
    margin-top: 41px;
  }

  .standart-image-wrapp {
    width: 120px;
    height: 120px;
  }

  .service-image-absolute {
    height: 100px;
    min-height: 100px;
  }

  .service-image-absolute.position-1 {
    height: 100px;
    min-height: 100px;
    right: 0;
  }

  .service-image-absolute.position-2 {
    height: 100px;
    min-height: 100px;
    top: 0;
    left: 25%;
  }

  .service-image-absolute.position-3 {
    inset: 10% 15% auto auto;
  }

  .pricing-wrapp {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-dropdowns-wrapp {
    max-width: 100%;
  }

  .pricing-dropdown, .dropdown-toggle {
    z-index: 1;
  }

  .form-wrapper {
    padding-top: 140px;
  }

  .form-left-image {
    width: 130px;
  }

  .form-right-image {
    display: none;
  }

  .footer-wrapp {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-logo {
    width: 35%;
  }

  .footer-decor {
    left: 20px;
  }

  .navbar-menu {
    z-index: 100;
    background-color: #fff;
    flex: 1;
    align-self: stretch;
    align-items: center;
    width: 100dvw;
    min-width: 100dvw;
    height: 100dvh;
    min-height: 100dvh;
    margin-right: 0;
    position: fixed;
    top: 0;
    bottom: 0;
  }

  .header-nav-link {
    font-size: 32px;
  }

  .header-nav-link.small-tablet {
    font-size: 16px;
  }

  .services-slider {
    background-color: #0000;
    height: auto;
    margin-top: 41px;
    display: block;
  }

  .slider-nav {
    display: none;
  }

  .services-slide, .services-mask {
    height: 100%;
  }

  .left-arrow {
    max-width: 40px;
    display: flex;
    inset: auto auto -60px 47%;
    transform: translate(-50%);
  }

  .right-arrow {
    max-width: 40px;
    display: flex;
    inset: auto 40% -60px auto;
    transform: translate(-50%);
  }

  .arrow-left-image {
    transform: rotate(-180deg);
  }

  .standart-icon {
    width: 40px;
  }

  .navbar-links-wrapp {
    z-index: 100;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100dvw;
    height: 100dvh;
    min-height: 100dvh;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0%;
    left: 0%;
  }

  .nav-button {
    z-index: 4;
  }

  .nav-button.w--open {
    z-index: 101;
    background-color: #0000;
  }

  .menu-icon-close {
    opacity: 0;
    display: none;
  }

  .header-links-wrapp {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }

  .popup-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr .5fr;
    max-height: 90vh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 20px;
  }

  .popup-image {
    max-width: 300px;
  }

  ._404-background {
    max-width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  ._404-background.desk {
    max-width: 85%;
    left: 38%;
  }

  ._404-head {
    max-width: 100%;
  }

  .template-info-wrapp {
    margin-top: -47px;
    padding-left: 65px;
    padding-right: 65px;
  }

  .license-text {
    max-width: 85%;
  }

  .license-grid.icons-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h3, h4 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  blockquote, .design-color {
    font-size: 24px;
  }

  .design-system-flex {
    grid-row-gap: 15px;
    grid-template-columns: 1.3fr;
  }

  .color {
    width: 90px;
    height: 90px;
  }

  .section {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.big-top-margin {
    margin-top: 100px;
  }

  .section.popup {
    padding-left: 0;
    padding-right: 0;
  }

  .section.privacy-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button.popup-button {
    margin-top: 58px;
  }

  .grid-vertical {
    align-items: flex-start;
  }

  .buttons {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .head-style {
    text-align: center;
    padding-top: 60px;
  }

  .hero-block-image {
    max-height: 300px;
  }

  .services-item {
    grid-template-columns: 1fr;
    max-width: 100%;
    padding: 44px 33px 17px;
  }

  .services-item-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .service-item-description {
    text-align: left;
  }

  .services-link {
    flex: 0 auto;
  }

  .standarts-wrapp {
    grid-template-columns: 1fr;
  }

  .standart-item {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .standart-image-wrapp {
    width: 92px;
    height: 92px;
  }

  .service-image-absolute.position-1 {
    height: 131px;
    right: 30%;
  }

  .service-image-absolute.position-2 {
    height: 134px;
    left: 45%;
  }

  .service-image-absolute.position-3 {
    height: 134px;
    top: 5%;
    right: 38%;
  }

  .pricing-wrapp {
    grid-template-columns: 1fr;
  }

  .pricing-table {
    align-items: center;
  }

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

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

  .pricing-dropdowns-wrapp {
    max-width: 100%;
    margin-top: 63px;
    margin-bottom: 60px;
  }

  .dropdown-toggle {
    margin-right: 0;
  }

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

  .gallery-image {
    min-height: 213px;
  }

  .mob-none {
    display: none;
  }

  .reviews-wrapp {
    padding-top: 40px;
  }

  .reviews-item {
    grid-row-gap: 14px;
    text-align: center;
    padding-bottom: 38px;
  }

  .reviews-name {
    margin-left: auto;
    margin-right: auto;
  }

  .starts-block {
    order: 1;
    justify-content: center;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-wrapper {
    padding: 177px 16px 57px;
  }

  .form-left-image {
    width: 134px;
  }

  .form-right-image {
    display: none;
  }

  .footer-wrapp {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
    padding-bottom: 67px;
  }

  .footer-logo {
    width: 50%;
  }

  .footer-top-block {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-bottom-block {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    border: 1px solid #000;
    flex-direction: column;
    padding: 69px 37px 52px;
  }

  .footer-decor {
    top: 44px;
    left: 44px;
  }

  .hero-block-button {
    align-items: center;
  }

  .services-slider {
    flex: 0 auto;
  }

  .services-slide {
    max-width: 100%;
  }

  .left-arrow {
    left: 46%;
  }

  .right-arrow {
    right: 33%;
  }

  .standart-icon {
    width: 34px;
  }

  .pricing-head {
    grid-column-gap: 63px;
  }

  .image {
    width: 233px;
  }

  .popup-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
    align-content: center;
    justify-items: center;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 24px;
    overflow: scroll;
  }

  .popup-head {
    justify-content: center;
    margin-bottom: 52px;
  }

  .popup-form {
    align-items: center;
  }

  .form-input {
    padding-top: 37px;
    padding-bottom: 14px;
  }

  .form-input::placeholder {
    font-size: 14px;
  }

  .head-big {
    text-align: center;
    font-size: 100px;
  }

  ._404-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  ._404-head {
    max-width: 85%;
  }

  .template-info-wrapp {
    padding-left: 24px;
    padding-right: 24px;
  }

  .license-text {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  figure {
    width: 100%;
  }

  .design-color {
    font-size: 18px;
  }

  .grid-colors {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    justify-items: center;
    display: grid;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .rich-text img {
    width: 100%;
  }

  .grid-vertical {
    padding-left: 24px;
    padding-right: 24px;
  }

  .head-style {
    font-size: 48px;
  }

  .services-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template: ". Area"
    / 1fr;
    grid-auto-columns: 1fr;
  }

  .services-item.mobile {
    display: block;
  }

  .services-item-left {
    max-width: 100%;
  }

  .service-item-description {
    word-break: normal;
    overflow-wrap: normal;
    flex: none;
    display: flex;
  }

  .services-item-right {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .gallery-image {
    min-height: auto;
    max-height: 500px;
    position: static;
  }

  .form-inner {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
  }

  .form-head {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .input {
    height: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .submit-button {
    padding: 17px 23px;
  }

  .footer-wrapp {
    padding-top: 120px;
  }

  .footer-logo {
    width: 80%;
  }

  .left-arrow {
    left: 40%;
  }

  .right-arrow {
    right: 25%;
  }

  .navbar-links-wrapp {
    align-self: stretch;
  }

  .popup-wrapper {
    overflow: auto;
  }

  .popup-head {
    margin-bottom: 30px;
  }

  .popup-form {
    width: 90%;
  }

  .form-input {
    border-radius: 0;
  }

  .popup-image {
    max-width: 187px;
  }

  .image-logo {
    max-width: 88px;
  }

  .head-big {
    font-size: 60px;
  }

  .style-menu {
    grid-row-gap: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  ._404-background.desk {
    display: none;
  }

  ._404-background.mob {
    min-width: 100vw;
    max-width: 105%;
    max-height: none;
    display: block;
  }

  ._404-head {
    font-size: 32px;
  }

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

  .license-grid.icons-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .license-icon {
    width: 80px;
    height: 80px;
  }
}

#w-node-_05a27bef-a5d7-ad17-5dea-495246d6fe05-7b17fe24 {
  grid-template-rows: auto minmax(min-content, max-content) minmax(min-content, max-content);
  grid-template-columns: 2fr 1fr;
}

#w-node-_06ffb9e7-a466-c5eb-7ba5-f636a723a1d9-7b17fe24 {
  grid-column: span 2 / span 2;
}

#w-node-_5214684d-bd75-06aa-8fb0-9a321e893db2-7b17fe24, #w-node-_5024914f-6a2d-3dfc-28f9-7b3189326ec6-7b17fe24, #w-node-_0d6ea551-e352-7535-e86e-6fab7d8336bd-7b17fe24, #w-node-_3b3c95b9-1731-5b49-4a8d-0b76939b5644-7b17fe24, #w-node-_5fe8d26c-c2a7-ef6f-a914-9091bb70cbe1-7b17fe24, #w-node-_6e01e778-c8bc-626d-e5a2-76f33374fc23-7b17fe24, #w-node-_808092e0-0d20-3aa9-f97c-988bb15c3004-7b17fe24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6307d8c-60b8-d294-cc85-2b31781b3143-7b17fe24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-dd9dcbb6-e1a8-c82b-f7c3-024ba6319a00-7b17fe24 {
  grid-template-rows: auto .6fr auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8809d046-000f-0121-6e48-0e4f6c8f0c3d-7b17fe24 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-f155de0c-6912-4811-dd65-0a7d58c54118-7b17fe24 {
  grid-row: span 2 / span 2;
}

#w-node-_2dca0ee8-3525-3499-71aa-4dcecbb061d8-7b17fe24, #w-node-bfdf0f7b-cce4-899e-a35f-85009492b368-7b17fe24, #w-node-_9d6a31cb-abcd-a6f6-b885-d2e455fe9685-7b17fe24 {
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
}

#w-node-_15cfac81-f454-c58b-b5fb-18c9abfb3a78-abfb3a73, #w-node-_15cfac81-f454-c58b-b5fb-18c9abfb3a88-abfb3a73, #w-node-_84268946-ff1e-137d-5f3b-7e3080c2ffef-80c2ffe7, #w-node-_4e77d2d2-51ab-d43a-f96d-921a0e85b738-0e85b736, #w-node-_4e77d2d2-51ab-d43a-f96d-921a0e85b739-0e85b736, #w-node-_4e77d2d2-51ab-d43a-f96d-921a0e85b74c-0e85b736, #w-node-_7ae76125-10d3-e104-b278-d32b2f86ce02-7b17fe27, #w-node-_7ae76125-10d3-e104-b278-d32b2f86ce11-7b17fe27, #w-node-_7ae76125-10d3-e104-b278-d32b2f86ce20-7b17fe27, #w-node-_7ae76125-10d3-e104-b278-d32b2f86ce2f-7b17fe27, #w-node-_7ae76125-10d3-e104-b278-d32b2f86ce3e-7b17fe27, #w-node-_7ae76125-10d3-e104-b278-d32b2f86ce5c-7b17fe27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45c77d4f-91d1-c451-1853-3daae18765eb-7b17fe28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_5a14824a-0dc6-1432-ccf7-bc1b80b2ecfe-7b17fe28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cf7190d-763d-acac-f812-afdfc7d1c7af-7b17fe28, #w-node-badd8234-e9e4-2381-a274-9fa1ee435d65-7b17fe28, #w-node-_7d0debdb-f7de-926b-2b6e-56d0f34696af-7b17fe28, #w-node-ef32b18a-876a-fa96-b63e-3a36dd8cf1da-7b17fe28, #w-node-_4ab425b8-8496-11d7-ddce-ec007f5a120b-7b17fe28, #w-node-f74e847c-86c6-c96a-c55e-9151ba64c275-7b17fe28, #w-node-_7f59e757-032c-60dc-6843-4e78e9377c24-7b17fe28, #w-node-_5e39b9fe-3477-5bb6-cc48-58bbed91dcf1-7b17fe28, #w-node-_7f433a48-4087-85e6-37c8-33e3b05a53ac-7b17fe28, #w-node-ed995ace-e5c6-9854-949b-c1bd405470bb-7b17fe28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_40779832-48e9-1b1e-aa05-cdd0750990e4-7b17fe28, #w-node-_471e400e-c9bf-438f-899a-1fdb4b25293a-7b17fe28, #w-node-e4463d21-e95b-c39b-dae2-0efb2804cd5e-7b17fe28, #w-node-_16521882-ad8f-5e2e-0f6c-b8fc62429245-7b17fe28, #w-node-a48c6f24-0207-4429-9419-c89eeb626f1f-7b17fe28, #w-node-abe33276-defe-81b6-95b0-e1ccf72a1010-7b17fe28, #w-node-_7547922c-aab9-4a98-d970-71e6db378433-7b17fe28, #w-node-_026e35d3-1f99-23f2-d82c-64a002c0fa06-7b17fe28, #w-node-_543e33ee-dbe9-fdea-9e02-b5262193d105-7b17fe28, #w-node-_1f5b2f54-f703-ef3f-28e4-ff88867c0ee3-7b17fe28, #w-node-fc79233c-66fb-5750-16cc-a825eedef8b4-7b17fe28, #w-node-_06ffa204-ddcf-9f46-ee86-a60b8fc28148-7b17fe28, #w-node-e12834a9-d853-3b8f-c5fb-d45a8b08e24d-7b17fe28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_05a27bef-a5d7-ad17-5dea-495246d6fe05-7b17fe24 {
    grid-template-rows: minmax(min-content, max-content) 1fr minmax(min-content, max-content);
    grid-template-columns: 1fr;
  }

  #w-node-d3bcfb3a-fea7-8324-de99-9fe58aedd478-7b17fe24, #w-node-_06ffb9e7-a466-c5eb-7ba5-f636a723a1d9-7b17fe24 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dd9dcbb6-e1a8-c82b-f7c3-024ba6319a00-7b17fe24 {
    grid-template-rows: auto .6fr auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8809d046-000f-0121-6e48-0e4f6c8f0c3d-7b17fe24 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f155de0c-6912-4811-dd65-0a7d58c54118-7b17fe24 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b17ab5db-c30d-59ac-32e0-e44b394eda96-7b17fe24 {
    order: 3;
  }

  #w-node-_2dca0ee8-3525-3499-71aa-4dcecbb061d8-7b17fe24, #w-node-bfdf0f7b-cce4-899e-a35f-85009492b368-7b17fe24, #w-node-_9d6a31cb-abcd-a6f6-b885-d2e455fe9685-7b17fe24 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_84268946-ff1e-137d-5f3b-7e3080c2ffef-80c2ffe7 {
    justify-self: center;
  }

  #w-node-_4e77d2d2-51ab-d43a-f96d-921a0e85b739-0e85b736 {
    justify-self: stretch;
  }

  #w-node-_4e77d2d2-51ab-d43a-f96d-921a0e85b74c-0e85b736 {
    order: -9999;
  }
}


