/*НЕ ЗАБЫВАЙ МЕНЯТЬ СТИЛИ И В style-dark.css !!!*/
html,body{padding:0;margin:0;}
body{
	/*padding-top: 60px;!* bootstrap depended *!*/
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
}

a {
	color: #0a90d5;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.button-group-text{
	padding: 0 8px;
	line-height: 2em;
}

.no-left-margin{
	margin-left: 0 !important;
}

.textarea{
	height: 130px;
}

.b-body-bg{
	background: url(../img/bg.png) #dbdbdb;
}

.b-info-box,
.b-download {
	background: #fff;
	margin: auto;
	width: 730px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.b-download__header {
	margin-top: 25px;
	padding: 10px 35px;
	background: #272727;
	text-align: center;
}
.b-download__partner-info{
	text-align: right;
	padding-right: 1em;
}
.b-download__icon-dwn {
	display: inline-block;
	background: url(../img/download.png) no-repeat left;
	width: 25px;
	height: 26px;
	background-size: cover;
	vertical-align: middle;
}
.b-download__head-text {
	font-size: 32px;
	font-family: "Myriad Pro", sans-serif;
	font-weight: bold;
	color: #ffffff;
	word-wrap: break-word;
	vertical-align: middle;
}
.b-download__head-element{
	font-size: 15px;
	font-weight: normal;
}
.block-down {
	margin: 30px 10px;
}
.block-down-item {
	display: flex;
	align-items: center;
}
.block-down__icon{
	width: 69px;
	border-radius: 4px;
	margin: 0 10px;
}
.block-down__head-text {
	font-size: 24px;
	font-family: "Myriad Pro", sans-serif;
	font-weight: bold;
	vertical-align: middle;
}
.block-down-text{
	font-size: 20px;
	font-family: "Myriad Pro", sans-serif;
	font-weight: bold;
	vertical-align: middle;
	color: #9f9e9e;
}
.block-down-text-android{
	font-size: 20px;
	font-family: "Myriad Pro", sans-serif;
	font-weight: bold;
	vertical-align: middle;
	color: #0ba40b;
}
.block-down-text-ios{
	font-size: 20px;
	font-family: "Myriad Pro", sans-serif;
	font-weight: bold;
	vertical-align: middle;
	color: #8d4fc2;
}
.block-down-text-psp{
	font-size: 20px;
	font-family: "Myriad Pro", sans-serif;
	font-weight: bold;
	vertical-align: middle;
	color: #f98305;
}
.block-down-text-ps{
	font-size: 20px;
	font-family: "Myriad Pro", sans-serif;
	font-weight: bold;
	vertical-align: middle;
	color: #0a90d5;
}
.block-top-btn{
	display: flex;
	justify-content: space-between;
	white-space: nowrap;
	overflow: auto;
	padding: 0 20px;
}
.block-top-btn-text{
	margin-left: 4px;
}
.btn-back-site {
	display: flex;
	align-items: center;
	border: 1px solid #0a90d5;
	border-radius: 4px;
	padding: 10px 25px;
	text-decoration: none;
	transition: all 0.3s;
}
.btn-back-site:hover{
	color: #f2f2f2;
	background-color: #0a90d5;
}
.btn-prem{
	display: flex;
	border: 1px solid #e5b342;
	border-radius: 4px;
	padding: 10px 25px;
	text-decoration: none;
	align-items: center;
	margin-left: 10px;
	color: #e5b342;
	transition: all 0.3s;
}
.btn-prem:hover{
	color: #f2f2f2;
	background-color: #e5b342;
}
.b-download__icon_type_close {
	background: url(../img/close.png) no-repeat right;
	width: 26px;
	height: 26px;
	float: right;
	margin: 9px 25px 0 0;
}
.b-download__timer {
	margin: 75px 240px;
}
.b-download__icon_type_pacman {
	display: inline-block;
	margin: 0;
	height: 130px;
	width: 130px;
	background: url(../img/pacman.gif) no-repeat left;
	vertical-align: middle;
}
.b-download__icon_type_clock {
	display: inline-block;
	margin: 0 0 0 40px;
	width: 60px;
	height: 62px;
	background: url(../img/clock.png) no-repeat;
	vertical-align: middle;
}
.b-download__timer_item_text {
	font-size: 30px;
	font-family: "Myriad Pro", sans-serif;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	color: #fff;
	width: 60px;
	height: 62px;
	display: inline-block;
}
.b-info-box__body,
.b-download__body {
	text-align: center;
	margin: 30px 0;
}
.b-download__button {
	display: flex;
	justify-content: space-between;
	margin: 15px 25px;
	position: relative;
	padding: 20px;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	font-size: 19px;
	font-family: "Myriad Pro", sans-serif;
	text-decoration: none;
	vertical-align: middle;
	background: #F9F9F9;
	color: #2d2d2d;
	cursor: pointer;
	transition: all 0.3s;
}
.b-download__button span{
	display: flex;
	align-items: center;
	gap: 8px;
}
.b-download__button:hover{
	color: #f2f2f2;
	background: #0ba40b;
	border: 1px solid #0ba40b;
}
.download-size{
	font-size: 14px;
}
.bi-download{
	fill: #0ba40b;
	transition: all 0.3s;
}
.b-download__button:hover svg{
	fill: #f2f2f2;
}
.b-download__button_state_inactive{
	color: #aaaaaa;
	cursor: default;
	opacity: 0.5;
}
.b-download__button_icon_tg{
	padding-left: 68px;
	padding-right: 10px
}
.b-download__button_icon_tg::after{
	content: '';
	display: block;
	position: absolute;
	top: 11px;
	left: 10px;
	width: 48px;
	height: 48px;
	background: url(../img/telegram_active_256.png) no-repeat top right;
	background-size: cover;
}
.b-download__button_icon_tg-load{
	padding-left: 68px;
	padding-right: 10px;
}
.b-download__button_icon_tg-load::after{
	content: '';
	display: block;
	position: absolute;
	top: 11px;
	left: 10px;
	width: 48px;
	height: 48px;
	background: url(../img/telegram_inactive_256.png) no-repeat top right;
	background-size: cover;
}
.b-download__help-link{
	transition: opacity 1s ease-in 2s, margin 1.5s ease-in .3s, max-height 1s ease-in .5s;
	opacity: 0;
	text-align: center;
	max-height: 0;
	overflow: hidden;
}
.b-download__help-link a {
	text-decoration: none;
}
.b-download__help-link_mode_visible{
	margin: 15px;
	opacity: 1;
	max-height: 2em;
}
.b-download__info {
	text-align: center;
}
.b-download__descr {
	display: inline-block;
	margin: 10px;
	padding: 7px 15px;
	font: 11px/17px "Tahoma", "Arial", "Verdana", sans-serif;
}

.b-info-box {
	overflow: hidden;
}

.b-info-box__header{
	text-align: left;
	font-size: 28px;
}

.b-info-box__title{
	font-size: 21px;
}

.b-info-box_mode_tiny{
	line-height: 1.4;
}

.b-info-box_mode_tiny .b-info-box__body{
	margin: 20px;
	text-align: justify;
}

.b-input {
	width: 100%;
	outline: 0 none;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #f2f2f2 inset;
	-moz-box-shadow: 0 1px 2px #f2f2f2 inset;
	box-shadow: 0 1px 2px #f2f2f2 inset;
	font: 15px/18px Arial, sans-serif;
	height: 18px;
	padding: 8px 10px;
	background-color: #fff;
}

.b-input::-webkit-input-placeholder{
	color: #9a9a9a;
}
.b-input::-moz-placeholder{
	color: #9a9a9a;
}
.b-input:-ms-input-placeholder {
	color: #9a9a9a;
}

.b-input_type_error{
	border: 1px solid #FF530D;
}

.b-input_size_120{
	width: 120px;
}

.b-input_size_300{
	width: 300px;
}

.b-input_hsize_150 {
	height: 150px;
	resize: none;
}

.b-button {
	border: 1px solid #009bc7;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	padding: 15px 30px;
	color: #fff;
	background-image: linear-gradient(top, #17c0f9 0%, #17b2e2 100%);
	background-image: -o-linear-gradient(top, #17c0f9 0%, #17b2e2 100%);
	background-image: -moz-linear-gradient(top, #17c0f9 0%, #17b2e2 100%);
	background-image: -webkit-linear-gradient(top, #17c0f9 0%, #17b2e2 100%);
	background-image: -ms-linear-gradient(top, #17c0f9 0%, #17b2e2 100%);
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
	cursor: pointer;
}

.b-button.b-button_state_inactive{
	color: #aaa;
	text-shadow: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.b-form-error{
	margin: 3px 3px 9px 3px;
	width: 320px;
	color: #E82C0C;
	text-align: left;
	font-size: 13px;

}

.h-mt-11{
	margin-top: 11px;
}

.b-feedback{
	margin-left: 150px;
}

.h-hidden{
	display: none;
}

.h-text-left{
	text-align: left;
}

.h-ph-20{
	padding-right: 20px;
	padding-left: 20px;
}

.grecaptcha-badge {
	display: none !important;
}

@media screen and (max-width: 730px) {
	html {
		-webkit-text-size-adjust: none;
	}
	body{
		padding:0;
	}

	.b-info-box, .b-download{
		width: 100%;
		border-radius: 0;
	}

	.b-download__header{
		margin-top: 0;
		padding: 5px 10px;
	}

	.b-download__icon-dwn{
		background-size: 100%;
		width: 20px;
		height: 20px;
		margin-top: -1px;
	}

	.b-download__head-text {
		font-size: 20px;
	}

	.b-info-box__body, .b-download__body{
		margin: 30px 0;
	}

	.b-info-box__header{
		font-size: 20px;
	}

	.b-info-box__title{
		font-size: 16px;
	}

	.b-feedback{
		width: 90%;
		margin: 0 5%;
		min-width: 300px;
	}

	.b-input_size_120{
		width: 50%;
		min-width: 90px;
	}

	.b-input_size_300{
		width: 100%;
	}
	.block-top-btn {
		padding: 0 10px;
	}
	.btn-back-site{
		padding: 10px 20px;
	}
	.btn-prem{
		padding: 10px 20px;
	}
}

@media screen and (max-width: 380px) {
	.b-download__header{
		padding: 5px;
	}
	.b-download__button{
		padding: 20px;
	}
    .b-download__descr{
	    margin: 10px;
	    padding: 0;
    }
	.btn-prem,
	btn-back-site{
		padding: 10px;
	}
	.block-top-btn{
		padding: 0 5px;
	}
}