.body {
}
.wrapper {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.header {
  background: #1b1c1d;
  height: 60px;
  box-shadow: 0px 0px 12px 2px rgb(34, 34, 34);
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.space-between {
  justify-content: space-between;
}
.height-100per {
  height: 100%;
}
.align-items-center {
  align-items: center;
}
.img-100per-cover {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.display-block {
  display: block;
}
.height-60per {
  height: 60%;
}
.ul-reset {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.header-menu-link {
  color: rgb(255, 255, 255);
  transition: .3s;
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
}
.header-menu-link:hover {
  color: rgb(228, 5, 57);
}
.column-gap-20 {
  column-gap: 20px;
}
.first-screen {
  background: linear-gradient(90deg, rgba(38,27,95,1) 0%, rgba(38,27,95,1) 100%);
  position: relative;
}
.first-screen-link {
  display: block;
  height: 800px;
  width: 100%;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}
.first-screen-button {
  background: #E40539;
  border-color: rgb(0, 0, 0);
  border: 2px solid #E40539;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 12px;
  padding-top: 12px;
  border-radius: 40px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 24px;
  transition: .3s;
  font-weight: 600;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 80px;
}
.first-screen-button:hover {
  background: transparent;
  color: rgb(255, 255, 255);
  transform: translate(-50%, 0) scale(1.02);
}
.p-t-b-40 {
  padding-bottom: 40px;
  padding-top: 40px;
}
.text-align-center {
  text-align: center;
}
.fz-40 {
  font-size: 40px;
}
.fw-600 {
  font-weight: 600;
}
.mb-24 {
  margin-bottom: 24px;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.img-75 {
  height: 75px;
  width: 75px;
  object-fit: contain;
}
.flex-1 {
  flex: 1;
}
.bg-160f1d {
  background: #160f1d;
}
.color-ffffff {
  color: rgb(255, 255, 255);
}
.casino-card {
  border-radius: 12px;
  background: #1b1c1d;
  flex: 1;
  overflow: hidden;
}
.bg-32332e {
  background: #32332e;
}
.justify-content-center {
  justify-content: center;
}
.img-140-contain {
  height: 140px;
  width: 140px;
  object-fit: contain;
  display: block;
}
.fz-20 {
  font-size: 20px;
}
.mb-16 {
  margin-bottom: 16px;
}
.fw-700 {
  font-weight: 700;
}
.color-ffba00 {
  color: rgb(255, 186, 0);
}
.column-gap-12 {
  column-gap: 12px;
}
.p-l-r-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.fz-14 {
  font-size: 14px;
}
.padding-10 {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.border-radius-6 {
  border-radius: 6px;
}
.border-1px-solid-28a909 {
  border: 1px solid #28a909;
}
.mb-8 {
  margin-bottom: 8px;
}
.casino-card-link {
  border-radius: 6px;
  display: block;
  padding-bottom: 18px;
  padding-top: 18px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.casino-card-link-green {
  background: #29a909;
  transition: .3s;
}
.casino-card-link-green:hover {
  opacity: 0.7;
}
.casino-card-link-red {
  background: #c4002d;
  transition: .3s;
}
.casino-card-link-red:hover {
  opacity: 0.7;
}
.main-btn {
  border-radius: 24px;
  border: 2px solid #E40539;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 12px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background: transparent;
  transition: .3s;
  font-weight: 600;
  font-size: 18px;
}
.main-btn:hover {
  background: #E40539;
}
.bg-271d2f {
  background: #271d2f;
}
.char-table {
  border: 2px solid #e40539;
  background: rgb(27, 28, 29);
}
.char-table-row {
  border-color: rgba(255, 255, 255, 0.31);
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
}
.char-table-row:last-child {
  border-bottom-width: 0;
}
.char-table-left {
  border-color: rgba(255, 255, 255, 0.31);
  border-style: solid;
  border-width: 0;
  border-right-width: 1px;
  width: 50%;
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding-left: 16px;
  min-height: 40px;
  padding-bottom: 6px;
  padding-right: 16px;
  padding-top: 6px;
}
.char-table-right {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 50%;
  min-height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 6px;
  padding-top: 6px;
}
.max-width-19per {
  max-width: 19%;
}
.fz-24 {
  font-size: 24px;
}
.height-168px {
  height: 168px;
}
.overflow-hidden {
  overflow: hidden;
}
.border-radius-100per {
  border-radius: 100%;
}
.news-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-bottom: 46px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  border-radius: 6px;
  position: relative;
}
.news-item:hover {
}
.img-height-24 {
  height: 24px;
}
.align-items-end {
  align-items: flex-end;
}
.height-156px {
  height: 156px;
}
.news-item-more {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  transition: .3s;
  padding-left: 16px;
  padding-bottom: 16px;
}
.news-item-more:hover {
  text-decoration: underline;
}
.steps-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
.step-item {
  border-radius: 6px;
  overflow: hidden;
}
.step-head {
  background: #e40539;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 16px;
}
.padding-20 {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.height-68px {
  height: 68px;
  display: block;
}
.arrow-1-2 {
  height: 30px;
  width: 30px;
  rotate: 270deg;
  position: absolute;
  left: 458px;
  top: 225px;
}
.arrow-2-3 {
  top: 225px;
  rotate: 270deg;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 458px;
}
.arrow-3-4 {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 518px;
  right: 215px;
}
.arrow-4-5 {
  height: 30px;
  width: 30px;
  position: absolute;
  rotate: 90deg;
  bottom: 225px;
  right: 458px;
}
.arrow-5-6 {
  height: 30px;
  width: 30px;
  position: absolute;
  bottom: 225px;
  rotate: 90deg;
  left: 458px;
}
.bonuses-table-head {
  background: #e40539;
  height: 38px;
  display: flex;
}
.img-height-62px {
  display: block;
  height: 62px;
}
.bonus-item {
  display: flex;
  flex: 1;
  border: 1px solid rgb(228, 5, 57);
  border-radius: 6px;
  background: rgb(27, 28, 29);
  height: 220px;
}
.bonus-item-desc {
  padding-left: 16px;
  padding-bottom: 16px;
  padding-top: 16px;
  padding-right: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  justify-content: center;
}
.bonus-code {
  border: 2px dashed #28a909;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  width: 220px;
  border-radius: 6px;
  color: rgb(40, 169, 9);
}
.bonus-item-link {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 700;
  border-radius: 6px;
  background: #28a909;
  padding-bottom: 12px;
  padding-left: 64px;
  padding-right: 12px;
  padding-top: 12px;
  position: relative;
  border: 1px solid #28a909;
  transition: .3s;
}
.bonus-item-link:hover {
  background: transparent;
}
.bonus-item-img {
  position: absolute;
  top: -5px;
  left: 8px;
  height: 46px;
  width: 46px;
}
.width-50per {
  width: 50%;
}
.bg-c4002d {
  background: #c4002d;
}
.bg-28a909 {
  background: #28a909;
}
.footer-logo {
  width: 380px;
  height: 100%;
}
.footer-menu-link {
  color: rgb(166, 166, 166);
  text-decoration: none;
  transition: .3s;
  font-weight: 600;
}
.footer-menu-link:hover {
  color: rgb(228, 5, 57);
}
.color-646464 {
  color: rgb(100, 100, 100);
}
.footer-menu {
  padding-left: 160px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.row-gap-12 {
  row-gap: 12px;
}
.width-100per {
  width: 100%;
}
.height-340px {
  height: 340px;
}
.bonuses-link-img {
  transition: .3s;
}
.bonuses-link-img:hover {
  scale: 1.1;
}
.bg-arrow-red {
  background-image: url("https://aviator24.in/assets/img/5206a62fd5338c4d9b418a48553e7cea.png");
}
.review-arrow-name {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 195px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 8px;
}
.fz-18 {
  font-size: 18px;
}
.color-blue {
  color: rgb(35, 68, 255);
}
.bg-arrow-blue {
  background-image: url("https://aviator24.in/assets/img/2cf2d08b443c74dfc3e7a5b0c261f485.png");
}
.text-uppercase {
  text-transform: uppercase;
}
.column-gap-6 {
  column-gap: 6px;
}
.img-14 {
  height: 14px;
  width: 14px;
  object-fit: contain;
}
.p-t-b-24 {
  padding-bottom: 24px;
  padding-top: 24px;
}
.p-r-30 {
  padding-right: 30px;
}
.width-65per {
  width: 65%;
}
.fz-12 {
  font-size: 12px;
}
.mb-12 {
  margin-bottom: 12px;
}
.border-bottom-dotted-grey {
  border-style: dotted;
  border-width: 0;
  border-color: rgb(90, 90, 90);
  border-bottom-width: 1px;
}
.width-48per {
  width: 48%;
}
.hover-color-to-white {
  transition: .2s;
}
.hover-color-to-white:hover {
  color: rgb(255, 255, 255);
}
.border-left-grey {
  border-style: solid;
  border-width: 0;
  border-color: rgb(92, 92, 92);
  border-left-width: 1px;
}
.p-l-30 {
  padding-left: 30px;
}
.width-34per {
  width: 34%;
}
.width-54per {
  width: 54%;
}
.casino-review-button {
  align-items: center;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  height: 56px;
  width: 270px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.review-sign-up-btn {
  background: url("https://aviator24.in/assets/img/ddaf869b3c3898b2e91ff7fe00da1308.png"), linear-gradient(90deg, rgba(238,60,75,1) 0%, rgba(238,60,75,1) 100%);
  background-repeat: no-repeat;
  background-position: 90%, 50%;
  border-color: rgb(238, 60, 75);
  border-width: 2px;
  border-style: solid;
}
.review-sign-up-btn:hover {
  background: url("https://aviator24.in/assets/img/ddaf869b3c3898b2e91ff7fe00da1308.png"), linear-gradient(90deg, rgba(238,60,75,0) 0%, rgba(238,60,75,0) 100%);
  background-position: 90%, 50%;
  background-repeat: no-repeat;
}
.review-contact-btn {
  background: url("https://aviator24.in/assets/img/ee1207575d71323dd35d7d73a0bc4adb.png"), linear-gradient(90deg, rgba(112,172,48,1) 0%, rgba(112,172,48,1) 100%);
  background-repeat: no-repeat;
  background-position: 90%, 50%;
  border-color: rgb(112, 172, 48);
  border-style: solid;
  border-width: 2px;
  transition: .3s;
}
.review-contact-btn:hover {
  background: url("https://aviator24.in/assets/img/ee1207575d71323dd35d7d73a0bc4adb.png"), transparent;
  color: rgb(255, 255, 255);
  transition: .3s;
  background-position: 90%, 50%;
  background-repeat: no-repeat;
}
.review-tag-btn {
  border-style: solid;
  border-width: 2px;
  transition: .3s;
  border-color: rgb(255, 255, 255);
}
.review-tag-btn:hover {
  background: #ffffff;
  color: rgb(0, 0, 0);
  border-color: rgb(255, 255, 255);
}
.width-70per {
  width: 70%;
}
.guide-lists-container {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.text-decoration-none {
  text-decoration: none;
}
.fw-400 {
  font-weight: 400;
}
.width-30per {
  width: 30%;
}
.bg-gradient-292929 {
  background: linear-gradient(308.91deg, rgba(41,41,41,1) 3.69%, rgba(41, 41, 41, 0.38) 92.32%);
}
.bg-292929 {
  background: #292929;
}
.topics-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 18px;
  column-gap: 18px;
}
.topic-link {
  align-items: center;
  background: #121212;
  border: 2px solid #ffffff;
  border-radius: 5px;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  column-gap: 16px;
  height: 68px;
  width: 340px;
  padding-left: 16px;
  padding-right: 16px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: .3s;
}
.topic-link:hover {
  color: rgb(255, 58, 58);
  border-color: rgb(255, 58, 58);
}
.img-28 {
  height: 28px;
  width: 28px;
}
.contacts-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 18px;
  column-gap: 18px;
}
.contacts-answer {
  border: 1px solid rgb(224,224,224);
  border-radius: 5px;
  width: 698px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  color: rgb(213, 213, 213);
}
.cursor-pointer {
  cursor: pointer;
}
.faq-answer {
  border-radius: 6px;
  border-color: rgb(216, 31, 31);
  border-style: solid;
  border-width: 2px;
}
.p-b-20 {
  padding-bottom: 20px;
  border-color: rgb(138, 138, 138);
}
.p-t-20 {
  padding-top: 20px;
}
.rotate-180 {
  rotate: 180deg;
}
.border-top-grey {
  border-style: solid;
  border-width: 0;
  border-color: rgb(121, 121, 121);
  border-top-width: 1px;
}
.m-t-20 {
  margin-top: 20px;
}
.color-989898 {
  color: rgb(152, 152, 152);
}
.char-link {
  font-size: 18px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: .3s;
}
.char-link:hover {
  color: rgb(255, 118, 118);
}
