.hidden {
  display: none !important;
}
.news-section .global-wrapper .news-boxes .news-box .content-box .content-box-wrapper {
  height: 100%;
  justify-content: space-between;
}
.scheme-section .global-wrapper .scheme .scheme-boxes {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  grid-template-columns: inherit;
  grid-gap: inherit;
}
.scheme-section .global-wrapper .scheme .scheme-boxes .box .shape {
  position: relative;
  margin: -44px auto 0;
}
.scheme-section .global-wrapper .scheme .scheme-boxes .box-wrapper:last-child .top-content:after {
  display: none;
}
@media (min-width: 1860px) {
  .scheme-section .global-wrapper .scheme .scheme-boxes .box-wrapper {
    flex: 0 0 25%;
    padding: 42px 20px;
  }
  .scheme-section .global-wrapper .scheme .scheme-boxes .box-wrapper:nth-child(4n+0) .top-content:after {
    display:  none;
  }
}
@media (min-width: 1160px) and (max-width: 1859px) {
  .scheme-section .global-wrapper .scheme .scheme-boxes .box-wrapper {
    flex: 0 0 33%;
    padding: 42px 20px;
  }
  .scheme-section .global-wrapper .scheme .scheme-boxes .box-wrapper:nth-child(3n+0) .top-content:after {
    display:  none;
  }
}
@media (min-width: 769px) and (max-width: 1159px) {
  .scheme-section .global-wrapper .scheme .scheme-boxes .box-wrapper {
    flex: 0 0 50%;
    padding: 42px 20px;
  }
  .scheme-section .global-wrapper .scheme .scheme-boxes .box-wrapper:nth-child(2n+0) .top-content:after {
    display:  none;
  }
}
@media (max-width: 768px) {
  .scheme-section .global-wrapper .scheme .scheme-boxes .box-wrapper {
    flex: 0 0 100%;
    padding: 42px 20px;
  }
  .scheme-section .global-wrapper .scheme .scheme-boxes .box-wrapper .top-content:after {
    display:  none;
  }
}
.scheme-section .global-wrapper .scheme .scheme-boxes .box-wrapper .box:after,
.scheme-section .global-wrapper .scheme .scheme-boxes .box-wrapper .box:before {
  content: "";
  background: url(../img/dashed-line.png);
  height: 1px;
  width: 120px;
  position: absolute;
  bottom: auto;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.scheme-section .global-wrapper .scheme .scheme-boxes .box-wrapper .box:after {
  width: 100%;
}

.games-library-section .games-library-boxes .game-box .box-content .game-info {
  margin-bottom: 10px;
}

.games-library-section .games-library-boxes .game-box .box-content .game-info.full-width {
  margin-bottom: 20px;
  grid-template-columns: repeat(1, 1fr);
}

.GamesLibraryPage .select2-container {
  margin-bottom: 0 !important;
  margin-right: 16px;
}
.filter-form form {
  padding: 17px 20px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  color: #fefefe;
}
.dnld-descr {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}
.no-styles {
  text-transform: none;
}
.no-styles .description {
  text-transform: none;
}
.no-styles:after {
  display: none;
}
@media (max-width: 1280px) {
	.GamesLibraryPage .select2-container{
		margin-top: 20px !important;
	}
	.GamesLibraryPage .heading-section .heading-content {
		height: 150px;
	}
	.filter-form {
		height: 350px;
	}
	.filter-form form {
		vertical-align: bottom !important;
	}
	.BlogPage .heading-section {
		min-height: 500px;
	}
	.global-wrapper {
		padding-bottom: 0px;	
	}
}
@media (max-width: 1024px) {
	.GamesLibraryPage .heading-section .heading-content {
		height: 100px;
	}
}
@media (max-width: 960px) {
	.BlogPage .heading-section {
		min-height: 650px;
	}
	body.ComingSoonGames .heading-section {
		min-height: 500px;
	}
}
@media (max-width: 768px) {
body.ComingSoonGames .heading-section {
		min-height: 400px;
	}
.filter-form {
	height: 400px;
}
	.BlogPage .heading-section {
		min-height: 600px;
	}
	.GamesLibraryPage .heading-section .heading-content {
		height: 100px;
	}
	.ContactsPage .heading-section,
	.NewsPage .heading-section,
	.AboutusPage .heading-section,
	.PartnersPage .heading-section,
	.PlatformPage .heading-section,
	.ProductsHolderPage .heading-section,
	.FreeSpinsPage .heading-section,
	.CountriesPage .heading-section,
	.SingleCountryPage .heading-section,
	.PromotionsHolderPage .heading-section,
	.CommonPage .heading-section,
	.SupportPage .heading-section,
	.NewsPostPage .heading-section,
	.JackpotsPage .heading-section{
		min-height: 200px;
	}
	.GamesLibraryPage .heading-section {
		min-height: 350px;
	}
	.contacts-section .contacts-box .contacts-wrapper .content-wrapper form .form-group-wrap .form-group:not(input) {
		width: 100%;
	}
}
#app article {
	padding: 250px 6rem 150px;
}



.SingleGamePage .heading-section .global-wrapper .heading-content h1 {
  width: auto;
}
.SingleGamePage .heading-section {
  min-height: auto;
}
.SingleGamePage .top-content {
  display: flex;
  margin-bottom: 30px;
flex-wrap: wrap;
}

.SingleGamePage .top-content .game-thumb {
  margin-right: 30px;
}
.SingleGamePage .buttons-wrap {
  margin-top: 30px;
}
.single-game-content .game-info {
  flex: 1;
}
.single-game-content .game-info .row {
  display: flex;
}
.single-game-content .game-info .row p {
  margin-right: 10px;
}
.single-game-content .intro-text {
  margin-bottom: 30px;
}

.download-boxes-section .boxes {
  grid-template-columns: repeat(3, 1fr);
}
.transparent-bg-box {
  padding: 80px 30px;
}
.transparent-bg-box .content h3 {
  font-size: 30px;
}
@media (max-width: 768px) {
  .download-boxes-section .boxes {
    grid-template-columns: repeat(1, 1fr);
  }
}

.plain-content-box .transparent-bg-btn {
  color: #fff;
}

.CareersPage .heading-section {
  min-height: 200px;
}

.ApplyCareer .heading-section {
  min-height: 200px;
}
.ApplyCareer .basic-section .global-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: flex-start
}
@media (max-width: 768px) {
	.ApplyCareer .basic-section .global-wrapper {
		align-items: initial;
	}
}
.ApplyCareer .basic-section .global-wrapper .plain-content-box {
  flex: 1 1 66%;
}
.ApplyCareer .basic-section .global-wrapper aside {
  flex: 1 1 25%;
  margin-top: 20px;
}
.ApplyCareer .form-group-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.ApplyCareer span.message.required,
.ApplyCareer span.error.message {
  left: auto;
  right: 16px;
  font-size: 14px;
}
.ApplyCareer .terms-checkbox + span.error.message {
  right: auto;
  top: 50%;
  font-size: 14px;
}
.career_form form input {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    outline: none;
    margin-bottom: 20px;
}
.career_form form textarea {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    outline: none;
    resize: none;
    margin-bottom: 40px;
}

.career_form form div.textarea {
/*   margin-right: 30px; */
}
.career_form form .form-group-wrap .form-group:not(input) {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 30px;
}
.career_form .btn-toolbar.Actions {
  text-align: center;
}
.career_form form .terms-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 60px;
    position: relative;
}
.career_form form .terms-checkbox .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    outline: 0;
    line-height: 24px;
    margin-bottom: 0px;
    padding-left: 40px;
}
.career_form form .terms-checkbox .styled-checkbox + label:before {
    content: "";
    position: absolute;
    left: 0;
    margin-right: 15px;
    display: inline-block;
    width: 28px;
    height: 24px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(0, 0, 0, 0.3);
    outline: 0;
}
.career_form form .terms-checkbox .styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 15px;
    background: #27BDBE;
    width: 2px;
    height: 2px;
    -webkit-box-shadow: 2px 0 0 #27bdbe, 4px 0 0 #27bdbe, 4px -2px 0 #27bdbe, 4px -4px 0 #27bdbe, 4px -6px 0 #27bdbe, 4px -8px 0 #27bdbe;
    box-shadow: 2px 0 0 #27bdbe, 4px 0 0 #27bdbe, 4px -2px 0 #27bdbe, 4px -4px 0 #27bdbe, 4px -6px 0 #27bdbe, 4px -8px 0 #27bdbe;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    z-index: 999;
}
.career_form form .terms-checkbox .styled-checkbox {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
}
.career_form form .inputfile + label {
    width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    outline: none;
    margin-bottom: 0px;
    padding-left: 20px;
}
.career_form form input[type=file] {
    display: none !important;
}

.ApplyCareer aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 40px 40px;
}
.ApplyCareer aside hr {
  opacity: 0.25;
  margin: 30px 0;
}
.ApplyCareer aside dl {
  line-height: 2;
}
.ApplyCareer aside dt {
  float: left;
  margin-right: 10px;
}
.ApplyCareer aside ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}
.ApplyCareer aside ul li {
  padding: 15px;
  background-color: #101010;
  border-radius: 8px;
  margin-bottom: 12px;
  margin-right: 12px;
}
.ApplyCareer aside ul li:last-of-type {
  margin-bottom: 12px;
  margin-right: 0;
}
.ApplyCareer aside ul li:before {
  display: none;
}

.position-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 50px;
}
.position-box__image {
  width: 33.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.position-box__image img {
  margin-bottom: 0;
}
.position-box__content-wrapper {
  padding: 40px 40px;
  width: 66.6667%;
}
.position-box__content-wrapper__content {}
.position-box__content-wrapper h3 a {
  color: #fff;
}
.position-box__content-wrapper__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.position-box__content-wrapper__title .created img {
  margin-bottom: 0;
  margin-right: 10px;
}

.LandingPage fieldset {
  border: none;
}
.LandingPage .contacts-section .contacts-box .contacts-wrapper .content-wrapper form .form-group-wrap .form-group {
  width: 100%;
}
.LandingPage .btn-toolbar {
  text-align: center;
}
.LandingPage .fieldgroup-field {
/*     width: 48%; */
}
.career_form > p {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 30px;
}


@media (max-width: 768px) {

  .position-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .position-box__image {
    width: 100%;
  }
  .position-box__content-wrapper {
    width: 100%;
  }
  .position-box__content-wrapper__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .ApplyCareer .basic-section .global-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .ApplyCareer .basic-section .global-wrapper aside {
    padding: 30px;
  }
  .ApplyCareer .basic-section .global-wrapper > * {
    margin-bottom: 50px;
  }
  .ApplyCareer .form-group-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ApplyCareer .career_form form div.textarea {
    margin-right: 0;
  }
  .career_form form .form-group-wrap .form-group:not(input) {
    width: 100%;
    margin-right: 0;
  }
  .ApplyCareer .terms-checkbox + span.error.message {
    top: auto;
    bottom: 60px;
    position: relative;
  }
  .heading-section .global-wrapper .heading-boxes .heading-info {
    margin-bottom: 30px;
  }

}


/*blog pages*/
.BlogPage .heading-section {
	min-height: 100px;
}
.BlogPostPage .heading-section {
	min-height: 320px;
}
.news-section .global-wrapper .news-boxes .blog-box{
	width: 100%;
	max-width: 100%;
	margin-bottom: 25px;
}
.news-section .global-wrapper .news-boxes .blog-box .img-box {
	width: 40% !important;
	height: 100%;
	min-height: 400px;
	border-radius: 25px 0px 0px 25px;
}
.news-section .global-wrapper .news-boxes .blog-box .content-box {
	border-radius: 25px !important;
	border: 1px solid rgba(255,255,255,0.25) !important;
	display: flex;
	flex-direction: row;
	max-height: 500px;
}

.news-section .global-wrapper .news-boxes .blog-box .content-box .content-box-wrapper {
	width: 60%;
}
.news-section .global-wrapper .news-boxes .blog-box .content-box .content-box-wrapper .row {
	display: block;
	overflow-y: hidden;
	padding: 25px 0px;
}

.BlogPage .news-section .global-wrapper .news-boxes {
	display: initial;
}

@media (max-width: 580px) {
	.BlogPostPage .heading-section {
		min-height: 200px;
	}
	.news-section .global-wrapper .news-boxes .blog-box .img-box {
		width: 100% !important;
		height: 100%;
		min-height: 300px;
		border-radius: 25px 25px 0px 0px;
	}
	.news-section .global-wrapper .news-boxes .blog-box .content-box {
		border-radius: 25px !important;
		border: 1px solid rgba(255,255,255,0.25) !important;
		display: flex;
		flex-direction: column;
		max-height: 550px;
	}
	.news-section .global-wrapper .news-boxes .blog-box .content-box .content-box-wrapper {
		width: 100%;
	}
	.blog-box-content {
		display: none;
	}
}

.ss-htmleditorfield-file {
	max-width: 100%;
	height: auto;
}

.pagination,
.news-box {
	margin-bottom: 25px;
}
.socials-wrap {
	margin-top: 25px;
}

@media (max-width: 768px) {
    .img-only-box-slider-section .img-only-box-slider .img-only-box-slider-wrapper .img-only-box-swiper .img-only-box-swiper-wrapper .img-only-box .wrapper .img-box {
        max-width: 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

body.NewsPostPage section.heading-section {
	min-height: 320px;
}

.journey-swiper .swiper-button-prev,
.journey-swiper .swiper-button-next {
    width: 44px !important;
    height: 44px !important;
    background: url('../img/cyan-circle-arrow.svg') center / contain no-repeat;
    margin-top: 0;
    top: -335px !important;            
    z-index: 5 !important;
    cursor: pointer;
}
.journey-swiper .swiper-button-prev::after,
.journey-swiper .swiper-button-next::after {
    content: '';
}
.journey-swiper .swiper-button-prev {
    left: 10px !important;
    transform: rotate(270deg);
}
.journey-swiper .swiper-button-next {
    right: 10px !important;
    transform: rotate(-270deg);
}