/* ===============STYLE=RESET=START=================*/
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, 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, hgroup,
menu, nav, output.mob-menu .menu-item .menu-more-link, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html, body {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 14px;
  line-height: 1;
  min-width: 320px; }

* {
  box-sizing: border-box; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.header > .row > .col-md-12 {
  padding: 0; }

img {
  max-width: 100%; }

.container-fluid {
  padding: 0;
  margin: 0; }

.container {
  max-width: 100%; }

.container-fluid > .row {
  margin: 0; }

/* ===============STYLE=RESET=END=================*/
/* global styles*/
h1, h2, .white-title {
  font-family: 'Montserrat-Bold';
  color: #ffffff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-positive: 1;
      flex-grow: 1; }

h2 {
  color: #000000;
  text-align: center;
  position: relative;
  margin-bottom: 100px; }
  h2:after {
    content: '';
    width: 73px;
    height: 5px;
    border-radius: 3px;
    background-color: #dc214c;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 17px); }

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none;
  outline: none; }

img {
  max-width: 100%; }

.bold-text {
  font-family: Montserrat-Bold; }

.pink-text {
  color: #dc214c; }

.grey-text {
  color: #9e9d9d; }

.icon {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

button {
  background: none;
  border: none;
  outline: none;
  padding: 0; }

.js-scroll-block {
  position: relative; }

.btn {
  max-width: 100%;
  width: 356px;
  height: 100px;
  border-radius: 50px;
  box-shadow: 0 10px 10px rgba(0, 126, 217, 0.41);
  transition: box-shadow .3s ease;
  background-color: #dc336a;
  background-image: linear-gradient(-225deg, #0068ad 0%, #0d9cfa 100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  color: #ffffff;
  font-family: Montserrat-Bold;
  font-size: 36px;
  letter-spacing: 0.9px; }
  .btn:hover {
    box-shadow: 0 26px 51px rgba(0, 126, 217, 0.41);
    transition: box-shadow .3s ease; }
  .btn .arrow-right {
    width: 56px;
    height: 28px;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%); }
  .btn.btn-red {
    height: 60px;
    box-shadow: 0 26px 51px rgba(213, 58, 81, 0.75);
    border-radius: 30px;
    background-color: #dc336a;
    background-image: linear-gradient(-225deg, #ae1e42 0%, #d91d4b 100%); }

.quant-btn {
  width: 268px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 30px;
  background-color: rgba(23, 5, 10, 0.4);
  border-radius: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-family: Montserrat-Bold;
  font-size: 36px;
  text-align: center;
  color: #ffffff; }
  .quant-btn .k {
    font-family: Montserrat-Light; }
  .quant-btn .text {
    font-family: Montserrat-SemiBold;
    font-size: 18px;
    text-align: center;
    color: #95eb07;
    margin-left: 8px; }

.red-link {
  color: #d91d4b; }

.slick-slider {
  overflow: hidden;
  position: relative;
  padding-bottom: 35px; }

.slick-track {
  display: -ms-flexbox;
  display: flex; }

.slick-slide {
  outline: none; }

.slick-dots {
  bottom: 0; }

.slick-dots li {
  width: auto;
  height: auto;
  margin: auto; }
  .slick-dots li + li {
    margin-left: 5px; }

.slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #000000;
  opacity: 0.3;
  border-radius: 5px;
  font-size: 0; }
  .slick-dots li button:before {
    display: none; }

.slick-dots li.slick-active button {
  background-color: #dc214c;
  opacity: 1; }

.slick-arrow {
  width: 95px;
  height: 95px;
  border-radius: 48px;
  box-shadow: 0 26px 51px rgba(0, 0, 0, 0.75);
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  z-index: 10; }
  .slick-arrow.slick-arrow-right {
    left: initial;
    right: 20px; }
  .slick-arrow:hover {
    background-color: #dc214c;
    background-image: linear-gradient(-225deg, #ae1e42 0%, #d91d4b 100%); }
  .slick-arrow .icon {
    font-size: 18px;
    fill: #fff;
    width: 37px;
    height: 18px; }

.pulse {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #cca92c;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(117, 38, 44, 0.4);
  animation: pulse 2s infinite; }

.pulse:hover {
  animation: none; }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(117, 38, 44, 0.4); }
  70% {
    box-shadow: 0 0 0 20px rgba(117, 38, 44, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(117, 38, 44, 0); } }

/* global styles*/
/* header styles */
.page__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11; }

.header__main {
  padding: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__main.with-background {  
  background: linear-gradient(to right, rgb(75, 32, 45) 0%, rgb(92, 32, 49) 25%, rgb(98, 32, 51) 30%, rgba(133, 38, 56, 1) 100%);
}

.logo {
  width: 150px;
  height: 44px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0; }

.header__additional {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.language-dropdown {
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  border-radius: 0 0 25px 25px;
  border: 2px solid #ffffff;
  border-top: none;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #aa1d41; }
  .language-dropdown__item {
    color: #ffffff;
    padding: 16px 30px;
    font-family: Montserrat-Semibold;
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .language-dropdown__item:hover {
      background: #8e1e3b; }
    .language-dropdown__item img {
      margin-right: 9px; }

.language-wrapper {
  margin-right: 50px;
  position: relative;
  display: inline-block; }

.language-dropdown-toggler {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #ffffff;
  padding: 16px 30px;
  border: 2px solid #ffffff;
  border-radius: 25px;
  font-family: Montserrat-Semibold;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  outline: none; }
  .language-dropdown-toggler > span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-right: 9px;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .language-dropdown-toggler > span img {
      margin-right: 9px; }
  .language-dropdown-toggler .icon {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    transition: transform .3s ease; }
  .language-dropdown-toggler.active {
    border-radius: 25px 25px 0 0;
    border: 2px solid #ffffff;
    background-color: #aa1d41; }
    .language-dropdown-toggler.active .icon {
      transform: rotate(180deg);
      transition: transform .3s ease; }
    .language-dropdown-toggler.active + .language-dropdown {
      display: -ms-flexbox;
      display: flex; }

.burger {
  width: 34px;
  height: 30px; }

.menu .menu-toggler {
  color: #fff;
  cursor: pointer; }

.menu .side-menu {
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100vh;
  width: 100%;
  max-width: 380px;
  position: fixed;
  top: 0;
  right: 0;
  background: #cb1d48;
  background: linear-gradient(45deg, #cb1d48 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb1d48', endColorstr='#000000',GradientType=1 );
  box-shadow: -20px 0px 49px 0 rgba(0, 0, 0, 0.38); }
  .menu .side-menu .language-wrapper {
    display: none; }

.menu.active .side-menu {
  display: -ms-flexbox;
  display: flex; }

.menu .side-menu-close {
  position: absolute;
  cursor: pointer;
  right: 30px;
  top: 40px;
  font-size: 30px;
  color: #ffffff;
  transform: rotate(0);
  transition: transform .3s ease; }
  .menu .side-menu-close:hover {
    transform: rotate(90deg);
    transition: transform .3s ease; }

.menu .side-menu-header {
  color: #ffffff;
  font-family: Montserrat-Bold;
  font-size: 30px;
  padding: 40px 30px 20px;
  letter-spacing: 0.75px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.menu .side-menu-body {
  overflow-y: auto;
  padding: 0 30px 40px; }

.menu .side-menu-block {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .menu .side-menu-block li a {
    color: #ffffff;
    font-family: Montserrat-Semibold;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 0 15px;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .menu .side-menu-block li a:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 0;
      height: 4px;
      background-color: #ffffff;
      transition: width .3s ease; }
    .menu .side-menu-block li a .icon {
      font-size: 20px;
      margin-right: 14px; }
    .menu .side-menu-block li a:hover:after {
      width: 100%;
      transition: width .3s ease; }

.menu .side-menu-tweets {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-bottom: 50px; }

.menu .side-menu-socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .menu .side-menu-socials a {
    display: inline-block; }
  .menu .side-menu-socials li + li a {
    margin-left: 30px; }
  .menu .side-menu-socials .icon {
    color: #fff;
    height: 16px; }
    .menu .side-menu-socials .icon.twitter {
      width: 19px; }
    .menu .side-menu-socials .icon.facebook {
      width: 9px; }
    .menu .side-menu-socials .icon.instagram {
      width: 16px; }
    .menu .side-menu-socials .icon.youtube {
      width: 23px; }
    .menu .side-menu-socials .icon.reddit {
      width: 18px; }

.menu .side-menu-bottom {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.side-menu-tweets {
  margin-top: 35px; }
  .side-menu-tweets-header {
    color: #ffffff;
    font-family: Montserrat-SemiBold;
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 25px; }
  .side-menu-tweets-block {
    max-height: 300px;
    overflow-y: auto; }

/* header styles end */
/* main styles */
.wrapper {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  overflow: hidden; }
  .wrapper .page__wrapper {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    overflow: hidden; }

.bg-main {
  position: relative; }
  .bg-main:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    min-width: 100%;
    width: 1900px;
    min-height: 120%;
    z-index: -1;
    background: url(../images/main-bg.svg) no-repeat;
    background-size: cover;
    background-position: center; }
.bg-main.just-title:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate3d(-50%,0,0);
    min-width: 100%;
    width: 1900px;
    min-height: 200px;
    z-index: -1;
    background: url(../images/download-bg.svg) no-repeat;
    background-size: 100%;
    background-position: bottom;
}
.banner__container {
  position: relative;
  padding-bottom: 225px;
  padding-top: 212px; }
  .banner__container.with-form h1 {
    font-size: 50px; }
  .banner__container.with-form .quant-btn {
    margin: 28px 0 40px; }
  .banner__container.with-form input {
    padding: 23px 30px;
    width: 100%;
    border: none;
    border-radius: 30px;
    background-color: #ffffff;
    font-family: Montserrat-SemiBold;
    font-size: 18px;
    text-align: left;
    color: #9a9a9a;
    outline: none; }
  .banner__container.with-form .btn {
    margin-left: auto;
    margin-top: 30px; }
  .banner__container.with-form:after {
    height: 120%; }
  .banner__container.just-title {
    min-height: 700px; }
    .banner__container.just-title h1, .banner__container.just-title h2, .banner__container.just-title h3 {
      color: #000;
      text-align: center;
      position: relative;
      margin-bottom: 87px; }

      .banner__container.just-title h1:after, .banner__container.just-title h2:after, .banner__container.just-title h3:after {
          content: '';
          width: 73px;
          height: 5px;
          border-radius: 3px;
          background-color: #dc214c;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: calc(100% + 17px);
      }

  .banner__container.rainbow {
    background: url(../images/rainbow-banner.png) 95% 0 no-repeat;
    background-size: contain; }
  .banner__container-text {
    width: 50%; }
    .banner__container-text .btn {
      margin-top: 70px;
      margin-bottom: 40px; }
    .banner__container-text form {
      max-width: 468px; }
  .banner__container-terms {
    color: #a17a84;
    font-family: Montserrat-Light;
    font-size: 14px; }
  .banner__container .tech-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 40px; }
    .banner__container .tech-list .icon {
      height: 26px;
      color: #ffffff;
      opacity: 0.5;
      margin-right: 20px;
      transition: opacity .3s ease; }
      .banner__container .tech-list .icon:hover {
        opacity: 1;
        transition: opacity .3s ease; }
    .banner__container .tech-list .monitor {
      width: 31px; }
    .banner__container .tech-list .windows {
      width: 26px; }
    .banner__container .tech-list .ios {
      width: 26px; }
    .banner__container .tech-list .apple {
      width: 21px; }
    .banner__container .tech-list .android {
      width: 22px; }
    .banner__container .tech-list .steam {
      width: 26px; }
  .banner__container .banner__container-block {
    display: -ms-flexbox;
    display: flex; }
  .banner__container .banner__container-images {
    width: 50%;
    margin-left: 20px;
    position: relative; }
    .banner__container .banner__container-images .ipad-block {
      position: relative;
      padding-bottom: 82.3%;
      width: 125%; }
      .banner__container .banner__container-images .ipad-block.rotated {
        transform: rotate(-10deg); }
      .banner__container .banner__container-images .ipad-block iframe {
        position: absolute;
        width: 78%;
        left: 11%;
        top: 6%;
        height: 88%; }
  .banner__container .play-button {
    color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 32px;
    width: 116px;
    height: 116px;
    background-color: rgba(117, 38, 44, 0.8);
    border-radius: 50%;
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    cursor: pointer; }
    .banner__container .play-button:after {
      content: '';
      position: absolute;
      width: 100px;
      height: 100px;
      top: 8px;
      left: 8px;
      border-radius: 50%;
      background-color: #be1e45; }
    .banner__container .play-button .icon {
      position: absolute;
      top: 50%;
      left: 52%;
      transform: translate3d(-50%, -50%, 0);
      z-index: 1; }
  .banner__container-ipad {
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .banner__container-iphone {
    position: absolute;
    left: 80%;
    top: 170px; }
    .banner__container-iphone.landscape {
      left: 65%;
      top: 350px; }

section:not(:first-child) {
  margin-top: 125px; }

.create__yourself-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.create__yourself h2:after {
  display: none; }

.create__yourself-title {
  display: block;
  color: #dc214c;
  font-family: Montserrat-Bold;
  font-size: 36px;
  margin-bottom: 50px;
  text-align: center;
  position: relative; }
  .create__yourself-title:after {
    content: '';
    width: 73px;
    height: 5px;
    border-radius: 3px;
    background-color: #dc214c;
    position: absolute;
    top: calc(100% + 16px);
    left: 50%;
    transform: translateX(-50%); }

.create__yourself-block {
  display: inline-block;
  width: 30%; }

.create__yourself-image {
  position: relative; }
  .create__yourself-image > div {
    position: relative;
    z-index: 5;
    overflow: hidden; }
    .create__yourself-image > div img {
      width: 100%; }
  .create__yourself-image.first > div {
    -webkit-clip-path: polygon(13% 0, 90% 5%, 100% 88%, 3% 100%);
            clip-path: polygon(13% 0, 90% 5%, 100% 88%, 3% 100%); }
  .create__yourself-image.first:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(6% 6%, 94% 10%, 96% 100%, 0% 90%);
            clip-path: polygon(6% 6%, 94% 10%, 96% 100%, 0% 90%);
    box-shadow: 0 0 32px 3px rgba(0, 0, 0, 0.26);
    background-color: #ffca2a;
    background-image: linear-gradient(-50deg, #292126 0%, #cc1d48 100%); }
  .create__yourself-image.second > div {
    -webkit-clip-path: polygon(6% 3%, 100% 8%, 90% 87%, 7% 100%);
            clip-path: polygon(6% 3%, 100% 8%, 90% 87%, 7% 100%); }
  .create__yourself-image.second:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0% 6%, 93% 0%, 95% 84%, 5% 93%);
            clip-path: polygon(0% 6%, 93% 0%, 95% 84%, 5% 93%);
    box-shadow: 0 0 32px 3px rgba(0, 0, 0, 0.26);
    background-color: #ffca2a;
    background-image: linear-gradient(-50deg, #292126 0%, #cc1d48 100%); }
  .create__yourself-image.third > div {
    -webkit-clip-path: polygon(13% 0, 90% 5%, 100% 88%, 3% 100%);
            clip-path: polygon(13% 0, 90% 5%, 100% 88%, 3% 100%); }
  .create__yourself-image.third:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(6% 6%, 94% 10%, 96% 100%, 0% 90%);
            clip-path: polygon(6% 6%, 94% 10%, 96% 100%, 0% 90%);
    box-shadow: 0 0 32px 3px rgba(0, 0, 0, 0.26);
    background-color: #ffca2a;
    background-image: linear-gradient(-50deg, #292126 0%, #cc1d48 100%); }

.gallery .gallery-slider {
  position: relative; }
  .gallery .gallery-slider-item {
    width: 530px !important;
    height: 306px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    -ms-flex-align: center;
        align-items: center; }
    .gallery .gallery-slider-item img {
      width: 100%;
      min-height: 100%; }

.gallery .slick-slide {
  border: 8px solid transparent;
  border-radius: 6px;
  position: relative; }
  .gallery .slick-slide:before {
    content: '';
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background: url(../images/icon/show-plus.svg) no-repeat;
    background-size: contain;
    width: 94px;
    height: 94px; }
  .gallery .slick-slide:hover {
    border: 8px solid #d91d4b;
    box-shadow: 0 8px 24px rgba(217, 29, 75, 0.78); }
    .gallery .slick-slide:hover:before {
      display: block; }

.your__game {
  position: relative; }
  .your__game-img {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 45%;
    position: absolute;
    -webkit-clip-path: polygon(0% 0%, 91% 7%, 100% 94%, 0% 100%);
            clip-path: polygon(0% 0%, 91% 7%, 100% 94%, 0% 100%);
    overflow: hidden;
    z-index: 5;
    padding-bottom: 35.6%; }
    .your__game-img img {
      min-width: 100%;
      max-width: initial;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      left: 50%; }
    .your__game-img.blue-grad {
      background: linear-gradient(to right, #0c1b31 0%, #4b72fd 100%); }
  .your__game-block {
    min-height: 600px;
    box-shadow: 0 15px 87px rgba(0, 0, 0, 0.22);
    background-color: rgba(8, 6, 7, 0.43);
    background-color: #5f94ff;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(250, 249, 250, 0) 1%, #292126 40%, #cc1d48 100%);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-clip-path: polygon(0% 21%, 100% 0%, 100% 100%, 0% 80%);
            clip-path: polygon(0% 21%, 100% 0%, 100% 100%, 0% 80%); }
  .your__game-text {
    width: 50%;
    margin-left: auto;
    position: relative; }
    .your__game-text .white-title {
      display: inline-block;
      font-size: 65px;
      font-weight: 700;
      max-width: 100%;
      margin-bottom: 60px;
      text-align: left; }
      .your__game-text .white-title:after {
        display: none; }
      .your__game-text .white-title svg {
        width: 483px;
        height: 141px; }
    .your__game-text .rainbow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 64%;
      height: 100%;
      width: 600px;
      background: url(../images/rainbow-left.png) 50% 50% no-repeat;
      background-size: contain;
      z-index: -1; }
  .your__game .btn {
    margin-bottom: 30px; }
  .your__game-terms {
    color: #a17a84;
    font-family: Montserrat-Light;
    font-size: 14px; }

.testimonials-slider-item {
  display: -ms-flexbox;
  display: flex; }
  .testimonials-slider-item > div {
    padding: 30px 85px;
    width: 50%; }
    .testimonials-slider-item > div + div {
      border-left: 2px solid #e5e2db; }

.testimonials-slider-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 74px;
  margin-bottom: 24px; }

.testimonials-slider-text {
  color: #878787;
  font-family: Montserrat-LightItalic;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center; }

.testimonials-slider-sign {
  text-align: right;
  color: #000000;
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  line-height: 24px; }

.latest__articles-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.latest__articles-item {
  width: 100%;
  max-width: 400px; }
  .latest__articles-item:hover {
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
    border-radius: 10px; }
    .latest__articles-item:hover .latest__articles-img {
      border-radius: 10px 10px 0 0; }
      .latest__articles-item:hover .latest__articles-img .overlay {
        display: -ms-flexbox;
        display: flex; }

.latest__articles-img {
  font-size: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.3%; }
  .latest__articles-img .overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .latest__articles-img .overlay .read-more {
      box-shadow: 0 26px 51px rgba(0, 0, 0, 0.27);
      border-radius: 25px;
      border: 2px solid #ffffff;
      padding: 15px 30px;
      color: #ffffff;
      font-family: Montserrat-SemiBOld;
      font-size: 16px;
      letter-spacing: 0.8px;
      cursor: pointer; }
  .latest__articles-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.latest__articles-block {
  padding: 20px 15px; }

.latest__articles-title {
  color: #000000;
  font-family: Montserrat-Bold;
  font-size: 18px;
  margin-bottom: 12px; }

.latest__articles-info {
  color: #878787;
  font-family: Montserrat;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid; }
  .latest__articles-info .date {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-right: 20px; }
  .latest__articles-info .comments {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .latest__articles-info .icon {
    margin-right: 4px; }

.latest__articles-text {
  color: #878787;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 24px; }

.key-features-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.key-features-item {
  width: 33%;
  display: inline-block;
  text-align: center;
  margin-bottom: 86px; }

.key-features-img {
  width: 210px;
  height: 210px;
  box-shadow: 0 26px 51px rgba(213, 58, 81, 0.75);
  border-radius: 105px;
  background-color: #dc336a;
  background-image: linear-gradient(-225deg, #ae1e42 0%, #d91d4b 100%);
  position: relative;
  margin: 0 auto 36px; }
  .key-features-img svg {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }
  .key-features-img .chat {
    width: 140px;
    height: 85px; }
  .key-features-img .gender {
    width: 108px;
    height: 108px; }
  .key-features-img .sex {
    width: 130px;
    height: 83px; }
  .key-features-img .map {
    width: 106px;
    height: 108px; }
  .key-features-img .check {
    width: 86px;
    height: 86px; }
  .key-features-img .crowd {
    width: 116px;
    height: 106px; }

.key-features-text {
  color: #000000;
  font-family: Montserrat-SemiBold;
  font-size: 24px;
  line-height: 36px; }

.install-instructions-wrapper {
  color: #000000;
  font-family: Montserrat-SemiBold;
  font-size: 24px;
  line-height: 36px;
  color: #030303;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }
  .install-instructions-wrapper p {
    margin-bottom: 50px; }
  .install-instructions-wrapper .contactus {
    color: #848484; }
    .install-instructions-wrapper .contactus a {
      color: #0d9cfa; }

.preview-slider-block-wrapper {
  display: -ms-flexbox;
  display: flex; }

.preview-slider-block .preview-slider {
  width: 60%;
  padding-bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  box-shadow: 0 26px 51px rgba(0, 0, 0, 0.34); }
  .preview-slider-block .preview-slider-item {
    padding: 10px;
    background-color: #000000;
    background-image: linear-gradient(-225deg, #ae1e42 0%, #d91d4b 100%); }
    .preview-slider-block .preview-slider-item img {
      width: 100%;
      height: 450px; }

.preview-slider-block .preview-slider .slick-dots {
  bottom: 30px; }

.preview-slider-block .preview-slider-text-block {
  margin-left: 18px; }

.preview-slider-block .preview-slider-text-info {
  color: #8b8b8b;
  font-family: Montserrat-Bold;
  font-size: 16px;
  line-height: 26px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.preview-slider-block .tech-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 15px; }
  .preview-slider-block .tech-list .icon {
    height: 26px;
    color: #848484;
    margin-right: 20px; }
  .preview-slider-block .tech-list .monitor {
    width: 31px; }
  .preview-slider-block .tech-list .windows {
    width: 26px; }
  .preview-slider-block .tech-list .ios {
    width: 26px; }
  .preview-slider-block .tech-list .apple {
    width: 21px; }
  .preview-slider-block .tech-list .android {
    width: 22px; }
  .preview-slider-block .tech-list .steam {
    width: 26px; }

.preview-slider-block .preview-slider-paragraph {
  margin-top: 30px;
  color: #000000;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 18px; }
  .preview-slider-block .preview-slider-paragraph + .preview-slider-paragraph {
    margin-top: 10px; }

.preview-slider-block .players-quant {
  color: #dc214c;
  display: -ms-flexbox;
  display: flex;
  font-family: Montserrat-Bold;
  font-size: 18px;
  margin-top: 15px; }
  .preview-slider-block .players-quant .icon {
    margin-right: 4px; }

.preview-slider-block .real-people {
  display: -ms-flexbox;
  display: flex;
  font-family: Montserrat-Bold;
  font-size: 18px;
  margin-top: 15px; }

.preview-slider-block .btn {
  margin-top: 40px;
  width: 276px;
  height: 60px;
  font-size: 24px; }
  .preview-slider-block .btn .arrow-right {
    width: 46px;
    left: -10px; }

.download-section {
  position: relative;
  margin-top: 200px !important; }
  .download-section:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    min-width: 100%;
    width: 1900px;
    min-height: 200px;
    z-index: -1;
    background: url(../images/download-bg.svg) no-repeat;
    background-size: 100%;
    background-position: bottom; }
  .download-section h1 {
    color: #000000;
    text-align: center;
    position: relative;
    margin-bottom: 87px; }
    .download-section h1:after {
      content: '';
      width: 73px;
      height: 5px;
      border-radius: 3px;
      background-color: #dc214c;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: calc(100% + 17px); }
  .download-section .subtitle {
    color: #848484;
    font-size: 20px;
    text-align: center;
    margin-bottom: 46px; }
  .download-section .back-button {
    border-radius: 27px;
    border: 2px solid #000000;
    padding: 18px 60px;
    height: 50px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    color: #000000;
    font-family: Raleway-Bold;
    font-size: 16px;
    letter-spacing: 0.8px;
    position: absolute;
    top: 0;
    left: 50px; 
    z-index: 5;}
    .download-section .back-button .icon {
      transform: rotate(180deg);
      display: none; }
  .download-section-block {
    margin-bottom: 200px; }
  .download-section-item {
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 70px 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    .download-section-item:hover {
      background-color: #e5e5e5; }
    .download-section-item + .download-section-item {
      margin-top: 20px; }
  .download-section-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .download-section-text .icon {
      font-size: 50px; }
      .download-section-text .icon.android {
        color: #489e02; }
    .download-section-text-big {
      color: #000000;
      font-family: Montserrat-Bold;
      font-size: 30px;
      margin-left: 20px; }
    .download-section-text-small {
      color: #848484;
      font-family: Montserrat-SemiBold;
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 0.45px;
      margin-left: 9px; }
  .download-section .download-button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 276px;
    height: 60px;
    box-shadow: 0 16px 20px rgba(0, 126, 217, 0.41);
    border-radius: 30px;
    background-color: #dc336a;
    background-image: linear-gradient(-225deg, #0068ad 0%, #0d9cfa 100%);
    color: #ffffff;
    font-family: Montserrat-Bold;
    font-size: 24px;
    position: relative; }
    .download-section .download-button .icon {
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%) rotate(90deg); }
    .download-section .download-button:hover {
      box-shadow: 0 26px 51px rgba(0, 126, 217, 0.41); }
  .download-section-button {
    position: relative; }
    .download-section-button .download-size {
      position: absolute;
      top: calc(100% + 19px);
      left: 50%;
      transform: translateX(-50%);
      color: #848484;
      font-family: Montserrat-SemiBold;
      font-size: 16px;
      line-height: 24px;
      text-transform: uppercase;
      letter-spacing: 0.4px; }

.blog_content {
  position: relative;
  margin-top: -350px !important; }
  .blog_content.single-blog .blog_wrap {
    padding: 40px 0; }
  .blog_content.single-blog .blog_item {
    width: 100%; }
    .blog_content.single-blog .blog_item article p {
      margin: 0 0 30px 0;
      color: rgba(0, 0, 0, 0.84);
      font-size: 17px;
      line-height: 1.58; }
  .blog_content.single-blog .ale-reveal-img-wrap {
    margin-bottom: 30px;
    text-align: center; }
    .blog_content.single-blog .ale-reveal-img-wrap img {
      max-width: 100%;
      height: auto; }
  .blog_content.single-blog .download-button {
    display: block;
    padding: 15px 31px;
    font-weight: 500;
    line-height: 1;
    margin: 0 auto 30px;
    max-width: 270px;
    text-align: center;
    border-radius: 30px;
    background-color: #dc336a;
    background-image: linear-gradient(-225deg, #ae1e42 0%, #d91d4b 100%);
    box-shadow: 0 20px 38px rgba(213, 58, 81, 0.75);
    cursor: pointer;
    color: #ffffff;
    font-family: Raleway-Bold;
    font-size: 24px;
    letter-spacing: 0.6px; }
  .blog_content.single-blog h3 {
    font-size: 28px;
    font-style: normal;
    color: #141414;
    text-transform: none;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px; }
  .blog_content.single-blog .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 30px; }
  .blog_content.single-blog .widget-image-caption {
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    font-size: 17px;
    color: #5d5d5d; }
  .blog_content .single_post {
    width: 100%; }
    .blog_content .single_post .coments,
    .blog_content .single_post article {
      max-width: 900px;
      margin: 0 auto; }
  .blog_content .row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: center;
    margin-left: -20px;
    margin-right: -20px; }
  .blog_content .blog_item {
    padding-bottom: 0 !important;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    border: none !important;
    display: -ms-flexbox;
    display: flex;
    width: 40%; }
    .blog_content .blog_item .post_img {
      overflow: hidden; }
      .blog_content .blog_item .post_img figure.effect-julia {
        background: #131313;
        overflow: hidden; }
        .blog_content .blog_item .post_img figure.effect-julia a {
          width: 100%;
          display: block;
          position: relative; }
        .blog_content .blog_item .post_img figure.effect-julia img {
          transition: opacity 1s, transform 1s;
          opacity: 1;
          transform: scale3d(1, 1, 1);
          height: auto;
          max-width: 100%;
          width: 100%; }
        .blog_content .blog_item .post_img figure.effect-julia:hover img {
          transition: opacity 1s, transform 1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          opacity: 0.4;
          transform: scale3d(1.1, 1.1, 1); }
    .blog_content .blog_item .post_header {
      padding: 28px 16px 36px;
      text-align: center;
      background: #fff;
      width: 82%;
      margin-left: auto;
      margin-right: auto; }
    .blog_content .blog_item .blog_category_url {
      margin-bottom: 7px;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      display: block;
      color: #5d5d5d; }
    .blog_content .blog_item .blog_title {
      color: #000;
      font-size: 21px;
      letter-spacing: 0.5px;
      line-height: 1.4;
      margin-bottom: 6px;
      font-weight: 400;
      -ms-word-wrap: break-word;
      word-wrap: break-word;
      display: inline-block; }
    .blog_content .blog_item .date {
      color: #999; }
  .blog_content .sticky {
    position: relative; }
    .blog_content .sticky:before {
      content: '';
      position: absolute;
      top: 1px;
      right: 0;
      background: url(../images/icon/thumbtack.svg) center center no-repeat;
      display: block;
      width: 14px;
      height: 14px; }
  .blog_content .blog_item_details {
    margin-bottom: 30px; }
    .blog_content .blog_item_details .date,
    .blog_content .blog_item_details .blog_category_url {
      display: inline-block;
      color: #626262;
      margin-top: 6px;
      text-transform: uppercase;
      padding-right: 10px;
      margin-right: 10px;
      border-right: 1px solid #D3D3D3; }
      .blog_content .blog_item_details .date a,
      .blog_content .blog_item_details .blog_category_url a {
        color: #626262; }
    .blog_content .blog_item_details div:last-of-type {
      border-right: none;
      margin-right: 0;
      padding-right: 0; }

.col_1 article,
.col_2 article,
.col_3 article {
  box-shadow: 0 0 30px 5px rgba(74, 74, 74, 0.1);
  width: 100%;
  background: #fff;
  margin-bottom: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }
  .col_1 article.has-post-thumbnail,
  .col_2 article.has-post-thumbnail,
  .col_3 article.has-post-thumbnail {
    -ms-flex-pack: initial;
        justify-content: initial; }
    .col_1 article.has-post-thumbnail .post_header,
    .col_2 article.has-post-thumbnail .post_header,
    .col_3 article.has-post-thumbnail .post_header {
      position: relative;
      margin-top: -40px; }

.pagination {
  padding: 50px 0;
  text-align: center; }
  .pagination span,
  .pagination .page-numbers {
    display: inline-block;
    border: 2px solid transparent;
    margin: 0 7px;
    font-weight: 700;
    font-size: 14px;
    width: 30px;
    height: 30px;
    padding-top: 3px;
    text-align: center;
    color: #52aadc; }
    .pagination span.dots:hover,
    .pagination .page-numbers.dots:hover {
      border-color: transparent; }
    .pagination span.current,
    .pagination .page-numbers.current {
      font-size: 20px;
      border: 2px solid #52aadc;
      color: #52aadc;
      padding-top: 3px;
      position: relative;
      top: 2px;
      width: 40px;
      height: 40px;
      line-height: 30px; }
      .pagination span.current:hover,
      .pagination .page-numbers.current:hover {
        border-color: #52aadc;
        color: #52aadc; }
    .pagination span:hover,
    .pagination .page-numbers:hover {
      border-color: #52aadc; }

/* main styles end */
/* footer styles */
.footer {
  display: table-row;
  height: 1px; }
  .footer__holder {
    height: 310px;
    background: url(../images/footer-bg.svg) no-repeat;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    position: relative; }
    .footer__holder .rainbow {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 460px;
      height: 350px;
      background: url(../images/rainbow-footer.png) 0 100% no-repeat; }
  .footer-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    z-index: 5; }
  .footer .logo {
    margin-bottom: 46px; }
  .footer__menu {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 33px; }
    .footer__menu li a {
      color: #ffffff;
      font-family: Montserrat-SemiBold;
      font-size: 16px;
      line-height: 24px;
      display: inline-block;
      padding: 10px 30px;
      border-radius: 24px;
      border: 2px solid transparent; }
      .footer__menu li a:hover {
        box-shadow: 0 26px 51px rgba(0, 0, 0, 0.27);
        border: 2px solid #ffffff; }
    .footer__menu li.active a {
      box-shadow: 0 26px 51px rgba(0, 0, 0, 0.27);
      border: 2px solid #ffffff; }
    .footer__menu li + li {
      margin-left: 18px; }
  .footer .copyrights {
    margin-bottom: 42px;
    color: #a27983;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px; }
  .footer .back-to-top {
    position: absolute;
    z-index: 10;
    right: 50px;
    bottom: 250px; }
    .footer .back-to-top-button a {
      font-size: 29px;
      color: #ffffff;
      width: 70px;
      height: 70px;
      box-shadow: 0 26px 51px rgba(0, 0, 0, 0.27);
      border-radius: 35px;
      border: 3px solid #ffffff;
      background-color: #dc336a;
      background-image: linear-gradient(-225deg, #ae1e42 0%, #d91d4b 100%);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 11px; }

/* footer styles end */
/* popups styles start */
.video-popup {
  position: fixed;
  z-index: 20;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #000;
  color: #fff;
  padding: 52px; }
  .video-popup.active {
    display: -ms-flexbox;
    display: flex; }
  .video-popup-close {
    position: absolute;
    right: 52px;
    top: 52px;
    font-size: 30px;
    cursor: pointer;
    z-index: 5; }
  .video-popup .video {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1120px;
    max-height: 600px; }
    .video-popup .video iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }

.login-page {
  background-image: linear-gradient(-225deg, #292126 0%, #ae1e42 100%);
  padding: 30px;
  position: relative; }
  .login-page-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    height: 100%;
    max-width: 996px;
    max-height: 661px;
    box-shadow: 0 21px 38px rgba(0, 0, 0, 0.13);
    border-radius: 20px;
    overflow: hidden;
    background-color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    overflow-y: auto; }
    .block-w-image.login-page-block {
      background: none;
    }
    .block-w-image .login-page-block-image {
      overflow: hidden;
      border-radius: 20px 0 0 20px;
    }
    .block-w-image .login-page-block-form {
      background: #fff;
    }
    .login-page-block-image {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      background: linear-gradient(rgba(11, 8, 8, 0.6), rgba(11, 8, 8, 0.6)), url(../images/girl.png) 50% 50% no-repeat;
      background-size: 200% 100%;
      position: relative; }
      .login-page-block-image svg {
        width: 137px;
        height: 40px;
        position: absolute;
        top: 30px;
        left: 30px; }
      .login-page-block-image-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        color: #ffffff;
        font-family: Raleway-Bold;
        font-size: 30px;
        letter-spacing: 0.75px;
        text-align: center; }
      .login-page-block-image .login-button {
        margin-top: 29px;
        width: 149px;
        height: 50px;
        box-shadow: 0 26px 51px rgba(0, 0, 0, 0.27);
        border-radius: 25px;
        border: 2px solid #ffffff;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        color: #ffffff;
        font-family: Raleway-Bold;
        font-size: 18px;
        letter-spacing: 0.45px; }
    .login-page-block-form {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      padding: 50px; }
      .login-page-block-form .login-title {
        display: inline-block;
        color: #000000;
        font-family: Raleway-Bold;
        font-size: 30px;
        letter-spacing: 0.75px;
        margin-bottom: 95px; }
      .login-page-block-form form .example-message {
        display: none;
        margin-bottom: 36px; }
        .login-page-block-form form .example-message > span {
          color: #9a9a9a;
          font-family: Raleway-Bold;
          font-size: 14px;
          line-height: 24px;
          letter-spacing: 0.10px;
          display: block;
          text-align: center; }
          .login-page-block-form form .example-message > span span {
            color: #000; }
        .login-page-block-form form .example-message.active {
          display: block; }
      .login-page-block-form form .facebook-login-block {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        margin-bottom: 45px; }
      .login-page-block-form form .email-confirmation {
        color: #9a9a9a;
        font-family: Montserrat;
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 20px;
        display: inline-block; }
      .login-page-block-form form .email-block {
        position: relative;
        margin-bottom: 30px; }
        .login-page-block-form form .email-block input {
          padding: 19px 30px;
          border-radius: 30px;
          border: 1px solid #9a9a9a;
          background-color: #ffffff;
          width: 100%;
          color: #9a9a9a;
          font-family: Raleway-Bold;
          font-size: 18px;
          letter-spacing: 0.45px;
          outline: none; }
        .login-page-block-form form .email-block.checked:after {
          content: '';
          position: absolute;
          background: url(../images/icon/green-check.svg) no-repeat;
          background-size: contain;
          top: 50%;
          right: 20px;
          transform: translate3d(0, -50%, 0);
          width: 33px;
          height: 24px; }
      .login-page-block-form form .email-block.ng-dirty.ng-invalid input {
          border: 1px solid #d91d4b;
      }
      .login-page-block-form form .password-block {
        position: relative;
        margin-bottom: 20px; }
        .login-page-block-form form .password-block input {
          padding: 19px 30px;
          border-radius: 30px;
          border: 1px solid #9a9a9a;
          width: 100%;
          color: #9a9a9a;
          font-family: Raleway-Bold;
          font-size: 18px;
          letter-spacing: 0.45px;
          outline: none; }
        .login-page-block-form form .password-block .error-message {
          display: none; }
        .login-page-block-form form .password-block.error input {
          border: 1px solid #d91d4b; }
        .login-page-block-form form .password-block.error .error-message {
          margin-top: 9px;
          display: block;
          text-align: center;
          color: #d91d4b;
          font-family: Raleway-Bold;
          font-size: 14px;
          letter-spacing: 0.35px; }
        .login-page-block-form form .password-block:after {
          content: '';
          position: absolute;
          background: url(../images/icon/close.svg) no-repeat;
          background-size: contain;
          top: 18px;
          right: 20px;
          width: 24px;
          height: 24px; }
      .login-page-block-form form .password-remember {
        margin-bottom: 20px; }
        .login-page-block-form form .password-remember label {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center; }
        .login-page-block-form form .password-remember .label-text {
          color: #9a9a9a;
          font-family: Raleway-Bold;
          font-size: 16px;
          line-height: 18px;
          letter-spacing: 0.4px;
          cursor: pointer; }
        .login-page-block-form form .password-remember input {
          display: none; }
        .login-page-block-form form .password-remember input + .new-checkbox {
          width: 26px;
          height: 26px;
          border-radius: 5px;
          background-color: #d91d4b;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          margin-right: 9px;
          cursor: pointer; }
          .login-page-block-form form .password-remember input + .new-checkbox svg {
            display: none;
            width: 22px; }
        .login-page-block-form form .password-remember input:checked + .new-checkbox svg {
          display: inline; }
      .login-page-block-form form .btn-red {
        width: 100%;
        color: #ffffff;
        font-family: Raleway-Bold;
        font-size: 24px;
        letter-spacing: 0.6px;
        margin-bottom: 55px;
        cursor: pointer; }
      .login-page-block-form form .pass-reset {
        text-align: center;
        color: #000000;
        font-family: Raleway-Bold;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.8px;
        margin-bottom: 27px; }
        .login-page-block-form form .pass-reset span {
          display: inline-block;
          padding: 6px 9px;
          border-bottom: 2px solid #000000;
          cursor: pointer; }
      .login-page-block-form form .instruction-block {
        padding: 15px;
        border-radius: 20px;
        background-color: #efefef;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        color: #000000;
        font-family: Raleway-Bold;
        font-size: 14px;
        letter-spacing: 0.35px;
        margin-bottom: 20px;
        text-align: center; }
      .login-page-block-form .or {
        display: block;
        width: 280px;
        margin: 0 auto;
        text-align: center;
        position: relative;
        margin-bottom: 45px; }
        .login-page-block-form .or:before {
          content: '';
          display: inline-block;
          width: 111px;
          border-top: 1px solid #9a9a9a;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
        .login-page-block-form .or:after {
          content: '';
          display: inline-block;
          width: 111px;
          border-top: 1px solid #9a9a9a;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
      .login-page-block-form .login-button-block .facebook {
        color: #3b5998; }
      .login-page-block-form .login-button-block .twitter {
        color: #3193cf; }
      .login-page-block-form .login-button-block .login-button {
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto 10px;
        width: 275px;
        border-radius: 25px;
        overflow: hidden; }
        .login-page-block-form .login-button-block .login-button .char {
          width: 50px;
          height: 50px;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          background: #eff0f1;
          font-size: 22px; }
        .login-page-block-form .login-button-block .login-button .text {
          color: #ffffff;
          font-family: Montserrat-SemiBold;
          font-size: 15px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-positive: 1;
              flex-grow: 1; }
        .login-page-block-form .login-button-block .login-button.facebook-login .text {
          background-color: #3b5998; }
        .login-page-block-form .login-button-block .login-button.twitter-login .text {
          background-color: #3193d0; }
        .login-page-block-form .login-button-block .login-button.google-login .text {
          background-color: #4473d5; }
      .login-page-block-form .logo-block {
        margin-bottom: 60px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center; }
        .login-page-block-form .logo-block svg {
          width: 192px;
          height: 56px; }
  .login-page .login-error {
    display: none;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8); }
    .login-page .login-error-wrapper {
      padding: 10px;  
      text-align: center;
      max-width: 579px;
      max-height: 374px;
      width: 100%;
      height: 100%;
      box-shadow: 0 14px 46px rgba(0, 0, 0, 0.69);
      border-radius: 20px;
      background-color: #ffffff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: column;
          flex-direction: column; }
      .login-page .login-error-wrapper span {
        color: #d91d4b;
        font-family: Raleway-Bold;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 0.6px; }
      .login-page .login-error-wrapper .btn-red {
        margin-top: 45px;
        width: 162px;
        cursor: pointer;
        font-size: 16px; }
        .login-page .login-error-wrapper .btn-red .icon {
          display: none; }
    .login-page .login-error.active {
      display: block; }
  .login-page .login-gender-block {
    padding: 55px 40px 40px;
    width: 100%; }
    .login-page .login-gender-block .gender-title {
      color: #000000;
      font-family: Raleway-Bold;
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 0.45px;
      width: 100%;
      display: inline-block;
      text-align: center;
      margin-bottom: 20px; }
    .login-page .login-gender-block .gender-body {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
    .login-page .login-gender-block .form-group {
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      .login-page .login-gender-block .form-group label:first-child {
        margin-right: 206px; }
      .login-page .login-gender-block .form-group .or {
        display: block;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 55%;
        width: 180px;
        transform: translate3d(-50%, -50%, 0); }
        .login-page .login-gender-block .form-group .or:before {
          content: '';
          display: inline-block;
          width: 61px;
          border-top: 1px solid #9a9a9a;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
        .login-page .login-gender-block .form-group .or:after {
          content: '';
          display: inline-block;
          width: 61px;
          border-top: 1px solid #9a9a9a;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
    .login-page .login-gender-block input {
      display: none; }
      .login-page .login-gender-block input + .gender-image {
        opacity: .4;
        transition: opacity .3s ease;
        cursor: pointer;
        height: 100%; }
        .login-page .login-gender-block input + .gender-image:hover {
          opacity: 1;
          transition: opacity .3s ease;
          position: relative; }
          .login-page .login-gender-block input + .gender-image:hover:after {
            content: '';
            position: absolute;
            width: 173px;
            height: 55px;
            background-color: #d91d4b;
            z-index: 0;
            top: calc(100% - 50px);
            border-radius: 50%;
            left: 50%;
            transform: translate3d(-50%, 0, 0); }
        .login-page .login-gender-block input + .gender-image img {
          height: 100%;
          width: 100%;
          position: relative;
          z-index: 1; }
      .login-page .login-gender-block input:checked + .gender-image {
        opacity: 1;
        transition: opacity .3s ease;
        position: relative; }
        .login-page .login-gender-block input:checked + .gender-image:after {
          content: '';
          position: absolute;
          width: 173px;
          height: 55px;
          background-color: #d91d4b;
          z-index: 0;
          top: calc(100% - 50px);
          border-radius: 50%;
          left: 50%;
          transform: translate3d(-50%, 0, 0); }
  .login-page .login-orientation-block {
    padding: 55px 40px 40px;
    width: 100%; }
    .login-page .login-orientation-block .gender-title {
      color: #000000;
      font-family: Raleway-Bold;
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 0.45px;
      width: 100%;
      display: inline-block;
      text-align: center;
      margin-bottom: 20px;
      margin-top: 120px; }
    .login-page .login-orientation-block .form-group {
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      .login-page .login-orientation-block .form-group label {
        width: 33.3%; }
    .login-page .login-orientation-block input {
      display: none; }
      .login-page .login-orientation-block input + .gender-image {
        opacity: .4;
        transition: opacity .3s ease;
        cursor: pointer;
        height: 100%; }
        .login-page .login-orientation-block input + .gender-image:hover {
          opacity: 1;
          transition: opacity .3s ease;
          position: relative; }
          .login-page .login-orientation-block input + .gender-image:hover:after {
            content: '';
            position: absolute;
            width: 173px;
            height: 55px;
            background-color: #d91d4b;
            z-index: 0;
            top: calc(100% - 50px);
            border-radius: 50%;
            left: 50%;
            transform: translate3d(-50%, 0, 0); }
        .login-page .login-orientation-block input + .gender-image .icon {
          height: 100%;
          width: 100%;
          position: relative;
          z-index: 1; }
      .login-page .login-orientation-block input:checked + .gender-image {
        opacity: 1;
        transition: opacity .3s ease;
        position: relative; }
        .login-page .login-orientation-block input:checked + .gender-image:after {
          content: '';
          position: absolute;
          width: 173px;
          height: 55px;
          background-color: #d91d4b;
          z-index: 0;
          top: calc(100% - 50px);
          border-radius: 50%;
          left: 50%;
          transform: translate3d(-50%, 0, 0); }
  .login-page .orientation-body {
    padding: 0 0 121.5px; }
  .login-page .orientation-image__symbol {
    width: 157px;
    height: 157px;
    margin: 0 auto;
    border-radius: 79px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 82px;
    color: #848484;
    transition: all .3s ease;
    margin-bottom: 17px; }
  .login-page input:checked + .orientation-image .orientation-image__symbol {
    color: #fff;
    background-color: #dc336a;
    transition: all .3s ease;
    background-image: linear-gradient(-225deg, #ae1e42 0%, #d91d4b 100%);
    box-shadow: 0 26px 51px rgba(213, 58, 81, 0.75); }
  .login-page .orientation-image__text {
    color: #848484;
    font-family: Raleway-Bold;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.45px; }
  .login-page .orientation-image {
    text-align: center; }
  .login-page .buttons-block {
    margin: 35px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .login-page .buttons-block .back-button {
      width: 162px;
      height: 50px;
      border-radius: 25px;
      border: 2px solid #000000;
      color: #000000;
      font-family: Raleway-Bold;
      font-size: 16px;
      letter-spacing: 0.8px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .login-page .buttons-block .back-button .icon {
        display: none;
        transform: rotate(180deg);
        width: 25px;
        height: 12px; }
    .login-page .buttons-block .next-button {
      width: 162px;
      height: 50px;
      box-shadow: 0 26px 51px rgba(213, 58, 81, 0.75);
      border-radius: 25px;
      background-color: #dc336a;
      background-image: linear-gradient(-225deg, #ae1e42 0%, #d91d4b 100%);
      color: #ffffff;
      font-family: Raleway-Bold;
      font-size: 16px;
      letter-spacing: 0.8px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .login-page .login-birthday-block {
    padding: 55px 40px 40px;
    width: 100%; }
    .login-page .login-birthday-block .gender-title {
      color: #000000;
      font-family: Raleway-Bold;
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 0.45px;
      width: 100%;
      display: inline-block;
      text-align: center;
      margin-bottom: 20px;
      margin-top: 140px; }
    .login-page .login-birthday-block .birthday-body {
      padding: 0 0 239.5px; }
      .login-page .login-birthday-block .birthday-body form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center; }
      .login-page .login-birthday-block .birthday-body button[type=submit], a.butt {
        margin-top: 30px;
        width: 400px;
        height: 60px;
        box-shadow: 0 26px 51px rgba(213, 58, 81, 0.75);
        border-radius: 30px;
        background-color: #dc336a;
        background-image: linear-gradient(-225deg, #ae1e42 0%, #d91d4b 100%);
        color: #ffffff;
        font-family: Raleway-Bold;
        font-size: 24px;
        letter-spacing: 0.6px; }
    .login-page .login-birthday-block .form-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    .login-page .login-birthday-block label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      .login-page .login-birthday-block label + label {
        margin-left: 10px; }
    .login-page .login-birthday-block input {
      padding: 19px 30px;
      border-radius: 30px;
      border: 1px solid #9a9a9a;
      background-color: #ffffff;
      color: #9a9a9a;
      min-width: 160px;
      max-width: 190px;
      font-family: Raleway-Bold;
      font-size: 18px;
      letter-spacing: 0.45px;
      outline: none; }
  .login-page .login-nickname-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
        padding: 98px 15% 0;
    /*padding: 115px 0;*/ }
    .login-page .login-nickname-block .nickname-img {
      margin-right: 39px;
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .login-page .login-nickname-block .nickname-img img {
        /*width: 184px;
        height: 438px; */}
    .login-page .login-nickname-block .nickname-img-mob {
      display: none;
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .login-page .login-nickname-block .nickname-body {
      max-width: 400px; }
      .login-page .login-nickname-block .nickname-body form input {
        width: 400px;
        max-width: 100%;
        padding: 19px 30px;
        border-radius: 30px;
        border: 1px solid #9a9a9a;
        background-color: #ffffff;
        outline: none;
        color: #010101;
        font-family: Raleway-Bold;
        font-size: 18px;
        letter-spacing: 0.45px; }
        .login-page .login-nickname-block .nickname-body form input.error {
          border: 1px solid #d91d4b; }
          .login-page .login-nickname-block .nickname-body form input.error + .error-text {
            display: inline-block; }
      .login-page .login-nickname-block .nickname-body form .error-text {
        color: #d91d4b;
        font-family: Raleway-Bold;
        font-size: 14px;
        letter-spacing: 0.35px;
        width: 100%;
        text-align: center;
        margin-top: 9px;
        display: none; }
      .login-page .login-nickname-block .nickname-body form .form-group {
        margin-bottom: 29px; }
      .login-page .login-nickname-block .nickname-body form [type=submit] {
        width: 400px;
        max-width: 100%;
        height: 60px;
        box-shadow: 0 26px 51px rgba(213, 58, 81, 0.75);
        border-radius: 30px;
        background-color: #dc336a;
        background-image: linear-gradient(-225deg, #ae1e42 0%, #d91d4b 100%);
        color: #ffffff;
        font-family: Raleway-Bold;
        font-size: 24px;
        letter-spacing: 0.6px;
        cursor: pointer; }
    .login-page .login-nickname-block .nickname-title {
      color: #000000;
      font-family: Raleway-Bold;
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 0.45px;
      width: 100%;
      display: inline-block;
      text-align: center;
      margin-bottom: 20px; }
    .login-page .login-nickname-block .nickname-info-block {
      color: #9a9a9a;
      font-family: Raleway-Bold;
      font-size: 14px;
      text-align: center;
      line-height: 24px;
      letter-spacing: 0.35px;
      margin-top: 25px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }

.payform {
  background-color: #f2f2f2;
  padding: 50px 0;
  max-height: 100%;
  overflow: auto; }
  .payform .popup-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto; }
  .payform .popup {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: 100%;
    max-width: 700px; }
  .payform .top-block {
    box-shadow: 0 21px 38px rgba(0, 0, 0, 0.13);
    background-color: #ffffff; }
  .payform .popup-header {
    padding: 20px 30px;
    border-bottom: 1px solid #9a9a9a;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .payform .popup-header .secure-signup {
      display: none; }
    .payform .popup-header .logo {
      width: 137px;
      height: 40px;
      margin-right: 15px;
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .payform .popup-header .actual-date {
      color: #9e9d9d;
      font-size: 12px;
      font-weight: 400;
      line-height: 24px; }
  .payform .plan-select {
    position: relative;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
    .payform .plan-select .select2-container {
      width: 100% !important;
      max-width: 488px; }
    .payform .plan-select .select2-selection--single {
      width: 488px;
      padding: 14px 20px 33px 20px;
      display: block;
      height: auto;
      border-radius: 30px;
      border: 1px solid #9a9a9a;
      background-color: #ffffff;
      outline: none; }
    .payform .plan-select .additional-select-info {
      position: absolute;
      left: 20px;
      bottom: 14px;
      display: inline-block;
      max-width: 84%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .payform .plan-select .select2-selection__rendered {
      line-height: 15px;
      padding: 0;
      color: #191818;
      font-size: 15px;
      font-family: 'Montserrat-Bold', sans-serif; }
  .payform .select2-container--default {
    width: 100%; }
    .payform .select2-container--default .select2-selection__arrow {
      width: auto !important;
      height: auto !important;
      top: 50% !important;
      right: 20px !important;
      transform: translateY(-50%); }
    .payform .select2-container--default.select2-container--open .select2-selection__arrow {
      transform: translateY(-50%) rotate(180deg); }
  .payform .popup-body {
    padding: 20px 30px;
    border-bottom: 1px solid #9a9a9a; }
    .payform .popup-body .form-group {
      display: -ms-flexbox;
      display: flex; }
      .payform .popup-body .form-group + .form-group {
        margin-top: 20px; }
      .payform .popup-body .form-group label {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        color: #7f7f7f;
        font-size: 16px; }
        .payform .popup-body .form-group label.code-field {
          max-width: 209px;
          margin-left: 20px; }
        .payform .popup-body .form-group label.error input {
          border: 1px solid #d91d4b; }
        .payform .popup-body .form-group label.error .error-text {
          display: inline-block; }
        .payform .popup-body .form-group label > span:first-child:not(.select2-container) {
          font-family: 'Montserrat-Bold', sans-serif;
          margin-bottom: 10px; }
        .payform .popup-body .form-group label .popup-block {
          position: relative; }
        .payform .popup-body .form-group label .query {
          position: absolute;
          right: 15px;
          top: 50%;
          transform: translateY(-50%);
          width: 20px;
          height: 20px;
          fill: #9a9a9a;
          z-index: 5; }
          .payform .popup-body .form-group label .query.active {
            fill: #d91d4b; }
        .payform .popup-body .form-group label .security-popup,
        .payform .popup-body .form-group label .postal-popup {
          position: absolute;
          bottom: 100%;
          right: 0;
          width: 270px;
          padding: 20px;
          box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
          background-color: #ffffff;
          border-radius: 20px;
          display: none;
          color: #191818;
          font-size: 15px;
          font-weight: 700;
          text-align: center; }
          .payform .popup-body .form-group label .security-popup.active,
          .payform .popup-body .form-group label .postal-popup.active {
            display: block; }
          .payform .popup-body .form-group label .security-popup:after,
          .payform .popup-body .form-group label .postal-popup:after {
            content: '';
            position: absolute;
            top: 100%;
            right: 20px;
            border: 4px solid transparent;
            border-bottom-width: 0;
            border-top: 10px solid #ffffff; }
          .payform .popup-body .form-group label .security-popup img,
          .payform .popup-body .form-group label .postal-popup img {
            margin-top: 16px; }
    .payform .popup-body input {
      padding: 12px 20px;
      border-radius: 23px;
      border: 1px solid #9a9a9a;
      background-color: #ffffff;
      font-size: 16px;
      font-weight: 400;
      line-height: 16px;
      width: 100%;
      outline: none;
      color: #000000; }
    .payform .popup-body .error-text {
      color: #d91d4b;
      font-family: Raleway-Bold;
      font-size: 14px;
      letter-spacing: 0.35px;
      width: 100%;
      text-align: center;
      margin-top: 9px;
      display: none; }
    .payform .popup-body .select2-selection--single {
      padding: 14px 20px 14px 20px;
      display: block;
      height: auto;
      border-radius: 30px;
      border: 1px solid #9a9a9a;
      background-color: #ffffff;
      outline: none; }
    .payform .popup-body .select2-selection__rendered {
      line-height: 15px;
      height: 15px;
      padding: 0;
      color: #191818;
      font-size: 15px; }
    .payform .popup-body .submit-button {
      width: 264px;
      height: 69px;
      box-shadow: 0 13px 43px rgba(0, 0, 0, 0.38);
      border-radius: 34px;
      background-color: #1fbba6;
      background-image: linear-gradient(61deg, #0e9381 0%, #1fbba6 100%);
      color: #ffffff;
      font-size: 24px;
      font-weight: 700;
      line-height: 36px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin: 40px auto 0; }
      .payform .popup-body .submit-button .sending {
        display: none; }
      .payform .popup-body .submit-button.sending {
        background-color: #86c9c0;
        background-image: linear-gradient(61deg, #86c9c0 0%, #8fddd2 100%); }
        .payform .popup-body .submit-button.sending .sending {
          display: inline-block; }
        .payform .popup-body .submit-button.sending .default {
          display: none; }
      .payform .popup-body .submit-button .icon {
        margin-right: 10px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
        width: 21px;
        height: 25px; }
    .payform .popup-body .card-number {
      position: relative; }
      .payform .popup-body .card-number input {
        padding-right: 190px; }
      .payform .popup-body .card-number .icons-block {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 16px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .payform .popup-body .card-number .icons-block svg {
          width: 49px;
          height: 33px; }
          .payform .popup-body .card-number .icons-block svg + svg {
            margin-left: 8px; }
    .payform .popup-body .thanks-block .top {
      padding-left: 38px;
      position: relative; }
      .payform .popup-body .thanks-block .top .top-big {
        color: #000000;
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        display: block; }
      .payform .popup-body .thanks-block .top .top-small {
        color: #191818;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px; }
      .payform .popup-body .thanks-block .top .check-img {
        position: absolute;
        left: 0;
        top: 0; }
        .payform .popup-body .thanks-block .top .check-img:before {
          content: '';
          display: block;
          width: 30px;
          height: 30px;
          background-color: #1fbba6;
          border-radius: 15px; }
        .payform .popup-body .thanks-block .top .check-img:after {
          content: '';
          display: block;
          border-style: solid;
          border-color: transparent #ffffff #ffffff transparent;
          border-width: 0 4px 4px 0;
          width: 5px;
          height: 10px;
          position: absolute;
          top: 45%;
          left: 50%;
          transform: translate3d(-50%, -50%, 0) rotate(45deg); }
    .payform .popup-body .thanks-block .bottom {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      margin-top: 20px; }
      .payform .popup-body .thanks-block .bottom > span {
        display: block;
        color: #9a9a9a;
        font-weight: 700; }
        .payform .popup-body .thanks-block .bottom > span span {
          color: #191818; }
    .payform .popup-body .table-block {
      margin-top: 28px;
      padding-top: 15px;
      border-top: 1px solid #9a9a9a; }
      .payform .popup-body .table-block table {
        width: 100%; }
        .payform .popup-body .table-block table th {
          padding: 13px 0;
          text-align: left;
          color: #9e9d9d;
          font-size: 14px;
          font-weight: 400;
          border-bottom: 1px solid #e8e8e8; }
        .payform .popup-body .table-block table td {
          padding: 13px 0;
          border-bottom: 1px solid #e8e8e8; }
        .payform .popup-body .table-block table tr {
          display: -ms-flexbox;
          display: flex;
          width: 100%; }
          .payform .popup-body .table-block table tr th:first-child,
          .payform .popup-body .table-block table tr td:first-child {
            -ms-flex-preferred-size: 60%;
                flex-basis: 60%; }
          .payform .popup-body .table-block table tr th:nth-child(2),
          .payform .popup-body .table-block table tr td:nth-child(2) {
            -ms-flex-preferred-size: 25%;
                flex-basis: 25%; }
          .payform .popup-body .table-block table tr th:nth-child(3),
          .payform .popup-body .table-block table tr td:nth-child(3) {
            -ms-flex-preferred-size: 15%;
                flex-basis: 15%; }
          .payform .popup-body .table-block table tr p + p {
            margin-top: 10px; }
    .payform .popup-body .table-total {
      padding: 18px 0;
      text-align: right;
      line-height: 24px;
      border-bottom: 1px solid #e8e8e8; }
    .payform .popup-body .table-payment {
      padding: 14px 0 25px;
      border-bottom: 1px solid #9a9a9a;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
      .payform .popup-body .table-payment > div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .payform .popup-body .table-payment > div img {
          margin-right: 15px; }
        .payform .popup-body .table-payment > div a {
          color: #191818;
          font-size: 16px;
          font-weight: 700;
          line-height: 30px; }
    .payform .popup-body .get-started-block {
      padding: 30px 0 0;
      color: #191818;
      font-size: 14px;
      font-weight: 400;
      line-height: 24px; }
      .payform .popup-body .get-started-block .problems {
        margin-top: 20px; }
      .payform .popup-body .get-started-block .get-started-img {
        text-align: center;
        margin: 30px 0; }
      .payform .popup-body .get-started-block .welcome {
        color: #3c444a;
        font-size: 24px;
        font-weight: 400;
        text-align: center; }
  .payform .popup-footer {
    padding: 27px 114px;
    text-align: center;
    line-height: 24px; }
  .payform .popup-receipt-footer {
    padding: 30px 20px;
    background-color: #f7f7f7; }
    .payform .popup-receipt-footer .explanation {
      font-size: 12px; }
    .payform .popup-receipt-footer .your-team {
      margin-top: 16px;
      text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.22);
      color: #2d2d2d;
      font-size: 13px;
      line-height: 18px; }
  .payform .bottom-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    text-align: center; }
    .payform .bottom-block .images-block {
      margin-top: 31px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .payform .bottom-block .images-block img + img {
        margin-left: 10px; }
    .payform .bottom-block .text-block {
      margin-top: 25px;
      color: #163259;
      font-size: 12px;
      font-weight: 400;
      line-height: 18px; }
      .payform .bottom-block .text-block .links {
        font-size: 0; }
        .payform .bottom-block .text-block .links a {
          font-size: 12px;
          color: #000000;
          text-decoration: underline;
          padding: 0 5px; }
          .payform .bottom-block .text-block .links a:hover {
            color: #dc214c; }
          .payform .bottom-block .text-block .links a + a {
            border-left: 1px solid #818793; }
  .payform .bottom-receipt-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 11px 27px; }
    .payform .bottom-receipt-block .left {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      .payform .bottom-receipt-block .left span {
        color: #818793;
        font-size: 12px;
        line-height: 18px; }
      .payform .bottom-receipt-block .left a {
        color: #163259;
        font-size: 12px;
        line-height: 18px; }
    .payform .bottom-receipt-block .right {
      display: -ms-flexbox;
      display: flex; }
      .payform .bottom-receipt-block .right a {
        width: 29px;
        height: 29px;
        border-radius: 15px;
        background-color: #9fa3a7;
        color: #ebebeb;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
        .payform .bottom-receipt-block .right a + a {
          margin-left: 7px; }
  .payform .succesful-payment {
    position: relative;
    padding: 200px 50px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .payform .succesful-payment .check-img {
      position: relative;
      width: 100px;
      margin: 0 auto; }
      .payform .succesful-payment .check-img:before {
        content: '';
        display: block;
        width: 100px;
        height: 100px;
        background-color: #1fbba6;
        border-radius: 50px; }
      .payform .succesful-payment .check-img:after {
        content: '';
        display: block;
        border-style: solid;
        border-color: transparent #ffffff #ffffff transparent;
        border-width: 0 8px 8px 0;
        width: 20px;
        height: 40px;
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0) rotate(45deg); }
    .payform .succesful-payment .amount {
      margin-top: 20px;
      color: #000000;
      font-size: 48px;
      font-weight: 700;
      line-height: 36px; }
    .payform .succesful-payment .done {
      margin-top: 20px;
      color: #000000;
      font-size: 24px;
      font-weight: 700;
      line-height: 36px; }
    .payform .succesful-payment .verification-code {
      margin-top: 20px;
      color: #777676;
      font-size: 18px;
      font-weight: 700;
      line-height: 36px; }
      .payform .succesful-payment .verification-code .code-number {
        width: 100%;
        display: inline-block; }
    .payform .succesful-payment .view-receipt {
      margin: 45px auto 0;
      width: 263px;
      height: 69px;
      border-radius: 34px;
      border: 2px solid #000000;
      color: #000000;
      font-size: 24px;
      font-weight: 500;
      line-height: 69px; }

/* popups styles end */

a.back-button, a.next-button {
    cursor: pointer;
}