/* 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: 'Noto Sans';
  src: url('/fontsEBhSPsl/notosans-variablefontEBhSPsl.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --container-width: 1440px;
  --container-padding: 120px;
  --container-padding-tablet: 16px;
  --section-padding-block: 20px;
  --section-padding-block-mobile: 20px;
  --background: (
    linear-gradient(
        180deg,
        #bed8fc 0%,
        #c2dbfc 6.73%,
        #c7defc 14.28%,
        #cde1fd 22.75%,
        #d2e4fd 30.4%,
        #d8e8fd 39.78%,
        #ddeafd 47.02%,
        #e0edfe 53.04%,
        #e6f0fe 61.5%,
        #eaf2fe 67.52%,
        #eff6fe 75.68%,
        #f5f9ff 84.15%,
        #fafcff 92.71%,
        #fff 100%
      )
      ;
  );
  --font-color: #272727;
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: 'Noto Sans', sans-serif, 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: #d13e00;
  --btn-bg-hover: var(--btn-bg);
  --btn-color: #ffffff;
  --btn-color-hover: var(--btn-color);
  --btn-radius: 0.9rem;
  --btn-transition: all 0.2s ease-in-out;
  --btn-shadow: inset 100px 0px 70px 0px #fc9d4a,
    0 0 14px 0 rgba(73, 150, 240, 0.4);
  --btn-shadow-hover: inset 40px 0px 70px 0px #fc9d4a,
    0 0 14px 0 rgba(73, 150, 240, 0.4);
  --main-color: #2a74d6;
  --color-white: #fff;
}

h1,
.h1EBhSPsl,
h2,
.h2EBhSPsl,
h3,
.h3EBhSPsl {
  font-weight: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 0.9;
  font-weight: 600;
}

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

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

h3,
.h3EBhSPsl {
  font-size: clamp(1.125rem, 0.8653846154rem + 1.1538461538vw, 1.875rem);
  color: #026789;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

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

body {
  background: linear-gradient(
    180deg,
    #bed8fc 0%,
    #c2dbfc 6.73%,
    #c7defc 14.28%,
    #cde1fd 22.75%,
    #d2e4fd 30.4%,
    #d8e8fd 39.78%,
    #ddeafd 47.02%,
    #e0edfe 53.04%,
    #e6f0fe 61.5%,
    #eaf2fe 67.52%,
    #eff6fe 75.68%,
    #f5f9ff 84.15%,
    #fafcff 92.71%,
    #fff 100%
  );
  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;
}

.no-scrollEBhSPsl {
  overflow: hidden;
}

.visually-hiddenEBhSPsl {
  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;
}

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

.itemsEBhSPsl .itemEBhSPsl {
  -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%;
}

.termsEBhSPsl .containerEBhSPsl {
  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;
  word-wrap: break-word;
}

.termsEBhSPsl a {
  color: #272727;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.termsEBhSPsl li,
.ul-listEBhSPsl li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.termsEBhSPsl li:before,
.ul-listEBhSPsl li:before {
  content: '•';
  margin-inline: 8px;
}

.mainEBhSPsl {
  padding-block: 10px;
}

@media (max-width: 720px) {
  .mainEBhSPsl {
    padding-top: 0;
  }
}

.mainEBhSPsl section,
.mainEBhSPsl .sectionEBhSPsl {
  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;
  border: 1px solid #ffd700;
}

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

.centerEBhSPsl {
  text-align: center;
}

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

.bgEBhSPsl {
  background: linear-gradient(
      rgba(211, 211, 211, 0.5),
      rgba(211, 211, 211, 0.5)
    ),
    url('/imagesEBhSPsl/placeEBhSPsl.webp') center / cover no-repeat;

  padding-bottom: 180px;
  margin-bottom: -200px;
}

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

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

.modal-contentEBhSPsl {
  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;
}

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

.modal-contentEBhSPsl h2 {
  text-align: center;
}

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

body.modal-openEBhSPsl {
  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);
  }
}

.checkbox-containerEBhSPsl {
  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;
}

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

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

.itemEBhSPsl.wrapperEBhSPsl,
.wrapperEBhSPsl {
  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: #f6f6f6;
  box-shadow: 0 4px 8px 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;
}

.itemEBhSPsl.wrapper--blueEBhSPsl,
.wrapper--blueEBhSPsl {
  border-radius: 18px;
  border-radius: 18px;
  background: #026789;
  color: white;
}

.itemEBhSPsl.wrapper--blueEBhSPsl h1,
.itemEBhSPsl.wrapper--blueEBhSPsl .h1EBhSPsl,
.itemEBhSPsl.wrapper--blueEBhSPsl h2,
.itemEBhSPsl.wrapper--blueEBhSPsl .h2EBhSPsl,
.itemEBhSPsl.wrapper--blueEBhSPsl h3,
.itemEBhSPsl.wrapper--blueEBhSPsl .h3EBhSPsl,
.wrapper--blueEBhSPsl h1,
.wrapper--blueEBhSPsl .h1EBhSPsl,
.wrapper--blueEBhSPsl h2,
.wrapper--blueEBhSPsl .h2EBhSPsl,
.wrapper--blueEBhSPsl h3,
.wrapper--blueEBhSPsl .h3EBhSPsl {
  color: var(--color-white);
}

.itemEBhSPsl.wrapper--blueEBhSPsl h3,
.itemEBhSPsl.wrapper--blueEBhSPsl .h3EBhSPsl,
.wrapper--blueEBhSPsl h3,
.wrapper--blueEBhSPsl .h3EBhSPsl {
  -webkit-text-fill-color: initial;
  background: none;
}

/* Blocks */

.bannerEBhSPsl {
  padding-block: 10px;
}

.bannerEBhSPsl .containerEBhSPsl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  gap: 0;
}

@media (max-width: 720px) {
  .bannerEBhSPsl .containerEBhSPsl {
    gap: 10px;
  }
}

.bannerEBhSPsl .descrEBhSPsl {
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 16px;
  border: 1px solid rgba(2, 103, 137, 0.3);
  background: rgba(65, 103, 255, 0.6);
  padding: 10px 24px;
  width: max-content;
}

.bannerEBhSPsl .innerEBhSPsl,
.bannerEBhSPsl .advantagesEBhSPsl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 20px;
}

.innerEBhSPsl h1 {
  color: #272727;
  font-family: 'Noto Sans', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  max-width: 845px;
  text-align: center;
  word-wrap: break-word;
}

@media (max-width: 720px) {
  .innerEBhSPsl h1 {
    font-size: 20px;
    text-align: center;
  }
}

.bannerEBhSPsl .innerEBhSPsl {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}

.bannerEBhSPsl .wrap-gridEBhSPsl {
  display: grid;
  grid-template-columns: 2fr 1fr;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.bannerEBhSPsl .wrap-gridEBhSPsl::after {
  content: '';
  display: block;

  width: clamp(140px, 18vw, 240px);
  aspect-ratio: 51 / 37;

  background: url('/imagesEBhSPsl/hero-placeEBhSPsl.webp') center / contain
    no-repeat;
  margin: auto;
}

@media (max-width: 1079px) {
  .bannerEBhSPsl .wrap-gridEBhSPsl::after {
    display: none;
  }

  .bannerEBhSPsl .wrap-gridEBhSPsl {
    grid-template-columns: 1fr;
  }
}

.bannerEBhSPsl .advantagesEBhSPsl {
  font-size: clamp(0.5625rem, 0.4543269231rem + 0.4807692308vw, 0.875rem);

  padding: 10px;
  justify-content: space-between;
}

.bannerEBhSPsl .advantagesEBhSPsl li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  border-radius: 50px;
  background: rgba(2, 103, 137, 0.3);
}

.bannerEBhSPsl .advantagesEBhSPsl li::before {
  content: '';
  width: 24px;
  aspect-ratio: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url('/imagesEBhSPsl/checkEBhSPsl.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -4px;
}

.calendarEBHSPsl {
  display: flex;
  align-items: center;
}
.calendarEBHSPsl::before {
  content: '';
  display: inline-block;
  align-items: center;

  width: 20px;
  height: 20px;

  background-image: url('/imagesEBhSPsl/calendarEBhSPsl.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: auto;
  text-align: left;
  margin-right: 5px;
}

@media (max-width: 780px) {
  .calendarEBHSPsl {
    display: none;
  }
}

.footerEBhSPsl {
  margin-top: auto;
  padding-block: 50px;
  background: #1c212d;
  font-size: 12px;
  color: #e8e8e8;
}

.footerEBhSPsl a:hover {
  opacity: 0.6;
}

.footerEBhSPsl .linkEBhSPsl {
  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;
}

.footerEBhSPsl .ageEBhSPsl {
  width: 40px;
  aspect-ratio: 1;
  cursor: default;
  background-image: url('/imagesEBhSPsl/twenty-one-plusEBhSPsl.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-inline: auto;
}

.footerEBhSPsl .regulationsEBhSPsl 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;
}

.footerEBhSPsl .regulationsEBhSPsl a img {
  width: 100%;
  height: 100%;
  max-width: 171px;
}

.headerEBhSPsl {
  padding-block: 18px 14px;
  background: #026789;
  position: relative;
  z-index: 999;
}

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

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

.nav__listEBhSPsl a {
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.nav__listEBhSPsl strong {
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.headerEBhSPsl a:hover {
  opacity: 0.7;
}

.logoEBhSPsl {
  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;
  text-transform: uppercase;
  line-height: 0.8;
  width: 211px;
}

.mobile-navEBhSPsl {
  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;
}

.mobile-nav--openEBhSPsl {
  top: 0;
}

.mobile-navEBhSPsl {
  color: #fff;
}

.mobile-nav__listEBhSPsl {
  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 */

.mobile-nav-btnEBhSPsl {
  --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;
}

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

.nav-iconEBhSPsl::before,
.nav-iconEBhSPsl::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;
}

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

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

.nav-iconEBhSPsl.nav-icon--activeEBhSPsl {
  background-color: transparent;
}

.nav-iconEBhSPsl.nav-icon--activeEBhSPsl::before,
.nav-iconEBhSPsl.nav-icon--activeEBhSPsl::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;
}

.nav-iconEBhSPsl.nav-icon--activeEBhSPsl::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-iconEBhSPsl.nav-icon--activeEBhSPsl::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Layout */

.mobile-nav-btnEBhSPsl {
  z-index: 999;
  display: none;
}

.textEBhSPsl .containerEBhSPsl {
  gap: 10px;
}

.textEBhSPsl ol {
  list-style: none;
}

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

.textEBhSPsl .timeEBhSPsl::before {
  content: '';
  width: 50px;
  aspect-ratio: 1;
  background-image: url('/imagesEBhSPsl/clockEBhSPsl.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

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

.topEBhSPsl .top-listEBhSPsl {
  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;
}

.topEBhSPsl .articleEBhSPsl {
  border-radius: 12px;
  background: var(
    --Linear_2,
    linear-gradient(
      90deg,
      #12b393 0%,
      #12b393 9.05%,
      #12b393 19.14%,
      #12b393 28.53%,
      #12b393 38.1%,
      #12b393 50.1%,
      #12b393 61.75%,
      #12b393 71.14%,
      #12b393 81.4%,
      #12b393 90.45%,
      #12b393 100%
    )
  );
  box-shadow: 0 0 14px 0 #4996f0;
  display: grid;
  grid-template-columns: minmax(0, 258px) minmax(0, 370px) 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;
}

.topEBhSPsl .labelEBhSPsl {
  position: absolute;
  top: 0;
  left: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100px;
  background: #fff;
  padding: 6px 20px;
  color: #272727;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: clamp(0.625rem, 0.5384615385rem + 0.3846153846vw, 0.875rem);
}

.topEBhSPsl .img-containerEBhSPsl,
.topEBhSPsl .bonus-containerEBhSPsl,
.topEBhSPsl .btn-container,
.topEBhSPsl .ratingEBhSPsl {
  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;
}

.topEBhSPsl .bonus-containerEBhSPsl {
  align-items: center;
}
.topEBhSPsl .img-containerEBhSPsl {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.topEBhSPsl .img-containerEBhSPsl img {
  width: 100%;
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
}

.topEBhSPsl .ratingEBhSPsl span {
  font-size: clamp(1.375rem, 0.9423076923rem + 1.9230769231vw, 2.625rem);
  margin-bottom: -5px;
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 42px */
}

.topEBhSPsl .starsEBhSPsl,
.topEBhSPsl .payEBhSPsl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  width: 100%;
}

.topEBhSPsl .payEBhSPsl {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.topEBhSPsl .payEBhSPsl img {
  width: 20px;
  aspect-ratio: 1;
}

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

.topEBhSPsl .starsEBhSPsl img {
  width: 22px;
  aspect-ratio: 1;
}

.topEBhSPsl .bonus-containerEBhSPsl,
.topEBhSPsl .btn-container {
  width: 100%;
}

.topEBhSPsl .bonusEBhSPsl {
  font-size: clamp(0.75rem, 0.5769230769rem + 0.7692307692vw, 1.25rem);
  text-align: center;
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 20px */
}

.topEBhSPsl .btn {
  width: 100%;
  position: relative;
  z-index: 0;
  border-radius: 24px;
  border: 2px solid #8bc0ff;
  background: var(
    --Linear_3,
    linear-gradient(
      90deg,
      #4167ff 0%,
      #4167ff 15.19%,
      #4167ff 30.76%,
      #4167ff 46.62%,
      #4167ff 60.43%,
      #4167ff 73.06%,
      #4167ff 85.11%,
      #4167ff 100%
    )
  );
  box-shadow: 0 0 14px 0 rgba(73, 150, 240, 0.4);
}

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

.topEBhSPsl .onlineEBhSPsl {
  width: max-content;
  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);
  border-radius: 60px 60px 0 60px;
  border: 1px solid #fff;
  padding: 5px;
}

.topEBhSPsl .onlineEBhSPsl::before,
.topEBhSPsl .onlineEBhSPsl::after {
  content: '';
  aspect-ratio: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -4px;
}

.topEBhSPsl .onlineEBhSPsl::before {
  width: 16px;
  height: 16px;
  background-image: url('/imagesEBhSPsl/icon-usersEBhSPsl.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 1px;
}

@-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) {
  .topEBhSPsl .starsEBhSPsl {
    margin-top: -8px;
  }

  .topEBhSPsl .onlineEBhSPsl::after {
  }
}

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

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

  .header__navEBhSPsl {
    display: none;
  }

  .logoEBhSPsl span {
    display: none;
  }

  .mobile-nav-btnEBhSPsl {
    display: block;
  }

  .topEBhSPsl .articleEBhSPsl {
    max-width: 981px;
  }
}

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

  .innerEBhSPsl h1 {
    font-size: 20px;
    max-width: 1000px;
    width: 100%;
  }

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

  .mainEBhSPsl section,
  .mainEBhSPsl .sectionEBhSPsl {
    padding-block: var(--section-padding-block-mobile);
  }

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

  .modal-contentEBhSPsl {
    padding: 12px;
  }

  .itemEBhSPsl.wrapperEBhSPsl,
  .wrapperEBhSPsl {
    padding: 36px 16px;
  }

  .bannerEBhSPsl .descrEBhSPsl {
    display: none;
  }

  .bannerEBhSPsl .wrap-gridEBhSPsl::after {
    display: none;
  }

  .bannerEBhSPsl .innerEBhSPsl,
  .bannerEBhSPsl .advantagesEBhSPsl {
    gap: 10px;
  }

  .bannerEBhSPsl .advantagesEBhSPsl {
    padding: 0;
    border-radius: 16px;
    background: rgba(2, 103, 137, 0.3);
  }

  .bannerEBhSPsl .advantagesEBhSPsl li {
    background: none;
  }

  .bannerEBhSPsl .innerEBhSPsl p,
  .bannerEBhSPsl .advantagesEBhSPsl p {
    display: none;
  }

  .bannerEBhSPsl .wrap-gridEBhSPsl {
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
    gap: 0;
    max-width: 514px;
    width: 100%;
    margin: auto;
  }

  .bannerEBhSPsl .advantagesEBhSPsl li {
    gap: 3px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 4px;
    color: #272727;
    font-family: 'Noto Sans';
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .bannerEBhSPsl .advantagesEBhSPsl li::before {
    width: 14px;
  }

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

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

  .topEBhSPsl .top-listEBhSPsl {
    gap: 2px;
  }

  .topEBhSPsl .articleEBhSPsl {
    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;
  }

  .topEBhSPsl .labelEBhSPsl {
    left: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    border-bottom-left-radius: 0;
    padding: 6px 14px;
  }

  .topEBhSPsl .img-containerEBhSPsl {
    grid-row: span 2 / span 2;
  }

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

  .topEBhSPsl .ratingEBhSPsl {
    -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;
  }

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

  .topEBhSPsl .payEBhSPsl img {
    width: 16px;
  }

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

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

  .topEBhSPsl .bonus-containerEBhSPsl,
  .topEBhSPsl .btn-container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    word-wrap: break-word;
  }

  .topEBhSPsl .bonusEBhSPsl {
    margin-top: 6px;
    text-align: center;
  }

  .topEBhSPsl .licenseEBhSPsl {
    position: absolute;
    bottom: -11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: var(--font-color);
  }

  .topEBhSPsl .onlineEBhSPsl {
    position: absolute;
    top: 6px;
    margin-bottom: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 5px;
  }

  .topEBhSPsl .onlineEBhSPsl span:last-child {
    display: none;
  }

  .bannerEBhSPsl .advantagesEBhSPsl {
    padding-top: 0px;
    gap: 0;
  }
}

.wrapper-timeEBhSPsl {
  display: flex;
}

.wrapper-timeEBhSPsl img {
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
}
