@charset "utf-8";
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  color: #191919;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
}
a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 20px;
}
h1,
.h1 {
  font-weight: 400;
  font-size: 40px;
  margin: 0 0 50px;
}
@media (max-width: 1023.98px) {
  h1,
  .h1 {
    font-size: 30px;
    margin: 0 0 30px;
  }
}
h2,
.h2 {
  font-size: 40px;
}
@media (max-width: 1023.98px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}
h3,
.h3 {
  font-size: 24px;
}
@media (max-width: 1023.98px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  h3,
  .h3 {
    font-size: 18px;
  }
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
p {
  margin: 0 0 20px;
}
a {
  color: #191919;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #191919;
  text-decoration: none;
}
.box {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
}
.container {
  width: 100%;
  max-width: 1390px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
@media (max-width: 1389.98px) {
  .container {
    max-width: 1170px;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 900px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 500px;
  }
}
@media (max-width: 1023.98px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }
}
.hide {
  display: none !important;
}
input,
textarea {
  padding: 5px 24px;
  border-radius: 50px;
  border: 1px solid #D6D6D6;
  font-size: 14px;
}
input:focus,
textarea:focus,
input:focus-visible,
textarea:focus-visible {
  outline: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #8E8E98;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #8E8E98;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #8E8E98;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #8E8E98;
}
input::placeholder,
textarea::placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #8E8E98;
}
input {
  height: 48px;
}
.form-group {
  position: relative;
}
.form-group label {
  position: absolute;
  left: 24px;
  top: 16px;
  font-weight: 400;
  font-size: 12px;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  color: #8E8E98;
}
.form-group.value label,
.form-group input:focus label {
  top: 6px;
}
.btn {
  position: relative;
  outline: none !important;
  cursor: pointer;
  text-decoration: none !important;
  background: none;
  -webkit-appearance: none;
  display: block;
  width: 210px;
  background-color: #547A33;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.025em;
  font-weight: 700;
  -webkit-transform: translateZ(0px);
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 60px;
  line-height: 60px;
  border: none;
  vertical-align: middle;
}
.btn > * {
  line-height: 1;
}
.btn:active,
.btn:focus,
.btn:hover {
  text-decoration: none !important;
  outline: none !important;
}
.btn--contacts {
  width: 440px;
  background-color: #fff;
  color: #547A33;
}
.btn--contacts:hover {
  color: #547A33;
}
.btn--create {
  background-color: #fff;
  border: 2px solid #E5E5E5;
  color: #547A33;
}
.btn--create:hover {
  color: #547A33;
}
.btn--cosmetics {
  width: 325px;
}
button:focus {
  outline: none !important;
}
.form-input {
  font-weight: 400;
  font-size: 20px;
}
.text-input {
  border: none;
  outline: none !important;
  -webkit-appearance: none;
  background: none;
  overflow: hidden;
  height: 65px;
  line-height: normal;
  font-weight: 400;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
}
.text-input:placeholder {
  color: #879ea7;
}
.preloader_btn {
  position: relative;
  top: -56px;
  left: 78px;
  height: 54px;
  display: none;
}
.page-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.provide {
  text-decoration: underline;
  color: #fff;
}
.provide:hover {
  color: #fff;
}
.success-copy {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #547A33;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
  border-radius: 10px;
  z-index: 1;
  display: none;
  font-size: 16px;
  white-space: nowrap;
}
.success-copy.show {
  display: block;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
  font-weight: 600;
}
.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #689145;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
}
.link::after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  margin: -5px 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/arrow.svg');
}
.link:hover {
  color: #689145;
}
.header {
  margin-bottom: 30px;
  position: relative;
  z-index: 101;
}
@media (min-width: 768px) {
  .header {
    margin-bottom: 55px;
  }
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .header__wrap {
    padding: 22px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header__logo {
  display: inline-block;
  margin-right: auto;
}
.header__logo img {
  width: auto;
  max-height: 64px;
}
@media (min-width: 768px) {
  .header__logo img {
    max-height: 88px;
  }
}
.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .header__nav {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    z-index: 1000;
    border-radius: 10px;
    padding: 30px 10px;
    -webkit-box-shadow: 0 20px 20px -15px #191919;
    box-shadow: 0 20px 20px -15px #191919;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__nav.open {
    pointer-events: auto;
    opacity: 1;
  }
}
.header__nav a {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.header__nav a.active {
  display: none;
}
.header__nav a img {
  margin-bottom: 9px;
}
@media (max-width: 767.98px) {
  .header__nav a img {
    display: none;
  }
}
.header__burger {
  font-size: 0;
  line-height: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  position: relative;
  margin: auto 0;
  border-radius: 50%;
  overflow: hidden;
  padding: 0 5px;
  border: 2px solid #876d5b;
}
@media (min-width: 768px) {
  .header__burger {
    display: none;
  }
}
.header__burger::after {
  content: '';
  position: absolute;
  left: 5px;
  top: calc(50% - 7px);
  height: 14px;
  width: calc(100% - 10px);
  display: block;
  border-top: 2px solid #876d5b;
  border-bottom: 2px solid #876d5b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__burger::before {
  content: '';
  position: absolute;
  left: 5px;
  top: calc(50% - 1px);
  height: 2px;
  width: calc(100% - 10px);
  display: block;
  background-color: #876d5b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__burger.open {
  z-index: 11;
}
.header__burger.open::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__burger.open::after {
  top: calc(50% - 1px);
  height: 2px;
  border: 0px solid transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #876d5b;
}
.header__lang {
  margin: auto 20px auto 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .header__lang {
    margin: auto 20px 1px 0;
    position: relative;
  }
}
.header__lang-list {
  position: absolute;
  right: 0;
  top: calc(100% + 5px);
  background-color: #fff;
  border-radius: 10px;
  padding: 6px 0;
  -webkit-box-shadow: 0 0 10px -5px #191919;
  box-shadow: 0 0 10px -5px #191919;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 767.98px) {
  .header__lang-list {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    z-index: 1000;
    border-radius: 10px;
    padding: 20px 10px;
    -webkit-box-shadow: 0 20px 20px -15px #191919;
    box-shadow: 0 20px 20px -15px #191919;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.header__lang-list.show {
  pointer-events: auto;
  opacity: 1;
  z-index: 1000;
}
.header__lang-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .header__lang-active span {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header__lang-active img {
    margin-right: 0!important;
  }
}
.header__lang-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.header__lang-item.active {
  background-color: #ededed;
}
@media (max-width: 767.98px) {
  .header__lang-item.active {
    border-radius: 10px;
  }
}
@media (min-width: 1024px) {
  .header__lang-item:not(.active):hover {
    background-color: #f7f7f7;
  }
}
.header__lang span {
  font-size: 18px;
}
.header__lang img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .header__lang img {
    width: 22px;
    height: 22px;
  }
}
.footer {
  position: relative;
  background-image: url("../img/analyzer.svg");
  background-repeat: no-repeat;
  background-size: 120% auto;
  background-position: top 20px center;
  z-index: 20;
}
@media (max-width: 767.98px) {
  .footer {
    background-image: url("../img/mob-analyzer-bg.svg");
    background-position: top center;
    background-size: cover;
  }
}
.footer__wrapper {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 65px;
  z-index: 200;
}
@media (max-width: 767.98px) {
  .footer__wrapper {
    padding-top: 54px;
    padding-bottom: 34px;
  }
  .footer__wrapper .btn {
    width: 100%;
  }
}
.footer__copyright {
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
  margin-top: 44px;
}
.cookies-block {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #000;
  padding-top: 32px;
  padding-bottom: 28px;
  z-index: 100;
}
@media (max-width: 767.98px) {
  .cookies-block {
    padding: 28px 10px;
  }
}
.cookies-block.disabled {
  display: none;
}
.cookies-block p {
  display: block;
  text-align: center;
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
}
.cookies-block__close {
  position: absolute;
  top: 34px;
  right: 30px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .cookies-block__close {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 15px;
  }
}
.cookies-block__close span::before,
.cookies-block__close span::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  top: 9px;
  background-color: #fff;
  cursor: pointer;
}
.cookies-block__close span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cookies-block__close span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main-block {
  position: relative;
}
.main-block::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -69px;
  width: 100%;
  height: calc(100% + 52px);
  background-image: url("../img/plant@2x.png");
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-position: bottom center;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .main-block::after {
    bottom: -30px;
    right: 0;
    background-size: 100% auto;
    background-image: url("../img/mob-plant@2x.png");
    background-repeat: no-repeat;
  }
}
.main-block .container {
  position: relative;
}
.main-block__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 100;
  overflow: hidden;
}
.main-block__overhead {
  display: block;
  margin: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .main-block__overhead {
    display: none;
  }
}
.main-block__title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .main-block__title {
    margin-bottom: 30px;
  }
}
.main-block__form {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .main-block__form {
    margin-bottom: 25px;
  }
}
.main-block__textarea {
  display: block;
  width: 555px;
  height: 200px;
  border: 2px solid #E5E5E5;
  border-radius: 30px;
  padding: 20px 30px;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #6B6B6B;
}
@media (max-width: 1199.98px) {
  .main-block__textarea {
    width: 100%;
  }
}
.main-block__textarea::-webkit-input-placeholder {
  font-size: 20px;
  font-weight: 300;
}
.main-block__textarea::-moz-placeholder {
  font-size: 20px;
  font-weight: 300;
}
.main-block__textarea:-ms-input-placeholder {
  font-size: 20px;
  font-weight: 300;
}
.main-block__textarea::-ms-input-placeholder {
  font-size: 20px;
  font-weight: 300;
}
.main-block__textarea::placeholder {
  font-size: 20px;
  font-weight: 300;
}
.main-block__textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.main-block__textarea:focus::-moz-placeholder {
  opacity: 0;
}
.main-block__textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.main-block__textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
.main-block__textarea:focus::placeholder {
  opacity: 0;
}
.main-block__social-block p {
  display: block;
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}
.main-block__social-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 17px;
}
.main-block__social-list li:not(:last-child) {
  margin-right: 10px;
}
.main-block__social-list li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 53px;
  height: 53px;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
}
.main-block__comment-block {
  position: relative;
  margin-bottom: 92px;
  margin-left: 100px;
}
@media (max-width: 767.98px) {
  .main-block__comment-block {
    margin-left: 78px;
    margin-bottom: 80px;
  }
}
@media (max-width: 374.98px) {
  .main-block__comment-block {
    margin-left: 70px;
  }
}
.main-block__comment-text {
  display: inline-block;
  margin: 0;
  width: 460px;
  background-color: #689145;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
  padding: 12px 40px;
  border-radius: 30px;
  font-style: italic;
}
@media (max-width: 767.98px) {
  .main-block__comment-text {
    width: 100%;
    max-width: 300px;
    font-size: 20px;
    line-height: 20px;
    padding: 15px;
  }
}
@media (max-width: 374.98px) {
  .main-block__comment-text {
    text-align: center;
  }
}
.main-block__comment-text::before {
  content: '';
  position: absolute;
  left: -26px;
  bottom: 15px;
  width: 45px;
  height: 30px;
  background-image: url("../img/arrow_green.png");
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .main-block__comment-text::before {
    left: -24px;
    bottom: 10px;
  }
}
.main-block__rabbit-block {
  position: absolute;
  bottom: -55px;
  left: -95px;
}
.main-block__rabbit-block img {
  width: 95px;
  height: 95px;
}
.main-block__grass-block {
  position: absolute;
  left: -27px;
  bottom: -67px;
}
.main-block__grass-block img {
  width: 570px;
}
.analyzer-block {
  position: relative;
  background-image: url("../img/analyzer.svg");
  background-repeat: no-repeat;
  background-position: top;
  min-height: 472px;
  z-index: 10;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .analyzer-block {
    background-image: url("../img/mob-analyzer-bg.svg");
    background-size: 100% auto;
    min-height: auto;
  }
}
.analyzer-block::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 50%;
  background-color: #689145;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.analyzer-block::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: calc(0px + 30px);
  display: block;
  width: 185%;
  height: 300px;
  border-radius: 0 0 50% 50%;
  background-color: #689145;
  z-index: -1;
  -webkit-transform: scaleY(1.2) translateX(-50%);
  transform: scaleY(1.2) translateX(-50%);
}
@media (max-width: 767.98px) {
  .analyzer-block::after {
    width: 1000px;
    height: 50%;
    bottom: 0px;
    -webkit-transform: scaleY(1) translateX(-50%);
    transform: scaleY(1) translateX(-50%);
  }
}
.analyzer-block__heading {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  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;
  padding-top: 140px;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .analyzer-block__heading {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
.analyzer-block__heading p {
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 785px;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}
.analyzer-block__heading .analyzer-block__text {
  margin-bottom: 30px;
}
.coming-block__heading {
  width: 100%;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 106px;
  padding-bottom: 84px;
}
@media (max-width: 767.98px) {
  .coming-block__heading {
    padding-bottom: 40px;
    padding-top: 100px;
  }
}
.coming-block__title {
  display: block;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .coming-block__title {
    font-size: 30px;
    text-align: center;
  }
}
.coming-block__text {
  display: block;
  text-align: center;
  max-width: 785px;
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .coming-block__text {
    margin-bottom: 37px;
  }
}
.coming-block__text a {
  color: #191919;
  font-weight: 300;
}
.coming-block__photo-block {
  width: 1015px;
  height: 328px;
}
@media (max-width: 1199.98px) {
  .coming-block__photo-block {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .coming-block__photo-block {
    height: 730px;
  }
}
.coming-block__photo-block img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.coming-block__photo-block .desktop {
  display: block;
}
@media (max-width: 767.98px) {
  .coming-block__photo-block .desktop {
    display: none;
  }
}
.coming-block__photo-block .mob {
  display: none;
}
@media (max-width: 767.98px) {
  .coming-block__photo-block .mob {
    display: block;
  }
}
.coming-block__advantages-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 47px;
}
@media (max-width: 767.98px) {
  .coming-block__advantages-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 100px;
  }
}
.coming-block__advantages-list li:not(:last-child) {
  margin-right: 250px;
}
@media (max-width: 767.98px) {
  .coming-block__advantages-list li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .coming-block__advantages-list li:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .coming-block__advantages-list li:nth-child(2) svg {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .coming-block__advantages-list li:nth-child(3) svg {
    margin-top: -30px;
  }
}
.coming-block__advantages-list li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.coming-block__advantages-list svg {
  margin-bottom: 55px;
}
@media (max-width: 767.98px) {
  .coming-block__advantages-list svg {
    margin-bottom: 40px;
  }
}
.coming-block__advantages-title {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .coming-block__advantages-title {
    margin-bottom: 10px;
  }
}
.coming-block__advantages-text {
  display: block;
  margin: 0;
  text-align: center;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  max-width: 210px;
}
@media (max-width: 767.98px) {
  .coming-block__advantages-text {
    font-size: 25px;
    font-weight: 300;
  }
}
.results-block {
  position: relative;
}
.results-block::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -106px;
  width: 100%;
  height: 800px;
  background-image: url("../img/plant@2x.png");
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-position: center center;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .results-block::after {
    background-position: -970px center;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .results-block::after {
    bottom: -122px;
  }
}
.results-block.aproved::after {
  display: none;
}
.results-block__wrapper {
  position: relative;
  overflow: hidden;
  z-index: 100;
  min-height: 350px;
}
.results-block__title {
  display: block;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .results-block__title {
    font-size: 30px;
  }
}
.results-block__subtitle {
  display: block;
  margin: 0;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 14px;
}
.results-block__description {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 40px;
  max-width: 550px;
}
@media (min-width: 1200px) {
  .results-block__description {
    min-height: 180px;
  }
}
.results-block__description a {
  font-size: 0;
}
.results-block__description span {
  font-size: 20px;
  font-weight: bold;
}
.results-block__description .white {
  color: rgba(25, 25, 25, 0.4);
}
.results-block__description .none-white {
  color: rgba(25, 25, 25, 0.4);
  font-weight: 400;
}
.results-block__list {
  margin-bottom: 40px;
}
.results-block__list-title {
  display: block;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .results-block__card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 30px;
  }
}
@media (min-width: 768px) {
  .results-block__card {
    width: calc(50% - 16px);
  }
}
.results-block__card,
.results-block__info-block,
.results-block__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.results-block__card:not(:last-child) {
  margin-bottom: 20px;
}
.results-block__card-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
}
.results-block__card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .results-block__card-inner {
    margin-right: 20px;
  }
}
.results-block__found_div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 60px;
}
.results-block__found_div img {
  height: 72px;
  float: left;
  margin-top: -45px;
}
.results-block__found-counter {
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
  margin-bottom: 30px;
  margin-left: 22px;
}
@media (max-width: 767.98px) {
  .results-block__found-counter {
    margin-left: 0px;
  }
}
.results-block__info-block {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .results-block__info-block {
    display: block;
  }
}
.results-block__aproved-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .results-block__aproved-block {
    margin-bottom: 44px;
  }
}
.results-block__aproved-block img {
  width: 210px;
  height: 120px;
}
.results-block__aproved-title {
  display: block;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.results-block__info-title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 15px;
}
.results-block__info-text {
  display: block;
  margin: 0;
  max-width: 325px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
.results-block__btn-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .results-block__btn-wrapper {
    display: block;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.results-block__btn-wrapper .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.results-block__btn-wrapper .btn:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .results-block__btn-wrapper .btn:not(:last-child) {
    margin-bottom: 20px;
  }
}
.results-block__comment-block {
  position: absolute;
  top: 140px;
  right: 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .results-block__comment-block {
    position: relative;
    top: 0;
    margin-left: 78px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .results-block__comment-block {
    position: relative;
    top: 0;
    margin-top: 20px;
    margin-left: 70px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .results-block__comment-block .main-block__comment-text {
    max-width: 335px;
  }
}
@media (min-width: 1390px) {
  .results-block__comment-block .main-block__comment-text {
    max-width: 425px;
  }
}
.results-block__rabbit-block {
  position: absolute;
  bottom: -83px;
  left: -176px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .results-block__rabbit-block {
    bottom: -55px;
    left: -95px;
  }
}
@media (max-width: 767.98px) {
  .results-block__rabbit-block {
    bottom: -55px;
    left: -95px;
  }
}
.results-block__rabbit-block img {
  width: 210px;
  height: 210px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .results-block__rabbit-block img {
    width: 95px;
    height: 95px;
  }
}
@media (max-width: 767.98px) {
  .results-block__rabbit-block img {
    width: 95px;
    height: 95px;
  }
}
.results-block__grass-block {
  position: absolute;
  left: -35px;
  bottom: -92px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .results-block__grass-block {
    bottom: -67px;
    left: -25px;
  }
}
@media (max-width: 767.98px) {
  .results-block__grass-block {
    bottom: -67px;
    left: -25px;
  }
}
.results-block__grass-block img {
  width: 570px;
}
@media (min-width: 1200px) and (max-width: 1388.98px) {
  .results-block__grass-block img {
    width: 520px;
  }
}
@media (max-width: 767.98px) {
  .results-block__icon {
    width: 25px;
  }
}
.results-block__icon:not(:last-child) {
  margin-right: 3px;
}
.results-block__icon img {
  width: 25px;
  height: 38px;
  display: none;
  margin-bottom: 5px;
}
.results-block__icon:not(:last-child) {
  margin-right: 8px;
}
.results-block__permanent-wrap {
  display: none;
  position: relative;
}
.results-block__permanent-wrap.show {
  display: block;
}
.results-block__permanent-link {
  color: #689145;
  margin-top: -20px;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .results-block__permanent-link {
    margin-top: 15px;
  }
}
.results-block__permanent-link a {
  pointer-events: none;
  cursor: default;
  color: #689145;
}
.results-block__card-sub {
  color: rgba(25, 25, 25, 0.4);
  font-weight: 400;
  text-decoration: none;
}
.green {
  color: #689145;
  fill: #689145;
}
.brown {
  color: #806D5F;
  fill: #806D5F;
}
.white {
  color: #E5E5E5;
  fill: #E5E5E5;
}
.crimson {
  color: #8F5478;
  fill: #8F5478;
}
.yellow {
  color: #DAD933;
  fill: #DAD933;
}
.about-block {
  position: relative;
  padding-top: 55px;
  padding-bottom: 40px;
}
.about-block__wrapper {
  position: relative;
}
.about-block__title,
.about-block__text {
  color: #191919;
}
.about-block__title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 15px;
}
.about-block__text {
  display: block;
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
.about-block__text a {
  color: #547A33;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .ingredient-block {
    margin-top: -80px;
  }
}
@media (min-width: 1200px) and (max-width: 1388.98px) {
  .ingredient-block .ingredient-block .results-block__comment-block {
    top: 50px;
  }
  .ingredient-block .ingredient-block .results-block__grass-block img {
    width: 520px;
  }
}
.ingredient-block__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .ingredient-block__card {
    display: block;
    width: 100%;
  }
}
.ingredient-block__wrapper {
  position: relative;
  z-index: 100;
  padding-bottom: 380px;
  padding-top: 50px;
  overflow: hidden;
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .ingredient-block__wrapper {
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .ingredient-block__wrapper {
    padding-top: 0px;
  }
}
.ingredient-block__title {
  display: block;
  margin-bottom: 26px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .ingredient-block__title {
    font-size: 30px;
  }
}
.ingredient-block__photo-block {
  width: 210px;
  height: 210px;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .ingredient-block__photo-block {
    margin-bottom: 30px;
  }
}
.ingredient-block__photo-block img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ingredient-block__card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ingredient-block__card-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 20px;
}
.ingredient-block__card-title {
  display: block;
  width: 100px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 20px;
}
.ingredient-block__card-value {
  display: block;
  max-width: 350px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
.ingredient-block .btn--cosmetics {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .ingredient-block .btn--cosmetics {
    width: 100%;
  }
}
.ingredients-block__header {
  margin-bottom: 50px;
}
.ingredients-block__header h1 {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .ingredients-block__title {
    font-size: 30px;
  }
}
.ingredients-block__wrapper {
  overflow: hidden;
  position: relative;
  z-index: 100;
}
@media (max-width: 767.98px) {
  .ingredients-block__wrapper .main-block__comment-block {
    margin-bottom: 80px;
    margin-left: 70px;
  }
}
.ingredients-block__title {
  display: block;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 40px;
}
.ingredients-block__number-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.ingredients-block__value:not(:last-child) {
  margin-right: 10px;
}
.ingredients-block__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 50%;
  border: 1px solid #E5E5E5;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #4E463F;
  text-transform: uppercase;
}
.ingredients-block__alphabet-block .ingredients-block__value.disabled {
  color: rgba(78, 70, 63, 0.5);
}
.ingredients-block__alphabet-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 590px;
  margin-bottom: 50px;
}
.ingredients-block__components-block {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}
.ingredients-block__components-block.second-components {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1015px;
}
@media (max-width: 767.98px) {
  .ingredients-block__components-block.second-components {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.ingredients-block__left-part,
.ingredients-block__right-part {
  width: 440px;
}
@media (max-width: 767.98px) {
  .ingredients-block__left-part,
  .ingredients-block__right-part {
    width: 100%;
  }
}
.ingredients-block__components-link {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #547A33;
}
.ingredients-block__controls-guides .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #E5E5E5;
}
.ingredients-block__arrow-left {
  margin-right: 10px;
}
.ingredients-block__controls-block,
.ingredients-block__controls-guides,
.ingredients-block__controls-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .ingredients-block__controls-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.ingredients-block__controls-guides {
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .ingredients-block__controls-guides {
    margin-bottom: 30px;
  }
}
.ingredients-block__controls-pages li:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .ingredients-block__controls-pages li:not(:last-child) {
    margin-right: 10px;
  }
}
.ingredients-block__controls-pages li a {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #6B6B6B;
}
@media (max-width: 767.98px) {
  .ingredients-block__controls-pages li a {
    font-size: 18px;
  }
}
.ingredients-block__controls-pages li.active {
  font-size: 25px;
  line-height: 30px;
  color: #547A33;
}
.ingredients-block__list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .ingredients-block__list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.ingredients-block__list-wrapper .ingredients-block__number-list {
  max-width: 300px;
  margin-right: 55px;
}
.ingredients-block__list-wrapper .ingredients-block__alphabet-block {
  max-width: 770px;
  margin-bottom: 0;
}
.jsSuccessFormText {
  display: none;
}
.popup-block {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow-y: auto;
  color: #000;
  display: none;
}
.popup-block.show {
  display: block;
}
@media (max-width: 767.98px) {
  .popup-block {
    -webkit-overflow-scrolling: touch !important;
  }
}
.popup-block__overlay {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 1200px) {
  .popup-block__overlay {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .popup-block__overlay {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .popup-block__overlay {
    overflow: hidden;
    display: block;
    padding-bottom: 60px;
  }
}
.popup-block__close {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .popup-block__close {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 767.98px) {
  .popup-block__close {
    position: absolute;
    top: 20px;
    right: 10px;
    left: auto;
  }
}
.popup-block__close::after,
.popup-block__close::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #4E463F;
  border-color: #4E463F;
  border-radius: 2px;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 1px;
  margin-top: -1px;
  margin-left: -17px;
}
.popup-block__close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup-block__close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup-block__popup {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
}
@media (min-width: 1200px) {
  .popup-block__popup {
    width: 670px;
    height: auto;
    -webkit-box-shadow: 0 0 15px 0 rgba(12, 12, 12, 0.2);
    box-shadow: 0 0 15px 0 rgba(12, 12, 12, 0.2);
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .popup-block__popup {
    width: 685px;
    height: auto;
    -webkit-box-shadow: 0 0 15px 0 rgba(12, 12, 12, 0.2);
    box-shadow: 0 0 15px 0 rgba(12, 12, 12, 0.2);
  }
}
@media (max-width: 767.98px) {
  .popup-block__popup {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 60px;
    overflow: hidden;
  }
}
.popup-block__popup .inner-content {
  height: auto;
}
@media (min-width: 768px) {
  .popup-block__popup .inner-content {
    padding-top: 109px;
    padding-bottom: 109px;
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 767.98px) {
  .popup-block__popup .inner-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.popup-block__form {
  width: 100%;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .popup-block__form {
    margin-top: 109px;
    margin-bottom: 60px;
  }
}
.popup-block__form .input-wrapper {
  width: 100%;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
.popup-block__input {
  outline: 0;
  background: 0;
  width: 440px;
  border: 1px solid #E5E5E5;
  border-radius: 30px;
  padding-top: 18px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  font-size: 20px;
}
.popup-block__input::-webkit-input-placeholder {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #6B6B6B;
}
.popup-block__input::-moz-placeholder {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #6B6B6B;
}
.popup-block__input:-ms-input-placeholder {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #6B6B6B;
}
.popup-block__input::-ms-input-placeholder {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #6B6B6B;
}
.popup-block__input::placeholder {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #6B6B6B;
}
.popup-block__textarea {
  outline: 0;
  border: 1px solid #E5E5E5;
  border-radius: 30px;
  width: 440px;
  height: 145px;
  padding: 20px 30px;
  font-size: 20px;
}
.popup-block__textarea::-webkit-input-placeholder {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #6B6B6B;
}
.popup-block__textarea::-moz-placeholder {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #6B6B6B;
}
.popup-block__textarea:-ms-input-placeholder {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #6B6B6B;
}
.popup-block__textarea::-ms-input-placeholder {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #6B6B6B;
}
.popup-block__textarea::placeholder {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #6B6B6B;
}
@media (max-width: 767.98px) {
  .popup-block__input,
  .popup-block__textarea {
    width: 100%;
  }
}
.search-block {
  position: relative;
  margin-bottom: 40px;
}
.search-block input {
  width: 100%;
}
.search-block .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 48px;
  line-height: 48px;
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search-block .btn img {
  width: 24px;
  height: 24px;
}
.search-block__hints {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 110%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px -8px #191919;
  box-shadow: 0 0 10px -8px #191919;
  border-radius: 15px;
  width: 100%;
  padding: 20px;
  max-height: 400px;
  scrollbar-width: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.search-block__hints::-webkit-scrollbar {
  display: none;
}
.search-block__hints.show {
  opacity: 1;
  pointer-events: auto;
}
.search-block__hints a + a {
  margin-top: 10px;
}
