:root {
  --asd: #e6e3d2;
  --gray: #aaa;
  --dark: #36342c;
  --light: #eeece0;
  --mid: #767467;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.content-wrapper {
  width: 100%;
  max-width: 1920px;
  padding: 40px;
}

.content-wrapper.full {
  background-color: #eee;
  background-image: linear-gradient(#34281f33, #34281f33), url('../images/telegram-cloud-photo-size-2-5465195861408615714-y-1.png');
  background-position: 0 0, 40% 0;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 0 0 60px 60px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 80vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.content-wrapper.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #36342c;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  padding: 40px 40px 80px;
  display: flex;
}

.content-wrapper.header {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #fff3;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 16px;
  display: flex;
  position: static;
  top: 40px;
}

.wrapper-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  height: 100%;
  padding: 40px;
  display: flex;
}

.wrapper-block.main-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: 80%;
  padding-left: 80px;
  padding-right: 60px;
}

.block-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.block-flex.right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.block-flex.down {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
}

.block-flex.tags {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}

.block-flex.tags.fill-back {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--asd);
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  position: relative;
}

.block-flex.claster {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.content-text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.content-text.flex-down {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.content-image {
  border-radius: 60px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.benefits-unit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--asd);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.benefits-unit.divider {
  display: block;
}

.benefits-unit.claster {
  border-radius: 100px;
  padding: 16px;
}

.benefits-unit.claster.right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px none var(--gray);
  filter: drop-shadow(4px 16px 40px #b8b3a2);
  padding-right: 40px;
}

.benefits-unit.claster.left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px none var(--gray);
  filter: drop-shadow(4px 16px 40px #b8b3a2);
  width: auto;
  padding-left: 40px;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image.galley {
  object-fit: cover;
}

.benefits {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.card.benefit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--asd);
  border-radius: 40px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 8px;
  display: flex;
  overflow: hidden;
}

.card.benefit.rt {
  display: flex;
}

.card.benefit.safety {
  flex-flow: row;
  height: auto;
}

.card.inner {
  background-color: var(--asd);
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.card-image {
  border-radius: 40px;
  overflow: hidden;
}

.card-image.width-50 {
  aspect-ratio: auto;
  object-fit: fill;
  width: 50%;
  height: 460px;
}

.card-image.product {
  border-radius: 32px;
  height: 280px;
}

.card-image.product.nophoto {
  background-color: #f3f3f3;
  padding: 40px;
}

.card-title {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 80%;
  display: flex;
}

.card-title.product {
  width: 90%;
  padding: 16px;
}

.card-title.align-center {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.heading.h2 {
  color: var(--dark);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 120%;
}

.heading.h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 100%;
}

.heading.h5.white {
  color: var(--light);
  text-decoration: none;
}

.heading.h5.white.line-mark {
  text-decoration: line-through;
}

.heading.h1 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 6vw;
  line-height: 100%;
}

.heading.h1._1 {
  color: #ffd88d;
  text-transform: lowercase;
  font-family: Great Vibes, cursive;
  font-size: 7em;
}

.heading.h4 {
  font-family: Montserrat, sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 120%;
}

.heading.h4.white {
  color: var(--light);
}

.heading.h4.alihn-center {
  text-align: center;
}

.heading.h3 {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 120%;
}

.heading.h3.white {
  color: var(--light);
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 500;
}

.type {
  color: var(--mid);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.6em;
  line-height: 140%;
}

.type.tag.footer {
  color: var(--light);
  font-size: 1.2em;
}

.type.description {
  font-size: .8em;
}

.type.num {
  color: var(--gray);
  font-weight: 600;
}

.card-padding {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  padding: 24px;
  display: flex;
}

.card-padding.width-50 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 50%;
}

.card-padding.width-50.midle {
  justify-content: center;
  align-items: flex-start;
}

.content {
  border-radius: 40px;
  overflow: hidden;
}

.content.image {
  width: 300px;
}

.content.gallery {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 0;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: visible;
}

.point {
  background-color: var(--light);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.block-title {
  width: 100%;
}

.block-title.align-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.tag.fill {
  background-color: var(--asd);
  border-radius: 40px;
  height: 60px;
  padding: 16px 32px;
}

.tag.fill.secondary {
  background-color: var(--light);
}

.tag.fill.stroke {
  border: 1px solid var(--light);
  color: var(--light);
  background-color: #e6e3d200;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-wrapper-products {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
  overflow: auto;
}

.card-wrapper-products.row {
  flex-flow: wrap;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  background-color: var(--light);
  flex-flow: column;
  display: block;
}

.unit-text {
  width: 50%;
}

.unit-icon {
  background-color: var(--light);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.image-2 {
  width: 60px;
  height: 60px;
}

.image-2._2 {
  height: 40px;
}

.text-span, .type-bold, .text-span-3, .text-span-4 {
  color: var(--mid);
}

.header-grid {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-100 {
  width: 100%;
}

.grid-100.align-right {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  display: flex;
}

.grid-100.alighn-centre {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.grid-100.align-left {
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  display: flex;
}

.type-header-link {
  color: var(--dark);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  transition: all .6s;
}

.type-header-link:hover {
  color: var(--mid);
  text-underline-offset: 4px;
  text-decoration: underline;
}

.header {
  z-index: 999;
  outline-offset: 0px;
  background-color: #fff0;
  border: 1px #000;
  outline: 3px #333;
  position: fixed;
  inset: 0 0% auto;
}

.btn.primary {
  border: 1px solid var(--light);
  background-color: var(--light);
  color: var(--dark);
  text-transform: uppercase;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  padding: 0 24px;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  text-decoration: none;
  transition: all .6s;
  display: flex;
}

.btn.primary:hover {
  background-color: var(--dark);
  color: var(--light);
}

.btn.primary.fill {
  border-color: var(--light);
  background-color: #eeece0;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.3em;
  transition: all .6s;
}

.btn.primary.fill:hover {
  border-color: var(--dark);
  background-color: var(--dark);
  color: var(--light);
}

.btn.primary.stroke {
  color: var(--light);
  width: 100%;
  height: 100%;
}

.btn.primary.dark {
  background-color: var(--dark);
  color: var(--light);
  height: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.btn.primary.dark:hover {
  background-color: var(--mid);
}

.btn.primary.hide {
  font-size: 1em;
}

.btn.secondary {
  background-color: var(--dark);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  transition: all .6s;
  display: flex;
}

.btn.secondary:hover {
  background-color: var(--mid);
}

.section {
  padding: 0;
  overflow: hidden;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.divider-text {
  color: var(--gray);
}

.block-price {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff1a;
  border: 1px solid #fff6;
  border-radius: 60px;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  margin-top: 40px;
  padding: 16px;
  display: flex;
}

.price-btn {
  width: auto;
}

.price-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  padding: 16px;
  display: flex;
}

.heading-2, .heading-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-6 {
  background-color: var(--gray);
  width: 1px;
  height: 100%;
}

.video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  min-height: 680px;
}

.progress_fill {
  background-color: #000;
  width: 0%;
  height: 100%;
  position: relative;
}

.tricks-slider_text {
  z-index: 2;
  letter-spacing: -.08em;
  font-size: 9.3em;
  font-weight: 400;
  position: relative;
}

.progress {
  background-color: #00000017;
  width: 80%;
  height: 1.5px;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100em;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6em;
  display: flex;
}

.global-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.tricks-slider_slide {
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42%;
  height: 80vh;
  max-height: 80vw;
  margin-right: 1em;
  padding: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tricks-slider {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.image-3 {
  z-index: 1;
  object-fit: cover;
  width: 200%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 600px;
  display: grid;
  overflow: visible;
}

.image-item {
  object-fit: cover;
  border-radius: 350px;
  width: 460px;
  overflow: hidden;
}

.footer-flex-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-flex-text.down {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.image-4 {
  height: 60px;
}

.footer-flex-btns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #302e26;
  border-radius: 40px;
  flex-flow: column;
  width: 100%;
  height: 360px;
  padding: 40px;
  display: flex;
}

.vimeo-container {
  width: 100%;
  height: auto;
  min-height: 680px;
  display: block;
}

.image-5 {
  width: 140px;
  height: auto;
}

.section-3 {
  overflow: hidden;
}

.section-4 {
  justify-content: space-between;
  align-items: center;
  display: block;
  overflow: hidden;
}

.link-logo.w--current {
  background-color: #f5f5f500;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 0;
  display: flex;
}

.width {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.width.right {
  justify-content: center;
  align-items: flex-end;
}

.width.left {
  justify-content: center;
  align-items: flex-start;
}

.unit-image {
  width: 120px;
  height: 120px;
}

.card-product {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 40px;
  flex-flow: column;
  width: 270px;
  padding: 8px;
  display: flex;
  overflow: hidden;
}

.btn-width-100 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.btn-width-100.align-center {
  justify-content: center;
  align-items: center;
}

.div-block-8 {
  background-image: linear-gradient(270deg, #eeece0, #e6e3d200);
  width: 20%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.row-wrapper-products {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: visible;
}

.type-small {
  font-size: 9vw;
}

.code-embed {
  width: 100%;
  height: 800px;
  min-height: 500px;
}

@media screen and (max-width: 991px) {
  .content-wrapper {
    overflow: hidden;
  }

  .content-wrapper.full {
    background-position: 50%;
    background-size: cover;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 80vh;
  }

  .content-wrapper.footer {
    flex-flow: wrap;
    display: flex;
  }

  .content-wrapper.header {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff0;
    border-style: none;
    border-color: #000;
    overflow: hidden;
  }

  .wrapper-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .wrapper-block.main-block {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    padding: 0;
  }

  .block-flex, .block-flex.right {
    flex-flow: column;
  }

  .content-image {
    border-radius: 24px;
  }

  .benefits-unit {
    width: 100%;
  }

  .benefits-unit.claster.right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: auto;
  }

  .benefits {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    align-items: center;
  }

  .card.benefit {
    box-sizing: border-box;
  }

  .card.benefit.safety {
    flex-flow: column;
  }

  .card.inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .card-image.width-50 {
    width: 100%;
  }

  .card-image.product {
    width: 100%;
    height: 220px;
  }

  .card-title {
    width: 80%;
  }

  .card-title.product {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .heading.h1 {
    font-size: 5em;
  }

  .heading.h1._1 {
    font-size: 6em;
  }

  .heading.h4.alihn-center {
    text-align: left;
    font-size: 1em;
  }

  .heading.h3 {
    text-transform: none;
    word-break: normal;
    font-size: 2em;
  }

  .card-padding.width-50 {
    width: 100%;
  }

  .content {
    border-radius: 40px;
  }

  .block-title {
    width: 100%;
  }

  .card-wrapper-products {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
    overflow: auto;
  }

  .card-wrapper-products.row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: grid;
  }

  .unit-text {
    width: 50%;
  }

  .grid-100.alighn-centre.mob-hide {
    display: none;
  }

  .grid-100.align-left {
    width: 50%;
  }

  .header {
    position: absolute;
  }

  .btn.primary.fill {
    padding-left: 40px;
    padding-right: 40px;
  }

  .btn.primary.dark {
    width: 100%;
    height: 80px;
  }

  .btn.primary.hide {
    display: none;
  }

  .section {
    padding: 0;
  }

  .price-btn {
    width: auto;
  }

  .price-text {
    width: 60%;
  }

  .video {
    height: 500px;
    min-height: 400px;
  }

  .progress {
    margin-top: 30px;
  }

  .container {
    padding-left: 4em;
    padding-right: 4em;
  }

  .tricks-slider_slide {
    width: 48%;
    margin-right: 2em;
  }

  .footer-flex-text.down {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-flex-btns {
    height: 300px;
  }

  .vimeo-container {
    height: 500px;
    min-height: 400px;
  }

  .image-5 {
    width: 120px;
    height: auto;
    overflow: visible;
  }

  .width.right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-bottom: 0;
  }

  .width.left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 16px;
  }

  .card-product {
    flex-flow: column;
    width: 100%;
    height: auto;
  }

  .div-block-7 {
    background-image: linear-gradient(-90deg, var(--asd), #e6e3d200);
    width: 20%;
    height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .row-wrapper-products {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .content-wrapper.full {
    border-radius: 0 0 40px 40px;
    height: 70vh;
  }

  .content-wrapper.header {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff0;
    border-style: none;
    border-color: #000;
  }

  .wrapper-block {
    padding: 0 0 80px;
  }

  .wrapper-block.main-block {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
  }

  .block-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .content-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .benefits-unit {
    width: 100%;
  }

  .benefits-unit.claster.right {
    overflow: hidden;
  }

  .benefits {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .card-image.product {
    height: 160px;
  }

  .card-title.product {
    padding: 16px;
  }

  .heading.h2 {
    font-size: 3em;
  }

  .heading.h1._1 {
    font-size: 6em;
  }

  .heading.h4.alihn-center {
    font-size: 1em;
  }

  .content {
    border-radius: 40px;
  }

  .tag.fill.secondary {
    height: auto;
  }

  .card-wrapper-products.row {
    place-items: start stretch;
  }

  .btn.primary {
    padding-left: 32px;
    padding-right: 32px;
  }

  .btn.primary.hide {
    display: none;
  }

  .section {
    padding: 0;
  }

  .tricks-slider_text {
    font-size: 9.9em;
  }

  .card-product {
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .content-wrapper {
    padding: 40px 24px;
  }

  .content-wrapper.full {
    border-radius: 0 0 32px 32px;
    justify-content: center;
    align-items: flex-end;
    height: 80vh;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .content-wrapper.footer {
    padding: 24px;
  }

  .content-wrapper.header {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff0;
    border-style: none;
    border-color: #000;
    max-width: 100%;
  }

  .wrapper-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wrapper-block.main-block {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .block-flex.tags {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .block-flex.tags.fill-back {
    border-radius: 16px;
    padding: 23px;
  }

  .content-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .content-image {
    border-radius: 16px;
  }

  .benefits-unit {
    padding: 8px;
  }

  .benefits-unit.claster.right {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 100%;
    padding-right: 16px;
  }

  .benefits-unit.claster.left {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 100%;
    padding-left: 16px;
  }

  .image {
    min-height: 400px;
  }

  .image.claster, .image.product {
    min-height: auto;
  }

  .benefits {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .card.benefit {
    border-radius: 16px;
  }

  .card.benefit.safety {
    flex-flow: column;
    height: auto;
    padding-bottom: 16px;
  }

  .card.inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 16px;
    flex-flow: wrap-reverse;
    padding: 24px;
    display: flex;
  }

  .card-image {
    border-radius: 12px;
  }

  .card-image.width-50 {
    width: 100%;
    height: 240px;
  }

  .card-image.product {
    border-radius: 16px;
    height: 120px;
  }

  .card-image.product.nophoto {
    height: 180px;
  }

  .card-title {
    width: 100%;
  }

  .card-title.product {
    justify-content: flex-end;
    align-items: center;
  }

  .heading.h2 {
    font-size: 2em;
  }

  .heading.h5 {
    font-size: 1.3em;
  }

  .heading.h1 {
    font-size: 3.1em;
  }

  .heading.h1._1 {
    font-size: 3.4em;
  }

  .heading.h4.alihn-center {
    text-align: center;
    font-size: 1em;
  }

  .heading.h3 {
    font-size: 1.3em;
  }

  .type {
    width: 100%;
    font-size: 1.2em;
  }

  .type.num {
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
  }

  .card-padding.width-50 {
    width: 100%;
    padding: 8px;
  }

  .content {
    border-radius: 16px;
  }

  .point {
    width: auto;
    height: 100%;
    display: block;
    overflow: hidden;
  }

  .point.hide {
    display: none;
  }

  .tag.fill {
    height: auto;
  }

  .card-wrapper-products.row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    display: grid;
  }

  .grid-100.align-right {
    width: 50%;
  }

  .grid-100.align-left {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
  }

  .header {
    position: absolute;
  }

  .btn.primary {
    width: 100%;
  }

  .btn.primary.fill {
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 1em;
  }

  .btn.primary.dark {
    text-align: center;
    font-size: 1em;
  }

  .btn.primary.hide {
    display: none;
  }

  .btn.secondary {
    text-align: center;
    font-size: 1em;
  }

  .section {
    padding: 0;
  }

  .block-price {
    border-radius: 40px;
    flex-flow: row;
    width: 100%;
  }

  .price-btn {
    width: 100%;
    height: 60px;
  }

  .price-text {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .tricks-slider_text {
    font-size: 20em;
  }

  .tricks-slider_slide {
    width: 90%;
    max-height: 130vw;
    margin-right: 3em;
  }

  .image-wrapper {
    height: auto;
  }

  .image-item {
    border-radius: 120px;
    width: 250px;
    height: 360px;
  }

  .footer-flex-text {
    flex-flow: column;
  }

  .footer-flex-btns {
    padding: 24px;
  }

  .image-5 {
    object-fit: cover;
  }

  .link-logo.w--current {
    background-color: #fff;
    height: 100%;
  }

  .unit-image {
    width: 100px;
    height: 100px;
  }

  .card-product {
    border-radius: 16px;
    width: 100%;
    height: 100%;
  }

  .row-wrapper-products {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .video-2 {
    background-color: #000;
  }
}


