/* 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';
  src: url('/fontsSAskugh3/inter-variablefontSAskugh3.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: #d0eafd;
  --font-color: #272727;
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: 'Inter', 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,
.h1SAskugh3,
h2,
.h2SAskugh3,
h3,
.h3SAskugh3 {
  font-weight: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 0.9;
  font-weight: 600;
}

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

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

h3,
.h3SAskugh3 {
  font-size: clamp(1.125rem, 0.8653846154rem + 1.1538461538vw, 1.875rem);
  color: #449aff;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

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

.no-scrollSAskugh3 {
  overflow: hidden;
}

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

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

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

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

.termsSAskugh3 a {
  color: #272727;
  font-family: 'Inter', 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;
}

.termsSAskugh3 li,
.ul-listSAskugh3 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.mainSAskugh3 {
  padding-block: 10px;
}

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

.mainSAskugh3 section,
.mainSAskugh3 .sectionSAskugh3 {
  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);
}

.centerSAskugh3 {
  text-align: center;
}

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

.bgSAskugh3 {
  background-image: url('/imagesSAskugh3/hero-placeSAskugh.webp');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.modalSAskugh3 {
  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-contentSAskugh3 {
  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-contentSAskugh3 .btn {
  margin-inline: auto;
  width: 100%;
  padding-inline: 0;
}

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

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

body.modal-openSAskugh3 {
  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-containerSAskugh3 {
  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-containerSAskugh3 input[type='checkbox'] {
  margin-right: 10px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

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

.itemSAskugh3.wrapperSAskugh3,
.wrapperSAskugh3 {
  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: #9cd5ff;
  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;
}

.itemSAskugh3.wrapper--blueSAskugh3,
.wrapper--blueSAskugh3 {
  border-radius: 18px;
  background: #449aff;
  color: #fff;
}

.itemSAskugh3.wrapper--blueSAskugh3 h1,
.itemSAskugh3.wrapper--blueSAskugh3 .h1SAskugh3,
.itemSAskugh3.wrapper--blueSAskugh3 h2,
.itemSAskugh3.wrapper--blueSAskugh3 .h2SAskugh3,
.itemSAskugh3.wrapper--blueSAskugh3 h3,
.itemSAskugh3.wrapper--blueSAskugh3 .h3SAskugh3,
.wrapper--blueSAskugh3 h1,
.wrapper--blueSAskugh3 .h1SAskugh3,
.wrapper--blueSAskugh3 h2,
.wrapper--blueSAskugh3 .h2SAskugh3,
.wrapper--blueSAskugh3 h3,
.wrapper--blueSAskugh3 .h3SAskugh3 {
  color: var(--color-white);
}

.itemSAskugh3.wrapper--blueSAskugh3 h3,
.itemSAskugh3.wrapper--blueSAskugh3 .h3SAskugh3,
.wrapper--blueSAskugh3 h3,
.wrapper--blueSAskugh3 .h3SAskugh3 {
  -webkit-text-fill-color: initial;
  background: none;
}

/* Blocks */

.bannerSAskugh3 {
  padding-block: 10px;
}

.bannerSAskugh3 .containerSAskugh3 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.bannerSAskugh3 .descrSAskugh3 {
  color: #fff;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 16px;
  border: 1px solid #449aff;
  background: #449aff;
  margin-bottom: 16px;
  padding: 10px 24px;
}

.bannerSAskugh3 .innerSAskugh3,
.bannerSAskugh3 .advantagesSAskugh3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 20px;
}

.innerSAskugh3 h1 {
  color: #000d67;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

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

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

.bannerSAskugh3 .wrap-gridSAskugh3 {
  display: grid;
  grid-template-columns: 134px minmax(0, 590px) 134px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 16px;
  width: 100%;
}

.bannerSAskugh3 .wrap-gridSAskugh3::before,
.bannerSAskugh3 .wrap-gridSAskugh3::after {
  content: '';
  width: 120.768px;
  height: 117.365px;
  aspect-ratio: 51/37;
  background-image: url('/imagesSAskugh3/flag-leftSAskugh3.webp');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

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

  padding: 10px;
}

.bannerSAskugh3 .advantagesSAskugh3 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

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

.footerSAskugh3 {
  margin-top: auto;
  padding-block: 50px;
  background: linear-gradient(
      90deg,
      rgba(0, 80, 174, 0.8) 0%,
      rgba(68, 154, 255, 0.8) 100%
    ),
    #272727;
  font-size: 12px;
  color: #e8e8e8;
}

.footerSAskugh3 a:hover {
  opacity: 0.6;
}

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

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

.footerSAskugh3 .regulationsSAskugh3 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;
}

.footerSAskugh3 .regulationsSAskugh3 a img {
  width: 100%;
  height: 100%;
  max-width: 171px;
}

.headerSAskugh3 {
  padding-block: 18px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: #449aff;
  backdrop-filter: blur(7px);
  position: relative;
  z-index: 999;
}

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

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

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

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

.headerSAskugh3 a:hover {
  opacity: 0.7;
}

.logoSAskugh3 {
  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-navSAskugh3 {
  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--openSAskugh3 {
  top: 0;
}

.mobile-navSAskugh3 {
  color: #fff;
}

.mobile-nav__listSAskugh3 {
  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-btnSAskugh3 {
  --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-iconSAskugh3 {
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
  border-radius: var(--radius);
}

.nav-iconSAskugh3::before,
.nav-iconSAskugh3::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-iconSAskugh3::before {
  /* top: calc(var(--line-height) * -2); */
  top: calc(-1 * (var(--line-height) + var(--spacing)));
}

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

.nav-iconSAskugh3.nav-icon--activeSAskugh3 {
  background-color: transparent;
}

.nav-iconSAskugh3.nav-icon--activeSAskugh3::before,
.nav-iconSAskugh3.nav-icon--activeSAskugh3::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-iconSAskugh3.nav-icon--activeSAskugh3::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

/* Layout */

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

.textSAskugh3 .containerSAskugh3 {
  gap: 10px;
}

.textSAskugh3 ol {
  list-style: none;
}

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

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

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

.topSAskugh3 .top-listSAskugh3 {
  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;
}

.topSAskugh3 .articleSAskugh3 {
  border-radius: 12px;
  background: linear-gradient(
    90deg,
    rgba(0, 80, 174, 0.8) 0%,
    rgba(68, 154, 255, 0.8) 100%
  );
  box-shadow: 0 0 14px 0 #4996f0;
  display: grid;
  grid-template-columns: minmax(0, 258px) minmax(0, 270px) 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;
}

.topSAskugh3 .labelSAskugh3 {
  position: absolute;
  top: 0;
  left: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100px;
  background: #e81e63;
  box-shadow: 0 0 4px 0 #ffd700;
  padding: 6px 20px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: clamp(0.625rem, 0.5384615385rem + 0.3846153846vw, 0.875rem);
}

.topSAskugh3 .img-containerSAskugh3,
.topSAskugh3 .bonus-containerSAskugh3,
.topSAskugh3 .btn-container,
.topSAskugh3 .ratingSAskugh3 {
  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;
}

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

.topSAskugh3 .img-containerSAskugh3 img {
  width: 100%;
  height: 70px;
  max-width: 205px;
  -o-object-fit: contain;
  object-fit: contain;
}

.topSAskugh3 .ratingSAskugh3 span {
  font-size: clamp(1.375rem, 0.9423076923rem + 1.9230769231vw, 2.625rem);
  margin-bottom: -5px;
}

.topSAskugh3 .starsSAskugh3,
.topSAskugh3 .paySAskugh3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  width: 100%;
}

.topSAskugh3 .paySAskugh3 {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.topSAskugh3 .paySAskugh3 img {
  width: 20px;
  aspect-ratio: 1;
}

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

.topSAskugh3 .starsSAskugh3 img {
  width: 22px;
  aspect-ratio: 1;
}

.topSAskugh3 .bonus-containerSAskugh3,
.topSAskugh3 .btn-container {
  width: 100%;
}

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

.topSAskugh3 .btn {
  width: 100%;
  position: relative;
  z-index: 0;
  border-radius: 16px;
  background: linear-gradient(90deg, #e81e63 0%, #fdad00 100%);
  box-shadow: 0 0 14px 0 rgba(73, 150, 240, 0.4);
}

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

.topSAskugh3 .onlineSAskugh3 {
  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);
}

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

.topSAskugh3 .onlineSAskugh3::before {
  width: 16px;
  background-image: url('/imagesSAskugh3/icon-usersSAskugh3.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

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

  .topSAskugh3 .onlineSAskugh3::after {
  }
}

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

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

  .header__navSAskugh3 {
    display: none;
  }

  .logoSAskugh3 span {
    display: none;
  }

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

  .topSAskugh3 .articleSAskugh3 {
    max-width: 981px;
  }
}

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

  .innerSAskugh3 h1 {
    font-size: 20px;
    max-width: 1000px;
    width: 100%;
    text-align: center;
  }

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

  .mainSAskugh3 section,
  .mainSAskugh3 .sectionSAskugh3 {
    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-contentSAskugh3 {
    padding: 12px;
  }

  .itemSAskugh3.wrapperSAskugh3,
  .wrapperSAskugh3 {
    padding: 36px 16px;
  }

  .bannerSAskugh3 .descrSAskugh3 {
    display: none;
  }

  .bannerSAskugh3 .innerSAskugh3,
  .bannerSAskugh3 .advantagesSAskugh3 {
    gap: 10px;
  }

  .bannerSAskugh3 .innerSAskugh3 p,
  .bannerSAskugh3 .advantagesSAskugh3 p {
    display: none;
  }

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

  .bannerSAskugh3 .wrap-gridSAskugh3::before,
  .bannerSAskugh3 .wrap-gridSAskugh3::after {
    display: none;
  }

  .bannerSAskugh3 .advantagesSAskugh3 li {
    gap: 3px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .bannerSAskugh3 .advantagesSAskugh3 li::before {
    width: 14px;
  }

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

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

  .topSAskugh3 .top-listSAskugh3 {
    gap: 2px;
  }

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

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

  .topSAskugh3 .img-containerSAskugh3 {
    grid-row: span 2 / span 2;
  }

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

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

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

  .topSAskugh3 .paySAskugh3 img {
    width: 16px;
  }

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

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

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

  .topSAskugh3 .bonusSAskugh3 {
    margin-top: 6px;
    text-align: center;
  }

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

  .topSAskugh3 .onlineSAskugh3 {
    position: absolute;
    top: 6px;
    right: 33px;
    margin-bottom: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .topSAskugh3 .onlineSAskugh3 span:last-child {
    display: none;
  }

  .bannerSAskugh3 .advantagesSAskugh3 {
    padding-top: 0px;
  }
}

.wrapper-timeSAskugh3 {
  display: flex;
}

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