@import url(//fonts.googleapis.com/css?family=Roboto);
/*:root {*//*--color: blue;*//*}*//** {*//*margin: 0;*//*padding: 0;*//*box-sizing: border-box;*//*}*//*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css *//**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 *//* Document
   ========================================================================== */html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}/* Sections
   ========================================================================== *//**
 * Remove the margin in all browsers (opinionated).
 */body {
  margin: 0;
}/**
 * Add the correct display in IE 9-.
 */article,
aside,
footer,
header,
nav,
section {
  display: block;
}/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */h1 {
  font-size: 2em;
  margin: 0.67em 0;
}/* Grouping content
   ========================================================================== *//**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */figcaption,
figure,
main { /* 1 */
  display: block;
}/**
 * Add the correct margin in IE 8.
 */figure {
  margin: 1em 40px;
}/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}/* Text-level semantics
   ========================================================================== *//**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */a:active,
a:hover {
  outline-width: 0;
}/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */b,
strong {
  font-weight: inherit;
}/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */b,
strong {
  font-weight: bolder;
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}/**
 * Add the correct font style in Android 4.3-.
 */dfn {
  font-style: italic;
}/**
 * Add the correct background and color in IE 9-.
 */mark {
  background-color: #ff0;
  color: #000;
}/**
 * Add the correct font size in all browsers.
 */small {
  font-size: 80%;
}/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/* Embedded content
   ========================================================================== *//**
 * Add the correct display in IE 9-.
 */audio,
video {
  display: inline-block;
}/**
 * Add the correct display in iOS 4-7.
 */audio:not([controls]) {
  display: none;
  height: 0;
}/**
 * Remove the border on images inside links in IE 10-.
 */img {
  border-style: none;
}/**
 * Hide the overflow in IE.
 */svg:not(:root) {
  overflow: hidden;
}/* Forms
   ========================================================================== *//**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */button,
input { /* 1 */
  overflow: visible;
}/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */button,
select { /* 1 */
  text-transform: none;
}/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}/**
 * Remove the inner border and padding in Firefox.
 */button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}/**
 * Restore the focus styles unset by the previous rule.
 */button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}/**
 * Remove the default vertical scrollbar in IE.
 */textarea {
  overflow: auto;
}/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/* Interactive
   ========================================================================== *//*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */details, /* 1 */
menu {
  display: block;
}/*
 * Add the correct display in all browsers.
 */summary {
  display: list-item;
}/* Scripting
   ========================================================================== *//**
 * Add the correct display in IE 9-.
 */canvas {
  display: inline-block;
}/**
 * Add the correct display in IE.
 */template {
  display: none;
}/* Hidden
   ========================================================================== *//**
 * Add the correct display in IE 10-.
 */[hidden] {
  display: none;
}html {
  box-sizing: border-box; }*, *::after, *::before {
  box-sizing: inherit; }@font-face {
  font-family: "DINPro-CondBold";
  src: url("../fonts/DINPro-CondBold.eot") format("eot"), url("../fonts/DINPro-CondBold.woff") format("woff2"), url("../fonts/DINPro-CondBold.woff") format("woff"), url("../fonts/DINPro-CondBold.ttf") format("truetype"), url("../fonts/DINPro-CondBold.svg") format("svg"); }.form-group {
  margin-bottom: 20px; }.form-group input[type='text'] {
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: #F4F5F7;
  width: 100%;
  height: 40px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  border-radius: 2px;
  padding: 15px; }.form-group:last-child {
  margin-bottom: 0; }.form-group--label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600; }.form-group--error input[type='text'] {
  background-color: #ffcccc; }.form-group--error .form-group--label {
  color: red; }header {
  background-color: #202942;
  width: 100%;
  min-height: 75px;
  color: #fff;
  position: fixed;
  z-index: 1000; }header a {
  color: #fff;
  text-decoration: none;
  transition: all 0.1s ease; }header a:hover {
  color: rgba(255, 255, 255, 0.5); }.container__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 75px; }.logo {
  display: block;
  /*background: url(https://gratis-spinn.com/img/logo@2x.png) 0 0 no-repeat;*/
  background-size: cover;
  width: 125px;
  height: 52px;
  margin-top: 0; }@media screen and (max-width: 1024px) {
  .logo {
    width: 100px;
    height: 42px; } }.nav-top--toggle {
  display: none;
  position: relative;
  width: 30px;
  height: 23px; }.nav-top--toggle span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 5px; }.nav-top--toggle span:nth-child(1) {
  top: 0; }.nav-top--toggle span:nth-child(2) {
  top: 10px; }.nav-top--toggle span:nth-child(3) {
  top: 20px; }@media screen and (max-width: 1024px) {
  .nav-top--toggle {
    display: block; } }.nav-top--toggle-close span:nth-child(1) {
  top: 10px;
  left: -1px;
  -webkit-transform: rotate(-45deg) translateY(0);
  transform: rotate(-45deg) translateY(0); }.nav-top--toggle-close span:nth-child(2) {
  display: none; }.nav-top--toggle-close span:nth-child(3) {
  top: 10px;
  left: -1px;
  -webkit-transform: rotate(45deg) translateY(0);
  transform: rotate(45deg) translateY(0); }.nav-top {
  display: block; }@media screen and (max-width: 1024px) {
  .nav-top {
    display: none; } }.nav-top ul {
  list-style: none;
  padding: 0;
  margin: 0; }.nav-top ul::after {
  clear: both;
  content: "";
  display: block; }.nav-top ul li {
  display: block;
  float: left;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  padding-left: 6px;
  padding-right: 6px; }.nav-top ul li .dropdown {
  display: none;
  position: absolute;
  left: -10px;
  top: 75px;
  background-color: #202942;
  min-width: 250px; }.nav-top ul li .dropdown li {
  display: block;
  width: 100%;
  text-align: left;
  font-weight: normal;
  text-transform: none;
  padding: 0; }.nav-top ul li .dropdown li:last-of-type a {
  border-bottom: 0; }.nav-top ul li .dropdown li a {
  display: block;
  width: 100%;
  min-height: auto;
  border-bottom: solid 1px rgba(255, 255, 255, 0.06);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem; }.nav-top ul a {
  display: block;
  min-height: 75px;
  display: flex;
  align-items: center;
  font-family: "DINPro-CondBold";
  font-size: 1.25rem; }.nav-top--home {
  min-height: auto;
  display: flex;
  align-items: center; }.nav-top--home a {
  display: block;
  background: url(../img/icon-home.svg) 0 29px no-repeat;
  width: 16px;
  height: 15px; }@media screen and (max-width: 1024px) {
  .nav-top--home a {
    background: none;
    width: auto;
    height: auto; } }.nav-top--home span {
  display: none; }@media screen and (max-width: 1024px) {
  .nav-top--home span {
    display: block; } }.nav-top__nav-mobile {
  display: block;
  background-color: #202942;
  position: fixed;
  left: 0;
  top: 0;
  width: 78%;
  height: 100%;
  min-height: auto;
  overflow-y: auto;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  -webkit-animation: nav-slide 0.2s ease;
  animation: nav-slide 0.2s ease; }.nav-top__nav-mobile ul li {
  display: block;
  width: 100%;
  padding: 0; }.nav-top__nav-mobile ul li .dropdown {
  display: block;
  position: relative;
  left: 0;
  top: 0; }.nav-top__nav-mobile ul li .dropdown li a {
  font-size: 1rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
  color: rgba(255, 255, 255, 0.7); }.nav-top__nav-mobile ul li .dropdown li:first-child a {
  padding-top: 0; }.nav-top__nav-mobile ul li:last-of-type {
  margin-bottom: 10px; }.nav-top__nav-mobile a {
  font-size: 1.25rem;
  min-height: auto;
  padding: 20px;
  border-top: solid 1px rgba(255, 255, 255, 0.06); }.nav-top__nav-mobile a:hover {
  color: #fff; }.nav-top--search-toggle {
  display: block;
  /*background: url(../img/icon-search.png) 0 center no-repeat;*/
  width: 18px;
  height: 18px !important; }.nav-top--search-toggle span {
  display: none; }@media screen and (max-width: 1024px) {
  .nav-top--search-toggle {
    width: auto;
    height: auto;
    background: none; }
  .nav-top--search-toggle span {
    display: block; } }.search-area {
  background-color: rgba(255, 255, 255, 0.98);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1010;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }.search-area__content {
  position: relative;
  float: left;
  display: block;
  margin-right: 3.4482758621%;
  width: 31.0344827586%; }.search-area__content:last-child {
  margin-right: 0; }@media screen and (max-width: 1200px) {
  .search-area__content {
    float: left;
    display: block;
    margin-right: 3.4482758621%;
    width: 65.5172413793%; }
  .search-area__content:last-child {
    margin-right: 0; } }@media screen and (max-width: 667px) {
  .search-area__content {
    float: left;
    display: block;
    margin-right: 3.4482758621%;
    width: 82.7586206897%; }
  .search-area__content:last-child {
    margin-right: 0; } }.search--input {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.75rem;
  font-weight: 100;
  color: #6A6D85;
  background-color: transparent;
  outline: none;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 2px rgba(106, 109, 133, 0.15);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }.search-area--close {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 30px;
  height: 23px;
  display: block; }.search-area--close span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 5px;
  background-color: #6A6D85; }.search-area--close span:nth-child(1) {
  top: 10px;
  left: -1px;
  -webkit-transform: rotate(-45deg) translateY(0);
  transform: rotate(-45deg) translateY(0); }.search-area--close span:nth-child(2) {
  top: 10px;
  left: -1px;
  -webkit-transform: rotate(45deg) translateY(0);
  transform: rotate(45deg) translateY(0); }@media screen and (max-width: 1200px) {
  .search-area--close {
    right: 20px;
    top: 26px; } }.search-area--close:hover span {
  background-color: #a1a3b4; }@-webkit-keyframes nav-slide {
  0% {
    left: -78%; }
  100% {
    left: 0; } }@keyframes nav-slide {
  0% {
    left: -78%; }
  100% {
    left: 0; } }.dropdown-toggle:hover .dropdown {
  display: block; }.share {
  text-align: left;
  padding: 0;
  margin: 0;
  list-style: none; }.share::after {
  clear: both;
  content: "";
  display: block; }@media screen and (max-width: 1024px) {
  .share {
    display: none; } }.share__icon {
  float: left;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  background-size: cover; }.share__icon:last-of-type {
  margin-right: 0; }.share__icon a:hover {
  opacity: 0.8; }.share--fb a {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/icon-fb.svg) 0 0 no-repeat; }.share--gplus a {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/icon-gplus.svg) 0 0 no-repeat; }.share--twitter a {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/icon-twitter.svg) 0 0 no-repeat; }button, .btn {
  font-family: "DINPro-CondBold";
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  background-color: #CF4040;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  border: 0;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  cursor: pointer; }button:hover, .btn:hover {
  background-color: rgba(207, 64, 64, 0.8); }.btn--lighter {
  color: #CF4040;
  background-color: rgba(207, 64, 64, 0.12); }.btn--lighter:hover {
  background-color: rgba(207, 64, 64, 0.2); }.btn--gray {
  background-color: #cccdd6; }.btn--gray:hover {
  background-color: #d1d2da; }.btn--large {
  font-size: 1.375rem;
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px; }@media screen and (max-width: 768px) {
  .btn--large {
    height: auto !important; } }.btn--focus-color {
  color: #FFE734; }.btn--block {
  width: 100%;
  display: block; }.top-list {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "DINPro-CondBold";
  font-size: 1.125rem;
  text-transform: uppercase; }.top-list tr {
  padding: 10px;
  margin-bottom: 5px;
  background-color: #fff;
  border-radius: 2px;
  display: flex;
  align-items: center; }.top-list tr:nth-child(even) {
  background-color: transparent; }.top-list--num {
  width: 5%;
  text-align: center;
  color: rgba(106, 109, 133, 0.5); }@media screen and (max-width: 768px) {
  .top-list--num {
    display: none; } }.top-list--title {
  width: 25%; }@media screen and (max-width: 1200px) {
  .top-list--title {
    font-size: 1rem; } }@media screen and (max-width: 768px) {
  .top-list--title {
    display: none; } }.top-list--title a {
  color: inherit;
  text-decoration: none; }.top-list--brand {
  width: 40%;
  text-align: center; }@media screen and (max-width: 414px) {
  .top-list--brand {
    padding-right: 10px;
    width: 25%; }
  .top-list--brand img {
    width: 100%; } }.top-list__offer {
  width: 50%; }.top-list__offer strong {
  display: block;
  font-weight: normal; }.top-list__offer a {
  color: inherit;
  text-decoration: none; }@media screen and (max-width: 1200px) {
  .top-list__offer {
    font-size: 1rem; } }@media screen and (max-width: 768px) {
  .top-list__offer {
    width: 60%;
    text-align: center; } }@media screen and (max-width: 667px) {
  .top-list__offer {
    width: 50%;
    font-size: 0.937rem; }
  .top-list__offer strong {
    display: inline; } }.top-list--success {
  color: #CF4040; }.top-list--primary {
  color: #202942; }.top-list--action {
  width: 25%;
  text-align: right; }@media screen and (max-width: 667px) {
  .top-list--action {
    width: 30%; }
  .top-list--action button, .top-list--action .btn {
    font-size: 0.937rem;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 10px;
    padding-right: 10px; } }@media screen and (max-width: 667px) {
  .top-list--action {
    width: 40%;
    padding-left: 10px; } }.new-casino {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "DINPro-CondBold";
  font-size: 1.125rem;
  line-height: 1;
  text-transform: uppercase;
  background-color: #fff; }.new-casino a {
  text-decoration: inherit;
  color: inherit;
  display: flex;
  align-items: center;
  min-height: 61px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  /*background: url(../img/list-arrow.svg) right 15px center no-repeat;*/
  border-bottom: solid 1px #f4f5f7;
  transition: 0.2s ease;
}.new-casino a:hover {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}.new-casino > li:hover {
  background-color: rgba(207, 64, 64, 0.05);
}.new-casino strong {
  display: block;
  font-weight: normal; }.new-casino--brand {
  min-width: 65px;
  width: 65px;
  text-align: center;
  margin-right: 25px; }.new-casino--brand img {
  width: 100%;
  display: block; }.new-casino--success {
  color: #202942; }.new-casino--primary {
  color: #CF4040;
  font-size: 1rem;
  width: 90%;}.new-casino--all-btn {
  background-color: #CF4040;
  display: block;
  text-align: center;
  color: #fff;
  font-family: "DINPro-CondBold";
  font-size: 1.125rem;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px; }.new-casino--all-btn:hover {
  background-color: rgba(207, 64, 64, 0.8); }@-webkit-keyframes nc-move {
  0% {
    background-position: right 15px center; }
  100% {
    background-position: right -15px center;
    padding-left: 30px;
    background-color: rgba(207, 64, 64, 0.05); } }@keyframes nc-move {
  0% {
    background-position: right 15px center; }
  100% {
    background-position: right -15px center;
    padding-left: 30px;
    background-color: rgba(207, 64, 64, 0.05); } }@-webkit-keyframes nc-move-back {
  0% {
    background-position: right -15px center;
    padding-left: 30px;
    background-color: rgba(207, 64, 64, 0.05); }
  100% {
    background-position: right 15px center; } }@keyframes nc-move-back {
  0% {
    background-position: right -15px center;
    padding-left: 30px;
    background-color: rgba(207, 64, 64, 0.05); }
  100% {
    background-position: right 15px center; } }.header-top {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }.header-top::after {
  clear: both;
  content: "";
  display: block; }.header-top li {
  float: left;
  display: block;
  margin-right: 3.4482758621%;
  width: 22.4137931034%;
  background-color: #fff;
  position: relative;
  transition: all 0.2 ease;
  -webkit-animation: ht-move-back 0.2s ease forwards;
  animation: ht-move-back 0.2s ease forwards; }.header-top li:last-child {
  margin-right: 0; }@media screen and (max-width: 768px) {
  .header-top li {
    float: left;
    display: block;
    margin-right: 3.4482758621%;
    width: 48.275862069%;
    margin-bottom: 20px; }
  .header-top li:last-child {
    margin-right: 0; }
  .header-top li:nth-child(2) {
    margin-right: 0; }
  .header-top li:nth-last-child(-n + 2) {
    margin-bottom: 0; } }.header-top li:hover {
  -webkit-animation: ht-move 0.2s ease forwards;
  animation: ht-move 0.2s ease forwards; }.header-top a {
  color: inherit;
  text-decoration: inherit; }.header-top--pic {
  padding: 0;
  margin: 0; }.header-top--pic img {
  display: block;
  width: 100%; }.header-top--desc {
  background: url(../img/list-arrow.svg) right 15px center no-repeat;
  padding: 15px;
  padding-right: 40px;
  color: #CF4040;
  line-height: 1;
  margin: 0;
  list-style: normal;
  font-family: "DINPro-CondBold";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.125rem;
  color: #CF4040; }.header-top--desc span {
  display: block;
  color: #6A6D85; }@media screen and (max-width: 1024px) {
  .header-top--desc {
    font-size: 1rem; } }@media screen and (max-width: 1200px) {
  .header-top--desc {
    background-image: none;
    padding-right: 15px; } }@media screen and (max-width: 1024px) {
  .header-top--desc {
    padding: 10px; } }@-webkit-keyframes ht-move {
  0% {
    box-shadow: 0 0 40px rgba(106, 109, 133, 0);
    top: 0; }
  100% {
    box-shadow: 0 20px 40px rgba(106, 109, 133, 0.2);
    top: -2px; } }@keyframes ht-move {
  0% {
    box-shadow: 0 0 40px rgba(106, 109, 133, 0);
    top: 0; }
  100% {
    box-shadow: 0 20px 40px rgba(106, 109, 133, 0.2);
    top: -2px; } }@-webkit-keyframes ht-move-back {
  0% {
    box-shadow: 0 20px 40px rgba(106, 109, 133, 0.2);
    top: -2px; }
  100% {
    box-shadow: 0 0 40px rgba(106, 109, 133, 0);
    top: 0; } }@keyframes ht-move-back {
  0% {
    box-shadow: 0 20px 40px rgba(106, 109, 133, 0.2);
    top: -2px; }
  100% {
    box-shadow: 0 0 40px rgba(106, 109, 133, 0);
    top: 0; } }.news {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }.news li {
  float: left;
  display: block;
  margin-right: 3.4482758621%;
  width: 22.4137931034%;
  margin-bottom: 40px; }.news li.media-hidden {
  display: none;
}.news li:last-child {
  margin-right: 0; }.news li:nth-child(4n) {
  margin-right: 0; }.news li:nth-child(4n+1) {
  clear: left; }@media screen and (max-width: 1024px) {
  .news li {
    float: left;
    display: block;
    margin-right: 3.4482758621%;
    width: 48.275862069%; }
  .news li:last-child {
    margin-right: 0; }
  .news li:nth-child(4n) {
    margin-right: 3.4482758621%; }
  .news li:nth-child(4n+1) {
    clear: none; }
  .news li:nth-child(2n) {
    margin-right: 0; }
  .news li:nth-child(2n+1) {
    clear: left; } }@media screen and (max-width: 414px) {
  .news li {
    float: left;
    display: block;
    margin-right: 11.1111111111%;
    width: 322.222222222%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  .news li:last-child {
    margin-right: 0; }
  .news li:nth-child(4n) {
    margin-right: 3.4482758621%; }
  .news li:nth-child(4n+1) {
    clear: none; }
  .news li:nth-child(2n) {
    margin-right: 3.4482758621%; }
  .news li:nth-child(2n+1) {
    clear: none; }
  .news li:nth-child(1n) {
    margin-right: 0; }
  .news li:nth-child(1n+1) {
    clear: left; }
  .news li::after {
    clear: both;
    content: "";
    display: block; } }.news li:hover .news--pic {
  opacity: 0.8; }.news a {
  color: inherit;
  text-decoration: inherit; }@media screen and (max-width: 414px) {
  .news a {
    display: flex;
    flex-direction: row; } }.news--pic {
  padding: 0;
  margin: 0;
  margin-bottom: 15px; }.news--pic img {
  display: block;
  width: 100%; }@media screen and (max-width: 414px) {
  .news--pic {
    flex: 1;
    margin-bottom: 0; } }.news__desc strong {
  margin-bottom: 15px; }@media screen and (max-width: 414px) {
  .news__desc {
    flex: 1;
    padding-left: 20px; }
  .news__desc p {
    display: none; }
  .news__desc strong {
    margin-bottom: 0;
    font-size: 1.125rem; } }.news--date {
  font-size: 0.75rem;
  margin-bottom: 5px;
  display: block; }.specific__news-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%; }.specific--share {
  flex: 1; }.specific--share::after {
  clear: both;
  content: "";
  display: block; }.specific--share .specific--desc {
  float: left;
  padding-top: 6px; }@media screen and (max-width: 1024px) {
  .specific--share {
    display: block; } }@media screen and (max-width: 414px) {
  .specific--share {
    text-align: left;
    order: 2;
    flex: auto;
    width: 100%; } }.specific--news-date {
  flex: 1;
  text-align: right; }@media screen and (max-width: 414px) {
  .specific--news-date {
    display: block;
    text-align: left;
    order: 1;
    flex: auto;
    width: 100%;
    margin-bottom: 15px; } }.specific--news-pic {
  float: left;
  display: block;
  margin-right: 3.4482758621%;
  width: 48.275862069%;
  padding: 0;
  margin: 0;
  margin-right: 40px;
  margin-bottom: 10px;
  float: left; }.specific--news-pic:last-child {
  margin-right: 0; }.specific--news-pic img {
  width: 100%; }@media screen and (max-width: 768px) {
  .specific--news-pic {
    float: left;
    display: block;
    margin-right: 3.4482758621%;
    width: 100%; }
  .specific--news-pic:last-child {
    margin-right: 0; } }.news-paragraph {
  font-size: 1.25rem;
  color: #3d3e4c;
  line-height: 1.6; }.specific__brand {
  float: left;
  display: block;
  margin-right: 3.4482758621%;
  width: 100%;
  margin-bottom: 40px; }.specific__brand:last-child {
  margin-right: 0; }.specific__brand-pic {
  float: left;
  display: block;
  margin-right: 3.4482758621%;
  width: 48.275862069%;
  min-height: 255px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }.specific__brand-pic:last-child {
  margin-right: 0; }.specific__brand-pic img {
  width: 40%; }@media screen and (max-width: 768px) {
  .specific__brand-pic {
    float: left;
    display: block;
    margin-right: 3.4482758621%;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .specific__brand-pic:last-child {
    margin-right: 0; } }.specific__brand-desc {
  float: left;
  display: block;
  margin-right: 3.4482758621%;
  width: 48.275862069%; }.specific__brand-desc:last-child {
  margin-right: 0; }@media screen and (max-width: 768px) {
  .specific__brand-desc {
    float: left;
    display: block;
    margin-right: 3.4482758621%;
    width: 100%; }
  .specific__brand-desc:last-child {
    margin-right: 0; } }.specific__brand--subtitle {
  font-size: 1.875rem;
  margin-bottom: 0;
  color: #CF4040; }.specific__brand--subtitle span {
  display: block;
  color: #202942; }.specific__brand--url {
  text-decoration: inherit;
  color: inherit; }.news--col-3 li {
  float: left;
  display: block;
  margin-right: 3.4482758621%;
  width: 31.0344827586%; }.news--col-3 li.media-hidden {
  display: none;
}.news--col-3 li:last-child {
  margin-right: 0; }.news--col-3 li:nth-child(4n) {
  margin-right: 3.4482758621%; }.news--col-3 li:nth-child(4n+1) {
  clear: none; }.news--col-3 li:nth-child(3n) {
  margin-right: 0; }.news--col-3 li:nth-child(3n+1) {
  clear: left; }@media screen and (max-width: 1024px) {
  .news--col-3 li:nth-child(2n) {
    margin-right: 3.4482758621%; }
  .news--col-3 li:nth-child(2n+1) {
    clear: none; }
  .news--col-3 li:nth-child(4n) {
    margin-right: 3.4482758621%; }
  .news--col-3 li:nth-child(4n+1) {
    clear: none; }
  .news--col-3 li:nth-child(3n) {
    margin-right: 0; }
  .news--col-3 li:nth-child(3n+1) {
    clear: left; } }@media screen and (max-width: 768px) {
  .news--col-3 li {
    float: left;
    display: block;
    margin-right: 3.4482758621%;
    width: 48.275862069%; }
  .news--col-3 li:last-child {
    margin-right: 0; }
  .news--col-3 li:nth-child(3n) {
    margin-right: 3.4482758621%; }
  .news--col-3 li:nth-child(3n+1) {
    clear: none; }
  .news--col-3 li:nth-child(4n) {
    margin-right: 3.4482758621%; }
  .news--col-3 li:nth-child(4n+1) {
    clear: none; }
  .news--col-3 li:nth-child(2n) {
    margin-right: 0; }
  .news--col-3 li:nth-child(2n+1) {
    clear: left; } }@media screen and (max-width: 414px) {
  .news--col-3 li {
    float: left;
    display: block;
    margin-right: 11.1111111111%;
    width: 322.222222222%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  .news--col-3 li:last-child {
    margin-right: 0; }
  .news--col-3 li:nth-child(4n) {
    margin-right: 3.4482758621%; }
  .news--col-3 li:nth-child(4n+1) {
    clear: none; }
  .news--col-3 li:nth-child(2n) {
    margin-right: 3.4482758621%; }
  .news--col-3 li:nth-child(2n+1) {
    clear: none; }
  .news--col-3 li:nth-child(1n) {
    margin-right: 0; }
  .news--col-3 li:nth-child(1n+1) {
    clear: left; }
  .news--col-3 li::after {
    clear: both;
    content: "";
    display: block; } }.casino {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }.casino li.media-hidden {
  display: none;
}.casino::after {
  clear: both;
  content: "";
  display: block; }.casino__list {
  float: left;
  display: block;
  margin-right: 3.4482758621%;
  width: 31.0344827586%;
  background-color: #fff;
  margin-bottom: 40px;
  position: relative; }.casino__list:last-child {
  margin-right: 0; }.casino__list:nth-child(3n) {
  margin-right: 0; }.casino__list:nth-child(3n+1) {
  clear: left; }.casino__list:hover .casino--pic img {
  -webkit-animation: img-animation 0.2s ease forwards;
  animation: img-animation 0.2s ease forwards; }@media screen and (max-width: 768px) {
  .casino__list {
    float: left;
    display: block;
    margin-right: 3.4482758621%;
    width: 48.275862069%;
    margin-bottom: 20px; }
  .casino__list:last-child {
    margin-right: 0; }
  .casino__list:nth-child(3n) {
    margin-right: 3.4482758621%; }
  .casino__list:nth-child(3n+1) {
    clear: none; }
  .casino__list:nth-child(2n) {
    margin-right: 0; }
  .casino__list:nth-child(2n+1) {
    clear: left; } }@media screen and (max-width: 414px) {
  .casino__list {
    float: left;
    display: block;
    margin-right: 11.1111111111%;
    width: 100%;
    margin-bottom: 20px; }
  .casino__list:last-child {
    margin-right: 0; }
  .casino__list:nth-child(3n) {
    margin-right: 3.4482758621%; }
  .casino__list:nth-child(3n+1) {
    clear: none; }
  .casino__list:nth-child(2n) {
    margin-right: 3.4482758621%; }
  .casino__list:nth-child(2n+1) {
    clear: none; }
  .casino__list:nth-child(1n) {
    margin-right: 0; }
  .casino__list:nth-child(1n+1) {
    clear: left; } }.casino--wrap {
  display: block;
  color: inherit;
  text-decoration: inherit; }.casino--brand {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -40px;
  align-self: center;
  z-index: 10;
  box-shadow: 0 10px 15px 0 rgba(74, 97, 124, 0.22); }.casino--brand img {
  display: block;
  width: 80%; }.casino--pic {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden; }.casino--pic img {
  width: 100%;
  display: block;
  -webkit-animation: img-animation-end 0.2s ease;
  animation: img-animation-end 0.2s ease; }.casino--desc {
  padding: 15px;
  padding-top: 55px;
  padding-bottom: 55px;
  margin: 0;
  text-align: center;
  position: relative; }.casino--desc strong, .casino--desc span {
  display: block;
  font-family: "DINPro-CondBold";
  font-size: 1.375rem;
  font-weight: normal;
  text-transform: uppercase;
  line-height: normal;
  color: #CF4040; }@media screen and (max-width: 1200px) {
  .casino--desc strong, .casino--desc span {
    display: inline; } }@media screen and (max-width: 1024px) {
  .casino--desc strong, .casino--desc span {
    display: block; } }@media screen and (max-width: 768px) {
  .casino--desc strong, .casino--desc span {
    display: inline; } }.casino--desc span {
  color: #202942; }.casino--button-group {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }.casino--button-group .btn {
  border-radius: 0;
  flex: 1;
  padding-left: 0;
  padding-right: 0; }@-webkit-keyframes img-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04); } }@keyframes img-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04); } }@-webkit-keyframes img-animation-end {
  0% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }@keyframes img-animation-end {
  0% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }.modal__wrap {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 100001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }.modal {
  position: relative;
  float: left;
  display: block;
  margin-right: 3.4482758621%;
  width: 48.275862069%;
  margin-left: 25.8620689655%;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); }.modal:last-child {
  margin-right: 0; }@media screen and (max-width: 1200px) {
  .modal {
    float: left;
    display: block;
    margin-right: 3.4482758621%;
    width: 48.275862069%; }
  .modal:last-child {
    margin-right: 0; } }@media screen and (max-width: 1024px) {
  .modal {
    float: left;
    display: block;
    margin-right: 3.4482758621%;
    width: 65.5172413793%;
    margin-left: 17.2413793103%; }
  .modal:last-child {
    margin-right: 0; } }@media screen and (max-width: 667px) {
  .modal {
    float: left;
    display: block;
    margin-right: 3.4482758621%;
    width: 100%;
    margin-left: 0%;
    padding: 20px; }
  .modal:last-child {
    margin-right: 0; } }.close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16px;
  height: 16px;
  display: block; }.close span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  background-color: #6A6D85; }.close span:nth-child(1) {
  top: 6px;
  left: -1px;
  -webkit-transform: rotate(-45deg) translateY(0);
  transform: rotate(-45deg) translateY(0); }.close span:nth-child(2) {
  top: 6px;
  left: -1px;
  -webkit-transform: rotate(45deg) translateY(0);
  transform: rotate(45deg) translateY(0); }.close:hover span {
  background-color: #a1a3b4; }/*footer {*//*text-align: center;*//*background-color: #fff;*//*padding-top: 40px;*//*padding-bottom: 40px; }*//*@media screen and (max-width: 414px) {*//*footer {*//*padding-top: 20px;*//*padding-bottom: 20px; } }*/.share__footer {
  display: inline-block;
  margin: 0 auto; }html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #F4F5F7;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #6A6D85;
  -webkit-font-smoothing: antialiased !important; }h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-family: "DINPro-CondBold";
  font-weight: normal;
  line-height: normal;
  color: #202942;
  text-transform: uppercase; }h1 {
  font-size: 3.628rem;
  line-height: 1; }h2 {
  font-size: 2.5rem; }h3 {
  font-size: 1.375rem; }h4 {
  font-size: 1.125rem; }table {
  width: 100%; }tr, td, th {
  border-collapse: collapse;
  border-spacing: 0; }a {
  color: #CF4040; }.hclone {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-family: "DINPro-CondBold";
  font-weight: normal;
  line-height: normal;
  color: #202942;
  text-transform: uppercase; }.hclone--like-h1 {
  font-size: 3.628rem; }.hclone--like-h2 {
  font-size: 2.5rem; }.hclone--like-h3 {
  font-size: 1.375rem; }.hclone--like-h4 {
  font-size: 1.125rem; }p {
  margin: 0;
  margin-top: 16px;
  margin-bottom: 20px;
  line-height: 1.4; }/*p {*//*display: block;*//*padding: 0;*//*margin: 0;*//*margin-top: 16px;*//*margin-bottom: 20px;*//*}*/p:last-child {
  margin-bottom: 0; }section {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px; }section:first-of-type {
  padding-top: calc(75px + 40px); }.section--white-bg {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px; }.indent {
  margin-bottom: 20px; }.indent--lg {
  margin-bottom: 40px; }.multi-col {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  grid-column-gap: 40px;
  column-gap: 40px; }.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }.container::after {
  clear: both;
  content: "";
  display: block; }article {
  float: left;
  display: block;
  margin-right: 3.4482758621%;
  width: 74.1379310345%; }article:last-child {
  margin-right: 0; }@media screen and (max-width: 1200px) {
  article {
    float: left;
    display: block;
    margin-right: 3.4482758621%;
    width: 65.5172413793%; }
  article:last-child {
    margin-right: 0; } }@media screen and (max-width: 1024px) {
  article {
    float: left;
    display: block;
    margin-right: 3.4482758621%;
    width: 100%; }
  article:last-child {
    margin-right: 0; } }aside {
  float: left;
  display: block;
  margin-right: 3.4482758621%;
  width: 22.4137931034%; }aside:last-child {
  margin-right: 0; }@media screen and (max-width: 1200px) {
  aside {
    float: left;
    display: block;
    margin-right: 3.4482758621%;
    width: 31.0344827586%; }
  aside:last-child {
    margin-right: 0; } }@media screen and (max-width: 1024px) {
  aside {
    display: none; } }footer {
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box; }@media (min-width: 768px) {
  footer {
    max-width: 1280px;
    margin: 0 auto; } }/* Footer navigation */.nav-footer__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px; }@media (min-width: 568px) {
  .nav-footer__wrapper {
    flex-direction: row; } }.nav-footer__column {
  display: flex;
  flex-direction: column;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  margin-bottom: 32px; }@media (min-width: 568px) {
  .nav-footer__column {
    flex: 1 0 50%;
    max-width: 50%; } }@media (min-width: 1280px) {
  .nav-footer__column {
    flex: 1 0 calc(100% / 5);
    max-width: auto; } }.nav-footer {
  padding: 0;
  margin: 0;
  list-style: none; }.nav-footer--item {
  /*font-size: 1.6rem; */
}.nav-footer--item a {
  color: #6B7A99;
  text-decoration: none;
  display: block;
  padding-top: 2px;
  padding-bottom: 2px; }.nav-footer--item a:hover {
  color: #203562; }/* Footer action */.footer-action {
  /*font-size: 1.6rem;*/
  border-top: solid 1px #E9ECF2;
  margin-bottom: 32px;
  padding-top: 32px;
  box-sizing: border-box; }@media (min-width: 768px) {
  .footer-action {
    text-align: left; } }.footer-action .col3 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }@media (min-width: 768px) {
  .footer-action .col3 {
    justify-content: flex-start;
    text-align: left; } }.footer-action--left {
  margin-bottom: 16px; }@media (min-width: 768px) {
  .footer-action--left {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; } }.footer-action--copy {
  margin-bottom: 16px; }@media (min-width: 768px) {
  .footer-action--copy {
    margin-bottom: 0; } }.footer-action--note {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: -4px; }.footer-action--note img {
  display: block;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 4px; }@media (min-width: 768px) {
  .footer-action--note {
    justify-content: flex-start; } }.footer-action--social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px; }.footer-action--social a {
  display: block;
  margin-left: 4px;
  margin-right: 4px; }/* Footer terms */.footer-terms {
  padding-top: 32px;
  box-sizing: border-box;
  text-align: center;
  border-top: solid 1px #E9ECF2;
  /*font-size: 1.6rem;*/
}.footer-terms br {
  display: none; }@media (min-width: 1280px) {
  .footer-terms br {
    display: block; } }/* Miscs */.fbrand {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px; }.fbrand--wrap {
  display: inline-flex;
  border: solid 1px #E9ECF2;
  border-radius: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  height: 40px;
  margin-bottom: 4px; }.fbrand--wrap img {
  display: block;
  object-fit: contain; }/* Miscs */.brand--large {
  margin-bottom: 24px; }.brand--large img {
  display: block;
  width: 100%;
  height: 100%; }/* Video */.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }/* Grid default */@media (min-width: 568px) {
  .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px; } }.col2 {
  margin-bottom: 24px; }.col2:last-child {
  margin-bottom: 0; }@media (min-width: 568px) {
  .col2 {
    flex: 1 0 calc(100% / 2);
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 0; } }.col3 {
  margin-bottom: 24px; }.col3:last-child {
  margin-bottom: 0; }@media (min-width: 568px) {
  .col3 {
    flex: 1 0 calc(100% / 3);
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 0; } }.align__right {
  align-items: flex-end; }/*body {*//*color: var(--color);*//*}*/.news-container input[type=checkbox]:checked ~ .news__all {
      display: flex !important;
    }.news-container input[type=checkbox]:checked ~ .news__first3 {
      display: none;
    }.news-container input[type=checkbox]:checked ~ label {
      display: none;
    }.review-container input[type=checkbox]:checked ~ .reviews__all {
      display: flex !important;
    }.review-container input[type=checkbox]:checked ~ .reviews__first9 {
      display: none;
    }.review-container input[type=checkbox]:checked ~ .show-more {
      display: none;
    }.view-all-casino{
  width: 100%;
}/*.footer{*//*font-size: 18px;*//*}*//*.footer .links {*//*float: left;*//*!*margin: 0 60px 28px 0;*!*//*line-height: 1;*//*text-align: left;*//*width: 20%;*//*padding-right: 50px;*//*}*//*.footer .links li {*//*margin: 0 0 12px;*//*list-style-type: none;*//*}*//*.footer .links li a {*//*text-decoration: none;*//*}*/.alignright{
  float: right;
  margin: 0 0 16px 16px;
  width: 25%;
  display: block;
  height: 100%;
}.alignleft{
  float: left;
  margin: 0 16px 16px 0;
  width: 25%;
  display: block;
  height: 100%;
}@media screen and (max-width: 1024px) {
  .alignright, .alignleft{
    width: 35%;
  }
}@media screen and (max-width: 768px) {
  .alignright, .alignleft{
    width: 50%;
  }
}@media screen and (max-width: 480px) {
  .alignright, .alignleft{
    width: 100%;
  }
}