@charset "UTF-8";
* {
  box-sizing: border-box;
}

.container {
  max-width: 1400px;
  width: 95%;
  margin: auto;
}

/* @media screen and (max-width: 1200px) {
  .container, .main-block {
    max-width: 960px;
  }
}
@media screen and (max-width: 1024px) {
  .container, .main-block {
    max-width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .container, .main-block {
    max-width: 576px;
  }
}
@media screen and (max-width: 576px) {
  .container, .main-block {
    max-width: 480px;
  }
}
@media screen and (max-width: 480px) {
  .container, .main-block {
    max-width: 320px;
  }
} */

.button-signup {
  text-decoration: none;
  width: 185px;
  padding: 13px 25px;
  font-family: "Merriweather Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #000;
  background: url(../images/signup.png) no-repeat;
  border-radius: 10px;
}
.button-signup:visited {
  color: #000;
}
.button-signup:hover {
  color: #000;
}

.button-login {
  text-decoration: none;
  width: 185px;
  padding: 13px 45px;
  font-family: "Merriweather Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  border-radius: 10px;
  background: url(../images/login.png) no-repeat;
  color: #fff;
}
.button-login:visited {
  color: #fff;
}
.button-login:hover {
  color: #fff;
}

.logo {
  padding: 12px 75px 12px 0;
  background: #181E29;
}

.logopage {
  padding: 0;
  background: none;
}

.wrapper {
  position: relative;
  min-height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper-logo {
  position: relative;
  z-index: 3;
}
.wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #05071A;
  z-index: 3;
}

.hdsidenav {
  display: none;
}

.header-menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 3;
}
.header-menu-item {
  text-decoration: none;
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #FFF5D6;
}
.header-menu-item:visited {
  color: #D1CFCF;
}
.header-menu-item:hover {
  color: #D1CFCF;
}
.header-menu-item:active {
  color: #D1CFCF;
}
.header-menu-toggle {
  display: none;
}
.header-lang1 {
  margin-top: 1px;
  margin-bottom: 0;
  margin-left: 5px;
}
.header-lang {
  margin-left: 10px;
}
.header-btn-up {
  margin-left: 10px;
}

.bonmenu {
  display: none;
}

.bonuses {
  display: flex;
  justify-content: space-between;
  flex-basis: 43%;
  z-index: 3;
}

.hdbon {
  position: relative;
}
.hdbon::after {
  position: absolute;
  content: "";
  width: 95px;
  height: 1px;
  bottom: -8px;
  left: -22px;
  background: #8D43F7;
}

.hdmob {
  position: relative;
}
.hdmob::after {
  position: absolute;
  content: "";
  width: 115px;
  height: 1px;
  bottom: -8px;
  left: -22px;
  background: #8D43F7;
}

.bon {
  color: #FCC211;
  text-decoration: underline;
}
.bon:visited {
  color: #FCC211;
}
.bon:hover {
  color: #FCC211;
}
.bon:active {
  color: #FCC211;
}

.mob {
  color: #FCC211;
  text-decoration: underline;
}
.mob:visited {
  color: #FCC211;
}
.mob:hover {
  color: #FCC211;
}
.mob:active {
  color: #FCC211;
}

@media screen and (max-width: 1350px) {
  .header-bg {
    padding-top: 0;
  }
  .header-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    right: 2px;
    top: 105px;
    max-width: 620px;
    background-color: #201E30;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgba(41, 37, 38, 0.2);
    transition: 0.3s;
    margin-left: 0;
    transform: translateY(-570px);
    z-index: 2;
  }
  .header-btn-in {
    margin-right: 0;
  }
  .header-btn-up {
    margin-top: 10px;
    margin-right: 0;
  }
  .header-lang {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .activ {
    transform: translateY(0);
  }
  .logo {
    padding-top: 11px;
    padding-bottom: 11px;
    background: none;
  }
  .bonmenu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 8px;
    margin-right: 5px;
  }
  .header-menu-item:not(:last-child) {
    margin-right: 0;
  }
  .bonuses {
    display: none;
  }
  .bonusmenu {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
  }
  .mobileap {
    margin-left: 0;
    margin-bottom: 5px;
  }
  .promotions {
    margin-bottom: 5px;
  }
  .forecasts {
    margin-bottom: 5px;
  }
  .livegames {
    margin-bottom: 5px;
  }
  .livecasino {
    margin-bottom: 5px;
  }
  .header-menu-toggle {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 3;
  }
  .header-menu-toggle span {
    position: absolute;
    top: 54%;
    margin-top: -1px;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .header-menu-toggle span::before, .header-menu-toggle span::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
  }
  .header-menu-toggle span::before {
    transform: translateY(-8px);
  }
  .header-menu-toggle span::after {
    transform: translateY(10px);
  }
  .header-menu-activ span {
    height: 0;
  }
  .header-menu-activ span::before {
    transform: rotate(45deg);
  }
  .header-menu-activ span::after {
    transform: rotate(-45deg);
  }
  .header-menu {
    transform: translateY(-830px);
  }
  .activ {
    transform: translateY(0px);
  }
  /* .hdsidenav {
    display: block;
  } */
  .hdsidenav-link {
    display: block;
    text-decoration: none;
    position: relative;
    color: #fff;
    text-align: right;
  }
  .hdsidenav:hover {
    color: #E96E32;
    border-left: 3px solid #E96E32;
    padding-left: 39px;
  }
  .hdsidenav:hover .sidenav-img {
    left: 12px;
  }
  .hdsidenav-img {
    position: absolute;
    left: 0;
    top: -4px;
  }
  .hdsidenav-title {
    display: none;
  }
  .hdsidenav-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: right;
  }
  .hdsidenav-button {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 48px;
    color: #fff;
    background: #8D43F7;
    border-radius: 6px;
    margin: 5px;
  }
  .sidenav-img {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header-slogan {
    display: none;
  }
  .header-menu {
    right: 2px;
    transform: translateY(-798px);
  }
  .activ {
    transform: translateY(0px);
  }
}
@media screen and (max-width: 578px) {
  .header-menu {
    right: 2px;
    transform: translateY(-798px);
  }
  .activ {
    transform: translateY(0px);
  }
}
@media screen and (max-width: 576px) {
  .header-menu {
    right: 2px;
  }
  .header-btn {
    right: 0;
    top: 160px;
  }
  .header-menu {
    transform: translateY(-798px);
  }
  .activ {
    transform: translateY(0px);
  }
}
@media screen and (max-width: 480px) {
  .header-menu {
    right: 2px;
    transform: translateY(-1243px);
  }
  .activ {
    transform: translateY(0px);
  }
}
body {
  background-color: #05071A;
}

.sidenav {
  min-width: 218px;
  margin-right: 10px;
}
.sidenav-title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFF5D6;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  background: #313439;
  border-radius: 6px 6px 0 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.sidenav-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #181E29;
  border-radius: 0 0 30px 30px;
  padding-bottom: 20px;
}
.sidenav-link {
  text-decoration: none;
  position: relative;
  padding-top: 11px;
  padding-left: 70px;
  padding-bottom: 11px;
  color: #FFF5D6;
}
.sidenav-img {
  position: absolute;
  left: 20px;
  top: 6px;
}

.main-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.main-block {
  width: 82%;
  flex-basis: 82%;
}
.main-screen {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 70px;
  border-radius: 6px;
  margin-bottom: 0px;
  z-index: 1;
}
.main-content {
	position: relative;
	z-index: 1
}
.main-icon {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0px;
  z-index: 0;
}
.main-title {
  max-width: 610px;
  font-family: "Merriweather Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25);
  margin-top: 0;
  margin-bottom: 0;
}
.main-subtitle {
  max-width: 490px;
  font-family: "Merriweather Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 150%;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}
.main-button {
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 20px;
  background: url(../images/signup1.png) no-repeat center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #fff;
}
.main-button:visited {
  color: #fff;
}
.main-button:hover {
  color: #fff;
}
.main-btn {
  margin-top: 30px;
  padding-top: 12px;
  padding-bottom: 13px;
}

.rank-star {
  display: inline-block;
  width: 35px;
  height: 30px;
  background: url(../images/star.png/index.html) no-repeat center;
}
.rank-star1 {
  display: inline-block;
  width: 35px;
  height: 30px;
  background: url(../images/star1.png/index.html) no-repeat center;
}
.rank-star-block {
  display: inline-block;
  margin-right: 5px;
}
.rank-value {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: #FCC211;
  padding-top: 45px;
  padding-left: 15px;
}
.rank-txt {
  display: block;
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.rank-num {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
}
.rank-best {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
}
.rank-button {
  text-decoration: none;
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #FFFFFF;
  background: url(../images/signup1.png) no-repeat center;
  padding: 15px 60px;
}
.rank-btn {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.baner-1 {
  padding: 20px 20px 20px;
  background: #181E29;
  border-radius: 10px;
  margin-top: 20px;
}
.baner-1-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.baner-1-str1 {
  width: 500px;
  display: flex;
  align-items: center;
  background: #FCC211;
  border-radius: 6px;
  padding: 13px 20px;
  margin-bottom: 10px;
}
.baner-1-text1 {
  width: 300px;
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #181E29;
  margin-top: 0;
  margin-bottom: 0;
}
.baner-1-star {
  display: inline-block;
  width: 158px;
  height: 26px;
  background: url(../images/stars.png) no-repeat;
}
.baner-2 {
  margin-top: 20px;
  border-radius: 10px;
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 80px;
}
.baner-2-title {
  max-width: 530px;
  display: block;
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 120%;
  color: #FCC211;
}
.baner-2-subtitle {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 25px;
}
.baner-2-button {
  text-decoration: none;
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #FFFFFF;
  background: url(../images/signup1.png) no-repeat center;
  padding: 15px 30px;
}
.baner-2-btn {
  padding-top: 15px;
  padding-bottom: 15px;
}

.textblock-1, .textblock-2, .textblock-3, .textblock-4, .textblock-5, .textblock-6 {
  padding: 20px 20px 1px;
  background: #181E29;
  border-radius: 10px;
  margin-top: 20px;
}
.textblock-1 h2, .textblock-2 h2, .textblock-3 h2, .textblock-4 h2, .textblock-5 h2, .textblock-6 h2 {
  text-transform: uppercase;
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 20px;
}
.textblock-1 h3, .textblock-2 h3, .textblock-3 h3, .textblock-4 h3, .textblock-5 h3, .textblock-6 h3 {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 20px;
}
.textblock-1 p, .textblock-2 p, .textblock-3 p, .textblock-4 p, .textblock-5 p, .textblock-6 p {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #D4C5B1;
  margin-top: 20px;
  margin-bottom: 30px;
}
.textblock-1 li, .textblock-2 li, .textblock-3 li, .textblock-4 li, .textblock-5 li, .textblock-6 li {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #D4C5B1;
  margin-bottom: 10px;
}
.textblock-1 ul, .textblock-2 ul, .textblock-3 ul, .textblock-4 ul, .textblock-5 ul, .textblock-6 ul {
  margin-bottom: 20px;
}

.textblock-3 {
  padding-bottom: 19px;
}
.textblock-3-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.textblock-3-btn {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 10px;
}

.textblock-4 li {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #D4C5B1;
}
.textblock-4 tr {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #D4C5B1;
}

.textblock-5-btn {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.textblock-6-wrap {
  display: flex;
}

.swiper {
  position: relative;
  padding: 27px 20px 25px;
  background: #181E29;
  border-radius: 10px;
  margin-top: 20px;
  overflow: hidden;
}
.swiper-title {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 20px;
}
.swiper-slide {
  display: flex;
  min-height: 350px;
  flex-direction: column;
  align-items: center;
  border: 1px solid #FCC211;
  border-radius: 20px;
  margin-right: 21px;
  padding: 15px;
}
.swiper-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.swiper-name {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
}
.swiper-cont {
  margin-top: 10px;
  margin-bottom: 10px;
}
.swiper-country {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #D4C5B1;
  margin-top: 0;
  margin-bottom: 0;
}
.swiper-text p {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.swiper-avatar {
  display: block;
  width: 110px;
}
.swiper-rank-star {
  display: block;
  width: 158px;
  height: 26px;
  background: url(../images/stars.png) no-repeat;
}
.swiper-button-prev {
  width: 31px;
  top: 40px;
  right: 60px;
  left: auto;
}
.swiper-button-prev::after {
  content: "";
  width: 31px;
  height: 31px;
  background: url(../images/l-arr.png) no-repeat;
}
.swiper-button-next {
  width: 31px;
  top: 40px;
  right: 20px;
  left: auto;
}
.swiper-button-next::after {
  content: "";
  width: 31px;
  height: 31px;
  background: url(../images/r-arr.png) no-repeat;
}

.table {
  padding: 27px 20px 5px;
  background: #181E29;
  border-radius: 10px;
  margin-top: 20px;
}

table.table-1 {
  height: auto;
  border-collapse: separate;
  border-spacing: 0px 15px;
  margin-bottom: 0;
}

.col-1 {
  width: 200px;
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  padding: 10px;
  border-bottom: 1px solid #000;
}

.col-2 {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #FCC211;
  padding: 10px;
  border-bottom: 1px solid #000;
}

table.table-2 {
  height: auto;
  border-collapse: separate;
  border-spacing: 0px 15px;
  margin-bottom: 0;
}

table.table-3 {
  height: auto;
  border-collapse: separate;
  border-spacing: 0px 15px;
  margin-bottom: 0;
}

.column-1 {
  width: 170px;
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #181E29;
  text-align: center;
  padding: 10px;
  background: #FCC211;
  border-radius: 6px 0px 0px 6px;
}

.column-2 {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  padding-left: 20px;
  border: 2px solid #FCC211;
  border-radius: 0px 6px 6px 0px;
}

.questions {
  background: #181E29;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.questions-title {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}
.questions-wrap:not(:last-child) {
  margin-bottom: 20px;
}

.accordion {
  position: relative;
  background: transparent;
  border-bottom: 1px solid #05071A;
  color: #fff;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 38px;
  width: 100%;
  text-align: left;
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  transition: 0.2s;
}
.accordion:after {
  position: absolute;
  content: "+";
  font-size: 25px;
  top: 15px;
  left: 15px;
  color: #fff;
  width: 10px;
  height: 10px;
}

button {
  border: none;
}
button:hover {
  border-bottom: 1px solid #05071A;
}
button:focus {
  border-color: #05071A;
}

.active {
  color: #072443;
  background: #FCC211;
  border-radius: 6px;
}
.active:after {
  content: "–";
  color: #072443;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.answer-one {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #D4C5B1;
  padding-left: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 1350px) {
  .sidenav {
    display: none;
  }
  .main-block {
    width: 100%;
  }
  .main-wrap {
    justify-content: center;
  }
}
@media screen and (max-width: 1200px) {
/*   .main-icon {
    right: -55px;
  } */
  .baner-1-wrap {
    flex-direction: column;
    align-items: center;
  }
  .textblock-3 {
    padding-bottom: 20px;
  }
  .textblock-3-wrap {
    flex-direction: column;
  }
  .textblock-3-txtblock {
    width: 100%;
  }
  .textblock-3-rankblock {
    width: 100%;
  }
}
@media screen and (max-width: 1110px) {
  .main-icon {
      display: none;
    }
}
@media screen and (max-width: 1024px) {
  
  /* .main-block {
    width: 768px;
  }
  .textblock-1, .textblock-2, .textblock-3, .textblock-4, .textblock-5, .textblock-6 {
    width: 768px;
  } */
  .swiper-button-prev {
    left: 676px;
  }
  .textblock-6-img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .main-screen {
    padding-left: 30px;
  }
  /* .textblock-1, .textblock-2, .textblock-3, .textblock-4, .textblock-5, .textblock-6, .textblock-7 {
    width: 576px;
  } */
  .baner-1 {
    padding-left: 20px;
  }
  .rank {
    margin-left: 20px;
  }
  .rank-wrap {
    margin-left: 0;
  }
  .baner-2 {
    padding: 20px;
  }
  .baner-2-subtitle1 {
    color: #fff;
  }
  .swiper-button-prev {
    left: 486px;
  }
  .swiper-head {
    flex-direction: column;
  }
  .swiper-slide {
    flex-direction: column;
  }
  .swiper-avatar {
    margin-bottom: 10px;
  }
  .swiper-title {
    padding-right: 80px;
  }
  .textblock-5-button-chat {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  /* .main-block {
    width: 480px;
  } */
  .main-title {
    font-size: 40px;
    line-height: 48px;
  }
  .main-screen {
    padding-top: 50px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-btn {
    margin-top: 10px;
  }
  .baner-1-str1 {
    width: auto;
    flex-direction: column;
  }
  .baner-1-text1 {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
  }
  .swiper-button-prev {
    left: 390px;
  }
  /* .textblock-1, .textblock-2, .textblock-3, .textblock-4, .textblock-5, .textblock-6 {
    width: 480px;
  } */
  .textblock-1 h2, .textblock-2 h2, .textblock-3 h2, .textblock-4 h2, .textblock-5 h2, .textblock-6 h2 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .textblock-1 h3, .textblock-2 h3, .textblock-3 h3, .textblock-4 h3, .textblock-5 h3, .textblock-6 h3 {
    font-size: 20px;
    line-height: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .textblock-1 p, .textblock-2 p, .textblock-3 p, .textblock-4 p, .textblock-5 p, .textblock-6 p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .table-wrap {
    flex-direction: column;
  }
  table.table-1, table.table-2 {
    width: 100%;
  }
  .col-1 {
    width: 100px;
  }
  .questions-title {
    font-size: 30px;
    line-height: 34px;
  }
  .questions-one {
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 480px) {
  /* .main-block {
    width: 320px;
  } */
  .main-button {
    padding: 15px 47px;
  }
  /* .textblock-1, .textblock-2, .textblock-3, .textblock-4, .textblock-5, .textblock-6 {
    width: 320px;
  } */
  .rank {
    margin-left: 0;
  }
  .rank-value {
    flex-direction: column;
  }
  .rank-txt {
    text-align: center;
  }
  .swiper-button-prev {
    left: 229px;
  }
  .column-1 {
    display: block;
    width: 100%;
    border-radius: 6px 6px 0 0;
  }
  .column-2 {
    display: block;
    border-radius: 0 0 6px 6px;
    text-align: center;
    padding-left: 0;
  }
  .textblock-6 ol {
    padding-left: 20px;
  }
  .textblock-6 li {
    word-wrap: break-word;
  }
}
@media screen and (max-width: 320px) {
  /* .main-block {
    width: 280px;
  } */
  .sidenav-wrap {
    flex-direction: column;
  }
  /* .textblock-1, .textblock-2, .textblock-3, .textblock-4, .textblock-5, .textblock-6 {
    width: 280px;
  } */
  .textblock-4 ul {
    width: 245px;
  }
  .baner-2-title {
    font-size: 33px;
  }
  .swiper-button-prev {
    left: 190px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  color: #fff;
}

h1 {
  font-size: 54px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.bread-text {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-transform: uppercase;
}
.bread-link {
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.bread-link::after {
  content: " | ";
  color: #fff;
  margin-left: 2px;
  margin-right: 1px;
}

.bpmain-content {
  position: relative;
  max-width: 610px;
  z-index: 1;
}
.bpmain-bg {
  position: relative;
  padding: 30px 0 70px 70px;
  border: 1px solid #181E29;
  border-radius: 10px;
}
.bpmain-icon {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0px;
  z-index: 0;
}
.bpmain-title {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 13px;
  margin-bottom: 0px;
}
.bpmain-subtitle {
  max-width: 435px;
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 150%;
  color: #FFFFFF;
  margin-top: 12px;
  margin-bottom: 0;
}
.bpmain-btn {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-top: 25px;
  margin-bottom: 0;
}

.bptextblock-1, .bptextblock-2, .bptextblock-3, .bptextblock-4, .bptextblock-5, .bptextblock-6, .bptextblock-7 {
  padding: 27px 20px 1px;
  background: #181E29;
  border-radius: 10px;
  margin-top: 20px;
}
.bptextblock-1 h2, .bptextblock-2 h2, .bptextblock-3 h2, .bptextblock-4 h2, .bptextblock-5 h2, .bptextblock-6 h2, .bptextblock-7 h2 {
  text-transform: uppercase;
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 20px;
}
.bptextblock-1 h3, .bptextblock-2 h3, .bptextblock-3 h3, .bptextblock-4 h3, .bptextblock-5 h3, .bptextblock-6 h3, .bptextblock-7 h3 {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 20px;
}
.bptextblock-1 p, .bptextblock-2 p, .bptextblock-3 p, .bptextblock-4 p, .bptextblock-5 p, .bptextblock-6 p, .bptextblock-7 p {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #D4C5B1;
  margin-top: 20px;
  margin-bottom: 20px;
}
table td {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #D4C5B1;
  margin-top: 20px;
  margin-bottom: 20px;
}
.bptextblock-1 li, .bptextblock-2 li, .bptextblock-3 li, .bptextblock-4 li, .bptextblock-5 li, .bptextblock-6 li, .bptextblock-7 li {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #D4C5B1;
  margin-bottom: 10px;
}
.bptextblock-1 ul, .bptextblock-2 ul, .bptextblock-3 ul, .bptextblock-4 ul, .bptextblock-5 ul, .bptextblock-6 ul, .bptextblock-7 ul {
  margin-bottom: 20px;
}

.bptextblock-4 {
  padding-bottom: 20px;
}
.bptextblock-4 ul {
  width: 500px;
  display: inline-block;
  vertical-align: top;
}
.bptextblock-4-btn {
  padding-top: 13px;
  padding-bottom: 13px;
}

.bptextblock-6-list1 {
  width: 600px;
  display: inline-block;
  vertical-align: top;
}
.bptextblock-6-list1 h4 {
  margin-top: 0;
  margin-bottom: 15px;
}
.bptextblock-6-list1 li {
  color: #FCC211;
}
.bptextblock-6-list2 {
  max-width: 400px;
  display: inline-block;
  vertical-align: top;
}
.bptextblock-6-list2 h4 {
  margin-top: 0;
  margin-bottom: 15px;
}
.bptextblock-6-list2 li {
  color: #FCC211;
}

.bptextblock-7-btn {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 20px;
}

.bonus-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.bonus-block {
  width: 453px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 90px;
  margin-left: 5px;
  margin-right: 5px;
}
.bonus-block::after {
  position: absolute;
  content: "";
  width: 265px;
  height: 299px;
  right: 0;
  bottom: 0;
  background: url(../images/flame.png) no-repeat;
  z-index: 0;
}
.bonus-content {
  position: relative;
  z-index: 2;
}
.bonus-badge {
  display: block;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  right: 0px;
  z-index: 1;
}
.bonus-title {
  display: block;
  max-width: 250px;
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 120%;
  color: #FCC211;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bonus-subtitle {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 0px;
}
.bonus-text {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #181E29;
  margin-top: 0;
  margin-bottom: 0;
}
.bonus-button {
  text-decoration: none;
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #FFFFFF;
  background: url(../images/signup1.png) no-repeat center;
  padding: 15px 30px;
}
.bonus-btn {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .bpmain-icon {
    display: none;
  }
  .bptextblock-4 ul {
    width: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .bptextblock-6-list1 {
    width: 360px;
  }
  .bonus-block {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 860px) {
  .bonus-wrap {
    flex-direction: column;
    align-items: center;
  }
  .bonus-block {
    margin-left: 0;
    margin-right: 0;
  }
  .bonus-block:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .bptextblock-6-list1 {
    width: 270px;
  }
  .bpmain-bg {
    padding: 20px;
  }
  .bptextblock-4 ul {
    width: 300px;
  }
}
@media screen and (max-width: 576px) {
  .bpmain-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .bonus-block {
    width: 320px;
  }
  .bptextblock-4 ul {
    width: 260px;
  }
}
@media screen and (max-width: 320px) {
  .bonus-block {
    width: 285px;
  }
}
.mbtextblock-1, .mbtextblock-2, .mbtextblock-3, .mbtextblock-4, .mbtextblock-5 {
  padding: 27px 20px 1px;
  background: #181E29;
  border-radius: 10px;
  margin-top: 20px;
}
.mbtextblock-1 h2, .mbtextblock-2 h2, .mbtextblock-3 h2, .mbtextblock-4 h2, .mbtextblock-5 h2 {
  text-transform: uppercase;
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 20px;
}
.mbtextblock-1 h3, .mbtextblock-2 h3, .mbtextblock-3 h3, .mbtextblock-4 h3, .mbtextblock-5 h3 {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mbtextblock-1 p, .mbtextblock-2 p, .mbtextblock-3 p, .mbtextblock-4 p, .mbtextblock-5 p {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #D4C5B1;
  margin-top: 20px;
  margin-bottom: 30px;
}
.mbtextblock-1 li, .mbtextblock-2 li, .mbtextblock-3 li, .mbtextblock-4 li, .mbtextblock-5 li {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #D4C5B1;
  margin-bottom: 10px;
}
.mbtextblock-1 ul, .mbtextblock-2 ul, .mbtextblock-3 ul, .mbtextblock-4 ul, .mbtextblock-5 ul {
  margin-bottom: 0;
}

.mbtextblock-2 {
  padding-bottom: 20px;
}
.mbtextblock-2-btn {
  padding-top: 0;
  padding-bottom: 13px;
}

.mbtextblock-4-btn,
.mbtextblock-5-btn {
  padding-top: 0px;
  padding-bottom: 13px;
  margin-bottom: 20px;
}
.mbtextblock-5 table {
  color: #D4C5B1
}

.mobile-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  padding: 40px;
  margin-top: 20px;
}
.mobile-down {
  max-width: 533px;
  background: rgba(5, 7, 26, 0.7);
  border-radius: 6px;
  padding: 28px 90px 40px 90px;
  text-align: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.mobile-title {
  max-width: 350px;
  display: block;
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 170%;
  text-align: center;
  text-transform: uppercase;
  color: #FCC211;
  margin-top: 0;
  margin-bottom: 0;
}
.mobile-apimg1 {
  display: block;
  margin-bottom: 10px;
}
.mobile-apimg2 {
  display: block;
}
.mobile-logo {
  margin-left: 10px;
  margin-right: 10px;
}
.mobile-link {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 14px 51px 14px 80px;
  text-align: center;
  background: url(../images/down.png) no-repeat;
}
.mobile-link:hover {
  color: #FFFFFF;
}
.mobile-link:visited {
  color: #FFFFFF;
}
.mobile-link::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  top: 13px;
  left: 40px;
  background: url(../images/down1.png) no-repeat;
}
.mobile-btn {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .mobile-down {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mobile-wrap {
    flex-direction: column;
  }
  .mobile-ap {
    order: -1;
  }
  .mobile-logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mobile-btn {
    order: 1;
  }
}
@media screen and (max-width: 576px) {
  .mobile-down {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mobile-logo {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 480px) {
  .mobile-wrap {
    padding: 20px;
  }
}
.footer {
  background: #181E29;
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 25px;
}
.footer-text {
  max-width: 850px;
}
.footer-text p {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 20px;
}
.footer-link {
  display: block;
  width: 165px;
}
.footer-partner {
  width: 510px;
}
.footer-date {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
}

img.footer-logo {
  width: 143px;
  margin-right: 20px;
}

.partner {
  margin-right: 10px;
  margin-left: 10px;
}

.picture-block {
  text-align: right;
}

@media screen and (max-width: 1200px) {
  .footer-wrap {
    flex-direction: column;
    align-items: center;
  }
  .footer-partner {
    width: 100%;
    text-align: center;
    order: -1;
  }
  .footer-block {
    text-align: center;
  }
  .picture-block {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .footer-block {
    margin-left: 0;
  }
  .footer-partner {
    text-align: center;
  }
  .partner {
    margin-left: 0;
  }
}
.error-logo {
  text-align: center;
}
.error-main {
  padding-top: 20px;
}
.error-box {
  margin-top: 150px;
  margin-bottom: 150px;
}
.error-title {
  width: 650px;
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 20px;
}
.error-number {
  display: block;
  margin-top: 20px;
}
.error-texterror {
  display: block;
}
.error-link {
  text-decoration: none;
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #FFFFFF;
  padding: 14px 80px 14px 80px;
  text-align: center;
  background: url(../images/down.png) no-repeat center;
}
.error-btn {
  padding-top: 13px;
  padding-bottom: 13px;
}

.footer-404 {
  padding-bottom: 10px;
}

.footer-date404 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .error-box {
    margin-top: 100px;
  }
  .error-title {
    width: auto;
  }
}
@media screen and (max-width: 576px) {
  .error-title {
    font-size: 35px;
  }
}