@font-face {
    font-family: Muller;
    src: local("Muller Bold"),local("MullerBold"),url(../fonts/muller_bold.woff2) format("woff2"),url(../fonts/muller-bold.woff) format("woff");
    font-weight: 700;
    font-display: swap;
    font-style: normal
}
@font-face {
    font-family: Muller;
    src: local("Muller Regular"),local("MullerRegular"),url(../fonts/muller_regular.woff2) format("woff2"),url(../fonts/muller-regular.woff) format("woff");
    font-display: swap;
    font-weight: 400;
    font-style: normal
}


.btn {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50px;
    background-color: #fe284a;
    outline: none;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
    font-family: Muller,sans-serif;
    letter-spacing: 1px;
    white-space: nowrap;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000;
    height: 30px;
    padding: 0 30px;
    padding-top: 3px;
}
.btn:hover {
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255,255,255,.4);
}
.btn:active {
    transform: translateY(3px);
    box-shadow: inset 0 2px 0 0 #871628, inset 0 0 0 15px rgba(0,0,0,.2);
}

* {
	padding: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
	text-decoration: none;
}

html,
body {
	width: 100%;
	position: relative;
	font-family: 'Muller', sans-serif;
	color: #ffffff;
	font-weight: 400;
}
body {
	background: #212132 url(../img/back.svg) top center repeat-y;
    padding-top: 60px;
}
.container {
	width: 100%;
	max-width: 1062px;
	margin: 0 auto;
	position: relative;
}
.clear {
	clear: both;
}
a.link {
	color: #ffffff;
}
a.link:hover {
	color: #fe284a;
}

a {
	outline: none;
	-webkit-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover {
	-webkit-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
}




.header {
	position: fixed;
	width: 100%;
    background-color: rgba(37,37,54,.95);
	padding: 10px 0;
    z-index: 10;
    top: 0;
}
.header .logo {
	display: inline-block;
	float: left;
}
.header .logo img{
    display: block;
}
.header .nav {
	display: inline-block;
	float: right;
	padding-top: 9px;
}
.header .nav li {
	display: inline;
	padding: 0 8px;
}
.header .nav li a {
	border-bottom: 2px solid transparent;
	color: #fff;
}
.header .nav a:hover {
	border-bottom: 2px solid #fe284a;
	color: #fe284a;
}



/*.top-banner {
	margin-bottom: 50px;
}
.top-banner img {
	width: 100%;
	height: 100%;
	display: block; 
	object-fit: cover;
}

.news-list {
	margin-bottom: 50px;
}
.news-list .banner img {
	width: 100%;
	margin-bottom: 50px;
}
.item {
	width: 45%;
	display: inline-block;
	margin-bottom: 50px;
}
.item:nth-child(odd) {
	float: left;
}
.item:nth-child(even) {
	float: right;
}
.item .img {
	height: 280px;
	margin-bottom: 10px;
}
.item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item h4 {
	margin-bottom: 10px;
	text-transform: uppercase;
}
.item:hover h4 a {
	color: #fe284a;
}*/

.main-slider {
    height: 380px;
    width: 100%;
    font-family: Sochi2014,sans-serif;
    margin-bottom: 30px;
}
.main-slider .item {
    height: 380px;
    width: 100%;
    position: relative;
}
.main-slider .item .container {
    height: 100%;
}
.carousel_megawin-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    background: linear-gradient(90deg,rgba(50,18,88,0) 0,rgba(50,18,88,.9) 25%,rgba(50,18,88,.9) 75%,rgba(50,18,88,0));
}

.main-slider .megawin {
    background: url(../img/slider/banner_megawin3.webp) top center no-repeat;
}
.main-slider .megawin2 {
    background: url(../img/slider/banner_maxwin.webp) top center no-repeat;
    background-size: cover;
}
.carousel_megawin-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.carousel_megawin-text {
    max-width: 1200px;
    width: 100%;
    background: linear-gradient(180deg,#ffbc3a 0,#ffbc3a 50%,#e7971e 55%,#ffe47a 65%,#ffe47a 80%,#ffe47a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 48px;
    font-size: 40px;
    text-align: center;
    white-space: nowrap;
    color: rgba(50,18,88,.9);
    font-weight: 700;
}

.main-banner{
    height: 380px;
    width: auto;
}
.main-slider .everyday {
    background: url(../img/slider/banner_everyday.webp) top center no-repeat;
}
.carousel_text {
    position: absolute;
    bottom: 40px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #aaa, 0 2px 0 #aaa, 0 3px 0 #aaa, 1px 0 0 #aaa, 1px 1px 0 #aaa, 1px 2px 0 #aaa, 1px 3px 0 #aaa, 0 6px 25px rgba(0,0,0,.6);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: calc(50% - 550px);
    max-width: 750px;
}
.everyday .carousel_text {
    left: calc(50% - 550px);
    max-width: 750px;
    line-height: 40px;
    font-size: 32px;
}
.text_part {
    position: relative;
    white-space: nowrap;
}
.carousel_text .text_part:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(255,0,0,.5);
}
.highlighting {
    display: inline-block;
    margin-left: 10px;
    height: 28px;
    border-radius: 4px;
    padding: 0 8px;
    line-height: 32px;
    font-size: 18px;
    text-shadow: none;
}


.bottom-text {
	margin-bottom: 50px;
}
.bottom-text p,
.bottom-text ul,
.bottom-text ol {
	margin-bottom: 16px;
	font-size: 12px;
	color: #fff;
}
.bottom-text ul li,
.post-text ul li {
	list-style: disc inside;
}
.bottom-text ol li,
.post-text ol li {
	list-style: decimal inside;
}
.bottom-text a {
	border-bottom: 1px solid #fff;
}
.bottom-text a:hover {
	border-color: #fe284a;
}



.post-text,
.news-list {
	margin-bottom: 50px;
	float: left;
	width: 70%;
}
.post-text p,
.post-text ul,
.post-text ol {
	margin-bottom: 16px;
	font-size: 16px;
	color: #fff;
}
.post-text img {
	/*width: 100%;*/
	/*max-width: 100%;*/
}
.sidebar {
	float: right;
	width: 25%;
}
.sidebar ul {
	margin-bottom: 30px;
}
.sidebar .banner {
	margin-bottom: 30px;
}
.sidebar .banner img {
	width: 100%;
}
.sidebar .banner a,  .sidebar .mob-banner a{
    width: 100%;
    max-width: 300px;
    height: 36px;
    display: block;
    margin: 0 auto;
    padding-top: 9px;
    text-align: center;
    border-radius: 50px;
    color: #ffffff;
    font-size: 20px;
    border: 0;
    -webkit-box-shadow: 0 4px 0 0 #871628, 0 5px 5px 0 #000;
    box-shadow: 0 4px 0 0 #871628, 0 5px 5px 0 #000;
    background-color: #fe284a;
    text-transform: uppercase;
}
.sidebar .banner a:hover,  .sidebar .mob-banner a:hover{
    -webkit-box-shadow: 0 4px 0 0 #871628, 0 5px 5px 0 #000, inset 0 20px 20px -4px hsl(0deg 0% 100% / 40%);
    box-shadow: 0 4px 0 0 #871628, 0 5px 5px 0 #000, inset 0 20px 20px -4px hsl(0deg 0% 100% / 40%);
}
.sidebar .title,
.new-posts .title {
	font-size: 24px;
	margin-bottom: 20px;
	border-bottom: 2px solid #b0b0b0;
}
.sidebar li,
.new-posts li {
	margin-bottom: 16px;
}
.sidebar li a,
.new-posts li a {
	font-size: 18px;
}
.new-posts {
	margin-bottom: 50px;
}
a.button,
.submitFormBtn {
	width: 100%;
	max-width: 300px;
	height: 50px;
	display: block;
	margin: 0 auto;
	padding-top: 13px;
	text-align: center;
	border-radius: 50px;
	color: #ffffff; 
	font-size: 20px;
	border: 0;
	-webkit-box-shadow: 0 4px 0 0 #871628, 0 5px 5px 0 #000;
    box-shadow: 0 4px 0 0 #871628, 0 5px 5px 0 #000;
    background-color: #fe284a;
    text-transform: uppercase;
}
a.button:hover,
.submitFormBtn:hover {
	-webkit-box-shadow: 0 4px 0 0 #871628, 0 5px 5px 0 #000, inset 0 20px 20px -4px hsla(0,0%,100%,.4);
    box-shadow: 0 4px 0 0 #871628, 0 5px 5px 0 #000, inset 0 20px 20px -4px hsla(0,0%,100%,.4);
}

.facebook {
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #fff;
	color: #000;
}
.facebook .title {
	border: 0;
	float: left;
	text-align: left;
}
.facebook .top {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.facebook .top .img {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 10px;
}
.facebook .top .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.facebook .top .name {
	font-size: 14px;
	color: #3a5b9b;
	font-weight: bold;
	margin-bottom: 5px;
}
.facebook .top .fb-like-btn {
	background-color: #3a5b9b;
	font-size: 11px;
	height: 20px;
	color: #fff;
	width: 50px;
	padding: 2px;
	display: block;
	border-radius: 3px;
}
.facebook .top .fb-like-btn img {
	width: 16px;
	height: 16px;
	vertical-align: bottom;
}
.facebook .center {
	font-size: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.facebook .center img {
	display: inline;
	width: 45px;
	margin-right: 5px;
	margin-top: 5px;
}
.facebook .bottom {
	padding: 10px 0;
	font-size: 12px;
	color: #ccc;
}
.facebook .bottom img {
	width: 15px;
	vertical-align: bottom;	
	margin-right: 5px;
}
.container.comments {
	margin-bottom: 50px;
}
.comment-block {
	width: 45%;
	float: left;
}
.comment-block .title {
	font-size: 32px;
	color: #fff;
	margin-bottom: 30px;
}
.comment-list {
	height: 600px;
	overflow-y: scroll;
	padding: 10px;
}
.comment-list .item {
	margin-bottom: 30px;
	width: 100%;
}
.comment-list .top {
	margin-bottom: 16px;
}
.comment-list .top .name,
.comment-list .top .date {
	display: inline-block;
	float: left;
	font-size: 14px;
	color: #fff;
}
.comment-list .top .date {
	float: right;
}
.form-block {
	float: right;
	width: 45%;
}
fieldset {
    border: 0;
}
.form-block legend {
    font-size: 24px;
    margin-bottom: 26px;
}
.form-block input {
    width: 100%;
    max-width: 270px;
    margin-bottom: 21px;
    border-radius: 18px;
    border: 1px solid #fff;
    height: 50px;
    background: transparent;
    color: #fff;
    padding: 18px;
    outline: none;
}
.form-block textarea {
    width: 100%;
    height: 135px;
    resize: none;
    border-radius: 18px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding: 18px;
    outline: none;
    margin-bottom: 21px;
}
.form-block button {
    outline: none;
}
.form-block input:focus,
.form-block textarea:focus {
    border-color: #fe284a;
}
.hidden-block {
    display: none;
    font-size: 32px;
    text-align: center;
}
#au,
#em,
#txt {
    color: #F62F2F;
    font-size: 14px;
    font-weight: normal;
    display: block;
}
input:-internal-autofill-selected {
    background-color: transparent;
    background-image: none;
    color: #ffffff;
}
.submitFormBtn {
	padding-top: 4px;
	cursor: pointer;
	outline: none;
	-webkit-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
}
.submitFormBtn:hover {
	-webkit-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
}
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #646464;
    border-radius: 2px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #fe284a;
    border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}


.footer {
	background-color: rgba(37,37,54,.95);
	padding: 16px 0;
}
.footer-menu {
	display: inline-block;
}
.footer-menu li {
	display: inline;
	padding: 0 5px;
}
.copy {
	float: right;
	display: inline-block;
}

.head_btns {
	display: flex;
    float: right;
    margin-left: 30px;
    min-width: 250px
}
.head_btns a {
	padding-top: 9px;
	height: 36px;
}
.head_btns .log_btn{
    box-shadow: inset 0px -4px 0px #39394B;
    border-radius: 50px;
    background-color: #515066;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    width: 164px;
    margin-right: 20px;
    height: 40px;
    transition: none;
}
.head_btns .log_btn:hover{
    box-shadow: inset 0px 10px 10px #848399, inset 0px -4px 0px #39394B;
}
.top-banner a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.top-banner span {
	width: 100%;
	padding: 10px;
	font-size: 36px;
	background: linear-gradient(90deg,rgba(50,18,88,0) 0,rgba(50,18,88,.9) 5%,rgba(50,18,88,.9) 95%,rgba(50,18,88,0));
	font-weight: bold;
    text-align: center;
    bottom: 0;
    position: absolute;
    color: #fff;
}




.mob,
.small-banner {
	display: none;
}

#inart_btn {
	text-align: center;
	margin-bottom: 16px !important;
}





@media all and (max-width: 767px) {
    body{
        padding-top: 128px;
    }
	.mob {
		display: none;
	}
    .container {
        padding: 0 16px;
    }
    .header .container {
        padding: 0 5px;
    }
	.header .nav,
	.header .head_btns .log_btn{
		display: none;
	}
    .head_btns {
        float: none;
        margin-left: 0;
        padding: 16px 0;
        width: 100%;
    }

	.mobile-menu {
		width: 100%;
		height: 100%;
		position: fixed;
		display: block;
		left: -100%;
		top: 0;
		padding: 10px;
		background: #212132;
		z-index: 99999;

		-webkit-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
    	-moz-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
    	-o-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
    	transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
	}
	.mobile-menu.open {
		left: 0;
		-webkit-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
    	-moz-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
    	-o-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
    	transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
	}
	.menu-container {
		border: 3px solid #fe284a;
		padding: 16px;
		height: 100%;
		padding-top: 50px;
		position: relative;
	}
	.menu-container li {
		display: block;
		margin: 10px auto;
		text-align: center;
	}
	.menu-container li {
		font-size: 18px;
		padding: 5px 0;
	}
	.mobile-menu .menu-button,
	.header .menu-button {
		width: 40px;
		height: 40px;
		position: absolute;
		right: 5px;
		top: 5px;
		cursor: pointer;
	}
	.header .menu-button {
		top: -5px;
	}
	.mobile-menu .menu-button img,
	.header .menu-button img {
		width: 100%;
	}

	.post-text, 
	.news-list,
	.item,
	.comment-block,
	.form-block {
		width: 100%;
	}
	.comment-block {
		margin-bottom: 30px;
	}
	.sidebar {
		width: 100%;
		max-width: 320px;
		float: none;
		margin: 0 auto 30px;
	}
	.main-slider,
    .main-banner,
	.owl-carousel .owl-stage-outer,
	.owl-carousel.owl-drag .owl-item,
	.main-slider .item {
		height: 150px;
		background-position: center center;
	}
	.main-slider img {
		height: 100%;
		object-fit: cover;
	}
	.sidebar .banner {
		display: none;
	}
	.mob.head_btns {
		margin: 10px auto 20px;
		float: none;
	}
	.main-slider span {
		font-size: 16px;
	}
	.no-small-banner {
		display: none;
	}
	.small-banner {
		width: auto;
		max-width: 300px;
		margin: 16px auto;
		display: block;
	}
	.carousel_megawin-text {
		line-height: 30px;
		font-size: 16px;
		white-space: normal;
	}
	.everyday .carousel_text {
		left: 10px;
    	max-width: 100%;
    	line-height: 26px;
    	bottom: 0;
	}
	.highlighting {
		font-size: 14px;
	}
    .cwdtable{
        width: 100%;
        overflow-x: auto;
        display: block;
        white-space: nowrap;
    }
}

.error_container{
    margin: 80px auto 18px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.error_container img{
    margin-bottom: 40px;
}
.error_container h1{
    font-family: 'Muller', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    margin-bottom: 18px;
}
.error_container h1 br{
    display: none;
}
.error_container p{
    font-family: 'Muller', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
}
.error_main .footer{
    margin-top: 120px;
}
.home_btn{
    width: 100%;
    max-width: 300px;
    height: 40px;
    display: block;
    padding-top: 13px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    border: 0;
    background: #10AF10;
    box-shadow: inset 0px -4px 0px #005100;
    text-transform: uppercase;
    line-height: 10px;
    margin: 0 auto;
    transition: all 0s;
}
.home_btn:hover {
    box-shadow: inset 0px 10px 10px #96F596, inset 0px -4px 0px #005100;
    transition: all 0s;
}
@media all and (min-width: 768px) and (max-width: 1061px) {
	.mob {
		display: none;
	}
	.header .nav {
		display: none;
	}
	.container {
		padding: 0 16px;
	}
	.mobile-menu {
		width: 50%;
		height: 100%;
		position: fixed;
		display: block;
		left: -100%;
		top: 0;
		padding: 10px;
		background: #212132;

		-webkit-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
    	-moz-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
    	-o-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
    	transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
	}
	.mobile-menu.open {
		left: 0;
		-webkit-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
    	-moz-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
    	-o-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
    	transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
	}
	.menu-container {
		border: 3px solid #fe284a;
		padding: 16px;
		height: 100%;
		padding-top: 50px;
		position: relative;
	}
	.menu-container li {
		display: block;
		margin: 10px auto;
		text-align: center;
	}
	.menu-container li {
		font-size: 18px;
		padding: 5px 0;
	}
	.mobile-menu .menu-button,
	.header .menu-button {
		width: 40px;
		height: 40px;
		position: absolute;
		right: 5px;
		top: 5px;
		cursor: pointer;
	}
	.header .menu-button {
		top: -5px;
	}
	.mobile-menu .menu-button img,
	.header .menu-button img {
		width: 100%;
	}
	.item .img {
		height: 180px;
	}
	.sidebar {
	    float: right;
	    width: 25%;
	    min-width: 265px;
	}
	.item {
		width: 48%;
	}
	.post-text, .news-list {
		width: 60%;
	}
	.comment-block {
		width: 50%;
	}
	.sidebar .banner {
		display: none;
	}
	.mob.head_btns {
		display: none;
	}
	.mob.mob-banner img {
		width: 100%;
	}
	.header .head_btns {
	    float: right;
	    right: 50px;
	    position: relative;
	    min-width: 250px;
	}
	.header .head_btns a {
		height: 36px;
		padding-top: 8px;
	}
	.top-banner {
		height: 200px;
	}
	.top-banner span {
		font-size: 26px;
	}
}






.footer {
	background-color: #0a0a14;
	background: url(../img/noise.png) repeat,#0a0a14;
}
.footer h3 {
    margin-bottom: 15px;
    height: 30px;
    border-bottom: 1px solid #222330;
    line-height: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    color: #646a87;
}
.footer_payments,
.footer_partners {
	margin-bottom: 20px;
}
.footer_payments li,
.footer_partners li {
    height: 40px;
    margin: 0 30px 25px 0;
}

.footer_payments img,
.footer_partners img {
    height: inherit;
    -o-object-fit: contain;
    object-fit: contain;
}
.footer_partners li{
    background-size: contain;
}
.footer_partners li.netent{
    background-image: url("../img/netent.svg");
    background-repeat: no-repeat;
    width: 107px;
}
.footer_partners li.microgaming{
    background-image: url("../img/microgaming.svg");
    background-repeat: no-repeat;
    width: 163px;
}
.footer_partners li.quickspin{
    background-image: url("../img/quickspin.svg");
    background-repeat: no-repeat;
    width: 165px;
}
.footer_partners li.yggdrasil{
    background-image: url("../img/yggdrasil.svg");
    background-repeat: no-repeat;
    width: 160px;
}
.footer_partners li.igrosoft{
    background-image: url("../img/igrosoft.svg");
    background-repeat: no-repeat;
    width: 83px;
}
.footer_partners li.amatic{
    background-image: url("../img/amatic.svg");
    background-repeat: no-repeat;
    width: 173px;
}
.footer_partners li.betsoft{
    background-image: url("../img/betsoft.svg");
    background-repeat: no-repeat;
    width: 124px;
}
.footer_partners li.playson{
    background-image: url("../img/playson.svg");
    background-repeat: no-repeat;
    width: 183px;
}
.footer_partners li.spinomenal{
    background-image: url("../img/spinomenal.svg");
    background-repeat: no-repeat;
    width: 253px;
}
.footer_partners li.tom_horn{
    background-image: url("../img/tom_horn.svg");
    background-repeat: no-repeat;
    width: 128px;
}
.footer_partners li.endorphina{
    background-image: url("../img/endorphina.svg");
    background-repeat: no-repeat;
    width: 83px;
}
.footer_partners li.isoftbet{
    background-image: url("../img/isoftbet.svg");
    background-repeat: no-repeat;
    width: 187px;
}
.footer_partners li.pariplay{
    background-image: url("../img/pariplay.svg");
    background-repeat: no-repeat;
    width: 124px;
}
.footer_partners li.pragmatic_play{
    background-image: url("../img/pragmatic_play.svg");
    background-repeat: no-repeat;
    width: 87px;
}
.footer_partners li.belatra{
    background-image: url("../img/belatra.svg");
    background-repeat: no-repeat;
    width: 129px;
}
.footer_partners li.habanero{
    background-image: url("../img/habanero.svg");
    background-repeat: no-repeat;
    width: 191px;
}
.footer_partners li.play_n_go{
    background-image: url("../img/play_n_go.svg");
    background-repeat: no-repeat;
    width: 144px;
}
.footer_partners li.egt{
    background-image: url("../img/egt.svg");
    background-repeat: no-repeat;
    width: 135px;
}
.footer_partners li.vivo_gaming{
    background-image: url("../img/vivo_gaming.svg");
    background-repeat: no-repeat;
    width: 135px;
}
.footer_partners li.thunderkick{
    background-image: url("../img/thunderkick.svg");
    background-repeat: no-repeat;
    width: 147px;
}
.footer_partners li.booongo{
    background-image: url("../img/booongo.svg");
    background-repeat: no-repeat;
    width: 164px;
}
.footer_partners li.evolution{
    background-image: url("../img/evolution.svg");
    background-repeat: no-repeat;
    width: 332px;
}
.footer_partners li.ezugi{
    background-image: url("../img/ezugi.svg");
    background-repeat: no-repeat;
    width: 99px;
}
.footer_partners li.blueprint{
    background-image: url("../img/blueprint.svg");
    background-repeat: no-repeat;
    width: 129px;
}
.footer_partners li.betgames{
    background-image: url("../img/betgames.svg");
    background-repeat: no-repeat;
    width: 184px;
}
.footer_partners li.big_time_gaming{
    background-image: url("../img/big_time_gaming.svg");
    background-repeat: no-repeat;
    width: 99px;
}
.footer_partners li.push_gaming{
    background-image: url("../img/push_gaming.svg");
    background-repeat: no-repeat;
    width: 361px;
}
.footer_partners li.red_tiger{
    background-image: url("../img/red_tiger.svg");
    background-repeat: no-repeat;
    width: 215px;
}
.footer_partners li.relax_gaming{
    background-image: url("../img/relax_gaming.svg");
    background-repeat: no-repeat;
    width: 128px;
}
.footer_partners li.elk{
    background-image: url("../img/elk.svg");
    background-repeat: no-repeat;
    width: 102px;
}
.footer_partners li.nolimit{
    background-image: url("../img/nolimit.svg");
    background-repeat: no-repeat;
    width: 150px;
}
.footer_partners li.playtech{
    background-image: url("../img/playtech.svg");
    background-repeat: no-repeat;
    width: 177px;
}
.cash_add,
.footer_partners ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.footer_payments .payment_visa {
    width: 80px;
}
.payment_qiwi, 
.payment_webmoney, 
.payment_yandex-money {
    width: 40px;
}
.footer_payments .payment_mastercard {
    width: 45px;
}
.footer_payments .payment_neteller {
    width: 120px;
}
.payment_skrill {
    width: 80px;
}
.payment_moneta {
    width: 90px;
}
.payment_mobile {
    width: 40px;
}
.footer_partners .partner_netent {
    width: 110px;
}
.footer_partners .partner_microgaming {
    width: 120px;
}
.footer_partners .partner_quickspin, 
.footer_partners .partner_yggdrasil {
    width: 170px;
}
.footer_partners .partner_igrosoft {
    width: 80px;
}
.footer_partners .partner_amatic {
    width: 130px;
}
.footer_partners .partner_betsoft {
    width: 110px;
}
.footer_partners .partner_playson {
    width: 245px;
}
.footer_partners .partner_spinomenal {
    width: 230px;
}
.footer_partners .partner_tom-horn {
    width: 130px;
}
.footer_partners .partner_endorphina {
    width: 95px;
}
.footer_partners .partner_isofbet {
    width: 130px;
}
.footer_partners .partner_pariplay {
    width: 140px;
}
.footer_partners .partner_pragmatic-play {
    width: 115px;
}
.footer_partners .partner_belatra {
    width: 130px;
}
.footer_partners .partner_habanero {
    width: 200px;
}
.footer_partners .partner_play-n-go {
    width: 140px;
}
.footer_partners .partner_egt {
    width: 120px;
}
.footer_partners .partner_vivo-gaming {
    width: 160px;
    height: auto;
}
.footer-info {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.footer-info > div {
	width: 50%;
}
.licence {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.licence img{
    width: 35px;
    height: 35px;
}
.p_warning {
    margin-right: 10px;
    width: 70%;
    color: #646a87;
    font-size: 12px;
}
.age_18 {
    margin-right: 10px;
    height: 40px;
    width: 40px;
}
.contacts {
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #646a87;
}
.adress span,
.contacts span {
	display: block;
}
.p_warning.adress {
	width: 50%;
}





@media all and (max-width: 767px) {
    .main-banner{
        display: none;
    }
	.cash_add {
		justify-content: center;
	}
	.footer_payments li,
	.footer_partners li {
	    height: 35px;
	    margin: 0 12px 15px 0;
	}
	.footer-info > div {
		width: 100%;
	}
	.footer-info,
	.contacts {
		flex-direction: column;
		text-align: center;
	}
	.footer-info p {
		margin-bottom: 16px;
	}
	.p_warning.adress {
		width: 100%;
	}
	.cash_add, .footer_partners ul {
		justify-content: space-around;
	}
    .post-text img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .error_container img{
        width: 300px;
        height: auto;
    }
    .error_container h1 br{
        display: block;
    }
}	