@font-face {
  font-family: 'Gotham Rounded Bold';
  src: url(../fonts/gothamrounded-bold.woff2) format('woff2'),
    url(../fonts/gothamrounded-bold.woff) format('woff');

}

@font-face {
  font-family: 'Gotham Rounded Medium';
  src: url(../fonts/gothamrounded-medium.woff2) format('woff2'),
    url(../fonts/gothamrounded-medium.woff) format('woff');

  font-display: swap;
}


@font-face {
  font-family: 'Gotham Rounded Book';
  src: url(../fonts/gothamrounded-book.woff2) format('woff2'),
    url(../fonts/gothamrounded-book.woff) format('woff');

  font-display: swap;
}


* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  overflow-x: hidden;
  min-height: 100%;
  position: relative;
  background: #070728;
}

.bcgg {
  background-image: url("../images/tp.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-x: left;
  background-position-y: 19vw;
}
.wrapper-content {
  position: relative;
  background: #070728;
}
.rounded-bg {
  position: absolute;
  top: -150px;
  background-image: url(../images/bcg-rounded.png);
  background-repeat: no-repeat;
  background-size: 103%;
  width: 100%;
  margin: 0 auto;
  height: 151px;
  background-position: top;
}
a {
  color: #FFFFFF;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
.hover-a {
  transition: .3s all;
}
.hover-a:hover {
  transform: translateY(-6px);
}
p {
  margin: 0;
  padding: 0;
}
.fullWidth{
  width: 100%;
  overflow: hidden;
}

.darkBlueGrad{
  background: rgb(12,27,66);
  background: -moz-linear-gradient(180deg, rgba(12,27,66,1) 0%, rgba(19,47,94,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(12,27,66,1) 0%, rgba(19,47,94,1) 100%);
  background: linear-gradient(180deg, rgba(12,27,66,1) 0%, rgba(19,47,94,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c1b42",endColorstr="#132f5e",GradientType=1);
}

.horizontalBlueGrad{
  background: #c0e7fb;
  background: -moz-linear-gradient(left,  #c0e7fb 0%, #0079ad 15%, #0079ad 85%, #c0e7fb 100%);
  background: -webkit-linear-gradient(left,  #c0e7fb 0%,#0079ad 15%,#0079ad 85%,#c0e7fb 100%);
  background: linear-gradient(to right,  #c0e7fb 0%,#0079ad 15%,#0079ad 85%,#c0e7fb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0e7fb', endColorstr='#c0e7fb',GradientType=1 );
}

.brightGreyGrad{
  background: #e4edf9;
  background: -moz-linear-gradient(top,  #e4edf9 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top,  #e4edf9 0%,#ffffff 100%);
  background: linear-gradient(to bottom,  #e4edf9 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4edf9', endColorstr='#ffffff',GradientType=0 );
}
.stripeVeryThick {
  height: 60px;
}
.block {
  display: block;
}
.contentCnt {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1100px;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.buttonContainer {
  right: 15px;
  margin-top: 21px;
}
.redButton {
  width: 145px;
  height: 61px;
  z-index: 1000;
  font-size: 16px;
  font-family: "Gotham Rounded Bold";
  color: #FFFFFF;
  background-color: #e20000;
  padding: 5px 15px;
  margin-right: 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;
  transition: transform .2s ease-in;
  left: 70%;
  top: 20px;
}
.lightVioletButton {
  width: 175px;
  height: 61px;
  font-family: "Gotham Rounded Bold";
  color: #FFFFFF;
  z-index: 1000;
  font-size: 16px;
  border-radius: 5px;
  background-color: #3051c5;
  padding: 5px 15px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform .2s ease-in;
  left: 70%;
  top: 20px;
}
.head-text {
  font-family: "Gotham Rounded Bold";
  width: 140px;
  height: 50px;
  margin-right: 20px;
  display: inline-block;
  top: 20px;
  position: relative;
  text-align: right;
  color: white;
}
.lightViolet {
  background-color: #2d51c3;
}
.darkBlueBg {
  background-color: #14305f;
}
.stripeThick {
  height: 8px;
}
.lightGreyBg {
  background-color: #d1d5e1;
}
.brightRedBg {
  background-color: #cc0003;
}
.stripeThin {
  height: 3px;
}
footer {
  width: 100%;
  background: linear-gradient(0deg, rgba(42, 32, 113, 1) 0%, rgba(17, 93, 169, 1) 100%);
  color: #ffffff;
  overflow: hidden;
  font-family: 'Gotham Rounded Bold';
  font-size: 12px;
  padding: 50px 0;
}
footer .footer-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  padding: 0 20px;
}
footer .footer-content > div {
  flex-grow: 1;
  width: 33%;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
footer .logo-content img {
  height: 50px;
  margin-right: 10px;
  display: block;
}
footer .social-content {
  justify-content: center;
}
footer .social-content img {
  width: 30px;
  display: inline-block;
  position: relative;
  margin: 0 6px;
  transition: transform .2s ease-in;
}
footer .notice-content img {
  width: 40px;
  margin-right: 10px;
}



















.headWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}

#headWrapper-mobile {
  display: none;
}

.headMenu {
  width: auto;
  height: 110px;
  background: linear-gradient(180deg, rgba(42, 32, 113, 1) 0%, rgba(17, 93, 169, 1) 100%);

}

.hdl-bck {
  position: relative;
  margin-bottom: -210px !important;
  top: 160px;
}

.headContent {
  position: relative;
  width: 1400px;
  height: 100%;
  margin: 0 50% auto;
  transform: translate(-50%, -50%);
}

.logo {
  width: auto;
  height: 60px;
  z-index: 100000;
  position: fixed;
  left: 0px;
  top: 74%;
}

.buttonWrapper {
  position: fixed;
  top: 55%;
  width: auto;
  z-index: 1000000;
  right: 0px;
}
.phone {
  width: 16px;
  height: 30px;
  position: relative;
  top: 9px;
  left: -6px;
}

.thinLineGrey {
  background-color: #d1d8e6;
  width: auto;
  height: 4px;
}

.thinLineGrey2 {
  background-color: #d1d8e6;
  width: auto;
  height: px;
  margin-top: -44px;
}

.thinLineRed {
  background-color: #c10000;
  width: auto;
  height: 4px;
}


.logo {
  width: auto;
  height: 60px;
  z-index: 100000;
  position: fixed;
  left: 0px;
  top: 74%;
}
#video {
  display: block;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}
#videoMobile {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.headMenu-expand {
  width: 100%;
  height: 277px;
  padding-left: 50px;
  padding-right: 50px;
  transition: 0.5s ease;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(42, 32, 113, 1) 0%, rgba(17, 93, 169, 1) 100%);
}
.hero-expand {
  margin-top: 197px;
  transition: 0.5s ease;
}
.imageLogo {
  width: auto;
  height: 60px;
  position: relative;
}
.hamburger {
  border: 0;
  background-color: transparent;
  top: 47px;
  left: calc(100% - 43px);
  position: fixed;
  z-index: 100000;
  margin: 0 0% auto;
}

.hamburger .line {
  background-color: #fff;
  display: block;
  margin: 5px 0;
  height: 4px;
  width: 30px;
  will-change: transform;
}

.hamburger.open .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.open .line:nth-child(2) {
  opacity: 0;
}

.hamburger.open .line:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.hamburger .line {
  /* ... */
  transition: all 0.5s ease;
}
.d-block {
  display: block;
}























.cursor-pointer {
  cursor: pointer;
}
h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-family: 'Gotham Rounded Bold';
}
.hero-section {
  height: 37vw;
  position: relative;
}
.bcg-hero {
  width: 100%;
  height: 100%;
  background-image: url(../images/hero.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-x: center;
  animation: 12s ease 0s normal both running zoomMainBcg !important;
}
@keyframes zoomMainBcg {
  0% {transform: scale(1)}
  100% {transform: scale(1.05)}
}
.hero-section:hover .eye-hero {
  transform: translateY(-10px);
}
.hero-content {
  width: 100%;
  font-family: 'Gotham Rounded Bold';
  margin: 0 auto;
  margin-top: 10vw;
  padding: 0 40px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.hero-flex-block {
  gap: 37px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.hero-item {
  flex: 0 1 100%;
  animation: 2s ease 0s normal infinite both running zoomBcg !important;
}
@keyframes zoomBcg {
  0% {scale: 1}
  50% {scale: 1.05}
  100% {scale: 1}
}
.hero-item img {
  width: 100%;
  max-width: 556px;
  height: auto;
}
.hero-item h1 {
  color: white;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 72px;
  text-align: center;
  text-shadow: #000 0px 0px 14px;
}
.hero-item p {
  color: white;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 22px;
}
.hero-item .eye-hero {
  max-width: 170px;
  width: 100%;
  height: auto;
  transition: .3s;
}
.block-content {
  width: 100%;
  color: #fff;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
}
.block-content h2 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.turnaj-include {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.turnaj-include p {
  font-family: 'Gotham Rounded Bold';
  color: #2A2071;
  font-size: 38px;
}
.turnaj-include span {
  position: relative;
  font-family: 'Gotham Rounded Bold';
  color: white;
  z-index: 4;
  padding: 10px 18px;
  display: inline-block;
  font-size: 50px;
}
.turnaj-include span:before {
  content: '';
  background: #E20413;
  position: absolute;
  width: 100%;
  transform: skewX(345deg) translate(-55%, -50%);
  z-index: -1;
  border-radius: 5px;
  top: 50%;
  left: 52%;
  height: 100%;
}
.outbox-content {
  margin-bottom: 0;
  position: relative;
  bottom: 70px;
}
.outbox-content {
  margin-bottom: 10px;
  bottom: 40px;
}
.game-of-week-wrapper {
  position: relative;
  width: 100%;
  color: #fff;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 80px;
  margin-bottom: 50px;
}
.game-of-week {
  display: block;
  padding: 0 20px;
  position: relative;
  transition: .3s;
  cursor: pointer;
}
/*.game-of-week:hover {
  transform: scale(.99);
}*/
.game-of-week-wrapper:after {
  content: '';
  border-bottom: 2px solid #E0E0E0;
  position: absolute;
  bottom: 0;
  width: 80%;
  left: 10%;
}
.game-of-week-wrapper h2 {
  margin-bottom: 60px;
}
#gameOfWeek {
  padding-top: 20px;
}
.game-of-week .turnaj {
  border-radius: 12px;
  width: 100%;
  height: 335px;
  background-image: url("../images/turnaj1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
  transition: .3s;
  animation: 1.2s ease 0s normal both infinite turnajAnim;
}
@keyframes turnajAnim {
  0% { box-shadow: none}
  50% {box-shadow:0px 0px 40px 0px #f70100}
  100% {box-shadow: none}
}

.game-flex-block {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 40px;
}
.border-bottom-game:after {
  content: '';
  border-bottom: 2px solid #E0E0E0;
  position: absolute;
  bottom: 0;
  width: 80%;
  left: 10%;
}
.game-flex-block2 {
  padding: 25px;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.news-tip {
  position: relative;
  gap: 70px;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Gotham Rounded Bold';
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.swiper-cube .swiper-cube-shadow:before {
  background: #0000006b;
}
/*.swiper-wrapper {
  margin-bottom: 100px;
}*/
.news-tip:after {
  content: '';
  border-bottom: 2px solid #E0E0E0;
  position: absolute;
  bottom: 0;
  width: 80%;
  left: 10%;
}
.news-tip .tip-block-1 {
  flex: 0 1 49%;
  margin-bottom: 20px;
}
.news-tip .tip-block-2 {
  flex: 0 1 32%;
  transition: .3s;
  max-width: 360px;
  /*margin-bottom: 20px;*/
  /*animation: 5s ease 0s normal infinite both running animHot !important;*/
}
@keyframes animHot {
  0% { transform: translateY(0) scale(1)}
  50% {transform: translateY(0px) scale(1)}
  55% {transform: translateY(-10px) scale(1.01)}
  60% {transform: translateY(0px) scale(1)}
  65% {transform: translateY(-10px) scale(1.01)}
  70% {transform: translateY(0px) scale(1)}
  100% {transform: translateY(0px) scale(1)}
}
.hot-news-wrapper {
  padding-bottom: 80px;
}
.news-tip h2 {
  font-size: 40px;
  color: #E20413;
  line-height: 1.2;
  margin-bottom: 20px;
}
.tip-block-1 {
  text-align: left;
}
.tip-block-1 p {
  margin-right: 60px;
  margin-bottom: 20px;
  font-family: 'Gotham Rounded Book';
  min-height: 86px;
}
.news-tip .condition-tip {
  font-size: 12px;
  font-family: 'Gotham Rounded Book';
  text-decoration: underline;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
}
.cta-tip-block {
  text-align: right;
}
.cta-tip-block a {
  display: inline-block;
  font-size: 26px;
}
strong {
  font-family: 'Gotham Rounded Bold';
}
.cta-tip-block a img {
  width: 100%;
  max-width: 150px;
}
.cta-tip-block a {
  transition: .2s;
}
.cta-tip-block a:hover {
  transform: translateY(-4px);
  transition: .3s;
}
.date-game {
  position: absolute;
  top: -36px;
  left: 15px;
  background: #2A2071;
  padding: 8px 14px;
  border-radius: 8px 8px 0 0;
  line-height: 1;
  font-size: 21px;
  z-index: 0;
  font-family: 'Gotham Rounded Book';
}
.tip-block-2 .game-img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}
.free-spin {
  position: absolute;
  top: -15px;
  right: 15px;
  z-index: 2;
  padding: 3px 10px 1px 20px;
  text-align: center;
  line-height: 1;
  font-size: 18px;
}
.free-spin span {
  font-size: 24px;
}
.position-relative {
  position: relative;
}
.free-spin:before {
  content: '';
  background: #E20413;
  position: absolute;
  width: 100%;
  height: 40px;
  z-index: -1;
  transform: skewX(-13deg) translate(-50%, -50%);
  border-radius: 4px;
  top: 50%;
  left: 50%;
}
.stars-block {
  position: absolute;
  background: white;
  left: 50%;
  z-index: 1;
  bottom: -15px;
  display: flex;
  justify-content: space-between;
  width: 85%;
  transform: translateX(-50%);
  border-radius: 25px;
  color: #2A2071;
  font-family: 'Gotham Rounded Bold';
  font-size: 13px;
  padding: 6px 0px 4px;
}
.stars-item {
  flex: 1 1 0px;
  display: block;
}
.mt-35 {
  margin-top: 35px !important;
}
.stars-item span {
  margin-bottom: 2px;
  display: block;
}
.stars-item img {
  width: 51px;
}
.game-item-3 {
  font-family: 'Gotham Rounded Medium';
  flex: 0 1 32%;
  margin-bottom: 34px;
  max-width: 360px;
}
.game-item-4 {
  font-family: 'Gotham Rounded Medium';
  flex: 0 1 31%;
  margin-bottom: 34px;
}
.game-item a {
  display: block;
  transition: .3s;
}
.game-item a:hover {
  transform: translateY(-10px);
}
.game-item .game-img {
  border-radius: 12px;
  width: 100%;
  height: auto;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}
.game-flex-block:not(.border-bottom-game) .game-item .game-img {
  border: 2px solid white;
}
.game-item h3 {
  font-family: 'Gotham Rounded Bold';
  color: #E20413;
  font-size: 22px;
  line-height: 120%;
  margin-top: 22px;
  margin-bottom: 14px;
}
.game-item p {
  font-size: 14px;
  line-height: 120%;
  font-family: 'Gotham Rounded Book';
  color: white;
}

.live-button {
  width: 100%;
  max-width: 300px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.loto-red-color {
  color: #E20413;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.cta-tip {
  position: relative;
  z-index: 4;
  padding: 10px 18px;
}
.cta-tip:before {
  content: '';
  background: #E20413;
  position: absolute;
  width: 100%;
  transform: skewX(345deg) translate(-55%, -50%);
  z-index: -1;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  height: 100%;
}
@media only screen and (max-width: 1600px) {
  .hero-item h1 {
    font-size: 55px;
  }
.headContent {
position: relative;
width: 1200px;
height: 100%;
margin: 0 50% auto;
transform: translate(-50%, -50%);
}
}
@media only screen and (max-width: 1400px) {
  .hero-item h1 {
    font-size: 46px;
  }
.hero-item {
flex: 0 1 100%;
}
}
@media only screen and (max-width: 1250px) {
.headContent {
position: relative;
width: 1000px;
height: 100%;
margin: 0 50% auto;
transform: translate(-50%, -50%);
}
}
@media only screen and (max-width: 1200px) {
.news-tip h2 {
font-size: 34px;
}
.tip-block-1 p {
margin-right: 0px;
}
.outbox-content {
bottom: 50px;
}
  .rounded-bg {
    top: -128px;
  }
  .hero-section {
    height: 42vw;
  }
}
@media only screen and (max-width: 1100px) {
  .free-spin {
    font-size: 15px;
  }
  .free-spin span {
    font-size: 19px;
  }
  .date-game {
    top: -32px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1050px) {
.headContent {
width: 900px;
}
}
@media only screen and (max-width: 1023px) {
  .stars-block {
    font-size: 10px;
  }
  .stars-item img {
    width: 44px;
  }
.hero-flex-block {
/*margin: 0 60px;*/
  text-align: center;
}
.news-tip h2 {
font-size: 30px;
}
  .cta-tip-block a  {
    font-size: 20px;
  }
}
@media only screen and (max-width: 950px) {
  .free-spin {
    font-size: 13px;
  }
  .free-spin span {
    font-size: 17px;
  }
  .date-game {
    top: -28px;
    font-size: 14px;
  }
  .free-spin:before {
    height: 32px;
  }
  .rounded-bg {
    top: -120px;
  }
}
@media only screen and (max-width: 900px) {
  h2 {
    font-size: 40px;
  }
  .block-content h2 {
    margin-bottom: 40px;
  }
  .game-of-week-wrapper h2 {
    margin-bottom: 40px;
  }
  .hero-item h1 {
    font-size: 38px;
  }
  .news-tip .tip-block-2 {
    flex: 0 1 35%;
  }
  .news-tip .tip-block-1 {
    flex: 0 1 60%;
  }
  .stars-block {
    width: 90%;
    font-size: 10px;
  }
  .stars-item img {
    width: 48px;
  }
  .free-spin {
    font-size: 9px;
  }
  .free-spin span {
    font-size: 14px;
  }
  .date-game {
    top: -25px;
    font-size: 11px;
  }
  .free-spin:before {
    height: 27px;
  }
.hero-flex-block {
margin: 0 40px;
}
.news-tip {
gap: 20px;
}
.rounded-bg {
top: -100px;
}
.redButton,.lightVioletButton {
margin-bottom: 10px;
display: block;
width: 100%;
padding: 5px 15px;
height: 41px;
}
.hero, .hero-expand {
position: relative;
width: 100%;
overflow: hidden;
transition: 0.5s ease;
background-size: 1120px;
background-position: 50% 30px;
min-height: 400px;
}
#headWrapper {
display: none;
}
#headWrapper-mobile {
display: block;
}
.buttonWrapper {
position: relative;
top: 138px;
width: 500px;
z-index: 1000000;
right: 0px;
margin: 0 50% auto;
transform: translate(-50%, 0px);
}
.logo {
width: auto;
height: 60px;
z-index: 100000;
position: fixed;
left: 0px;
top: 39px;
}
.headMenu {
width: 100%;
height: 80px;
padding-left: 50px;
padding-right: 50px;
overflow: hidden;
transition: 0.5s ease;
}
.headMenu-expand {
width: 100%;
height: 277px;
padding-left: 50px;
padding-right: 50px;
transition: 0.5s ease;
overflow: hidden;
background: linear-gradient(180deg, rgba(42, 32, 113, 1) 0%, rgba(17, 93, 169, 1) 100%);
}
.hero-expand {
margin-top: 197px;
transition: 0.5s ease;
}
.imageLogo {
width: auto;
height: 48px;
position: relative;
}
.headContent {
width: 100%;
height: 80px;
top: 18px;
}
.head-text {
font-family: "Gotham Rounded Bold";
width: 100%;
height: 50px;
margin-right: 20px;
display: block;
top: -15px;
position: relative;
text-align: center;
color: white;
}
.game-item-3 {
flex: 0 1 30%;
}
.game-item-4 {
flex: 0 1 30%;
}

}
@media only screen and (max-width: 868px) {
  .cta-tip-block a  {
    font-size: 18px;
  }
.tip-block-1 p {
font-size: 15px;
}
.news-tip h2 {
font-size: 27px;
}
footer {
position: relative;
bottom: -1px;
}
footer .footer-content {
display: block;
}
footer .footer-content > div {
width: 100%;
display: block;
text-align: center;
}
footer .logo-content img {
margin: 0 auto 10px;
}
footer .notice-content img {
margin: 0 auto 10px;
}
footer .social-content a {
display: inline-block;
margin: 15px 0;
}
footer {
padding: 20px 0;
}
}
@media only screen and (max-width: 769px) {
  .cta-tip {
    padding: 6px 12px;
  }
  .cta-tip:before {
    top: 47%;
    left: 52%;
  }
  .turnaj-include p {
    font-size: 33px;
  }
  .turnaj-include span {
    font-size: 40px;
  }
  .stars-block {
    font-size: 8px;
  }
  .stars-item img {
    width: 37px;
  }
  .free-spin {
    right: 8px;
    font-size: 9px;
    top: -9px;
  }
  .free-spin span {
    font-size: 12px;
  }
  .date-game {
    top: -24px;
    left: 8px;
    font-size: 10px;
  }
  .free-spin:before {
    height: 27px;
  }
.news-tip {
padding-left: 15px;
padding-right: 15px;
}
  .news-tip h2 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .tip-block-1 p {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .cta-tip {
    font-size: 14px;
  }
.cta-tip-block {
  margin-top: 10px;
text-align: left;
}
.hero-item {
flex: 0 1 100%;
text-align: center;
}
.hero-item img {
max-width: 250px;
}
  .rounded-bg {
    top: -90px;
  }
}
@media only screen and (max-width: 767px) {
  .rounded-bg {
    top: -78px;
  }

}
@media only screen and (max-width: 680px) {
  .stars-block {
    font-size: 7px;
  }
  .stars-item img {
    width: 32px;
  }
  .free-spin {
    font-size: 8px;
  }
  .free-spin span {
    font-size: 12px;
  }
  .date-game {
    top: -22px;
    font-size: 9px;
  }
  .free-spin {
    padding: 3px 4px 1px 11px;
  }
  .free-spin:before {
    height: 22px;
  }
}
.show-mobile {
  display: none;
}
@media only screen and (max-width: 599px) {
  .stars-block {
    font-size: 12px;
  }
  .stars-item img {
    width: 51px;
  }
  .date-game {
    top: -40px;
    font-size: 24px;
    left: 13px;
  }
  h2 {
    font-size: 34px;
  }
  .tip-block-1 p {
    font-size: 16px;
    margin: 0 10px;
    min-height: unset;
    margin-bottom: 20px;
  }
  .news-tip .tip-block-1 {
    flex: 0 1 100%;
    text-align: center;
  }
  .news-tip .tip-block-2 {
    animation: unset !important;
    flex: 0 1 100%;
  }
  .hero-section {
    height: 50vw;
  }
  .game-of-week .turnaj {
    background-image: url("../images/turnaj-mobile1.jpg");
    height: 250px;
  }
  .live-button {
    max-width: 250px;
  }
  .news-tip h2 {
    font-size: 30px;
  }
  .news-tip {
    padding-top: 30px;
    justify-content: center;
  }
  .free-spin {
    padding: 3px 12px 1px 22px;
    font-size: 17px;
    right: 14px;
    top: -14px;
  }
  .free-spin span {
    font-size: 25px;
  }
  .hot-news-wrapper {
    padding-bottom: 60px;
  }
  .game-flex-block {
    gap: 0;
  }
  .game-item-3 {
    flex: 0 1 100%;
    margin-top: 40px;
  }
  .free-spin:before {
    height: 36px;
  }
  .news-tip .condition-tip {
    font-size: 14px;
  }
  .cta-tip-block {
    text-align: center;
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
    z-index: 3;
  }
  .rounded-bg {
    border-radius: 13% 13% 0 0;
    width: 100%;
    background: #070728;
    bottom: -60px;
  }
  .block-content h2 {
    margin-bottom: 10px;
  }
.buttonWrapper {
position: relative;
top: 140px;
width: 100%;
}
  .show-mobile {
    display: block;
  }
}
.mobile-hero-content {
display: none;
}

@media only screen and (max-width: 550px) {

  .turnaj-include {
    width: 100%;
  }
  .turnaj-include p {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 16px;
  }
  .turnaj-include span {
    font-size: 26px;
  }

  .cta-tip {
    font-size: 20px;
  }
  .news-tip {
    padding-left: 0;
    padding-right: 0;
  }
  .game-of-week {
    padding: 0;
  }


.mobile-hero-content {
display: block;
font-family: 'Gotham Rounded Bold';
margin-bottom: 40px;
}
.mobile-hero-content h1 {
margin-top: 0;
margin-bottom: 10px;
}
  .hero-flex-block {
    margin: 0;
  }
@keyframes zoomMobileBcg {
0% { transform: scale(1)}
100% {transform: scale(1.1)}
}

.news-tip:after {
width: 100%;
  left: 0;
}
  .border-bottom-game:after {
    width: 90%;
    left: 5%;
  }
  .game-of-week-wrapper:after {
    width: 90%;
    left: 5%;
  }
.news-tip .tip-block-1 {
margin-bottom: 0px;
}


.game-item-4 {
flex: 0 1 100%;
}
.headMenu-expand {
padding-left: 10px;
padding-right: 10px;
}
.headMenu {
padding-left: 10px;
padding-right: 10px;
}
  .hero-item h1 {
    font-size: 30px;
  }
  .hero-item p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 463px) {
  .hero-section {
    height: 70vw;
  }
  .hero-content {
    margin-top: 16vw;
  }
.mobile-hero-content h1 {
font-size: 30px;
}
.news-tip h2 {
font-size: 24px;
}
.two-blocks {
display: block;
}
.item-block {
width: 100%;
}
.steps-block {
padding: 40px 20px 40px;
}
}
@media only screen and (max-width: 424px) {
  .date-game {
    top: -34px;
    font-size: 18px;
    left: 11px;
  }
  .free-spin {
    font-size: 14px;
  }
  .free-spin span {
    font-size: 22px;
  }
  .buttonContainer {
  margin-top: 7px;
  }
  .buttonContainer button {
  display: block;
  margin-bottom: 5px;
  width: 110px;
  font-size: 13px;
  padding: 3px 15px;
  }
}
/*IPHONE SE PORTAIL*/
@media only screen and (max-width: 376px) {
  .hero-item h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 340px) {
  .date-game {
    top: -32px;
    font-size: 16px;
    left: 9px;
  }
  .free-spin {
    font-size: 13px;
  }
  .free-spin span {
    font-size: 20px;
  }
}
/*IPHONE 12 MAX LANDSCAPE*/
@media (max-width: 930px) and (max-height: 500px) {

}

/*IPHONE SE LANDSCAPE*/
@media (max-width: 700px) and (max-height: 400px) {

}
@media only screen and (min-width: 1990px) {
  .hero-item h1 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 2400px) {
  .hero-item h1 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 2600px) {
  .hero-item h1 {
    font-size: 120px;
  }
}