@charset "UTF-8";
@font-face {
  font-family: 'Kufam';
  src: url("../fonts/Kufam-Regular.eot");
  src: local("Kufam Regular"), local("Kufam-Regular"), url("../fonts/Kufam-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Kufam-Regular.woff2") format("woff2"), url("../fonts/Kufam-Regular.woff") format("woff"), url("../fonts/Kufam-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-Regular.eot");
  src: local("Rubik Regular"), local("Rubik-Regular"), url("../fonts/Rubik-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff"), url("../fonts/Rubik-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

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: "Rubik";
  -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: #fff !important; }

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

.container {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 1312px) {
    .container {
      max-width: 970px; } }
  @media (max-width: 992.98px) {
    .container {
      max-width: 750px; } }
  @media (max-width: 767.98px) {
    .container {
      max-width: none;
      padding: 0 10px; } }

header {
  padding: 20px 0px 20px 0px;
  background: #070829; }

.header__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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px -15px; }

.header__column {
  padding: 0px 15px; }

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

.header__search form input {
  border-radius: 30px;
  padding: 10px 15px;
  max-width: 300px;
  background-color: #fff; }

.iconbg {
  background: url("../img/icons/icon-search.png") right 5px no-repeat; }

.header2 {
  position: static; }
  @media (max-width: 767.98px) {
    .header2 {
      height: 60px; } }
  .header2 .menu_kera__link {
    color: #fff; }
    @media (max-width: 767.98px) {
      .header2 .menu_kera__link {
        color: #000; } }
  @media (max-width: 992.98px) {
    .header2 .icon-menu_kera {
      display: block;
      position: absolute;
      top: 30px;
      right: 25px;
      -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: #000; }
        .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; } }

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

.menu_kera__link {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  margin: 0px 15px 0px 0px;
  border-radius: 20px;
  font-weight: 400;
  padding: 10px 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; }

@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: #EEEEEE;
    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; }
    .menu_kera__list li {
      padding: 15px 0px 15px 0px; }
  .menu_kera__link {
    color: #575757;
    font-size: 16px; } }
  @media (max-width: 992.98px) and (max-width: 992.98px) {
    .menu_kera__link {
      font-size: 20px; } }

.fff.active {
  color: #000;
  font-weight: 400; }

@media (max-width: 992.98px) {
  .icon-menu_kera {
    display: block;
    position: absolute;
    top: 35px;
    right: 25px;
    -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: #fff; }
      .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: #000; }
      .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: 50px 0px;
  background: #060728; }

.footer__top h2 {
  max-width: 970px;
  margin: 0px auto 30px auto;
  text-align: center;
  color: #fff;
  font-size: 31px;
  font-weight: 700;
  line-height: 43.4px; }

.topdesc {
  max-width: 640px;
  margin: 0px auto 30px auto;
  text-align: center; }
  .topdesc span {
    color: #fff;
    display: block;
    margin: 0px 0px 15px 0px;
    font-size: 23px;
    font-weight: 400;
    line-height: 32.2px;
    text-align: center; }
  .topdesc p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: center; }
    .topdesc p a {
      color: #FC8D43; }
      .topdesc p a:hover {
        text-decoration: underline; }

.footer__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) {
    .footer__row {
      display: block; } }

.footer__column {
  padding: 0px 15px; }
  .footer__column:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; }
    .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:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%; }
  .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__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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.rightfooter__col {
  padding: 0px 7px;
  margin: 0px 0px 14px 0px; }

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

.rightfooter__links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0; }
  @media (max-width: 767.98px) {
    .rightfooter__links {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .rightfooter__links a {
    display: inline-block;
    padding: 0px 15px;
    color: #fff;
    text-decoration: underline;
    font-size: 17px;
    line-height: 1.5;
    -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: 767.98px) {
      .rightfooter__links a {
        padding: 15px 15px; } }

.paddl {
  max-width: 750px; }

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

.botfoot {
  margin: 25px 0px; }
  .botfoot p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px; }
    @media (max-width: 767.98px) {
      .botfoot p {
        margin: 0px 0px 20px 0px; } }

.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;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.botfoot__18 {
  text-align: right; }
  @media (max-width: 767.98px) {
    .botfoot__18 {
      margin: 15px 0px;
      text-align: center; } }

.infobot {
  margin: 40px 0px 0px 0px; }

.infobot__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 767.98px) {
    .infobot__row {
      display: block; } }

.infobot__col {
  padding: 0px 15px; }
  .infobot__col p {
    font-size: 17px;
    color: #fff; }
    @media (max-width: 767.98px) {
      .infobot__col p {
        text-align: center; } }

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

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

.bestecas {
  padding: 120px 0px 120px 0px;
  background: url("../img/mainbg.webp") 0 0 no-repeat;
  background-size: cover; }
  @media (max-width: 767.98px) {
    .bestecas {
      padding: 50px 0px; } }

.bestecas__desc {
  max-width: 950px;
  margin: 0px auto;
  text-align: center; }
  .bestecas__desc h1 {
    margin: 15px 0px;
    font-size: 64px;
    font-weight: 700;
    line-height: 63.04px;
    color: #fff;
    text-align: center; }
    @media (max-width: 767.98px) {
      .bestecas__desc h1 {
        font-size: 32px;
        line-height: 1.3; } }
  .bestecas__desc p {
    margin: 0px 0px 15px 0px;
    color: #fff;
    font-size: 31px;
    font-weight: 400;
    line-height: 43.4px;
    text-align: center; }
  .bestecas__desc span {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px; }

.bestecas3 {
  padding: 120px 0px 120px 0px;
  background: url("../img/mainbg.webp") 0 0 no-repeat;
  background-size: cover; }
  @media (max-width: 767.98px) {
    .bestecas3 {
      padding: 50px 0px; } }

.bestecas3__desc h1 {
  margin: 15px 0px;
  font-size: 64px;
  font-weight: 700;
  line-height: 63.04px;
  color: #fff; }
  @media (max-width: 767.98px) {
    .bestecas3__desc h1 {
      font-size: 32px;
      line-height: 1.3; } }

.bestecas3__desc span {
  display: block;
  max-width: 750px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px; }

.bestecas2 {
  padding: 120px 0px 120px 0px;
  background: url("../img/mainbg.webp") 0 0 no-repeat;
  background-size: cover; }
  @media (max-width: 767.98px) {
    .bestecas2 {
      padding: 50px 0px; } }

.bestecas2__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) {
    .bestecas2__row {
      display: block; } }

.bestecas2__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

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

.bestecas__desc2 h1 {
  margin: 15px 0px;
  font-size: 64px;
  font-weight: 700;
  line-height: 63.04px;
  color: #fff; }
  @media (max-width: 767.98px) {
    .bestecas__desc2 h1 {
      font-size: 32px;
      line-height: 1.3; } }

.bestecas__desc2 p {
  margin: 0px 0px 15px 0px;
  color: #FFBD22;
  font-size: 31px;
  font-weight: 400;
  line-height: 43.4px; }

.bestecas__desc2 span {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px; }

.rightbesrt__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .rightbesrt__row {
      display: block; } }

.rightbesrt__col {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 0px 0px 30px 0px; }

.rightbesrt__item {
  background: #FFFCEB;
  height: 100%;
  border-radius: 20px;
  padding: 20px 20px; }
  .rightbesrt__item p {
    margin: 0px 0px 15px 0px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #F53E28; }
  .rightbesrt__item span {
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left; }

.maintop {
  max-width: 950px;
  margin: 40px auto 0px auto;
  text-align: center; }

.maintop__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) {
    .maintop__row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.maintop__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%; }
  @media (max-width: 767.98px) {
    .maintop__column {
      margin: 0px 0px 30px 0px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }

.maintop__item {
  height: 100%;
  background: #FFFCEB;
  padding: 20px 20px;
  text-align: center;
  border-radius: 20px; }
  .maintop__item p {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center; }

.maintop__img {
  text-align: center;
  margin: 0px 0px 30px 0px; }
  .maintop__img img {
    max-width: 100%;
    max-height: 100%; }

.aboutnum {
  padding: 50px 0px; }
  .aboutnum h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 57.2px;
    text-align: center;
    margin: 0px 0px 30px 0px; }
    @media (max-width: 767.98px) {
      .aboutnum h2 {
        font-size: 32px; } }

.aboutnum__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .aboutnum__row {
      display: block; } }

.aboutnum__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 0px 0px 30px 0px; }

.aboutnum__item p {
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
  text-align: left; }

.temtop {
  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; }
  .temtop span {
    display: inline-block;
    padding: 0px 15px 0px 0px;
    color: #F53E28;
    font-size: 52px;
    font-weight: 700;
    line-height: 57.2px; }
    @media (max-width: 767.98px) {
      .temtop span {
        font-size: 32px; } }
  .temtop p {
    font-size: 20x;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left; }

.bonuscasino {
  padding: 50px 0px; }
  .bonuscasino h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 57.2px;
    margin: 0px 0px 30px 0px; }
    @media (max-width: 767.98px) {
      .bonuscasino h2 {
        font-size: 32px; } }

.bonuscasino__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .bonuscasino__row {
      display: block; } }

.bonuscasino__column {
  padding: 0px 15px;
  margin: 0px 0px 30px 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%; }

.bonuscasino__item {
  padding: 20px 50px;
  background: #FFFCEB;
  border-radius: 20px;
  text-align: center;
  height: 100%; }
  .bonuscasino__item h3 {
    margin: 0px 0px 10px 0px;
    font-size: 31px;
    font-weight: 400;
    line-height: 43.4px; }
  .bonuscasino__item span {
    display: inline-block;
    margin: 0px 0px 20px 0px;
    padding: 10px 34px;
    background: #FFBD22;
    border-radius: 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px; }
  .bonuscasino__item p {
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px; }

.bonuscasino__img {
  margin: 0px 0px 15px 0px; }
  .bonuscasino__img img {
    max-width: 100%;
    max-height: 100%; }

.bonuscasino__btn {
  margin: 30px 0px 0px 0px; }
  .bonuscasino__btn a {
    width: 100%;
    display: block;
    padding: 16px 15px;
    border-radius: 20px;
    background: #F53E28;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    -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; }
    .bonuscasino__btn a:hover {
      background: #972519; }

.twos {
  padding: 30px 0px; }

.twos__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) {
    .twos__row {
      display: block; } }

.twos__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }
  .twos__column p {
    margin: 0px 0px 15px 0px;
    font-size: 31px;
    font-weight: 400;
    line-height: 43.4px;
    text-align: left; }
  .twos__column ul {
    padding: 0px 0px 0px 25px; }
    .twos__column ul li {
      margin: 0px 0px 10px 0px;
      list-style-type: disc;
      font-size: 20px;
      font-weight: 400;
      line-height: 30px;
      text-align: left; }

.ourteam {
  padding: 50px 0px; }
  .ourteam h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 57.2px;
    text-align: center;
    margin: 0px 0px 30px 0px; }
    @media (max-width: 767.98px) {
      .ourteam h2 {
        font-size: 32px; } }

.ourteam__body {
  max-width: 760px;
  margin: 0px auto;
  text-align: center; }
  .ourteam__body p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center; }

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

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

.ourteam__col {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.ourteam__item {
  height: 100%;
  background: #FFFCEB;
  border-radius: 20px;
  padding: 20px 20px; }
  .ourteam__item span {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center; }

.ourteam__img {
  margin: 0px 0px 20px 0px; }
  .ourteam__img img {
    max-width: 100%;
    max-height: 100%; }

.always {
  background: #FFFCEB;
  padding: 50px 0px; }

.always__text {
  max-width: 850px;
  margin: 0px auto 40px auto;
  text-align: center; }
  .always__text h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 57.2px;
    text-align: center;
    margin: 0px 0px 30px 0px; }
    @media (max-width: 767.98px) {
      .always__text h2 {
        font-size: 32px; } }
  .always__text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center; }
  .always__text span {
    display: block;
    text-align: center;
    margin: 15px 0px 15px 0px;
    font-size: 31px;
    font-weight: 400;
    line-height: 43.4px; }
  .always__text ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .always__text ul li {
      padding: 0px 0px 0px 10px;
      margin: 10px 10px;
      font-size: 20px;
      font-weight: 400;
      line-height: 30px;
      position: relative; }
      .always__text ul li:before {
        content: '';
        position: absolute;
        width: 5px;
        height: 5px;
        background: #FFBD22;
        border-radius: 50%;
        left: 0;
        top: 45%; }

.always__bot h2 {
  font-size: 52px;
  font-weight: 700;
  line-height: 57.2px;
  text-align: center;
  margin: 0px 0px 30px 0px; }
  @media (max-width: 767.98px) {
    .always__bot h2 {
      font-size: 40px; } }

.always__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) {
    .always__row {
      display: block; } }

.always__col {
  padding: 0px 15px; }
  .always__col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%; }
  .always__col:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%; }

.always__desc p {
  margin: 0px 0px 15px 0px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px; }

.always__img img {
  width: 100%;
  height: 100%; }

.choose {
  padding: 50px 0px;
  background: #FFFCEB; }
  .choose h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 57.2px;
    text-align: center;
    margin: 0px 0px 30px 0px; }
    @media (max-width: 767.98px) {
      .choose h2 {
        font-size: 32px; } }
  .choose h3 {
    text-align: center;
    margin: 0px 0px 30px 0px;
    color: #26683A;
    font-size: 31px;
    font-weight: 400;
    line-height: 43.4px; }

.blakfr {
  text-align: left !important;
  margin: 0px 0px 15px 0px !important;
  color: #000 !important; }

.choose__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .choose__row {
      display: block; } }

.choose__column {
  padding: 0px 15px;
  margin: 0px 0px 30px 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%; }

.choose__item {
  height: 100%;
  padding: 20px 20px;
  border-radius: 20px;
  background: #FFBD22; }
  .choose__item p {
    margin: 0px 0px 15px 0px;
    color: #26683A;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left; }
  .choose__item span {
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left; }

.legal {
  padding: 50px 0px;
  background: #FFFCEB; }
  .legal h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 57.2px;
    text-align: center;
    margin: 0px 0px 30px 0px; }
    @media (max-width: 767.98px) {
      .legal h2 {
        font-size: 32px; } }

.legal__top {
  max-width: 860px;
  margin: 0px auto 30px auto;
  text-align: center; }
  .legal__top p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px; }

.legal__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) {
    .legal__row {
      display: block; } }

.legal__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }
  .legal__column h3 {
    margin: 0px 0px 25px 0px;
    color: #26683A;
    font-size: 37px;
    font-weight: 400;
    line-height: 48.1px; }
  .legal__column p {
    margin: 0px 0px 15px 0px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px; }
  .legal__column span {
    display: block;
    margin: 0px 0px 20px 0px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left; }

.summary {
  padding: 50px 0px;
  background: #FFFCEB; }
  .summary h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 57.2px;
    text-align: center;
    margin: 0px 0px 30px 0px; }
    @media (max-width: 767.98px) {
      .summary h2 {
        font-size: 32px; } }

.summary__top {
  max-width: 860px;
  margin: 0px auto 30px auto;
  text-align: center; }
  .summary__top p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px; }

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

.itemsummary__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) {
    .itemsummary__row {
      display: block; } }

.itemsummary__col {
  padding: 0px 15px; }
  .itemsummary__col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  .itemsummary__col:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }

.itemsummary__img {
  text-align: center; }
  @media (max-width: 767.98px) {
    .itemsummary__img {
      margin: 0px 0px 30px 0px; } }
  .itemsummary__img img {
    width: 100%;
    height: 100%; }

.itemsummary__desc h3 {
  margin: 0px 0px 25px 0px;
  color: #26683A;
  font-size: 37px;
  font-weight: 400;
  line-height: 48.1px; }

.itemsummary__desc p {
  margin: 0px 0px 15px 0px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px; }

.itemsummary__desc span {
  display: block;
  margin: 0px 0px 20px 0px;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
  text-align: left; }

.whatcas {
  padding: 50px 0px;
  background: #FFFCEB; }
  .whatcas h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 57.2px;
    text-align: center;
    margin: 0px 0px 30px 0px; }
    @media (max-width: 767.98px) {
      .whatcas h2 {
        font-size: 32px; } }
  .whatcas h3 {
    margin: 0px 0px 25px 0px;
    color: #26683A;
    font-size: 37px;
    font-weight: 400;
    line-height: 48.1px; }
  .whatcas p {
    margin: 0px 0px 15px 0px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px; }
  .whatcas span {
    display: block;
    margin: 0px 0px 20px 0px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left; }
  .whatcas ul {
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 20px 0px; }
    .whatcas ul li {
      margin: 0px 0px 10px 0px;
      list-style-type: disc;
      font-size: 17px;
      font-weight: 400;
      line-height: 25.5px;
      text-align: left; }

.whatcas__top {
  max-width: 860px;
  margin: 0px auto 30px auto;
  text-align: center; }
  .whatcas__top p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px; }

.asked {
  padding: 50px 0px;
  background: #FFFCEB; }
  .asked h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 57.2px;
    text-align: center;
    margin: 0px 0px 30px 0px; }
    @media (max-width: 767.98px) {
      .asked h2 {
        font-size: 32px; } }
  .asked p {
    font-size: 15px;
    font-weight: 400;
    line-height: 17.58px;
    text-align: left; }

.asked__item {
  margin: 25px 0px 25px 0px;
  background: #fff;
  border-radius: 10px; }

.asked__icon {
  height: 20px;
  width: 20px; }
  .asked__icon img {
    max-width: 20px;
    max-height: 20px; }

.asked__img {
  text-align: center; }
  @media (max-width: 767.98px) {
    .asked__img {
      margin: 30px 0px 0px 0px; } }
  .asked__img img {
    width: 100%;
    height: 100%; }

.spoiler_title {
  cursor: pointer;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 20px 20px;
  -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; }
  .spoiler_title span {
    color: #26683A;
    font-size: 31px;
    font-weight: 400;
    line-height: 43.4px; }
    @media (max-width: 767.98px) {
      .spoiler_title span {
        font-size: 22px; } }

.spoiler_content {
  -webkit-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  height: auto;
  max-height: 0px;
  overflow: hidden;
  margin-top: -10px; }

.spoiler_content p {
  margin: 20px 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
  text-align: left;
  padding: 15px 30px; }

.spoiler_content ul {
  padding: 0px 0px 0px 20px; }

.spoiler_content ul li {
  list-style-type: disc;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
  text-align: left;
  margin: 0px 40px 10px 40px; }

.spoiler_content.open {
  margin-top: 0;
  max-height: 100%;
  opacity: 1; }

.spoiler_title .spoiler_arrow {
  display: inline-block;
  margin-left: 15px;
  font-size: 20px;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  vertical-align: middle; }

.spoiler_title .spoiler_arrow svg {
  fill: red;
  width: 13px; }

.spoiler_title .spoiler_arrow.open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.changed {
  background: #FFB901 !important; }

.news {
  padding: 50px 0px;
  background: #0B0D48; }
  .news h2 {
    font-size: 52px;
    color: #fff;
    font-weight: 700;
    line-height: 57.2px;
    text-align: center;
    margin: 0px 0px 30px 0px; }
    @media (max-width: 767.98px) {
      .news h2 {
        font-size: 32px; } }

.news__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .news__row {
      display: block; } }

.news__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  margin: 0px 0px 30px 0px; }

.news__item {
  height: 100%; }
  .news__item p {
    margin: 0px 0px 10px 0px;
    color: #FFBD22;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px; }
  .news__item span {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left; }

.news__img {
  margin: 0px 0px 20px 0px; }
  .news__img img {
    width: 100%;
    height: 100%; }

.news__btn {
  text-align: center;
  margin: 30px 0px 0px 0px; }
  .news__btn a {
    display: inline-block;
    padding: 16px 53px;
    background: #F53E28;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    -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; }
    .news__btn a:hover {
      background: #A3281B; }

.kasinos {
  padding: 60px 0px 60px 0px; }
  .kasinos h2 {
    margin: 0px 0px 30px 0px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #fff;
    visibility: hidden; }

.kasinos__item {
  background: #FFFCEB;
  position: relative;
  border-radius: 20px;
  padding: 10px 10px;
  margin: 0px 0px 30px 0px; }

.kasinos__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) {
    .kasinos__row {
      display: block; } }

.kasinos__column {
  padding: 0px 10px; }
  @media (max-width: 767.98px) {
    .kasinos__column {
      margin: 0px 0px 20px 0px; } }
  .kasinos__column span {
    display: inline-block;
    margin: 0px 0px 20px 0px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left;
    color: #808080; }
    @media (max-width: 767.98px) {
      .kasinos__column span {
        margin: 0px 0px 10px 0px; } }
  .kasinos__column h3 {
    font-size: 31px;
    font-weight: 400;
    line-height: 43.4px;
    text-align: left; }
  @media (max-width: 767.98px) {
    .kasinos__column ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      font-size: 0; } }
  .kasinos__column ul li {
    position: relative;
    padding: 0px 0px 0px 15px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left;
    margin: 0px 0px 10px 0px; }
    @media (max-width: 767.98px) {
      .kasinos__column ul li {
        margin: 10px 10px; } }
    .kasinos__column ul li:before {
      content: '';
      position: absolute;
      width: 7px;
      height: 7px;
      background: #FFBD22;
      border-radius: 50%;
      left: 0;
      top: 35%; }
  .kasinos__column:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%; }
  .kasinos__column:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%; }
  .kasinos__column:nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%; }
  .kasinos__column:nth-child(4) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%; }

.numprei {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px 0px 15px 0px; }
  .numprei h4 {
    color: #26683A;
    font-size: 52px;
    font-weight: 700;
    line-height: 57.2px;
    text-align: left; }
    @media (max-width: 767.98px) {
      .numprei h4 {
        font-size: 32px; } }

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

.kasraft__Col h4 {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 57.2px;
  text-align: center; }
  @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 span {
    display: inline-block;
    padding: 0px 0px 0px 5px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left;
    margin: 0px 0px;
    color: #000; }

.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; }
  .kascent span {
    display: block;
    margin: 10px 0px 20px 0px;
    color: #fff;
    opacity: 0.5;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px; }
  .kascent p {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 25.5px;
    margin: 0px 0px 15px 0px; }
  .kascent h3 {
    color: #fff;
    font-size: 31px;
    font-weight: 700;
    line-height: 43.4px;
    text-align: left; }
    @media (max-width: 767.98px) {
      .kascent h3 {
        margin: 15px 0px 0px 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; }
  .rightkasinos__img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media (max-width: 767.98px) {
    .rightkasinos__img {
      padding: 20px 0px 0px 0px; } }

.kasinos__btn {
  text-align: center;
  width: 100%; }
  .kasinos__btn a {
    display: block;
    padding: 16px 66px;
    background: #F53E28;
    border-radius: 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: center;
    color: #fff;
    -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; }
    .kasinos__btn a:hover {
      opacity: 0.5; }

.about {
  padding: 50px 0px; }
  .about h2 {
    text-transform: uppercase;
    text-align: center;
    margin: 0px 0px 30px 0px;
    font-size: 53px;
    font-weight: 700;
    line-height: 63.6px; }
    @media (max-width: 767.98px) {
      .about h2 {
        font-size: 40px;
        line-height: 1.3; } }

.about__top {
  max-width: 850px;
  margin: 0px auto 30px auto;
  text-align: center; }
  .about__top p {
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: center; }

.aboutthird__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) {
    .aboutthird__row {
      display: block; } }

.aboutthird__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%; }
  @media (max-width: 767.98px) {
    .aboutthird__column {
      margin: 0px 0px 20px 0px; } }

.aboutthird__item {
  height: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 15px 15px;
  text-align: center; }
  .aboutthird__item span {
    font-size: 23px;
    font-weight: 400;
    line-height: 32.2px;
    text-align: center; }

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

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

.abouttwo__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0px 15px; }

.abouttwo__img {
  height: 100%; }
  .abouttwo__img img {
    width: 100%;
    height: 100%; }

.bgwh {
  background: #fff; }

.goals {
  padding: 50px 0px; }
  .goals h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 57.2px;
    text-align: center;
    margin: 0px 0px 30px 0px; }
    @media (max-width: 767.98px) {
      .goals h2 {
        font-size: 40px; } }

.goals__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 767.98px) {
    .goals__row {
      display: block; } }

.goals__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  padding: 0px 15px;
  margin: 0px 0px 30px 0px; }

.goals__item {
  height: 100%;
  padding: 20px 20px;
  border-radius: 20px;
  background: #FFBD22; }
  .goals__item p {
    margin: 0px 0px 15px 0px;
    font-size: 31px;
    font-weight: 400;
    line-height: 43.4px;
    text-align: left; }
  .goals__item span {
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left; }

.goals__icon {
  margin: 0px 0px 15px 0px; }
  .goals__icon img {
    max-width: 100%;
    max-height: 100%; }

.overtetxt {
  margin: 30px 0px 0px 0px; }
  .overtetxt h3 {
    font-size: 44px;
    font-weight: 700;
    line-height: 57.2px;
    text-align: left;
    margin: 0px 0px 20px 0px; }
    @media (max-width: 767.98px) {
      .overtetxt h3 {
        font-size: 30px; } }
  .overtetxt h4 {
    font-size: 44px;
    font-weight: 700;
    line-height: 57.2px;
    text-align: left;
    margin: 0px 0px 20px 0px; }
    @media (max-width: 767.98px) {
      .overtetxt h4 {
        font-size: 30px; } }
  .overtetxt p {
    margin: 0px 0px 20px 0px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left; }
  .overtetxt span {
    display: block;
    margin: 0px 0px 5px 0px;
    color: #D966FF;
    font-size: 22px;
    font-weight: 400;
    line-height: 30.8px;
    text-align: left; }

.overtetxt__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) {
    .overtetxt__row {
      display: block; } }

.overtetxt__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.privacy {
  padding: 60px 0px; }
  .privacy h1 {
    margin: 0px 0px 30px 0px;
    font-family: 'Kufam';
    font-size: 53px;
    font-weight: 400;
    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: 'Kufam';
    font-size: 45px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 0em; }
    @media (max-width: 767.98px) {
      .privacy h2 {
        font-size: 30px;
        line-height: 1.5; } }
  .privacy h3 {
    margin: 0px 0px 25px 0px;
    font-size: 36px;
    font-weight: 400;
    line-height: 57px;
    letter-spacing: 0em; }
  .privacy ul {
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 20px 0px; }
    .privacy ul li {
      font-size: 17px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: 0em;
      text-align: left; }
  .privacy p {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    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: 50px 50px;
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
  margin: auto;
  background: #0B0D48; }
  @media (max-width: 767.98px) {
    .popup__body {
      padding: 60px 20px; } }

.popup__form h5 {
  margin: 0px 0px 15px 0px;
  font-size: 31px;
  font-weight: 700;
  color: #fff;
  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 {
  margin: 25px 0px 0px 0px;
  display: inline-block;
  background: #F53E28;
  padding: 15px 45px;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 16px;
  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; }

.pop-cookie {
  position: fixed;
  z-index: 10;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  background-color: #FFFCEB;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

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

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

.but-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 40px;
  min-width: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  font-weight: 400;
  color: #fff;
  background-color: #F53E28;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  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;
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s; }

.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; } }
