@import url("../fonts/TTNorms/stylesheet.css");
@import url("../fonts/Montserrat/stylesheet.css");
::-webkit-scrollbar {
  width: 10px;
}

html {
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  background: url(../img/bg.jpg);
  overflow-x: hidden;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

body.shop {
  background: url(../img/bg_shop.jpg);
}

body.play {
  background: url(../img/bg_play.jpg);
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

.no_scroll {
  overflow: hidden;
}

header {
  padding-top: 95px;
}

header .mobile_menu {
  display: none;
}

header .nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

header .nav_menu li a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 23px #fff;
}

header .nav_menu li a:hover, header .nav_menu li a.active {
  color: #3decd8;
  text-shadow: 2px 2px 23px #3decd8;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.play_block {
  margin-top: 163px;
  margin-bottom: 80px;
}

.play_block .title {
  width: 100%;
  text-align: center;
  font-size: 46px;
  font-weight: 800;
  line-height: 46px;
  letter-spacing: -0.75px;
  color: #ffffff;
  -webkit-transform: skew(-5deg, -5deg);
          transform: skew(-5deg, -5deg);
}

.play_block .block_title {
  width: 60%;
  text-transform: uppercase;
  height: 124px;
  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;
  text-transform: uppercase;
  font-size: 40px;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 40px;
  font-weight: 900;
  -webkit-transform: skew(-5deg, -5deg);
          transform: skew(-5deg, -5deg);
  text-align: center;
  letter-spacing: -0.75px;
  text-shadow: 14px 4px 23px #fff;
  background: #04baaa;
  -webkit-box-shadow: 0px 41px 147px 0px rgba(4, 185, 168, 0.4);
          box-shadow: 0px 41px 147px 0px rgba(4, 185, 168, 0.4);
}

.play_block .block_title_2 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  text-transform: uppercase;
  height: 92px;
  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;
  text-transform: uppercase;
  font-size: 30px;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 103px;
  font-weight: 900;
  -webkit-transform: skew(-5deg, -5deg);
          transform: skew(-5deg, -5deg);
  text-align: center;
  letter-spacing: 9.2px;
  background: #04baaa;
  margin-bottom: 92px;
}

.play_block .block_title_2:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0px 41px 147px 0px rgba(4, 185, 168, 0.4);
          box-shadow: 0px 41px 147px 0px rgba(4, 185, 168, 0.4);
  text-shadow: 14px 4px 23px #fff;
}

.play_block .block_play {
  margin-bottom: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.play_block .block_play .icon {
  height: 92px;
  margin-bottom: 42px;
}

.play_block .block_play .icon img {
  height: 100%;
}

.play_block .block_play .btn {
  width: 355px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  height: 92px;
  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;
  text-transform: uppercase;
  font-size: 38px;
  color: #ffffff;
  margin: 0 auto;
  font-weight: 900;
  -webkit-transform: skew(-5deg, -5deg);
          transform: skew(-5deg, -5deg);
  text-align: center;
  letter-spacing: 6.2px;
  background: #04baaa;
}

.play_block .block_play .btn:hover {
  -webkit-box-shadow: 0px 26px 59px 0px rgba(4, 185, 168, 0.6);
          box-shadow: 0px 26px 59px 0px rgba(4, 185, 168, 0.6);
  text-shadow: 14px 4px 23px #fff;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.packages_block {
  position: relative;
  z-index: 4;
}

.packages_block .title {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-bottom: 109px;
}

.packages_block .title img {
  width: 90%;
}

.packages_block .title .swipe {
  position: absolute;
  width: 106px;
  cursor: pointer;
  top: 7px;
  left: -114px;
  cursor: pointer;
}

.packages_block .title .swipe.two {
  width: 64px;
  right: -45px;
  bottom: 0;
  left: auto;
  top: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.packages_block .title .btn {
  position: relative;
  z-index: 2;
  margin-top: -40px;
  width: 333px;
  height: 83px;
  border-radius: 41px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #3decd8;
}

.packages_block .title .btn:hover {
  -webkit-box-shadow: 2px 2px 23px #3decd8;
          box-shadow: 2px 2px 23px #3decd8;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.packages_block .title .btn b {
  font-size: 23px;
  font-weight: 900;
  color: #09100f;
  text-transform: uppercase;
}

.packages_block .list_packages {
  margin-bottom: 149px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 50px;
}

.packages_block .list_packages .cubes {
  position: absolute;
  bottom: -180px;
  width: 100%;
  z-index: 2;
  right: -100px;
}

.packages_block .list_packages .block_package {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: url(../img/package_bg.png);
  background-position: center;
  background-size: cover;
  min-height: 340px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.packages_block .list_packages .block_package:hover {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.packages_block .list_packages .block_package .pers {
  position: absolute;
  bottom: 0;
  right: 0;
}

.packages_block .list_packages .block_package .btn_buy {
  width: 265px;
  height: 54px;
  border-radius: 27px;
  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;
  font-weight: 400;
  margin-top: 25px;
  position: relative;
  z-index: 5;
  margin-left: 43px;
  cursor: pointer;
  text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #3decd8;
}

.packages_block .list_packages .block_package .btn_buy b {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  margin-right: 5px;
}

.packages_block .list_packages .block_package .btn_buy:hover {
  -webkit-box-shadow: 2px 2px 23px #3decd8;
          box-shadow: 2px 2px 23px #3decd8;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.packages_block .list_packages .block_package .content {
  position: relative;
  z-index: 2;
  margin-top: -80px;
  padding-left: 43px;
  font-size: 27px;
  font-weight: bold;
  line-height: 30px;
  color: #ffffff;
}

.packages_block .list_packages .block_package .title {
  margin-top: -54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: relative;
  z-index: 2;
}

.packages_block .list_packages .block_package .title img {
  width: 105%;
}

.packages_block .mix_list {
  position: relative;
  margin-bottom: 126px;
}

.packages_block .mix_list .cubes {
  position: absolute;
  top: 150px;
  z-index: 2;
}

.packages_block .mix_list .mix_title {
  margin-bottom: 110px;
  width: 100%;
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 2px 2px 23px #fff;
}

.packages_block .mix_list .impery_block {
  width: 100%;
  margin-top: 50px;
  background: url(../img/impery_bg.png);
  background-position: center;
  background-size: cover;
  min-height: 376px;
  padding-top: 48px;
  padding-bottom: 64px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.packages_block .mix_list .impery_block .pers_left {
  position: absolute;
  bottom: 0;
  left: -82px;
  width: 463px;
}

.packages_block .mix_list .impery_block .pers_right {
  position: absolute;
  bottom: -33px;
  right: -73px;
  width: 380px;
}

.packages_block .mix_list .impery_block .name {
  text-transform: uppercase;
  text-align: center;
  color: #051211;
  font-size: 47px;
  font-weight: 800;
  position: relative;
  z-index: 2;
  margin-bottom: 36px;
}

.packages_block .mix_list .impery_block .desc {
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.packages_block .mix_list .impery_block .btn_buy {
  width: 265px;
  height: 54px;
  border-radius: 27px;
  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;
  font-weight: 400;
  margin-top: 25px;
  position: relative;
  z-index: 5;
  cursor: pointer;
  position: relative;
  z-index: 2;
  text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #3decd8;
}

.packages_block .mix_list .impery_block .btn_buy b {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  margin-right: 5px;
}

.packages_block .mix_list .impery_block .btn_buy:hover {
  -webkit-box-shadow: 2px 2px 23px #3decd8;
          box-shadow: 2px 2px 23px #3decd8;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.packages_block .mix_list .mix_block {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
  background-position: center;
  background-size: cover;
  min-height: 376px;
  padding-top: 48px;
  padding-bottom: 64px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.packages_block .mix_list .mix_block.big {
  background: url(../img/mix/big_mix.png);
  background-position: center;
  background-size: cover;
  padding-left: 69px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.packages_block .mix_list .mix_block.big .desc {
  text-align: left;
}

.packages_block .mix_list .mix_block.big .pers {
  position: absolute;
  bottom: 0;
  right: -54px;
  width: 479px;
}

.packages_block .mix_list .mix_block .name {
  text-transform: uppercase;
  text-align: center;
  color: #0edac8;
  font-size: 47px;
  font-weight: 800;
  position: relative;
  z-index: 2;
  margin-bottom: 36px;
}

.packages_block .mix_list .mix_block .desc {
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.packages_block .mix_list .mix_block .btn_buy {
  width: 265px;
  height: 54px;
  border-radius: 27px;
  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;
  font-weight: 400;
  margin-top: 25px;
  position: relative;
  z-index: 5;
  cursor: pointer;
  position: relative;
  z-index: 2;
  text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #3decd8;
}

.packages_block .mix_list .mix_block .btn_buy b {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  margin-right: 5px;
}

.packages_block .mix_list .mix_block .btn_buy:hover {
  -webkit-box-shadow: 2px 2px 23px #3decd8;
          box-shadow: 2px 2px 23px #3decd8;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.donate_block {
  margin-top: 179px;
  margin-bottom: 123px;
}

.donate_block .row {
  position: relative;
}

.donate_block .row .cubes {
  position: absolute;
  left: -262px;
  top: -100px;
  z-index: 2;
}

.donate_block .picture {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.donate_block .picture img {
  top: -100px;
  position: absolute;
  width: 130%;
}

.donate_block form {
  position: relative;
  z-index: 3;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.donate_block form input {
  width: 100%;
  height: 104px;
  border-radius: 50px;
  background: url(../img/bg_input.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  border: 1px solid rgba(255, 255, 255, 0.3);
  outline: none;
  color: #ffffff;
  margin-bottom: 25px;
}

.donate_block form input::-webkit-input-placeholder {
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
}

.donate_block form input:-ms-input-placeholder {
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
}

.donate_block form input::-ms-input-placeholder {
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
}

.donate_block form input::placeholder {
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
}

.donate_block form .curse {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  margin-top: 30px;
  text-shadow: 2px 2px 23px #fff;
  margin-bottom: 25px;
}

.donate_block form button {
  width: 100%;
  height: 104px;
  border-radius: 50px;
  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;
  background: #10dbc9;
  border: none;
  outline: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
}

.donate_block form button:hover {
  -webkit-box-shadow: 2px 2px 23px #3decd8;
          box-shadow: 2px 2px 23px #3decd8;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.index_block {
  margin-top: 79px;
  margin-bottom: 150px;
}

.index_block .row {
  min-height: 650px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.index_block .row .cubes {
  position: absolute;
  left: -262px;
  top: 240px;
  z-index: 2;
}

.index_block .row .picture {
  position: absolute;
  width: 120%;
  top: 0;
}

.index_block .row .mobile_picture {
  display: none;
}

.index_block .row .onlineBlock {
  position: relative;
  z-index: 3;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.index_block .row .onlineBlock .onlineLine {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  font-weight: 900;
  color: #ffffff;
  font-style: italic;
}

.index_block .row .onlineBlock .onlineLine span {
  color: #01beae;
  margin-left: 10px;
}

.index_block .row .onlineBlock .download {
  font-size: 36px;
  font-weight: 900;
  color: #0b1a18;
  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;
  width: 388px;
  position: relative;
  height: 110px;
  cursor: pointer;
  -webkit-transform: skew(-5deg, -1deg);
          transform: skew(-5deg, -1deg);
  border-radius: 30px;
  background: #3be5d1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.index_block .row .onlineBlock .download:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0px 0px 84px 21px rgba(61, 236, 216, 0.26);
          box-shadow: 0px 0px 84px 21px rgba(61, 236, 216, 0.26);
}

.social_block {
  margin-bottom: 128px;
}

.social_block .socialContent {
  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;
}

.social_block .socialContent:hover img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.social_block .socialContent img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 142px;
  margin-right: 40px;
}

.social_block .socialContent .text {
  font-size: 26px;
  line-height: 28px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 23px rgba(255, 255, 255, 0.8);
}

footer {
  padding-bottom: 68px;
}

footer .row {
  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;
}

footer .row .link {
  font-size: 15px;
  font-weight: 300;
  color: #0a524c;
}

footer .row img {
  margin: 0 100px;
  width: 62px;
  text-shadow: 0px 0px 84px 21px rgba(61, 236, 216, 0.26);
}
/*# sourceMappingURL=style.min.css.map */