@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=cyrillic");
html {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  background-color: #1F252C; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #9EB4C6; }

p {
  margin: 0; }

input, button {
  outline: 0 !important; }

h1 {
  display: block;
  margin: 10px 0;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff; }

h2 {
  color: #FFF;
  font-size: 20px; }

a {
  display: inline-block;
  font-weight: normal;
  color: #fff;
  text-decoration: none; }

ul {
  list-style: none;
  padding-left: 0; }

.upercase {
  text-transform: uppercase; }

.center {
  text-align: center; }

.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%; }

.section-first {
  height: 100%;
  padding: 30px 0 40px;
  background: url("../img/bg/section_main.jpg") no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }
  .section-first * {
    color: #fff; }
  .section-first article {
    padding: 150px 0; }
  .section-first h1 {
    margin-top: 0;
    text-align: left; }
  .section-first h1::after {
    display: none; }
  .section-first b {
    font-size: 19px;
    text-transform: uppercase; }
  .section-first p {
    margin-bottom: 20px; }
  .section-first li {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 12px; }
    .section-first li b {
      display: block;
      font-size: .9em;
      color: #9EB4C6; }

.main-list {
  padding-right: 115px; }

@-webkit-keyframes anum {
  100% {
    -webkit-transform: translateX(-30px); } }

@keyframes anum {
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px); } }

.navi li a {
  display: block;
  padding-left: 5px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .navi li a:after {
    display: block;
    width: 12px;
    height: 12px;
    content: '';
    float: left;
    margin-right: 7px;
    margin-top: 6px;
    background: url("../img/bg/list.png"); }
  .navi li a:hover {
    opacity: .7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

.navi span.active {
  display: block;
  margin-left: 25px; }

.form-download {
  max-width: 320px;
  margin: auto; }

form {
  border: 1px solid #fff; }
  form::after {
    content: "";
    display: block;
    height: 137px;
    width: 137px;
    position: absolute;
    top: 124px;
    left: -160px;
    background: url("../img/icon/arrow_form.png") no-repeat;
    -webkit-animation: anum .6s linear alternate infinite;
    animation: anum .6s linear alternate infinite; }

button {
  margin-top: 20px; }

form {
  padding: 37px;
  position: relative;
  background-color: #295194; }
  form p {
    font-weight: normal;
    color: #fff; }
    form p span {
      font-weight: normal;
      color: #ff7400 !important; }
  form label {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2px;
    margin: 5px;
    cursor: pointer; }

input[type='text'] {
  width: 100%;
  height: 40px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-size: 18px;
  border: 1px solid #ffffff;
  background-color: #2b3448;
  color: #fff;
  text-align: center; }

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder {
  color: rgba(255, 255, 255, 0.3); }

:focus::-webkit-input-placeholder, :focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0); }

:-ms-input-placeholder, :focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0); }

.button {
  display: block;
  width: 250px !important;
  line-height: 40px;
  text-align: center;
  width: 100%;
  height: 40px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #ffffff;
  background-color: #f5750a;
  color: #fff;
  cursor: pointer;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition: .3s; }

button {
  width: 100%;
  height: 40px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #ffffff;
  background-color: #f5750a;
  color: #fff;
  cursor: pointer;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition: .3s; }
  button:hover, button:focus {
    -webkit-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);
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition: .3s; }

article {
  padding-top: 80px;
  padding-bottom: 100px; }
  article .header {
    margin-bottom: 55px; }

.header {
  text-align: center;
  color: #fff;
  font-size: inherit;
  font-family: inherit;
  display: block;
  margin: 10px 0;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff; }
  .header::after {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    margin-top: 15px;
    background: url("../img/bg/header_line.png") no-repeat center; }

.sub-header {
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  margin-bottom: 55px; }

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% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px); } }

.link {
  margin-top: 20px;
  text-align: center; }
  .link a {
    color: #2b88d8; }

.clear::after {
  content: "";
  display: block;
  clear: both; }

.logo {
  float: left; }

nav {
  margin: 14px 0 0 165px;
  float: left; }
  nav a {
    margin: 0 5px;
    font-size: 14px; }

.phone {
  float: right;
  margin-top: 12px;
  font-size: 20px; }

.mobil-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  background-color: #2b88d8;
  z-index: 111; }
  .mobil-menu .logo {
    margin-top: 20px; }
  .mobil-menu li, .mobil-menu.active .menu-content {
    display: block; }

.icon-menu {
  width: 45px;
  height: 35px;
  position: relative;
  float: right;
  margin: 20px 20px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

.menu-content {
  display: none;
  padding-bottom: 30px;
  text-align: center; }
  .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);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-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);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.icon-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-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; }
  .security::after {
    content: "";
    display: block;
    height: 30px;
    width: 23px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/icon/security.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-weight: 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%; }

.game-slider .item {
  padding: 25px 20px 50px;
  text-align: center;
  -webkit-border-radius: 14px;
          border-radius: 14px;
  background-color: #191e29; }
  .game-slider .item p {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff; }
    .game-slider .item p::after {
      content: "";
      display: block;
      height: 60px;
      width: 100%;
      margin: 30px 0;
      background: url("../img/bg/icon.png") no-repeat;
      background-position: center; }

.owl-prev, .owl-next {
  position: absolute;
  top: 50%; }

.owl-prev {
  left: -40px; }

.owl-next {
  right: -40px; }

.section-horizontal-form {
  text-align: center;
  background-color: #295194; }
  .section-horizontal-form form {
    display: inline-block;
    border: none; }
    .section-horizontal-form form:after {
      display: none; }
    .section-horizontal-form form p {
      font-size: 14px;
      text-align: left;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      padding-right: 145px; }
      .section-horizontal-form form p::after {
        content: "";
        display: block;
        height: 30px;
        width: 100px;
        position: absolute;
        top: 6px;
        right: 0;
        background: url("../img/icon/arrow_form_horizontal.png") no-repeat; }
      .section-horizontal-form form p span {
        color: #f5750a; }
    .section-horizontal-form form input, .section-horizontal-form 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: #9EB4C6; }
  .more::before {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 19px;
    background-color: #9EB4C6;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transition: .2s; }
  .more.active::before {
    top: 100%;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transition: .2s; }

.info {
  margin-top: 20px; }
  .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 {
  text-align: center; }
  .step .col-3 div {
    font-size: 72px;
    font-weight: bold;
    display: inline-block;
    height: 100px;
    width: 100px;
    margin-bottom: 10px;
    line-height: 100px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #2b88d8; }
  .step span {
    display: block;
    font-size: 17px;
    margin: 15px 0 10px;
    font-family: "Roboto Bold";
    color: #fff; }

.reviews {
  padding: 120px 0;
  background: url("../img/bg/section_review.jpg") no-repeat center;
  background-attachment: fixed;
  -webkit-background-size: cover;
          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/bg/mark.png") no-repeat center;
      top: 28px;
      left: 0; }
  .reviews .list {
    padding-left: 100px;
    text-align: left;
    list-style-type: square;
    list-style-image: url("../img/bg/circle.png"); }
    .reviews .list li {
      padding: 4px 0; }
  .reviews .security {
    text-align: left;
    color: #FFF; }
  .reviews .codes {
    padding-top: 60px;
    text-align: center; }
    .reviews .codes p {
      font-size: 20px; }

.owl-dots {
  margin-top: 30px; }
  .owl-dots span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    -webkit-border-radius: 50%;
            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; }

.game {
  background: url("../img/bg/section_game.jpg") no-repeat;
  background-attachment: fixed; }

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.contact-phone, .contact-mail {
  color: #FFF;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.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/icon/arrow_bottom.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% {
    -webkit-transform: translateY(-30px);
            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-weight: 300; }
  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; }
  .section-first {
    height: auto; } }

@media only screen and (max-width: 414px) {
  .col-4, .col-8, .col-3, .col-6 {
    width: 100%; }
  .section-first .clear {
    display: none; }
  .section-first nav {
    display: none; }
  .section-first h1 {
    margin-top: 60px; }
  .section-first form::after {
    display: none; }
  .section-first 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 {
    padding-right: 0;
    text-align: center;
    margin-bottom: 15px; }
    section form p::after {
      content: "";
      display: none; }
  .step .col-3 {
    margin-bottom: 20px; }
  .mobil-menu {
    display: block; }
  .main-list {
    padding: 0; }
  .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contact-phone, .contact-mail {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left; } }

.error_form {
  border: 1px solid red !important; }

.senk{
  position: fixed;
  width: 300px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #231f59f5;
  text-align: center;
  z-index: 10;
  height: 375px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.senk > h2{
  font-size: 22px;
}
.senk > img{
  max-width: 80px;
}

.close {
  position: absolute;
  right: 0px;
  top: 0;
  width: 32px;
  height: 32px;
  z-index: 99;
  cursor: pointer;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.shadow{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000e6;
  top: 0;
  left: 0;
display: none;
  z-index: 9;
}