@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: "inter";
  font-display: swap;
  src: url("/cJBof4__fonts/cJBof4__inter-regular.woff2") format("woff2"), url("/cJBof4__fonts/cJBof4__inter-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "inter";
  font-display: swap;
  src: url("/cJBof4__fonts/cJBof4__inter-semibold.woff2") format("woff2"), url("/cJBof4__fonts/cJBof4__inter-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 120px;
  --container-padding-tablet: 16px;
  --section-padding-block: 20px;
  --section-padding-block-mobile: 20px;
  --background: #B0C2F2;
  --font-color: #0C0C0C;
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: inter, 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: 1.013em 1em 0.8em 1em;
  --btn-bg: #C53056;
  --btn-bg-hover: var(--btn-bg);
  --btn-color: #ffffff;
  --btn-color-hover: var(--btn-color);
  --btn-radius: .4rem;
  --btn-transition: all 0.2s ease-in-out;
  --btn-shadow: inset 0px 30px 30px 10px #C53056, inset 0px -100px 30px -80px #FF255B, 0 0 14px 0 rgba(73, 150, 240, 0.40);
  --btn-shadow-hover: inset 0px 30px 30px 10px #FF255B, inset 0px -100px 30px -80px #FF255B, 0 0 14px 0 rgba(73, 150, 240, 0.40);
  --main-color: #2A74D6;
  --color-white: #FFF;
}

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

h1,
.cJBof4__h1 {
  font-size: clamp(1.25rem, 0.8822115385rem + 1.6346153846vw, 2.3125rem);
}

h2,
.cJBof4__h2 {
  font-size: clamp(1.375rem, 1.0721153846rem + 1.3461538462vw, 2.25rem);
}

h3,
.cJBof4__h3 {
  font-size: clamp(1.125rem, 0.8653846154rem + 1.1538461538vw, 1.875rem);
  color: #2261B4;
  margin-bottom: -10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0049E6), to(#002980));
  background: linear-gradient(180deg, #0049E6 0%, #002980 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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: 500;
  line-height: 1;
}

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

strong {
  font-weight: 700;
}

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

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

.cJBof4__no-scroll {
  overflow: hidden;
}

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

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

.cJBof4__items .cJBof4__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%;
}

.cJBof4__terms .cJBof4__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;
}

.cJBof4__terms li,
.cJBof4__ul-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cJBof4__terms li:before,
.cJBof4__ul-list li:before {
  content: "•";
  margin-inline: 8px;
}

.cJBof4__main {
  padding-block: 10px;
}

.cJBof4__main section,
.cJBof4__main .cJBof4__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-color: 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: 132px;
  min-height: 47px;
}

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

.cJBof4__center {
  text-align: center;
}

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

.cJBof4__bg {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("/cJBof4__img/cJBof4__banner.avif");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url("/cJBof4__img/cJBof4__banner.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}				.cJBof4__avif .cJBof4__bg {					background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url("/cJBof4__img/cJBof4__banner.avif")				}							.cJBof4__avif .cJBof4__bg {					background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("/cJBof4__img/cJBof4__banner.avif")				}			

.cJBof4__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%;
}

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

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

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

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

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

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

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

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

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

.cJBof4__item.cJBof4__wrapper,
.cJBof4__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: 30px;
  padding: 36px;
  border-radius: 18px;
  background: #FFF;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.12);
  cursor: default;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  will-change: transform;
}

.cJBof4__item.cJBof4__wrapper--blue,
.cJBof4__wrapper--blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#0049E6), to(#002980));
  background: linear-gradient(180deg, #0049E6 0%, #002980 100%);
  color: var(--color-white);
}

.cJBof4__item.cJBof4__wrapper--blue h1,
.cJBof4__item.cJBof4__wrapper--blue .cJBof4__h1,
.cJBof4__item.cJBof4__wrapper--blue h2,
.cJBof4__item.cJBof4__wrapper--blue .cJBof4__h2,
.cJBof4__item.cJBof4__wrapper--blue h3,
.cJBof4__item.cJBof4__wrapper--blue .cJBof4__h3,
.cJBof4__wrapper--blue h1,
.cJBof4__wrapper--blue .cJBof4__h1,
.cJBof4__wrapper--blue h2,
.cJBof4__wrapper--blue .cJBof4__h2,
.cJBof4__wrapper--blue h3,
.cJBof4__wrapper--blue .cJBof4__h3 {
  color: var(--color-white);
}

.cJBof4__item.cJBof4__wrapper--blue h3,
.cJBof4__item.cJBof4__wrapper--blue .cJBof4__h3,
.cJBof4__wrapper--blue h3,
.cJBof4__wrapper--blue .cJBof4__h3 {
  -webkit-text-fill-color: initial;
  background: none;
}

/* Blocks */

.cJBof4__banner {
  padding-block: 10px;
  color: #FFF;
}

.cJBof4__banner .cJBof4__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cJBof4__banner .cJBof4__descr {
  border-radius: 16px;
  background: #F6FF00;
  padding: 10px 24px;
  font-size: 12px;
  margin-bottom: -4px;
  color: #0C0C0C;
  font-weight: 700;
}

.cJBof4__banner h1 {
  max-width: 26ch;
}

.cJBof4__banner .cJBof4__inner,
.cJBof4__banner .cJBof4__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 20px;
}

.cJBof4__banner .cJBof4__inner {
  -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;
}

.cJBof4__banner .cJBof4__advantages {
  font-size: clamp(0.5625rem, 0.4543269231rem + 0.4807692308vw, 0.875rem);
  text-transform: uppercase;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cJBof4__banner .cJBof4__advantages li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  text-wrap: nowrap;
}

.cJBof4__banner .cJBof4__advantages li::before {
  content: "";
  width: 40px;
  aspect-ratio: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.cJBof4__banner .cJBof4__advantages li:nth-child(1)::before {
  background-image: url("/cJBof4__img/cJBof4__icon-shield.svg");
}

.cJBof4__banner .cJBof4__advantages li:nth-child(2)::before {
  background-image: url("/cJBof4__img/cJBof4__icon-lock.svg");
}

.cJBof4__banner .cJBof4__advantages li:nth-child(3)::before {
  background-image: url("/cJBof4__img/cJBof4__icon-lighting.svg");
}

.cJBof4__footer {
  margin-top: auto;
  padding-block: 50px;
  background: #0C0C0C;
  font-size: 12px;
  color: #E8E8E8;
}

.cJBof4__footer a:hover {
  opacity: 0.6;
}

.cJBof4__footer .cJBof4__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: 30px 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: uppercase;
}

.cJBof4__footer .cJBof4__age {
  width: 40px;
  aspect-ratio: 1;
  cursor: default;
  background-image: url("/cJBof4__img/cJBof4__21-plus.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-inline: auto;
}

.cJBof4__footer .cJBof4__regulations a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  gap: 20px 60px;
  font-size: 19px;
  line-height: 1.2;
}

.cJBof4__footer .cJBof4__regulations a img {
  width: 100%;
  height: 100%;
  max-width: 171px;
}

.cJBof4__header {
  padding-block: 18px 14px;
  border-bottom: 1px solid #50B0FF;
  background: #0C0C0C;
  position: relative;
  z-index: 999;
  color: #fff;
}

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

.cJBof4__header .cJBof4__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.cJBof4__header a:hover {
  opacity: 0.7;
}

.cJBof4__logo {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  line-height: 0.8;
}

.cJBof4__logo img {
  width: 38px;
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

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

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

.cJBof4__mobile-nav {
  color: #fff;
}

.cJBof4__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 */

.cJBof4__mobile-nav-btn {
  --time: 0.1s;
  --width: 36px;
  --height: 30px;
  --line-height: 3px;
  --spacing: 5px;
  --color: #FFF;
  --radius: 4px;
  /* Fixed height and width */
  /* height: var(--height); */
  /* width: var(--width); */
  /* Dynamic height and width */
  height: calc(var(--line-height) * 2 + var(--spacing) * 3);
  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;
}

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

.cJBof4__nav-icon::before,
.cJBof4__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;
}

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

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

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

.cJBof4__nav-icon.cJBof4__nav-icon--active::before,
.cJBof4__nav-icon.cJBof4__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;
}

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

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

/* Layout */

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

.cJBof4__text .cJBof4__container {
  gap: 10px;
}

.cJBof4__text ol {
  list-style: none;
}

.cJBof4__text .cJBof4__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-block: -12px;
}

.cJBof4__text .cJBof4__time::before {
  content: "";
  width: 50px;
  aspect-ratio: 1;
  background-image: url("/cJBof4__img/cJBof4__icon-time.avif");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}				.cJBof4__avif .cJBof4__text .cJBof4__time::before {					background-image: url("/cJBof4__img/cJBof4__icon-time.avif")				}			

.cJBof4__top {
  color: var(--color-white);
}

.cJBof4__top li:nth-of-type(2) .cJBof4__stars li:nth-last-child(1) img,
.cJBof4__top li:nth-of-type(4) .cJBof4__stars li:nth-last-child(2) img,
.cJBof4__top li:nth-of-type(6) .cJBof4__stars li:nth-last-child(3) img,
.cJBof4__top li:nth-of-type(8) .cJBof4__stars li:nth-last-child(4) img,
.cJBof4__top li:nth-of-type(10) .cJBof4__stars li:nth-last-child(5) img {
  content: url(/cJBof4__img/cJBof4__icon-star-50.svg);
}

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

.cJBof4__top .cJBof4__top-list {
  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;
}

.cJBof4__top .cJBof4__article {
  border-radius: 16px;
  border: 1px solid #50B0FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#0049E6), to(#002980));
  background: linear-gradient(180deg, #0049E6 0%, #002980 100%);
  -webkit-box-shadow: 0 0 14px 0 #4996F0;
  box-shadow: 0 0 14px 0 #4996F0;
  display: grid;
  grid-template-columns: minmax(0, 258px) minmax(0, 240px) 122px minmax(0, 262px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  padding: 17px 24px;
  margin-inline: auto;
  width: 100%;
  min-height: 140px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  will-change: transform;
}

.cJBof4__top .cJBof4__label {
  position: absolute;
  top: 0;
  left: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 6px;
  background: #F6FF00;
  -webkit-box-shadow: 0 0 4px 0 #FFD700;
  box-shadow: 0 0 4px 0 #FFD700;
  padding: 6px 20px;
  color: var(--font-color);
  font-weight: 700;
  font-size: clamp(0.625rem, 0.5384615385rem + 0.3846153846vw, 0.875rem);
}

.cJBof4__top .cJBof4__img-container,
.cJBof4__top .cJBof4__bonus-container,
.cJBof4__top .btn-container,
.cJBof4__top .cJBof4__rating {
  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: 10px;
}

.cJBof4__top .cJBof4__img-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.cJBof4__top .cJBof4__img-container img {
  width: 100%;
  height: 70px;
  max-width: 205px;
  -o-object-fit: contain;
  object-fit: contain;
}

.cJBof4__top .cJBof4__rating span {
  font-size: clamp(1.375rem, 0.9423076923rem + 1.9230769231vw, 2.625rem);
  margin-bottom: -2px;
}

.cJBof4__top .cJBof4__stars,
.cJBof4__top .cJBof4__pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  width: 100%;
}

.cJBof4__top .cJBof4__pay {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.cJBof4__top .cJBof4__pay img {
  width: 20px;
  aspect-ratio: 1;
}

.cJBof4__top .cJBof4__stars {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cJBof4__top .cJBof4__stars img {
  width: 22px;
  aspect-ratio: 1;
}

.cJBof4__top .cJBof4__bonus-container,
.cJBof4__top .btn-container {
  width: 100%;
}

.cJBof4__top .cJBof4__bonus {
  font-size: clamp(0.75rem, 0.5769230769rem + 0.7692307692vw, 1.25rem);
}

.cJBof4__top .btn {
  width: 100%;
  position: relative;
  position: relative;
  z-index: 0;
}

.cJBof4__top .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  outline: 6px solid #FF255B;
  -webkit-animation: pulse 3.6s ease-out infinite;
  animation: pulse 3.6s ease-out infinite;
  z-index: -1;
  will-change: transform;
  pointer-events: none;
}

.cJBof4__top .cJBof4__license {
  font-size: clamp(0.5rem, 0.4134615385rem + 0.3846153846vw, 0.75rem);
}

.cJBof4__top .cJBof4__online {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: clamp(0.75rem, 0.6634615385rem + 0.3846153846vw, 1rem);
}

.cJBof4__top .cJBof4__online::before,
.cJBof4__top .cJBof4__online::after {
  content: "";
  aspect-ratio: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cJBof4__top .cJBof4__online::before {
  width: 16px;
  background-image: url("/cJBof4__img/cJBof4__icon-people.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.cJBof4__top .cJBof4__online::after {
  width: 6px;
  background-color: #F6FF00;
  border-radius: 50%;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  40% {
    -webkit-transform: scale(1.05, 1.25);
    transform: scale(1.05, 1.25);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  40% {
    -webkit-transform: scale(1.05, 1.25);
    transform: scale(1.05, 1.25);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@media (min-width: 820px) {
  .cJBof4__top .cJBof4__stars {
    margin-top: -8px;
  }

  .cJBof4__top .cJBof4__online::after {
    display: none;
  }
}

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

  .cJBof4__header {
    padding-block: 12px 8px;
  }

  .cJBof4__header__nav {
    display: none;
  }

  .cJBof4__logo span {
    display: none;
  }

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

  .cJBof4__top .cJBof4__article {
    max-width: 981px;
  }
}

@media (max-width: 820px) {
  h1,
  .cJBof4__h1 {
    text-wrap: balance;
  }

  .cJBof4__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cJBof4__main section,
  .cJBof4__main .cJBof4__section {
    padding-block: var(--section-padding-block-mobile);
  }

  .btn {
    width: 100%;
    margin-inline: auto;
    max-width: 420px;
    padding: 0.6em 1em;
    min-height: 39px;
  }

  .cJBof4__modal-content {
    padding: 12px;
  }

  .cJBof4__item.cJBof4__wrapper,
  .cJBof4__wrapper {
    padding: 36px 16px;
  }

  .cJBof4__banner .cJBof4__container {
    gap: 10px;
  }

  .cJBof4__banner .cJBof4__descr {
    display: none;
  }

  .cJBof4__banner .cJBof4__inner p,
  .cJBof4__banner .cJBof4__advantages p {
    display: none;
  }

  .cJBof4__banner .cJBof4__advantages {
    gap: 12px;
  }

  .cJBof4__banner .cJBof4__advantages li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 8px;
  }

  .cJBof4__footer .cJBof4__regulations a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cJBof4__text .cJBof4__time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .cJBof4__top .cJBof4__top-list {
    gap: 4px;
  }

  .cJBof4__top .cJBof4__article {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    margin-bottom: 14px;
    gap: 4px 10px;
    max-width: 552px;
    padding: 28px 10px 12px 10px;
    min-height: 155px;
  }

  .cJBof4__top .cJBof4__label {
    left: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    border-bottom-left-radius: 0;
    padding: 7.5px 14px;
  }

  .cJBof4__top .cJBof4__img-container {
    grid-row: span 2/span 2;
  }

  .cJBof4__top .btn-container {
    grid-row: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 2;
  }

  .cJBof4__top .cJBof4__rating {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column-start: 1;
    grid-row-start: 3;
    margin-top: auto;
  }

  .cJBof4__top .cJBof4__pay {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
    margin-top: -2px;
  }

  .cJBof4__top .cJBof4__pay img {
    width: 16px;
  }

  .cJBof4__top .cJBof4__stars li:nth-child(1) img,
  .cJBof4__top .cJBof4__stars li:nth-child(5) img {
    width: 14px;
  }

  .cJBof4__top .cJBof4__stars li:nth-child(2) img,
  .cJBof4__top .cJBof4__stars li:nth-child(4) img {
    width: 18px;
  }

  .cJBof4__top .cJBof4__bonus-container,
  .cJBof4__top .btn-container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
  }

  .cJBof4__top .cJBof4__bonus {
    margin-top: auto;
    text-align: center;
  }

  .cJBof4__top .cJBof4__license {
    position: absolute;
    bottom: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: var(--font-color);
  }

  .cJBof4__top .cJBof4__online {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    border-radius: 6px 16px 0 6px;
    border: 1px solid #FFF;
    padding: 4px 14px;
    position: absolute;
    top: 0;
    right: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .cJBof4__top .cJBof4__online span:last-child {
    display: none;
  }
}

@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) {
  .cJBof4__top .cJBof4__article:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 4px 14px 0 var(--main-color);
    box-shadow: 0 4px 14px 0 var(--main-color);
  }
}