@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=cyrillic");
body,
html {
  background: #010f00;
  color: #848484;
  font-family: sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin: 0;
  min-width: 320px;
  padding: 0;
  position: relative;
}

a {
  color: #8b8b8b;
  text-decoration: none;
}
a:hover {
  color: #e0e0e0;
}

img {
  max-width: 100%;
}

#header {
  background-color: #051904;
  padding: 27px 0 10px 0;
}
#header #logo img {
  display: block;
}
#header .user-link-wrapper {
  padding: 46px 0 0;
  text-align: right;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  #header .user-link-wrapper {
    padding: 42px 0 0;
  }
}
@media (max-width: 1277px) {
  #header .user-link-wrapper {
    padding: 32px 0 0;
  }
}
@media (max-width: 980px) {
  #header .user-link-wrapper {
    padding: 24px 0 0;
  }
}
@media (max-width: 767px) {
  #header .user-link-wrapper {
    text-align: center;
  }
}
#header .user-links {
  height: 23px;
  display: inline-block;
  padding: 0 10px 0 30px;
}
#header .btn-login {
  background: url(../images/ico_login.png) no-repeat 0 0;
}
#header .btn-join {
  background: url(../images/ico_key.png) no-repeat 0 0;
}

#front-slider {
  padding-top: 27px;
}
@media (max-width: 1024px) {
  #front-slider .container_12 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #front-slider .grid_12 {
    margin: 0;
    width: 100%;
  }
}

.owl-carousel.owl-theme .item {
  position: relative;
  overflow: hidden;
}
.owl-carousel.owl-theme .item > img {
  max-width: 100%;
}
.owl-carousel.owl-theme .owl-pagination {
  display: none !important;
}
.owl-carousel.owl-theme .owl-controls {
  padding-top: 0;
}
.owl-carousel.owl-theme .watch {
  position: absolute;
  bottom: 45px;
  right: 45px;
  width: 448px;
  height: 103px;
  text-align: right;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.43);
  transition: all 320ms ease;
}
@media (max-width: 1277px) {
  .owl-carousel.owl-theme .watch {
    width: 270px;
    height: 62px;
    bottom: 35px;
  }
}
@media (max-width: 767px) {
  .owl-carousel.owl-theme .watch {
    width: 270px;
    height: 62px;
    bottom: 35px;
  }
}
@media (max-width: 600px) {
  .owl-carousel.owl-theme .watch {
    width: 200px;
    height: 46px;
    bottom: 10px;
    right: 50%;
    margin-right: -100px;
  }
}
.owl-carousel.owl-theme .watch img {
  display: inline-block;
  opacity: .85;
}
.owl-carousel.owl-theme .watch:hover img {
  opacity: .75;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next,
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  background-size: cover;
  background-position-y: 50%;
  position: absolute;
  top: 50%;
  overflow: hidden;
  text-indent: -999px;
  border-radius: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  opacity: 1;
  width: 97px;
  height: 86px;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover,
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next,
  .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
    background-size: cover;
    width: 45px;
    height: 45px;
    margin-right: 0;
    margin-left: 0;
  }
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  background-image: url("../images/slider_left.png");
  left: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  background-image: url("../images/slider_right.png");
  right: 0;
}

#thumbs-list {
  font-size: 0;
  padding-top: 10px;
  text-align: center;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #thumbs-list .grid_3 {
    width: 48%;
    margin: 0;
    float: none;
    display: inline-block;
  }
}
#thumbs-list .thumb {
  display: inline-block;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
}
#thumbs-list .thumb:nth-child(4n+1) {
  clear: left;
}
@media (max-width: 767px) {
  #thumbs-list .thumb {
    float: none;
  }
}
#thumbs-list .thumb .item {
  display: inline-block;
  overflow: hidden;
}
@media (max-width: 767px) {
  #thumbs-list .thumb .item {
    padding: 0 10px;
  }
}
#thumbs-list .thumb .item img {
  display: block;
  height: auto;
  width: 100%;
}
#thumbs-list .thumb .item:hover img {
  opacity: 0.85;
}
#thumbs-list .thumb .item .hvr {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 150ms ease;
}
@media (max-width: 767px) {
  #thumbs-list .thumb .item .hvr {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 25px;
  }
}
#thumbs-list .thumb .item:focus .hvr {
  opacity: 0;
}
#thumbs-list .thumb .item:hover .hvr {
  opacity: 1;
}
#thumbs-list .thumb .item .title {
  background: rgba(3, 19, 0, 0.6);
  bottom: 10px;
  color: #fff;
  display: block;
  font-size: 16px;
  left: 0;
  position: absolute;
  text-align: center;
  right: 0;
  text-transform: uppercase;
  padding: 12px 0;
  font-weight: 600;
  letter-spacing: 0px;
}
@media (min-width: 767px) {
  #thumbs-list .thumb .item .title {
    letter-spacing: 2px;
  }
}
@media (max-width: 767px) {
  #thumbs-list .thumb .item .title {
    margin-left: 10px;
    margin-right: 10px;
    line-height: 1;
    letter-spacing: 0;
    font-size: 14px;
  }
}

#video-player {
  padding-top: 20px;
  margin-top: -20px;
}

#get-access {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  padding-top: 30px;
}
#get-access .bgs {
  background-repeat: no-repeat;
}
#get-access .bg-1 {
  background-color: #000;
  background-image: url("../images/acc_bg_1.png");
  background-position: 0 50%;
}
#get-access .bg-2 {
  padding-top: 55px;
  padding-bottom: 32px;
  background-image: url("../images/acc_bg_2.png");
  background-position: 100% 50%;
  cursor: pointer;
}
#get-access .line-1 {
  font-size: 55px;
  padding: 0 15px;
  font-weight: 600;
}
@media (max-width: 767px) {
  #get-access .line-1 {
    font-size: 48px;
  }
}
@media (max-width: 600px) {
  #get-access .line-1 {
    font-size: 38px;
  }
}
@media (max-width: 428px) {
  #get-access .line-1 {
    font-size: 28px;
  }
}
#get-access .line-2 {
  font-size: 80px;
  padding: 0 15px;
  color: #fff959;
  font-weight: 800;
}
@media (max-width: 767px) {
  #get-access .line-2 {
    font-size: 68px;
  }
}
@media (max-width: 600px) {
  #get-access .line-2 {
    font-size: 58px;
  }
}
@media (max-width: 428px) {
  #get-access .line-2 {
    font-size: 38px;
  }
}
#get-access .btn-get-access {
  display: inline-block;
  background: #fa7500;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 28px;
  padding: 15px 95px;
  margin-top: 25px;
  opacity: 0.9;
}

#get-access .btn-get-access:hover {
  opacity: 1;
}

#bonus-site {
  padding-top: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #8c8c8c;
}
@media (max-width: 767px) {
  #bonus-site .grid_3 {
    width: 48%;
    margin: 0;
    float: none;
    display: inline-block;
  }
}
#bonus-site .item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #bonus-site .item {
    padding: 0 10px 10px;
    display: inline-block;
    max-width: 100%;
  }
}
#bonus-site .title {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 72px;
  padding-bottom: 25px;
  font-weight: 800;
}
#bonus-site .title span {
  color: #fff;
  padding: 10px;
}
@media (max-width: 1600px) {
  #bonus-site .title {
    font-size: 54px;
  }
}
@media (max-width: 1277px) {
  #bonus-site .title {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  #bonus-site .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #bonus-site .title {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  #bonus-site .title {
    font-size: 18px;
  }
}
@media (max-width: 428px) {
  #bonus-site .title {
    font-size: 20px;
  }
}
#bonus-site .block-content img {
  display: inline-block;
  border: 1px #bdbcbd solid;
  max-width: 100%;
}

#footer {
  background-color: #041903;
  text-align: center;
  font-weight: 300;
  padding: 50px 0;
  color: #929292;
  margin-top: 50px;
}
#footer a {
  color: #848484;
  text-decoration: none;
}
#footer a:hover {
  color: #fff;
}
#footer .main-menu {
  margin: 0;
  padding: 0;
}
#footer .main-menu li {
  display: inline-block;
  padding: 0 35px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #footer .main-menu li {
    display: block;
  }
}
#footer .main-menu li a {
  font-weight: 300;
}
#footer .text {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 15px;
}
#footer .text p {
  margin-bottom: 0;
}
#footer .social-icos {
  padding-top: 45px;
}
#footer .social-icos ul,
#footer .social-icos li {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: 0;
  margin: 0 3px;
}
#footer p.copyright {
  margin-top: 25px;
}

.b-popup1,
.b-popup2 {
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

.b-popup-content {
  position: fixed;
  height: 850px;
  background: url(../images/bg_popup.jpg) no-repeat center;
  background-size: cover;
  box-shadow: 0px 0px 10px #000;
  top: 50px;
  left: 50%;
  max-height: 80%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -webkit-transform: translateX(-50%);
  /* Chrome, Safari, Opera */
  border: 7px #2E2E2E solid;
  display: none;
  font-size: 0;
}
@media (max-width: 767px) {
  .b-popup-content {
    top: 10px;
    width: 100%;
  }
}
@media (max-height: 600px) {
  .b-popup-content {
    height: 90vh;
    max-height: 90vh;
    top: 10px;
  }
}
.b-popup-content .grid_12 {
  padding: 0;
  margin: 0;
}
.b-popup-content .inner {
  padding: 0;
  text-align: center;
  min-height: 180px;
}
.b-popup-content .inner .title {
  margin: 45px -20px auto 0;
  background: rgba(0, 0, 0, 0.7);
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  padding: 15px;
  text-transform: uppercase;
  left: 0;
  right: 0;
//  max-width: 600px;
}
.b-popup-content .inner .title span {
  color: #fff;
}
@media (max-width: 768px) {
  .b-popup-content .inner .title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .b-popup-content .inner .title {
    font-size: 16px;
  }
}
@media (max-height: 740px) {
  .b-popup-content .inner .title {
    font-size: 18px;
  }
}
@media (max-height: 600px) {
  .b-popup-content .inner .title {
    font-size: 18px;
  }
}
.b-popup-content .inner .close-popup1,
.b-popup-content .inner .close-popup2 {
  width: 54px;
  height: 54px;
  display: block;
  position: absolute;
  right: -20px;
  top: -20px;
  border-radius: 50%;
  background: #000 url(../images/btn_close.png) no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  .b-popup-content .inner .close-popup1,
  .b-popup-content .inner .close-popup2 {
    height: 50px;
    right: 10px;
    top: 10px;
    width: 50px;
  }
}
.b-popup-content .inner .bottom {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
#popup2 {
  height: auto;
  max-height: 95vh;
  min-height: 70px;
  background: #000;
}
@media (max-height: 320px) {
  #popup2 {
    max-height: 100vh;
    top: -7px;
  }
}
#popup2 .title {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 10px;
  text-align: left;
  color: #fff;
  display: inline-block;
}
#popup2 .loader-wrapper {
  text-align: center;
  padding: 20px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
}
#popup2 .grid_12 {
  width: 100%;
}
#popup2 .owl-theme .owl-controls {
  padding-top: 0;
  margin-top: 0;
}
#popup2.b-popup-content .inner .bottom {
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  text-align: left;
}
#popup2.b-popup-content .inner .bottom .hide-start {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
#popup2.b-popup-content .inner .bottom .hide-start.show {
  opacity: 1;
}
.b-popup-content .inner .bottom .description {
  font-size: 14px;
  color: #fff;
}
@media (max-width: 768px) {
  .b-popup-content .inner .bottom .description {
    display: none;
  }
}
.b-popup-content .inner .footer {
  background: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  font-size: 32px;
  padding: 30px 20px;
  bottom: 20px;
  left: 0;
  right: 0;
}

.b-popup-content .inner .footer a {
  color: #971503;
}
@media (max-height: 740px) {
  .b-popup-content .inner .footer {
    font-size: 18px;
  }
}
@media (max-height: 600px) {
  .b-popup-content .inner .footer {
    font-size: 18px;
  }
}
.b-popup-content .inner .btn-create-acc {
  background: url(../images/btn_create_account.png) no-repeat center;
  background-size: cover;
  width: 623px;
  height: 117px;
  overflow: hidden;
  text-indent: -999px;
  display: inline-block;
  margin-bottom: 50px;
  max-width: 90vw;
  opacity: 0.9;
}
.b-popup-content .inner .btn-create-acc:hover {
  opacity: 1;
}
@media (max-height: 600px) {
  .b-popup-content .inner .btn-create-acc {
    margin-bottom: 20px;
    width: 270px;
    height: 50px;
  }
}
@media (max-width: 600px) {
  .b-popup-content .inner .btn-create-acc {
    height: 55px;
  }
}
.b-popup-content .inner .text-create-acc {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: red;
  overflow: hidden;
  display: inline-block;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .b-popup-content .inner .text-create-acc {
    margin-top: 0;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .b-popup-content .inner .text-create-acc {
    font-size: 12px;
  }
}

.wrapper-video {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.wrapper-video video {
  width: 100%;
  height: auto;
}
.wrapper-video .play_button {
  background: url(../images/play.png) no-repeat center;
  background-size: cover;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  cursor: pointer;
}
@media (max-width: 767px) {
  .wrapper-video .play_button {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 600px) {
  .wrapper-video .play_button {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 428px) {
  .wrapper-video .play_button {
    width: 100px;
    height: 100px;
  }
}

.loader-wrapper {
  text-align: center;
  padding: 20px 0;
}
.loader-wrapper .loader {
  border: 8px solid #131313;
  /* Red */
  border-top: 8px solid #ff0b00;
  /* Grey */
  border-bottom: 8px solid #ff0b00;
  /* Grey */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-block;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -webkit-transform: rotate(360deg);
    /* Chrome, Safari, Opera */
  }
}

/*# sourceMappingURL=styles.css.map */
