@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap');
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
}
body {
    background: #E6F4FF;
  color: #000000;
    overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000000;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2 {
  font-family: Open Sans, sans-serif;

}
h3 {
  margin: 15px 15px 15px 0;
}

.headline {
  margin: 40px 0 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
ul .item-text {
  margin-bottom: 20px;
  list-style-type: none;
}
ul .payments {
  list-style-type: none;
}

.bold-item-text {
    font-weight: bold;
}
ul .reallist {
  list-style-type: disc !important;
}
ol .reallist {
  list-style-type: decimal !important;
}
.reallist li {
  margin-bottom: 10px;
  margin-left: 20px
}

img {
  max-width: 100%;
}

.container {
  width: 940px;
  margin: 0 auto;
}

.text-content p {
  color: #000000;
  margin-bottom: 40px;
}

.clicklinks {
  cursor: pointer;
}

@media (max-width: 991px) {
  .container {
    width: 100%;
    padding: 0 10px;
    max-width: 500px;
  }
}

.bg {
  position: relative;
  padding: 0px 0px 0px;
}

.bg-l, .bg-r {
  position: absolute;
  top: 0px;
  z-index: 3;
}

@media (max-width: 2500px) {
  .bg-l {
    left: -350px;
    top: 100px;
  }

  .bg-r {
    right: -350px;
    top: 100px;
  }
}
@media (min-width: 2500px) {
  .bg-l {
    left: -350px;
    top: 100px;
  }

  .bg-r {
    right: -350px;
    top: 100px;
  }
}
@media (max-width: 1920px) {
  .bg-l {
    left: -300px;
    top: 100px;
  }

  .bg-r {
    right: -300px;
    top: 100px;
  }
}

@media (max-width: 1500px) {
  .bg-l {
    left: -235px;
  }

  .bg-r {
    right: -235px;
  }
}

@media (max-width: 1400px) {
  .bg-l, .bg-r{
    max-width: 150px;
  }
  .bg-l {
    left: -160px;
  }

  .bg-r {
    right: -160px;
  }
}
@media (max-width: 1280px) {
  .bg-l, .bg-r{
    display: none;
  }
}

.card-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0px;
}

.star-full img {
  display: block;
}

.recent .card-list.top .card-item .list {
  margin-top: 10px;
}

@media only screen and (max-width: 991px) {
  .card-rating {
    margin: 10px 0px;
  }
}

.star-full {
  max-width: 90px;
}

.star-full img {
  max-width: 100%;
}

.hero {
  background: #E6F4FF;
  padding: 60px 0px 0px 0px;
}

.recent {
  background: #E6F4FF;
}

.recent .list-wrapper .list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.recent .card-list {
  margin: 0px;
}

.recent .card-item {
  -webkit-box-shadow: 0 3px 0 0 #ffffff;
  box-shadow: 0 3px 0 0 #B5E3FF;
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 0px 24px 0px 0px;
  background: #FFFFFF;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

@media only screen and (max-width: 991px) {
  .recent .card-item {
    padding: 20px 15px;
    margin: 0px 0px 20px 0px;
    position: relative;
    flex-wrap: wrap;
  }
}

@media (max-width: 374px) {
  .recent .card-item {
    padding: 36px 0px 36px 0px;
  }
}

.recent .card-item .list-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: #0B1F36;
  margin: 0px 0px 5px 0px;
  line-height: 11px;
  display: inherit;
  text-decoration: none;
  transition: 0.1s ease;
}

.recent .card-item .list-title:hover {
  color: #33D49D;
  transition: 0.1s ease;
}

.recent .card-item .list {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0px 0px 0px;
}

@media only screen and (max-width: 991px) {
  .recent .card-item .list {
    margin: 0px 0px;
    margin-top: 15px;
  }
}

.recent .card-item .list .item {
  display: flex;
  margin: 0px 0px 10px 0px;
  line-height: 10px;
}

.recent .card-item .list .item:last-child {
  margin: 0px;
}

@media only screen and (max-width: 991px) {
  .recent .card-item .list .item {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 170px;
  }
}

.recent .card-item .list .item .image, .recent .card-item .list .item .title {
  display: inline-block;
  vertical-align: middle;
}

.recent .card-item .list .item .image {
  margin: 0px;
  width: 14px;
  min-width: 14px;
  height: 14px;
}

.recent .card-item .list .item .title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #0B1F36;
  font-size: 13px;
  line-height: 15px;
  padding-left: 5px;
}

.recent .card-item .card-ranking {
  width: 30px;
  min-width: 30px;
  height: 100%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: -webkit-box;
  display: -moz-flex;
  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;
  background: #FFFFFF;
}
.recent .card-item .card-ranking img{
  width: 28px;
}
@media only screen and (max-width: 991px) {
  .recent .card-item .card-ranking {
    margin: -130px 0px 0px -20px;
    border-radius: 10px;
  }
  .recent .card-item .card-ranking{
    display: none;
  }
  .recent .card-item .card-ranking.medal{
    margin: 0px;
    position: absolute;
    top: -8px;
    background: transparent;
    right: auto;
    height: auto;
    display: block;
    z-index: 3;
    left: 98px;
  }
}

@media (max-width: 374px) {
  .recent .card-item .card-ranking {
    margin: -140px 0px 0px 0px;
  }
}

.recent .card-item .card-ranking span {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #8C1C1C;
}

.recent .card-item .logo {
  width: 190px;
  display: flex;
  min-width: 190px;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

.recent .card-item .logo img {
  width: auto;
  max-width: 72%;
  display: block;
  height: auto;
  /*max-height: 43%;*/
  max-height: 70px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hide-button {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  border: 3px solid #abb0ba;
  border-radius: 6px;
  background: #e5e7eb;
  color: #000000;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  cursor: pointer;
}

.hide {
  display: none;
}

.recent .card-item .button {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  border-bottom: 3px solid #0C8645;
  border-radius: 6px;
  background: #0FA958;
  color: #ffffff;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  width: 100%;
  max-width: 180px;
  margin: 0;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 991px) {
  .recent .card-item .button {
    width: 100%;
    margin: 15px auto 0px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .recent .card-item .button {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .recent .card-item .button:hover {
    background: #0C8645;
  }
}

.recent .card-item .payments {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  width: 105px;
  margin-bottom: -2px;
  margin-right: 42px;
  order: -1;
}

@media only screen and (max-width: 991px) {
  .recent .card-item .payments {
    margin: 15px 0px 0px;
    width: 100%;
    order: 1;
    justify-content: center;
  }
}

.recent .card-item .payments .item {
  margin: 0px 4px 4px 0px;
}
.recent .card-item .payments .item:nth-child(3n), .recent .card-item .payments .item:last-child{
  margin: 0px 0px 4px 0px;
}
.recent .card-item .payments .item .image {
  width: 30px;
}
.recent .card-item .payments .item .image img{
  display: block;
  border-radius: 2px;
}
.recent .block-l {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 65%;
}
.recent .block-l .list-wrapper{
  padding: 15px 0px 15px 15.5px;
}
.recent ul.card-list.top .block-l .list-wrapper{
  padding: 15px 0px 15px 15px;
}
.recent .block-r {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
}

@media only screen and (max-width: 991px) {
  .recent .block-r {
    margin: auto;
    flex-wrap: wrap;
    width: 100%;
  }
  .recent .card-item .payments .item{
    margin: 0px 4px 0px 0px;
  }
  .recent .card-item .payments .item:nth-child(3n){
    margin: 0px 2px 0px 0px;
  }
}

.footer {
  background: #3399FF;
}


@media only screen and (max-width: 991px) {
  .footer .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 10px 0px
  }
}


@media only screen and (max-width: 991px) {
  .footer .copyright-icon {
    margin: 0px 20px 0px 0px;
  }
}

.hero.with_img.item_1 {
  padding: 110px 0px 20px 0px;
  margin: 0px;
}
.hero.with_img.item_2 {
  padding: 55px 0px 20px 0px;
  margin: 0px;
}

.hero.with_img .title{
  align-items: baseline;
  display: flex;
  margin: 0px;
}
.hero.with_img .title img{
  margin-right: 10px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .footer .copyright-text {
    text-align: left;
  }
  .footer{
    margin-top: 0;
  }
  .recent ul.card-list .block-l .list-wrapper{
    padding: 0px 0px 0px 15px;
  }
  .recent .block-l{
    width: 100%;
    align-items: flex-start;
    position: relative;
  }
  .recent .card-item .logo{
    width: 120px;
    min-width: 120px;
    height: 100%;
  }
  .recent ul.card-list.top .block-l .list-wrapper {
    padding: 0px 0px 0px 15px;
  }
  .recent ul.card-list .list-title{
    margin-bottom: 10px;
  }
  .recent ul.card-list.top .list-title{
    margin-bottom: 0px;
  }
  .hero{
    padding: 50px 0px 0px 0px;
  }
  .hero .title{
    margin: 0px;
  }
  .hero.with_img .title {
    font-size: 19px;
  }
  .hero.with_img{
    padding: 50px 0px 20px 0px;
    margin: 0px;
  }
  .footer .copyright-text{
    line-height: 24px;
    /*padding: 0px 50px;*/
  }
  .item.paynplay {
    display: block;
  }
}
@media only screen and (max-width: 425px) {
  .hero.with_img .title {
    /*font-size: 17px;*/
    align-items: flex-end;
  }
  .hero.with_img .title img {
    /*margin-top: 5px;*/
    margin-bottom: 2px;
    /*max-width: 25px;*/
  }
  .lang-at .hero.with_img .title {
    font-size: 16px;
  }
  .lang-at .hero.with_img .title img {
    max-width: 25px;
  }
  .lang-en.index .hero.with_img .title {
    font-size: 15px;
  }
  .lang-en.index .hero.with_img .title img {
    max-width: 22px;
  }
}
@media only screen and (max-width: 375px) {
  .lang-en.casino .hero.with_img .title {
    font-size: 18px;
  }
  .hero.with_img .title img {
    max-width: 25px;
  }
  .lang-at .hero.with_img .title {
    font-size: 15px;
  }
}

@media only screen and (max-width: 991px){
  footer .copyright-text br, footer .copyright-text a, footer .copyright-text span.sep{
    display: inline-block !important;
    font-family: 'Montserrat', sans-serif !important;
  }
  .desc{
    display: none !important;
  }
  .footer .copyright .f_right{
    display: none;
  }
}

footer .copyright-text{
  padding: 0px 5px 0px 0px;
  font-family: 'Montserrat', sans-serif !important;
}
footer img{
  padding-left: 5px;
}
@media (min-width: 991px) {
  .recent .card-item .logo{
    min-height: 150px;
  }
  footer .copyright-text{
    padding: 0px 10px;
  }
  footer img{
    padding-left: 5px;
  }
}

@media only screen and (max-width: 991px){
  footer .copyright-text br, footer .copyright-text span, footer .copyright-text a{
    display: inline-block !important;
  }
  footer .copyright-text span.hide-mob{
    display: none!important;
  }
}

@media (max-width: 991px) {
  .top .flag {
    position: relative;
    width: 0px;
    left: -4px;
    top: 36px;
    z-index: 1;
  }
}
@media only screen and (max-width: 991px) {
  .recent .card-item .card-ranking.medal {
    margin: 0px;
    position: absolute;
    top: -8px;
    background: transparent;
    right: auto;
    height: auto;
    display: block;
    left: 98px;
  }

  .top .flag {
    position: relative;
    width: 0px;
    left: -4px;
    top: 4px;
    z-index: 1;
  }

  .flag {
    display: block;
    position: relative;
    width: 0px;
    left: -4px;
    top: 4px;
    z-index: 1;
  }
  .tax-free {
    left: 36px;
    top: 4px;
  }
}

@media only screen and (max-width: 375px) {
  .recent .card-item .card-ranking.medal {
    margin: 0px;
    position: absolute;
    background: transparent;
    height: auto;
    display: block;
  }
}

@media only screen and (min-width: 992px){
  .lang-sv .recent  .card-item .payments.count_1 .item:only-child .image {
    width: 95px;
  }

  .recent .card-item .payments .item:only-child  .image {
    width: 72px;
  }
  .recent .card-item .payments .item:only-child .image img {
    width: 100%;
  }
  .recent .card-item .payments.count_2.trustly.paynplay {
    width: auto;
  }
  .recent .card-item .payments.count_2.trustly.paynplay .item .image {
    width: 47px;
  }
  .recent .card-item .payments.count_2 .item .image img {
    width: 100%;
  }
  .lang-sv .recent .card-list .card-item .payments.count_1 .item:only-child .image {
    width: 95px;
  }
  .lang-sv .recent .card-list .card-item .payments.count_2 .item .image {
    width: 47px;
  }
  .lang-sv .recent .card-list .card-item .payments.count_2 .item {
    margin: 0px 4px 4px 0px;
  }
  .lang-sv .recent .card-item .payments.count_1 .image.desktop, .recent .card-item .payments.count_2 .image.desktop {
    display: block;
  }
  .lang-sv .recent .card-item .payments.count_1 .image.mobile, .recent .card-item .payments.count_2 .image.mobile {
    display: none;
  }
}

/*------------------Navbar-------------------*/

.wrapper{
  background: #3399FF;
  position: fixed;
  width: 100%;
  z-index: 4;
}
.wrapper nav{
  position: relative;
  display: flex;
  max-width: calc(100% - 200px);
  margin: 0 auto;
  height: 70px;
  align-items: center;
  justify-content: space-between;F
}
nav .content{
  display: flex;
  width: 100%;
  text-align: center;
  align-items: center;
}
nav .content .links{
  margin-left: 80px;
  display: flex;
}
.content .links li{
  list-style: none;
  line-height: 70px;
}
.content .links li a,
.content .links li label{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 17px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.content .links li label{
  display: none;
}
.content .links li a:hover,
.content .links li label:hover{
  background: #0C8645;
}
.wrapper .search-icon,
.wrapper .menu-icon{
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  line-height: 50px;
  width: 50px;
  text-align: center;
}
.wrapper .menu-icon{
  display: none;
}

/* ---------Language drop down---------*/

.wrapper .language-img{
  width: 30px;
  display: block;
}
.wrapper .drop-down-body{
  position: relative;
}
.wrapper .drop-down-btn{
  display: flex;
  align-items: center;
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
  color: #000;
  border: 3px solid #c1c1c1;
  cursor: pointer;
}
.wrapper .language-menu{
  position: absolute;
  background-color: #f3f3f3;
  border-radius: 5px;
  border: 3px solid #c1c1c1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
.wrapper .language-item{
  display: flex;
  align-items: center;
  padding: 5px;
  cursor: pointer;
  border-radius: 2px;
  transition: background-color 0.4s;
}
.wrapper .drop-down-btn:hover + .language-menu,
.wrapper .language-menu:hover{
  opacity: 1;
  visibility: visible;
}
.wrapper .language-item:hover{
  background-color: #27a3c5;
}

/*.wrapper #show-search:checked ~ .search-icon i::before{*/
/*  content: "\f00d";*/
/*}*/

/*.wrapper .search-box{*/
/*  position: absolute;*/
/*  height: 100%;*/
/*  max-width: calc(100% - 50px);*/
/*  width: 100%;*/
/*  opacity: 0;*/
/*  pointer-events: none;*/
/*  transition: all 0.3s ease;*/
/*}*/
/*.wrapper #show-search:checked ~ .search-box{*/
/*  opacity: 1;*/
/*  pointer-events: auto;*/
/*}*/
/*.search-box input{*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  border: none;*/
/*  outline: none;*/
/*  font-size: 17px;*/
/*  color: #fff;*/
/*  background: #3E0B68;*/
/*  padding: 0 100px 0 15px;*/
/*}*/
/*.search-box input::placeholder{*/
/*  color: #f2f2f2;*/
/*}*/
/*.search-box .go-icon{*/
/*  position: absolute;*/
/*  right: 10px;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  line-height: 60px;*/
/*  width: 70px;*/
/*  background: #3E0B68;*/
/*  border: none;*/
/*  outline: none;*/
/*  color: #fff;*/
/*  font-size: 20px;*/
/*  cursor: pointer;*/
/*}*/
.wrapper input[type="checkbox"]{
  display: none;
}

/* Dropdown Menu code start */
.content .links ul{
  position: absolute;
  background: #8C1C1C;
  top: 80px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.content .links li:hover > ul{
  top: 70px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.content .links ul li a{
  display: block;
  width: 100%;
  line-height: 30px;
  border-radius: 0px!important;
}
.content .links ul ul{
  position: absolute;
  top: 0;
  right: calc(-100% + 8px);
}
.content .links ul li{
  position: relative;
}
.content .links ul li:hover ul{
  top: 0;
}

/* Responsive code start */
@media screen and (max-width: 1250px){
  .wrapper nav{
    max-width: 100%;
    padding: 0 20px;
  }
  nav .content .links{
    margin-left: 30px;
  }
  .content .links li a{
    padding: 8px 13px;
  }
  .wrapper .search-box{
    max-width: calc(100% - 100px);
  }
  .wrapper .search-box input{
    padding: 0 100px 0 15px;
  }
}

@media screen and (max-width: 900px){
  .wrapper .menu-icon{
    display: block;
  }
  .wrapper #show-menu:checked ~ .menu-icon i::before{
    content: "\f00d";
  }
  nav .content .links{
    display: block;
    position: fixed;
    background:  #8C1C1C;
    height: 100%;
    width: 100%;
    top: 70px;
    left: -100%;
    margin-left: 0;
    max-width: 350px;
    overflow-y: auto;
    padding-bottom: 100px;
    transition: all 0.3s ease;
  }
  nav #show-menu:checked ~ .content .links{
    left: 0%;
  }
  .content .links li{
    margin: 15px 20px;
  }
  .content .links li a,
  .content .links li label{
    line-height: 40px;
    font-size: 20px;
    display: block;
    padding: 8px 18px;
    cursor: pointer;
  }
  .content .links li a.desktop-link{
    display: none;
  }

  /* dropdown responsive code start */
  .content .links ul,
  .content .links ul ul{
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    max-height: 0px;
    overflow: hidden;
  }
  .content .links #show-features:checked ~ ul,
  .content .links #show-services:checked ~ ul,
  .content .links #show-items:checked ~ ul{
    max-height: 100vh;
  }
  .content .links ul li{
    margin: 7px 20px;
  }
  .content .links ul li a{
    font-size: 18px;
    line-height: 30px;
    border-radius: 5px!important;
  }
}

@media screen and (max-width: 400px){
  .wrapper nav{
    padding: 0 10px;
  }
  .content .logo a{
    font-size: 27px;
  }
  .wrapper .search-box{
    max-width: calc(100% - 70px);
  }
  .wrapper .search-box .go-icon{
    width: 30px;
    right: 0;
  }
  .wrapper .search-box input{
    padding-right: 30px;
  }
}

.item_image_info {
    padding: 20px 0 20px 0;
}
.item_image_coins {
    padding: 20px 0 0 0;
}
.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
  margin: 15px 0 15px 0;
}

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

.video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: none;
  padding: 0;
  width: 68px;
  height: 48px;
  border: none;
  background-color: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.video__button-shape {
  fill: #212121;
  fill-opacity: 0.8;
}

.video__button-icon {
  fill: #ffffff;
}

.video__button:focus {
  outline: none;
}

.video:hover .video__button-shape,
.video__button:focus .video__button-shape {
  fill: #ff0000;
  fill-opacity: 1;
}

/* Enabled */

.video--enabled {
  cursor: pointer;
}

.video--enabled .video__button {
  display: block;
}

/*----------------Table-----------------*/

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  margin: 2rem auto;
  table-layout: fixed;
  width: 90%;
  max-width: 940px;
  border: 0;

}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
  font-family: Open Sans, sans-serif;
}

table tr {
  background-color: #ffffff;
  padding: .35em;
  border-radius: 5px;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 3px 0 0 #abb0ba;
}

table th,
table td {
  padding: 1em;
  text-align: left;
  padding-left: 30px;
}

table tr:first-child td:first-child {
    border-top-left-radius: 5px;
}
table tr:first-child td:last-child {
    border-top-right-radius: 5px;
}
table tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}
table tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

table th {
  font-size: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    
table {
    font-size: 0.8rem;
  }

td {
  vertical-align: baseline;
}  

table th, table td {
  padding: 1em;
}

}
/*----------FAQ--------------*/

.faq_block {
  background: #e5e7eb;
}
.faq_block h2 {
    text-align: center;
}
.accordion {
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto;
  background: #e5e7eb;
}
.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
  background: #e5e7eb;
}
.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  background: #e5e7eb;
}
.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.accordion-item-header.active::after {
  content: "\2212";
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

/*------------------Footer-------------------*/

footer {
  background: #3399FF;
  height: auto;
  width: 100vw;
  padding-top: 40px;
  color: #003366;
}
.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.footer-content .logo {
  line-height: 3rem;
}
.footer-content p {
  max-width: 500px;
  margin: 10px auto;
  line-height: 28px;
  font-family: 'Montserrat', sans-serif;
}

.footer-content img {
  max-width: 160px;
  height: auto;
  display: block;
  margin: 0 auto 15px auto;
}

.socials {
  list-style: none;
  display: flex;
  align-items: center;  
  justify-content: center;
  margin: 1rem 0 3rem 0;
}
.socials li {
  margin: 0 10px;
}
.socials a {
  text-decoration: none;
  color: #ffffff;
}
.socials a i {
  font-size: 1.1rem;
  transition: color .4s ease;
}
.socials a:hover {
  color: #df271b;
}
.footer-bottom  {
  background: #3399FF;
  width: 100vw;
  padding: 20px 0;
  text-align: center;
}
.footer-bottom  p{
  font-size: 14px;
  word-spacing: 2px;
  font-family: 'Montserrat', sans-serif;

}

.aviagame-fullwidth {
  width: 100vw;
  background: #D7F0FF;
  display: flex;
  justify-content: center;
}

.game-container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  aspect-ratio: 16 / 9;
  background: url('../images/aviamasters-game-bg.png') no-repeat center center;
  background-size: cover; /* ВАЖНО: чтобы картинка вся влезла */
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button {
   position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  border-bottom: 3px solid #0C8645;
  border-radius: 6px;
  background: #0FA958;
  color: #ffffff;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  width: 100%;
  max-width: 180px;
  margin: 0;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.play-button:hover {
  background-color: #FFC300;
}

.game-iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: none;
}

video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.content .logo {
  width: 100%;
  height: 70px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .logo img {
  max-width: 100%;
  max-height: 60px;
  height: auto;
  width: auto;
  object-fit: contain;
}

.gallery {
  width: 100%;
  padding: 40px 0;
  background: #E6F4FF;
  text-align: center;
}

.gallery h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}

.slider {
  max-width: 100%;
  overflow-x: auto;
  padding: 20px 0;
}

.slide-track {
  display: flex;
  gap: 20px; /* расстояние между слайдами */
  overflow-x: auto;
  padding: 10px 0;
}

.slide {
  width: 100%;
  max-width: 500px; /* УВЕЛИЧЕННЫЙ РАЗМЕР */
  height: auto;
  flex-shrink: 0;
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
