@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v29-cyrillic-500.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v29-cyrillic-600.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playfair-display-v37-cyrillic-regular.woff2') format('woff2');
}

.text-uppercase {
  text-transform: uppercase;
}

ul {
  box-sizing: border-box
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px
}

:root {
  --woocommerce: #7F54B3;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #7F54B3;
  --wc-primary-text: white;
  --wc-secondary: #e9e6ed;
  --wc-secondary-text: #515151;
  --wc-highlight: #b3af54;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676
}

:root {
  --woocommerce: #7F54B3;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #7F54B3;
  --wc-primary-text: white;
  --wc-secondary: #e9e6ed;
  --wc-secondary-text: #515151;
  --wc-highlight: #b3af54;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676
}

:root {
  --woocommerce: #7F54B3;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #7F54B3;
  --wc-primary-text: white;
  --wc-secondary: #e9e6ed;
  --wc-secondary-text: #515151;
  --wc-highlight: #b3af54;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

@keyframes arrow--move {

  0%,
  to {
    transform: translateY(0)
  }

  50% {
    transform: translateY(1rem)
  }
}

* {
  margin: 0;
  padding: 0
}

*,
:after,
:before {
  box-sizing: border-box
}

h1,
h2,
h3,
h4 {
  color: inherit;
  font-weight: 600;
  line-height: 1.25
}


ul {
  list-style: none
}

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

fieldset {
  border: 0
}

a:hover,
a:link,
a:visited {
  outline-style: none
}

textarea {
  overflow: auto
}

input,
textarea {
  background-color: #fff
}

input::-moz-placeholder {
  opacity: 1;
  color: inherit
}

input::placeholder {
  opacity: 1;
  color: inherit
}

button,
input,
select,
textarea {
  border: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit
}

textarea {
  border-radius: 0
}

@media (max-width:767px) {

  input,
  textarea {
    font-size: 1.6rem
  }
}

button,
input[type=reset],
input[type=submit] {
  background: 0 0
}

a,
button,
input[type=checkbox],
input[type=radio],
input[type=submit],
label[for],
select {
  cursor: pointer
}

input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}


em,
i {
  font-style: italic
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%
}

table caption,
table th {
  text-align: left
}

table th {
  font-weight: 700
}

q:after,
q:before {
  content: ""
}

html {
  font-size: 10px;
  line-height: 1.5;
  font-weight: 400;
  vertical-align: baseline;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility
}

body {
  width: 100%;
  overflow: visible;
  overflow-x: hidden;
  font-size: 1.6rem;
  color: #232323;
  font-family: "Montserrat", sans-serif;
  background-color: #F5F6F8
}

* {
  scrollbar-width: thin;
  scrollbar-color: #87486e transparent
}

::-webkit-scrollbar {
  width: 1rem
}

::-webkit-scrollbar-track {
  background: 0 0
}

::-webkit-scrollbar-thumb {
  background-color: #87486e
}

::-moz-selection {
  color: #fff;
  background-color: #87486e
}

::selection {
  color: #fff;
  background-color: #87486e
}

[hidden] {
  display: none
}

[disabled] {
  cursor: not-allowed
}

a,
button,
input {
  transition: all .35s ease
}

button {
  line-height: 1
}

textarea {
  resize: none
}

a:disabled,
button:disabled,
fieldset:disabled,
fieldset:disabled label,
input:disabled,
select:disabled,
textarea:disabled {
  cursor: not-allowed
}

label {
  margin-bottom: 0
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-style: none
}

button,
input,
select {
  border-radius: 0
}


input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #232323;
  -moz-transition: all .35s ease;
  transition: all .35s ease
}


input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #232323;
  transition: all .35s ease
}


input[type=number]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
input[type=text]:focus::-moz-placeholder,
input[type=url]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0
}


input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=search]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=text]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0
}

button,
input[type=password],
input[type=reset],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

select {
  display: block;
  width: 100%
}

b,
strong {
  font-weight: 600
}

img,
svg {
  height: auto
}

@font-face {
  font-family: "swiper-icons";
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA)format("woff");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper,
.swiper-wrapper {
  position: relative;
  z-index: 1
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
  display: block
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box
}


.swiper-wrapper {
  transform: translate3d(0, 0, 0)
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}


.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/44*27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size)/2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transform-origin: center
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto
}

.swiper-button-lock {
  display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev:after {
  content: "prev"
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto
}

.swiper-button-next:after {
  content: "next"
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-button {
  position: absolute;
  z-index: 2;
  display: block;
  width: 9.4rem;
  height: 9.4rem;
  padding: 2.7rem;
  cursor: pointer;
  border-radius: 100%;
  transition: all .35s ease;
  background-color: #232323
}

@media (max-width:991px) {
  .swiper-button {
    width: 6rem;
    height: 6rem;
    padding: 1.2rem
  }
}

.page-header__logo>a>picture img,
.swiper-button>svg {
  display: block;
  width: 100%
}

.swiper-button>svg>path,
[data-scroll-up]>svg>path {
  fill: #87486e;
  transition: all .35s ease
}

.swiper-button--prev {
  left: 3rem
}

@media (max-width:991px) {
  .swiper-button--prev {
    left: 2rem
  }
}

.swiper-button--next {
  right: 3rem
}

@media (max-width:991px) {
  .swiper-button--next {
    right: 2rem
  }
}

.page-header__button>button:hover,
.swiper-button:hover {
  background-color: #87486e
}

.swiper-button:hover>svg>path {
  fill: #fff
}

.swiper-pagination {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center
}

.page {
  width: 100%;
  position: relative;
  padding-top: 6.5rem;
  overflow: hidden;
  overflow-x: hidden
}

.page-container,
.page-container:after {
  transition: all .35s ease
}

.page-container:after {
  display: block;
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  z-index: 120;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, .75)
}

.page-content {
  min-height: var(--window--height)
}

.fluid {
  position: relative;
  max-width: 156rem;
  padding: 0 1.5rem;
  margin: 0 auto
}

.order {
  padding-bottom: 7rem;
  padding-left: 20px;
  padding-right: 20px;
}

.order__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 5rem 0;
  border-radius: 50px;
  box-shadow: 0 0 200rem -3rem inset rgba(135, 72, 110, 0.5);
}

.order__block {
  background: rgba(135, 72, 110, 0.5);
  border-radius: 30px;
  color: #fff;
  padding: 30px 20px;
  max-width: 360px;
  width: 100%;
  border: 2px solid #b7c1c9;
}

.order__prod {
  max-width: 300px;
  width: 100%;
}

.order__inner picture {
  flex-shrink: 0;
}

.outro__form-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
}

.outro__form-text {
  margin-bottom: 20px;
  text-align: center;
  font-size: 30px;
  color: #E44530;
  font-weight: 700;
}

.price {
  display: flex;
  justify-content: center;
  gap: 15px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 19px;
}

.price__item_old {
  position: relative;
}

.price__item_old span {
  margin-top: 10px;
  display: inline-block;
  font-size: 24px;
}

.price__item_old:before {
  width: 90%;
  height: 2px;
  background: #E44530;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 22px;
}

.price__item_new span {
  font-size: 34px;
  font-weight: 700;
  color: #E44530;
}

.form__input {
  max-width: 360px;
  width: 100%;
  color: #7f7e7e;
  padding: 15px;
  display: block;
  margin-bottom: 10px;
  border-radius: 50px;
  font-size: 16px;
}

::placeholder {
  color: #7f7e7e;
}

.form__btn {
  background: #E44530;
  color: #fff;
  padding: 15px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  transition: background .3s;
  border: 2px solid #fff;
}

.form__btn:hover {
  background: #fff;
  color: #232323;
  border-color: #E44530;
}

.buy>div>button:hover>span,
.set--white--bg {
  background-color: #fff
}

.page.is--scrolled .page-header {
  background-color: #fff;
  box-shadow: 0 0 2rem rgba(0, 0, 0, .15)
}

.page.is--scrolled .page-header__flex {
  padding: 1rem 0
}

.page.is--scrolled .page-header__button>button {
  height: 4rem;
  line-height: 4rem
}

.page-header,
.page-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%
}

.page-loader {
  height: 100%;
  z-index: 999999;
  background-color: #fff;
  background-image: url(../fonts/loader.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 4rem auto
}

.page-header {
  z-index: 110;
  transition: all .35s ease
}

.page-header__flex {
  text-align: center;
  position: relative;
  padding: 1rem 0;
  transition: all .35s ease;
}

.page-header__button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media (max-width:1279px) {
  .page-header__flex {
    padding: 1rem 0
  }

  .order__prod {
    max-width: 300px;
  }

  .no-webp .order__inner,
  .webp .order__inner {
    background-position: calc(50% - 0px) 66%;
  }
}

@media (max-width:767px) {
  .page-header__flex {
    justify-content: center
  }

  .order__inner {
    display: block;
    text-align: center;
  }

  .order__prod {
    margin-bottom: 20px;
  }

  .order__block {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .price {
    font-size: 17px;
  }
}

.page-header__logo {
  position: relative;
  transition: all .35s ease
}

.page-header__logo picture {
  line-height: 0;
  display: block;
}

.page-header__logo>a {
  display: block
}

@media (max-width:767px) {
  .page-header__button {
    display: none
  }
}

.page-header__button>button {
  display: block;
  width: 34rem;
  color: #fff;
  text-align: center;
  letter-spacing: .28rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 5rem;
  border-radius: 4rem;
  text-transform: uppercase;
  background-color: #E44530;
  text-shadow: 2px 2px 2px rgba(60, 92, 124, .2)
}

@media (max-width:1279px) {
  .page-header__button>button {
    height: 4rem;
    line-height: 4rem
  }
}

.page-footer {
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
  color: #87486e;
  background-color: #fff
}

.page-footer__flex {
  padding: 3rem 0;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  color: #232323;
}


@media (max-width:991px) {
  .page-footer__flex {
    flex-direction: column;
    text-align: center
  }

  .order__prod {
    max-width: 250px;
  }

  .no-webp .order__inner,
  .webp .order__inner {
    background-position: calc(50% - 0px) 71%;
  }
}

@media (max-width:767px) {
  .order__prod {
    max-width: 230px;
  }
}

.page-footer__flex>p:first-child>em {
  font-style: normal
}

@media (max-width:991px) {
  .page-footer__flex>p:first-child>em {
    display: block;
    margin-top: 4rem;
    margin-bottom: 4rem
  }
}

.page-footer__flex>p:first-child a {
  text-decoration: underline;
  text-underline-offset: 5px
}

.page-footer__flex>p:first-child a:hover {
  text-decoration: none
}

.page-footer__flex>p:last-child>a {
  color: #232323;
  text-underline-offset: 5px
}

.page-footer__flex>p:last-child>a:hover {
  text-decoration: underline
}

[data-scroll-up],
[data-scroll-up]>svg {
  position: absolute;
  left: 50%;
  transition: all .35s ease
}

[data-scroll-up] {
  top: -20px;
  z-index: 110;
  width: 9.4rem;
  height: 9.4rem;
  text-align: center;
  border-radius: 0 0 100% 100%;
  color: #fff;
  cursor: pointer;
  transform: translateX(-50%);
  background-color: #f5f6f8
}

[data-scroll-up]>svg {
  top: 50%;
  transform: translate(-50%, -50%)
}

.hero [data-scroll-down]:hover>svg>path,
[data-scroll-up]:hover>svg>path {
  fill: #232323
}

.drops {
  width: 100%
}

.drops>picture img {
  display: block;
  width: 100%;
  max-width: 100%
}

.js--move {
  transition: all .25s linear
}

.s--hero>.fluid {
  max-width: 187rem
}

.hero {
  position: relative;
  z-index: 1;
  border-radius: 4rem;
  padding: 5rem 0 8rem;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 200rem -3rem inset rgba(135, 72, 110, 0.5);
}

@media (min-width:1280px) {
  .hero {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .order__inner {
    max-width: 1480px;
    width: 100%;
  }

  .hero[data-animation]>.button,
  .hero[data-animation]>h1,
  .hero[data-animation]>.main__oredr-block img,
  .hero[data-animation]>.main__oredr-block .order__block,
  .hero[data-animation]>p,
  .hero[data-animation]>strong {
    opacity: 0;
    transition: all .75s ease
  }

  .hero[data-animation]>h1 {
    transition-delay: 1.2s;
    transform: translateY(-5rem)
  }

  .hero[data-animation]>p {
    transition-delay: 1.4s;
    transform: translateY(5rem)
  }

  .hero[data-animation]>.main__oredr-block img {
    transition-delay: 1.6s;
    transform: scale(.85)
  }

  .hero[data-animation]>.main__oredr-block .order__block {
    transition-delay: 1.8s;
    transform: scale(.85)
  }

  .hero[data-animation]>.button {
    transition-delay: 1.8s;
    transform: translateY(-5rem)
  }

  .hero[data-animation]>strong {
    transition-delay: 2s;
    transform: translateY(5rem)
  }

  .hero[data-animation].is--animated>.button,
  .hero[data-animation].is--animated>h1,
  .hero[data-animation].is--animated>p {
    opacity: 1;
    transform: none
  }

  .hero[data-animation].is--animated>.main__oredr-block img {
    opacity: 1;
    transform: translateY(0) scale(1)
  }

  .hero[data-animation].is--animated>.main__oredr-block .order__block {
    opacity: 1;
    transform: translateY(0) scale(1)
  }

  .hero[data-animation].is--animated>strong {
    opacity: 1;
    transform: none
  }
}

.hero .drops {
  position: absolute;
  z-index: -1
}

.hero .drops:nth-child(1) {
  left: 0;
  top: 50%;
  max-width: 70rem;
  transform: translate(-40%, -50%) rotate(-30deg)
}

@media (max-width:1199px) {
  .hero .drops:nth-child(1) {
    max-width: 55rem
  }

  .page-header__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .page-header__button {
    position: static;
    transform: none;
  }
}

@media (max-width:991px) {
  .hero .drops:nth-child(1) {
    max-width: 35rem
  }
}

.hero .drops:nth-child(2) {
  right: 0;
  bottom: 10rem;
  max-width: 70rem;
  transform: translate(30%, -50%) rotate(-30deg)
}

@media (max-width:1199px) {
  .hero .drops:nth-child(2) {
    max-width: 55rem
  }
}

@media (max-width:991px) {
  .hero .drops:nth-child(2) {
    max-width: 35rem
  }
}

.header__logo {
  cursor: pointer;
  max-width: 160px;
}

.hero>h1 {
  font-size: 10rem;
  line-height: 1;
  font-weight: 400;
  padding: 0 10px;
  color: #232323;
  font-family: "Playfair Display", serif;
  font-size: calc(33px + (100 - 50)*(100vw - 320px)/(1920 - 320));
  font-size: clamp(33px, calc(33px + (100 - 50)*(100vw - 320px)/(1920 - 320)), 100px)
}

.hero>h1>span {
  font-weight: 400;
  color: #87486e
}

.awards-block>div,
.hero>p {
  font-weight: 600;
  font-size: calc(18px + (24 - 18)*(100vw - 320px)/(1920 - 320));
  font-size: clamp(18px, calc(18px + (24 - 18)*(100vw - 320px)/(1920 - 320)), 24px)
}

.hero>p {
  padding: 2rem 1rem;
  color: #232323
}

.main__oredr-block {
  padding: 0 15px;
  margin-bottom: 2rem;
  position: relative;
}

.discount {
  position: absolute;
  left: calc(50% - 130px);
  font-weight: 700;
  color: #fff;
  background-color: #E44530;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 80px;
  height: 80px;
  font-size: 25px;
}

.hero>.main__oredr-block img {
  display: block;
  width: 100%;
  max-width: 23rem;
  margin: 0 auto 2rem;
}

.hero>.main__oredr-block .promo__ice {
  margin: -78px auto 0;
}

.hero>.button {
  margin: 0 0 2rem
}

.hero [data-scroll-down],
.hero>.button>a {
  text-align: center;
  color: #fff;
  transition: all .35s ease
}

.hero>.button>a,
.hero>strong {
  display: block;
  font-size: 1.4rem;
  font-weight: 700
}

.hero>.button>a {
  font-size: 1.15rem;
}

.hero>strong {
  font-size: 2rem;
}

.hero>.button>a {
  width: 26rem;
  margin: 0 auto;
  letter-spacing: .28rem;
  line-height: 5rem;
  border-radius: 4rem;
  text-transform: uppercase;
  background-color: #E44530;
  text-shadow: 2px 2px 2px rgba(60, 92, 124, .2)
}

.hero>.button>a:hover {
  background-color: #87486e
}

.hero>strong {
  color: #232323;
  opacity: 1;
  display: inline-block;
  padding: 10px 15px;
  background: #fff;
  border-radius: 30px;
}

.hero [data-scroll-down] {
  position: absolute;
  left: 8.5rem;
  bottom: -20px;
  z-index: 1;
  width: 9.4rem;
  height: 9.4rem;
  border-radius: 100% 100%0 0;
  cursor: pointer;
  background-color: #f5f6f8
}

@media (min-width:430px) {
  .hero>.main__oredr-block img {
    max-width: 25rem;
  }

  .hero>.button>a {
    width: 32rem;
    font-size: 1.5rem;
  }

  .hero>.main__oredr-block .promo__ice {
    transform: translateX(60px);
    margin-top: -78px;
  }
}

@media (min-width:768px) {
  .main__oredr-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }

  .discount {
    display: none;
  }

  .main__oredr-block {
    margin: 3rem 0;
  }

  .hero>.main__oredr-block img {
    margin: 0;
    -webkit-box-reflect: above -740px linear-gradient(to top, rgba(255,255,255,.4) 17%, rgba(255,255,255,0) 33%);
  }

  .hero>.main__oredr-block .promo__ice {
    transform: none;
    position: absolute;
    bottom: -110px;
    margin: 0;
    left: calc(50% - 320px);
    -webkit-box-reflect: inherit
  }
}

@media (min-width:992px) {
  .s--hero>.fluid {
    overflow: hidden;
  }
  
  .hero>.main__oredr-block img {
    max-width: 30rem;
    -webkit-box-reflect: above -892px linear-gradient(to top, rgba(255,255,255,.4) 21%, rgba(255,255,255,0) 32%);
  }

  .hero>.button>a {
    width: 32rem;
    font-size: 2.2rem;
    padding: 1rem;
    line-height: 3rem;
  }

  .hero>.main__oredr-block .promo__ice {
    bottom: -160px;
    left: calc(50% - 280px);
  }

  .main__oredr-block {
    margin-bottom: 4rem;
    gap: 40px;
  }
}


@media (max-width:991px) {
  .hero [data-scroll-down] {
    left: 50%;
    transform: translateX(-50%)
  }
}

@media (min-width:1280px) {
  .hero[data-animation].is--animated>.promo__ice {
    opacity: 1;
    transform: translate(0);
  }

  .hero>.main__oredr-block img {
    -webkit-box-reflect: above -891px linear-gradient(to top, rgba(255, 255, 255, .4), rgba(255, 255, 255, 0) 37%);
  }

  .hero>.main__oredr-block .promo__ice {
    bottom: -170px;
  }
}

@media (min-width:1660px) {
  .hero [data-scroll-down] {
    left: 17.5rem
  }

  .no-webp .hero,
  .webp .hero {
    background-position-y: 0, 60%;
  }
}

.hero [data-scroll-down]>svg {
  position: absolute;
  left: 2.7rem;
  top: 2.7rem;
  width: 4rem;
  height: 4rem;
  transition: all .35s ease;
  animation: arrow--move 1s infinite
}

.hero [data-scroll-down]>svg>path {
  fill: #87486e;
  transition: all .35s ease
}

.s--awards {
  padding: 10rem 0 8rem
}

@media (max-width:991px) {
  .s--awards {
    padding: 4rem 0 3rem
  }
}

@media (max-width:767px) {
  .s--awards {
    padding-bottom: 10rem
  }

  .no-webp .order__inner,
  .webp .order__inner {
    background: #fff;
  }

  .page-header__flex {
    justify-content: center;
  }
}

.awards-title {
  margin-bottom: 3rem;
  text-align: center;
  color: #87486e
}

.awards-title p {
  font-size: 18px;
  margin-bottom: 15px;
  color: #232323;
}

@media (min-width:992px) {
  .awards-title p {
    font-size: 20px;
  }
}

@media (min-width:1280px) {
  .awards-title[data-animation]>h2 {
    opacity: 0;
    transform: translateY(-5rem);
    transition: all .75s ease
  }

  .awards-title[data-animation].is--animated>h2 {
    opacity: 1;
    transform: none
  }

  .awards-title p {
    font-size: 23px;
  }
}

.awards-title>h2,
.composition-box__title>h2,
.icons-title>h2 {
  font-size: calc(24px + (44 - 24)*(100vw - 320px)/(1920 - 320));
  font-size: clamp(24px, calc(24px + (44 - 24)*(100vw - 320px)/(1920 - 320)), 44px)
}

.icons-title>h2 {
  color: #87486e ;
}

.awards-blocks {
  display: flex;
  flex-flow: row wrap;
  margin-left: -2rem;
  margin-right: -2rem;
  justify-content: center;
}

.awards-block {
  padding: 2rem;
  width: 33.333%
}

@media (max-width:1199px) {
  .awards-block {
    width: 50%
  }
}

@media (max-width:991px) {
  .awards-block {
    padding: 1rem 2rem
  }
}

@media (max-width:767px) {
  .awards-block {
    width: 100%;
    max-width: 400px;
  }
}

@media (min-width:1280px) {
  .awards-block[data-animation]>div {
    opacity: 0;
    transform: translateY(15rem);
    transition: all .75s ease
  }

  .awards-block[data-animation]:nth-child(1)>div {
    transition-delay: .2s
  }

  .awards-block[data-animation]:nth-child(2)>div {
    transition-delay: .4s
  }

  .awards-block[data-animation]:nth-child(3)>div {
    transition-delay: .6s
  }

  .awards-block[data-animation].is--animated>div {
    opacity: 1;
    transform: none
  }
}

.awards-block>div {
  position: relative;
  line-height: 3rem;
  color: #87486e;
  overflow: hidden;
  border-radius: 4rem;
}

.awards-block>div>picture img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-height: 30rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4rem;
  transition: all .75s ease;
  filter: contrast(.5) brightness(.8);
}

.awards-block>div>p {
  position: absolute;
  left: 0;
  bottom: 4rem;
  z-index: 2;
  padding: 0 4rem;
  transition: all .75s ease;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}

.awards-block>div>p>strong {
  color: #fff;
  font-size: 23px;
  text-decoration: underline;
}

@media (max-width:991px) {
  .awards-block>div>p {
    padding: 0 2rem;
    bottom: 3rem
  }
}

@media (max-width:767px) {
  .awards-block>div>p {
    bottom: 2rem
  }
}

.awards-block>div:hover>picture img {
  transform: scale(1.1)
}

@media (min-width:992px) {
  .awards-block>div:hover>p {
    bottom: 8rem
  }
}

.s--composition {
  margin-top: 5rem;
  padding-bottom: 5rem;
}

@media (max-width:767px) {
  .s--composition {
    margin-top: 0
  }
}

.s--composition>.fluid {
  max-width: 156rem
}

.composition {
  padding-top: 10rem
}

.composition-image {
  position: relative;
  z-index: 1;
  margin-top: -15rem
}

.composition-image[data-animation]>picture img {
  opacity: 0;
  transform: translateY(10rem);
  transition: all .75s ease
}

.composition-image[data-animation].is--animated>picture img {
  opacity: 1;
  transform: none
}

.composition-image>.drops {
  position: absolute;
  top: 50%;
  z-index: -1;
  max-width: 60rem;
  transform-origin: center center
}

@media (max-width:1199px) {
  .composition-image>.drops {
    max-width: 50rem
  }
}

@media (max-width:991px) {
  .composition-image>.drops {
    max-width: 30rem
  }
}

.composition-image>.drops:nth-child(1) {
  left: 50%;
  transform: translate(-100%, -25%) rotate(-30deg)
}

.composition-image>.drops:nth-child(2) {
  left: 50%;
  transform: translate(-10%, -75%) rotate(-30deg)
}

.composition-image>picture img {
  display: block;
  width: 100%;
  max-width: 25rem;
  margin: 0 auto;
  filter: drop-shadow(0 0 1px #232323);
}

.composition-image>picture .ice__img {
  position: absolute;
  bottom: -10%;
  left: 45%;
  max-width: 300px;
  width: 100%;
}

@media (max-width:991px) {
  .composition-image>picture img {
    max-width: 20rem
  }

  .composition-image>picture .ice__img {
    max-width: 180px;
    bottom: -10%;
  }
}

.composition-box {
  position: relative;
  z-index: 2;
  margin-top: -4rem;
  border-radius: 4rem;
  padding: 5rem;
  background-color: #f5f6f8
}

@media (max-width:767px) {
  .composition-box {
    padding: 3rem 2rem;
    margin-top: -2rem
  }
}

.composition-box__title {
  margin-bottom: 5rem;
  color: #232323
}

@media (max-width:991px) {
  .composition-box__title {
    margin-bottom: 3rem
  }
}

@media (max-width:1279px) {
  .composition-box__title {
    text-align: center
  }
}

@media (min-width:1280px) {
  .composition-accordion {
    display: none
  }
}

.composition-accordion__nav {
  font-size: 1.8rem;
  font-weight: 600
}

.composition-accordion__nav>ul>li {
  border-bottom: .1rem solid rgba(60, 92, 124, .2)
}

.composition-accordion__nav>ul>li:first-child {
  border-top: .1rem solid rgba(60, 92, 124, .2)
}

.composition-accordion__nav>ul>li>a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 8.3rem;
  color: #232323
}

.composition-accordion__nav>ul>li>a.is--active {
  color: #87486e
}

.composition-accordion__nav>ul>li>div {
  display: none;
  color: #fff;
  padding: 5rem;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 4rem 4rem;
  background-color: #87486e
}

@media (max-width:767px) {
  .composition-accordion__nav>ul>li>div {
    padding: 3rem 2rem
  }
}

.composition-accordion__nav>ul>li>div.is--active {
  display: flex
}

.composition-sliders__sliders {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between
}

@media (max-width:1279px) {
  .composition-sliders__sliders {
    display: none
  }
}

.composition-sliders__nav {
  width: 54rem;
  font-size: 1.8rem;
  font-weight: 600
}

.composition-sliders__nav .swiper-slide {
  min-height: 8.3rem !important
}

@media (min-width:1280px) {
  .composition-sliders__nav .swiper-slide[data-animation]>p {
    opacity: 0;
    transform: translateX(-5rem);
    transition: all .35s ease
  }

  .composition-sliders__nav .swiper-slide[data-animation]:nth-child(1)>p {
    transition-delay: .2s
  }

  .composition-sliders__nav .swiper-slide[data-animation]:nth-child(2)>p {
    transition-delay: .4s
  }

  .composition-sliders__nav .swiper-slide[data-animation]:nth-child(3)>p {
    transition-delay: .6s
  }

  .composition-sliders__nav .swiper-slide[data-animation]:nth-child(4)>p {
    transition-delay: .8s
  }

  .composition-sliders__nav .swiper-slide[data-animation]:nth-child(5)>p {
    transition-delay: 1s
  }

  .composition-sliders__nav .swiper-slide[data-animation]:nth-child(6)>p {
    transition-delay: 1.2s
  }

  .composition-sliders__nav .swiper-slide[data-animation]:nth-child(7)>p {
    transition-delay: 1.4s
  }

  .composition-sliders__nav .swiper-slide[data-animation]:nth-child(8)>p {
    transition-delay: 1.6s
  }

  .composition-sliders__nav .swiper-slide[data-animation].is--animated>p {
    opacity: 1;
    transform: none
  }
}

.composition-sliders__nav .swiper-slide:first-child>p {
  border-top: .1rem solid rgba(60, 92, 124, .2)
}

.composition-sliders__nav .swiper-slide>p {
  cursor: pointer;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
  height: 8.3rem;
  transition: all .35s ease;
  color: #232323;
  border-bottom: .1rem solid rgba(60, 92, 124, .2)
}

.composition-sliders__nav .swiper-slide>p>span {
  transition: all .35s ease
}

.composition-sliders__nav .swiper-slide-thumb-active>p>span {
  color: #87486e
}

.composition-sliders__slider {
  width: calc(100% - 59rem);
  color: #fff;
  padding: 5rem;
  border-radius: 0 4rem 4rem;
  background-color: #87486e
}

.composition-sliders__slider .swiper-slide {
  font-weight: 600;
  height: auto
}

.composition-sliders__slider .swiper-slide>div {
  opacity: 0;
  transform: translateX(15rem);
  transition: all .75s ease
}

.composition__img {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.composition-sliders__slider .swiper-slide p {
  margin-bottom: 2rem;
  font-size: calc(16px + (24 - 16)*(100vw - 320px)/(1920 - 320));
  font-size: clamp(16px, calc(16px + (24 - 16)*(100vw - 320px)/(1920 - 320)), 24px);
  margin-bottom: 2rem;
}

.composition-sliders__slider .swiper-slide p:last-child {
  margin-bottom: 0
}

.composition-sliders__slider .swiper-slide-active>div,
.icons-info[data-animation].is--animated>div,
.icons-info[data-animation].is--animated>p,
.icons-info[data-animation].is--animated>strong,
.icons-slider .swiper-slide-active .icons-slide {
  opacity: 1;
  transform: none
}

.s--icons {
  padding: 10rem 0
}

@media (max-width:991px) {
  .s--icons {
    padding: 4rem 0
  }
}

.s--icons>.fluid {
  max-width: 156rem
}

.icons-title {
  text-align: center;
  margin-bottom: 3rem;
  color: #232323
}

@media (min-width:1280px) {
  .icons-title[data-animation]>h2 {
    opacity: 0;
    transform: translateY(-5rem);
    transition: all .75s ease
  }

  .icons-title[data-animation].is--animated>h2 {
    opacity: 1;
    transform: none
  }
}

.icons-slider {
  position: relative;
  padding-bottom: 40px;
}

.icons-slider .swiper-pagination {
  bottom: -5.75rem
}

.icons-slide>picture img {
  transition: all .35s ease
}

@media (min-width:1280px) {
  .icons-slider .swiper-slide[data-animation] .icons-slide {
    opacity: 0;
    transform: translatey(10rem);
    transition: all .75s ease
  }

  .icons-slider {
    padding-bottom: 0;
  }

  .icons-slider .swiper-slide[data-animation]:nth-child(1) .icons-slide {
    transition-delay: .2s
  }

  .icons-slider .swiper-slide[data-animation]:nth-child(2) .icons-slide {
    transition-delay: .4s
  }

  .icons-slider .swiper-slide[data-animation]:nth-child(3) .icons-slide {
    transition-delay: .6s
  }

  .icons-slider .swiper-slide[data-animation]:nth-child(4) .icons-slide {
    transition-delay: .8s
  }

  .icons-slider .swiper-slide[data-animation]:nth-child(5) .icons-slide {
    transition-delay: 1s
  }

  .icons-slider .swiper-slide[data-animation].is--animated .icons-slide {
    opacity: 1;
    transform: none
  }
}

.icons-info>div,
.icons-slide {
  text-align: center
}

.icons-slide>picture img {
  max-width: 100%
}

.icons-slide>p {
  margin-top: 2rem
}

.icons-slide:hover>picture img {
  transform: scale(.85)
}

.icons-info {
  margin-top: 5rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center
}

.icon__drop {
  width: 120px;
  margin: 10px auto;
}

@media (max-width:991px) {
  .icons-info {
    flex-direction: column
  }
}

.icons-info[data-animation]>div,
.icons-info[data-animation]>p,
.icons-info[data-animation]>strong {
  opacity: 0;
  transition: all .75s ease
}

.icons-info[data-animation]>strong {
  transform: translateX(-10rem)
}

@media (max-width:991px) {
  .icons-info[data-animation]>strong {
    transform: translateY(-5rem)
  }
}

.icons-info[data-animation]>div {
  transform: scale(0)
}

.icons-info[data-animation]>p {
  transform: translateX(10rem)
}

@media (max-width:991px) {
  .icons-info[data-animation]>p {
    transform: translateY(5rem)
  }
}

.icons-info>strong {
  color: #87486e
}

.icons-info>p,
.icons-slide>p {
  font-size: 1.8rem;
  font-weight: 600;
  color: #232323
}

@media (max-width:991px) {
  .icons-info>p {
    text-align: center
  }
}

.icons-info>div {
  width: 10rem;
  height: 10rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 100%;
  margin: 0 4rem;
  background-color: #87486e
}

@media (max-width:991px) {
  .icons-info>div {
    margin: 2rem 0
  }
}

.gallery-item>picture img {
  display: block;
  width: 100%
}

.icons-info>strong,
.skins-intro>h3 {
  font-size: calc(24px + (44 - 24)*(100vw - 320px)/(1920 - 320));
  font-size: clamp(24px, calc(24px + (44 - 24)*(100vw - 320px)/(1920 - 320)), 44px)
}

.skins>h3 {
  font-size: calc(24px + (44 - 24)*(100vw - 320px)/(1920 - 320));
  font-size: clamp(24px, calc(24px + (44 - 24)*(100vw - 320px)/(1920 - 320)), 44px);
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
  color: #87486e;
}

.s--gallery {
  padding: 6rem 0
}

@media (max-width:1199px) {
  .s--gallery {
    padding-top: 2rem
  }
}

@media (max-width:767px) {
  .s--gallery {
    padding-bottom: 2rem
  }
}

@media (min-width:1280px) {
  .s--gallery[data-animation] {
    opacity: 0;
    transition: all .75s ease;
    transform: translateY(10rem)
  }

  .s--gallery[data-animation].is--animated {
    opacity: 1;
    transform: none
  }
}

.gallery-slider {
  position: relative
}

@media (max-width:575px) {
  .gallery-slider {
    padding: 0
  }

  .order {
    padding-left: 15px;
    padding-right: 15px;
  }

  .order__inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gallery-item>picture img {
    display: block;
    width: 100%
  }
}

.gallery-slider .swiper-button {
  top: 50%;
  transform: translateY(calc(-50% + 47px))
}

@media (max-width:991px) {
  .gallery-slider .swiper-button {
    transform: translateY(-50%)
  }
}

@media (min-width:992px) {
  .gallery-slider .swiper-slide:nth-child(even) .gallery-item {
    padding-top: 7.5rem
  }
}

.gallery-item {
  padding: 0 1rem;
  transition: all .35s ease
}

.gallery-item>picture img {
  border-radius: 4rem
}

@media (max-width:575px) {
  .s--skins {
    padding: 3rem 0
  }
}

.s--skins>.fluid {
  position: relative;
  z-index: 1;
  max-width: 156rem
}

.s--skins>.fluid>.drops {
  position: absolute;
  right: 0;
  bottom: 10rem;
  max-width: 70rem;
  transform: translate(30%, -50%) rotate(-30deg)
}

@media (max-width:1199px) {
  .s--skins>.fluid>.drops {
    max-width: 55rem
  }
}

@media (max-width:991px) {
  .s--skins>.fluid>.drops {
    max-width: 35rem;
    transform: translate(30%, 75%) rotate(-30deg)
  }
}

.skins {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 7.5rem 5rem;
  border-radius: 4rem;
  box-shadow: 0 0 200rem -3rem inset rgba(135, 72, 110, 0.5);
}

@media (max-width:1279px) {
  .skins {
    padding: 7.5rem 3rem;
    flex-direction: column
  }
}

@media (max-width:991px) {
  .skins {
    padding: 4rem 2rem
  }
}

@media (min-width:1920px) {
  .skins {
    padding: 10rem
  }
}

@media (min-width:1280px) {

  .skins[data-animation] .skins-intro>h3,
  .skins[data-animation] .skins-intro>picture img {
    opacity: 0;
    transition: all .35s ease
  }

  .skins[data-animation] .skins-intro>h3 {
    transition-delay: .2s;
    transform: translateY(-5rem)
  }

  .skins[data-animation] .skins-intro>picture img {
    transition-delay: .4s;
    transform: translateY(5rem)
  }

  .skins[data-animation] .skins-list__row>span {
    opacity: 0;
    transform: translateX(10rem);
    transition: all .75s ease
  }

  .skins[data-animation] .skins-list__row:nth-child(1)>span:nth-child(1) {
    transition-delay: .2s
  }

  .skins[data-animation] .skins-list__row:nth-child(1)>span:nth-child(2) {
    transition-delay: .4s
  }

  .skins[data-animation] .skins-list__row:nth-child(2)>span:nth-child(1) {
    transition-delay: .6s
  }

  .skins[data-animation] .skins-list__row:nth-child(2)>span:nth-child(2) {
    transition-delay: .8s
  }

  .skins[data-animation] .skins-list__row:nth-child(3)>span:nth-child(1) {
    transition-delay: 1s
  }

  .skins[data-animation] .skins-list__row:nth-child(3)>span:nth-child(2) {
    transition-delay: 1.2s
  }

  .skins[data-animation] .skins-list__row:nth-child(4)>span:nth-child(1) {
    transition-delay: 1.4s
  }

  .skins[data-animation] .skins-list__row:nth-child(4)>span:nth-child(2) {
    transition-delay: 1.6s
  }

  .skins[data-animation].is--animated .skins-intro>h3,
  .skins[data-animation].is--animated .skins-intro>picture img,
  .skins[data-animation].is--animated .skins-list__row>span {
    opacity: 1;
    transform: none
  }

  .skins[data-animation].is--animated .skins>h3 {
    opacity: 1;
    transform: none;
    transition-delay: .2s;
    transition: all .35s ease;
  }

  .skins[data-animation].is--animated .skins-intro>picture .skins__ice {
    transform: translateX(20%)
  }
}

.skins-intro {
  width: 41.8rem
}

@media (max-width:1279px) {
  .skins-intro {
    width: 100%;
    text-align: center;
  }
}

@media (max-width:575px) {
  .skins-intro {
    margin-bottom: 0
  }
}

.skins-intro>h3 {
  color: #232323
}

.skins-intro>picture img {
  display: block;
  max-width: 250px;
  width: 100%;
  margin-top: 0;
}

.skins-intro>picture .skins__ice {
  margin-top: -70px;
}

@media screen and (min-width: 430px) {
  .skins-intro>picture .skins__ice {
    transform: translateX(20%);
  }
}

@media screen and (min-width: 992px) {
  .skins-intro>picture .skins__ice {
    transform: translateX(40%);
  }

  .icons-info>strong,
  .icons-info>p {
    width: 100%;
    text-align: center;
  }

  .icons-info>div {
    margin: 1rem auto;
  }
}

@media (max-width:1279px) {
  .skins-intro>picture img {
    margin: 0 auto 2rem
  }
}

@media (max-width:767px) {
  .skins-intro>picture img {
    max-width: 200px;
  }
}

@media (max-width:575px) {
  .skins-intro>picture img {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}

.skins-list {
  width: 780px
}

@media (max-width:1279px) {
  .skins-list {
    padding-left: 0;
    width: 100%
  }
}

.skins-list__row {
  padding: 4.5rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5rem
}

.skins-list__row:first-child {
  padding-top: 0
}

.skins-list__row:last-child {
  padding-bottom: 0
}

@media (max-width:1439px) {
  .skins-list__row {
    gap: 2.5rem
  }
}

@media (max-width:1279px) {
  .skins-list__row {
    padding: 2.5rem;
  }
}

@media (max-width:849px) {
  .skins-list__row {
    gap: 2rem;
    padding: 0;
    margin-bottom: 2rem
  }
}

.how-intro__desc p:last-child,
.skins-list__row:last-child {
  margin-bottom: 0
}

@media (max-width:1439px) {
  .skins-intro {
    width: 35rem;
  }
}

@media (max-width:1279px) {
  .skins-intro {
    width: 100%;
  }
}

.skins-list__row>span {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 4rem;
  font-weight: 600;
  width: 46%;
  height: 10rem;
  text-align: left;
  line-height: 2.4rem;
  color: #232323;
  background-color: #fff;
  padding: 3.3rem 2rem 3.3rem 12rem;
  font-size: calc(18px + (24 - 18)*(100vw - 320px)/(1920 - 320));
  font-size: clamp(18px, calc(18px + (24 - 18)*(100vw - 320px)/(1920 - 320)), 24px)
}

@media (max-width:849px) {
  .skins-list__row>span {
    width: 48%;
  }
}

@media (max-width:767px) {
  .skins-list__row>span {
    width: 100%;
  }
}

@media (max-width:479px) {
  .price__item_old span {
    margin-top: 5px;
  }

  .price__item_old:before {
    bottom: 18px;
  }
  
  .skins-list__row>span {
    width: 100%
  }

  .header__title {
    font-size: 34px;
  }

  .price {
    font-size: 16px;
  }

  .price__item_new span {
    font-size: 28px;
  }

  .outro__form-text {
    font-size: 28px;
  }
}

@media (max-width:364px) {
  .skins-list__row>span {
    padding-left: 10rem
  }

  .price__item_old span {
    font-size: 18px;
    margin-top: 4px;
  }

  .price__item_new span {
    font-size: 23px;
  }

  .outro__form-title {
    font-size: 26px;
  }

  .price__item_old:before {
    bottom: 16px;
  }

  .awards-block>div>p>strong {
    font-size: 20px;
  }

  .awards-block>div>p {
    font-size: 16px;
    line-height: 1.5;
  }

  .outro__form-text {
    font-size: 23px;
  }
}

.skins-list__row>span:before {
  position: absolute;
  display: block;
  content: "";
  left: 3rem;
  top: 50%;
  z-index: 2;
  width: 6rem;
  height: 6rem;
  background-size: cover;
  background-position: center;
  background-image: url(../fonts/check-icon.svg);
  transform: translateY(-50%)
}

@media (max-width:479px) {
  .skins-list__row>span:before {
    left: 2rem;
    width: 5rem;
    height: 5rem;
  }

  .skins-list__row>span {
    padding-left: 8.5rem;
    height: 11rem;
    font-size: 16px;
  }
}

.skins-list>ul:after {
  content: "";
  display: table;
  clear: both
}

.skins-list>ul>li {
  float: left;
  padding: 2.5rem
}

.skins-list>ul>li:nth-child(odd) {
  clear: both
}

.skins-list>ul>li:nth-child(1),
.skins-list>ul>li:nth-child(5),
.skins-list>ul>li:nth-child(6) {
  text-align: right
}

.s--how {
  margin-top: 10rem
}

@media (max-width:991px) {
  .s--how {
    margin-top: 4rem
  }
}

@media (min-width:1280px) {
  .skins-intro>picture img {
    max-width: 290px;
  }
  
  .how-intro[data-animation] .how-intro__title>h2 {
    opacity: 0;
    transform: translateY(-5rem);
    transition: all .75s ease
  }

  .how-intro[data-animation] .how-intro__quote {
    opacity: 0;
    transform: translateX(-10rem);
    transition: all .75s ease
  }

  .how-intro[data-animation] .how-intro__image {
    opacity: 0;
    transform: translateY(10rem);
    transition: all .75s ease
  }

  .how-intro[data-animation] .how-intro__desc {
    opacity: 0;
    transform: translateX(10rem);
    transition: all .75s ease
  }

  .how-intro[data-animation].is--animated .how-intro__desc,
  .how-intro[data-animation].is--animated .how-intro__image,
  .how-intro[data-animation].is--animated .how-intro__quote,
  .how-intro[data-animation].is--animated .how-intro__title>h2 {
    opacity: 1;
    transform: none
  }
}

.how-intro__title {
  text-align: center;
  margin-bottom: 5rem
}

@media (max-width:991px) {
  .how-intro__title {
    margin-bottom: 4rem
  }
}

.how-block__title>h3,
.how-intro__title>h2 {
  font-weight: 600;
  color: #232323;
  font-size: calc(24px + (44 - 24)*(100vw - 320px)/(1920 - 320));
  font-size: clamp(24px, calc(24px + (44 - 24)*(100vw - 320px)/(1920 - 320)), 44px)
}

.how-block__title>h3 {
  color: #87486e ;
}

.how-intro__title[data-animation]>h2 {
  opacity: 0;
  transform: translateY(-5rem);
  transition: all .75s ease
}

.how-intro__flex {
  display: flex;
  flex-flow: row wrap;
  align-items: center
}

@media (max-width:991px) {
  .how-intro__flex {
    flex-direction: column;
    text-align: center
  }
}

.how-intro__quote {
  position: relative;
  flex: 1;
  order: 1;
  font-style: italic;
  font-family: "Playfair Display", serif
}

@media (max-width:991px) {
  .how-intro__quote {
    margin-bottom: 4rem
  }
}

.how-intro__quote>p {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  line-height: 1;
  font-size: calc(40px + (54 - 40)*(100vw - 320px)/(1920 - 320));
  font-size: clamp(32px, calc(32px + (54 - 40)*(100vw - 320px)/(1920 - 320)), 46px);
  color: #87486e;
}

@media (max-width:991px) {
  .how-intro__quote>p {
    position: relative;
    top: 0;
    transform: none;
    width: 100%
  }
}

.how-intro__image {
  order: 2;
  width: 100%;
  max-width: 46rem
}

@media (max-width:991px) {
  .how-intro__image {
    order: 3;
    max-width: 75%
  }
}

.how-intro__image>picture img {
  display: block;
  max-width: 420px;
  margin: 0 auto;
  width: 100%
}

.how-intro__desc {
  flex: 1;
  order: 3;
  font-weight: 600;
  font-size: 1.8rem;
  color: #232323
}

@media (max-width:991px) {
  .how-intro__desc {
    order: 2;
    margin-bottom: 2rem
  }
}

.how-intro__desc>div {
  max-width: 34rem;
  margin: 0 auto
}

.how-intro__desc p {
  margin-bottom: 2rem
}

.how-intro__desc p>a {
  color: #87486e;
  text-decoration: underline;
  text-underline-offset: 3px
}

.how-intro__desc p>a:hover,
.uses-block>p>a:hover {
  text-decoration: none
}

.how-block {
  position: relative;
  z-index: 2;
  padding: 10rem 5rem;
  border-radius: 4rem;
  background-color: #fff
}

@media (max-width:1279px) {
  .how-block {
    padding: 7rem 3rem
  }
}

@media (max-width:991px) {
  .how-block {
    padding: 4rem 3rem
  }

  .how-intro__desc>div {
    max-width: none;
  }
}

@media (min-width:1280px) {
  .how-block[data-animation] .how-block__title>h3 {
    opacity: 0;
    transform: translateY(-5rem);
    transition: all .75s ease
  }

  .how-block[data-animation] .how-block__icons--elem {
    opacity: 0;
    transform: translateY(15rem);
    transition: all .75s ease
  }

  .how-block[data-animation] .how-block__icons--elem:nth-child(1) {
    transition-delay: .2s
  }

  .how-block[data-animation] .how-block__icons--elem:nth-child(2) {
    transition-delay: .4s
  }

  .how-block[data-animation] .how-block__icons--elem:nth-child(3) {
    transition-delay: .5s
  }

  .how-block[data-animation].is--animated .how-block__icons--elem,
  .how-block[data-animation].is--animated .how-block__title>h3 {
    opacity: 1;
    transform: none
  }
}

.how-block__title {
  margin-bottom: 5rem;
  text-align: center
}

@media (max-width:991px) {
  .how-block__title {
    margin-bottom: 4rem
  }
}

.how-block__icons {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between
}

@media (max-width:991px) {
  .how-block__icons {
    flex-direction: column;
    align-items: center
  }
}

.how-block__icons--elem {
  width: 33.3333%;
  text-align: center
}

@media (max-width:991px) {
  .how-block__icons--elem {
    margin-bottom: 4rem;
    width: 100%
  }
}

.how-block__icons--elem:last-child {
  margin-bottom: 0
}

.how-block__icons--elem>picture img {
  display: block;
  height: 14rem;
  margin: 0 auto 3rem
}

@media (max-width:1199px) {
  .how-block__icons--elem>picture img {
    height: 10rem
  }
}

@media (max-width:991px) {
  .how-block__icons--elem>picture img {
    margin-bottom: 1rem
  }
}

.how-block__icons--elem>h4 {
  font-weight: 600;
  color: #232323;
  margin-bottom: 3rem;
  font-size: calc(18px + (24 - 18)*(100vw - 320px)/(1920 - 320));
  font-size: clamp(18px, calc(18px + (24 - 18)*(100vw - 320px)/(1920 - 320)), 24px)
}

@media (max-width:991px) {
  .how-block__icons--elem>h4 {
    margin-bottom: 1rem
  }
}

.how-block__icons--elem>p {
  font-size: 1.6rem;
  font-weight: 500;
  opacity: .5;
  margin: 0 auto;
  max-width: 34.2rem;
  color: #232323;
}

@media (max-width:991px) {
  .how-block__icons--elem>p {
    font-size: 1.3rem
  }
}

.s--package {
  margin: 15rem 0
}

@media (max-width:1279px) {
  .s--package {
    margin: 12.5rem 0
  }
}

@media (max-width:991px) {
  .s--package {
    margin: 5rem 0
  }
}

.package {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 1.8rem;
  padding: 7.5rem 5rem;
  border-radius: 4rem;
  background-color: #87486e
}

@media (max-width:1279px) {
  .package {
    padding: 7.5rem 3rem
  }
}

@media (max-width:991px) {
  .package {
    flex-direction: column;
    padding-top: 4rem
  }
}

@media (max-width:575px) {
  .package {
    padding: 3rem 2rem
  }
}

@media (min-width:1920px) {
  .package {
    padding: 10rem
  }
}

.package>.drops {
  position: absolute;
  right: 0;
  top: 50%;
  max-width: 70rem;
  transform: translate(0, -50%) rotate(-30deg)
}

@media (max-width:1279px) {
  .package>.drops {
    max-width: 55rem
  }
}

@media (max-width:991px) {
  .package>.drops {
    right: auto;
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -25%) rotate(-30deg)
  }
}

.package[data-animation] .package-info>h2,
.package[data-animation] .package-info>p {
  opacity: 0;
  transform: translateX(-10rem);
  transition: all .75s ease
}

.package[data-animation] .package-info>h2 {
  transition-delay: .2s
}

@media (max-width:991px) {
  .package[data-animation] .package-info>h2 {
    transform: translateY(-5rem)
  }
}

.package[data-animation] .package-info>p {
  transition-delay: .4s
}

@media (max-width:991px) {
  .package[data-animation] .package-info>p {
    transform: translateY(5rem)
  }
}

.package[data-animation] .package-image>picture img {
  opacity: 0;
  transition-delay: .2s;
  transform: translateX(10rem);
  transition: all .75s ease
}

@media (max-width:991px) {
  .package[data-animation] .package-image>picture img {
    transition-delay: .6s;
    transform: translateY(5rem)
  }
}

.buy[data-animation].is--animated>div,
.buy[data-animation].is--animated>h2,
.package[data-animation].is--animated .package-image>picture img,
.package[data-animation].is--animated .package-info>h2,
.package[data-animation].is--animated .package-info>p {
  opacity: 1;
  transform: none
}

.package-info {
  flex: 1;
}

@media (max-width:991px) {
  .package-info {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center
  }
}

.package-info>h2 {
  color: #fff;
  margin-bottom: 2.2rem;
}

.package-info>p {
  font-weight: 400;
  max-width: 65rem;
  font-size: 20px;
}

.package-info>p b {
  font-weight: bold;
  color: #232323;
}

@media (max-width:991px) {
  .package-info>p {
    max-width: none;
    font-size: 18px;
  }
}

.package-image {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  z-index: 2;
  width: 100%;
  max-width: 52rem;
  margin-top: -17.5rem;
  margin-bottom: -17.5rem
}

@media (max-width:991px) {
  .package-image {
    margin-top: 0;
    margin-bottom: -12.5rem;
    justify-content: center;
  }
}

@media (max-width:575px) {
  .package-image {
    padding: 0 2rem
  }
}

.package-image>picture img {
  display: block;
  margin-left: auto;
  width: 100%;
  max-width: 250px;
}

@media (max-width:1279px) {
  .package-image>picture img {
    max-width: 230px;
    margin-left: auto;
  }
}

@media (max-width:991px) {
  .package-image>picture img {
    margin: 0 auto;
    max-width: 250px;
  }
}

.s--uses {
  padding: 0 0 10rem
}

@media (max-width:991px) {
  .s--uses {
    padding: 5rem 0
  }
}

@media (max-width:767px) {
  .s--uses {
    padding-bottom: 7rem
  }
}

@media (max-width:575px) {
  .s--uses {
    padding-top: 10rem
  }
}

@media (min-width:1280px) {

  .uses[data-animation] .uses-block,
  .uses[data-animation] .uses-title {
    opacity: 0;
    transform: translateY(-5rem);
    transition: all .75s ease
  }

  .uses[data-animation] .uses-block {
    transform: translateY(10rem)
  }

  .uses[data-animation] .uses-block:nth-child(1) {
    transition-delay: .2s
  }

  .uses[data-animation] .uses-block:nth-child(2) {
    transition-delay: .4s
  }

  .uses[data-animation] .uses-block:nth-child(3) {
    transition-delay: .6s
  }

  .uses[data-animation] .uses-block:nth-child(4) {
    transition-delay: .8s
  }

  .uses[data-animation].is--animated .uses-block,
  .uses[data-animation].is--animated .uses-title {
    opacity: 1;
    transform: none
  }

  .reviews[data-animation] .review__item{
    opacity: 0;
    transition: all .75s ease;
  }

  .reviews[data-animation].is--animated .review__item:nth-child(1) {
    transition-delay: .2s;
    opacity: 1;
  }
  .reviews[data-animation].is--animated .review__item:nth-child(2) {
    transition-delay: .4s;
    opacity: 1;
  }
  .reviews[data-animation].is--animated .review__item:nth-child(3) {
    transition-delay: .6s;
    opacity: 1;
  }
  .reviews[data-animation].is--animated .review__item:nth-child(4) {
    transition-delay: .8s;
    opacity: 1;
  }
  .reviews[data-animation].is--animated .review__item:nth-child(5) {
    transition-delay: 1s;
    opacity: 1;
  }
  .reviews[data-animation].is--animated .review__item:nth-child(6) {
    transition-delay: 1.2s;
    opacity: 1;
  }
  .order__inner[data-animation] .order__prod,
  .order__inner[data-animation] .order__block {
    opacity: 0;
    transform: translateY(-5rem);
    transition: all .75s ease
  }

  .order__inner[data-animation].is--animated .order__prod {
    transform: translateY(0);
    transition-delay: .2s;
    opacity: 1;
  }

  .order__inner[data-animation].is--animated .order__block {
    transform: translateY(0);
    transition-delay: .4s;
    opacity: 1;
  }
}

.uses-title {
  text-align: center;
  margin-bottom: 5rem
}

@media (max-width:575px) {
  .uses-title {
    margin-bottom: 2rem
  }
}

.package-info>h2,
.uses-title>h2 {
  font-size: calc(24px + (44 - 24)*(100vw - 320px)/(1920 - 320));
  font-size: clamp(24px, calc(28px + (44 - 24)*(100vw - 320px)/(1920 - 320)), 44px)
}

.uses-blocks {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 3rem
}

.uses-blocks p {
  font-size: 18px;
  color: #87486e;
}

.uses-block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(33% - 3rem + .75rem);
  padding: 1.5rem 3rem 1.5rem 9rem;
  font-weight: 600;
  border-radius: 4rem;
  background-color: #fff
}

.uses-block h2 {
  font-size: 2rem;
  margin-bottom: 5px;
}

@media (max-width:1279px) {
  .uses-block {
    width: calc(50% - 3rem + 1.5rem)
  }
}

@media (max-width:767px) {
  .uses-block {
    width: calc(100% - 3rem + 3rem)
  }
}

.uses-block:before {
  position: absolute;
  display: block;
  content: "";
  left: 3rem;
  top: 50%;
  width: 4rem;
  height: 4rem;
  -webkit-mask-size: 4rem;
  mask-size: 4rem;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path d="M20 0C8.972 0 0 8.972 0 20C0 31.028 8.972 40 20 40C31.028 40 40 31.028 40 20C40 8.972 31.028 0 20 0ZM20 36.3636C10.977 36.3636 3.63636 29.0229 3.63636 20C3.63636 10.9771 10.977 3.63636 20 3.63636C29.023 3.63636 36.3636 10.9771 36.3636 20C36.3636 29.0229 29.0229 36.3636 20 36.3636Z"/><path d="M27.5015 12.929L17.2162 23.2142L12.5023 18.5001C11.7923 17.7902 10.641 17.7901 9.93098 18.5C9.22092 19.2101 9.22092 20.3612 9.93098 21.0713L15.9305 27.071C16.2715 27.412 16.7339 27.6036 17.2161 27.6036H17.2162C17.6984 27.6036 18.1608 27.412 18.5018 27.0712L30.0728 15.5004C30.7829 14.7903 30.7829 13.6392 30.0728 12.9291C29.3627 12.219 28.2116 12.2189 27.5015 12.929Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path d="M20 0C8.972 0 0 8.972 0 20C0 31.028 8.972 40 20 40C31.028 40 40 31.028 40 20C40 8.972 31.028 0 20 0ZM20 36.3636C10.977 36.3636 3.63636 29.0229 3.63636 20C3.63636 10.9771 10.977 3.63636 20 3.63636C29.023 3.63636 36.3636 10.9771 36.3636 20C36.3636 29.0229 29.0229 36.3636 20 36.3636Z"/><path d="M27.5015 12.929L17.2162 23.2142L12.5023 18.5001C11.7923 17.7902 10.641 17.7901 9.93098 18.5C9.22092 19.2101 9.22092 20.3612 9.93098 21.0713L15.9305 27.071C16.2715 27.412 16.7339 27.6036 17.2161 27.6036H17.2162C17.6984 27.6036 18.1608 27.412 18.5018 27.0712L30.0728 15.5004C30.7829 14.7903 30.7829 13.6392 30.0728 12.9291C29.3627 12.219 28.2116 12.2189 27.5015 12.929Z"/></svg>');
  transform: translateY(-50%);
  background-color: #87486e
}

.uses-block>p>a {
  color: #232323;
  text-decoration: underline;
  text-underline-offset: .3rem
}

.s--buy>.fluid {
  position: relative;
  z-index: 1
}

.s--buy>.fluid>.drops {
  position: absolute;
  z-index: -1;
  top: 50%
}

.s--buy>.fluid>.drops:nth-child(1) {
  left: 0;
  max-width: 70rem;
  transform: translate(-40%, -50%) rotate(-30deg)
}

@media (max-width:1199px) {
  .s--buy>.fluid>.drops:nth-child(1) {
    max-width: 55rem
  }
}

@media (max-width:991px) {
  .s--buy>.fluid>.drops:nth-child(1) {
    max-width: 35rem
  }
}

.s--buy>.fluid>.drops:nth-child(2) {
  right: 0;
  z-index: 0;
  max-width: 70rem;
  transform: translate(30%, -50%) rotate(-30deg)
}

@media (max-width:1199px) {
  .s--buy>.fluid>.drops:nth-child(2) {
    max-width: 55rem
  }
}

@media (max-width:991px) {
  .s--buy>.fluid>.drops:nth-child(2) {
    max-width: 35rem
  }
}

.buy {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 5rem;
  border-radius: 4rem;
  text-align: center;
  background-color: #87486e
}

@media (max-width:767px) {
  .buy {
    padding: 5rem 2rem
  }
}

.buy[data-animation]>div,
.buy[data-animation]>h2,
.buy[data-animation]>p {
  opacity: 0;
  transform: translateY(10rem);
  transition: all .75s ease
}

.buy[data-animation]>h2 {
  transition-delay: .2s
}

.buy[data-animation]>div {
  transition-delay: .6s
}

.buy[data-animation]>p:nth-child(2) {
  transition-delay: .4s
}

.buy[data-animation]>p:nth-child(4) {
  transition-delay: .8s
}

.buy[data-animation].is--animated>p {
  transform: none;
  opacity: 1
}

.buy[data-animation].is--animated>p:nth-child(4) {
  opacity: 1
}

.buy>h2,
.buy>p {
  margin-bottom: 5rem
}

.buy>h2 {
  font-size: calc(24px + (44 - 24)*(100vw - 320px)/(1920 - 320));
  font-size: clamp(24px, calc(24px + (44 - 24)*(100vw - 320px)/(1920 - 320)), 44px)
}

@media (max-width:575px) {
  .buy>h2 {
    margin-bottom: 2rem
  }
}

.buy>p {
  font-size: 1.8rem;
  font-weight: 600;
  opacity: .5
}

@media (max-width:575px) {
  .buy>p {
    margin-bottom: 4rem
  }
}

.buy>p:last-child {
  margin-bottom: 0;
  opacity: 1
}


.inci>p {
  font-size: 1.2rem;
  font-weight: 500
}

.buy>div>button,
.buy>div>button>span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5rem;
  background-color: #fff;
}

.buy>div>button>span {
  background-color: #E44530;
}

.buy>div>button {
  display: block;
  width: 30rem;
  height: 10rem;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1rem;
  text-transform: uppercase;
  letter-spacing: .28rem
}

@media (max-width:575px) {
  .buy>div>button {
    width: 100%;
    max-width: 28rem;
  }
}

.buy>div>button>span {
  width: 100%;
  height: 8rem;
  transition: all .35s ease;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, .05)
}

.buy>div>button:hover {
  color: #232323;
  background-color: #E44530
}

.s--inci {
  padding: 7rem 0
}

.reviews {
  margin: 0 auto;
  color: #374151;
}

.review__item {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  transition: transform 0.3s ease;
}

.review__item:not(:last-of-type) {
  margin-bottom: 20px;
}

@media (min-width:768px) {
  .reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .review__item {
    width: 48%;
  }

  .review__item:not(:last-of-type) {
    margin-bottom: 0;
  }
}

@media (min-width:992px) {
  .review__item {
    width: 31.9%;
  }

  .review__item:nth-child(4),
  .review__item:nth-child(5) {
    width: 48.9%;
  }

  .how-intro__image {
    max-width: 290px;
    margin: 0 20px;
    align-self: flex-end;
  }

  .how-intro__quote>p {
    position: static;
    transform: none;
    font-size: 28px;
  }

  .how-intro__desc h2 {
    font-size: 24px;
  }
}

.review__item img {
  max-width: 300px;
  width: 100%;
}

.review__item picture {
  align-self: flex-start;
}

.review-content {
  display: flex;
  flex-direction: column;
}

.review__item h3 {
  font-size: 18px;
  margin: 0;
}

.rating {
  font-size: 18px;
  color: gold;
  margin: 5px 0;
}

.rating::before {
  content: '★★★★★';
  letter-spacing: 3px;
  display: block;
  font-size: 18px;
  color: #d1d5db;
}

.rating[data-rating="5"]::before { color: gold; }
.rating[data-rating="4"]::before { content: '★★★★☆'; color: gold; }
.rating[data-rating="3"]::before { content: '★★★☆☆'; color: gold; }
.rating[data-rating="2"]::before { content: '★★☆☆☆'; color: gold; }
.rating[data-rating="1"]::before { content: '★☆☆☆☆'; color: gold; }

.review__item p {
  margin: 5px 0 0;
  line-height: 1.4;
}

@media (max-width:479px) {
  .reviews {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  }
}

@media (max-width:991px) {
  .s--inci {
    padding: 4rem 0
  }

  .order {
    padding-bottom: 4rem;
  }
}

@media (min-width:1280px) {

  .inci[data-animation]>h3,
  .inci[data-animation]>p {
    opacity: 0;
    transform: translateX(10rem);
    transition: all .75s ease
  }

  .inci[data-animation]>h3 {
    transition-delay: .2s
  }

  .inci[data-animation]>p {
    transition-delay: .4s
  }

  .inci[data-animation].is--animated>h3 {
    opacity: 1;
    transform: none
  }

  .inci[data-animation].is--animated>p {
    opacity: .5;
    transform: none
  }

  .how-intro__image {
    max-width: 420px;
  }

  .how-intro__quote>p {
    font-size: 36px;
  }

  .how-intro__desc h2 {
    font-size: 26px;
  }
}

.text-black {
  color: #232323;
  font-weight: 600;
}

.inci>h3 {
  font-size: 1.8rem;
  color: #232323;
  margin-bottom: 3rem
}

.inci>p {
  font-size: 1.3rem;
  opacity: .7
}

.inci>div {
  width: 100%;
  overflow: auto;
  border-radius: 2rem
}

.inci>div>table th {
  color: #fff;
  padding: 1rem .5rem;
  border: .1rem solid #87486e;
  background-color: #87486e
}

.inci>div>table td {
  padding: .5rem
}

:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--font-family--inter: "Montserrat", sans-serif;
  --wp--preset--font-family--cardo: Montserrat;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

.swiper,
.swiper-wrapper {
  position: relative;
  z-index: 1
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
  display: block
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0)
}

.swiper-horizontal {
  touch-action: pan-y
}

.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/44*27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size)/2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto
}

.swiper-button-lock {
  display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next"
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px)0;
  display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-lock {
  display: none
}

.swiper-button {
  position: absolute;
  z-index: 2;
  display: block;
  width: 9.4rem;
  height: 9.4rem;
  padding: 2.7rem;
  cursor: pointer;
  border-radius: 100%;
  transition: all .35s ease;
  background-color: #fff
}

@media (max-width:991px) {
  .swiper-button {
    width: 6rem;
    height: 6rem;
    padding: 1.2rem
  }
}

.page-header__logo>a>picture img,
.swiper-button>svg {
  display: block;
  width: 100%
}

.swiper-button>svg>path,
[data-scroll-up]>svg>path {
  fill: #87486e;
  transition: all .35s ease
}

.swiper-button--prev {
  left: 3rem
}

@media (max-width:991px) {
  .swiper-button--prev {
    left: 2rem
  }
}

.swiper-button--next {
  right: 3rem
}

@media (max-width:991px) {
  .swiper-button--next {
    right: 2rem
  }
}

.page-header__button>button:hover,
.swiper-button:hover {
  background-color: #87486e
}

.swiper-button:hover>svg>path {
  fill: #fff
}

.swiper-pagination {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center
}

.swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 .75rem !important;
  background-color: #87486e
}

.swiper-pagination-bullet-active {
  background-color: #232323
}

.inL_239881 { display: block; }

.my-popup .order__inner {
  padding: 0;
  background: 0 0;
}

.my-popup .order__prod {
  display: none;
}

@media screen and (min-width: 1000px) {
  .my-popup .order__inner {
    padding: 40px;
    background: #fff;
  }
  
  .my-popup .order__prod {
    display: block;
  }
}