@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
hgroup,
menu,
nav,
output,
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;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
  Переменные для отступов
 */
/**
  Переменные для цветов
 */
/**
  Переменные для шрифтов
 */
.android-modal {
  position: fixed;
  background: linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 556;
  padding: 77px 60px 20px;
}
.android-modal h2 {
  color: #ff6c6c;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 33px;
}
.android-modal .step-img {
  margin-bottom: 33px;
}
.android-modal ul {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.android-modal ul li {
  display: flex;
  margin-bottom: 20px;
}
.android-modal ul li span {
  display: block;
  width: 20px;
  margin-right: 11px;
  flex-shrink: 0;
}
.android-modal #ok-btn,
.android-modal #next-btn {
  position: absolute;
  bottom: 25px;
  right: 25px;
}
.android-modal #close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
}

html {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}

button:focus {
  \outline: none;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #323b46;
  padding-top: 94px;
  background: linear-gradient(
    180deg,
    #f0f1ff 0%,
    #f7eef6 33.85%,
    #f7eef6 66.67%,
    #f0f1ff 100%
  );
}

* {
  box-sizing: border-box;
  outline: none;
}

*:focus,
*:active {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

#wrapper {
  transition: 0.5s all;
  position: relative;
}

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

.video-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .video-mobile {
    display: block;
    width: 100%;
    max-height: 350px;
  }
}

.first-screen {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.first-screen::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 170px;
  z-index: -1;
  background: url("../img/gallery.png");
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .first-screen::after {
    width: 357px;
    height: 301px;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
  }
}
@media screen and (max-width: 320px) {
  .first-screen::after {
    width: 100%;
  }
}
.first-screen h1 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  color: #ff535d;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .first-screen h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
.first-screen .btn {
  max-width: 393px;
  height: 65px;
  font-size: 19px;
  line-height: 22px;
  text-shadow: 0px 4.34694px 5.79592px rgba(0, 0, 0, 0.25);
}

.d-flex {
  display: flex;
}

.top-bar {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 0px 0px 20px 20px;
  padding: 15px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: 0.3s all ease;
  z-index: 555;
}
.top-bar .btn {
  padding-top: 17px;
  padding-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .top-bar .d-flex {
    flex-wrap: wrap;
  }
}
.top-bar .logo {
  flex: none;
}
.top-bar .container-m {
  max-width: 1092px;
}
.top-bar .align-item-center {
  align-items: center;
  justify-content: center;
}

.copyright {
  width: 200px;
  font-size: 15px;
  line-height: 18px;
  color: rgba(50, 59, 70, 0.7);
}
@media screen and (max-width: 767px) {
  .copyright {
    margin-top: 10px;
    width: auto;
    order: 2;
  }
}

.container-m {
  max-width: 970px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .container-m {
    max-width: 768px;
  }
}
@media screen and (max-width: 800px) {
  .container-m {
    max-width: 640px;
  }
}
@media screen and (max-width: 640px) {
  .container-m {
    max-width: 480px;
  }
}
@media screen and (max-width: 480px) {
  .container-m {
    max-width: 360px;
  }
}
@media screen and (max-width: 375px) {
  .container-m {
    max-width: 100%;
  }
}

.btn {
  padding: 15px 20px;
  border: none;
  width: 100%;
  max-width: 180px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(155.33deg, #ffa183 8.78%, #ff3975 88.79%);
  box-shadow: 0px 2.23306px 11.1653px rgba(253, 118, 66, 0.35);
  border-radius: 150px;
  position: relative;
  font-weight: bold;
  font-family: "Roboto";
}
.btn::before {
  content: "";
  position: absolute;
  left: -3px;
  right: -3px;
  bottom: -3px;
  top: -3px;
  display: block;
  background: linear-gradient(
    137.55deg,
    rgba(244, 239, 255, 0.3) 8.19%,
    rgba(211, 190, 255, 0) 91.68%
  );
  box-shadow: 0px 20px 40px rgba(41, 16, 73, 0.2);
  border-radius: 100px;
  z-index: -1;
}
.btn:not(.btn--white) {
  background: url(../img/mask-btn.png),
    linear-gradient(155.33deg, #ffa183 8.78%, #ff3975 88.79%);
}

.section-head {
  margin-bottom: 60px;
  text-align: center;
}

.title {
  font-size: 42px;
  line-height: 50px;
  font-weight: 800;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 10px;
  }
}

.sub-title {
  font-size: 24px;
  line-height: 30px;
  color: rgba(50, 59, 70, 0.75);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sub-title {
    font-size: 21px !important;
  }
}

.nav-info {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav-info {
    display: block;
    text-align: center;
  }
}

nav {
  flex: 1;
}
@media screen and (max-width: 767px) {
  nav {
    display: none;
    flex: auto;
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }
  nav.active {
    display: block;
  }
}
nav ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  nav ul {
    background: rgba(245, 243, 255, 0.6);
    box-shadow: inset 0px 0px 20px rgba(93, 132, 240, 0.05);
    border-radius: 20px;
    flex-direction: column;
    width: 100%;
    margin: 12px 0 22px;
  }
  nav ul .d-flex {
    flex-wrap: wrap;
  }
}
nav ul li:not(:last-child) {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  nav ul li:not(:last-child) {
    margin-right: 0;
  }
}
nav ul li {
  padding: 12px 15px;
  font-size: 16px;
  line-height: 19px;
  color: rgba(50, 59, 70, 0.85);
}
@media screen and (max-width: 767px) {
  nav ul li {
    text-align: center;
  }
}
nav ul li a {
  color: inherit;
  font-weight: 600;
}
nav ul li.active,
nav ul li:hover {
  background: rgba(153, 135, 254, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  nav ul li.active,
  nav ul li:hover {
    background-color: transparent;
  }
}
nav ul li.active a,
nav ul li:hover a {
  color: #ff5754;
}

.merchant .container-m {
  max-width: 1092px;
}

.merchant-box {
  display: flex;
  justify-content: center;
  margin: 0 -25px 30px;
}
@media screen and (max-width: 767px) {
  .merchant-box {
    flex-direction: column;
    margin: 0;
  }
}

.merchant-item {
  padding: 50px;
  width: 100%;
  max-width: 375px;
  border-radius: 20px;
  text-align: center;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .merchant-item {
    max-width: none;
    background: linear-gradient(
      137.55deg,
      rgba(244, 239, 255, 0.3) 8.19%,
      rgba(211, 190, 255, 0) 91.68%
    );
    box-shadow: 0px 20px 40px rgba(41, 16, 73, 0.2);
    margin: 0;
    margin-bottom: 10px;
  }
}
.merchant-item.active,
.merchant-item:hover {
  background: linear-gradient(
    137.55deg,
    rgba(244, 239, 255, 0.3) 8.19%,
    rgba(211, 190, 255, 0) 91.68%
  );
  box-shadow: 0px 20px 40px rgba(41, 16, 73, 0.2);
}
.merchant-item img {
  max-width: 80px;
  max-height: 63px;
  margin-bottom: 35px;
}

.merchant-title {
  color: #ff5754;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 16px;
}

.merchant-subtitle {
  font-size: 18px;
  line-height: 24px;
  color: rgba(50, 59, 70, 0.8);
}

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #000000;
}

.video__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: none;
  padding: 0;
  width: 68px;
  height: 48px;
  border: none;
  background-color: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.video__button-shape {
  fill: #212121;
  fill-opacity: 0.8;
}

.video__button-icon {
  fill: #ffffff;
}

.video__button:focus {
  outline: none;
}

.video:hover .video__button-shape,
.video__button:focus .video__button-shape {
  fill: #ff0000;
  fill-opacity: 1;
}

/* Enabled */
.video--enabled {
  cursor: pointer;
}

.video--enabled .video__button {
  display: block;
}

.gallery {
  padding-top: 150px;
  padding-bottom: 35px;
  background: url("../img/gallery.png") no-repeat top center;
}
@media screen and (max-width: 767px) {
  .gallery {
    padding: 50px 0;
  }
}
.gallery .row {
  display: flex;
  flex-wrap: wrap;
}
.gallery img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.gallery .info {
  position: absolute;
  padding-left: 26px;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .gallery .info {
    bottom: 15px;
  }
}
.gallery .name {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 3px;
}
.gallery .photo-current {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
.gallery .container-m {
  max-width: 775px;
}

.col-block {
  flex: 0 0 33%;
  max-width: 33%;
  width: 100%;
  padding: 0 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .col-block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.gallery-item {
  position: relative;
  height: 290px;
  border-radius: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .gallery-item {
    height: auto;
  }
  .gallery-item img {
    position: static;
  }
}

.gallery-item--lock .btn {
  height: 47px;
  font-size: 16px;
  line-height: 19px;
  text-shadow: 0px 3.18276px 4.24368px rgba(0, 0, 0, 0.25);
  margin-top: 25px;
}
.gallery-item--lock .btn::before {
  display: none;
}

.gallery-item--lock .lock {
  position: absolute;
  font-weight: 600;
  font-size: 18px;
  align-items: center;
  color: #fff;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
}
@media screen and (max-width: 480px) {
  .gallery-item--lock .lock {
    font-size: 15px;
    width: 100%;
  }
}
.gallery-item--lock .lock img {
  max-width: 50px;
  margin-bottom: 5px;
  height: auto;
  position: static;
}
@media screen and (max-width: 480px) {
  .gallery-item--lock .lock img {
    max-width: 32px;
  }
}

.gallery-item--lock .locked {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url("../img/mask-gallery.png"), rgba(255, 255, 255, 0.01);
  background-size: contain;
  -webkit-backdrop-filter: blur(33.3638px);
  backdrop-filter: blur(33.3638px);
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .call {
    margin-bottom: 30px;
  }
}

.call .container-m {
  max-width: 768px;
  position: relative;
}

.call-item {
  margin: 0 auto;
  width: 100%;
  max-width: 526px;
  height: 573px;
  padding: 94px;
  background: url(../img/section.png);
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .call-item {
    background: url(../img/small.png);
    max-width: 396px;
    height: 432px;
    padding: 80px 20px 40px;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 480px) {
  .call-item {
    background-size: contain;
    background-position: center center;
  }
}

.details {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 130, 106, 0.6);
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-weight: 600;
  justify-content: center;
  align-items: center;
}
.details svg {
  margin-top: 10px;
}

.call-title {
  color: #fff;
  font-size: 34px;
  line-height: 41px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .call-title {
    font-size: 29px;
  }
}
@media screen and (max-width: 500px) {
  .call-title {
    font-size: 26px;
  }
}

.girl {
  position: absolute;
}
.girl-one {
  left: -50px;
  transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 767px) {
  .girl-one {
    display: none;
  }
}
.girl-two {
  bottom: 70px;
  right: 60px;
}
@media screen and (max-width: 767px) {
  .girl-two {
    top: 20px;
    max-width: 124px;
  }
}
@media screen and (max-width: 480px) {
  .girl-two {
    max-width: 100px;
  }
}

.phone-group {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .phone-group {
    display: none;
  }
}

.btn-white {
  font-size: 19px;
  line-height: 22px;
  font-weight: 700;
  display: block;
  color: #ff3d75;
  background: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.19);
  border-radius: 144.898px;
  width: 100%;
  max-width: 250px;
  padding: 22px;
  text-align: center;
  text-transform: uppercase;
}
.btn-white:hover {
  text-shadow: 0px 0px 12.3692px rgba(255, 61, 117, 0.55);
}

.footer {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 80px;
  }
}
.footer .container-m {
  max-width: 1200px;
}
.footer .d-flex {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer .d-flex {
    flex-direction: column;
  }
}
.footer ul {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: rgba(50, 59, 70, 0.85);
}
@media screen and (max-width: 767px) {
  .footer ul {
    flex-direction: column;
  }
  .footer ul li {
    margin-bottom: 24px;
  }
}
.footer ul li + li::before {
  color: #323b46;
  opacity: 0.25;
  content: "\25CF";
  margin: 0 20px;
  font-size: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .footer ul li + li::before {
    display: none;
    margin: 0;
  }
}
.footer ul a {
  color: inherit;
}

.footer-nav {
  padding: 35px 0;
  border-top: 1px solid #e2e2e2;
}

.go-to-top {
  background: rgba(153, 135, 254, 0.1);
  border-radius: 10px;
  padding: 12px 15px;
  color: #ff636b;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  display: none;
}
.go-to-top svg {
  margin-left: 11px;
}
@media screen and (max-width: 767px) {
  .go-to-top {
    display: block;
    order: -1;
    margin-bottom: 30px;
    margin-left: 0 !important;
  }
}

.btn-box {
  text-align: center;
}

.hero {
  background: url("../img/mask-first.png") fixed;
  position: relative;
  min-height: calc(100vh - 94px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero .phones_left,
.hero .phones_right {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: contain;
}
@media screen and (max-width: 1300px) {
  .hero .phones_left,
  .hero .phones_right {
    width: 40%;
  }
}
@media screen and (max-width: 1200px) {
  .hero .phones_left,
  .hero .phones_right {
    width: 35%;
  }
}
@media screen and (max-width: 1100px) {
  .hero .phones_left,
  .hero .phones_right {
    width: 30%;
  }
}
.hero .phones_left {
  left: 0;
  background-position-x: left;
  background-image: url("../img/phones_left.png");
}
.hero .phones_right {
  right: 0;
  background-position-x: right;
  background-image: url("../img/phones_right.png");
}
@media (min-width: 1920px) {
  .hero {
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    min-height: auto;
  }
  .hero .phones_right,
  .hero .phones_left {
    display: none;
  }
}
.hero .bg-two {
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: -1;
  opacity: 0.25;
}
@media screen and (max-width: 767px) {
  .hero .bg-two {
    display: none;
  }
}
.hero .bg-one {
  position: absolute;
  left: 10px;
  top: 100px;
  opacity: 0.25;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .hero .bg-one {
    display: none;
  }
}

.mechanics .btn {
  height: 65px;
  max-width: 239px;
  font-size: 19px;
  line-height: 22px;
}

.mechanics,
.chats,
.call,
.phone {
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .mechanics,
  .chats,
  .call,
  .phone {
    padding: 0;
  }
}

iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  iframe {
    height: 100%;
    border-radius: 0;
  }
}

.chats {
  padding: 130px 0 78px;
  background: url(../img/wall.png) bottom no-repeat;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .chats {
    background-size: cover;
    background-position: inherit;
  }
}
@media screen and (max-width: 767px) {
  .chats {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.chats .d-flex {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .chats .d-flex {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .chats {
    padding-top: 0;
  }
  .chats .d-flex {
    justify-content: center;
  }
  .chats .d-flex .all-chats {
    margin-bottom: 50px;
    padding: 105px 0 100px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .chats .d-flex .all-chats {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .chats .d-flex .d-flex {
    width: auto !important;
    justify-content: center;
  }
}

.download-item {
  width: 100%;
  max-width: 417px;
  background: url(../img/download-mask.png),
    linear-gradient(155.33deg, #ffa183 8.78%, #ff3975 88.79%);
  box-shadow: 0px 3px 15px rgba(254, 57, 116, 0.3);
  border-radius: 20px;
  padding: 60px 52px 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .download-item {
    width: 50%;
    padding: 20px 14px;
    margin-bottom: 10px;
  }
  .download-item img {
    max-width: 40px;
  }
}
.download-item .version {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  opacity: 0.65;
  display: block;
}
@media screen and (max-width: 767px) {
  .download-item .version {
    font-size: 14px;
  }
}
.download-item .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 37px 0 12px;
  height: 66px;
  background: linear-gradient(
    137.55deg,
    rgba(244, 239, 255, 0.3) 8.19%,
    rgba(211, 190, 255, 0) 91.68%
  );
  box-shadow: 0px 20px 40px rgba(41, 16, 73, 0.2);
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  text-shadow: 0px 4.34694px 5.79592px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 700;
  position: relative;
}
.download-item .link::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -2px;
  top: -2px;
  background: linear-gradient(
    137.55deg,
    rgba(244, 239, 255, 0.3) 8.19%,
    rgba(211, 190, 255, 0) 91.68%
  );
  z-index: -1;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .download-item .link {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 15px;
    height: 45px;
  }
}

.all-chats {
  padding: 105px 0 100px;
  color: #fff;
  width: 100%;
  max-width: 517px;
  flex: none;
  background: url(../img/all-chat.png);
  margin-right: 80px;
}
@media screen and (max-width: 1200px) {
  .all-chats {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .all-chats {
    margin-right: 0;
    text-align: center;
    padding: 50px 0;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .all-chats .btn-white {
    margin: 0 auto;
  }
}
.all-chats > div {
  max-width: 348px;
  margin: 0 0 0 104px;
}
@media screen and (max-width: 767px) {
  .all-chats > div {
    margin: 0 80px;
    max-width: auto;
  }
}
@media screen and (max-width: 450px) {
  .all-chats > div {
    margin: 50px 40px;
  }
}
.all-chats .title {
  margin-bottom: 15px;
}
.all-chats .sub-title {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 30px;
}

.phone .section-head {
  margin-bottom: 135px;
}
@media screen and (max-width: 767px) {
  .phone .section-head {
    margin-bottom: 40px;
  }
}

.phone .d-flex {
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .phone .d-flex {
    flex-direction: column;
  }
}

.phone .container-m {
  max-width: 1045px;
}

.phone .phone-img {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .phone .phone-img {
    right: -25%;
    left: unset;
    transform: rotate(4deg) translate(-50%, -50%);
  }
}
@media screen and (max-width: 500px) {
  .phone .phone-img {
    right: -40%;
  }
}
@media screen and (max-width: 400px) {
  .phone .phone-img {
    right: -50%;
  }
}
@media screen and (max-width: 375px) {
  .phone .phone-img {
    max-width: 200px;
  }
}
@media screen and (max-width: 320px) {
  .phone .phone-img {
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  .phone {
    overflow: hidden;
  }
}

.social {
  text-align: center;
}

.social-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: rgba(255, 99, 107, 0.55);
  margin-bottom: 13px;
}

.social-wrap {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-link {
  background: linear-gradient(157.77deg, #ff9c7d 8.49%, #ff3975 89.38%);
  box-shadow: 0px 3px 12px rgba(253, 118, 66, 0.35);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
}

.btn-burger {
  background: linear-gradient(155.33deg, #ffa183 8.78%, #ff3975 88.79%);
  box-shadow: 0px 1.75938px 8.7969px rgba(253, 118, 66, 0.35);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  position: relative;
  border: none;
  align-items: center;
  justify-content: center;
  display: none;
}
@media screen and (max-width: 767px) {
  .btn-burger {
    display: flex;
    margin-left: auto;
    order: 0;
  }
}
.btn-burger::before {
  content: "";
  position: absolute;
  left: -3px;
  right: -3px;
  bottom: -3px;
  top: -3px;
  display: block;
  background: linear-gradient(
    137.55deg,
    rgba(244, 239, 255, 0.3) 8.19%,
    rgba(211, 190, 255, 0) 91.68%
  );
  box-shadow: 0px 20px 40px rgba(41, 16, 73, 0.2);
  border-radius: 100px;
  z-index: -1;
}
.btn-burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  max-width: 25px;
  margin: 0 auto;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0);
}
.btn-burger span:first-child {
  top: 10px;
}
.btn-burger span:nth-child(2) {
  top: 18px;
}
.btn-burger span:nth-child(3) {
  bottom: 0;
}

.card {
  background: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 5px 5px 30px 5px;
  box-shadow: 0px 22.6393px 45.2786px rgba(41, 16, 73, 0.25);
  max-height: 600px;
  width: 313px;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 50px;
}

.card-head {
  font-size: 21px;
  line-height: 25px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #323b46;
  background: #f5f3ff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.card-body {
  margin: 0 auto;
}
.card-body .text {
  color: #333d49;
  font-size: 16px;
  line-height: 1.4375;
  font-weight: 600;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px;
  min-height: 70px;
}

.img-row {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.img-row .img-item {
  flex: none;
  width: 86px;
  height: 86px;
  border: 2px solid #ffffff;
  filter: drop-shadow(0px 12px 25px rgba(0, 0, 0, 0.16));
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.img-row .img-item:not(:last-child) {
  margin-right: 10px;
}

.img-row .img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-item--more::before {
  content: "";
  background: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(11.3196px);
  backdrop-filter: blur(11.3196px);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.img-row .img-item--more {
  position: relative;
}
.img-row .img-item--more .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.img-row .img-item--more .info img {
  max-width: 30px;
  height: auto;
}

.card-img {
  flex: none;
  position: absolute;
  left: 22px;
  top: -39px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(155.33deg, #ffc632 8.77%, #e54952 88.79%);
  padding: 3px;
  margin: 0 auto 15px;
}
.card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.top-phone {
  background: #fff;
  left: 0;
  right: 0;
  top: -10px;
  height: 20px;
  width: 100%;
  position: absolute;
  overflow: hidden;
}
.top-phone::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  width: 239px;
  height: 28px;
  top: -10px;
  background: url(../img/iphone-top.png) no-repeat;
}

.modal {
  background-size: contain;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 430px;
  height: 95%;
  max-height: 100%;
  max-width: 100%;
  z-index: 556;
  display: none;
}
@media screen and (max-width: 480px) {
  .modal {
    height: 100%;
    width: 100%;
    border-radius: 0;
    padding: 0;
  }
}
@media screen and (max-height: 800px) {
  .modal {
    background: none;
  }
  .modal::before {
    background: none;
  }
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 555;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.modal-close-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 557;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

@media (max-width: 767px) {
  .hidden-md,
  .top-phone {
    display: none;
  }
}

.close-modal-btn {
  position: absolute;
  right: -25px;
  top: 0;
  cursor: pointer;
  width: 13px;
  height: 13px;
  background-image: url(../img/reset-bg.png);
  background-repeat: no-repeat;
  display: none;
}

.close-game-confirm-modal {
  display: none;
  background: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 5px 5px 30px 5px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  max-width: 100%;
  z-index: 560;
}
.close-game-confirm-modal .modal-head {
  font-size: 21px;
  line-height: 25px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #323b46;
  background: #f5f3ff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  text-align: center;
  margin-bottom: 20px;
}
.close-game-confirm-modal .modal-body {
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}
.close-game-confirm-modal .modal-body .buttons-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 40px 20px 20px;
}
.close-game-confirm-modal .modal-body .buttons-section .btn {
  width: 100px;
}
.close-game-confirm-modal .modal-body .buttons-section .btn.btn-gray {
  background: #dddddd;
  color: #666;
  box-shadow: none;
}
.close-game-confirm-modal .modal-body .buttons-section .btn.btn-gray:before {
  content: none;
}

.links-wrap {
  width: 100%;
  text-align: center;
  height: 6em;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.links-wrap a {
  color: #000;
}

.max1300 {
  max-width: 1300px;
}
@media screen and (max-width: 1300px) {
  .max1300 {
    max-width: auto;
  }
}

.cards-box {
  flex-wrap: wrap;
  width: 1080px;
}
@media screen and (max-width: 1200px) {
  .cards-box {
    flex-wrap: wrap;
    width: auto;
    justify-content: center;
  }
}

@media screen and (max-width: 1200px) {
  .cards-section {
    flex-direction: column;
  }
}

.rta-tag {
  width: 56px;
  margin-left: 144px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .rta-tag {
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

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

#cookie-compliance-container {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  padding: 10px;
  width: 100%;
  z-index: 9999;
  display: none;
  font-size: 15px;
  line-height: 20px;
}
#cookie-compliance-container.show {
  display: block;
}

.phones-android {
  display: flex;
  margin: 0px 0 20px;
  padding: 50px 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .phones-android {
    display: none;
  }
}
.phones-android img {
  width: 33%;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
  border-radius: 10px;
}
.phones-android img:nth-child(1) {
  transform: translateX(-25px) rotate(-5deg);
}
.phones-android img:nth-child(2) {
  transform: translateY(30px) rotate(2deg);
}
.phones-android img:nth-child(3) {
  transform: translate(25px, 10px) rotate(5deg);
}

.center-banner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  margin-top: -94px;
}

.apk-popup-container {
  width: 360px;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  background: #fff;
  box-shadow: 10px 15px 20px rgba(0, 0, 0, 0.25);
  border-radius: 21px;
  position: relative;
  overflow: hidden;
}
.apk-popup-container .girls-pics {
  display: none;
}
.apk-popup-container .star-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/star-bg.png");
}
.apk-popup-container .popup-logo {
  margin: 0;
  height: 40px;
  z-index: 1;
}
.apk-popup-container .central-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.apk-popup-container .central-block h3 {
  font-weight: 600;
  font-size: 20px;
}
.apk-popup-container .central-block h5 {
  font-weight: 500;
  font-size: 16px;
}
.apk-popup-container .download-apk-btn {
  z-index: 1;
  width: 200px;
  height: 50px;
  background: url("../img/apk-download-btn.png");
}
.apk-popup-container .play-web-btn {
  z-index: 1;
  width: 200px;
  height: 50px;
  background: #ff727d;
  border-radius: 36px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
}
.apk-popup-container.pink {
  background: linear-gradient(97.51deg, #f3ecf8 5.38%, #ffe8eb 99.81%);
}
.apk-popup-container.pink-girls-1,
.apk-popup-container.pink-girls-2,
.apk-popup-container.pink-girls-3 {
  background: linear-gradient(97.51deg, #f3ecf8 5.38%, #ffe8eb 99.81%);
}
.apk-popup-container.pink-girls-1 .central-block,
.apk-popup-container.pink-girls-2 .central-block,
.apk-popup-container.pink-girls-3 .central-block {
  gap: 5px;
}
.apk-popup-container.pink-girls-1 .central-block h3,
.apk-popup-container.pink-girls-2 .central-block h3,
.apk-popup-container.pink-girls-3 .central-block h3 {
  font-size: 15px;
}
.apk-popup-container.pink-girls-1 .central-block h5,
.apk-popup-container.pink-girls-2 .central-block h5,
.apk-popup-container.pink-girls-3 .central-block h5 {
  font-size: 10px;
}
.apk-popup-container.pink-girls-1 .girls-pics,
.apk-popup-container.pink-girls-2 .girls-pics,
.apk-popup-container.pink-girls-3 .girls-pics {
  position: absolute;
  bottom: 0;
}
.apk-popup-container.pink-girls-1.pink-girls-1 .pg-1-left,
.apk-popup-container.pink-girls-2.pink-girls-1 .pg-1-left,
.apk-popup-container.pink-girls-3.pink-girls-1 .pg-1-left {
  width: 123px;
  height: 156px;
  left: 0;
}
.apk-popup-container.pink-girls-1.pink-girls-1 .pg-1-right,
.apk-popup-container.pink-girls-2.pink-girls-1 .pg-1-right,
.apk-popup-container.pink-girls-3.pink-girls-1 .pg-1-right {
  width: 108px;
  height: 156px;
  right: 0;
}
.apk-popup-container.pink-girls-1.pink-girls-2 .pg-2-left,
.apk-popup-container.pink-girls-1.pink-girls-2 .pg-3-left,
.apk-popup-container.pink-girls-2.pink-girls-2 .pg-2-left,
.apk-popup-container.pink-girls-2.pink-girls-2 .pg-3-left,
.apk-popup-container.pink-girls-3.pink-girls-2 .pg-2-left,
.apk-popup-container.pink-girls-3.pink-girls-2 .pg-3-left {
  width: 94px;
  height: 161px;
  left: -11px;
  bottom: -2px;
  border-radius: 0 20px;
}
.apk-popup-container.pink-girls-1.pink-girls-2 .pg-2-right-1,
.apk-popup-container.pink-girls-2.pink-girls-2 .pg-2-right-1,
.apk-popup-container.pink-girls-3.pink-girls-2 .pg-2-right-1 {
  width: 105px;
  height: 157px;
  right: -10px;
  bottom: 9px;
  transform: rotate(9deg);
  z-index: 1;
  border-radius: 20px;
  border: 5px solid #fff;
}
.apk-popup-container.pink-girls-1.pink-girls-2 .pg-2-right-2,
.apk-popup-container.pink-girls-2.pink-girls-2 .pg-2-right-2,
.apk-popup-container.pink-girls-3.pink-girls-2 .pg-2-right-2 {
  width: 112px;
  height: 160px;
  right: -21px;
  bottom: 92px;
  border-radius: 20px;
  transform: rotate(-7deg);
}

.apk-popup-container-2 {
  width: 360px;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  box-shadow: 10px 15px 20px rgba(0, 0, 0, 0.25);
  border-radius: 21px;
  position: relative;
  overflow: hidden;
}
.apk-popup-container-2.c1 {
  background: url(../img/banner-2-bg-1.png);
}
.apk-popup-container-2.c2 {
  background: url(../img/banner-2-bg-2.png);
}
.apk-popup-container-2.c3 {
  background-color: #fff;
}
.apk-popup-container-2.c3 .central-block {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.apk-popup-container-2.c3 .central-block h3,
.apk-popup-container-2.c3 .central-block h5 {
  font-size: 16px;
}
.apk-popup-container-2.c3 .logo-heart-2 {
  display: block !important;
}
.apk-popup-container-2.c3 .top-block,
.apk-popup-container-2.c3 .new-message,
.apk-popup-container-2.c3 .logo-heart-1 {
  display: none;
}
.apk-popup-container-2 .top-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.apk-popup-container-2 .top-block h3 {
  color: #fff;
  font-size: 27px;
}
.apk-popup-container-2 .top-block h5 {
  color: #fff;
  font-size: 20px;
}
.apk-popup-container-2 .popup-logo {
  width: 182px;
  position: relative;
}
.apk-popup-container-2 .popup-logo img {
  width: 182px;
}
.apk-popup-container-2 .popup-logo .new-message {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: red;
  text-align: center;
  line-height: 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}

.apk-popup-container-3 {
  width: 360px;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  box-shadow: 10px 15px 20px rgba(0, 0, 0, 0.25);
  border-radius: 21px;
  position: relative;
  overflow: hidden;
}
.apk-popup-container-3.c4 {
  background: url(../img/banner-2-bg-3.png);
  border-radius: 10px;
}
.apk-popup-container-3.c4 .central-block {
  width: 250px;
}
.apk-popup-container-3.c4 .central-block h3 span {
  font-size: 22px;
  color: #ffffff;
  background-color: #000;
  text-transform: uppercase;
  font-weight: 900;
  padding-right: 20px;
}
.apk-popup-container-3.c4 .central-block h5 {
  margin-top: 10px;
  font-size: 17px;
}
.apk-popup-container-3.c4 .download-apk-btn {
  background-color: #000;
  width: 250px;
  height: 50px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}

.loader-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -132px;
}
.loader-block .percent-counter {
  text-align: center;
  margin-top: -132px;
}
