body {
	padding: 0;
	margin: 0;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
    line-height: 1.4;
	color: #333333;
}
@media (min-width: 576px) {
	body {
		font-size:16px;
		line-height:1.5;
	}
}

/*HEADER & NAV*/
header {
	height: 55px;
	margin-bottom: 1em;
	background: #111520;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
}
header .container {
	display: flex;
	flex-direction: row;
	align-items: center;
}
header .container>* {
	position: relative;
}
.logo.header-element{
  display: flex;
  align-items: center;       /* вертикальное выравнивание по центру */
}
header .container > :nth-child(1) { order: 1; }
header .container > :nth-child(2) { order: 3; }
header .container > :nth-child(3) { order: 2; }
.logo img {
	max-width: 150px;
	height: auto;
	margin-right: 25px;
}
nav ul {
	display: flex;
	justify-content: start;
	margin: 0;
	padding: 0;
	list-style: none;
}
nav ul li a {
	display: block;
	padding: 15px 10px;
	white-space: nowrap;
	color: #fff;
	text-decoration: none;
}
nav ul li a:hover,
nav ul li a:focus,
nav ul li a:focus:hover {
	color: #44be4c;
	text-decoration: none;
}
header .cta-btn {
	font-size: 17px;
	padding: 15px 10px;
}
@media screen and (max-width:  1024px) {
	header {
		height: auto;
	}
	header .container {
		display: block;
		position: relative;
		text-align: center;
	}
	header .container>* {
		display: inline-block;
		vertical-align: middle;
	}
	.logo img {
		margin-right: 0;
	}
	nav, nav ul {
		display: block !important;
		position: relative;
	}
	nav ul li {
		display: inline-block;
		vertical-align: middle;
	}
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: #111520;
}

.h1,h1 {
    margin: 0 0 10px;
    font-size: 1.4em;
    border-bottom: 3px solid #111520;
    padding-bottom: 10px;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .h1,h1 {
        font-size:1.6em;
    }
}
@media (min-width: 992px) {
    .h1,h1 {
        font-size:2em;
    }
}

.h2,h2 {
    font-size: 1.3em;
}

@media (min-width: 768px) {
    .h2,h2 {
        font-size:1.4em;
    }
}

@media (min-width: 992px) {
    .h2,h2 {
        font-size:1.5em;
    }
}

.headline-badge {
	margin-top: 0;
    background: #111520;
    display: block;
    width: 206px;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 10px;
}

.h3,h3 {
    font-size: 1.2em;
}

@media (min-width: 992px) {
    .h3,h3 {
        font-size:1.3em;
    }
}

.h4,h4 {
    font-size: 1.1em;
}

@media (min-width: 992px) {
    .h4,h4 {
        font-size:1.2em;
    }
}

.h5,h5 {
    font-size: 1.1em;
}

.h2,.h3,.h4,.h5,.h6,h2,h3,h4,h5,h6 {
    margin-top: 25px;
    margin-bottom: 10px;
}

p {
    margin: 0 0 10px;
}

.container {
    margin: 0 auto;
    padding: 0 15px;
}

@media (min-width: 992px) {
    .container {
        width:975px;
    }
}

@media (min-width: 1100px) {
    .container {
        width:1024px;
    }
}

.cta-btn {
    display: block;
    padding: 12px 10px;
    margin: 20px 0;
    border-radius: 4px;
    background: #4caf50;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
}

/*PROMO CONTENT*/
#promo {
	overflow: hidden;
	margin-bottom: 2em;
}
#promo img {
	width: 50%;
	float: right;
	border-radius: 4px;
}
.promo-content {
	width: 45%;
}
.promo-content p {
	margin-bottom: 20px;
}
@media screen and (max-width:  900px) {
	#promo img {
		width: 100%;
		float: none;
		border-radius: 4px;
		margin-bottom: 25px;
	}
	.promo-content {
		width: 100%;
	}
}

/*DEMO GAME*/
#demogame {
	width: 100%;
}
#demogame .panel-default {
	margin-bottom: 0;
}
#demogame .panel-heading {
	background: #111520;
	border-bottom: none;
	color: #fff;
}
#demogame .panel-title {
    margin: 0;
    padding: 10px;
    color: #fff;
}
#iframeHolder {
    position: relative;
    overflow: hidden;
    width: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 6px solid #111520;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border:  none !important;
}
#iframeHolder .layout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
}
#iframeHolder.panel-body {
    min-height: 600px;
    height: 94%;
    padding: 0;
}
.iframeBtns {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}
#PlayButton {
    font-size: 17px;
    height: 50px;
    border-radius: 4px;
    border: none;
    text-align: center;
    background: #4caf50;
    color: #fff;
    line-height: 50px;
    white-space: nowrap;
    width: 200px;
    cursor: pointer;
	font-weight: bold;
}
.PlayButtonRed {
    font-size: 17px;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    background: #f44336;
    color: #fff;
    margin-top: 10px;
    white-space: nowrap;
    width: 200px;
    text-decoration: none;
    color: #fff !important;
	font-weight: bold;
}
.iframe-bonus {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #111520;
    padding:  15px;
    text-align: center;
    color: #fff;
}
.iframe-bonus-btn {
	width: auto !important;
    background: #62b435 !important;
    padding: 5px 15px !important;
    display: inline-block !important;
    color: #fff !important;
    border-radius: 4px !important;
    text-decoration: none !important;
	font-weight: bold !important;
	margin-top: 0 !important;
}
.panel-actions {
	margin-top: -30px;
	margin-bottom: 0;
	text-align: right;
	padding: 0 10px 0 0;
	position: relative;
}
.panel-actions li {
	display: inline-block;
}
.panel-actions a {
    display: block;
    width: 20px;
    height: 20px;
    color: #333;
}
.panel-fullscreen {
	display: block;
	z-index: 9999;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: auto;
}

/*BONUS SECTION*/
#bonus-play {
	background: #111520;
	border-radius: 4px;
	padding: 20px;
	margin: 2em 0;
}
#bonus-play h2 {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
#bonus-play p {
	display: block;
	color: #50af50;
	text-align: center;
	margin-bottom: 25px;
}
.bonuses {
	display: flex;
	justify-content: space-between;
}
.bonus-block {
	padding: 15px;
	background: #191e2e;
	text-align: center;
	color: #fff;
	width: 45%;
	border-radius: 4px;
}
.bonus-line {
	display: block;
	font-size: 18px;
}
.bonus-block .cta-btn {
	margin-bottom: 0;
	cursor: pointer;
}
@media screen and (max-width:  767px) {
	.bonuses {
		display: block;
	}
	.bonus-block {
		padding: 15px;
		background: #191e2e;
		text-align: center;
		color: #fff;
		width: auto;
		border-radius: 4px;
	}
	.bonus-block:first-child {
		margin-bottom: 20px;
	}
}
.telegram-link {
	display: block;
    width: 100%;
    cursor: pointer;
    background: #4caf50;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    margin-top: 20px;
}
.demo-info {
	margin-top: 15px;
	padding: 15px;
	text-align: center;
	background: #eddcb3;
	color: #000;
	border-radius: 4px;
}

/*ARTICLE*/
article {
	word-wrap: break-word;
}
article a {
	color: #4caf50;
}
article img {
	display: block;
	max-width: 100%;
	margin:  0 auto;
	height: auto;
	border-radius: 4px;
}
table {
	border: 1px solid #ddd;
	width: 100%;
	border-spacing: 0;
}
table tr td,
table tr th {
	border: 1px solid #ddd;
	padding: 10px;
}
table tr th {
	width: 180px;
	background: #eee;
	font-weight: 500;
	color: #000;
	text-align: left;
}
@media screen and (max-width:  576px) {
	table tr th,
	table tr td {
		width: auto;
	}
	table img {
		width: 50px;
		height: 50px;
	}
}

footer {
	background: #111520;
	text-align: center;
	padding: 20px 0;
	margin-top: 2em;
	font-size: 14px;
	color: rgba(255, 255, 255, .6);
}
footer a {
	color: #4caf50;
}
footer span {
	display: block;
}
footer hr {
    height: 1px;
    border: none;
    background: rgba(255, 255, 255, .1);
    margin: 2em 0;
}
.footer-disclaimer {
    margin: 1.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}
.footer-disclaimer img {
    opacity: .2;
    padding: 0 10px
}