@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Raleway:regular,500,600,700&display=swap);
@font-face {
  font-family: CormorantUpright;
  font-display: swap;
  src: url("../fonts/CormorantUpright-Bold.woff2") format("woff2"), url("../fonts/CormorantUpright-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: CormorantUpright;
  font-display: swap;
  src: url("../fonts/CormorantUpright-Regular.woff2") format("woff2"), url("../fonts/CormorantUpright-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: CormorantUpright;
  font-display: swap;
  src: url("../fonts/CormorantUpright-SemiBold.woff2") format("woff2"), url("../fonts/CormorantUpright-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: TTTrailers;
  font-display: swap;
  src: url("../fonts/TTTrailers-Regular.woff2") format("woff2"), url("../fonts/TTTrailers-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.header {
  padding: 40px 0px;
  background: #EBFFE4;
  position: relative;
}
@media (max-width: 767.98px) {
  .header {
    padding: 30px 0px;
  }
}
@media (max-width: 487.98px) {
  .header {
    padding: 20px 0px;
  }
}
.header__container {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
@media (max-width: 387.98px) {
  .header__container {
    gap: 15px;
  }
}
.header__logo {
  position: relative;
  z-index: 150;
}
.header__buttons {
  position: relative;
  z-index: 150;
}

.header__imager {
  position: absolute;
}
@media (max-width: 1600.98px) {
  .header__imager {
    top: -200px;
    z-index: 1;
    left: -150px;
    transform: rotate(180deg);
  }
}
@media (min-width: 1600.98px) {
  .header__imager {
    top: 0px;
    right: 0px;
  }
}
@media (max-width: 767.98px) {
  .header__imager {
    max-width: 100%;
  }
}

.menu__list {
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 550.98px) {
  .menu__list {
    position: fixed;
    left: -150%;
  }
}
.menu__link {
  font-weight: 500;
  opacity: 0.6;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .menu__link:hover {
    opacity: 1;
    cursor: pointer;
  }
}

.icon-menu {
  display: none;
}

@media (max-width: 550.98px) {
  .icon-menu {
    scale: 1;
    display: block;
    position: relative;
    width: 25px;
    height: 18px;
    z-index: 150;
    transition: all 0.3s ease 0s;
  }
}
@media (max-width: 550.98px) and (hover: hover) {
  .icon-menu:hover {
    cursor: pointer;
  }
}
@media (max-width: 550.98px) {
  .icon-menu::after, .icon-menu::before,
  .icon-menu span {
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #2F3035;
  }
  .icon-menu::after, .icon-menu::before {
    transition: all 0.3s ease 0s;
    content: "";
  }
  .icon-menu::after {
    top: 0;
  }
  .icon-menu::before {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 1px);
  }
  .menu__list {
    padding: 120px 15px;
    transition: all 0.3s ease 0s;
    flex-direction: column;
    background: #EBFFE4;
    z-index: 149;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    row-gap: 15px;
  }
  .menu__link {
    font-size: 20px;
  }
  .header._active .icon-menu::after {
    transform: rotate(45deg);
    top: calc(50% - 1px);
  }
  .header._active .icon-menu::before {
    transform: rotate(-45deg);
    bottom: calc(50% - 1px);
  }
  .header._active .icon-menu span {
    width: 0;
  }
  .header._active .menu__list {
    left: 0;
  }
}
.footer {
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .footer {
    margin-top: 40px;
  }
}
@media (max-width: 487.98px) {
  .footer {
    margin-top: 30px;
  }
}
.footer__body {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 31px 0px 54px 0px;
}
@media (max-width: 850.98px) {
  .footer__body {
    flex-direction: column;
  }
}
.footer__list {
  flex-wrap: wrap;
  display: flex;
  column-gap: 60px;
  row-gap: 6px;
}
@media (max-width: 1280.98px) {
  .footer__list {
    column-gap: 30px;
  }
}
@media (max-width: 487.98px) {
  .footer__list {
    justify-content: center;
  }
}
.footer__link {
  font-size: 22px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
  line-height: 1.4; /* 30.8px */
}
@media (max-width: 1280.98px) {
  .footer__link {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .footer__link {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .footer__link {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .footer__link:hover {
    cursor: pointer;
    color: #5CBE3A;
  }
}
.social {
  display: flex;
  align-items: center;
  gap: 43px;
}
@media (max-width: 991.98px) {
  .social {
    gap: 30px;
  }
}
@media (max-width: 487.98px) {
  .social {
    flex-direction: column;
    row-gap: 10px\;;
  }
}
.social__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4; /* 30.8px */
}
@media (max-width: 1280.98px) {
  .social__title {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .social__title {
    font-size: 16px;
  }
}
.social__list {
  display: flex;
  column-gap: 25px;
  row-gap: 5px;
}
.social__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  transition: all 0.3s ease 0s;
  background-color: #5CBE3A;
  border-radius: 50%;
}
@media (hover: hover) {
  .social__item:hover {
    cursor: pointer;
    background-color: #76f748;
  }
}

.footer-bottom {
  width: 10%;
  transition: all 0.6s ease 0s;
  height: 34px;
  background: #5CBE3A;
}

.footer-bottom._start-anim {
  width: 100%;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  height: 100%;
  line-height: 1;
  font-weight: 400;
  line-height: 1.5;
  color: #051101;
  font-family: "Raleway";
}

button,
input {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}

button {
  cursor: pointer;
  background-color: inherit;
}

/*****************/
[class*=_container] {
  max-width: 1230px;
  margin: 0px auto;
  height: 100%;
  overflow: hidden;
  padding: 0px 30px;
}
@media (max-width: 991.98px) {
  [class*=_container] {
    padding: 0px 15px;
  }
}

.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1 1 auto;
}

/****************************/
.anim-bottom {
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease 0s;
  transform: translateY(100%);
}

.anim-bottom._start-anim {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.anim-left {
  opacity: 0;
  transition: all 0.6s ease 0s;
  transform: translateX(-100%);
}

.anim-left._start-anim {
  opacity: 1;
  transform: translateX(0);
}

.anim-right {
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease 0s;
  transform: translateX(100%);
}

.anim-right._start-anim {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

/**********************/
.button-green {
  white-space: nowrap;
  display: inline-flex;
  color: #FFF;
  padding: 15px 30px;
  font-weight: 500;
  line-height: normal;
  background: #5CBE3A;
  transition: all 0.3s ease 0s;
  border-radius: 4px;
  text-transform: uppercase;
}
@media (hover: hover) {
  .button-green:hover {
    color: #051101;
    cursor: pointer;
    background: rgb(182, 226, 71);
  }
}
@media (max-width: 397.98px) {
  .button-green {
    padding: 12px 20px;
    font-size: 14px;
  }
}

.button-white {
  white-space: nowrap;
  padding: 15px 30px;
  border-radius: 4px;
  border: 1px solid rgba(92, 190, 58, 0.3);
  color: #5CBE3A;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .button-white:hover {
    color: #051101;
    cursor: pointer;
    background: rgb(182, 226, 71);
  }
}
@media (max-width: 397.98px) {
  .button-white {
    padding: 12px 20px;
    font-size: 14px;
  }
}

.header-item__title {
  color: #051101;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3; /* 57.2px */
}
.header-item__title:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .header-item__title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .header-item__title {
    font-size: 28px;
  }
}
.header-item__text:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .header-item__text:not(:last-child) {
    margin-bottom: 25px;
  }
}
.text {
  opacity: 0.7;
}
.text span {
  opacity: 0.7;
  color: #5CBE3A;
  font-weight: 700;
}

/*****************************/
.main-image__images {
  display: none;
}
.main-image__images._active {
  display: block;
}

.main-block {
  background: #EBFFE4;
  padding: 77px 0px;
}
@media (max-width: 991.98px) {
  .main-block {
    padding: 67px 0px;
  }
}
@media (max-width: 767.98px) {
  .main-block {
    padding: 57px 0px;
  }
}
@media (max-width: 487.98px) {
  .main-block {
    padding: 37px 0px;
  }
}
.main-block__container {
  overflow: hidden;
}
.main-block__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 850.98px) {
  .main-block__content {
    flex-direction: column;
  }
}
.main-block__body {
  flex: 0 1 33.333333%; /* 400/1200 */
}
.main-block__header-item:not(:last-child) {
  margin-bottom: 15px;
}
.main-block .header-item__label {
  color: #5CBE3A;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
.main-block .header-item__label:not(:last-child) {
  margin-bottom: 16px;
}
.main-block .header-item__label::after {
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: -25px;
  content: url(../img/header/decor-label.png);
}
.main-block .header-item__text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.main-block .header-item__title {
  position: relative;
  z-index: 2;
}
.main-block__price {
  position: relative;
  z-index: 2;
  color: #5CBE3A;
  font-size: 31px;
  font-weight: 700;
  line-height: 130%; /* 40.3px */
}
.main-block__price span {
  font-size: 22px;
  margin-left: 30px;
  color: #87D16D;
}
.main-block__price:not(:last-child) {
  margin-bottom: 37px;
}
@media (max-width: 767.98px) {
  .main-block__price:not(:last-child) {
    margin-bottom: 27px;
  }
}
@media (max-width: 991.98px) {
  .main-block__price:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 487.98px) {
  .main-block__price {
    font-size: 24px;
  }
  .main-block__price span {
    font-size: 20px;
    margin-left: 20px;
  }
}
.main-block__buttons {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
}
.main-block__buttons:not(:last-child) {
  margin-bottom: 84px;
}
@media (max-width: 991.98px) {
  .main-block__buttons:not(:last-child) {
    margin-bottom: 74px;
  }
}
@media (max-width: 767.98px) {
  .main-block__buttons:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 487.98px) {
  .main-block__buttons:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 390.98px) {
  .main-block__buttons .button-green,
  .main-block__buttons .button-white {
    width: 100%;
    display: inline-flex;
    justify-content: center;
  }
}
.main-block__items {
  display: flex;
  column-gap: 68px;
}
@media (max-width: 487.98px) {
  .main-block__items {
    column-gap: 38px;
    justify-content: center;
  }
}
.main-block__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-block__item-title {
  position: relative;
  z-index: 2;
  color: #5CBE3A;
  font-size: 85px;
  font-weight: 700;
  line-height: 1.2; /* 102px */
}
@media (max-width: 487.98px) {
  .main-block__item-title {
    font-size: 50px;
  }
}
.main-block__item-text {
  position: relative;
  z-index: 2;
  font-weight: 500;
}
.main-block__images {
  flex: 0 1 59.833333%; /* 718/1200 */
}
.main-block__images img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  margin-right: -150px;
}

.main-image__triggers {
  display: flex;
  gap: 35px;
  justify-content: flex-end;
}
@media (max-width: 487.98px) {
  .main-image__triggers {
    justify-content: center;
    gap: 15px;
  }
}
.main-image__trigger {
  width: 92px;
  border-radius: 50%;
  height: 92px;
  transition: all 0.3s ease 0s;
}
.main-image__trigger img {
  position: relative;
  z-index: 2;
  mix-blend-mode: multiply;
}
.main-image__trigger._active {
  background-color: #a5f88a;
}
@media (max-width: 487.98px) {
  .main-image__trigger {
    width: 70px;
    height: 70px;
  }
}
@media (hover: hover) {
  .main-image__trigger:hover {
    cursor: pointer;
  }
}

/***************************/
.product {
  padding: 65px 0px 55px 0px;
}
@media (max-width: 991.98px) {
  .product {
    padding: 40px 0px;
  }
}
@media (max-width: 767.98px) {
  .product {
    padding: 30px 0px;
  }
}
@media (max-width: 487.98px) {
  .product {
    padding: 25px 0px;
  }
}
.product__body:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .product__body:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .product__body:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 487.98px) {
  .product__body:not(:last-child) {
    margin-bottom: 25px;
  }
}
.product__header-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.product__items {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 850.98px) {
  .product__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 370.98px) {
  .product__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product .header-item__text {
  max-width: 460px;
}

.item-product {
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #000;
}
.item-product__image img {
  max-width: 100%;
  margin-bottom: 20px;
}
.item-product__title {
  flex: 1 1 auto;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4; /* 30.8px */
  text-transform: uppercase;
}
.item-product__title:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .item-product__title {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .item-product__title {
    font-size: 18px;
  }
}
@media (max-width: 487.98px) {
  .item-product__title {
    font-size: 16px;
  }
}
.item-product__rating {
  display: flex;
  justify-content: center;
}
.item-product__rating:not(:last-child) {
  margin-bottom: 10px;
}
.item-product__price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3; /* 31.2px */
}
.item-product__price:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 487.98px) {
  .item-product__price:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .item-product__price {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .item-product__price {
    font-size: 20px;
  }
}
@media (max-width: 487.98px) {
  .item-product__price {
    font-size: 16px;
  }
}
/****************************/
.started {
  padding: 70px 0px;
}
@media (max-width: 991.98px) {
  .started {
    padding: 60px 0px;
  }
}
@media (max-width: 767.98px) {
  .started {
    padding: 50px 0px;
  }
}
@media (max-width: 487.98px) {
  .started {
    padding: 35px 0px;
  }
}
.started__header-item {
  text-align: center;
}
.started__body {
  padding: 84px 50px;
  background: #EBFFE4;
  border-radius: 10px;
  box-shadow: 3px 3px 5px #EBFFE4, -3px -3px 5px #EBFFE4;
}
@media (max-width: 767.98px) {
  .started__body {
    padding: 60px 30px;
  }
}
@media (max-width: 487.98px) {
  .started__body {
    padding: 40px 30px;
  }
}

/*************************/
.video-block__content {
  display: flex;
  position: relative;
  padding: 48px 0px;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
.video-block__content::after {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 10px;
  background: #F6FFF3;
  width: 51.5%; /* 618/1200 */
}
@media (max-width: 991.98px) {
  .video-block__content {
    padding: 30px 0px;
  }
}
@media (max-width: 667.98px) {
  .video-block__content {
    flex-direction: column;
    padding: 30px 0px 0px 0px;
  }
}

.video-block {
  padding: 60px 0px 75px 0px;
}
@media (max-width: 991.98px) {
  .video-block {
    padding: 50px 0px;
  }
}
@media (max-width: 767.98px) {
  .video-block {
    padding: 40px 0px;
  }
}
@media (max-width: 487.98px) {
  .video-block {
    padding: 35px 0px;
  }
}
.video-block__container {
  overflow: visible;
}
.video-block__body {
  padding-left: calc(20px + 40 * (100vw - 767px) / 433);
}
@media (max-width: 767.98px) {
  .video-block__body {
    padding-left: 20px;
  }
}
.video-block__header-item {
  position: relative;
  z-index: 3;
  max-width: 362px;
}
.video-block__image {
  position: relative;
  z-index: 3;
}
.video-block__image img {
  max-width: 100%;
}

/**********************/
.rating {
  display: flex;
  align-items: flex-end;
  font-size: 32px;
  line-height: 0.75;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "★★★★★";
  line-height: 0.75;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
}

.rating__items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 23px;
  line-height: 1;
  margin-left: 10px;
  margin-bottom: 2px;
}

/*******************/
.list-block {
  padding: 85px 0px 65px 0px;
}
@media (max-width: 991.98px) {
  .list-block {
    padding: 50px 0px;
  }
}
@media (max-width: 767.98px) {
  .list-block {
    padding: 40px 0px;
  }
}
@media (max-width: 487.98px) {
  .list-block {
    padding: 40px 0px 20px 0px;
  }
}
.list-block__container {
  overflow-x: hidden;
  overflow-y: visible;
  padding: 0px 110px;
  max-width: 1360px;
}
@media (max-width: 1230.98px) {
  .list-block__container {
    padding: 0px 30px;
  }
}
@media (max-width: 991.98px) {
  .list-block__container {
    padding: 0px 15px;
  }
}
.list-block__header-item:not(:last-child) {
  margin-bottom: 25px;
}
.list-block__body {
  justify-content: space-between;
  display: flex;
  gap: 25px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .list-block__body {
    flex-direction: column;
  }
}
.list-block__image {
  position: relative;
  margin-left: -80px;
  flex: 0 1 53%; /* 636/1200 */
}
.list-block__image img {
  position: relative;
  z-index: 2;
  max-width: 100%;
}
@media (max-width: 1230.98px) {
  .list-block__image {
    margin-left: 0px;
  }
}
.list-block__content {
  position: relative;
  flex: 0 1 39.666667%; /* 476/1200 */
}
.list-block__items {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 991.98px) {
  .list-block__items {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .list-block__items {
    gap: 15px;
  }
}
.list-block__item {
  z-index: 2;
  padding-left: 50px;
  position: relative;
}
.list-block__item::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: url(../img/list-block/logo.png);
}
@media (max-width: 487.98px) {
  .list-block__item {
    padding-left: 45px;
  }
}

.list-block__image-decor {
  position: absolute;
  top: -40px;
  z-index: 1;
  max-width: 100%;
  right: -40px;
}
@media (min-width: 1400.98px) {
  .list-block__image-decor {
    left: -40px;
  }
}
@media (max-width: 767.98px) {
  .list-block__image-decor {
    left: -50px;
  }
}

.list-block__content-decor {
  max-width: 100%;
  left: -20px;
  position: absolute;
}
@media (max-width: 991.98px) {
  .list-block__content-decor {
    display: none;
  }
}

/*************************/
.slider__obol {
  display: flex;
  padding: 60px 0px;
  gap: 30px;
  position: relative;
}
@media (min-width: 767.98px) {
  .slider__obol {
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .slider__obol {
    flex-direction: column-reverse;
    padding: 60px 0px 40px 0px;
  }
}

.slider__container {
  min-width: 0;
}
.slider__body {
  position: relative;
  z-index: 20;
  flex: 0 1 19.166667%; /* 230/1200 */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slider__buttons {
  position: relative;
  z-index: 20;
}
.slider__buttons:not(:last-child) {
  margin-bottom: 50px;
}
.slider__slide {
  position: relative;
  z-index: 4;
}
.slider__decor-block {
  top: 0;
  right: 135px;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 300px; /* 326/1200 */
  background: #F6FFF3;
}
@media (max-width: 991.98px) {
  .slider__decor-block {
    right: 70px;
  }
}
@media (max-width: 767.98px) {
  .slider__decor-block {
    display: none;
  }
}
.slider__decor {
  right: -150px;
  position: absolute;
  z-index: 1;
  top: 100px;
  color: #E5F2E1;
  font-size: 201.487px;
  font-weight: 600;
  line-height: 1.4; /* 366.082px */
  transform: rotate(90deg);
}
@media (max-width: 991.98px) {
  .slider__decor {
    right: -160px;
    font-size: 160px;
  }
}
@media (max-width: 767.98px) {
  .slider__decor {
    font-size: 80px;
    top: -30px;
    right: 0px;
    transform: rotate(0deg);
  }
}

.slider__block {
  position: relative;
  z-index: 4;
  background: #FFF;
  box-shadow: -8px 10px 30px 0px rgba(0, 0, 0, 0.05);
  flex: 0 1 49.666667%; /* 596/1200 */
  min-width: 0;
}
@media (max-width: 991.98px) {
  .slider__block {
    flex: 0 1 55%;
  }
}

.slider-centre {
  margin-bottom: 35px;
}
.slider-centre__buttons {
  display: flex;
  align-items: center;
  gap: 30px;
}
.button-left,
.button-right {
  color: #5CBE3A;
  font-size: 26px;
}

.button-left {
  transform: rotate(-90deg);
}

.button-right {
  transform: rotate(90deg);
}

.slider-slide {
  position: relative;
  z-index: 4;
  padding: 69px 80px;
  background: #FFF;
  box-shadow: -8px 10px 30px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991.98px) {
  .slider-slide {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .slider-slide {
    padding: 25px;
  }
}
@media (max-width: 487.98px) {
  .slider-slide {
    padding: 20px;
  }
}
.slider-slide__title {
  font-size: 31px;
  font-weight: 700;
  line-height: 1.3; /* 40.3px */
  margin-bottom: 34px;
}
@media (max-width: 991.98px) {
  .slider-slide__title {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .slider-slide__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 487.98px) {
  .slider-slide__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.slider-slide__body {
  display: flex;
  gap: 30px;
}
.slider-slide__body:not(:last-child) {
  margin-bottom: 19px;
}
@media (max-width: 487.98px) {
  .slider-slide__body {
    flex-direction: column;
    gap: 15px;
  }
}
.slider-slide__author {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}
.slider-slide__author:not(:last-child) {
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .slider-slide__author {
    font-size: 20px;
  }
}
@media (max-width: 487.98px) {
  .slider-slide__author {
    font-size: 18px;
  }
}
.slider-slide__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 43px;
  border-bottom: 1px soild rgba(0, 0, 0, 0.05);
}
@media (max-width: 487.98px) {
  .slider-slide__bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 30px;
  }
}
.slider-slide__proffesion {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

.main__slider .swiper-pagination-bullet-active-main {
  background-color: #5CBE3A;
  color: #5CBE3A;
}