html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

a, input[type=submit] {
  transition: 0.4s ease-out;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=text], textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

@font-face {
  font-family: Buyan;
  src: url(../fonts/BuyanBold.ttf);
  font-weight: normal;
  font-weight: 700;
}
:root {
  --font-family: "Manrope", sans-serif;
  --second-family: "Buyan", sans-serif;
  --third-family: "Nunito", sans-serif;
}

@media (min-width: 1590px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1580px;
  }
}
body {
  background: #0a0a0a;
}

header {
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 135px;
}
header .date {
  border-radius: 0 0 15px 15px;
  width: 244px;
  height: 109px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background: rgba(255, 255, 255, 0.04);
  padding-top: 23px;
}
header .date .n {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 25px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #00a2ff;
}
header .date .d {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #838383;
  margin-top: 13px;
}
header h1 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 128px;
  line-height: 91%;
  color: #fff;
  margin-top: 110px;
}
header h1 span {
  color: #00a2ff;
}
header .title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 414%;
  color: #fff;
  margin-top: 5px;
}
header .title span {
  color: #00a2ff;
}
header .bull {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #fff;
}
header .bull li {
  position: relative;
  margin-bottom: 34px;
  padding-left: 61px;
}
header .bull li img {
  position: absolute;
  left: -3px;
  top: -5px;
}
header .bull span {
  font-weight: 700;
}
header .pr {
  border-radius: 15px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background: rgba(255, 255, 255, 0.04);
  padding: 28px;
  max-width: 706px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  gap: 30px;
}
header .pr a {
  display: block;
  width: 355px;
  height: 118px;
  border-radius: 10px;
  width: 353px;
  height: 114px;
  line-height: 114px;
  text-decoration: none;
  border-radius: 10px;
  background: linear-gradient(90deg, #ffcd9a 0%, #ffd8af 53.12%, #ffcd9a 100%);
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #60490f;
}
header .pr .t {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #fff;
}
header .pr .t span {
  font-weight: 700;
}
header .mus {
  position: absolute;
  right: 110px;
  top: 80px;
}
header #mm {
  z-index: 2;
  position: relative;
  bottom: -43px;
  left: -140px;

}
header .auth {
  border-radius: 15px;
  width: 441px;
  height: 239px;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background: #222;
  padding: 37px 15px 37px 36px;
  position: absolute;
  right: 41px;
  top: 276px;
  z-index: 2;
}
header .auth .name {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 22px;
  line-height: 18%;
  color: #00a2ff;
}
header .auth ul {
  font-family: var(--font-family);
  margin-top: 30px;
  font-size: 17px;
  line-height: 147%;
  color: #fff;
}
header .auth ul li {
  margin-bottom: 19px;
}
header .auth ul span {
  font-weight: 500;
}
header .auth ul i {
  color: #00a2ff;
}

.s2 {
  position: relative;
}
.s2 h2 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 99px;
  line-height: 110px;
  color: #fff;
  margin-top: 100px;
}
.s2 h2 span {
  color: #00a2ff;
}
.s2 .bull {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 27px;
  color: #fff;
  margin-top: 45px;
}
.s2 .bull li {
  position: relative;
  margin-bottom: 43px;
  padding-left: 61px;
}
.s2 .bull li img {
  position: absolute;
  left: -3px;
  top: -5px;
}
.s2 .bull span {
  font-weight: 700;
}
.s2 .kombo {
  position: absolute;
  top: 0;
  right: 0;
}

.s3 {
  position: relative;
  z-index: 2;
  margin-top: 85px;
}
.s3 .grid {
  border: 1px solid #1c1c1c;
  border-radius: 15px;
  background-image: url(../img/s3.png);
  background-repeat: no-repeat;
  background-position: top center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 60px 15px;
}
.s3 h2 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 131px;
  color: #fff;
  text-align: center;
}
.s3 h2 strong {
  font-size: 202px;
  color: #00a2ff;
  display: block;
}
.s3 h2 span {
  font-size: 90px;
  display: block;
}
.s3 .item {
  border-radius: 15px;
  width: 509px;
  height: 175px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background: rgba(74, 74, 74, 0.12);
  margin-bottom: 24px;
  padding: 40px 27px;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 30px;
  align-items: center;
  margin-left: 150px;
}
.s3 .item .text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 23px;
  line-height: 165%;
  color: #fff;
}
.s3 .item .text strong {
  font-weight: 700;
  display: block;
}
.s3 .item .text span {
  font-weight: 600;
  color: #00a2ff;
  display: block;
}

.s4 h2 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 99px;
  line-height: 79%;
  text-align: center;
  color: #fff;
  margin-top: 120px;
}
.s4 h2 span {
  color: #00a2ff;
}
.s4 .wrap {
  border-radius: 15px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background: #101010;
  margin-top: 70px;
  padding-top: 43px;
  border-radius: 15px;
}
.s4 .title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 58px;
  text-align: center;
  color: #fff;
  display: block;
  height: 170px;
}
.s4 .bull {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  height: 1050px;
}
.s4 .bull li {
  position: relative;
  padding-left: 61px;
  border-radius: 15px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background: rgba(255, 255, 255, 0.02);
  padding: 27px 15px 27px 80px;
  width: calc(100% - 100px);
  margin: 0 auto 12px;
}
.s4 .bull li img {
  position: absolute;
  left: 20px;
  top: 19px;
}
.s4 .bull span {
  font-weight: 700;
}
.s4 .gold {
  color: #ffd19d;
}
.s4 .price {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 39px;
  line-height: 297%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #c1c1c1;
}
.s4 .old {
  text-decoration: line-through;
}
.s4 .new {
  font-weight: 700;
  font-size: 58px;
  color: #00a2ff;
  padding: 0 15px;
}
.s4 .rub {
  font-weight: 700;
  font-size: 42px;
  color: #fff;
}
.s4 .buy {
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background: rgba(48, 48, 48, 0.2);
  padding: 37px 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  margin-top: 20px;
}
.s4 a#b {
  display: block;
  width: 100%;
  height: 100px;
  border-radius: 10px;
  line-height: 100px;
  text-decoration: none;
  border-radius: 10px;
  background: linear-gradient(90deg, #ffcd9a 0%, #ffd8af 53.12%, #ffcd9a 100%);
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #60490f;
}
.s4 a#br {
  display: block;
  width: 100%;
  height: 100px;
  border-radius: 10px;
  line-height: 100px;
  text-decoration: none;
  border-radius: 10px;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #00a2ff;
  border: 1px solid #00a2ff;
}

.s5 {
  background-image: url(../img/s5.png);
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: 120px;
}
.s5 .grid {
  position: relative;
  height: 757px;
  padding-left: 690px;
  padding-top: 130px;
}
.s5 .grid #m {
  position: absolute;
  left: 0;
  bottom: 0;
}
.s5 h2 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 169px;
  line-height: 69%;
  color: #fff;
}
.s5 h2 span {
  font-size: 159px;
  color: #00a2ff;
  display: block;
  margin-top: 35px;
}
.s5 .d {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 31px;
  color: #fff;
  margin-top: 48px;
  display: block;
}
.s5 .d span {
  font-weight: 700;
}
.s5 .inst {
  margin-top: 55px;
  border-radius: 15px;
  width: 449px;
  height: 112px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background: rgba(48, 47, 47, 0.2);
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 31px;
  line-height: 112px;
  color: #fff;
  position: relative;
  padding-left: 50px;
}
.s5 .inst img {
  position: absolute;
  right: 0;
}

footer {
  background: #171717;
  padding: 40px 0;
  margin-top: 120px;
}

footer p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 176%;
  color: #d9d9d9;
}

footer a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 176%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-align: right;
  color: #d9d9d9;
  display: block;
  margin-left: auto;
  text-decoration: none;
}

header #mm_mob {
  display: none;
}

.lottery{
	width:100%;
	display:flex;
	align-items:center;
	padding-top: 160px;

	font-family: var(--second-family);
    font-weight: 700;
    font-size: 60px;
    line-height: 79px;
    text-align: center;
    color: #fff;
	
	img{
		margin-top: clamp(20px, 40px, 60px);
		max-width: clamp(30%, 30%, 40%)
	}
}

@media (max-width: 1700px) {
  header .mus {
    right: 0;
  }
}
@media (max-width: 1590px) {
  header h1 {
    flex-shrink: 100px;
  }

  header .title {
    font-size: 23px;
  }

  header .bull {
    font-size: 20px;
  }

  header .bull li img {
    top: -8px;
  }

  header #mm {
    width: 700px;
    bottom: 0;
  }

  header .mus {
    top: auto;
    bottom: -8px;
  }

  header .auth {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 3;
    padding-left: 25px;
    border-radius: 15px;
    height: auto;
    top: 400px;
  }

  .s2 .kombo {
    width: 800px;
    bottom: -150px;
    top: auto;
  }

  .s3 h2 {
    font-size: 115px;
  }

  .s3 h2 strong {
    font-size: 174px;
  }

  .s3 h2 span {
    font-size: 78px;
  }
}
@media (max-width: 1400px) {
  header {
    overflow: hidden;
  }

  header #mm {
    width: 650px;
  }

  header .mus {
    right: -150px;
    bottom: -8px;
  }

  header .auth {
    max-width: 350px;
    top: 327px;
    right: 220px;
  }

  .s2 .kombo {
    width: 600px;
  }

  .s2 .bull {
    font-size: 24px;
    max-width: 60%;
  }

  .s3 h2 {
    font-size: 85px;
  }

  .s3 h2 strong {
    font-size: 129px;
  }

  .s3 h2 span {
    font-size: 58px;
  }

  .s5 .grid #m {
    width: 500px;
  }

  .s5 .grid {
    padding-left: 500px;
  }

  body {
    overflow-x: hidden;
  }
}
@media (max-width: 1200px) {
  header .mus {
    display: none;
  }

  .s3 h2 {
    font-size: 50px;
  }

  .s3 h2 strong {
    font-size: 78px;
  }

  .s3 h2 span {
    font-size: 35px;
  }

  .s4 .new {
    display: block;
  }

  .s4 .bull {
    height: 820px;
  }

  .s4 .price {
    line-height: 62px;
  }

  .s4 .buy {
    grid-template-columns: 1fr;
  }

  .s5 .grid {
    padding-left: 393px;
  }

  .s5 h2 {
    font-size: 140px;
  }

  .s5 h2 span {
    font-size: 133px;
  }

  .s5 .d {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 992px) {
  header .date {
    display: none;
  }

  header h1 {
    font-size: 96px;
    max-width: 220px;
    text-align: center;
    line-height: 50px;
    margin: 65px auto 0;
  }
  header h1 i {
    display: inline;
    color: #00a2ff;
    font-size: 47px;
  }
  header h1 span {
    display: inline-block;
    font-size: 47px;
  }

  header .title {
    font-size: 14px;
    border-radius: 15px;
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
    background: #161616;
    padding: 15px;
    line-height: normal;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 15px auto 0;
  }

  header {
    background-image: url(../img/bg_mob.png);
    background-size: cover;
  }

  header .bull li img {
    width: 22px;
  }

  header .bull {
    font-size: 12px;
    max-width: 300px;
    margin: 22px auto 0;
  }

  header .bull li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
  }

  header .bull li img {
    top: -4px;
    left: 2px;
  }

  header .mus {
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  header #mm {
    display: none;
  }

  header #mm_mob {
    display: block;
    margin: -30px auto 0;
  }

  header .mus {
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  header .pr .t {
    display: none;
  }

  header .pr {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    background: transparent;
    justify-content: center;
    margin-top: 397px;
  }

  header .pr a {
    width: 252px;
    height: 72px;
    line-height: 72px;
    font-size: 14px;
  }

  header .auth .name {
    font-size: 16px;
  }

  header .auth ul {
    font-size: 12px;
  }

  header .auth {
    width: 233px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 25px 25px 10px 25px;
    top: 240px;
  }

  header .auth ul li {
    margin-bottom: 10px;
  }

  header .mus {
    bottom: 0px;
  }

  header {
    padding-bottom: 30px;
  }

  .s2 h2 {
    font-size: 39px;
    line-height: normal;
    text-align: center;
    margin-top: 30px;
  }

  .s2 .bull li img {
    width: 16px;
  }

  .s2 .bull {
    font-size: 12px;
    max-width: 264px;
    margin: 20px auto 0;
  }

  .s2 .kombo {
    display: none;
  }

  .s2 .bull li {
    padding-left: 25px;
  }

  .s2 .bull li {
    margin-bottom: 30px;
  }

  .s2 .bull li img {
    top: -3px;
  }

  .s3 .grid {
    grid-template-columns: 1fr;
  }

  .s3 h2 {
    font-size: 39px;
  }

  .s3 h2 strong {
    font-size: 61px;
  }

  .s3 h2 span {
    font-size: 28px;
  }

  .s3 .item {
    margin-left: 0;
    grid-template-columns: 60px 1fr;
    gap: 24px;
  }

  .s3 .item {
    width: 273px;
    height: 94px;
    padding: 15px;
    margin: 15px auto 0px;
  }

  .s3 .item img {
    width: 60px;
  }

  .s3 .item .text {
    font-size: 12px;
  }

  .s3 .grid {
    background-image: url(../img/s3_mob.png);
    border: none;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .s3 {
    margin-top: 50px;
  }

  .s4 h2 {
    font-size: 39px;
    margin-top: 70px;
  }

  .s4 .bull li img {
    width: 16px;
    left: 13px;
    top: 8px;
  }

  .s4 .bull {
    font-size: 12px;
    height: auto;
  }

  .s4 .bull li {
    width: 284px;
    margin: 10px auto 0;
    padding: 10px 10px 10px 40px;
  }

  .s4 .title {
    font-size: 30px;
    height: auto;
  }

  .s4 .price {
    font-size: 21px;
    display: block;
  }

  .s4 .old {
    display: block;
  }

  .s4 .new {
    display: inline;
    font-size: 41px;
  }

  .s4 .rub {
    font-size: 26px;
  }

  .s4 .price {
    line-height: 40px;
    margin-top: 30px;
  }

  .s4 a#b, .s4 a#br {
    width: 252px;
    height: 72px;
    line-height: 72px;
    font-size: 14px;
    margin: 0 auto;
  }

  .s4 .buy {
    gap: 15px;
  }

  .s5 {
    background-image: url(../img/s5_mob.png);
  }

  .s5 h2 {
    font-size: 54px;
    line-height: normal;
    text-align: center;
  }

  .s5 h2 span {
    font-size: 51px;
    margin-top: 0;
  }

  .s5 .grid {
    padding-left: 0;
    padding-top: 40px;
  }

  .s5 .d {
    font-size: 13px;
    max-width: 136px;
    margin: 20px auto 0;
  }

  .s5 .grid #m {
    width: 245px;
    right: 0;
    margin: 0 auto;
    bottom: 14px;
  }

  .s5 .inst {
    font-size: 20px;
    height: 69px;
    line-height: 69px;
    width: 276px;
    margin: 250px auto 0;
  }

  .s5 .inst img {
    width: 69px;
  }

  .s5 .grid {
    height: 550px;
  }

  footer {
    padding: 20px 0;
  }

  footer p {
    font-size: 11px;
    margin-bottom: 15px;
    text-align: center;
  }

  footer a {
    text-align: center;
    font-size: 11px;
    margin-top: 10px;
  }
}

.cl{
  font-family: var(--font-family);
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    margin-top: 18px;
    display: block;
    width: 276px;
    text-align: center;
    position: relative;
    z-index: 3;
}

@media (max-width:992px){
  header{
    height: 900px;
  }
  header .mus{
    bottom: auto;
    top: 360px;
  }
  .cl{
    margin:10px auto 0;
    font-size: 14px;
  }
}

.owl-dots{
  display: none;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
  background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px;
    width: 75px !important;
    height: 39px !important;
    top: auto;
    bottom: -102px;
    opacity: 1 !important;
    left: calc(50% - 35px);
}
.owl-carousel .owl-nav button.owl-prev svg path, .owl-carousel .owl-nav button.owl-next svg path{
  fill: #fff;
}
.owl-carousel .owl-nav button.owl-prev svg, .owl-carousel .owl-nav button.owl-next svg{
  width: 17px;
}
.owl-carousel .owl-nav button.owl-prev svg{
  transform: rotate(180deg);
}
.owl-nav{
      display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 30px;
}

.owl-carousel .owl-nav button.owl-prev:after {
    content: "";
    display: block;
    background-image: url(data:image/svg+xml,%3Csvg width='32' height='12' viewBox='0 0 32 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.24561 6.75C0.831392 6.75 0.495605 6.41421 0.495605 6C0.495605 5.58579 0.831392 5.25 1.24561 5.25V6.75ZM31.4251 5.46967C31.718 5.76256 31.718 6.23744 31.4251 6.53033L26.6521 11.3033C26.3592 11.5962 25.8843 11.5962 25.5914 11.3033C25.2985 11.0104 25.2985 10.5355 25.5914 10.2426L29.8341 6L25.5914 1.75736C25.2985 1.46447 25.2985 0.989593 25.5914 0.696699C25.8843 0.403806 26.3592 0.403806 26.6521 0.696699L31.4251 5.46967ZM1.24561 5.25L30.8947 5.25V6.75L1.24561 6.75V5.25Z' fill='white'/%3E%3C/svg%3E%0A);
    width: 32px;
    height: 12px;
}

.slider h2 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 99px;
    line-height: 79%;
    text-align: center;
    color: #fff;
    margin-top: 120px;
}

.slider .sub{
  font-family: var(--second-family);
    font-weight: 400;
    font-size: 39px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
}
.slider .sub span{
  color: #00a2ff;
}

p.otz_box_t3 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--second-family);  
    margin-bottom: 30px;
}
p.otz_box_t3 i {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width:992px){
  .slider h2{
     font-size: 39px;
      line-height: normal;
      text-align: center;
      margin-top: 30px;
  }
  .slider .sub {
      font-family: var(--second-family);
      font-weight: 400;
      font-size: 20px;
      text-align: center;
      color: #fff;
      margin-top: 5px;
      margin-bottom: 18px;
  }  
	
	.price{
		margin-top:50px !important;
	}
}


.s4 a.disabled#b{
    pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
  background: grey;
  color: #fff;
}

.s4 a.vip_bron#br{
      font-size: 14px;
    line-height: 25px;
    padding-top: 10px;
}

@media (max-width: 768px){
	.lottery{
		padding-top: 90px;
		font-size: 30px;
		line-height: 40px;
	}
}