/* ********************
 * * Lark.sass v3
 * * Description: CSS reset and adaptive layout
 * * Author: Dima Boro
 * * LastUpd: 27.08.2022
 * ******************** */
:root {
  --padding-side: 15px;
  --content-width: calc(100vw - 70px);
  --body-width: calc(100vw - var(--scrollbar-width));
  --side-width: calc( ( var(--body-width) - var(--content-width) + 30px ) / 2 );
  --scrollbar-width: 17px;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  box-sizing: border-box;
}

input, textarea, select, pre, blockquote, button {
  font: inherit;
  background: transparent;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

textarea {
  resize: none;
}

:focus {
  outline: 0;
}

[hidden] {
  display: none;
}

[draggable=false] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  color: currentColor;
}

a, a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  cursor: pointer;
}

.preload * {
  transition: none !important;
}

.text-box h1, .text-box h2, .text-box h3, .text-box h4, .text-box h5, .text-box h6 {
  margin: 25px 0 15px;
}
.text-box a {
  text-decoration: underline;
}
.text-box ul, .text-box ol {
  margin: 10px 10px 20px;
}
.text-box li {
  margin: 5px 0;
}
.text-box ul li {
  list-style: disc inside;
}
.text-box ol li {
  list-style: decimal inside;
}
.text-box p {
  margin: 10px 0 15px;
}
.text-box > *:first-child {
  margin-top: 0;
}
.text-box > *:last-child {
  margin-bottom: 0;
}

.row {
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
}

.container, .container-full {
  position: relative;
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.container {
  max-width: var(--content-width);
}

@media (min-width: 420px) {
  :root {
    --screen-name: sm;
    --content-width: 330px;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media (max-width: 419.99px) {
  .visible-sm {
    display: none !important;
  }
}
@media (min-width: 768px) {
  :root {
    --screen-name: md;
    --content-width: 740px;
  }
  .hidden-md {
    display: none !important;
  }
}
@media (max-width: 767.99px) {
  .visible-md {
    display: none !important;
  }
}
@media (min-width: 992px) {
  :root {
    --screen-name: lg;
    --content-width: 960px;
  }
  .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 991.99px) {
  .visible-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  :root {
    --screen-name: xl;
    --content-width: 1190px;
  }
  .hidden-xl {
    display: none !important;
  }
}
@media (max-width: 1199.99px) {
  .visible-xl {
    display: none !important;
  }
}
.w-100 {
  width: 100% !important;
}

.w-50 {
  width: 50% !important;
}

.w-25 {
  width: 25% !important;
}

.w-0 {
  width: 0 !important;
}

.w-auto {
  width: auto !important;
}

@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("Montserrat"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local("Montserrat"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local("Montserrat"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Montserrat"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: local("Montserrat"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
}
@font-face {
  font-family: "Qanelas";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: local("Qanelas"), url("../fonts/Qanelas-Light.woff2") format("woff2"), url("../fonts/Qanelas-Light.woff") format("woff");
}
@font-face {
  font-family: "Qanelas";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Qanelas"), url("../fonts/Qanelas-Regular.woff2") format("woff2"), url("../fonts/Qanelas-Regular.woff") format("woff");
}
@font-face {
  font-family: "Qanelas";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local("Qanelas"), url("../fonts/Qanelas-Medium.woff2") format("woff2"), url("../fonts/Qanelas-Medium.woff") format("woff");
}
@font-face {
  font-family: "Qanelas";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local("Qanelas"), url("../fonts/Qanelas-SemiBold.woff2") format("woff2"), url("../fonts/Qanelas-SemiBold.woff") format("woff");
}
@keyframes round {
  0% {
    transform: none;
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes quiz-progress {
  from {
    left: -900000px;
  }
  to {
    left: 0px;
  }
}
@keyframes blink {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 0.9;
  }
}
@keyframes sheens {
  0%, 79% {
    opacity: 0;
    transform: rotateZ(60deg) translate(-5em, 7.5em);
  }
  80% {
    opacity: 1;
    transform: rotateZ(60deg) translate(-5em, 7.5em);
  }
  95% {
    opacity: 1;
    transform: rotateZ(60deg) translate(1em, -11em);
  }
  100% {
    opacity: 0;
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}
/* ========= General ========= */
::-moz-selection {
  background: #779972;
  color: #fff;
}
::selection {
  background: #779972;
  color: #fff;
}

body, html {
  scroll-behavior: smooth;
}

html {
  touch-action: manipulation;
  overflow-x: hidden;
}
html.noscroll {
  overflow: hidden !important;
  padding-right: var(--scrollbar-width);
}

body {
  font: 400 16px/1.5 "Montserrat", sans-serif;
  color: #353535;
  background: #fff;
}

.wrapper {
  position: relative;
  margin: 0 auto;
  background: #fff;
  max-width: var(--body-width);
  width: 100%;
  overflow: hidden;
}

[class*=-box] {
  position: relative;
}

a, .a {
  transition: color 0.2s;
  text-decoration: none;
  cursor: pointer;
  color: currentColor;
  text-decoration-thickness: 1px;
}
a:not(.current-color), .a:not(.current-color) {
  color: #779972;
}
a:hover, .a:hover {
  color: #BC9A80;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.color, .primary {
  color: #779972;
}

.secondary {
  color: #BC9A80;
}

.text-box {
  line-height: 1.35;
}

.h1, .h2, .h3, .h4, .h5, .h6, .h {
  font-family: "Qanelas", sans-serif;
  font-weight: 300;
}
.h1 b, .h2 b, .h3 b, .h4 b, .h5 b, .h6 b, .h b {
  font-weight: 500;
}

.h1 {
  font-size: 76px;
  line-height: 1.1578947368;
}

.h2 {
  font-size: 54px;
  line-height: 1.2222222222;
}

.h3 {
  font-size: 38px;
  line-height: 137%;
}

.h4 {
  font-size: 30px;
  line-height: 137%;
}

.h5 {
  font-size: 22px;
}

.h6 {
  font-size: 18px;
}

p, .p {
  line-height: 1.43;
}
p:not(:last-child), .p:not(:last-child) {
  margin-bottom: 1.45em;
}

b, strong {
  font-weight: 500;
}

img, svg {
  pointer-events: none;
}

.preload * {
  transition: none !important;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #E0E0E0;
  background-clip: content-box;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.custom-scroll::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.custom-scroll::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  -webkit-appearance: none;
}
.custom-scroll::-webkit-scrollbar-corner {
  background: transparent;
}

.formatted-text ul {
  margin-top: 1.1em;
  padding-left: 32px;
}
.formatted-text ul:not(:last-child) {
  margin-bottom: 1.1em;
}
.formatted-text ul li {
  position: relative;
  margin-left: 18px;
}
.formatted-text ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -18px;
  width: 4px;
  height: 4px;
  background: #AABBA8;
  border-radius: 50%;
}
.formatted-text ul li:not(:last-child) {
  margin-bottom: 10px;
}

ul.check-list li {
  position: relative;
  padding-left: 41px;
}
ul.check-list li::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 20px;
  height: 20px;
  background: #779972 url(../images/icons/check.svg) no-repeat 50%;
  box-shadow: inset 0px 0px 16px rgba(255, 255, 255, 0.35);
  border-radius: 3px;
}
ul.check-list li:not(:last-child) {
  margin-bottom: 12px;
}

ol.custom-list {
  counter-reset: myCounter;
}
ol.custom-list li::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -2px;
  height: 30px;
  min-width: 30px;
  margin-right: 20px;
  background: #779972;
  border-radius: 20px;
  color: #fff;
  opacity: 0.8;
  line-height: 1;
}

.cover-image, .examples-box .middle-side .thumbs-slider .spth-wrap img, .examples-box .middle-side .sph-wrap img, .popup-8 .middle-side .thumbs-slider .spth-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.social-icons {
  display: flex;
  margin-left: -6px;
}
.social-icons.social-green .s-icon {
  background: #779972;
}
.social-icons.social-light-green .s-icon {
  background: #AABBA8;
}
.social-icons .s-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 6px;
  width: 36px;
  height: 36px;
  background: #BC9A80;
  box-shadow: inset 4px 4px 8px rgba(255, 255, 255, 0.33);
  border-radius: 50%;
  transition: box-shadow 0.2s;
  cursor: pointer;
}
.social-icons .s-icon:hover {
  box-shadow: inset 0px 0px 8px #FFFFFF;
}

.logo svg {
  max-width: 100%;
}
.logo path {
  transition: fill 0.2s;
}
.logo:hover path {
  fill: #779972;
}

.title-row {
  padding-top: 89px;
  margin-bottom: 43px;
  text-align: center;
}
.title-row .top-img {
  margin: -37px 0 22px;
}
.title-row .h2 {
  margin: 0 auto 26px;
}
.title-row .subtitle {
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 142%;
  color: #B4BCC4;
}

.right-box {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  transition: 0.3s;
}
.right-box .right-bts {
  display: grid;
  gap: 4px;
}
.right-box .btn {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding-left: 21px;
  padding-right: 16px;
  max-height: 69px;
  border-radius: 8px 0px 0px 8px;
  box-shadow: inset 0px 0px 23px rgba(255, 255, 255, 0.38);
  max-width: 246px;
  line-height: 145%;
}
.right-box .btn:hover {
  box-shadow: inset 0px 0px 27px rgba(255, 255, 255, 0.51);
}
.right-box .btn:active {
  box-shadow: none;
}
.right-box .btn .r-icon {
  margin: 0 13px 0 0;
  flex-shrink: 0;
  width: 16px;
  height: auto;
}
.right-box .r-text {
  transition: opacity 0.2s;
}
.right-box .show-more {
  display: flex;
  align-items: center;
  margin-top: 3px;
  padding: 10px 10px 10px 23px;
  font-size: 10px;
  font-weight: 500;
  color: #B4BCC4;
  cursor: pointer;
  transition: 0.2s;
}
.right-box .show-more .icon {
  margin-right: 13px;
}
.right-box .show-more .icon path {
  fill: currentColor;
}
.right-box .show-more:hover {
  color: #779972;
}
.right-box.hidden {
  transform: translateY(-50%) translateX(100%);
  right: 54px;
}
.right-box.hidden .show-more {
  padding-left: 0;
}
.right-box.hidden .icon {
  transform: scale(-1);
}
.right-box.hidden .r-text {
  margin-top: 0;
  opacity: 0;
}

.flipping {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
  margin: 15px auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 164%;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #B4BCC4;
}
.flipping .f-left {
  transform: scaleX(-1);
}

.lazyload, .lazyload::before, .lazyload::after {
  background-image: none;
}

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  height: 100%;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 173%;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.2s;
  transition-property: background-color, box-shadow, filter, opacity;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 59px;
  height: 100px;
  max-height: 89px;
  border-radius: 6px;
  background: #B4BCC4;
  color: #fff !important;
  box-shadow: inset 5px 5px 22px rgba(255, 255, 255, 0.42);
}
.btn:hover {
  color: #fff !important;
  box-shadow: inset 0px 0px 24px rgba(255, 255, 255, 0.68);
}
.btn:hover .icon {
  transform: translateX(7px);
}
.btn:active {
  box-shadow: none;
}
.btn .icon {
  flex-shrink: 0;
  margin-top: -3px;
  margin-left: 35px;
  margin-right: -30px;
  width: 31px;
  height: 31px;
  opacity: 0.3;
  transition: transform 0.2s;
}

.sheens {
  position: relative;
  overflow: hidden;
}
.sheens::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -100%;
  right: -100%;
  bottom: -50%;
  transform: rotateZ(60deg) translate(-5em, 7.5em);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0));
  opacity: 0;
  animation: sheens 3s infinite;
  z-index: 2;
}
.sheens.sheens-delay-1::before {
  animation-delay: 1s;
}
.sheens.sheens-delay-2::before {
  animation-delay: 1.5s;
}
.sheens.sheens-delay-3::before {
  animation-delay: 2s;
}

.btn-brown {
  background: #BC9A80;
}
.btn-brown::before {
  background: linear-gradient(to bottom, rgba(226, 212, 199, 0), rgba(226, 212, 199, 0.5) 50%, rgba(226, 212, 199, 0));
}

.btn-green {
  background: #779972;
}
.btn-green::before {
  background: linear-gradient(to bottom, rgba(176, 201, 172, 0), rgba(176, 201, 172, 0.5) 50%, rgba(176, 201, 172, 0));
}

.btn-light {
  background: #F6F6F6;
  box-shadow: inset 0px 0px 16px rgba(255, 255, 255, 0.35);
}
.btn-light:hover {
  box-shadow: inset 0px 0px 24px rgba(255, 255, 255, 0.68);
}
.btn-light:active {
  box-shadow: none;
}

.btn-mini {
  font-size: 11px;
  max-height: 66px;
}

.form-title {
  margin-bottom: 15px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.form-input {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  width: 100%;
}
.form-input input, .form-input textarea {
  display: block;
  padding: 0 35px;
  height: 89px;
  width: 100%;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: currentColor;
  background: #fff;
  transition: 0.2s;
  border-radius: 6px;
}
.form-input input::-moz-placeholder, .form-input textarea::-moz-placeholder {
  color: #B4BCC4;
}
.form-input input::placeholder, .form-input textarea::placeholder {
  color: #B4BCC4;
}
.form-input input:focus, .form-input textarea:focus {
  border-color: #fff;
}
.form-input input.invalid, .form-input textarea.invalid {
  box-shadow: inset 0 0 0 1px #E37A74;
  color: #E37A74;
}
.form-input textarea {
  min-height: 153px;
}
.form-input input:not(:focus) ~ .icon {
  transform: scale(-1);
}
.form-input input:not(:focus) ~ .options-list {
  visibility: hidden;
  opacity: 0;
}
.form-input .options-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 400px;
  min-height: 44px;
  background: #fff;
  overflow-y: auto;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  z-index: 10;
  transition: visibility 0.2s, opacity 0.2s;
}
.form-input .options-value {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 65px;
  font-size: 14px;
  font-weight: 500;
  color: #B4BCC4;
  border-top: 1px solid #F1F1F1;
  transition: background 0.2s;
  cursor: pointer;
}
.form-input .options-value:hover {
  background: #F5F5F5;
}
.form-input .options-value.active {
  display: none;
}
.form-input .options-value .m-val {
  font-size: 0;
  opacity: 0;
}
.form-input .icon {
  position: absolute;
  top: 50%;
  right: 59px;
  margin-top: -2px;
}

.form-select input {
  color: #B4BCC3;
  cursor: pointer;
}

.form-file {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 22px;
  padding-right: 30px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #AABBA8;
  transition: color 0.2s;
  cursor: pointer;
}
.form-file:hover {
  color: #779972;
}
.form-file input[type=file] {
  margin-left: 10px;
  max-width: 95px;
  font-size: 11px;
  opacity: 0.3;
  text-align: center;
  pointer-events: none;
  order: 3;
  float: right;
}
.form-file input[type=file]:not(.valid) {
  display: none;
}
.form-file input[type=file]::-webkit-file-upload-button, .form-file input[type=file]::file-selector-button {
  display: none;
}
.form-file .icon {
  margin-right: 11px;
}
.form-file .icon path {
  fill: currentColor;
}

.form-checkbox {
  display: flex;
  align-self: flex-start;
  align-items: center;
  cursor: pointer;
}
.form-checkbox input[type=checkbox],
.form-checkbox input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin-right: 14px;
  background: no-repeat 50%;
  border-radius: 0;
  border: 0;
  outline: 0;
  pointer-events: none;
}
.form-checkbox input[type=checkbox]:checked,
.form-checkbox input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1454 0L5.01224 6.32097L1.99556 3.24593L0 5.03209L4.8736 10L14 1.92022L12.1454 0Z' fill='white'/%3E%3C/svg%3E");
  background-color: #779972;
}
.form-checkbox input[type=checkbox]:not(:checked),
.form-checkbox input[type=radio]:not(:checked) {
  border: 1px solid #DADDDE;
}
.form-checkbox span {
  max-width: 520px;
  line-height: 1;
}

.form-politic {
  margin: auto;
  max-width: 28em;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #B4BCC4;
}
.form-politic a:not(:hover) {
  color: #AABBA8;
  text-decoration: underline;
}

.form-range {
  width: 100%;
}
.form-range .rangeSlider {
  position: relative;
  height: 4px;
  width: 100%;
  background: #F1F1F1;
  border-radius: 2px;
}
.form-range .rangeSlider__fill {
  position: absolute;
  top: 0;
  height: 100%;
  background: #779972;
  border-radius: 2px;
}
.form-range .rangeSlider__handle {
  position: absolute;
  top: -14px;
  width: 32px;
  height: 32px;
  background: url("../images/icons/range-circle.svg") no-repeat 50%;
  background-size: contain;
  border-radius: 50%;
  cursor: pointer;
}

form.loading .form-input,
form.loading .form-file,
form.loading .btn,
form.loading input,
form.loading select,
form.loading textarea,
form.loading button, form.done .form-input,
form.done .form-file,
form.done .btn,
form.done input,
form.done select,
form.done textarea,
form.done button {
  pointer-events: none;
}
form.loading .btn, form.done .btn {
  color: transparent !important;
}
form.loading .btn .icon, form.done .btn .icon {
  display: none;
}
form.loading .form-input,
form.loading .form-file,
form.loading .btn {
  animation: blink 0.5s infinite alternate;
}
form.loading .btn {
  filter: grayscale(100%);
}
form.loading .btn::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: round 1s linear infinite;
}
form.done .btn::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1454 0L5.01224 6.32097L1.99556 3.24593L0 5.03209L4.8736 10L14 1.92022L12.1454 0Z' fill='white'/%3E%3C/svg%3E") no-repeat 50% 50%;
  background-size: contain;
  opacity: 0.7;
}

[tabs-here] [data-tab-name]:not(.tab-active) {
  cursor: pointer;
}
[tabs-here] [data-tab-content]:not(.tab-active) {
  display: none;
}

[data-tooltip] {
  cursor: pointer;
}

.tooltip {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  background: #fff;
  border-radius: 15px;
  z-index: 3007;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}
.tooltip.right::before {
  left: -3px;
}
.tooltip.bottom::before {
  top: -3px;
}
.tooltip.top::before {
  bottom: -3px;
}
.tooltip .tooltip-inner {
  max-width: 384px;
  font-size: 14px;
}

.tooltip-team-info {
  font-size: 16px;
}
.tooltip-team-info ul {
  padding-left: 0;
  margin: 0;
}
.tooltip-team-info ul li:not(:last-child) {
  margin-bottom: 5px;
}

.sw-arrows {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 16px;
}
.sw-arrows .sw-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 51px;
  width: 83px;
  background: rgba(227, 227, 227, 0.2);
  color: #E3E3E3;
  border-radius: 4px 60px 60px 4px;
  transition: 0.2s;
  cursor: pointer;
}
.sw-arrows .sw-arrow .icon path {
  fill: currentColor;
}
.sw-arrows .sw-arrow:hover {
  background: #BC9A80;
  box-shadow: inset 0px 0px 23px rgba(255, 255, 255, 0.38);
  color: #fff;
}
.sw-arrows .sw-prev {
  transform: scaleX(-1);
}
.sw-arrows.sw-white .sw-arrow:not(:hover) {
  background: #fff;
}
.sw-arrows.sw-brown .sw-arrow {
  background: #BC9A80;
  color: #fff;
}
.sw-arrows.sw-brown .sw-arrow:hover {
  background: #779972;
}
.sw-arrows .swiper-button-disabled {
  pointer-events: none;
  filter: grayscale(100%);
  opacity: 0.3;
}

.slider-dots.swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-dots.swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  width: 6px;
  height: 6px;
  margin: 0 11px;
  border-radius: 50%;
  background: #E3E3E3;
  transition: 0.2s;
  opacity: 1;
}
.slider-dots.swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
}
.slider-dots.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1.333);
  background: #BC9A80;
}
.slider-dots.swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  cursor: pointer;
}
.slider-dots.swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  background: #779972;
}

.popup-boxes > .popup:not(.active) {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.popup-boxes > .popup:not(.active) .content-wrap {
  opacity: 0;
  transform: translateY(100%);
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 50px 10px;
  display: flex;
  background: rgba(41, 41, 41, 0.7);
  overflow-y: scroll;
  overflow-x: hidden;
  transition: opacity 0.5s;
  z-index: 700;
  cursor: pointer;
}
.popup > * {
  cursor: initial;
}
.popup .close-popup {
  cursor: pointer;
}
.popup .container {
  position: relative;
  margin: auto;
}
.popup .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 89px;
  transition: background 0.2s;
  z-index: 5;
}
.popup .close-btn svg {
  transition: transform 0.5s;
}
.popup .close-btn:hover svg {
  transform: rotate(90deg);
}
.popup .content-wrap {
  position: relative;
  margin: auto;
  width: 100%;
  background: #fff no-repeat 50% 0%;
  background-image: url(../images/main/popup-bg.png);
  background-size: cover;
  transition: opacity 0.4s, transform 0.5s;
  border-radius: 15px;
}
.popup .content-wrap .title-row {
  padding-top: 60px;
  margin-bottom: 23px;
  text-align: left;
}
.popup .content-wrap .title-row .h2 {
  margin-left: 0;
  margin-bottom: 18px;
}
.popup .content-wrap .title-row .subtitle {
  margin-left: 0;
  font-family: "Qanelas";
  font-size: 27px;
  font-weight: 500;
  line-height: 111%;
  color: #AABBA8;
}
.popup .man-side {
  position: relative;
}
.popup .man-info {
  position: absolute;
  font-family: "Qanelas";
}
.popup .man-info .man-name {
  position: relative;
  display: inline-block;
  padding: 13px 18px 12px 19px;
  background: #f5f5f5;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  z-index: 2;
}
.popup .man-info .man-who {
  position: relative;
  top: -11px;
  margin-left: 81px;
  padding: 19px 21px 10px 18px;
  background: #fff;
  font-size: 16px;
  border-radius: 5px;
}
.popup .form-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  gap: 27px;
  margin: 0 -97px;
  padding: 71px 97px 50px;
  border-radius: 15px;
  background: #F9F9F9 url("../images/main/d-form-bg.png") no-repeat 50%;
  background-size: cover;
  border-radius: 15px;
}
.popup .form-row .form-input {
  flex-direction: column;
}
.popup .form-row .form-input input {
  text-align: center;
}
.popup .form-row .form-title {
  text-align: left;
  width: 100%;
}
.popup .form-row .btn {
  margin-bottom: 20px;
  width: 100%;
}
.popup .form-side {
  position: relative;
  padding: 59px 54px 53px;
  background: #FFF;
  border-radius: 15px;
  max-width: 474px;
  width: 100%;
  text-align: center;
}
.popup .form-side .form-input {
  flex-direction: column;
  margin-bottom: 32px;
}
.popup .form-side .form-input input {
  background: #F6F6F6;
  text-align: center;
}
.popup .form-side .form-social {
  margin-top: -3px;
}
.popup .form-side .social-icons {
  display: flex;
  justify-content: center;
  margin: 18px 0 38px;
}
.popup .form-side .social-icons input {
  display: none;
}
.popup .form-side .social-icons input:checked ~ .s-icon {
  opacity: 1;
}
.popup .form-side .social-icons input:checked ~ span {
  color: #BC9A80;
}
.popup .form-side .social-icons .s-icon {
  margin: 0 17px 3px;
  width: 40px;
  height: 40px;
  opacity: 0.5;
  transition: 0.2s;
}
.popup .form-side .social-icons .s-icon:hover {
  opacity: 1;
}
.popup .form-side .social-icons span {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #B4BCC4;
  transition: color 0.2s;
}
.popup .form-side .btn {
  width: 100%;
}
.popup .form-side .form-politic {
  margin-top: 16px;
}

.popup-1 .pf-top {
  display: flex;
}
.popup-1 .man-side .man-info {
  top: 354px;
  left: 54px;
}
.popup-1 .man-side .popup-image {
  margin-top: 22px;
  margin-left: -181px;
  margin-right: -22px;
  margin-bottom: -287px;
  max-width: none;
}
.popup-1 .title-row .subtitle {
  display: flex;
  align-items: center;
  max-width: 350px;
}
.popup-1 .title-row .subtitle .icon {
  flex-shrink: 0;
  margin-right: 29px;
}
.popup-1 .content-side {
  position: relative;
  max-width: 600px;
  width: 100%;
}
.popup-1 .content-side .pf-info {
  max-width: 545px;
  color: #B4BCC4;
}
.popup-1 .content-side .btn-row {
  display: flex;
  margin-top: 36px;
}
.popup-1 .content-side .btn-row .btn {
  max-width: 322px;
  width: 100%;
}
.popup-1 .content-side .btn-row .b-book {
  position: relative;
  margin-top: -52px;
  margin-left: -50px;
}

.popup-2 .content-wrap {
  max-width: 940px;
}
.popup-2 .pf-top {
  display: flex;
}
.popup-2 .top-img {
  margin: 20px 0 20px;
  max-width: 62px;
}
.popup-2 .man-side .man-info {
  top: 250px;
  left: 97px;
}
.popup-2 .man-side .popup-man {
  margin-top: -111px;
  margin-right: 20px;
  max-width: none;
}
.popup-2 .content-side {
  position: relative;
  max-width: 360px;
  width: 100%;
}
.popup-2 .pf-info {
  margin-top: -4px;
  color: #B4BCC4;
  max-width: 270px;
}

.popup-3 .pf-top {
  display: flex;
}
.popup-3 .man-side .man-info {
  top: 266px;
  left: 54px;
}
.popup-3 .man-side .popup-image {
  margin-top: -49px;
  margin-left: -243px;
  margin-right: 38px;
  margin-bottom: -282px;
  max-width: none;
}
.popup-3 .title-row .subtitle {
  max-width: 405px;
}
.popup-3 .content-side {
  position: relative;
  max-width: 600px;
  width: 100%;
}
.popup-3 .content-side .pf-info {
  max-width: 545px;
  margin-bottom: 19px;
}
.popup-3 .content-side .pf-info i {
  position: relative;
  top: 1px;
  line-height: 1.8;
  padding: 8px 10px;
  background: #fff;
  font-style: normal;
  font-weight: 500;
  border-radius: 1em;
}
.popup-3 .content-side .pf-subinfo {
  color: #B4BCC4;
}
.popup-3 .content-side .btn-row {
  display: flex;
  margin-top: 36px;
}
.popup-3 .content-side .btn-row .btn {
  max-width: 322px;
  width: 100%;
}
.popup-3 .content-side .btn-row .b-book {
  position: relative;
  margin-top: -52px;
  margin-left: -50px;
}
.popup-3 .pf-bottom {
  background: #F9F9F9 url("../images/main/popup-bg-3.png") no-repeat 50% 100%;
  background-size: 100% auto;
  overflow: hidden;
  border-radius: 0 0 15px 15px;
}
.popup-3 .pf-bottom .pfb-content {
  max-width: 487px;
  display: flex;
  align-items: flex-end;
  margin: 57px auto 51px;
}
.popup-3 .pf-bottom .h4 {
  margin-bottom: 19px;
  max-width: 301px;
  line-height: 120%;
}
.popup-3 .pf-bottom .subh {
  margin-top: 10px;
  line-height: 157%;
  color: #B4BCC4;
}
.popup-3 .pf-bottom .download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 119px;
  height: 119px;
  background: #779972;
  box-shadow: inset 0px 0px 23px rgba(255, 255, 255, 0.66);
  cursor: pointer;
  border-radius: 50%;
  transition: box-shadow 0.2s;
}
.popup-3 .pf-bottom .download-btn:hover {
  box-shadow: inset 0px 0px 33px rgba(255, 255, 255, 0.7);
}
.popup-3 .pf-bottom .download-btn:active {
  box-shadow: none;
}
.popup-3 .pf-bottom .pf-hand {
  position: absolute;
  bottom: 0;
  right: 0;
}

.popup-3-1 .container {
  width: 500px;
}
.popup-3-1 .title-row {
  text-align: center;
}
.popup-3-1 .gr-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 17px;
}
.popup-3-1 .gr-content .gs-info {
  margin: 9px 0 1px;
  line-height: 143%;
  color: #B4BCC4;
}
.popup-3-1 .gr-content .gs-back {
  display: inline-flex;
  align-items: center;
  margin-top: 37px;
  margin-bottom: 30px;
  margin-left: -50px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-decoration: underline;
}
.popup-3-1 .gr-content .gs-back svg {
  margin-right: 13px;
}
.popup-3-1 .gr-content .gs-back svg path {
  fill: currentColor;
}
.popup-3-1 .gr-content .gs-right {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 40px;
}
.popup-3-1 .gr-content .gs-right .gs-r-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 130px;
  color: #353535;
  text-decoration: none;
}
.popup-3-1 .gr-content .gs-right .gs-r-item:hover {
  color: #BC9A80;
}
.popup-3-1 .gr-content .gs-right .gs-r-item:hover .gs-download {
  transform: scale(1.3);
}
.popup-3-1 .gr-content .gs-right .gsr-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-3-1 .gr-content .gs-right .gs-download {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
}
.popup-3-1 .gr-content .gs-right .gs-download path {
  stroke: #E3E3E3;
}
.popup-3-1 .gr-content .gs-right .gs-r-info {
  margin: 6px -10px 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.popup-4 .content-wrap {
  padding: 55px 20px 86px;
}
.popup-4 .popup-image {
  position: absolute;
  left: -132px;
  bottom: 0;
}
.popup-4 .popup-green {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0 0 15px 0;
}
.popup-4 .pf-top {
  position: relative;
  margin-left: auto;
  max-width: 543px;
  margin-right: 54px;
}
.popup-4 .popup-ava {
  margin-bottom: -42px;
  max-width: 96px;
}
.popup-4 .pf-info {
  max-width: 490px;
  line-height: 1.57;
}
.popup-4 .white-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 71px auto 0;
  padding: 45px 56px 50px;
  max-width: 978px;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  -webkit-mask-image: radial-gradient(circle at 100px -19px, transparent 37px, black 38px);
          mask-image: radial-gradient(circle at 100px -19px, transparent 37px, black 38px);
}
.popup-4 .white-row .left-side {
  max-width: 490px;
}
.popup-4 .white-row .left-side .h4 {
  line-height: 125%;
}
.popup-4 .white-row .left-side .rub {
  margin: -8px 1px 0 3px;
}
.popup-4 .white-row .left-side .green {
  color: #AABBA8;
}
.popup-4 .white-row .right-side {
  max-width: 344px;
  width: 100%;
}
.popup-4 .white-row .prebtn {
  margin: 6px 0 15px;
  color: #B4BCC4;
}
.popup-4 .white-row .btn {
  width: 100%;
}

.popup-5 .popup-green {
  position: absolute;
  right: 0;
  bottom: 0;
}
.popup-5 .popup-ring {
  position: absolute;
  top: 146px;
  right: -87px;
}
.popup-5 .content-wrap {
  display: flex;
  justify-content: space-between;
  padding: 75px 60px 78px;
}
.popup-5 .left-side {
  position: relative;
  max-width: 492px;
  text-align: center;
}
.popup-5 .left-side .title-row {
  padding-top: 0;
  text-align: center;
}
.popup-5 .left-side .title-row .popup-ava {
  margin-bottom: 18px;
  max-width: 96px;
}
.popup-5 .left-side .title-row .subtitle {
  font-family: inherit;
  font-size: 16px;
  line-height: 1.575;
}
.popup-5 .left-side .p-middle {
  display: inline-block;
  padding: 2px 0 21px;
  margin-bottom: 21px;
  max-width: 411px;
  font-family: "Qanelas";
  box-shadow: 0px 15px 72px -40px rgba(0, 0, 0, 0.1);
}
.popup-5 .left-side .p-info {
  display: inline-block;
  margin-bottom: 8px;
  max-width: 334px;
  font-size: 24px;
  line-height: 125%;
}
.popup-5 .left-side .p-phone {
  display: inline-block;
  font-size: 36px;
  font-weight: 500;
  color: #AABBA8;
  text-decoration: none;
}
.popup-5 .left-side .p-phone:hover {
  color: #779972;
}
.popup-5 .left-side .p-or-top {
  font-family: "Qanelas";
  font-size: 24px;
}
.popup-5 .left-side .p-or-bottom {
  font-size: 16px;
  color: #B4BCC4;
}
.popup-5 .left-side .social-icons {
  margin: 19px 0 0;
  display: flex;
  justify-content: center;
}
.popup-5 .left-side .social-icons .s-icon {
  width: 46px;
  height: 46px;
  margin: 0 4px;
}

.popup-6 .popup-green {
  position: absolute;
  right: 0;
  bottom: -11px;
}
.popup-6 .popup-ring {
  position: absolute;
  top: 31px;
  right: -87px;
}
.popup-6 .content-wrap {
  display: flex;
  justify-content: space-between;
  padding: 75px 76px 84px;
  overflow: hidden;
}
.popup-6 .left-side {
  max-width: 460px;
}
.popup-6 .left-side .title-row {
  padding-top: 0;
}
.popup-6 .left-side .subtitle {
  padding: 11px 0 20px;
  display: flex;
  align-items: center;
  max-width: 400px;
}
.popup-6 .left-side .popup-ava {
  max-width: 96px;
  margin-right: 27px;
  flex-shrink: 0;
}
.popup-6 .left-side ul {
  display: grid;
  gap: 21px;
  max-width: 420px;
  padding: 7px 0 24px;
}
.popup-6 .left-side ul li {
  display: flex;
  align-items: center;
  line-height: 157.5%;
}
.popup-6 .left-side ul li:not(:first-child) .p-logo {
  visibility: hidden;
}
.popup-6 .left-side ul li .p-logo {
  flex-shrink: 0;
  margin-right: 20px;
}
.popup-6 .left-side .p-info {
  font-family: "Qanelas";
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
  max-width: 463px;
}
.popup-6 .left-side .p-subinfo {
  margin-top: 27px;
  margin-left: 60px;
  font-size: 14px;
  line-height: 1.53;
  color: #B4BCC4;
}
.popup-6 .form-side {
  margin-top: 47px;
}

.popup-7 .popup-green {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.popup-7 .popup-green-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.popup-7 .top-wrap {
  padding: 45px 94px 79px;
  position: relative;
  background: inherit;
  border-radius: 15px 15px 0 0;
}
.popup-7 .top-wrap .top-side {
  display: flex;
  align-items: flex-start;
  margin-bottom: 36px;
}
.popup-7 .top-wrap .t-left-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 56px;
}
.popup-7 .top-wrap .t-left-side .popup-quote {
  margin-bottom: 10px;
}
.popup-7 .top-wrap .t-left-side .popup-ava {
  background: #E5E5E5;
  max-width: 96px;
  flex-shrink: 0;
  border-radius: 50%;
}
.popup-7 .top-wrap .t-left-side .pr-name {
  font-weight: 500;
}
.popup-7 .top-wrap .t-left-side .pr-position {
  font-size: 14px;
  color: #B4BCC4;
}
.popup-7 .top-wrap .t-right-side {
  padding-top: 21px;
}
.popup-7 .top-wrap .t-right-side .ts-info {
  margin-top: 17px;
  line-height: 1.56;
}
.popup-7 .top-wrap .t-right-side .ts-info .green {
  color: #779972;
}
.popup-7 .white-list {
  display: grid;
  gap: 9px;
}
.popup-7 .white-item {
  display: flex;
  align-items: center;
  background: #fff;
}
.popup-7 .white-item:first-child {
  border-radius: 15px 15px 0px 0px;
}
.popup-7 .white-item:last-child {
  border-radius: 0px 0px 15px 15px;
}
.popup-7 .white-item .w-left-side {
  padding: 39px 31px 59px 55px;
  box-shadow: 15px 0px 72px -40px rgba(0, 0, 0, 0.1);
}
.popup-7 .white-item .w-left-side .wl-top {
  margin-bottom: 20px;
  max-width: 590px;
  font-family: "Qanelas";
  font-size: 27px;
  font-weight: 500;
  line-height: 111%;
}
.popup-7 .white-item .w-left-side .wl-info {
  line-height: 156%;
}
.popup-7 .white-item .w-left-side a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.popup-7 .white-item .w-right-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 5px 0 27px;
  max-width: 293px;
  width: 100%;
}
.popup-7 .white-item .w-right-side .wr-top,
.popup-7 .white-item .w-right-side .wr-bottom {
  font-size: 20px;
  color: #B4BCC4;
}
.popup-7 .white-item .w-right-side .wr-middle {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin: 10px 0;
}
.popup-7 .white-item .w-right-side .wr-middle b {
  margin-right: 14px;
  font-size: 55px;
  line-height: 1;
}
.popup-7 .white-item .w-right-side .wr-middle span {
  font-size: 24px;
  margin: 13px 9px 0px -5px;
}
.popup-7 .bottom-side {
  background: #fff;
  padding: 52px 0 72px;
  border-radius: 0 0 15px 15px;
}
.popup-7 .bottom-side .b-top {
  display: flex;
}
.popup-7 .bottom-side .b-left-side {
  margin-left: 150px;
  max-width: 520px;
}
.popup-7 .bottom-side .b-left-side .pb-info {
  margin: 23px 0 31px;
}
.popup-7 .bottom-side .b-left-side .pb-ok {
  display: flex;
  align-items: flex-start;
}
.popup-7 .bottom-side .b-left-side .pb-ok .icon {
  max-width: 62px;
  margin-right: 25px;
  flex-shrink: 0;
}
.popup-7 .bottom-side .b-left-side .pb-ok .pb-ok-text {
  max-width: 432px;
  font-family: "Qanelas";
  font-size: 22px;
  font-weight: 500;
  line-height: 134%;
  color: #AABBA8;
}
.popup-7 .bottom-side .b-left-side .pb-ok .pb-ok-text b, .popup-7 .bottom-side .b-left-side .pb-ok .pb-ok-text a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: #353535;
}
.popup-7 .bottom-side .b-left-side .pb-ok .pb-ok-text b:hover, .popup-7 .bottom-side .b-left-side .pb-ok .pb-ok-text a:hover {
  color: #BC9A80;
}
.popup-7 .bottom-side .b-right-side {
  position: relative;
}
.popup-7 .bottom-side .b-right-side .popup-man {
  margin-top: -87px;
  margin-right: -147px;
  margin-bottom: -204px;
  max-width: none;
}
.popup-7 .bottom-side .b-right-side .man-info {
  top: 282px;
  right: 234px;
}
.popup-7 .bottom-side .b-right-side .man-info .man-who {
  margin-left: 24px;
}
.popup-7 .gray-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 54px 56px 62px;
  max-width: 972px;
  width: 100%;
  border-radius: 10px;
  background: #F5F5F5 url("../images/main/popup-bg-7.png") no-repeat 100%;
  -webkit-mask-image: radial-gradient(circle at 104px -19px, transparent 37px, black 38px);
          mask-image: radial-gradient(circle at 104px -19px, transparent 37px, black 38px);
}
.popup-7 .gray-row .gs-left {
  padding-top: 4px;
  max-width: 429px;
}
.popup-7 .gray-row .gs-info {
  margin: 19px 0 14px;
  line-height: 157%;
  color: #B4BCC4;
}
.popup-7 .gray-row .gs-back {
  font-size: 14px;
  text-decoration: underline;
}
.popup-7 .gray-row .gs-back svg {
  margin-right: 8px;
}
.popup-7 .gray-row .gs-back svg path {
  fill: currentColor;
}
.popup-7 .gray-row .gs-right {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 36px;
}
.popup-7 .gray-row .gs-right .gs-r-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 153px;
  color: #353535;
  text-decoration: none;
}
.popup-7 .gray-row .gs-right .gs-r-item:hover {
  color: #BC9A80;
}
.popup-7 .gray-row .gs-right .gs-r-item:hover .gs-download {
  transform: scale(1.3);
}
.popup-7 .gray-row .gs-right .gsr-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-7 .gray-row .gs-right .gs-download {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 59px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
}
.popup-7 .gray-row .gs-right .gs-download path {
  stroke: #E3E3E3;
}
.popup-7 .gray-row .gs-right .gs-r-info {
  margin-top: 16px;
  font-size: 11px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.popup-8 .content-wrap {
  overflow: hidden;
}
.popup-8 .popup-ring {
  position: absolute;
  top: 31px;
  right: -87px;
}
.popup-8 .popup-green {
  position: absolute;
  right: 0;
  bottom: 0;
}
.popup-8 .pf-content {
  position: relative;
}
.popup-8 .h3 {
  margin: 32px 20px 24px;
  text-align: center;
}
.popup-8 .sw-arrows {
  position: relative;
  display: block;
  z-index: 2;
}
.popup-8 .slider {
  display: flex;
  align-items: center;
  min-height: 1px;
}
.popup-8 .slider .sw-arrows .sw-arrow {
  position: relative;
  z-index: 5;
}
.popup-8 .slider .sw-arrows .sw-prev {
  left: 33px;
}
.popup-8 .slider .sw-arrows .sw-next {
  right: 33px;
}
.popup-8 .middle-side {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: 1px;
  width: 100%;
}
.popup-8 .middle-side .photos-swiper {
  max-width: 100%;
  width: 100%;
}
.popup-8 .middle-side .sph-wrap {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.popup-8 .middle-side .sph-wrap img {
  display: block;
  width: 100%;
}
.popup-8 .middle-side .thumbs-slider {
  position: absolute;
  bottom: 19px;
  width: 100%;
  max-width: 550px;
  z-index: 3;
}
.popup-8 .middle-side .thumbs-slider .thumbs-swiper {
  width: 100%;
}
.popup-8 .middle-side .thumbs-slider .thumbs-swiper:not(.swiper-initialized) {
  visibility: hidden;
}
.popup-8 .middle-side .thumbs-slider .swiper-slide-thumb-active .spth-wrap {
  box-shadow: inset 0 0 0 3px #BC9A80;
}
.popup-8 .middle-side .thumbs-slider .spth-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 60.39%;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: inset 0 0 0 3px #fff;
  transition: box-shadow 0.2s;
  cursor: pointer;
  pointer-events: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.popup-8 .middle-side .thumbs-slider .spth-wrap img {
  z-index: -1;
}
.popup-8 .slider-dots {
  padding: 46px 0 48px;
}

@media (min-width: 1300px) {
  .popup .form-side {
    padding-right: 60px;
  }
  .popup-3 .form-row {
    padding: 56px 97px 32px;
  }
  .popup-3 .pf-bottom {
    padding-left: 59px;
  }
  .popup-4 .btn {
    padding: 0 30px;
  }
  .popup-5 .content-wrap {
    padding-right: 100px;
    align-items: center;
  }
  .popup-5 .content-wrap .left-side {
    padding-bottom: 70px;
  }
  .popup-5 .content-wrap .subtitle {
    font-size: 16px;
    line-height: 1.4;
  }
  .popup-5 .social-icons .s-icon svg {
    transform: scale(1.277);
  }
  .popup-6 .h2 {
    font-size: 50px;
    line-height: 116%;
  }
  .popup-6 .content-wrap {
    padding-right: 100px;
  }
  .popup-7 .h2 {
    font-size: 45px;
    line-height: 112%;
  }
  .popup-7 .h3 {
    font-size: 40px;
    line-height: 110%;
  }
  .popup-7 .t-left-side {
    margin-left: 56px;
  }
  .popup-7 .bottom-side .b-left-side .pb-info {
    margin-right: -70px;
  }
  .popup-7 .bottom-side .b-left-side .pb-info p:not(:last-child) {
    margin-bottom: 33px;
  }
  .popup-7 .bottom-side .b-left-side .pb-ok {
    margin-right: -45px;
  }
  .popup-7 .gray-row .gs-right {
    margin-right: 10px;
  }
}
.header-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.header-box .container {
  display: flex;
  align-items: center;
}
.header-box .logo-col {
  padding: 56px 0;
  margin-right: 37px;
}
.header-box .logo {
  display: block;
  width: 100%;
  max-width: 151px;
}
.header-box .sublogo-col {
  max-width: 240px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.95;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #B4BCC3;
}
.header-box .book-col {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  margin-left: 36px;
  max-width: 303px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.64;
}
.header-box .book-col a {
  text-decoration: underline;
}
.header-box .book-col img {
  margin-top: 9px;
  margin-right: -38px;
}
.header-box .phone-col {
  margin-left: 54px;
}
.header-box .phone-col .h-phone {
  font-family: "Qanelas", sans-serif;
  font-size: 29px;
}
.header-box .phone-col .h-phone:hover {
  text-decoration: none;
}
.header-box .phone-col .pc-bottom {
  display: flex;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 1px;
}
.header-box .phone-col .pc-bottom .pc-time {
  margin-left: 16px;
  color: #B4BCC3;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.header-box .hamburger {
  margin-left: auto;
  padding: 10px;
  margin-right: -10px;
  margin-bottom: 27px;
  flex-shrink: 0;
  cursor: pointer;
}
.header-box .hamburger svg {
  transition: transform 0.2s;
}
.header-box .hamburger line {
  transition: stroke 0.2s;
}
.header-box .hamburger:hover svg {
  transform: scaleX(1.2) translateX(-10%);
}
.header-box .hamburger:hover line {
  stroke: #779972;
}

.menu-box {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 100vh;
  max-width: 430px;
  width: 100%;
  transition: opacity 0.2s, transform 0.3s;
  z-index: 100;
}
.menu-box:not(.active) {
  transform: translateX(100%);
  opacity: 0;
}
.menu-box:not(.active) .empty-space {
  visibility: hidden;
}
.menu-box .empty-space {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  cursor: pointer;
}
.menu-box .menu-wrap {
  position: relative;
  background: #F8F8F8;
  box-shadow: -19px 0px 36px -11px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
.menu-box .top-row {
  display: flex;
  justify-content: space-between;
  padding: 54px 45px 35px 70px;
}
.menu-box .top-row .logo {
  max-width: 129px;
}
.menu-box .top-row .close-btn {
  margin-top: 14px;
  margin-right: 6px;
  cursor: pointer;
}
.menu-box .top-row .close-btn path {
  transition: fill 0.2s;
}
.menu-box .top-row .close-btn:hover path {
  fill: #BC9A80;
}
.menu-box .ul-menu {
  padding: 0 70px 1px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  z-index: 3;
}
.menu-box .ul-menu li {
  margin-bottom: 25px;
}
.menu-box .ul-menu a {
  position: relative;
  color: currentColor;
  text-decoration: none;
}
.menu-box .ul-menu a::before {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 100%;
  border-bottom: 1px solid #BC9A80;
  transition: left 0.3s;
  opacity: 0.2;
}
.menu-box .ul-menu a:hover {
  color: #BC9A80;
}
.menu-box .ul-menu a:hover::before {
  left: -70px;
}
.menu-box .address {
  display: flex;
  margin: 27px 70px 20px;
  max-width: 256px;
  font-weight: 500;
  font-size: 14px;
  line-height: 139.4%;
}
.menu-box .address::before {
  content: "";
  margin-top: 5px;
  margin-right: 10px;
  flex-shrink: 0;
  background: url("../images/icons/geo-alt.svg") no-repeat 50%;
  background-size: contain;
  width: 13px;
  height: 13px;
}
.menu-box .btn-row {
  display: flex;
  padding: 0 60px 15px 70px;
}
.menu-box .social-icons {
  padding-right: 39px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
}
.menu-box .social-icons .s-icon {
  width: 41px;
  height: 41px;
}
.menu-box .bottom-links {
  padding: 28px 70px 110px;
}
.menu-box .bottom-links li {
  margin-bottom: 19px;
}
.menu-box .bottom-links a {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.menu-box .bottom-links a span {
  text-decoration: underline;
}
.menu-box .bottom-links a .icon {
  position: relative;
  top: -1px;
  display: flex;
  justify-content: center;
  width: 18px;
  margin-right: 12px;
}
.menu-box .bottom-links a .icon path {
  fill: currentColor;
}
.menu-box .with-shadow {
  position: relative;
  z-index: 2;
}
.menu-box .with-shadow::before, .menu-box .with-shadow::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 160px;
  z-index: -1;
}
.menu-box .with-shadow::before {
  box-shadow: 0px 15px 72px -40px rgba(0, 0, 0, 0.16);
}
.menu-box .with-shadow::after {
  box-shadow: 0px -40px 40px 40px #F8F8F8;
  box-shadow: 0px -40px 5px 10px #F8F8F8;
}

.home-box {
  padding-top: 200px;
  background: #FBFBFB url(../images/main/home-bg.png) no-repeat 50% 100%;
  background-size: cover;
}
.home-box .h-title {
  max-width: 1000px;
}
.home-box .h-title .gray-info {
  position: relative;
  top: -12px;
  margin-left: 2px;
  padding: 22px 30px;
  background: #E3E3E3;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: inset 0px 0px 16px rgba(255, 255, 255, 0.35);
  border-radius: 60px;
  vertical-align: middle;
}
.home-box .h-title .green-info {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: 32px;
  color: #AABBA8;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  max-width: 25em;
}
.home-box .button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 43px;
}
.home-box .button-row .b-right {
  display: flex;
  align-items: center;
  margin-left: 26px;
}
.home-box .button-row .b-int {
  display: flex;
  align-items: center;
}
.home-box .button-row .b-int .h-book {
  margin-right: -73px;
  flex-shrink: 0;
}
.home-box .button-row .b-int span {
  position: relative;
  top: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Qanelas", sans-serif;
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #BC9A80;
  z-index: 2;
}
.home-box .button-row .b-int span::before {
  content: "";
  position: absolute;
  margin-left: 0.55em;
  width: 1.390625em;
  height: 1.390625em;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
}
.home-box .button-row .b-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 38px;
}
.home-box .button-row .b-info span {
  margin-bottom: 2px;
  padding: 1px 7px;
  background: #AABBA8;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
}
.home-box .bottom-row {
  position: relative;
  bottom: -80px;
  display: grid;
  grid-template-columns: 418fr 341fr 400fr;
  margin-top: 75px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.home-box .bottom-row .bottom-col {
  display: flex;
  align-items: center;
  padding: 40px;
  padding-right: 35px;
  font-weight: 600;
  font-size: 13px;
  line-height: 173%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.home-box .bottom-row .bottom-col:not(:last-child) {
  box-shadow: 15px 0px 72px -40px rgba(0, 0, 0, 0.16);
}
.home-box .bottom-row .bottom-col .icon {
  margin-right: 25px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .home-box .h-title {
    margin-left: 4px;
  }
  .home-box .button-row .btn {
    margin-left: 2px;
    min-width: 463px;
  }
  .home-box .bottom-row .bottom-col:nth-child(1) {
    padding-left: 46px;
  }
  .home-box .bottom-row .bottom-col:nth-child(2) {
    padding-left: 51px;
  }
  .home-box .bottom-row .bottom-col:nth-child(3) {
    padding-left: 63px;
  }
}
.fo-q-wrapper {
  background: #f2f2f2 url("../images/main/founder-bg.png") no-repeat 50% 0%;
  background-size: cover;
}

.founder-box {
  padding-top: 169px;
  padding-bottom: 102px;
}
.founder-box .container {
  display: grid;
  grid-template-columns: 52fr 50fr;
}
.founder-box .left-side {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.founder-box .left-side .f-man {
  position: absolute;
  top: -18px;
  right: -39px;
  max-width: none;
}
.founder-box .left-side .man-info {
  position: absolute;
  font-family: "Qanelas";
}
.founder-box .left-side .man-info .man-name {
  position: relative;
  display: inline-block;
  padding: 10px 16px;
  background: #f5f5f5;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  z-index: 2;
}
.founder-box .left-side .man-info .man-who {
  position: relative;
  top: -9px;
  margin-left: 75px;
  padding: 17px 14px 10px 14px;
  background: #fff;
  font-size: 13px;
  border-radius: 6px;
}
.founder-box .right-side .subtitle {
  margin: 30px 0 35px;
  font-family: "Qanelas", sans-serif;
  font-weight: 500;
  font-size: 27px;
  line-height: 1.28;
  color: #AABBA8;
}
.founder-box .right-side .f-text {
  margin-bottom: 40px;
  max-width: 550px;
}

.quiz-box {
  padding-bottom: 102px;
  z-index: 2;
}
.quiz-box .quiz-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1602px;
  width: 100%;
  background: #fff;
  border-radius: 15px;
}
.quiz-box .quiz-hand {
  position: absolute;
  top: 260px;
  left: -933px;
  z-index: 50;
}
.quiz-box .quiz-ring-wrap {
  position: absolute;
  display: none;
  top: 250px;
  right: 0;
  width: 147px;
  z-index: 5;
  overflow: hidden;
  pointer-events: none;
}
.quiz-box .quiz-ring-wrap img {
  max-width: none;
}
.quiz-box .top-row {
  position: relative;
  display: flex;
  z-index: 1;
}
.quiz-box .top-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  margin-top: -62px;
  margin-right: 78px;
  width: 222px;
  height: 331px;
  background: #779972;
  font-size: 11px;
  font-weight: 600;
  line-height: 195%;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: inset 0px 0px 32px rgba(255, 255, 255, 0.49);
  border-radius: 111px 111px 6px 6px;
  color: #fff;
}
.quiz-box .top-left span {
  margin: 41px 45px -20px;
}
.quiz-box .top-left img {
  margin-right: 9px;
}
.quiz-box .top-right {
  margin-top: 47px;
  max-width: 720px;
}
.quiz-box .top-right .h3 {
  margin-bottom: 25px;
  line-height: 128%;
}
.quiz-box .top-right .progress-line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  width: 100%;
  max-width: 581px;
  background: #E8EBED;
  border-radius: 10px;
  overflow: hidden;
}
.quiz-box .top-right .progress-active {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 100%;
  overflow: hidden;
  transition: width 0.5s;
  border-radius: 10px;
}
.quiz-box .top-right .progress-active::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1000000px;
  top: 0;
  left: -900000px;
  background: linear-gradient(135deg, #92AD8E 0, #92AD8E 25%, #779972 25%, #779972 50%, #92AD8E 50%, #92AD8E 75%, #779972 75%, #779972);
  background-size: 20px 20px;
  animation: quiz-progress 50000s infinite linear;
}
.quiz-box .top-right .white-int ~ .progress-int {
  color: #fff;
}
.quiz-box .top-right .progress-int {
  position: relative;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1;
  text-transform: uppercase;
}
.quiz-box .qi-right {
  padding-top: 91px;
  padding-bottom: 57px;
  margin-left: auto;
}
.quiz-box .qi-right .qr-gray {
  padding: 1px 43px 17px;
  max-width: 330px;
  background: #F6F6F6;
  border-radius: 10px;
}
.quiz-box .qi-right .qr-ava {
  margin-top: -48px;
  margin-bottom: 16px;
  max-width: 85px;
}
.quiz-box .qi-right .qr-name {
  font-size: 16px;
  font-weight: 500;
}
.quiz-box .qi-right .qr-position {
  margin: 2px 0 10px;
  font-size: 14px;
  color: #B4BCC4;
}
.quiz-box .qi-right .qr-pretext {
  margin: -4px 0 9px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}
.quiz-box .qi-right .qr-text {
  font-size: 14px;
  line-height: 154%;
}
.quiz-box .qi-left {
  padding-top: 31px;
  margin-right: 30px;
  max-width: 760px;
  width: 100%;
}
.quiz-box .qi-left .h4 {
  margin-bottom: 19px;
}
.quiz-box .quiz-item:not(.active) {
  display: none;
}
.quiz-box .quiz-item:not(.selected) .quiz-next {
  pointer-events: none;
  filter: grayscale(80%);
  opacity: 0.5;
}
.quiz-box.final .top-row-wrap,
.quiz-box .quiz-item-top {
  position: relative;
  display: flex;
  justify-content: center;
}
.quiz-box.final .top-row-wrap::before,
.quiz-box .quiz-item-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0px 15px 72px -40px rgba(0, 0, 0, 0.07);
  pointer-events: none;
}
.quiz-box.final .top-row-wrap::after,
.quiz-box .quiz-item-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: 10px;
  box-shadow: 0px -25px 10px 25px #fff;
  pointer-events: none;
}
.quiz-box .quiz-item-top {
  display: flex;
}
.quiz-box .q-values {
  display: flex;
}
.quiz-box .q-values .quiz-circle {
  position: relative;
  flex-shrink: 0;
  width: 43px;
  height: 43px;
  background: #F1F1F1;
  box-shadow: inset 0px 2px 8px rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transition: background-color 0.2s;
}
.quiz-box .q-values .quiz-circle::before, .quiz-box .q-values .quiz-circle::after {
  content: "";
  opacity: 0;
  transition: opacity 0.2s;
}
.quiz-box .q-values .quiz-circle::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: #779972;
  box-shadow: inset 0px 2px 8px rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
.quiz-box .q-values .quiz-circle::after {
  position: absolute;
  top: 23.25%;
  left: 23.25%;
  right: 23.25%;
  bottom: 23.25%;
  background: #fff;
  border-radius: 50%;
}
.quiz-box .q-values .q-value {
  display: flex;
  flex-basis: 100%;
  cursor: pointer;
}
.quiz-box .q-values .q-value.active .quiz-circle::before, .quiz-box .q-values .q-value.active .quiz-circle::after {
  opacity: 1;
}
.quiz-box .q-values .q-value:hover .quiz-circle {
  background: #EAEAEA;
}
.quiz-box .q-values .q-value:hover .qv-img img {
  transform: scale(1.05);
}
.quiz-box .q-values .q-value .qv-text {
  padding-top: 11px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.quiz-box .q-with-img .q-value {
  margin-bottom: 20px;
}
.quiz-box .q-with-img .quiz-circle {
  margin: -21px auto 0;
}
.quiz-box .q-with-img .qv-text {
  text-align: center;
}
.quiz-box .q-with-img .space {
  width: 47px;
  flex-shrink: 0;
}
.quiz-box .q-with-img .qv-img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.quiz-box .q-with-img .qv-img img {
  width: 100%;
  transition: transform 0.2s;
}
.quiz-box .q-with-img .qv-img .qv-i-plus {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}
.quiz-box .q-with-img .qv-img .qv-i-plus::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background: url("../images/icons/q-plus.svg") no-repeat 50%;
  background-size: contain;
  transition: transform 0.2s;
  pointer-events: auto;
}
.quiz-box .q-with-img .qv-img .qv-i-plus:hover::before {
  transform: scale(1.3);
}
.quiz-box .q-with-img .q-value {
  flex-direction: column;
}
.quiz-box .q-with-text {
  display: grid;
  gap: 13px;
}
.quiz-box .q-with-text .quiz-circle {
  margin-right: 17px;
}
.quiz-box .q-with-text .qv-text {
  line-height: 195%;
}
.quiz-box .quiz-item-bottom {
  display: flex;
  align-items: flex-end;
  padding: 32px 0 46px;
}
.quiz-box .quiz-item-bottom .qib-left {
  width: 100%;
}
.quiz-box .quiz-item-bottom .qib-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  margin-right: 46px;
}
.quiz-box .quiz-item-bottom .qib-item {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 195%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #B4BCC4;
}
.quiz-box .quiz-item-bottom .qib-item .icon {
  flex-shrink: 0;
  margin-right: 16px;
  overflow: hidden;
  border-radius: 50%;
}
.quiz-box .quiz-item-bottom .qib-item span {
  white-space: pre-line;
}
.quiz-box .quiz-item-bottom .qib-right {
  display: flex;
  max-width: 330px;
  width: 100%;
  flex-shrink: 0;
  padding-bottom: 3px;
}
.quiz-box .quiz-item-bottom .btn {
  padding: 0;
  width: 100%;
  flex-shrink: 1;
}
.quiz-box .quiz-item-bottom .quiz-prev {
  max-width: 89px;
  margin-right: 14px;
}
.quiz-box .quiz-item-bottom .quiz-prev:hover .icon path {
  fill: #9099a1;
}
.quiz-box .quiz-item-bottom .quiz-prev .icon {
  margin-left: 0;
  margin-right: 0;
  transform: scale(-1);
}
.quiz-box .quiz-item-bottom .quiz-prev .icon path {
  fill: #B4BCC4;
  transition: fill 0.2s;
}
.quiz-box .quiz-2 .qi-left {
  width: 100%;
}
.quiz-box .quiz-2 .q-values {
  margin-top: -3px;
  max-width: 578px;
  gap: 14px 30px;
  grid-template-columns: 235fr 313fr;
}
.quiz-box .quiz-2 .q-value {
  padding-left: 3px;
}
.quiz-box .quiz-2 .qi-second {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  max-width: 681px;
  width: 100%;
}
.quiz-box .quiz-2 .qi-second .h4 {
  flex-shrink: 0;
  max-width: 8.36em;
  margin-right: 17px;
  line-height: 118%;
}
.quiz-box .quiz-2 .form-range {
  margin-top: 22px;
  margin-right: 37px;
  width: 100%;
}
.quiz-box .quiz-2 .qs-value-wrap {
  display: flex;
  justify-content: center;
  margin-top: 14px;
  padding-left: 18px;
  width: 100%;
}
.quiz-box .quiz-2 .qs-value-wrap .range-value {
  font-size: 22px;
}
.quiz-box .quiz-2 .qs-value-wrap span {
  margin-top: auto;
  margin-left: 4px;
  margin-bottom: 7px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.quiz-box .quiz-2 .qs-input {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-top: -14px;
}
.quiz-box .quiz-2 .qs-input span {
  font-size: 11px;
  font-weight: 600;
  color: #B4BCC4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.quiz-box .quiz-2 .qs-input input {
  margin-right: 15px;
  padding: 10px;
  width: 100%;
  max-width: 104px;
  height: 52px;
  font-size: 22px;
  background: #F1F1F1;
  box-shadow: inset 0px 0px 23px rgba(255, 255, 255, 0.66);
  border-radius: 6px;
  transition: 0.2s;
  color: #B4BCC4;
  text-align: center;
}
.quiz-box .quiz-2 .qs-input input:focus {
  box-shadow: inset 0px 0px 23px rgb(255, 255, 255);
}
.quiz-box .quiz-3 .q-values {
  margin-top: -6px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px 47px;
}
.quiz-box .quiz-3 .qv-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 2px #779972;
  transition: opacity 0.2s;
  opacity: 0;
}
.quiz-box .quiz-3 .q-value.active {
  color: #779972;
}
.quiz-box .quiz-3 .q-value.active .qv-img::after {
  opacity: 1;
}
.quiz-box .quiz-5 .qi-left {
  max-width: 557px;
}
.quiz-box .quiz-5 .qi-left .h4 {
  line-height: 112%;
}
.quiz-box.final .quiz-ring-wrap {
  display: block;
}
.quiz-box.final .top-row {
  padding-bottom: 62px;
}
.quiz-box.final .top-left {
  display: none;
}
.quiz-box .quiz-final .qi-left {
  padding-top: 50px;
}
.quiz-box .quiz-final .h4 {
  line-height: 112%;
}
.quiz-box .quiz-final .quiz-item-top {
  padding-bottom: 90px;
}
.quiz-box .quiz-final .quiz-item-top::before, .quiz-box .quiz-final .quiz-item-top::after {
  display: none;
}
.quiz-box .quiz-final .qib-list {
  display: grid;
  gap: 33px;
  margin-top: 33px;
}
.quiz-box .quiz-final .qib-item {
  display: flex;
  align-items: flex-start;
}
.quiz-box .quiz-final .qib-item .icon {
  margin-top: 6px;
  flex-shrink: 0;
  margin-right: 27px;
}
.quiz-box .quiz-final .qib-item .qrs-h {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}
.quiz-box .quiz-final .qib-asterisk {
  display: flex;
  margin-top: 37px;
  font-size: 14px;
  color: #B4BCC4;
}
.quiz-box .quiz-final .qib-asterisk .ast {
  margin-top: -3px;
  margin-right: 15px;
  font-size: 24px;
  font-weight: 500;
  color: #BC9A80;
}
.quiz-box .quiz-final .qi-right {
  position: relative;
  padding-top: 56px;
  padding-bottom: 0;
  width: 100%;
  max-width: 460px;
}
.quiz-box .quiz-final .gray-row,
.quiz-box .quiz-final .btn-row {
  padding-left: 58px;
  padding-right: 58px;
}
.quiz-box .quiz-final .gray-row {
  position: relative;
  margin-bottom: 42px;
  padding-top: 51px;
  padding-bottom: 46px;
  background: #F6F6F6;
  border-radius: 10px;
}
.quiz-box .quiz-final .gray-row .ae-asterisk {
  position: absolute;
  top: -18px;
  right: 59px;
}
.quiz-box .quiz-final .gray-row input {
  text-align: center;
}
.quiz-box .quiz-final .btn {
  width: 100%;
}

@media (min-width: 1300px) {
  .quiz-box .quiz-wrap {
    left: -30px;
    padding-left: 60px;
    max-width: min(100vw - 30px, 1602px);
  }
  .quiz-box .top-row .h3 {
    font-size: 37px;
  }
  .quiz-box.final .top-row-wrap::before {
    top: 0;
  }
  .quiz-box.final .top-row-wrap::after {
    top: 70px;
  }
  .quiz-box.final .top-row-wrap::before, .quiz-box.final .top-row-wrap::after,
  .quiz-box .quiz-item-top::before,
  .quiz-box .quiz-item-top::after {
    left: auto;
    right: auto;
    margin-left: -60px;
    max-width: calc(min(100vw - 30px, 1602px) - 60px);
    width: 100vw;
  }
  .quiz-box .qi-right .qr-gray {
    min-height: 290px;
  }
  .quiz-box .quiz-2 .q-value-big {
    margin-bottom: -40px;
  }
  .quiz-box .quiz-4 .qi-right {
    padding-bottom: 34px;
  }
  .quiz-box .quiz-4 .qi-right .qr-gray {
    padding-right: 20px;
    min-height: 314px;
  }
  .quiz-box .quiz-6 .qi-right .qr-gray {
    padding-right: 35px;
  }
  .quiz-box.final .top-row .top-right {
    margin-right: auto;
  }
}
.ex-st-wrapper {
  position: relative;
  background: #fff url("../images/main/noise-bg.png") repeat;
}
.ex-st-wrapper::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  height: 1400px;
  background: url("../images/main/ex-columns.png") no-repeat 50% 0;
}

.examples-box .title-row .h2 {
  max-width: 1100px;
}
.examples-box .big-swiper {
  overflow: visible;
}
.examples-box .big-swiper .swiper-slide:not(.swiper-slide-active) .ex-slide {
  visibility: hidden;
}
.examples-box .ex-slide {
  display: grid;
  grid-template-columns: 230px 1fr 230px;
  align-items: start;
}
.examples-box .ex-slide .tooltip-info {
  display: none;
}
.examples-box .ex-slide .left-side {
  padding-top: 32px;
  padding-right: 24px;
}
.examples-box .ex-slide .ex-name {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2083333333;
}
.examples-box .ex-slide .ex-for {
  margin: 14px 0 16px;
}
.examples-box .ex-slide .ex-address {
  display: flex;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #B4BCC4;
}
.examples-box .ex-slide .ex-address::before {
  content: "";
  margin-top: 1px;
  margin-left: -3px;
  margin-right: 8px;
  flex-shrink: 0;
  background: url("../images/icons/geo-alt.svg") no-repeat 50%;
  background-size: contain;
  width: 13px;
  height: 13px;
}
.examples-box .ex-slide .ex-gray {
  margin: 56px 0 64px;
  max-width: 201px;
  background: #F5F5F5;
  box-shadow: 0px 0px 42px rgba(0, 0, 0, 0.02);
  border-radius: 6px;
}
.examples-box .ex-slide .ex-gray-item {
  padding: 19px 17px 17px;
}
.examples-box .ex-slide .ex-gray-item:first-child {
  box-shadow: 0px 15px 66px -40px rgba(0, 0, 0, 0.2);
}
.examples-box .ex-slide .ex-gray-item .ex-g-title {
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #B4BCC4;
}
.examples-box .ex-slide .ex-gray-item .ex-g-value-wrap {
  display: flex;
}
.examples-box .ex-slide .ex-gray-item .ex-g-value-wrap .ex-g-value {
  margin-right: 14px;
}
.examples-box .ex-slide .ex-gray-item .ex-g-value-wrap .ex-gv-small {
  font-size: 12px;
}
.examples-box .ex-slide .ex-gray-item .ex-g-value {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.examples-box .ex-slide .ex-gray-item .ex-gv-big {
  margin-right: 6px;
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0.06em;
}
.examples-box .ex-slide .ex-gray-item .ex-gv-small {
  line-height: 1;
}
.examples-box .ex-slide .ex-l-links li {
  margin-bottom: 11px;
}
.examples-box .ex-slide .ex-l-links a {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}
.examples-box .ex-slide .ex-l-links a span {
  text-decoration: underline;
}
.examples-box .ex-slide .ex-l-links a .icon {
  display: flex;
  justify-content: center;
  margin: 0 13px 0 -3px;
  width: 15px;
  flex-shrink: 0;
}
.examples-box .ex-slide .ex-l-links a .icon path {
  fill: currentColor;
}
.examples-box .ex-slide .right-side {
  padding-top: 40px;
  padding-left: 35px;
}
.examples-box .ex-slide .ex-info-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.examples-box .ex-slide .ex-info-list li {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 18px auto;
  gap: 12px;
  margin-bottom: 28px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}
.examples-box .ex-slide .ex-info-list li::before {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 100%;
  border-bottom: 1px solid #353535;
  transition: left 0.3s;
  opacity: 0.1;
}
.examples-box .ex-slide .ex-info-list li:hover, .examples-box .ex-slide .ex-info-list li.active {
  font-weight: 700;
  color: #BC9A80;
}
.examples-box .ex-slide .ex-info-list li:hover::before, .examples-box .ex-slide .ex-info-list li.active::before {
  left: -70px;
}
.examples-box .ex-slide .ex-comment {
  margin: 20px 0 62px;
  font-size: 14px;
  max-width: 181px;
}
.examples-box .ex-slide .ex-short-comment {
  margin: 10px 0 15px;
  line-height: 1.43;
}
.examples-box .ex-slide .ex-comment-link {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}
.examples-box .ex-slide .ex-comment-link span {
  margin-right: 8px;
}
.examples-box .ex-slide .ex-comment-link path {
  fill: currentColor;
}
.examples-box .ex-slide .ex-design {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #BC9A80;
}
.examples-box .ex-slide .ex-design:hover {
  color: #779972;
}
.examples-box .ex-slide .ex-design img {
  margin-right: 15px;
  width: 47px;
  flex-shrink: 0;
}
.examples-box .middle-side {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  z-index: 2;
}
.examples-box .middle-side .photos-swiper {
  max-width: 100%;
  width: 100%;
}
.examples-box .middle-side .sph-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 93.00998%;
  border-radius: 20px;
  overflow: hidden;
}
.examples-box .middle-side .thumbs-slider {
  position: absolute;
  left: 23px;
  right: 23px;
  bottom: 40px;
  display: grid;
  align-items: center;
  grid-template-columns: 31px 1fr 31px;
  gap: 21px;
  z-index: 3;
}
.examples-box .middle-side .thumbs-slider .thumbs-swiper {
  width: 100%;
}
.examples-box .middle-side .thumbs-slider .thumbs-swiper:not(.swiper-initialized) {
  visibility: hidden;
}
.examples-box .middle-side .thumbs-slider .ph-arrow {
  padding: 20px 0;
  cursor: pointer;
  transition: opacity 0.2s;
  opacity: 0.3;
}
.examples-box .middle-side .thumbs-slider .ph-arrow:hover {
  opacity: 0.7;
}
.examples-box .middle-side .thumbs-slider .ph-arrow.ph-prev img {
  transform: scale(-1);
}
.examples-box .middle-side .thumbs-slider .swiper-slide-thumb-active .spth-wrap {
  box-shadow: inset 0 0 0 3px #BC9A80;
}
.examples-box .middle-side .thumbs-slider .spth-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 60.39%;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: inset 0 0 0 3px #fff;
  transition: box-shadow 0.2s;
  cursor: pointer;
  pointer-events: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.examples-box .middle-side .thumbs-slider .spth-wrap img {
  z-index: -1;
}
.examples-box .ex-bottom {
  display: grid;
  align-items: center;
  grid-template-columns: 200px 1fr 200px;
}
.examples-box .ex-bottom .ex-counter-title {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #B4BCC4;
}
.examples-box .ex-bottom .ex-ints {
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
}
.examples-box .ex-bottom .ex-current {
  padding-bottom: 29px;
  font-weight: 300;
  font-size: 80px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #BC9A80;
}
.examples-box .ex-bottom .ex-total {
  position: relative;
  padding-left: 11px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.examples-box .ex-bottom .ex-total::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -25px;
  width: 50px;
  border-bottom: 2px solid currentColor;
  transform: rotate(135deg);
}
.examples-box .ex-bottom .btn-wrap {
  display: flex;
  justify-content: center;
}
.examples-box .ex-bottom .btn-wrap .btn {
  max-width: 337px;
  width: 100%;
}
.examples-box .ex-bottom .ex-arrows {
  padding-right: 13px;
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 1200px) {
  .examples-box .left-side {
    padding-left: 2px;
  }
  .examples-box .ex-design {
    margin-right: -20px;
  }
}
.stages-box {
  overflow: hidden;
}
.stages-box .title-row {
  margin-top: -36px;
}
.stages-box .title-row .h2 {
  padding-bottom: 7px;
  max-width: 813px;
}
.stages-box .title-row .h2 .icon {
  position: relative;
  top: -4px;
  margin-right: 6px;
}
.stages-box .stages-swiper {
  overflow: visible;
}
.stages-box .stages-swiper:not(.swiper-initialized) {
  visibility: hidden;
}
.stages-box .stages-swiper .swiper-slide {
  display: flex;
  height: auto;
  transition: opacity 0.2s;
}
.stages-box .stages-swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
}
.stages-box .slide {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  width: 100%;
}
.stages-box .slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F6F6F6;
  border-radius: inherit;
  -webkit-mask-image: radial-gradient(circle at -40px 113px, transparent 60px, black 61px);
          mask-image: radial-gradient(circle at -40px 113px, transparent 60px, black 61px);
}
.stages-box .slide .st-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
}
.stages-box .slide .sw-arrows {
  position: absolute;
  right: 49px;
  bottom: 82px;
  z-index: 4;
}
.stages-box .slide .sw-arrows .sw-arrow:not(:hover) {
  background: #fff;
}
.stages-box .slide .slide-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0;
  margin: 0 102px;
  max-width: 430px;
  z-index: 2;
}
.stages-box .slide .st-int {
  position: absolute;
  top: -1.0375em;
  right: 1.4em;
  padding: 0.45em 0;
  width: 1.85em;
  background: #779972;
  box-shadow: inset 0px 0px 32px rgba(255, 255, 255, 0.49);
  border-radius: 111px 111px 6px 6px;
  font-weight: 300;
  font-size: 80px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
}
.stages-box .slide .h4 {
  font-family: inherit;
  margin-bottom: 31px;
  line-height: 137%;
}
.stages-box .slide .st-b {
  font-weight: 600;
}
.stages-box .slide .btn {
  margin-top: 36px;
}
.stages-box .stage-1 .btn {
  max-width: 290px;
}
.stages-box .stage-2 {
  justify-content: flex-end;
}
.stages-box .stage-2 .st-bg {
  min-height: 664px;
}
.stages-box .stage-3 .slide-content {
  max-width: 385px;
}
.stages-box .stage-4 .st-bg {
  -o-object-position: right top;
     object-position: right top;
}
.stages-box .stage-4 .st-bg-2 {
  top: 0;
  right: 0;
  position: absolute;
}
.stages-box .stage-4 .st-subtitle {
  margin-top: -13px;
}
.stages-box .stage-4 .slide-content {
  max-width: 713px;
}
.stages-box .stage-4 .st-uls {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.stages-box .stage-4 .st-uls ul {
  padding-left: 0;
  font-size: 0.9375em;
}
.stages-box .stage-4 .st-uls ul li:not(:last-child) {
  margin-bottom: 7px;
}
.stages-box .stage-4 .btn {
  margin-top: 9px;
  max-width: 335px;
}
.stages-box .stage-5 .slide-content {
  max-width: 450px;
}
.stages-box .stage-5 .slide-content .h4 {
  max-width: 430px;
}
.stages-box .stage-7 .slide-content {
  max-width: 441px;
}
.stages-box .stage-7 .btn {
  max-width: 335px;
}
.stages-box .stage-7 .btn > div {
  margin: 0 -5px;
}
.stages-box .slider-dots {
  padding: 28px 0 103px;
}

@media (min-width: 1300px) {
  .stages-box .stages-swiper {
    margin: 0 -100px;
  }
  .stages-box .slide-content {
    min-height: 579px;
  }
  .stages-box .stage-1 .slide-content {
    margin-top: -5px;
  }
  .stages-box .stage-1 .st-text p:not(:last-child) {
    margin-bottom: 1.9em;
  }
  .stages-box .stage-6 .h4 {
    margin-top: 70px;
  }
}
.benefits-box {
  background: #F9F9F9;
  overflow: hidden;
  z-index: 3;
}
.benefits-box .benefits-wrapper {
  margin: auto;
  padding-bottom: 97px;
  max-width: 1819px;
  background: #FFF url(../images/main/bf-bg.png) no-repeat 50% 0%;
  background-size: contain;
  border-radius: 0px 0px 20px 20px;
}
.benefits-box .bf-bg-1 {
  position: absolute;
  top: 87px;
  left: -796px;
}
.benefits-box .bf-bg-2 {
  position: absolute;
  top: 973px;
  right: -661px;
}
.benefits-box .bf-bg-3 {
  position: absolute;
  bottom: 742px;
  left: -996px;
}
.benefits-box .title-row .h2 {
  max-width: 813px;
}
.benefits-box .title-row .subtitle {
  color: #AABBA8;
}
.benefits-box .benefits-swiper {
  overflow: visible;
}
.benefits-box .benefits-swiper:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
}
.benefits-box .bf-item {
  display: grid;
  grid-template-columns: 5fr 7fr;
  align-items: start;
  padding-bottom: 74px;
  margin-bottom: 73px;
  gap: 30px;
  box-shadow: 0px 23px 72px -56px rgba(0, 0, 0, 0.07);
}
.benefits-box .bf-item .bf-side {
  padding-top: 17px;
}
.benefits-box .bf-item .bf-side .h4 {
  font-family: inherit;
  margin: 31px 0 33px;
  max-width: 420px;
  line-height: 137%;
}
.benefits-box .bf-item .bf-side .bg-text {
  max-width: 390px;
}
.benefits-box .bf-item .bf-image-side {
  margin-top: 2px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.benefits-box .bf-item .bf-image-side .bf-int {
  position: absolute;
  left: 58px;
  bottom: 34px;
  font-size: 80px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
}
.benefits-box .benefit-2,
.benefits-box .benefit-4,
.benefits-box .benefit-6 {
  grid-template-columns: 7fr 5fr;
}
.benefits-box .benefit-2 .bf-side,
.benefits-box .benefit-4 .bf-side,
.benefits-box .benefit-6 .bf-side {
  padding-left: 52px;
  order: 5;
}
.benefits-box .benefit-6 {
  box-shadow: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.benefits-box .benefit-6 .bf-side {
  padding-top: 14px;
}
.benefits-box .benefit-6 .bf-side .h4 {
  margin-bottom: 22px;
  max-width: 418px;
  white-space: pre-line;
}

@media (min-width: 1300px) {
  .benefits-box {
    padding: 0 51px;
  }
  .benefits-box .benefit-3 .bf-side {
    padding-top: 9px;
  }
  .benefits-box .benefit-3 .bf-side .bg-text {
    max-width: 365px;
  }
  .benefits-box .benefit-4 .bf-side {
    padding-top: 51px;
  }
  .benefits-box .benefit-5 .bf-side {
    padding-top: 39px;
  }
}
.pr-co-wrapper {
  position: relative;
  margin: auto;
  max-width: 1920px;
  background: #F9F9F9 url(../images/main/pr-co-bg.png) no-repeat 50% 100%;
  background-size: contain;
  z-index: 2;
}
.pr-co-wrapper .pr-co-lamp {
  position: absolute;
  top: -19px;
  left: -267px;
}
.pr-co-wrapper .pr-co-chair {
  position: absolute;
  top: 432px;
  right: 0;
}

.price-box .title-row .h2 {
  max-width: 705px;
}
.price-box .title-row .h2 img {
  margin: 4px -3px 0 -3px;
}
.price-box .price-row {
  margin-top: -5px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: start;
}
.price-box .price-col .price-top {
  display: flex;
  padding: 0 20px;
  max-height: 69px;
  max-width: 277px;
  width: 100%;
  margin: 0 auto -10px;
  box-shadow: inset 0px 0px 23px rgba(255, 255, 255, 0.38);
  border-radius: 10px;
  cursor: default;
}
.price-box .price-col .price-white {
  position: relative;
  padding: 38px 41px 41px;
  background: #fff;
  border-radius: 15px;
}
.price-box .price-col .price-white ul {
  margin: 0;
  padding-left: 19px;
  color: #B4BCC4;
  font-weight: 500;
}
.price-box .price-col .price-white ul li {
  margin-bottom: 3px;
}
.price-box .price-col .price-white ul li::before {
  left: -14px;
  width: 3px;
  height: 3px;
  background: currentColor;
}
.price-box .price-col .price-white .price-big-int {
  margin-top: 28px;
  font-size: 76px;
  text-align: center;
  line-height: 1;
}
.price-box .price-col .price-white .price-unit {
  margin: 1px 0 31px;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
.price-box .price-col .price-white .btn {
  width: 100%;
  max-height: 75px;
}

.consultation-box {
  padding-top: 43px;
  bottom: -60px;
}
.consultation-box .consult-wrapper {
  position: relative;
  padding: 89px 102px 0;
  border-radius: 20px;
}
.consultation-box .consult-wrapper::before, .consultation-box .consult-wrapper::after {
  content: "";
  -webkit-mask-image: radial-gradient(circle at -40px 50%, transparent 60px, black 61px, black 90%, transparent 90%), radial-gradient(circle at calc(100% + 46px) 50%, transparent 60px, black 61px, black 90%, transparent 90%);
          mask-image: radial-gradient(circle at -40px 50%, transparent 60px, black 61px, black 90%, transparent 90%), radial-gradient(circle at calc(100% + 46px) 50%, transparent 60px, black 61px, black 90%, transparent 90%);
  border-radius: inherit;
}
.consultation-box .consult-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f2f2f2;
}
.consultation-box .consult-wrapper::after {
  position: absolute;
  top: -79px;
  left: 0;
  right: 0;
  bottom: -79px;
  background: url("../images/main/cons-bg.png") no-repeat 100% calc(100% - 79px);
}
.consultation-box .text-side {
  position: relative;
  max-width: 570px;
  z-index: 1;
}
.consultation-box .text-side .h4 {
  font-family: inherit;
}
.consultation-box .text-side ul {
  margin-top: 25px;
  margin-bottom: 42px;
  max-width: 470px;
  font-weight: 500;
  font-size: 16px;
  line-height: 156.5%;
  color: #B4BCC4;
}
.consultation-box .text-side .bottom-row {
  display: flex;
}
.consultation-box .text-side .book-col {
  position: relative;
  margin-top: -7px;
}
.consultation-box .text-side .book-col img {
  margin-left: -71px;
  flex-shrink: 0;
  max-width: none;
}
.consultation-box .text-side .book-col .b-int {
  position: absolute;
  top: 64px;
  left: 0;
  font-size: 68px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
}
.consultation-box .text-side .book-col .b-mini-text {
  position: absolute;
  top: -25px;
  right: -41px;
  max-width: 129px;
  font-size: 11px;
  font-weight: 600;
  line-height: 195%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #779972;
  opacity: 0.7;
}

.est-ae-wrapper {
  background: #F9F9F9 url(../images/main/est-ae-bg.png) no-repeat 0% 0%;
  background-size: contain;
}

.estimate-box {
  padding-bottom: 103px;
}
.estimate-box .est-hand {
  position: absolute;
  top: 2px;
  left: -473px;
  max-width: none;
}
.estimate-box .contant-wrap {
  position: relative;
}
.estimate-box .title-row {
  text-align: left;
}
.estimate-box .title-row .h2 {
  padding-top: 64px;
  max-width: 564px;
  margin-left: 0;
}
.estimate-box .title-row .subtitle {
  color: #779972;
}
.estimate-box .est-middle {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.estimate-box .est-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  max-width: 641px;
}
.estimate-box .est-right .est-plus {
  position: absolute;
  top: 131px;
  margin-left: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 93px;
  height: 93px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(255, 255, 255, 0.38);
  transition: box-shadow 0.2s, transform 0.2s;
}
.estimate-box .est-right .est-plus:hover {
  box-shadow: 0 0 0 55px rgba(255, 255, 255, 0.7);
  transform: scale(1.2);
}
.estimate-box .est-right .est-plus-info {
  display: flex;
  align-items: flex-start;
  margin-top: auto;
  font-size: 12px;
  font-weight: 500;
  color: #B4BCC4;
  cursor: pointer;
}
.estimate-box .est-right .est-plus-info .icon {
  margin-right: 10px;
}
.estimate-box .est-list {
  margin-bottom: 73px;
  max-width: 406px;
}
.estimate-box .est-item {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 195%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.estimate-box .est-item:nth-child(odd) {
  background: #fff;
  border-radius: 6px;
}
.estimate-box .est-item:nth-child(1) .est-img {
  padding-right: 4px;
  align-items: flex-end;
}
.estimate-box .est-item:nth-child(2) .est-img {
  position: relative;
  top: 10px;
  padding-left: 9px;
  align-items: flex-start;
  justify-content: flex-start;
}
.estimate-box .est-item:nth-child(3) .est-img {
  padding-right: 21px;
}
.estimate-box .est-item:nth-child(4) .est-img {
  padding-right: 8px;
}
.estimate-box .est-item:nth-child(5) .est-img {
  justify-content: flex-start;
}
.estimate-box .est-item .est-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 135px;
  min-height: 87px;
}
.estimate-box .est-item span {
  white-space: pre-line;
}
.estimate-box .est-danger {
  margin-top: 18px;
  margin-left: 48px;
  max-width: 976px;
}
.estimate-box .est-danger .est-d-top {
  position: relative;
  font-family: "Qanelas", sans-serif;
  font-size: 29px;
  font-weight: 500;
}
.estimate-box .est-danger .est-d-top .icon {
  position: absolute;
  top: 8px;
  left: -46px;
}
.estimate-box .est-danger .est-subtitle {
  margin: 11px 0 49px;
  max-width: 666px;
  font-size: 1.125em;
}
.estimate-box .est-danger .est-danger-list {
  display: flex;
  align-items: center;
}
.estimate-box .est-danger .est-danger-list .est-d-item {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 11px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #B4BCC4;
}
.estimate-box .est-danger .est-danger-list .est-d-item .icon {
  height: 61px;
  flex-shrink: 0;
  margin-right: 25px;
}
.estimate-box .est-danger .est-danger-list .est-d-item span {
  white-space: pre-line;
  max-width: 225px;
}

@media (min-width: 1300px) {
  .estimate-box .est-danger .est-danger-list .est-d-item:nth-child(2) {
    padding-right: 20px;
  }
}
.attach-estimate-box {
  padding-bottom: 102px;
}
.attach-estimate-box .ae-circle {
  position: absolute;
  top: 116px;
  left: -625px;
}
.attach-estimate-box .ae-wrap {
  background: #F2F2F2 url(../images/main/ae-bg.png) no-repeat 100%;
  box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.02);
  border-radius: 20px;
  max-width: 1657px;
  margin: auto;
}
.attach-estimate-box .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.attach-estimate-box .left-side {
  padding-bottom: 86px;
  max-width: 620px;
}
.attach-estimate-box .left-side .title-row {
  text-align: left;
}
.attach-estimate-box .left-side .title-row .h2 {
  font-family: inherit;
}
.attach-estimate-box .left-side .title-row .subtitle {
  display: flex;
  align-items: center;
  margin: -4px 0;
  font-family: "Qanelas";
  font-size: 27px;
  color: #AABBA8;
  line-height: 1.28;
  opacity: 1;
  max-width: 563px;
}
.attach-estimate-box .left-side .title-row .subtitle .icon {
  margin-right: 26px;
  flex-shrink: 0;
  max-width: 62px;
}
.attach-estimate-box .left-side .ae-info {
  font-size: 18px;
  max-width: 460px;
}
.attach-estimate-box .left-side .ae-star {
  display: flex;
  margin-top: 29px;
  font-size: 14px;
  color: #B4BCC4;
}
.attach-estimate-box .left-side .ae-star .ast {
  margin-top: -2px;
  margin-right: 19px;
  font-size: 24px;
  font-weight: 500;
  color: #BC9A80;
}
.attach-estimate-box .right-form {
  position: relative;
  margin-top: 113px;
  padding: 47px 58px 46px;
  background: #fff;
  border-radius: 10px;
  max-width: 460px;
  width: 100%;
}
.attach-estimate-box .right-form .ae-asterisk {
  position: absolute;
  top: -18px;
  right: 59px;
}
.attach-estimate-box .right-form .form-input input {
  text-align: center;
  background: #F8F8F8;
}
.attach-estimate-box .right-form .btn {
  margin-bottom: 16px;
  width: 100%;
}

.planning-box {
  background: #fff url("../images/main/noise-bg.png") repeat;
  padding-bottom: 104px;
}
.planning-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/main/plan-bg.png") no-repeat 49% 15%;
}
.planning-box .title-row .subtitle {
  color: #AABBA8;
}
.planning-box .planning-gray {
  margin: auto;
  width: 100%;
  max-width: 1486px;
  background: #F5F5F5 url("../images/main/plan-gray-bg.png") no-repeat 50%;
  background-size: cover;
  border-radius: 326px 326px 15px 15px;
}
.planning-box .pl-wrap-top {
  box-shadow: 0px 15px 72px -40px rgba(0, 0, 0, 0.07);
  border-radius: inherit;
}
.planning-box .top-btns {
  display: flex;
  margin: 0 -2px;
  overflow: hidden;
}
.planning-box .top-btns .btn {
  flex: 0 1 auto;
  width: 100%;
  padding: 0 15px;
  margin: 0 2px;
  max-height: 64px;
  font-size: 11px;
  line-height: 155%;
  opacity: 0.5;
  box-shadow: inset 0px 0px 23px rgba(255, 255, 255, 0.38);
}
.planning-box .top-btns .btn::before {
  content: url("../images/icons/p-triangle.svg");
  position: absolute;
  bottom: -18px;
  max-width: 23px;
  transition: 0.2s;
  opacity: 0;
}
.planning-box .top-btns .btn:hover {
  opacity: 1;
}
.planning-box .top-btns .btn.tab-active {
  opacity: 1;
  pointer-events: none;
}
.planning-box .top-btns .btn.tab-active::before {
  bottom: -13px;
  opacity: 1;
}
.planning-box .planning-item {
  padding-bottom: 9px;
}
.planning-box .pl-top-row {
  display: flex;
  max-width: 805px;
  margin: 0 auto;
}
.planning-box .pl-top-row .sw-arrows {
  padding-top: 114px;
  grid-template-columns: auto;
}
.planning-box .pl-top-row .sw-arrows .sw-arrow:not(:hover) {
  background: #fff;
}
.planning-box .pl-top-row .pl-top-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.planning-box .pl-top-row .pl-top-middle .icon {
  margin-top: 77px;
  margin-bottom: 21px;
}
.planning-box .pl-top-row .pl-top-middle .h3 {
  font-family: inherit;
}
.planning-box .pl-top-row .pl-top-middle .pt-subtitle {
  margin-top: 13px;
  line-height: 166%;
}
.planning-box .pl-top-row .pl-top-middle .gray-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 56px 0px 14px;
  padding: 0 16px;
  height: 37px;
  background: #aaa;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: inset 0px 0px 16px rgba(255, 255, 255, 0.35);
  border-radius: 41px;
}
.planning-box .pl-top-row .pl-top-middle .gray-info::before {
  content: url(../images/icons/pl-calendar.svg);
  margin-right: 10px;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.planning-box .pl-i-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 30px auto 0;
}
.planning-box .pl-i-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 14px;
  padding: 0 20px;
  font-size: 11px;
  font-weight: 600;
  line-height: 164%;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.planning-box .pl-i-list li img {
  max-width: 70px;
  margin-bottom: 21px;
}
.planning-box .pl-info {
  margin: 16px auto;
  text-align: center;
}
.planning-box .pl-info p {
  line-height: 166%;
}
.planning-box .pg-bottom {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 43px 0 57px;
  max-width: 835px;
}
.planning-box .pg-bottom .pb-left-side {
  max-width: 407px;
  margin-right: 20px;
  font-size: 0.9375em;
  line-height: 142%;
}
.planning-box .pg-bottom .pb-left-side .subh {
  margin: 13px 0 13px;
}
.planning-box .pg-bottom .pb-left-side .mini-info {
  color: #B4BCC4;
}
.planning-box .pg-bottom .pb-right-side {
  max-width: 344px;
  text-align: center;
}
.planning-box .pg-bottom .pb-right-side .btn-info {
  margin: 24px 0 13px;
  font-size: 13px;
  color: #B4BCC4;
}
.planning-box .pg-bottom .pb-right-side .btn {
  width: 100%;
}
.planning-box .planning-1 .pt-subtitle {
  max-width: 486px;
}
.planning-box .planning-2 .pl-info {
  max-width: 640px;
}
.planning-box .planning-3 .pt-subtitle {
  max-width: 486px;
}
.planning-box .planning-3 .pl-i-list {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 52px;
  max-width: 740px;
}
.planning-box .planning-3 .pl-i-list li img {
  max-width: 770px;
}
.planning-box .planning-4 .pt-subtitle {
  max-width: 430px;
}
.planning-box .planning-4 .pl-i-list {
  max-width: 1045px;
}
.planning-box .planning-5 .pl-top-middle {
  margin-top: -27px;
}
.planning-box .planning-5 .pl-info {
  max-width: 640px;
}
.planning-box .planning-6 .pl-top-row .pl-top-middle .icon {
  margin-top: 49px;
  margin-bottom: -40px;
}
.planning-box .planning-6 .pl-info {
  max-width: 630px;
}

@media (min-width: 1200px) {
  .planning-box .title-row .subtitle {
    margin-top: -9px;
  }
  .planning-box .pl-wrap-top {
    min-height: 646px;
  }
  .planning-box .pl-i-list li:nth-child(2) {
    padding: 0 5px;
  }
  .planning-box .pg-bottom .btn {
    padding: 0 35px;
  }
  .planning-box .planning-4 .pl-i-list li span {
    white-space: pre-line;
  }
  .planning-box .planning-4 .pl-i-list li:nth-child(2) {
    padding: 0;
  }
  .planning-box .planning-4 .pl-i-list li:nth-child(6) {
    padding: 0 5px;
  }
  .planning-box .planning-6 .pl-info p {
    white-space: pre-line;
  }
}
.materials-box {
  background: #F9F9F9;
}
.materials-box::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 0;
  right: 0;
  min-height: 1206px;
  background: url("../images/main/mat-green.png") no-repeat 29.3% 0%;
  z-index: 2;
  pointer-events: none;
}
.materials-box .mat-wrap {
  position: relative;
  margin: 0 auto;
  width: 1829px;
  max-width: 100%;
  background: #fff url("../images/main/mat-bg-gray.png") no-repeat 50%;
  background-size: cover;
  border-radius: 0 0 20px 20px;
}
.materials-box .mat-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/main/mat-reiki.png") no-repeat 100% 50%;
  background-size: auto 100%;
}
.materials-box .container {
  display: flex;
  justify-content: space-between;
}
.materials-box .left-side {
  margin-right: 20px;
  padding-bottom: 67px;
}
.materials-box .title-row {
  text-align: left;
  max-width: 689px;
}
.materials-box .title-row .subtitle {
  position: relative;
  top: -0.4em;
  margin-left: 18px;
  font-family: "Montserrat";
  color: #AABBA8;
}
.materials-box ul.check-list {
  margin-top: -11px;
  max-width: 607px;
}
.materials-box ul.check-list li {
  margin-bottom: 30px;
}
.materials-box ul.check-list li p {
  line-height: 156.5%;
}
.materials-box ul.check-list li p:not(:last-child) {
  margin-bottom: 0.75em;
}
.materials-box .right-side {
  padding-top: 93px;
  max-width: 364px;
  width: 100%;
}
.materials-box .right-side .mat-logos {
  margin-left: -13px;
  margin-bottom: 33px;
}
.materials-box .right-side .mat-ava {
  position: relative;
  margin-left: 40px;
  margin-bottom: -35px;
  max-width: 85px;
  background: #E5E5E5;
  border-radius: 50%;
  z-index: 2;
}
.materials-box .right-side .quote-box {
  padding: 69px 40px 40px;
  background: #BC9A80 url(../images/icons/mat-quote.svg) no-repeat 84% 16%;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  box-shadow: inset 0px 0px 32px rgba(255, 255, 255, 0.49);
  border-radius: 10px;
  -webkit-mask-image: radial-gradient(circle at calc(100% + 27px) 50%, transparent 41px, black 42px);
          mask-image: radial-gradient(circle at calc(100% + 27px) 50%, transparent 41px, black 42px);
}

@media (min-width: 1300px) {
  .materials-box ul.check-list li {
    padding-left: 55px;
  }
  .materials-box ul.check-list li::before {
    width: 29px;
    height: 29px;
  }
  .materials-box .right-side {
    margin-right: 29px;
  }
}
.team-box {
  background: #F9F9F9;
  z-index: 2;
}
.team-box .team-ring {
  position: absolute;
  top: 338px;
  right: -279px;
}
.team-box .team-leaf {
  position: absolute;
  bottom: -166px;
  left: -772px;
}
.team-box .title-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  text-align: left;
  max-width: 1042px;
}
.team-box .title-row .top-info {
  color: #B4BCC4;
  line-height: 178.5%;
}
.team-box .title-row .left-side {
  max-width: 472px;
  margin-right: 40px;
}
.team-box .title-row .left-side .top-info {
  padding-top: 9px;
}
.team-box .title-row .h2 span {
  display: inline-block;
}
.team-box .title-row .h2 img {
  position: relative;
  top: -5px;
  left: -2px;
  margin-right: 4px;
}
.team-box .title-row .right-side .top-info {
  max-width: 494px;
}
.team-box .title-row .int-row {
  display: flex;
  align-items: center;
  margin-left: -27px;
  margin-bottom: 43px;
  color: #9BB497;
}
.team-box .title-row .big-int {
  margin-right: 22px;
  font-size: 163px;
  font-weight: 300;
  line-height: 0.75;
}
.team-box .title-row .int-text {
  margin-top: 32px;
  max-width: 201px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.42;
}
.team-box .top-btns {
  position: relative;
  display: flex;
  margin-top: -1px;
  background: #fff;
  box-shadow: 14px 4px 20px -10px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.team-box .top-btns .btn-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #B4BCC4;
  transition: 0.2s;
  width: 100%;
  height: 72px;
  box-shadow: 14px 4px 20px -10px rgba(0, 0, 0, 0.04);
}
.team-box .top-btns .btn-item:not(.tab-active) {
  cursor: pointer;
}
.team-box .top-btns .btn-item:hover, .team-box .top-btns .btn-item.tab-active {
  background: #BC9A80;
  box-shadow: inset 0px 0px 23px rgba(255, 255, 255, 0.38);
  color: #fff;
}
.team-box .top-btns .btn-item.tab-active::before {
  content: url("../images/icons/p-triangle.svg");
  position: absolute;
  bottom: -15px;
  max-width: 23px;
  filter: brightness(2);
  z-index: 10;
}
.team-box .tooltip-team-info {
  display: none;
}
.team-box .team-item {
  position: relative;
  margin: 0 -98px;
  padding: 0 98px 36px;
  min-height: 590px;
  background: #FFF;
  box-shadow: 0px -25px 38px -31px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
.team-box .team-item .h4 {
  padding: 50px 0 0;
  margin-bottom: -30px;
  font-weight: 400;
}
.team-box .team-item .team-item-top {
  display: flex;
  justify-content: space-between;
}
.team-box .team-item .team-item-top .space {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.team-box .team-item .team-man {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px 0 0;
}
.team-box .team-item .team-man .team-man-img {
  margin-bottom: 24px;
  width: 100%;
  border-radius: 10px;
}
.team-box .team-item .team-man .team-man-title {
  font-weight: 500;
}
.team-box .team-item .team-man .team-man-title .icon {
  position: relative;
  top: -2px;
  left: 1px;
  cursor: pointer;
}
.team-box .team-item .team-man .team-man-title .icon circle {
  transition: fill 0.2s;
}
.team-box .team-item .team-man .team-man-title:hover .icon circle {
  fill: #BC9A80;
}
.team-box .team-item .btns-row {
  margin: 26px 0 22px;
  display: flex;
  justify-content: flex-end;
}
.team-box .bottom-row {
  position: relative;
  display: flex;
  align-items: center;
  margin: 51px auto 0;
  padding: 28px 40px 40px 54px;
  max-width: 1136px;
  font-size: 27px;
  font-family: "Qanelas";
  font-weight: 500;
  color: #AABBA8;
  border: 1px solid rgba(170, 187, 168, 0.2);
  border-radius: 8px;
}
.team-box .bottom-row .team-house {
  flex-shrink: 0;
  margin-right: 29px;
}
.team-box .bottom-row p {
  line-height: 128%;
}
.team-box .bottom-dots {
  position: relative;
  margin-top: -22px;
  display: grid;
  justify-content: center;
  gap: 24px;
  z-index: 5;
}
.team-box .bottom-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #AABBA8;
}
.team-box .bottom-dots span:nth-child(1) {
  opacity: 0.3;
}
.team-box .bottom-dots span:nth-child(2) {
  opacity: 0.5;
}

.four-benefits-box {
  background: #F9F9F9;
  margin-top: -50px;
}
.four-benefits-box::before {
  content: "";
  position: absolute;
  top: -52px;
  left: 0;
  right: 0;
  height: 1227px;
  background: url("../images/main/fb-green.png") no-repeat 53.5% 0%;
  pointer-events: none;
  z-index: 5;
}
.four-benefits-box .fb-sculpture {
  position: absolute;
  bottom: 0;
  left: -366px;
  z-index: 2;
}
.four-benefits-box .fb-cupboard {
  position: absolute;
  bottom: 0;
  right: -866px;
}
.four-benefits-box .title-row {
  margin-left: 320px;
  text-align: left;
}
.four-benefits-box .title-row .subtitle {
  position: relative;
  top: -0.6em;
  margin-left: 24px;
  font-family: "Montserrat";
}
.four-benefits-box .beni-wrap {
  display: flex;
  margin: 0 -126px;
  padding: 0 126px 75px;
  background: #fff url("../images/main/fb-wrap-bg.png") no-repeat 50%;
  background-size: cover;
  border-radius: 20px 20px 0px 0px;
}
.four-benefits-box .left-side {
  margin-right: 5px;
  max-width: 485px;
}
.four-benefits-box .left-btns {
  margin-top: -119px;
  max-width: 264px;
}
.four-benefits-box .left-btns .click-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -20px;
  margin-bottom: 11px;
  font-size: 12px;
  font-weight: 500;
  color: #B4BCC4;
}
.four-benefits-box .left-btns .click-info .icon {
  margin-right: 10px;
}
.four-benefits-box .left-btns .btns-list {
  border-radius: 10px;
  overflow: hidden;
  background: #E3E3E3;
}
.four-benefits-box .left-btns .btn-item {
  display: flex;
  align-items: center;
  padding: 0 44px;
  width: 100%;
  height: 83px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 173%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0px 15px 27px -12px rgba(0, 0, 0, 0.04);
  transition: 0.2s;
}
.four-benefits-box .left-btns .btn-item .icon {
  display: flex;
  align-items: center;
  margin-right: 21px;
  margin-bottom: 20px;
  width: 18px;
  flex-shrink: 0;
}
.four-benefits-box .left-btns .btn-item:not(.tab-active) {
  cursor: pointer;
}
.four-benefits-box .left-btns .btn-item:hover, .four-benefits-box .left-btns .btn-item.tab-active {
  background: #BC9A80;
  box-shadow: inset 0px 0px 23px rgba(255, 255, 255, 0.38);
}
.four-benefits-box .li-item .pretitle {
  display: flex;
  align-items: center;
  margin: 46px 0 17px;
  font-size: 13px;
  font-weight: 600;
  line-height: 173%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #AABBA8;
}
.four-benefits-box .li-item .pretitle .icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-top: -3px;
  margin-right: 14px;
  width: 19px;
}
.four-benefits-box .li-item .pretitle .icon path {
  fill: #98B294;
}
.four-benefits-box .li-item .h3 {
  font-family: inherit;
  line-height: 133%;
}
.four-benefits-box .li-item .beni-text {
  margin-top: 17px;
  max-width: 380px;
  line-height: 166%;
}
.four-benefits-box .right-side-list {
  display: flex;
  align-items: flex-end;
}
.four-benefits-box .right-side-list .right-item img {
  border-radius: 15px;
}

@media (min-width: 1300px) {
  .four-benefits-box .beni-wrap {
    margin-top: -7px;
    min-height: 652px;
  }
  .four-benefits-box .beni-1 .beni-img {
    margin-bottom: 24px;
  }
  .four-benefits-box .beni-2 .beni-img {
    margin-bottom: 24px;
  }
  .four-benefits-box .beni-3 .beni-text {
    padding-top: 5px;
  }
  .four-benefits-box .beni-3 .beni-img {
    margin-bottom: 19px;
  }
  .four-benefits-box .beni-4 .beni-text {
    padding-top: 5px;
  }
  .four-benefits-box .beni-4 .beni-img {
    margin-bottom: 19px;
  }
}
.guarantees-box {
  background: #fff url("../images/main/gu-bg.png") no-repeat 50%;
  background-size: cover;
  z-index: 2;
}
.guarantees-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/main/gu-table.png) no-repeat 50% 69.1%;
  background-size: max(100vw, 1920px) auto;
}
.guarantees-box .gu-lamp {
  position: absolute;
  top: 0;
  right: -202px;
}
.guarantees-box .gu-green {
  position: absolute;
  left: -407px;
  bottom: 0;
}
.guarantees-box .title-row .h2 {
  max-width: 840px;
}
.guarantees-box .gu-list {
  display: flex;
  margin: 0 auto;
  padding-top: 5px;
  max-width: 919px;
  justify-content: space-between;
}
.guarantees-box .gu-item {
  position: relative;
  width: 222px;
  height: 332px;
}
.guarantees-box .gu-item::before {
  content: url(../images/icons/gu-white-shadow.png);
  position: absolute;
  top: 25px;
  left: -93px;
}
.guarantees-box .gu-item::after {
  content: url(../images/icons/gu-white.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/icons/gu-white.png) no-repeat 50%;
  background-size: contain;
}
.guarantees-box .gu-item:last-child {
  margin-bottom: 20px;
}
.guarantees-box .gu-item .gu-content {
  position: relative;
  padding: 0 10px;
  text-align: center;
  z-index: 2;
}
.guarantees-box .gu-item .gu-content .big-int {
  margin: 0.67em 0 0.1em;
  font-size: 100px;
  font-weight: 300;
  color: #BC9A80;
  line-height: 1;
}
.guarantees-box .gu-item .gu-content .subint {
  font-size: 24px;
  line-height: 127%;
}
.guarantees-box .gu-item .gu-content .gi-info {
  margin-top: 13px;
  font-size: 11px;
  font-weight: 600;
  line-height: 195%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #B4BCC4;
}
.guarantees-box .bottom-brown {
  position: relative;
  bottom: -50px;
  margin: 126px auto 0;
  padding: 49px 20px 41px;
  max-width: 918px;
  background: #BC9A80;
  text-align: center;
  color: #fff;
  box-shadow: inset 0px 0px 30px rgba(255, 255, 255, 0.34);
  border-radius: 10px;
  -webkit-mask-image: radial-gradient(circle at 50% -26px, transparent 45px, black 46px);
          mask-image: radial-gradient(circle at 50% -26px, transparent 45px, black 46px);
}
.guarantees-box .bottom-brown .bb-info {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 500;
  opacity: 0.4;
}

@media (min-width: 1300px) {
  .guarantees-box .gu-item:last-child .big-int {
    line-height: 0.68;
  }
  .guarantees-box .bottom-brown .h3 {
    font-size: 37px;
  }
}
.useful-box {
  padding-top: 50px;
  background: url("../images/main/noise-bg.png");
  z-index: 1;
}
.useful-box .uf-ring {
  position: absolute;
  top: 185px;
  right: -217px;
}
.useful-box .uf-sculpture {
  position: absolute;
  left: -723px;
  bottom: -150px;
}
.useful-box .title-row .h2 {
  max-width: 540px;
}
.useful-box .top-btns {
  position: relative;
  display: flex;
  margin-top: -5px;
  background: #F9F9F9;
  box-shadow: 14px 4px 20px -10px rgba(0, 0, 0, 0.04);
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  max-width: 100%;
}
.useful-box .top-btns .btn-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #B4BCC4;
  transition: 0.2s;
  width: 100%;
  height: 91px;
  box-shadow: 14px 4px 20px -10px rgba(0, 0, 0, 0.04);
  white-space: pre-line;
  text-align: center;
}
.useful-box .top-btns .btn-item:hover, .useful-box .top-btns .btn-item.tab-active {
  background: #779972;
  box-shadow: inset 0px 0px 23px rgba(255, 255, 255, 0.38);
  color: #fff;
}
.useful-box .top-btns .btn-item.tab-active::before {
  content: url("../images/icons/p-triangle.svg");
  position: absolute;
  bottom: -15px;
  max-width: 23px;
  filter: brightness(2);
  z-index: 10;
}
.useful-box .uf-list {
  position: relative;
  margin: 0 -97px;
  padding: 48px 97px 53px;
  background: #F9F9F9;
  box-shadow: 0px -25px 38px -31px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
.useful-box .uf-item {
  display: flex;
  justify-content: space-between;
}
.useful-box .uf-item .left-side {
  max-width: 650px;
  margin-right: 9px;
}
.useful-box .uf-item .left-side ul {
  margin: -0.35em 0 1.3em;
  max-width: 460px;
}
.useful-box .uf-item .left-side ul li:not(:last-child) {
  margin-bottom: 5px;
}
.useful-box .uf-item .left-side .uf-h {
  margin: 1.5em 0 1.15em;
  font-size: 20px;
  font-weight: 500;
  line-height: 143%;
  color: #779972;
}
.useful-box .uf-item .left-side .btn {
  width: 100%;
  max-width: 382px;
}
.useful-box .uf-item .right-side {
  margin-top: -6px;
}
.useful-box .uf-item .right-side img {
  border-radius: 15px;
}
.useful-box .uf-2 .left-side {
  max-width: 472px;
}
.useful-box .uf-3 .left-side {
  max-width: 511px;
}
.useful-box .uf-3 .left-side ul {
  max-width: none;
}

@media (min-width: 1300px) {
  .useful-box .uf-list {
    min-height: 819px;
  }
  .useful-box .uf-1 .left-side ul {
    margin-bottom: 1.8em;
  }
  .useful-box .uf-2 .left-side .btn {
    margin-top: 2.6em;
  }
  .useful-box .uf-3 .left-side .btn {
    margin-top: 0.3em;
  }
}
.discuss-box {
  background: url("../images/main/noise-bg.png");
}
.discuss-box .title-row {
  position: relative;
  display: flex;
  padding-bottom: 17px;
  text-align: left;
}
.discuss-box .title-row .left-big-man {
  position: absolute;
  top: -62px;
  left: -247px;
}
.discuss-box .title-row .right-side {
  position: relative;
  margin-top: 62px;
  margin-left: 560px;
}
.discuss-box .title-row .subtitle {
  margin-top: -5px;
  margin-left: 0;
  max-width: 460px;
  color: #AABBA8;
}
.discuss-box .title-row .di-info {
  margin: 20px 0 21px;
  font-size: 18px;
  line-height: 157%;
}
.discuss-box .title-row .di-info i {
  position: relative;
  top: 1px;
  padding: 8px 10px;
  background: #F4F4F4;
  font-style: normal;
  font-weight: 500;
  border-radius: 1em;
}
.discuss-box .title-row .di-subinfo {
  color: #B4BCC4;
}
.discuss-box .form-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  gap: 27px;
  margin: 0 -97px;
  padding: 71px 97px 50px;
  background: #F9F9F9 url("../images/main/d-form-bg.png") no-repeat 50%;
  background-size: cover;
  border-radius: 15px;
}
.discuss-box .form-row .form-input {
  flex-direction: column;
}
.discuss-box .form-row .form-input input {
  text-align: center;
}
.discuss-box .form-row .form-title {
  text-align: left;
  width: 100%;
}
.discuss-box .form-row .btn {
  margin-bottom: 20px;
  width: 100%;
}

.contact-box {
  background: url("../images/main/noise-bg.png");
}
.contact-box .title-row .top-img {
  margin-top: 6px;
}
.contact-box .title-row .h2 {
  max-width: 550px;
}
.contact-box .map-element {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  height: 630px;
  background: #F5F5F5 repeat 50%;
}
.contact-box .map-element::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10vw;
  max-width: 90px;
}
.contact-box #map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contact-box #map .ymaps-2-1-79-ground-pane {
  filter: grayscale(100%);
}
.contact-box #map .ymaps-2-1-79-copyrights-pane {
  visibility: hidden;
}
.contact-box #map .ymaps-2-1-79-map-bg {
  background: transparent;
}
.contact-box #map .ymaps-2-1-79-image {
  pointer-events: none;
}

@media (min-width: 1300px) {
  .contact-box .map-element {
    margin-top: 48px;
  }
  .contact-box .marker {
    top: -4px;
  }
}
.footer-box {
  padding-top: 56px;
  padding-bottom: 58px;
}
.footer-box .container {
  display: flex;
  justify-content: space-between;
}
.footer-box .left-row {
  padding-top: 2px;
  max-width: 259px;
}
.footer-box .left-row .logo {
  display: block;
  max-width: 128px;
}
.footer-box .left-row .sublogo {
  margin-top: 25px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.54;
  color: #B4BCC3;
}
.footer-box .f-bottom {
  margin-top: 13px;
  padding-top: 22px;
  max-width: 252px;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #F4F4F4;
}
.footer-box .f-bottom a {
  text-decoration: underline;
}
.footer-box .f-bottom .f-ints {
  line-height: 1.54;
}
.footer-box .f-bottom .f-links {
  display: grid;
  justify-content: start;
  gap: 4px;
  margin: 23px 0 25px;
  font-weight: 500;
  color: #779972;
}
.footer-box .f-bottom .f-copy {
  color: #B4BCC3;
}
.footer-box .middle-row {
  display: grid;
  grid-template-columns: 244fr 294fr;
  gap: 23px 61px;
  max-width: 490px;
  margin-right: 17px;
  font-weight: 500;
}
.footer-box .middle-row .f-title {
  margin-bottom: 17px;
  font-size: 16px;
  font-weight: 600;
}
.footer-box .middle-row .m-left-col ul {
  display: grid;
  gap: 15px;
  font-size: 14px;
}
.footer-box .middle-row .m-left-col ul a:not(:hover) {
  color: #B4BCC4;
}
.footer-box .middle-row .mr-links {
  display: grid;
  gap: 21px;
  font-size: 14px;
}
.footer-box .middle-row .mr-links a {
  display: flex;
  align-items: center;
  text-decoration: underline;
}
.footer-box .middle-row .mr-links a .icon {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 12px;
  width: 18px;
}
.footer-box .middle-row .mr-links a .icon path {
  fill: currentColor;
}
.footer-box .middle-row .m-bottom-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-column: 1/-1;
  padding: 25px 36px;
  background: #F9F9F9;
  font-size: 14px;
  line-height: 161%;
  border-radius: 10px;
}
.footer-box .middle-row .m-bottom-col .mbc-l {
  font-weight: 400;
  margin-right: 22px;
  max-width: 222px;
}
.footer-box .middle-row .m-bottom-col .social-icons {
  padding-right: 16px;
  margin: auto;
}
.footer-box .middle-row .m-bottom-col .social-icons .s-icon {
  width: 41px;
  height: 41px;
}
.footer-box .right-row {
  max-width: 250px;
}
.footer-box .right-row .h-phone {
  font-size: 29px;
  font-family: "Qanelas";
}
.footer-box .right-row .h-phone:not(:hover) {
  color: inherit;
}
.footer-box .right-row .pc-bottom {
  display: flex;
  align-items: center;
  margin: 6px 0 19px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.footer-box .right-row .pc-bottom .social-icons {
  margin-right: 16px;
}
.footer-box .right-row .btn {
  padding: 20px 0;
  width: 100%;
}
.footer-box .right-row .fr-address {
  display: flex;
  margin: 37px 0 24px;
  max-width: 256px;
  font-weight: 500;
  font-size: 14px;
  line-height: 139.4%;
}
.footer-box .right-row .fr-address::before {
  content: "";
  margin-top: 5px;
  margin-right: 10px;
  flex-shrink: 0;
  background: url("../images/icons/geo-alt.svg") no-repeat 50%;
  background-size: contain;
  width: 13px;
  height: 13px;
}
.footer-box .right-row .dev-link {
  display: inline-block;
  max-width: 187px;
  font-size: 14px;
  color: #B4BCC4;
  line-height: 1.35714;
}

@media (min-width: 1300px) {
  .footer-box .right-row {
    margin-top: -7px;
    margin-right: -4px;
    margin-left: 4px;
  }
  .footer-box .right-row .btn {
    max-width: 246px;
  }
}
@media (min-width: 1200px) and (max-width: 1499.98px) {
  :root {
    --zoom-value: 0.8;
  }
  [class*=-box] {
    zoom: var(--zoom-value);
  }
  @-moz-document url-prefix() {
    body {
      max-height: calc(var(--body-height) * (var(--zoom-value)));
      height: calc(var(--body-height) * (var(--zoom-value)));
      overflow: hidden;
    }
    .wrapper {
      max-width: none;
      width: auto;
      margin: 0 calc(100vw / var(--zoom-value) * (var(--zoom-value) - 1) / 2);
      transform: scale(var(--zoom-value));
      transform-origin: center top;
    }
    .popup .container {
      transform: scale(var(--zoom-value));
    }
  }
}
@media (max-width: 1299.98px) {
  .quiz-box .quiz-hand {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .h1 {
    font-size: 60px;
  }
  .h2 {
    font-size: 42px;
  }
  .h3 {
    font-size: 33px;
  }
  .h4 {
    font-size: 27px;
  }
  .btn {
    max-height: 81px;
    padding: 0 40px;
    font-size: 12px;
  }
  .form-input input, .form-input textarea {
    height: 81px;
  }
  .form-input .icon {
    right: 30px;
  }
  .title-row .h2 {
    margin-bottom: 20px;
  }
  .right-box {
    display: none;
  }
  .header-box .book-col {
    display: none;
  }
  .home-box .h-title {
    max-width: 760px;
  }
  .menu-box {
    min-height: 0;
  }
  .menu-box .menu-wrap {
    border-radius: 0 0 0 10px;
  }
  .founder-box .container {
    grid-template-columns: 32fr 47fr;
  }
  .founder-box .left-side .f-man {
    max-width: 1000px;
    top: auto;
    bottom: -300px;
  }
  .founder-box .right-side .subtitle {
    margin: 25px 0;
    font-size: 23px;
  }
  .quiz-box .quiz-wrap {
    border-radius: 0 0 15px 15px;
  }
  .quiz-box .q-with-img .space {
    width: 30px;
  }
  .quiz-box .qi-left {
    max-width: 600px;
  }
  .quiz-box .qi-right .qr-gray {
    padding: 1px 35px 25px;
  }
  .quiz-box .quiz-3 .q-values {
    gap: 8px 30px;
  }
  .quiz-box .quiz-item-bottom {
    align-items: flex-start;
  }
  .quiz-box .quiz-item-bottom .qib-item .icon {
    max-width: 50px;
  }
  .quiz-box .quiz-item-bottom .qib-list {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 20px;
  }
  .quiz-box.final .quiz-ring-wrap {
    display: none;
  }
  .quiz-box.final .top-row-wrap::after {
    display: none;
  }
  .examples-box .middle-side {
    align-self: center;
  }
  .stages-box .title-row .h2 {
    max-width: 693px;
  }
  .stages-box .slide {
    overflow: hidden;
  }
  .stages-box .slide .st-bg {
    max-width: 890px;
    align-self: flex-end;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: -130px;
  }
  .stages-box .slide .st-int {
    top: 0;
    font-size: 60px;
    border-radius: 0 0 111px 111px;
  }
  .stages-box .stage-2 {
    justify-content: center;
  }
  .stages-box .stage-3 {
    justify-content: center;
  }
  .stages-box .stage-4 .st-bg {
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right bottom;
       object-position: right bottom;
  }
  .stages-box .stage-4 .st-bg-2 {
    display: none;
  }
  .stages-box .stage-5 .st-bg {
    max-width: none;
    margin-right: -340px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right bottom;
       object-position: right bottom;
  }
  .stages-box .stage-5 {
    justify-content: center;
  }
  .stages-box .stage-6 {
    justify-content: center;
  }
  .stages-box .stage-6 .st-bg {
    max-width: none;
    margin-right: -340px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right bottom;
       object-position: right bottom;
  }
  .stages-box .stage-7 {
    justify-content: center;
  }
  .stages-box .stage-7 .st-bg {
    max-width: none;
    margin-right: -340px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right bottom;
       object-position: right bottom;
  }
  .benefits-box .title-row .h2 {
    max-width: 673px;
  }
  .benefits-box .benefit-2 .bf-side,
  .benefits-box .benefit-4 .bf-side,
  .benefits-box .benefit-6 .bf-side {
    padding-left: 0;
  }
  .benefits-box .bf-bg-1,
  .benefits-box .bf-bg-3 {
    display: none;
  }
  .price-box .title-row .h2 {
    max-width: 625px;
  }
  .price-box .price-row {
    gap: 20px;
  }
  .price-box .price-col .price-top {
    margin: 0 20px -10px;
    padding-bottom: 10px;
    width: auto;
  }
  .price-box .price-col .price-white {
    padding: 25px 30px;
  }
  .price-box .price-col .price-white .price-big-int {
    font-size: 58px;
  }
  .price-box .price-col .price-white .price-unit {
    font-size: 24px;
  }
  .consultation-box .consult-wrapper {
    padding: 50px 50px 0;
  }
  .consultation-box .consult-wrapper::after {
    bottom: 0;
    background-position: 100%;
    background-size: contain;
  }
  .consultation-box .consult-wrapper::before, .consultation-box .consult-wrapper::after {
    -webkit-mask: none;
            mask: none;
  }
  .consultation-box .text-side {
    max-width: 480px;
  }
  .consultation-box .text-side .book-col img {
    margin-left: -40px;
    max-width: 157px;
  }
  .consultation-box .text-side .book-col .b-int {
    top: 34px;
    font-size: 48px;
  }
  .consultation-box .text-side .book-col .b-mini-text {
    top: 53px;
    right: -170px;
    font-size: 10px;
    max-width: none;
    width: 195px;
  }
  .estimate-box .title-row .h2 {
    padding-top: 50px;
  }
  .attach-estimate-box .right-form {
    flex-shrink: 0;
  }
  .attach-estimate-box .left-side .title-row .subtitle {
    max-width: 310px;
    font-size: 20px;
  }
  .attach-estimate-box .left-side .title-row .subtitle .icon {
    display: none;
  }
  .attach-estimate-box .ae-wrap {
    background-size: 840px auto;
    background-position: 100% 100%;
  }
  .attach-estimate-box .right-form {
    max-width: 430px;
    margin-left: 20px;
  }
  .planning-box .planning-item {
    padding-bottom: 30px;
  }
  .materials-box .right-side {
    max-width: 330px;
  }
  .materials-box .right-side .quote-box {
    padding: 52px 27px 25px;
    -webkit-mask: none;
            mask: none;
  }
  .materials-box .mat-wrap::before {
    display: none;
  }
  .team-box .title-row .h2 img {
    display: none;
  }
  .team-box .title-row .left-side {
    max-width: 430px;
  }
  .team-box .title-row .int-row {
    margin-left: 0;
    margin-bottom: 22px;
  }
  .team-box .title-row .big-int {
    font-size: 82px;
  }
  .team-box .title-row .int-text {
    margin: auto 0;
    font-size: 16px;
    max-width: 160px;
  }
  .team-box .team-item {
    min-height: 0;
  }
  .team-box .bottom-row {
    font-size: 20px;
  }
  .four-benefits-box .title-row .subtitle {
    display: block;
    margin: 30px 0 0;
  }
  .four-benefits-box .left-btns {
    margin-top: -286px;
  }
  .guarantees-box::before {
    background-size: 1300px auto;
    background-position-y: 65.6%;
  }
  .guarantees-box .gu-lamp {
    max-width: 170px;
    right: -40px;
  }
  .guarantees-box .title-row .h2 {
    max-width: 720px;
  }
  .useful-box .uf-sculpture {
    display: none;
  }
  .useful-box .uf-item .left-side {
    max-width: 520px;
  }
  .useful-box .uf-item .right-side {
    max-width: 400px;
  }
  .discuss-box .title-row .left-big-man {
    max-width: 1000px;
    left: -340px;
  }
  .discuss-box .title-row .right-side {
    margin-top: 0;
    margin-left: 390px;
  }
  .discuss-box .title-row {
    padding-bottom: 90px;
  }
  .discuss-box .form-row {
    gap: 20px;
  }
  .footer-box .left-row {
    max-width: 240px;
  }
  .footer-box .middle-row {
    margin: 0 30px;
    gap: 20px;
  }
  .footer-box .middle-row .m-bottom-col {
    flex-direction: column;
    text-align: center;
  }
  .footer-box .middle-row .m-bottom-col .mbc-l {
    margin: 0 0 10px;
  }
  .footer-box .right-row {
    flex-shrink: 0;
  }
  .popup .form-row {
    margin: 0 -40px;
    padding: 50px 40px;
  }
  .popup .content-wrap .title-row .subtitle {
    font-size: 20px;
  }
  .popup-1 .content-side .btn-row .b-book {
    display: none;
  }
  .popup-3 .pf-bottom .pf-hand {
    display: none;
  }
  .popup-3 .man-side .popup-image {
    margin-left: -290px;
    margin-right: 20px;
  }
  .popup-3 .content-side {
    padding-right: 20px;
  }
  .popup-4 .popup-image {
    left: -170px;
    max-width: 730px;
  }
  .popup-4 .pf-top {
    margin: 20px 50px 50px auto;
  }
  .popup-4 .white-row .left-side {
    max-width: 405px;
  }
  .popup-5 .content-wrap {
    padding: 60px 50px;
  }
  .popup-5 .popup-ring {
    display: none;
  }
  .popup-6 .popup-ring {
    display: none;
  }
  .popup-6 .content-wrap {
    align-items: center;
  }
  .popup-6 .form-side {
    margin-top: 0;
  }
  .popup-7 .top-wrap {
    padding: 35px 60px 49px;
  }
  .popup-7 .bottom-side .b-left-side {
    margin-left: 60px;
    margin-right: -20px;
  }
  .popup-7 .bottom-side .b-right-side .popup-man {
    max-width: 650px;
    margin-right: -150px;
  }
  .popup-7 .bottom-side .b-left-side .pb-ok .pb-ok-text {
    font-size: 20px;
  }
  .popup-7 .bottom-side .b-left-side .pb-ok .icon {
    display: none;
  }
  .popup-7 .bottom-side .b-left-side .pb-ok {
    padding-bottom: 40px;
  }
  .popup-7 .bottom-side {
    padding-bottom: 0;
  }
  .popup-8 .popup-ring {
    right: -290px;
    top: 70px;
  }
}
@media (max-width: 991.98px) {
  .h1 {
    font-size: 60px;
  }
  .h2 {
    font-size: 36px;
  }
  .h3 {
    font-size: 27px;
  }
  .h4 {
    font-size: 24px;
  }
  .btn-mini {
    font-size: 11px;
    max-height: 66px;
  }
  .tooltip {
    padding: 48px 39px;
    font-size: 14px;
  }
  .title-row {
    padding-top: 60px;
  }
  .header-box .phone-col {
    margin-left: auto;
  }
  .home-box {
    padding-top: 180px;
  }
  .home-box .h-title .green-info {
    margin: 20px 0 0;
  }
  .home-box .button-row {
    display: block;
  }
  .home-box .button-row .b-right {
    margin: 20px 0 0;
  }
  .home-box .bottom-row {
    max-width: 510px;
    margin: -165px auto 0;
    bottom: -215px;
    grid-template-columns: 1fr;
  }
  .home-box .bottom-row .bottom-col {
    height: 100px;
    font-size: 11px;
  }
  .home-box .bottom-row .bottom-col .icon {
    max-width: 70px;
    margin-right: 15px;
  }
  .founder-box {
    padding-top: 260px;
    padding-bottom: 0;
  }
  .founder-box .f-ring {
    position: absolute;
    top: -60px;
    right: -110px;
    max-width: 249px;
  }
  .founder-box .container {
    display: flex;
    gap: 0;
    flex-direction: column-reverse;
  }
  .founder-box .left-side {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .founder-box .left-side .man-info {
    top: 200px;
    right: 340px;
  }
  .founder-box .left-side .f-man-2 {
    max-width: none;
    margin-bottom: -84px;
  }
  .founder-box .left-side .btn-wrap {
    position: absolute;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 60px;
  }
  .founder-box .right-side {
    max-width: 570px;
  }
  .quiz-box .quiz-wrap {
    max-width: calc(var(--content-width) + 47px);
    border-radius: 15px;
  }
  .quiz-box .top-row-wrap {
    margin-bottom: 22px;
    padding-bottom: 25px;
    border-bottom: 1px solid #F2F2F2;
  }
  .quiz-box .top-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px auto 0;
    max-width: 550px;
    text-align: center;
  }
  .quiz-box .top-right .h3 {
    margin-bottom: 15px;
  }
  .quiz-box .top-right .subtitle {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 17px;
    color: #B4BCC4;
  }
  .quiz-box.final .top-row-wrap::before, .quiz-box .quiz-item-top::before,
  .quiz-box.final .top-row-wrap::after, .quiz-box .quiz-item-top::after {
    display: none;
  }
  .quiz-box .quiz-item-top {
    flex-direction: column-reverse;
  }
  .quiz-box .qi-right {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .quiz-box .qi-right .qr-gray {
    margin: 0 -22px;
    padding: 18px 22px 15px;
    max-width: none;
    border-radius: 8px;
    cursor: pointer;
  }
  .quiz-box .qi-right .qr-gray:not(.active) .qr-text {
    max-height: 1.55em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .quiz-box .qi-right .qr-gray:not(.active) .qr-text::before {
    transform: none;
  }
  .quiz-box .qi-right .qr-ava {
    max-width: 65px;
    margin: 0 16px 7px 0;
    float: left;
  }
  .quiz-box .qi-right .qr-name {
    margin-top: 11px;
  }
  .quiz-box .qi-right .qr-text {
    clear: both;
  }
  .quiz-box .qi-right .qr-text::before {
    content: url("../images/icons/quiz-arrow.svg");
    float: right;
    transform: scaleY(-1);
    margin-top: -2px;
    margin-left: 20px;
    margin-right: 5px;
  }
  .quiz-box .qi-right .qib-left {
    margin: 11px -22px 0;
    background: #F6F6F6;
    border-radius: 8px;
    overflow: hidden;
  }
  .quiz-box .qi-right .qib-left:not(.active) .qib-list {
    display: none;
  }
  .quiz-box .qi-right .qib-left.active .qib-h::after {
    transform: scaleY(-1);
  }
  .quiz-box .qi-right .qib-left .qib-h {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-family: inherit;
    padding: 15px 22px;
    cursor: pointer;
  }
  .quiz-box .qi-right .qib-left .qib-h::after {
    content: url("../images/icons/quiz-arrow.svg");
    flex-shrink: 0;
    margin-top: -2px;
    margin-left: 20px;
    margin-right: 5px;
  }
  .quiz-box .qi-right .qib-left .qib-list {
    display: grid;
    gap: 9px;
    padding: 20px 22px;
    border-top: 1px solid #EAEAEA;
  }
  .quiz-box .qi-right .qib-left .qib-item {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 11px;
    line-height: 164%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #B4BCC4;
  }
  .quiz-box .qi-right .qib-left .qib-item .icon {
    margin-right: 15px;
    max-width: 48px;
    flex-shrink: 0;
  }
  .quiz-box .qi-left {
    padding-top: 20px;
    margin: 0;
    max-width: none;
  }
  .quiz-box .q-values .quiz-circle {
    width: 32px;
    height: 32px;
  }
  .quiz-box .q-with-img .quiz-circle {
    margin-top: -16px;
  }
  .quiz-box .qi-left .h4 {
    margin-bottom: 17px;
  }
  .quiz-box .quiz-item-bottom {
    justify-content: center;
  }
  .quiz-box .quiz-item-bottom .qib-left {
    display: none;
  }
  .quiz-box .quiz-final .qi-right .qib-left {
    display: none;
  }
  .quiz-box .quiz-final .qi-left {
    padding: 0;
    margin: 0;
    order: 3;
  }
  .quiz-box .quiz-final .qi-right {
    margin: 0 auto;
  }
  .quiz-box .quiz-final .qib-asterisk {
    font-size: 12px;
  }
  .quiz-box.final .top-row {
    padding-bottom: 0;
  }
  .quiz-box .quiz-final .quiz-item-top {
    padding-bottom: 60px;
  }
  .examples-box .ex-slide {
    display: flex;
    flex-direction: column;
  }
  .examples-box .middle-side {
    max-width: 100%;
  }
  .examples-box .ex-slide .left-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 0 20px;
    text-align: center;
  }
  .examples-box .ex-slide .left-side .ex-gray,
  .examples-box .ex-slide .left-side .ex-l-links {
    display: none;
  }
  .examples-box .middle-side .thumbs-slider {
    display: none;
  }
  .examples-box .big-swiper {
    max-width: 480px;
    margin: auto;
  }
  .examples-box .middle-side .photos-swiper {
    overflow: visible;
    margin: 0 -20px;
    width: auto;
    max-width: none;
  }
  .examples-box .middle-side .photos-swiper .swiper-slide {
    transition: opacity 0.2s;
    pointer-events: auto;
  }
  .examples-box .middle-side .photos-swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.5;
  }
  .examples-box .ex-slide .ex-for {
    margin: 10px 0 12px;
  }
  .examples-box .ex-slide .right-side {
    padding: 20px 0;
  }
  .examples-box .ex-slide .ex-info-list {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .examples-box .ex-slide .ex-info-list li {
    display: block;
    margin-right: 16px;
    margin-bottom: 6px;
    font-size: 10px;
  }
  .examples-box .ex-slide .ex-info-list li img, .examples-box .ex-slide .ex-info-list li::before {
    display: none;
  }
  .examples-box .ex-slide .ex-l-links li {
    margin-bottom: 5px;
  }
  .examples-box .ex-slide .ex-l-links li .icon {
    margin: 0 17px 0 0;
    align-items: center;
    height: 30px;
  }
  .examples-box .ex-slide .ex-gray {
    display: inline-flex;
    margin: 13px 0 20px;
    max-width: none;
  }
  .examples-box .ex-slide .ex-comment {
    display: grid;
    grid-template-columns: auto auto;
    margin: 21px 0 0;
    max-width: 400px;
  }
  .examples-box .ex-slide .ex-comment img {
    flex-shrink: 0;
    margin-right: 12px;
  }
  .examples-box .ex-slide .ex-comment-link {
    grid-column: 2/-1;
    justify-self: start;
  }
  .examples-box .ex-slide .ex-short-comment {
    margin: 0 0 10px;
  }
  .examples-box .ex-slide .ex-design {
    display: none;
  }
  .examples-box .ex-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 20px auto 0;
    max-width: 480px;
  }
  .examples-box .ex-bottom .btn-wrap {
    display: none;
  }
  .examples-box .ex-bottom .ex-counter {
    margin-right: auto;
  }
  .examples-box .ex-bottom .ex-arrows {
    padding: 21px 0 0;
  }
  .examples-box .ex-bottom .ex-current {
    font-size: 58px;
  }
  .examples-box .ex-bottom .ex-total {
    font-size: 16px;
  }
  .examples-box .ex-bottom .ex-total::before {
    top: -4px;
    left: -17px;
    width: 36px;
  }
  .examples-box .ex-bottom .ex-total {
    padding-left: 8px;
  }
  .examples-box .ex-bottom .ex-current {
    padding-bottom: 23px;
  }
  .stages-box .title-row .h2 {
    max-width: 533px;
  }
  .stages-box .title-row .h2 .icon {
    max-width: 0.8333em;
  }
  .stages-box .stages-swiper {
    max-width: 530px;
  }
  .stages-box .slide {
    display: block;
    padding-bottom: 262px;
    background: #F6F6F6 no-repeat 100% 100%;
    -webkit-mask: none;
            mask: none;
  }
  .stages-box .slide .btn {
    max-width: 300px;
    width: 100%;
  }
  .stages-box .slide .btn span {
    display: block;
  }
  .stages-box .slide::before,
  .stages-box .st-bg,
  .stages-box .slide .st-int,
  .stages-box .slide .sw-arrows {
    display: none;
  }
  .stages-box .slide .slide-content {
    display: block;
    padding: 30px 40px;
    max-width: none;
    margin: 0;
  }
  .stages-box .slide .h4 {
    margin-bottom: 20px;
  }
  .stages-box .stage-1 {
    background-image: url("../images/main/mobile/st-bg-1.png");
  }
  .stages-box .stage-2 {
    background-image: url("../images/main/mobile/st-bg-2.png");
  }
  .stages-box .stage-3 {
    background-image: url("../images/main/mobile/st-bg-3.png");
  }
  .stages-box .stage-4 {
    background-image: url("../images/main/mobile/st-bg-4.png");
  }
  .stages-box .stage-4 .st-uls {
    grid-template-columns: 1fr;
    gap: 10px;
    max-height: 235px;
    overflow-y: auto;
  }
  .stages-box .stage-5 {
    background-image: url("../images/main/mobile/st-bg-5.png");
  }
  .stages-box .stage-6 {
    background-image: url("../images/main/mobile/st-bg-6.png");
  }
  .stages-box .stage-7 {
    background-image: url("../images/main/mobile/st-bg-7.png");
  }
  .benefits-box {
    overflow: visible;
  }
  .benefits-box .benefits-wrapper {
    padding-bottom: 60px;
    background-size: 0 0;
  }
  .benefits-box .benefits-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    background-size: contain;
    opacity: 0.2;
  }
  .benefits-box .bf-bg-2 {
    max-width: 249px;
    top: -26px;
    right: -233px;
  }
  .benefits-box .bf-item {
    display: block;
    padding-bottom: 0;
    margin-bottom: 0;
    box-shadow: none;
  }
  .benefits-box .bf-item .bf-icon {
    display: none;
  }
  .benefits-box .benefits-swiper {
    max-width: 600px;
    margin: auto;
  }
  .benefits-box .benefits-swiper .swiper-slide {
    transition: opacity 0.2s;
  }
  .benefits-box .benefits-swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.5;
  }
  .benefits-box .bf-item .bf-side {
    padding: 0 0 30px;
  }
  .benefits-box .bf-item .bf-side .bg-text {
    max-width: 700px;
  }
  .benefits-box .bf-item .sw-arrows-wrap {
    display: flex;
    justify-content: center;
    margin: 22px auto 0;
  }
  .pr-co-wrapper {
    background: #fff;
  }
  .pr-co-wrapper .pr-co-chair {
    display: none;
  }
  .pr-co-wrapper .pr-co-lamp {
    max-width: 74px;
    top: 0;
    right: auto;
    left: -50px;
    z-index: 3;
  }
  .price-box {
    padding-bottom: 152px;
    background: #F9F9F9 url(../images/main/mobile/price-bg.png) no-repeat 50% 100%;
  }
  .price-box .title-row .h2 {
    max-width: 490px;
  }
  .price-box .title-row .h2 img {
    display: none;
  }
  .price-box .price-row {
    gap: 32px 15px;
  }
  .price-box .price-col .price-top {
    display: flex;
    flex-direction: column;
  }
  .price-box .price-col .price-white ul {
    padding-left: 0;
    font-size: 15px;
  }
  .price-box .price-col .price-white ul li {
    margin-left: 15px;
  }
  .consultation-box {
    padding: 0;
    bottom: 0;
    margin-bottom: -65px;
  }
  .consultation-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1655px;
    background: #F9F9F9 url(../images/main/est-ae-bg.png) no-repeat 0% 0%;
    background-size: cover;
  }
  .consultation-box .container {
    display: flex;
    justify-content: center;
    z-index: 3;
  }
  .consultation-box .consult-wrapper::before, .consultation-box .consult-wrapper::after {
    display: none;
  }
  .consultation-box .consult-wrapper {
    top: -65px;
    max-width: 560px;
    margin: 0 -40px;
    padding: 42px 40px 190px;
    background: #F2F2F2 url("../images/main/mobile/consult-bg.png") no-repeat 50% 100%;
    -webkit-mask-image: radial-gradient(circle at 50% -35px, transparent 45px, black 46px);
            mask-image: radial-gradient(circle at 50% -35px, transparent 45px, black 46px);
    border-radius: 20px;
  }
  .consultation-box .text-side .bottom-row {
    display: block;
  }
  .consultation-box .text-side .h4 {
    text-align: center;
  }
  .consultation-box .text-side .btn {
    margin: 0;
    width: 100%;
  }
  .consultation-box .text-side .book-col {
    margin-top: -20px;
    display: inline-block;
  }
  .consultation-box .text-side .book-col img {
    margin-left: -50px;
  }
  .consultation-box .text-side .book-col .b-int {
    top: 44px;
    font-family: "Qanelas";
  }
  .consultation-box .text-side .book-col .b-mini-text {
    top: 48px;
    right: -200px;
  }
  .est-ae-wrapper {
    background: #f9f9f9;
  }
  .estimate-box .container {
    z-index: 3;
  }
  .estimate-box .title-row .h2 {
    padding-top: 0;
  }
  .estimate-box .title-row {
    text-align: center;
  }
  .estimate-box .title-row .h2 {
    margin-left: auto;
  }
  .estimate-box .est-middle {
    display: block;
    margin: auto;
    max-width: 400px;
  }
  .estimate-box .est-right {
    margin-top: -40px;
    height: 340px;
  }
  .estimate-box .est-r-hand {
    position: absolute;
    margin-left: -200px;
    max-width: none;
  }
  .estimate-box .est-right .est-plus {
    top: 100px;
    margin-left: 30px;
    width: 70px;
    height: 70px;
    box-shadow: 0 0 0 34px rgba(255, 255, 255, 0.38);
  }
  .estimate-box .est-right .est-plus:hover {
    box-shadow: 0 0 0 34px rgba(255, 255, 255, 0.38);
  }
  .estimate-box .est-right .est-plus .icon {
    max-width: 24px;
  }
  .estimate-box .est-danger {
    margin-top: 30px;
  }
  .attach-estimate-box {
    padding-bottom: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .attach-estimate-box .ae-circle {
    display: none;
  }
  .attach-estimate-box .ae-wrap {
    padding-bottom: 60px;
    max-width: calc(var(--content-width) + 39px);
    width: 590px;
    -webkit-mask-image: radial-gradient(circle at 50% -35px, transparent 45px, black 46px);
            mask-image: radial-gradient(circle at 50% -35px, transparent 45px, black 46px);
    border-radius: 20px;
    background: #F2F2F2 url(../images/main/mobile/ae-bg.png) no-repeat 50% 100%;
  }
  .attach-estimate-box .container {
    display: block;
  }
  .attach-estimate-box .left-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
    max-width: 540px;
  }
  .attach-estimate-box .left-side .title-row {
    text-align: center;
  }
  .attach-estimate-box .left-side .title-row .subtitle {
    margin: auto;
  }
  .attach-estimate-box .left-side .ae-star {
    justify-content: center;
  }
  .attach-estimate-box .left-side .ae-star .ast {
    margin-right: 13px;
  }
  .attach-estimate-box .right-form {
    margin: 30px auto 0;
  }
  .planning-box {
    padding-bottom: 0;
  }
  .planning-box .top-btns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 7px 9px;
  }
  .planning-box .top-btns .btn {
    margin: 0;
    max-height: 55px;
    font-size: 9px;
    line-height: 17px;
  }
  .planning-box .top-btns .btn.tab-active::before {
    display: none;
  }
  .planning-box .pl-i-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .planning-box .planning-gray {
    background: transparent;
  }
  .materials-box .container {
    flex-direction: column;
    align-items: center;
  }
  .materials-box .title-row .subtitle {
    display: block;
    margin-top: 20px;
    margin-left: 0;
  }
  .materials-box .left-side {
    margin: 0;
    padding: 0;
    max-width: 600px;
  }
  .materials-box .right-side .mat-logos {
    margin-left: 0;
  }
  .materials-box .right-side {
    padding-top: 30px;
    padding-bottom: 53px;
  }
  .team-box .team-leaf {
    display: none;
  }
  .team-box .team-ring {
    max-width: 257px;
    top: 0;
    right: -251px;
    top: 59px;
  }
  .team-box .mobile-side {
    display: grid;
    grid-template-columns: repeat(2, auto);
    align-items: center;
    gap: 0 30px;
  }
  .team-box .mobile-side .h2 {
    order: -1;
  }
  .team-box .mobile-side .top-info {
    grid-column: 1/-1;
  }
  .team-box .top-btns {
    max-width: 400px;
    display: grid;
    gap: 8px;
    margin: 0 auto 24px;
    background: transparent;
    box-shadow: none;
  }
  .team-box .top-btns .btn-item.tab-active::before {
    display: none;
  }
  .team-box .top-btns .btn-item {
    max-height: 55px;
    font-size: 11px;
    border-radius: 8px;
    background: #fff;
  }
  .team-box .team-item {
    background: transparent;
    box-shadow: none;
  }
  .team-box .team-item .h4 {
    padding: 10px 0 0;
    text-align: center;
  }
  .team-box .bottom-row {
    padding: 30px 40px;
    font-size: inherit;
  }
  .four-benefits-box {
    margin: 0;
  }
  .four-benefits-box .fb-cupboard {
    display: none;
  }
  .four-benefits-box .fb-sculpture {
    left: -100px;
    max-width: 222px;
  }
  .four-benefits-box .title-row {
    margin: 0;
    text-align: center;
  }
  .four-benefits-box .left-side {
    margin: 0;
    max-width: none;
  }
  .four-benefits-box .left-btns .click-info {
    display: none;
  }
  .four-benefits-box .li-item {
    text-align: center;
  }
  .four-benefits-box .li-item .pretitle {
    display: none;
  }
  .four-benefits-box .li-item .h3 {
    margin-bottom: 10px;
  }
  .four-benefits-box .left-btns {
    max-width: 400px;
    margin: 0 auto 30px;
  }
  .four-benefits-box .left-btns .btns-list {
    display: grid;
    gap: 8px;
    background: initial;
    overflow: visible;
  }
  .four-benefits-box .left-btns .btn-item {
    padding: 0 40px;
    max-height: 55px;
    font-size: 11px;
    border-radius: 8px;
    background: #E3E3E3;
  }
  .four-benefits-box .left-btns .btn-item .icon {
    margin: auto 21px auto 0;
  }
  .four-benefits-box .beni-wrap {
    display: block;
    background: initial;
    padding-bottom: 60px;
  }
  .four-benefits-box .li-item .beni-text {
    margin: auto;
  }
  .four-benefits-box .right-side-list {
    justify-content: center;
    margin: 20px auto 0;
    max-width: 500px;
  }
  .guarantees-box .title-row .top-img {
    max-width: 42px;
    margin: 0 auto 5px;
  }
  .guarantees-box .title-row .h2 {
    max-width: 520px;
  }
  .guarantees-box::before {
    background-position-y: 72.6%;
  }
  .guarantees-box .bottom-brown {
    margin-top: 66px;
    bottom: -59px;
    padding: 50px 30px 34px;
    max-width: 610px;
  }
  .guarantees-box .bottom-brown .h3 {
    margin-bottom: 10px;
    font-size: 28px;
  }
  .guarantees-box .bottom-brown .bb-info {
    font-size: 16px;
  }
  .useful-box .uf-ring {
    display: none;
  }
  .useful-box .top-btns {
    max-width: 400px;
    display: grid;
    gap: 8px;
    margin: 0 auto 24px;
    background: transparent;
    box-shadow: none;
  }
  .useful-box .top-btns .btn-item.tab-active::before {
    display: none;
  }
  .useful-box .top-btns .btn-item {
    max-height: 55px;
    font-size: 11px;
    border-radius: 8px;
    background: #F9F9F9;
  }
  .useful-box .uf-list {
    padding-top: 10px;
    background: initial;
    box-shadow: initial;
  }
  .useful-box .uf-item .left-side {
    margin: auto;
  }
  .useful-box .uf-item .right-side {
    display: none;
  }
  .discuss-box .top-container {
    display: flex;
    justify-content: center;
  }
  .discuss-box .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 4;
  }
  .discuss-box .di-columns {
    position: absolute;
    top: -33px;
    max-width: none;
    z-index: 3;
  }
  .discuss-box .title-row .right-side {
    margin: 0 auto;
  }
  .discuss-box .title-row {
    padding-bottom: 0;
    text-align: center;
  }
  .discuss-box .title-row .di-ava {
    max-width: 96px;
  }
  .discuss-box .title-row .subtitle {
    margin-left: auto;
    font-size: 17px;
  }
  .discuss-box .form-row {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 40px 40px;
    margin: 0 -40px;
    max-width: 550px;
    background: #EFEFEF;
  }
  .discuss-box .form-row .form-title {
    display: none;
  }
  .contact-box .title-row .top-img {
    margin: 0 auto 10px;
    max-width: 48px;
  }
  .contact-box .map-element {
    height: 556px;
  }
  .footer-box .container {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
    width: 620px;
  }
  .footer-box .left-row {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 1/-1;
    margin-bottom: 25px;
    padding-bottom: 25px;
    max-width: none;
    border-bottom: 1px solid #F2F2F2;
    order: -1;
  }
  .footer-box .left-row .logo {
    max-width: 110px;
    flex-shrink: 0;
  }
  .footer-box .left-row .sublogo {
    margin: 0 0 0 20px;
    max-width: 175px;
  }
  .footer-box .middle-row {
    display: block;
    margin: 0;
  }
  .footer-box .middle-row .m-left-col {
    display: none;
  }
  .footer-box .middle-row .mr-links {
    gap: 15px;
  }
  .footer-box .middle-row .f-title {
    display: none;
  }
  .footer-box .middle-row .m-bottom-col {
    margin-top: 25px;
  }
  .footer-box .middle-row .m-bottom-col .mbc-l {
    font-size: 14px;
    line-height: 136%;
  }
  .footer-box .right-row {
    order: -1;
  }
  .footer-box .right-row .dev-link {
    display: none;
  }
  .footer-box .right-row .fr-address {
    display: none;
  }
  .footer-box .f-bottom {
    margin-top: 30px;
    padding-top: 0;
    text-align: center;
    grid-column: 1/-1;
    max-width: none;
    border-top: 0;
  }
  .footer-box .f-bottom .f-links {
    justify-content: center;
  }
  .footer-box .dev-link {
    margin: 0 0 15px;
    display: inline-block;
    color: #B4BCC3;
    font-size: 12px;
  }
  .footer-box .dev-link:not(:hover) {
    text-decoration: none;
  }
  .popup .container {
    width: 580px;
  }
  .popup .content-wrap {
    padding: 42px 39px 30px;
    background: #F6F6F6;
    border-radius: 15px;
  }
  .popup .content-wrap .title-row {
    padding: 0;
    text-align: center;
  }
  .popup .content-wrap .title-row .h2,
  .popup .content-wrap .title-row .subtitle {
    margin-left: auto;
  }
  .popup .content-wrap .title-row .di-ava {
    max-width: 96px;
    margin-bottom: 15px;
  }
  .popup .form-row,
  .popup .form-side {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 40px 40px;
    margin: 0 -40px -14px;
    max-width: 450px;
    width: 100%;
    border-radius: 10px;
  }
  .popup .form-row .form-title,
  .popup .form-side .form-title {
    display: none;
  }
  .popup .form-row {
    background: #EFEFEF;
  }
  .popup .form-side .social-icons {
    margin-bottom: 17px;
  }
  .popup .pf-a {
    text-align: center;
    font-size: 12px;
    font-family: "Qanelas";
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
  }
  .popup-1 .content-wrap,
  .popup-1 .content-side {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .popup-1 .title-row .subtitle {
    display: inline-flex;
    text-align: left;
    max-width: 300px;
  }
  .popup-1 .title-row .subtitle .icon {
    max-width: 48px;
    margin-right: 22px;
  }
  .popup-1 .content-side .pf-info {
    margin: auto auto 30px;
    text-align: center;
    order: 8;
  }
  .popup-1 .content-side .btn-row {
    margin: 0 0 30px;
    justify-content: center;
  }
  .popup-2 .container {
    width: 500px;
  }
  .popup-2 .pf-top {
    justify-content: center;
  }
  .popup-2 .pf-info {
    text-align: center;
    margin: 0 auto;
  }
  .popup-3 .content-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .popup-3 .content-side {
    padding: 0 0 20px;
    max-width: none;
    text-align: center;
  }
  .popup-3 .title-row .subtitle {
    max-width: 300px;
  }
  .popup-3 .content-side .pf-info {
    margin: 0 auto 20px;
  }
  .popup-3 .content-side .pf-subinfo {
    margin-bottom: 20px;
  }
  .popup-4 .pf-top {
    margin: 0;
    max-width: none;
    text-align: center;
  }
  .popup-4 .white-row {
    margin: 190px -24px -14px;
    padding: 34px 24px 24px;
    flex-direction: column;
    text-align: center;
    width: auto;
    -webkit-mask-image: radial-gradient(circle at 50% -17px, transparent 30px, black 31px);
            mask-image: radial-gradient(circle at 50% -17px, transparent 30px, black 31px);
    border-radius: 10px;
  }
  .popup-4 .white-row .left-side .rub {
    display: none;
  }
  .popup-4 .white-row .prebtn {
    margin: 18px 0;
  }
  .popup-4 .popup-image {
    left: auto;
    right: -80px;
    bottom: 20px;
    max-width: 594px;
  }
  .popup-5 .content-wrap {
    flex-direction: column;
    align-items: center;
  }
  .popup-5 .popup-green {
    display: none;
  }
  .popup-5 .left-side .p-middle {
    max-width: none;
    margin: 0 -40px 17px;
    padding: 0 40px 17px;
    box-shadow: 0px 15px 72px -40px rgba(0, 0, 0, 0.1);
  }
  .popup-5 .left-side .p-phone {
    font-size: 32px;
  }
  .popup-5 .left-side .social-icons {
    margin-bottom: 36px;
  }
  .popup-6 .content-wrap {
    flex-direction: column;
    align-items: center;
  }
  .popup-6 .left-side .subtitle {
    text-align: left;
    max-width: 300px;
  }
  .popup-6 .left-side .popup-ava {
    max-width: 72px;
    margin-right: 23px;
  }
  .popup-6 .popup-green {
    display: none;
  }
  .popup-6 .left-side ul {
    text-align: center;
    gap: 5px;
    max-width: none;
  }
  .popup-6 .left-side ul li .p-logo {
    display: none;
  }
  .popup-6 .left-side .p-info {
    text-align: center;
    font-size: 20px;
    color: #779972;
  }
  .popup-6 .left-side .p-subinfo {
    margin: 20px 0 30px;
    text-align: center;
  }
  .popup-7 .top-wrap {
    padding: 0 0 25px;
  }
  .popup-7 .top-wrap .top-side {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .popup-7 .top-wrap .t-left-side .popup-quote {
    margin-bottom: 10px;
    max-width: 36px;
  }
  .popup-7 .top-wrap .t-left-side {
    margin: 0;
  }
  .popup-7 .white-item {
    display: block;
    text-align: center;
  }
  .popup-7 .white-item .w-left-side {
    padding: 20px 24px;
    box-shadow: 0px 15px 72px -40px rgba(0, 0, 0, 0.1);
  }
  .popup-7 .white-item .w-left-side .wl-top {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .popup-7 .white-item .w-right-side {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 24px;
    max-width: none;
  }
  .popup-7 .white-item .w-right-side .wr-middle {
    margin: 0 7px 0 10px;
  }
  .popup-7 .white-item .w-right-side .wr-middle b {
    font-size: 45px;
  }
  .popup-7 .white-item .w-right-side .wr-middle span {
    margin: 0 8px 0 0;
    font-size: 20px;
    line-height: 1;
  }
  .popup-7 .white-item .w-right-side .wr-top,
  .popup-7 .white-item .w-right-side .wr-bottom {
    font-size: 18px;
  }
  .popup-7 .bottom-side {
    padding: 0;
    background: initial;
  }
  .popup-7 .bottom-side .b-left-side {
    margin: 0;
    text-align: center;
  }
  .popup-7 .bottom-side .b-left-side .pb-info {
    margin: 20px 0;
  }
  .popup-7 .bottom-side .b-left-side .pb-ok {
    justify-content: center;
    padding-bottom: 25px;
  }
  .popup-8 .slider-dots {
    padding: 18px 0 0;
  }
  .popup-8 .content-wrap {
    padding: 65px 45px 45px;
  }
  .popup-8 .h3 {
    margin: 0 0 20px;
  }
  .popup-8 .middle-side .photos-swiper {
    overflow: visible;
  }
  .popup-8 .middle-side .photos-swiper .swiper-slide {
    transition: opacity 0.2s;
  }
  .popup-8 .middle-side .photos-swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.5;
  }
}
@media (max-width: 767.98px) {
  :root {
    --scrollbar-width: 0px;
  }
  body {
    font-size: 15px;
  }
  .h1 {
    font-size: 33px;
    line-height: 120%;
  }
  .h2 {
    font-size: 30px;
  }
  .h3 {
    font-size: 24px;
  }
  .h4 {
    font-size: 24px;
    line-height: 129%;
  }
  .btn {
    padding: 0 20px;
  }
  .form-input {
    margin-bottom: 14px;
  }
  .form-file {
    font-size: 14px;
  }
  .form-input .options-value {
    height: 48px;
  }
  .form-input .options-list {
    border: 1px solid #F6F6F6;
  }
  ul.check-list li::before {
    width: 26px;
    height: 26px;
    background-size: 12px auto;
  }
  .formatted-text ul {
    padding-left: 0;
  }
  .formatted-text ul li {
    margin-left: 13px;
    line-height: 143%;
  }
  .formatted-text ul li:not(:last-child) {
    margin-bottom: 14px;
  }
  .mobi-read-more {
    text-decoration: underline;
    font-size: 14px;
  }
  .mobi-read-more:not(.active) .active {
    display: none;
  }
  .mobi-read-more:not(.active) .icon {
    transform: scaleY(-1);
  }
  .mobi-read-more.active .unactive {
    display: none;
  }
  .mobi-read-more .icon {
    margin-left: 8px;
  }
  .mobi-read-more .icon path {
    fill: currentColor;
  }
  .title-row {
    padding-top: 53px;
    margin-bottom: 18px;
  }
  .title-row .h2 {
    margin-bottom: 10px;
    line-height: 127%;
  }
  .title-row .subtitle {
    font-size: 16px;
  }
  .flipping {
    font-size: 11px;
  }
  .header-box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .header-box .container {
    height: 71px;
  }
  .header-box .phone-col .pc-bottom {
    display: none;
  }
  .header-box .hamburger {
    display: flex;
    align-items: center;
    order: -1;
    margin: auto 30px auto 0;
    transform: scaleX(-1);
  }
  .header-box .hamburger .icon {
    max-width: 31px;
  }
  .header-box .phone-col .h-phone {
    font-size: 24px;
  }
  .menu-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    overflow-y: auto;
  }
  .menu-box .menu-wrap {
    text-align: center;
    padding: 0 15px;
    min-height: 100vh;
  }
  .menu-box .top-row {
    position: relative;
    justify-content: center;
    margin: 0 auto;
    padding: 18px 0 9px;
    max-width: 116px;
  }
  .menu-box .top-row .close-btn {
    position: absolute;
    left: -91px;
  }
  .menu-box .ul-menu a::before {
    display: none;
  }
  .menu-box .address {
    margin: 25px auto 20px;
    max-width: 100%;
    width: 231px;
    text-align: left;
  }
  .menu-box .btn-row {
    justify-content: center;
    padding: 0 0 15px;
  }
  .menu-box .btn-row .btn {
    max-width: 100%;
    width: 246px;
  }
  .menu-box .social-icons {
    padding: 0 0 30px;
  }
  .menu-box .bottom-links {
    display: inline-block;
    padding: 25px 0 40px;
    text-align: left;
  }
  .menu-box .bottom-links li {
    margin-bottom: 18px;
  }
  .home-box {
    padding-top: 84px;
    background: #FBFBFB url(../images/main/mobile/home-bg.png) no-repeat 50% 100%;
    background-size: cover;
  }
  .home-box .logo-col {
    max-width: 123px;
    margin-bottom: 5px;
  }
  .home-box .h-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .home-box .h-title .gray-info {
    top: 0;
    margin: 20px 0 10px;
    padding: 15px 22px;
    font-size: 15px;
  }
  .home-box .h-title .green-info {
    margin: 5px 0 0;
    max-width: 243px;
    font-size: 16px;
    line-height: 119%;
  }
  .home-box .button-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 28px;
  }
  .home-box .button-row .b-right {
    margin-top: 42px;
  }
  .home-box .button-row .b-int .h-book {
    margin-right: -53px;
    max-width: 101px;
  }
  .home-box .button-row .b-int span {
    font-size: 48px;
    color: #E3E3E3;
  }
  .home-box .button-row .b-info {
    display: block;
    margin-left: 31px;
    max-width: 154px;
    line-height: 17px;
  }
  .home-box .button-row .b-info span {
    margin: 0;
    padding: 0;
    background: initial;
    font-size: 10px;
    line-height: inherit;
  }
  .home-box .bottom-row {
    bottom: -215px;
    margin: -176px -40px 0;
  }
  .home-box .bottom-row .bottom-col {
    padding: 0 40px;
  }
  .founder-box {
    padding-top: 275px;
  }
  .founder-box .h2 {
    max-width: 270px;
  }
  .founder-box .f-ring {
    top: 12px;
    right: -219px;
  }
  .founder-box .right-side .subtitle {
    margin: 17px 0;
  }
  .founder-box .right-side .f-text {
    margin-bottom: 20px;
  }
  .founder-box .right-side .f-text:not(.active) {
    max-height: 297px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to top, transparent 0%, black 200px);
            mask-image: linear-gradient(to top, transparent 0%, black 200px);
  }
  .founder-box .left-side .man-info {
    top: 166px;
    left: 14px;
    right: auto;
  }
  .founder-box .left-side .man-info .man-name {
    padding: 12px 16px;
  }
  .founder-box .left-side .f-man-2 {
    margin-top: -39px;
    margin-left: -138px;
  }
  .founder-box .left-side .btn-wrap {
    bottom: 92px;
  }
  .founder-box .left-side .btn-wrap .btn {
    width: 300px;
    max-width: 100%;
  }
  .quiz-box {
    margin-top: -32px;
    padding-bottom: 60px;
  }
  .quiz-box .quiz-wrap {
    border-radius: 10px;
  }
  .quiz-box .qi-right .qr-text {
    font-size: 13px;
  }
  .quiz-box .q-with-img .space {
    width: 34px;
  }
  .quiz-box .q-values {
    flex-wrap: wrap;
    justify-content: center;
  }
  .quiz-box .q-with-text {
    justify-content: start;
  }
  .quiz-box .q-with-img .q-value {
    max-width: 133px;
  }
  .quiz-box .q-with-img .qv-img {
    max-height: 120px;
  }
  .quiz-box .q-values .q-value .qv-text {
    padding-top: 4px;
    font-size: 11px;
    line-height: 18px;
  }
  .quiz-box .q-with-img .q-value {
    margin-bottom: 24px;
  }
  .quiz-box .quiz-item-bottom {
    padding: 3px 0 36px;
  }
  .quiz-box .qi-left .h4 {
    text-align: center;
    font-size: 22px;
  }
  .quiz-box .btn.quiz-next .icon {
    display: none;
  }
  .quiz-box .quiz-2 .qi-left .h4 {
    position: relative;
    top: -9px;
  }
  .quiz-box .quiz-2 .q-values {
    grid-template-columns: 1fr;
  }
  .quiz-box .quiz-2 .q-value:nth-child(even) {
    order: 10;
  }
  .quiz-box .quiz-2 .q-value {
    padding-left: 0;
  }
  .quiz-box .q-with-text .q-value .qv-text {
    line-height: 2;
  }
  .quiz-box .quiz-2 .qi-second {
    flex-wrap: wrap;
    align-items: center;
    margin-top: 16px;
  }
  .quiz-box .quiz-2 .qi-second .h4 {
    top: 0;
    margin: 0;
    max-width: 175px;
    font-size: 18px;
    text-align: left;
  }
  .quiz-box .quiz-2 .qi-second .form-range {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
    width: 100%;
    order: 5;
  }
  .quiz-box .quiz-2 .qs-input {
    margin: 0 12px 0 0;
  }
  .quiz-box .quiz-2 .qs-input input {
    max-width: 68px;
    height: 36px;
    font-size: 20px;
    margin-right: 11px;
  }
  .quiz-box .quiz-2 .qs-value-wrap {
    margin: 0 0 0 17px;
    width: auto;
  }
  .quiz-box .quiz-item-bottom .quiz-prev {
    max-width: 67px;
    margin-right: 13px;
  }
  .quiz-box .quiz-2 .qs-value-wrap .range-value {
    font-size: 20px;
  }
  .quiz-box .quiz-3 .qi-left .h4 {
    position: relative;
    top: -9px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .quiz-box .quiz-3 .q-values {
    grid-template-columns: repeat(2, 1fr);
    margin-right: -21px;
    margin-bottom: 30px;
    gap: 8px 20px;
    max-height: 354px;
    overflow-y: auto;
  }
  .quiz-box .quiz-3 .q-values::-webkit-scrollbar-track {
    background: #f6f6f6;
  }
  .quiz-box .quiz-3 .q-values .q-value {
    margin-bottom: 0;
  }
  .quiz-box .quiz-5 .q-values {
    gap: 19px;
    margin-bottom: 32px;
  }
  .quiz-box .quiz-6 .qi-left .h4 {
    position: relative;
    top: -9px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .quiz-box .quiz-6 .q-values {
    margin-top: -10px;
    gap: 17px;
    margin-bottom: 32px;
  }
  .quiz-box.final .top-right {
    width: 100%;
  }
  .quiz-box.final .top-right .h3,
  .quiz-box.final .top-right .subtitle {
    display: none;
  }
  .quiz-box.final .top-row-wrap {
    margin-bottom: 18px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .quiz-box.final .qi-left .h4 {
    line-height: 129%;
    font-size: 24px;
  }
  .quiz-box .quiz-final .qib-item {
    font-size: 14px;
  }
  .quiz-box .quiz-final .qib-item .icon {
    max-width: 60px;
    margin-right: 13px;
  }
  .quiz-box .quiz-final .qib-item .qrs-h {
    font-size: 19px;
    line-height: 23px;
  }
  .quiz-box .quiz-final .qib-list {
    margin-top: 44px;
    gap: 25px;
  }
  .quiz-box .quiz-final .qi-right {
    padding-top: 31px;
  }
  .quiz-box .quiz-final .gray-row {
    margin: 0 -17px;
    padding: 23px 16px 18px;
    border-radius: 10px;
    background: #EFEFEF;
  }
  .quiz-box .quiz-final .gray-row .btn {
    margin-bottom: 12px;
  }
  .quiz-box .quiz-final .gray-row .ae-asterisk {
    top: -11px;
    right: 46px;
    max-width: 28px;
  }
  .quiz-box .quiz-final .qib-asterisk {
    margin-top: 19px;
    line-height: 135.9%;
  }
  .quiz-box .quiz-final .qib-asterisk br {
    display: none;
  }
  .quiz-box .quiz-final .qib-asterisk .ast {
    margin-top: 10px;
  }
  .quiz-box .quiz-final .quiz-item-top {
    padding-bottom: 32px;
  }
  .examples-box .title-row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .examples-box .title-row .h2 {
    font-size: 28px;
    line-height: 132%;
  }
  .examples-box .ex-slide .ex-gray-item:last-child {
    padding-right: 0;
  }
  .examples-box .ex-bottom {
    margin-top: -5px;
  }
  .stages-box .title-row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .stages-box .title-row .h2 {
    padding-bottom: 0;
  }
  .stages-box .flipping {
    margin-top: 23px;
    margin-bottom: 14px;
  }
  .stages-box .stages-swiper {
    margin: 0 -40px;
    max-width: none;
    width: auto;
  }
  .stages-box .slide .h4 {
    margin-bottom: 11px;
    font-size: 24px;
  }
  .stages-box .slide .btn {
    margin-top: 19px;
  }
  .stages-box .slider-dots {
    padding: 17px 0 62px;
  }
  .stages-box .stage-3 .formatted-text ul {
    margin-top: -14px;
  }
  .stages-box .stage-4 .st-uls ul:first-child {
    margin-top: 0;
  }
  .stages-box .stage-4 .st-subtitle {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 500;
  }
  .stages-box .stage-4 .st-uls {
    margin-top: -6px;
    margin-left: -10px;
    margin-right: -25px;
    padding-left: 10px;
    max-height: 185px;
  }
  .stages-box .slide .btn {
    margin-bottom: 29px;
  }
  .benefits-box .title-row {
    text-align: left;
  }
  .benefits-box .bf-item .bf-side .h4 {
    margin: 1px 0 15px;
    font-size: 24px;
  }
  .benefits-box .bf-item .bf-image-side {
    position: relative;
    display: flex;
    align-items: center;
    padding: 43.68% 0;
    border-radius: 10px;
    overflow: hidden;
  }
  .benefits-box .bf-item .bf-image-side img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    pointer-events: none;
    border-radius: 0;
  }
  .benefits-box .bf-item .bf-image-side .bf-int {
    left: 26px;
    bottom: 16px;
  }
  .price-box {
    background-position: 100% 100%;
    padding-bottom: 278px;
  }
  .pr-co-wrapper .pr-co-lamp {
    left: -79px;
  }
  .price-box .price-row {
    margin-top: 25px;
    grid-template-columns: 1fr;
  }
  .price-box .price-col .price-top {
    margin: 0 30px -10px;
    font-size: 11px;
    font-weight: 600;
  }
  .price-box .price-col .price-white {
    padding-top: 20px;
    padding-bottom: 31px;
  }
  .price-box .price-col .price-white ul li {
    margin-bottom: 4px;
  }
  .price-box .price-col .price-white .price-big-int {
    margin-top: 22px;
  }
  .price-box .price-col .price-white .price-unit {
    margin-bottom: 18px;
  }
  .consultation-box .text-side ul {
    margin-top: 18px;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 133.5%;
  }
  .consultation-box .text-side .book-col .b-mini-text {
    top: 46px;
    right: -194px;
  }
  .consultation-box .consult-wrapper {
    padding-bottom: 188px;
  }
  .estimate-box .est-green {
    position: absolute;
    bottom: 80px;
    right: 0;
    max-width: 180px;
    transform: scale(-1);
  }
  .estimate-box .title-row .subtitle {
    max-width: 225px;
    line-height: 119%;
  }
  .estimate-box .est-middle {
    padding-top: 15px;
  }
  .estimate-box .est-item:nth-child(2) {
    padding: 7px 0;
  }
  .estimate-box .est-item:nth-child(4) {
    padding: 13px 0;
  }
  .estimate-box .est-item:nth-child(4) .est-img {
    margin-top: -10px;
  }
  .estimate-box .est-item:nth-child(5) {
    padding: 13px 0;
  }
  .estimate-box .est-r-hand {
    margin-left: -230px;
  }
  .estimate-box .est-right .est-plus {
    margin-left: 0;
  }
  .estimate-box .est-right .est-plus-info {
    justify-content: center;
    text-align: center;
    margin-left: -40px;
    margin-bottom: 8px;
    line-height: 15px;
  }
  .estimate-box .est-right .est-plus-info span {
    max-width: 178px;
  }
  .estimate-box .est-right .est-plus-info .icon {
    margin-top: 1px;
    margin-right: 8px;
  }
  .estimate-box .est-danger {
    margin: 26px 0 0;
  }
  .estimate-box .est-danger .est-d-top {
    font-size: 24px;
    margin-left: 43px;
  }
  .estimate-box .est-danger .est-d-top .icon {
    top: 5px;
    left: -44px;
    max-width: 25px;
  }
  .estimate-box .est-danger .est-subtitle {
    margin-bottom: 19px;
    line-height: 156%;
    font-size: inherit;
  }
  .estimate-box .est-danger .est-danger-list {
    display: grid;
    gap: 24px;
  }
  .estimate-box .est-danger .est-danger-list .est-d-item .icon {
    margin-right: 16px;
  }
  .estimate-box {
    padding-bottom: 42px;
  }
  .attach-estimate-box .left-side .title-row .h2 {
    margin-top: -10px;
    font-size: 22px;
    line-height: 132%;
  }
  .attach-estimate-box .left-side .title-row .subtitle {
    margin-top: 5px;
    margin-left: -6px;
    margin-right: -6px;
    max-width: none;
    line-height: 140%;
  }
  .attach-estimate-box .left-side .ae-info {
    font: inherit;
  }
  .attach-estimate-box .left-side .ae-star {
    margin-top: 17px;
    font-size: 14px;
    line-height: 136%;
  }
  .attach-estimate-box .left-side .ae-star .ast {
    margin-top: 5px;
    margin-left: -20px;
    margin-right: 12px;
    margin-bottom: 4px;
  }
  .attach-estimate-box .right-form {
    margin: 27px -13px 0;
    padding: 23px;
    width: auto;
    max-width: none;
    border-radius: 10px;
  }
  .attach-estimate-box .right-form .ae-asterisk {
    top: -17px;
    right: 24px;
    max-width: 27px;
  }
  .attach-estimate-box .right-form .btn {
    margin-bottom: 12px;
  }
  .planning-box .top-btns {
    grid-template-columns: 1fr 1fr;
  }
  .planning-box .top-btns .btn {
    padding: 0 5px;
    line-height: 156%;
  }
  .planning-box .pl-top-row .sw-arrows {
    display: none;
  }
  .planning-box .pl-top-row .pl-top-middle .gray-info {
    margin: 31px 0px 15px;
  }
  .planning-box .pl-top-row .pl-top-middle .pt-subtitle {
    margin-top: 9px;
    line-height: 147%;
  }
  .planning-box .pl-i-list {
    grid-template-columns: 1fr 1fr;
  }
  .planning-box .pl-i-list.custom-scroll {
    max-height: 474px;
    overflow-y: auto;
    margin-right: 1px;
  }
  .planning-box .pl-i-list li {
    padding: 0;
    margin: 0 0 10px;
  }
  .planning-box .pl-i-list li img {
    max-width: 60px;
    margin-bottom: 13px;
  }
  .planning-box .planning-item {
    padding-bottom: 47px;
  }
  .planning-box .pg-bottom {
    display: block;
    text-align: center;
  }
  .planning-box .pg-bottom .pb-left-side {
    margin: 0;
  }
  .planning-box .pg-bottom {
    padding: 32px 0 57px;
  }
  .planning-box .pg-bottom .pb-left-side .subh {
    margin: 17px 0 15px;
  }
  .planning-box .pg-bottom .pb-right-side .btn-info {
    margin: 18px 0 14px;
    font-size: 12px;
  }
  .planning-box .pl-top-row .pl-top-middle .icon {
    margin-top: 33px;
    margin-bottom: 29px;
    max-width: 175px;
  }
  .planning-box .pl-info {
    margin-top: 8px;
    font-size: 15px;
    line-height: 22px;
  }
  .planning-box .planning-3 .pl-i-list {
    grid-template-columns: 1fr 1fr;
  }
  .planning-box .planning-5 .pl-top-middle {
    margin-top: 0;
  }
  .planning-box .planning-6 .pl-top-row .pl-top-middle .icon {
    max-width: 300px;
    margin: 10px 0 -30px;
  }
  .materials-box .mat-brown {
    position: absolute;
    top: 249px;
    right: -374px;
    max-width: none;
  }
  .materials-box .title-row {
    text-align: center;
  }
  .materials-box ul.check-list {
    margin-top: -5px;
  }
  .materials-box ul.check-list li {
    margin-bottom: 33px;
  }
  .materials-box .right-side {
    display: flex;
    flex-direction: column;
  }
  .materials-box .right-side {
    margin-top: -12px;
    padding: 0;
  }
  .materials-box .right-side .mat-ava {
    margin-left: 25px;
    max-width: 67px;
  }
  .materials-box .right-side .quote-box {
    padding-bottom: 27px;
    background-size: 61px auto;
    background-position: 85% 24px;
  }
  .materials-box .right-side .quote-box p {
    margin-right: -10px;
    font-size: 13px;
    line-height: 143%;
  }
  .materials-box .right-side .mat-logos {
    order: 5;
    margin: 19px auto 53px;
  }
  .team-box .title-row .int-row {
    margin-top: 6px;
    margin-bottom: 18px;
  }
  .team-box .title-row .int-text {
    font-size: 16px;
    line-height: 125%;
  }
  .team-box .mobile-side {
    display: block;
  }
  .team-box .mobile-side .top-info {
    margin-top: 13px;
    margin-bottom: 12px;
  }
  .team-box .mobile-side .top-info p {
    line-height: 172.5%;
  }
  .team-box .mobile-side .top-info:not(.active) {
    max-height: 6.8em;
    overflow: hidden;
  }
  .team-box .mobi-read-more {
    display: inline-block;
    margin-bottom: 11px;
  }
  .team-box .team-item .team-item-top {
    flex-direction: column;
    align-items: center;
  }
  .team-box .team-item .team-man {
    padding-top: 25px;
  }
  .team-box .team-item .team-man .team-man-img {
    max-width: 209px;
    margin-bottom: 15px;
  }
  .team-box .team-item .team-item-top .space {
    display: none;
  }
  .team-box .bottom-row {
    flex-direction: column;
    align-items: center;
  }
  .team-box .bottom-row {
    padding: 0 20px 23px;
    margin-top: 15px;
    font-size: 15px;
    text-align: center;
  }
  .team-box .bottom-row p {
    line-height: 1.5;
  }
  .team-box .bottom-row .team-house {
    margin: -28px 0 10px;
    max-width: 44px;
  }
  .team-box .bottom-dots {
    margin-top: -16px;
  }
  .team-box .team-item .h4 {
    margin-bottom: 20px;
  }
  .team-box .team-item .btns-row {
    display: none;
  }
  .team-box .team-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: block;
  }
  .four-benefits-box .title-row {
    padding-top: 23px;
    padding-bottom: 10px;
  }
  .four-benefits-box .title-row .subtitle {
    margin-top: 20px;
    line-height: 119%;
  }
  .four-benefits-box .left-btns .btn-item .icon {
    margin-right: 17px;
  }
  .four-benefits-box .left-btns .btn-item {
    padding-right: 30px;
  }
  .four-benefits-box .four-green {
    position: absolute;
    top: 30px;
    right: -20px;
    max-width: 200px;
    transform: scale(-1);
  }
  .four-benefits-box .beni-wrap {
    padding-bottom: 89px;
  }
  .four-benefits-box .left-btns {
    margin-bottom: 24px;
  }
  .four-benefits-box .fb-sculpture {
    left: -169px;
  }
  .guarantees-box .title-row .top-img {
    margin: 8px auto 9px;
  }
  .guarantees-box .gu-lamp {
    right: -150px;
  }
  .guarantees-box .gu-list {
    gap: 40px;
    min-width: 800px;
  }
  .guarantees-box .scroll-wrapper {
    padding-left: 60px;
    padding-top: 17px;
    margin-bottom: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100vw;
    margin-left: calc(var(--side-width) * -1);
  }
  .guarantees-box .scroll-wrapper::-webkit-scrollbar {
    height: 0;
  }
  .guarantees-box .flipping {
    margin: 10px 0;
    filter: brightness(300%);
  }
  .guarantees-box::before {
    background-position-y: 100%;
    bottom: auto;
    height: 710px;
    background-size: 1920px auto;
  }
  .guarantees-box .bottom-brown {
    margin-top: -19px;
  }
  .useful-box {
    padding-top: 61px;
  }
  .useful-box .uf-item .left-side ul {
    margin-left: 16px;
    font-size: 14px;
    line-height: 132%;
    margin-right: -10px;
  }
  .useful-box .formatted-text ul li::before {
    top: 9px;
  }
  .useful-box .uf-item .left-side ul li:not(:last-child) {
    margin-bottom: 1px;
  }
  .useful-box .uf-item .left-side .uf-h {
    margin-top: -7px;
    margin-bottom: 1em;
    font-size: 17px;
  }
  .discuss-box .title-row {
    padding-top: 11px;
  }
  .discuss-box .title-row .subtitle {
    margin-top: 0;
    line-height: 150%;
  }
  .discuss-box .title-row .di-info {
    margin: 17px 0 12px;
    font-size: 15px;
  }
  .discuss-box .title-row .di-info i {
    display: inline-block;
    padding: 0px 7px;
  }
  .discuss-box .title-row .di-subinfo {
    display: inline-block;
    max-width: 270px;
    font-size: 13px;
  }
  .discuss-box .form-row {
    margin: 10px -40px 10px;
    padding: 23px 39px;
    align-self: stretch;
  }
  .discuss-box .form-row .btn {
    margin-bottom: 9px;
  }
  .contact-box .title-row {
    padding-bottom: 10px;
  }
  .contact-box .title-row .top-img {
    margin-top: -5px;
  }
  .contact-box .map-element {
    margin-top: -11px;
  }
  .footer-box {
    padding-top: 30px;
    padding-bottom: 37px;
  }
  .footer-box .container {
    grid-template-columns: 1fr;
  }
  .footer-box .left-row {
    padding-top: 0;
    padding-bottom: 21px;
    margin-bottom: 10px;
  }
  .footer-box .left-row .sublogo {
    line-height: 135%;
    margin-left: 19px;
  }
  .footer-box .right-row {
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-box .middle-row {
    margin-top: 24px;
    padding-top: 19px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #F2F2F2;
  }
  .footer-box .middle-row .m-bottom-col {
    margin-top: 8px;
    padding: 23px 26px;
  }
  .footer-box .f-bottom .f-links {
    margin-top: 10px;
  }
  .popup .container {
    width: 408px;
    max-width: 100%;
  }
  .popup .content-wrap .title-row .h2 {
    margin-bottom: 11px;
  }
  .popup .content-wrap .title-row {
    margin-bottom: 16px;
  }
  .popup-1 .content-side .btn-row {
    margin-bottom: 20px;
  }
  .popup-1 .content-side .btn-row {
    align-self: stretch;
  }
  .popup .form-row, .popup .form-side {
    padding: 24px 23px 20px;
    margin: 0 -24px -14px;
    width: auto;
    max-width: none;
    align-self: stretch;
    background: #fff;
  }
  .popup .form-row input, .popup .form-side input {
    background: #F6F6F6;
  }
  .popup .form-row .btn {
    margin-bottom: 10px;
  }
  .popup-2 .content-wrap .title-row {
    margin-bottom: 0;
  }
  .popup-3 .content-side .pf-info p {
    line-height: 157.5%;
  }
  .popup-4 .popup-image {
    right: -160px;
    bottom: 39px;
  }
  .popup-5 .left-side .title-row .popup-ava {
    margin-bottom: 13px;
  }
  .popup-5 .left-side .title-row .subtitle {
    font-size: 15px;
  }
  .popup-5 .left-side .p-info {
    margin-top: 12px;
    font-size: 20px;
  }
  .popup-5 .left-side .p-or-top {
    font-size: 20px;
  }
  .popup-5 .left-side .p-or-bottom {
    margin-top: 3px;
    font-size: 15px;
  }
  .popup .form-side .form-input {
    margin-bottom: 14px;
  }
  .popup .form-side .social-icons {
    margin-top: 10px;
  }
  .popup-6 .left-side .subtitle {
    padding-top: 18px;
  }
  .popup-6 .left-side ul {
    padding: 0px 0 21px;
  }
  .popup-6 .left-side .p-subinfo {
    font-size: 13px;
  }
  .popup-6 .left-side .p-subinfo {
    margin-bottom: 20px;
  }
  .popup-7 .top-wrap .t-left-side .popup-quote {
    margin-top: -5px;
  }
  .popup-7 .top-wrap .t-left-side .pr-name {
    font-size: 16px;
  }
  .popup-7 .top-wrap .t-right-side {
    padding-top: 14px;
  }
  .popup-7 .top-wrap .t-right-side .h2 div {
    display: inline;
  }
  .popup-7 .top-wrap .t-right-side .ts-info {
    margin-top: 20px;
    line-height: 160%;
  }
  .popup-7 .top-wrap .top-side {
    margin-bottom: 21px;
  }
  .popup-7 .white-list {
    margin: 0 -24px;
  }
  .popup-7 .white-item .w-right-side {
    flex-wrap: wrap;
  }
  .popup-7 .bottom-side .b-left-side .pb-ok .pb-ok-text {
    font-size: 20px;
    line-height: 110%;
  }
}
@media (max-width: 419.98px) {
  .header-box .phone-col .h-phone {
    font-size: 18px;
  }
  .quiz-box .q-with-img .space {
    display: none;
  }
  .quiz-box .q-with-img .q-value {
    margin-left: 6px;
    margin-right: 6px;
  }
  .quiz-box .quiz-2 .qi-second .h4 {
    margin-bottom: 7px;
    width: 100%;
  }
  .popup-5 .left-side .p-phone {
    font-size: 24px;
  }
  .popup-7 .white-item .w-right-side .wr-top, .popup-7 .white-item .w-right-side .wr-bottom {
    width: 100%;
    text-align: center;
  }
  .examples-box .ex-slide .ex-gray-item .ex-gv-big {
    font-size: 27px;
  }
  .price-box {
    background-size: cover;
  }
  .discuss-box .di-columns {
    max-width: 1050px;
  }
}
@media (max-width: 359.98px) {
  :root {
    --content-width: calc(100vw - 50px);
  }
  .form-input input, .form-input textarea {
    padding: 0 15px;
    font-size: 13px;
  }
  .form-input .icon {
    right: 15px;
  }
  .h1 {
    font-size: 30px;
  }
  .h2 {
    font-size: 26px;
  }
  .header-box .phone-col .h-phone {
    font-size: 18px;
  }
  .home-box .bottom-row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .home-box .bottom-row .bottom-col {
    padding: 0 25px;
  }
  .founder-box .right-side .subtitle {
    font-size: 20px;
  }
  .quiz-box .quiz-item-bottom .quiz-prev {
    max-width: 60px;
  }
  .quiz-box .quiz-item-bottom .quiz-prev .icon {
    max-width: 20px;
  }
  .quiz-box .q-values .q-value .qv-text {
    font-size: 10px;
  }
  .quiz-box .quiz-3 .q-values {
    gap: 8px 10px;
  }
  .quiz-box .quiz-final .qib-item .icon {
    max-width: 45px;
    margin-right: 10px;
  }
  .stages-box .stage-6 .slide-content {
    padding-top: 60px;
  }
  .stages-box .slide {
    padding-bottom: 220px;
  }
  .stages-box .slider-dots {
    padding-bottom: 30px;
  }
  .benefits-box .bf-item .bf-side .h4 {
    font-size: 22px;
  }
  .price-box {
    padding-bottom: 100px;
  }
  .consultation-box .consult-wrapper {
    margin: 0 -25px;
    padding: 42px 25px 160px;
  }
  .consultation-box .text-side .book-col {
    transform: scale(0.8);
  }
  .estimate-box .est-item {
    font-size: 10px;
  }
  .estimate-box .est-item .est-img {
    max-width: 100px;
  }
  .planning-box .planning-list {
    margin: 0 -15px;
  }
  .planning-box .pl-i-list li {
    font-size: 9px;
  }
  .planning-box .pg-bottom {
    padding-bottom: 30px;
  }
  .materials-box .title-row {
    padding-top: 30px;
  }
  .guarantees-box .title-row .h2 {
    font-size: 26px;
  }
  .examples-box .ex-slide .ex-gray {
    flex-wrap: wrap;
  }
  .examples-box .ex-slide .ex-gray-item {
    padding: 15px 13px;
  }
  .contact-box .map-element {
    max-height: 85vh;
  }
  .contact-box #map .ymaps-2-1-79-image {
    transform: scale(0.8) !important;
  }
  .footer-box .right-row .h-phone {
    font-size: 25px;
  }
  .footer-box .right-row .pc-bottom {
    font-size: 10px;
  }
  .footer-box .left-row .sublogo {
    display: none;
  }
  .footer-box .right-row .phone-col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-box .right-row .h-phone {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 22px;
  }
  .slider-dots.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .popup .close-btn {
    height: 50px;
    width: 50px;
  }
  .popup .close-btn svg {
    max-width: 15px;
  }
  .popup .container {
    padding: 0;
  }
  .popup .content-wrap {
    padding: 22px 33px 30px;
  }
  .popup .form-side .social-icons {
    flex-wrap: wrap;
  }
  .popup .form-side .social-icons .s-icon {
    margin-top: 6px;
    margin-bottom: -3px;
  }
  .popup-7 .white-item .w-right-side .wr-middle {
    flex-wrap: wrap;
    justify-content: center;
  }
  .popup-8 .content-wrap {
    padding: 35px 20px 35px;
  }
  .popup-8 .middle-side .sph-wrap {
    border-radius: 10px;
  }
  .popup .content-wrap .title-row .subtitle {
    font-size: 17px;
  }
  .popup-6 .left-side .popup-ava {
    margin-right: 15px;
  }
  .popup-3-1 .gr-content .gs-right {
    gap: 20px;
  }
  .popup-3-1 .gr-content .gs-right .gs-r-info {
    font-size: 10px;
  }
  .popup-3-1 .gr-content .gs-right .gsr-img {
    width: 100px;
    height: 100px;
  }
  .popup-3-1 .gr-content .gs-right .gs-r-info {
    margin: 6px 0 0;
  }
  .popup-3-1 .gr-content .gs-right .gs-r-item {
    width: auto;
    max-width: 130px;
  }
}