@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400 i,500,700");

@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700");

@import url("https://fonts.googleapis.com/css?family=Lobster");

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

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

body {
  line-height: 1;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

.text-block ol {
  list-style: decimal;
}

blockquote,
q {
  quotes: none;
}

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

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 20px;
  font-weight: 700;
  font-family: "Roboto condensed", sans-serif;
  color: #0c6e71;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  outline: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

::selection {
  background-color: #d5ebe4;
}

[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

a:hover {
  text-decoration: underline;
}

span:hover {
  text-decoration: none;
}

span,
p {
  color: #6e8394;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 22px;
}

.btn {
  display: inline-block;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  color: #fff;
  margin: 7px auto;
  font-family: "Roboto";
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  padding-left: 25px;
  padding-right: 25px;
  outline: 0;
  text-transform: uppercase;
}

.btn:hover {
  text-decoration: none;
}

.btn--green {
  background: #309331;
  background: #309331;
  -webkit-box-shadow: 0 -3px #3ebb3e, 0 0 #30a330, 0 3px #1e711e;
  box-shadow: 0 -3px #3ebb3e, 0 0 #30a330, 0 3px #1e711e;
}

.btn--green:hover {
  background: #43bb44;
}

.btn--red {
  background: #ea172b;
  background: #f51f3d;
  box-shadow: 0 -3px #fe5b7a, 0 0 #fe5b7a, 0 3px #c20725;
  -webkit-box-shadow: 0 -3px #fe5b7a, 0 0 #fe5b7a, 0 3px #c20725;
}

.btn--red:hover {
  background: #fc5a7b;
}

.bg--game {
  background: url(../img/bg-greenish.png) 100%,
    url(../img/bg-cards.png) center center,
    url(../img/bg-game-full.jpg) center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 999px) {
  .bg--game {
    background: #032320;
    background: -moz-linear-gradient(top,
        #032320 0%,
        #033912 50%,
        #054e05 100%);
    background: -webkit-linear-gradient(top,
        #032320 0%,
        #033912 50%,
        #054e05 100%);
    background: linear-gradient(to bottom,
        #032320 0%,
        #033912 50%,
        #054e05 100%);
  }
}

.color-teal {
  color: #0a694f !important;
}

.display-block {
  display: block !important;
}

.hidden {
  display: none;
}

.bg--cards {
  background: url(../img/bg-cards.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg--white {
  background: #fff !important;
}

.bg--green {
  background: #d5ebe4 !important;
}

@media screen and (max-width: 899px) {
  .bg--green {
    background: #fff !important;
  }
}

.bg--yellow {
  background: #e6e0ae !important;
}

.bg--none {
  background: none !important;
}

.text-ar {
  direction: rtl;
}

.bg--green-dark {
  background-image: url(../img/trusted-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.container,
.container2 {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.container2 h1 {
  font-size: 2.5em;

  font-weight: 700;

  font-family: "Roboto condensed", sans-serif;

  color: #0c6e71;
}

@media screen and (max-width: 499px) {
  .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.breadcrumbs-container {
  padding: 20px 20px 0;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-transform: uppercase;
  color: #0c6e71;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 14px;
}

.breadcrumbs-container span {
  color: #00413c;
}

.breadcrumbs-container a:hover,
.breadcrumbs-container a:visited,
.breadcrumbs-container a:active,
.breadcrumbs-container a:link {
  outline: 0;
  text-decoration: none;
}

.breadcrumbs-container li {
  display: inline-block;
}

.breadcrumbs-container__links a {
  color: #0c6e71;
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 599px) {
  .breadcrumbs-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .breadcrumbs-container__links {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }

  .breadcrumbs-container__links a {
    margin: 0 10px;
    display: inline-block;
  }
}

section {
  position: relative;
  z-index: 2;
}

section.first-section .container,
div.first-section .container {
  padding-top: 220px;
}

@media screen and (max-width: 999px) {

  section.first-section .container,
  div.first-section .container {
    padding-top: 70px;
  }
}

header {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header__cover {
  background-image: url(../img/header-cover.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 165px;
  text-align: center;
  display: block;
}

@media screen and (max-width: 999px) {
  .header__cover {
    z-index: -1;
    background: transparent;
    display: none;
  }
}

.header__cover-home {
  background-image: url(../img/header-cover.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  text-align: center;
  display: block;
}

.header__logo {
  display: block;
  margin: 0 auto;
  top: 5px;
  position: relative;
}

.header__logo-block {
  position: absolute;
  left: 50%;
}

.header__logo-block a {
  position: relative;
  left: -71px;
}

.header__logo-link-mobile {
  display: block;
  width: 97px;
  margin: 0 auto;
}

.tc-link {
  font-size: 12px;
  margin-top: 5px;
  color: #0c6e71;

  display: inline-block;
}

.tc-link_slider {
  color: #88ef88;
}

.tc-link:hover {
  text-decoration: none;
}

@media screen and (max-width: 999px) {
  .header__logo {
    left: 0;
    top: 7px;
  }
}

@media screen and (max-width: 999px) {
  .header__logo-block {
    bottom: 58px;
    position: relative;
  }
}

.header__nav {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 999px) {
  .header__nav {
    padding-left: 0;
    padding-right: 0;
  }
}

.header__nav li:nth-of-type(2) {
  position: relative;
  right: 100px;
}

.header__nav li:nth-of-type(4) {
  position: relative;
  right: -100px;
}

@media screen and (max-width: 999px) {
  .header__nav li {
    position: inherit;
    right: 0 !important;
    color: #f7f4d9;
    background: #03271e;
    outline: 1px solid #fc0;
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  .header__nav {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .header__nav .header__logo-block {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .header__nav:not(.header__logo-block) {
    color: #f7f4d9;
    background: #03271e;
    outline: 1px solid #fc0;
    display: block;
    width: 100%;
  }
}

.header__nav_link {
  display: block;
  color: #d3f1b7;
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 14px;
  margin: 20px 0;
}

@media screen and (max-width: 999px) {
  .header__nav_link {
    padding: 8px;
    margin: 0;
  }
}

.header__nav_link:hover {
  color: #fed72b;
  text-decoration: none;
}

.menu-toggle-flag,
.menu-toggle {
  display: none;
}

@media screen and (max-width: 999px) {

  .menu-toggle-flag,
  .menu-toggle {
    display: block;
  }
}

.menu-toggle-flag {
  position: absolute;
  top: 13px;
  left: 0.5em;
  padding: 20px 11px 23px;
  border-radius: 50%;
  cursor: pointer;
  height: 12px;
  background: #00413c;
}

.menu-toggle {
  position: absolute;
  top: 13px;
  right: 0.5em;
  padding: 20px 11px 23px;
  border-radius: 50%;
  cursor: pointer;
  height: 12px;
  background: #00413c;
}

.hamburger,
.hamburger::before,
.hamburger::after {
  content: "";
  display: block;
  background: #fc0;
  height: 3px;
  width: 2em;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms;
}

.hamburger-flag {
  position: relative;
  top: -14px;
  display: block;
  width: 34px;
  height: 30px;
  background-image: url(../img/sprite-flag.png);
  background-repeat: no-repeat;
}

.block-logo-mobile {
  display: none;
}

.block-logo-mobile__link {
  margin: 0 auto;
  width: 140px;
}

.nav-item-logo-mobile {
  display: none;
}

.header__nav ul,
.flag-section-mobile {
  display: none;
}

.header__nav ul li {
  width: 230px;
  display: inline-block;
  vertical-align: top;
}

.header__nav ul.opening {
  display: block;
  height: 100%;
  border-bottom: 5px solid #003f41;
}

.header__nav ul.opening li {
  position: relative;
  display: block;
  padding: 25px 0;
  background: #004f47;
  border-bottom: 2px solid #003f41;
}

.header__nav ul.opening li:nth-child(3) {
  display: none;
}

.header__nav a {
  display: block;
}

.site-nav--icon {
  margin-right: 1em;
  text-align: right;
}

.menu-toggle {
  position: absolute;
  top: 13px;
  right: 0.5em;
  padding: 20px 11px 23px;
  border-radius: 50%;
  cursor: pointer;
  height: 12px;
  background: #00413c;
}

.menu-toggle-flag {
  position: absolute;
  top: 13px;
  display: none;
  left: 0.5em;
  padding: 20px 11px 23px;
  border-radius: 50%;
  cursor: pointer;
  height: 12px;
  background: #00413c;
}

.open .hamburger,
.open .hamburger:before,
.open .hamburger:after {
  background: #fc0;
}

.hamburger::before {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

.hamburger::after {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.open .hamburger {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open .hamburger::before {
  display: none;
}

.open .hamburger::after {
  -webkit-transform: translateY(-1px) rotate(-90deg);
  transform: translateY(-1px) rotate(-90deg);
}

.block-logo-mobile {
  display: none;
}

.block-logo-mobile__link {
  margin: 0 auto;
  width: 140px;
}

.footer__block-trusted {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(../img/trusted-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer__block-trusted_icons {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer__block-trusted_icons img {
  margin-left: 10px;
  margin-right: 10px;
}

.footer__block-trusted_text {
  width: 80%;
  margin: 10px auto 20px;
  text-align: center;
}

.footer__block-trusted_text span {
  color: #fff;
}

.footer__block-trusted_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__block-trusted_navigation li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 499px) {
  .footer__block-trusted_navigation li {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.footer__block-trusted_navigation li:nth-of-type(n + 2) {
  border-left: 2px solid #436452;
}

.footer__block-trusted_navigation a {
  font-family: "Roboto";
  padding: 5px 0;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}

@media screen and (max-width: 499px) {
  .footer__block-trusted_navigation a {
    font-size: 14px;
  }
}

.footer__block-social {
  padding-top: 20px;
  padding-bottom: 30px;
  background: #3e2723;
  text-align: center;
}

.footer__block-social .container {
  max-width: 760px;
}

.footer__block-social_text {
  color: #6e8394;
}

.footer__block-social_text p {
  margin: 0 10px 10px;
}

.footer__block-social_icons {
  margin-top: 25px;
}

.footer__block-social_icons img {
  margin: auto 5px;
}

.footer__18old {
  margin-top: 10px;
}

.footer__18img {
  width: 30px;

  height: 30px;

  background: url("../img/18year.png") center center no-repeat;

  display: inline-block;

  background-size: cover;

  margin-right: 7px;

  position: relative;

  top: 9px;
}

.footer__18old-link {
  color: #6e8394;
}

.game-block {
  padding-top: 30px;
}

.game-block .container {
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

@media screen and (max-width: 899px) {
  .game-block .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.game-block__left {
  display: flex;
  flex-direction: column;
  min-width: 620px;
}

@media screen and (max-width: 899px) {
  .game-block__left {
    min-width: auto;
  }
}

@media screen and (max-width: 399px) {
  .game-block__left {
    padding: 0;
  }
}

.game-block__left_title {
  display: block;
  font-size: 36px;
  color: #fff;
  font-family: "Roboto";
  font-weight: 700;
  margin: 10px 60px;
  line-height: 40px;
  text-transform: capitalize;
}

@media screen and (max-width: 899px) {
  .game-block__left_title {
    margin: 10px 20px 0;
    text-align: center;
  }
}

.game-block__left_subtitle {
  display: block;
  font-size: 12px;
  color: #fff;
  font-family: "Roboto";
}

.iframe-container {
  display: flex;
  justify-content: center;
}

.game-block__left_iframe-btn {
  align-self: center;
  position: absolute;
  width: auto;
  min-width: 260px;
  text-align: center;
}

@media screen and (max-width: 399px) {
  .game-block__left_iframe-btn {
    min-width: 220px;
    font-size: 14px;
  }
}

.game-block__left_iframe-name {
  position: absolute;
  padding-top: 40px;
  font-size: 30px;
  font-family: "Roboto";
  font-weight: 700;
  color: #fff;
}

.game-block__left_iframe-holder {
  min-height: 400px;
  background-image: url(../img/game-logo.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .game-block__left_iframe-holder {
    min-height: 300px;
  }
}

@media screen and (max-width: 499px) {
  .game-block__left_iframe-holder {
    min-height: 250px;
  }
}

@media screen and (max-width: 399px) {
  .game-block__left_iframe-holder {
    min-height: 200px;
  }
}

.game-block__left_btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 10px;
}

@media screen and (max-width: 999px) {
  .game-block__left_btn-holder {
    order: 2;
  }
}

@media screen and (max-width: 699px) {
  .game-block__left_btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.game-block__left_btn-holder a {
  min-width: 260px;
  text-align: center;
}

@media screen and (max-width: 499px) {
  .game-block__left_btn-holder a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 399px) {
  .game-block__left_btn-holder a {
    width: 220px;
  }
}

.game-block__right {
  height: 100%;
}

@media screen and (max-width: 999px) {
  .game-block__right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }

  .game-block__right.overlaid {
    display: none;
  }
}

.text-block {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Roboto", sans-serif;
}

.text-block p,
.text-block span,
.text-block li {
  color: #54626d;
  line-height: 28px;
  margin-left: 50px;
}

.text-block ul {
  list-style-type: disc;
  margin: 20px 0 20px 25px;
}

.text-block ul.check-marked {
  list-style-type: none;
}

.text-block ul.check-marked li:before {
  content: "✓";
  width: 0;
  display: inline-flex;
  position: relative;
  right: 20px;
}

.text-block ul.dashed {
  list-style-type: none;
}

.text-block ul.dashed li:before {
  content: "–";
  width: 0;
  display: inline-flex;
  position: relative;
  right: 20px;
}

.text-block ul li {
  font-size: 16px;
  margin: 5px 25px;
}

.text-block p {
  font-size: 16px;
  margin: 10px 20px;
}

.text-block h1,
.text-block span.h1 {
  font-size: 2.5em;
  font-weight: 700;
  font-family: "Roboto condensed", sans-serif;
  color: #0c6e71;
}

.text-block h2 {
  font-size: 1.9em;
  margin: 25px 20px 15px;
  font-weight: 700;
  font-family: "Roboto condensed", sans-serif;
  color: #0c6e71;
}

.text-block h3,
.text-block span.h3 {
  font-size: 1.4em;
  margin: 25px 20px;
  font-weight: 700;
  font-family: "Roboto condensed", sans-serif;
  color: #0c6e71;
}

.text-block__img-strategy {
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 700px;
}

.text-block__img-rules {
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 500px;
}

.video-block {
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}

.video-block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 899px) {
  .video-block .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 399px) {
  .video-block .container {
    padding-right: 0;
    padding-left: 0;
  }
}

.video-block__recommended {
  font-family: "Roboto";
}

@media screen and (max-width: 999px) {
  .video-block__recommended {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px 0 25px;
  }
}

.video-block__recommended_container {
  position: relative;
  top: 72px;
  text-align: center;
  float: right;
  padding: 5px 5px 10px;
  width: 300px;
  border-radius: 15px;
  background: #e8faf5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px #bed7cf;
  box-shadow: 0 3px #bed7cf;
}

.video-block__recommended_container:before {
  position: absolute;
  top: -80px;
  left: 0;
  content: url(../img/cards-top.png);
}

@media screen and (max-width: 899px) {
  .video-block__recommended_container {
    top: 0;
  }
}

.video-block__recommended_title {
  margin: 35px 0 5px;
  line-height: 1;
  color: #f51f48;
  font-size: 30px;
  font-family: "Lobster", cursive;
}

.video-block__recommended_info-text {
  margin: 10px 0;
  color: #016e72;
  font-size: 16px;
  font-weight: 700;
}

.video-block__recommended_info-description {
  font-family: "Roboto Condensed";
  color: #6d8888;
  font-size: 15px;
  margin-top: 5px;
}

.video-block__recommended_bonus {
  display: block;
  margin-top: 5px;
  font-size: 24px;
  color: #ea172b;
  font-weight: 700;
}

.video-block__recommended_btn {
  margin-top: 5px;
  text-transform: uppercase;
  background: #f51f3d;
  box-shadow: 0 -3px #fe5b7a, 0 0 #fe5b7a, 0 3px #c20725;
  -webkit-box-shadow: 0 -3px #fe5b7a, 0 0 #fe5b7a, 0 3px #c20725;
}

.video-block__video-box {
  text-align: center;
}

@media screen and (max-width: 999px) {
  .video-block__video-box {
    width: 100%;
    margin: 30px 0;
  }
}

.video-block__video-box--title {
  color: #016e72;
  font-weight: 700;
  font-size: 24px;
}

.video-block__video-box--iframe {
  display: block;
  margin: 15px auto;
}

.video-block__video-box--name {
  display: block;
  display: block;
  color: #f51f48;
  font-size: 18px;
  font-weight: 700;
}

.video-block__video-box--description {
  display: block;
  margin: 5px auto 10px;
  width: 70%;
  color: #6d8888;
}

.video-block__video-box--link {
  display: block;
  font-family: "Roboto";
  text-transform: uppercase;
  text-decoration: underline;
  color: #297a2a;
  font-size: 16px;
  font-weight: 700;
}

.video-block__email {
  font-family: "Roboto";
}

@media screen and (max-width: 999px) {
  .video-block__email {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0 50px;
  }
}

.video-block__email-form {
  position: relative;
  top: 72px;
  text-align: center;
  float: right;
  padding: 5px 5px 10px;
  width: 300px;
  border-radius: 15px;
  background: #e8faf5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px #bed7cf;
  box-shadow: 0 3px #bed7cf;
}

.video-block__email-form:before {
  position: absolute;
  top: -72px;
  left: 0;
  content: url(../img/email-top.png);
}

.video-block__email-form--title {
  margin: 35px 0 5px;
  line-height: 1;
  color: #f51f48;
  font-size: 30px;
  font-family: "Lobster", cursive;
}

.video-block__email-form--info-text {
  margin: 10px 0;
  color: #016e72;
  font-size: 16px;
  font-weight: 700;
}

.video-block__email-form--info-description {
  color: #6d8888;
  font-size: 15px;
}

.video-block__email-form--input {
  border: 0;
  margin: 15px 0 10px;
  text-align: center;
  width: 255px;
  height: 40px;
}

.casinos-block {
  padding-top: 40px;
  padding-bottom: 40px;
}

.casinos-block--mobile {
  display: none;
}

@media screen and (max-width: 999px) {
  .casinos-block--mobile {
    display: block;
  }
}

.casinos__block {
  position: relative;
  margin: 5px;
  min-width: 250px;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 499px) {
  .casinos__block {
    min-width: 200px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.casinos-block__title {
  font-size: 24px;
  font-family: "Roboto";
  color: #016e72;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  margin: 15px 7px;
}

.casinos-block__list {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 899px) {
  .casinos-block__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 499px) {
  .casinos-block__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.casinos-block__list-item {
  position: relative;
  text-align: center;

  /*min-height:250px;*/

  /*height:250px;*/

  flex: 1;

  padding-bottom: 15px;

  margin: 0 20px 40px;
  min-width: 200px;
  -webkit-box-shadow: 4px 4px 1px 0 #bed7cf;
  box-shadow: 4px 4px 1px 0 #bed7cf;
  border-radius: 10px;
}

@media screen and (max-width: 899px) {
  .casinos-block__list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
}

.casinos-block__list-item_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;

  /*height:50%;*/

  height: 125px;

  background: #d5ebe4;
}

.casinos-block__list-item_top.index-desktop {
  border-radius: 12px;
}

.casinos-block__list-item_top-rating {
  background: #b71c1c;
  background-image: url(../img/rating-star.png);
  background-position: 5px 5px;
  background-repeat: no-repeat;
  min-width: 60px;
  min-height: 25px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  text-align: right;
  padding-right: 10px;
}

.casinos-block__list-item_top-rating span {
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  font-family: "Roboto";
}

.casinos-block__list-item_top-logo {
  margin: auto;
}

/*.casinos-block__list-item_top-logo.index-desktop{margin:auto;padding-top:60px;padding-bottom:60px}*/

.casinos-block__list-item_bottom {
  height: 50%;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
}

.casinos-block__list-item_bottom-name {
  margin-top: 10px;
  display: block;
  font-size: 18px;
  color: #0c6e71;
  font-weight: 700;
}

.casinos-block__list-item_bottom-text {
  display: block;
  font-size: 12px;
  color: #6e8394;
}

.casinos-block__list-item_bottom-bonus {
  display: block;
  font-size: 24px;
  color: red;
  font-weight: 700;
}

/*.casinos-block__list-item_play-btn{bottom:25px;position:relative}*/

.casinos-block__list-item_play-btn {
  position: absolute;

  bottom: -28px;

  left: 50%;

  transform: translateX(-50%);
}

.contacts-block {
  text-align: center;
}

.contacts-block label {
  display: inline-block;
  vertical-align: center;
  font-weight: 700;
  margin-right: 5px;
}

@media screen and (max-width: 499px) {
  .contacts-block label {
    display: block;
    text-align: center;
  }
}

.contacts-block .label {
  color: #00413c;
  font-weight: 700;
}

.contacts-block__title {
  padding: 70px 0 10px;
  text-align: center;
  color: #00413c;
  font-size: 30px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.contacts-block__phone {
  display: block;
}

.contacts-block__address {
  display: block;
}

.contacts-block .contacts-form {
  margin: 30px;
  max-width: 400px;
  text-align: right;
  margin: 0 auto;
  font-family: "Roboto";
}

.contacts-form label {
  color: #00413c;
}

@media screen and (max-width: 499px) {
  .contacts-block .contacts-form {
    padding: 10px;
  }
}

.contacts-block .contacts-form .contacts-form_row {
  margin: 5px 0;
  text-align: right;
}

@media screen and (max-width: 499px) {
  .contacts-block .contacts-form .contacts-form_row {
    text-align: left;
  }
}

.contacts-block .contacts-form .contacts-form_row-checkbox {
  text-align: left;
  font-size: 12px;
  padding-top: 15px;
  padding-left: 40px;
}

.contacts-block .contacts-form input[type="text"],
.contacts-block .contacts-form input[type="email"] {
  padding: 7px;
  width: 285px;
  border: 1px solid #a8a8a8;
}

@media screen and (max-width: 499px) {

  .contacts-block .contacts-form input[type="text"],
  .contacts-block .contacts-form input[type="email"] {
    width: 100%;
  }
}

.contacts-block .contacts-form textarea {
  width: 285px;
  height: 100px;
  resize: none;
}

@media screen and (max-width: 499px) {
  .contacts-block .contacts-form textarea {
    width: 100%;
  }
}

.contacts-block .contacts-form__submit {
  font-family: "Roboto";
  cursor: pointer;
  font-weight: 700;
  border: 0;
  color: #000;
  padding: 5px 15px;
  margin: 10px auto;
}

.contacts-block .contacts-form__submit:hover,
.contacts-block .contacts-form__submit:active {
  background: #c6c6c6;
  outline: 0;
}

.contacts-block .contacts-map_canvas {
  overflow: hidden;
  background: none !important;
  height: 100%;
  width: 70%;
  max-height: 446px;
  max-width: 831px;
  margin: 0 auto;
}

@media screen and (max-width: 499px) {
  .contacts-block .contacts-map_canvas {
    width: 90%;
  }
}

.sitemap-block__title {
  text-align: center;
  color: #00413c;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  margin: 20px 0 5px;
}

.sitemap-block__content {
  margin-left: 50px;
  padding: 20px 0 40px;
  list-style-type: disc;
  color: #0c6e71;
}

.sitemap-block__content a {
  color: #0c6e71;
  font-weight: 700;
}

li.sitemap__menu-item {
  font-family: "Roboto";
  margin: 10px;
}

.sitemap__menu-link {
  text-transform: capitalize;
}

.error-block {
  text-align: center;
  padding: 50px;
}

@media screen and (max-width: 499px) {
  .error-block {
    padding: 10px 0 30px;
  }
}

.error-block__image {
  position: relative;
  margin-bottom: 20px;
}

.error-block__image .error-num {
  display: inline-block;
  height: 200px;
  line-height: 200px;
  vertical-align: middle;
  font-size: 200px;
  font-weight: 700;
  color: #f51f48;
}

@media screen and (max-width: 499px) {
  .error-block__image .error-num {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.error-block__image .error-img {
  display: inline-block;
  height: 200px;
  line-height: 200px;
  vertical-align: middle;
}

@media screen and (max-width: 599px) {
  .error-block__image .error-img {
    display: block;
  }
}

.error-block__image .error-text {
  position: absolute;
  right: 0;
  left: 0;
  color: #ea172b;
  display: inline-block;
  height: 200px;
  line-height: 200px;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 599px) {
  .error-block__image .error-text {
    display: block;
  }
}

.error-block__title {
  margin: 10px 0;
  font-family: Lobster, cursive;
  font-size: 36px;
  color: #ea172b;
}

.error-block__subtitle {
  margin: 10px 0;
  color: #016e72;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto";
}

.error-block__description {
  color: #6d8888;
  font-family: "Roboto";
  font-size: 15px;
}

.error-block .btn__back-home {
  display: block;
  margin: 7px auto;
  width: 180px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  margin: 30px auto 0;
}

.languages-block__title {
  text-align: center;
  font-family: "Roboto Condensed";
  color: #00413c;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.sitemap-lang {
  font-family: "Roboto";
  text-align: center;
}

.sitemap-lang__item {
  display: inline-block;
  text-align: left;
  padding: 5px 0;
  width: 350px;
}

.sitemap-lang__title {
  position: relative;
  margin-left: 40px;
  height: 30px;
  line-height: 30px;
  color: green;
}

.winners-block {
  text-align: center;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 999px) {
  .winners-block {
    display: none;
  }
}

.winners-block .container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 799px) {
  .winners-block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
}

.winners-block__title {
  padding: 0 10px;
  color: #f51f48;
  font-size: 26px;
  font-family: Lobster, cursive;
  width: 100%;
}

@media screen and (max-width: 799px) {
  .winners-block__title {
    text-align: center;
  }
}

.winners-block__item {
  position: relative;
  margin: 15px 10px;
  padding: 10px 5px;
  width: 100%;
  background: #fff;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.winners-block__item:first-of-type {
  margin-left: 0;
  margin-right: 0;
}

.winners-block__item:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 799px) {
  .winners-block__item {
    width: 100%;
    margin: 5px;
  }
}

.winners-block__user-name {
  margin-left: 40px;
  font-size: 16px;
  color: #6d8888;
}

.winners-block__user-name:before {
  position: absolute;
  top: 6px;
  left: 10px;
}

.winners-block__count {
  padding-left: 20px;
  margin-right: 5px;
  color: #016e72;
  font-size: 16px;
  font-weight: 700;
}

.winners-block .user-1:before {
  content: url("../img/first-place.png");
}

.winners-block .user-2:before {
  content: url("../img/second-place.png");
}

.winners-block .user-3:before {
  content: url("../img/third-place.png");
}

.casinos__img-block {
  margin-top: 15px;
  height: 110px;
  line-height: 110px;
  background: #d5ebe4;
  border-radius: 10px 10px 0 0;
}

.casinos__img-block img {
  vertical-align: middle;
  margin: 0 auto;
  padding: 25px;
}

.casinos__title {
  font-size: 18px;
  padding: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.casinos__rate {
  position: absolute;
  top: 0;
  padding-left: 25px;
  text-align: left;
  width: 60px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background: #f51f3d;
  border-radius: 10px 0 10px 0;
}

.casinos__rate:before {
  content: url(../img/rating-star.png);
  position: absolute;
  top: 0;
  left: 10px;
}

.casinos__description {
  font-size: 0;
  border-radius: 10px 0 10px 0;
  border-top: 2px solid #000;
  display: flex;
  text-align: center;
}

.casinos__num-item:first-child {
  border-bottom-left-radius: 10px;
  border-right: 1px solid #000;
  background: #1b5e20;
  padding: 5px 10px;
  width: 50%;
}

.casinos__num {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.casinos__type {
  color: #74a5a0;
}

.casinos__num-item:last-child {
  border-bottom-right-radius: 10px;
  border-left: 1px solid #000;
  padding: 5px 10px;
  background: #1b5e20;
  width: 50%;
}

.casinos__num {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.casinos__type {
  color: #74a5a0;
}

.casinos__gift {
  margin: 25px 0 15px;
}

.casinos__gift-img {
  margin: 0 7px;
  vertical-align: middle;
  display: inline-block !important;
}

.casinos__gift:before,
.casinos__gift:after {
  content: "";
  display: inline-block;
  width: 38%;
  height: 2px;
  background-color: #fff;
}

.casinos__bonuses {
  margin: 25px 0 10px;
  font-weight: 700;
}

.casinos__bonuses-text {
  color: #ffd800;
  font-size: 30px;
  line-height: 30px;
}

.casinos__bonuses-descr {
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
}

.btn__casinos-block {
  display: block;
  margin: 35px auto;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 25px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 26px;
  background: #2c932c;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

.header__slider-block {
  position: relative;
  z-index: 2;
}

.slide__title {
  color: #ff0;
  text-align: center;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 899px) {
  .slide__title {
    margin-top: 20px;
  }
}

.overlaid {
  max-width: 340px;
  overflow: initial;
}

.overlaid:before {
  content: "";
  background: #000;
  opacity: 0.5;
  position: relative;
  z-index: 1;
  top: -60px;
  padding-right: 340px;
  padding-top: 1000px;
  padding-bottom: 1000px;
}

@media screen and (max-width: 899px) {
  .overlaid {
    background: #000;
    padding: 20px;
  }

  .overlaid:before {
    content: "";
    background: #000;
    padding: 20px;
    position: relative;
    top: 0;
    padding: 0;
  }
}

@media screen and (max-width: 899px) {
  .overlaid {
    max-width: auto;
    min-width: auto;
  }
}

@media screen and (max-width: 499px) {
  .overlaid {
    padding: 0;
    min-width: 240px;
    max-width: 280px;
  }
}

@media screen and (max-width: 499px) {
  .game-block__right {
    margin: 0 auto !important;
  }
}

.casinos-play-btn {
  width: 100%;
}

.casinos__bonuses {
  text-align: center;
}

.slider__slide {
  text-align: center;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-loading .slick-list {
  background: #fff;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  height: 20px;
  background: none;
  left: 0;
  z-index: 1;
}

.slick-prev:focus,
.slick-next:focus {
  outline: none;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.2;
}

.slick-prev:before,
.slick-next:before {
  height: 30px;
  line-height: 30px;
  content: "prev";
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #fff;
  background: #000;
}

.slick-next {
  right: 0;
  left: auto;
}

.slick-next:before {
  content: "next";
  display: inline-block;
}

.slick-dots {
  text-align: center;
  position: absolute;
  margin: 0;
  bottom: 4%;
  left: 0;
  right: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  padding: 0 3px;
}

.slick-dots li.slick-active button {
  background: #fff;
}

.slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  background: #819fa3;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  border-radius: 50%;
}

.slider__slide-box {
  padding: 20px 0 35px;
}

.slide__title {
  position: relative;
  top: 15px;
  left: 0;
  right: 0;
  font-size: 18px;
  color: #ffd800;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
}

.slider__slide:nth-child(2),
.slider__slide:nth-child(3),
.slider__slide:nth-child(4),
.tab-block__content:nth-child(2) {
  display: none;
}

.flag-section {
  background: #3e2623;
}

@media screen and (max-width: 999px) {
  .flag-section {
    background: #03251f;
  }
}

@media screen and (min-width: 999px) {
  .flag-section .header__logo-mobile-block {
    display: none;
  }

  .flag-section .header__logo-mobile-link {
    display: block;
    width: 100px;
    margin: 0 auto;
  }
}

.flag-list {
  padding: 15px 0;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .flag-list {
    display: none;
    background: #03251f;
    outline: 1px solid #fc0;
  }
}

.flag-list__item.active {
  background: #003335;
  -webkit-box-shadow: inset 0 0 0 1px #938218;
  box-shadow: inset 0 0 0 1px #938218;
}

.hamburger-flag {
  position: relative;
  top: -14px;
  display: block;
  width: 34px;
  height: 30px;
  background-image: url(../img/sprite-flag.png);
  background-repeat: no-repeat;
}

.flag-list strong {
  display: inline-block;
  width: 34px;
  height: 30px;
  background-image: url(../img/sprite-flag.png);
  background-repeat: no-repeat;
}

.sitemap-lang__title:before {
  content: "";
  position: absolute;
  left: -40px;
  width: 34px;
  height: 30px;
  background: url(../img/sprite-flag.png) no-repeat;
}

.ps_af,
.ps_af:before {
  background-position: -5px -5px;
}

.cn_me:before {
  background: url(../img/cn_me.gif) no-repeat;
  background-size: 34px 24px;
  background-position: left center;
}

.sq_al,
.sq_al:before {
  background-position: -49px -5px;
}

.fr_dz,
.fr_dz:before {
  background-position: -93px -5px;
}

.en_as,
.en_as:before {
  background-position: -137px -5px;
}

.ca_ad,
.ca_ad:before {
  background-position: -181px -5px;
}

.ca_ao,
.ca_ao:before {
  background-position: -225px -5px;
}

.en_kn,
.en_kn:before {
  background-position: -269px -5px;
}

.en_ag,
.en_ag:before {
  background-position: -313px -5px;
}

.es_ar,
.es_ar:before {
  background-position: -357px -5px;
}

.hy_am,
.hy_am:before {
  background-position: -401px -5px;
}

.en_au,
.en_au:before {
  background-position: -445px -5px;
}

.de_at,
.de_at:before {
  background-position: -489px -5px;
}

.az_az,
.az_az:before {
  background-position: -533px -5px;
}

.en_bs,
.en_bs:before {
  background-position: -5px -45px;
}

.ar_bh,
.ar_bh:before {
  background-position: -49px -45px;
}

.bn_bd,
.bn_bd:before {
  background-position: -93px -45px;
}

.ru_by,
.ru_by:before {
  background-position: -137px -45px;
}

.ru_kz,
.ru_kz:before {
  background-position: -533px -245px;
}

.da_be,
.fr_be,
.da_be:before,
.fr_be:before {
  background-position: -181px -45px;
}

.en_bz,
.en_bz:before {
  background-position: -225px -45px;
}

.fr_bj,
.fr_bj:before {
  background-position: -269px -45px;
}

.en_bt,
.en_bt:before {
  background-position: -313px -45px;
}

.es_bo,
.es_bo:before {
  background-position: -357px -45px;
}

.bs_ba,
.bs_ba:before {
  background-position: -401px -45px;
}

.tn_bw,
.en_bw,
.tn_bw:before,
.en_bw:before {
  background-position: -445px -45px;
}

.pt_br,
.pt_br:before {
  background-position: -489px -45px;
}

.en_vg,
.en_vg:before {
  background-position: -533px -45px;
}

.ms_bn,
.ms_bn:before {
  background-position: -5px -85px;
}

.bg_bg,
.bg_bg:before {
  background-position: -49px -85px;
}

.fr_bf,
.fr_bf:before {
  background-position: -93px -85px;
}

.fr_bi,
.fr_bi:before {
  background-position: -137px -85px;
}

.fr_ci,
.fr_ci:before {
  background-position: -181px -85px;
}

.km_kh,
.km_kh:before {
  background-position: -225px -85px;
}

.fr_cm,
.fr_cm:before {
  background-position: -269px -85px;
}

.en_ca,
.en_ca:before,
.fr_ca,
.fr_ca:before {
  background-position: -313px -85px;
}

.pt_cv,
.pt_cv:before {
  background-position: -357px -85px;
}

.fr_cf,
.fr_cf:before {
  background-position: -401px -85px;
}

.fr_td,
.fr_td:before {
  background-position: -445px -85px;
}

.es_cl,
.es_cl:before {
  background-position: -489px -85px;
}

.zh_cn,
.zh_cn:before {
  background-position: -533px -85px;
}

.sprite-Christmas-Island {
  background-position: -5px -125px;
}

.en_cc,
.en_cc:before {
  background-position: -49px -125px;
}

.es_co,
.es_co:before {
  background-position: -93px -125px;
}

.fr_cg,
.fr_cg:before {
  background-position: -137px -125px;
}

.fr_cd,
.fr_cd:before {
  background-position: -137px -125px;
}

.en_ck,
.en_ck:before {
  background-position: -225px -125px;
}

.es_cr,
.es_cr:before {
  background-position: -269px -125px;
}

.hr_hr,
.hr_hr:before {
  background-position: -313px -125px;
}

.es_cu,
.es_cu:before {
  background-position: -357px -125px;
}

.el_cy,
.el_cy:before {
  background-position: -401px -125px;
}

.cs_cz,
.cs_cz:before {
  background-position: -445px -125px;
}

.da_dk,
.da_dk:before {
  background-position: -489px -125px;
}

.fr_dj,
.fr_dj:before {
  background-position: -533px -125px;
}

.en_dm,
.en_dm:before {
  background-position: -5px -165px;
}

.es_do,
.es_do:before {
  background-position: -49px -165px;
}

.es_ec,
.es_ec:before {
  background-position: -93px -165px;
}

.ar_eg,
.ar_eg:before {
  background-position: -137px -165px;
}

.es_sv,
.es_sv:before {
  background-position: -181px -165px;
}

.et_ee,
.et_ee:before {
  background-position: -225px -165px;
}

.am_et,
.am_et:before {
  background-position: -269px -165px;
}

.en_fj,
.en_fj:before {
  background-position: -313px -165px;
}

.fi_fi,
.fi_fi:before {
  background-position: -357px -165px;
}

.fr_fr,
.fr_fr:before {
  background-position: -401px -165px;
}

.fr_ga,
.fr_ga:before {
  background-position: -445px -165px;
}

.wo_gm,
.en_gm,
.wo_gm:before,
.en_gm:before {
  background-position: -489px -165px;
}

.ka_ge,
.ka_ge:before {
  background-position: -533px -165px;
}

.de_de,
.de_de:before {
  background-position: -5px -205px;
}

.en_gh,
.en_gh:before {
  background-position: -49px -205px;
}

.es_gi,
.es_gi:before {
  background-position: -93px -205px;
}

.el_gr,
.el_gr:before {
  background-position: -137px -205px;
}

.nl_gl,
.nl_gl:before {
  background-position: -181px -205px;
}

.fr_gp,
.fr_gp:before {
  background-position: -225px -205px;
}

.es_gt,
.es_gt:before {
  background-position: -269px -205px;
}

.fr_gg,
.fr_gg:before {
  background-position: -313px -205px;
}

.en_gy,
.en_gy:before {
  background-position: -357px -205px;
}

.fr_ht,
.fr_ht:before {
  background-position: -401px -205px;
}

.es_hn,
.es_hn:before {
  background-position: -445px -205px;
}

.zh_hk,
.zh_hk:before {
  background-position: -489px -205px;
}

.hu_hu,
.hu_hu:before {
  background-position: -533px -205px;
}

.is_is,
.is_is:before {
  background-position: -5px -245px;
}

.en_in,
.en_in:before {
  background-position: -49px -245px;
}

.id_id,
.id_id:before {
  background-position: -93px -245px;
}

.ar_iq,
.ar_iq:before {
  background-position: -137px -245px;
}

.en_ie,
.en_ie:before {
  background-position: -181px -245px;
}

.en_im,
.en_im:before {
  background-position: -225px -245px;
}

.he_il,
.he_il:before {
  background-position: -269px -245px;
}

.it_it,
.it_it:before {
  background-position: -313px -245px;
}

.en_jm,
.en_jm:before {
  background-position: -357px -245px;
}

.ja_jp,
.ja_jp:before {
  background-position: -401px -245px;
}

.fr_je,
.fr_je:before {
  background-position: -445px -245px;
}

.ar_jo,
.ar_jo:before {
  background-position: -489px -245px;
}

.ru-kz,
.ru-kz:before {
  background-position: -533px -245px;
}

.en_ke,
.en_ke:before {
  background-position: -5px -285px;
}

.en_ki,
.en_ki:before {
  background-position: -49px -285px;
}

.ar_kw,
.ar_kw:before {
  background-position: -93px -285px;
}

.ky_kg,
.ky_kg:before {
  background-position: -137px -285px;
}

.lo_la,
.lo_la:before {
  background-position: -181px -285px;
}

.lv_lv,
.lv_lv:before {
  background-position: -225px -285px;
}

.ar_lb,
.ar_lb:before {
  background-position: -269px -285px;
}

.st_ls,
.st_ls:before {
  background-position: -313px -285px;
}

.ar_ly,
.ar_ly:before {
  background-position: -357px -285px;
}

.de_li,
.de_li:before {
  background-position: -401px -285px;
}

.lt_lt,
.lt_lt:before {
  background-position: -445px -285px;
}

.de_lu,
.de_lu:before {
  background-position: -489px -285px;
}

.mk_mk,
.mk_mk:before {
  background-position: -533px -285px;
}

.mg_mg,
.mg_mg:before {
  background-position: -5px -325px;
}

.ny_mw,
.ny_mw:before {
  background-position: -49px -325px;
}

.en_my,
.en_my:before {
  background-position: -93px -325px;
}

.en_mt,
.en_mt:before,
.hi_in,
.hi_in:before {
  background-position: -93px -325px;
}

.en_mv,
.en_mv:before {
  background-position: -137px -325px;
}

.fr_ml,
.fr_ml:before {
  background-position: -181px -325px;
}

.mt_mt,
.mt_mt:before {
  background-position: -225px -325px;
}

.fr_mu,
.fr_mu:before {
  background-position: -269px -325px;
}

.es_mx,
.es_mx:before {
  background-position: -313px -325px;
}

.en_fm,
.en_fm:before {
  background-position: -357px -325px;
}

.ro_md,
.ro_md:before {
  background-position: -401px -325px;
}

.mn_mn,
.mn_mn:before,
.sl_si,
.sl_si:before {
  background-position: -445px -325px;
}

.en_ms,
.en_ms:before {
  background-position: -489px -325px;
}

.fr_ma,
.fr_ma:before {
  background-position: -533px -325px;
}

.pt_mz,
.pt_mz:before {
  background-position: -5px -365px;
}

.my_mm,
.my_mm:before,
.en_ws,
.en_ws:before {
  background-position: -49px -365px;
}

.af_na,
.af_na:before {
  background-position: -93px -365px;
}

.en_nr,
.en_nr:before {
  background-position: -137px -365px;
}

.ne_np,
.ne_np:before {
  background-position: -181px -365px;
}

.nl_nl,
.nl_nl:before {
  background-position: -225px -365px;
}

.en_nz,
.en_nz:before {
  background-position: -269px -365px;
}

.es_ni,
.es_ni:before {
  background-position: -313px -365px;
}

.fr_ne,
.fr_ne:before {
  background-position: -357px -365px;
}

.en_ng,
.en_ng:before {
  background-position: -401px -365px;
}

.en_nu,
.en_nu:before {
  background-position: -445px -365px;
}

.en_nf,
.en_nf:before {
  background-position: -489px -365px;
}

.no_no,
.no_no:before {
  background-position: -533px -365px;
}

.ar_om,
.ar_om:before {
  background-position: -5px -405px;
}

.ur_pk,
.ur_pk:before {
  background-position: -49px -405px;
}

.ar_ps,
.ar_ps:before {
  background-position: -93px -405px;
}

.es_pa,
.es_pa:before {
  background-position: -137px -405px;
}

.en_pg,
.en_pg:before {
  background-position: -181px -405px;
}

.es_py,
.es_py:before {
  background-position: -225px -405px;
}

.es_pe,
.es_pe:before {
  background-position: -269px -405px;
}

.fil_ph,
.en_ph,
.fil_ph:before,
.en_ph:before {
  background-position: -313px -405px;
}

.en_pn,
.en_pn:before {
  background-position: -357px -405px;
}

.pl_pl,
.pl_pl:before {
  background-position: -401px -405px;
}

.pt_pt,
.pt_pt:before {
  background-position: -445px -405px;
}

.es_pr,
.es_pr:before {
  background-position: -489px -405px;
}

.ar_qa,
.ar_qa:before {
  background-position: -533px -405px;
}

.ro_ro,
.ro_ro:before {
  background-position: -5px -445px;
}

.ru_ru,
.ru_ru:before {
  background-position: -49px -445px;
}

.fr_rw,
.fr_rw:before {
  background-position: -93px -445px;
}

.en_sh,
.en_sh:before {
  background-position: -137px -445px;
}

.en_vc,
.en_vc:before {
  background-position: -181px -445px;
}

.en_as,
.en_as:before {
  background-position: -225px -445px;
}

.it_sm,
.it_sm:before {
  background-position: -269px -445px;
}

.pt_st,
.pt_st:before {
  background-position: -313px -445px;
}

.ar_sa,
.ar_sa:before {
  background-position: -357px -445px;
}

.fr_sn,
.fr_sn:before {
  background-position: -401px -445px;
}

.sr_rs,
.sr_rs:before {
  background-position: -445px -445px;
}

.ht_sc,
.ht_sc:before {
  background-position: -489px -445px;
}

.en_sl,
.en_sl:before {
  background-position: -533px -445px;
}

.en_sg,
.en_sg:before {
  background-position: -5px -485px;
}

.sk_sk,
.sk_sk:before {
  background-position: -49px -485px;
}

.sl_sl,
.sl_sl:before {
  background-position: -93px -485px;
}

.en_sb,
.en_sb:before {
  background-position: -137px -485px;
}

.so_so,
.so_so:before {
  background-position: -181px -485px;
}

.en_za,
.en_za:before {
  background-position: -225px -485px;
}

.ko_kr,
.ko_kr:before {
  background-position: -269px -485px;
}

.es_es,
.es_es:before {
  background-position: -313px -485px;
}

.si_lk,
.si_lk:before {
  background-position: -357px -485px;
}

.nl_sr,
.nl_sr:before {
  background-position: -401px -485px;
}

.sv_se,
.sv_se:before {
  background-position: -445px -485px;
}

.de_ch,
.de_ch:before {
  background-position: -489px -485px;
}

.zh_tw,
.zh_tw:before {
  background-position: -533px -485px;
}

.tg_tj,
.tg_tj:before {
  background-position: -5px -525px;
}

.sw_tz,
.sw_tz:before {
  background-position: -49px -525px;
}

.th_th,
.th_th:before {
  background-position: -93px -525px;
}

.pt_tl,
.pt_tl:before {
  background-position: -137px -525px;
}

.fr_tg,
.fr_tg:before {
  background-position: -181px -525px;
}

.en_tk,
.en_tk:before {
  background-position: -225px -525px;
}

.to_to,
.en_to,
.to_to:before,
.en_to:before {
  background-position: -269px -525px;
}

.en_tt,
.en_tt:before {
  background-position: -313px -525px;
}

.ar_tn,
.ar_tn:before {
  background-position: -357px -525px;
}

.tr_tr,
.tr_tr:before {
  background-position: -401px -525px;
}

.tk_tm,
.tk_tm:before {
  background-position: -445px -525px;
}

.en_vi,
.en_vi:before {
  background-position: -489px -525px;
}

.en_ug,
.en_ug:before {
  background-position: -533px -525px;
}

.ru_ua,
.ru_ua:before,
.uk_ua,
.uk_ua:before {
  background-position: -577px -5px;
}

.ar_ae,
.ar_ae:before {
  background-position: -577px -45px;
}

.en_gb,
.en_gb:before {
  background-position: -577px -85px;
}

.en_us,
.en_us:before {
  background-position: -577px -125px;
}

.es_uy,
.es_uy:before {
  background-position: -577px -165px;
}

.uz_uz,
.uz_uz:before {
  background-position: -577px -205px;
}

.fr_vu,
.fr_vu:before {
  background-position: -577px -245px;
}

.es_ve,
.es_ve:before {
  background-position: -577px -285px;
}

.vi_vn,
.vi_vn:before {
  background-position: -577px -325px;
}

.ny_zm,
.ny_zm:before {
  background-position: -577px -365px;
}

.sn_zw,
.sn_zw:before {
  background-position: -577px -405px;
}

.en_cx,
.en_cx:before {
  background-position: -5px -125px;
}

.thank-you_wrapper {
  display: none;
  position: fixed;
  background: #000;
  width: 100%;
  z-index: 99;
  height: 100%;
  left: 0;
  top: 0;
}

.thank-you {
  background: #e8faf5;
  background-image: url(../img/thankyou.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 282px;
  display: none;
  border: 1px solid #bed7cf;
  border-radius: 10px;
  align-items: flex-end;
  padding-bottom: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -191px;
  margin-left: -150px;
  z-index: 10;
}

.thank-you_text {
  position: relative;
  margin: 35px 0 5px;
  line-height: 1;
  color: #f51f48;
  font-size: 30px;
  font-family: "Lobster", cursive;
  text-transform: capitalize;
  text-align: center;
  z-index: 10;
}

.popup-18 {
  background: rgba(0, 0, 0, 0.5);

  position: fixed;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  z-index: 1000;

  display: none;
}

.popup-18__inner {
  max-width: 600px;

  width: 100%;

  margin: auto;

  padding: 10px;

  background: #d5ebe4;

  border-radius: 8px;

  border: 5px solid #054f47;

  display: flex;
}

.popup-18__logo {
  background: #d11019;

  width: 160px;

  min-width: 160px;

  height: 160px;

  border-radius: 50%;

  text-align: center;

  font-size: 65px;

  line-height: 160px;

  font-weight: 700;

  color: #fff;

  margin: 20px;
}

.popup-18__text {
  margin: 20px 20px 20px 10px;

  display: flex;

  flex-direction: column;

  justify-content: space-around;
}

.popup-18__text p {
  text-align: center;

  font-size: 25px;

  color: #0c6e71;

  font-weight: 700;

  line-height: 1.2;

  margin-bottom: 10px;
}

#popup-18__btn {
  font-size: 14px;

  padding-left: 15px;

  padding-right: 15px;

  min-width: 270px;

  text-align: center;
}

.casinos-block__list-item_bottom .tc-link {
  max-width: 180px;

  display: block;

  margin: 7px auto 5px;
}

.casinos-block__list-item_bottom .tc-link__before .tc-link {
  display: inline-block;

  max-width: unset;
}

.tc-link__before,
.tc-link__before span {
  line-height: 1;
}

.tc-link__before span {
  font-size: 10px;
}

.tc-link__before .tc-link {
  font-size: 10px;
}

@media screen and (max-width: 600px) {
  .popup-18__inner {
    flex-wrap: wrap;

    justify-content: center;
  }

  .popup-18__logo {
    margin-bottom: 10px;
  }

  .popup-18__text {
    margin: 20px 0;
  }

  #popup-18__btn {
    font-size: 12px;
  }
}

.loading {
  position: fixed;

  z-index: 999;

  height: 2em;

  width: 2em;

  overflow: show;

  margin: auto;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  display: none;
}

/* Transparent Overlay */

.loading:before {
  content: "";

  display: block;

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));

  background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8),
      rgba(0, 0, 0, 0.8));
}

/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
  /* hide "loading..." text */

  font: 0/0 a;

  color: transparent;

  text-shadow: none;

  background-color: transparent;

  border: 0;
}

.loading:not(:required):after {
  content: "";

  display: block;

  font-size: 10px;

  width: 1em;

  height: 1em;

  margin-top: -0.5em;

  -webkit-animation: spinner 150ms infinite linear;

  -moz-animation: spinner 150ms infinite linear;

  -ms-animation: spinner 150ms infinite linear;

  -o-animation: spinner 150ms infinite linear;

  animation: spinner 150ms infinite linear;

  border-radius: 0.5em;

  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;

  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);

    -moz-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    -o-transform: rotate(360deg);

    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);

    -moz-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    -o-transform: rotate(360deg);

    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);

    -moz-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    -o-transform: rotate(360deg);

    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);

    -moz-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    -o-transform: rotate(360deg);

    transform: rotate(360deg);
  }
}

.pop_up_wrap {
  position: fixed;

  text-align: center;

  width: 100%;

  height: 100%;

  display: none;

  top: 0;

  left: 0;

  z-index: 100;
}

.pop_up_wrap .read_more_pop_up {
  display: none;

  width: 480px;

  border: 1px solid #d69a02;

  -moz-border-radius: 20px;

  border-radius: 20px;

  background: rgba(0, 40, 78, 0.8);

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  padding: 34px 24px 50px;

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  z-index: 2;
}

.pop_up_wrap .read_more_pop_up .close_pop_up {
  position: absolute;

  top: -22px;

  right: -22px;

  cursor: pointer;
}

.pop_up_wrap .read_more_pop_up .logo_pop_up {
  display: block;

  margin: 0 auto 50px;
}

.pop_up_wrap .read_more_pop_up .title_pop_up {
  font-weight: 800;

  font-style: normal;

  font-size: 42px;

  color: #fff;

  text-align: center;

  text-transform: uppercase;

  margin-bottom: 60px;
}

.pop_up_wrap .read_more_pop_up .title_pop_up span {
  color: #fff;
}

.pop_up_wrap .read_more_pop_up .list li {
  font-weight: 400;

  font-style: normal;

  font-size: 16px;

  color: #fff;

  padding-left: 40px;

  margin-bottom: 24px;

  position: relative;
}

.pop_up_wrap .read_more_pop_up .list li:before {
  content: "";

  width: 12px;

  height: 12px;

  -moz-border-radius: 50%;

  border-radius: 50%;

  position: absolute;

  top: 3px;

  left: 0;

  background: #ffb600;
}

.pop_up_wrap .read_more_pop_up .list li span {
  font-weight: 700;

  font-style: normal;

  color: #ffb500;
}

.pop_up_wrap .reg_form_pop_up {
  display: none;

  width: 480px;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  border: 1px solid #fff;

  -moz-border-radius: 20px;

  border-radius: 20px;

  background: rgba(213, 235, 228, 0.8);

  padding: 34px 0 10px;

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  z-index: 2;
}

.pop_up_wrap .reg_form_pop_up .close_pop_up {
  position: absolute;

  top: -22px;

  right: 0px;

  cursor: pointer;
}

.pop_up_wrap .reg_form_pop_up .logo_pop_up {
  display: block;

  margin: 0 auto 30px;

  width: 185px;
}

.iti {
  width: 31%;
}

.iti__selected-flag {
  padding: 1px 10px 0 15px;
}

.iti__country-list::-webkit-scrollbar {
  display: none;
}

.iti__country-list {
  -ms-overflow-style: none;

  background-color: #01203f;

  border: 1px solid #ccc;

  color: #fff;

  max-width: 350px;

  border-radius: 5px;
}

#phones {
  width: 100%;

  text-align: left;

  direction: ltr;

  background: #fff;

  color: #0c6e70;

  border: 1px solid #0c6e70;

  height: 56px;

  border-radius: 100px;

  padding: 0 0;
  /*16*/

  transition: 0.3s;

  text-align: left;

  padding-left: 55px;

  direction: ltr;
}

.pop_up_wrap .reg_form_pop_up .form_row .input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */

  color: #0c6e70;

  opacity: 1;
  /* Firefox */
}

.pop_up_wrap .reg_form_pop_up .form_row .input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */

  color: #0c6e70;
}

.pop_up_wrap .reg_form_pop_up .form_row .input::-ms-input-placeholder {
  /* Microsoft Edge */

  color: #0c6e70;
}

.pop_up_wrap .reg_form_pop_up .title_pop_up {
  font-weight: 900;

  font-style: normal;

  font-size: 25px;

  text-transform: uppercase;

  text-align: center;

  margin-bottom: 10px;

  color: #0c6e70;
}

.pop_up_wrap .reg_form_pop_up .bonus_pop_up {
  display: block;

  margin: 0 auto 16px;
}

.pop_up_wrap .reg_form_pop_up .form_row {
  width: 430px;

  height: 55px;

  position: relative;

  margin: 0 auto 25px;
}

.pop_up_wrap .reg_form_pop_up .form_row .input {
  width: 100%;

  height: 100%;

  background: #ffffff;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  border: 1px solid #0c6e70;

  -moz-border-radius: 28px;

  border-radius: 28px;

  font-family: Roboto;

  font-weight: 400;

  font-style: normal;

  color: #0c6e70;

  font-size: 14px;

  padding: 0 22px;
}

.pop_up_wrap .reg_form_pop_up .form_row .input.incorrect {
  border-color: #d13f19;
}

.pop_up_wrap .reg_form_pop_up .form_row input::-webkit-input-placeholder {
  color: #fff;

  font-size: 14px;

  opacity: 1;
}

.pop_up_wrap .reg_form_pop_up .form_row input:-moz-placeholder,
.pop_up_wrap .reg_form_pop_up .form_row input::-moz-placeholder {
  color: #fff;

  font-size: 14px;

  opacity: 1;
}

.pop_up_wrap .reg_form_pop_up .form_row input:-ms-input-placeholder {
  color: #fff;

  font-size: 14px;

  opacity: 1;
}

.pop_up_wrap .reg_form_pop_up .nice-select.select {
  width: 100%;

  height: 100%;

  background: #041932;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  border: 1px solid #293542;

  -moz-border-radius: 28px;

  border-radius: 28px;

  font-family: Roboto;

  font-weight: 400;

  font-style: normal;

  color: #fff;

  font-size: 14px;

  padding: 0 40px 0 22px;

  line-height: 53px;
}

.close_pop_up {
  width: 30px;
  height: 30px;
  top: -10px;
  color: #fff;
  right: -3px;
  background: #254059;
  border: 1px solid #fff;
  border-radius: 172px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
}

.pop_up_wrap .reg_form_pop_up .nice-select.select.incorrect {
  border-color: #d13f19;
}

.pop_up_wrap .reg_form_pop_up .nice-select.select:after {
  width: 8px;

  height: 8px;

  border-bottom: 2px solid #fff;

  border-right: 2px solid #fff;

  margin-top: -5px;

  right: 24px;
}

.pop_up_wrap .reg_form_pop_up .nice-select.select.open:before {
  -webkit-transform: rotate(180deg);

  -moz-transform: rotate(180deg);

  -ms-transform: rotate(180deg);

  transform: rotate(180deg);
}

.pop_up_wrap .reg_form_pop_up .nice-select.select .list {
  width: 100%;

  background: #ffb500;

  -moz-border-radius: 5px;

  border-radius: 5px;

  font: inherit;

  color: inherit;

  max-height: 162px;

  overflow-y: auto;
}

.pop_up_wrap .reg_form_pop_up .nice-select.select .list .option {
  width: 100%;

  height: 54px;

  min-height: auto;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  font: inherit;

  color: inherit;

  padding: 0 22px;
}

.pop_up_wrap .reg_form_pop_up .nice-select.select .list .option.selected,
.pop_up_wrap .reg_form_pop_up .nice-select.select .list .option:hover {
  background: #926905;
}

.pop_up_wrap .reg_form_pop_up .agree_label {
  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -moz-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  cursor: pointer;

  position: relative;

  margin-bottom: 25px;
}

.pop_up_wrap .reg_form_pop_up .agree_label input {
  opacity: 0;

  position: absolute;

  left: -9999px;
}

.pop_up_wrap .reg_form_pop_up .agree_label .checkbox_span {
  display: block;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  background: rgba(4, 20, 41, 0.7);

  border: 1px solid #32393e;

  -moz-border-radius: 3px;

  border-radius: 3px;

  width: 22px;

  height: 22px;

  -ms-flex-negative: 0;

  flex-shrink: 0;

  margin-right: 10px;

  position: relative;
}

.pop_up_wrap .reg_form_pop_up .agree_label .checkbox_span span {
  display: inline-block;

  width: 12px;

  height: 12px;

  background: #fcbc00;

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  opacity: 0;
}

.pop_up_wrap .reg_form_pop_up .agree_label input:checked+.checkbox_span span {
  opacity: 1;
}

.pop_up_wrap .reg_form_pop_up .agree_label .agree_text {
  font-weight: 400;

  font-style: normal;

  font-size: 14px;
}

.pop_up_wrap .reg_form_pop_up .agree_label .agree_text a {
  color: #ffb400;
}

.pop_up_wrap .reg_form_pop_up .agree_label input.incorrect+.checkbox_span {
  border-color: #d13f19;
}

.pop_up_wrap .reg_form_pop_up .btn_bg {
  width: 480px;

  height: 150px;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  padding-top: 24px;

  position: relative;

  left: 50%;

  margin-top: -42px;

  -webkit-transform: translate(-50%);

  -moz-transform: translate(-50%);

  -ms-transform: translate(-50%);

  transform: translate(-50%);

  background: url(../images/btn_bg_sign_up.png) no-repeat top/cover;

  -webkit-filter: brightness(1.01);

  filter: brightness(1.01);

  -webkit-transition: -webkit-filter 0.25s ease-in-out;

  transition: -webkit-filter 0.25s ease-in-out;

  -moz-transition: filter 0.25s ease-in-out;

  transition: filter 0.25s ease-in-out;

  transition: filter 0.25s ease-in-out, -webkit-filter 0.25s ease-in-out;
}

.pop_up_wrap .reg_form_pop_up .btn_bg.hover {
  -webkit-filter: brightness(1.2);

  filter: brightness(1.2);
}

.pop_up_wrap .reg_form_pop_up .submit {
  -webkit-appearance: none !important;

  display: block;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  width: 432px;

  height: 85px;

  padding: 0;

  border: 0;

  margin: 0 auto;

  cursor: pointer;

  background: transparent;
}

.pop_up_wrap .fade_pop_up {
  width: 100%;

  height: 100%;

  background-color: #000;

  position: fixed;

  top: 0;

  left: 0;

  opacity: 0.7;

  overflow: auto;

  z-index: 1;
}

@media (max-width: 1920px) {
  .pop_up_wrap .read_more_pop_up {
    width: 400px;

    padding: 26px 20px 30px;
  }

  .pop_up_wrap .read_more_pop_up .close_pop_up {
    width: 38px;

    top: -20px;

    right: -20px;
  }

  .pop_up_wrap .read_more_pop_up .logo_pop_up {
    width: 240px;

    margin-bottom: 45px;
  }

  .pop_up_wrap .read_more_pop_up .title_pop_up {
    font-size: 36px;

    margin-bottom: 40px;
  }

  .pop_up_wrap .read_more_pop_up .list li {
    font-size: 14px;

    padding-left: 34px;

    margin-bottom: 20px;
  }

  .pop_up_wrap .read_more_pop_up .list li:before {
    width: 12px;

    height: 12px;

    top: 1px;
  }

  .pop_up_wrap .reg_form_pop_up {
    width: 400px;

    padding: 26px 0 0;
  }

  .pop_up_wrap .reg_form_pop_up .close_pop_up {
    top: -20px;

    right: 0px;
  }

  .pop_up_wrap .reg_form_pop_up .logo_pop_up {
    width: 240px;

    margin-bottom: 26px;
  }

  .pop_up_wrap .reg_form_pop_up .title_pop_up {
    font-size: 22px;

    margin-bottom: 7px;
  }

  .pop_up_wrap .reg_form_pop_up .bonus_pop_up {
    width: 297px;
  }

  .pop_up_wrap .reg_form_pop_up .form_row {
    width: 360px;
    height: 44px;
    margin-bottom: 35px;
    margin-top: 20px;
  }

  .error {
    color: #ff0000;
  }

  .pop_up_wrap .reg_form_pop_up .form_row .input {
    font-size: 12px;

    padding: 0 18px;
  }

  .pop_up_wrap .reg_form_pop_up .form_row input::-webkit-input-placeholder {
    font-size: 12px;
  }

  .pop_up_wrap .reg_form_pop_up .form_row input:-moz-placeholder,
  .pop_up_wrap .reg_form_pop_up .form_row input::-moz-placeholder {
    font-size: 12px;
  }

  .pop_up_wrap .reg_form_pop_up .form_row input:-ms-input-placeholder {
    font-size: 12px;
  }

  .pop_up_wrap .reg_form_pop_up .nice-select.select {
    font-size: 12px;

    padding: 0 40px 0 18px;

    line-height: 42px;
  }

  .pop_up_wrap .reg_form_pop_up .nice-select.select:after {
    width: 6px;

    height: 6px;

    right: 20px;
  }

  .pop_up_wrap .reg_form_pop_up .nice-select.select .list {
    max-height: 132px;
  }

  .pop_up_wrap .reg_form_pop_up .nice-select.select .list .option {
    height: 44px;

    padding: 0 18px;
  }

  .pop_up_wrap .reg_form_pop_up .agree_label {
    margin-top: 24px;
  }

  .pop_up_wrap .reg_form_pop_up .agree_label .checkbox_span {
    width: 18px;

    height: 18px;
  }

  .pop_up_wrap .reg_form_pop_up .agree_label .checkbox_span span {
    width: 10px;

    height: 10px;
  }

  .pop_up_wrap .reg_form_pop_up .btn_bg {
    width: 402px;

    height: 126px;

    padding-top: 21px;

    margin-top: -32px;
  }

  .pop_up_wrap .reg_form_pop_up .submit {
    width: 362px;

    height: 70px;
  }
}

@media (max-width: 1100px) {
  .hide_m {
    display: none !important;
  }

  .pop_up_wrap .read_more_pop_up {
    width: 300px;
    padding: 15px 10px;
  }

  .pop_up_wrap .read_more_pop_up .close_pop_up {
    width: 24px;

    top: -10px;

    right: -10px;
  }

  .pop_up_wrap .read_more_pop_up .logo_pop_up {
    width: 144px;

    margin-bottom: 20px;
  }

  .pop_up_wrap .read_more_pop_up .title_pop_up {
    font-size: 22px;

    margin-bottom: 20px;
  }

  .pop_up_wrap .read_more_pop_up .list li {
    font-size: 10px;

    padding-left: 20px;

    margin-bottom: 10px;
  }

  .pop_up_wrap .read_more_pop_up .list li:before {
    width: 8px;

    height: 8px;

    top: 2px;
  }

  .pop_up_wrap .reg_form_pop_up {
    width: 97%;
    max-width: 500px;
    padding-top: 15px;
  }

  .error {
    color: #ff0000;
    text-align: right;
    float: right;
    padding-right: 20px;
    padding-top: 5px;
  }

  .pop_up_wrap .reg_form_pop_up .logo_pop_up {
    width: 144px;

    margin-bottom: 20px;
  }

  .pop_up_wrap .reg_form_pop_up .title_pop_up {
    font-size: 18px;

    margin-bottom: 7px;
  }

  .pop_up_wrap .reg_form_pop_up .bonus_pop_up {
    width: 230px;
  }

  .pop_up_wrap .reg_form_pop_up .form_row {
    width: 95%;

    height: 63px;

    margin-bottom: 8px;
  }

  .pop_up_wrap .reg_form_pop_up .form_row .input {
    font-size: 10px;

    padding: 0 9px;

    height: 55px;
  }

  #phones {
    padding-left: 55px;
  }

  .pop_up_wrap .reg_form_pop_up .form_row input::-webkit-input-placeholder {
    font-size: 10px;
  }

  .pop_up_wrap .reg_form_pop_up .form_row input:-moz-placeholder,
  .pop_up_wrap .reg_form_pop_up .form_row input::-moz-placeholder {
    font-size: 10px;
  }

  .pop_up_wrap .reg_form_pop_up .form_row input:-ms-input-placeholder {
    font-size: 10px;
  }

  .pop_up_wrap .reg_form_pop_up .nice-select.select {
    font-size: 10px;

    padding: 0 30px 0 9px;

    line-height: 26px;
  }

  .pop_up_wrap .reg_form_pop_up .nice-select.select:after {
    border-bottom: 1px solid #fff;

    border-right: 1px solid #fff;

    width: 4px;

    height: 4px;

    margin-top: -4px;

    right: 13px;
  }

  .pop_up_wrap .reg_form_pop_up .nice-select.select .list {
    max-height: 84px;
  }

  .pop_up_wrap .reg_form_pop_up .nice-select.select .list .option {
    height: 28px;

    padding: 0 9px;
  }

  .pop_up_wrap .reg_form_pop_up .agree_label {
    padding: 0 8px;

    margin-top: 0;

    top: -3px;

    position: relative;

    z-index: 1;
  }

  .pop_up_wrap .reg_form_pop_up .agree_label .checkbox_span {
    width: 14px;

    height: 14px;
  }

  .pop_up_wrap .reg_form_pop_up .agree_label .checkbox_span span {
    width: 6px;

    height: 6px;
  }

  .pop_up_wrap .reg_form_pop_up .agree_label .agree_text {
    font-size: 10px;
  }

  .pop_up_wrap .reg_form_pop_up .btn_bg {
    width: 242px;

    height: 76px;

    margin-top: -15px;

    padding-top: 13px;

    margin-bottom: 20px;
  }

  .pop_up_wrap .reg_form_pop_up .submit {
    width: 216px;

    height: 42px;
  }
}