@import url(https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@400;500;600;700&display=swap);
@font-face {
  font-family: AvenirNextCyr;
  src: url('../fonts/AvenirNextCyr-Light.eot');
  src: url('../fonts/AvenirNextCyr-Light.eot?#iefix') format('embedded-opentype'),url('../fonts/AvenirNextCyr-Light.woff') format('woff'),url('../fonts/AvenirNextCyr-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal
}
@font-face {
  font-family: AvenirNextCyr;
  src: url('../fonts/AvenirNextCyr-Regular.eot');
  src: url('../fonts/AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),url('../fonts/AvenirNextCyr-Regular.woff') format('woff'),url('../fonts/AvenirNextCyr-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal
}
@font-face {
  font-family: AvenirNextCyr;
  src: url('../fonts/AvenirNextCyr-Medium.eot');
  src: url('../fonts/AvenirNextCyr-Medium.eot?#iefix') format('embedded-opentype'),url('../fonts/AvenirNextCyr-Medium.woff') format('woff'),url('../fonts/AvenirNextCyr-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal
}
@font-face {
  font-family: AvenirNextCyr;
  src: url('../fonts/AvenirNextCyr-Demi.eot');
  src: url('../fonts/AvenirNextCyr-Demi.eot?#iefix') format('embedded-opentype'),url('../fonts/AvenirNextCyr-Demi.woff') format('woff'),url('../fonts/AvenirNextCyr-Demi.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal
}
@font-face {
  font-family: AvenirNextCyr;
  src: url('../fonts/AvenirNextCyr-Bold.eot');
  src: url('../fonts/AvenirNextCyr-Bold.eot?#iefix') format('embedded-opentype'),url('../fonts/AvenirNextCyr-Bold.woff') format('woff'),url('../fonts/AvenirNextCyr-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal
}
:root {
  --color1: #67B546;
  --color2: #191A23;
  --color3: #E2FBE1;
  --font1: 'AvenirNextCyr';
  --font2: 'Montserrat Alternates',sans-serif
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%
}
*,
:after,
:before {
  box-sizing: border-box
}
article,
aside,
footer,
header,
main,
nav,
section {
  display: block
}
iframe,
img,
svg {
  vertical-align: middle
}
a {
  background-color: transparent
}
a:active,
a:hover {
  outline: 0
}
button,
input,
select,
textarea {
  font-size: 100%;
  line-height: 1;
  margin: 0
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
button {
  -webkit-appearance: button
}
input,
textarea {
  -webkit-appearance: none
}
::-webkit-input-placeholder {
  color: #898989
}
:-moz-placeholder {
  color: #898989
}
::-moz-placeholder {
  color: #898989
}
::placeholder {
  color: #898989
}
.error::-webkit-input-placeholder {
  color: red!important
}
.error:-moz-placeholder {
  color: red!important
}
.error::-moz-placeholder {
  color: red!important
}
.error::placeholder {
  color: red!important
}
textarea {
  display: block;
  overflow: auto;
  resize: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
td,
th {
  padding: 0
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}
button {
  cursor: pointer;
  background: 0 0;
  border: 0;
  padding: 0
}
.hidden {
  display: none!important
}
img:not([src]):not([srcset]) {
  visibility: hidden
}
img.lazy {
  opacity: 0;
  transition: opacity .3s
}
img.lazy-loaded {
  opacity: 1
}
a[href^="tel:"] {
  text-decoration: none!important
}
input[name=phone] {
  display: none!important
}
body {
  font-family: var(--font1);
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--color2);
  height: 100%;
  margin: 0
}
button,
input,
select,
textarea {
  font-family: var(--font1)
}
input,
textarea {
  outline: 0
}
input.error,
textarea.error {
  border-color: red!important;
  color: red!important
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  display: inline
}
p {
  margin: 0
}
p:first-child {
  margin-top: 0!important
}
.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px
}
.page {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 180px
}
.content {
  flex: 1 0 auto
}
a {
  color: var(--color1);
  text-decoration: none
}
.b,
b,
strong {
  font-weight: 700
}
::-moz-selection {
  background-color: #b3d4fc;
  text-shadow: none
}
::selection {
  background-color: #b3d4fc;
  text-shadow: none
}
:focus::-webkit-input-placeholder {
  color: transparent
}
:focus:-moz-placeholder {
  color: transparent
}
:focus::-moz-placeholder {
  color: transparent
}
:focus::placeholder {
  color: transparent
}
[data-fancybox] {
  cursor: zoom-in;
  outline: 0
}
.overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgb(103 181 70 / 60%);
  backdrop-filter: blur(5px);
  z-index: 99
}
.popup {
  display: none;
  position: fixed;
  top: 50%;
  width: 100%;
  z-index: 100;
  max-width: 500px;
  left: 50%;
  transform: translate(-50%,0);
  background-color: #fff;
  overflow: hidden;
  border-radius: 24px;
  padding: 30px
}
.popup .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer
}
.popup .close:after,
.popup .close:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 20px;
  margin-top: -1px;
  margin-left: -10px;
  transform: rotate(-45deg);
  background-color: var(--color2)
}
.popup .close:after {
  transform: rotate(45deg)
}
.popup .close:hover:after,
.popup .close:hover:before {
  background-color: var(--color1)
}
.popup__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 32px
}
.popup__title span {
  color: var(--color1)
}
.slick-slider {
  position: relative;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  overflow: hidden
}
.slick-list:focus {
  outline: 0
}
.slick-list .dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0,0,0)
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.slick-track:after,
.slick-track:before {
  content: '';
  display: table
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto
}
.slick-arrow.slick-hidden {
  display: none
}
.slick-dots li:only-child {
  display: none
}
.slick-slider.slick-initialized {
  visibility: visible!important
}
.slick-slider.slick-equal .slick-track {
  display: flex
}
.slick-slider.slick-equal .slick-slide {
  height: auto
}
.slick-slider.slick-equal .slick-slide > * {
  height: 100%
}
.slick-slider.slick-opacity .slick-list {
  overflow: visible
}
.slick-slider.slick-opacity .slick-slide {
  opacity: 0;
  transition: opacity .6s ease
}
.slick-slider.slick-opacity .slick-slide.slick-active {
  opacity: 1
}
.slider {
  visibility: hidden
}
.slider.slick-initialized {
  visibility: visible
}
a {
  transition: all .2s ease-in-out
}
.button {
  transition: all .2s ease-in-out;
  height: 68px;
  border-radius: 14px;
  color: #fff;
  background-color: var(--color2);
  padding: 10px 36px;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center
}
.is_mobile {
  display: none
}
@media (min-width:1200px) {
  .hidden-lg {
    display: none!important
  }
}
@media (min-width:960px) and (max-width:1199px) {
  .hidden-md {
    display: none!important
  }
}
@media (min-width:600px) and (max-width:959px) {
  .hidden-sm {
    display: none!important
  }
}
@media (max-width:599px) {
  .hidden-xs {
    display: none!important
  }
}
@media (max-width:960px) {
  .is_mobile {
    display: block
  }
}
.text {
  font-size: 23px;
  line-height: 1.3;
  font-family: var(--font2)
}
.text img {
  height: auto;
  max-width: 100%
}
.text iframe {
  display: block;
  max-width: 100%
}
.text p {
  margin: 0;
  margin-top: 1em
}
.text picture {
  display: block;
  margin-top: 1em
}
.text picture:first-child {
  margin-top: 0
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  margin: 0;
  margin-top: 1em;
  font-weight: 700;
  display: block;
  text-transform: uppercase
}
.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text h5:first-child,
.text h6:first-child {
  margin-top: 0
}
.text h1 {
  font-size: 32px
}
.text h2 {
  font-size: 24px
}
.text h3 {
  font-size: 20px
}
.text h4 {
  font-size: 18px
}
.text h5 {
  font-size: 16px
}
.text h6 {
  font-size: 14px
}
.text a {
  text-decoration: underline
}
.text a:hover {
  text-decoration: none
}
.text ol {
  margin: 0;
  margin-top: 1em;
  padding-left: 3em
}
.text ol:first-child {
  margin-top: 0
}
.text ol > li {
  margin-top: .4em
}
.text ol > li:first-child {
  margin-top: 0
}
.text ol > li {
  list-style: decimal
}
.text ul {
  margin: 0;
  margin-top: 1em;
  padding-left: 1.5em
}
.text ul:first-child {
  margin-top: 0
}
.text ul > li {
  list-style: none;
  margin-top: .4em;
  display: block;
  position: relative;
  padding-left: 1.5em
}
.text ul > li:first-child {
  margin-top: 0
}
.text ul > li:before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 10px;
  top: 13px;
  background-color: var(--color1);
  border-radius: 50%
}
.text hr {
  display: block;
  height: 1px;
  border-top: 1px solid #ccc;
  margin: 1em 0
}
.text .table,
.text table {
  margin-top: 1em
}
.text .table:first-child,
.text table:first-child {
  margin-top: 0
}
.text .table {
  overflow-x: auto
}
.text table {
  width: 100%
}
.text td {
  padding: 6px 8px;
  border: 1px solid #ccc
}
.header {
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  position: fixed;
  transition: all .2s ease-in-out
}
.header.fixed {
  box-shadow: 0 0 20px rgba(0,0,0,.1)
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 180px;
  transition: all .2s ease-in-out
}
.header.fixed .header__inner {
  height: 86px
}
.logo-header {
  width: 96px;
  margin-bottom: -14px
}
.logo-header img {
  display: block;
  width: 100%;
  transition: all .2s ease-in-out
}
.header.fixed .logo-header img {
  transform: scale(.7);
  margin-left: -14px
}
.menu-header {
  padding: 0 36px
}
.menu-header ul {
  display: flex;
  gap: 40px
}
.menu-header ul li {
  font-size: 18px;
  font-family: var(--font2);
  font-weight: 500;
  line-height: 1.2
}
.menu-header ul li a {
  color: var(--color2)
}
.menu-header ul li a.active {
  color: var(--color1)
}
.contacts-header {
  display: flex;
  gap: 10px
}
.contacts-header img {
  display: block;
  width: 100%
}
.contacts-header a {
  width: 36px;
  height: 36px
}
.main__inner {
  display: flex
}
.main__content {
  width: calc(100% - 620px);
  display: flex;
  flex-direction: column;
  gap: 36px;
  line-height: 1.2
}
.main__i-b {
  width: 620px
}
.main__title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1
}
.main__title span {
  color: var(--color1)
}
.main__subtitle {
  font-size: 19px;
  font-weight: 600;
  max-width: 560px
}
.main__subtitle span {
  color: var(--color1);
  font-weight: 600
}
.main__text {
  font-size: 19px;
  font-weight: 400
}
.main__image {
  border-radius: 24px;
  display: block;
  width: 100%
}
.quiz__inner {
  position: relative;
  background-color: var(--color3);
  border-radius: 24px;
  padding: 35px 35px 35px 351px;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.quiz__inner:before {
  content: '';
  width: 225px;
  height: 186px;
  background: url(../images/quiz__image.svg) no-repeat center center/contain;
  position: absolute;
  transform: translate(0,-50%);
  top: 50%;
  left: 40px
}
.quiz__text {
  font-size: 19px;
  line-height: 1.1
}
.quiz__text b {
  font-weight: 700
}
.quiz__button {
  background-color: var(--color1);
  padding-right: calc(16px + 22px + 36px);
  position: relative;
  background-image: url(../images/arrow_right_white.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 22px) center;
  background-size: 32px auto;
  flex-shrink: 0
}
.section + .section {
  margin-top: 90px
}
.block-title,
.page-text h1 {
  text-transform: uppercase;
  font-size: 32px;
  position: relative;
  font-weight: 700;
  text-align: center;
  margin-bottom: 70px;
  display: block;
  line-height: 1.2
}
.block-title:after,
.page-text h1:after {
  content: '';
  width: 100px;
  height: 4px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -50px;
  background-color: var(--color1)
}
.advantages {
  overflow: hidden
}
.advantages__inner {
  display: flex;
  gap: 80px;
  justify-content: center;
  border-radius: 24px;
  padding: 32px 64px;
  border: 1px solid var(--color2)
}
.advantages__i {
  width: 250px;
  animation-duration: 1.2s;
  animation-fill-mode: both;
  opacity: 0
}
.advantages__inner.seen .advantages__i {
  animation-name: fade_in_left
}
.advantages__i:nth-child(2) {
  animation-delay: 0.5s
}
.advantages__i:nth-child(3) {
  animation-delay: 1s
}
.advantages__i:nth-child(4) {
  animation-delay: 1.5s
}
.advantages__i-image {
  display: block;
  margin: 0 auto 18px
}
.advantages__i-text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font2);
  line-height: 1.3;
  color: var(--color2)
}
.faq__inner {
  display: flex;
  flex-direction: column;
  gap: 32px
}
.faq__i {
  background-color: #f3f3f3;
  border-radius: 24px;
  border: 1px solid var(--color2);
  padding: 40px 60px
}
.faq__i.active {
  background-color: var(--color3)
}
.faq__i-header {
  font-family: var(--font2);
  font-size: 30px;
  font-weight: 500;
  position: relative;
  padding-right: 80px
}
.faq__i-icon {
  width: 48px;
  height: 48px;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid var(--color2);
  top: -7px;
  right: 0;
  cursor: pointer
}
.faq__i-icon:before {
  content: '';
  width: 26px;
  height: 4px;
  border-radius: 2px;
  background-color: var(--color2);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -13px
}
.faq__i-icon:after {
  content: '';
  width: 4px;
  height: 26px;
  border-radius: 2px;
  background-color: var(--color2);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -13px 0 0 -2px;
  opacity: 1
}
.faq__i.active .faq__i-icon:after {
  opacity: 0
}
.faq__i-content {
  display: none
}
.faq__i-text {
  font-size: 23px;
  line-height: 1.2;
  border-top: 1px solid var(--color2);
  padding-top: 24px;
  margin-top: 32px
}
.faq__i-text p {
  margin-top: 1em
}
.faq__i-text ul {
  margin-top: 1em;
  list-style: disc;
  padding-left: 1em
}
.faq__i-text ul:first-child {
  margin-top: 0
}
.faq__i-text ul li {
  margin-top: .4em
}
.steps__inner {
  display: flex;
  gap: 40px;
  flex-wrap: wrap
}
.steps__i.has_image {
  background-size: cover;
  background-image: url(../images/step.webp);
  border: 0;
  background-repeat: no-repeat;
  background-position: center center
}
@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .steps__i.has_image {
    background-image: url(../images/step@2x.webp)
  }
}
.steps__i {
  border-radius: 24px;
  border: 1px solid var(--color2);
  width: calc((100% / 3) - 27px);
  padding: 20px 40px 30px;
  animation-duration: 1.2s;
  animation-fill-mode: both;
  opacity: 0
}
.steps__inner.seen .steps__i {
  animation-name: fade_in_down
}
.steps__i:nth-child(2) {
  border-color: var(--color3);
  background-color: var(--color3);
  animation-delay: 0.5s
}
.steps__i:nth-child(3) {
  animation-delay: 1s
}
.steps__i:nth-child(4) {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  animation-delay: 1.5s
}
.steps__i:nth-child(5) {
  animation-delay: 2s
}
.steps__i:nth-child(6) {
  border-color: var(--color3);
  background-color: var(--color3);
  animation-delay: 2.5s
}
.steps__i-number {
  font-family: var(--font2);
  font-size: 78px;
  font-weight: 600;
  margin-bottom: 24px
}
.steps__i-title {
  font-size: 26px;
  font-weight: 600
}
.steps__i-text {
  font-size: 20px;
  line-height: 1.3;
  margin-top: 8px
}
@keyframes fade_in_left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.fade_in_left {
  -webkit-animation-name: fade_in_left;
  animation-name: fade_in_left
}
@keyframes fade_in_right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.fade_in_right {
  -webkit-animation-name: fade_in_right;
  animation-name: fade_in_right
}
@keyframes fade_in_down {
  0% {
    opacity: 0;
    transform: translate3d(0,100%,0)
  }
  to {
    opacity: 1;
    transform: translateZ(0)
  }
}
.fade_in_down {
  animation-name: fade_in_down
}
[data-shown=fade_in_down],
[data-shown=fade_in_left],
[data-shown=fade_in_right] {
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0
}
.reviews {
  overflow: hidden
}
.reviews__slider {
  margin: 0 -20px
}
.reviews__i {
  padding: 0 20px
}
.reviews__i-inner {
  padding-bottom: 5px
}
.reviews__i-image {
  border-radius: 24px;
  width: 100%;
  transition: all .2s ease-in-out;
  filter: grayscale(1)
}
.reviews__i-inner:hover .reviews__i-image {
  filter: grayscale(0)
}
.reviews__i-name {
  font-family: var(--font2);
  font-size: 23px;
  font-weight: 600;
  margin-top: 24px;
  line-height: 1.2
}
.reviews__i-text {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 18px
}
.reviews__i-more {
  display: inline-flex;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 24px;
  color: var(--color1);
  position: relative;
  padding-left: 38px;
  font-weight: 500
}
.reviews__i-more:before {
  content: '';
  background: url(../images/reviews__i-more.svg) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 33px;
  margin-top: -16px
}
.reviews .slick-arrow {
  width: 36px;
  height: 36px;
  display: inline-flex;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  z-index: 2;
  top: calc((310px/2) - 18px);
  background-color: #fff;
  border: 0;
  transition: all .25s ease-in-out
}
.reviews .slick-arrow svg {
  stroke: var(--color2);
  transition: all .25s ease-in-out
}
.reviews .slick-arrow:hover svg {
  stroke: var(--color1)
}
.reviews .slick-prev {
  left: -24px;
  opacity: 0
}
.reviews .slick-next {
  right: -24px;
  opacity: 0
}
.reviews__slider:hover .slick-prev {
  left: 32px;
  opacity: 1
}
.reviews__slider:hover .slick-next {
  right: 32px;
  opacity: 1
}
.reviews .slick-disabled {
  pointer-events: none
}
.reviews .slick-disabled svg {
  stroke: #999!important
}
.team {
  overflow: hidden
}
.team__slider {
  margin: 0 -20px
}
.team__i {
  text-align: center;
  padding: 0 20px
}
.team__i-image {
  border-radius: 50%;
  width: 100%;
  transition: all .2s ease-in-out
}
.team__i-name {
  font-family: var(--font2);
  font-size: 18px;
  font-weight: 600;
  margin-top: 18px;
  line-height: 1.2
}
.team__i-text {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 11px
}
.form .form-block + .form-block {
  margin-top: 24px
}
.form .input-text {
  width: 100%;
  display: block;
  border: 1px solid var(--color2);
  border-radius: 14px;
  height: 68px;
  font-size: 22px;
  font-weight: 400;
  padding: 10px 30px
}
.form .button {
  width: 100%;
  font-size: 22px;
  font-weight: 500
}
.form .form-note {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 18px
}
.form .form-note a {
  color: var(--color2);
  border-bottom: 1px solid var(--color2);
  text-decoration: none
}
.form-middle {
  padding-top: 20px
}
.form-middle__inner {
  position: relative;
  background-color: #f3f3f3;
  border-radius: 24px;
  padding: 40px 256px 32px 40px;
  display: flex
}
.form-middle__inner:after {
  content: '';
  width: 169px;
  height: 268px;
  position: absolute;
  right: -20px;
  top: -20px;
  background: url(../images/form-middle__image.svg) no-repeat center center/contain
}
.form-middle__content {
  width: calc(100% - 518px);
  padding-right: 50px
}
.form-middle__title {
  text-transform: uppercase;
  font-size: 52px;
  position: relative;
  font-weight: 700;
  line-height: 1.1
}
.form-middle__title span {
  color: var(--color1)
}
.form-middle__subtitle {
  font-size: 19px;
  line-height: 1.1;
  font-weight: 600;
  max-width: 400px;
  margin-top: 36px
}
.form-middle .form {
  width: 518px
}
.form-bottom {
  overflow: hidden;
  padding-top: 70px
}
.form-bottom__inner {
  display: flex;
  gap: 52px
}
.form-bottom__content {
  width: calc(100% - 620px - 52px);
  background-color: #f3f3f3;
  border-radius: 24px;
  padding: 112px 40px 40px 40px;
  position: relative;
  gap: 36px;
  display: flex;
  flex-direction: column
}
.form-bottom__content:before {
  content: '';
  width: 180px;
  height: 149px;
  background: url(../images/form-bottom__image.svg) no-repeat center center/contain;
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left: -90px
}
.form-bottom__title {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2
}
.form-bottom__title span {
  color: var(--color1)
}
.form-bottom__text {
  font-size: 19px;
  line-height: 1.1
}
.form-bottom__subtitle {
  font-size: 19px;
  line-height: 1.1;
  font-weight: 600;
  max-width: 400px
}
.form-bottom__i-b {
  width: 620px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 24px;
  background-image: url(../images/form-bottom__photo.webp)
}
@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .form-bottom__i-b {
    background-image: url(../images/form-bottom__photo@2x.webp)
  }
}
.form-bottom .button {
  background-color: var(--color1)
}
.page-text .text {
  padding: 40px 60px;
  border-radius: 24px;
  border: 1px solid var(--color2)
}
.footer {
  margin-top: 70px;
  padding-bottom: 70px
}
.footer__inner {
  background-color: #303030;
  border-radius: 24px;
  color: #fff;
  padding: 30px 50px 40px;
  display: flex
}
.footer__content {
  width: calc(100% - 660px);
  padding-right: 64px
}
.logo-footer img {
  width: 96px;
  display: block
}
.contacts-footer {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 24px
}
.contacts-footer .svg {
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px
}
.contacts-footer__phones {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  padding-left: 34px
}
.contacts-footer__phones a {
  color: #fff
}
.contacts-footer__address {
  font-size: 20px;
  line-height: 1.3;
  position: relative;
  padding-left: 34px
}
.contacts-footer__schedule {
  font-size: 20px;
  line-height: 1.3;
  position: relative;
  padding-left: 34px
}
.contacts-footer__messengers {
  display: flex;
  gap: 10px
}
.contacts-footer__messengers a {
  width: 36px;
  height: 36px
}
.contacts-footer__messengers img {
  display: block;
  width: 100%
}
.footer__text {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 48px
}
.footer__text p {
  margin-top: 1em
}
.footer__text a {
  color: #fff;
  border-bottom: 1px solid #fff
}
.footer .map {
  width: 660px;
  height: 390px;
  border-radius: 24px;
  overflow: hidden;
  background-color: var(--color2);
  margin-top: calc(80px + 24px)
}
.footer .map iframe {
  filter: grayscale(100%)
}
.footer .map:hover iframe {
  filter: grayscale(0%)
}
.callback {
  display: none
}
@media (min-width:1280px) and (max-width:1399px) {
  .menu-header ul li {
    font-size: 16px
  }
  .main__title {
    font-size: 50px
  }
  .quiz__inner {
    padding-left: 260px
  }
  .quiz__inner:before {
    width: 195px;
    height: 161px;
    left: 30px
  }
  .advantages__i-text {
    font-size: 16px
  }
  .reviews {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto
  }
  .reviews__i-name {
    font-size: 20px
  }
  .reviews .slick-arrow {
    top: calc((280px/2) - 18px)
  }
  .team__i-name {
    font-size: 16px
  }
  .team__i-text {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 8px
  }
  .form-middle__inner {
    padding-right: 226px
  }
  .form-middle__title {
    font-size: 40px
  }
  .steps__inner {
    gap: 30px
  }
  .steps__i {
    width: calc((100% / 3) - 20px);
    padding: 20px 30px 30px
  }
  .faq__i {
    padding: 40px
  }
  .faq__i-header {
    font-size: 26px
  }
  .form-bottom__inner {
    gap: 32px
  }
  .form-bottom__content:before {
    width: 130px;
    height: 108px;
    top: -48px;
    margin-left: -54px
  }
  .form-bottom__title {
    font-size: 24px
  }
  .form-bottom__content,
  .form-bottom__i-b {
    width: calc(50% - 16px)
  }
  .form-bottom__content {
    padding-top: 92px
  }
  .footer__content {
    width: 50%;
    padding-right: 32px
  }
  .footer .map {
    width: 50%
  }
  .contacts-footer {
    gap: 24px
  }
  .contacts-footer__address {
    font-size: 18px
  }
  .contacts-footer__schedule {
    font-size: 18px
  }
  .footer__text {
    margin-top: 36px
  }
  .footer {
    padding-bottom: 20px
  }
}
@media (min-width:960px) and (max-width:1279px) {
  .button {
    height: 54px;
    padding: 10px 24px;
    font-size: 18px;
    font-weight: 500
  }
  .page {
    padding-top: 106px!important
  }
  .header__inner {
    height: 86px!important
  }
  .logo-header {
    width: 70px
  }
  .logo-header img {
    transform: scale(1)!important;
    margin-left: 0!important
  }
  .menu-header {
    padding: 0 12px
  }
  .menu-header ul {
    gap: 6px 20px;
    flex-wrap: wrap
  }
  .menu-header ul li {
    font-size: 14px
  }
  .main__inner {
    align-items: center
  }
  .main__content {
    width: calc(100% - 460px);
    gap: 24px;
    padding-right: 32px
  }
  .main__title {
    font-size: 36px
  }
  .main__subtitle {
    font-size: 15px;
    max-width: 440px
  }
  .main__text {
    font-size: 14px;
    font-weight: 500
  }
  .main__i-b {
    width: 460px
  }
  .quiz__inner {
    padding: 18px 18px 18px 162px
  }
  .quiz__inner:before {
    width: 142px;
    height: 118px;
    left: 5px
  }
  .quiz__text {
    font-size: 16px;
    padding-right: 24px
  }
  .quiz__button {
    padding-right: 24px;
    background-image: none
  }
  .advantages__inner {
    gap: 24px;
    padding: 32px
  }
  .advantages__i {
    width: calc(25% - 15px)
  }
  .advantages__i-image {
    margin: 0 auto 18px;
    width: 64px
  }
  .advantages__i-text {
    font-size: 13px;
    font-weight: 600
  }
  .reviews {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto
  }
  .reviews__slider {
    margin: 0 -10px
  }
  .reviews__i {
    padding: 0 10px
  }
  .reviews .slick-arrow {
    top: calc((294px/2) - 18px)
  }
  .reviews__slider .slick-prev {
    left: 32px;
    opacity: 1
  }
  .reviews__slider .slick-next {
    right: 32px;
    opacity: 1
  }
  .team__slider {
    margin: 0 -10px
  }
  .team__i {
    padding: 0 10px
  }
  .team__i-i-b {
    display: block;
    margin: 0 auto;
    max-width: 215px
  }
  .team__i-name {
    font-size: 16px
  }
  .team__i-text {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 8px
  }
  .form-middle__title {
    font-size: 32px
  }
  .form-middle__subtitle {
    font-size: 16px;
    font-weight: 600;
    margin-top: 32px
  }
  .form-middle__inner {
    padding: 30px 170px 30px 30px
  }
  .form-middle__inner:after {
    width: 119px;
    height: 189px;
    right: -10px;
    top: -10px
  }
  .form-middle .form {
    width: 370px
  }
  .form-middle__content {
    width: calc(100% - 370px);
    padding-right: 30px
  }
  .steps__inner {
    gap: 16px
  }
  .steps__i {
    width: calc((100% / 3) - 11px);
    padding: 16px
  }
  .steps__i-number {
    font-size: 52px;
    margin-bottom: 12px
  }
  .steps__i-title {
    font-size: 18px
  }
  .steps__i-title br {
    display: none
  }
  .steps__i-text {
    font-size: 15px;
    line-height: 1.2;
    margin-top: 10px
  }
  .faq__inner {
    gap: 24px
  }
  .faq__i {
    padding: 30px
  }
  .faq__i-header {
    font-size: 20px;
    padding-right: 60px
  }
  .faq__i-icon {
    width: 30px;
    height: 30px;
    top: -5px
  }
  .faq__i-icon:before {
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px
  }
  .faq__i-icon:after {
    width: 2px;
    height: 20px;
    margin: -10px 0 0 -1px
  }
  .faq__i-text {
    font-size: 18px;
    padding-top: 14px;
    margin-top: 22px
  }
  .form-bottom {
    padding-top: 45px
  }
  .form-bottom__title {
    font-size: 22px
  }
  .form-bottom__text {
    font-size: 17px
  }
  .form-bottom__text br {
    display: none
  }
  .form .form-block + .form-block {
    margin-top: 16px
  }
  .form .input-text {
    height: 54px;
    font-size: 17px;
    padding: 10px 24px
  }
  .form .form-note {
    font-size: 12px
  }
  .form .button {
    font-size: 18px
  }
  .form-bottom__inner {
    gap: 24px
  }
  .form-bottom__content,
  .form-bottom__i-b {
    width: calc(50% - 10px)
  }
  .form-bottom__content {
    padding: 78px 30px 30px 30px;
    gap: 24px
  }
  .form-bottom__content:before {
    width: 120px;
    height: 100px;
    top: -48px;
    left: 50%;
    margin-left: -60px
  }
  .section + .section {
    margin-top: 70px
  }
  .block-title,
  .page-text h1 {
    font-size: 28px;
    margin-bottom: 50px
  }
  .text {
    font-size: 16px
  }
  .text ul > li:before {
    width: 5px;
    height: 5px;
    left: 7px;
    top: 9px
  }
  .text h2 {
    font-size: 20px
  }
  .page-text .text {
    padding: 30px
  }
  .logo-footer {
    display: none
  }
  .footer__inner {
    padding: 30px;
    align-items: flex-end
  }
  .footer__content {
    width: 50%;
    padding-right: 32px
  }
  .footer .map {
    width: 50%;
    height: 300px;
    border-radius: 16px;
    margin-top: 0
  }
  .contacts-footer {
    gap: 24px;
    margin-top: 0
  }
  .contacts-footer__phones {
    font-size: 18px
  }
  .contacts-footer__address {
    font-size: 16px
  }
  .contacts-footer__schedule {
    font-size: 16px
  }
  .footer__text {
    font-size: 12px;
    margin-top: 32px
  }
  .footer {
    margin-top: 50px;
    padding-bottom: 0
  }
}
@media (min-width:960px) {
  .is_xs {
    display: none
  }
  .button:hover {
    background-color: var(--color1)
  }
  .menu-header ul li a:hover {
    color: var(--color1)
  }
  .contacts-header a:hover {
    opacity: .8
  }
  .quiz__button:hover {
    background-position: calc(100% - 18px) center
  }
  .form-note a:hover {
    border-color: transparent
  }
  .form-middle .button:hover {
    background-color: var(--color1)
  }
  .form-bottom .button:hover {
    background-color: var(--color2)
  }
  .contacts-footer__messengers a:hover {
    opacity: .8
  }
  .footer__text a:hover {
    border-color: transparent
  }
}
@media (max-width:959px) {
  .is_xs {
    display: block
  }
  .page {
    padding-top: 80px
  }
  .container {
    padding-left: 16px;
    padding-right: 16px
  }
  .section + .section {
    margin-top: 50px
  }
  .block-title,
  .page-text h1 {
    font-size: 20px;
    margin-bottom: 46px
  }
  .block-title:after,
  .page-text h1:after {
    width: 72px;
    bottom: -16px;
    margin-left: -36px
  }
  .button {
    height: 54px;
    padding: 6px 24px;
    font-size: 15px;
    font-weight: 500
  }
  .header__inner {
    height: 80px!important;
    justify-content: flex-end
  }
  .header.fixed .header__inner {
    height: 50px!important
  }
  .logo-header {
    width: 50px;
    margin-bottom: -4px;
    margin-right: auto
  }
  .menu-header {
    display: none
  }
  .logo-header img {
    transform: scale(1)!important;
    margin-left: 0!important
  }
  .contacts-header a {
    width: 30px;
    height: 30px
  }
  .callback {
    height: 30px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
    background-color: var(--color3);
    border-radius: 5px;
    display: inline-flex;
    color: var(--color2);
    margin-left: 16px
  }
  .main__inner {
    flex-wrap: wrap
  }
  .main__content {
    width: 100%;
    gap: 22px
  }
  .main__title {
    font-size: 36px;
    line-height: 1
  }
  .main__subtitle {
    font-size: 17px;
    max-width: 100%
  }
  .main__text {
    font-size: 14px
  }
  .main__i-b {
    width: 100%;
    margin-top: 32px
  }
  .quiz {
    padding-top: 40px
  }
  .quiz__inner {
    padding: 84px 24px 24px 24px;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    text-align: center
  }
  .quiz__inner:before {
    width: 128px;
    height: 106px;
    transform: translate(-50%,0);
    top: -40px;
    left: 50%
  }
  .quiz__text {
    font-size: 17px
  }
  .quiz__button {
    padding-right: calc(16px + 22px + 36px);
    background-position: calc(100% - 16px) center;
    background-size: 26px auto;
    padding-right: calc(26px + 26px)
  }
  .advantages__inner {
    gap: 32px 16px;
    padding: 24px;
    flex-wrap: wrap;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto
  }
  .advantages__i {
    width: calc(50% - 8px);
    max-width: 192px
  }
  .advantages__i-image {
    width: 60px;
    margin: 0 auto 14px
  }
  .advantages__i-text {
    font-size: 14px
  }
  .reviews__slider {
    margin: 0 -125px 0 -10px
  }
  .reviews__i {
    padding: 0 10px
  }
  .reviews__i-inner {
    padding-bottom: 3px
  }
  .reviews__i-image {
    filter: grayscale(20%)
  }
  .reviews__i-name {
    font-size: 17px;
    font-weight: 500;
    margin-top: 10px
  }
  .reviews__i-text {
    font-size: 13px;
    margin-top: 10px
  }
  .reviews__i-more {
    font-size: 14px;
    margin-top: 12px;
    padding-left: 30px
  }
  .reviews__i-more:before {
    width: 22px;
    height: 26px;
    margin-top: -14px
  }
  .reviews .slick-slider.slick-opacity .slick-slide {
    opacity: 1
  }
  .form .form-block + .form-block {
    margin-top: 16px
  }
  .form .input-text {
    border-radius: 8px;
    height: 46px;
    font-size: 17px;
    padding: 10px 16px
  }
  .form .button {
    font-size: 15px;
    height: 46px
  }
  .form .form-note {
    font-size: 12px;
    margin-top: 14px
  }
  .popup {
    transform: translate(0,0);
    max-width: 100%;
    padding: 24px;
    width: calc(100vw - 30px);
    margin-left: calc((-100vw / 2) + 15px)
  }
  .popup__title {
    font-size: 24px;
    margin-bottom: 24px
  }
  .form-middle__inner {
    padding: 24px;
    flex-wrap: wrap
  }
  .form-middle__inner:after {
    width: 80px;
    height: 127px;
    right: -5px;
    top: -15px
  }
  .form-middle__content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 26px
  }
  .form-middle__title {
    font-size: 36px;
    max-width: 295px
  }
  .form-middle__subtitle {
    font-size: 17px;
    max-width: 100%;
    margin-top: 22px
  }
  .form-middle .form {
    width: 100%
  }
  .steps__inner {
    gap: 24px;
    flex-direction: column;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto
  }
  .steps__i {
    border-radius: 24px;
    width: 100%;
    padding: 24px;
    min-height: 272px
  }
  .steps__i-number {
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 16px
  }
  .steps__i-title {
    font-size: 24px
  }
  .steps__i-title br {
    display: none
  }
  .steps__i-text {
    font-size: 17px;
    margin-top: 14px
  }
  .faq__inner {
    gap: 16px
  }
  .faq__i {
    padding: 16px 24px;
    border-radius: 12px
  }
  .faq__i-header {
    font-size: 17px;
    padding-right: 30px;
    line-height: 1.2
  }
  .faq__i-icon {
    width: 32px;
    height: 32px;
    top: -6px;
    right: -12px
  }
  .faq__i-text {
    font-size: 17px;
    padding-top: 12px;
    margin-top: 15px
  }
  .faq__i-icon:before {
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px
  }
  .faq__i-icon:after {
    width: 2px;
    height: 20px;
    margin: -10px 0 0 -1px
  }
  .team__slider {
    margin: 0 -125px 0 -10px
  }
  .team .slick-slider.slick-opacity .slick-slide {
    opacity: 1
  }
  .team__i {
    padding: 0 10px
  }
  .team__i-i-b {
    max-width: 219px;
    margin: 0 auto
  }
  .team__i-name {
    font-size: 16px;
    margin-top: 12px
  }
  .team__i-text {
    font-size: 13px;
    margin-top: 5px
  }
  .form-bottom {
    padding-top: 33px
  }
  .form-bottom__inner {
    gap: 0;
    flex-wrap: wrap
  }
  .form-bottom__content {
    width: 100%;
    padding: 56px 24px 24px;
    gap: 0
  }
  .form-bottom__content:before {
    width: 90px;
    height: 79px;
    top: -36px;
    margin-left: -45px
  }
  .form-bottom__title {
    font-size: 24px;
    text-align: center
  }
  .form-bottom__title br {
    display: none
  }
  .form-bottom__text {
    font-size: 17px;
    margin-top: 16px;
    text-align: center
  }
  .form-bottom__subtitle {
    font-size: 17px;
    max-width: 210px;
    margin-top: 22px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
  }
  .form-bottom .form {
    margin-top: 26px
  }
  .page-text .text {
    padding: 24px
  }
  .text {
    font-size: 15px
  }
  .text ul {
    padding-left: 1em
  }
  .text ul > li:before {
    width: 5px;
    height: 5px;
    left: 7px;
    top: 8px
  }
  .text ol {
    padding-left: 2.5em
  }
  .footer {
    margin-top: 50px;
    padding-bottom: 0
  }
  .footer__inner {
    flex-wrap: wrap;
    border-radius: 0;
    margin-left: -16px;
    margin-right: -16px;
    padding: 30px 24px 30px
  }
  .footer__content {
    width: 100%;
    padding-right: 0
  }
  .logo-footer img {
    width: 76px
  }
  .footer .map {
    width: 100%;
    height: 280px;
    border-radius: 24px;
    margin-top: 32px
  }
  .contacts-footer__phones {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 30px
  }
  .contacts-footer__address {
    font-size: 15px;
    padding-left: 30px
  }
  .contacts-footer__schedule {
    font-size: 15px;
    padding-left: 30px
  }
  .contacts-footer__messengers a {
    width: 30px;
    height: 30px
  }
  .footer__text {
    font-size: 13px;
    margin-top: 36px
  }
}
/*!
@media (min-width:1400px) {

}
@media (min-width:1280px) and (max-width:1399px) {

}
@media (min-width:960px) and (max-width:1279px) {

}
@media (min-width:960px) {

}
@media (max-width:959px) {

}
*/
