@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import "assets/css/normalize.css";
@import "assets/css/home1.css";
@import "assets/slick/slick.css";
@import "assets/slick/slick-theme.css";



header {
  background: #181e31;
  box-shadow: 0 0 0.625em rgb(29 67 105 / 50%);
  width: 100%;
  margin-bottom: 15px;
}

.header-container {
  padding: 14px 0;
}

.header-logo img {
  width: 102;
  height: 32px;
}

.sidenav {
  width: 80%;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.sidenav > ul {
  width: 100%;
}

.sidenav > ul > li {
  position: relative;
}

.open-menu {
  display: none;
  width: 30px;
  height: 23px;
  position: relative;
}

.open-menu span {
  position: absolute;
  height: 3px;
  background: #fff;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  top: 0;
}

.header-menu {
  width: 100%;
}

.d_flex {
  display: flex;
  justify-content: flex-end;
}

.sidenav ul li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 5px;
}

.sidenav ul li {
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
}

.menu__right {
  display: flex;
  align-items: center;
  width: 20%;;
}

.dolar {
  width: 32px;
  height: 32px;
  background-color: #539ded;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.dolar svg {
  width: 9px;
  height: 16px;
}

.padark {
  width: 32px;
  height: 32px;
  background-color: #539ded;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.padark svg {
  width: 16px;
  height: 16px;
}

.reg {
  background-color: #92c738;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 5px 20px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.log {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #539ded;
  border-radius: 3px;
  padding: 5px 20px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

main {
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
}

.main {
  background: #e9eef2;
  border-radius: 5px;
  overflow: hidden;
  background: #0a0f1d;
}

.main__content {
  padding: 45px 30px;
  background-color: #181e31;
}

.main__content h1 {
  font-size: 30px;
  color: #fff;
  padding-bottom: 10px;
}

.main__content a {
  color: #fff;
}

.main__content ul {
  list-style-type: square;
  padding: 18px;
}

.main__content ul li {
  font-size: 16px;
  color: #bdbdbd;
  padding-bottom: 5px;
}

.main__content p {
  font-size: 16px;
  color: #bdbdbd;
  padding-bottom: 20px;
  line-height: 1.5;
}

.bunners {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 20px;
  max-height: 220px;
  height: 100%;
}

.bunner-big {
  background-image: url("assets/img/main/bunner-big.webp");
  height: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 10px;
  background-size: cover;
  background-position: center;
}

.bunner__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

p.bunner__title {
  font-size: 25px;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.2;
  padding-bottom: 0;
}

.bunner__descr {
  font-size: 13px;
  text-shadow: 1px 1px 3px;
  opacity: 0.8;
  color: #ccc;
  margin-bottom: 20px;
}

.bunner-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

a.bunner__link {
  background-color: #fff;
  margin-right: 15px;
  padding: 5px 15px;
  border-radius: 5px;
  color: #fff;
}

a.small__link {
  color: #000;
  mix-blend-mode: lighten;
}

a.link__yellow {
  background-color: #f4b44f;
}

a.link__gray {
  background-color: #3f414d;
}

.bunner__link:last-child {
  margin-right: 0px;
}

.bunner-small {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
}

.bunner-item {
  background-image: url("assets/img/main/bonus-banner-cashback.webp");
  background-size: cover;
  background-position: center;
  height: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.bunner-item--bg-depozit {
  background-image: url("assets/img/main/bonus-banner-deposit.webp");
  background-size: cover;
  background-position: center;
  height: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

@media (max-width: 1300px) {
  .bunners {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
    max-height: 100%;
  }
}

@media (max-width: 800px) {
  .main__content {
    padding: 30px 0;
  }
}

.sidebare-left {
  width: 15%;
  position: relative;
  padding-top: 10px;
}

.sidebare-left__box {
  position: sticky;
  top: 10px;
  left: 0;
}

.sidebare-left__title {
  background: #1d2438;
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.sidebare-left__titlesub {
  background: #e9eef2;
  color: #0a0f1d;
  padding: 10px;
  text-transform: uppercase;
}

.ac-sub img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.ac-sub-text-item {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #276aa5;
}

.ac-sub-text-item img {
  width: 10px;
  height: 10px;
}

.ac-subnum {
  font-size: 0.6875em;
}

.ac {
  border: solid 0.5px #e9eef2;
}

.ac-label {
  position: relative;
  padding: 0.5em 1em;
  display: block;
  background-color: #fff;
  color: #0a0f1d;
  display: flex;
  align-items: center;
  font-size: 13px;
}

.ac-label > svg {
  margin-right: 10px;
}

.ac-label:after {
  content: "";
  background-image: url("https://1win.uk.in/img/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  right: 10px;
  top: 0;
  width: 16px;
  height: 100%;
}

.ac-input {
  display: none;
}

.ac-sub {
  background-color: #fff;
  border-bottom: solid 0.5px #e9eef2;
}

.ac-text,
.ac-sub-text {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.ac-sub .ac-label {
  background: none;
  font-weight: 600;
  margin-bottom: 0;
}

.ac-sub .ac-label:after {
  content: "";
  background-image: url("https://1win.uk.in/img/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  right: 10px;
  top: 0;
  width: 16px;
  height: 100%;
}

.ac-sub-text {
  padding: 0 1em 0 1em;
}

.sidebare-right {
  width: 15%;
  position: relative;
  padding: 10px 0;
}

.sidebare-right-all {
  position: sticky;
  top: 10px;
  left: 0;
}

.sidebare-right__box {
  background: #e9eef2;
  padding: 15px;
}

.sidebare-right__toggle {
  display: flex;
  justify-content: space-between;
}

.sidebare-right__box form input {
  padding: 5px 10px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #1d2438;
  border-radius: 5px;
}

.sidebare-right__box form button {
  background: #92c738;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 5px;
  margin-top: 5px;
  width: 100%;
}

.sidebare-right__toggle {
  background-color: #276aa5;
  border-radius: 5px;
}

.sidebare-right__text {
  color: #7599b8;
  font-size: 10px;
  text-align: center;
  margin-top: 15px;
}

.sidebare-right__text a {
  color: #3da5ff;
  font-size: 10px;
  text-decoration: underline;
}

.sidebare__androidios {
  margin: 15px 0;
}

.sidebare__androidios-top {
  background-color: #1d2438;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.sidebare__android {
  color: #fff;
  width: 45%;
  display: flex;
  justify-content: center;
  align-content: center;
}

.sidebare__android svg {
  margin-right: 10px;
}

.sidebare__ios {
  color: #fff;
  width: 45%;
  display: flex;
  justify-content: center;
  align-content: center;
}

.sidebare__ios svg {
  margin-right: 10px;
}

.sidebare__x {
  width: 10%;
  padding: 10px 20px;
}

.sidebare__boxclicck {
  background-color: #e9eef2;
  padding: 5px;
}

@media only screen and (max-width: 1400px) {
  .sidebare-left {
    width: 20%;
  }
  .sidebare-right {
    width: 20%;
  }
  .main {
    width: 60%;
  }
}

@media only screen and (max-width: 1200px) {
  .padark {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  main {
    flex-direction: column;
  }
  .sidebare-left {
    width: 100%;
    display: none;
  }
  .sidebare-right {
    width: 100%;
    display: none;
  }
  .sidebare-right__box {
    display: none;
  }
  .main {
    width: 100%;
    margin: 0;
  }
  .sidebare__boxclicck {
    text-align: center;
  }
  .dolar {
    display: none;
  }
  .sidenav ul li a {
    font-size: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .header-menu {
    width: 0px;
  }
  .menu__right .reg,
  .menu__right .log {
    display: none;
  }
  .header-container {
    justify-content: space-around;
    padding-right: 45px;
    align-items: center;
  }
  .header-logo {
    margin-right: auto;
  }
  .sidenav ul li a {
    font-size: 15px;
  }
  .sidenav ul li {
    z-index: 9999;
  }
  .open-menu span:nth-child(2),
  .open-menu span:nth-child(3) {
    top: 10px;
  }
  .open-menu span:last-child {
    top: 20px;
  }
  .open-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 9999;
    right: 20px;
    top: 20px;
  }
  .menu-cnt {
    margin: 0;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 100px;
    right: 0;
    overflow-x: hidden;
    padding: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #181e31;
  }
  .menu-cnt ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .sidenav ul {
    margin-top: 0;
  }
  .sidenav {
    padding: 0 20px 15px 0;
    margin-top: 25px;
  }
  .sidenav ul li {
    margin: 6px 5px !important;
  }
  .sidenav > ul > li {
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    height: auto;
  }
  .sidenav {
    max-width: 100%;
  }
  .sidenav > ul {
    flex-direction: column;
    align-items: center;
  }
  .sidenav > ul > li {
    text-align: center;
    margin: 15px 5px !important;
  }
  .sidenav > ul > li {
    flex-direction: column;
  }
}

@media only screen and (max-width: 480px) {
  .main__content h1 {
    font-size: 24px;
  }
  .header-container {
    justify-content: space-between;
    align-items: center;
  }
  header {
    padding: 0px;
  }
}

.content__action {
  padding: 20px 0;
  background-color: #132e64;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 10;
  font-family: "Roboto", sans-serif;
  color: #bdbdbd;
}

.content__action strong {
  font-weight: 700;
  text-transform: uppercase;
}

.content__action--1win {
  padding: 0;
}

.action-relative {
  position: relative;
  padding: 20px 0;
}

.content__action__wrap--all {
  max-width: 900px;
  padding: 0px 30px;
  margin: 0 auto;
}

.content__action__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content__action__left {
  display: flex;
  align-items: flex-start;
  margin-right: 10px;
}

.content__action__left picture {
  margin-right: 20px;
  max-width: 50px;
  width: 100%;
  grid-area: picture;
}

.content__action__left picture img {
  width: 50px;
  display: block;
  border-radius: 5px;
}

.content__action__left__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.content__action__btns {
  display: flex;
  align-items: center;
  max-width: 300px;
}

.content__action__btn {
  padding: 7px 20px;
  background-color: #539ded;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  grid-area: btn;
}

.content__action__descr {
  max-width: 400px;
  margin-left: 20px;
}

.action__descr__text {
  font-size: 14px;
  display: block;
}

.content__rating__wrap {
  display: flex;
}

.content__rating__wrap p {
  margin-right: 10px;
}

.content__rating__stars img {
  width: 10px;
}

@media (max-width: 800px) {
  .stars_none {
    display: none;
  }
}

@media (max-width: 550px) {
  .content__action__left picture {
    margin-right: 5px;
  }
  .content__action__btn {
    margin-right: 0;
  }
  .content__action {
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .content__action p {
    font-size: 12px;
  }
  .content__action--1win {
    padding: 0;
  }
  .content__action__btn {
    font-size: 12px;
  }
  .content__action__descr {
    margin-left: 10px;
  }
  .action__descr__text {
    font-size: 12px;
  }
}

.langs {
  min-width: 220px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

@media (max-width: 800px) {
  .langs {
    min-width: 200px;
    font-size: 15px;
  }
}

.menu__bottom__btn {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  display: none;
}

.menu__bottom__btn a {
  width: 50%;
}

.menu__bottom__btn a:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .menu__bottom__btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: flex;
  }
}

.structure__list li.structure__list__item {
  list-style: none;
  margin-left: 0;
  font-size: 14px;
}

.structure__list li.structure__list__item:last-child {
  margin-bottom: 0;
}

.structure__list {
  display: none;
}

.main__content ul.structure__list {
  padding: 0;
}

.content__structure li .structure__list__link {
  font-size: 14px;
  color: var(--text-color);
  display: inline;
}

.main__content ul.structure__list {
  padding-top: 15px;
}

.table-wrap {
  width: 100%;
  margin: 20px auto;
  border-radius: 5px;
  overflow: hidden;
}

.table-main {
  width: 100%;
}

.table-main tr {
  width: 100%;
  background-color: #fff;
}

.table-main tr:nth-child(even) {
  width: 100%;
  background-color: #eeeef0;
}

.table-main td {
  padding: 15px;
  border-right: 1px solid #eeeef0;
  white-space: nowrap;
}

.table-main-wrap td {
  white-space: wrap;
}

.table-main td:last-child {
  border-right: none;
}

.table-head td {
  white-space: normal;
}

@media (max-width: 500px) {
  .table-wrap {
    width: 100%;
    margin: 20px auto;
    border-radius: 5px;
    overflow-x: scroll;
  }
  .table-main {
    width: 450px;
  }
  .table-main td {
    font-size: 13px;
  }
}

.main__content {
  padding: 30px 0;
}
