@charset "UTF-8";

/* 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: "arima";
  font-display: swap;
  src: url("/cJWCPr__fonts/cJWCPr__arima-bold.woff2") format("woff2"), url("/cJWCPr__fonts/cJWCPr__arima-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

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

:root {
  --container-width: 1440px;
  --container-padding: 100px;
  --container-padding-tablet: 16px;
  --section-padding-block: 80px;
  --section-padding-block-mobile: 70px;
  --background: #E6EFFF;
  --font-color: #1F2636;
  --font-size: clamp(0.875rem, 0.8533653846rem + 0.0961538462vw, 0.9375rem);
  --font-family: arima, 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;
  --btn-font-size: 1rem;
  --btn-font-weight: 700;
  --btn-padding: 0.907em 2.5em;
  --btn-bg: linear-gradient(45deg, #4D88FF 0%, #104CC6 20%, #3c7dff 50%, #104CC6 85%, #4D88FF 100%);
  --btn-color: #ffffff;
  --btn-color-hover: var(--btn-color);
  --btn-radius: 2rem;
  --btn-transition: all 0.2s ease-in-out;
  --btn-shadow: 0 0 4px 0 #2873C7;
  --btn-shadow-hover: var(--btn-shadow);
}

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

h1,
.cJWCPr__h1 {
  font-size: clamp(1rem, 0.5673076923rem + 1.9230769231vw, 2.25rem);
}

h2,
.cJWCPr__h2 {
  font-size: clamp(1.375rem, 1.3317307692rem + 0.1923076923vw, 1.5rem);
}

h3,
.cJWCPr__h3 {
  font-size: clamp(1.125rem, 1.0817307692rem + 0.1923076923vw, 1.25rem);
}

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 {
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  color: inherit;
}

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

.cJWCPr__no-scroll {
  overflow: hidden;
}

.cJWCPr__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;
}

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

.cJWCPr__items .cJWCPr__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: 20px;
  width: 100%;
}

.cJWCPr__terms .cJWCPr__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;
}

.cJWCPr__terms ul li,
.cJWCPr__ul-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cJWCPr__terms ul li:before,
.cJWCPr__ul-list li:before {
  content: "•";
  margin-inline: 8px;
}

.cJWCPr__terms ol,
.cJWCPr__ol-list {
  counter-reset: item;
}

.cJWCPr__terms ol li,
.cJWCPr__ol-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: item;
}

.cJWCPr__terms ol li::before,
.cJWCPr__ol-list li::before {
  content: counter(item) ".";
  margin-inline: 8px;
}

.cJWCPr__main section,
.cJWCPr__main .cJWCPr__section {
  padding-block: var(--section-padding-block);
}

button,
.btn {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
}

.btn {
  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);
  text-decoration: none;
  padding: var(--btn-padding);
  color: var(--btn-color);
  background: var(--btn-bg);
  border-radius: var(--btn-radius);
  -webkit-box-shadow: var(--btn-shadow);
  box-shadow: var(--btn-shadow);
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 180px;
  min-height: 51px;
  border: 3px solid #897CFF;
}

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

.cJWCPr__center {
  text-align: center;
}

.cJWCPr__center .btn {
  margin-inline: auto;
}

.cJWCPr__bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0))), url("/cJWCPr__img/cJWCPr__banner.avif");
  background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)), url("/cJWCPr__img/cJWCPr__banner.avif");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}				.cJWCPr__avif .cJWCPr__bg {					background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)), url("/cJWCPr__img/cJWCPr__banner.avif")				}							.cJWCPr__avif .cJWCPr__bg {					background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0))), url("/cJWCPr__img/cJWCPr__banner.avif")				}			

.cJWCPr__dashed {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%230065FFFF' stroke-width='3' stroke-dasharray='7%2c 15' stroke-dashoffset='1' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 5px;
  background-color: rgba(0, 101, 255, 0.1);
  padding: 10px 20px;
}

.cJWCPr__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;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.cJWCPr__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;
  overflow-y: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-block: 20px;
}

.cJWCPr__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;
  margin-block: auto;
}

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

.cJWCPr__modal-content h2 {
  text-align: center;
}

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

body.cJWCPr__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);
  }
}

.cJWCPr__checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cJWCPr__checkbox-container input[type=checkbox] {
  margin-right: 8px;
}

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

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  position: relative;
  margin-inline: auto;
  max-width: 820px;
}

form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

input,
textarea {
  border-radius: 10px;
  background: #D1DCEF;
  padding: 16px;
}

input:focus,
textarea:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: rgba(31, 38, 54, 0.7);
}

::-moz-placeholder {
  color: rgba(31, 38, 54, 0.7);
}

:-ms-input-placeholder {
  color: rgba(31, 38, 54, 0.7);
}

::-ms-input-placeholder {
  color: rgba(31, 38, 54, 0.7);
}

::placeholder {
  color: rgba(31, 38, 54, 0.7);
}

textarea {
  resize: none;
  overflow: hidden;
}

.cJWCPr__warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: clamp(0.75rem, 0.7067307692rem + 0.1923076923vw, 0.875rem);
  background: #ECFBFB;
  border-left: 4px solid #335D48;
  color: #335D48 !important;
  text-align: center;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cJWCPr__warning::before {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23335D48' d='M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M16.2,10.3l-4.8,4.8c-0.4,0.4-1,0.4-1.4,0l0,0l-2.2-2.2c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0c0,0,0,0,0,0l1.5,1.5l4.1-4.1c0.4-0.4,1-0.4,1.4,0C16.6,9.3,16.6,9.9,16.2,10.3z'/%3E%3C/svg%3E") no-repeat center/contain;
  margin-top: -2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cJWCPr__warning::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#ECFBFB), to(#335D48));
  background: linear-gradient(to right, #ECFBFB, #335D48);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.cJWCPr__warning.cJWCPr__active {
  max-height: 100px;
  opacity: 1;
  padding: 16px 10px;
}

.cJWCPr__warning.cJWCPr__active::after {
  -webkit-animation: progress 4.9s linear forwards;
  animation: progress 4.9s linear forwards;
}

@-webkit-keyframes progress {
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes progress {
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.cJWCPr__item.cJWCPr__img,
.cJWCPr__img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 350px;
  width: 100%;
  margin-inline: auto;
  border-radius: 20px;
}

.cJWCPr__item.cJWCPr__wrapper,
.cJWCPr__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;
  background: #D1DCEF;
}

/* Blocks */

section.cJWCPr__banner {
  padding-block: 10px;
}

section.cJWCPr__banner .cJWCPr__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.cJWCPr__banner .cJWCPr__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

section.cJWCPr__banner .cJWCPr__advantages li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px 10px;
  font-weight: 700;
  line-height: 1.5;
}

section.cJWCPr__banner .cJWCPr__advantages li::before {
  content: "";
  width: 24px;
  aspect-ratio: 1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

section.cJWCPr__banner .cJWCPr__advantages li:nth-child(1)::before {
  background-image: url("/cJWCPr__img/cJWCPr__icon-mail.svg");
}

section.cJWCPr__banner .cJWCPr__advantages li:nth-child(2)::before {
  background-image: url("/cJWCPr__img/cJWCPr__icon-shield.svg");
}

section.cJWCPr__banner .cJWCPr__advantages li:nth-child(3)::before {
  background-image: url("/cJWCPr__img/cJWCPr__icon-present.svg");
}

.cJWCPr__contacts .cJWCPr__items {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cJWCPr__contacts .cJWCPr__img {
  background-image: url("./../cJWCPr__img/cJWCPr__contacts-img.avif");
}				.cJWCPr__avif .cJWCPr__contacts .cJWCPr__img {					background-image: url("./../cJWCPr__img/cJWCPr__contacts-img.avif")				}			

.cJWCPr__footer {
  margin-top: auto;
  padding-block: 70px;
  background: #002A5E;
  color: #FFF;
}

.cJWCPr__footer .cJWCPr__container {
  gap: 40px;
}

.cJWCPr__footer .cJWCPr__items {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cJWCPr__footer .cJWCPr__items .cJWCPr__item {
  gap: 10px;
}

.cJWCPr__footer a:hover {
  opacity: 0.6;
}

.cJWCPr__footer p > a {
  font-weight: 700;
}

.cJWCPr__footer .cJWCPr__link {
  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: 40px 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cJWCPr__footer .cJWCPr__age {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: default;
  font-size: 36px;
  font-weight: 700;
}

.cJWCPr__footer .cJWCPr__regulations {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 50px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.cJWCPr__footer .cJWCPr__regulations img {
  width: 100%;
  height: 100%;
  max-width: 171px;
  -o-object-fit: contain;
  object-fit: contain;
}

.cJWCPr__header {
  padding-block: 12px;
  border-bottom: 1px solid #EBF3FE;
  background: #FFF;
}

.cJWCPr__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;
}

.cJWCPr__header__nav {
  display: contents;
}

.cJWCPr__header .cJWCPr__nav__list {
  display: contents;
}

.cJWCPr__header .cJWCPr__nav__list a {
  font-size: 13px;
  padding-block: 2px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cJWCPr__header .cJWCPr__nav__list a:hover::after,
.cJWCPr__header .cJWCPr__nav__list a.cJWCPr__active::after {
  width: 6px;
  margin-top: 2px;
}

.cJWCPr__header .cJWCPr__nav__list a.cJWCPr__active {
  pointer-events: none;
}

.cJWCPr__header .cJWCPr__nav__list a::after {
  content: "";
  aspect-ratio: 1;
  background-color: #3b66f5;
  border-radius: 50%;
  width: 0;
  -webkit-transition: inherit;
  transition: inherit;
}

.cJWCPr__header .cJWCPr__age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  max-width: 32ch;
}

.cJWCPr__header .cJWCPr__age::before {
  pointer-events: none;
  content: "21+";
  border-radius: 50%;
  background: #0065FF;
  width: 32px;
  height: 32px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 13px;
  color: #FFF;
}

.cJWCPr__logo {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cJWCPr__logo img {
  width: 186px;
  aspect-ratio: 3.2065/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.cJWCPr__mobile-nav {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.cJWCPr__mobile-nav--open {
  top: 0;
}

.cJWCPr__mobile-nav a {
  color: #fff;
}

.cJWCPr__mobile-nav__list {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
  font-size: 28px;
  text-align: center;
}

/* Nav Icon */

.cJWCPr__mobile-nav-btn {
  --time: 0.1s;
  --width: 28px;
  --height: 30px;
  --line-height: 3px;
  --spacing: 5px;
  --color: var(--font-color);
  --radius: 4px;
  /* Fixed height and width */
  /* height: var(--height); */
  /* width: var(--width); */
  /* Dynamic height and width */
  height: calc(var(--line-height) * 2 + var(--spacing) * 4);
  width: var(--width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cJWCPr__nav-icon {
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
  border-radius: var(--radius);
}

.cJWCPr__nav-icon::before,
.cJWCPr__nav-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  border-radius: var(--radius);
  background-color: var(--color);
  -webkit-transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: transform var(--time) ease-in, top var(--time) linear var(--time);
  transition: transform var(--time) ease-in, top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
}

.cJWCPr__nav-icon::before {
  /* top: calc(var(--line-height) * -2); */
  top: calc(-1 * (var(--line-height) + var(--spacing)));
}

.cJWCPr__nav-icon::after {
  /* top: calc(var(--line-height) * 2); */
  top: calc(var(--line-height) + var(--spacing));
}

.cJWCPr__nav-icon.cJWCPr__nav-icon--active {
  background-color: transparent;
}

.cJWCPr__nav-icon.cJWCPr__nav-icon--active::before,
.cJWCPr__nav-icon.cJWCPr__nav-icon--active::after {
  top: 0;
  -webkit-transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time), -webkit-transform var(--time) ease-in var(--time);
  background-color: #fff;
}

.cJWCPr__nav-icon.cJWCPr__nav-icon--active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cJWCPr__nav-icon.cJWCPr__nav-icon--active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Layout */

.cJWCPr__mobile-nav-btn {
  z-index: 999;
  display: none;
}

.cJWCPr__text .cJWCPr__img {
  background-image: url("/cJWCPr__img/cJWCPr__about-img.avif");
  -webkit-box-flex: 0.6;
  -ms-flex: 0.6;
  flex: 0.6;
  height: 600px;
}				.cJWCPr__avif .cJWCPr__text .cJWCPr__img {					background-image: url("/cJWCPr__img/cJWCPr__about-img.avif")				}			

.cJWCPr__text .cJWCPr__list-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cJWCPr__text .cJWCPr__dashed {
  border-radius: 100px;
}

.cJWCPr__text-blue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 102, 255, 0.85)), to(rgba(0, 102, 255, 0.85))), url("/cJWCPr__img/cJWCPr__text-bg.avif");
  background-image: linear-gradient(rgba(0, 102, 255, 0.85), rgba(0, 102, 255, 0.85)), url("/cJWCPr__img/cJWCPr__text-bg.avif");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFF;
}				.cJWCPr__avif .cJWCPr__text-blue {					background-image: linear-gradient(rgba(0, 102, 255, 0.85), rgba(0, 102, 255, 0.85)), url("/cJWCPr__img/cJWCPr__text-bg.avif")				}							.cJWCPr__avif .cJWCPr__text-blue {					background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 102, 255, 0.85)), to(rgba(0, 102, 255, 0.85))), url("/cJWCPr__img/cJWCPr__text-bg.avif")				}			

.cJWCPr__text-blue .cJWCPr__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
}

.cJWCPr__text-blue .cJWCPr__list-link li:not(:first-child):before {
  content: "•";
  margin-inline: 6px;
}

.cJWCPr__text-blue .cJWCPr__list-link a {
  text-decoration: underline;
}

.cJWCPr__section.cJWCPr__top {
  padding-block: 20px;
}

.cJWCPr__section.cJWCPr__top .cJWCPr__top-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 295px));
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
}

.cJWCPr__section.cJWCPr__top .cJWCPr__top-list > li {
  display: contents;
}

.cJWCPr__section.cJWCPr__top .cJWCPr__article {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #002A5E;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding: 15px;
  position: relative;
  text-align: center;
  color: #fff;
  width: 100%;
  height: auto;
  max-width: 400px;
  min-height: 339px;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.cJWCPr__section.cJWCPr__top .cJWCPr__label {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100px;
  background: #CD0BD0;
  -webkit-box-shadow: 0 0 10px 0 rgba(226, 34, 244, 0.6), 100px 100px 100px 100px #F022F4 inset;
  box-shadow: 0 0 10px 0 rgba(226, 34, 244, 0.6), 100px 100px 100px 100px #F022F4 inset;
  color: #fff;
  font-weight: 700;
  font-size: clamp(0.6875rem, 0.6442307692rem + 0.1923076923vw, 0.8125rem);
  text-transform: capitalize;
  padding: 5.5px 12px;
  text-wrap: nowrap;
  z-index: 2;
}

.cJWCPr__section.cJWCPr__top .cJWCPr__img-container {
  width: 100%;
  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;
  padding-top: 16px;
}

.cJWCPr__section.cJWCPr__top .cJWCPr__img-container img {
  width: 100%;
  max-width: 200px;
  height: 52px;
  -o-object-fit: contain;
  object-fit: contain;
}

.cJWCPr__section.cJWCPr__top .cJWCPr__bonus-container {
  text-align: center;
}

.cJWCPr__section.cJWCPr__top .cJWCPr__bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: clamp(1rem, 0.9783653846rem + 0.0961538462vw, 1.0625rem);
  max-width: 20ch;
  text-transform: uppercase;
  text-wrap: pretty;
}

.cJWCPr__section.cJWCPr__top .cJWCPr__rating {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.cJWCPr__section.cJWCPr__top .cJWCPr__rating-value {
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cJWCPr__section.cJWCPr__top .cJWCPr__rating-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.cJWCPr__section.cJWCPr__top .cJWCPr__rating-bar::before {
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  height: 6px;
  border-radius: 100px;
  background: -webkit-gradient(linear, right top, left top, from(#FF5900), to(#263B6C));
  background: linear-gradient(270deg, #FF5900 0%, #263B6C 100%);
}

.cJWCPr__section.cJWCPr__top .cJWCPr__rating-bar::after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M14.0007 5.42843L9.16367 4.7258L7.00067 0.342926L4.83767 4.7258L0.000671387 5.42843L3.50067 8.84005L2.67467 13.6569L7.00067 11.3828L11.3267 13.6569L10.5007 8.84005L14.0007 5.42843Z' fill='%23FF5900'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cJWCPr__section.cJWCPr__top .cJWCPr__top-list > li:nth-child(n+4) .cJWCPr__rating-bar::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 16' fill='none'%3E%3Cpath d='M15.0746 6.21532L10.2376 5.5127L8.07458 1.12982L5.91158 5.5127L1.07458 6.21532L4.57458 9.62695L3.74858 14.4438L8.07458 12.1697L12.4006 14.4438L11.5746 9.62695L15.0746 6.21532Z' fill='%23FF5900' fill-opacity='0.15' stroke='%23FF5900'/%3E%3C/svg%3E");
}

.cJWCPr__section.cJWCPr__top .cJWCPr__online {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}

.cJWCPr__section.cJWCPr__top .cJWCPr__online::before {
  content: "";
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #0F8;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cJWCPr__section.cJWCPr__top .btn-container {
  width: 100%;
  margin-top: auto;
}

.cJWCPr__section.cJWCPr__top .btn {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.cJWCPr__section.cJWCPr__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;
}

.cJWCPr__section.cJWCPr__top .cJWCPr__pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-block: 5px;
}

.cJWCPr__section.cJWCPr__top .cJWCPr__pay img {
  width: 25px;
  aspect-ratio: 1.562/1;
  border-radius: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cJWCPr__section.cJWCPr__top .cJWCPr__license {
  font-size: 10px;
  opacity: 0.8;
  max-width: 26ch;
}

@-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);
  }
}

@media (max-width: 1440px) {
  .cJWCPr__section.cJWCPr__top .cJWCPr__top-list {
    grid-template-columns: repeat(2, minmax(200px, 400px));
    gap: 10px;
  }
}

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

  .cJWCPr__header {
    padding-block: 6px;
  }

  .cJWCPr__header__nav {
    display: none;
  }

  .cJWCPr__header .cJWCPr__age {
    display: none;
  }

  .cJWCPr__mobile-nav-btn {
    display: block;
  }
}

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

  .cJWCPr__main section,
  .cJWCPr__main .cJWCPr__section {
    padding-block: var(--section-padding-block-mobile);
  }

  .btn {
    width: 100%;
    margin-inline: auto;
    max-width: 420px;
  }

  .cJWCPr__modal-content {
    padding: 12px;
  }

  .cJWCPr__item.cJWCPr__img,
  .cJWCPr__img {
    max-width: 500px;
  }

  section.cJWCPr__banner {
    padding-block: 10px;
  }

  section.cJWCPr__banner p {
    display: none;
  }

  section.cJWCPr__banner .cJWCPr__advantages {
    gap: 5px;
    margin-top: -16px;
  }

  section.cJWCPr__banner .cJWCPr__advantages li {
    padding: 5px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 120px;
    font-size: 11px;
  }

  section.cJWCPr__banner .cJWCPr__advantages li::before {
    width: 16px;
  }

  .cJWCPr__footer .cJWCPr__link {
    gap: 40px;
  }

  .cJWCPr__logo img {
    width: 120px;
  }

  .cJWCPr__text .cJWCPr__dashed {
    max-width: 331px;
    width: 100%;
  }

  .cJWCPr__section.cJWCPr__top {
    padding-block: 5px;
  }

  .cJWCPr__section.cJWCPr__top .cJWCPr__top-list {
    grid-template-columns: minmax(200px, 400px);
    gap: 5px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover,
  .btn:focus-visible {
    color: var(--btn-color-hover);
    -webkit-box-shadow: var(--btn-shadow-hover);
    box-shadow: var(--btn-shadow-hover);
    border-color: #FFF;
    background-position-y: -45px;
  }
}

@media (hover: hover) {
  .cJWCPr__section.cJWCPr__top .cJWCPr__article:hover {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4), 50px 82px 120px -100px rgba(241, 34, 244, 0.75) inset;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4), 50px 82px 120px -100px rgba(241, 34, 244, 0.75) inset;
  }
}