html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

body, html {
  height: 100%; }

img, fieldset, a img {
  border: none; }

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none; }

input[type="submit"],
button {
  cursor: pointer; }
  input[type="submit"]::-moz-focus-inner,
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }

textarea {
  overflow: auto; }

input, button {
  margin: 0;
  padding: 0;
  border: 0; }

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none; }

ul, ol {
  list-style-type: none; }

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%; }

a {
  text-decoration: none; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1200px; }
  @media screen and (max-width: 1199px) {
    .container {
      max-width: 991px; } }
  @media screen and (max-width: 991px) {
    .container {
      max-width: 768px; } }
  @media screen and (max-width: 768px) {
    .container {
      max-width: 608px; } }
  @media screen and (max-width: 574px) {
    .container {
      max-width: none; } }

@font-face {
  font-family: "MuseoSansCyrl-300";
  src: url("../fonts/MuseoSansCyrl-300.otf");
  src: url("../fonts/MuseoSansCyrl-300.eot") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-300.woff") format("woff"), url("../fonts/MuseoSansCyrl-300.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "MuseoSansCyrl-700";
  src: url("../fonts/MuseoSansCyrl-700.otf");
  src: url("../fonts/MuseoSansCyrl-700.eot") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-700.woff") format("woff"), url("../fonts/MuseoSansCyrl-700.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "MuseoSansCyrl-700";
  src: url("../fonts/MuseoSansCyrl-700.otf");
  src: url("../fonts/MuseoSansCyrl-700.eot") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-700.woff") format("woff"), url("../fonts/MuseoSansCyrl-700.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Lato-Bold";
  src: url("../fonts/Lato-Bold.otf");
  src: url("../fonts/Lato-Bold.eot") format("embedded-opentype"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Lato-Regular";
  src: url("../fonts/Lato-Regular.otf");
  src: url("../fonts/Lato-Regular.eot") format("embedded-opentype"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "MyriadPro-Regular";
  src: url("../fonts/MyriadPro-Regular.otf");
  src: url("../fonts/MyriadPro-Regular.eot") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/OpenSans-Regular.otf");
  src: url("../fonts/OpenSans-Regular.eot") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.header .container {
  position: relative; }

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0; }

.header__logo_img {
  height: 50px;
  width: 100%;
  max-width: 150px; }

.header__menu {
  display: flex;
  width: 100%;
  max-width: 511px;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 768px) {
    .header__menu {
      position: absolute;
      flex-direction: column;
      align-items: flex-start;
      padding-left: 75px;
      padding-top: 80px;
      right: 0;
      top: 0;
      width: 320px;
      max-width: 100%;
      background: #fff;
      box-shadow: 0px 4px 51px 4px rgba(0, 0, 0, 0.1);
      -webkit-transform: scaleY(0);
              transform: scaleY(0);
      -webkit-transform-origin: top center;
              transform-origin: top center;
      transition: all .5s ease;
      z-index: 100; } }

.header__lang {
  display: flex;
  flex-direction: column;
  display: none; }
  @media (max-width: 768px) {
    .header__lang {
      flex-direction: row;
      padding: 45px 0 75px; } }
  .header__lang_link {
    position: relative;
    font-family: MuseoSansCyrl-700;
    font-size: 14px;
    color: #2e2e2e;
    text-decoration: none; }
    .header__lang_link:before {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 1px;
      background: #323232;
      opacity: 0; }
    .header__lang_link:last-child:before {
      content: none; }
    @media (max-width: 768px) {
      .header__lang_link {
        padding-right: 11px;
        margin-right: 11px; }
        .header__lang_link:before {
          opacity: 1; }
        .header__lang_link:last-child {
          margin-right: 0;
          padding-right: 0; } }
    .header__lang_link:hover, .header__lang_link.active {
      color: #00CDFF; }

.nav__list {
  display: flex;
  flex-basis: 80%;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .nav__list {
      flex-direction: column;
      padding-bottom: 15px;
      border-bottom: 1px solid #d6d6d6; }
      .nav__list li {
        line-height: 65px; } }

.nav__list_link {
  font-family: Lato-Regular;
  font-size: 14px;
  color: #2e2e2e;
  text-decoration: none;
  transition: all .3s ease-out; }
  .nav__list_link:hover {
    color: #00CDFF; }
  .nav__list_link.active {
    font-family: Lato-Bold;
    color: #00CDFF; }

.header__social {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 180px;
  padding-bottom: 50px; }
  .header__social img {
    max-height: 22px;
    vertical-align: middle; }
  @media (min-width: 769px) {
    .header__social {
      display: none; } }

body.open-nav .header__menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1); }

.header__toggler {
  position: absolute;
  top: 25px;
  right: 30px;
  width: 25px;
  height: 20px;
  z-index: 1111;
  background: transparent;
  outline: none !important; }
  @media (min-width: 769px) {
    .header__toggler {
      display: none; } }
  .header__toggler span {
    position: absolute;
    height: 3px;
    width: 100%;
    background: #D3CFE5;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
    body.open-nav .header__toggler span:nth-child(2) {
      opacity: 0; }
    body.open-nav .header__toggler span:first-child {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      width: 100%;
      top: 8px; }
    body.open-nav .header__toggler span:last-child {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      width: 100%;
      bottom: 9px; }
    .header__toggler span:first-child {
      top: 0;
      left: 0; }
    .header__toggler span:nth-child(2) {
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .header__toggler span:last-child {
      bottom: 0;
      left: 0; }

.parallax-1 {
  background-size: 100%;
  background-attachment: fixed; }

.parallax-1 i:first-child {
  background: url("../../images/ico_1.svg");
  position: absolute;
  background-size: 100%;
  background-attachment: fixed;
  width: 30px;
  height: 30px; }

.play {
  position: relative;
  padding-top: 30px; }
  .play::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    content: '';
    background: url("../images/back_screen_1.svg");
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat; }
  @media (max-width: 991px) {
    .play {
      padding-top: 0; } }
  @media (max-width: 768px) {
    .play {
      overflow: hidden;
      position: relative;
      overflow: hidden; } }
  .play-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: flex-start; }
  .play__mor {
    position: relative;
    display: flex;
    justify-content: center;
    width: 50%; }
    @media screen and (max-width: 768px) {
      .play__mor {
        display: none; } }
    .play__mor-768 {
      display: none; }
      @media screen and (max-width: 768px) {
        .play__mor-768 {
          display: flex;
          justify-content: center; } }
    .play__mor_img {
      height: 550px;
      width: 326px; }
      .play__mor_img-768 {
        height: 550px;
        width: 326px;
        display: inline-block; }
        @media screen and (max-width: 574px) {
          .play__mor_img-768 {
            width: 231px;
            height: 389px; } }
  .play__info {
    padding-top: 75px;
    width: 50%; }
    @media (max-width: 991px) {
      .play__info {
        padding-top: 10px; } }
    @media screen and (max-width: 768px) {
      .play__info {
        width: 100%; } }
    .play__info_main {
      font-family: MuseoSansCyrl-300;
      font-size: 40px;
      color: #666666;
      text-transform: capitalize; }
      @media screen and (max-width: 768px) {
        .play__info_main {
          max-width: 490px;
          margin-left: auto;
          margin-right: auto;
          width: 100%; } }
      @media screen and (max-width: 568px) {
        .play__info_main {
          padding-left: 25px; } }
      @media screen and (max-width: 415px) {
        .play__info_main {
          font-size: 30px;
          color: #00CDFF;
          padding-left: 45px; } }
    .play__info_submain {
      font-family: MuseoSansCyrl-700;
      font-size: 75px;
      line-height: 1;
      color: #00CDFF;
      padding-left: 15px; }
      @media screen and (max-width: 768px) {
        .play__info_submain {
          max-width: 490px;
          margin-left: auto;
          margin-right: auto;
          width: 100%;
          padding-left: 35px; } }
      @media screen and (max-width: 568px) {
        .play__info_submain {
          padding-left: 50px; } }
      @media screen and (max-width: 415px) {
        .play__info_submain {
          padding-left: 80px;
          font-size: 40px;
          color: #666666; } }
    .play__info_text {
      font-family: MyriadPro-Regular;
      font-size: 16px;
      color: #666666;
      line-height: 28px;
      padding-left: 15px;
      padding-right: 10%; }
      @media screen and (max-width: 768px) {
        .play__info_text {
          width: 100%;
          max-width: 430px;
          margin: 0 auto;
          padding: 0; } }
      @media screen and (max-width: 320px) {
        .play__info_text {
          margin-top: 45px;
          font-size: 14px;
          line-height: 24px;
          padding-left: 0;
          padding-right: 0; } }
  .play__social {
    padding-top: 20px;
    display: flex;
    padding-left: 15px; }
    @media screen and (max-width: 768px) {
      .play__social {
        width: 100%;
        max-width: 430px;
        margin: 0 auto;
        padding: 0; } }
    @media screen and (max-width: 320px) {
      .play__social {
        margin-top: 65px;
        padding-top: 0;
        padding-left: 0; } }
    .play__social_link {
      width: 120px;
      height: 37px; }
      @media screen and (max-width: 320px) {
        .play__social_link {
          width: 122px;
          height: 36px; } }

.play__bubbles-wrapper {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  width: 100%;
  height: 100%; }

.play__bubble {
  position: absolute;
  top: 50%;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  transition: all 1.25s ease-in-out; }

.play__bubble:first-child {
  width: 114px;
  left: 50%;
  transition-delay: 0s; }
  body.bubble-out .play__bubble:first-child {
    -webkit-transform: scale(1);
            transform: scale(1);
    left: 75px;
    top: 265px; }
    @media (max-width: 1199px) {
      body.bubble-out .play__bubble:first-child {
        left: -15px; } }
    @media (max-width: 768px) {
      body.bubble-out .play__bubble:first-child {
        left: 175px; } }
    @media (max-width: 574px) {
      body.bubble-out .play__bubble:first-child {
        left: -5px;
        top: 0;
        -webkit-transform: scale(0.7);
                transform: scale(0.7); } }

.play__bubble:nth-child(2) {
  width: 84px;
  left: 50%;
  transition-delay: 0.325s; }
  body.bubble-out .play__bubble:nth-child(2) {
    -webkit-transform: scale(1);
            transform: scale(1);
    left: -10px;
    top: 140px; }
    @media (max-width: 1199px) {
      body.bubble-out .play__bubble:nth-child(2) {
        left: -15px; } }
    @media (max-width: 768px) {
      body.bubble-out .play__bubble:nth-child(2) {
        left: 30px;
        top: 165px; } }
    @media (max-width: 574px) {
      body.bubble-out .play__bubble:nth-child(2) {
        left: 10px;
        top: 210px; } }

.play__bubble:nth-child(3) {
  width: 76px;
  right: 50%;
  transition-delay: 0.65s; }
  body.bubble-out .play__bubble:nth-child(3) {
    -webkit-transform: scale(1);
            transform: scale(1);
    top: 180px;
    right: 30px; }
    @media (max-width: 1199px) {
      body.bubble-out .play__bubble:nth-child(3) {
        right: -15px; } }
    @media (max-width: 768px) {
      body.bubble-out .play__bubble:nth-child(3) {
        right: 85px;
        top: 110px; } }
    @media (max-width: 574px) {
      body.bubble-out .play__bubble:nth-child(3) {
        right: 0;
        top: 40px; } }

.play__bubble:nth-child(4) {
  width: 113px;
  right: 50%;
  transition-delay: 0.975s; }
  body.bubble-out .play__bubble:nth-child(4) {
    -webkit-transform: scale(1);
            transform: scale(1);
    top: 30px;
    right: 60px; }
    @media (max-width: 1199px) {
      body.bubble-out .play__bubble:nth-child(4) {
        right: -20px; } }
    @media (max-width: 768px) {
      body.bubble-out .play__bubble:nth-child(4) {
        right: 125px;
        top: -80px; } }
    @media (max-width: 574px) {
      body.bubble-out .play__bubble:nth-child(4) {
        display: none; } }

.play__bubble:nth-child(5) {
  width: 95px;
  right: 50%;
  transition-delay: 1.3s; }
  body.bubble-out .play__bubble:nth-child(5) {
    -webkit-transform: scale(1);
            transform: scale(1);
    top: 310px;
    right: 50px; }
    @media (max-width: 1199px) {
      body.bubble-out .play__bubble:nth-child(5) {
        right: -5px; } }
    @media (max-width: 768px) {
      body.bubble-out .play__bubble:nth-child(5) {
        right: 190px;
        top: 240px; } }
    @media (max-width: 574px) {
      body.bubble-out .play__bubble:nth-child(5) {
        right: -5px;
        top: 150px;
        -webkit-transform: scale(0.8);
                transform: scale(0.8); } }

.play__bubble:nth-child(6) {
  width: 87px;
  left: 50%;
  transition-delay: 1.625s; }
  body.bubble-out .play__bubble:nth-child(6) {
    -webkit-transform: scale(1);
            transform: scale(1);
    left: 55px;
    top: 20px; }
    @media (max-width: 1199px) {
      body.bubble-out .play__bubble:nth-child(6) {
        left: -5px; } }
    @media (max-width: 768px) {
      body.bubble-out .play__bubble:nth-child(6) {
        left: 30px; } }
    @media (max-width: 574px) {
      body.bubble-out .play__bubble:nth-child(6) {
        top: 100px;
        left: -10px;
        -webkit-transform: scale(0.85);
                transform: scale(0.85); } }

.play__bubble:last-child {
  width: 104px;
  left: 50%;
  transition-delay: 1.95s; }
  body.bubble-out .play__bubble:last-child {
    -webkit-transform: scale(1);
            transform: scale(1);
    left: 85px;
    top: 140px; }
    @media (max-width: 768px) {
      body.bubble-out .play__bubble:last-child {
        left: 160px;
        top: 75px; } }
    @media (max-width: 574px) {
      body.bubble-out .play__bubble:last-child {
        left: 260px;
        top: 215px; } }

.app_store {
  margin-left: 30px; }

.google_play img {
  width: 100%; }

.friends {
  overflow: hidden;
  position: relative;
  padding-bottom: 70px; }
  .friends::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    content: '';
    background: url("../images/back_screen_2.svg");
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat; }
  @media (max-width: 991px) {
    .friends {
      padding-bottom: 140px; } }
  @media (max-width: 768px) {
    .friends {
      padding-bottom: 200px;
      padding-top: 30px; } }
  @media (max-width: 574px) {
    .friends {
      margin-top: 30px;
      padding-top: 75px;
      padding-bottom: 100px; } }
  @media (max-width: 991px) {
    .friends .container {
      padding-top: 40px; } }
  .friends-wrapper {
    display: flex; }
  .friends__info {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    pointer-events: none; }
    @media (max-width: 1199px) {
      .friends__info {
        width: 60%; } }
    @media screen and (max-width: 768px) {
      .friends__info {
        width: 100%; } }
    .friends__info_main {
      font-family: MuseoSansCyrl-300;
      font-weight: lighter;
      font-size: 40px;
      padding-left: 80px;
      color: #ffffff;
      z-index: 10; }
      @media screen and (max-width: 991px) {
        .friends__info_main {
          padding-left: 0; } }
      @media screen and (max-width: 768px) {
        .friends__info_main {
          color: #666666;
          max-width: 490px;
          width: 100%;
          margin-left: auto;
          margin-right: auto; } }
      @media (max-width: 574px) {
        .friends__info_main {
          color: #fff;
          font-size: 30px;
          max-width: 270px; } }
      @media screen and (max-width: 568px) {
        .friends__info_main {
          padding-left: 25px; } }
    .friends__info_submain {
      font-family: MuseoSansCyrl-700;
      font-size: 75px;
      color: #ffffff;
      line-height: 1;
      padding-left: 100px;
      z-index: 9; }
      @media screen and (max-width: 991px) {
        .friends__info_submain {
          padding-left: 0; } }
      @media screen and (max-width: 768px) {
        .friends__info_submain {
          padding-left: 35px;
          color: #00D48F;
          max-width: 490px;
          width: 100%;
          margin-left: auto;
          margin-right: auto; } }
      @media (max-width: 574px) {
        .friends__info_submain {
          color: #fff;
          font-size: 40px;
          max-width: 270px; } }
      @media screen and (max-width: 568px) {
        .friends__info_submain {
          padding-left: 50px; } }
    .friends__info_text {
      font-family: OpenSans-Regular;
      font-size: 16px;
      color: #ffffff;
      line-height: 26px;
      padding-left: 100px;
      padding-right: 80px;
      z-index: 9; }
      @media (max-width: 1199px) {
        .friends__info_text {
          padding-left: 130px; } }
      @media screen and (max-width: 991px) {
        .friends__info_text {
          padding-left: 0; } }
      @media screen and (max-width: 768px) {
        .friends__info_text {
          padding-left: 0;
          padding-right: 0;
          padding-top: 30px;
          line-height: 26px;
          max-width: 370px;
          width: 100%;
          margin: auto; } }
      @media screen and (max-width: 574px) {
        .friends__info_text {
          padding-left: 0;
          padding-right: 0; } }
      @media screen and (max-width: 320px) {
        .friends__info_text {
          margin-top: 45px;
          font-size: 14px;
          line-height: 24px; } }
  .friends__phone {
    z-index: 2;
    width: 50%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    pointer-events: none; }
    @media (max-width: 1199px) {
      .friends__phone {
        width: 40%; } }
    @media screen and (max-width: 768px) {
      .friends__phone {
        display: none; } }
    .friends__phone-view {
      z-index: 2;
      display: none; }
      @media screen and (max-width: 768px) {
        .friends__phone-view {
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative; } }
      @media screen and (max-width: 320px) {
        .friends__phone-view {
          margin: 0 auto; } }
    .friends__phone_img {
      display: inline-block;
      height: 525px;
      width: 290px; }
      @media screen and (max-width: 991px) {
        .friends__phone_img {
          height: 380px;
          width: 230px; } }
      @media screen and (max-width: 991px) {
        .friends__phone_img-view {
          height: 380px;
          width: 230px; } }
  .friends_img-1 {
    position: absolute;
    left: 95px;
    bottom: 0; }
    @media screen and (max-width: 1200px) {
      .friends_img-1 {
        left: -8px; } }
    @media screen and (max-width: 991px) {
      .friends_img-1 {
        left: -16px; } }
    .friends_img-1-view {
      margin: 0 -25px;
      height: 370px; }
      @media screen and (max-width: 768px) {
        .friends_img-1-view {
          margin: 0 -10px;
          height: 345px; } }
      @media screen and (max-width: 320px) {
        .friends_img-1-view {
          height: 333px;
          width: 200px;
          margin: 0 -10px; } }
  .friends_img-2-view {
    margin: 0 -25px;
    height: 370px; }
    @media screen and (max-width: 768px) {
      .friends_img-2-view {
        margin: 0 -60px;
        height: 345px; } }
    @media screen and (max-width: 320px) {
      .friends_img-2-view {
        height: 333px;
        width: 200px;
        margin: 0 -50px; } }

.friends_opition {
  position: absolute;
  pointer-events: all;
  z-index: 1;
  left: 10px;
  top: 0; }
  @media screen and (max-width: 1199px) {
    .friends_opition {
      left: -15px; } }
  @media screen and (max-width: 991px) {
    .friends_opition {
      left: -175px;
      top: -10px; } }
  @media screen and (max-width: 767px) {
    .friends_opition {
      left: -125px;
      top: 200px; } }

.canvas_friends {
  position: absolute;
  pointer-events: all; }
  @media (max-width: 991px) {
    .canvas_friends {
      position: absolute;
      top: 0; } }

.friends__info_bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%; }
  @media (max-width: 991px) {
    .friends__info_bg {
      width: 120%;
      height: 120%;
      left: 44%; } }
  @media (max-width: 768px) {
    .friends__info_bg {
      width: 100%;
      height: auto;
      bottom: -130px;
      top: initial;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }
  @media (max-width: 574px) {
    .friends__info_bg {
      width: 992px;
      height: 834px;
      -webkit-transform: translateX(-50%) rotate(22deg);
              transform: translateX(-50%) rotate(22deg); } }

.world {
  overflow: hidden;
  position: relative;
  position: relative; }
  .world::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    content: '';
    background: url("../images/back_screen_1.svg");
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat; }
  .world::after {
    position: absolute;
    display: block;
    content: '';
    bottom: -3%;
    left: 5%;
    background: url(../images/back_bubble_1.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    width: 150px;
    height: 150px; }
    @media screen and (max-width: 991px) {
      .world::after {
        bottom: -2%; } }
    @media screen and (max-width: 574px) {
      .world::after {
        display: none; } }
  @media screen and (max-width: 574px) {
    .world {
      padding: 0 0 240px 0; } }
  .world-wrapper {
    min-height: 500px;
    display: flex;
    justify-content: space-between;
    position: relative; }
    @media (max-width: 991px) {
      .world-wrapper {
        flex-direction: column; } }
  .world__phone {
    width: 50%;
    position: relative;
    margin-right: -40px;
    z-index: 10; }
    @media (max-width: 991px) {
      .world__phone {
        display: flex;
        width: 100%;
        margin: 0;
        align-items: center;
        justify-content: center;
        margin-bottom: -300px; } }
    @media screen and (max-width: 574px) {
      .world__phone {
        position: absolute;
        top: 160px;
        left: 0; } }
    .world__phone_img {
      height: 340px; }
      @media (max-width: 991px) {
        .world__phone_img {
          position: relative !important;
          left: auto !important;
          right: auto !important;
          top: auto !important;
          bottom: auto !important;
          -webkit-transform: none !important;
                  transform: none !important;
          margin: 0 -15px; } }
    @media (max-width: 991px) {
      .world__phone {
        width: 100%; } }
  .world__info {
    align-self: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 590px;
    background: url(../images/globe.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-left: -40px; }
    @media screen and (max-width: 1200px) {
      .world__info {
        height: 505px; } }
    @media screen and (max-width: 991px) {
      .world__info {
        width: 590px;
        height: 590px;
        padding-top: 170px;
        align-items: center;
        margin-left: 0; } }
    .world__info_main {
      font-family: MuseoSansCyrl-300;
      padding-left: 120px;
      font-weight: lighter;
      font-size: 40px; }
      @media (max-width: 1199px) {
        .world__info_main {
          font-size: 32px; } }
      @media (max-width: 991px) {
        .world__info_main {
          color: #666666;
          padding-left: 0; } }
      @media screen and (max-width: 768px) {
        .world__info_main {
          max-width: 490px;
          width: 100%;
          margin-left: auto;
          margin-right: auto; } }
      @media screen and (max-width: 574px) {
        .world__info_main {
          font-size: 30px;
          color: #fff; } }
    .world__info_submain {
      font-family: MuseoSansCyrl-700;
      font-size: 75px;
      line-height: 1;
      padding-left: 150px; }
      @media (max-width: 1199px) {
        .world__info_submain {
          font-size: 60px; } }
      @media (max-width: 991px) {
        .world__info_submain {
          color: #00CDFF;
          padding-left: 30px; } }
      @media screen and (max-width: 768px) {
        .world__info_submain {
          padding-left: 35px;
          max-width: 490px;
          width: 100%;
          margin-left: auto;
          margin-right: auto; } }
      @media screen and (max-width: 574px) {
        .world__info_submain {
          font-size: 40px;
          color: #fff; } }
    .world__info_text {
      font-family: OpenSans-Regular;
      font-size: 16px;
      line-height: 28px;
      padding-left: 150px;
      padding-right: 100px; }
      @media (max-width: 1199px) {
        .world__info_text {
          padding: 0 50px 0 100px; } }
      @media (max-width: 991px) {
        .world__info_text {
          padding: 0;
          max-width: 405px;
          width: 100%; } }
      @media screen and (max-width: 768px) {
        .world__info_text {
          max-width: 430px;
          margin: 0 auto; } }
      @media screen and (max-width: 574px) {
        .world__info_text {
          color: #4e4e4e;
          padding: 550px 0 0 0;
          max-width: 300px;
          margin: 0 auto; } }
  .world_img-1 {
    height: 380px;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(105%, 25%);
            transform: translate(105%, 25%);
    z-index: 3; }
    @media screen and (max-width: 1200px) {
      .world_img-1 {
        -webkit-transform: translate(75%, 15%);
                transform: translate(75%, 15%); } }
  .world_img-2 {
    position: absolute;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(39%, 50%);
            transform: translate(39%, 50%);
    z-index: -1;
    height: 320px; }
    @media (max-width: 991px) {
      .world_img-2 {
        order: -1; } }
  .world_img-3 {
    position: absolute;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(126%, 50%);
            transform: translate(126%, 50%);
    z-index: -2;
    height: 285px; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .world_img-3 {
        display: none; } }
    @media (max-width: 991px) {
      .world_img-3 {
        order: -2; } }
  .world_img-4 {
    position: absolute;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-143%, 50%);
            transform: translate(-143%, 50%);
    z-index: -2;
    height: 320px; }
  .world_img-5 {
    position: absolute;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-225%, 50%);
            transform: translate(-225%, 50%);
    z-index: -3;
    height: 285px; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .world_img-5 {
        display: none; } }

@media (min-width: 992px) {
  .world__visible-tablet {
    display: none; } }

@media screen and (max-width: 574px) {
  .world__visible-tablet {
    position: absolute;
    left: 50%;
    top: 10%;
    -webkit-transform: translate(-50%, 10%);
            transform: translate(-50%, 10%);
    width: 100%;
    max-width: 270px; } }

@media (max-width: 991px) {
  .world__hide-tablet {
    display: none; } }

.emotions {
  z-index: 10;
  position: relative;
  overflow: hidden;
  margin-top: -100px; }
  @media (max-width: 768px) {
    .emotions {
      margin-top: -150px; } }
  @media screen and (max-width: 574px) {
    .emotions {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .emotions-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 200px 0; }
    @media (max-width: 768px) {
      .emotions-wrapper {
        flex-direction: column;
        padding: 280px 0 150px; } }
    @media (max-width: 574px) {
      .emotions-wrapper {
        padding: 0 0 10px; } }
  .emotions__info {
    width: 100%;
    max-width: 450px;
    padding-left: 70px; }
    @media (max-width: 768px) {
      .emotions__info {
        padding-left: 0;
        width: 100%;
        max-width: 490px;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 574px) {
      .emotions__info {
        padding: 100px 0 0 0; } }
    .emotions__info_main {
      font-family: MuseoSansCyrl-300;
      font-size: 40px;
      color: #fff;
      text-transform: capitalize;
      font-weight: lighter; }
      @media (max-width: 768px) {
        .emotions__info_main {
          line-height: 1; } }
      @media screen and (max-width: 574px) {
        .emotions__info_main {
          font-size: 30px; } }
    .emotions__info_submain {
      font-family: MuseoSansCyrl-700;
      font-size: 75px;
      color: #fff;
      line-height: 1;
      padding-left: 25px;
      font-weight: lighter; }
      @media screen and (max-width: 768px) {
        .emotions__info_submain {
          line-height: 1; } }
      @media screen and (max-width: 574px) {
        .emotions__info_submain {
          font-size: 40px; } }
    .emotions__info_text {
      font-family: OpenSans-Regular;
      font-size: 16px;
      color: #fff;
      line-height: 28px;
      padding-left: 25px; }
      @media (max-width: 768px) {
        .emotions__info_text {
          width: 100%;
          max-width: 430px;
          margin: 0 auto;
          padding-left: 0;
          padding-top: 15px; } }
  .emotions__phone {
    width: 100%;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .emotions__phone {
        display: block; } }

.emotions_bg {
  pointer-events: none;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.emotions_svg {
  background-size: cover;
  pointer-events: none;
  z-index: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120%;
  height: 100%; }
  @media (max-width: 768px) {
    .emotions_svg {
      width: 1980px;
      left: -19%; } }

.emotions_emoji {
  display: block; }

.emoji_img {
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: 1.2s cubic-bezier(0, 1.5, 0.5, 1); }
  body.emotions-vis .emoji_img {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .emoji_img:first-child {
    width: 120px;
    height: 120px;
    pointer-events: none;
    bottom: 200px;
    left: 0; }
    @media screen and (max-width: 991px) {
      .emoji_img:first-child {
        width: 100px;
        height: 100px;
        bottom: 180px; } }
    @media (max-width: 768px) {
      .emoji_img:first-child {
        bottom: 370px; } }
    @media screen and (max-width: 574px) {
      .emoji_img:first-child {
        bottom: 192px;
        width: 60px;
        height: 60px; } }
  .emoji_img:nth-child(2) {
    transition-delay: .1s;
    width: 80px;
    height: 80px;
    pointer-events: none;
    top: 250px;
    left: 300px; }
    @media screen and (max-width: 1199px) {
      .emoji_img:nth-child(2) {
        top: 160px; } }
    @media screen and (max-width: 991px) {
      .emoji_img:nth-child(2) {
        width: 60px;
        height: 60px; } }
    @media (max-width: 768px) {
      .emoji_img:nth-child(2) {
        top: 390px;
        left: 390px; } }
    @media screen and (max-width: 574px) {
      .emoji_img:nth-child(2) {
        top: 120px;
        left: 230px;
        width: 60px;
        height: 60px; } }
  .emoji_img:nth-child(3) {
    transition-delay: .2s;
    width: 80px;
    height: 80px;
    pointer-events: none;
    bottom: 206px;
    left: 400px; }
    @media screen and (max-width: 1199px) {
      .emoji_img:nth-child(3) {
        left: 279px;
        bottom: 110px; } }
    @media screen and (max-width: 991px) {
      .emoji_img:nth-child(3) {
        width: 60px;
        height: 60px;
        bottom: 140px;
        left: 239px; } }
    @media (max-width: 768px) {
      .emoji_img:nth-child(3) {
        bottom: initial;
        left: 90%;
        top: 400px;
        width: 80px;
        height: 80px; } }
    @media screen and (max-width: 574px) {
      .emoji_img:nth-child(3) {
        display: none; } }
  .emoji_img:nth-child(4) {
    transition-delay: .3s;
    width: 80px;
    height: 80px;
    pointer-events: none;
    top: 50%;
    left: 50%; }
    @media screen and (max-width: 991px) {
      .emoji_img:nth-child(4) {
        width: 60px;
        height: 60px;
        -webkit-transform: translate(100%, -50%);
                transform: translate(100%, -50%); } }
    @media (max-width: 768px) {
      .emoji_img:nth-child(4) {
        left: 10px;
        top: 400px;
        width: 90px;
        height: 90px; } }
    @media screen and (max-width: 574px) {
      .emoji_img:nth-child(4) {
        display: none; } }
  .emoji_img:nth-child(5) {
    transition-delay: .4s;
    width: 120px;
    height: 120px;
    pointer-events: none;
    bottom: 180px;
    right: 400px; }
    @media (max-width: 1199px) {
      .emoji_img:nth-child(5) {
        bottom: 120px;
        right: 300px; } }
    @media screen and (max-width: 991px) {
      .emoji_img:nth-child(5) {
        width: 100px;
        height: 100px;
        bottom: 120px;
        right: auto;
        left: 400px; } }
    @media (max-width: 768px) {
      .emoji_img:nth-child(5) {
        bottom: 320px;
        left: 150px; } }
    @media (max-width: 574px) {
      .emoji_img:nth-child(5) {
        width: 60px;
        height: 60px;
        bottom: 350px;
        left: auto;
        right: 40px; } }
  .emoji_img:nth-child(6) {
    transition-delay: .5s;
    width: 120px;
    height: 120px;
    pointer-events: none;
    right: 100px;
    top: 280px; }
    @media screen and (max-width: 1199px) {
      .emoji_img:nth-child(6) {
        top: 250px;
        right: 10px; } }
    @media screen and (max-width: 991px) {
      .emoji_img:nth-child(6) {
        width: 100px;
        height: 100px;
        right: 3px; } }
    @media (max-width: 574px) {
      .emoji_img:nth-child(6) {
        width: 60px;
        height: 60px; } }
  .emoji_img:last-child {
    transition-delay: .6s;
    width: 80px;
    height: 80px;
    pointer-events: none;
    right: 0;
    bottom: 450px; }
    @media screen and (max-width: 1199px) {
      .emoji_img:last-child {
        bottom: 400px; } }
    @media screen and (max-width: 991px) {
      .emoji_img:last-child {
        width: 60px;
        height: 60px;
        bottom: 180px;
        right: -20px; } }
    @media screen and (max-width: 574px) {
      .emoji_img:last-child {
        display: none; } }

.emotions__phone_img {
  width: 100%;
  max-width: 568px;
  height: 590px;
  pointer-events: none; }
  @media screen and (max-width: 1199px) {
    .emotions__phone_img {
      height: 464px; } }
  @media screen and (max-width: 991px) {
    .emotions__phone_img {
      height: 300px; } }
  @media (max-width: 768px) {
    .emotions__phone_img {
      max-width: 632px;
      width: 100%;
      height: auto; } }

.emotions__visible-tablet {
  display: none; }
  @media (max-width: 768px) {
    .emotions__visible-tablet {
      display: block; } }
  @media screen and (max-width: 574px) {
    .emotions__visible-tablet {
      width: 100%;
      max-width: 437px;
      padding: 0;
      margin: 0 auto; } }

@media (max-width: 768px) {
  .emotions__hidden-tablet {
    display: none; } }

.way {
  padding-top: 150px;
  margin: -200px 0 30px 0;
  overflow: hidden;
  position: relative; }
  .way::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    content: '';
    background: url("../images/back_screen_5.svg");
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat; }
  @media (max-width: 1199px) {
    .way {
      margin: 0; } }
  @media screen and (max-width: 991px) {
    .way {
      margin: 100px 0;
      padding: 70px 0 0 0; } }
  @media screen and (max-width: 574px) {
    .way {
      margin: 20px 0;
      padding: 0; } }
  .way-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    padding: 40px 0;
    height: 600px; }
    @media screen and (max-width: 991px) {
      .way-wrapper {
        height: auto; } }
    @media screen and (max-width: 767px) {
      .way-wrapper {
        flex-direction: column; } }
    @media screen and (max-width: 574px) {
      .way-wrapper {
        padding-top: 0;
        padding-bottom: 100px; } }
  .way__phone {
    width: 100%;
    max-width: 450px;
    position: relative; }
    .way__phone_img {
      position: absolute;
      left: -55px;
      bottom: -300px;
      width: 494px;
      height: 600px; }
      @media screen and (max-width: 991px) {
        .way__phone_img {
          left: -245px;
          bottom: -250px; } }
      @media screen and (max-width: 767px) {
        .way__phone_img {
          left: -300px;
          bottom: -30px;
          height: 682px;
          width: 594px; } }
      @media screen and (max-width: 574px) {
        .way__phone_img {
          width: 500px;
          height: 600px;
          left: -227px; } }
  .way__info {
    width: 100%;
    max-width: 450px; }
    @media screen and (max-width: 991px) {
      .way__info {
        max-width: 100%; } }
    .way__info_main {
      font-family: MuseoSansCyrl-300;
      font-size: 40px;
      color: #666666;
      text-transform: capitalize; }
      @media screen and (max-width: 767px) {
        .way__info_main {
          font-size: 30px; } }
    .way__info_submain {
      font-family: MuseoSansCyrl-700;
      font-size: 75px;
      color: #00D48F;
      padding-left: 25px;
      line-height: 1;
      width: 100%;
      max-width: 350px; }
      @media screen and (max-width: 767px) {
        .way__info_submain {
          font-size: 40px;
          padding-left: 45px;
          line-height: 37px; } }
    .way__info_text {
      font-family: OpenSans-Regular;
      font-size: 16px;
      color: #666666;
      line-height: 28px;
      padding-left: 25px; }
      @media screen and (max-width: 991px) {
        .way__info_text {
          width: 100%;
          max-width: 430px;
          margin: 0 auto;
          padding: 40px 0; } }

.way__visible-tablet {
  display: none; }
  @media screen and (max-width: 767px) {
    .way__visible-tablet {
      display: block;
      padding-bottom: 700px; } }
  @media screen and (max-width: 574px) {
    .way__visible-tablet {
      padding-bottom: 570px; } }

@media screen and (max-width: 767px) {
  .way_hide-table {
    display: none; } }

.messenger {
  padding: 180px 0 100px;
  margin-top: -250px;
  position: relative;
  z-index: 2;
  position: relative; }
  .messenger::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    content: '';
    background: url("../images/back_screen_6.svg");
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .messenger {
      margin-top: -80px;
      padding: 100px 0 120px; } }
  @media screen and (max-width: 574px) {
    .messenger {
      padding: 90px 0 70px; } }
  .messenger-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 768px) {
      .messenger-wrapper {
        flex-direction: column; } }
  .messenger__info {
    width: 100%;
    max-width: 460px; }
    @media (max-width: 1199px) {
      .messenger__info {
        padding-top: 100px; } }
    @media (max-width: 991px) {
      .messenger__info {
        padding-top: 40px; } }
    @media (max-width: 768px) {
      .messenger__info {
        padding-bottom: 30px; } }
    .messenger__info_main {
      font-family: MuseoSansCyrl-300;
      font-size: 40px;
      font-weight: lighter;
      color: #fff;
      text-transform: capitalize; }
      @media (max-width: 768px) {
        .messenger__info_main {
          max-width: 490px;
          margin-left: auto;
          margin-right: auto;
          width: 100%; } }
      @media screen and (max-width: 574px) {
        .messenger__info_main {
          font-size: 30px; } }
    .messenger__info_submain {
      font-family: MuseoSansCyrl-700;
      font-weight: lighter;
      font-size: 75px;
      line-height: 1;
      color: #fff;
      padding-left: 20px; }
      @media (max-width: 768px) {
        .messenger__info_submain {
          max-width: 490px;
          margin-left: auto;
          margin-right: auto;
          width: 100%; } }
      @media screen and (max-width: 574px) {
        .messenger__info_submain {
          font-size: 40px;
          line-height: 36px;
          padding: 0;
          padding-left: 30px; } }
    .messenger__info_text {
      font-family: OpenSans-Regular;
      font-size: 16px;
      color: #fff;
      line-height: 28px;
      padding-left: 25px; }
      .messenger__info_text_visible-tablet {
        display: none; }
        @media (max-width: 768px) {
          .messenger__info_text_visible-tablet {
            display: block;
            padding-top: 30px; } }
      @media (max-width: 768px) {
        .messenger__info_text_hidden-tablet {
          display: none; } }
      @media (max-width: 768px) {
        .messenger__info_text {
          max-width: 430px;
          margin-left: auto;
          margin-right: auto;
          width: 100%;
          line-height: 26px;
          padding-left: 0; } }

.messenger__phone {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 768px) {
    .messenger__phone {
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding-top: 50px; } }
  .messenger__phone .i-1::before {
    position: absolute;
    display: block;
    content: '';
    background: url("../images/nice_game.svg");
    width: 100px;
    height: 100px;
    top: 100px;
    left: 5%; }
  .messenger__phone .i-1::after {
    position: absolute;
    display: block;
    content: '';
    background: url("../images/hey_bubble.svg");
    width: 60px;
    height: 60px;
    bottom: 150px;
    left: 15%; }
  .messenger__phone .i-2::after {
    position: absolute;
    display: block;
    content: '';
    background: url("../images/congrats.svg");
    width: 100px;
    height: 100px;
    bottom: 0;
    right: 0; }

.messenger__phone_img {
  max-width: 100%;
  margin-left: 200px;
  width: 485px; }
  @media screen and (max-width: 1199px) {
    .messenger__phone_img {
      margin-left: 150px; } }
  @media (max-width: 991px) and (min-width: 769px) {
    .messenger__phone_img {
      margin-left: 0;
      overflow-x: hidden; } }
  @media (max-width: 768px) {
    .messenger__phone_img {
      margin-left: 0;
      margin-top: -80px; } }

.messenger-bg {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -20;
  pointer-events: none; }

.messenger-bg_img {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1921px;
  width: 100%;
  height: 100%; }
  .messenger-bg_img_visible-tablet {
    display: none; }
    @media (max-width: 768px) {
      .messenger-bg_img_visible-tablet {
        display: block; } }
  @media (max-width: 768px) {
    .messenger-bg_img_hidden-tablet {
      display: none; } }
  @media (max-width: 768px) {
    .messenger-bg_img {
      width: 768px; } }

.pokerUp {
  padding: 80px 0;
  position: relative; }
  .pokerUp::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    content: '';
    background: url("../images/back_screen_7.svg");
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat; }
  .pokerUp-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 1199px) {
      .pokerUp-wrapper {
        justify-content: space-between; } }
    @media screen and (max-width: 768px) {
      .pokerUp-wrapper {
        flex-direction: column;
        align-items: flex-start; } }
  .pokerUp__phone {
    position: relative;
    pointer-events: none;
    z-index: 12; }
    @media screen and (max-width: 768px) {
      .pokerUp__phone {
        margin: 0 auto;
        width: 100%;
        max-width: 345px; } }
    .pokerUp__phone_img {
      width: 100%;
      max-width: 205px;
      height: 500px; }
  .pokerUp__info {
    width: 100%;
    max-width: 500px; }
    @media screen and (max-width: 1199px) {
      .pokerUp__info {
        max-width: 400px; } }
    @media (max-width: 768px) {
      .pokerUp__info {
        max-width: none; } }
    .pokerUp__info_main {
      font-family: MuseoSansCyrl-300;
      font-size: 40px;
      color: #666666;
      text-transform: capitalize; }
      @media screen and (max-width: 1199px) {
        .pokerUp__info_main {
          font-size: 35px; } }
      @media (max-width: 768px) {
        .pokerUp__info_main {
          max-width: 490px;
          margin-left: auto;
          margin-right: auto;
          width: 100%; } }
      @media screen and (max-width: 574px) {
        .pokerUp__info_main {
          font-size: 30px; } }
    .pokerUp__info_submain {
      font-family: MuseoSansCyrl-700;
      font-size: 75px;
      line-height: 1;
      color: #00CDFF;
      padding-left: 20px; }
      @media screen and (max-width: 1199px) {
        .pokerUp__info_submain {
          font-size: 60px; } }
      @media (max-width: 768px) {
        .pokerUp__info_submain {
          max-width: 490px;
          margin-left: auto;
          margin-right: auto;
          width: 100%; } }
      @media screen and (max-width: 574px) {
        .pokerUp__info_submain {
          font-size: 40px; } }
    .pokerUp__info_text {
      font-family: OpenSans-Regular;
      font-size: 16px;
      color: #666666;
      line-height: 28px;
      padding-left: 25px; }
      @media screen and (max-width: 768px) {
        .pokerUp__info_text {
          width: 100%;
          max-width: 430px;
          width: 100%;
          padding: 0;
          margin-left: auto;
          margin-right: auto; } }

.poker_img-1 {
  z-index: 2;
  pointer-events: none; }
  @media screen and (max-width: 991px) {
    .poker_img-1 {
      max-width: 160px;
      height: 370px; } }

.poker_img-2 {
  width: 100%;
  max-width: 204px;
  height: 464px;
  position: absolute;
  top: -35px;
  left: 165px;
  z-index: -1;
  pointer-events: none; }
  @media screen and (max-width: 991px) {
    .poker_img-2 {
      max-width: 150px;
      height: 350px;
      left: 130px;
      top: -20px; } }

.pokerUp__visible-tablet {
  display: none;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .pokerUp__visible-tablet {
      display: block; } }

@media screen and (max-width: 768px) {
  .pokerUp__visible-tablet:last-child {
    display: block;
    padding-bottom: 30px; } }

@media screen and (max-width: 768px) {
  .pokerUp_hide-table {
    display: none; } }

.footer {
  background: #303030;
  padding: 55px 0 45px;
  overflow: hidden; }
  .footer .container {
    position: relative; }

.footer__wrapper {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .footer__wrapper {
      flex-direction: column;
      align-items: center; } }
  @media (max-width: 574px) {
    .footer__wrapper {
      align-items: flex-start; } }
  .footer__wrapper-2 {
    display: flex;
    flex-direction: column;
    color: #9d9999;
    font-family: OpenSans-Regular;
    font-size: 12px;
    padding-top: 15px; }
    @media (max-width: 991px) {
      .footer__wrapper-2 {
        text-align: center;
        align-items: center; } }

@media (min-width: 992px) {
  .footer__left-side,
  .footer__right-side {
    width: 50%; } }

.footer__main {
  font-family: MuseoSansCyrl-300;
  font-size: 40px;
  font-weight: lighter;
  color: #9d9999; }
  @media (max-width: 574px) {
    .footer__main {
      font-size: 30px; } }

.footer__submain {
  font-family: MuseoSansCyrl-700;
  color: #9d9999;
  font-size: 75px;
  max-width: 510px;
  line-height: 1;
  padding-left: 30px;
  padding-bottom: 70px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .footer__submain {
      padding-left: 0; } }
  @media (max-width: 574px) {
    .footer__submain {
      font-size: 40px; }
      .footer__submain span {
        display: none; } }

.footer__social {
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
  max-width: 240px;
  width: 100%; }
  @media (max-width: 991px) {
    .footer__social {
      padding: 50px 0 25px; } }
  @media (max-width: 768px) {
    .footer__social {
      margin: auto; } }
  @media (max-width: 991px) {
    .footer__social.footer__hide-tablet {
      display: none; } }
  @media (min-width: 992px) {
    .footer__social.footer__show-tablet {
      display: none; } }

.footer__form {
  max-width: 410px;
  width: 100%; }
  @media (max-width: 991px) {
    .footer__form {
      max-width: 440px; } }
  @media (max-width: 574px) {
    .footer__form {
      max-width: none; } }

.footer__form-row {
  display: flex;
  justify-content: space-between;
  margin: 20px 0; }
  @media (max-width: 450px) {
    .footer__form-row {
      flex-direction: column; } }

.footer__input {
  font-family: OpenSans-Regular;
  font-size: 14px;
  width: 100%;
  margin: 0 15px;
  height: 52px;
  line-height: 52px;
  border: none;
  border-radius: 5px;
  padding: 0 15px; }
  .footer__input:first-child {
    margin-left: 0; }
    @media (max-width: 450px) {
      .footer__input:first-child {
        margin-bottom: 20px; } }
  .footer__input:last-child {
    margin-right: 0; }
    @media (max-width: 450px) {
      .footer__input:last-child {
        margin-bottom: 0; } }
  @media (max-width: 450px) {
    .footer__input {
      margin-left: 0;
      margin-right: 0; } }

.footer__textarea {
  font-family: OpenSans-Regular;
  font-size: 14px;
  resize: none;
  width: 100%;
  border-radius: 5px;
  padding: 15px; }

button {
  width: 100%;
  background: #00D48F;
  height: 52px;
  line-height: 52px;
  border-radius: 5px;
  font-family: MuseoSansCyrl-700;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff; }

.footer__links {
  display: flex;
  color: #9d9999;
  margin-top: 2px;
  font-family: OpenSans-Regular;
  font-size: 12px; }

.footer__link {
  color: #9d9999;
  margin: 0 8px; }
  .footer__link:first-child {
    margin-left: 0; }
  .footer__link:last-child {
    margin-right: 0; }

.footer__bg-text {
  position: absolute;
  bottom: -145px;
  left: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: MuseoSansCyrl-700;
  font-size: 243px;
  color: #9d9999;
  opacity: .05;
  pointer-events: none; }
  @media (max-width: 991px) {
    .footer__bg-text {
      bottom: -100px; } }
