@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&family=Noto+Sans&display=swap");

*,
*:before,
*:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  bottom: 0;
}

a {
  text-decoration: none;
}

h2 {
  line-height: 36px;
}

h3 {
  line-height: 22px;
}

@media screen and (max-width: 576px) {
  p {
    text-align: justify;
  }
}

ul,
ol,
li {
  list-style: none;
}

body {
  font-family: inter;
  font-size: 14px;
  color: #1d2730;
  margin: 0;
  background-color: #f0f3f6;
  overflow-x:hidden;
	
}

[class*="__container"] {
  margin: 0px auto;
}

.header {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.45);
  background-color: #1d2730;
  z-index: 10;
  position: relative;
}
.header__container {
  margin-left: 12px;
  display: flex;
  min-height: 70px;
  align-items: center;
  font-weight: 600;
}

.header__menu {
  margin-top: 27px;
  margin-bottom: 18px;
  flex: 1 1 auto;
  font-size: 15px;
}
.menu {
  display: flex;
  justify-content: center;
}
.menu__list {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1099px) {
  .menu__list {
    display: none;
  }
}

.menu__link {
  color: #ffff;
}

.button {
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
  background: #00b907;
  padding: 12px 84px;
  border-radius: 10px;
  color: #ffffff;
  margin-top: 26px;
}
.button:hover {
  background: #33ca3a;
}
.button__blue {
  padding: 7px 9px;
  border-radius: 5px;
  border: 1px solid rgb(222, 222, 222);
  margin-right: 34px;
  font-size: 12.5px;
  transition: background-color 0.3s ease 0s;
}

@media screen and (max-width: 1030px) {
  .button__blue {
    display: none;
  }
}

.icon_user {
  padding-left: 7px;
}

.menu_burger {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: #1d2730;
  max-width: 320px;
  transform: translateX(100%);
  transition: transform 0.3s;
}

.menu_burger.active {
  transform: translateX(0);
}
@media screen and (max-width: 576px) {
  .menu_burger.active {
    transform: translateX(0%);
    max-width: 576px;
    max-height: 800px;
  }
}

.menu_burger li {
  margin: 40px 0px;
}

.burg {
  color: #fff;
  font-size: 16px;
  margin: 20px 20px;
}
.burger {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 1030px) {
  .burger {
    display: inline-block;
    visibility: visible;
  }
}

.burger-btn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 0;
  background-color: transparent;
  width: 30px;
  height: 30px;
}

.burger-btn:hover {
  cursor: pointer;
}

.burger-line {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #dedede;
  border-radius: 2px;
  transition: 0.3s;
}

.burger-line:nth-child(1) {
  top: 4px;
  transform: translateY(-10px);
}

.burger-line:nth-child(3) {
  bottom: 4px;
  transform: translateY(10px);
}

.burger-btn.open .burger-line:nth-child(1) {
  transform: rotate(45deg);
}

.burger-btn.open .burger-line:nth-child(3) {
  transform: rotate(-45deg);
}

.burger-btn.open .burger-line:nth-child(2) {
  opacity: 0;
}

.menu__links {
  color: #88df3b;
}

.menu__links::before {
  content: url(../img/casino_button.svg);
  top: 50px;
  position: absolute;
  width: 100%;
  margin-left: -8px;
}
.button__blue:hover {
  background: #3d3f46;
}

[class*="__content"] {
  max-width: 1190px;
  margin: 0px auto;
  padding: 0px 20px;
}

.section-header {
  background-color: #1d2730;
  min-height: 336px;
}

.breadcrumb__content {
  padding-top: 12px;
  display: flex;
}
@media screen and (max-width: 576px) {
  .breadcrumb__content {
    font-size: 13px;
  }
}
.icon_home {
  margin-right: 3px;
}

.mr-xs {
  color: #7b8c98;
  margin-left: 10px;
}

.vector_icon {
  margin-top: 2.5px;
}
.page-header__content {
  margin-top: 75px;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .page-header__content {
    margin-top: 30px;
  }
}

.text-header {
  margin-right: 81px;
}
@media screen and (max-width: 1066px) {
  .text-header {
    margin-right: 0px;
  }
}
@media screen and (max-width: 720px) {
  .text-header {
    display: flex;
    flex-direction: column;
  }
}
.text-header h1 {
  font-size: 27px;
}
@media screen and (max-width: 576px) {
  .text-header h1 {
    font-size: 24px;
    line-height: 34px;
  }
}
.text-header p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 24px;
}
@media screen and (max-width: 1066px) {
  .text-header p {
    margin-right: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .text-header p {
    font-size: 13px;
    line-height: 20px;
    margin-right: 0px;
    padding: 15px 0;
    color: #cdd6dd;
    text-align: center;
  }
}

.header-img {
  float: right;
  margin: -80px 40px 0 80px;
}
@media screen and (max-width: 900px) {
  .header-img {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .header-img {
    margin-top: 30px;
    display: initial;
    margin: auto;
    padding: 25px 90px 0px 0;
  }
}

@media screen and (max-width: 576px) {
  .h-img {
    width: 100%;
	height: 100%;
  }
}

.main {
  background-image: url(../img/green_ellipse.svg), url(../img/el_background.svg);
  background-position: 0% 10%, 100% 33%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 576px) {
  .main {
    background-image: none;
  }
}

.txt__content {
  margin-top: 20px;
  line-height: 24px;
}

[class*="-card"] {
  background: #ffffff;
  border-radius: 12px;
  height: 100%;
  width: 100%;
  max-width: 440px;
  margin: auto;
  margin-top: 30px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}

.casino-first-card {
  margin-top: 40px;
}
.header__card {
  margin-bottom: 20px;
}
.icon__card {
  color: #a9a9a9;
  font-weight: 700;
  font-size: 13px;
  margin-inline-end: auto;
  padding-left: 33px;
  margin-top: 20px;
}

.num {
  position: relative;
}

.num::before {
  content: url(../img/marc_icon.svg);
  position: absolute;
  top: 0;
  margin-left: -21px;
  width: 100%;
  filter: drop-shadow(0px 0px 3px #88df3b);
}
.logo_card {
  margin-top: -22px;
}
.main_card-s {
  margin-top: 14px;
}
.raiting {
  font-weight: 700;
  margin: -17px -40px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .raiting {
    font-size: 13px;
  }
}
.raiting::before {
  content: url(../img/star_vector.svg);
  top: -1px;
  position: absolute;
  width: 100%;
  margin-left: -26px;
}

[class*="hd-2"] {
  color: #565656;
  font-size: 16px;
  font-weight: 900;
}
@media screen and (max-width: 576px) {
  .hd-2 {
    font-size: 14px;
  }
}

.pl {
  margin-top: 40px;
  margin-inline-end: auto;
  padding: 0 26px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .pl {
    font-size: 13px;
  }
}

.li-2 {
  margin-bottom: 8.5px;
  line-height: 20px;
}

.li-2::before {
  content: url(../img/plus_icon.svg);
  top: 3px;
  position: relative;
  right: 9px;
}

.bonus__card {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-family: Inter;
  font-weight: 700;
  margin-top: 24px;
  padding: 0 15px;
}
@media screen and (max-width: 576px) {
  .bonus__card {
    font-size: 14px;
  }
}
.p2 {
  text-align: center;
}

.p2::before {
  content: url(../img/gift_bonus.svg);
  top: 2px;
  position: relative;
  right: 7px;
}

[class*="h2-main"] {
  text-align: center;
  margin-top: 80px;
  color: #5da205;
}
@media screen and (max-width: 576px) {
  .h2-main {
    margin-top: 50px;
  }
}

.card-rule {
  display: flex;
  height: 100%;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  background: #fff;
  margin: 45px 0 -23px 0;
  padding: 0 10px 20px 10px;
}

.rule-1 {
  margin-left: 10px;
  margin-top: -5px;
}

.rule-2 {
  margin-left: -83px;
}
.card-rule h3 {
  margin-top: 25px;
  margin-left: 110px;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .card-rule h3 {
    margin-left: 80px;
    padding: 15px;
    line-height: 24px;
    padding-right: 0px;
  }
}

.card-rule p {
  margin-top: 15px;
  margin-left: 110px;
  line-height: 23px;
  padding-right: 15px;
  padding-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .card-rule p {
    margin-left: 27px;
    text-align: justify;
  }
}

.h2-main-aft {
  margin-bottom: 20px;
  margin-top: 60px;
}

.text p {
  line-height: 24px;
  margin-bottom: 20px;
  text-align: justify;
}

.ellipse-kz {
  text-align: center;
  margin-top: 25px;
  padding: 15px;
}
.raiting_table {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 576px) {
  .raiting_table {
    display: inline;
  }
}
.table_left {
  border-top: 10px solid #44be4c;
  background: #fff;
  padding: 25px 25px 5px;
  margin-right: 40px;
}
@media screen and (max-width: 576px) {
  .table_left {
    margin-right: 0;
  }
}
.table_left li {
  display: flex;
  text-align: left;
  margin-bottom: 45px;
}
.table_left img {
  margin-right: 20px;
}

.table_left h3 {
  margin-bottom: 10px;
}

.table_left p {
  text-align: left;
}

.table-right {
  border-top: 10px solid #7528ab;
  background: #fff;
  padding: 25px 25px 5px;
}

.table-right li {
  display: flex;
  text-align: left;
  margin-bottom: 45px;
}
.table-right img {
  margin-right: 20px;
}

.table-right h3 {
  margin-bottom: 10px;
}

.table-right p {
  text-align: left;
}

.widget_table {
  margin-top: 40px;
  background: #fff;
  padding-top: 33px;
  border-radius: 13px;
}
.caption {
  text-align: center;
}
.caption h2 {
  font-size: 31px;
}
.wrapper {
  flex-wrap: wrap;
  display: flex;
  padding-bottom: 45px;
}
@media screen and (max-width: 576px) {
  .wrapper {
    display: inline;
  }
}

.block {
  text-align: center;
  padding: 25px 40px 25px;
  flex: 0 0 33.33%;
}
.block h3 {
  font-size: 16px;
  margin-top: 15px;
}

.block p {
  color: #4a5b68;
  text-align: center;
  font-size: 16px;
  font-family: Noto Sans;
  line-height: 20px;
  margin-top: 15px;
}

.txt-main {
  margin-top: 45px;
}

.txt-main h2 {
  margin-bottom: 20px;
  color: #5da205;
  margin-top: 40px;
}
@media screen and (max-width: 576px) {
  .txt-main h2 {
    margin-top: 20px;
  }
}
.txt-main p {
  line-height: 24px;
  margin-bottom: 20px;
}

.prop {
  background: #fff;
  line-height: 24px;
  margin-top: 30px;
  border-left: 8px solid #6dcd01;
  border-radius: 5px 0px 0px 5px;
  padding: 15px 35px;
  border-radius: 5px;
}
.prop li {
  list-style: disc;
}

.t2 li {
  list-style: disc;
  margin-bottom: 10px;
  line-height: 24px;
}

.t3 ol {
  margin-top: 23px;
}

.t3 li {
  list-style: auto;
  margin-bottom: 7px;
}

.t4 li {
  list-style: disc;
  margin-top: 23px;
  line-height: 24px;
}

.table_box {
  background-color: #fff;
  width: 100%;
  border-radius: 5px;
  padding: 15px;
}

.table_box td {
  padding: 10px;
  border-top: 1px solid #e3e3e3;
  line-height: 24px;
}
.table_box tbody tr:nth-child(2n) {
  background: #f7f7f7;
}

.footer {
  background: #1d2730;
}

.tx__content {
  color: #a2aeb7;
  font-size: 12px;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  margin-top: 70px;
  padding-top: 25px;
}
.foot-1__content {
  margin-top: 20px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
}
.foot-1__content img {
  padding: 10px;
}

.footer_logo img {
  padding: 12px;
  max-width: 100%;
}

.foot-2__content {
  color: #cdd6dd;
  font-size: 12px;
  font-family: Noto Sans;
  font-weight: 400;
  line-height: 17.143px;
  margin-top: 44px;
  border-top: 1px solid #4a5b68;
  padding: 25px 20px;
}
