:root {
  --antique-white: #f8e8da;
  --back-color: #fdfaf7;
}

.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;
}

@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 {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 3px none var(--antique-white);
  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;
}

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

.section.reviews-section {
  background-color: #fdfaf7;
}

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

.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: 0;
  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: 150px;
  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: #fff;
  background-color: #333;
  border: 1px solid #fff;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

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

.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 {
  color: #fff;
  background-color: #272727;
  border-color: #fff6;
  font-family: Noto Serif JP, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.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 {
  color: #fff;
  margin-bottom: 32px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.hero-block-image {
  z-index: -1;
  object-fit: cover;
  max-width: 670px;
  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-rows: auto;
  grid-template-columns: .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: #f8e8da;
}

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

.services-item-head {
  font-family: Noto Serif JP, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.service-item-description {
  font-family: Noto Sans JP, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.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: #f8e8da;
  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 {
  color: #ffc490;
  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: 20px;
  margin-bottom: 75px;
  display: flex;
}

.pricing-dropdown {
  width: 100%;
}

.dropdown-toggle {
  color: #fff;
  border-bottom: 1px solid #ffffff4a;
  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 {
  background-color: #333;
  border-bottom: .5px solid #ffffff4d;
  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 {
  object-fit: cover;
  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: #fcfaf7;
  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: #f8e8da;
  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: #f4d2b5;
}

.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 {
  position: absolute;
  inset: auto 40px 50px auto;
}

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

.footer-logo {
  background-color: #333;
  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;
  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 {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 25px;
  padding-left: 190px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.footer-decor {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.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 {
  color: #fff;
  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: #ffc490;
}

.services-slider {
  display: none;
}

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

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

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

.popup-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fdfaf7;
  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: #f3d2b5;
  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;
}

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

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

.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;
}

.body {
  background-color: #333;
}

.heading {
  color: #fff;
}

.text-block {
  font-family: Noto Serif JP, sans-serif;
  font-weight: 500;
}

.heading-2 {
  color: #ffc490;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
  color: #fff;
  font-family: Noto Serif JP, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.text-block-9 {
  color: #fff;
  font-family: Noto Serif JP, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
}

.text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14 {
  color: #fff;
  font-family: Noto Serif JP, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.text-block-15 {
  color: #fff;
  text-align: right;
  font-family: Noto Serif JP, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
}

.text-block-16 {
  color: #fff;
  font-family: Noto Serif JP, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.text-block-17 {
  color: #fff;
  text-align: right;
  font-family: Noto Serif JP, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
}

.text-block-18, .text-block-19 {
  color: #fff;
  font-family: Noto Serif JP, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.paragraph {
  color: #fff;
  font-family: Noto Serif JP, sans-serif;
  font-weight: 500;
  line-height: 2;
}

.link, .link-2 {
  color: #fff;
  font-family: Noto Serif JP, sans-serif;
  font-weight: 500;
}

@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 {
    font-size: 18px;
  }

  .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-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 {
    color: #000;
    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;
  }

  .cell {
    font-family: Noto Sans JP, sans-serif;
    font-size: 14px;
  }
}

@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;
  }

  .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-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 #fff;
    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-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

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

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

  .gallery-image {
    min-height: auto;
    max-height: 214px;
  }

  .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-bottom-block {
    box-sizing: border-box;
    aspect-ratio: auto;
    border-color: #fff;
    position: relative;
  }

  .footer-decor {
    vertical-align: baseline;
  }

  .header-nav-link {
    color: #000;
  }

  .left-arrow {
    left: 40%;
  }

  .right-arrow {
    right: 25%;
  }

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

  .popup-wrapper {
    overflow: auto;
  }

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

  .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-44a014e3 {
  grid-template-rows: auto minmax(min-content, max-content) minmax(min-content, max-content);
  grid-template-columns: 3fr 1fr;
}

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

#w-node-_5214684d-bd75-06aa-8fb0-9a321e893db2-44a014e3, #w-node-_5024914f-6a2d-3dfc-28f9-7b3189326ec6-44a014e3, #w-node-_0d6ea551-e352-7535-e86e-6fab7d8336bd-44a014e3, #w-node-_3b3c95b9-1731-5b49-4a8d-0b76939b5644-44a014e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_15cfac81-f454-c58b-b5fb-18c9abfb3a78-abfb3a73, #w-node-_15cfac81-f454-c58b-b5fb-18c9abfb3a88-abfb3a73, #w-node-_4e77d2d2-51ab-d43a-f96d-921a0e85b738-0e85b736, #w-node-_4e77d2d2-51ab-d43a-f96d-921a0e85b739-0e85b736, #w-node-_4e77d2d2-51ab-d43a-f96d-921a0e85b74c-0e85b736 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_05a27bef-a5d7-ad17-5dea-495246d6fe05-44a014e3 {
    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-44a014e3, #w-node-_06ffb9e7-a466-c5eb-7ba5-f636a723a1d9-44a014e3 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #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;
  }
}


