/*----- Variables ----- */
html {
  font-size: 17px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  line-height: 1.4em;
}

h1,
h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 500;
  line-height: 35px;
}

h1 {
  color: #fff;
  font-size: 35px;
}

h2 {
  font-size: 38px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}

h2 span {
  font-size: 26px;
  display: block;
  font-weight: 700;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
}

.heading-subtitle {
  font-size: 19px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 35px;
}

a {
  color: #000;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

a:hover {
  color: #616161;
}

img {
  width: 100%;
  height: auto;
}

.mw-980 {
  max-width: 980px;
}

.mw-1200 {
  max-width: 1212px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 25px;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cta-button a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 170px;
  margin: 5px 0;
  text-decoration: none;
}

.cta-button a button.btn-prim {
  background-color: #FFD900;
  outline: none;
  border: 1px solid #FFD900;
  border-radius: 5px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  padding: 15px 40px;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  margin: 0;
  width: 100%;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.cta-button a button.btn-prim:hover {
  background-color: #fff;
  border: 1px solid #FFD900;
}

.cta-button .icon {
  height: 20px;
  margin-right: 15px;
}

.cta-button .icon img {
  height: 100%;
  width: auto;
}

.cta-button.load-more {
  margin-top: 30px;
}

.cta-button.load-more button.btn-prim {
  background-color: #fff;
  border: 1px solid #000;
  font-weight: 400;
  text-transform: none;
  padding: 9px 35px;
}

.cta-button.load-more button.btn-prim:hover {
  border: 1px solid #FFD900;
}

section {
  padding: 50px 0;
}

header {
  position: absolute;
  width: 100%;
  height: 90px;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 25px 30px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .main-logo {
  width: 145px;
}

header .dots {
  width: 44px;
}

.hero {
  background-color: #222222;
  background-image: url(../img/hero-background.svg);
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
  -webkit-clip-path: none;
          clip-path: none;
  position: relative;
  padding-top: 50px;
  -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 95%, 50% 98%, 0px 95%);
          clip-path: polygon(0px 0px, 100% 0px, 100% 95%, 50% 98%, 0px 95%);
}

.hero .logo-top {
  width: 90%;
  max-width: 425px;
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}

.hero .logo-top img {
  width: 100%;
  height: auto;
}

.hero h1 {
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

.hero .image {
  text-align: left;
  padding-top: 25px;
}

.hero .men-image {
  max-width: 380px;
}

.hero .hero-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 15px;
  padding-top: 40px;
  margin-bottom: 20px;
}

.hero .hero-content::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 71px;
  left: -20px;
  background: none;
}

.hero .hero-content h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero .hero-content ul {
  color: #fff;
  padding-left: 20px;
  max-width: 75%;
  text-align: left;
  margin: 0 auto;
  padding-left: 0;
}

.hero .hero-content ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
}

.hero .hero-content ul li::marker {
  color: #FFD900;
}

.hero .cta-button {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 0;
  max-width: 92%;
}

.hero .cta-button a {
  margin: 0 auto;
}

.hero .cta-button a button.btn-prim {
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .hero {
    height: 680px;
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 85%, 50% 98%, 0px 85%);
            clip-path: polygon(0px 0px, 100% 0px, 100% 85%, 50% 98%, 0px 85%);
  }
  .hero .cta-button {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    bottom: 80px;
    max-width: 100%;
  }
  .hero .hero-content h1 {
    text-align: left;
  }
  .hero .hero-content ul {
    text-align: left;
    padding-left: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .hero {
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 75%, 50% 98%, 0px 75%);
            clip-path: polygon(0px 0px, 100% 0px, 100% 75%, 50% 98%, 0px 75%);
  }
  .hero .cta-button {
    bottom: 100px;
  }
  .hero .hero-content {
    padding-left: 0;
    padding-top: 70px;
  }
  .hero .hero-content::before {
    position: absolute;
    content: '';
    width: 67px;
    height: 294px;
    top: 77px;
    left: -64px;
    background: url(../img/speechline-gray-big.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .hero .hero-content h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .hero .hero-content ul {
    color: #fff;
    padding-left: 20px;
    max-width: 320px;
  }
  .hero .hero-content ul li {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .hero {
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 75%, 50% 98%, 0px 75%);
            clip-path: polygon(0px 0px, 100% 0px, 100% 75%, 50% 98%, 0px 75%);
  }
}

@media (min-width: 1200px) {
  .hero {
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 350px, 50% 98%, 0px 350px);
            clip-path: polygon(0px 0px, 100% 0px, 100% 350px, 50% 98%, 0px 350px);
  }
}

.features h2 {
  text-align: center;
  margin-bottom: 40px;
}

.features .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.features .feature .icon {
  padding-top: 5px;
  width: 92px;
  margin-right: 40px;
  position: relative;
}

.features .feature .icon::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 55px;
  right: -20px;
  background: url(../img/speechline.svg);
  background-repeat: no-repeat;
}

.features .feature .icon img {
  width: 100%;
  height: auto;
}

.features .feature .content .feature-title {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: #000;
  margin-bottom: 5px;
}

.cards {
  background-color: #393737;
}

.cards h3.small-title {
  font-family: "Montserrat", sans-serif;
  color: #FFD900;
  text-align: center;
  margin: 0;
  margin-bottom: 5px;
  font-weight: 500;
}

.cards h2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
}

.cards .cards-container {
  max-width: 880px;
  margin: 0 auto 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cards .cards-container .card-feat {
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
  padding: 20px 20px 55px 20px;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.cards .cards-container .card-feat .image {
  margin: 0 auto;
  width: 46px;
  height: 46px;
  margin-bottom: 10px;
}

.cards .cards-container .card-feat .category {
  font-size: 11px;
  color: #9a9898;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.cards .cards-container .card-feat h3.card-title {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  max-width: 75%;
  margin: 0 auto 8px auto;
  line-height: 20px;
}

.cards .cards-container .card-feat .badge {
  background-color: #f41635;
  color: #fff;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 3px 10px;
  margin: 0 auto;
}

.cards .cards-container .card-feat .link {
  background-color: #ececed;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35px;
  border-radius: 0 0 5px 5px;
}

.cards .cards-container .card-feat .link a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  text-decoration: underline;
}

.cards .cards-container .card-feat:first-child {
  margin-left: 10px;
  margin-right: 10px;
}

.cards .cards-container .card-feat:last-child {
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 576px) {
  .cards .cards-container .card-feat {
    width: 45%;
  }
}

@media (min-width: 768px) {
  .cards .cards-container .card-feat {
    width: 15%;
  }
  .cards .cards-container .card-feat:first-child {
    margin-left: 0;
    margin-right: 10px;
  }
  .cards .cards-container .card-feat:last-child {
    margin-left: 10px;
    margin-right: 0;
  }
}

.message-service h3 {
  max-width: 420px;
  margin-bottom: 35px;
  margin-top: 0;
}

.message-service .image {
  max-width: 475px;
  margin: 0 auto;
}

.message-service .app-image {
  text-align: center;
  position: relative;
  padding-right: 0;
}

.message-service .app-image img {
  position: relative;
}

.message-service .app-image.app-image-message::after {
  display: none;
}

.message-service .ms-content {
  padding-left: 0;
}

.message-service ul {
  font-size: 16px;
  line-height: 22px;
  list-style: none;
  padding-left: 0;
}

.message-service ul li {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .message-service .app-image {
    text-align: right;
  }
  .message-service .ms-content {
    padding-left: 30px;
  }
}

.app-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}

.app-content::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  background: none;
}

.app-content h2 {
  text-transform: uppercase;
  margin: 0 auto 20px auto;
  text-align: center;
}

.app-content .subtitle {
  font-size: 21px;
  margin: 0 auto 25px auto;
  max-width: 100%;
  text-align: center;
}

.app-content .cta-button {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.app-content .cta-button a {
  margin: 0 auto 30px auto;
}

.app-content .cta-button a button.btn-prim {
  border: 3px solid #FFD900;
}

@media (min-width: 576px) {
  .app-content {
    padding-left: 55px;
  }
  .app-content::before {
    position: absolute;
    content: '';
    width: 25px;
    height: 255px;
    top: 29%;
    left: 15px;
    background: url(../img/speechline.svg);
    background-repeat: no-repeat;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .app-content h2 {
    text-align: left;
    margin: 0 0 20px 0;
  }
  .app-content .subtitle {
    text-align: left;
    max-width: 300px;
    margin: 0 0 20px 0;
  }
  .app-content .cta-button a {
    margin: 0;
  }
}

.dark-cta-bar {
  background-color: #222222;
}

.dark-cta-bar .cta-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dark-cta-bar .cta-content .cta-text {
  color: #fff;
  margin: 20px;
  text-align: center;
}

.dark-cta-bar .cta-content .cta-button {
  margin: 0 20px;
}

.cr-main {
  margin-bottom: 8px;
  display: none;
}

.cr-main:nth-child(1),
.cr-main:nth-child(2),
.cr-main:nth-child(3),
.cr-main:nth-child(4),
.cr-main:nth-child(5) {
  display: block;
}

.casino-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(38, 48, 84, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(38, 48, 84, 0.15);
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.casino-row > * {
  height: 100%;
  min-height: 81px;
  min-width: 120px;
  margin: 10px;
  margin-bottom: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.casino-row > *:first-child {
  margin-left: 0;
}

.casino-row > *:last-child {
  margin-right: 0;
}

.casino-row img {
  vertical-align: bottom;
  border-radius: 5px;
}

.casino-row .block-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 110px;
  border: 1px solid #E2E6E9;
  border-radius: 3px;
  position: relative;
}

.casino-row .block-1 a {
  width: 100%;
}

.casino-row .block-1 .logo {
  overflow: hidden;
  margin: 0 auto;
  height: 81px;
  width: 100%;
  border-radius: 3px;
}

.casino-row .block-1 .logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.casino-row .block-1 .row-numb {
  position: absolute;
  background-color: #F5F5F5;
  color: #000;
  font-size: 9px;
  font-weight: 700;
  width: 20px;
  height: 18px;
  border-radius: 3px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -1px;
  left: -1px;
}

.casino-row .block-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 120px;
  border: 1px solid #E2E6E9;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.casino-row .block-2 .rating-num {
  margin-bottom: 4px;
  font-size: 14px;
}

.casino-row .block-2 .rating-num .big {
  font-size: 21px;
  font-weight: 900;
}

.casino-row .block-2 span.stars {
  width: 45px;
  height: 8px;
  background-image: url(../../assets/img/stern-gr.png);
  background-size: contain;
  position: relative;
}

.casino-row .block-2 span.stars .stars-active {
  max-width: 45px;
  height: 8px;
  background-image: url(../../assets/img/stern.png);
  background-size: contain;
}

.casino-row .block-3 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}

.casino-row .block-3 .title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

.casino-row .block-3 ul {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  padding: 0 0 0 25px;
}

.casino-row .block-3 ul li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.casino-row .block-4 {
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
}

.casino-row .block-4.software-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.casino-row .block-4.software-payment .title {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}

.casino-row .block-4.software-payment .logo {
  border: 1px solid #C4C4C4;
}

.casino-row .block-4.software-payment .payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.casino-row .block-4.software-payment .payment .logo {
  width: 32px !important;
  height: 23px !important;
}

.casino-row .block-4.software-payment .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.casino-row .block-4.software-payment .logos .logo {
  margin-bottom: 5px;
  background-color: #fff;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 75px;
  border-radius: 3px;
  margin-right: 8px;
  margin-bottom: 4px;
}

.casino-row .block-5 {
  max-width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E2E6E9;
  border-radius: 3px;
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
}

.casino-row .block-5 .small-text {
  font-size: 12px;
  font-weight: 500;
}

.casino-row .block-5 .big-text {
  font-size: 23px;
  font-weight: 700;
  position: relative;
}

.casino-row .block-5 .big-text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #FED501;
}

.casino-row .block-6 {
  max-width: 100%;
  margin: 10px;
  margin-bottom: 0;
}

.casino-row .block-6 a.small-link {
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin-top: -3px;
  margin-bottom: 7px;
  text-align: center;
}

.casino-row .block-6 a.cta-button {
  color: #fff;
  background-color: #46C977;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 3px;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
  margin-bottom: 7px;
}

.casino-row .block-6 a.cta-button:hover {
  background-color: rgba(9, 170, 62, 0.8);
}

.casino-row .block-6 .sub-but-text {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  margin-top: 3px;
  color: #A4ADB9;
}

.casino-row.casino-first-row {
  border: 1px solid #000000;
}

.casino-row.casino-first-row .row-numb {
  background-color: #FED501;
}

@media (min-width: 576px) {
  .casino-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 15px 15px;
  }
  .casino-row > * {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
  .casino-row .block-3 {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    text-align: left;
  }
  .casino-row .block-3 .title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
  }
  .casino-row .block-3 ul {
    font-size: 12px;
    line-height: 21px;
    margin: 0;
  }
  .casino-row .block-3 ul li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
  }
  .casino-row .block-4.software-payment .logos .logo {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .hero {
    padding-top: 80px;
  }
  .hero .logo-top {
    top: 40px;
    left: 54%;
  }
  header {
    padding: 25px 30px 0 30px;
  }
  header .dots {
    display: block;
  }
  .casino-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
  }
  .casino-row > * {
    margin: 5px 9px;
    min-height: auto;
    min-width: auto;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .casino-row .block-6 {
    max-width: 200px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .casino-row .block-6 a.small-link {
    font-size: 11px;
    text-align: left;
  }
  .casino-row .block-6 .sub-but-text {
    font-size: 11px;
    text-align: left;
  }
  .dark-cta-bar .cta-content .cta-text {
    margin: 0 20px;
    text-align: left;
  }
  .dark-cta-bar .cta-content .cta-button {
    margin: 0 20px;
  }
  .message-service .app-image {
    padding-right: 30px;
  }
  .message-service .app-image.app-image-message::after {
    display: block;
    position: absolute;
    content: '';
    top: 25px;
    right: -50px;
    background: url(../img/gewinn-after.svg);
    background-repeat: no-repeat;
    width: 100px;
    height: 42px;
  }
  .your-choice .choice-buttons {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .your-choice .btn-desc {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  .casino-row > * {
    margin: 0px 9px;
  }
}

.your-choice {
  background-color: #F7F7F7;
  padding-bottom: 120px;
}

.your-choice .choice-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.your-choice .cta-button {
  font-size: 15px;
  font-weight: 700;
  margin-left: 10px;
  margin-right: 10px;
}

.your-choice .cta-button a {
  margin: 10px 0;
}

.your-choice .cta-button button.btn-prim {
  padding: 13px 20px;
}

.your-choice .btn-desc {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
  padding-left: 12px;
}

.your-choice .note {
  padding: 15px;
  background-color: #fff;
  text-align: center;
  font-size: 15px;
}

.your-choice .note p {
  max-width: 770px;
  margin: 0 auto;
}

footer {
  padding: 30px 0 20px 0;
  background-color: #222222;
  position: relative;
}

footer .logo {
  position: absolute;
  width: 145px;
  top: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

footer .logo img {
  width: 100%;
  height: auto;
}

footer p {
  font-size: 11px;
  color: #fff;
  margin-bottom: 5px;
  text-align: center;
}

footer .footer-menu {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer-menu ul {
  font-size: 12px;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .footer-menu ul li {
  margin: 10px 15px;
}

footer .footer-menu ul li a {
  color: #bebfc1;
  text-decoration: none;
}

footer .footer-menu ul li a:hover {
  color: #000;
}

@media (min-width: 576px) {
  footer .footer-menu ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  footer .footer-menu ul li {
    margin: 0 15px;
  }
}

footer .footer-logos {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer-logos .logo-icon {
  height: 27px;
  width: auto;
  margin: 0 20px;
}
