@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap";
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace;
  font-size: 1em;
}
a {
  background-color: #0000;
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring {
  outline: 1px dotted buttontext;
}
[type="button"]:-moz-focusring {
  outline: 1px dotted buttontext;
}
[type="reset"]:-moz-focusring {
  outline: 1px dotted buttontext;
}
[type="submit"]:-moz-focusring {
  outline: 1px dotted buttontext;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
  max-width: 100%;
  padding: 0;
  display: table;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template,
[hidden] {
  display: none;
}
*,
:after,
:before {
  box-sizing: inherit;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #0000;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
body {
  box-sizing: border-box;
  color: #513f3f;
  min-width: 360px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}
@media (width>=1024px) {
  body {
    font-size: 18px;
  }
}
body.lock {
  overflow: hidden;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  height: 100%;
  margin: 0;
}
img {
  /* width: 100%; */
  /* display: inline-block; */
}
a,
a:hover {
  text-decoration: none;
}
b,
strong {
  font-weight: 900;
}
p {
  margin: 0 0 20px;
}
@media (width>=1024px) {
  p {
    margin: 0 0 32px;
  }
}
svg {
  /* width: 100%; */
  height: 100%;
}
a {
  color: #513f3f;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}
.highlight {
  color: #e11f1c;
}
.g-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.g-head {
  flex-direction: column;
  order: 1;
  max-width: 290px;
  margin: 0 auto;
  display: flex;
}
@media (width>=640px) {
  .head {
    margin: unset;
    max-width: unset;
  }
}
@media (width>=1024px) {
  .head {
    order: 2;
  }
}
.head__title {
  text-align: center;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  padding-bottom: 12px;
  font-family: Mulish, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 116%;
}
@media (width>=1024px) {
  .head__title {
    text-align: left;
    letter-spacing: 0.72px;
    padding-bottom: 8px;
    font-size: 36px;
    line-height: 122%;
  }
}
.head__subtitle {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 138%;
}
@media (width>=1024px) {
  .head__subtitle {
    text-align: left;
    font-size: 20px;
    line-height: 140%;
  }
}
.button {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 0.66px;
  background: linear-gradient(#e74743 0% 100%),
    linear-gradient(#e11c1c33 0% 100%), #fff;
  border: none;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  max-width: fit-content;
  margin: 0 auto;
  padding: 8px 30px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 184%;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: flex;
}
.button:hover {
  background: linear-gradient(#0000001a 0% 100%),
    linear-gradient(#e74743 0% 100%), #fff;
  text-decoration: none;
}
.button:active {
  opacity: 0.8;
}
.g-header {
  background: #fff;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}
@media (height>=741px) {
  .g-header {
    min-height: 100vh;
    overflow: hidden;
  }
}
@media (height<=740px) {
  .g-header {
    padding-top: 32px;
  }
}
@media (width>=1024px) {
  .g-header {
    padding-bottom: 80px;
  }
}
.g-header__wrapper {
  flex-direction: column;
  flex: auto;
  justify-content: center;
  padding: 0 20px;
  display: flex;
}
@media (width>=1024px) {
  .g-header__wrapper {
    margin: 0 auto;
  }
}
@media (width>=1200px) {
  .g-header__wrapper {
    padding: 0 40px;
  }
}
@media (width>=1400px) {
  .g-header__wrapper {
    padding: 0;
  }
}
@media (width>=1920px) {
  .g-header__wrapper {
    margin: 0 auto;
  }
}
@media (width>=768px) {
  .g-header__left {
    max-width: 780px;
  }
}
.g-header__right {
  display: none;
}
@media (width>=1024px) {
  .g-header__right {
    width: 40%;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media (width>=1200px) {
  .g-header__right {
    width: 36%;
  }
}
@media (width>=1400px) {
  .g-header__right {
    width: 40%;
  }
}
.g-header__right img {
  object-fit: contain;
  width: 100%;
  height: auto;
}
.g-header__logo {
  width: 115px;
  height: 56px;
  margin-bottom: 24px;
}
@media (width>=768px) {
  .g-header__logo {
    width: 140px;
    height: 68px;
    margin-bottom: 40px;
  }
}
.g-header__title {
  letter-spacing: 0.64px;
  text-transform: uppercase;
  padding-bottom: 40px;
  font-family: Mulish, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 125%;
}
@media (width>=768px) {
  .g-header__title {
    letter-spacing: 0.88px;
    padding-bottom: 80px;
    font-size: 44px;
    line-height: 118%;
  }
}
@media (width>=1024px) {
  .g-header__title {
    max-width: 576px;
  }
}
.g-header .item {
  flex-direction: column;
  gap: 12px;
  display: flex;
}
@media (width>=1200px) {
  .g-header .item {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    gap: 20px;
    max-width: 730px;
    display: grid;
  }
}
.g-header .item__wrapper {
  border-radius: 20px;
  flex-direction: row;
  gap: 20px;
  max-width: 328px;
  min-height: 112px;
  display: flex;
}
@media (width>=768px) {
  .g-header .item__wrapper {
    max-width: 406px;
    height: 100%;
  }
}
.g-header .item__wrapper:first-child {
  background: linear-gradient(#d8f1ee 0% 100%), #d9d9d9;
}
@media (width>=1200px) {
  .g-header .item__wrapper:first-child {
    max-width: 352px;
    min-height: unset;
    grid-row: span 2;
    position: relative;
  }
  .g-header .item__wrapper:first-child .item__image-dish {
    max-width: 158px;
    position: absolute;
    bottom: 0;
    right: 42px;
  }
  .g-header .item__wrapper:first-child .item__title {
    align-items: normal;
    padding-top: 30px;
  }
}
.g-header .item__wrapper:first-child:hover {
  background: linear-gradient(#00000012 0% 100%), #d8f1ee;
}
.g-header .item__wrapper:nth-child(2) {
  background: linear-gradient(#def 0% 100%), #d9d9d9;
}
.g-header .item__wrapper:nth-child(2):hover {
  background: linear-gradient(#00000012 0% 100%), #def;
}
.g-header .item__wrapper:nth-child(3) {
  background: linear-gradient(#dcdff9 0% 100%), #d9d9d9;
}
.g-header .item__wrapper:nth-child(3):hover {
  background: linear-gradient(#00000012 0% 100%), #dcdff9;
}
.g-header .item__title {
  letter-spacing: 0.48px;
  text-transform: uppercase;
  align-items: center;
  padding-left: 24px;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 126%;
  display: flex;
}
@media (width>=768px) {
  .g-header .item__title {
    letter-spacing: 0.57px;
    padding-left: 30px;
    font-size: 20px;
    line-height: 132%;
  }
}
.g-header .item__image-dish {
  max-width: 74px;
}
@media (width>=1200px) {
  .g-header .item__image-dish {
    max-width: 158px;
    max-height: 224px;
  }
}
.g-header .item__image-anti {
  max-width: 90px;
}
@media (width>=1200px) {
  .g-header .item__image-anti {
    max-width: 112px;
    max-height: 126px;
  }
}
.g-header .item__image-clean {
  max-width: 92px;
}
@media (width>=1200px) {
  .g-header .item__image-clean {
    max-width: 114px;
    max-height: 126px;
  }
}
.g-header .item__image-dish,
.g-header .item__image-anti,
.g-header .item__image-clean {
  padding-top: 6px;
}
@media (width>=768px) {
  .g-header .item__image-dish,
  .g-header .item__image-anti,
  .g-header .item__image-clean {
    padding-top: 8px;
  }
}
.g-header .item__icon {
  width: 32px;
  height: 32px;
  margin-top: 6px;
  margin-right: 6px;
}
@media (width>=768px) {
  .g-header .item__icon {
    width: 40px;
    height: 40px;
    margin-top: 8px;
    margin-right: 8px;
  }
}
.g-footer {
  background: #fff;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
@media (height>=741px) {
  .g-footer {
    min-height: 100vh;
    overflow: hidden;
  }
}
@media (height<=740px) {
  .g-footer {
    padding-top: 32px;
  }
}
@media (width>=1024px) {
  .g-footer {
    padding-top: 80px;
  }
}
.g-footer__wrapper {
  background: linear-gradient(#f2f4f5 0% 100%), #fff;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  width: 100%;
  padding: 50px 24px;
  display: flex;
}
@media (height>=741px) {
  .g-footer__wrapper {
    height: 100%;
  }
}
@media (width>=1024px) {
  .g-footer__wrapper {
    padding: 0 20px;
  }
}
@media (width>=1200px) {
  .g-footer__wrapper {
    padding: 0 40px;
  }
}
@media (width>=1400px) {
  .g-footer__wrapper {
    padding: 2.5rem;
  }
}
.g-footer .head {
  order: 1;
  max-width: 640px;
  margin: 0 auto;
  padding-bottom: 28px;
}
@media (height<=740px) {
  .g-footer .head {
    padding-top: 24px;
  }
}
@media (width>=1024px) {
  .g-footer .head {
    padding-bottom: 50px;
  }
}
.g-footer .head__title {
  text-align: center;
}
.g-footer__partners {
  flex-flow: wrap;
  order: 2;
  justify-content: center;
  align-items: center;
  gap: 14px;
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
}
@media (height<=740px) {
  .g-footer__partners {
    padding-bottom: 24px;
  }
}
@media (width>=1024px) {
  .g-footer__partners {
    gap: 24px;
  }
}
.g-footer__partners img {
  width: 90px;
  height: 90px;
}
@media (width>=375px) {
  .g-footer__partners img {
    width: 98px;
    height: 98px;
  }
}
@media (width>=768px) {
  .g-footer__partners img {
    width: 150px;
    height: 150px;
  }
}
.g-footer__bottom {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 20px;
  display: flex;
}
@media (width>=1200px) {
  .g-footer__bottom {
    padding: 32px 40px;
  }
}
@media (width>=1400px) {
  .g-footer__bottom {
    padding: 32px 0;
  }
}
.g-footer__copyright {
  letter-spacing: 0.42px;
  font-size: 14px;
  line-height: 236%;
}
.g-footer__social {
  flex-direction: row;
  gap: 10px;
  display: flex;
}
.g-footer__icon {
  opacity: 0.8;
  width: 32px;
  height: 32px;
}
.g-footer__icon:hover {
  opacity: 1;
}
.pagination .nav {
  z-index: 10;
  flex-direction: column;
  gap: 10px;
  display: flex;
  position: fixed;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
}
@media (width>=768px) {
  .pagination .nav {
    gap: 12px;
    right: 2rem;
  }
}
.pagination .nav li {
  display: inline-block;
}
.pagination .nav li.active svg circle {
  fill: #ffcbca;
}
.pagination .nav li svg circle {
  stroke: #ffcbca;
  stroke-width: 1.4601px;
  fill: none;
  transition: all 0.3s;
}
.pagination .nav li:hover svg circle {
  fill: #ffcbca;
}
.pagination .nav li a {
  width: 100%;
  height: 100%;
  display: block;
}
.dish {
  background: #fff;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}
@media (width>=1024px) {
  .dish {
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
  }
  .dish:after {
    content: "";
    z-index: 1;
    background: #d8f1ee;
    border-radius: 50%;
    width: 100%;
    height: 190%;
    position: absolute;
    top: 50%;
    left: -54%;
    transform: translateY(-50%);
  }
}
@media (width>=1200px) {
  .dish:after {
    left: -50%;
  }
}
@media (width>=1920px) {
  .dish:after {
    height: 220%;
  }
}
.dish__wrapper {
  flex-direction: column;
  gap: 22px;
  width: 100%;
  display: flex;
  overflow: hidden;
}
@media (width>=1024px) {
  .dish__wrapper {
    justify-content: center;
    align-items: flex-end;
    padding: 0 20px;
    position: relative;
  }
}
@media (width>=1200px) {
  .dish__wrapper {
    padding: 0 40px;
  }
}
@media (width>=1400px) {
  .dish__wrapper {
    padding: 0;
  }
}
.dish__bg-image {
  display: none;
}
@media (width>=1024px) {
  .dish__bg-image {
    object-fit: contain;
    z-index: 2;
    width: 46%;
    display: block;
    position: absolute;
    top: 50%;
    left: -16%;
    transform: translateY(-50%);
  }
}
@media (width>=1200px) {
  .dish__bg-image {
    width: 38%;
    left: 0;
  }
}
@media (width>=1400px) {
  .dish__bg-image {
    width: 34%;
  }
}
.dish .product {
  background: #d8f1ee;
  border-radius: 25px;
  order: 2;
}
@media (width>=1024px) {
  .dish .product {
    z-index: 3;
    background: 0 0;
    order: 1;
    width: 388px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
}
@media (width>=1200px) {
  .dish .product {
    left: 100px;
  }
}
@media (width>=1400px) {
  .dish .product {
    left: 140px;
  }
}
.dish .product__image-wrapper {
  background: linear-gradient(#fff 0% 100%), #fff;
  border-radius: 18px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
  max-width: 276px;
  min-height: 430px;
  margin: 30px auto;
  display: flex;
  position: relative;
  box-shadow: 2.134px 2.845px 11.737px #0000000d;
}
@media (width>=768px) {
  .dish .product__image-wrapper {
    gap: 56px;
    max-width: 388px;
    min-height: 604px;
  }
}
.dish .product__image-big img {
  max-width: 124px;
  max-height: 314px;
  top: 41%;
  right: 0;
  transform: translate(-90%, -50%);
}
@media (width>=768px) {
  .dish .product__image-big img {
    max-width: 176px;
    max-height: 442px;
  }
}
.dish .product__image-small img {
  max-width: 96px;
  max-height: 254px;
  top: 48%;
  right: 0;
  transform: translate(-50%, -50%);
}
@media (width>=768px) {
  .dish .product__image-small img {
    max-width: 136px;
    max-height: 358px;
  }
}
.dish .product__image-big img,
.dish .product__image-small img {
  opacity: 0.4;
  transition: opacity 0.6s, right 0.6s;
  position: absolute;
}
.dish .product__image-big img:hover,
.dish .product__image-small img:hover {
  cursor: pointer;
}
.dish .product__image-big img.active,
.dish .product__image-small img.active {
  opacity: 1;
  z-index: 1;
}
.dish .product__image-big img.fade-out,
.dish .product__image-small img.fade-out {
  opacity: 0;
}
.dish .product__image-big img.fade-in,
.dish .product__image-small img.fade-in {
  opacity: 0.4;
}
.dish .product__image-big img.fade-in.active,
.dish .product__image-small img.fade-in.active {
  opacity: 1;
}
.dish .product__image-big button,
.dish .product__image-small button {
  text-align: center;
  cursor: pointer;
  opacity: 0.4;
  background: 0 0;
  border: none;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 300%;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  display: inline-block;
  position: relative;
}
.dish .product__image-big button.active,
.dish .product__image-small button.active {
  opacity: 1;
  transform: scale(1.05);
}
.dish .product__image-big button:after,
.dish .product__image-small button:after {
  content: "";
  opacity: 0;
  transform-origin: 0;
  background-color: #513f3f;
  width: 100%;
  height: 2px;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  position: absolute;
  bottom: 4px;
  left: 0;
  transform: scaleX(0);
}
.dish .product__image-big button:hover,
.dish .product__image-small button:hover {
  opacity: 1;
}
.dish .product__image-big button.active:after,
.dish .product__image-small button.active:after {
  opacity: 1;
  transform: scaleX(1);
}
@media (width>=1024px) {
  .dish .product__image-big button,
  .dish .product__image-small button {
    margin-bottom: 56px;
  }
  .dish .head {
    width: 100%;
    max-width: 496px;
  }
  .dish .head__title {
    max-width: 340px;
  }
}
.dish .about {
  flex-direction: column;
  order: 3;
  gap: 22px;
  padding: 0 24px;
  display: flex;
}
@media (width>=1024px) {
  .dish .about {
    align-items: flex-start;
    max-width: 496px;
    padding: 0;
  }
}
.dish .nav {
  border-top: 1px solid #513f3f33;
  border-bottom: 1px solid #513f3f33;
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
}
@media (width>=1024px) {
  .dish .nav {
    margin: 0;
  }
}
.dish .nav__wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  max-width: 184px;
  margin: 0 auto;
  padding-top: 16px;
  display: flex;
}
@media (width>=640px) {
  .dish .nav__wrapper {
    max-width: unset;
  }
}
@media (width>=1024px) {
  .dish .nav__wrapper {
    justify-content: left;
  }
}
.dish .nav__circle {
  aspect-ratio: 1;
  opacity: 0.4;
  width: 24px;
  height: 24px;
}
.dish .nav__circle.active {
  opacity: 1;
}
.dish .nav__circle:hover {
  cursor: pointer;
  opacity: 0.8;
}
.dish .nav__description {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}
@media (width>=1024px) {
  .dish .nav__description {
    justify-content: left;
  }
}
.dish .nav__title {
  font-size: 12px;
  font-weight: 700;
  line-height: 342%;
}
@media (width>=768px) {
  .dish .nav__title {
    font-size: 14px;
  }
}
.dish .nav__subtitle {
  font-size: 12px;
  line-height: 342%;
}
@media (width>=768px) {
  .dish .nav__subtitle {
    font-size: 14px;
  }
}
.dish .tag {
  flex-flow: wrap;
  justify-content: center;
  gap: 16px;
  display: flex;
}
@media (width>=1024px) {
  .dish .tag {
    justify-content: flex-start;
    padding-bottom: 38px;
  }
}
.dish .tag__wrapper {
  background: #69d2c81f;
  border-radius: 10px;
  flex-direction: row;
  flex: 2;
  align-items: center;
  gap: 6px;
  max-width: max-content;
  padding: 8px 10px;
  display: flex;
}
@media (width>=768px) {
  .dish .tag__wrapper {
    flex: unset;
    gap: 12px;
    padding: 8px 18px;
  }
}
.dish .tag__icon {
  width: 22px;
  height: 22px;
}
@media (width>=768px) {
  .dish .tag__icon {
    width: 32px;
    height: 32px;
  }
}
.dish .tag__title {
  white-space: normal;
  font-size: 14px;
}
@media (width>=640px) {
  .dish .tag__title {
    white-space: nowrap;
  }
}
.anti {
  background: #fff;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}
@media (width>=1024px) {
  .anti {
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
  }
  .anti:after {
    content: "";
    z-index: 1;
    background: #def;
    border-radius: 50%;
    width: 100%;
    height: 160%;
    position: absolute;
    top: 50%;
    right: -54%;
    transform: translateY(-50%);
  }
}
@media (width>=1200px) {
  .anti:after {
    right: -50%;
  }
}
@media (width>=1920px) {
  .anti:after {
    height: 220%;
  }
}
.anti__wrapper {
  flex-direction: column;
  gap: 22px;
  width: 100%;
  display: flex;
  overflow: hidden;
}
@media (width>=1024px) {
  .anti__wrapper {
    justify-content: center;
    padding: 0 20px;
    position: relative;
  }
}
@media (width>=1200px) {
  .anti__wrapper {
    padding: 0 40px;
  }
}
@media (width>=1400px) {
  .anti__wrapper {
    padding: 0;
  }
}
.anti__bg-image {
  display: none;
}
@media (width>=1024px) {
  .anti__bg-image {
    object-fit: contain;
    z-index: 2;
    width: 46%;
    display: block;
    position: absolute;
    top: 50%;
    right: -16%;
    transform: translateY(-50%);
  }
}
@media (width>=1200px) {
  .anti__bg-image {
    width: 38%;
    right: 0;
  }
}
@media (width>=1400px) {
  .anti__bg-image {
    width: 34%;
  }
}
.anti .product {
  background: #def;
  border-radius: 25px;
  order: 2;
}
@media (width>=1024px) {
  .anti .product {
    z-index: 3;
    background: 0 0;
    order: 1;
    width: 388px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}
@media (width>=1200px) {
  .anti .product {
    right: 100px;
  }
}
@media (width>=1400px) {
  .anti .product {
    right: 140px;
    transform: translateY(-50%);
  }
}
.anti .product__image-wrapper {
  background: linear-gradient(#fff 0% 100%), #fff;
  border-radius: 18px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
  max-width: 276px;
  min-height: 430px;
  margin: 30px auto;
  display: flex;
  position: relative;
  box-shadow: 2.134px 2.845px 11.737px #0000000d;
}
@media (width>=768px) {
  .anti .product__image-wrapper {
    gap: 56px;
    max-width: 388px;
    min-height: 604px;
  }
}
.anti .product__image-big img {
  width: 138px;
  height: 292px;
  top: 50%;
  right: 12%;
  transform: translateY(-55%);
}
@media (width>=768px) {
  .anti .product__image-big img {
    width: 195px;
    height: 410px;
  }
}
.anti .product__image-small img {
  width: 124px;
  height: 260px;
  top: 50%;
  right: -2%;
  transform: translate(-100%, -50%);
}
@media (width>=768px) {
  .anti .product__image-small img {
    width: 176px;
    height: 366px;
  }
}
.anti .product__image-big img,
.anti .product__image-small img {
  opacity: 0.4;
  transition: opacity 0.6s, right 0.6s;
  position: absolute;
}
.anti .product__image-big img:hover,
.anti .product__image-small img:hover {
  cursor: pointer;
}
.anti .product__image-big img.active,
.anti .product__image-small img.active {
  opacity: 1;
  z-index: 1;
}
.anti .product__image-big img.fade-out,
.anti .product__image-small img.fade-out {
  opacity: 0;
}
.anti .product__image-big img.fade-in,
.anti .product__image-small img.fade-in {
  opacity: 0.4;
}
.anti .product__image-big img.fade-in.active,
.anti .product__image-small img.fade-in.active {
  opacity: 1;
}
.anti .product__image-big img.single,
.anti .product__image-small img.single {
  right: 0;
}
.anti .product__image-big img.single.fade-out,
.anti .product__image-small img.single.fade-out,
.anti .product__image-big img.single.fade-in,
.anti .product__image-small img.single.fade-in {
  right: -16%;
}
.anti .product__image-big button,
.anti .product__image-small button {
  text-align: center;
  cursor: pointer;
  opacity: 0.4;
  background: 0 0;
  border: none;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 300%;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  display: inline-block;
  position: relative;
}
.anti .product__image-big button.active,
.anti .product__image-small button.active {
  opacity: 1;
  transform: scale(1.05);
}
.anti .product__image-big button:after,
.anti .product__image-small button:after {
  content: "";
  opacity: 0;
  transform-origin: 0;
  background-color: #513f3f;
  width: 100%;
  height: 2px;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  position: absolute;
  bottom: 4px;
  left: 0;
  transform: scaleX(0);
}
.anti .product__image-big button:hover,
.anti .product__image-small button:hover {
  opacity: 1;
}
.anti .product__image-big button.active:after,
.anti .product__image-small button.active:after {
  opacity: 1;
  transform: scaleX(1);
}
@media (width>=1024px) {
  .anti .product__image-big button,
  .anti .product__image-small button {
    margin-bottom: 56px;
  }
}
.anti .about {
  flex-direction: column;
  order: 3;
  gap: 22px;
  display: flex;
}
@media (width>=1024px) {
  .anti .about {
    align-items: flex-start;
    max-width: 500px;
  }
}
@media (width>=1400px) {
  .anti .about {
    max-width: 644px;
  }
}
.anti .nav {
  margin: 0 auto;
}
@media (width>=1024px) {
  .anti .nav {
    margin: unset;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.anti .nav__wrapper {
  flex-flow: wrap;
  justify-content: center;
  gap: 10px;
  max-width: max-content;
  display: flex;
}
@media (width>=1024px) {
  .anti .nav__wrapper {
    border: 1px solid #513f3f99;
    border-radius: 22px;
  }
}
.anti .nav__circle {
  color: #513f3f99;
  border-radius: 16px;
  padding: 8px 18px;
  font-size: 14px;
  line-height: 140%;
}
.anti .nav__circle.active {
  color: #fff;
  opacity: 1;
  background: #5aaaff;
  font-weight: 700;
}
.anti .nav__circle:hover {
  cursor: pointer;
  color: #fff;
  background: #5aaaff;
}
@media (width>=768px) {
  .anti .nav__circle {
    padding: 10px 24px;
  }
}
.anti .tag {
  flex-direction: column;
  align-items: center;
  gap: 16px;
  display: flex;
}
@media (width>=1024px) {
  .anti .tag {
    align-items: unset;
    flex-flow: wrap;
    justify-content: flex-start;
    padding-bottom: 38px;
  }
}
.anti .tag__wrapper {
  background: #def;
  border-radius: 10px;
  flex-direction: row;
  flex: 2;
  align-items: center;
  gap: 6px;
  max-width: max-content;
  padding: 8px 10px;
  display: flex;
}
@media (width>=768px) {
  .anti .tag__wrapper {
    gap: 12px;
    padding: 8px 18px;
  }
}
.anti .tag__icon {
  width: 22px;
  height: 22px;
}
@media (width>=768px) {
  .anti .tag__icon {
    width: 32px;
    height: 32px;
  }
}
.anti .tag__title {
  white-space: nowrap;
  font-size: 14px;
}
.clean {
  background: #fff;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}
@media (width>=1024px) {
  .clean {
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
  }
  .clean:after {
    content: "";
    z-index: 1;
    background: #e8ebfe;
    border-radius: 50%;
    width: 100%;
    height: 190%;
    position: absolute;
    top: 50%;
    left: -54%;
    transform: translateY(-50%);
  }
}
@media (width>=1200px) {
  .clean:after {
    left: -50%;
  }
}
@media (width>=1920px) {
  .clean:after {
    height: 220%;
  }
}
.clean__wrapper {
  flex-direction: column;
  gap: 22px;
  width: 100%;
  display: flex;
  overflow: hidden;
}
@media (width>=1024px) {
  .clean__wrapper {
    justify-content: center;
    align-items: flex-end;
    padding: 0 20px;
    position: relative;
  }
}
@media (width>=1200px) {
  .clean__wrapper {
    padding: 0 40px;
  }
}
@media (width>=1400px) {
  .clean__wrapper {
    padding: 0;
  }
}
.clean__bg-image {
  display: none;
}
@media (width>=1024px) {
  .clean__bg-image {
    object-fit: contain;
    z-index: 2;
    width: 46%;
    display: block;
    position: absolute;
    top: 50%;
    left: -16%;
    transform: translateY(-50%);
  }
}
@media (width>=1200px) {
  .clean__bg-image {
    width: 38%;
    left: 0;
  }
}
@media (width>=1400px) {
  .clean__bg-image {
    width: 34%;
  }
}
.clean .product {
  background: #e8ebfe;
  border-radius: 25px;
  order: 2;
}
@media (width>=1024px) {
  .clean .product {
    z-index: 3;
    background: 0 0;
    order: 1;
    width: 388px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
}
@media (width>=1200px) {
  .clean .product {
    left: 100px;
  }
}
@media (width>=1400px) {
  .clean .product {
    left: 140px;
  }
}
.clean .product__image-wrapper {
  background: linear-gradient(#fff 0% 100%), #fff;
  border-radius: 18px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
  max-width: 276px;
  min-height: 430px;
  margin: 30px auto;
  display: flex;
  position: relative;
  box-shadow: 2.134px 2.845px 11.737px #0000000d;
}
@media (width>=768px) {
  .clean .product__image-wrapper {
    gap: 56px;
    max-width: 388px;
    min-height: 604px;
  }
}
.clean .product__image-big img {
  width: 138px;
  height: 288px;
  top: 50%;
  right: 12%;
  transform: translateY(-55%);
}
@media (width>=768px) {
  .clean .product__image-big img {
    width: 198px;
    height: 414px;
  }
}
.clean .product__image-small img {
  width: 124px;
  height: 260px;
  top: 50%;
  right: -2%;
  transform: translate(-100%, -50%);
}
@media (width>=768px) {
  .clean .product__image-small img {
    width: 176px;
    height: 366px;
  }
}
.clean .product__image-big img,
.clean .product__image-small img {
  opacity: 0.4;
  transition: opacity 0.6s, right 0.6s;
  position: absolute;
}
.clean .product__image-big img:hover,
.clean .product__image-small img:hover {
  cursor: pointer;
}
.clean .product__image-big img.active,
.clean .product__image-small img.active {
  opacity: 1;
  z-index: 1;
}
.clean .product__image-big img.fade-out,
.clean .product__image-small img.fade-out {
  opacity: 0;
}
.clean .product__image-big img.fade-in,
.clean .product__image-small img.fade-in {
  opacity: 0.4;
}
.clean .product__image-big img.fade-in.active,
.clean .product__image-small img.fade-in.active {
  opacity: 1;
}
.clean .product__image-big img.single,
.clean .product__image-small img.single {
  right: 0;
}
.clean .product__image-big img.single.fade-out,
.clean .product__image-small img.single.fade-out,
.clean .product__image-big img.single.fade-in,
.clean .product__image-small img.single.fade-in {
  right: -16%;
}
.clean .product__image-big button,
.clean .product__image-small button {
  text-align: center;
  cursor: pointer;
  opacity: 0.4;
  background: 0 0;
  border: none;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 300%;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  display: inline-block;
  position: relative;
}
.clean .product__image-big button.active,
.clean .product__image-small button.active {
  opacity: 1;
  transform: scale(1.05);
}
.clean .product__image-big button:after,
.clean .product__image-small button:after {
  content: "";
  opacity: 0;
  transform-origin: 0;
  background-color: #513f3f;
  width: 100%;
  height: 2px;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  position: absolute;
  bottom: 4px;
  left: 0;
  transform: scaleX(0);
}
.clean .product__image-big button:hover,
.clean .product__image-small button:hover {
  opacity: 1;
}
.clean .product__image-big button.active:after,
.clean .product__image-small button.active:after {
  opacity: 1;
  transform: scaleX(1);
}
@media (width>=1024px) {
  .clean .product__image-big button,
  .clean .product__image-small button {
    margin-bottom: 56px;
  }
  .clean__head {
    max-width: 496px;
  }
}
.clean .about {
  flex-direction: column;
  order: 3;
  gap: 22px;
  padding: 0 24px;
  display: flex;
}
@media (width>=1024px) {
  .clean .about {
    align-items: flex-start;
    max-width: 496px;
    padding: 0;
  }
}
.clean .nav {
  margin: 0 auto;
}
@media (width>=1024px) {
  .clean .nav {
    margin: unset;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.clean .nav__wrapper {
  flex-flow: wrap;
  justify-content: center;
  gap: 10px;
  max-width: max-content;
  display: flex;
}
@media (width>=1024px) {
  .clean .nav__wrapper {
    border: 1px solid #513f3f99;
    border-radius: 22px;
    flex-wrap: nowrap;
  }
}
.clean .nav__circle {
  color: #513f3f99;
  border-radius: 16px;
  padding: 8px 18px;
  font-size: 14px;
  line-height: 140%;
}
.clean .nav__circle.active {
  color: #fff;
  opacity: 1;
  background: #6e7cf8;
  font-weight: 700;
}
.clean .nav__circle:hover {
  cursor: pointer;
  color: #fff;
  background: #6e7cf8;
}
/* @media (width>=768px) {
  .clean .nav__circle {
    padding: 10px 24px;
  }
} */
.clean .tag {
  flex-flow: wrap;
  justify-content: center;
  gap: 16px;
  display: flex;
}
@media (width>=1024px) {
  .clean .tag {
    justify-content: flex-start;
    padding-bottom: 38px;
  }
}
.clean .tag__wrapper {
  background: #e8ebfe;
  border-radius: 10px;
  flex-direction: row;
  flex: 2;
  align-items: center;
  gap: 6px;
  max-width: max-content;
  padding: 8px 10px;
  display: flex;
}
@media (width>=768px) {
  .clean .tag__wrapper {
    gap: 12px;
    padding: 8px 18px;
  }
}
.clean .tag__icon {
  width: 22px;
  height: 22px;
}
@media (width>=768px) {
  .clean .tag__icon {
    width: 32px;
    height: 32px;
  }
}
.clean .tag__title {
  white-space: normal;
  font-size: 14px;
}
@media (width>=640px) {
  .clean .tag__title {
    white-space: nowrap;
  }
}
