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

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

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

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

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  background: #141111;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  border: 0;
  background: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

.section-title {
  font-size: clamp(31px, calc(1.462px + 3.846vw), 44px);
  font-weight: 600;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 1106px;
  margin: 0 auto;
}

.header {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.header__inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  column-gap: 294px;
  padding: 22px 120px;
  justify-content: flex-end;
}

.header__nav {
  display: flex;
  align-items: center;
}

.header__list {
  display: flex;
  align-items: center;
  column-gap: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

.header__link {
  display: block;
  white-space: nowrap;
}

.header__link:hover {
    color: #14A0FF;
}

.header__toggle {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
}

.header__toggle-icon {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease;
}

.header__toggle-icon--close {
  opacity: 0;
}

.br-mobile {
  display: none;
}

.br-desktop {
  display: block;
}

main {
  flex: 1 1 auto;
}

section {
  scroll-margin-top: 72px;
}

.hero {
  background: url(../assets/images/hero-bg.webp) no-repeat center top;
  background-size: cover;
}

.hero__inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 100px 0 185px 120px;
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}

.hero__content {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.hero__title {
  font-size: 80px;
  font-weight: 800;
  line-height: 1.2;
}

.hero__description {
  line-height: 1.6;
}

.hero__actions {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.hero__note {
  font-size: 16px;
  line-height: 1.6;
}

.hero__cta {
  border-radius: 14px;
  background: #14a0ff;
  padding: 19px 37px;

  width: 100%;
  max-width: 390px;

  display: flex;
  justify-content: space-between;

  align-items: center;
  line-height: 1.17;
}

.hero__cta:hover {
  box-shadow: 0 10px 15px -3px rgba(20, 160, 255, 0.5);
}

.scroll-top {
  position: fixed;
  right: 40px;
  top: 759px;
  padding: 19px 7px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.6);

  opacity: 0;
  pointer-events: none;
}

.scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.scroll-top:hover {
  background: #14a0ff;
}

.scroll-top__icon {
  transform: rotate(-90deg);
}

.questions {
  padding-block: 60px 80px;
}

.questions__container {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  justify-content: center;
  align-items: center;
}

.questions__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.questions__card {
  padding: 20px 40px;
  border-radius: 20px;
  background: rgba(253, 172, 173, 0.3);
  display: flex;
  column-gap: 24px;
  width: 100%;
  align-items: center;
}

.questions__card-text {
  font: inherit;
}

.questions__answer {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  width: 100%;
  align-items: center;
  margin-top: 20px;
}

.questions__answer-title {
  color: #41d248;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.6;
}

.questions__answer-text {
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}

.questions__answer-icon {
  display: inline-block;
  margin-left: 12px;
  vertical-align: -0.2em;
}

.system {
  padding-block: 80px 80px;
  background: linear-gradient(180deg, #141111 0%, #0a38ff 100.86%);
}

.system__container {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  align-items: center;
}

.system__title {
  margin-bottom: 20px;
}

.system__steps {
  display: grid;
  grid-template-columns: repeat(4, 264px);
  column-gap: 16px;
  justify-content: center;
  width: 100%;
}

.system__step {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 23px;
}

.system__step:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 80px;
  border-radius: 24px;
  opacity: 0.5;
  background: rgba(20, 160, 255, 0.7);
  filter: blur(24px);
  top: 0;
  left: 0;
  z-index: 0;
}

.system__step:last-child:before {
  background: rgba(65, 210, 72, 0.7);
}

.system__step:not(:last-child)::after {
  content: '';
  position: absolute;
  width: 27px;
  height: 23px;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% - 5px);
  background: url('../assets/icons/arrow-right.svg') center center no-repeat;
  z-index: 1;
}

.system__step-icon {
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 24px;
  background: #14a0ff;
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.system__step:last-child .system__step-icon {
  background: rgba(65, 210, 72, 0.7);
}

.system__step-title {
  position: relative;
  z-index: 1;
  line-height: 1.166;
}

.system__note {
  display: flex;
  column-gap: 12px;
  align-items: center;
  font-weight: 600;
  line-height: 1.6;
}

.example {
  padding-block: 80px 80px;
}

.example__container {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  justify-content: center;
  align-items: center;
}

.example__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
}

.example__title-accent {
  color: #14a0ff;
}

.example__title-icon {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}

.example__card {
  border-radius: 16px;
  border: 2px solid #d1d5dc;
  background: #fff;
  padding: 22px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.example__panel {
  background: #14a0ff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  border-radius: 14px;
}

.example__card-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.example__match-title {
  line-height: 1.111;
}

.example__match-icon {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}

.example__match {
  padding-bottom: 29px;
}

.example__teams {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding: 16px;
}

.example__team {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
}

.example__versus {
  text-align: center;
  color: #ffffffb2;
  font-size: 16px;
  line-height: 1.5;
}

.example__odds {
  align-items: center;
  line-height: 1.555;
  padding-bottom: 33px;
}

.example__odds-value {
  font-size: 48px;
  font-weight: 900;
  line-height: 0.75;
  margin-bottom: 12px;
}

.example__odds-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  text-align: center;
}

.example__result-body {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  align-items: center;
  text-align: center;
  padding: 16px 16px 20px;
}

.example__result-body--fair {
  background: rgba(202, 69, 71, 0.59);
}

.example__result-body--undervalued {
  color: #fff;
  background: #41d248;
}

.example__card--fair,
.example__card--undervalued {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 28px;
}

.example__card--fair {
  color: #141111;
}

.example__card--undervalued {
  color: #41d248;
}

.example__result-title {
  line-height: 1.555;
  display: flex;
  column-gap: 12px;
  align-items: center;
}

.example__result-title-text {
  text-align: left;
}

.example__result-subtitle {
  font-weight: 500;
}

.example__card--insight {
  background: #000;
  row-gap: 24px;
  justify-content: center;
  align-items: center;
}

.example__insight-icon {
  width: 80px;
  height: 80px;

  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 50%;
  background: #14a0ff;
}

.example__results {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.example__results .example__card {
  flex: 1;
}

.example__insight-text {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.625;
}

.start {
  padding-block: 60px 79px;
  background: url(../assets/images/start-bg.webp) lightgray 50% / cover no-repeat;
  font-weight: 600;
  line-height: 1.166;
}

.start__container {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  justify-content: center;
  align-items: center;
}

.start__list {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: 100%;
}

.start__item {
  display: flex;
  column-gap: 24px;
  align-items: center;

  padding: 23px 22px 24px 22px;

  border-radius: 14px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.2);
}

.start__note {
  border-radius: 14px;
  border: 2px solid rgba(20, 160, 255, 0.3);
  background: rgba(20, 17, 17, 0.8);

  padding: 22px 22px 23px 22px;
  width: 100%;
  text-align: center;

  margin-top: -8px;
}

.control {
  padding-block: 80px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dae6f3;
}

.control__title {
  margin-bottom: 31px;
  text-align: center;
  color: #141111;
}

.control__container {
  display: flex;
  flex-direction: column;

  row-gap: 29px;
}

.control__cards {
  display: flex;
  justify-content: space-between;
}

.control__title-accent {
  color: #14a0ff;
}

.control__card {
  padding: 38px 32px;

  border-radius: 16px;
  border: 2px solid #e5e7eb;
  background: #f6f6f6;

  display: flex;
  flex-direction: column;
  row-gap: 24px;

  justify-content: flex-start;
  align-items: center;

  width: 100%;
  max-width: 320px;
  color: #141111;
}

.control__card-title {
  font-weight: 600;
  line-height: 1.2;
  font-size: 24px;
  text-align: center;
}

.control__icon {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 16px;
  background: #14a0ff;
}

.control__notice {
  border-radius: 14px;
  border-left: 4px solid #14a0ff;
  background: rgba(20, 160, 255, 0.1);
  padding: 24px 26px;
}

.control__notice-inner {
  display: flex;
  column-gap: 16px;
  align-items: center;
}

.control__notice-content {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.control__notice-label {
  color: #141111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.control__notice-title {
  color: #14a0ff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.166;
}

.canada {
  padding-block: 80px;
}

.canada__container {
}

.canada__title {
  margin-bottom: 63px;
  display: flex;
  column-gap: 12px;
  justify-content: center;
  align-items: center;
}

.canada__title-icon {
  display: inline-block;
}

.canada__cards {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.canada__legal-card {
  border-radius: 16px;
  border-left: 4px solid #14a0ff;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);

  padding: 24px 30px;
  display: flex;
  column-gap: 24px;
}

.canada__legal-card-icon {
  display: block;
}

.canada__legal-card-content {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.canada__legal-card-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.333;
}

.canada__legal-card-title-accent {
  color: #14a0ff;
}

.canada__legal-card-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.555;
}

.canada__guide-card {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  padding: 24px 32px;
}

.canada__guide-card-title {
  margin-bottom: 32px;
  color: #e5e7eb;

  font-size: 18px;

  font-weight: 600;
  line-height: 1.555;
}

.canada__trust {
  display: flex;
  column-gap: 56px;
  align-items: flex-start;
}

.trust-1xbet {
  display: flex;
  column-gap: 16px;
  align-items: center;
  flex-shrink: 0;
}

.trust-1xbet__icon {
  display: block;
}

.trust-1xbet__content {
  display: flex;
  flex-direction: column;
}

.trust-1xbet__content-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.429;
  white-space: nowrap;
}


.trust-1xbet__list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.trust-1xbet__list-item {
  display: flex;
  column-gap: 14px;
  align-items: center;

  color: #e5e7eb;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.trust-1xbet__list-item:last-child {
  line-height: 1.555;
}

.trust-1xbet__list-item-icon {
  display: block;
}

.cta {
  padding-block: 80px;
  background: url('../assets/images/cta-bg.webp') lightgray 50% / cover no-repeat;
  text-align: center;
}

.cta__container {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  align-items: center;
}

.cta__title {
  line-height: 1.4;
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #e3f2ff 7%,
    #c7e5ff 14%,
    #abd8ff 21%,
    #8ecbff 29%,
    #6fbdff 36%,
    #4cafff 43%,
    #14a0ff 50%,
    #4cafff 57%,
    #6fbdff 64%,
    #8ecbff 71%,
    #abd8ff 79%,
    #c7e5ff 86%,
    #e3f2ff 93%,
    #ffffff 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.cta__link {
  border-radius: 14px;
  background: #14a0ff;
  padding: 19px 37px;

  width: 100%;
  max-width: 390px;

  display: flex;
  justify-content: space-between;

  align-items: center;
  line-height: 1.17;
}

.cta__link:hover {
  box-shadow: 0 10px 15px -3px rgba(20, 160, 255, 0.5);
}

.cta__promo {
  border-radius: 16px;
  border: 0.571px solid rgba(20, 160, 255, 0.3);
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 23px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: 100%;
  max-width: 534px;
}

.cta__promo-text {
  color: #d1d5dc;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.555;
}

.cta__promo-code {
  border-radius: 10px;
  border: 4px solid #14a0ff;
  background: #000;
  padding: 14px 23px;
  display: flex;
  column-gap: 12px;
  align-items: center;
  cursor: pointer;
}

.cta__promo-code:disabled {
    cursor: default;
}

.cta__promo-code:disabled .cta__promo-copy:hover {
    box-shadow: none;
}

.cta__promo-value {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.333;
  flex: 1;
}

.cta__promo-copy {
  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 10px;
  background: #14a0ff;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  width: 48px;
  height: 48px;
}

.cta__promo-copy:hover {
  border-radius: 10px;
  background: #14a0ff;
  box-shadow:
    0 10px 15px -3px rgba(20, 160, 255, 0.5),
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.footer {
  font-size: 14px;
  line-height: 2;
}

.footer__inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  padding: 24px 120px;
}

.footer__logo {
  flex: 0 0 auto;
}

.footer__content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 14px;
}

.footer__info {
  display: flex;
  column-gap: 48px;
}

.footer__list {
  color: #14a0ff;
  display: flex;
  column-gap: 45px;
}

.footer__item {
  position: relative;
}

.footer__item:not(:last-child):after {
  content: '';
  position: absolute;
  display: block;
  height: 0.928em;
  width: 1px;
  background: #d1d5dc;
  left: calc(100% + 22.5px);
  top: 0.571em;
}

@media (min-width: 768px) {
  .header__inner {
    column-gap: clamp(38px, calc(-132.667px + 22.222vw), 294px);
    padding-block: clamp(20px, calc(18.667px + 0.174vw), 22px);
    padding-inline: clamp(40px, calc(-13.333px + 6.944vw), 120px);
  }

  .header__list {
    column-gap: clamp(12px, calc(-1.333px + 1.736vw), 32px);
    font-size: clamp(11px, calc(9px + 0.26vw), 14px);
  }

  .hero__inner {
    padding-top: clamp(72px, calc(53.333px + 2.431vw), 100px);
    padding-bottom: clamp(96px, calc(36.667px + 7.726vw), 185px);
    padding-left: clamp(40px, calc(-13.333px + 6.944vw), 120px);
    row-gap: clamp(56px, calc(40px + 2.083vw), 80px);
  }

  .hero__content {
    row-gap: clamp(20px, calc(17.333px + 0.347vw), 24px);
  }

  .hero__title {
    font-size: clamp(56px, calc(40px + 2.083vw), 80px);
  }

  .hero__description {
    font-size: clamp(18px, calc(14px + 0.521vw), 24px);
  }

  .hero__actions {
    row-gap: clamp(20px, calc(17.333px + 0.347vw), 24px);
  }

  .hero__note {
    font-size: clamp(15px, calc(14.333px + 0.087vw), 16px);
  }

  .hero__cta {
    padding-block: clamp(17px, calc(15.667px + 0.174vw), 19px);
    padding-inline: clamp(28px, calc(22px + 0.781vw), 37px);
    max-width: clamp(340px, calc(306.667px + 4.34vw), 390px);
    font-size: clamp(18px, calc(14px + 0.521vw), 24px);
  }

  .control__cards {
    column-gap: clamp(12px, calc(4px + 1.042vw), 24px);
  }

  .control__card {
    padding-block: clamp(24px, calc(14.667px + 1.215vw), 38px);
    padding-inline: clamp(16px, calc(5.333px + 1.389vw), 32px);
  }

  .control__card-title {
    font-size: clamp(21px, calc(19px + 0.26vw), 24px);
  }

  .footer__inner {
    padding-inline: clamp(16px, calc(-53.333px + 9.028vw), 120px);
  }

  .footer__logo {
    width: clamp(67px, calc(38.333px + 3.733vw), 110px);
  }

  .footer__logo-img {
    width: 100%;
    height: auto;
  }

  .footer__content {
    font-size: clamp(12px, calc(10.667px + 0.174vw), 14px);
  }

  .footer__info {
    column-gap: clamp(25px, calc(9.667px + 1.997vw), 48px);
  }

  .footer__list {
    column-gap: clamp(25px, calc(11.667px + 1.736vw), 45px);
  }

  .footer__item:not(:last-child):after {
    left: calc(100% + clamp(12.5px, calc(5.833px + 0.868vw), 22.5px));
  }
}

@media (min-width: 768px) and (max-width: 1106px) {
  .container {
    padding-inline: clamp(16px, calc(-49.893px + 8.58vw), 45px);
  }

  .example__grid {
    gap: clamp(8px, calc(3.456px + 0.592vw), 10px);
  }

  .example__card {
    padding: clamp(16px, calc(2.367px + 1.775vw), 22px);
    row-gap: clamp(10px, calc(5.456px + 0.592vw), 12px);
  }

  .example__panel {
    padding: clamp(18px, calc(4.367px + 1.775vw), 24px);
    row-gap: clamp(10px, calc(5.456px + 0.592vw), 12px);
  }

  .example__card-title {
    font-size: clamp(15px, calc(8.183px + 0.888vw), 18px);
  }

  .example__match-icon {
    width: clamp(14px, calc(9.456px + 0.592vw), 16px);
    height: clamp(14px, calc(9.456px + 0.592vw), 16px);
    margin-right: clamp(8px, calc(-1.089px + 1.183vw), 12px);
  }

  .example__match {
    padding-bottom: clamp(22px, calc(6.095px + 2.071vw), 29px);
  }

  .example__teams {
    row-gap: clamp(6px, calc(1.456px + 0.592vw), 8px);
    padding: clamp(12px, calc(2.911px + 1.183vw), 16px);
  }

  .example__team,
  .example__versus {
    font-size: clamp(14px, calc(9.456px + 0.592vw), 16px);
  }

  .example__odds {
    padding-bottom: clamp(24px, calc(3.55px + 2.663vw), 33px);
  }

  .example__odds-value {
    font-size: clamp(42px, calc(28.367px + 1.775vw), 48px);
    margin-bottom: clamp(8px, calc(-1.089px + 1.183vw), 12px);
  }

  .example__odds-text {
    font-size: clamp(15px, calc(8.183px + 0.888vw), 18px);
  }

  .example__result-body {
    padding: clamp(12px, calc(2.911px + 1.183vw), 16px) clamp(12px, calc(2.911px + 1.183vw), 16px)
      clamp(14px, calc(0.367px + 1.775vw), 20px);
  }

  .example__card--fair,
  .example__card--undervalued {
    font-size: clamp(14px, calc(9.456px + 0.592vw), 16px);
    padding-bottom: clamp(20px, calc(1.822px + 2.367vw), 28px);
  }

  .example__result-title {
    column-gap: clamp(8px, calc(-1.089px + 1.183vw), 12px);
  }

  .example__result-title-icon {
    width: clamp(20px, calc(10.911px + 1.183vw), 24px);
    height: clamp(20px, calc(10.911px + 1.183vw), 24px);
  }

  .example__results {
    row-gap: clamp(8px, calc(3.456px + 0.592vw), 10px);
  }

  .example__card--insight {
    row-gap: clamp(18px, calc(4.367px + 1.775vw), 24px);
  }

  .example__insight-icon {
    width: clamp(64px, calc(27.645px + 4.734vw), 80px);
    height: clamp(64px, calc(27.645px + 4.734vw), 80px);
  }

  .example__insight-icon-img {
    width: clamp(30px, calc(16.367px + 1.775vw), 36px);
    height: clamp(30px, calc(16.367px + 1.775vw), 36px);
  }

  .example__insight-text {
    font-size: clamp(15px, calc(8.183px + 0.888vw), 18px);
  }
}

@media (min-width: 768px) and (max-width: 1149px) {
  .system__steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1107px) and (max-width: 1150px) {
  .container {
    padding-inline: clamp(0px, calc(1176.136px - 102.273vw), 45px);
  }
}

.is-menu-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .scroll-top {
    top: 148px;
    right: 8px;
  }

  .scroll-top__icon {
    width: 24px;
    height: 24px;
  }

  .container {
    padding-inline: 16px;
  }

  .br-mobile {
    display: block;
  }

  .br-desktop {
    display: none;
  }

  .header__inner {
    min-height: 44px;
    padding: 0 16px;
    column-gap: 0;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
  }

  .header__nav {
    display: block;
    position: fixed;
    top: 44px;
    right: 0;
    left: 0;
    height: calc(100dvh - 44px);
    padding: 24px 16px 40px;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-16px);
    transition:
      opacity 0.25s ease,
      visibility 0.25s ease,
      transform 0.25s ease;
  }

  .header__toggle {
    display: flex;
  }

  .header--menu-open .header__nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .header--menu-open .header__toggle-icon--burger {
    opacity: 0;
  }

  .header--menu-open .header__toggle-icon--close {
    opacity: 1;
  }

  .header__list {
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.75;
    flex-direction: column;
    row-gap: 16px;
  }

  .hero {
    background: url(../assets/images/hero-bg-mob.webp) 6% 42px no-repeat;
    background-size: 100% 100%;
  }

  .hero__inner {
    padding: 56px 16px 40px;
    row-gap: 312px;
  }

  .hero__title {
    font-size: clamp(38px, calc(20.8px + 4.59vw), 56px);
    font-weight: 800;
    line-height: 1.2;
  }

  .hero__content {
    row-gap: 62px;
  }

  .hero__description {
    font-size: clamp(16px, calc(12.2px + 1.02vw), 20px);
    font-weight: 500;
    line-height: 1.6;
  }

  .hero__note {
    font-size: clamp(14px, calc(10.2px + 1.02vw), 18px);
    font-weight: 500;
    line-height: 1.6;
  }

  .hero__actions {
    row-gap: 16px;
  }

  .hero__cta {
    font-size: clamp(20px, calc(18.1px + 0.51vw), 22px);
    font-weight: 500;
    line-height: 1.4;
    width: 100%;
    max-width: none;
  }

  .scroll-top {
    transition: opacity 0.25s ease;
  }

  .is-menu-open .scroll-top {
    opacity: 0;
    pointer-events: none;
  }

  .section-title {
    font-size: clamp(22px, calc(0px + 5.87vw), 45px);
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
  }

  .questions {
    padding-block: 40px;
  }

  .questions__card {
    padding-block: clamp(12px, calc(9.13px + 0.765vw), 15px);
    padding-inline: clamp(16px, calc(12.173px + 1.02vw), 20px);
    display: flex;
    column-gap: clamp(8px, calc(7.043px + 0.255vw), 9px);
  }

  .questions__container {
    row-gap: 24px;
  }

  .questions__card-text {
    font-size: clamp(16px, calc(9.304px + 1.786vw), 23px);
    font-weight: 500;
    line-height: 1.6;
  }

  .questions__list {
    row-gap: clamp(12px, calc(10.087px + 0.51vw), 14px);
  }

  .questions__card-icon {
    width: 20px;
    height: 20px;
  }

  .questions__answer {
    margin-top: 8px;
    row-gap: 14px;
  }

  .questions__answer-title {
    font-size: clamp(22px, calc(0px + 5.87vw), 45px);
  }

  .questions__container {
    row-gap: clamp(24px, calc(3.911px + 5.357vw), 45px);
  }

  .questions__answer-text {
    font-size: clamp(16px, calc(9.304px + 1.786vw), 23px);
  }

  .questions__answer-icon {
    display: inline-block;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
  }

  .system {
    padding-block: 40px;
  }

  .system__container {
    row-gap: 32px;
  }

  .section-title {
    margin-bottom: 0;
  }

  .system__steps {
    grid-template-columns: 1fr;
    row-gap: clamp(56px, calc(48.348px + 2.041vw), 64px);
  }

  .system__step {
    row-gap: 8px;
  }

  .system__step:not(:last-child)::after {
    width: clamp(35px, calc(30.216px + 1.276vw), 40px);
    height: clamp(40px, calc(35.216px + 1.276vw), 45px);
    top: calc(100% + clamp(8px, calc(6.087px + 0.51vw), 10px));
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .system__step-icon {
    width: clamp(60px, calc(40.867px + 5.102vw), 80px);
    height: clamp(60px, calc(40.867px + 5.102vw), 80px);
  }

  .system__step-icon-img {
    width: clamp(30px, calc(20.434px + 2.551vw), 40px);
    height: clamp(30px, calc(20.434px + 2.551vw), 40px);
  }

  .system__step-title {
    font-size: clamp(20px, calc(16.173px + 1.02vw), 24px);
    font-weight: 500;
    line-height: 1.4;
  }

  .system__note {
    column-gap: 8px;
    font-size: clamp(20px, calc(9.477px + 2.806vw), 31px);
    font-weight: 600;
    line-height: 1.6;
  }

  .system__note-icon {
    width: 20px;
    height: 20px;
  }

  .system__step::before {
    width: clamp(198px, calc(134.862px + 16.837vw), 264px);
    height: clamp(60px, calc(40.867px + 5.102vw), 80px);
    border-radius: 18px;
    opacity: 0.5;
    background: rgba(20, 160, 255, 0.7);
    filter: blur(18px);
    left: 50%;
    transform: translateX(-50%);
  }

  .example {
    padding-block: 40px;
  }

  .example__container {
    row-gap: 24px;
  }

  .example__title-icon {
    width: clamp(22px, calc(0.954px + 5.613vw), 44px);
    height: clamp(22px, calc(0.954px + 5.613vw), 44px);
    margin-left: 8px;
  }

  .example__grid {
    grid-template-columns: 1fr;
  }

  .example__card {
    padding: 14px;
  }

  .example__panel {
    padding: 16px;
  }

  .example__card-title {
    font-size: clamp(16px, calc(12.173px + 1.02vw), 20px);
    font-weight: 600;
    line-height: 1.25;
  }

  .example__match-title {
    font-size: clamp(16px, calc(1.651px + 3.827vw), 31px);
  }

  .example__match-icon {
    width: clamp(16px, calc(1.651px + 3.827vw), 31px);
    height: clamp(16px, calc(1.651px + 3.827vw), 31px);
  }

  .example__teams {
    row-gap: 4px;
  }

  .example__team,
  .example__versus {
    font-size: clamp(14px, calc(10.173px + 1.02vw), 18px);
    line-height: 1.72;
  }

  .example__team-icon {
    width: clamp(14px, calc(10.173px + 1.02vw), 18px);
    height: clamp(14px, calc(10.173px + 1.02vw), 18px);
  }

  .example__odds-value {
    font-size: clamp(40px, calc(35.216px + 1.276vw), 45px);
    line-height: 0.9;
    margin-bottom: 0;
  }

  .example__odds .example__card-title {
    line-height: 1.75;
  }

  .example__odds-text {
    font-size: clamp(16px, calc(12.173px + 1.02vw), 20px);
    line-height: 1.5;
  }

  .example__results {
    flex-direction: row;
    column-gap: 8px;
  }

  .example__card--fair,
  .example__card--undervalued {
    font-size: clamp(14px, calc(8.26px + 1.531vw), 20px);
    line-height: 1.4;
  }

  .example__card--undervalued .example__result-title {
    line-height: 1.4;
    text-align: left;
  }

  .example__result-title {
    column-gap: clamp(4px, calc(0.173px + 1.02vw), 8px);
    line-height: 2.33;
    align-items: center;
  }

  .example__result-title-text {
    font-size: clamp(12px, calc(8.173px + 1.02vw), 16px);
  }

  .example__result-title-icon {
    width: clamp(20px, calc(16.173px + 1.02vw), 24px);
    height: clamp(20px, calc(16.173px + 1.02vw), 24px);
  }

  .example__result-body {
    padding: 8px;
  }

  .example__card--fair .example__result-action {
    line-height: 1.71;
    margin-bottom: 22px;
  }

  .example__card--undervalued .example__result-action {
    line-height: 1.4;
  }

  .example__card--insight {
    padding-block: 24px;
    row-gap: 12px;
  }

  .example__insight-icon {
    width: 60px;
    height: 60px;
  }

  .example__insight-icon-img {
    width: 24px;
    height: 24px;
  }

  .example__insight-text {
    font-size: clamp(16px, calc(12.173px + 1.02vw), 20px);
    font-weight: 600;
    line-height: 1.6;
  }

  .start {
    padding-block: 40px 61px;
    background-color: lightgray;
    background-image:
      linear-gradient(180deg, rgba(0, 150, 255, 0.8) 0%, rgba(0, 150, 255, 0) 45.63%),
      url(../assets/images/start-bg-mobile.webp);
    background-position:
      0 0,
      -189px 0;
    background-size:
      100% 100%,
      222% 100%;
    background-repeat: no-repeat;
    line-height: 1.75;
  }

  .start__container {
    row-gap: 16px;
  }

  .start__list {
    row-gap: 16px;
  }

  .start__item,
  .start__note {
    font-size: clamp(16px, calc(9.304px + 1.786vw), 23px);
  }

  .start__item {
    line-height: 1.75;
    padding: 14px 22px 15px 22px;
    column-gap: 24px;
  }

  .start__item-icon {
    width: 28px;
    height: 28px;
  }

  .start__note {
    margin-top: 0;
    line-height: 1.6;
    padding: 11px 22px;
  }

  .control {
    padding-block: 40px;
  }

  .control__container {
    row-gap: 24px;
  }

  .control__cards {
    flex-direction: column;
    row-gap: 8px;
  }

  .control__card {
    width: 100%;
    max-width: 100%;
    padding: 18px 32px;
  }

  .control__card-title {
    font-size: clamp(16px, calc(8.347px + 2.041vw), 24px);
    line-height: 1.75;
  }

  .control__icon {
    width: clamp(64px, calc(53.477px + 2.806vw), 75px);
    height: clamp(64px, calc(53.477px + 2.806vw), 75px);
  }

  .control__notice {
    padding: 12px 16px 12px 12px;
  }

  .control__notice-inner {
    column-gap: 8px;
  }

  .control__notice-icon {
    width: 32px;
    height: 32px;
  }

  .control__notice-title {
    font-size: clamp(16px, calc(14.087px + 0.51vw), 18px);
    line-height: 1.55;
  }

  .canada {
    padding-block: 40px;
  }

  .canada__title {
    margin-bottom: 24px;
    column-gap: clamp(8px, calc(4.193px + 1.018vw), 12px);
  }

  .canada__title-icon {
    width: clamp(22px, calc(1.064px + 5.598vw), 44px);
    height: clamp(22px, calc(1.064px + 5.598vw), 44px);
  }

  .canada__cards {
    row-gap: 16px;
  }

  .canada__legal-card {
    flex-direction: column;
    row-gap: 12px;
    padding: clamp(16px, calc(10.29px + 1.527vw), 22px) clamp(16px, calc(10.29px + 1.527vw), 22px)
      clamp(16px, calc(10.29px + 1.527vw), 22px) clamp(12px, calc(6.29px + 1.527vw), 18px);
  }

  .canada__legal-card-icon {
    width: clamp(28px, calc(20.387px + 2.036vw), 36px);
    height: clamp(28px, calc(20.387px + 2.036vw), 36px);
  }

  .canada__legal-card-content {
    row-gap: 8px;
  }

  .canada__legal-card-title {
    font-size: clamp(16px, calc(0.733px + 4.071vw), 32px);
    line-height: 1.6;
  }

  .canada__legal-card-text {
    font-size: clamp(14px, calc(2.55px + 3.053vw), 26px);
    line-height: 1.4;
  }

  .canada__guide-card {
    padding: clamp(16px, calc(10.29px + 1.527vw), 22px);
  }

  .canada__guide-card-title {
    margin-bottom: 24px;
    font-size: clamp(16px, calc(0.733px + 4.071vw), 32px);
    font-weight: 600;
    line-height: 1.6;
  }

  .canada__trust {
    flex-direction: column-reverse;
    row-gap: 24px;
  }

  .trust-1xbet {
    padding-block: 6px;
  }

  .trust-1xbet__icon {
    width: clamp(28px, calc(20.387px + 2.036vw), 36px);
    height: clamp(28px, calc(20.387px + 2.036vw), 36px);
  }

  .trust-1xbet__content-text {
    font-size: clamp(14px, calc(4.458px + 2.545vw), 24px);
  }


  .trust-1xbet__list {
    row-gap: 24px;
  }

  .trust-1xbet__list-item {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }

  .trust-1xbet__list-item-icon {
    width: 28px;
    height: 28px;
  }

  .trust-1xbet__list-item-text {
    font-size: clamp(16px, calc(0.733px + 4.071vw), 32px);
    font-weight: 600;
    line-height: 1.6;
  }

  .cta {
    padding-block: 40px 42px;
    background: url('../assets/images/cta-bg-mobile.webp') lightgray -110.45px -282px / 166.263% 155.403% no-repeat;
    text-align: center;
  }

  .cta__container {
    row-gap: 24px;
  }

  .cta__promo {
    margin-top: 16px;
    padding: 15px;
  }

  .cta__link {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
  }

  .cta__promo-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
  }

  .cta__promo-code {
    border: 2px solid #14a0ff;
    padding: 16px 24px;
  }

  .footer {
    font-size: 12px;
  }

  .footer__inner {
    padding: 16px;
    flex-direction: column;
    row-gap: 16px;
  }

  .footer__logo {
    width: 56px;
    height: 12px;
  }

  .footer__logo-img {
    width: 100%;
    height: auto;
  }

  .footer__content {
    row-gap: 8px;
    align-items: flex-start;
    line-height: 2.333;
  }

  .footer__info {
    flex-direction: column;
  }

  .footer__list {
    flex-direction: column;
    row-gap: 8px;
  }

  .footer__item:not(:last-child):after {
    content: none;
  }
}

@media (min-width: 405px) and (max-width: 767px) {
  .example__card--undervalued .example__result-title {
    line-height: 2.33;
  }
}

@media (min-width: 399px) and (max-width: 767px) {
  .example__card--fair .example__result-action {
    margin-bottom: 0;
  }
}

@media (min-width: 404px) and (max-width: 767px) {
  .example__card--fair .example__result-action {
    margin-bottom: 17px;
  }
}

@media (min-width: 433px) and (max-width: 767px) {
  .example__card--undervalued .example__result-action {
    line-height: 1.71;
    margin-bottom: 17px;
  }
}

@media (min-width: 375px) and (max-width: 767px) {
  .cta__link {
    padding-block: clamp(19px, calc(14.217px + 1.276vw), 24px);
    padding-inline: clamp(20px, calc(3.737px + 4.337vw), 37px);
    font-size: clamp(20px, calc(16.173px + 1.02vw), 24px);
  }

  .cta__link-icon {
    width: clamp(24px, calc(20.173px + 1.02vw), 28px);
    height: clamp(24px, calc(20.173px + 1.02vw), 28px);
  }

  .cta__promo-text {
    font-size: clamp(16px, calc(12.173px + 1.02vw), 20px);
  }

  .footer {
    font-size: clamp(12px, calc(6.26px + 1.531vw), 18px);
  }

  .footer__logo {
    width: clamp(56px, calc(29.214px + 7.143vw), 84px);
    height: clamp(12px, calc(6.26px + 1.531vw), 18px);
  }
}

@media (max-width: 374px) {
  .questions__title {
    font-size: 19px;
  }

  .questions__card-text {
    font-size: 15px;
  }

  .questions__answer-text {
    font-size: 14px;
  }

  .hero__title {
    font-size: 32px;
  }

  .hero__note {
    font-size: 12px;
  }

  .hero__cta {
    padding-inline: 23px;
    font-size: 19px;
  }

  .system__note {
    font-size: 17px;
  }

  .example__odds-text {
    font-size: 13px;
  }

  .start__item,
  .start__note {
    font-size: 13px;
  }

  .control__card-title {
    font-size: 14px;
  }

  .control__notice-title {
    font-size: 16px;
  }

  .canada__title {
    font-size: 21px;
  }

  .canada__legal-card-title,
  .canada__guide-card-title,
  .trust-1xbet__list-item-text {
    font-size: 14px;
  }

  .canada__legal-card-text {
    font-size: 11px;
  }

  .trust-1xbet__content-text {
    font-size: 12px;
  }


  .cta__title {
    font-size: 20px;
  }

  .cta__link {
    padding: 19px 20px;
  }

  .cta__promo-text {
    font-size: 13px;
  }

  .footer {
    font-size: 10px;
  }
}

@media (max-width: 327px) {
  .hero__description {
    font-size: 15px;
  }
}
