@charset "UTF-8";

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/inter-v18-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/inter-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/inter-v18-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/inter-v18-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/inter-v18-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/inter-v18-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
  overflow-x: hidden;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000;
}

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "Inter";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body.lock {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  body.lock {
    width: 100%;
    position: fixed;
    overflow: hidden;
  }
}

input,
button,
textarea {
  font-family: "Rubik";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #04130F;
}

body {
  background: #04130F;
  overflow-x: hidden !important;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}


@media (max-width: 1312px) {
  .container {
    max-width: none;
    padding: 0 10px;
  }
}

@media (max-width: 992.98px) {
  .container {
    max-width: none;
    padding: 0 10px;
  }
}

@media (max-width: 767.98px) {
  .container {
    max-width: none;
    padding: 0 10px;
  }
}

header {
  padding: 20px 0px 20px 0px;
  position: absolute;
  width: 100%;
}

.header__logo a {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}

.header2 {
  position: static;
  padding: 15px 0px;
  background: #0A1832;
}

.header2 .menu_kera__link {
  color: #fff;
}

@media (max-width: 992.98px) {
  .header2 .icon-menu_kera {
    display: block;
    position: absolute;
    top: 30px;
    right: 25px !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 5;
  }

  .header2 .icon-menu_kera span {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: 8px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }

  .header2 .icon-menu_kera span:first-child {
    top: 0px;
  }

  .header2 .icon-menu_kera span:last-child {
    top: auto;
    bottom: 0px;
  }

  .header2 .icon-menu_kera.active span {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background-color: #fff;
  }

  .header2 .icon-menu_kera.active span:first-child {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
  }

  .header2 .icon-menu_kera.active span:last-child {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 8px;
  }
}

.header-body {
  width: 100%;
}

.menu_kera__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu_kera__link {
  line-height: 1.8;
  color: #000;
  font-size: 15px;
  display: inline-block;
  padding: 0px 15px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.menu_kera__link:hover {
  text-decoration: underline;
  color: #46FFBB;
}

@media (max-width: 992.98px) {
  .menu_kera__body {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    z-index: 4;
    background-color: #3791A3;
    padding: 80px 0px 20px 0px;
    -webkit-transform: translate3d(0px, -100%, 0px);
    transform: translate3d(0px, -100%, 0px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .menu_kera__body.active {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }

  .menu_kera__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 992.98px) and (max-width: 767.98px) {
  .menu_kera__list {
    display: block;
  }
}

@media (max-width: 992.98px) {
  .menu_kera__list li {
    padding: 15px 0px 15px 0px;
  }

  .menu_kera__link {
    color: #fff;
    font-size: 16px;
  }
}

@media (max-width: 992.98px) and (max-width: 767.98px) {
  .menu_kera__link {
    font-size: 20px;
  }
}

.menu_kera__link.active {
  color: #000;
  font-weight: bold;
}

@media (max-width: 992.98px) {
  .icon-menu_kera {
    display: block;
    position: absolute;
    top: 30px;
    left: 35px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 5;
  }

  .icon-menu_kera span {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: 8px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
  }

  .icon-menu_kera span:first-child {
    top: 0px;
  }

  .icon-menu_kera span:last-child {
    top: auto;
    bottom: 0px;
  }

  .icon-menu_kera.active span {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background-color: #fff;
  }

  .icon-menu_kera.active span:first-child {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
  }

  .icon-menu_kera.active span:last-child {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 8px;
  }
}

@media (max-width: 767.98px) {
  .header__social.active {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767.98px) {
  .header__lang.active {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767.98px) {
  .header__auth.active {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767.98px) {
  .ask.active {
    opacity: 1;
    visibility: visible;
  }
}

.header__bot.sticky {
  position: fixed;
  z-index: 200;
}

@media (max-width: 767.98px) {
  .header__bot.sticky {
    position: fixed;
  }
}

.footer {
  padding: 45px 0 18px 0;
  background: #000;
}

.footer h5 {
  margin: 0px 0px 15px 0px;
  font-size: 21px;
  font-weight: 700;
  line-height: 29.4px;
}

.footer p {
  max-width: 979px;
  margin: 0px auto 20px auto;
  color: #FFF;

  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer__column:first-child h2 {
  color: #fff;
  margin: 0px 0px 15px 0px;
  font-size: 31px;
  font-weight: 400;
  line-height: 43.4px;
}

.footer__column:first-child p {
  color: #fff;
}

.footer__column span {
  display: block;
  margin: 0px 0px 15px 0px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}

.footer__column h5 {
  margin: 0px 0px 15px 0px;
  font-size: 21px;
  font-weight: 700;
  line-height: 29.4px;
}

.footer__item {
  margin: 0px 0px 10px 0px;
}

.footer__item h6 {
  margin: 0px 0px 10px 0px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30.8px;
  text-align: left;
  color: #3791A3;
}

@media (max-width: 767.98px) {
  .footer__left {
    margin: 0px 0px 30px 0px;
  }
}

.footer__left h5 {
  margin: 0px 0px 20px 0px;
  font-size: 31px;
  font-weight: 700;
  line-height: 43.4px;
  text-align: left;
  color: #fff;
}

.leftfooter {
  background: #193D42;
  padding: 15px 20px;
}

.leftfooter__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -10px;
}

@media (max-width: 767.98px) {
  .leftfooter__row {
    display: block;
  }
}

.leftfooter__col {
  padding: 0px 10px;
}

.leftfooter__col:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12%;
  flex: 0 0 12%;
}

.leftfooter__col:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 88%;
  flex: 0 0 88%;
}

.leftfooter__col:last-child p {
  color: #fff;
}

@media (max-width: 767.98px) {
  .leftfooter__img {
    margin: 0px 0px 15px 0px;
  }
}

.leftfooter__img img {
  max-width: 100%;
  max-height: 100%;
}

.footer__right p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
  text-align: left;
}

.rightfooter__logos {
  padding: 15px 10px;
  border-radius: 30px;
  background: #570057;
}

.rightfooter__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rightfooter__col {
  padding: 0px 7px;
}

@media (max-width: 767.98px) {
  .rightfooter__col {
    margin: 0px 0px 14px 0px;
  }
}

.rightfooter__img {
  text-align: center;
}

.rightfooter__img img {
  max-width: 100%;
  max-height: 100%;
}

.rightfooter__links {
  margin: 30px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.rightfooter__links p {
  max-width: none;
  display: inline-block;
}

.rightfooter__links a {
  display: inline-block;
  padding: 0px 120px;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.rightfooter__links a:hover {
  text-decoration: none;
}
@media (max-width: 1124px) {
  .rightfooter__links a {
    padding: 0 60px;
  }
}


@media (max-width: 767.98px) {
  .rightfooter__links a {
    padding: 0;
    text-align: left;
  }
}

.paddl {
  max-width: 750px;
}

.bigp {
  font-size: 22px !important;
  font-weight: 400;
  line-height: 30.8px;
  text-align: left;
}

.botfoot {
  margin: 15px 0px;
}
.hidden{
  display: none;
}
@media (max-width: 767.98px) {
  .botfoot{
    display: none;
  }
  .hidden{
    display: flex;
  }
}
.botfoot__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px;
}

@media (max-width: 767.98px) {
  .botfoot__row {
    display: block;
  }
}

.botfoot__col {
  padding: 0px 15px;
}

.botfoot__col:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
}

.botfoot__col:first-child p {
  color: #fff;
}

.botfoot__col:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.botfoot__18 {
  text-align: center;
}

.infobot {
  margin: 15px 0px;
}

.infobot__col p {
  color: #fff;
}

@media (max-width: 767.98px) {
  .infobot__col p {
    text-align: center;
  }
  .infobot{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .rightfooter__links{
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: start;
  }
}

.infobot__col:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.hotspilnu-nedcas {
  background: url("/img/mainframe.png") 0 0 no-repeat;
  background-size: cover;
  padding-top: 32px;
  padding-bottom: 70px;

}

.hotspilnu-nedcas__desc{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hotspilnu-nedcas__desc h1 {
  color: #F0F;
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .hotspilnu-nedcas__desc h1 {
    font-size: 32px;
  }
}

.hotspilnu-nedcas__desc span {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  max-width: 875px;
  margin-top: 32px;
}

@media (max-width: 767.98px) {
  .hotspilnu-nedcas__desc span {
    font-size: 16px;
  }
}
.hotspilnu-nedcas__desc img{
  align-self: end;
}
.advantage {
  padding: 40px 0px;
}

.advantage__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px;
}

@media (max-width: 767.98px) {
  .advantage__row {
    display: block;
  }
}

.advantage__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

@media (max-width: 767.98px) {
  .advantage__column {
    margin: 0px 0px 20px 0px;
  }
}

.advantage__item {
  text-align: center;
}

@media (max-width: 767.98px) {
  .advantage__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.advantage__item span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.2px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .advantage__item span {
    display: inline-block;
    padding: 0px 0px 0px 10px;
  }
}

.advantage__icon {
  text-align: center;
  margin: 0px 0px 10px 0px;
}

@media (max-width: 767.98px) {
  .advantage__icon {
    margin: 0px 0px;
  }
}

.advantage__icon img {
  max-width: 100%;
  max-height: 100%;
}

.hotspilnu-kasinos {
  padding: 50px 0px;
}

.kasinos h2 {
  text-align: center;
  margin: 0px 0px 30px 0px;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  line-height: 16.94px;
}

.hotspilnu-kasinos__item {
  border-radius: 30px;
  background: #570057;
  position: relative;
  border-radius: 30px;
  padding: 5px 5px;
  margin: 0px 0px 30px 0px;
}
@media(max-width:416px){
  .hotspilnu-kasinos__item{
    padding: 16px 12px;
  }
}
.kasinos__right{
  display: flex;
  flex-direction: row;
  gap: 75px;
  width: 100%;
  align-items: center;
}
@media(max-width:1072px){
  .kasinos__right{
    flex-direction: column;
    gap: 20px;
  }
  .kasinos__column{
    flex-direction: column;
    gap: 20px;
  }
}
@media(max-width:361px){
 .kasraft__rait{
  flex-wrap: wrap;
 }
 .hotspilnu-nedcas{
  padding-top: 12px;
  padding-bottom: 50px;
 }
 .hotspilnu-nedcas__desc img{
  width: 32px;
 }
}
.hotspilnu-kasino-info{
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media(max-width:376px){
  .hotspilnu-kasino-info{
    font-size: 10px;
  }
}
.hotspilnu-kasinos__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px -10px;
}



.kasinos__column {
  padding: 0px 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 416px) {
  .kasinos__column{
   padding: 0;
  }
}

.kasinos__column h3 {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  max-width: 250px;
}
.kasinos__column h2 {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  max-width: 250px;
}
@media (max-width: 767.98px) {
  .kasinos__column h2{
    font-size: 12px;
  }
  .kasinos__column h3{
    font-size: 12px;
  }
}
.kasraft__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px -10px;
}

@media (max-width: 767.98px) {
  .kasraft__row {
    display: block;
    text-align: center;
  }
}

.kasraft__Col {
  padding: 0px 10px;
}

.kasraft__Col:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
}

.kasraft__Col:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
}

.kasraft__Col span {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
  text-align: center;
  display: block;
  margin: 0px 0px 15px 0px;
}

.kasraft__Col h4 {
  color: #000;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 29.4px;
}

@media (max-width: 767.98px) {
  .kasraft__Col h4 {
    margin: 0px 0px 10px 0px;
  }
}

.kasraft__rait {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}

.kasraft__rait img {
  max-width: 100%;
  max-height: 100%;
  margin: 0px 2px;
}

.kasraft__rait p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  margin: 0px 0px 0px 6px;
}
@media(max-width:416px){
  .kasraft__rait p{
    font-size: 12px;
  }
}
.leftkasinos {
  padding: 15px 15px;
  height: 100%;
}

.leftkasinos h3 {
  margin: 0px 0px 15px 0px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 30.8px;
  text-align: left;
}

.leftkasinos__logo {
  margin: 0px 0px 30px 0px;
  text-align: center;
}

.leftkasinos__logo img {
  max-width: 100%;
  max-height: 100%;
}

.leftkasinos__loc {
  margin: 0px 0px 20px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.leftkasinos__loc img {
  max-width: 100%;
  max-height: 100%;
}

.leftkasinos__loc span {
  color: #fff;
  display: inline-block;
  padding: 0px 0px 0px 10px;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
}

.leftkasinos__rait {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.leftkasinos__rait img {
  max-width: 100%;
  max-height: 100%;
  margin: 0px 3px;
}

.leftkasinos__rait span {
  color: #fff;
  display: inline-block;
  padding: 0px 0px 0px 5px;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
  text-align: left;
}

.leftkasinos__list {
  margin: 15px 0px 0px 0px;
  background: #0E0E0E;
  padding: 10px 10px;
}

.leftkasinos__list ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 0px 5px 0px;
}

.leftkasinos__list ul li img {
  max-width: 100%;
  max-height: 100%;
}

.leftkasinos__list ul li span {
  color: #fff;
  display: inline-block;
  padding: 0px 0px 0px 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}

.kasinos__center {
  padding: 50px 15px 15px 15px;
}

@media (max-width: 767.98px) {
  .kasinos__center {
    padding: 15px 15px;
  }
}

.centerkasinos h5 {
  color: #fff;
  font-size: 31px;
  font-weight: 700;
  line-height: 43.4px;
  text-align: left;
}

@media (max-width: 767.98px) {
  .centerkasinos h5 {
    font-size: 25px;
  }
}

.centerkasinos h5 span {
  color: #1AEC2F;
}

.kascent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kascent p {
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
  margin: 0px 0px 15px 0px;
}

.rightkasinos {
  position: relative;
}

.rightkasinos__title {
  position: absolute;
  left: 0;
  top: 0;
}

.rightkasinos__title span {
  display: inline-block;
  padding: 10px 29px;
  background: #FFC629;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 32.2px;
  text-align: center;
}

.rightkasinos__img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 17px 44px;
  border-radius: 30px;
  background: #FFF;
  height: 119px;
  width: 100%;
  position: relative;
  max-width: 243px;
}

.rightkasinos__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 30px;    
}

@media (max-width: 767.98px) {
  .rightkasinos__img {
    padding: 0;
  }
}

@media(max-width:416px){
  .rightkasinos__img {
    width: 140px;
    height: 68.56px;
    padding: 7px 22px 8.56px 22px;
  } 
}

.kasinos__btn {
  text-align: center;
}

.kasinos__btn a {
  display: inline-flex;
  height: 119px;
  padding: 0px 77px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 30px;
  border: 5px solid #FFF;
  background: #F0F;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .kasinos__btn a{
    padding: 0 32px;
    height: 70px;
  }
}
@media(max-width:416px){
  .kasinos__btn a{
   font-size: 14px;
  }  
}
.kasinos__btn a:hover {
  opacity: 0.5;
}

.hotspilnu-about {
  padding: 70px 0px;
}

.about__item {
  margin: 0px 0px 30px 0px;
}

.about__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px;
}

@media (max-width: 767.98px) {
  .about__row {
    display: block;
  }
}

.about__column {
  padding: 0px 15px;
}

.about__column:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  border-right: 1px solid #F0F;
}
.hotspilnu-questions{
  color: #F0F;
  text-align: center;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 54px;
}
@media(max-width:416px){
  .hotspilnu-questions{
    font-size: 24px;
  }
}
.about__column:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}

.about__left h2 {
  color: #fff;
  margin: 0px 0px 30px 0px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  text-align: left;
}

@media (max-width: 767.98px) {
  .about__left h2 {
    text-align: center;
  }
}

.about__img {
  text-align: center;
  margin: 0px 0px 20px 0px;
}

.about__img img {
  max-width: 100%;
  max-height: 100%;
}

.about__desc p {
  margin: 0px 0px 15px 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
}

@media (max-width: 767.98px) {
  .about__desc p {
    text-align: center;
  }
}

.privacy {
  padding: 60px 0px;
}

.privacy h1 {
  margin: 0px 0px 30px 0px;
  font-family: 'Inter';
  font-size: 53px;
  font-weight: 400;
  color: #fff;
  line-height: 64px;
  letter-spacing: 0em;
}

@media (max-width: 767.98px) {
  .privacy h1 {
    font-size: 35px;
    line-height: 1.5;
  }
}

.privacy h2 {
  margin: 0px 0px 30px 0px;
  font-family: 'Inter';
  font-size: 45px;
  font-weight: 400;
  color: #fff;
  line-height: 64px;
  letter-spacing: 0em;
}

@media (max-width: 767.98px) {
  .privacy h2 {
    font-size: 30px;
    line-height: 1.5;
  }
}

.privacy h5 {
  font-family: 'Inter';
  font-size: 31px;
  font-weight: 400;
  line-height: 43px;
  color: #fff;
  letter-spacing: 0em;
  text-align: left;
  margin: 0px 0px 20px 0px;
}

.privacy h3 {
  margin: 0px 0px 25px 0px;
  font-size: 36px;
  font-weight: 400;
  line-height: 57px;
  color: #fff;
  letter-spacing: 0em;
}

.privacy h4 {
  margin: 0px 0px 20px 0px;
  font-size: 37px;
  font-weight: 700;
  color: #fff;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
}

.privacy ul {
  padding: 0px 0px 0px 25px;
  margin: 0px 0px 20px 0px;
}

.privacy ul li {
  list-style-type: disc;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}

.privacy p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  letter-spacing: 0em;
  text-align: left;
  margin: 0px 0px 10px 0px;
}

.popup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 767.98px) {
  .popup {
    padding: 0px 40px;
  }
}

.popup__body {
  overflow: auto;
  max-width: 670px;
  padding: 100px 50px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;
  border-radius: 30px;
  border: 1px solid #F0F;
  background: #000;
  text-align: center;
}

@media (max-width: 767.98px) {
  .popup__body {
    padding: 60px 20px;
  }
}

.popup__form h5 {
  margin: 0px 0px 15px 0px;
  font-size: 40px;
  font-weight: 500;
  color: #E0EEFF;
  line-height: 60px;
}

@media (max-width: 767.98px) {
  .popup__form h5 {
    font-size: 30px;
    line-height: 1.5;
  }
}

.popup__form p {
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  color: #fff;
}

.fz20 {
  font-size: 22px !important;
  margin: 0px 0px 10px 0px;
}

.popup__button {
  background-color: transparent;
  margin: 25px 0px 0px 0px;
  display: inline-block;
  padding: 15px 45px;
  border-radius: 20px;
  border: 2px solid #F0F;
  font-family: Inter;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.popup__button:hover {
  opacity: 0.5;
}

.row:after {
  display: block;
  content: '';
  clear: both;
}

.rub:after {
  content: '₽';
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ibg img {
  display: none;
}

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.moretext {
  overflow: hidden;
}

.moretext__more {
  cursor: pointer;
}

.moretext__more i {
  font-style: normal;
}

.moretext__more i:first-child {
  display: block;
}

.moretext__more i:last-child {
  display: none;
}

.moretext__more.active i {
  font-style: normal;
}

.moretext__more.active i:first-child {
  display: none;
}

.moretext__more.active i:last-child {
  display: block;
}

.graystyle {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
}

.graystyleoff {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
}

.slick-slider {
  position: relative;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
}

.slick-slider .slick-track {
  position: relative;
}

.slick-slider .slick-slide {
  overflow: hidden;
  float: left;
  position: relative;
}

.slick-slider .slick-dots {
  top: 100%;
  right: 73%;
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
  margin: -40px 0px 0px 0px;
}

@media (max-width: 767.98px) {
  .slick-slider .slick-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    right: 0;
  }
}

@media (max-width: 767.98px) and (max-width: 767.98px) {
  .slick-slider .slick-dots {
    bottom: 15%;
  }
}

.slick-slider .slick-dots li {
  list-style: none;
}

.slick-slider .slick-dots li button {
  display: block;
  font-size: 0;
  width: 6px;
  height: 6px;
  margin: 0px 3px;
  border-radius: 50%;
  background: #DBEADE;
}

.slick-slider .slick-dots li button:hover {
  background: #FFFFFF;
}

.slick-slider .slick-dots li.slick-active button {
  background: #FFFFFF;
  height: 8px;
  width: 8px;
}

.super .slick-slider {
  position: relative;
}

.super .slick-slider .slick-track,
.super .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.super .slick-slider .slick-list {
  position: relative;
  overflow: hidden;
}

.super .slick-slider .slick-track {
  position: relative;
}

.super .slick-slider .slick-slide {
  overflow: hidden;
  float: left;
  position: relative;
}

.super .slick-slider .slick-dots {
  top: -5%;
  right: 7%;
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
  margin: -40px 0px 0px 0px;
}

@media (max-width: 767.98px) {
  .super .slick-slider .slick-dots {
    position: static;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0px 0px 0px;
  }
}

.super .slick-slider .slick-dots li {
  list-style: none;
}

.super .slick-slider .slick-dots li button {
  display: block;
  font-size: 0;
  width: 24px;
  height: 5px;
  margin: 0px 3px;
  border-radius: 25px;
  background: #CCCCCC;
}

.super .slick-slider .slick-dots li.slick-active button {
  background: #000;
  height: 5px;
  width: 45px;
  border-radius: 25px;
}

.super2 .slick-slider {
  position: relative;
}

.super2 .slick-slider .slick-track,
.super2 .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.super2 .slick-slider .slick-list {
  position: relative;
  overflow: hidden;
}

.super2 .slick-slider .slick-track {
  position: relative;
}

.super2 .slick-slider .slick-slide {
  overflow: hidden;
  float: left;
  position: relative;
}

.super2 .slick-slider .slick-dots {
  top: -5%;
  right: 7%;
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
  margin: -40px 0px 0px 0px;
}

@media (max-width: 767.98px) {
  .super2 .slick-slider .slick-dots {
    position: static;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0px 0px 0px;
  }
}

.super2 .slick-slider .slick-dots li {
  list-style: none;
}

.super2 .slick-slider .slick-dots li button {
  display: block;
  font-size: 0;
  width: 24px;
  height: 5px;
  margin: 0px 3px;
  border-radius: 25px;
  background: #383838;
}

.super2 .slick-slider .slick-dots li.slick-active button {
  background: #fff;
  height: 5px;
  width: 45px;
  border-radius: 25px;
}

.tab__item {
  display: none;
}

.tab__item.active {
  display: block;
}

.mirror {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

.gm-style-iw-t {
  opacity: 0;
}

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important;
}

.baloon button {
  display: none !important;
}

.baloon:after {
  display: none !important;
}

.baloon-style {
  display: none;
}

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}

.baloon-content.gm-style-iw>.gm-style-iw-d {
  overflow: hidden !important;
  max-width: none !important;
}

.baloon-content.gm-style-iw:after {
  display: none !important;
}

.baloon-close {
  top: 18px !important;
}

.slider {
  position: relative;
}

.slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  font-size: 0;
  width: 64px;
  height: 64px;
  background-color: transparent;
}

@media (max-width: 767.98px) {
  .slider .slick-arrow {
    display: none;
  }
}

.slider .slick-arrow.slick-prev {
  left: 10px;
}

.slider .slick-arrow.slick-prev:after {
  content: '';
  margin: 0px 0px 0px 10px;
  border: solid #7C7C7C;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 10px;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.slider .slick-arrow.slick-prev:hover {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.slider .slick-arrow.slick-prev:hover:after {
  content: '';
  margin: 0px 0px 0px 10px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 10px;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.slider .slick-arrow.slick-next {
  right: 10px;
}

.slider .slick-arrow.slick-next:after {
  content: '';
  margin: 0px 8px 0px 0px;
  border: solid #7C7C7C;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 10px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.slider .slick-arrow.slick-next:hover {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.slider .slick-arrow.slick-next:hover:after {
  content: '';
  margin: 0px 8px 0px 0px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 10px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.slider .slick-arrow.slick-next {
  left: -20%;
  top: 85%;
}

@media (max-width: 767.98px) {
  .slider .slick-arrow.slick-next {
    right: 31% !important;
    top: 85%;
  }
}

@media (max-width: 1312px) {
  .slider .slick-arrow.slick-next {
    right: 36%;
  }
}

.slider .slick-arrow.slick-prev {
  left: -45%;
  top: 85%;
}

@media (max-width: 767.98px) {
  .slider .slick-arrow.slick-prev {
    left: 31% !important;
    top: -13%;
  }
}

@media (max-width: 1312px) {
  .slider .slick-arrow.slick-prev {
    left: 36%;
  }
}

.review .slick-slider {
  position: relative;
}

.review .slick-slider .slick-list {
  overflow: hidden;
}

.review .slick-slider .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.review .slick-slider .slick-dots {
  top: 0;
  right: 7%;
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
  margin: -40px 0px 0px 0px;
}

@media (max-width: 767.98px) {
  .review .slick-slider .slick-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: static;
    margin: 30px 0px 0px 0px;
  }
}

.review .slick-slider .slick-dots li {
  margin: 0px 2px;
}

.review .slick-slider .slick-dots li button {
  display: block;
  font-size: 0;
  width: 6px;
  height: 6px;
  margin: 0px 3px;
  border-radius: 50%;
  background: #DBEADE;
}

.review .slick-slider .slick-dots li button:hover {
  background: #FFFFFF;
}

.review .slick-slider .slick-dots li.slick-active button {
  background: #FFFFFF;
  height: 8px;
  width: 8px;
}

@media (max-width: 1100px) {
  .review .slick-slider .slick-dots {
    padding: 50px 0px 0px 0px;
  }
}

@media (max-width: 767px) {
  .review .slick-slider .slick-dots {
    padding: 30px 0px 0px 0px;
  }
}

.pop-cookie {
  position: fixed;
  z-index: 10;
  display: none;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  background-color: #04130F;
  border-radius: 8px;
  max-width: 500px;
  width: 100%;
}
 
.pop-cookie.disabled {
  display: none;
}

@media (max-width: 600px) {
  .pop-cookie {
    bottom: 10px;
    right: 10px;
    max-width: none;
    width: 95vw;
  }
}

.pop-cookie__links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pop-cookie__title { 
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px; 
}

.pop-cookie__text { 
    font-size: 17px;
    font-weight: 400;
    line-height: 24.2px; 
  color: #fff;
}

.mb-8:not(:last-child) {
  margin-bottom: 8px;
}

.but-c {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  min-width: 100px;
  width: fit-content;
  padding: 10px 20px;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  font-weight: 400;
  color: #fff;
  background-color: #003D2D;
  cursor: pointer;
  transition: opacity .3s ease-in-out;
}

.but-c_border {
  border: 2px solid #fff;
}

@media (any-hover: hover) {
  .but-c:hover {
    opacity: .5;
  }
}

.but-c:focus-visible {
  opacity: .5;
}

.but-c:active {
  opacity: .5;
  transition-duration: .1s;
}