/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-Light.woff") format("woff2"), url("../fonts/TTNorms-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-Regular.woff2") format("woff2"), url("../fonts/TTNorms-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-Italic.woff2") format("woff2"), url("../fonts/TTNorms-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-BlackItalic.woff2") format("woff2"), url("../fonts/TTNorms-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-Black.woff2") format("woff2"), url("../fonts/TTNorms-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-Bold.woff2") format("woff2"), url("../fonts/TTNorms-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-BoldItalic.woff2") format("woff2"), url("../fonts/TTNorms-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

@-webkit-keyframes wave {
  60% {
    -webkit-box-shadow: 0 0 0 0 #6db835;
            box-shadow: 0 0 0 0 #6db835;
  }
  80% {
    -webkit-box-shadow: 0 0 10px 10px #6db835;
            box-shadow: 0 0 10px 10px #6db835;
  }
  100% {
    -webkit-box-shadow: 0 0 20px 20px transparent;
            box-shadow: 0 0 20px 20px transparent;
  }
}

@keyframes wave {
  60% {
    -webkit-box-shadow: 0 0 0 0 #6db835;
            box-shadow: 0 0 0 0 #6db835;
  }
  80% {
    -webkit-box-shadow: 0 0 10px 10px #6db835;
            box-shadow: 0 0 10px 10px #6db835;
  }
  100% {
    -webkit-box-shadow: 0 0 20px 20px transparent;
            box-shadow: 0 0 20px 20px transparent;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

body {
  font-family: "TT Norms", sans-serif;
}

b {
  font-weight: 700;
}

button.btn {
  outline: 0;
  font-family: "TT Norms", sans-serif;
}

h2 {
  font-size: 43px;
  color: #333;
}

@media (max-width: 768px) {
  h2 {
    font-size: 30px !important;
  }
}

h3 {
  font-size: 24px;
  color: #333;
}

section {
  margin-top: 100px;
}

section h2 {
  text-align: center;
}

input {
  padding: 14px 11.2px;
  position: relative;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  padding: 14px 11.2px;
  font-size: 16px;
  cursor: initial;
}

.container {
  max-width: 1250px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}

@media (max-width: 560px) {
  .container {
    padding: 0 10px;
  }
}

.btn {
  cursor: pointer;
  padding: 16px 28px;
  font-size: 14px;
  color: #232622;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: rgba(137, 206, 85, 0);
  border-radius: 50px;
  border: 2px solid #89ce55;
  width: 100%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
}

.btn:hover {
  background-color: #6db835;
  border-color: #89ce55;
  color: #fff !important;
}

.btn:hover:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.btn--call {
  background-color: #6db835;
  color: white;
  font-size: 16px;
}

.btn--call:hover {
  background-color: #467622;
}

.disclaimer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.disclaimer p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  font-size: 20px;
  border-radius: 15px;
  background-color: rgba(109, 184, 53, 0.15);
  padding: 5px 15px;
}

@media (max-width: 768px) {
  .disclaimer p {
    font-size: 18px;
  }
}

.pulse {
  -webkit-animation: 2s infinite pulse;
          animation: 2s infinite pulse;
}

.header {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  z-index: 1;
}

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

@media (max-width: 768px) {
  .header > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.header__logo img {
  width: 200px;
  height: 48px;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.header__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}

.header__soc p {
  max-width: 140px;
  font-size: 14px;
  color: grey;
  line-height: 18px;
  text-align: right;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .header__soc p {
    display: none;
  }
}

.header__soc a {
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}

.header__soc a img {
  width: 40px;
  height: 40px;
}

.header__soc a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

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

.header__tel a {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.header__tel a:hover {
  background-color: rgba(98, 166, 48, 0);
  border-color: #467622;
  color: #6db835 !important;
}

.header__tel > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 4px;
  font-size: 14px;
  color: grey;
}

.header__tel .pulse {
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #69f087;
}

@media (max-width: 768px) {
  .header__call {
    display: none;
  }
}

.header__btn:before {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 50px;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  background-color: #6db835;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-property: all !important;
  transition-property: all !important;
  opacity: 0;
}

.hero {
  position: relative;
  padding-top: 160px;
  padding-bottom: 125px;
  background: url(../images/hero.png);
  background-size: cover;
  overflow: hidden;
  background-position-y: bottom;
  margin-top: 0;
}

@media (max-width: 768px) {
  .hero {
    padding-bottom: 0;
  }
}

.hero > div:first-child {
  position: relative;
  z-index: 1;
}

.hero__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 18px;
  font-weight: 500;
}

.hero__address img {
  width: 30px;
  height: 30px;
}

.hero__title {
  margin-top: 30px;
  font-size: 45px;
  font-weight: 600;
  max-width: 690px;
}

@media (max-width: 768px) {
  .hero__title {
    font-size: 32px;
    text-align: center;
  }
}

.hero__title span {
  font-weight: 300;
}

.hero__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .hero__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.hero__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  max-width: 640px;
  gap: 10px;
  margin-top: 36px;
}

@media (max-width: 768px) {
  .hero__items {
    -ms-grid-columns: none;
        grid-template-columns: none;
  }
}

.hero__item img {
  width: 70px;
  height: 70px;
}

.hero__item p {
  font-size: 18px;
}

.hero__item p b {
  display: block;
  margin-bottom: 4px;
}

.hero__bottom {
  margin-top: 40px;
  max-width: 560px;
}

.hero__btn {
  text-decoration: none;
  max-width: 305px;
  padding: 22px 42px;
  background: #6db835;
  font-size: 18px;
  color: #fff;
  -webkit-box-shadow: 0 0 0 0 rgba(109, 184, 53, 0.11);
          box-shadow: 0 0 0 0 rgba(109, 184, 53, 0.11);
  -webkit-transition: 0.15s all ease;
  transition: 0.15s all ease;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .hero__btn {
    margin: 0 auto;
  }
}

.hero__btn span {
  width: 32px;
}

.hero__btn:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  background: #6db835;
}

.hero__btn::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  opacity: 0.5;
  border-radius: 100px;
  -webkit-animation: 3s linear infinite wave;
          animation: 3s linear infinite wave;
}

.hero__right {
  position: absolute;
  right: -80px;
  bottom: 0;
}

@media (max-width: 768px) {
  .hero__right {
    right: 0;
    position: relative;
  }
}

.hero__right img {
  width: 618px;
  height: 496px;
}

@media (max-width: 768px) {
  .hero__right img {
    width: 390px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.hero__gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

@media (max-width: 768px) {
  .hero__gift {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}

.hero__gift__images {
  position: relative;
}

.hero__gift__images img:first-child {
  width: 80px;
  height: 42px;
  position: absolute;
  left: -46px;
  top: -30px;
}

@media (max-width: 768px) {
  .hero__gift__images img:first-child {
    display: none;
  }
}

.hero__gift__images img:last-child {
  width: 64px;
  height: 64px;
}

.hero__gift p {
  max-width: 164px;
  font-size: 14px;
  line-height: 18px;
}

.hero__bg__house {
  position: absolute;
  top: 80px;
  right: -140px;
}

@media (max-width: 768px) {
  .hero__bg__house {
    top: initial;
    bottom: 50px;
    right: -190px;
  }
}

.hero__bg__house img {
  max-width: 1093px;
}

@media (max-width: 768px) {
  .hero__bg__house img {
    max-width: 721px;
  }
}

.ai-helper {
  margin: 100px auto 40px;
  text-align: center;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .ai-helper__left {
    padding-left: 40px;
  }
}

.ai-helper > div {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  max-width: 1094px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .ai-helper > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-bottom: 40px;
  }
}

.ai-helper p {
  margin-top: 10px;
}

.ai-helper__btn {
  border-radius: 50px;
  padding: 22px 42px;
  background: #6db835;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  gap: 10px;
  font-size: 18px;
  margin: 40px auto 0;
  text-decoration: none;
  color: white;
  border-radius: 100px;
}

@media (max-width: 678px) {
  .ai-helper__btn {
    width: auto;
  }
}

.ai-helper__btn img {
  width: 24px;
  height: 24px;
}

.ai-helper__btn:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  background: #6db835;
}

.pro-service h2 {
  max-width: 1094px;
  font-size: 43px;
  margin: 0 auto;
}

.pro-service__grid {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .pro-service__grid {
    -ms-grid-columns: none;
        grid-template-columns: none;
    gap: 20px;
  }
}

.pro-service__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  position: relative;
}

.pro-service__col svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.pro-service__col svg.pro-service__ring {
  width: 100%;
}

.pro-service__col img {
  width: 256px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

@media (max-width: 678px) {
  .pro-service__col img {
    width: 220px;
  }
}

.pro-service__item {
  padding: 30px;
  padding-left: 130px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  height: 134px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 678px) {
  .pro-service__item {
    padding-left: 100px;
  }
}

.pro-service__item p {
  font-size: 18px;
  font-weight: 600;
  width: 260px;
}

@media (max-width: 678px) {
  .pro-service__item p {
    width: auto;
  }
}

.pro-service__item img {
  width: 130px;
  position: absolute;
  top: -10px;
  left: -10px;
}

@media (max-width: 678px) {
  .pro-service__item img {
    width: 110px;
  }
}

.quiz {
  margin-top: 100px;
}

.quiz h2 {
  max-width: 970px;
  margin: 0 auto;
}

.quiz > div {
  position: relative;
}

.quiz__gifts {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: -1;
}

@media (max-width: 768px) {
  .quiz__gifts {
    display: none;
  }
}

.quiz__gift--one, .quiz__gift--four {
  width: 150px;
  height: 150px;
}

.quiz__gift--two, .quiz__gift--three {
  width: 70px;
  height: 70px;
}

.quiz__gift--two {
  position: absolute;
  top: -10px;
  left: 125px;
}

.quiz__gift--three {
  position: absolute;
  right: 125px;
  top: -10px;
}

.quiz__gift--four {
  position: absolute;
  right: 0;
}

.quiz__tag {
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 100px;
  background-color: rgba(109, 184, 53, 0.15);
  font-weight: 600;
}

.quiz__tags {
  max-width: 438px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0;
}

.quiz__disclaimer {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}

.quiz__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

@media (max-width: 768px) {
  .quiz__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* Stack items vertically on smaller screens */
  }
}

.quiz__left {
  background: #f5f5f5;
}

@media (max-width: 768px) {
  .quiz__left {
    display: none;
  }
}

.quiz__left__bottom {
  padding: 20px;
  text-align: center;
}

.quiz__left__manager {
  width: 100%;
}

.quiz__left__disclaimer {
  color: #333;
  padding: 13px 18px;
  line-height: 125%;
  border-radius: 5px;
  border: 3px solid #c8c8c8;
  font-size: 15px;
}

.quiz__left__gift-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 140%;
}

.quiz__right {
  padding: 20px;
}

@media (min-width: 768px) {
  .quiz__right {
    max-width: 900px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.quiz__progress {
  height: 2px;
  background-color: rgba(200, 200, 200, 0.5);
  border-radius: 1px;
  position: relative;
  margin-top: 30px;
}

.quiz__progress span {
  color: #6db835;
  position: absolute;
  top: -30px;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.quiz__progress > div {
  height: 2px;
  background-color: #6db835;
  border-radius: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.quiz__progress > div::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  background-color: #6db835;
  opacity: 0.2;
  z-index: 13;
  top: 50%;
  right: -3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.quiz__progress > div::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: auto;
  background-color: #6db835;
  z-index: 4;
  top: 50%;
  right: -1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

@media (max-width: 768px) {
  .quiz__q__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.quiz__q__header__number {
  padding: 12px 28px;
  color: #6db835;
  border: 2px solid #6db835;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 1100px;
}

.quiz__q__header h3 {
  font-size: 25px;
  font-weight: 600;
}

.quiz__q__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .quiz__q__body {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    row-gap: 20px;
  }
}

.quiz__q__answer {
  position: relative;
}

@media (max-width: 768px) {
  .quiz__q__answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.quiz__q__answer.active .quiz__q__answer__cover:hover::before {
  background-color: rgba(109, 184, 53, 0.45);
}

.quiz__q__answer.active .quiz__q__answer__cover::before {
  opacity: 1;
  background-color: rgba(109, 184, 53, 0.75);
}

.quiz__q__answer.active .quiz__q__answer__cover::after {
  opacity: 1;
}

.quiz__q__answer__cover {
  position: relative;
}

@media (max-width: 768px) {
  .quiz__q__answer__cover {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.quiz__q__answer__cover img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 310px;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .quiz__q__answer__cover img {
    height: 160px;
    width: 100px;
  }
}

.quiz__q__answer__cover::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(109, 184, 53, 0.35);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  border-radius: 10px;
}

.quiz__q__answer__cover::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: url("../images/tick.png");
  width: 24px;
  height: 20px;
  z-index: 1000;
  opacity: 0;
}

.quiz__q__answer__cover:hover::before {
  opacity: 1;
}

.quiz__q__answer__label {
  color: #333;
  text-align: center;
  margin-top: 20px;
}

.quiz__q__answer:hover {
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.quiz__prev-next {
  position: absolute;
  right: 0;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (max-width: 768px) {
  .quiz__prev-next {
    position: relative;
    bottom: initial;
    margin-top: 30px;
  }
}

.quiz__btn--next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #6db835;
  padding-right: 50px;
  color: #fff;
}

.quiz__btn--next:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.quiz__btn--prev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: none;
  color: #d6d6d6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-weight: 600;
  gap: 10px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.quiz__btn--prev:hover {
  background: none;
  color: #6db835 !important;
}

.quiz__btn--prev:hover i {
  color: #6db835;
}

.quiz__btn--prev i {
  color: #d6d6d6;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.quiz__last-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .quiz__last-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.quiz__last-slide__content {
  width: 100%;
}

.quiz__last-slide__content h3 {
  font-size: 30px;
  text-align: center;
  margin-top: 16px;
}

.quiz__last-slide__content p {
  font-size: 18px;
  margin-top: 16px;
  text-align: center;
}

.quiz__last-slide__gift {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 11px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (max-width: 768px) {
  .quiz__last-slide__gift {
    width: auto;
  }
}

.quiz__last-slide__gift span {
  font-size: 14px;
  text-align: center;
}

.quiz__last-slide__gift img {
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.quiz__last-slide__gift > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.quiz__last-slide__gift > div:last-child {
  border-top: 1px solid #e6e6e6;
}

.quiz__form {
  max-width: 353px;
  margin: 30px auto 0;
}

.quiz__form__soc {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

@media (max-width: 768px) {
  .quiz__form__soc {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.quiz__form__soc > label {
  position: relative;
  cursor: pointer;
}

.quiz__form__soc > label input {
  position: absolute;
  opacity: 0;
}

.quiz__form__soc > label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.quiz__form__soc > label .quiz__form__soc__cover {
  position: relative;
}

.quiz__form__soc > label .quiz__form__soc__cover > img:first-child {
  border-radius: 10px;
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .quiz__form__soc > label .quiz__form__soc__cover > img:first-child {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.quiz__form__soc > label .quiz__form__soc__cover::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(109, 184, 53, 0.35);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  border-radius: 10px;
}

.quiz__form__soc > label:hover .quiz__form__soc__cover::before {
  opacity: 1;
}

.quiz__form__soc > label input:checked ~ .quiz__form__soc__cover::before {
  opacity: 1;
  background-color: rgba(109, 184, 53, 0.6);
  /* Darker shade when checked */
}

.quiz__form__soc > label input:checked ~ .quiz__form__soc__cover .quiz__form__tick {
  opacity: 1;
}

.quiz__form__tick {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  opacity: 0;
  z-index: 100;
}

.quiz__form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.quiz__form__field span {
  font-size: 14px;
  color: #333;
}

.quiz__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.quiz__form button {
  font-size: 16px;
  background: #6db835;
  color: #fff;
}

.quiz__form__policy {
  text-align: center;
}

.quiz__form__policy a {
  color: #333;
}

.quiz__form__btn[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}

.gallery h2 {
  max-width: 1175px;
}

.gallery__swiper {
  margin-top: 80px;
  padding-bottom: 50px;
}

@media (max-width: 678px) {
  .gallery__swiper {
    padding-bottom: 10px;
  }
}

.gallery__swiper h4 {
  font-size: 25px;
  font-weight: 600;
}

.gallery__swiper ul {
  margin-top: 28px;
}

.gallery__swiper ul li {
  background: url(../images/defis.svg);
  background-size: 16px 16px;
  min-height: 16px;
  padding-left: 24px;
  background-position: left;
  background-repeat: no-repeat;
  margin-top: 14px;
}

.gallery__swiper p {
  margin-top: 28px;
}

.gallery__swiper a {
  font-size: 20px;
  color: #333;
  margin-top: 50px;
  padding-left: 44px;
  display: block;
  text-decoration: none;
  font-weight: 600;
}

.gallery__swiper__slide {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}

@media (max-width: 678px) {
  .gallery__swiper__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-bottom: 50px;
  }
}

@media (min-width: 678px) {
  .gallery__swiper__slide > div .swiper {
    width: 500px;
  }
}

.gallery__swiper__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  margin-top: 32px;
}

.gallery__swiper__bottom button {
  background: #6db835;
  color: #fff;
  height: 100%;
}

.gallery__swiper__bottom a {
  margin-top: 0;
  padding-left: 28px;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
}

@media (max-width: 678px) {
  .gallery__swiper__bottom a {
    font-size: 13px;
  }
}

@media (max-width: 678px) {
  .gallery__swiper .swiper-wrapper {
    height: auto;
  }
}

.gallery__swiper .gallery-nav-prev::after,
.gallery__swiper .gallery-nav-next::after {
  content: none;
}

.gallery__swiper .gallery-nav-next,
.gallery__swiper .gallery-nav-prev {
  z-index: 10000;
  width: 40px;
  height: 40px;
  font-size: 13.333333333333334px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  border: 2px solid rgba(51, 51, 51, 0.2);
  color: #333;
  opacity: 0.8;
}

@media (max-width: 678px) {
  .gallery__swiper .gallery-nav-next,
  .gallery__swiper .gallery-nav-prev {
    display: none;
  }
}

.gallery-double__swiper {
  height: 300px;
  border-radius: 10px;
}

.gallery-double__swiper__slide img {
  border-radius: 16px;
}

.gallery-double__swiper-button-prev::after, .gallery-double__swiper-button-next::after {
  content: none;
}

.gallery-double__swiper-button-prev, .gallery-double__swiper-button-next {
  font-size: 24px;
  color: white;
}

.gallery-thumbs__swiper {
  margin-top: 10px;
}

.gallery-thumbs__swiper .swiper-slide {
  opacity: 0.4;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.gallery-thumbs__swiper .swiper-slide img {
  height: 70px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.gallery-thumbs__swiper .swiper-slide:hover {
  cursor: pointer;
  opacity: 1;
}

.gallery-thumbs__swiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.gallery-thumbs__swiper__slide img {
  height: 70px;
  border-radius: 16px;
}

.rutube__main-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.rutube__item {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.09);
  padding: 20px;
}

.rutube__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .rutube__items {
    -ms-grid-columns: none;
        grid-template-columns: none;
  }
}

.reviews {
  background: url(../images/clouds.webp);
  background-size: cover;
  padding-bottom: 30px;
  margin-top: 140px;
}

.reviews h2 {
  max-width: 980px;
  margin: 0 auto;
}

.reviews__item {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 40px 0 rgba(11, 18, 5, 0.1);
          box-shadow: 0 5px 40px 0 rgba(11, 18, 5, 0.1);
  padding: 20px;
}

.reviews__item__title {
  font-size: 20px;
  margin: 16px 0;
  font-weight: 600;
}

.reviews__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 48px;
}

@media (max-width: 768px) {
  .reviews__items {
    -ms-grid-columns: none;
        grid-template-columns: none;
  }
}

.catalog h2 {
  max-width: 870px;
  margin: 0 auto;
}

.catalog__item {
  padding: 24px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 40px 0 rgba(11, 18, 5, 0.1);
          box-shadow: 0 5px 40px 0 rgba(11, 18, 5, 0.1);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.catalog__item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.catalog__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 48px;
}

@media (max-width: 768px) {
  .catalog__items {
    -ms-grid-columns: none;
        grid-template-columns: none;
  }
}

.catalog__item h4 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 16px;
}

@media (max-width: 1440px) {
  .catalog__item h4 {
    font-size: 22px;
  }
}

.catalog__item p {
  font-size: 15px;
  color: #333;
  margin-top: 16px;
  line-height: 130%;
}

.catalog__item__old-price {
  margin-top: 28px;
  display: block;
  font-size: 18px;
  color: #333;
  text-decoration: line-through;
  -webkit-text-decoration-color: red;
          text-decoration-color: red;
}

.catalog__item__new-price {
  margin-top: 8px;
  display: block;
  font-size: 20px;
  font-weight: 600;
}

.catalog__item button {
  margin-top: 20px;
}

.montazh {
  background: url(../images/montazh-bg.png);
  background-size: cover;
  padding-bottom: 30px;
}

.montazh h2 {
  max-width: 870px;
  margin: 0 auto;
}

.montazh__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .montazh__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.montazh__cover {
  max-width: 630px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.montazh__form {
  padding: 30px 20px;
  background-color: #fff;
  border: 2px #6db835;
  border-radius: 10px;
  -webkit-box-shadow: 0 8.33333px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8.33333px 25px 0 rgba(0, 0, 0, 0.1);
  max-width: 403px;
  margin: 30px auto 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.montazh__form h3 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.montazh__form p {
  text-align: center;
  line-height: 110%;
  padding: 0 20px;
}

.montazh__form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.montazh__form__field span {
  font-size: 14px;
  color: #333;
}

.montazh__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.montazh__form button {
  font-size: 16px;
  background: #6db835;
  color: #fff;
}

.montazh__form__policy {
  text-align: center;
}

.montazh__form__policy a {
  color: #333;
}

.steps {
  padding-bottom: 50px;
}

.steps h2 {
  max-width: 870px;
  margin: 0 auto;
}

.steps__item {
  text-align: center;
}

.steps__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}

@media (max-width: 768px) {
  .steps__items {
    -ms-grid-columns: none;
        grid-template-columns: none;
  }
}

.steps__item__number {
  font-size: 40px;
  color: #22a8e0;
}

.steps__item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 16px;
}

.steps__item p {
  font-size: 16px;
  margin-top: 10px;
  line-height: 140%;
  color: #333;
}

.steps__item button {
  margin: 16px 0;
}

.steps__item a {
  background: transparent;
  color: #333;
}

.sewage {
  padding-bottom: 50px;
}

.sewage__item {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 40px 0 rgba(44, 74, 21, 0.1);
          box-shadow: 0 5px 40px 0 rgba(44, 74, 21, 0.1);
}

.sewage__item h4 {
  font-size: 20px;
  line-height: 140%;
  text-align: center;
}

.sewage__item h4 b {
  font-size: 25px;
}

.sewage__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}

@media (max-width: 768px) {
  .sewage__items {
    -ms-grid-columns: none;
        grid-template-columns: none;
  }
}

.sewage__item__price {
  padding-bottom: 16px;
  border-bottom: 1px solid #c8c8c8;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  font-weight: 600;
  margin-top: 30px;
}

.sewage__item__cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sewage__item__cover img {
  height: 230px;
}

.sewage__item__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}

.sewage__item__feature img {
  height: 22px;
}

.sewage__item button {
  margin-top: 24px;
}

.septiki h2 {
  max-width: 770px;
  margin: 0 auto;
}

.septiki__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 180px;
  gap: 20px;
  margin-top: 48px;
}

@media (max-width: 768px) {
  .septiki__items {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.septiki__items img {
  border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  cursor: pointer;
}

.septiki__item--large {
  grid-column: span 2;
  /* Span 2 columns */
  grid-row: span 2;
  /* Span 2 rows */
}

.questions {
  background: url(../images/clouds.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  padding-top: 40px;
}

.questions h2 {
  max-width: 770px;
  margin: 0 auto;
}

.questions__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 992px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11rem;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .questions__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.questions__contacts {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  border: 1px dotted #dedede;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  padding: 31px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-right: 80px;
  z-index: 1;
}

.questions__contacts > div {
  margin-bottom: 20px;
}

.questions__contacts > div span {
  color: gray;
  font-size: 13px;
  margin-bottom: 8px;
  display: block;
}

.questions__contacts > div p {
  font-size: 15px;
}

.questions__contacts > div a {
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  display: block;
}

.questions__contacts > div a:hover {
  color: #28a745;
}

.questions__hand-cover {
  position: absolute;
  top: 0;
  right: -82%;
  max-width: 450px;
  z-index: 2;
}

@media (max-width: 768px) {
  .questions__hand-cover {
    display: none;
  }
}

.questions__form {
  padding: 30px 20px;
  background-color: #fff;
  border: 2px #6db835;
  border-radius: 10px;
  -webkit-box-shadow: 0 8.33333px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8.33333px 25px 0 rgba(0, 0, 0, 0.1);
  max-width: 353px;
  margin: 30px auto 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  z-index: 3;
}

@media (max-width: 768px) {
  .questions__form {
    margin: 0 auto;
    max-width: 100%;
  }
}

.questions__form h3 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.questions__form p {
  text-align: center;
  line-height: 110%;
  padding: 0 20px;
}

.questions__form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.questions__form__field span {
  font-size: 14px;
  color: #333;
}

.questions__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.questions__form button {
  font-size: 16px;
  background: #6db835;
  color: #fff;
}

.questions__form__policy {
  text-align: center;
}

.questions__form__policy a {
  color: #333;
}

.footer {
  padding: 20px 0;
}

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

@media (max-width: 768px) {
  .footer > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.footer__logo img {
  max-width: 200px;
}

.footer__right {
  text-align: right;
}

.footer__policy {
  color: #2098d1;
  font-size: 13px;
}

.footer__copyright {
  margin-top: 10px;
  font-size: 14px;
}

.swal2-confirm {
  background-color: #f27474;
  border-radius: 100px;
  padding: 13px 28px;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.5) !important;
}

.f-button.is-close-btn {
  top: -10px !important;
  right: -10px !important;
  --f-button-bg: rgba(0, 0, 0, 1) !important;
}

.call-modal {
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  padding: 0 !important;
}

.call-modal__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
  .call-modal__content {
    -ms-grid-columns: none;
        grid-template-columns: none;
  }
}

.call-modal__left {
  position: relative;
  background-color: #f8f8f8;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.call-modal__left img {
  z-index: 1;
  position: absolute;
  top: 10px;
  right: -30px;
}

@media (max-width: 768px) {
  .call-modal__left img {
    position: relative;
    top: initial;
    right: initial;
    max-width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.call-modal__form {
  padding: 30px 20px;
  background-color: #fff;
  border: 2px #6db835;
  border-radius: 10px;
  -webkit-box-shadow: 0 8.33333px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8.33333px 25px 0 rgba(0, 0, 0, 0.1);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}

.call-modal__form h3 {
  font-size: 28px;
  text-align: center;
}

.call-modal__form p {
  text-align: center;
  line-height: 110%;
  padding: 0 20px;
}

.call-modal__form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.call-modal__form__field span {
  font-size: 14px;
  color: #333;
}

.call-modal__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.call-modal__form button {
  font-size: 16px;
  background: #6db835;
  color: #fff;
}

.call-modal__form__policy {
  text-align: center;
}

.call-modal__form__policy a {
  color: #333;
}

.thank-you {
  padding-top: 30px;
}

@media (max-width: 678px) {
  .thank-you {
    padding-top: 80px;
  }
}

.thank-you .container {
  max-width: 992px;
}

.thank-you__wrapper {
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 40px 0px rgba(44, 74, 21, 0.1);
          box-shadow: 0px 5px 40px 0px rgba(44, 74, 21, 0.1);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media (max-width: 678px) {
  .thank-you__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}

.thank-you__left {
  max-width: 327px;
}

.thank-you h4 {
  font-size: 20px;
  font-weight: 600;
}

.thank-you ul {
  margin-top: 20px;
  padding-left: 20px;
}

.thank-you ul li {
  margin-top: 10px;
}

.thank-you__phone {
  background-color: rgba(137, 206, 85, 0);
  border-radius: 5px;
  border: 2px solid #89ce55;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  margin: 20px 0;
  padding: 8px 16px;
}

.thank-you__btn {
  text-decoration: none;
  width: auto;
  margin: 0 auto;
  margin-top: 20px;
}
/*# sourceMappingURL=index.css.map */

/*Стиль для h1 SEO*/
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}