._notext, ._notext a, a._notext {
  text-indent: -99em;
  white-space: nowrap;
  overflow: hidden; }
.success {
text-align: center;
  color: #fff;
  background: #1dc437;
}
._noselect {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .text-all *{
    color: #fff;
  }
    .text-all {
      width: 1000px;
      padding-bottom: 100px;
    }
a, input, button {
	outline: 0;
}
input[name="name"] {
	width: 0!important;
	height: 0!important;
	position: absolute;
	
}

.w12, .w12m {
  width: 100%; }

.w11, .w11m {
  width: 91.66666667%; }

.w10, .w10m {
  width: 83.33333333%; }

.w9, .w9m {
  width: 75%; }

.w8, .w8m {
  width: 66.66666667%; }

.w7, .w7m {
  width: 58.33333333%; }

.w6, .w6m {
  width: 50%; }

.w5, .w5m {
  width: 41.66666667%; }

.w4, .w4m {
  width: 33.33333333%; }

.w3, .w3m {
  width: 25%; }

.w2, .w2m {
  width: 16.66666667%; }

.w1, .w1m {
  width: 8.33333333%; }

.w1m, .w2m, .w3m, .w4m, .w5m, .w6m, .w7m, .w8m, .w9m, .w10m, .w11m, .w12m {
  margin-left: auto;
  margin-right: auto; }

@font-face {
  font-family: 'Montserrat Black';
  src: url("fonts/Montserrat-Black.eot");
  src: url("fonts/Montserrat-Black.eot#iefix") format("embedded-opentype"), url("fonts/Montserrat-Black.woff") format("woff"), url("fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat Regular';
  src: url("fonts/Montserrat-Regular.eot");
  src: url("fonts/Montserrat-Regular.eot#iefix") format("embedded-opentype"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Montserrat Medium"), url("fonts/Montserrat-Medium.woff") format("woff"); }

@font-face {
  font-family: 'Montserrat Light';
  src: url("fonts/Montserrat-Light.eot");
  src: url("fonts/Montserrat-Light.eot#iefix") format("embedded-opentype"), url("fonts/Montserrat-Light.woff") format("woff"), url("fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat SemiBold';
  src: url("fonts/Montserrat-SemiBold.eot#iefix") format("embedded-opentype"), url("fonts/Montserrat-SemiBold.woff") format("woff"), url("fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat Regular';
  background: #001219;
  position: relative;
  cursor: default; }
  body.scroll-disable {
    overflow: hidden; }
    body.scroll-disable::before {
      content: ' ';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 516;
      background-color: rgba(0, 0, 0, 0.6); }

#content {
  overflow: hidden; }

#header .header-top {
  background: #000; }
  #header .header-top_container {
    padding: 15px 45px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

#header .header-contacts .container {
  position: relative; }

#header .header-contacts_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 132;
  top: 16px;
  right: 45px; }

#header .header-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #header .header-socials .social {
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    #header .header-socials .social.viber {
      background-image: url(img/viber.svg); }
    #header .header-socials .social.telegram {
      background-image: url(img/telegram.svg); }
    #header .header-socials .social.whatsapp {
      background-image: url(img/whatsapp.svg); }
    #header .header-socials .social + .social {
      margin-left: 16px; }

#header .header-address {
  margin-left: 21px;
  padding-left: 37px;
  position: relative; }
  #header .header-address::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: no-repeat center/contain url(img/icon-point.svg); }
  #header .header-address span {
    color: #00D1FF;
    font-size: 14px;
    line-height: normal;
    border-bottom: 1px solid #00D1FF; }

#header .logo {
  max-width: 310px;
  min-width: 150px;
  margin-right: 40px; }
  #header .logo img {
    width: 100%; }

#header menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #header menu li + li {
    margin-left: 35px; }
  #header menu li a {
    cursor: pointer;
    font-family: 'Montserrat Medium';
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    line-height: normal; }
    #header menu li a:hover {
      text-decoration: none; }
  #header menu li.active a {
    border-color: #fff; }

@media screen and (max-width: 1280px) {
  #header .header-top_container {
    padding: 18px 20px; }
  #header .header-contacts_container {
    right: 20px; }
  #header menu li a {
    font-size: 12px; }
  #header menu li + li {
    margin-left: 25px; } }

@media screen and (max-width: 992px) {
  #header menu li + li {
    margin-left: 9px; } }

@media screen and (min-width: 768px) {
  #header .menu-button {
    display: none; } }

@media screen and (max-width: 767px) {
  #header .logo {
    max-width: 240px; }
  #header .header-top_container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  #header .header-socials {
    position: absolute;
    top: -80px;
    right: 20px; }
    #header .header-socials .social {
      width: 23px;
      height: 23px; }
      #header .header-socials .social + .social {
        margin-left: 9px; }
  #header .menu-button {
    margin-right: 20px;
    width: 20px; }
    #header .menu-button img {
      width: 100%; }
  #header menu {
    position: fixed;
    z-index: 512;
    padding: 20px;
    top: 0;
    right: 0;
    width: 180px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all ease 250ms;
    -o-transition: all ease 250ms;
    transition: all ease 250ms;
    background: #000;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
    #header menu.active {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); }
    #header menu li + li {
      margin: 4px 0 0; } }

@media screen and (max-width: 480px) {
  #header .logo {
    max-width: 240px; }
  #header .header-socials {
    display: none; } }

#footer {
  position: relative;
  background: #000; }
  #footer::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    max-width: 2150px;
    margin: 0 auto;
    background: -webkit-radial-gradient(50% 34.29%, 126.39% 117.26%, #EBEBEB 0%, #A8A8A8 34.05%, #717171 60.62%, #494949 99.11%);
    background: -o-radial-gradient(50% 34.29%, 126.39% 117.26%, #EBEBEB 0%, #A8A8A8 34.05%, #717171 60.62%, #494949 99.11%);
    background: radial-gradient(126.39% 117.26% at 50% 34.29%, #EBEBEB 0%, #A8A8A8 34.05%, #717171 60.62%, #494949 99.11%);
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    -ms-transform: matrix(1, 0, 0, -1, 0, 0);
    transform: matrix(1, 0, 0, -1, 0, 0); }
  #footer .footer_container {
    padding: 28px 0 40px; }
  #footer .footer-title {
    text-align: center;
    font-size: 16px;
    line-height: 145%;
    color: #fff; }
  #footer .footer-copyrights {
    text-align: center;
    margin-top: 8px;
    color: #fff;
    font-size: 16px;
    line-height: normal; }

.container {
  max-width: 1280px;
  margin: 0 auto; }

.title.big {
  font-family: 'Montserrat Medium';
  font-size: 48px;
  line-height: 52px;
  color: #fff;
  text-align: center; }

.title.medium {
  text-align: center;
  color: #001219;
  font-size: 36px;
  font-family: 'Montserrat Medium';
  line-height: 52px; }

@media screen and (max-width: 767px) {
  .title.big {
    font-size: 29px; }
  .title.medium {
    font-size: 29px;
    line-height: 1.2em; } }

.intro {
  position: relative; }
  .intro .block-container {
    min-height: 580px;
    background: #001219;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .intro .block-container::before {
      content: ' ';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      background: -webkit-gradient(linear, right top, left top, color-stop(-1.37%, #0C1924), color-stop(39.36%, rgba(13, 31, 45, 0.58)), color-stop(74.16%, rgba(14, 36, 53, 0.3)), color-stop(91.09%, rgba(18, 55, 81, 0.2)));
      background: -webkit-linear-gradient(right, #0C1924 -1.37%, rgba(13, 31, 45, 0.58) 39.36%, rgba(14, 36, 53, 0.3) 74.16%, rgba(18, 55, 81, 0.2) 91.09%);
      background: -o-linear-gradient(right, #0C1924 -1.37%, rgba(13, 31, 45, 0.58) 39.36%, rgba(14, 36, 53, 0.3) 74.16%, rgba(18, 55, 81, 0.2) 91.09%);
      background: linear-gradient(270deg, #0C1924 -1.37%, rgba(13, 31, 45, 0.58) 39.36%, rgba(14, 36, 53, 0.3) 74.16%, rgba(18, 55, 81, 0.2) 91.09%); }
  .intro .container {
    position: relative; }
  .intro__info {
    padding-top: 130px;
    position: relative;
    z-index: 64; }
  .intro__description {
    margin-top: 20px;
    font-size: 20px;
    font-family: 'Montserrat SemiBold';
    text-align: center;
    color: #FFFFFF; }
  .intro__subtitle {
    margin-top: 18px;
    font-size: 36px;
    line-height: 42px;
    font-family: 'Montserrat SemiBold';
    text-align: center;
    color: #00D1FF; }
    .intro__subtitle span {
      font-size: 18px; }
  .intro__buttons {
    margin: 0 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 120;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .intro__buttons .intro-button {
      width: 50%;
      display: block;
      text-decoration: none;
      border-radius: 10px;
      cursor: pointer; }
      .intro__buttons .intro-button img {
        width: 100%; }
      .intro__buttons .intro-button:hover {
        text-decoration: none; }
      .intro__buttons .intro-button + .intro-button {
        margin-left: 100px; }
  @media screen and (max-width: 1280px) {
    .intro .intro__buttons .intro-button + .intro-button {
      margin-left: 50px; } }
  @media screen and (max-width: 767px) {
    .intro .block-container {
      padding: 0 20px; }
    .intro .intro__buttons {
      margin: 0 auto;
      padding: 0 20px; }
      .intro .intro__buttons .intro-button {
        width: 50%;
        display: block;
        text-decoration: none;
        border-radius: 10px;
        cursor: pointer; }
        .intro .intro__buttons .intro-button:hover {
          text-decoration: none; }
        .intro .intro__buttons .intro-button + .intro-button {
          margin-left: 20px; }
    .intro__description {
      margin-top: 18px;
      font-size: 19px; }
    .intro__subtitle {
      margin-top: 10px;
      font-size: 19px;
      line-height: 140%; }
      .intro__subtitle span {
        font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .intro .intro__buttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 300px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .intro .intro__buttons .intro-button {
        width: 100%; }
        .intro .intro__buttons .intro-button + .intro-button {
          margin: 36px 0 0; } }

.info-block .block-container {
  padding-top: 120px;
  padding-bottom: 205px;
  background: #E5E7E8; }

.info-block .columns {
  margin: 0 auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.info-block .column-image {
  width: 46.4%; }
  .info-block .column-image img {
     }

.info-block .column-info {
  width: 53.6%;
  padding-left: 55px;
  font-size: 16px;
  line-height: 145%;
  color: #001219; }

@media screen and (max-width: 767px) {
  .info-block .block-container {
    padding: 190px 20px 240px; }
  .info-block .column-info {
    padding-left: 20px;
    font-size: 14px;
    line-height: 145%; } }

@media screen and (max-width: 480px) {
  .info-block .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .info-block .block-container {
    padding: 240px 20px 240px; }
  .info-block .column-image {
    width: 100%;
    max-width: 240px; }
    .info-block .column-image img {
      width: 100%; }
  .info-block .column-info {
    width: 100%; } }

.games-block {
  margin-top: -160px; }
  .games-block .games {
    padding: 0 50px;
    min-height: 270px;
    margin: 55px 90px 0;
    background: #002432;
    border: 1px solid #6F6F6F;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }

  .games-block .game {
    padding: 10px 5px;
    display: block;
    text-decoration: none;
    cursor: pointer; }
    .games-block .game img {
      -webkit-box-shadow: 0px 0px 20px #00D1FF;
      box-shadow: 0px 0px 20px #00D1FF;
      width: 100%; }
  .games-block .games__container {
    padding-bottom: 7px; }
  .games-block .slider-pagination {
    margin-top: 20px;
    z-index: 64;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .games-block .slider-pagination .slider-bullet {
      outline: none;
      margin: 0 20px;
      display: block;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      cursor: pointer;
      background: #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative; }
      .games-block .slider-pagination .slider-bullet::before {
        content: ' ';
        position: absolute;
        top: -6px;
        left: -6px;
        bottom: -6px;
        right: -6px;
        opacity: 0;
        -webkit-transition: all ease 300ms;
        -o-transition: all ease 300ms;
        transition: all ease 300ms;
        background: no-repeat center/contain url(img/bullet-bg.svg); }
      .games-block .slider-pagination .slider-bullet.swiper-pagination-bullet-active::before {
        opacity: 1; }
  @media screen and (max-width: 992px) {
    .games-block .block-container {
      padding: 0 20px; }
    .games-block .games {
      padding: 0 50px;
      margin: 55px auto 0; }
    .games-block .slider-pagination {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .games-block .slider-pagination .slider-bullet {
        margin: 0 10px; } }
  @media screen and (max-width: 767px) {
    .games-block {
      margin-top: -90px; }
      .games-block .block-container {
        padding: 0 20px;
        background: rgba(0, 36, 50, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .games-block .games {
        padding: 20px 30px;
        margin: 55px auto 0;
        background: none;
        border: none; }
        .games-block .games::before {
          right: -60px; }
      .games-block .game {
        max-width: 180px;
        margin: 0 auto; } }

.contacts-block {
  padding-bottom: 128px; }
  .contacts-block .block-container {
    margin: 0 90px;
    position: relative; }
  .contacts-block .map {
    position: relative;
    height: 260px; }
    .contacts-block .map::before {
      content: ' ';
      position: absolute;
      left: 0;
      width: 165px;
      height: 90px;
      top: -78px;
      background: no-repeat center/contain url(images/map-top_img.png); }
    .contacts-block .map img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center left;
      object-position: center left;
      border-radius: 15px; }
  .contacts-block .contacts-box {
    position: absolute;
    top: 30px;
    padding: 25px 50px 25px 50px;
    left: 50px;
    background: #002432;
    -webkit-box-shadow: 0px 0px 20px #00D1FF;
    box-shadow: 0px 0px 20px #00D1FF;
    border-radius: 16px; }
    .contacts-block .contacts-box__title {
      padding-bottom: 6px;
      text-transform: uppercase;
      font-size: 20px;
      font-family: 'Montserrat Medium';
      color: #fff;
      border-bottom: 1px solid #00D1FF;
      line-height: normal; }
    .contacts-block .contacts-box .info {
      width: 150px;
      padding-left: 35px;
      position: relative;
      font-size: 16px;
      line-height: 145%;
      color: #CFCFCF; }
      .contacts-block .contacts-box .info::before {
        content: ' ';
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .contacts-block .contacts-box a {
      cursor: pointer; }
    .contacts-block .contacts-box .button.grey {
      padding-right: 35px;
      width: 150px;
      cursor: pointer;
      height: 35px;
      background: no-repeat left/contain url(img/button.png); }
    .contacts-block .contacts-box .contact {
      text-decoration: none;
      font-family: 'Montserrat Medium';
      -webkit-transition: all ease 300ms;
      -o-transition: all ease 300ms;
      transition: all ease 300ms;
      font-size: 16px;
      line-height: normal;
      color: #fff;
      letter-spacing: -0.01em; }
      .contacts-block .contacts-box .contact:hover {
        text-decoration: none;
        opacity: .8; }
    .contacts-block .contacts-box .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 15px; }
      .contacts-block .contacts-box .item.email .info::before {
        width: 30px;
        height: 30px;
        background: no-repeat center/contain url(img/icon-email.svg); }
      .contacts-block .contacts-box .item.address .info::before {
        width: 30px;
        height: 30px;
        background: no-repeat center/contain url(img/icon-point.svg); }
      .contacts-block .contacts-box .item + .item {
        margin-top: 17px; }
    .contacts-block .contacts-box .contacts_socials {
      margin-top: 17px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .contacts-block .contacts-box .contacts_socials__info {
        width: 185px; }
      .contacts-block .contacts-box .contacts_socials .socials {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .contacts-block .contacts-box .contacts_socials .socials .social {
          display: block;
          width: 20px;
          height: 20px;
          -webkit-transition: all ease 300ms;
          -o-transition: all ease 300ms;
          transition: all ease 300ms;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
          .contacts-block .contacts-box .contacts_socials .socials .social:hover {
            opacity: .8; }
          .contacts-block .contacts-box .contacts_socials .socials .social + .social {
            margin-left: 11px; }
          .contacts-block .contacts-box .contacts_socials .socials .social.fb {
            background-image: url(img/socials/facebook.svg); }
          .contacts-block .contacts-box .contacts_socials .socials .social.vk {
            background-image: url(img/socials/vkontakte-logo.svg); }
          .contacts-block .contacts-box .contacts_socials .socials .social.youtube {
            background-image: url(img/socials/video-play-button.svg); }
          .contacts-block .contacts-box .contacts_socials .socials .social.instagram {
            background-image: url(img/socials/instagram.svg); }
    .contacts-block .contacts-box .button-to-close {
      width: 20px;
      z-index: 12;
      position: absolute;
      top: 16px;
      right: 16px; }
      .contacts-block .contacts-box .button-to-close svg {
        width: 100%; }
  @media screen and (max-width: 992px) {
    .contacts-block {
      padding-bottom: 140px; }
      .contacts-block .block-container {
        margin: 0 auto;
        padding: 0 20px; }
      .contacts-block .contacts-box {
        padding: 25px 30px 25px 30px; } }
  @media screen and (max-width: 767px) {
    .contacts-block {
      overflow: hidden;
      padding-bottom: 140px; }
      .contacts-block .block-container {
        margin: 0 auto;
        padding: 0; }
      .contacts-block .map {
        position: relative;
        height: unset;
        padding-right: 20px; }
        .contacts-block .map::before {
          content: ' ';
          position: absolute;
          left: 0;
          width: 165px;
          height: 90px;
          top: -78px;
          background: no-repeat center/contain url(images/map-top_img.png); }
        .contacts-block .map img {
          margin-left: 0;
          height: unset;
          width: 100%;
          margin: 0;
          -o-object-fit: contain;
          object-fit: contain;
          border-radius: 0 15px 15px 0; }
      .contacts-block .contacts-box {
        left: 20px;
        top: 20px;
        padding: 25px 20px 25px 20px; } }
  @media screen and (max-width: 676px) {
    .contacts-block {
      padding-bottom: 40px; }
      .contacts-block .block-container {
        margin: 0 auto;
        padding: 0 20px; }
      .contacts-block .map {
        padding-right: 0; }
        .contacts-block .map img {
          border-radius: 15px 15px 0 0; }
      .contacts-block .contacts-box {
        zoom: 0.7;
        margin-top: -40px;
        position: relative;
        top: 0;
        left: 0; } }

.time-block .block-container {
  padding: 100px 0 120px;
  position: relative; }
  .time-block .block-container .logo {
    position: absolute;
    top: 190px;
    left: 200px;
    z-index: 0;
    width: 120px; }
    .time-block .block-container .logo img {
      width: 100%; }
  .time-block .block-container::before {
    content: ' ';
    position: absolute;
    z-index: -1;
    opacity: .1;
    top: -205px;
    left: -190px;
    width: 1420px;
    height: 905px;
    background: no-repeat center/contain url(images/bottom-bg.png); }
  .time-block .block-container .site__name {
    font-size: 36px;
    line-height: 52px;
    font-family: 'Montserrat Medium';
    color: #fff; }
  .time-block .block-container .block-content {
    width: 50%;
    margin-right: 90px;
    margin-left: auto; }
  .time-block .block-container .time {
    margin-top: 55px;
    max-width: 570px; }
    .time-block .block-container .time__image {
      width: 100%; }
      .time-block .block-container .time__image img {
        width: 100%; }
    .time-block .block-container .time__labels {
      margin-top: 28px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .time-block .block-container .time__labels span {
        color: #00D1FF;
        font-size: 36px;
        line-height: normal; }

@media screen and (max-width: 992px) {
  .time-block .block-container::before {
    content: ' ';
    position: absolute;
    z-index: -1;
    opacity: .1;
    top: -205px;
    left: -262px;
    width: 1420px;
    height: 905px;
    background: no-repeat center/contain url(images/bottom-bg.png); }
  .time-block .block-container .logo {
    position: absolute;
    top: 190px;
    left: 128px;
    z-index: 0;
    width: 120px; }
    .time-block .block-container .logo img {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .time-block .block-container {
    padding: 70px 0 120px;
    position: relative; }
    .time-block .block-container .logo {
      top: 90px;
      left: 15px;
      width: 60px; }
    .time-block .block-container::before {
      content: ' ';
      position: absolute;
      z-index: -1;
      opacity: .1;
      top: -105px;
      left: -182px;
      width: 715px;
      height: 458px; }
    .time-block .block-container .site__name {
      font-size: 29px;
      line-height: 1.2em; }
    .time-block .block-container .block-content {
      width: 50%;
      margin-right: 90px;
      margin-left: auto; }
    .time-block .block-container .time {
      margin-top: 55px;
      max-width: 570px; }
      .time-block .block-container .time__labels span {
        font-size: 24px; } }

@media screen and (max-width: 480px) {
  .time-block .block-container::before {
    top: -125px; }
  .time-block .block-container .logo {
    top: 70px;
    left: 15px;
    width: 60px; }
  .time-block .block-container .site__name {
    text-align: center; }
  .time-block .block-container .block-content {
    width: 90%;
    margin: 90px auto 0;
    padding: 0 20px; } }

#overlay {
  display: none;
  position: fixed;
  z-index: 516;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto; }
  #overlay.active {
    display: block; }

.popup-connect {
  display: none;
  z-index: 1024;
  border-radius: 5px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #002432;
  -webkit-box-shadow: 0px 1px 20px #00D1FF;
  box-shadow: 0px 1px 20px #00D1FF;
  max-width: 310px; }
  .popup-connect .popup__container {
    padding: 20px 30px; }
  .popup-connect .form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    .popup-connect .form-control label {
      font-family: 'Montserrat Medium';
      font-size: 16px;
      line-height: normal;
      color: #fff;
      text-align: center;
      margin-right: 20px; }
    .popup-connect .form-control input {
      border: none;
      outline: none;
      border-radius: 1px;
      background: #fff;
      height: 28px;
      width: 200px;
      padding: 0 5px;
      -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.63);
      box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.63); }
  .popup-connect .button {
    cursor: pointer;
    margin-top: 15px;
    color: #fff;
    max-width: 100%;
    font-family: 'Montserrat Medium';
    padding: 10px 15px;
    background: #125571;
    border-radius: 2px;
    border: 1px solid #042a3c;
    -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.63);
    box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.63);
    text-align: center;
    -webkit-transition: all ease 250ms;
    -o-transition: all ease 250ms;
    transition: all ease 250ms; }
    .popup-connect .button:hover {
      text-decoration: none;
      background: #0e445b; }
.button {
	margin: 0 auto;
	display: block;
}
.info-a{
background: url(images/grunge.png)no-repeat;
    background-size: auto;
background-size: cover;
color: #fff;
padding: 35px 0 35px 40px;
font-weight: bold;
}
