button, hr, input {
  overflow: visible;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=search] {
  outline-offset: -2px;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
}
*,
::after,
::before {
  box-sizing: inherit;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

picture {
  flex-shrink: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background: #FFF;
}

p, h1, h2, h3 {
  margin: 0;
}

.container {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1283px;
}

.padding {
  padding: 20px 32px;
}

.background {
  padding: 34px 58px;
  padding-bottom: 45px;
  background: #F5F5F5;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

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

.cube,
.list {
  display: flex;
  justify-content: space-between;
}

.list {
  gap: 20px;
}

.cube {
  justify-content: center;
  flex-wrap: wrap;
  gap: 43px;
}

.item {
  max-width: 917px;
}

.center {
  align-items: center;
}

.reset {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.title {
  font-size: 40px;
  font-weight: 700;
}

.subtitle {
  font-size: 32px;
  font-weight: 700;
  color: #063D7A;
}

.div {
  padding: 25px;
  background: #E8E8E8;
}

.subdiv {
  padding: 22px 57px;
  background: #F6E0D7;
}
.subdiv h3 {
  color: #FF4C00;
}

.table,
.subtable {
  border-collapse: collapse;
  overflow: hidden;
  border: 2px solid #E8E8E8;
  width: 100%;
}
.table thead tr th,
.subtable thead tr th {
  text-align: center;
  padding: 12px 0;
  width: 305px;
  font-size: 18px;
  font-weight: 700;
  color: #063D7A;
  background: #E8E8E8;
  text-transform: uppercase;
}
.table tbody tr th, .table tbody tr td,
.subtable tbody tr th,
.subtable tbody tr td {
  text-align: center;
  width: 305px;
  padding: 14px 0;
  font-size: 15px;
  font-weight: 400;
}
.table tbody tr th:not(:last-child),
.table tbody tr td:not(:last-child),
.subtable tbody tr th:not(:last-child),
.subtable tbody tr td:not(:last-child) {
  border-right: 2px solid #E8E8E8;
}

.table tr:nth-child(2n) td,
.subtable tr:nth-child(2n) td,
.table tr:nth-child(2n) th,
.subtable tr:nth-child(2n) th {
  background: #E8E8E8;
}

.subtable {
  display: none;
}
.subtable thead tr th {
  font-size: 15px;
}
.subtable tbody tr th {
  font-size: 15px;
  font-weight: 700;
  color: #063D7A;
  text-transform: capitalize;
}

.btn,
.btn-last {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  border: none;
  border-radius: 15px;
  padding: 16px 13px;
  padding-left: 28px;
  padding-right: 58px;
  font-size: 20px;
  color: #FFF;
  background: #063D7A;
  text-transform: uppercase;
}
.btn img,
.btn-last img {
  margin-right: 36px;
}
.btn span,
.btn-last span {
  width: 100px;
}
.btn span span,
.btn-last span span {
  font-weight: 700;
}

.btn-last {
  padding: 12px 37px;
  padding-left: 20px;
  padding-right: 30px;
  background: #FF4C00;
}
.btn-last img {
  margin-right: 27px;
}
.btn-last span {
  width: 130px;
}

.btn {
  margin-right: 20px;
}

.btn:focus {
  outline: none;
}

.number-div {
  counter-reset: num;
  gap: 40px;
}

.number {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 43px 50px;
  padding-top: 33px;
  width: 300px;
  font-weight: 700;
  background: #E8E8E8;
}
.number p {
  margin-left: 32px;
  margin-bottom: 50px;
}

.number:before {
  content: counter(num) "";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 5px;
  font-size: 128px;
  font-weight: 700;
  color: #063D7A;
}

.point-div {
  gap: 40px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.point {
  position: relative;
}

.point:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: -10px;
  border-radius: 50%;
  width: 2.5px;
  height: 2.5px;
  background: #000;
}

.container-li {
  margin-top: 25px;
}

.none {
  display: none;
}

@media (max-width: 1200px) {
  .list {
    flex-direction: column;
    align-items: center;
  }
  .item {
    max-width: 100%;
  }
  .div {
    flex-direction: column-reverse;
  }
  .btn,
  .btn-last {
    margin: 0;
  }
  .btn-last {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  body {
    font-size: 14px;
  }
  .container {
    padding: 0 32px;
  }
  .padding {
    padding: 12.5px 32px;
  }
  .background {
    padding: 23px 28px;
  }
  .title {
    font-size: 24px;
  }
  .subtitle {
    font-size: 22px;
  }
  .cube {
    gap: 10px;
    padding-bottom: 20px;
  }
  .btn,
  .btn-last {
    margin: 0;
    padding: 9px 24px;
    font-size: 14px;
  }
  .btn img,
  .btn-last img {
    margin-right: 10px;
    width: 38px;
    height: 38px;
  }
  .btn-last {
    margin-bottom: 10px;
    padding: 13px 21px;
  }
  .btn-last span {
    width: 105px;
  }
  .table {
    display: none;
  }
  .subtable,
  .none {
    display: block;
  }
  .number {
    padding: 20px;
  }
  .number p {
    margin-bottom: 20px;
    margin-left: 55px;
    font-weight: 400;
  }
  .number:before {
    font-size: 96px;
  }
  .subtable thead tr th,
  .subtable tbody tr th,
  .subtable tbody tr td {
    width: 120px;
  }
  .subdiv {
    padding: 28px 30px;
    padding-top: 25px;
  }
}
/* header */
.header {
  padding-top: 11px;
  padding-bottom: 10px;
  color: #FFF;
  background: linear-gradient(180deg, #0D4586 0%, #0A519F 100%);
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1488px;
}
.header__logo {
  flex-shrink: 0;
  margin-right: 24px;
}
.header__div {
  display: flex;
  justify-content: space-between;
}
.header__subbtn {
  display: none;
}
.header__menu {
  border-radius: 41px;
  padding: 16px 34px;
  padding-bottom: 14px;
  background: #063D7A;
}
.header__margin-link:not(:last-child) {
  margin-right: 30px;
}
.header__link {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.header__btn {
  border-radius: 41px;
  margin-right: 20px;
  padding: 15px 23px;
  padding-left: 41px;
  font-size: 16px;
  font-weight: 500;
  background: #FF4C00;
  text-transform: uppercase;
}
.header__burger {
  position: relative;
  text-align: center;
  display: none;
  flex-shrink: 0;
  border: none;
  border-radius: 41px;
  padding: 12px 0;
  width: 320px;
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  background: #063D7A;
  text-transform: uppercase;
  cursor: pointer;
}
.header__burger::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 12px;
  border: none;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  width: 8px;
  height: 8px;
  pointer-events: none;
  transform: rotate(45deg);
  transition: transform 0.3s;
}

@keyframes menu-open {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes menu-close {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@media (max-width: 1400px) {
  .header__logo {
    margin: 0;
  }
  .header__btn {
    text-align: center;
    margin: 0;
    padding: 12px 0;
    padding-bottom: 10px;
    width: 320px;
  }
  .header__burger {
    display: block;
  }
  .header__cube {
    position: fixed;
    z-index: 5;
    right: 30px;
    top: 15px;
    display: none;
    width: 320px;
  }
  .header__subbtn {
    position: relative;
    display: block;
    border: none;
    margin-bottom: 19px;
    width: 284px;
    font-size: 14px;
    font-weight: 500;
    color: #144D8C;
    background: none;
    text-transform: uppercase;
    cursor: pointer;
  }
  .header__subbtn::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 27px;
    border: none;
    width: 14px;
    height: 2px;
    background: #FFF;
    transform: rotate(45deg);
  }
  .header__subbtn::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 27px;
    width: 14px;
    height: 2px;
    background: #FFF;
    transform: rotate(-45deg);
  }
  .header__menu {
    flex-direction: column;
    border-radius: 20px;
    padding: 13px;
    width: 100%;
    background: #063D7A;
  }
  .header__cube.is-opened {
    display: flex;
    animation-name: menu-open;
    animation-duration: 0.5s;
  }
  .header__cube.is-closed {
    animation-name: menu-close;
    animation-duration: 0.5s;
  }
  .header__margin-link:not(:last-child) {
    margin: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .header__link {
    display: inline-block;
    text-align: center;
    border-bottom: 2px solid #144D8C;
    padding-bottom: 8px;
    width: 230px;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .header {
    padding: 11px 0;
    padding-bottom: 22px;
  }
  .header__container {
    flex-direction: column;
    padding: 0 20px;
  }
  .header__logo {
    margin-bottom: 7px;
  }
  .header__cube {
    top: 120px;
    right: 20px;
  }
  .header__btn {
    margin-bottom: 12px;
    width: 320px;
  }
  .header__burger {
    width: 320px;
  }
}
@media (max-width: 576px) {
  .header__btn, .header__burger {
    width: 100%;
  }
}
/* mostbet */
.mostbet {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 48px;
  padding-bottom: 24px;
}
.mostbet__item {
  position: relative;
  margin-bottom: 48px;
  max-width: 1488px;
}
.mostbet__title {
  position: absolute;
  left: 74px;
  bottom: 60px;
  max-width: 1000px;
  font-size: 64px;
  font-weight: 700;
  line-height: 69.5px;
  color: #FFF;
}
.mostbet__margin {
  margin-bottom: 38px;
}

@media (max-width: 1024px) {
  .mostbet__title {
    bottom: 20px;
    left: 60px;
    max-width: 500px;
    font-size: 32px;
    font-weight: 800;
    line-height: 41px;
  }
}
@media (max-width: 576px) {
  .mostbet {
    padding: 26px 20px;
  }
  .mostbet__item {
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }
  .mostbet__title {
    left: 29px;
    bottom: 59px;
    max-width: 200px;
  }
  .mostbet__subitem {
    margin-left: 12px;
    margin-right: 12px;
  }
}
/* overview */
.overview__list {
  gap: 49px;
  align-items: center;
  padding-right: 37px;
  padding-bottom: 44px;
}
.overview__item {
  max-width: 957px;
}

/* primary */
.primary__text {
  margin-bottom: 16px;
}
.primary__div {
  justify-content: flex-end;
  padding-right: 26px;
}

/* download */
.download__list {
  margin-bottom: 44px;
}
.download__number h3, .download p, .download picture {
  z-index: 3;
}
.download__number:nth-child(3) {
  height: 60px;
}
.download__number:nth-child(4), .download__number:nth-child(5), .download__number:nth-child(6) {
  padding: 0;
  width: 400px;
  background: none;
}
.download__number:nth-child(4) p, .download__number:nth-child(5) p, .download__number:nth-child(6) p {
  margin-left: 0;
}
.download__number:nth-child(4) h3, .download__number:nth-child(5) h3, .download__number:nth-child(6) h3 {
  margin-left: -105px;
  margin-bottom: 10px;
  max-width: 290px;
}
.download__number:nth-child(4):before, .download__number:nth-child(5):before, .download__number:nth-child(6):before {
  top: -20px;
  left: 100px;
  font-size: 300px;
  font-weight: 700;
  color: #F6E0D7;
}

@media (max-width: 576px) {
  .download__number:nth-child(4), .download__number:nth-child(5), .download__number:nth-child(6) {
    padding: 0;
    width: 400px;
    background: none;
  }
  .download__number:nth-child(4) p, .download__number:nth-child(5) p, .download__number:nth-child(6) p {
    margin-left: 0;
  }
  .download__number:nth-child(4) h3, .download__number:nth-child(5) h3, .download__number:nth-child(6) h3 {
    margin-left: 0;
    max-width: 240px;
  }
  .download__number:nth-child(4):before, .download__number:nth-child(5):before, .download__number:nth-child(6):before {
    top: -40px;
    left: 10%;
  }
}
/* android */
.android__margin {
  margin-bottom: 62px;
}
.android__submargin {
  margin-bottom: 23px;
}
.android__number {
  padding: 0;
  padding-top: 23px;
  width: 400px;
  height: 300px;
}
.android__text {
  margin-left: 60px;
  max-width: 253px;
}
.android__cube {
  background: #F5F5F5;
}
.android__cube p {
  margin-left: 0;
}
.android__title {
  margin-top: 24px;
  margin-bottom: 10px;
}
.android__table {
  margin-top: 11px;
}
.android__table thead {
  display: none;
}
.android__table tbody tr th {
  font-weight: 700;
  color: #063D7A;
  text-transform: uppercase;
}
.android__table tbody tr:nth-child(odd) td,
.android__table tbody tr:nth-child(odd) th {
  background: #E8E8E8;
}
.android__table tbody tr:nth-child(2n) td,
.android__table tbody tr:nth-child(2n) th {
  background: none;
}

@media (max-width: 1400px) {
  .android__number {
    height: auto;
  }
}
/* ios */
.ios__margin {
  margin-bottom: 16px;
}
.ios__div {
  justify-content: flex-end;
}

/* iphone */
.iphone__number {
  padding: 0;
  padding-top: 23px;
  width: 400px;
  height: 80px;
  background: #F5F5F5;
}
.iphone__number p {
  margin-left: 0;
}
.iphone__title {
  margin-top: 24px;
  margin-bottom: 10px;
}
.iphone__text {
  margin-bottom: 10px;
}
.iphone__table thead {
  display: none;
}
.iphone__table tbody tr th {
  font-weight: 700;
  color: #063D7A;
  text-transform: uppercase;
}
.iphone__table tbody tr:nth-child(odd) td,
.iphone__table tbody tr:nth-child(odd) th {
  background: #E8E8E8;
}
.iphone__table tbody tr:nth-child(2n) td,
.iphone__table tbody tr:nth-child(2n) th {
  background: none;
}

@media (max-width: 1400px) {
  .iphone__number {
    height: auto;
  }
}
/* via */
.via__number {
  height: 50px;
}

/* bonus */
.bonus__margin {
  margin-bottom: 26px;
}

/* payment */
.payment__margin {
  margin-bottom: 25px;
}
.payment__div {
  justify-content: flex-end;
}
.payment__cube {
  position: relative;
  text-align: center;
}
.payment__pagination {
  margin-bottom: 19px;
}
.payment__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #D9D9D9;
}
.payment__pagination .swiper-pagination-bullet-active {
  background: #063D7A;
}
.payment__pagination .swiper-pagination-bullets {
  margin-right: 10px;
}
.payment__table tbody tr th {
  font-weight: 400;
  color: #000;
}

/* app */
.app__subitem {
  max-width: 879px;
}

/* sports */
.sports__item {
  max-width: 957px;
}

/* types */
.types__item {
  max-width: 921px;
}

/* betting */
.betting__item {
  max-width: 957px;
}

@media (max-width: 576px) {
  .betting__list {
    flex-direction: column-reverse;
  }
}
/* casino */
.casino__subitem {
  max-width: 879px;
}

@media (max-width: 576px) {
  .casino__margin {
    margin-bottom: 20px;
  }
  .casino__list {
    flex-direction: column-reverse;
  }
}
/* support */
.support__title {
  margin-bottom: 11px;
}

@media (max-width: 576px) {
  .support__title {
    margin-bottom: 20px;
  }
}
/* faq */
.faq {
  padding-bottom: 47px;
}
.faq__title {
  text-align: center;
  margin-bottom: 25px;
}
.faq__accordion {
  position: relative;
  text-transform: none;
  border: 2px solid #000;
  border-radius: 15px;
  margin: 0;
  padding: 15px 38px;
  padding-right: 75px;
  padding-bottom: 14px;
  font-size: 20px;
  line-height: 42px;
  font-weight: 700;
  cursor: pointer;
}
.faq__accordion:not(:last-child) {
  margin-bottom: 19px;
}
.faq__accordion::before {
  content: "";
  position: absolute;
  right: 55px;
  top: 17px;
  border: none;
  border-right: 4px solid #000;
  border-bottom: 4px solid #000;
  width: 21px;
  height: 21px;
  pointer-events: none;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
.faq__text {
  margin: 0;
  max-height: 0;
  text-align: left;
  overflow: hidden;
  font-size: 20px;
}
.faq__accordion.active {
  margin: 0;
}
.faq__accordion.active + .faq__text {
  border: 2px solid #000;
  border-top: none;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-top: -60px;
  margin-bottom: 19px;
  padding: 30px;
  padding-left: 36px;
  padding-top: 85px;
  padding-bottom: 25px;
}
.faq__accordion.active::before {
  content: "";
  position: absolute;
  top: 34px;
  right: 47px;
  border: none;
  width: 35px;
  height: 3px;
  background: #000;
  transform: rotate(45deg);
}
.faq__accordion.active::after {
  content: "";
  position: absolute;
  top: 34px;
  right: 47px;
  width: 35px;
  height: 3px;
  background: #000;
  transform: rotate(-45deg);
}

@media (max-width: 576px) {
  .faq {
    padding-bottom: 20px;
  }
  .faq__title {
    text-align: left;
    margin-bottom: 30px;
  }
  .faq__accordion {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 20px;
    padding-top: 23px;
    padding-right: 63px;
    padding-bottom: 24px;
    font-size: 16px;
    line-height: 27.2px;
  }
  .faq__accordion.active {
    line-height: 1;
  }
  .faq__accordion:not(:last-child) {
    margin-bottom: 15px;
  }
  .faq__accordion::before {
    right: 28px;
    top: 40%;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 16px;
    height: 16px;
  }
  .faq__accordion.active + .faq__text {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #000;
    border-top: none;
    margin-bottom: 15px;
    padding: 20px;
    padding-top: 60px;
  }
  .faq__text {
    font-size: 16px;
  }
  .faq__accordion.active::before {
    top: 55px;
    right: 20px;
    width: 22px;
    height: 1px;
  }
  .faq__accordion.active::after {
    top: 55px;
    right: 20px;
    width: 22px;
    height: 1px;
  }
}
/* footer */
.footer__div {
  padding-top: 34px;
  padding-bottom: 36px;
  background: #002E63;
}
.footer__container {
  max-width: 1490px;
}
.footer__cube {
  align-items: center;
  justify-content: space-between;
  border-radius: 15px;
  margin-bottom: 35px;
  padding: 24px;
  background: #123A6F;
}
.footer__logo {
  flex-shrink: 0;
}
.footer__btn {
  border-radius: 41px;
  margin-right: 274px;
  padding: 12px 29px;
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  background: #FF4C00;
}
.footer__section {
  margin-left: 23px;
}
.footer__margin-link:not(:last-child) {
  margin-right: 11.5px;
}
.footer__subdiv {
  text-align: center;
  padding: 23px 0;
  font-size: 16px;
  color: #FFF;
  background: #2D4C80;
}
.footer__logo:focus, .footer__btn:focus, .footer__link:focus {
  outline: none;
}

@media (max-width: 1200px) {
  .footer__btn {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .footer__container {
    padding: 0 32px;
  }
  .footer__cube {
    flex-direction: column;
    margin-bottom: 64px;
    padding: 28px;
    padding-bottom: 30px;
  }
  .footer__logo {
    margin-bottom: 40px;
  }
  .footer__btn {
    text-align: center;
    margin-right: 0;
    padding: 12px 0;
    width: 100%;
  }
  .footer__section {
    margin-left: 0;
  }
  .footer__margin-link:not(:last-child) {
    margin-right: 23.4px;
  }
  .footer__subdiv {
    padding: 19px 0;
  }
}