html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
ul[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul,
li {
  margin: 0;
}
ul[class] {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
input,
button {
  font: inherit;
}
a {
  text-decoration: none;
  color: inherit;
}
body,
p,
h1,
h2,
h3,
h4 {
  font-family: "IBM Plex Sans", sans-serif;
}
.container {
  max-width: 1250px;
  padding: 0 15px;
  margin: 0 auto;
}
.title {
  font-weight: 700;
  font-size: 111px;
  line-height: 144px;
  color: #262626;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
}
.title span {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b46a11),
    color-stop(#d68d15),
    color-stop(#e7ac18),
    to(#fbc42b)
  );
  background: linear-gradient(to right, #b46a11, #d68d15, #e7ac18, #fbc42b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title {
  font-weight: 700;
  font-size: 65px;
  line-height: 84px;
  color: #262626;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.section-title span {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(1.18%, #b46a11),
    color-stop(35.46%, #d68d15),
    color-stop(67.37%, #e7ac18),
    color-stop(99.28%, #fbc42b)
  );
  background: linear-gradient(
    90deg,
    #b46a11 1.18%,
    #d68d15 35.46%,
    #e7ac18 67.37%,
    #fbc42b 99.28%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-button {
  width: 396px;
  height: 85px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(1.18%, #b46a11),
    color-stop(35.46%, #d68d15),
    color-stop(67.37%, #e7ac18),
    color-stop(99.28%, #fbc42b)
  );
  background: linear-gradient(
    90deg,
    #b46a11 1.18%,
    #d68d15 35.46%,
    #e7ac18 67.37%,
    #fbc42b 99.28%
  );
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-weight: 700;
  font-size: 28px;
  padding: 20px 70px;
  -webkit-box-shadow: 0 6px #a7610c;
  box-shadow: 0 6px #a7610c;
  position: relative;
  text-align: center;
  color: #fff;
}
.section-button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/button.webp) center/cover no-repeat;
  z-index: 1;
  border-radius: 10px;
}
.section-button:hover {
  bottom: -6px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.black {
  background-color: #ebf5f5;
}
.main {
  background-size: cover;
  position: relative;
  background-color: transparent;
  z-index: 5;
  overflow: hidden;
}
.main .title {
  position: relative;
  z-index: 2;
}
.main .header {
  padding-top: 30px;
  margin-bottom: 30px;
}
.main__inner {
  padding-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main__content {
  max-width: 830px;
  width: 100%;
  color: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
.main__content-subtitle {
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  max-width: 457px;
  margin-bottom: 13px;
  position: relative;
  z-index: 2;
}
.main__content-list {
  position: relative;
  z-index: 2;
}
.main__content-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main__content-list-item-img {
  width: 114px;
  margin-right: 22px;
}
.main__content-list-item-text {
  font-family: "PT Serif", serif;
  max-width: 55%;
  font-size: 24px;
}
.main__content-list-item-text span {
  color: #f9c22a;
}
.main__content-img {
  position: absolute;
  top: 0;
  right: -150px;
  max-width: 949px;
}
.main__content-mobile {
  display: none;
}
.main__gold {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.main__gold-mobile {
  display: none;
}
.order-form {
  background-color: #fff;
  max-width: 410px;
  width: 100%;
  margin-right: -20px;
  padding: 0 35px 60px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  width: 410px;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
  padding-top: 50px;
  z-index: 2;
}
.order-form__label {
  position: relative;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 257px;
}
.order-form__label-img {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.order-form__label-img-mobile {
  display: none;
}
.order-form__label-price {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 35px;
}
.order-form__label-price-new {
  font-weight: 600;
  font-size: 27px;
  line-height: 35px;
  color: #181818;
  text-decoration: line-through;
}
.order-form__label-price-old {
  color: #dea51e;
  font-weight: 700;
  font-size: 37px;
  line-height: 48px;
}
.order-form__text {
  font-weight: 500;
  font-size: 25px;
  line-height: 32px;
  text-align: center;
  color: #333;
  margin-top: -20px;
}
.order-form__sale {
  font-weight: 300;
  font-size: 49px;
  line-height: 69px;
  text-align: center;
  text-transform: uppercase;
  color: #333;
}
.order-form__sale span {
  font-weight: 700;
  color: #dea217;
}
.order-form__form-label-title {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.7);
  text-align: right;
}
.order-form__form-label-title span {
  color: rgba(180, 107, 18, 0.7);
}
.order-form__form-label-input {
  font-family: "PT Serif";
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  background: #f3f3f3;
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  border: 0;
  padding: 20px;
  max-width: 340px;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
}
.order-form__form-button {
  position: relative;
  max-width: 340px;
  width: 100%;
  height: 80px;
  border-radius: 10px;
  border: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(1.18%, #b46a11),
    color-stop(35.46%, #d68d15),
    color-stop(67.37%, #e7ac18),
    color-stop(99.28%, #fbc42b)
  );
  background: linear-gradient(
    90deg,
    #b46a11 1.18%,
    #d68d15 35.46%,
    #e7ac18 67.37%,
    #fbc42b 99.28%
  );
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  z-index: 2;
  -webkit-box-shadow: 0 6px #a7610c;
  box-shadow: 0 6px #a7610c;
  cursor: pointer;
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  color: #fff;
}
.order-form__form-button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/button.webp) center/cover no-repeat;
  z-index: 1;
}
.order-form__form-button:hover {
  bottom: -6px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.order-form__marks {
  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;
  width: 285px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -92px;
}
.about {
  background-color: transparent;
  color: #262626;
  position: relative;
  padding-top: 50px;
  z-index: 1;
}
.about__inner {
  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;
  position: relative;
  z-index: 5;
}
.about__descr {
  max-width: 596px;
  width: 100%;
  position: relative;
  z-index: 7;
}
.about__descr .section-title {
  margin-bottom: 28px;
}
.about__descr-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 138%;
  color: rgba(38, 38, 38, 0.6);
  margin-bottom: 30px;
}
.about__descr-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.about__descr-footer-price {
  margin-right: 30px;
}
.about__descr-footer-price .new {
  font-weight: 600;

  line-height: 35px;
  color: #d49416;

  font-size: 38px;
  direction: ltr !important;
}
.about__descr-footer-price .old {
  text-decoration: line-through;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #262626;
  direction: ltr !important;
}
.about__descr-footer .section-button {
  width: 340px;
  font-size: 27px;
  padding-top: 25px;
}
.about__image {
  max-width: 642px;
  width: 100%;
  margin-right: -75px;
}
.about__image-mobile {
  display: none;
}
.about-seeds {
  position: absolute;
  right: 0;
  bottom: -180px;
  z-index: 1;
}
.about__clouds {
  position: absolute;
  left: 0;
  top: -280px;
  width: 100%;
}
.results {
  position: relative;
  background-color: transparent;
  padding-top: 200px;
  padding-bottom: 100px;
}
.results .section-title {
  margin-bottom: 69px;
  position: relative;
  z-index: 1;
}
.results__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.results__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.results__item {
  max-width: 576px;
  width: 50%;
  position: relative;
  margin-bottom: 30px;
}
.results__item:nth-child(even) {
  margin-left: 30px;
}
.results__item:nth-child(odd) {
  margin-right: 30px;
}
.results__item:nth-child(3) {
  padding-top: 30px;
}
.results__item:nth-child(4) {
  padding-top: 30px;
}
.results__item:nth-child(2)::after {
  content: "";
  position: absolute;
  height: calc(100% + 30px);
  width: 1px;
  left: -30px;
  top: 0;
  background: linear-gradient(
    45deg,
    #b46a11 1.18%,
    #d68d15 35.46%,
    #e7ac18 67.37%,
    #fbc42b 99.28%
  );
  opacity: 0.2;
}
.results__item:nth-child(1)::before {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% + 30px);
  bottom: -30px;
  right: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(1.18%, #b46a11),
    color-stop(35.46%, #d68d15),
    color-stop(67.37%, #e7ac18),
    color-stop(99.28%, #fbc42b)
  );
  background: linear-gradient(
    to right,
    #b46a11 1.18%,
    #d68d15 35.46%,
    #e7ac18 67.37%,
    #fbc42b 99.28%
  );
  opacity: 0.2;
}
.results__item:nth-child(2)::before {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% + 30px);
  bottom: -30px;
  right: -30px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(1.18%, #b46a11),
    color-stop(35.46%, #d68d15),
    color-stop(67.37%, #e7ac18),
    color-stop(99.28%, #fbc42b)
  );
  background: linear-gradient(
    to left,
    #b46a11 1.18%,
    #d68d15 35.46%,
    #e7ac18 67.37%,
    #fbc42b 99.28%
  );
  opacity: 0.2;
}
.results__item:nth-child(3)::after {
  content: "";
  position: absolute;
  height: calc(100% + 30px);
  width: 1px;
  left: -30px;
  top: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(1.18%, #b46a11),
    color-stop(35.46%, #d68d15),
    color-stop(67.37%, #e7ac18),
    color-stop(99.28%, #fbc42b)
  );
  background: linear-gradient(
    to top,
    #b46a11 1.18%,
    #d68d15 35.46%,
    #e7ac18 67.37%,
    #fbc42b 99.28%
  );
  opacity: 0.2;
}
.results__item--noborder {
  padding-top: 30px;
}
.results__item--noborder::before {
  display: none;
}
.results__item-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 25px;
}
.results__item-img-before {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 111px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(1.18%, #b46a11),
    color-stop(35.46%, #d68d15),
    color-stop(67.37%, #e7ac18),
    color-stop(99.28%, #fbc42b)
  );
  background: linear-gradient(
    90deg,
    #b46a11 1.18%,
    #d68d15 35.46%,
    #e7ac18 67.37%,
    #fbc42b 99.28%
  );
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  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;
}
.results__item-img-before span {
  display: block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #262626;
  white-space: nowrap;
}
.results__item-img-after {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 111px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(1.18%, #b46a11),
    color-stop(35.46%, #d68d15),
    color-stop(67.37%, #e7ac18),
    color-stop(99.28%, #fbc42b)
  );
  background: linear-gradient(
    90deg,
    #b46a11 1.18%,
    #d68d15 35.46%,
    #e7ac18 67.37%,
    #fbc42b 99.28%
  );
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  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;
}
.results__item-img-after span {
  display: block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #262626;
  white-space: nowrap;
}
.results__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.results__item-bottom-number {
  font-weight: 700;
  font-size: 141px;
  line-height: 109px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(40.67%, #b46a11),
    color-stop(60.18%, #d68d15),
    color-stop(78.35%, #e7ac18),
    color-stop(96.52%, #fbc42b)
  );
  background: linear-gradient(
    90deg,
    #b46a11 40.67%,
    #d68d15 60.18%,
    #e7ac18 78.35%,
    #fbc42b 96.52%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  max-width: 85px;
  margin-left: 11px;
}
.results__item-bottom-descr-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  color: #262626;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.results__item-bottom-descr-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: #262626;
  opacity: 0.6;
}
.results__gold {
  position: absolute;
  top: 120px;
  right: 2%;
}
.consist {
  position: relative;
  background-color: transparent;
  padding-top: 80px;
  padding-bottom: 100px;
  height: 900px;
}
.consist .section-title {
  text-align: center;
}
.consist__inner {
  position: relative;
  z-index: 2;
}
.consist__product {
  margin: 0 auto;
  max-width: 400px;
  width: 49%;
}
.consist__item {
  position: absolute;
  left: 0;
  top: 0;
  color: #262626;
  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;
  max-width: 551px;
}
.consist__item:nth-child(1) {
  top: 27%;
  left: 0;
}
.consist__item:nth-child(2) {
  top: 57%;
  left: -30px;
}
.consist__item:nth-child(3) {
  top: 17%;
  left: 55.5%;
}
.consist__item:nth-child(4) {
  top: 43%;
  left: 52.5%;
}
.consist__item:nth-child(5) {
  top: 69%;
  left: 48.5%;
}
.consist__item-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.consist__item-img {
  width: 187px;
  height: 177px;
  margin-right: 6px;
}
.consist__item-img-right {
  margin-left: 6px;
}
.consist__item-text {
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  color: #262626;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-right: 4px;
}
.consist__item-text-right {
  margin-left: 4px;
}
.consist__item-text span {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b46a11),
    color-stop(#d68d15),
    color-stop(#e7ac18),
    to(#fbc42b)
  );
  background: linear-gradient(to right, #b46a11, #d68d15, #e7ac18, #fbc42b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.consist__item-line {
  width: 145px;
  height: 1px;
  background-color: #262626;
  position: relative;
  margin-top: 2px;
}
.consist__item-line:after {
  margin-right: 4px;
  content: "";
  position: absolute;
  right: -7px;
  top: -7px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(1.18%, #b46a11),
    color-stop(35.46%, #d68d15),
    color-stop(67.37%, #e7ac18),
    color-stop(99.28%, #fbc42b)
  );
  background: linear-gradient(
    90deg,
    #b46a11 1.18%,
    #d68d15 35.46%,
    #e7ac18 67.37%,
    #fbc42b 99.28%
  );
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.consist__item-line-right {
  margin-left: 4px;
  width: 145px;
  height: 1px;
  background-color: #262626;
  position: relative;
  margin-top: 2px;
}
.consist__item-line-right:before {
  content: "";
  position: absolute;
  left: -7px;
  top: -7px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(1.18%, #b46a11),
    color-stop(35.46%, #d68d15),
    color-stop(67.37%, #e7ac18),
    color-stop(99.28%, #fbc42b)
  );
  background: linear-gradient(
    90deg,
    #b46a11 1.18%,
    #d68d15 35.46%,
    #e7ac18 67.37%,
    #fbc42b 99.28%
  );
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.devida {
  position: relative;
  background-color: transparent;
  padding-top: 250px;
  padding-bottom: 70px;
}
.devida .section-title {
  text-align: center;
  margin-bottom: 23px;
}
.devida__inner {
  position: relative;
}
.devida__subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  color: #262626;
  max-width: 596px;
  margin: 0 auto;
  margin-bottom: 78px;
}
.devida__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  z-index: 5;
  position: relative;
}
.devida__man {
  position: relative;
  z-index: 3;
  margin-top: -30px;
}
.devida__man-mobile {
  display: none;
}
.devida .order-form {
  margin-left: -3%;
  min-width: 410px;
  padding-top: 50px;
}
.devida .order-form__label {
  top: -15px;
}
.devida .order-form__text {
  margin-top: 20px;
}
.devida__gold {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.reviews {
  position: relative;
  background-color: transparent;
  color: #262626;
  padding-bottom: 280px;
  padding-top: 150px;
}
.reviews .container {
  max-width: 1402px;
  width: 100%;
  margin: 0 auto;
}
.reviews .section-title {
  text-align: center;
  margin-bottom: 15px;
}
.reviews__subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  max-width: 639px;
  margin: 0 auto;
  margin-bottom: 92px;
}
.reviews__subtitle span {
  font-weight: 600;
}
.reviews__slider-item img {
  max-width: 100%;
  margin: 0 auto;
}
.reviews__slider-prev {
  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;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 78px;
  top: calc(50% - 20px);
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #262626;
}
.reviews__slider-next {
  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;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 78px;
  top: calc(50% - 20px);
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #262626;
}
.reviews__slider-prev:hover,
.reviews__slider-next:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(1.18%, #b46a11),
    color-stop(35.46%, #d68d15),
    color-stop(67.37%, #e7ac18),
    color-stop(99.28%, #fbc42b)
  );
  background: linear-gradient(
    90deg,
    #b46a11 1.18%,
    #d68d15 35.46%,
    #e7ac18 67.37%,
    #fbc42b 99.28%
  );
  border: 0;
}
.reviews__slider .swiper-slide {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}
.reviews__slider .swiper-slide-active {
  margin-bottom: 80px;
}
.reviews__slider .swiper-slide-prev,
.reviews__slider .swiper-slide-next {
  margin-top: 80px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.7;
}
.reviews__slider .swiper-slide-prev:before,
.reviews__slider .swiper-slide-next:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: 375px;
}
.reviews__clouds {
  position: absolute;
  left: 0;
  top: 30px;
}
.quality {
  position: relative;
  background-color: transparent;
  color: #262626;
}
.quality__fen {
  position: absolute;
  left: 0;
  top: -390px;
}
.quality__subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #262626;
  max-width: 670px;
  margin-bottom: 30px;
}
.quality__inner {
  padding-bottom: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.quality__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: #262626;
  opacity: 0.6;
  max-width: 406px;
  margin-bottom: 25px;
}
.quality .section-title {
  margin-bottom: 32px;
  font-size: 57px;
  line-height: 74px;
}
.quality__sertificate {
  position: absolute;
  right: 0;
  top: -80px;
  max-width: 821px;
  width: 65%;
  z-index: -1;
}
.quality__seeds {
  position: absolute;
  right: 0;
  bottom: -270px;
  z-index: 1;
}
.quality__sertificate-mobile {
  display: none;
}
.work {
  position: relative;
  background-color: transparent;
  padding-top: 250px;
  padding-bottom: 150px;
  color: #262626;
}
.work__inner {
  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;
  position: relative;
}
.work .section-title {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.work__subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}
.work__item {
  width: 228px;
  text-align: center;
  z-index: 1;
}
.work__item-image {
  position: relative;
}
.work__item-image-one::after,
.work__item-image-two::after,
.work__item-image-three::after {
  content: "1";
  position: absolute;
  right: 30px;
  top: 90px;
  width: 88px;
  height: 108px;
  font-weight: 700;
  font-size: 141px;
  line-height: 105px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(40.67%, #b46a11),
    color-stop(60.18%, #d68d15),
    color-stop(78.35%, #e7ac18),
    color-stop(96.52%, #fbc42b)
  );
  background: linear-gradient(
    90deg,
    #b46a11 40.67%,
    #d68d15 60.18%,
    #e7ac18 78.35%,
    #fbc42b 96.52%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.work__item-image-two::after {
  content: "2";
  right: 7px;
  top: 96px;
}
.work__item-image-three::after {
  content: "3";
  right: 0;
}
.work__item-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 27px;
  color: #262626;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
}
.work__item-title span {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b46a11),
    color-stop(#d68d15),
    color-stop(#e7ac18),
    to(#fbc42b)
  );
  background: linear-gradient(to right, #b46a11, #d68d15, #e7ac18, #fbc42b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.work__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  text-align: center;
  color: #262626;
  opacity: 0.6;
}
.work__item-line-one {
  width: 100%;
  position: absolute;
  left: 16.5%;
  top: 57%;
  width: 28%;
}
.work__item-line-two {
  position: absolute;
  right: 15.5%;
  top: 3%;
  width: 29%;
}
.work__clouds {
  position: absolute;
  top: -310px;
  left: 0;
  width: 100%;
}
.wrapper {
  overflow: hidden;
}
.bottom-form {
  position: relative;
  background-color: transparent;
  padding-top: 60px;
  color: #262626;
  background-image: url(../img/bottom-form-gold.webp);
  background-size: cover;
}
.bottom-form__wrapper {
  position: relative;
  z-index: 2;
}
.bottom-form__subtitle {
  font-weight: 400;
  font-size: 30px;
  line-height: 39px;
  max-width: 435px;
}
.bottom-form__subtitle span {
  font-weight: 600;
}
.bottom-form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  z-index: 3;
  padding-bottom: 140px;
  padding-top: 40px;
}
.bottom-form__image {
  position: absolute;
  top: 80px;
  width: 66%;
  max-width: 1093px;
  left: 16%;
  z-index: 2;
}
.bottom-form .footer {
  text-align: center;
  padding-bottom: 55px;
  position: relative;
}
.bottom-form__gold {
  display: none;
}
.bottom-form .order-form {
  min-width: 410px;
  padding-top: 20px;
}
.bottom-form .order-form__label {
  bottom: 0;
}
.bottom-form .order-form__text {
  margin-top: 20px;
}
.bottom-form__cloud {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.black {
  position: relative;
  background-color: #ebf5f5;
}
.black__main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.black__consist {
  position: absolute;
  left: 0;
  width: 100%;
  top: 28%;
}
.black__devida {
  position: absolute;
  left: 0;
  width: 100%;
  top: 40%;
}
.black__reviews {
  position: absolute;
  left: 0;
  width: 100%;
  top: 55%;
}
@media (max-width: 1185px) {
  .consist__item-line,
  .consist__item-line-right {
    display: none;
  }
}
@media (max-width: 1128px) {
  .quality {
    padding-bottom: 0;
  }
  .quality__sertificate {
    top: 20px;
    width: 60%;
  }
  .quality__seeds {
    display: none;
  }
  .quality__inner {
    padding-bottom: 20px;
  }
}
@media (max-width: 1082px) {
  .bottom-form {
    background: 0 0;
  }
}
@media (max-width: 992px) {
  .section-title {
    font-size: 45px;
    line-height: 58px;
  }
  .main__inner {
    -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;
  }
  .main__form {
    position: relative;
    z-index: 2;
    margin-top: 68px;
  }
  .main .order-form {
    padding-top: 20px;
  }
  .main .order-form__label {
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 270px;
    margin-bottom: 50px;
  }
  .main .order-form__label-price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 0;
  }
  .main .order-form__label-img {
    display: none;
  }
  .main .order-form__label-img-mobile {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -35px;
  }
  .about {
    overflow: hidden;
  }
  .about .section-title {
    text-align: center;
  }
  .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about__descr-text {
    text-align: center;
    margin-bottom: 45px;
  }
  .about__descr-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about__descr-footer .section-button {
    margin-bottom: 20px;
  }
  .about__descr-footer-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about__descr-footer-price .old {
    margin-left: 14px;
  }
  .about-seeds {
    display: none;
  }
  .results {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .results .section-title {
    text-align: center;
    font-size: 45px;
    line-height: 58px;
  }
  .results__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .results__item {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .results__item:after,
  .results__item:before {
    display: none;
  }
  .results__item-bottom-number {
    display: none;
  }
  .results__item:nth-child(odd),
  .results__item:nth-child(even) {
    margin: 0;
    margin-bottom: 50px;
  }
  .results__item-img-before,
  .results__item-img-after {
    width: 31px;
    height: 88px;
  }
  .results__item-img-before span,
  .results__item-img-after span {
    font-size: 16px;
  }
  .results__gold {
    display: none;
  }
  .consist {
    height: auto;
    padding-bottom: 20px;
  }
  .consist .section-title {
    margin-bottom: 30px;
  }
  .consist__item {
    position: relative;
    margin: 0 auto;
  }
  .consist__item-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .consist__item:nth-child(2),
  .consist__item:nth-child(3),
  .consist__item:nth-child(4),
  .consist__item:nth-child(5) {
    left: 0;
  }
  .consist__item-text {
    min-width: 122px;
  }
  .consist__item-text-right {
    min-width: 122px;
  }
  .devida {
    padding-bottom: 140px;
    padding-top: 100px;
    overflow: hidden;
  }
  .devida__inner {
    -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;
  }
  .reviews {
    padding-bottom: 80px;
  }
  .reviews__slider-prev {
    bottom: 10px;
    top: auto;
    left: 35%;
  }
  .reviews__slider-next {
    bottom: 10px;
    top: auto;
    right: 35%;
  }
  .reviews__subtitle {
    margin-bottom: 40px;
  }
  .quality__fen {
    display: none;
  }
  .quality__inner {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .quality__sertificate-mobile {
    display: block;
    margin-left: 0;
    margin-left: 7%;
    width: 66%;
    margin-top: 50px;
  }
  .quality__subtitle {
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .quality__text {
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .quality__sertificate {
    display: none;
  }
  .work {
    padding-bottom: 0;
    padding-top: 20px;
  }
  .work__inner {
    -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;
  }
  .work__subtitle {
    margin-bottom: 25px;
  }
  .work__item {
    margin-bottom: 25px;
  }
  .work__item-line-one,
  .work__item-line-two {
    display: none;
  }
  .bottom-form {
    position: relative;
  }
  .bottom-form__inner {
    -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;
  }
  .bottom-form .order-form {
    margin-top: 490px;
  }
  .bottom-form__image {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 320px;
  }
  .bottom-form__gold {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .main .title {
    font-size: 63px;
    line-height: 82px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  .main__content-subtitle {
    font-size: 22px;
    line-height: 29px;
    max-width: 350px;
  }
  .main__content-list-item-text {
    font-size: 16px;
    line-height: 21px;
    max-width: 164px;
  }
  .main__content-list-item-img {
    width: 110px;
  }
}
@media (max-width: 576px) {
  .section-button {
    width: 280px !important;
    height: 68px;
    font-size: 26px;
    line-height: 16px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .section-title {
    font-size: 33px;
    line-height: 43px;
  }
  .main {
    overflow: hidden;
  }
  .main .header {
    padding-top: 15px;
    margin-bottom: 10px;
  }
  .main .header__logo {
    width: 76px;
  }
  .main .title {
    font-size: 53px;
    line-height: 69px;
    margin-bottom: 5px;
  }
  .main__content {
    position: relative;
  }
  .main__content-img {
    display: none;
  }
  .main__content-subtitle {
    font-size: 18px;
    line-height: 23px;
    max-width: 242px;
  }
  .main__content-list {
    display: none;
  }
  .main__content-list-item-img {
    width: 80px;
  }
  .main__content-list-item-text {
    font-size: 24px;
    line-height: 29px;
    max-width: 180px;
  }
  .main__content-mobile {
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: -35px;
  }
  .main__form .order-form {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 50px;
    padding-top: 30px;
  }
  .main__form .order-form__label {
    top: -20px;
    margin-bottom: 25px;
  }
  .main__form .order-form__label-img-mobile {
    max-width: 220px;
    bottom: -25px;
  }
  .main__form .order-form__label-price-new {
    font-size: 27px;
    line-height: 44px;
  }
  .main__form .order-form__label-price-old {
    font-size: 34px;

    line-height: 35px;
  }
  .main__form .order-form__text {
    font-size: 19px;
    line-height: 25px;
    margin-top: -10px;
  }
  .main__form .order-form__sale {
    font-size: 34px;
    line-height: 44px;
  }
  .main__form .order-form__form-label-input {
    height: 60px;
  }
  .main__form .order-form__form-button {
    height: 67px;
    font-size: 23px;
    line-height: 30px;
  }
  .main__form .order-form__marks {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: -80px;
  }
  .main__form .order-form__mark {
    width: 110px;
    margin: 0 6px;
  }
  .main__gold {
    display: none;
  }
  .main__gold-mobile {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .about__descr-text {
    font-size: 14px;
  }
  .about__descr-footer-price {
    margin: 0;
  }
  .about__image {
    display: none;
  }
  .about__image-mobile {
    display: block;
    width: 100%;
  }
  .about__image-mobile img {
    max-width: 350px;
    max-height: 350px;
    margin: 0 auto;
  }
  .about__clouds {
    top: -100px;
  }
  .results {
    padding-top: 0;
  }
  .results .section-title {
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 23px;
  }
  .results__item {
    margin-bottom: 15px;
  }
  .results__item-img {
    margin-bottom: 10px;
  }
  .results__item-bottom-descr-title {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .results__item-bottom-descr-text {
    font-size: 13px;
    line-height: 17px;
  }
  .results__item:nth-child(odd),
  .results__item:nth-child(even) {
    margin-bottom: 25px;
  }
  .consist {
    padding-top: 0;
  }
  .consist__item-img {
    width: 100px;
    height: auto;
  }
  .consist__item-text {
    font-size: 18px;
    line-height: 23px;
  }
  .consist__product {
    position: static !important;
    width: 100%;
    max-width: 250px;
    /* max-height: 350px; */
  }
  .devida {
    overflow: hidden;
    padding-top: 40px;
  }
  .devida__gold {
    display: none;
  }
  .devida__subtitle {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 25px;
  }
  .devida__man-desktop {
    display: none;
  }
  .devida__man-mobile {
    display: block;
    margin-top: 40px;
  }
  .devida__inner .order-form {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    padding: 20px 20px 55px;
    min-width: auto;
    position: relative;
    z-index: 5;
    margin-top: 20px;
  }
  .devida__inner .order-form__label {
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .devida__inner .order-form__label-img {
    bottom: -25px;
    max-width: 220px;
  }
  .devida__inner .order-form__label-price {
    padding-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .devida__inner .order-form__label-price-new {
    font-size: 27px;

    line-height: 44px;
  }
  .devida__inner .order-form__label-price-old {
    font-size: 34px;
    line-height: 35px;
  }
  .devida__inner .order-form__text {
    font-size: 19px;
    line-height: 25px;
    margin-top: 20px;
  }
  .devida__inner .order-form__sale {
    font-size: 34px;
    line-height: 44px;
  }
  .devida__inner .order-form__form-label-input {
    height: 60px;
  }
  .devida__inner .order-form__form-button {
    height: 67px;
    font-size: 23px;
    line-height: 30px;
  }
  .devida__inner .order-form__marks {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: -80px;
  }
  .devida__inner .order-form__mark {
    width: 110px;
    margin: 0 6px;
  }
  .reviews {
    padding-top: 50px;
  }
  .reviews__subtitle {
    font-size: 18px;
    line-height: 23px;
  }
  .reviews__slider {
    max-width: 100%;
  }
  .quality {
    overflow: hidden;
  }
  .quality .section-title {
    font-size: 37px;
    line-height: 48px;
    margin-bottom: 12px;
  }
  .quality .section-button {
    margin-top: 20px;
  }
  .quality__subtitle {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .quality__text {
    font-size: 14px;
  }
  .quality__sertificate-mobile {
    max-width: 1000px;
    margin-left: 10%;
    max-width: 150%;
  }
  .work__subtitle {
    font-size: 18px;
    line-height: 23px;
  }
  .work__item {
    width: 210px;
  }
  .work__clouds {
    top: -100px;
  }
  .bottom-form__inner {
    padding-bottom: 110px;
  }
  .bottom-form .title {
    font-size: 40px;
    line-height: 52px;
  }
  .bottom-form__subtitle {
    font-size: 18px;
    line-height: 23px;
  }
  .bottom-form__image {
    width: 152%;
    top: 190px;
  }
  .bottom-form .order-form {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    padding: 10px 20px 55px;
    margin-top: 360px;
    min-width: auto;
  }
  .bottom-form .order-form__label {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 30px;
  }
  .bottom-form .order-form__label-img {
    max-width: 220px;
    bottom: -20px;
  }
  .bottom-form .order-form__label-price {
    padding-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bottom-form .order-form__label-price-new {
    font-size: 27px;
    line-height: 35px;
  }
  .bottom-form .order-form__label-price-old {
    font-size: 34px;
    line-height: 44px;
  }
  .bottom-form .order-form__text {
    font-size: 19px;
    line-height: 25px;
    margin-top: 10px;
  }
  .bottom-form .order-form__sale {
    font-size: 34px;
    line-height: 44px;
  }
  .bottom-form .order-form__form-label-input {
    height: 60px;
  }
  .bottom-form .order-form__form-button {
    height: 67px;
    font-size: 23px;
    line-height: 30px;
  }
  .bottom-form .order-form__marks {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: -80px;
  }
  .bottom-form .order-form__mark {
    width: 110px;
    margin: 0 6px;
  }
  .bottom-form .footer {
    padding-bottom: 55px;
  }
  .bottom-form .footer__rights {
    font-size: 16px;
    line-height: 24px;
  }
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.footer a {
  color: rgb(182, 155, 5);
}

.content-wrapper {
  overflow: hidden;
}
