@font-face{
	font-family: "Roboto Light";
	src: url('../fonts/light.ttf');
	font-style: normal;
	font-weight: normal;
}
@font-face{
	font-family: "Roboto Regular";
	src: url('../fonts/regular.ttf');
	font-style: normal;
	font-weight: normal;
}
@font-face{
	font-family: "Roboto Bold";
	src: url('../fonts/bold.ttf');
	font-style: normal;
	font-weight: normal;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background-color: #1f2532;
}
* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Roboto Regular";
    color: #9eb4cc;
}
p {
	margin: 0;
}
input, button {
	outline: 0!important;
}
h2 {
    color: white;
    font-size: 20px;
}
.container {
	width: 1170px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row::after {
	display: table;
    content: " ";
    clear: both;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.col-11 {
	width: 91.66666667%;
}
.col-10 {
	width: 83.33333333%;
}
.col-9 {
	width: 75%;
}
.col-8 {
	width: 66.66666667%;
}
.col-7 {
	width: 58.33333333%;
}
.col-6 {
	width: 50%;
}
.col-5 {
	width: 41.66666667%;
}
.col-4 {
	width: 33.33333333%;
}
.col-3 {
	width: 25%;
}
.col-2 {
	width: 16.66666667%;
}
.col-1 {
    width: 8.33333333%;
}

.bl-one {
	height: 100%;
	padding: 30px 0 40px;
	background: url("../img/bg.jpg")no-repeat;
	background-size: cover;
}
.bl-one form {
	border: 1px solid #fff;
}
.bl-one form::after {
	content: "";
	display: block;
	height: 137px;
	width: 137px;
	position: absolute;
    top: 124px;
    left: -160px;
	background: url("../img/arrow-f.png")no-repeat;
}
.bl-one form::after {
  -webkit-animation: anum .6s linear alternate infinite;
  animation: anum .6s linear alternate infinite;
}
@-webkit-keyframes anum {
  100% {
    -webkit-transform: translateX(-30px);
  }
}
@keyframes anum {
  100% {
    transform: translateX(-30px);
  }
}
.bl-one h1::after {
	display: none;
}
.bl-one b {
	font-size: 19px;
	text-transform: uppercase;
}
.bl-one p {
	margin-bottom: 20px;
}
form {
	padding: 37px;
	position: relative;
	background-color: #295194;
}
form p {
	font-family: "Roboto Regular";
	color: #fff;
}
form p span {
	font-family: "Roboto Regular";
	color: #ff7400!important;
}
input {
	width: 100%;
	height: 40px;
	border-radius: 5px;
	font-size: 18px;
	border: 1px solid #ffffff;
	background-color: #2b3448;
	color: #fff;
	text-align: center;
}
::-webkit-input-placeholder {
  	color: rgba(255,255,255,.3);
}
::-moz-placeholder {
  	color: rgba(255,255,255,.3);
}
:-ms-input-placeholder {
  	color: rgba(255,255,255,.3);
}
:-moz-placeholder {
  	color: rgba(255,255,255,.3);
}

:focus::-webkit-input-placeholder {
  	color: rgba(255,255,255,0);
}
:focus::-moz-placeholder {
  	color: rgba(255,255,255,0);
}
:-ms-input-placeholder {
  	color: rgba(255,255,255,0);
}
:focus:-moz-placeholder {
  	color: rgba(255,255,255,0);
}
.button{
	display: block;
	width: 250px !important;
	line-height: 40px;
	text-align: center;
}
.button,
button {
	width: 100%;
	height: 40px;
	border-radius: 5px;
	font-family: "Roboto Bold";
	font-size: 18px;
	border: 1px solid #ffffff;
	background-color: #f5750a;
	color: #fff;
	cursor: pointer;
	transition: .3s;
	-webkit-transition: .3s;
}
button:hover,
button:focus {
	-webkit-box-shadow: inset 0px 0px 16px 1px rgba(41,81,148,0.37);
	-moz-box-shadow: inset 0px 0px 16px 1px rgba(41,81,148,0.37);
	box-shadow: inset 0px 0px 16px 1px rgba(41,81,148,0.37);
	transition: .3s;
	-webkit-transition: .3s;
}
.bl-one button {
	margin-top: 20px;
}
a {
	display: inline-block;
	font-family: "Roboto Regular";
	color: #fff;
	text-decoration: none;
}
ul {
	list-style: none;
	padding-left: 0;
}
article {
	padding-top: 80px;
    padding-bottom: 100px;
}
article header {
	margin-bottom: 55px;
}
header {
	text-align: center;
}
header p {
	font-size: 15px;
	font-family: "Roboto Regular";
}
header p span {
	color: #fff;
	font-size: inherit;
	font-family: inherit;
}
header>span,
h1 {
	display: block;
	margin: 10px 0;
	font-size: 30px;
	text-transform: uppercase;
	font-family: "Roboto Regular";
	color: #fff;
}
header>span::after,
header h1::after {
	content: "";
	display: block;
	width: 100%;
	height: 20px;
	margin-top: 15px;
	background: url("../img/line-decor.png")no-repeat center;
}
.bl-one li {
	font-size: 18px;
	font-family: "Roboto Light";
	margin-bottom: 5px;
}
.center {
	text-align: center;
}
section  form p::after {
  -webkit-animation: shake .6s linear alternate infinite;
  animation: shake .6s linear alternate infinite;
}
@-webkit-keyframes shake {
  100% {
    -webkit-transform: translateX(-30px);
  }
}
@keyframes shake {
  100% {
    transform: translateX(-30px);
  }
}
.link {
	margin-top: 20px;
	text-align: center;
}
.link a {
	color: #2b88d8;
}
.bl-one * {
	color: #fff;
}
.bl-one article {
	padding: 150px 0;
}
.bl-one h1 {
	margin-top: 0;
	text-align: left;
}
.clear::after {
	content: "";
	display: block;
	clear: both;
}
.logo {
	float: left;
	padding-left: 20px;
}
nav {
    margin: 14px 0 0 165px;
	float: left;
}
nav a {
	margin: 0 5px;
	font-size: 14px;
}
.phone {
	float: right;
	margin-top: 12px;
}
.mobil-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	background: rgba(0,0,0,.8);
	/*background-color: #2b88d8;*/
	z-index: 111;
}
.mobil-menu .logo {
	margin-top: 20px;
}
.mobil-menu li {
	display: block
}
.mobil-menu.active .menu-content {
	display: block;
}
.icon-menu {
    width: 45px;
    height: 35px;
    position: relative;
    float: right;
    margin: 20px 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.menu-content {
	display: none;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
	background: rgba(0,0,0,.8);
}
.menu-content .phone {
	float: none;
}
.icon-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.mobil-menu .row {
	margin: 0;
}
.icon-menu span:nth-child(1) {
  top: 0px;
}

.icon-menu span:nth-child(2),
.icon-menu span:nth-child(3) {
  top: 15px;
}

.icon-menu span:nth-child(4) {
  top: 30px;
}

.icon-menu.open span:nth-child(1) {
  top: 15px;
  width: 0%;
  left: 50%;
}

.icon-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.icon-menu.open span:nth-child(4) {
  top: 15px;
  width: 0%;
  left: 50%;
}
.security {
	font-size: 12px;
	margin-top: 15px;
	padding-left: 40px;
	position: relative;
	font-family: Roboto Light;
}
.security::after {
	content: "";
	display: block;
	height: 30px;
	width: 23px;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/scr.png")no-repeat;
}
.media {
	margin-bottom: 40px;
}
.media::after {
	content: "";
	display: block;
	clear: both;
}
.media-body span {
	font-size: 17px;
	display: block;
    margin-bottom: 5px;
	font-family: "Roboto Bold";
	text-transform: uppercase;
	color: #fff;
}
.right img {
	float: right;
	margin-top: 3px;
}
.right .media-body {
	text-align: right;
	padding-right: 70px;
}
.left img {
	float: left;
	margin-top: 3px;
}
.left .media-body {
	text-align: left;
	padding-left: 70px;
}
.owl-rev .item {
	padding: 0 10%;
}
.owl-game .item {
	padding: 25px 20px 50px;
	text-align: center;
	border-radius: 14px;
	background-color: #191e29;
}
.owl-game .item p {
	font-size: 17px;
	font-family: "Roboto Bold";
	text-transform: uppercase;
	color: #fff;
}
.owl-prev, .owl-next {
	position: absolute;
	top: 50%;
}
.owl-prev {
	left: -40px;
}
.owl-next {
	right: -40px;
}
.owl-game .item p::after {
	content: "";
	display: block;
	height: 60px;
	width: 100%;
	margin: 30px 0;
	background: url("../img/icon.png")no-repeat;
	background-position: center;
}
section {
	text-align: center;
	background-color: #295194;
}
section form {
	display: inline-block;
}
section  form p {
	font-size: 14px;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-right: 145px;
}
section  form p::after {
	content: "";
	display: block;
	height: 30px;
	width: 100px;
	position: absolute;
	top: 6px;
	right: 0;
	background: url("../img/strelka.png")no-repeat;
}
section  form p span {
	color: #f5750a;
}
section  form input,
section  form button {
	width: 240px;
	margin: 0 20px;
	vertical-align: middle;
}
.more {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: relative;
    border: 1px solid #295194;
	cursor: pointer;
	overflow: hidden;
}
.more::after {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	position: absolute;
	top: 19px;
	left: 10px;
	background-color: #9eb4cc;
}
.more::before {
	content: "";
    display: block;
    width: 2px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 19px;
    background-color: #9eb4cc;
	transition: .2s;
	-webkit-transition: .2s;
}
.more.active::before {
	top: 100%;
	transition: .2s;
	-webkit-transition: .2s;
}
.info {
	margin-top: 20px;
	//display: none;
}
.info h2 {
	text-align: center;
	font-size: 1.5em;
}
.info p {
	margin-bottom: 25px;
}
.info h4 {
	color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.info li {
	margin-bottom: 10px;
}
.info li i {
	display: inline-block;
	width: 22px;
	color: #fff;
	font-style: normal;
}
.step .col-3 div {
	font-size: 72px;
	font-family: "Roboto Bold";
	display: inline-block;
	height: 100px;
	width: 100px;
	margin-bottom: 10px;
	line-height: 100px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid rgba(255,255,255,.3);
	color: #2b88d8;
}
.step {
	text-align: center;
}
.step span {
	display: block;
	font-size: 17px;
	margin: 15px 0 10px;
	font-family: "Roboto Bold";
	color: #fff;
}
.reviews {
    padding: 15px 0 20px;
	background: url("../img/rev.jpg")no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
}
.reviews .item span {
	position: relative;
	display: inline-block;
	padding-top: 70px;
}
.reviews .item span::before {
	content: "";
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    background: url(../img/checkmark.png)no-repeat center;
    top: 28px;
    left: 0;
}
.owl-dots {
	margin-top: 30px;
}
.owl-dots span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    border-radius: 50%;
    display: block;
    background-color: #2b88d8;
}
.owl-dots .active span {
    width: 15px;
    height: 15px;
}
.owl-dot {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}
.list-game {
	background: url("../img/game_bg.jpg")no-repeat;
	background-attachment: fixed;
}
.contact img {
	display: inline-block;
	margin: 0 10px;
}
.chat {
	position: fixed;
	bottom: 0;
	right: 15px;
	text-align: right;
	width: 200px;
	height: 150px;
	font-size: 10px;
	opacity: 0;
}
.chat::after {
	content: "";
	display: block;
	position: absolute;
	top: 45px;
	right: 0;
	width: 200px;
	height: 100px;
	background: url(../img/arrow_chat.png)no-repeat right;
	-webkit-animation: chat .6s linear alternate infinite;
	animation: chat .6s linear alternate infinite;
}
@-webkit-keyframes chat {
  100% {
    -webkit-transform: translateY(-30px);
  }
}
@keyframes chat {
  100% {
    transform: translateY(-30px);
  }
}
footer {
	background-color: #1a1e29;
}
footer .container {
	padding: 40px 30px;
}
footer p {
	font-size: 12px;padding: 20px 0;
	text-align: center;
	background-color: #10141c;
}
footer li {
	padding: 0px 0 6px 13px;
    margin-bottom: 12px;
	border-bottom: 1px dotted #2b88d6;
	position: relative;
}
footer li::after {
    content: "";
    display: block;
    height: 5px;
    width: 5px;
    position: absolute;
    top: 8px;
    left: 0;
    background-color: #2b88d8;
}
footer li a {
	font-family: "Roboto Light";
}
footer img {
	margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
	.container {
		width: 100%;
	}
	nav {
		margin-left: 50px;
	}
	#about .col-4.center img {
		width: 100%;
		margin-bottom: 35px;
	}
	section form button {
		margin-top: 15px;
	}
	.chat {
		display: none;
	}
	.bl-one {
		height: auto
	}
}
@media only screen and (max-width: 414px) {
	.col-4, .col-8, .col-3 {
		width: 100%;
	}
	.bl-one .clear {
		display: none;
	}
	.bl-one h1 {
		margin-top: 60px;
	}
	.bl-one form::after {
		display: none;
	}
	.bl-one article {
		padding: 15px 0;
	}
	.right img,
	.left img {
		float: none;
		margin: 3px 0 5px;
	}
	.media {
		text-align: center;
	}
	.right .media-body,
	.left .media-body {
		text-align: center;
		padding: 0;
	}
	section form p::after {
		content: "";
		display: none;
	}
	section form p {
		padding-right: 0;
		text-align: center;
		margin-bottom: 15px;
	}
	.step .col-3 {
		margin-bottom: 20px;
	}
	.mobil-menu {
		display: block;
	}
}

.error_form{
	border: 1px solid red !important;
}