/* Reset and base styles  */

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

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

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

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: "acme";
  font-display: swap;
  src: url("/md0lyP-fonts/md0lyP-acme-regular.woff2") format("woff2"), url("/md0lyP-fonts/md0lyP-acme-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 100px;
  --container-padding-tablet: 16px;
  --background: #2a0400;
  --font-color: #FFF;
  --font-size: 14px;
  --font-family: acme, OpenSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
  --btn-font-size: 1.23rem;
  --btn-font-weight: 700;
  --btn-padding: .9em 1em;
  --btn-bg: #B70C00;
  --btn-bg-hover: #ff3f3f;
  --btn-color: #ffffff;
  --btn-color-hover: var(--btn-color);
  --btn-radius: 1rem;
  --btn-transition: all 0.2s ease-in-out;
  --btn-shadow: inset 0px 100px 30px -80px #EA6A61, 0 0 15px 0 #C00505;
  --btn-shadow-hover: var(--btn-shadow);
}

h1,
.md0lyP-h1,
h2,
.md0lyP-h2,
h3,
.md0lyP-h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 1.2;
  font-weight: 700;
}

h1,
.md0lyP-h1 {
  font-size: clamp(1rem, 0.2211538462rem + 3.4615384615vw, 3.25rem);
  text-transform: uppercase;
}

h2,
.md0lyP-h2 {
  font-size: clamp(1.125rem, 0.9086538462rem + 0.9615384615vw, 1.75rem);
}

h3,
.md0lyP-h3 {
  font-size: clamp(1rem, 0.9134615385rem + 0.3846153846vw, 1.25rem);
  color: #F50000;
}

html {
  scroll-behavior: smooth;
  background: var(--background);
  scrollbar-gutter: stable;
}

body {
  background: var(--background);
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a,
button {
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  color: inherit;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.md0lyP-no-scroll {
  overflow: hidden;
}

.md0lyP-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.md0lyP-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.md0lyP-items .md0lyP-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.md0lyP-terms .md0lyP-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.md0lyP-terms li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.md0lyP-terms li:before {
  content: "*";
  margin-inline: 8px;
}

.md0lyP-main section {
  padding-block: 50px;
}

.btn {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  padding: var(--btn-padding);
  color: var(--btn-color);
  background-color: var(--btn-bg);
  border-radius: var(--btn-radius);
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  -webkit-box-shadow: var(--btn-shadow);
  box-shadow: var(--btn-shadow);
  line-height: 1;
  white-space: nowrap;
  width: 100%;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.btn:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.md0lyP-bg-dark {
  background: #0e0201;
}

.md0lyP-container.md0lyP-grid-2,
.md0lyP-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.md0lyP-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.md0lyP-popup__title {
  font-size: clamp(1.125rem, 0.9951923077rem + 0.5769230769vw, 1.5rem);
  font-weight: 700;
  text-transform: uppercase;
}

.md0lyP-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
}

.md0lyP-modal-content {
  background: var(--background);
  padding: 2rem 1rem;
  position: relative;
  max-width: 420px;
  width: 90%;
  -webkit-animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  text-align: center;
}

.md0lyP-modal-content .btn {
  margin-inline: auto;
  width: 100%;
  padding-inline: 0;
}

.md0lyP-modal-content h2 {
  text-align: center;
}

.md0lyP-close {
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 1;
}

body.md0lyP-modal-open {
  overflow: hidden;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.md0lyP-checkbox-container {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.md0lyP-checkbox-container input[type=checkbox] {
  margin-right: 10px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.md0lyP-checkbox-container label {
  cursor: pointer;
  font-size: 12px;
}

.md0lyP-cookie-consent {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  background: #f7f7f7;
  border-top: 1px solid #ebebeb;
  z-index: 1000;
}

.md0lyP-cookie-consent__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 300px;
}

.md0lyP-cookie-consent .btn {
  font-size: 14px;
}

.md0lyP-item.md0lyP-img,
.md0lyP-img {
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  max-width: 580px;
  margin-inline: auto;
  -webkit-filter: drop-shadow(0 20px 90px rgba(133, 0, 0, 0.704));
  filter: drop-shadow(0 20px 90px rgba(133, 0, 0, 0.704));
}

.md0lyP-item.md0lyP-wrapper,
.md0lyP-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #460303;
  background: #1B0000;
  cursor: default;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  will-change: transform;
}

/* Blocks */

.md0lyP-banner {
  overflow: hidden;
}

.md0lyP-banner .md0lyP-container {
  display: grid;
  grid-template-columns: minmax(100px, 330px) minmax(170px, 1fr);
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.md0lyP-banner h1 {
  margin-bottom: -10px;
}

.md0lyP-banner p {
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
}

.md0lyP-banner .md0lyP-img {
  background-image: url("/md0lyP-img/md0lyP-banner.avif");
  height: 453px;
  margin-block: -30px -50px;
  -webkit-animation: float 2s ease-in-out infinite;
  animation: float 2s ease-in-out infinite;
  will-change: transform;
}				.md0lyP-avif .md0lyP-banner .md0lyP-img {					background-image: url("/md0lyP-img/md0lyP-banner.avif")				}			

.md0lyP-banner .md0lyP-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.md0lyP-banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 720px;
  width: 100%;
  gap: 10px;
  font-size: clamp(0.5625rem, 0.4110576923rem + 0.6730769231vw, 1rem);
}

.md0lyP-banner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #460303;
  background: #1B0000;
  padding: 10px 15px;
  text-wrap: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.md0lyP-banner ul li::before {
  content: "";
  width: 24px;
  aspect-ratio: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url("/md0lyP-img/md0lyP-icon-star.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

.md0lyP-faq {
  background: var(--background);
  position: relative;
}

.md0lyP-footer {
  margin-top: auto;
  background: #100000;
  padding-block: 50px;
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
}

.md0lyP-footer a {
  color: #F50000;
}

.md0lyP-footer a:hover {
  opacity: 0.6;
}

.md0lyP-footer .md0lyP-h3 {
  color: #FFF;
}

.md0lyP-footer .md0lyP-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 14px 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.md0lyP-footer .md0lyP-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.md0lyP-footer .md0lyP-logos img {
  width: auto;
  max-height: 50px;
}

.md0lyP-footer .md0lyP-age {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50px;
  flex: 0 1 50px;
  width: 50px;
  aspect-ratio: 1/1;
  background-image: url("/md0lyP-img/md0lyP-18-plus.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: default;
}

.md0lyP-header {
  padding-block: 16px;
  display: none;
}

.md0lyP-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.md0lyP-header .md0lyP-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.md0lyP-header a:hover {
  opacity: 0.6;
}

.md0lyP-logo {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.md0lyP-logo img {
  width: 135px;
  aspect-ratio: 5.866/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.md0lyP-rev .md0lyP-rev_header {
  display: grid;
  grid-template-columns: 51px 1fr;
  gap: 6px 20px;
}

.md0lyP-rev .md0lyP-rev_header::before {
  content: "";
  width: 51px;
  aspect-ratio: 1;
  background-image: url("/md0lyP-img/md0lyP-user-photo.avif");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  grid-row: span 2/span 2;
}				.md0lyP-avif .md0lyP-rev .md0lyP-rev_header::before {					background-image: url("/md0lyP-img/md0lyP-user-photo.avif")				}			

.md0lyP-rev .md0lyP-wrapper {
  min-width: 273px;
}

section.md0lyP-text {
  padding: 0;
}

section.md0lyP-text .md0lyP-img {
  background-image: url("/md0lyP-img/md0lyP-man.avif");
  min-height: 300px;
}				.md0lyP-avif section.md0lyP-text .md0lyP-img {					background-image: url("/md0lyP-img/md0lyP-man.avif")				}			

section.md0lyP-text .md0lyP-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  padding-block: 50px;
}

section.md0lyP-text .md0lyP-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.md0lyP-top .md0lyP-container {
  gap: 20px;
}

.md0lyP-top .md0lyP-article {
  border-radius: 20px;
  border: 4px solid #460303;
  background: url(/md0lyP-img/md0lyP-bg-article.avif) 0px -3.269px/cover no-repeat;
  padding: 20px;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) 0.85fr 1.1fr minmax(190px, 1.1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 clamp(0.625rem, -0.2403846154rem + 3.8461538462vw, 3.125rem);
  width: 100%;
  margin-inline: auto;
  -ms-flex-line-pack: center;
  align-content: center;
  min-height: 156px;
  cursor: default;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  position: relative;
  overflow: hidden;
  will-change: transform;
}				.md0lyP-avif .md0lyP-top .md0lyP-article {					background: url(/md0lyP-img/md0lyP-bg-article.avif) 0px -3.269px/cover no-repeat				}			

.md0lyP-top .md0lyP-article > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(0.25rem, 0.0769230769rem + 0.7692307692vw, 0.75rem);
}

.md0lyP-top li:nth-of-type(2) .md0lyP-stars li:nth-last-child(1) img,
.md0lyP-top li:nth-of-type(4) .md0lyP-stars li:nth-last-child(2) img,
.md0lyP-top li:nth-of-type(6) .md0lyP-stars li:nth-last-child(3) img,
.md0lyP-top li:nth-of-type(8) .md0lyP-stars li:nth-last-child(4) img,
.md0lyP-top li:nth-of-type(10) .md0lyP-stars li:nth-last-child(5) img {
  content: url(/md0lyP-img/md0lyP-icon-star-50.svg);
}

.md0lyP-top li:nth-of-type(3) .md0lyP-stars li:nth-last-child(1) img,
.md0lyP-top li:nth-of-type(4) .md0lyP-stars li:nth-last-child(1) img,
.md0lyP-top li:nth-of-type(5) .md0lyP-stars li:nth-last-child(-n+2) img,
.md0lyP-top li:nth-of-type(6) .md0lyP-stars li:nth-last-child(-n+2) img,
.md0lyP-top li:nth-of-type(7) .md0lyP-stars li:nth-last-child(-n+3) img,
.md0lyP-top li:nth-of-type(8) .md0lyP-stars li:nth-last-child(-n+3) img,
.md0lyP-top li:nth-of-type(9) .md0lyP-stars li:nth-last-child(-n+4) img,
.md0lyP-top li:nth-of-type(10) .md0lyP-stars li:nth-last-child(-n+4) img {
  content: url(/md0lyP-img/md0lyP-icon-star-0.svg);
}

.md0lyP-top .md0lyP-img-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  gap: 20px;
}

.md0lyP-top .md0lyP-img-container img:not(.md0lyP-stars img) {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 65px;
  max-width: 300px;
}

.md0lyP-top .md0lyP-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: clamp(0.5rem, 0.4134615385rem + 0.3846153846vw, 0.75rem);
  color: #fff;
  text-align: center;
}

.md0lyP-top .md0lyP-rating span {
  font-size: clamp(1.125rem, 0.8221153846rem + 1.3461538462vw, 2rem);
  line-height: 100%;
}

.md0lyP-top .md0lyP-bonus a {
  font-size: clamp(1.125rem, 0.8653846154rem + 1.1538461538vw, 1.875rem);
  line-height: 120%;
  color: inherit;
  text-wrap: pretty;
}

.md0lyP-top .md0lyP-bonus span {
  color: #F50000;
}

.md0lyP-top .btn {
  position: relative;
  overflow: hidden;
}

.md0lyP-top .btn::after {
  content: "";
  opacity: 0.6;
  position: absolute;
  top: -100px;
  left: -100px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(255, 255, 255, 0.8)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.8) 70%);
  width: 40px;
  height: 320px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: slide;
  animation-name: slide;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.md0lyP-top .md0lyP-pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8px 18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.md0lyP-top .md0lyP-pay li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.md0lyP-top .md0lyP-pay li img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 32px;
  aspect-ratio: 1;
  border-radius: 50%;
}

.md0lyP-top .md0lyP-stars {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg);
  }

  30%, 100% {
    -webkit-transform: translateX(500px) rotate(45deg);
    transform: translateX(500px) rotate(45deg);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg);
  }

  30%, 100% {
    -webkit-transform: translateX(500px) rotate(45deg);
    transform: translateX(500px) rotate(45deg);
  }
}

.md0lyP-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.md0lyP-stars img {
  width: 24px;
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.md0lyP-stars li {
  display: contents;
}

@media (max-width: 1220px) {
  .md0lyP-container {
    padding: 0 var(--container-padding-tablet);
    gap: 20px;
  }

  .md0lyP-header__nav {
    display: none;
  }

  .md0lyP-top .md0lyP-article {
    gap: 16px clamp(0.625rem, 0.4086538462rem + 0.9615384615vw, 1.25rem);
  }
}

@media (max-width: 1075px) {
  .md0lyP-banner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
  }
}

@media (max-width: 820px) {
  .md0lyP-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .md0lyP-main section {
    padding-block: 20px;
  }

  .btn {
    width: 100%;
    padding-inline: 0.6rem;
  }

  .md0lyP-container.md0lyP-grid-2,
  .md0lyP-grid-2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .md0lyP-modal-content {
    padding: 12px;
  }

  .md0lyP-cookie-consent__actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .md0lyP-item.md0lyP-wrapper,
  .md0lyP-wrapper {
    padding: 10px;
  }

  .md0lyP-banner .md0lyP-container {
    grid-template-columns: minmax(140px, 1fr) minmax(160px, 1fr);
    gap: 0;
  }

  .md0lyP-banner p {
    display: none;
  }

  .md0lyP-banner .md0lyP-img {
    margin-block: 0 -20px;
    height: 260px;
  }

  .md0lyP-banner .md0lyP-inner {
    gap: 20px;
  }

  .md0lyP-banner ul li {
    padding: 5px 10px;
  }

  .md0lyP-banner ul li::before {
    width: 16px;
  }

  .md0lyP-footer {
    padding-block: 20px;
  }

  .md0lyP-footer .md0lyP-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .md0lyP-footer .md0lyP-logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .md0lyP-footer .md0lyP-logos img {
    max-height: 30px;
    max-width: 106px;
  }

  .md0lyP-footer .md0lyP-age {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30px;
    flex: 0 1 30px;
    width: 30px;
  }

  .md0lyP-header {
    padding-block: 12px;
  }

  .md0lyP-rev .md0lyP-rev_header {
    grid-template-columns: 45px 1fr;
  }

  .md0lyP-rev .md0lyP-rev_header::before {
    width: 45px;
  }

  section.md0lyP-text .md0lyP-img {
    grid-row-start: 2;
    margin-bottom: -20px;
  }

  section.md0lyP-text .md0lyP-inner {
    padding-block: 20px;
    gap: 20px;
  }

  section.md0lyP-text .md0lyP-inner ul {
    gap: 10px;
  }

  .md0lyP-top .md0lyP-container {
    gap: 14px;
  }

  .md0lyP-top .md0lyP-article {
    grid-template-columns: repeat(2, 1fr);
    padding: 10px;
    justify-items: stretch;
    max-width: 460px;
    min-height: 214px;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    background: url(/md0lyP-img/md0lyP-bg-article.avif) -168.838px -92.198px/181.222% 171.638% no-repeat;
  }				.md0lyP-avif .md0lyP-top .md0lyP-article {					background: url(/md0lyP-img/md0lyP-bg-article.avif) -168.838px -92.198px/181.222% 171.638% no-repeat				}			

  .md0lyP-top .md0lyP-article .btn-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .md0lyP-top .md0lyP-img-container img:not(.md0lyP-stars img) {
    height: 55px;
  }

  .md0lyP-top .md0lyP-rating {
    grid-column-start: 2;
    grid-row-start: 1;
  }

  .md0lyP-top .md0lyP-bonus,
  .md0lyP-top .btn-container {
    text-align: center;
    grid-column: span 2/span 2;
  }

  .md0lyP-top .md0lyP-pay {
    gap: 8px 10px;
    grid-row-start: 1;
  }

  .md0lyP-top .md0lyP-pay li img {
    width: 24px;
  }

  .md0lyP-stars img {
    width: 16px;
  }
}

@media (max-width: 500px) {
  .md0lyP-banner .md0lyP-img {
    height: 194px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover,
  .btn:focus-visible {
    color: var(--btn-color-hover);
    background-color: var(--btn-bg-hover);
    -webkit-box-shadow: var(--btn-shadow-hover);
    box-shadow: var(--btn-shadow-hover);
  }
}

@media (hover: hover) {
  .md0lyP-item.md0lyP-wrapper:hover,
  .md0lyP-wrapper:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .md0lyP-top .md0lyP-article:hover {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }
}