* {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}
html{
	position: relative;
  min-height: 100%;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	min-width: 320px;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
  margin-bottom: 73px;
	overflow: hidden;
}
p{
	font-size: 16px;
	line-height: 1.8em;
	text-align: left;
	font-family: 'Open Sans';
	color: #5A5A5A;
}
.content p{
	margin: 24px auto;
}
.contact-us .has-large-font-size{
	margin: 0;
	line-height: 1.3em;
}
.container {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 70px;
	box-sizing: border-box;
	position: relative;
}
.container a{
	color: #00A3FF;
	text-decoration: none;
}
.container h3,
.container h2{
	margin-top: 15px;
	margin-bottom: 15px;
}
.header {
	height: 77px;
	width: 100%;
	background: linear-gradient(90deg, #000000 0%, #373737 50.83%, #000000 100%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.header__row{
	display: flex;
	height: 100%;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
/* Form */
#search-header {
	position: relative;
	float: right;
}
#search-header.on {
	-webkit-animation-name: in-out;
	animation-name: in-out;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.search-header__input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: none;
	color: transparent;
	font-size: 16px;
	font-weight: 400;
	outline: 0;
	-webkit-transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
	-webkit-transition: width 0.4s ease-in-out, padding 0.2s, -webkit-border-radius 0.8s ease-in-out;
	transition: width 0.4s ease-in-out, padding 0.2s, -webkit-border-radius 0.8s ease-in-out;
	-o-transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
	transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
	transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s, -webkit-border-radius 0.8s ease-in-out;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.search-header__button{
	background: none;
	position: absolute;
	top: 0px;
	right: 0;
	height: 30px;
	width: 30px;
	padding: 0;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	outline: 0;
	border: 0;
	color: inherit;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.search-header__button:before{
	content: "";
	position: absolute;
	width: 12px;
	height: 1px;
	background-color: #fff;
	transform: rotate(45deg);
	margin-top: 13px;
	margin-left: 11px;
	transition: 0.2s ease-in-out;
}
.close {
	transition: 0.4s ease-in-out;
	transition-delay: 0.4s;
	color: white;
}
.close:before {
	content: "";
	position: absolute;
	width: 22px;
	height: 1px;
	margin-top: 0;
	margin-left: -11px;
	background-color: #fff;
	transform: rotate(45deg);
	transition: 0.2s ease-in-out;
}
.close:after {
	content: "";
	position: absolute;
	width: 22px;
	height: 1px;
	background-color: #fff;
	margin-top: 0;
	margin-left: -11px;
	cursor: pointer;
	transform: rotate(-45deg);
}
.square {
	box-sizing: border-box;
	padding: 0 40px 0 10px;
	width: 300px;
	height: 30px;
	border: 1px solid #FFFFFF;
	border-radius: 0;
	background: none;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	outline: 0;
	-webkit-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
	-webkit-transition: width 0.4s ease-in-out, padding 0.2s, -webkit-border-radius 0.4s ease-in-out;
	transition: width 0.4s ease-in-out, padding 0.2s, -webkit-border-radius 0.4s ease-in-out;
	-o-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
	transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
	transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s, -webkit-border-radius 0.4s ease-in-out;
	transition-delay: 0.4s, 0s, 0.4s;
}
.blur{
	filter: blur(6px);
}
/* Menu*/
#site-navigation {
	display: none;
	width: 100%;
	position: absolute;
	z-index: 99;
}
#primary-menu {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	width: 90%;
	height: 100%;
	overflow: hidden;
	background: #000000;
	text-align: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#primary-menu .menu-item{
	order: 1;
}
#primary-menu .search{
	order: 0;
}
#primary-menu a {
	display: block;
	margin: 20px auto;
	line-height: 35px;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}
.menu-toggle{
	position: absolute;
	z-index: 99;
	border: 0;
	background: none;
	left: 5%;
	top: -37px;
}
.menu-toggle:focus{
	outline: none;
}
.header__nav{
	display: none;
}
#primary-menu li{
	position: relative;
}
#primary-menu li::after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: url('src/img/menu-mobile-line.png') no-repeat 100% 100%;
	background-size: 100% 100%;
}
#primary-menu li.nav-search::after{
	display: none;
}
.acticle__title{
	max-width: 600px;
}
/* Mobile search  */
.nav-search{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 59px;
}
#nav-search__mobile{
	position: relative;
	width: 90%;
}
#nav-search__input{
	width: 100%;
	height: 48px;
	background: none;
	outline: none;
	color: white;
	padding: 15px 35px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #E1E1E1;
}
.nav-search__button{
	position: absolute;
	width: 20px;
	height: 20px;
	left: 10px;
	top: 15px;
	background: url('src/img/search.png') no-repeat 100% 100%;
	border: 0;
	outline: 0;
}
.nav-search__clear{
	position: absolute;
	width: 20px;
	height: 20px;
	right: 12px;
	top: 13px;
	background: url('src/img/close.png') no-repeat 100% 100%;
	border: 0;
	outline: 0;
}
/*-----------------*/
.casino-selector {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 45px 0;
	background: url("src/img/chips.png") no-repeat 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.casino-selector__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 263px;
	height: 52px;
	font-size: 18px;
	text-align: center;
	color: #5A5A5A;
	text-decoration: none;
	background: white;
	border: 1px solid #A71E22;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	margin: 0 15px;
}
.casino-selector__link:hover {
	color: white;
	background: linear-gradient(180deg, #FF0007 0%, #5A0204 100%);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}
.casino-selector__link:active {
	color: white;
	background: linear-gradient(0deg, #FF0007 0%, #5A0204 100%);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}
.screen-reader-text {
	display: none;
}
/* Footer */
.footer {
	position: absolute;
	width: 100%;
	height: 58px;
	bottom: 0;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background: linear-gradient(90deg, #000000 0%, #373737 50.83%, #000000 100%);
}
.footer__nav{
	height: 100%;
}
.footer__menu{
	display: flex;
	height: 100%;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	list-style: none;
}
.footer .menu-item{
	display: flex;
	position: relative;
	height: 100%;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	list-style: none;
	border-top: 3px solid transparent;
	box-sizing: border-box;
}
.footer .menu-item:after {
	display: block;
	position: absolute;
	content: '';
	height: 28px;
	width: 1px;
	top: 16px;
	right: 0;
	background-color: #ffffff;
}
.footer .menu-item:last-child:after {
	display: none;
}
.footer .menu-item:hover{
	 border-top: 3px solid #FF0101;
}
.footer__menu a {
	display: block;
	width: 128px;
	height: 20px;
	text-align: center;
	margin: 0 12px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}
/* Content */
.content__title,
.content__title a{
	padding: 22px 0;
	font-size: 24px;
	font-family: 'Open Sans';
	color: #5A5A5A;
	text-decoration: none;
}
.content__line{
	height: 3px;
	margin-bottom: 26px;
}
.content__line img{
	width: 100%;
	vertical-align: top;
	height: 1px;
}
/*  Main page */
.main-page{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 53px auto;
	justify-content: space-between;
}
.main-page img{
	max-width: 100%;
}
.main-page__image,
.main-page__sidebar{
	width: 48%;
}
.main-page__sidebar{
  	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 19px;
		border-bottom-right-radius: 19px;
}
.main-page__text{
	margin-top: 40px;
	padding: 0 15px;
	box-sizing: border-box;
}
.siderbar__header{
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: 67px;
	background: #F4F4F4;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.sidebar__title{
	padding-left: 23px;
	color: #5A5A5A;
	font-size:18px;
}
.siderbar__body{
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
	border-bottom-left-radius: 19px;
	border-bottom-right-radius: 19px;
	width: 100%;
	padding: 30px 50px 30px 26px;
	box-sizing: border-box;
}
.main-page__sidebar .siderbar__body{
	box-shadow: none;
}
.siderbar__body p, .siderbar__body a{
	font-size: 14px;
	color: #5A5A5A;
}
.post__item{
	display: flex;
	flex-direction: row;
	margin-bottom: 24px;
}
.post__item:last-child{
	margin-bottom: 0;
}
.post__image{
	width: 50px;
	min-width: 50px;
	height: 50px;
	border-radius: 100%;
	margin-right: 21px;
}

/* Contact us */
.contact-form{
	float: right;
	width: 100%;
	max-width: 457px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
	border-radius: 19px;
}
.contact-form__header{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 91.7px;
	background: #F4F4F4;
	border-top-left-radius: 19px;
	border-top-right-radius: 19px;
}
.contact-form__title{
	line-height: 60px;
	font-size: 24px;
	color: #5A5A5A;
}
.contact-form__body{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px 24px;
	box-sizing: border-box;
	width: 100%;
}
.contact-form__body > div{
	width: 100%;
}
.contact-us .container a{
	color: #5A5A5A;
}
.contact-form input[type="submit"]{
	height: 48px;
	width: 100%;
	background: linear-gradient(180deg, #FF0007 0%, #5A0204 100%);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	font-weight: bold;
	line-height: 48px;
	font-size: 24px;
	text-align: center;
	border: 0;
	outline: none;
	color: #FFFFFF;
	margin-bottom: 0;
	padding: 0;
}
.contact-form input[type="submit"]:hover{
	background: linear-gradient(180deg, #5A0204 0%, #FF0007 100%);
}
.contact-form input{
	height: 100%;
	max-height: 48px;
}
.contact-form textarea, .contact-form input{
	background: #F4F4F4;
	border-radius: 5px;
	padding: 11px 25px 17px 15px;
	box-sizing: border-box;
	width: 100%;
	border: 0;
	outline: 0;
	font-size: 14px;
	color: #5A5A5A;
}
#content .ajax-loader{
	display: none;
}
.contact-us, .top{
	margin-top: 45px;
}
/* Article */
.articles{
	margin: 30px auto;
}
.article{
	display: flex;
	flex-direction: row;
	min-height: 80px;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	align-items: center;
	justify-content: space-between;
	background: #F4F4F4;
	box-sizing: border-box;
}
.article:nth-child(2n){
	background-color: white;
}
.article .article__title-link{
	font-size: 18px;
	color: #5A5A5A;
	font-weight: bold;
	text-decoration: none;
}
.article__logo{
	min-width: 150px;
	text-align: center;
}
.post-thumbnail:active,
.post-thumbnail:focus{
	outline: none;
}
.post-thumbnail{
	text-align:center;
}
.post-thumbnail img{
	max-width: 250px;
    height: auto;
    max-height: 70px;
    height: 100%;
    width: auto;
}
.single__header > .post-thumbnail img{
	max-width: 250px;
    height: auto;
    max-height: auto;
    height: auto;
    width: auto;
}
.article__button,
.sister-list__button{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 205px;
	height: 39px;
	border: 0;
	outline: 0;
	margin-right: 28px;
	background: linear-gradient(180deg, #FF0007 0%, #5A0204 100%);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}
.article__button:hover,
.sister-list__button:hover{
	background: linear-gradient(180deg, #5A0204 0%, #FF0007 100%);
}
.article__button a{
	font-family: 'Open Sans';
	font-size: 18px;
	color: white;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.sister-list__button a{
	font-family: 'Open Sans';
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.scroll{
	transform: translateY(-50%);
	top: 50%;
	right: 10vw;
	position: fixed;
}
.scroll span{
	display: block;
	margin-bottom: 130px;
	transform: rotate(-90deg);
	color: #D7D7D7;
	font-size: 12px;
	cursor: pointer;
	font-weight: 600;
}
#scroll-up::after{
	content: '>';
	position: absolute;
	margin-left: 8px;
	margin-top: 1px;
}
#scroll-down::before{
	content: '<';
	position: absolute;
	margin-left: -16px;
	margin-top: 2px;
}
/* Single post page */
.single{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.single__header{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.single__header-title{
	font-size: 30px;
	color: #5A5A5A;
	text-align: center;
	vertical-align: top;
	margin-bottom:30px;
}
.single__body{

}
.single__body ul,
.single__body ol{
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 15px;
	font-size: 16px;
    line-height: 1.8em;
    text-align: left;
    font-family: 'Open Sans';
    color: #5A5A5A;
}
.single__sidebar{
	width: 48%;
   float:right;
	margin-left:30px;
	margin-bottom:30px;
}
.single__sidebar .siderbar__body{
	padding: 23px;
}
.single__sidebar .post__item{
	margin-bottom: 15px;
}
.content .single__sidebar p{
	margin: 0;
}
.big_description{
	position: relative;
	color: #5A5A5A;
	width: 100%;
    height: 100%;
    margin: 10px auto 25px;
    max-width: 1280px;
    box-sizing: border-box;
	padding-bottom: 40px;
}
.big_description h2{
	margin-top:30px;
	margin-bottom:15px;
}
.big_description h3{
	margin-top:30px;
	margin-bottom:15px;
}
/* Sister list */
.sister-list{
	margin: 50px auto 10px;
}
.sister-list__title h3{
	font-family: 'Open Sans';
  font-weight: bold;
  font-size: 36px;
	color: #5A5A5A;
	text-align: center;
	padding: 30px 0;
}
.sister-list__title img{
	width: 100%;
}
.sister-list{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 35px;
}
.sister-list___item{
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
}
.sister-list p{
	margin: 0;
}
.sister-list__logo{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 261px;
	height: 100%;
}
.logo{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	max-height: 150px;
}
.sister-list__logo img{
	max-width: 100%;
}
.sister-list__bonus-item{
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: bold;
	padding: 10px 7px;
	box-sizing: border-box;
}
.sister-list__bonus-item:first-child{
	border-bottom: 1px solid #E8E8E8;
}
div.sister-list__bonus{
	width: 100%;
	height: 100%;
	border-right: 1px solid #E8E8E8;
	box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.1) inset;
}
.sister-list__name-bonus{
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 100px;
	margin: 0 27px;
}
.sister-list__bonus-title{
	width: 100%;
	max-width: 290px;
	margin: 0 50px 0 27px;
}
.sister-list__button{
	min-width: 205px;
	margin-left: 28px;
}
.sister-list__name-bonus p{
	margin: 0;
}
@media screen and (max-width: 1100px) {
	#category .container{
		max-width: 100%;
		padding: 0;
	}
	.content__title{
		padding: 22px 16px;
	}
	.article__logo{
		max-width: 130px;
	}
	.article .article__title-link{
		font-size: 16px;
	}
	.article__button{
		width: 159px;
		min-width: 159px;
		height: 39px;
		margin: 0 10px;
	}
	.article{
		height: 100%;
		padding: 24px;
		box-sizing: border-box;
	}
	.main-page{
		display: block;
	}
	.main-page__sidebar{
		float: right;
		width: 48%;
    margin-bottom: 20px;
	}
	.main-page__image,
	.main-page__text{
		float: left;
		width: 48%;
	}
	.main-page img{
		height: auto;
	}
	.siderbar__body{
    padding: 20px 19px 20px 13px;
	}
	.container{
		overflow: hidden;
	}
	.scroll{
		display: none;
	}
	/* Sister list */
	.sister-list__logo{
		max-width: 150px;
	}
	.sister-list__button{
		min-width: 160px;
	}
	.sister-list__bonus p{
		font-size: 14px;
	}
	.sister-list__name-bonus{
		margin: 0 15px;
	}
}
@media screen and (max-width: 1778px) {
		.scroll{
			right: 10%;
		}
}
@media screen and (max-width: 1570px) {
		.scroll{
			right: 5%;
		}
}
@media screen and (max-width: 1400px) {
		.scroll{
			right: 0;
		}
}
@media screen and (max-width: 780px) {
	.container {
		padding: 0 16px;
	}
	h3, .has-large-font-size{
		font-size: 24px;
		line-height: 26px;
	}
	.casino-selector {
		background: radial-gradient(534.40px at 17.01% 49.77%, #F2F3F2 0%, #FFFFFF 51.38%, #F2F3F2 100%);
	}
	.contact-us .wp-block-column{
		flex-basis: 70%;
		margin: 0 !important;
	}
	.contact-us{
		padding: 5px 20px;
		box-sizing: border-box;
	  width: 100%;
		margin-top: 0;
	}
	.contact-form{
		float: left;
	}
	.sister-list__logo{
		min-width: 150px;
		max-width: 150px;
	}
	.sister-list__title{
		margin: 0 15px;
	}
}
@media screen and (max-width: 768px) {
	.article{
		flex-direction: column;
	}
	.acticle__title{
		max-width: 75%;
		text-align: center;
		margin-bottom: 24px;
	}
	.article .article__title-link{
		font-size: 18px;
	}
	.content__title,
	.content__title a,
	.sister-list__title h3{
		font-size: 24px;
	}
	.article__button{
		width: 205px;
		height: 39px;
	}
	.footer__menu a {
		width: auto;
		font-size: 14px;
	}
	.footer .menu-item:after{
		display: none;
	}
	.sister-list___item{
		border: 0;
		flex-direction: column;
	}
	.sister-list__logo{
		width: auto;
		height: 100%;
		margin-bottom: 22px;
	}
	.sister-list__button{
		margin: 18px auto 55px;
	}
	div.sister-list__bonus{
		border: 0;
		box-shadow: none;
	}
	.sister-list__logo{
		box-shadow: none;
	}
	.sister-list__bonus-item{
		border-bottom: 1px solid #E8E8E8;
		padding: 15px 7px;
	}
	.sister-list__bonus-item:first-child{
		border-top:  1px solid #E8E8E8;
	}
	.sister-list__bonus p{
		font-weight: normal;
	}
	.sister-list__name-bonus {
		max-width: 80px;
		margin: 0 5px;
	}
	.sister-list__title{
		margin: 0 10px;
	}
	.big_description{
		padding: 15px;
		box-sizing: border-box;
		font-size: 14px;
	}
	.sister-list___item:last-child{
		border: 0;
	}
}
@media screen and (max-width: 1024px) {
	.main-page {
		margin-top: 0;
	}
	.header__row {
		padding: 0 25px;
	}
	.container {
		padding: 0 15px;
	}
	.main-page__image,
		.main-page__text,
		.main-page__sidebar,
		.single__sidebar,
		.single__body,
		.big_description{
			float: none;
			width: 100%;
			justify-content: center;
			align-items: center;
			margin: 0 auto;
		}
		.main-page__text {
			margin: 25px auto;
		}
		.single__body{
			display: flex;
			flex-direction: column;
		}
		.single__body img {
			width: 100%;
			height: auto;
		}
		.other-body{
			// order:1;
		}
		.single__sidebar{
			order:2;
			width:100%;
			margin: 0 auto;
			margin-bottom:30px;
		}
		.main-page img{
			width: 100%;
		}
		.sister-list__logo{
			min-width: 120px;
			max-width: 120px;
		}
		.sister-list__button{
			margin: 0 15px;
		}
		.main-page, .single{
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			text-align: center;
		}
		.main-page + .sidebar-r {
			width: 40%;
			display: flex;
			flex-direction: column;
			align-items: center;
			margin: 0;
			margin-left: 25px;
		}
		.square{
			width: 220px;
		}
		.casino-selector__link{
			font-size: 16px;
		}
		.main-page{
			flex-direction: column;
			align-items: center;
		}
		.main-image,
		.sidebar{
			width: 80%;
			margin-bottom: 30px;
		}
        .single__body + .sidebar-r {
        	width: 100% !important;
            margin-left: 0 !important;
        }
}
@media screen and (max-width: 375px) {
	body{
		margin-bottom: 0;
	}
	.content p{
		margin: 15px auto;
	}
	p{
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		font-family: 'Open Sans';
		color: #5A5A5A;
	}
	.main-page{
		margin: 0 auto;
	}
	.contact-us, .top{
		margin-top: 0;
	}
	.header {
		height: 57px;
		text-align: center;
	}
	.header-form {
		display: none;
	}
	.header__logo {
		height: 32px;
		margin: 0 auto;
	}
	.header__logo img {
		width: auto;
		height: 100%;
	}
	/* Menu */
	#site-navigation {
		display: block;
	}
	.toggled .header__nav{
		display: block;
	}
	.menu {
		display: block;
	}
	.menu__icon {
		background: none;
		border: 0;
	}
	/*------------------  */
	.casino-selector {
		margin-top: 10px;
		flex-direction: column;
		background: white;
		padding: 24px 0;
		align-items: center;
	}
	.casino-selector__link {
		width: 216px;
		height: 44px;
	}
	.casino-selector__link:first-child {
		margin-bottom: 44px;
		position: relative;
	}
	.casino-selector__link:nth-child(2):before {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 1px;
		margin-top: -44px;
		background: url("src/img/lines.png") no-repeat 100% 100%;
		background-size: 100% 100%;
	}
	.footer {
		display: none;
	}
	.content .container{
		width: 100%;
		box-sizing: border-box;
		padding: 0 16px;
	}
	.main-page .content__text{
		padding: 0 15px;
	}
	/* Contact us */
	.contact-form__header{
		height: 57px;
		justify-content: flex-start;
		padding-left: 24px;
	}
	.contact-us .wp-block-column{
		flex-basis: 90%;
	}
	.contact-form{
		margin-top: 25px;
	}
}
.scroll .active-scroll{
	color: #5A5A5A;
}
.post__thumbnail img{
	max-width: 100%;
}
.table-wrapper{
	max-height: 80vh;
    padding-bottom: 30px;
	margin-top:30px;
	margin-bottom:30px;
	overflow: auto;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
}


/* CUSTOM FUCKING STYLES */
.container-flex {
	display: flex;
}

.main-page__image img {
	height: 100%;
  background-size: cover;
  object-fit: cover;
}


.sidebar-r form[method="POST"] {
	margin-bottom: 20px;
}

.sidebar-r__btn {
	cursor: pointer;
	border: 0;
  outline: none;
}

.main-page,  .single__bod {
	height: min-content;
}

.main-page__image, .main-page__sidebar {
	height: max-content;
}
@media(max-width: 1280px) {
	.container {
		max-width: 1280px !important;
	}
    
}
@media screen and (max-width: 767px) {
	.main-page__image {
    	display: none;
    }
    .main-page__sidebar {
    	order: 1;
    }
	.container-flex {
		flex-direction: column;
	}
	.main-page + .sidebar-r {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
		margin: 0;
	}
}