* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background: #091028;
  color: #E3ECFF;
}

html, body {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 34px;
  font-weight: 500;
  color: #E3ECFF;
  background: #2C2962;
}

a {
  color: #4285F4;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
a:hover {
  text-decoration: underline;
}

p {
  margin: 0px 0px 45px;
}

ul, ol {
  margin: 0px 0px 45px;
}

img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  min-width: 140px;
  margin: 0px 15px 0px 0px;
}

.title--decor {
  font-family: "Cinzel Decorative", serif;
}

h1,
.title--h1 {
  font-size: 64px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  margin: 0px 0px 80px;
}

h2 {
  color: #FFD700;
  font-size: 40px;
  line-height: 100%;
  font-weight: 700;
  margin: 0px 0px 67px;
}

.title-policy--h2 {
  margin: 0px 0px 30px;
}

h3 {
  color: #E3ECFF;
  font-size: 32px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  margin: 0px 0px 67px;
}

h4 {
  font-size: 24px;
  line-height: 100%;
  color: #FFD700;
  font-weight: 500;
  text-align: center;
  margin: 0px 0px 40px;
}

/*common*/
.container {
  position: relative;
  max-width: 1320px;
  width: 100%;
  padding: 0px 20px;
  margin: 0px auto;
}
.container--hero {
  height: 100%;
}

.show-mob {
  display: none;
}

.btn {
  display: inline-block;
  max-width: 629px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  color: #1E1E1E;
  padding: 19px 30px;
  background: #FFD700;
  border: 0px;
  cursor: pointer;
}
.btn:hover {
  text-decoration: none;
}

.text--yellow {
  color: #FFD700;
}
.text--big {
  font-size: 48px;
  line-height: 100%;
}
.text--wrap {
  padding: 62px 0px 17px;
}
.text--indent {
  font-weight: 700;
  color: #FFD700;
  text-align: center;
}
.text--blur {
  background: rgba(255, 215, 0, 0.1);
  backdrop-filter: blur(12px);
}

/*header*/
.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  z-index: 1000;
}
.header--fixed {
  background: #2C2962;
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  padding: 40px 0px;
}
.header__logo {
  width: 193px;
}
.header-nav {
  width: calc(100% - 218px);
}
.header-nav__list {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.header-nav__list:before {
  position: absolute;
  top: calc(50% + 3px);
  left: 0px;
  display: block;
  width: 100%;
  height: 1px;
  background: #FFD700;
  content: "";
}
.header-nav__item {
  margin: 0px 0px 0px 2.5vw;
  line-height: 18px;
}
.header-nav__item:first-child {
  margin-left: 0px;
}
.header-nav__link {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
}

/*main*/
section {
  padding: 65px 0px;
}

.main--policy {
  padding: 50px 0px;
}

.hero {
  position: relative;
  height: 900px;
  padding: 0px;
}
.hero__img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__img:before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}
.hero__content {
  position: relative;
  height: 100%;
  padding: 200px 0px 50px;
}
.hero__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero__text {
  max-width: 519px;
  width: 49%;
  font-size: 24px;
  line-height: 100%;
  font-weight: 400;
}
.hero__text--right {
  text-align: right;
}
.hero__bottom {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 629px;
  width: 100%;
  text-align: center;
}
.hero__text-blur {
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  padding: 5px;
  margin-top: 20px;
}
.hero__text-blur p {
  margin: 0px 0px 15px;
}
.hero__text-blur p:last-child {
  margin: 0px;
}

.highlighted__wrap {
  max-width: 893px;
  width: 100%;
  margin: 0 auto;
}
.highlighted__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 65px;
}
.highlighted__item:last-child {
  margin: 0px;
}
.highlighted__img {
  width: 80px;
}
.highlighted__text {
  width: calc(100% - 120px);
  line-height: 100%;
}

.overview__big {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 846px;
  font-family: "Cinzel Decorative", serif;
  text-align: center;
  font-size: 40px;
  line-height: 100%;
  font-weight: 700;
  margin: 0px auto 40px;
}
.overview__big .text--big {
  font-size: 128px;
  line-height: 100%;
}
.overview__big span {
  vertical-align: middle;
}
.overview__wrap {
  display: flex;
  justify-content: space-between;
  margin: 0px 0px 80px;
}
.overview__text-blur {
  display: flex;
  align-items: center;
  max-width: 543px;
  width: 49%;
  text-align: center;
  font-size: 28px;
  line-height: 100%;
  padding: 25px;
}
.overview__list {
  max-width: 628px;
  width: 49%;
}
.overview__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 40px;
}
.overview__item:last-child {
  margin: 0px;
}
.overview__img {
  width: 85px;
}
.overview__text--list {
  width: calc(100% - 110px);
}
.overview__text--bottom {
  display: flex;
  align-items: center;
}

.wild-symbol__wrap {
  position: relative;
}
.wild-symbol__wrap:after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: url(../media/bg_wild_symbol.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  content: "";
  z-index: -1;
}

.winter-star__wrap {
  position: relative;
}
.winter-star__wrap:after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: url(../media/bg_winter_star.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  content: "";
  z-index: -1;
}

.free-spins__wrap {
  position: relative;
}
.free-spins__wrap:after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: url(../media/bg_free_spins.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  content: "";
  z-index: -1;
}

.mode {
  margin-bottom: 85px;
}
.mode__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.mode__item {
  width: 32%;
  background: #665c42;
  text-align: center;
  border: 1px solid #FFD700;
}
.mode__title {
  font-weight: 700;
  color: #FFD700;
  padding: 19px 13px;
  border-bottom: 1px solid #FFD700;
}
.mode__subtitle {
  padding: 19px 13px;
  border-bottom: 1px solid #FFD700;
}
.mode__text {
  font-size: 24px;
  line-height: 100%;
  padding: 45px 13px 55px;
}

.multipliers__text {
  margin: 0px 0px 50px;
}
.multipliers__text--jackpot {
  display: flex;
  align-items: center;
  max-width: 990px;
  margin: 0px auto 50px;
}
.multipliers__text--jackpot figure {
  min-width: 80px;
}
.multipliers__retreat {
  max-width: 846px;
  margin: 0 auto 50px;
  padding: 20px 12px;
  text-align: center;
  border: 1px solid #FFD700;
}
.multipliers__decor-wrap {
  position: relative;
  display: block;
  padding: 60px 0px;
}
.multipliers__table {
  display: table;
  max-width: 737px;
  width: 100%;
  margin: 0 auto;
}
.multipliers__row {
  display: table-row;
}
.multipliers__col {
  display: table-cell;
  padding: 12px 0px;
  border-bottom: 1px solid #FFD700;
}
.multipliers__col:last-child {
  text-align: right;
}
.multipliers__col--name {
  font-weight: 700;
  color: #FFD700;
}

.seven {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}
.seven__item {
  position: absolute;
  display: block;
  width: 73px;
  height: 73px;
  background: url(../media/icon_seven.png) no-repeat;
  background-size: 100%;
}
.seven__item--1 {
  top: -20px;
  left: 0px;
  transform: rotate(-27deg);
  opacity: 0.5;
}
.seven__item--2 {
  bottom: 0px;
  left: 0px;
  width: 166px;
  height: 166px;
  transform: rotate(30deg);
  opacity: 0.1;
}
.seven__item--3 {
  top: 0px;
  left: 55%;
  transform: rotate(30deg);
  opacity: 0.1;
}
.seven__item--4 {
  top: -30px;
  right: 0px;
  width: 137px;
  height: 137px;
  transform: rotate(-7deg);
  opacity: 0.4;
}
.seven__item--5 {
  bottom: 0px;
  right: 10vw;
  transform: rotate(-27deg);
  opacity: 0.5;
}

.stunning__wrap {
  display: flex;
  justify-content: space-between;
  margin: 0px 0px 50px;
}
.stunning__img {
  max-width: 627px;
  width: 49%;
}
.stunning__text {
  max-width: 627px;
  width: 49%;
  font-size: 24px;
  line-height: 125%;
}
.stunning__bottom {
  position: relative;
  max-width: 1186px;
  margin: 0 auto;
}
.stunning__bottom:after {
  position: absolute;
  top: -120px;
  right: -3vw;
  display: block;
  width: 236px;
  height: 236px;
  background: url(../media/icon_bell.png) no-repeat;
  background-size: 100%;
  opacity: 0.3;
  z-index: -1;
  content: "";
}
.stunning__bottom:before {
  position: absolute;
  bottom: -20px;
  left: -2vw;
  display: block;
  width: 74px;
  height: 74px;
  background: url(../media/icon_bell.png) no-repeat;
  background-size: 100%;
  opacity: 0.3;
  z-index: -1;
  content: "";
}
.stunning__indent {
  margin: 0px 0px 40px;
}
.stunning__trailer {
  max-width: 1062px;
  font-size: 24px;
  line-height: 100%;
  margin: 0 auto;
}

.mobile__wrap {
  display: flex;
  justify-content: space-between;
}
.mobile__img {
  max-width: 522px;
  width: 43%;
}
.mobile__text {
  max-width: 736px;
  width: 55%;
  font-size: 24px;
  line-height: 100%;
}

.play-now__wrap {
  display: flex;
  justify-content: space-between;
  margin: 0px 0px 25px;
}
.play-now__img {
  max-width: 628px;
  width: 49%;
}
.play-now__text {
  max-width: 628px;
  width: 49%;
  font-size: 24px;
  line-height: 100%;
}
.play-now__play {
  max-width: 846px;
  width: 100%;
  margin: 0 auto;
}
.play-now__indent {
  margin: 0px 0px 40px;
}
.play-now__btn {
  max-width: 100%;
}

.game-wrap {
  position: relative;
  margin-top: 36px;
  padding-bottom: 56.25%;
}
.game-wrap__iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 20px;
}
.game-wrap__close {
  position: absolute;
  right: 17px;
  top: 30px;
  z-index: 2;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../media/icon_close.png) no-repeat;
  background-size: 100%;
  border: 0px;
  cursor: pointer;
}

.testimonials__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 954px;
  width: 100%;
  min-height: 166px;
  padding: 5px 5px 5px 195px;
  border: 1px solid #FFD700;
  margin: 0px auto 40px 0px;
}
.testimonials__item:nth-child(2n) {
  padding: 5px 195px 5px 5px;
  margin: 0px 0px 40px auto;
}
.testimonials__item:nth-child(2n) .testimonials__img {
  left: auto;
  right: -1px;
}
.testimonials__item:last-child {
  margin-bottom: 0px;
}
.testimonials__img {
  position: absolute;
  top: -1px;
  left: -1px;
}
.testimonials__user {
  display: flex;
  align-items: center;
  margin: 0px 0px 15px;
}
.testimonials__name {
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  margin: 0px 24px 0px 0px;
}
.testimonials__rating {
  display: block;
  width: 199px;
  height: 28px;
  background: url(/media/icon_rating.png) no-repeat;
  background-size: 199px 28px;
}
.testimonials__rating--4 {
  width: 160px;
}
.testimonials__rating--3 {
  width: 117px;
}
.testimonials__rating--2 {
  width: 75px;
}
.testimonials__rating--2 {
  width: 32px;
}
.testimonials__text {
  font-size: 18px;
  line-height: 100%;
  color: #FBFBFB;
}

.share__text {
  margin: 0px 0px 65px;
}
.share__list {
  display: flex;
  justify-content: center;
}
.share__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px 30px;
}
.share__item:hover {
  text-decoration: none;
}
.share__icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-bottom: 26px;
}
.share__icon--instagram {
  background: url(../media/share/icon_instagram.png) no-repeat;
  background-size: 100%;
}
.share__icon--facebook {
  background: url(../media/share/icon_facebook.png) no-repeat;
  background-size: 100%;
}
.share__icon--twitter {
  background: url(../media/share/icon_twitter.png) no-repeat;
  background-size: 100%;
}
.share__name {
  color: #E3ECFF;
}

.contact__wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 45px;
  border-top: 4px solid #FFD700;
}
.contact__col {
  max-width: 519px;
  width: 49%;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
}
.contact__col h4 {
  font-weight: 700;
}
.contact__col p {
  margin: 0px 0px 20px;
}
.contact__email {
  display: inline-block;
  padding: 0px 0px 0px 75px;
  color: #E3ECFF;
  line-height: 36px;
  margin: 0px 0px 35px;
  background: url(../media/icon_email.png) no-repeat;
  background-size: 50px 36px;
}

.disclaimer__text {
  text-align: center;
}
.disclaimer p:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
}
.disclaimer__icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url(../media/icon_18_plus.png) no-repeat;
  background-size: 100%;
  margin: 0px 20px 0px 0px;
}

/*footer*/
.footer {
  background: #091028;
  font-size: 24px;
  line-height: 100%;
}
.footer__top {
  padding: 40px 0px 62px;
}
.footer__logo {
  position: relative;
  margin: 0 auto 40px;
  max-width: 193px;
}
.footer__wrap {
  display: flex;
  justify-content: space-between;
}
.footer-nav__list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.footer-nav__item {
  margin: 0px 0px 38px;
}
.footer-nav__item:last-child {
  margin: 0px;
}
.footer-nav__link {
  color: #E3ECFF;
  line-height: 100%;
}
.footer-info {
  display: flex;
}
.footer-info__title {
  margin: 0px 20px 0px 0px;
}
.footer-info__list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.footer-info__item {
  color: rgba(255, 255, 255, 0.7);
  line-height: 100%;
  margin: 0px 0px 15px;
}
.footer-info__item:last-child {
  margin: 0px;
}
.footer__bottom {
  padding: 40px 0px 62px;
  text-align: center;
  border-top: 2px solid #FFD700;
}
.footer__copyright {
  color: rgba(255, 255, 255, 0.7);
}

/*cookie*/
.cookie {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1280px;
  width: calc(100% - 40px);
  background: #232752;
  padding: 90px 110px 100px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  z-index: 1001;
}
.cookie__title {
  text-align: left;
  margin: 0px 0px 50px;
}
.cookie__text {
  text-align: center;
  margin: 0px 0px 50px;
}
.cookie__text p {
  margin: 0px;
}
.cookie__bnts {
  display: flex;
  justify-content: space-between;
}
.cookie__btn {
  max-width: 519px;
  width: 49%;
  padding: 14px 30px;
  text-transform: uppercase;
  font-size: 32px;
}

.btn-back {
  display: inline-block;
  text-decoration: none;
  font-size: 24px;
  color: #E3ECFF;
  line-height: 24px;
  margin: 0px 0px 35px 0px;
  padding: 0px 0px 0px 25px;
  background: url(../media/arrow_back.png) no-repeat;
  background-size: 9px 17px;
  background-position: 10% 50%;
  transition: all 0.3s ease-in-out 0s;
}

.btn-back:hover {
  background-position: 5% 50%;
  text-decoration: none;
}

@media (max-width: 1320px) {
  .stunning__bottom:before {
    left: 20px;
  }
  .stunning__bottom:after {
    top: -80px;
    right: 20px;
  }
}
@media (max-width: 992px) {
  .show-mob {
    display: block;
  }
  body {
    font-size: 14px;
    line-height: 110%;
  }
  h1 {
    font-size: 24px;
    line-height: 100%;
  }
  h2 {
    font-size: 18px;
    line-height: 100%;
    margin: 0px 0px 40px;
  }
  h3 {
    font-size: 14px;
    line-height: 100%;
    margin: 0px 0px 30px;
  }
  h4 {
    font-size: 12px;
    line-height: 100%;
    margin: 0px 0px 15px;
  }
  .title-policy--h2 {
    margin: 0px 0px 25px;
  }
  p {
    margin: 0px 0px 15px;
  }
  ul, ol {
    margin: 0px 0px 15px;
  }
  .btn {
    font-size: 14px;
  }
  .text--big {
    font-size: 20px;
  }
  /*header*/
  .header__wrap {
    flex-wrap: wrap;
    padding: 15px 0px;
  }
  .header--open {
    background: #2C2962;
    height: 100%;
  }
  .header--open .header__logo {
    visibility: hidden;
  }
  .header__toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .header__logo {
    width: 109px;
  }
  .header-nav {
    display: none;
  }
  .header-nav {
    padding-top: 30px;
  }
  .header-nav--open {
    display: block;
    width: 100%;
  }
  .header-nav__list {
    flex-direction: column;
  }
  .header-nav__list:before {
    display: none;
  }
  .header-nav__item {
    margin: 0px 0px 15px;
  }
  .header-nav .m-top {
    margin: 15px 0px;
  }
  .header-nav .show-mob .header-nav__link {
    color: #FFD700;
  }
  .btn-nav {
    display: flex;
    align-items: center;
    width: 28px;
    height: 18px;
    position: relative;
    cursor: pointer;
    z-index: 2;
    background: none;
    border: none;
    padding: 0px;
  }
  .btn-nav__line {
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
    background: #FFD700;
    border-radius: 3px;
  }
  .btn-nav__line:before, .btn-nav__line:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFD700;
    content: "";
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0;
    border-radius: 3px;
  }
  .btn-nav__line:before {
    top: -6px;
  }
  .btn-nav__line:after {
    bottom: -6px;
  }
  .btn-nav--active .btn-nav__line {
    background-color: rgba(0, 0, 0, 0);
  }
  .btn-nav--active .btn-nav__line:before {
    transform: translateY(6px) rotate(45deg);
  }
  .btn-nav--active .btn-nav__line:after {
    transform: translateY(-6px) rotate(-45deg);
  }
  /*main*/
  section {
    padding: 30px 0px;
  }
  .main--policy p {
    margin: 0px 0px 25px;
  }
  .main--policy ul, .main--policy ol {
    margin: 0px 0px 25px;
  }
  .hero {
    height: 703px;
  }
  .hero__text {
    font-size: 12px;
  }
  .hero__text-blur {
    font-size: 12px;
  }
  .highlighted__item {
    margin: 0px 0px 30px;
  }
  .highlighted__img {
    width: 40px;
  }
  .highlighted__text {
    width: calc(100% - 60px);
  }
  .overview__big {
    font-size: 18px;
  }
  .overview__big .text--big {
    font-size: 40px;
  }
  .overview__text-blur {
    font-size: 14px;
  }
  .overview__item {
    margin: 0px 0px 15px;
  }
  .overview__text figure {
    max-width: 50px;
    min-width: 50px;
  }
  .wild-symbol img {
    max-width: 93px;
  }
  .winter-star img {
    max-width: 93px;
  }
  .free-spins img {
    max-width: 93px;
  }
  .mode {
    margin: 0px 0px 40px;
  }
  .mode__title {
    font-size: 18px;
    line-height: 100%;
    padding: 10px;
  }
  .mode__subtitle {
    font-size: 14px;
    line-height: 100%;
    padding: 10px;
  }
  .mode__text {
    font-size: 12px;
    line-height: 100%;
    padding: 10px;
  }
  .multipliers__decor-wrap {
    padding: 0px;
  }
  .multipliers__text--jackpot figure {
    min-width: 40px;
    max-width: 40px;
  }
  .seven__item--1 {
    width: 24px;
    height: 24px;
  }
  .seven__item--2 {
    display: none;
  }
  .seven__item--3 {
    display: none;
  }
  .seven__item--4 {
    top: -60px;
    width: 44px;
    height: 44px;
  }
  .seven__item--5 {
    display: none;
  }
  .stunning__wrap {
    margin: 0px 0px 20px;
  }
  .stunning__text {
    font-size: 12px;
    line-height: 100%;
  }
  .stunning__indent {
    margin: 0px 0px 20px;
  }
  .stunning__trailer {
    font-size: 12px;
    line-height: 100%;
  }
  .stunning__bottom:before {
    bottom: auto;
    top: 0px;
  }
  .stunning__bottom:after {
    top: 0px;
    width: 120px;
    height: 120px;
  }
  .mobile__text {
    font-size: 12px;
  }
  .play-now__text {
    font-size: 12px;
  }
  .testimonials__item {
    margin: 0px 0px 20px;
  }
  .testimonials__name {
    font-size: 12px;
  }
  .testimonials__text {
    font-size: 10px;
  }
  .testimonials__rating {
    width: 90px;
    height: 13px;
    background-size: 90px 13px;
  }
  .testimonials__rating--4 {
    width: 72px;
  }
  .testimonials__rating--3 {
    width: 56px;
  }
  .testimonials__rating--2 {
    width: 33px;
  }
  .testimonials__rating--2 {
    width: 13px;
  }
  .share__text {
    margin: 0px 0px 25px;
  }
  .share__icon {
    width: 40px;
    height: 40px;
    margin: 0px 0px 10px;
  }
  .contact__col {
    font-size: 12px;
  }
  .contact__email {
    line-height: 14px;
    padding: 0px 0px 0px 28px;
    margin: 0px 0px 15px;
    background-size: 20px 14px;
  }
  .contact p {
    margin: 0px 0px 15px;
  }
  .disclaimer__icon {
    width: 37px;
    height: 37px;
  }
  .footer {
    font-size: 12px;
  }
  .footer__logo {
    width: 109px;
  }
  .cookie {
    left: 0px;
    bottom: 0px;
    transform: translateX(0px);
    width: 100%;
    padding: 40px 30px;
  }
  .cookie__title {
    font-size: 24px;
    line-height: 100%;
    margin: 0px 0px 30px;
  }
  .cookie__text {
    margin: 0px 0px 35px;
  }
  .cookie__btn {
    font-size: 12px;
    padding: 14px 5px;
  }
  .btn-back {
    font-size: 12px;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 15px;
    background-size: 7px 12px;
  }
}
@media (max-width: 768px) {
  html {
    min-width: 350px;
  }
  .hero__content {
    padding: 150px 0px 50px;
  }
  .hero__wrap {
    flex-direction: column;
  }
  .hero__text {
    width: 100%;
  }
  .hero__text--right {
    margin: 30px 0px 0px;
  }
  .hero__bottom {
    left: 20px;
    width: calc(100% - 40px);
    transform: translateX(0px);
  }
  .overview__wrap {
    flex-direction: column;
    margin: 0px 0px 30px;
  }
  .overview__text-blur {
    width: 100%;
    margin: 0px 0px 20px;
  }
  .overview__list {
    width: 100%;
  }
  .overview__img {
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
  }
  .overview__text--list {
    width: calc(100% - 55px);
  }
  .mode__list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .mode__item {
    width: 49%;
    margin: 0px 0.5% 15px;
  }
  .mode__item:last-child {
    margin: 0px;
  }
  .stunning__wrap {
    flex-direction: column;
  }
  .stunning__img {
    max-width: none;
    width: 100%;
    margin: 0px 0px 15px;
    text-align: center;
  }
  .stunning__text {
    width: 100%;
  }
  .stunning__bottom:before {
    bottom: auto;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
  }
  .stunning__bottom:after {
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 49px;
    height: 49px;
  }
  .mobile__wrap {
    flex-direction: column;
  }
  .mobile__img {
    max-width: none;
    width: 100%;
    margin: 0px 0px 15px;
    text-align: center;
  }
  .mobile__text {
    width: 100%;
  }
  .play-now__wrap {
    flex-direction: column;
  }
  .play-now__img {
    max-width: none;
    width: 100%;
    margin: 0px 0px 15px;
    text-align: center;
  }
  .play-now__text {
    width: 100%;
  }
  .testimonials__item {
    flex-direction: row;
    align-items: center;
    padding: 0px;
    border: 0px;
    margin: 0px 0px 15px;
    min-height: auto;
  }
  .testimonials__item:nth-child(2n) {
    flex-direction: row-reverse;
    padding: 0px;
  }
  .testimonials__item:nth-child(2n) .testimonials__text {
    padding: 0px 10px 0px 0px;
  }
  .testimonials__user {
    display: flex;
    flex-direction: column;
    max-width: 109px;
    min-width: 109px;
    margin: 0px;
  }
  .testimonials__img {
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px 0px 5px;
  }
  .testimonials__name {
    margin: 0px 0px 5px;
  }
  .testimonials__text {
    padding: 0px 0px 0px 10px;
  }
  .share__item {
    margin: 0px 10px;
  }
  .contact__wrap {
    flex-direction: column;
  }
  .contact__col {
    max-width: none;
    width: 100%;
  }
  .contact__info {
    width: 100%;
    margin: 0px 0px 15px;
  }
  .footer__top {
    padding: 20px 0px 38px;
  }
  .footer__wrap {
    flex-wrap: wrap;
  }
  .footer-nav {
    width: 100%;
  }
  .footer-nav__list {
    display: flex;
    justify-content: space-between;
  }
  .footer-info {
    width: 49%;
    flex-direction: column;
  }
  .footer-info__title {
    margin: 0px 0px 15px;
  }
  .footer__bottom {
    padding: 20px 0px 38px;
  }
}/*# sourceMappingURL=style.css.map */