@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Extrabld.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/6114454c790ccfdffe951e4e_fa-solid-900.woff2')
      format('woff2'),
    url('../fonts/6114454c790ccfdffe951e4e_fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('/fonts/6114454c790ccf1455951e4c_fa-brands-400.woff2')
      format('woff2'),
    url('/fonts/6114454c790ccf1455951e4c_fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@keyframes animate-stripes {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 60px 0;
  }
}

@keyframes auto-progress {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.progress-bar {
  background-color: #38ca3f;
  height: 15px;
  width: 100%;
}

.stripes {
  background-size: 30px 30px;
  background-image: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.stripes.animated {
  animation: animate-stripes 0.6s linear infinite;
}

.stripes.animated.slower {
  animation-duration: 1.25s;
  background-color: #85bb01;
}

body {
  font-family: 'Montserrat', 'Arial', sans-serif !important;
}

h1 {
  font-family: 'Proxima nova' !important;
  font-weight: 700 !important;

  /* Ascunde textul până la încărcarea fontului */
}

/* Stil pentru tabel */
table {
  border-collapse: collapse;
  width: 100%;
}

/* Stil pentru fiecare celulă care conține avatar */

/* Containerul fix cu fundal alb */

/* Bara de progres cu gradient */

#ruleta {
  position: relative;
  /* Asigură că elementele absolute se aliniază corect */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  /* Ajustează în funcție de design */
  margin: 0 auto;
}

#canvas {
  display: block;
  width: 100%;
  /* Face ruleta responsive */
  height: auto;
}

.buton-centru {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  /* Ajustează pentru a fi proporțional cu ruleta */
  height: auto;
  max-width: 200px;
  /* Limitează dimensiunea maximă */
  cursor: pointer;
}

/* Efect de dispariție */

/* Efect de apariție */

@keyframes fadeInEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(243, 162, 225, 0.7);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 0 15px 5px rgba(243, 162, 225, 0.5);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(243, 162, 225 0.7);
  }
}

.pulse {
  animation: pulse 1.5s infinite;
}

.cta-button-main.pulse {
  margin-top: 20px;
  margin-bottom: 20px;
  background: rgb(243, 162, 225);
  transition: all 0.3s ease;
  border-radius: 50rem;
  padding: 1rem 2rem;
}
.cta-button-main.pulse:hover {
    background: rgb(177, 92, 158);

}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  background: #fafafa;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
  content: ' ';
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-clearfix:after {
  clear: both;
}

h1,
h2,
h3 {
  font-weight: bold;
  margin-bottom: 10px;
}

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 10px;
}

h3 {
  font-size: 24px;
  line-height: 28px;
  margin-top: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

.w-embed:before,
.w-embed:after {
  content: ' ';
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-embed:after {
  clear: both;
}

button,
html input[type='button'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.w-container:before,
.w-container:after {
  content: ' ';
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: ' ';
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

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

@media screen and (max-width: 767px) {
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */

/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */

/* .w-lightbox-content */

/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */

/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */

/**
 * 1. Reset if style is set by user on "All Images"
 */

/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */

/**
 * 1. All IE versions add extra space at the bottom without this.
 */

/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */

/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */

/*
 * Utility classes
 */

@media (min-width: 768px) {
  /* .w-lightbox-content */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
html,
body {
  scroll-behavior: smooth;
}

img {
  -webkit-user-drag: none;
  /* Blochează drag & drop pe imagini */
  pointer-events: none;
  /* Dezactivează interacțiunea (doar dacă nu ai nevoie de click pe imagine) */
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

:root {
  --midnight-blue-2: #00237e;
  --black: #2c2c2c;
  --alice-blue: #e4f3fb;
  --tomato: #ff4d4d;
  --midnight-blue: #002565;
  --crimson: #e01e2d;
  --dark-slate-grey: #3e4855;
  --gold: #fde02f;
  --dark-slate-blue: #014e9a;
  --dodger-blue: #278ee7;
  --orange: #ffa200;
  --coral: #fd6d2f;
}

.header-section {
  background-color: var(--midnight-blue-2);
  border-bottom: 2px #222;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
  background: black;
  margin-top: 0.2px;
  display: block;
  padding-left: 25px;
  padding-right: 25px;
}

.heading-container {
  text-align: left;
  margin-top: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  max-width: 270px;
  display: block;
  margin: 0;
}

.header-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.author-text {
  float: left;
  font-family: 'Montserrat', 'Arial', sans-serif;
  line-height: 17px;
  font-size: 12px;
  font-weight: 500;
}

.para-ad {
  color: var(--black);
  letter-spacing: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .para-ad {
    text-align: justify;
  }
}

.author-and-view-div {
  border-top: 1px solid #fde02f;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 11px;
  display: flex;
}

.author-and-view-div._878 {
  border-bottom: 4px solid var(--midnight-blue-2);
  border-top-color: #e01e2d00;
  border-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: -9px;
  margin-top: -3px;
}

.div-block-15 {
  align-items: center;
  display: flex;
}

.left-content-block {
  background-color: #fff;
  width: 100%;
  padding: 14px 0 17px;
}

.breadcrumb {
  color: #000;
  margin-bottom: 0;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
}
.avatar {
  padding-top: 15px;
}
.text-span-39 {
  padding-left: 4px;
  font-family: 'Fa solid 900', sans-serif;
  line-height: 13px;
  color: #e6212a;
  font-size: 11px;
}

.main-heading-ad {
  color: #000;
  letter-spacing: -2px;
  text-transform: none;
  margin-top: 20px;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 44px;
}

.main-heading-ad._44 {
  margin-top: 15px;
}

.main-heading-ad._44._56 {
  letter-spacing: -0.5px;
  text-transform: none;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  color: black;
  padding-bottom: 5px;
}

.wrapper-icon {
  display: flex;
  align-items: center;
  gap: 2px;
}
.line {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.11);
  margin-bottom: 15px;
  position: relative;
}

.ad-container-one {
  justify-content: space-between;
  max-width: 1000px;
  display: block;
}

.div-block-17 {
  padding-left: 8px;
}

.paragraph-div {
  margin-bottom: 15px;
  font-family: 'Montserrat', 'Arial', sans-serif;
}

.hero-section {
  background-color: white;
  padding: 0 25px;
}

.div-block-23 {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.text-span-43 {
  color: var(--midnight-blue-2);
  letter-spacing: 1.5px;
  background-color: #0000;
  border: 1px solid #0000004f;
  border-radius: 0;
  padding: 3px 6px;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 10px;
  text-decoration: none;
  display: inline-block;
}

.body {
  color: #000;
  font-family: 'Montserrat', 'Arial', sans-serif;
}

.heading-8 {
  letter-spacing: 0;
  background-color: #fff;
  border-bottom: 1px #000;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-weight: 400;
  line-height: 38px;
  display: block;
  margin-top: 40px;
  color: black;
  border-left: 7px solid #e6212a;
  padding-left: 15px;
  font-size: 30px;
  line-height: 32px;
}

.logo {
  max-width: 230px;
}

@media screen and (min-width: 480px) {
  .logo {
    max-width: 270px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 992px) {
  .logo {
    max-width: 350px;
  }
}

@media screen and (min-width: 1024px) {
  .logo {
    max-width: 500px;
  }
}

.cta-button-main {
  background-color: #ffc33a;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 280px;
  height: 58px;
  margin-top: 0;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bold-text-11 {
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-weight: 700;
}

.sub-heading-top {
  margin-top: 10px;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  border-top: 1px solid rgba(0, 0, 0, 0.11);
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  padding-top: 10px;
  padding-bottom: 10px;
  font-style: italic;
}

.text-block-3 {
  color: #222;
  font-family: 'Montserrat', 'Arial', sans-serif;
  line-height: 17px;
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
}

.frame-wrapper {
  background: #ffffec;
  border: 1px solid #cacaca;
  padding: 5px 15px 5px;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: 'Montserrat', 'Arial', sans-serif;
}

.frame-container {
  background: var(--black);
  margin-top: -6px;
  padding: 10px;
  text-align: center;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 20px;
  color: white;
  font-weight: 600;
}

.offer-div {
  z-index: 1000;
  border: 5px #da2121;
  border-radius: 0;
  margin-top: 33px;
  position: static;
}

.offer-row-2 {
  background-color: #fff;
  border: 1px solid #cacaca;
  margin-bottom: 15px;
  padding: 15px;
}

.offer-heading {
  margin-top: 0;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 27px;
  line-height: 31px;
  color: black;
  font-weight: 600;
  text-align: center;
}

.para-div-bot {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 25px;
  margin-bottom: -2px;
  padding: 16px 9px;
  display: flex;
  box-shadow: 0 0 5px 1px #00000045;
}

.para-div-bot.q3 {
  border: 1px dashed #000;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 16px;
}

.para-div-bot.q3 p {
  margin-bottom: 0;
}

@media screen and (min-width: 480px) {
  .para-div-bot.q3 {
    font-size: 18px;
    padding: 25px;
  }
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-15 {
  margin-bottom: 15px;
}

.pt-10 {
  padding-top: 10px;
}

.list {
  padding-left: 34px;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 30px;
}

@media screen and (max-width: 991px) {
  .header-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .main-heading-ad {
    font-size: 37px;
    line-height: 42px;
  }

  .main-heading-ad._44._56 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 800 !important;
  }

  .hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sub-heading-top {
    font-size: 24px;
  }

  .offer-heading {
    font-size: 20px;
    line-height: 25px;
  }
}

.heading-container {
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .heading-container {
    max-width: 350px;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .heading-container {
    max-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .heading-container {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .header-section {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 10px 15px;
    display: block;
  }

  .heading-container {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .author-text {
    font-size: 12px;
    line-height: 13px;
  }

  .para-ad {
    font-size: 16px;
    font-weight: 400;
  }

  .left-content-block {
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .breadcrumb {
    font-size: 10px;
    line-height: 14px;
    display: block;
  }

  .main-heading-ad {
    margin-top: 10px;
    font-size: 32px;
    line-height: 36px;
  }

  .main-heading-ad._44 {
    letter-spacing: -1px;
    font-size: 30px;
    font-weight: 800;
    line-height: 35px;
  }

  .main-heading-ad._44._56 {
    margin-bottom: 8px;
    font-size: 25px;
    line-height: 28px;
  }

  .div-block-18 {
    padding-top: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-right: 10px;
  }

  .hero-section {
    height: auto;
    padding: 0 15px 0;
  }

  .text-span-43 {
    font-size: 10px;
    line-height: 10px;
  }

  .heading-8 {
    padding-bottom: 0;
    font-size: 25px;
    font-weight: 900;
    line-height: 34px;
    display: block;
  }

  .cta-button-main {
    height: 52px;
  }

  .sub-heading-top {
    margin-top: 12px;
    font-size: 18px;
    line-height: 24px;
  }

  .offer-row-2 {
    text-align: center;
    padding: 27px 7px 21px;
  }

  .offer-heading {
    font-size: 23px;
    line-height: 25px;
  }

  .para-div-bot {
    padding-top: 14px;
    padding-bottom: 5px;
  }

  .para-div-bot.q3 {
    flex-direction: column;
  }
}

.div-block-18 {
  display: flex;
  gap: 3px;
}

@media screen and (min-width: 340px) {
  .div-block-18 {
    gap: 10px;
  }
}

.hr {
  height: 5px;
  width: 100%;
  background: #e6212a;
  margin-bottom: -1px;
  position: relative;
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading-8 {
  color: black;
  border-left: 5px solid #e6212a;
  padding-left: 10px;
  margin-top: 15px;
  font-size: 24px;
  line-height: 30px;
}

@media screen and (min-width: 992px) {
  .heading-8 {
    font-size: 30px;
    line-height: 32px;
  }
}

.text-underline {
  text-decoration: underline;
  text-decoration-color: #e93930;
  text-decoration-thickness: 3px;
  text-underline-offset: 1px;
  text-decoration-skip-ink: none;
}

.image-content {
  max-width: 500px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .image-content,
  .hr {
    max-width: 400px;
  }
}

.footer {
  background: #191919;
  color: #fff;
  text-align: center;
  padding: 15px;
}
.create_rom_footer {
  max-width: 1000px;
  margin: 0 auto;
}

.create_rom_footer p {
  font-size: 14px;
}

.create_rom_footer a {
  color: rgb(75 168 33) !important;
  text-decoration: none;
}
.create_rom_footer a:hover,
.create_rom_footer a:focus {
  text-decoration: underline;
}
.text-center {
  text-align: center;
}
:root {
  --rd-spinner-font: 'Inter';
  --rd-spinner-gradient-light: #e7bfdf;
  --rd-spinner-gradient-dark: #33349a;
  --rd-spinner-primary: rgb(243 162 225);
  --rd-spinner-primary-hover: rgb(180, 70, 160);
  --rd-spinner-gray: rgb(204, 204, 204);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input,
button {
  font-family: var(--rd-banner-font), sans-serif;
}

.rd-spinner {
  font-family: var(--rd-spinner-font), sans-serif;
  color: white;
  background: linear-gradient(
    180deg,
    var(--rd-spinner-gradient-light),
    var(--rd-spinner-gradient-dark) 100%
  );
  border-radius: 16px;
  max-width: 1087px;
  padding: 40px;
}

.rd-spinner__product {
  flex-shrink: 0;
  width: 260px;
  margin: 0 auto 15px;
}

.rd-spinner__pack {
  display: block;
  width: 100%;
  max-width: 100%;
}

.rd-spinner__title span,
.rd-spinner__subtitle .accent {
  color: rgb(223 6 180);
}

.rd-spinner__title {
  font-size: 34px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}

.rd-spinner__subtitle {
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 35px;
  line-height: 1.4;
}

.rd-spinner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  margin-bottom: 35px;
}

.rd-spinner__content-desc {
  text-align: center;
}

.rd-spinner__text {
  font-size: 16px;
  line-height: 1.5;
}

.rd-spinner__text--accent {
  font-weight: 700;
  text-align: center;
  color: white;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .rd-spinner__text--accent {
    color: rgb(221 125 204);
  }
}

.rd-spinner__button {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background-color: rgb(221 125 204);
  border: none;
  border-radius: 100px;
  cursor: pointer;
  padding: 16px 24px;
  max-width: 315px;
  width: 100%;
  transition: 0.2s ease-in-out;
}

.rd-spinner__button:hover {
  background-color: rgb(180, 70, 160);
}

.rd-spinner__fn {
  text-align: center;
  margin-bottom: 0;
}

.rd-wheel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 100%;
  max-width: 420px;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}

.rd-wheel__img {
  z-index: 1;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url('../images/wheel.png') no-repeat center / contain;
  transition: transform 0.3s ease-out;
}

.rd-wheel__cursor {
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35%;
  aspect-ratio: 1/1;
  background: url('../images/cursor.png') no-repeat center / contain;
}

.rd-wheel__button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(12px, 3.4vw, 18px);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  outline: none;
  border: 1px solid var(--rd-spinner-gray);
  border-radius: 50%;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
  background: rgb(221 125 204);
  width: 50%;
  aspect-ratio: 1/1;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  padding: 6px;
}

.rd-wheel__button:hover {
  background-color: var(--rd-spinner-primary-hover);
}

@media (max-width: 1023px) {
  .rd-spinner {
    padding: 30px;
  }

  .rd-spinner__product {
    width: 240px;
  }

  .rd-spinner__title {
    font-size: 32px;
  }

  .rd-spinner__subtitle {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .rd-spinner__content {
    gap: 26px;
    margin-bottom: 30px;
  }

  .rd-wheel {
    min-width: auto;
  }
}

@media (max-width: 767px) {
  .rd-spinner__content {
    flex-direction: column;
  }

  .rd-spinner__product {
    width: 240px;
  }

  .rd-spinner__title {
    font-size: 30px;
  }

  .rd-spinner__subtitle {
    font-size: 26px;
  }

  .rd-wheel {
    width: 100%;
  }

  .rd-spinner__button {
    display: none;
  }

  .rd-spinner__text--accent {
    margin-bottom: 0;
  }
}

@media (max-width: 639px) {
  .rd-spinner {
    padding: 30px;
  }

  .rd-spinner__product {
    width: 200px;
  }

  .rd-spinner__title {
    font-size: 27px;
  }

  .rd-spinner__subtitle {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .rd-spinner__content {
    margin-bottom: 26px;
  }
}

@media (max-width: 479px) {
  .rd-spinner {
    text-align: center;
    padding: 20px 15px;
  }

  .rd-spinner__content-desc {
    width: 100%;
  }

  .rd-spinner__title {
    font-size: 21px;
    margin-top: 0;
  }

  .rd-spinner__subtitle {
    font-size: 16px;
  }

  .rd-spinner__text--accent {
    font-size: 14px;
  }

  .rd-spinner__fn {
    font-size: 14px;
  }
}
.testimonial_content {
  display: flex;
  gap: 15px;
  margin: 10px auto;
  align-items: center;
}

.testimonial_content img {
  max-width: 40%;
  height: auto;
  border-radius: 5px;
}

.testimonial_content p {
  font-size: 16px;
  font-family: 'Montserrat', 'Arial', sans-serif;
  margin: 0;
}

a:hover,
a:focus {
  text-decoration: none;
}

@media (max-width: 600px) {
  .testimonial_content {
    flex-direction: column;
  }

  .testimonial_content img {
    margin-bottom: 10px;
    margin-bottom: 0px;
    max-width: 100%;
  }
}
:root {
  --rd-form-primary: rgb(243 162 225);
  --rd-form-primary-hover: rgb(180, 70, 160);
  --rd-form-secondary: rgb(27, 27, 77);
  --rd-form-gray: rgba(255, 255, 255, 0.5);
  --rd-form-shadow: rgba(50, 118, 71, 0.1);
}

.rd-order {
  position: relative;
  font-family: 'Inter', sans-serif;
  color: white;
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    var(--rd-spinner-gradient-light),
    var(--rd-spinner-gradient-dark) 100%
  );
  padding: 30px 18px;
  width: 100%;
  max-width: 710px;
}

.rd-order__wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
}

.rd-order__content {
  flex-basis: 330px;
  flex-grow: 1;
}

.rd-order__sale {
  display: inline-block;
  font-size: 38px;
  font-weight: 900;
  color: white;
  background: var(--rd-modal-accent);
  clip-path: polygon(
    100% 100%,
    100% 100%,
    98.854% 98.62%,
    97.634% 97.311%,
    96.338% 96.091%,
    94.965% 94.978%,
    93.513% 93.988%,
    91.979% 93.138%,
    90.363% 92.448%,
    88.662% 91.933%,
    86.875% 91.611%,
    85% 91.5%,
    33.2% 91.5%,
    33.2% 91.5%,
    29.09% 90.883%,
    25.222% 89.034%,
    21.598% 85.96%,
    18.219% 81.663%,
    15.088% 76.15%,
    12.205% 69.425%,
    9.573% 61.492%,
    7.194% 52.358%,
    5.069% 42.025%,
    3.2% 30.5%,
    3.2% 30.5%,
    2.765% 27.351%,
    2.358% 24.208%,
    1.98% 21.077%,
    1.627% 17.964%,
    1.3% 14.875%,
    0.997% 11.816%,
    0.716% 8.793%,
    0.458% 5.812%,
    0.219% 2.879%,
    0% 0%,
    0% 0%,
    1.468% 2.135%,
    3.053% 4.145%,
    4.759% 6.006%,
    6.59% 7.694%,
    8.55% 9.188%,
    10.642% 10.462%,
    12.869% 11.493%,
    15.235% 12.259%,
    17.744% 12.736%,
    20.4% 12.9%,
    69.9% 12.9%,
    69.9% 12.9%,
    70.821% 13.217%,
    72.42% 13.971%,
    74.571% 15.318%,
    77.148% 17.414%,
    80.025% 20.413%,
    83.076% 24.47%,
    86.175% 29.743%,
    89.196% 36.385%,
    92.013% 44.552%,
    94.5% 54.4%,
    94.5% 54.4%,
    95.569% 59.735%,
    96.502% 64.931%,
    97.307% 69.976%,
    97.991% 74.858%,
    98.563% 79.563%,
    99.029% 84.078%,
    99.398% 88.393%,
    99.678% 92.493%,
    99.876% 96.366%,
    100% 100%
  );
  padding: 12px 17px;
  position: absolute;
  top: -17px;
  right: 0;
}

@media screen and (min-width: 1024px) {
  .rd-order__sale {
    padding: 20px 17px;
    top: -45px;
    right: 2px;
  }
}

.rd-order__product {
  position: relative;
  flex-basis: 290px;
}

.rd-order__pack {
  display: block;
  width: 100%;
  max-width: 100%;
}

.rd-order__pack--sale {
  padding-top: 20px;
}

.rd-order .rd-price {
  margin-bottom: 22px;
}

/*Price*/
.rd-price {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.rd-price__item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
}

.rd-price__line {
  display: block;
  flex-shrink: 0;
  width: 1px;
  background-color: white;
}

.rd-price__title {
  font-size: 18px;
  font-weight: 400;
  color: white;
  margin-top: 0;
  margin-bottom: 5px;
}

.rd-price__title--old {
  font-weight: 300;
  color: var(--rd-form-gray);
}

.rd-price__value {
  font-size: 40px;
  font-weight: 400;
}

.rd-price__value--old {
  font-weight: 300;
  color: var(--rd-form-gray);
  text-decoration-line: line-through;
}

/*Form*/
.rd-form {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.rd-form__label,
.rd-form__input {
  width: 100%;
}

.rd-form__input {
  font-size: 18px;
  text-align: center;
  color: var(--rd-form-secondary);
  border-radius: 100px;
  box-shadow: 0 5px 20px 0 var(--rd-form-shadow);
  background: white;
  border: none;
  outline: none;
  padding: 15px 24px;
}

.rd-form__input::placeholder {
  color: var(--rd-form-secondary);
}

.rd-form__button {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: rgb(243 162 225);
  border: none;
  border-radius: 100px;
  outline: none;
  cursor: pointer;
  padding: 15px 24px;
  color: white;
  transition: background-color 0.2s;
}

.rd-form__button:hover {
  background-color: var(--rd-form-primary-hover);
}

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

  .rd-order__wrapper {
    flex-direction: column;
    gap: 15px;
  }

  .rd-order__sale {
    font-size: 28px;
  }

  .rd-order__product {
    flex-basis: auto;
    width: 220px;
  }

  .rd-order__content {
    flex-basis: auto;
    width: 100%;
  }

  .rd-price {
    justify-content: space-evenly;
  }
}

@media (max-width: 479px) {
  .rd-order__product {
    width: 200px;
  }

  .rd-order__sale {
    font-size: 25px;
  }

  .rd-price__title {
    font-size: 14px;
  }

  .rd-price__value {
    font-size: 30px;
  }

  .rd-form__input,
  .rd-form__button {
    font-size: 16px;
  }
}
:root {
  --rd-modal-overlay: rgba(0, 0, 0, 0.8);
  --rd-modal-primary: rgb(27, 27, 77);
  --rd-modal-secondary: rgb(51, 103, 164);
  --rd-modal-accent: rgb(237, 31, 1);
  --rd-modal-accent-hover: rgb(182, 24, 1);
  --rd-modal-gray: rgba(145, 145, 145, 0.5);
  --rd-modal-gradient: linear-gradient(
    180deg,
    var(--rd-modal-secondary),
    var(--rd-modal-primary) 100%
  );
}

/*rd-modal--light - застосовує світлу тему (додати до елементу .rd-modal)*/

/*Dark theme (as default)*/

/*Light theme*/
.rd-order-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow-x: hidden;
  max-width: 1000px;
  width: 100%;
}

.rd-order-container .rd-order {
  display: none;
  position: absolute;
  transform: translateX(100%);
  opacity: 0;
}

/*Animations*/
.slide-out-left {
  will-change: transform, opacity;
  -webkit-animation: slide-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53)
    both;
  animation: slide-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0) skewX(0deg);
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-100%) skewX(20deg);
    transform: translateX(-100%) skewX(20deg);
    opacity: 0;
  }
}

@keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0) skewX(0deg);
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-100%) skewX(20deg);
    transform: translateX(-100%) skewX(20deg);
    opacity: 0;
  }
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100%) skewX(-20deg);
    transform: translateX(100%) skewX(-20deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0) skewX(0deg);
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
}

.slide-in-right {
  will-change: transform, opacity;
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100%) skewX(-20deg);
    transform: translateX(100%) skewX(-20deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0) skewX(0deg);
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
}

.star {
  color: red;
}

.rd_form-note {
  text-align: center;
}
.rd-order__date-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}
.rd-order__date-wrapper p {
  font-size: 16px;
  margin-bottom: 0;
}
@media screen and (min-width: 480px) {
  .rd-order__date-wrapper p {
    font-size: 18px;
  }
}

.no-wrap {
  white-space: nowrap;
}
.accent {
  color: #ec2222;
}

.comment-wrapper {
  background: #fafafa;
  border-radius: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #e2e5e9;
}

@media screen and (min-width: 601px) {
  .comment-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.link {
  font-family: 'Proxima nova' !important;
  line-height: unset;
  padding: 4px 3px 2px 4px;
  color: #333;
  border-radius: 2px;
  font-size: 11px;
  background: #fafafa;
}
.link:hover {
    background: #e8e8e8;
}
.link--red {
  color: #e6212a;
}
.frame {
  background: #f3fff3;
  border: 1px solid #cacaca;
  padding: 5px 15px 5px;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: 'Montserrat', 'Arial', sans-serif;
}

.scroll {
  max-width: 40px;
  transform: translateX(0);
  animation: moving 2s infinite;
  margin: 0 auto;
}

@keyframes moving {
  0% {
    transform: translateX(10px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(10px);
  }
}

.wrapper-chart {
  display: flex;
  flex-direction: column;
}

.wrapper-image {
  width: 100%;
  margin: 0 auto;
  overflow-x: scroll;
}

@media screen and (max-width: 529px) {
  .wrapper-image > img {
    width: 500px;
    max-width: none;
    margin: 0 auto;
  }
}

@media screen and (min-width: 530px) {
  .wrapper-image + .scroll {
    display: none;
  }
  .wrapper-image {
    overflow: auto;
    max-width: 500px;
  }
  .wrapper-image img {
    max-width: 500px;
  }
}

.date {
  color: #000;
  font-size: 14px;
  display: block;
  padding-top: 5px;
}

.user-name {
  font-weight: bold;
  font-size: 16px;
}

.rom_center {
  line-height: 22px;
}
.arrow {
  float: right;
  margin-top: 20px;
  font-size: 30px;
  font-weight: 600;
}
.dots {
  float: right;
  margin-top: 15px;
  font-size: 27px;
  font-weight: 600;
}
.frame p {
  text-align: left;
}

.icon {
  width: 15px;
  padding-bottom: 2px;
}

.comment-image-wrapper {
  max-width: 350px;
}
.text-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 375px) {
  .breadcrumb, .breadcrumb a {
    width: 100%;
    text-align: center;
  }
  .breadcrumb:last-child {
    display: none;
  }
  .author-and-view-div {
    flex-wrap: wrap;
  }
  .div-block-18 {
    width: 100%;
    margin-left: 58px;
  }
}
.avatar {
  filter: blur(2px);
}

@media screen and (max-width: 479px) {
  .heading-8 {
    font-size: 21px;
    line-height: 1.2;
  }
}