@charset "UTF-8";
/*обнуление*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
html {
  scroll-behavior: smooth;
}
/*---------------------------------*/
body {
  color: #313231;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container {
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .container {
    max-width: 600px;
  }
}

.title {
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 76.8px */
}
@media (max-width: 991.98px) {
  .title {
    font-size: 32px;
  }
}

.header {
  position: fixed;
  width: 100%;
  padding: 39px 0 0 0;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 99;
}

@media (max-width: 991.98px) {
  .header {
    padding: 12px 0 0 0;
  }
}
.header__block {
  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;
}

.header__logo {
  color: #ededed;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
}

@media (max-width: 1200px) {
  .header__menu {
    gap: 32px;
  }
}
@media (max-width: 991.98px) {
  .header__logo {
    font-size: 18px;
  }
  .header__menu {
    display: none;
  }
}
.header__link {
  color: #ededed;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  opacity: 0.7;
}

.header__link:hover {
  color: #fff;
  opacity: 1;
}

.header__btn {
  color: #313231;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 161px;
  height: 48px;
  padding: 0 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200000px;
  background: var(--f-9-eb-1-b, #f9eb1b);
}

.header__btn:hover {
  background: #d67fe9;
  color: #fff;
}

@media (max-width: 991.98px) {
  .header__btn {
    height: 44px;
    width: 141px;
  }
}
.header.scrolled {
  padding: 16px 0;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

@media (max-width: 991.98px) {
  .header.scrolled {
    padding: 12px 0;
  }
}
.mainsreen {
  background-image: url(../img/mainsreen/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 479.98px) {
  .mainsreen {
    background-image: url(../img/mainsreen/bg-mob.jpg);
    background-position: top center;
  }
}
.mainsreen .container {
  position: relative;
}
.mainsreen__block {
  padding: 87px 0 203px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .mainsreen__block {
    padding: 56px 0 416px 0;
  }
}
.mainsreen__text {
  margin: 120px 0 0 0;
  max-width: 700px;
  position: relative;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .mainsreen__text {
    margin: 24px 0 0 0;
  }
}
.mainsreen__text-block {
  position: relative;
  z-index: 2;
}
.mainsreen__title {
  color: #ededed;
  font-size: 84px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 101.511px */
}
@media (max-width: 991.98px) {
  .mainsreen__title {
    font-size: 32px;
  }
}
.mainsreen__title-info {
  padding: 15px 32px;
  max-width: 392px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  border-radius: 237px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}
@media (max-width: 991.98px) {
  .mainsreen__title-info {
    padding: 10px 25px;
  }
  .mainsreen__title-info img {
    width: 48px;
  }
}
.mainsreen__title-info span {
  color: #ededed;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 31.605px */
}
@media (max-width: 991.98px) {
  .mainsreen__title-info span {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .mainsreen__title-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin: 16px 0 0 0;
  }
}
.mainsreen__list {
  margin: 32px 0 0 0;
}
@media (max-width: 991.98px) {
  .mainsreen__list {
    margin: 24px 0 0 0;
  }
}
.mainsreen__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px 0;
}
.mainsreen__list li:last-child {
  margin: 0;
}
@media (max-width: 991.98px) {
  .mainsreen__list li img {
    width: 48px;
  }
}
.mainsreen__list li span {
  color: #ededed;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 26.4px */
}
@media (max-width: 991.98px) {
  .mainsreen__list li span {
    font-size: 20px;
  }
}
.mainsreen__bg-1 {
  position: absolute;
  opacity: 0.43;
  background: #000;
  -webkit-filter: blur(300px);
  filter: blur(300px);
  width: 567px;
  height: 259px;
  top: 510px;
  left: -70px;
}
@media (max-width: 991.98px) {
  .mainsreen__bg-1 {
    width: 383px;
    height: 206px;
    top: 281px;
    left: -23px;
    opacity: 0.7;
  }
}
.mainsreen__bg-2 {
  position: absolute;
  opacity: 0.45;
  background: #000;
  -webkit-filter: blur(300px);
  filter: blur(300px);
  width: 678px;
  height: 605px;
  top: 70px;
  left: -10px;
}
@media (max-width: 991.98px) {
  .mainsreen__bg-2 {
    width: 567px;
    height: 594px;
    opacity: 0.7;
    top: 63px;
    left: -76px;
  }
}
.mainsreen__img {
  position: absolute;
  right: -240px;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .mainsreen__img {
    bottom: 0;
    right: 0;
  }
  .mainsreen__img img {
    max-width: 100%;
  }
}
@media (max-width: 479.98px) {
  .mainsreen__img {
    right: -77px;
  }
  .mainsreen__img img {
    max-width: 480px;
  }
}

.text-bold {
  font-weight: 700;
}

.s1 {
  background-color: #329438;
  padding: 100px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .s1 {
    padding: 70px 0;
  }
}
.s1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 100px;
  position: relative;
}
@media (max-width: 1230px) {
  .s1__row {
    gap: 32px;
  }
}
@media (max-width: 991.98px) {
  .s1__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.s1__column:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  position: relative;
}
@media (max-width: 991.98px) {
  .s1__column:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.s1__img {
  position: absolute;
}
@media (max-width: 991.98px) {
  .s1__img {
    position: static;
  }
}
.s1__img-main {
  border-radius: 25px;
  max-width: 695px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .s1__img-main {
    border-radius: 12px;
  }
}
.s1__img-icon {
  position: absolute;
  z-index: 2;
  top: 279px;
  right: -70px;
}
@media (max-width: 1230px) {
  .s1__img-icon {
    right: -20px;
  }
  .s1__img-icon img {
    width: 74px;
  }
}
@media (max-width: 991.98px) {
  .s1__img-icon {
    -webkit-transform: rotate(-62deg);
    -ms-transform: rotate(-62deg);
    transform: rotate(-62deg);
    right: 14px;
    top: -32px;
  }
}
.s1__title {
  color: #ededed;
  max-width: 568px;
}
.s1__subtitle {
  max-width: 623px;
  margin: 48px 0 0 0;
  color: #ededed;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
}
@media (max-width: 991.98px) {
  .s1__subtitle {
    font-size: 24px;
    margin: 24px 0 0 0;
  }
}

.s2 {
  padding: 100px 0;
  background-color: #dfdfdf;
  position: relative;
}
@media (max-width: 991.98px) {
  .s2 {
    padding: 70px 0;
    z-index: 3;
  }
}
.s2__row {
  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;
  gap: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .s2__row {
    -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;
    text-align: center;
    gap: 32px;
  }
}
.s2__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 627px;
  flex: 0 1 627px;
}
@media (max-width: 991.98px) {
  .s2__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.s2__column:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 670px;
  flex: 0 0 670px;
}
@media (max-width: 1240px) {
  .s2__column:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 570px;
    flex: 0 0 570px;
  }
}
@media (max-width: 991.98px) {
  .s2__column:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.s2__title {
  max-width: 627px;
}
.s2__subtitle {
  color: #313231;
  margin: 32px 0 0 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  max-width: 455px;
}
@media (max-width: 991.98px) {
  .s2__subtitle {
    max-width: 100%;
    font-size: 18px;
    margin: 24px 0 0 0;
    text-align: center;
  }
}
.s2__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 32px 16px;
  background-image: url(../img/s2/icon-line.svg);
  background-size: 534px 718px;
  background-position: center 26px;
  background-repeat: no-repeat;
}
@media (max-width: 1240px) {
  .s2__items {
    background-size: 520px 718px;
    background-position: center 47px;
  }
}
@media (max-width: 991.98px) {
  .s2__items {
    background-image: url(../img/s2/icon-line-mob.svg);
    max-width: 320px;
    background-size: 285px 544px;
    background-position: center 23px;
    gap: 26px 16px;
  }
}
.s2__item {
  text-align: center;
}
.s2__img {
  position: relative;
  max-width: 200px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .s2__img {
    max-width: 140px;
  }
}
.s2__img img {
  max-width: 200px;
  border-radius: 50%;
  width: 100%;
}
@media (max-width: 991.98px) {
  .s2__img img {
    max-width: 140px;
  }
}
.s2__img-star {
  position: absolute;
  background-image: url(../img/s2/icon-star.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 65px;
  height: 66px;
}
@media (max-width: 991.98px) {
  .s2__img-star {
    width: 50px;
    height: 51px;
  }
}
.s2__img-star_1 {
  top: 1px;
  left: -11px;
}
.s2__img-star_2 {
  bottom: 12px;
  right: -15px;
}
.s2__img-star_3 {
  top: 18px;
  right: -19px;
}
.s2__img-star_4 {
  bottom: -7px;
  left: 10px;
}
.s2__img-star_5 {
  top: 14px;
  left: -23px;
}
.s2__img-star_6 {
  bottom: 0;
  right: 0;
}
.s2__desc {
  margin: 20px 0 0 0;
  color: #313231;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
}
@media (max-width: 991.98px) {
  .s2__desc {
    font-size: 18px;
    margin: 12px 0 0 0;
  }
}
.s2__bg-1 {
  position: absolute;
  top: 147px;
  left: 45px;
}
@media (max-width: 991.98px) {
  .s2__bg-1 {
    top: -48px;
    left: 19px;
  }
  .s2__bg-1 img {
    width: 105px;
  }
}
.s2__bg-2 {
  position: absolute;
  top: 135px;
  left: 42%;
}
@media (max-width: 991.98px) {
  .s2__bg-2 {
    top: auto;
    left: auto;
    bottom: -5px;
    right: 4px;
  }
  .s2__bg-2 img {
    width: 73px;
  }
}
.s2__bg-3 {
  position: absolute;
  bottom: 52px;
  left: 97px;
}
@media (max-width: 991.98px) {
  .s2__bg-3 {
    top: -19px;
    left: auto;
    bottom: auto;
    right: 32px;
  }
  .s2__bg-3 img {
    width: 36px;
  }
}
.s2__bg-4 {
  position: absolute;
  bottom: -52px;
  left: 35%;
}
@media (max-width: 991.98px) {
  .s2__bg-4 {
    left: 15px;
  }
  .s2__bg-4 img {
    width: 96px;
  }
}
.s2__bg-5 {
  position: absolute;
  right: 0;
  top: 6px;
}
@media (max-width: 991.98px) {
  .s2__bg-5 {
    display: none;
  }
}
.s2__bg-6 {
  position: absolute;
  right: 0;
  bottom: 38px;
}
@media (max-width: 1440px) {
  .s2__bg-6 {
    display: none;
  }
}

.s3 {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .s3 {
    padding: 70px 0;
  }
}
.s3__title {
  text-align: center;
  max-width: 627px;
  margin: 0 auto 48px auto;
}
@media (max-width: 991.98px) {
  .s3__title {
    margin: 0 auto 32px auto;
  }
}
.s3__row {
  max-width: 1184px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 64px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .s3__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}
.s3__row_2 {
  margin: 32px auto 0 auto;
}
@media (max-width: 991.98px) {
  .s3__row_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.s3__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
@media (max-width: 991.98px) {
  .s3__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.s3__img img {
  max-width: 560px;
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .s3__img img {
    border-radius: 15px;
  }
}
.s3__text {
  color: #313231;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
}
@media (max-width: 991.98px) {
  .s3__text {
    font-size: 18px;
  }
}
.s3__bg-1 {
  position: absolute;
  top: 24px;
  left: 0;
}
@media (max-width: 1240px) {
  .s3__bg-1 {
    display: none;
  }
}
.s3__bg-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1240px) {
  .s3__bg-2 {
    display: none;
  }
}

.s4 {
  background-image: url(../img/s4/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  .s4 {
    padding: 70px 0;
  }
}
.s4__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 64px;
}
@media (max-width: 991.98px) {
  .s4__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
}
.s4__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
@media (max-width: 991.98px) {
  .s4__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.s4__subtitle {
  max-width: 594px;
  color: #313231;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
}
@media (max-width: 991.98px) {
  .s4__subtitle {
    font-size: 18px;
  }
}

.s6 {
  background-color: #dfdfdf;
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  .s6 {
    padding: 70px 0;
  }
}
.s6__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}
@media (max-width: 991.98px) {
  .s6__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 32px;
  }
}
.s6__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
@media (max-width: 991.98px) {
  .s6__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.s6__img {
  max-width: 670px;
}
.s6__img img {
  max-width: 670px;
  width: 100%;
  border-radius: 20px 20px 0px 0px;
}
@media (max-width: 991.98px) {
  .s6__img img {
    border-radius: 15px 15px 0px 0px;
  }
}
.s6__img-text {
  padding: 24px;
  border-radius: 0px 0px 20px 20px;
  background: #313231;
}
@media (max-width: 991.98px) {
  .s6__img-text {
    padding: 20px 16px;
    border-radius: 0px 0px 15px 15px;
  }
}
.s6__doc-name {
  color: #ededed;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
}
@media (max-width: 991.98px) {
  .s6__doc-name {
    font-size: 24px;
  }
}
.s6__doc-text {
  margin: 8px 0 0 0;
  color: #ededed;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  max-width: 492px;
}
@media (max-width: 991.98px) {
  .s6__doc-text {
    font-size: 18px;
  }
}
.s6__items {
  max-width: 627px;
}
.s6__text {
  margin: 32px 0 0 0;
  color: #313231;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
}
@media (max-width: 991.98px) {
  .s6__text {
    font-size: 18px;
    margin: 24px 0 0 0;
  }
}

.s8 {
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  .s8 {
    padding: 70px 0;
  }
}
.s8__row {
  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;
  gap: 92px;
}
@media (max-width: 991.98px) {
  .s8__row {
    gap: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.s8__column {
  position: relative;
}
.s8__column:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 707px;
  flex: 0 1 707px;
}
@media (max-width: 991.98px) {
  .s8__column:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.s8__title {
  max-width: 559px;
}
@media (max-width: 1330px) {
  .s8__title {
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  .s8__title {
    font-size: 32px;
  }
}
.s8__img-award {
  position: absolute;
  top: 56px;
  left: -92px;
}
@media (max-width: 991.98px) {
  .s8__img-award {
    left: 0;
    top: 23px;
  }
  .s8__img-award img {
    width: 150px;
  }
}
@media (max-width: 767.98px) {
  .s8__img-award img {
    width: 88px;
  }
}
@media (max-width: 991.98px) {
  .s8__img-prod {
    margin: 0 0 0 36px;
  }
}
.s8__img-prod img {
  max-width: 707px;
  width: 100%;
  border-radius: 20px;
}

.s9 {
  padding: 100px 0;
  position: relative;
  background-color: #329438;
}
@media (max-width: 991.98px) {
  .s9 {
    padding: 70px 0;
  }
}
.s9__title {
  text-align: center;
  color: #ededed;
}
.s9__row {
  margin: 48px 0 0 0;
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .s9__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 32px 0 0 0;
  }
}
.s9__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
  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: 991.98px) {
  .s9__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.s9__num {
  width: 160px;
  height: 160px;
  background-image: url(../img/s9/icon-star.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  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;
  color: #313231;
  text-align: center;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 60.2px */
}
@media (max-width: 991.98px) {
  .s9__num {
    width: 130px;
    height: 130px;
    font-size: 34px;
  }
}
.s9__text {
  margin: 24px 0 0 0;
  color: #ededed;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
}
@media (max-width: 991.98px) {
  .s9__text {
    font-size: 24px;
  }
}
.s9__bg-1 {
  position: absolute;
  left: 47px;
  top: -124px;
}
@media (max-width: 991.98px) {
  .s9__bg-1 {
    display: none;
  }
}
.s9__bg-2 {
  position: absolute;
  left: 47px;
  bottom: 65px;
}
@media (max-width: 1600px) {
  .s9__bg-2 {
    display: none;
  }
}
.s9__bg-3 {
  position: absolute;
  right: 40px;
  bottom: 78px;
}
@media (max-width: 1600px) {
  .s9__bg-3 {
    bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .s9__bg-3 {
    display: none;
  }
}

.s10 {
  position: relative;
  background-image: url(../img/bg-foot.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  .s10 {
    padding: 80px 0 70px 0;
  }
}
@media (max-width: 479.98px) {
  .s10 {
    background-image: url(../img/bg-foot-mob.jpg);
  }
}
.s10__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 991.98px) {
  .s10__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.s10__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 700px;
  flex: 0 1 700px;
}
@media (max-width: 991.98px) {
  .s10__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (max-width: 1200px) {
  .s10__column .mainsreen__title {
    font-size: 70px;
  }
}
@media (max-width: 991.98px) {
  .s10__column .mainsreen__title {
    font-size: 38px;
  }
}
.s10__form {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 548px;
  flex: 0 1 548px;
}
@media (max-width: 1200px) {
  .s10__form {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 420px;
    flex: 0 1 420px;
  }
}
@media (max-width: 991.98px) {
  .s10__form {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (max-width: 991.98px) {
  .s10__form-pc {
    display: none;
  }
}
.s10__form-mob {
  display: none;
}
@media (max-width: 991.98px) {
  .s10__form-mob {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .form {
    margin: -32px 0 70px 0;
    position: relative;
    z-index: 2;
  }
}
.form__block {
  border-radius: 20px;
  background: #d67fe9;
  /* Drop Shadow */
  -webkit-box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.15);
}
.form__timer {
  padding: 8px;
  border-radius: 20px 20px 0px 0px;
  background: #313231;
  color: #f9eb1b;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
}
@media (max-width: 991.98px) {
  .form__timer {
    font-size: 20px;
  }
}
.form__items {
  padding: 40px;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .form__items {
    padding: 32px 20px;
  }
}
.form__title {
  color: #313231;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  text-transform: uppercase;
}
.form__title span {
  color: #f9eb1b;
}
@media (max-width: 991.98px) {
  .form__title {
    font-size: 24px;
  }
}
.form__price {
  margin: 12px 0 24px 0;
  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;
  gap: 8px;
}
.form__old-price {
  color: #313231;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  text-decoration: line-through;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .form__old-price {
    font-size: 20px;
  }
}
.form__new-price {
  color: #313231;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .form__new-price {
    font-size: 32px;
  }
}
.form__input {
  height: 76px;
  width: 100%;
  padding: 0 27px;
  color: #313231;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 22px */
  margin: 0 0 20px 0;
  border-radius: 10px;
  background: #ededed;
}
.form__input:nth-child(2) {
  margin: 0 0 24px 0;
}
@media (max-width: 991.98px) {
  .form__input {
    font-size: 18px;
    margin: 0 0 16px 0;
    height: 64px;
  }
}
.form__btn {
  border-radius: 200000px;
  background: #f9eb1b;
  height: 76px;
  width: 100%;
  padding: 0 27px;
  color: #313231;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
  text-transform: uppercase;
}
.form__btn:hover {
  background: #e6d814;
}
@media (max-width: 991.98px) {
  .form__btn {
    font-size: 18px;
    height: 64px;
  }
}
.form__desc {
  text-align: center;
  margin: 16px 0 0 0;
}

.footer {
  background-color: #313231;
  padding: 32px;
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 991.98px) {
  .footer__row {
    -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;
    text-align: center;
    gap: 16px;
  }
}
.footer__row p {
  color: #ededed;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
.footer__row a {
  color: #ededed;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  text-decoration: underline;
}
.s5 {
  background-color: #329438;
  padding: 100px 0 78px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .s5 {
    padding: 70px 0;
  }
}
.s5__title {
  text-align: center;
  color: #ededed;
  position: relative;
  z-index: 2;
}
.s5__carousel {
  cursor: pointer;
  margin-top: 48px;
}

.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s5__carousel-item {
  border-radius: 20px;
  background: #ededed;
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.15);
  height: 100%;
  width: 480px;
}

@media (max-width: 767.98px) {
  .s5__carousel {
    margin-top: 32px;
  }
  .s5__carousel-item {
    width: 300px;
    border-radius: 15px;
  }
}
.s5__carousel-img img {
  width: 100%;
  border-radius: 20px 20px 0px 0px;
}
@media (max-width: 767.98px) {
  .s5__carousel-img img {
    border-radius: 15px 15px 0px 0px;
  }
}
.s5__carousel-text {
  padding: 34px 32px 45px 32px;
}
@media (max-width: 767.98px) {
  .s5__carousel-text {
    padding: 24px 15px 32px 15px;
  }
}
.s5__carousel-title {
  color: #313231;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
}

.s5__carousel-text p {
  margin: 16px 0 0 0;
  color: #313231;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
}
@media (max-width: 991.98px) {
  .s5__carousel-title {
    font-size: 24px;
  }
  .s5__carousel-text p {
    font-size: 18px;
    margin: 12px 0 0 0;
  }
}
.owl-nav {
  display: none;
}
.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 40px 0 0 0;
  height: 22px;
}
.owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #313231;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.owl-carousel button.owl-dot.active {
  background-color: #f9eb1b;
  width: 22px;
  height: 22px;
}
@media (max-width: 991.98px) {
  .owl-dots {
    margin: 32px 0 0 0;
    height: 18px;
    gap: 8px;
  }
  .owl-carousel button.owl-dot.active {
    height: 18px;
    width: 18px;
  }
}
.s5__bg-1 {
  position: absolute;
  top: 2px;
  right: 0;
}
.s5__bg-2 {
  position: absolute;
  left: -40px;
  bottom: -81px;
}
@media (max-width: 1330px) {
  .s5__bg-1 {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .s5__bg-2 {
    right: 17px;
    left: auto;
    bottom: -25px;
  }
  .s5__bg-2 img {
    width: 77px;
  }
}
.s7 {
  background-color: #d67fe9;
  padding: 100px 0;
  position: relative;
}
.s7__title {
  max-width: 1175px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.s7__subtitle {
  color: #313231;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  text-align: center;
  margin: 32px 0 0 0;
  position: relative;
  z-index: 2;
}
.s7__carousel-text {
  padding: 32px;
  color: #313231;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
}
.s7__bg-1 {
  position: absolute;
  left: 0;
  top: 276px;
}
.s7__bg-2 {
  position: absolute;
  right: 0;
  top: 137px;
}
.s7__bg-3 {
  position: absolute;
  left: 187px;
  bottom: -145px;
}
.s7__bg-4 {
  position: absolute;
  right: 6px;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .s7 {
    padding: 70px 0;
  }
  .s7__subtitle {
    font-size: 18px;
    margin: 24px 0 0 0;
  }
  .s7__carousel-text {
    font-size: 18px;
    padding: 24px 16px;
  }
  .s7__bg-1 {
    top: 17px;
    left: -23px;
  }
  .s7__bg-1 img {
    width: 86px;
  }
  .s7__bg-2 {
    top: -32px;
  }
  .s7__bg-2 img {
    width: 108px;
  }
  .s7__bg-3 {
    left: auto;
    right: 36px;
    bottom: -63px;
  }
  .s7__bg-3 img {
    width: 143px;
  }
  .s7__bg-4 {
    display: none;
  }
}
