@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900; 1,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
*::after,
*::before {
  display: inline-block;
}
body,
html {
  height: 100%;
  min-width: 320px;
}
body {
  color: #d6d2c4;
  line-height: 1;
  font-family: Roboto;
  font-size: totoRem(18);
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
  font-family: Roboto;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
}
label {
  display: inline-block;
}
button,
option,
select {
  cursor: pointer;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  max-width: 69.375rem;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
[class*="__container-big"] {
  max-width: 69.375rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.625rem;
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: 0.625rem 1fr minmax(auto, 69.375rem) 1fr 0.625rem;
}
[class*="--gc"] > * {
  min-width: 0;
  grid-column: 3/4;
}
.icon-menu {
  display: none;
}
body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}
.popup-show body::after {
  opacity: 1;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}
.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}
.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.popup__wrapper {
  flex-direction: column;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition:
    transform 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
  background-color: #eee;
  padding: 20px;
  width: 100%;
  max-width: 900px;
  border-radius: 20px;
}
.lock .popup__content {
  visibility: visible;
}
.form-start__wrapper {
  display: flex;
}
.form-start__item.bl2 {
  min-width: 23.125rem;
}
.form-start__image {
  max-width: 32.3125rem;
}
.form-start__title {
  color: #000;
}
.form-start__subtitle {
  line-height: 28px;
  font-family: Montserrat;
}
.form-start__subtitle span {
  color: #cba768;
}
.form-start-img-bg {
  position: relative;
  justify-content: center;
  align-items: center;
  background-image: url(../img/popup/1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  z-index: 1;
}
.input {

  border-radius: 3px;
  border: 1px solid #c9c9c9;
}
.close-form-start {
  position: absolute;
}
.content-form-start {
  max-width: 1000px;
  max-height: 700px;
  padding: 0;
  overflow: hidden;
}
.form-popup {
  max-width: 23.125rem;
  display: flex;
  flex-direction: column;
}
.block-popup2 {
  display: flex;
  align-items: center;
}
.btn-pop-close {
  display: flex;
  z-index: 99;
  width: 32px;
  height: 33px;
  border-radius: 50%;
  background-color: #000;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.form-thanks {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.form-thanks__title h3 {
  color: #cba768;
}
.form-thanks__subtitle p {
  color: #000;
  max-width: 28.75rem;
  text-align: center;
  line-height: 33px;
}
.content-form-thanks {
  max-width: 1000px;
  max-height: 700px;
  padding: 0;
  overflow: hidden;
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ibg--top {
  -o-object-position: top;
  object-position: top;
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom;
}
.ibg--left {
  -o-object-position: left;
  object-position: left;
}
.ibg--right {
  -o-object-position: right;
  object-position: right;
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.button {
  font-weight: 700;
  position: relative;
  color: #fff;
  background-color: #4ba25f;
  box-shadow: 0 0 25.88px 0 #4ba25f;
  border-radius: 10px;
  text-align: center;
  max-width: 450px;
  width: 100%;
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}
.button:hover {
  background-color: #12862d;
  box-shadow: 0 0 6px #078d38;
}
.title {
  max-width: 60%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.accent {
  font-weight: 600;
  color: #88df9d;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  position: relative;
  z-index: 5;
}
.header__actions {
  position: relative;
  z-index: 5;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.menu {
  padding: 0 0.625rem;
}
.menu__body {
  z-index: 7;
}
.menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 0.625rem;
  -webkit-column-gap: 2.9375rem;
  -moz-column-gap: 2.9375rem;
  column-gap: 2.9375rem;
}
.menu__link {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.bth {
  border: 1px solid #cba768;
  border-radius: 15px;
  padding: 6px 15px 6px 15px;
}
.footer {
  background-color: rgba(0, 0, 0, 0.5019607843);
  position: relative;
}
.footer p {
  color: #fff;
}
.footer__wraper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__item {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.footer__item p {
  font-weight: 300;
}
.footer__item img {
  max-width: 120px;
}
.pp {
  text-decoration: underline;
}
.fp {
  color: #939393 !important;
  text-align: center;
}
body {
  background-color: #000;
}
p {
  font-weight: 400;
}
.banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  position: relative;
  background-image: url(../img/fon.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  padding-top: 0;
}
.banner__item {
  display: flex;
  gap: 10px;
  flex-direction: column;
  max-width: 55%;
}
.banner__subtext {
  max-width: 90%;
  color: #fff;
}
.banner__title {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.etap {
  position: relative;
}
.etap__container {
  position: relative;
  z-index: 1;
}
.etap__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
  gap: 0;
}
.etap__wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: translateY(-0.5px);
  transform: translateY(-0.5px);
  pointer-events: none;
}
.etap__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #fff;
  -webkit-transform: translateX(-0.5px);
  transform: translateX(-0.5px);
  pointer-events: none;
}
.etap__item {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 50%;
  padding: 40px 60px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  color: #fff;
}
.etap__icon {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(35, 191, 96, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.etap__content {
  max-width: 320px;
}
.etap__subtitle {
  font-weight: 400;
  text-transform: none;
  line-height: 1.4;
  text-transform: uppercase;
  max-width: 90%;
}
.bul {
  z-index: 0;
  position: absolute;
  width: 165px;
  height: 165px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: blur(90px);
  filter: blur(90px);
  background: linear-gradient(41.59deg, #89df9c 0, rgba(139, 220, 149, 0.43) 100%);
}
.about2__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.about2__item {
  position: relative;
  flex: 0 0 48%;
  flex-direction: column;
  box-sizing: border-box;
  display: flex;
  gap: 15px;
}
.itm1 {
  display: flex;
  justify-content: center;
  width: 60%;
}
.itm2 {
  position: relative;
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  justify-content: flex-end;
}
.itm2 img {
  z-index: 9999;
  max-width: 80%;
}
.bul-1 {
  z-index: 1;
  position: absolute;
  width: 307px;
  height: 235px;
  top: 50%;
  right: 80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-filter: blur(150px);
  filter: blur(112px);
  background: linear-gradient(41.59deg, #89df9c 0, rgba(139, 220, 149, 0.43) 100%);
}
.green-dots {
  list-style: none;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}
.green-dots li {
  position: relative;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #fff;
}
.green-dots li::before {
  content: "•";
  color: #88df9d;
  font-size: 30px;
  position: absolute;
  left: -25px;
  top: 0;
  line-height: 1;
}
.team {
  position: relative;
  background-image: url(../img/block6/1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.team__wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.team__item {
  box-sizing: border-box;
  display: flex;
  gap: 15px;
}
.team__subtext {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.for {
  position: relative;
  background-image: url(../img/block8/1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.for__container {
  z-index: 9999999;
  position: relative;
}
.for__wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.for__item {
  flex: 0 0 48%;
  box-sizing: border-box;
  display: flex;
  gap: 15px;
}
.for__subtitle {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.f1 {
  display: flex;
  flex-direction: column;
}
.f2 {
  display: flex;
  flex-direction: column;
}
#leadform {
  display: flex;
  gap: 5px;
  flex-direction: column;
  max-width: 80%;
}
.input-form {
  background-color: #fcfcfc;
  border: 1px solid #019022;
  width: 100%;
  height: 43px;
  color: #1a1818;
  padding: 7px 10px 7px 10px;
  border-radius: 4px;
}
.lse {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 5px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #454343;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #454343;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #454343;
}
input::placeholder,
textarea::placeholder {
  color: #454343;
}
.submitbtn {
  text-transform: uppercase;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 600;
}
@media (min-width: 70.625em) {
  .form-start__item.bl2 {
    width: 37.125rem;
  }
  .form-start__item.bl2 {
    padding-top: 1.25rem;
  }
  .form-start__item.bl2 {
    padding-bottom: 1.25rem;
  }
  .form-start__item.bl2 {
    padding-left: 3.75rem;
  }
  .form-start__item.bl2 {
    padding-right: 3.75rem;
  }
  .form-start__item.bl2 p {
    font-size: 1.25rem;
  }
  .form-start__item.bl2 p {
    padding-bottom: 0.9375rem;
  }
  .form-start__title {
    font-size: 1.75rem;
  }
  .form-start__title {
    padding-bottom: 0.9375rem;
  }
  .form-start__subtitle {
    padding-bottom: 0.9375rem;
  }
  .form-start__subtitle {
    font-size: 1.25rem;
  }
  .form-start-img-bg {
    height: 46.875rem;
  }
  .form-start-img-bg {
    width: 26.0625rem;
  }
  .input {
    padding-left: 1.5625rem;
  }
  .input {
    height: 2.75rem;
  }
  .close-form-start {
    right: 1.25rem;
  }
  .close-form-start {
    top: 1.25rem;
  }
  .form-popup {
    row-gap: 0.625rem;
  }
  .form-thanks__img {
    width: 6.25rem;
  }
  .form-thanks__title {
    padding-top: 1.875rem;
  }
  .form-thanks__title {
    padding-bottom: 1.25rem;
  }
  .form-thanks__title h3 {
    font-size: 2.25rem;
  }
  .form-thanks__subtitle p {
    font-size: 1.25rem;
  }
  .button {
    font-size: 1rem;
  }
  .button {
    padding-top: 0.625rem;
  }
  .button {
    padding-bottom: 0.625rem;
  }
  .button {
    padding-left: 1.875rem;
  }
  .button {
    padding-right: 1.875rem;
  }
  .title {
    padding-top: 4.0625rem;
  }
  .title {
    padding-bottom: 2.1875rem;
  }
  .title {
    font-size: 2.125rem;
  }
  .header {
    padding-top: 0.4375rem;
  }
  .header {
    padding-bottom: 0.4375rem;
  }
  .header__logo img {
    width: 7.1875rem;
  }
  .menu__list {
    -webkit-column-gap: 2.75rem;
    -moz-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }
  .footer {
    padding-top: 2.5rem;
  }
  .footer {
    padding-bottom: 2.5rem;
  }
  .fp {
    font-size: 0.875rem;
  }
  .fp {
    padding-top: 0.9375rem;
  }
  p {
    font-size: 1.125rem;
  }
  .banner__subtext p {
    font-size: 1.375rem;
  }
  .banner__title {
    font-size: 2.25rem;
  }
  .banner__button {
    padding-top: 3.75rem;
  }
  .etap {
    margin-bottom: 3.125rem;
  }
  .etap__subtitle {
    font-size: 0.9375rem;
  }
  .about2 {
    padding-bottom: 4.0625rem;
  }
  .green-dots {
    gap: 0.9375rem;
  }
  .green-dots li {
    font-size: 1rem;
  }
  .green-dots li {
    line-height: 1.1875rem;
  }
  .team {
    padding-top: 3.125rem;
  }
  .team {
    padding-bottom: 3.125rem;
  }
  .team__wrapper {
    padding: 2.1875rem;
  }
  .team__subtext {
    font-size: 1.625rem;
  }
  .for {
    padding-top: 4.6875rem;
  }
  .for {
    padding-bottom: 4.6875rem;
  }
  .for__subtitle {
    font-size: 1.625rem;
  }
}
@media (max-width: 20em) {
  .form-start__item.bl2 {
    width: 20rem;
  }
  .form-start__item.bl2 {
    padding-top: 1.125rem;
  }
  .form-start__item.bl2 {
    padding-bottom: 0.625rem;
  }
  .form-start__item.bl2 {
    padding-left: 1.25rem;
  }
  .form-start__item.bl2 {
    padding-right: 1.25rem;
  }
  .form-start__item.bl2 p {
    font-size: 0.75rem;
  }
  .form-start__item.bl2 p {
    padding-bottom: 0.4375rem;
  }
  .form-start__title {
    font-size: 1.125rem;
  }
  .form-start__title {
    padding-bottom: 0.875rem;
  }
  .form-start__subtitle {
    padding-bottom: 0.4375rem;
  }
  .form-start__subtitle {
    font-size: 0.875rem;
  }
  .form-start-img-bg {
    height: 9.375rem;
  }
  .form-start-img-bg {
    width: 20rem;
  }
  .input {
    padding-left: 0.625rem;
  }
  .input {
    height: 2.5rem;
  }
  .close-form-start {
    right: 0.625rem;
  }
  .close-form-start {
    top: 0.625rem;
  }
  .form-popup {
    row-gap: 0.4375rem;
  }
  .form-thanks__img {
    width: 3.125rem;
  }
  .form-thanks__title {
    padding-top: 0.9375rem;
  }
  .form-thanks__title {
    padding-bottom: 0.625rem;
  }
  .form-thanks__title h3 {
    font-size: 1.25rem;
  }
  .form-thanks__subtitle p {
    font-size: 0.875rem;
  }
  .button {
    font-size: 0.875rem;
  }
  .button {
    padding-top: 0.625rem;
  }
  .button {
    padding-bottom: 0.625rem;
  }
  .button {
    padding-left: 1.25rem;
  }
  .button {
    padding-right: 1.25rem;
  }
  .title {
    padding-top: 2.5rem;
  }
  .title {
    padding-bottom: 1.5625rem;
  }
  .title {
    font-size: 1.5rem;
  }
  .header {
    padding-top: 0.3125rem;
  }
  .header {
    padding-bottom: 0.3125rem;
  }
  .header__logo img {
    width: 6.25rem;
  }
  .menu__list {
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
  }
  .footer {
    padding-top: 1.25rem;
  }
  .footer {
    padding-bottom: 1.25rem;
  }
  .fp {
    font-size: 0.8125rem;
  }
  .fp {
    padding-top: 0.625rem;
  }
  p {
    font-size: 0.9375rem;
  }
  .banner__subtext p {
    font-size: 1rem;
  }
  .banner__title {
    font-size: 1.5rem;
  }
  .banner__button {
    padding-top: 1.875rem;
  }
  .etap {
    margin-bottom: 1.875rem;
  }
  .etap__subtitle {
    font-size: 0.8125rem;
  }
  .about2 {
    padding-bottom: 1.875rem;
  }
  .green-dots {
    gap: 0.625rem;
  }
  .green-dots li {
    font-size: 0.875rem;
  }
  .green-dots li {
    line-height: 1.0625rem;
  }
  .team {
    padding-top: 1.875rem;
  }
  .team {
    padding-bottom: 1.875rem;
  }
  .team__wrapper {
    padding: 0.9375rem;
  }
  .team__subtext {
    font-size: 1.25rem;
  }
  .for {
    padding-top: 2.5rem;
  }
  .for {
    padding-bottom: 2.5rem;
  }
  .for__subtitle {
    font-size: 1.25rem;
  }
}
@media (max-width: 68.75em) {
  .form-start__subtitle {
    line-height: 19px;
  }
  .form-start-img-bg {
    background-image: url(../img/popup/1-1.webp);
  }
}
@media (max-width: 61.99875em) {
  .button {
    border-radius: 10px;
  }
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    left: -100%;
    transition: all 0.3s ease 0s;
    overflow: auto;
    background-color: #1b2327;
    gap: 1.875rem;
    z-index: 4;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-bottom: 1.875rem;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    top: 0;
    left: -100%;
    transition: all 0.3s ease 0s;
    width: 100%;
    height: 3.875rem;
    background-color: rgba(129, 93, 243, 0.1215686275);
    z-index: 2;
  }
  .menu-open .menu__body {
    left: 0;
  }
  .menu-open .menu__body::before {
    left: 0;
  }
  .menu__list {
    flex-direction: column;
    text-align: center;
    row-gap: 1.875rem;
  }
  .menu__link {
    font-size: 0.875rem;
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    cursor: pointer;
    z-index: 5;
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #000;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  .menu-open .icon-menu span {
    width: 0;
  }
  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media (max-width: 61.99875em) and (max-width: 0.125em) {
  .menu__body {
    padding-top: 7.5rem;
  }
}
@media (max-width: 61.99875em) and (max-width: 20em) {
  .menu__body::before {
    padding-top: 1.375rem;
  }
  .menu__body::before {
    padding-bottom: 0.625rem;
  }
}
@media (max-width: 55.3125em) {
  .form-start__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .form-start-img-bg {
    background-image: url(../img/popup/1-2.webp);
  }
  .content-form-start {
    max-width: 585px;
    max-height: 100%;
  }
  .content-form-thanks {
    max-width: 585px;
    max-height: 100%;
  }
}
@media (max-width: 55.3125em) and (max-width: 20em) {
  .form-start__item.bl2 {
    padding-bottom: 2.1875rem;
  }
  .form-start-img-bg {
    width: 26.25rem;
  }
}
@media (max-width: 47.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 3.125rem 0.9375rem 0.9375rem 1.875rem;
    transition: left 0.3s;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 4.375rem;
    left: -100%;
    top: 0;
    transition: left 0.3s;
    z-index: 2;
  }
  .menu-open .menu__body {
    left: 0;
  }
  .menu-open .menu__body::before {
    left: 0;
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5;
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #000;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  .menu-open .icon-menu span {
    width: 0;
  }
  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .form-start__subtitle {
    padding-top: 0.5pxrem;
  }
  .form-thanks__subtitle p {
    line-height: 19px;
  }
  .button {
    border-radius: 8px;
  }
  .title {
    max-width: 100%;
    text-align: center;
  }
  .header {
    border-bottom: 1px solid #4ba25f;
  }
  .footer__wraper {
    gap: 20px;
    flex-direction: column;
  }
  .footer__item p {
    text-align: center;
  }
  .footer__item img {
    max-width: 80px;
  }
  .bl1 {
    display: flex;
    gap: 5px;
    flex-direction: column;
    order: 0;
  }
  .l1 {
    order: 1;
  }
  .l2 {
    order: 0;
  }
  .l3 {
    order: 2;
  }
  .banner {
    margin-top: 0;
    height: 95vh;
    background-image: url(../img/fon-mob.webp);
  }
  .banner__wrapper {
    padding-top: 275px;
  }
  .banner__item {
    max-width: 100%;
  }
  .banner__subtext {
    max-width: 100%;
  }
  .banner__subtext p {
    text-align: center;
  }
  .banner__title {
    text-align: center;
  }
  .banner__button {
    display: flex;
    justify-content: center;
  }
  .etap__wrapper::after {
    background: #d5d9d6;
  }
  .etap__item {
    flex: 0 0 100%;
    padding: 30px 20px;
  }
  .etap__wrapper {
    padding: 0 0;
  }
  .etap__wrapper::after {
    left: 100%;
  }
  .etap__wrapper::before {
    display: none;
  }
  .etap__item {
    border-bottom: 1px solid #fff;
  }
  .etap__item:last-child {
    border-bottom: none;
  }
  .bul {
    width: 180px;
    height: 357px;
    top: 50%;
    left: 100%;
    right: 96px !important;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    background: linear-gradient(41.59deg, rgba(137, 223, 156, 0.76) 0, rgba(139, 220, 149, 0.43) 100%);
  }
  .about2__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .about2__item {
    flex: 0 0 90%;
  }
  .itm1 {
    width: 100%;
  }
  .itm2 {
    width: 100%;
  }
  .itm2 img {
    margin: 0 auto;
    max-width: 100%;
  }
  .bul-1 {
    width: 266px;
    height: 197px;
    top: 50%;
    right: 27px;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    background: linear-gradient(41.59deg, rgba(137, 223, 156, 0.76) 0, rgba(139, 220, 149, 0.43) 100%);
  }
  .team {
    background-image: url(../img/block6/2.webp);
  }
  .team__wrapper {
    gap: 20px;
    justify-content: space-between;
    flex-direction: column;
  }
  .for {
    background-image: url(../img/block8/2.webp);
  }
  .for__wrapper {
    gap: 20px;
    justify-content: space-between;
    flex-direction: column;
  }
  .for__item {
    flex: 0 0 100%;
    width: 90%;
  }
  #leadform {
    max-width: 100%;
    width: 100%;
  }
  .lse {
    font-size: 13px;
  }
}
@media (max-width: 47.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 29.99875em) {
  .header__btn-menu {
    display: none;
  }
  .header__btn-menu::before {
    content: "";
    position: fixed;
    top: 0;
    left: -100%;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 2;
  }
  .menu-open .header__btn-menu {
    left: 0;
  }
  .menu-open .header__btn-menu::before {
    left: 0;
  }
}
@media (min-width: 20em) and (max-width: 70.625em) {
  .form-start__item.bl2 {
    width: clamp(20rem, 13.2345679012rem + 33.8271604938vw, 37.125rem);
  }
  .form-start__item.bl2 {
    padding-top: clamp(1.125rem, 1.075617284rem + 0.2469135802vw, 1.25rem);
  }
  .form-start__item.bl2 {
    padding-bottom: clamp(0.625rem, 0.3780864198rem + 1.2345679012vw, 1.25rem);
  }
  .form-start__item.bl2 {
    padding-left: clamp(1.25rem, 0.262345679rem + 4.9382716049vw, 3.75rem);
  }
  .form-start__item.bl2 {
    padding-right: clamp(1.25rem, 0.262345679rem + 4.9382716049vw, 3.75rem);
  }
  .form-start__item.bl2 p {
    font-size: clamp(0.75rem, 0.5524691358rem + 0.987654321vw, 1.25rem);
  }
  .form-start__item.bl2 p {
    padding-bottom: clamp(0.4375rem, 0.2399691358rem + 0.987654321vw, 0.9375rem);
  }
  .form-start__title {
    font-size: clamp(1.125rem, 0.8780864198rem + 1.2345679012vw, 1.75rem);
  }
  .form-start__title {
    padding-bottom: clamp(0.875rem, 0.850308642rem + 0.1234567901vw, 0.9375rem);
  }
  .form-start__subtitle {
    padding-bottom: clamp(0.4375rem, 0.2399691358rem + 0.987654321vw, 0.9375rem);
  }
  .form-start__subtitle {
    font-size: clamp(0.875rem, 0.7268518519rem + 0.7407407407vw, 1.25rem);
  }
  .form-start-img-bg {
    height: clamp(9.375rem, -5.4398148148rem + 74.0740740741vw, 46.875rem);
  }
  .form-start-img-bg {
    width: clamp(20rem, 17.6049382716rem + 11.975308642vw, 26.0625rem);
  }
  .input {
    padding-left: clamp(0.625rem, 0.2546296296rem + 1.8518518519vw, 1.5625rem);
  }
  .input {
    height: clamp(2.5rem, 2.4012345679rem + 0.4938271605vw, 2.75rem);
  }
  .close-form-start {
    right: clamp(0.625rem, 0.3780864198rem + 1.2345679012vw, 1.25rem);
  }
  .close-form-start {
    top: clamp(0.625rem, 0.3780864198rem + 1.2345679012vw, 1.25rem);
  }
  .form-popup {
    row-gap: clamp(0.4375rem, 0.3634259259rem + 0.3703703704vw, 0.625rem);
  }
  .form-thanks__img {
    width: clamp(3.125rem, 1.8904320988rem + 6.1728395062vw, 6.25rem);
  }
  .form-thanks__title {
    padding-top: clamp(0.9375rem, 0.5671296296rem + 1.8518518519vw, 1.875rem);
  }
  .form-thanks__title {
    padding-bottom: clamp(0.625rem, 0.3780864198rem + 1.2345679012vw, 1.25rem);
  }
  .form-thanks__title h3 {
    font-size: clamp(1.25rem, 0.8549382716rem + 1.975308642vw, 2.25rem);
  }
  .form-thanks__subtitle p {
    font-size: clamp(0.875rem, 0.7268518519rem + 0.7407407407vw, 1.25rem);
  }
  .button {
    font-size: clamp(0.875rem, 0.825617284rem + 0.2469135802vw, 1rem);
  }
  .button {
    padding-top: clamp(0.625rem, 0.625rem + 0, 0.625rem);
  }
  .button {
    padding-bottom: clamp(0.625rem, 0.625rem + 0, 0.625rem);
  }
  .button {
    padding-left: clamp(1.25rem, 1.0030864198rem + 1.2345679012vw, 1.875rem);
  }
  .button {
    padding-right: clamp(1.25rem, 1.0030864198rem + 1.2345679012vw, 1.875rem);
  }
  .title {
    padding-top: clamp(2.5rem, 1.8827160494rem + 3.0864197531vw, 4.0625rem);
  }
  .title {
    padding-bottom: clamp(1.5625rem, 1.3155864198rem + 1.2345679012vw, 2.1875rem);
  }
  .title {
    font-size: clamp(1.5rem, 1.2530864198rem + 1.2345679012vw, 2.125rem);
  }
  .header {
    padding-top: clamp(0.3125rem, 0.263117284rem + 0.2469135802vw, 0.4375rem);
  }
  .header {
    padding-bottom: clamp(0.3125rem, 0.263117284rem + 0.2469135802vw, 0.4375rem);
  }
  .header__logo img {
    width: clamp(6.25rem, 5.8796296296rem + 1.8518518519vw, 7.1875rem);
  }
  .menu__list {
    -webkit-column-gap: clamp(0.9375rem, 0.2214506173rem + 3.5802469136vw, 2.75rem);
    -moz-column-gap: clamp(0.9375rem, 0.2214506173rem + 3.5802469136vw, 2.75rem);
    column-gap: clamp(0.9375rem, 0.2214506173rem + 3.5802469136vw, 2.75rem);
  }
  .footer {
    padding-top: clamp(1.25rem, 0.7561728395rem + 2.4691358025vw, 2.5rem);
  }
  .footer {
    padding-bottom: clamp(1.25rem, 0.7561728395rem + 2.4691358025vw, 2.5rem);
  }
  .fp {
    font-size: clamp(0.8125rem, 0.787808642rem + 0.1234567901vw, 0.875rem);
  }
  .fp {
    padding-top: clamp(0.625rem, 0.5015432099rem + 0.6172839506vw, 0.9375rem);
  }
  p {
    font-size: clamp(0.9375rem, 0.8634259259rem + 0.3703703704vw, 1.125rem);
  }
  .banner__subtext p {
    font-size: clamp(1rem, 0.8518518519rem + 0.7407407407vw, 1.375rem);
  }
  .banner__title {
    font-size: clamp(1.5rem, 1.2037037037rem + 1.4814814815vw, 2.25rem);
  }
  .banner__button {
    padding-top: clamp(1.875rem, 1.1342592593rem + 3.7037037037vw, 3.75rem);
  }
  .etap {
    margin-bottom: clamp(1.875rem, 1.3811728395rem + 2.4691358025vw, 3.125rem);
  }
  .etap__subtitle {
    font-size: clamp(0.8125rem, 0.763117284rem + 0.2469135802vw, 0.9375rem);
  }
  .about2 {
    padding-bottom: clamp(1.875rem, 1.0108024691rem + 4.3209876543vw, 4.0625rem);
  }
  .green-dots {
    gap: clamp(0.625rem, 0.5015432099rem + 0.6172839506vw, 0.9375rem);
  }
  .green-dots li {
    font-size: clamp(0.875rem, 0.825617284rem + 0.2469135802vw, 1rem);
  }
  .green-dots li {
    line-height: clamp(1.0625rem, 1.013117284rem + 0.2469135802vw, 1.1875rem);
  }
  .team {
    padding-top: clamp(1.875rem, 1.3811728395rem + 2.4691358025vw, 3.125rem);
  }
  .team {
    padding-bottom: clamp(1.875rem, 1.3811728395rem + 2.4691358025vw, 3.125rem);
  }
  .team__wrapper {
    padding: clamp(0.9375rem, 0.4436728395rem + 2.4691358025vw, 2.1875rem);
  }
  .team__subtext {
    font-size: clamp(1.25rem, 1.1018518519rem + 0.7407407407vw, 1.625rem);
  }
  .for {
    padding-top: clamp(2.5rem, 1.6358024691rem + 4.3209876543vw, 4.6875rem);
  }
  .for {
    padding-bottom: clamp(2.5rem, 1.6358024691rem + 4.3209876543vw, 4.6875rem);
  }
  .for__subtitle {
    font-size: clamp(1.25rem, 1.1018518519rem + 0.7407407407vw, 1.625rem);
  }
}
@media (max-width: 55.3125em) and (min-width: 70.625em) {
  .form-start__item.bl2 {
    padding-bottom: 3.125rem;
  }
  .form-start-img-bg {
    width: 69.375rem;
  }
}
@media (max-width: 55.3125em) and (min-width: 20em) and (max-width: 70.625em) {
  .form-start__item.bl2 {
    padding-bottom: clamp(2.1875rem, 1.8171296296rem + 1.8518518519vw, 3.125rem);
  }
  .form-start-img-bg {
    width: clamp(26.25rem, 9.212962963rem + 85.1851851852vw, 69.375rem);
  }
}
@media (max-width: 61.99875em) and (min-width: 20em) {
  .menu__body {
    padding-top: 11.25rem;
  }
}
@media (max-width: 61.99875em) and (min-width: 0.125em) and (max-width: 20em) {
  .menu__body {
    padding-top: clamp(7.5rem, 7.4764150943rem + 18.8679245283vw, 11.25rem);
  }
}
@media (max-width: 61.99875em) and (min-width: 70.625em) {
  .menu__body::before {
    padding-top: 1.875rem;
  }
  .menu__body::before {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 61.99875em) and (min-width: 20em) and (max-width: 70.625em) {
  .menu__body::before {
    padding-top: clamp(1.375rem, 1.1774691358rem + 0.987654321vw, 1.875rem);
  }
  .menu__body::before {
    padding-bottom: clamp(0.625rem, 0.3780864198rem + 1.2345679012vw, 1.25rem);
  }
}
@media (any-hover: hover) {
  .menu__link:hover {
    color: #cba768;
    transition: all 0.3s ease 0s;
  }
}

.mbr-section-btn a {
  margin: 0;
  background-color: #181b25 !important;
  color: #ffffff !important;
  border-color: #181b25 !important;
  padding: 6px;
  border-radius: 7px;
}

.alert-message {
  font-size: 12px !important;
  margin: 0.3rem 0px !important;
}

.cookie-wrapper {
  padding: 4px !important;
}
.button {
  padding-bottom: 9px;
  padding-top: 9px;
}
.itm2 {
  background-color: #ff000000;
}

button:disabled {
  background-color: gray;
  cursor: not-allowed;
}
.button:disabled::after {
  border-color: gray;
}
button:active {
  background-color: rgb(122, 24, 24);
  cursor: not-allowed;
}

#cookiesdirective {
  z-index: 9999999999999999999!important;
}


@media (max-width: 600px) {
.bn{
  max-width: 300px;
}
}
