html {
  scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.5rem;
  font-weight: 400;
  overflow-x: hidden; }

.storepify-header {
  background: #F8FFFF;
  z-index: 99; }
  .storepify-header .header-wave-right {
    z-index: -2;
    top: 0;
    right: 0; }
  .storepify-header .header-wave-left {
    z-index: -2;
    bottom: 0;
    left: 0; }
  .storepify-header .arrow-1 {
    top: 30%;
    left: 18%;
    z-index: -2; }
  .storepify-header .cubes-1 {
    top: 10%;
    left: 10%;
    z-index: -2; }
  .storepify-header .rainbow-1 {
    top: 67%;
    left: 38%;
    z-index: -2; }
  .storepify-header .caro-2 {
    top: 14%;
    right: 20%;
    z-index: -2; }
  .storepify-header .caro-1 {
    bottom: 0;
    right: 30%;
    z-index: -2; }
  .storepify-header .header-cf {
    padding: 80px 100px; }
  .storepify-header .steam {
    position: absolute;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    top: 35%;
    left: 35%;
    opacity: 0; }
  .storepify-header #steam1 {
    -webkit-animation: steam1 4s ease-out infinite;
    animation: steam1 4s ease-out infinite; }
  .storepify-header #steam3 {
    -webkit-animation: steam1 4s ease-out 1s infinite;
    animation: steam1 4s ease-out 1s infinite; }

@-webkit-keyframes steam1 {
  0% {
    transform: translateY(0) translateX(0) scale(0.25);
    opacity: 0.2; }
  100% {
    transform: translateY(-200px) translateX(-20px) scale(1);
    opacity: 0; } }

@keyframes steam1 {
  0% {
    transform: translateY(0) translateX(0) scale(0.25);
    opacity: 0.2; }
  100% {
    transform: translateY(-200px) translateX(-20px) scale(1);
    opacity: 0; } }
  .storepify-header #steam2 {
    -webkit-animation: steam2 4s ease-out 0.5s infinite;
    animation: steam2 4s ease-out 0.5s infinite; }
  .storepify-header #steam4 {
    -webkit-animation: steam2 4s ease-out 1.5s infinite;
    animation: steam2 4s ease-out 1.5s infinite; }

@-webkit-keyframes steam2 {
  0% {
    transform: translateY(0) translateX(0) scale(0.25);
    opacity: 0.2; }
  100% {
    transform: translateY(-200px) translateX(20px) scale(1);
    opacity: 0; } }

@keyframes steam2 {
  0% {
    transform: translateY(0) translateX(0) scale(0.25);
    opacity: 0.2; }
  100% {
    transform: translateY(-200px) translateX(20px) scale(1);
    opacity: 0; } }

.header.sticky {
  background: #FFFFFF;
  box-shadow: 2px 7px 7px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; }

.typed-cursor {
  display: none; }

.header__logo img {
  max-height: 50px; }

.header__card__btn {
  background: #5D7DFF;
  border-radius: 5px;
  padding: 6px 5px 6px 22px;
  display: flex;
  align-items: center;
  font-weight: 600;
  border: 1px solid transparent;
  transition: all 0.5s ease-in-out; }
  .header__card__btn:hover {
    color: #000000;
    background: #ffffff;
    border: 1px solid #5D7DFF; }

.header__card__price {
  margin-left: 12px;
  text-decoration: line-through; }

.header__card__discount {
  background: #FCE300;
  border-radius: 50%;
  padding: 8px;
  margin-left: 12px;
  color: #000000; }

.header__card__svg {
  display: none; }

.header__content__txt {
  flex: 1 0 50%;
  max-width: 50%; }

.header__content__wrap {
  max-width: 650px;
  width: 100%; }

.header__content__img {
  flex: 1 0 50%;
  max-width: 50%; }
  .header__content__img img {
    max-height: 690px; }

.header__content__title {
  font-size: 48px;
  line-height: 1.2; }
  .header__content__title .type {
    background: -webkit-linear-gradient(#5CBBFF, #5C76FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.header__content__subtitle {
  letter-spacing: 0.2em; }

.header__content__brief {
  font-size: 16px;
  line-height: 1.5; }

.header__content__btn {
  background: linear-gradient(90deg, var(--c1, #5C76FF), var(--c2, #5C76FF) 51%, var(--c1, #5C76FF)) var(--x, 0)/200%;
  --c1: #5CBBFF;
  --c2: #5C76FF;
  transition: 0.5s;
  border-radius: 5px;
  display: block;
  width: fit-content; }
  .header__content__btn:hover {
    --x: 100%; }

.menu__items {
  position: relative; }

.menu__link {
  cursor: pointer;
  position: relative;
  background-image: linear-gradient(to right, #5D7DFF, #5D7DFF 50%, #000000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: .3s ease-in-out; }
  .menu__link::before {
    content: "";
    background: #5D7DFF;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 3px;
    transition: .3s ease-in-out; }
  .menu__link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 3px;
    background: #5D7DFF;
    opacity: 0;
    visibility: hidden; }

.menu__link:hover {
  background-position: 0; }

.menu__link:hover::before {
  width: 100%; }

.menu__items.active a::after {
  opacity: 1;
  visibility: unset; }

.res-mobie {
  display: none;
  cursor: pointer; }
  .res-mobie .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.5s ease-in-out;
    background: #5D7DFF; }

@media only screen and (max-width: 1390px) {
  .header__wrap {
    justify-content: space-between; }
  .header__logo {
    flex: unset; }
  .header__card {
    margin-left: 20px; }
  .menu {
    justify-content: flex-end; }
    .menu__items {
      padding-left: 20px; } }

@media only screen and (max-width: 1300px) {
  .storepify-header .header-wave-left {
    width: 650px; }
  .storepify-header .header-wave-right {
    width: 500px; }
  .header {
    background: #FFFFFF;
    box-shadow: 2px 7px 7px rgba(0, 0, 0, 0.1); }
  .header__card {
    display: none; }
  .header__card__svg {
    display: block;
    margin-left: 20px; } }

@media only screen and (max-width: 1024px) {
  .header {
    padding: 5px 15px !important; }
  .header-cf {
    padding: 80px 15px !important; }
  .header__wrap {
    padding: 10px 0;
    justify-content: space-between; }
  .header__logo {
    flex: unset; }
    .header__logo img {
      max-width: 170px; }
  .header__card {
    display: none; }
  .header__card__svg {
    display: block;
    margin-left: 0; }
  .res-mobie {
    display: block; }
  .res-mobie.active .bar:nth-child(2) {
    opacity: 0; }
  .res-mobie.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg); }
  .res-mobie.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg); }
  .header__menu {
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    height: auto;
    z-index: 999;
    text-align: center;
    overflow: hidden;
    transition: all 0.5s; }
    .header__menu.active {
      top: 65px;
      width: 100%;
      height: auto;
      z-index: 999;
      background: #FFFFFF;
      overflow: hidden;
      box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; }
  .menu {
    display: block; }
    .menu__items {
      padding: 12px 0;
      text-align: left;
      padding-left: 30px;
      position: relative; }
      .menu__items::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: #ffffff;
        opacity: 0.3;
        bottom: 0;
        left: 0; }
      .menu__items::before {
        display: none; }
  .res-mobie {
    order: 3; }
  .header__logo {
    order: 2; }
  .header__content__sub {
    font-size: 14px;
    padding: 5px 15px; }
  .arrow-1 {
    display: none; }
  .rainbow-1 {
    display: none; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__content__wrap {
    max-width: 420px; }
  .header__content__title {
    font-size: 42px; } }

@media only screen and (max-width: 992px) {
  .storepify-header .header-wave-left {
    display: none; }
  .storepify-header .header-wave-right {
    bottom: 0;
    top: unset; }
  .header__content {
    gap: 30px 0; }
  .header__content__txt {
    flex: 1 0 100%;
    max-width: 100%; }
  .header__content__img {
    flex: 1 0 100%;
    max-width: 100%; } }

@media only screen and (max-width: 768px) {
  .storepify-header .header-wave-left {
    width: unset; }
  .header__content__title {
    font-size: 46px; }
  .steam {
    top: 10% !important;
    left: unset !important;
    right: 10%; }
  .caro-2 {
    display: none; } }

@media only screen and (max-width: 576px) {
  .header__content__wrap {
    display: block; }
    .header__content__wrap .header__content__left {
      display: none; }
  .header__content__title {
    font-size: 36px; }
  .header__content__subtitle {
    font-size: 16px;
    line-height: 1; }
  .header__content__btn {
    padding: 12px 20px; } }

@media only screen and (max-width: 350px) {
  .header__menu.active {
    width: 250px; } }

.container {
  margin: 0 auto;
  padding: 0 15px; }

.container-size2 {
  max-width: 1700px;
  width: 100%;
  margin: auto; }

@media only screen and (max-width: 1499px) {
  .container-size2 {
    max-width: 1290px !important;
    margin: auto;
    padding: 0 15px; } }

@media only screen and (min-width: 1400px) and (max-width: 1700px) {
  .container-size2 {
    padding: 0 40px; } }

.why__bg img {
  margin: auto;
  margin-bottom: 20px; }

.highlight-color {
  color: #5D7DFF; }

.page-mb {
  width: 750px;
  max-width: 100%;
  margin: 0 auto 80px; }

.storepify-demos h2 {
  background: linear-gradient(92.38deg, #5d7cff 0%, #8942fd 100%);
  border-radius: 5px;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 12px 35px;
  color: #ffffff; }

.storepify-demos .num-demo {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%) rotate(-15deg);
  background: #fce300;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 700;
  padding: 2px 5px;
  line-height: 29px;
  color: #000000; }

.gallery {
  margin-right: -35px;
  margin-left: -35px;
  display: flex;
  flex-wrap: wrap; }
  .gallery .image {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 40px; }
    .gallery .image:hover .gallery__items {
      transform: translateY(-5px); }
    .gallery .image:last-child {
      margin-bottom: 0; }
    .gallery .image.hide {
      display: none; }
    .gallery .image.show {
      animation: animate 0.5s ease; }

@keyframes animate {
  0% {
    transform: scale(0.5); }
  100% {
    transform: scale(1); } }
  .gallery__items {
    position: relative;
    border-radius: 12px;
    transition: all 0.5s ease;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }
    .gallery__items img {
      cursor: pointer;
      transition: all 0.5s ease-in-out; }
  .gallery h3 {
    cursor: pointer; }
  .gallery h3 a {
    position: relative;
    transition: 0.5s ease-in-out; }
    .gallery h3 a::before {
      content: "";
      background: #000000;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 2px;
      transition: 0.5s ease-in-out; }
  .gallery h3 a:hover::before {
    width: 100%; }

.filter-button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1020px;
  margin: 0 auto 50px; }
  .filter-button-group .actions__btn {
    position: relative;
    border-radius: 5px;
    padding: 13px 40px;
    border: 1px solid #ebebeb;
    color: #868686;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    font-weight: 600;
    line-height: 17px; }
    .filter-button-group .actions__btn.active {
      color: #000000;
      background: #fce300;
      border: 1px solid #fce300; }
  .filter-button-group .shake {
    animation: shake-animation 4.72s ease infinite;
    transform-origin: 50% 50%;
    border: 1px solid #5D7DFF;
    color: #5D7DFF; }

@keyframes shake-animation {
  0% {
    transform: translate(0, 0); }
  1.78571% {
    transform: translate(5px, 0); }
  3.57143% {
    transform: translate(0, 0); }
  5.35714% {
    transform: translate(5px, 0); }
  7.14286% {
    transform: translate(0, 0); }
  8.92857% {
    transform: translate(5px, 0); }
  10.71429% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, 0); } }

.status__wrap {
  position: absolute;
  top: -5px;
  left: -5px;
  color: #fff;
  padding: 4px 16px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }
  .status__wrap img {
    position: relative; }

.ani-1 {
  background-color: #40d8cf; }

.ani-2 {
  background-color: #fce300; }

.ani-3 {
  background-color: #e22120; }

.features__block {
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 3px 10px 0px #0000001a;
  height: 100%; }
  .features__block svg path {
    fill: #718cff;
    transition: all 0.5s ease-in-out; }
  .features__block .features__title {
    transition: all 0.5s ease-in-out; }
  .features__block:hover .features__title {
    color: #718cff; }
  .features__block .features__inner {
    transition: all 0.5s ease-in-out; }
  .features__block:hover .features__inner {
    transform: translateY(-10px); }

.elements__item.active {
  color: #000; }

.el-wp__img {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }

.el-wp__title {
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
  text-align: center;
  margin: auto;
  position: relative; }
  .el-wp__title::before {
    content: "";
    position: absolute;
    background: #000;
    width: 0;
    height: 1px;
    transition: all .3s ease;
    bottom: 0;
    left: 0; }
  .el-wp__title:hover::before {
    width: 100%; }

.el-tabs__item {
  cursor: pointer;
  color: #868686;
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 5px;
  position: relative;
  transition: all .3s ease; }
  .el-tabs__item:hover {
    color: #000; }
  .el-tabs__item.active {
    color: #000; }
  .el-tabs__item::before {
    content: "";
    position: absolute;
    background: #000;
    width: 0;
    height: 2px;
    transition: all .3s ease;
    bottom: 0;
    left: 0; }
  .el-tabs__item.active::before {
    width: 100%;
    border-bottom: 2px solid #000; }
  .el-tabs__item:hover::before {
    width: 100%; }

.content {
  display: none; }

.content.active {
  display: block;
  animation: fade 1s ease; }

@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.storepify-elements {
  background: #f8ffff;
  z-index: 1;
  overflow: hidden; }
  .storepify-elements .elements-sunken1 {
    top: 0;
    left: 0;
    z-index: -1; }

.options {
  padding: 0 10px; }
  .options__left {
    width: 50%; }
  .options__right {
    width: 50%; }
  .options img {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border-radius: 12px; }

.devices__box img {
  margin: auto;
  border-radius: 30px; }

.table {
  margin: auto;
  border: 1px solid #4f98ff; }
  .table thead {
    background: linear-gradient(90.17deg, #4f98ff 0.54%, #5d7bff 100%); }
    .table thead th {
      border: 1px solid #4f98ff;
      padding: 20px 50px; }
  .table tbody tr {
    text-align: center; }
  .table tbody td {
    border: 1px solid #4f98ff;
    padding: 20px 50px; }
    .table tbody td:last-child {
      color: #4dd36b; }
  .table__status {
    color: #4cc139; }

.table-btn .header__content__btn {
  margin: auto; }

.storepify-app {
  background: #000; }

.form-install__form {
  align-items: center;
  background: #fff;
  color: #000;
  border: 0;
  border-radius: 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-size: 16px;
  overflow: hidden;
  padding: 8px 8px 8px 20px;
  position: relative;
  width: 600px;
  max-width: 100%;
  margin: auto; }

.form-install__input {
  flex: 1;
  height: 100%; }
  .form-install__input:focus-visible {
    outline: none; }

.form-install__btn {
  background: #5D7DFF;
  padding: 8px 22px;
  border-radius: 50px;
  color: #fff; }

.form-install svg {
  width: 18px;
  fill: #fff;
  margin-left: 5px; }

.form-install__btn[disabled] {
  opacity: 0.7; }

.storepify-maxSale {
  background: #f4f4f4; }

.premium__img {
  min-height: 305px; }

.premium__title {
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical; }
  .premium__title a {
    transition: all 0.5s ease-in-out; }
    .premium__title a:hover {
      color: #5d7dff; }

.premium__brief {
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.premium__btn__link {
  padding: 8px 25px; }
  .premium__btn__link:hover {
    border: 1px solid #fff; }
  .premium__btn__link:first-child {
    background: #fce300;
    color: #000; }
    .premium__btn__link:first-child:hover {
      background: #fff; }

.storepify-playlist {
  background: url(../png/storepify-poster-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  .storepify-playlist .playlist-btn {
    border: 2px solid #ffffff;
    border-radius: 5px;
    padding: 13px 45px;
    transition: all 0.5s ease-in-out; }
    .storepify-playlist .playlist-btn:hover {
      background: #5d7dff;
      border: 2px solid #5d7dff; }

.playvideos__main {
  width: 860px; }

.playvideos__list {
  width: 420px;
  height: 485px;
  overflow-y: scroll;
  background: #ffffff;
  padding: 40px; }
  .playvideos__list::-webkit-scrollbar {
    width: 5px; }
  .playvideos__list::-webkit-scrollbar-thumb {
    background: #5d7dff; }
  .playvideos__list__item {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 25px;
    padding-bottom: 25px;
    cursor: pointer; }
    .playvideos__list__item img {
      border: 1px solid #dedede; }
    .playvideos__list__item:last-child {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }

.playvideos__list__item.active {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical; }
  .playvideos__list__item.active .vid-desc {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical; }

.vid-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

#vid_frame {
  width: 100%;
  height: 485px; }

.vid-list .vid-thumb {
  flex: 1;
  width: 120px;
  max-width: 120px; }

.vid-list .vid-desc {
  flex: 1; }

@media only screen and (max-width: 1024px) {
  .playvideos {
    display: block; }
    .playvideos__main {
      width: 100%;
      margin-bottom: 20px; }
    .playvideos__list {
      width: 100%; } }

.storepify-apps {
  background: linear-gradient(180deg, #d9d9d9 0%, #e3fff6 0.01%, rgba(217, 217, 217, 0) 100%); }

.apps__block {
  width: 234px;
  height: 234px;
  background: #fff;
  margin: auto;
  box-shadow: 3px 7px 15px rgba(0, 0, 0, 0.07); }
  .apps__block img {
    margin: auto; }

.questions__wrap {
  max-width: 1045px;
  width: 100%;
  margin: auto; }

.questions__item {
  margin-bottom: 20px; }
  .questions__item:last-child {
    margin-bottom: 0; }
  .questions__item .acc .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    width: 22px;
    height: 22px; }
    .questions__item .acc .icon::before {
      display: block;
      position: absolute;
      content: "";
      top: 9px;
      left: 5px;
      width: 10px;
      height: 2px;
      background: #000; }
    .questions__item .acc .icon::after {
      display: block;
      position: absolute;
      content: "";
      top: 5px;
      left: 9px;
      width: 2px;
      height: 10px;
      background: #000; }

.questions__title {
  padding: 18px 30px;
  background: #fafafa;
  transition: all 0.5s ease;
  cursor: pointer; }
  .questions__title.active {
    color: #fff;
    background: #5D7DFF; }
  .questions__title.active ~ .icon::before {
    background: #fff; }
  .questions__title.active ~ .icon::after {
    background: #fff;
    width: 0; }

.questions__brief {
  background: #ffffff;
  border: 1px solid #fafafa;
  height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0 30px 0;
  transition: .3s; }
  .questions__brief.active {
    height: auto;
    opacity: 1;
    visibility: visible;
    background-color: #fff;
    transition: .3s;
    padding: 20px 30px;
    border: 1px solid #f1f1f1;
    border-top: 0;
    width: 100%; }

.problem__wrap {
  text-align: center; }

.problem img {
  margin: 0 auto 20px; }

.storepify-clients {
  background: url(../png/bg-cmt.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  .storepify-clients .page-subtitle {
    color: #ffffff !important; }
  .storepify-clients .star-light {
    animation: animName 5s linear infinite;
    top: 50%;
    left: 10%; }
  .storepify-clients .star-light-v2 {
    animation: animName 5s linear infinite;
    top: 70%;
    right: 5%; }

@keyframes animName {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .storepify-clients .ball {
    animation: float 5s ease-in-out infinite;
    top: 35%;
    left: 5%; }
  .storepify-clients .ball-v2 {
    animation: float 5s ease-in-out infinite;
    top: 8%;
    right: 18%; }
  .storepify-clients .ball-or {
    animation: float 7s ease-in-out infinite;
    top: 5%;
    left: 20%; }
  .storepify-clients .ball-or-v2 {
    animation: float 7s ease-in-out infinite;
    top: 20%;
    right: 10%; }

@keyframes float {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-20px); }
  100% {
    transform: translatey(0px); } }

.comment__block {
  color: #fff;
  background: #232A2C8F;
  border-radius: 5px;
  height: 100%; }

.comment__author {
  color: #7E8287;
  flex: 1; }

.comment__title {
  color: #5D7DFF; }

.comment__wrap {
  color: #7E8287; }

.notification {
  width: max-content;
  background: #fff;
  border-radius: 6px;
  padding: 30px 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  transition: transform 0.4s, top 0.4s;
  visibility: hidden;
  text-align: center;
  z-index: 999; }
  .notification__wrap {
    position: relative; }
  .notification__num {
    color: #9d48fc;
    font-weight: 500;
    border: 1px solid #9d48fc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    right: -50px;
    font-size: 26px; }
  .notification__img {
    margin: auto;
    margin-bottom: 20px; }
  .notification__title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px; }
  .notification__brief {
    margin-bottom: 20px; }
  .notification__btn {
    display: block;
    width: 100%;
    background: #9d48fc;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    padding: 10px 0;
    font-weight: 500; }
  .notification__close {
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    width: 32px;
    height: 32px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer; }

.notification.on-popup {
  visibility: visible;
  transform: translate(-50%, -50%) scale(1); }

.on-sync-bg {
  position: relative; }
  .on-sync-bg::before {
    content: "";
    position: absolute;
    background: black;
    opacity: 0.6;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999; }

.st-selector {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 999; }
  .st-selector__wrap {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 999; }
  .st-selector__demo {
    margin-bottom: 6px;
    position: relative; }
    .st-selector__demo::before {
      position: absolute;
      top: 50%;
      right: 50px;
      font-size: 13px;
      white-space: nowrap;
      transform: translate(10px, -50%);
      transition: all 0.5s ease-in-out;
      opacity: 0;
      visibility: hidden;
      font-weight: 600; }
    .st-selector__demo:hover::before {
      opacity: 1;
      visibility: visible;
      transform: translate(0, -50%); }
    .st-selector__demo:last-child {
      margin-bottom: 0; }
    .st-selector__demo a {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      background: #5D7DFF;
      box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
      width: 40px;
      height: 40px;
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px;
      transition: all 0.5s ease; }
      .st-selector__demo a svg {
        transition: all 0.5s ease; }
        .st-selector__demo a svg path {
          transition: all 0.5s ease;
          fill: #fff; }
      .st-selector__demo a .buy-now path {
        fill: transparent;
        stroke: #fff; }

.text-highlight {
  font-size: 16px;
  font-weight: 500;
  width: fit-content;
  margin: 0 auto 40px;
  padding: 8px 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }
  .text-highlight .highlight {
    background: #000;
    color: #fff;
    padding: 2px 15px; }

.st-selector__hv1::before {
  content: "Demos"; }

.st-selector__hv2::before {
  content: "Buy now"; }

.st-selector__hv3::before {
  content: "Support"; }

.storepify-footer .footer-left {
  left: 0;
  top: 120px;
  z-index: -1; }

.storepify-footer .footer-right {
  right: 0;
  top: 0;
  z-index: -1; }

.storepify-footer .footer-top {
  top: -130px;
  right: 400px;
  z-index: -2; }

.storepify-footer .footer-chim {
  bottom: -60px;
  z-index: -2; }

.storepify-footer .footer-chim-1 {
  bottom: 80px;
  left: 33%; }

.storepify-footer .footer-chim-2 {
  bottom: 140px;
  right: 33%; }

.storepify-footer .footer-chim-3 {
  top: -120px;
  left: 350px;
  z-index: -1; }

.footer {
  padding: 150px 0; }
  .footer img {
    margin: 0 auto 40px; }
  .footer__h2 {
    color: #4F98FF; }

.storepify-bottom .sub-bottom {
  letter-spacing: 0.5em;
  color: #858585; }

.social__link {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
  transition: all 0.5s ease-in-out; }
  .social__link svg {
    transition: all 0.5s ease-in-out; }
  .social__link:hover svg {
    transform: scale(1.2); }

.social__ytb::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(to bottom, #dd3535, #f0e4e4, #ffffff); }

.social__tw::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(to top, #00d1ff, #f0e4e4, #ffffff); }

.social__fb::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(to bottom, #2f89dc, #f0e4e4, #ffffff); }

.back__top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 999; }

#backTop.showBackTop {
  opacity: 1;
  visibility: visible; }
  #backTop.showBackTop:hover svg path {
    fill: #5D7DFF; }

@media only screen and (max-width: 1720px) {
  .storepify-footer .footer-left {
    width: 600px; }
  .storepify-footer .footer-right {
    width: 600px; } }

@media only screen and (max-width: 1440px) {
  .storepify-footer .footer-left {
    width: 450px; }
  .storepify-footer .footer-right {
    width: 450px; }
  .storepify-footer .footer-chim-3 {
    left: 180px; }
  .storepify-footer .footer-chim-3,
  .storepify-footer .footer-chim-2,
  .storepify-footer .footer-chim-1 {
    opacity: 0.5; }
  .storepify-footer .footer-chim {
    bottom: 0;
    width: 800px;
    left: 50%;
    width: 75%;
    transform: translateX(-50%); }
  .storepify-footer .footer-top {
    width: 250px;
    opacity: 0.5; }
  .storepify-bottom {
    padding: 50px 0; } }

@media only screen and (max-width: 1290px) {
  .storepify-footer .footer-left {
    width: 350px; }
  .storepify-footer .footer-right {
    width: 350px; }
  .storepify-footer .footer-chim-3 {
    display: none; } }

@media only screen and (max-width: 768px) {
  .storepify-footer .footer-left {
    display: none; }
  .storepify-footer .footer-right {
    display: none; }
  .storepify-footer .footer-chim-1 {
    left: 15px; }
  .storepify-footer .footer-chim-2 {
    right: 15px; }
  .storepify-footer .footer-top {
    right: 0; }
  .footer {
    padding: 50px 0; } }

@media (min-width: 576px) and (max-width: 1690px) {
  .gallery {
    margin: 0; }
    .gallery .image {
      width: calc(25% - 20px);
      margin-right: 10px;
      margin-left: 10px; } }

@media only screen and (max-width: 1290px) {
  .problem {
    padding: 0;
    gap: 15px; } }

@media only screen and (max-width: 1024px) {
  .storepify-header .dots-bottom,
  .storepify-header .dots-top {
    opacity: 0.5; }
  .features {
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr; }
  .premium__wrap {
    gap: 15px; }
  .premium__title {
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical; }
  .premium__brief {
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical; }
  .devices {
    padding: 0 15px !important; } }

@media only screen and (max-width: 992px) {
  .gallery .image {
    width: calc(33.33% - 20px); } }

@media only screen and (max-width: 768px) {
  .storepify-header:hover .swing {
    animation: unset; }
  .page-subtitle {
    margin-bottom: 30px; }
  .storepify-why {
    padding: 50px 0; }
  .why {
    gap: 20px; }
  .storepify-demos {
    padding: 50px 0; }
    .storepify-demos .filter-button-group {
      margin-bottom: 30px; }
  .storepify-features {
    padding-bottom: 50px; }
  .features {
    grid-template-columns: 1fr 1fr; }
  .storepify-price {
    padding: 50px 0; }
  .premium__wrap {
    grid-template-columns: 1fr 1fr; }
  .storepify-playlist {
    padding: 50px 0; }
  .storepify-apps {
    padding: 50px 0; }
  .storepify-questions {
    padding-bottom: 50px; }
  .questions {
    margin-bottom: 50px; }
  .problem {
    grid-template-columns: 1fr 1fr; }
    .problem img {
      margin: 0 auto 15px; }
  .storepify-clients {
    padding: 50px 0; }
    .storepify-clients .swiper-wrapper {
      padding-top: 0; }
    .storepify-clients .swiper-pagination {
      margin-bottom: 0 !important; }
  .storepify-elements {
    padding: 50px 0; }
  .storepify-devices {
    padding-top: 50px; }
  .devices .swiper-wrapper {
    padding-top: 0; }
  .comment__wrap {
    grid-template-columns: 1fr; } }

@media only screen and (max-width: 576px) {
  .page-title {
    font-size: 26px; }
  .gallery {
    margin: 0;
    justify-content: space-between; }
    .gallery .image {
      width: calc(50% - 7.5px);
      margin: 0; }
      .gallery .image img {
        margin: auto; }
    .gallery h3 {
      margin-bottom: 20px;
      font-size: 14px; }
  .storepify-demos h2 {
    padding: 10px 20px; }
  .filter-button-group {
    justify-content: center;
    margin-bottom: 40px;
    gap: 10px; }
    .filter-button-group .actions__btn {
      padding: 10px 28px;
      white-space: nowrap;
      margin: 5px; }
  .features {
    grid-template-columns: 1fr; }
  .table-price {
    overflow: hidden; }
    .table-price table {
      display: block;
      overflow-y: hidden;
      table-layout: fixed; }
      .table-price table::-webkit-scrollbar {
        display: none; }
      .table-price table th:first-child {
        left: 0;
        position: sticky;
        text-align: left;
        background: linear-gradient(90.17deg, #4F98FF 0.54%, #5D7BFF 100%); }
      .table-price table td:first-child {
        left: 0;
        position: sticky;
        text-align: left;
        background: #ffffff;
        border-bottom: 1px solid #4F98FF;
        padding: 10px; }
      .table-price table thead th {
        padding: 10px 25px;
        font-size: 14px; }
      .table-price table tbody td {
        border-left: none;
        border-right: 1px solid #4F98FF;
        border-bottom: none !important;
        font-size: 14px;
        text-transform: unset; }
        .table-price table tbody td:last-child {
          border-right: none; }
  .form-install__domain {
    display: none; }
  .premium__wrap {
    grid-template-columns: 1fr; }
  .problem {
    grid-template-columns: 1fr; }
  .options {
    display: block; }
    .options__right {
      width: 100%; }
    .options__left {
      width: 100%; }
  .back__top svg {
    width: 45px; } }

.swiper-pagination {
  position: relative !important;
  display: flex;
  align-items: center;
  justify-content: center; }

.swiper-wrapper {
  padding-top: 30px; }

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(144, 144, 144, 0.25);
  border-radius: 50%;
  cursor: pointer; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    background: #4F98FF;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25); }

.comment-pagination .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.2; }
  .comment-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffffff;
    opacity: 1; }
