html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

[hidden] {
  display: none;
}

.attention {
  border: 1px solid red !important;
}

body {
  line-height: 1;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  outline: none;
  border: none;
}

button:focus {
  outline: none;
  border: none;
}

@font-face {
  font-family: 'Inter';
  src: url(/assets/fonts/Inter-Regular.eot);
  src: local('Inter Regular'), local(Inter-Regular),
    url(/assets/fonts/Inter-Regular.eot?#iefix) format('embedded-opentype'),
    url(/assets/fonts/Inter-Regular.woff2) format('woff2'),
    url(/assets/fonts/Inter-Regular.woff) format('woff'),
    url(/assets/fonts/Inter-Regular.ttf) format('truetype'),
    url(/assets/fonts/Inter-Regular.svg#Inter-Regular) format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url(/assets/fonts/Inter-Bold.eot);
  src: local('Inter Bold'), local(Inter-Bold),
    url(/assets/fonts/Inter-Bold.eot?#iefix) format('embedded-opentype'),
    url(/assets/fonts/Inter-Bold.woff2) format('woff2'),
    url(/assets/fonts/Inter-Bold.woff) format('woff'),
    url(/assets/fonts/Inter-Bold.ttf) format('truetype'),
    url(/assets/fonts/Inter-Bold.svg#Inter-Bold) format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url(/assets/fonts/Inter-Medium.eot);
  src: local('Inter Medium'), local(Inter-Medium),
    url(/assets/fonts/Inter-Medium.eot?#iefix) format('embedded-opentype'),
    url(/assets/fonts/Inter-Medium.woff2) format('woff2'),
    url(/assets/fonts/Inter-Medium.woff) format('woff'),
    url(/assets/fonts/Inter-Medium.ttf) format('truetype'),
    url(/assets/fonts/Inter-Medium.svg#Inter-Medium) format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url(/assets/fonts/Inter-Black.eot);
  src: local('Inter Black'), local(Inter-Black),
    url(/assets/fonts/Inter-Black.eot?#iefix) format('embedded-opentype'),
    url(/assets/fonts/Inter-Black.woff2) format('woff2'),
    url(/assets/fonts/Inter-Black.woff) format('woff'),
    url(/assets/fonts/Inter-Black.ttf) format('truetype'),
    url(/assets/fonts/Inter-Black.svg#Inter-Black) format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  color: #323e40;
  height: 100%;
  scroll-behavior: smooth;
  font-size: 16px;
}

@media (max-width: 1284px) {
  html {
    font-size: calc(0.0107 * 100vw + 1.81818px);
  }
}

@media (max-width: 576px) {
  html {
    font-size: calc(0.0155 * 100vw + 11.03876px);
  }
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #f2f2f2;
}

main {
  overflow: hidden;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0.9375rem;
  max-width: 1284px;
}

.com-btn,
.com-btns {
  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;
  background: #0ac211;
  border-radius: 0.75rem;
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 110%;
  color: #fff;
  width: 100%;
  height: 3.75rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.com-btn:hover {
  background: rgba(10, 194, 17, 0.8);
}

.com-title {
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 120%;
  margin-bottom: 1rem;
}

.com-descr {
  font-weight: 400;
  font-size: 1rem;
  line-height: 140%;
  opacity: 0.8;
}

@media (max-width: 576px) {
  .com-title {
    font-size: 2rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
}

.header .container {
  padding: 1rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .logo {
  width: 12.75rem;
  height: 2rem;
  margin-right: 3.6875rem;
}

.header .logo img {
  width: 100%;
  height: 100%;
}

.header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 1rem;
  line-height: 110%;
  text-transform: uppercase;
  opacity: 0.8;
}

.header ul li {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header ul li:not(:last-child) {
  margin-right: 2rem;
}

.header ul li:hover {
  color: #0ac211;
}

.header .basket-btn {
  display: none;
  cursor: pointer;
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 4rem;
  width: 14.25rem;
  background: #0ac211;
  border-radius: 0.75rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 110%;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.header .basket-btn:hover {
  background: rgba(10, 194, 17, 0.8);
}

.header .basket-btn .count {
  position: relative;
  padding-left: 1rem;
}

.header .basket-btn .count::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.125rem;
  height: 1.25rem;
  background-color: #fff;
  opacity: 0.8;
}

.header .basket-btn.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}

@media (max-width: 576px) {
  .header nav {
    display: none;
  }

  .header .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3.75rem;
    padding: 0.5rem 1rem;
  }

  .header .logo {
    margin-right: 1rem;
    width: 8.75rem;
  }

  .header .basket-btn {
    position: relative;
    padding: 0 1rem 0 2.5rem;
    height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .header .basket-btn::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0.75rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    background: url(/assets/img/header/basket.svg) center center no-repeat;
    background-size: 100% 100%;
  }

  .header .basket-btn span {
    display: none;
  }

  .header .basket-btn .count {
    padding-left: 0.75rem;
  }
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.embed-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main {
  padding-top: 6rem;
}

main.first {
  padding-top: 0;
}

main.first .offer .container {
  padding-top: 8rem;
  height: 100vh;
}

.offer {
  position: relative;
  color: #fff;
  overflow: hidden;
}

.offer .container {
  padding: 2.4375rem 0.9375rem 0;
  height: calc(100vh - 6rem);
  min-height: 51rem;
  max-height: 1080px;
  display: flex;
  align-items: center;
}

.offer .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.offer .img > * {
  width: 100%;
  height: 100%;
}

.offer .content {
  max-width: 57.3125rem;
  position: relative;
  z-index: 1;
}

.offer.main .content {
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 2rem;
}

.offer h1 {
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 120%;
  margin-bottom: 1.875rem;
}

.offer ul {
  padding-left: 1.25rem;
  list-style: disc;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.offer ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.offer .com-btn {
  max-width: 15.875rem;
  margin-bottom: 2.5rem;
}

.offer .action {
  display: grid;
}

.offer .action b {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.offer .action > span {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.countdown {
  display: flex;
}

.countdown > :not(:last-child) {
  margin-right: 1rem;
}

.countdown-time {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-size: 3rem;
  background: rgba(0, 0, 0, 0.5);
}

.countdown-text {
  display: block;
  padding-top: 0.5rem;
  font-size: 1rem;
  text-align: center;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  animation: fadeIn 0.3s;
}

.modal.active {
  display: block;
}

.modal.popup .content {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  width: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 2rem;
  border-radius: 1rem;
}

.modal b {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.modal span {
  display: block;
  max-width: 22rem;
  margin-bottom: 1rem;
}

.modal .content input {
  width: 18rem;
  height: 3.5rem;
  padding: 0 1rem;
  background-color: transparent;
  border: 1px solid grey;
  border-radius: 0.4rem;
  color: #000;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

@media (max-width: 992px) {
  .offer .container {
    height: auto;
    padding-bottom: 18.75rem;
  }

  .offer .img {
    height: 50vh;
  }
}

@media (max-width: 576px) {
  main {
    padding-top: 0;
  }

  .offer h1 {
    font-size: 1.5rem;
    line-height: 140%;
    text-align: center;
  }

  .offer .container {
    padding: 0 !important;
    padding-top: 3.8rem !important;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .offer .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    height: 100%;
  }

  .offer.main .content {
    border-radius: 0;
  }

  .offer ul {
    text-align: center;
    padding-left: 0;
    list-style: none;
  }

  .offer .action b {
    text-align: center;
    font-size: 1rem;
    line-height: 120%;
  }

  .offer .action > span {
    text-align: center;
    font-size: 1rem;
    line-height: 120%;
  }

  .countdown {
    justify-content: center;
  }

  .countdown-text {
    font-size: 0.8rem;
  }

  .countdown-time {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
  }

  .offer .embed-container {
    display: none;
  }

  .offer .img {
    display: none;
  }

  .offer .com-btn {
    max-width: 100%;
  }
}

.products {
  padding: 10rem 0 6.375rem;
}

.products .com-title {
  text-align: center;
}

.products .com-descr {
  text-align: center;
  margin-bottom: 3.5rem;
}

.products .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.625rem;
}

.products .card {
  overflow: hidden;
  margin: 0.625rem;
  width: 100%;
  max-width: 18.625rem;
  min-width: 16.25rem;
  background: #fff;
  border-radius: 0.9375rem;
}

.products .card .img {
  position: relative;
  cursor: pointer;
  width: 100%;
  background-color: #dfdfdf;
  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;
  border-radius: 0.9375rem;
}

.products .card .descr {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1rem;
  background: #f9f9e4;
  z-index: 1;
  font-size: 1.05rem;
  line-height: 140%;
  font-weight: 500;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-radius: 1rem 1rem 0 0;
}

.products .card .img img {
  margin: 0 auto;
  display: block;
  width: 100%;
  border-radius: 1rem 1rem 0 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.products .card .img:hover .descr {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.products .card .content {
  padding: 1.25rem;
}

.products .card .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.products .card select {
  padding: 0.75rem 0 0.75rem 0.25rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 120%;
  color: #323e40;
}

.products .card .name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 120%;
  margin-bottom: 1rem;
}

.products .card .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.products .card .price i {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 120%;
  text-align: right;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  opacity: 0.6;
}

.fast-btn {
  margin-top: 1rem;
  border: 0.2rem solid #0ac211;
  color: #0ac211;
  background: transparent;
  transition: 0.3s;
}

.fast-btn:hover {
  background: transparent;
  opacity: 0.6;
}

.products .card .price b {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 120%;
  text-align: right;
  color: #157919;
}

.products .card .fast-btn {
  margin-top: 1rem;
}

@media (max-width: 576px) {
  .products {
    padding: 5rem 0;
  }
}

.about {
  background: linear-gradient(
    176.17deg,
    rgba(255, 253, 217, 0.61) 1.52%,
    rgba(242, 242, 242, 0.61) 99.01%
  );
  padding: 6rem 0 13.5rem;
}

.about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about .container.two {
  margin-top: 10rem;
}

.about .container.two .content {
  max-width: 40.75rem;
  margin-left: 1.875rem;
}

.about .yt {
  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;
  min-width: 38rem;
  height: 21.25rem;
}

.about .yt video {
  width: 100%;
  height: 100%;
}

.about .subtitle {
  max-width: 29.75rem;
  margin-bottom: 4.5rem;
}

.about ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 46.5rem;
  margin: -1.25rem -1rem;
}

.about ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(50% - 2rem);
  margin: 1.25rem 1rem;
}

.about ul li strong {
  display: block;
  margin-bottom: 0.75rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 120%;
}

.about ul li p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 140%;
}

.about .img {
  width: 37.5rem;
  margin-left: -1rem;
}

.about .img img {
  width: 100%;
}

.about .text p:not(:last-child) {
  margin-bottom: 1rem;
}

@media (max-width: 576px) {
  .about {
    padding: 5rem 0;
  }

  .about .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .about .container.two {
    margin-top: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .about .container.two .content {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2.5rem;
  }

  .about ul li {
    width: 100%;
  }

  .about .img {
    width: 100%;
    margin-top: 2.5rem;
    margin-left: 0;
  }

  .about .yt {
    min-width: 100%;
    height: 12rem;
  }
}

.benefits {
  padding-top: 3.75rem;
  padding-bottom: 10rem;
  text-align: center;
}

.benefits .com-descr {
  max-width: 36.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}

.benefits .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.benefits .item {
  max-width: 19.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefits .item img {
  width: 7.5rem;
  height: 7.5rem;
  margin-bottom: 1rem;
}

.benefits .item p {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 140%;
  text-align: center;
  color: #323e40;
  opacity: 0.8;
}

@media (max-width: 576px) {
  .benefits {
    padding-bottom: 2.5rem;
  }

  .benefits .wrapper {
    display: -ms-grid;
    display: grid;
    gap: 2rem;
  }
}

.plants {
  padding-top: 7.5rem;
  padding-bottom: 9.0625rem;
}

.plants .com-title {
  text-align: center;
  margin-bottom: 2.5rem;
}

.plants .yt {
  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;
  min-width: 38rem;
  height: 21.25rem;
}

.plants .yt video {
  width: 100%;
  height: 100%;
}

.plants .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.plants .wrapper ol {
  margin-right: 4rem;
  list-style-type: none;
  counter-reset: item;
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  opacity: 0.8;
}

.plants .wrapper ol li {
  position: relative;
  padding-left: 3.25rem;
}

.plants .wrapper ol li:not(:last-child) {
  margin-bottom: 1.875rem;
}

.plants .wrapper ol li::before {
  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;
  position: absolute;
  content: counter(item);
  counter-increment: item;
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  border-radius: 100%;
  font-weight: 900;
  font-size: 1rem;
  line-height: 140%;
  color: #0ac211;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 576px) {
  .plants {
    padding-bottom: 5rem;
  }

  .plants .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .plants .wrapper ol {
    margin-right: 0;
    margin-bottom: 2.5rem;
  }

  .plants .yt {
    min-width: 100%;
    height: 12rem;
  }
}

.reward {
  padding: 5.9375rem 0 10rem;
  background: linear-gradient(
    176.17deg,
    rgba(255, 253, 217, 0.61) 1.52%,
    rgba(242, 242, 242, 0.61) 99.01%
  );
}

.reward .com-title {
  text-align: center;
  margin-bottom: 2.5rem;
}

.reward .container {
  max-width: 68.75rem;
}

.reward .wrapper {
  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;
}

.reward .wrapper .img {
  width: 26.75rem;
}

.reward .wrapper .img img {
  width: 100%;
}

.reward strong {
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 120%;
  margin-bottom: 1.5rem;
}

.reward p {
  margin-bottom: 1rem;
}

.reward .content {
  max-width: 33.75rem;
}

@media (max-width: 576px) {
  .reward {
    padding: 5rem 0;
  }

  .reward .wrapper.one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.25rem;
  }

  .reward .wrapper.two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .reward .wrapper .img {
    width: 100%;
  }
}

.footer {
  background: #323e40;
  padding: 4rem 0 4.5rem;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.footer .logo {
  width: 12.75rem;
  height: 1.5625rem;
  margin-right: 8.25rem;
}

.footer .logo img {
  width: 100%;
  height: 100%;
}

.footer .contacts {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  max-width: 27.5rem;
}

.footer .contacts strong {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 120%;
  color: #fff;
  padding-bottom: 0.5rem;
}

.footer .contacts span {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 140%;
  color: #fff;
  opacity: 0.4;
}

.footer .contacts b,
.footer .contacts a {
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  color: #fff;
  opacity: 0.8;
}

@media (max-width: 576px) {
  .footer {
    padding-bottom: 0;
    padding-top: 2.5rem;
  }

  .footer .container {
    -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;
  }

  .footer .container > * {
    margin: 0 0 1rem;
  }

  .footer .logo {
    margin-bottom: 2.5rem;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  color: #0ac211 !important;
}

.swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide {
  user-select: none;
  text-align: center;
  font-size: 18px;
  background: #fff;
  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;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
  margin-bottom: 1.25rem;
}

.mySwiper {
  height: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}

.popup.active {
  display: block;
}

.popup .content {
  padding: 3.5rem;
  background: #fff;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 82.75rem;
  width: 100%;
  max-height: 42.875rem;
  border-radius: 1rem;
}

.popup .close {
  cursor: pointer;
  position: absolute;
  width: 2rem;
  height: 2rem;
  right: 1rem;
  top: 1rem;
  background: url(/assets/img/modal/close.svg) center center no-repeat;
  background-size: 1rem 1rem;
  z-index: 2;
}

.popup .text {
  padding-top: 1.125rem;
  margin-left: 4.0625rem;
}

.popup .text strong {
  font-weight: 800;
  font-size: 1.75rem;
  line-height: 120%;
  margin-bottom: 0.5rem;
}

.popup .text .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

.popup .text .price b {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 120%;
  margin-right: 0.25rem;
  color: #157919;
}

.popup .text .price span {
  font-weight: 700;
  font-size: 1rem;
  line-height: 120%;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #323e40;
  opacity: 0.6;
}

.popup .text p {
  line-height: 120%;
  margin-bottom: 1.5rem;
}

.popup .text select {
  display: none;
  padding: 0.75rem 0 0.75rem 0.25rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 120%;
  color: #323e40;
  width: 17.25rem;
  margin-bottom: 1rem;
}

.popup .text .com-btn {
  display: none;
  max-width: 17.25rem;
}

.popup .text ul {
  opacity: 0.8;
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.popup .text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popup .text ul b {
  font-weight: 700;
}

.popup .text ul span {
  margin-top: 0.375rem;
  font-style: italic;
}

.popup .text .energy {
  opacity: 0.8;
  display: -ms-grid;
  display: grid;
  gap: 0.25rem;
  margin-bottom: 1rem;
}

.popup .text .energy span {
  font-weight: 700;
}

.popup .text .compound,
.popup .text .term,
.popup .text .terms {
  line-height: 120%;
  opacity: 0.8;
  margin-bottom: 1rem;
}

.popup .text .compound b,
.popup .text .term b,
.popup .text .terms b {
  font-weight: 700;
}

.popup .slider {
  max-width: 47.75rem;
}

@media (max-width: 576px) {
  .popup .content {
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
  }

  .popup .content::-webkit-scrollbar {
    width: 0.5rem;
    border-radius: 1rem;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .popup .content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .popup .text {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

.notify {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
  display: none;
}

.notify.active {
  display: block;
}

.notify .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  max-width: 35rem;
  width: 100%;
}

.notify .name {
  font-weight: 800;
  font-size: 2rem;
  line-height: 120%;
  text-align: center;
  color: #323e40;
  margin-bottom: 1rem;
}

.notify .descr {
  font-weight: 400;
  font-size: 1rem;
  line-height: 120%;
  color: #323e40;
  max-width: 21.25rem;
  margin-bottom: 2.5rem;
}

.notify .com-btn {
  text-transform: uppercase;
  max-width: 19rem;
}

.basket {
  padding-top: 8.5rem;
  padding-bottom: 6.25rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9;
  background: #f2f2f2;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.basket.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.basket .container {
  max-width: 70.75rem;
}

.basket .title {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5rem;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

.basket .com-descr {
  margin-bottom: 2rem;
}

.basket .title i {
  cursor: pointer;
  opacity: 0.5;
  font-size: 1.125rem;
  text-decoration: underline;
}

.basket .title.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.basket .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.basket .list {
  display: none;
  gap: 1.25rem;
  margin-right: 5rem;
  width: 40.75rem;
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}

.basket .list.active {
  display: -ms-grid;
  display: grid;
}

.basket .list .item {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  height: 10.875rem;
}

.basket .list .item .img {
  position: relative;
  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;
  background: #dfdfdf;
  min-width: 8rem;
  width: 8rem;
  height: 100%;
}

.basket .list .item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.basket .list .item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem;
}

.basket .list .item .content .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.basket .list .item .content .block:nth-child(1) {
  padding-right: 0.625rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.basket .list .item .count {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 120%;
}

.basket .list .name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 120%;
}

.basket .list select {
  padding: 0.625rem 0 0.625rem 0.25rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 120%;
  color: #323e40;
  width: 10rem;
  margin-bottom: 1.5rem;
  background: rgba(0, 0, 0, 0.08);
}

.basket .list .delete {
  cursor: pointer;
  opacity: 0.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 120%;
  -webkit-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
}

.basket .list .delete svg {
  fill: #323e40;
  width: 1rem;
  height: 1.1875rem;
  margin-right: 0.5rem;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.basket .list .delete:hover {
  color: red;
  opacity: 1;
}

.basket .list .delete:hover svg {
  fill: red;
}

.basket .list .price {
  margin-top: auto;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 120%;
  text-align: right;
}

.basket .list .input-count {
  padding: 0 0.5rem;
  width: 5.75rem;
  height: 2.5rem;
  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;
  background: #fff;
  border: 0.0625rem solid #d2d2d2;
}

.basket .list .input-count input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  height: 100%;
  font-weight: 900;
  font-size: 1rem;
  line-height: 120%;
  text-align: center;
  color: #209f25;
}

.basket .list .minus,
.basket .list .plus {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  position: relative;
}

.basket .list .minus::before,
.basket .list .minus::after,
.basket .list .plus::before,
.basket .list .plus::after {
  opacity: 0.6;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #323e40;
}

.basket .list .minus::before,
.basket .list .plus::before {
  height: 0.125rem;
  width: 0.75rem;
}

.basket .list .plus::after {
  height: 0.75rem;
  width: 0.125rem;
}

.basket .blocks {
  display: none;
  gap: 0.75rem;
  width: 40.75rem;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

.basket .blocks.active {
  display: -ms-grid;
  display: grid;
}

.basket .blocks .block {
  background: #fff;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding: 1.75rem 2rem;
}

.basket .blocks .label {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 120%;
  margin-bottom: 1.5rem;
}

.basket .blocks .inputs {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.basket .blocks .inputs.grid {
  -ms-grid-columns: 1fr (7.125rem) [2];
  grid-template-columns: 1fr repeat(2, 7.125rem);
}

.basket .blocks .input {
  width: 100%;
  background: rgba(0, 0, 0, 0.06);
  border: 0.0625rem solid rgba(0, 0, 0, 0.16);
  border-radius: 0.5rem;
  height: 4rem;
  padding: 0 1.3125rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 120%;
  color: #323e40;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.basket .blocks .input:focus {
  outline: none;
  border: 0.0625rem solid #0ac211;
}

.basket .blocks .input::-webkit-input-placeholder {
  color: #323e40;
  opacity: 0.5;
}

.basket .blocks .input:-ms-input-placeholder {
  color: #323e40;
  opacity: 0.5;
}

.basket .blocks .input::-ms-input-placeholder {
  color: #323e40;
  opacity: 0.5;
}

.basket .blocks .input::placeholder {
  color: #323e40;
  opacity: 0.5;
}

.basket .blocks .check input {
  position: absolute;
  opacity: 0;
}

.basket .blocks .check input:checked ~ label {
  border: 0.125rem solid #0ac211;
  color: #323e40;
}

.basket .blocks .check label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 7.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  line-height: 120%;
  border: 0.125rem solid rgba(0, 0, 0, 0.16);
  border-radius: 0.5rem;
  color: rgba(50, 62, 64, 0.8);
  -webkit-transition: border 0.3s, color 0.3s;
  transition: border 0.3s, color 0.3s;
}

.basket .blocks .check label img {
  width: 3.875rem;
  height: 3rem;
  margin-bottom: 0.75rem;
}

.basket .sidebar {
  margin-left: auto;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  max-width: 23rem;
  width: 100%;
  background: #fff;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding: 2rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.basket .sidebar .items {
  display: -ms-grid;
  display: grid;
  gap: 0.75rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.25rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 120%;
  opacity: 0.8;
}

.basket .sidebar .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.5rem;
}

.basket .sidebar .delivery {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
  font-size: 1rem;
  line-height: 120%;
  opacity: 0.8;
  margin-bottom: 1rem;
  display: none;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

.basket .sidebar .delivery.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.basket .sidebar .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 120%;
  margin-bottom: 1.25rem;
}

.basket .sidebar .com-btn {
  display: none;
  text-transform: uppercase;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

.basket .sidebar .com-btn.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 576px) {
  .basket {
    padding-top: 5.875rem;
  }

  .basket .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .basket .title {
    position: relative;
    text-align: center;
    justify-content: center;
  }

  .basket .com-descr {
    text-align: center;
  }

  .basket .title i {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(0, -60%);
    transform: translate(0, -60%);
  }

  .basket .sidebar {
    max-width: 100%;
    position: static;
    padding: 1rem;
    margin-top: 1.5rem;
  }

  .basket .sidebar .com-btn {
    font-size: 0.9375rem;
  }

  .basket .blocks {
    width: 100%;
  }

  .basket .blocks .inputs {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }

  .basket .blocks .block {
    padding: 1rem;
  }

  .basket .list {
    width: 100%;
  }

  .basket .list .item {
    position: relative;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .basket .list .item .img {
    height: 10rem;
    width: 100%;
    background-color: #fff;
  }

  .basket .list .item .img img {
    object-fit: contain;
  }

  .basket .list .item .content {
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .basket .list .item .content .block:nth-child(1) {
    padding-right: 0;
  }

  .basket .list .item .price {
    text-align: left;
  }

  .basket .list .item .delete {
    position: absolute;
    bottom: 1.25rem;
    right: 1rem;
  }

  .basket .list .item .count {
    margin-bottom: 1.5rem;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: url(../img/products/arrow.svg) center center no-repeat;
  background-size: 100% 100%;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-next {
  transform: scale(-1, 1);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
