/* 
- All
*/
.featured-popup-block .item ul {
  margin: 0;
  padding: 0;
}

.featured-popup-block .item ul li {
  display: block;
}

.featured-popup-block .close, .page-item .sticker,
.featured-popup-block .item .sticker, .page-template-template-starting .page-demos .buttons-block .button-all, .page-template-template-starting .page-item .img .buttons, .page-template-template-starting .vertical-carousel .prev,
.page-template-template-starting .vertical-carousel .next, .page-template-template-starting .message-steps .step:before, .page-template-template-starting .responsive-points-block .item .icon, .page-template-template-starting .shop-feature-icons-block .item .icon, .page-template-template-starting .powerful-icon-box .item .icon, .page-template-template-starting .subscribe-form-block .buttons-col, .page-template-template-starting .subscribe-form-block .buttons-col .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-template-starting .page-item .img:before, .page-template-template-starting .page-item .img .buttons, .page-template-template-starting .vertical-carousel .prev,
.page-template-template-starting .vertical-carousel .next, .page-template-template-starting .responsive-slider .prev,
.page-template-template-starting .responsive-slider .next, .page-template-template-starting .pages-carousel .prev,
.page-template-template-starting .pages-carousel .next {
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  -webkit-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
  -o-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
  transition-property: color, background, mix-blend-mode, opacity, visibility, height;
}

.featured-popup-block .item .wrap, .page-template-template-starting .page-demos, .page-template-template-starting .page-item .img, .page-template-template-starting .messages-block, .page-template-template-starting .message-image-block .blur-block, .page-template-template-starting .portfolio-variation-block, .page-template-template-starting .responsive-block, .page-template-template-starting .responsive-slider .mobile-slider .swiper-slide, .page-template-template-starting .responsive-slider .laptop-slider .swiper-slide, .page-template-template-starting .blog-variation-block, .page-template-template-starting .blog-variation-block .pages-carousel:before, .page-template-template-starting .blog-variation-block .pages-carousel:after, .page-template-template-starting .shop-features-block, .page-template-template-starting .pages-carousel .swiper-slide, .page-template-template-starting .pages-carousel.with-title .swiper-slide .img, .page-template-template-starting .powerful-wp-block, .page-template-template-starting .subscribe-form-block {
  background: 50% no-repeat;
  background-size: cover;
}

@media (max-width: 767.98px) {
  body.mobile-images-true .featured-popup-block .item .wrap, .featured-popup-block .item body.mobile-images-true .wrap, body.mobile-images-true .page-template-template-starting .page-demos, .page-template-template-starting body.mobile-images-true .page-demos, body.mobile-images-true .page-template-template-starting .page-item .img, .page-template-template-starting .page-item body.mobile-images-true .img, body.mobile-images-true .page-template-template-starting .messages-block, .page-template-template-starting body.mobile-images-true .messages-block, body.mobile-images-true .page-template-template-starting .message-image-block .blur-block, .page-template-template-starting .message-image-block body.mobile-images-true .blur-block, body.mobile-images-true .page-template-template-starting .portfolio-variation-block, .page-template-template-starting body.mobile-images-true .portfolio-variation-block, body.mobile-images-true .page-template-template-starting .responsive-block, .page-template-template-starting body.mobile-images-true .responsive-block, body.mobile-images-true .page-template-template-starting .responsive-slider .mobile-slider .swiper-slide, .page-template-template-starting .responsive-slider .mobile-slider body.mobile-images-true .swiper-slide, body.mobile-images-true .page-template-template-starting .responsive-slider .laptop-slider .swiper-slide, .page-template-template-starting .responsive-slider .laptop-slider body.mobile-images-true .swiper-slide, body.mobile-images-true .page-template-template-starting .blog-variation-block, .page-template-template-starting body.mobile-images-true .blog-variation-block, body.mobile-images-true .page-template-template-starting .blog-variation-block .pages-carousel:before, .page-template-template-starting .blog-variation-block body.mobile-images-true .pages-carousel:before, body.mobile-images-true .page-template-template-starting .blog-variation-block .pages-carousel:after, .page-template-template-starting .blog-variation-block body.mobile-images-true .pages-carousel:after, body.mobile-images-true .page-template-template-starting .shop-features-block, .page-template-template-starting body.mobile-images-true .shop-features-block, body.mobile-images-true .page-template-template-starting .pages-carousel .swiper-slide, .page-template-template-starting .pages-carousel body.mobile-images-true .swiper-slide, body.mobile-images-true .page-template-template-starting .pages-carousel.with-title .swiper-slide .img, .page-template-template-starting .pages-carousel.with-title .swiper-slide body.mobile-images-true .img, body.mobile-images-true .page-template-template-starting .powerful-wp-block, .page-template-template-starting body.mobile-images-true .powerful-wp-block, body.mobile-images-true .page-template-template-starting .subscribe-form-block, .page-template-template-starting body.mobile-images-true .subscribe-form-block {
    background-size: contain !important;
  }
}

.page-template-template-starting .page-demos .buttons-block .button, .page-template-template-starting .page-item .img .buttons a {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: inherit;
  line-height: 1;
  outline: none;
  overflow: hidden;
  padding: 0;
  pointer-events: all;
  position: relative;
  text-decoration: none;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.page-template-template-starting .page-demos .buttons-block .button span, .page-template-template-starting .page-item .img .buttons a span {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.switch-site-scheme .arrows, .page-template-template-starting .page-demos .buttons-block .button.soon:before, .page-template-template-starting .page-item .img:before, .page-template-template-starting .page-item .img > a, .page-template-template-starting .message-image-block .img:before, .page-template-template-starting .portfolio-variation-block .circles .svg, .page-template-template-starting .portfolio-variation-block .circles .svg .p, .page-template-template-starting .responsive-points-block .item .icon:before, .page-template-template-starting .pages-carousel.with-title .swiper-slide .img a, .page-template-template-starting .shop-feature-icons-block .item .icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-template-template-starting .page-item .img:hover:before, .page-template-template-starting .page-item .img:hover .buttons {
  opacity: 1;
  visibility: visible;
}

.page-template-template-starting .page-item .img:before, .page-template-template-starting .page-item .img .buttons {
  opacity: 0;
  visibility: hidden;
}

.featured-popup-block .item .wrap > *:last-child {
  margin-bottom: 0 !important;
}

/* 
- Accent color
*/
.page-template-template-starting .page-item .title::first-letter, .page-template-template-starting .vertical-carousel .prev:hover,
.page-template-template-starting .vertical-carousel .next:hover, .page-template-template-starting .responsive-slider .prev:hover,
.page-template-template-starting .responsive-slider .next:hover, .page-template-template-starting .pages-carousel .prev:hover,
.page-template-template-starting .pages-carousel .next:hover, .page-template-template-starting .pages-carousel.with-title .swiper-slide .title::first-letter {
  color: #FF4343;
}

/* 
- Accent color 2
*/
/* 
- Accent color 3
*/
/*
- Switch Site Scheme
*/
@-webkit-keyframes switchArrows {
  0%,
  100% {
    opacity: .5;
  }
  50% {
    opacity: .9;
  }
}
@keyframes switchArrows {
  0%,
  100% {
    opacity: .5;
  }
  50% {
    opacity: .9;
  }
}

.page-template-template-starting {
  -webkit-box-shadow: inset 0 40px 0 #17171A;
          box-shadow: inset 0 40px 0 #17171A;
}

.navigation [data-id="5174"] span:after,
.navigation [data-id="5414"] span:after,
.navigation [data-id="5980"] span:after,
.navigation [data-id="6073"] span:after,
.navigation [data-id="6421"] span:after,
.navigation [data-id="6433"] span:after,
.navigation [data-id="6429"] span:after,
.navigation [data-id="6428"] span:after {
  content: 'NEW';
  position: absolute;
  top: -10px;
  right: -27px;
  background: #FF4343;
  color: #fff;
  font-size: 8px;
  border-radius: 2px;
  padding: 3px 4px 2px;
  line-height: 1;
  z-index: 2;
}

.navigation [data-id="5980"] span:after,
.navigation [data-id="6073"] span:after {
  right: -83px;
}

.featured-popup-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5000;
  background: #0F1011;
  color: #fff;
  overflow-y: auto;
  padding: 85px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.featured-popup-block.opened {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.featured-popup-block::-webkit-scrollbar {
  display: none;
}

.featured-popup-block .close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 3.2em;
  height: 3.2em;
  border: 1px solid rgba(128, 128, 128, 0.3);
  font-size: 15px;
  border-radius: 50%;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}

.featured-popup-block .close:hover {
  background: rgba(128, 128, 128, 0.3);
  border-color: transparent;
}

.featured-popup-block .items {
  margin: auto;
  width: 100%;
  max-width: 1785px;
}

.featured-popup-block .item {
  position: relative;
  height: 198px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14.285%;
      -ms-flex: 0 0 14.285%;
          flex: 0 0 14.285%;
  max-width: 14.285%;
  width: 100%;
}

.featured-popup-block .item.grid-sizer {
  height: 0;
}

.featured-popup-block .item .wrap {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: #202523 no-repeat;
  background-size: cover;
  border-radius: 16px;
  padding: 30px 25px 25px;
  z-index: 1;
}

.featured-popup-block .item .wrap:before {
  content: '';
  position: absolute;
  right: 15px;
  bottom: 15px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.featured-popup-block .item .wrap > * {
  position: relative;
  z-index: 2;
}

.page-item .sticker,
.featured-popup-block .item .sticker {
  position: absolute;
  top: 15px;
  right: -10px;
  font-size: 10px;
  text-transform: uppercase;
  height: 18px;
  padding: 1px 5px 0;
  background: #000;
  color: #fff;
  line-height: 1;
  border-radius: 5px;
  font-weight: 500;
  background: -webkit-gradient(linear, right top, left top, color-stop(60%, #6566f8), to(#a6aed0));
  background: -o-linear-gradient(right, #6566f8 60%, #a6aed0 100%);
  background: linear-gradient(270deg, #6566f8 60%, #a6aed0 100%);
  z-index: 1;
}

.page-item .sticker:before,
.featured-popup-block .item .sticker:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#6466F9), to(#A266D1));
  background: -o-linear-gradient(right, #6466F9 0%, #A266D1 100%);
  background: linear-gradient(270deg, #6466F9 0%, #A266D1 100%);
  border-radius: 5px;
  z-index: 1;
}

.page-item .sticker span,
.featured-popup-block .item .sticker span {
  position: relative;
  z-index: 2;
}

.featured-popup-block .item .title {
  font-family: 'HKGrotesk';
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 5px;
}

.featured-popup-block .item .desc {
  color: #878787;
  font-size: 16px;
  line-height: 1.43;
  margin-bottom: 20px;
}

.featured-popup-block .item ul {
  text-transform: uppercase;
  color: #72768B;
  font-size: 10px;
  line-height: 1.2;
}

.featured-popup-block .item ul li:not(:last-child) {
  margin-bottom: 6px;
}

.featured-popup-block .item.header-builder, .featured-popup-block .item.woocommerce, .featured-popup-block .item.seo, .featured-popup-block .item.multilanguage, .featured-popup-block .item.portfolio {
  height: 395px;
}

.featured-popup-block .item.header-builder, .featured-popup-block .item.notice, .featured-popup-block .item.contact-form-7, .featured-popup-block .item.portfolio, .featured-popup-block .item.gdpr, .featured-popup-block .item.typography {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 28.57%;
      -ms-flex: 0 0 28.57%;
          flex: 0 0 28.57%;
  max-width: 28.57%;
}

.featured-popup-block .item.header-builder .desc, .featured-popup-block .item.portfolio .desc {
  font-size: 14px;
  max-width: 368px;
}

.featured-popup-block .item.contact-form-7 .desc, .featured-popup-block .item.typography .desc {
  margin-bottom: 10px;
}

.featured-popup-block .item.header-builder .wrap {
  background-image: url(../imgs/featured/header-builder-bg.svg);
}

.featured-popup-block .item.header-builder .wrap:before {
  bottom: 40px;
  right: 0;
  left: 25px;
  height: 190px;
  background-image: url(../imgs/featured/header-builder.svg);
  background-position: 100% 50%;
  background-size: contain;
}

.page-item .sticker.modern,
.featured-popup-block .item.notice .sticker {
  background: -webkit-gradient(linear, right top, left top, color-stop(60%, #E3BC9C), to(#eaddc6));
  background: -o-linear-gradient(right, #E3BC9C 60%, #eaddc6 100%);
  background: linear-gradient(270deg, #E3BC9C 60%, #eaddc6 100%);
}

.page-item .sticker.modern:before,
.featured-popup-block .item.notice .sticker:before {
  background: -webkit-gradient(linear, right top, left top, from(#E3BC9C), to(#A97F68));
  background: -o-linear-gradient(right, #E3BC9C 0%, #A97F68 100%);
  background: linear-gradient(270deg, #E3BC9C 0%, #A97F68 100%);
}

.featured-popup-block .item.notice .wrap {
  background-image: url(../imgs/featured/notice-bg.svg);
}

.featured-popup-block .item.notice .wrap:before {
  bottom: 0px;
  right: 27px;
  left: 0;
  height: 90px;
  background-image: url(../imgs/featured/notice.svg);
  background-position: 0% 100%;
  background-size: contain;
  border-radius: 0 0 0 16px;
}

.featured-popup-block .item.one-click .wrap {
  background-image: url(../imgs/featured/one-click-bg.svg);
}

.featured-popup-block .item.one-click .wrap:before {
  background-image: url(../imgs/featured/one-click.svg);
  right: 10px;
  bottom: 10px;
  width: 90px;
  height: 90px;
  opacity: 0.4;
}

.featured-popup-block .item.auto-updates .wrap {
  background-image: url(../imgs/featured/auto-updates-bg.svg);
}

.featured-popup-block .item.auto-updates .wrap:before {
  background-image: url(../imgs/featured/auto-updates.svg);
  right: 10px;
  bottom: 10px;
  width: 90px;
  height: 90px;
}

.featured-popup-block .item.woocommerce .wrap {
  background-image: url(../imgs/featured/woocommerce-bg.svg);
}

.featured-popup-block .item.woocommerce .wrap:before {
  background-image: url(../imgs/featured/woocommerce.svg);
  right: 15px;
  bottom: 15px;
  width: 95px;
  height: 95px;
}

.featured-popup-block .item.seo .wrap {
  background-image: url(../imgs/featured/seo-bg.svg);
}

.featured-popup-block .item.seo .wrap:before {
  background-image: url(../imgs/featured/seo.svg);
  right: 20px;
  bottom: 20px;
  width: 90px;
  height: 90px;
}

.featured-popup-block .item.multilanguage .wrap {
  background-image: url(../imgs/featured/multilanguage-bg.svg);
}

.featured-popup-block .item.multilanguage .wrap:before {
  background-image: url(../imgs/featured/multilanguage.svg);
  right: 20px;
  bottom: 20px;
  width: 86px;
  height: 86px;
}

.featured-popup-block .item.contact-form-7 .wrap {
  background-image: url(../imgs/featured/contact-form-7-bg.svg);
}

.featured-popup-block .item.contact-form-7 .wrap:before {
  background-image: url(../imgs/featured/contact-form-7.svg);
  right: 0;
  bottom: 0;
  width: 105px;
  height: 90px;
  border-radius: 0 0 16px 0;
}

.page-item .sticker.new,
.featured-popup-block .item.portfolio .sticker {
  background: -webkit-gradient(linear, right top, left top, color-stop(60%, #ED6969), to(#cc8383));
  background: -o-linear-gradient(right, #ED6969 60%, #cc8383 100%);
  background: linear-gradient(270deg, #ED6969 60%, #cc8383 100%);
}

.page-item .sticker.new:before,
.featured-popup-block .item.portfolio .sticker:before {
  background: -webkit-gradient(linear, right top, left top, from(#ED6969), to(#EA0D42));
  background: -o-linear-gradient(right, #ED6969 0%, #EA0D42 100%);
  background: linear-gradient(270deg, #ED6969 0%, #EA0D42 100%);
}

.featured-popup-block .item.portfolio .wrap {
  background-image: url(../imgs/featured/portfolio-bg.svg);
}

.featured-popup-block .item.portfolio .wrap:before {
  background-image: url(../imgs/featured/portfolio.svg);
  right: 0;
  bottom: 0;
  width: 200px;
  height: 195px;
  border-radius: 0 0 16px 0;
}

.featured-popup-block .item.share .wrap {
  background-image: url(../imgs/featured/share-bg.svg);
}

.featured-popup-block .item.share .wrap:before {
  background-image: url(../imgs/featured/share.svg);
  right: 11px;
  bottom: 15px;
  width: 112px;
  height: 52px;
}

.featured-popup-block .item.help .wrap {
  background-image: url(../imgs/featured/help-bg.svg);
}

.featured-popup-block .item.help .wrap:before {
  background-image: url(../imgs/featured/help.svg);
  right: 16px;
  bottom: 9px;
  width: 65px;
  height: 65px;
}

.featured-popup-block .item.gdpr .wrap {
  background-image: url(../imgs/featured/gdpr-bg.svg);
}

.featured-popup-block .item.gdpr .wrap:before {
  bottom: 0px;
  right: 27px;
  left: 0;
  height: 93px;
  background-image: url(../imgs/featured/gdpr.svg);
  background-position: 0% 100%;
  background-size: contain;
  border-radius: 0 0 0 16px;
}

.featured-popup-block .item.megamenu .wrap {
  background-image: url(../imgs/featured/megamenu-bg.svg);
}

.featured-popup-block .item.megamenu .wrap:before {
  background-image: url(../imgs/featured/megamenu.svg);
  right: 24px;
  bottom: 13px;
  width: 62px;
  height: 62px;
}

.featured-popup-block .item.typography .wrap {
  background-image: url(../imgs/featured/typography-bg.svg);
}

.featured-popup-block .item.typography .wrap:before {
  background-image: url(../imgs/featured/typography.svg);
  right: 0;
  bottom: 0;
  width: 160px;
  height: 98px;
  border-radius: 0 0 16px 0;
}

.featured-popup-block .item.blog .sticker {
  background: -webkit-gradient(linear, right top, left top, color-stop(60%, #64B2F9), to(#5e7ec2));
  background: -o-linear-gradient(right, #64B2F9 60%, #5e7ec2 100%);
  background: linear-gradient(270deg, #64B2F9 60%, #5e7ec2 100%);
}

.featured-popup-block .item.blog .sticker:before {
  background: -webkit-gradient(linear, right top, left top, from(#64B2F9), to(#2B53B9));
  background: -o-linear-gradient(right, #64B2F9 0%, #2B53B9 100%);
  background: linear-gradient(270deg, #64B2F9 0%, #2B53B9 100%);
}

.featured-popup-block .item.blog .wrap {
  background-image: url(../imgs/featured/blog-bg.svg);
}

.featured-popup-block .item.blog .wrap:before {
  background-image: url(../imgs/featured/blog.svg);
  right: 13px;
  bottom: 10px;
  width: 81px;
  height: 81px;
}

@media screen and (max-width: 1800px) {
  .featured-popup-block .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66%;
        -ms-flex: 0 0 16.66%;
            flex: 0 0 16.66%;
    max-width: 16.66%;
  }
  .featured-popup-block .item.header-builder, .featured-popup-block .item.notice, .featured-popup-block .item.contact-form-7, .featured-popup-block .item.portfolio, .featured-popup-block .item.gdpr, .featured-popup-block .item.typography {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media screen and (max-width: 1700px) {
  .featured-popup-block .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .featured-popup-block .item.header-builder, .featured-popup-block .item.notice, .featured-popup-block .item.contact-form-7, .featured-popup-block .item.portfolio, .featured-popup-block .item.gdpr, .featured-popup-block .item.typography {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
}

@media screen and (max-width: 1370px) {
  .featured-popup-block .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .featured-popup-block .item.header-builder, .featured-popup-block .item.notice, .featured-popup-block .item.contact-form-7, .featured-popup-block .item.portfolio, .featured-popup-block .item.gdpr, .featured-popup-block .item.typography {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 1170px) {
  .featured-popup-block .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .featured-popup-block .item.header-builder, .featured-popup-block .item.notice, .featured-popup-block .item.contact-form-7, .featured-popup-block .item.portfolio, .featured-popup-block .item.gdpr, .featured-popup-block .item.typography {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666%;
        -ms-flex: 0 0 66.666%;
            flex: 0 0 66.666%;
    max-width: 66.666%;
  }
}

@media (max-width: 991.98px) {
  .featured-popup-block .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .featured-popup-block .item.woocommerce, .featured-popup-block .item.seo, .featured-popup-block .item.multilanguage {
    height: 300px;
  }
  .featured-popup-block .item.header-builder, .featured-popup-block .item.notice, .featured-popup-block .item.contact-form-7, .featured-popup-block .item.portfolio, .featured-popup-block .item.gdpr, .featured-popup-block .item.typography {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .featured-popup-block .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .featured-popup-block {
    padding: 40px;
  }
}

@media (max-width: 767.98px) {
  .featured-popup-block {
    padding: 30px;
  }
}

@media (max-width: 575.98px) {
  .featured-popup-block {
    padding: 15px;
  }
}

.switch-site-scheme {
  position: fixed;
  top: 50%;
  left: 0px;
  height: 46px;
  width: 90px;
  background: #1D1D1D;
  color: #fff;
  border: 2px solid #373737;
  border-radius: 30px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  -webkit-box-shadow: -1.52632px 1.52632px 11.7018px rgba(49, 49, 49, 0.25), inset 1.52632px -2.03509px 4.07018px rgba(0, 0, 0, 0.38);
          box-shadow: -1.52632px 1.52632px 11.7018px rgba(49, 49, 49, 0.25), inset 1.52632px -2.03509px 4.07018px rgba(0, 0, 0, 0.38);
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  z-index: 50;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch-site-scheme .arrows {
  color: #fff;
}

.switch-site-scheme .arrows .back,
.switch-site-scheme .arrows .next {
  position: absolute;
  top: 50%;
  font-size: 10px;
  width: 1.5em;
  margin-top: -.5em;
}

.switch-site-scheme .arrows .back i,
.switch-site-scheme .arrows .next i {
  position: absolute;
  left: 0;
  -webkit-animation: switchArrows 900ms ease-in-out infinite;
          animation: switchArrows 900ms ease-in-out infinite;
}

.switch-site-scheme .arrows .back i + i,
.switch-site-scheme .arrows .next i + i {
  left: auto;
  right: 0;
}

.switch-site-scheme .arrows .back {
  left: 8px;
}

.switch-site-scheme .arrows .back i {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.switch-site-scheme .arrows .back i + i {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}

.switch-site-scheme .arrows .next {
  right: 8px;
}

.switch-site-scheme .arrows .next i + i {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.switch-site-scheme .button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2px;
  width: 57px;
  height: 38px;
  text-align: center;
  overflow: hidden;
  background: #2D2D2D;
  border-radius: 30px;
  z-index: 2;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.04);
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  -webkit-transition-property: background, -webkit-transform, -webkit-box-shadow;
  transition-property: background, -webkit-transform, -webkit-box-shadow;
  -o-transition-property: background, transform, box-shadow;
  transition-property: background, transform, box-shadow;
  transition-property: background, transform, box-shadow, -webkit-transform, -webkit-box-shadow;
}

.switch-site-scheme .button .labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200%;
      -ms-flex: 0 0 200%;
          flex: 0 0 200%;
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  transition: -webkit-transform 400ms ease-in-out;
  -o-transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
}

.switch-site-scheme .button .labels span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.switch-site-scheme.active {
  border-color: #fff;
  background: #E8E8E8;
  -webkit-box-shadow: -3px 3px 18px rgba(49, 49, 49, 0.12), inset 1px -2px 3px rgba(0, 0, 0, 0.18);
          box-shadow: -3px 3px 18px rgba(49, 49, 49, 0.12), inset 1px -2px 3px rgba(0, 0, 0, 0.18);
  color: #353535;
}

.switch-site-scheme.active .button {
  background: #fff;
  -webkit-transform: translateX(25px);
      -ms-transform: translateX(25px);
          transform: translateX(25px);
  -webkit-box-shadow: 0px -3px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0px -3px 8px rgba(0, 0, 0, 0.04);
}

.switch-site-scheme.active .button .labels {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.switch-site-scheme.active .arrows {
  color: #000;
}

.header-on-side-minified .switch-site-scheme {
  left: 120px;
}

.header-on-side .switch-site-scheme {
  left: 245px;
}

@media (max-width: 767.98px) {
  .switch-site-scheme {
    top: auto;
    left: 15px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: 33px;
  }
}

/*
- Before Header Block
*/
.before-header-block {
  background-image: url(../imgs/before-header-bg.jpg);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  line-height: 1;
  padding: 5px 15px;
}

.pace-done .before-header-block {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.before-header-block > *:not(:last-child) {
  margin-right: 15px;
}

/*
- Page Template Template Starting
*/
.page-template-template-starting .notifications-block .notifications-items {
  z-index: 2;
}

.page-template-template-starting [data-animation] {
  opacity: 0;
  visibility: hidden;
}

.page-template-template-starting [data-animation].animated {
  visibility: visible;
}

.page-template-template-starting .site-header {
  position: absolute;
  top: 0 !important;
}

.page-template-template-starting .site-header.fixed {
  position: fixed;
}

.page-template-template-starting .starting-banner .bg-overlay .image {
  background-image: url(../imgs/bg.jpg);
}

@media (min-width: 992px) {
  .page-template-template-starting .starting-banner .heading-block .h {
    font-size: 72px !important;
  }
}

.page-template-template-starting .starting-banner .heading-block .h span:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#48297f), color-stop(48.83929%, #1a82e4), to(#ef3b57)) !important;
  background-image: -o-linear-gradient(left, #48297f 0%, #1a82e4 48.83929%, #ef3b57 100%) !important;
  background-image: linear-gradient(90deg, #48297f 0%, #1a82e4 48.83929%, #ef3b57 100%) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.page-template-template-starting .starting-banner .heading-block .h span:after {
  background-image: url(../../../../plugins/pt-clivo-addons/assets/imgs/music-wave.php%EF%B9%96array=cmdiYSg3MiwgNDEsIDEyNywgMSk7MHx8cmdiYSgyNiwgMTMwLCAyMjgsIDEpOzAuNDg4MzkyODU3MTQyODZ8fHJnYmEoMjM5LCA1OSwgODcsIDEpOzE=.svg) !important;
}

.page-template-template-starting .starting-banner .heading-block .h span i {
  background: -webkit-gradient(linear, left top, right top, from(#48297f), color-stop(48.83929%, #1a82e4), to(#ef3b57));
  background: -o-linear-gradient(left, #48297f 0%, #1a82e4 48.83929%, #ef3b57 100%);
  background: linear-gradient(90deg, #48297f 0%, #1a82e4 48.83929%, #ef3b57 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-template-template-starting .starting-banner .laptop-image .img {
  background-image: url(../imgs/laptop.jpg);
}

.page-template-template-starting .starting-banner .button-style4.type-filled {
  /* &:after {
				@extend %ac2-bg;
				@extend %full-block;
				content: '';
				border-radius: 30px;
				z-index: -1;
				
			} */
}

@-webkit-keyframes bt {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2, 1.5);
            transform: scale(1.2, 1.5);
    opacity: 0;
  }
}

@keyframes bt {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2, 1.5);
            transform: scale(1.2, 1.5);
    opacity: 0;
  }
}

.page-template-template-starting .starting-banner .button-style4.type-filled:before {
  -webkit-animation: 1000ms bt ease-in-out infinite;
          animation: 1000ms bt ease-in-out infinite;
}

.page-template-template-starting .starting-banner .button-style4.type-filled i {
  font-size: 21px;
}

.page-template-template-starting .heading-block .h-top i {
  font-size: 25px;
}

.page-template-template-starting .page-demos {
  background: url(../imgs/bg6.jpg) 50% 0 no-repeat;
  background-size: contain;
  padding-bottom: 100px;
}

.page-template-template-starting .page-demos .buttons-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -60px;
  z-index: 2;
}

.page-template-template-starting .page-demos .buttons-block .button {
  background: #071F54;
  color: #DADADA;
  height: 40px;
  font-weight: bold;
  font-size: 14px;
  padding: 0 27px 0 20px;
  border-radius: 18px;
  -webkit-box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.6);
          box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.6);
  margin-right: 15px;
  overflow: visible;
  cursor: default;
}

.page-template-template-starting .page-demos .buttons-block .button.elementor-button {
  background: -o-linear-gradient(45deg, #311C3C 0%, #7C1831 100%);
  background: linear-gradient(45deg, #311C3C 0%, #7C1831 100%);
}

.page-template-template-starting .page-demos .buttons-block .button.soon:before {
  content: '';
  background: #000;
  opacity: .45;
  border-radius: 18px;
}

.page-template-template-starting .page-demos .buttons-block .button.soon:after {
  content: 'soon';
  position: absolute;
  top: -4px;
  right: -3px;
  font-family: 'Roboto Condensed';
  font-weight: bold;
  font-size: 8px;
  text-transform: uppercase;
  background: #A07052;
  border-radius: 2px;
  line-height: 12px;
  padding: 0 4px;
}

.page-template-template-starting .page-demos .buttons-block .button-all {
  background: #1E1E1E;
  color: #fff;
  height: 60px;
  width: 190px;
  font-family: 'Roboto Condensed';
  font-weight: bold;
  font-size: 20px;
  margin-left: 15px;
}

.page-template-template-starting .page-demos .buttons-block .button-all i {
  margin-left: 5px;
  font-size: 0.8em;
}

@media (max-width: 767.98px) {
  .page-template-template-starting .page-demos .buttons-block {
    display: none;
  }
}

.page-template-template-starting .page-demos .filter-buttons-block {
  height: 76px;
  margin-bottom: 25px;
  /* &.fixed .filter-buttons {
				position: fixed;
				width: 100%;
				bottom: -76px;
			} */
}

.page-template-template-starting .page-demos .filter-buttons-block .filter-buttons {
  margin-bottom: 0;
}

.page-template-template-starting .page-demos .filter-buttons-block .filter-buttons.fixed-type {
  position: fixed;
  bottom: 0;
  margin: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  z-index: 200;
}

.page-template-template-starting .page-demos .filter-buttons-block .filter-buttons.fixed-type.show {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.page-template-template-starting .filter-buttons {
  position: relative;
  display: block;
  margin: 0 -10px 25px 0;
  padding: 25px 0;
  color: #fff;
  z-index: 1;
}

.page-template-template-starting .filter-buttons:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 120vw;
  height: 100%;
  background: #1E1E1E;
  margin-left: -60vw;
  z-index: -1;
}

.page-template-template-starting .filter-buttons.center .swiper-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767.98px) {
  .page-template-template-starting .filter-buttons.center .swiper-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.page-template-template-starting .filter-buttons .button {
  color: #C7C7C7;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  padding: 2px 13px 0;
  border: 1px solid transparent;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  line-height: 22px;
  border-radius: 18px;
  pointer-events: all;
  white-space: nowrap;
  width: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.page-template-template-starting .filter-buttons .button:not(:last-child) {
  margin-right: 10px;
}

.page-template-template-starting .filter-buttons .button.current {
  border-color: #616161;
  color: #fff;
}

.page-template-template-starting .filter-buttons .button:not(.current):hover {
  border-color: #616161;
}

@-webkit-keyframes showPageItem {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  70% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes showPageItem {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  70% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

.page-template-template-starting .page-item {
  margin-bottom: 30px;
  opacity: 0;
}

.page-template-template-starting .page-item .sticker {
  top: -9px;
  right: -9px;
}

.page-template-template-starting .page-item .sticker.coming-soon {
  background: -webkit-gradient(linear, right top, left top, from(#F964D8), to(#F964D8));
  background: -o-linear-gradient(right, #F964D8 0%, #F964D8 100%);
  background: linear-gradient(270deg, #F964D8 0%, #F964D8 100%);
}

.page-template-template-starting .page-item .sticker.coming-soon:before {
  background: -webkit-gradient(linear, right top, left top, from(#F964D8), to(#FF3969));
  background: -o-linear-gradient(right, #F964D8 0%, #FF3969 100%);
  background: linear-gradient(270deg, #F964D8 0%, #FF3969 100%);
}

.page-template-template-starting .page-item.show {
  -webkit-animation: showPageItem 700ms ease-in-out;
          animation: showPageItem 700ms ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.page-template-template-starting .page-item .img {
  position: relative;
  padding-bottom: 65%;
  background-color: #ccc;
  -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
}

.page-template-template-starting .page-item .img:before {
  content: '';
  background: rgba(0, 0, 0, 0.3);
}

.page-template-template-starting .page-item .img .buttons {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-template-template-starting .page-item .img .buttons a {
  background: #0F74A8;
  color: #DADADA;
  height: 40px;
  font-weight: bold;
  font-size: 14px;
  padding: 0 10px 0 0px;
  border-radius: 30px;
  -webkit-box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.6);
          box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.6);
  margin-right: 15px;
  overflow: visible;
  width: 150px;
}

.page-template-template-starting .page-item .img .buttons a.elementor-button {
  background: -o-linear-gradient(5.38deg, #542D6F 5.65%, #E2335E 90.44%);
  background: linear-gradient(84.62deg, #542D6F 5.65%, #E2335E 90.44%);
}

.page-template-template-starting .page-item .img .buttons a.elementor-button img {
  margin-right: 0;
}

.page-template-template-starting .page-item .img .buttons a:last-child {
  margin-right: 0;
}

.page-template-template-starting .page-item .categories {
  font-family: 'Roboto Condensed';
  font-size: 12px;
  line-height: 24px;
  color: #4E4E4E;
  margin-top: 11px;
}

.page-template-template-starting .page-item .title {
  font-family: 'HKGrotesk';
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

.page-template-template-starting .page-item .title a {
  color: inherit;
  position: relative;
}

.page-template-template-starting .page-item .title a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -10px;
  height: 30px;
  background: #F6F6F6;
  width: 55px;
  margin-top: -15px;
  z-index: -1;
}

.page-template-template-starting .pages-items.center .page-item {
  text-align: center;
}

.page-template-template-starting .pages-items.center .page-item .title {
  display: inline-block;
}

.page-template-template-starting .cl-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #A8A8A8;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.page-template-template-starting .cl-block:before, .page-template-template-starting .cl-block:after {
  color: #554131;
  font-size: 22px;
}

.page-template-template-starting .cl-block:before {
  content: '[';
  margin-right: 8px;
}

.page-template-template-starting .cl-block:after {
  content: ']';
  margin-left: 8px;
}

@media (max-width: 767.98px) {
  .page-template-template-starting .cl-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-template-template-starting .builders-block {
  padding: 37px 40px 46px;
  background: rgba(43, 43, 43, 0.92);
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.page-template-template-starting .builders-block .item .label {
  font-family: HKGrotesk;
  font-weight: 600;
  color: #8E8E8E;
  margin-bottom: 8px;
}

.page-template-template-starting .builders-block .item svg {
  display: block;
  width: 100%;
  height: auto;
}

.page-template-template-starting .builders-block .item:not(:last-child) {
  margin-bottom: 27px;
}

@media (max-width: 767.98px) {
  .page-template-template-starting .builders-block {
    margin-top: 30px;
    padding: 25px 15px 30px;
  }
}

.page-template-template-starting .heading-side .sub-h {
  color: #8B8B8B;
  font-weight: 500;
  margin-bottom: 1px;
}

.page-template-template-starting .heading-side .h {
  font-family: HKGrotesk;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.22;
  margin: 0;
}

@media (max-width: 767.98px) {
  .page-template-template-starting .heading-side {
    text-align: center;
  }
}

.page-template-template-starting .feature-block {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-template-template-starting .feature-block .heading-block {
  margin: 0 0 46px;
}

.page-template-template-starting .feature-block .heading-block .h span {
  background: -webkit-gradient(linear, left top, right top, from(#FF4343), color-stop(120%, #880C8A));
  background: -o-linear-gradient(left, #FF4343 0%, #880C8A 120%);
  background: linear-gradient(90deg, #FF4343 0%, #880C8A 120%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-template-template-starting .feature-block .heading-block .h span:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#FF4343), color-stop(120%, #880C8A)) !important;
  background-image: -o-linear-gradient(left, #FF4343 0%, #880C8A 120%) !important;
  background-image: linear-gradient(90deg, #FF4343 0%, #880C8A 120%) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.page-template-template-starting .feature-block .col-carousel {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  max-width: 300px;
}

@media (max-width: 767.98px) {
  .page-template-template-starting .feature-block .col-carousel {
    margin: 0 auto;
  }
}

.messages-block .cl-block,
.page-template-template-starting .feature-block .cl-block {
  margin: 30px 0;
}

.page-template-template-starting .vertical-carousel .prev,
.page-template-template-starting .vertical-carousel .next {
  position: relative;
  cursor: pointer;
  z-index: 3;
}

.page-template-template-starting .vertical-carousel .prev.disabled,
.page-template-template-starting .vertical-carousel .next.disabled {
  opacity: .2;
  pointer-events: none;
}

.page-template-template-starting .vertical-carousel .prev {
  margin-bottom: 14px;
}

.page-template-template-starting .vertical-carousel .slides {
  overflow: hidden;
}

.page-template-template-starting .vertical-carousel .slide {
  color: #3D3D3D;
  line-height: 1.62;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  margin-bottom: 14px;
  opacity: 0;
  pointer-events: none;
}

.page-template-template-starting .vertical-carousel .slide.current-slide {
  color: #878787;
}

.page-template-template-starting .vertical-carousel .slide.prev-slide, .page-template-template-starting .vertical-carousel .slide.current-slide, .page-template-template-starting .vertical-carousel .slide.next-slide {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .page-template-template-starting .vertical-carousel {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.page-template-template-starting .messages-block {
  padding: 100px 0 0;
  background-image: url(../imgs/bg3.jpg);
}

.page-template-template-starting .messages-block .cl-block {
  color: #403F3F;
}

.page-template-template-starting .messages-block .cl-block:before, .page-template-template-starting .messages-block .cl-block:after {
  opacity: 0.2;
}

.page-template-template-starting .messages-block .message-steps-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 255px;
      -ms-flex: 0 0 255px;
          flex: 0 0 255px;
  max-width: 255px;
  margin-bottom: 60px;
}

.page-template-template-starting .messages-block .message-steps-col .button-style4 {
  height: 40px;
  padding: 0 25px;
}

.page-template-template-starting .message-steps {
  margin-top: 17px;
  margin-bottom: 30px;
}

.page-template-template-starting .message-steps .step {
  position: relative;
  counter-increment: index;
  padding-left: 30px;
  color: #515151;
  line-height: 1.37;
  margin-bottom: 20px;
}

.page-template-template-starting .message-steps .step:before {
  content: counter(index);
  position: absolute;
  top: 0;
  left: 0;
  width: 1.66667em;
  height: 1.66667em;
  font-size: 12px;
  font-weight: 500;
  background: #8BC34A;
  color: #fff;
  border-radius: 50%;
}

.page-template-template-starting .message-steps .step span {
  display: block;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.page-template-template-starting .message-steps .step.active:before {
  top: 5px;
}

.page-template-template-starting .message-steps .step.active span {
  display: inline-block;
  background: #8BC34A;
  color: #fff;
  border-radius: 4px;
  padding: 4px 11px;
}

.page-template-template-starting .message-steps .step.active span:before {
  top: 33px !important;
}

.page-template-template-starting .message-steps .step:not(:last-child) span:before, .page-template-template-starting .message-steps .step:not(:last-child) span:after {
  content: '';
  position: absolute;
}

.page-template-template-starting .message-steps .step:not(:last-child) span:before {
  top: 28px;
  left: 9px;
  bottom: -12px;
  width: 1px;
  background: #AFAFAF;
}

.page-template-template-starting .message-steps .step:not(:last-child) span:after {
  left: 7px;
  bottom: -12px;
  color: #AFAFAF;
  border-right: 1px solid;
  border-bottom: 1px solid;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page-template-template-starting .message-image-block {
  position: relative;
}

.page-template-template-starting .message-image-block img {
  display: block;
}

.page-template-template-starting .message-image-block .plane {
  position: absolute;
  top: 60%;
  left: -31%;
}

.page-template-template-starting .message-image-block .blur-block {
  position: absolute;
  right: 25px;
  bottom: 20px;
  width: 80%;
  background-image: url(../imgs/blur-bg.jpg);
  -webkit-filter: blur(62.382px);
          filter: blur(62.382px);
}

.page-template-template-starting .message-image-block .blur-block:before {
  content: '';
  display: block;
  padding-bottom: 58.04196%;
}

.page-template-template-starting .message-image-block .img {
  position: relative;
  border-radius: 8px 8px 0 0;
  -webkit-box-shadow: 18px 25px 45px rgba(28, 36, 54, 0.55);
          box-shadow: 18px 25px 45px rgba(28, 36, 54, 0.55);
  background-size: cover;
  background-position: 50% 0;
  overflow: hidden;
}

.page-template-template-starting .message-image-block .img:before {
  content: '';
  background: rgba(29, 29, 30, 0.05);
}

.page-template-template-starting .message-image-block .img:after {
  content: '';
  display: block;
  padding-bottom: 93%;
}

.responsive-slider .notifications-block,
.powerful-wp-block .notifications-block,
.page-template-template-starting .message-image-block .notifications-block {
  position: absolute;
  right: -20px;
  bottom: -45px;
}

.responsive-slider .notifications-block .notifications-items,
.powerful-wp-block .notifications-block .notifications-items,
.page-template-template-starting .message-image-block .notifications-block .notifications-items {
  position: relative;
  width: auto;
}

.responsive-slider .notifications-block .notification-item,
.powerful-wp-block .notifications-block .notification-item,
.page-template-template-starting .message-image-block .notifications-block .notification-item {
  position: relative;
  opacity: 1;
  margin-bottom: 18px;
  max-width: 355px;
}

.responsive-slider .notifications-block .notification-item:first-child,
.powerful-wp-block .notifications-block .notification-item:first-child,
.page-template-template-starting .message-image-block .notifications-block .notification-item:first-child {
  margin-left: 40px;
}

@media (max-width: 767.98px) {
  .responsive-slider .notifications-block,
  .powerful-wp-block .notifications-block,
  .page-template-template-starting .message-image-block .notifications-block {
    display: none !important;
  }
}

.page-template-template-starting .message-image-block .notifications-block {
  bottom: auto;
  top: 78px;
  right: -70px;
}

.page-template-template-starting .message-image-block .notifications-block .notification-item:first-child {
  margin-left: 0;
}

.page-template-template-starting .message-image-block .notifications-block .notification-item:last-child {
  margin-left: 30px;
}

@media (max-width: 767.98px) {
  .page-template-template-starting .message-image-block .img,
  .page-template-template-starting .message-image-block .plane {
    display: none;
  }
}

.page-template-template-starting .portfolio-variation-block {
  position: relative;
  background-color: #F1F3F5;
  padding: 100px 30px 160px;
  overflow: hidden;
  z-index: 1;
}

.page-template-template-starting .portfolio-variation-block .decor-bg {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 90%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page-template-template-starting .portfolio-variation-block .circles {
  position: absolute;
  top: 45%;
  right: 0;
  width: 770px;
  height: 770px;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.page-template-template-starting .portfolio-variation-block .circles + .circles {
  top: auto;
  bottom: 35%;
  left: 0;
  right: auto;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

@-webkit-keyframes bCircles {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  10%,
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes bCircles {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  10%,
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

.page-template-template-starting .portfolio-variation-block .circles .svg {
  z-index: 0;
}

.page-template-template-starting .portfolio-variation-block .circles .svg .p {
  background: url(../imgs/circle.svg) 50% no-repeat;
  background-size: 100%;
  -webkit-animation: bCircles 6000ms infinite ease-in-out;
          animation: bCircles 6000ms infinite ease-in-out;
  opacity: 0;
}

.page-template-template-starting .portfolio-variation-block .circles .svg .p2 {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}

.page-template-template-starting .portfolio-variation-block .circles .svg .p3 {
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms;
}

.page-template-template-starting .portfolio-variation-block .circles .svg .p4 {
  -webkit-animation-delay: 4500ms;
          animation-delay: 4500ms;
}

.page-template-template-starting .portfolio-variation-block .heading-block {
  margin-top: 0;
  margin-bottom: 50px;
}

.page-template-template-starting .portfolio-variation-block .heading-block .sub-h {
  color: #4B4B4B;
}

.page-template-template-starting .portfolio-variation-block .heading-block .sub-h:before {
  background: #DDDFE0;
}

.page-template-template-starting .portfolio-variation-block .heading-block .h span {
  background: -webkit-gradient(linear, left top, right top, from(#452E84), to(#1A80E2));
  background: -o-linear-gradient(left, #452E84 0%, #1A80E2 100%);
  background: linear-gradient(90deg, #452E84 0%, #1A80E2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-template-template-starting .portfolio-variation-block .heading-block .h span:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#452E84), to(#1A80E2)) !important;
  background-image: -o-linear-gradient(left, #452E84 0%, #1A80E2 100%) !important;
  background-image: linear-gradient(90deg, #452E84 0%, #1A80E2 100%) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.page-template-template-starting .portfolio-variation-block .filter-buttons {
  margin-bottom: 35px;
  padding: 0;
}

.page-template-template-starting .portfolio-variation-block .filter-buttons:before {
  display: none;
  background: #DEDEDE;
}

.page-template-template-starting .portfolio-variation-block .filter-buttons .button {
  color: #4B4B4B;
}

.page-template-template-starting .portfolio-variation-block .filter-buttons .button.current {
  border-color: #b2b2b2;
  color: #000;
}

.page-template-template-starting .portfolio-variation-block .filter-buttons .button:hover {
  border-color: #b2b2b2;
}

@media (max-width: 767.98px) {
  .page-template-template-starting .portfolio-variation-block {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-template-starting .portfolio-variation-block .prev:not(:hover),
  .page-template-template-starting .portfolio-variation-block .next:not(:hover) {
    color: #fff;
  }
}

.page-template-template-starting .responsive-block {
  position: relative;
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url(../imgs/bg7.jpg);
  z-index: 1;
}

.page-template-template-starting .responsive-block .heading-block {
  margin-top: 0;
  margin-bottom: 50px;
}

.page-template-template-starting .responsive-block .heading-block .sub-h {
  color: #A4A4A4;
}

.page-template-template-starting .responsive-block .heading-block .sub-h:before {
  background: #2f2f2f !important;
}

.page-template-template-starting .responsive-block .heading-block .h span {
  background: -webkit-gradient(linear, left top, right top, from(#7F74FE), to(#FA6C86));
  background: -o-linear-gradient(left, #7F74FE 0%, #FA6C86 100%);
  background: linear-gradient(90deg, #7F74FE 0%, #FA6C86 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-template-template-starting .responsive-block .heading-block .h span:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#7F74FE), to(#FA6C86)) !important;
  background-image: -o-linear-gradient(left, #7F74FE 0%, #FA6C86 100%) !important;
  background-image: linear-gradient(90deg, #7F74FE 0%, #FA6C86 100%) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.page-template-template-starting .responsive-slider-block {
  position: relative;
  padding: 80px 0 90px;
}

.page-template-template-starting .responsive-slider-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 70%;
  height: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #232323;
  border-radius: 8px;
}

.page-template-template-starting .responsive-slider-block .bottom-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 88px;
  position: relative;
  z-index: 2;
}

.page-template-template-starting .responsive-slider-block .bottom-content .button-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 320px;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  text-align: center;
}

.page-template-template-starting .responsive-slider-block .bottom-content .text {
  line-height: 1.62;
  color: #CDCDCD;
  max-width: 530px;
}

.page-template-template-starting .responsive-slider-block .bottom-content .text b {
  color: #fff;
}

@media (max-width: 767.98px) {
  .page-template-template-starting .responsive-slider-block {
    padding: 30px 0 40px;
  }
  .page-template-template-starting .responsive-slider-block .bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .page-template-template-starting .responsive-slider-block .bottom-content .button-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
}

.page-template-template-starting .responsive-slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-template-starting .responsive-slider .prev,
.page-template-template-starting .responsive-slider .next {
  position: absolute;
  top: 50%;
  font-size: 20px;
  margin-top: -.5em;
  cursor: pointer;
}

.page-template-template-starting .responsive-slider .prev {
  left: 0;
}

.page-template-template-starting .responsive-slider .next {
  right: 0;
}

.page-template-template-starting .responsive-slider .mobile-slider {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 144px;
      -ms-flex: 0 0 144px;
          flex: 0 0 144px;
  max-width: 144px;
  margin-left: 75px;
  z-index: 1;
}

.page-template-template-starting .responsive-slider .mobile-slider:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 286%;
  height: 161%;
  background: url(../imgs/phone.png) 50% no-repeat;
  background-size: cover;
  pointer-events: none;
  -webkit-transform: translate(-51.2%, -46.5%);
      -ms-transform: translate(-51.2%, -46.5%);
          transform: translate(-51.2%, -46.5%);
  z-index: 2;
}

.page-template-template-starting .responsive-slider .mobile-slider .swiper-container {
  width: 100%;
  border-radius: 18px;
}

.page-template-template-starting .responsive-slider .mobile-slider .swiper-slide:before {
  content: '';
  display: block;
  padding-bottom: 217.4216%;
}

.page-template-template-starting .responsive-slider .laptop-slider {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  margin: 0 155px 0 105px;
}

.page-template-template-starting .responsive-slider .laptop-slider:before {
  content: '';
  position: absolute;
  top: -12.8%;
  left: -23.1%;
  right: -23.1%;
  bottom: -35.2%;
  background: url(../imgs/macbook.png) no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}

.page-template-template-starting .responsive-slider .laptop-slider:after {
  content: '';
  position: absolute;
  top: 20%;
  left: 33%;
  right: -10%;
  bottom: 0%;
  background: url(../imgs/blur-bg.jpg) no-repeat;
  background-size: cover;
  -webkit-transform: rotate(185deg);
      -ms-transform: rotate(185deg);
          transform: rotate(185deg);
  -webkit-filter: blur(122.382px);
          filter: blur(122.382px);
  z-index: -1;
}

.page-template-template-starting .responsive-slider .laptop-slider .swiper-slide:before {
  content: '';
  display: block;
  padding-bottom: 62.00318%;
}

.page-template-template-starting .responsive-slider .counter-block {
  position: absolute;
  right: 75px;
  bottom: -138px;
}

.page-template-template-starting .responsive-slider .counter-block .total {
  color: #898989;
}

.page-template-template-starting .responsive-slider .notifications-block {
  top: -65px;
  right: 15px;
  bottom: auto;
}

.page-template-template-starting .responsive-slider .notifications-block .notification-item:first-child {
  margin-left: 0;
}

.page-template-template-starting .responsive-slider .notifications-block .notification-item + .notification-item {
  margin-left: 50px;
}

@media (max-width: 991.98px) {
  .page-template-template-starting .responsive-slider .counter-block {
    display: none;
  }
  .page-template-template-starting .responsive-slider .mobile-slider {
    margin-left: 50px;
  }
  .page-template-template-starting .responsive-slider .laptop-slider {
    margin: 0 55px 0 90px;
  }
}

@media (max-width: 767.98px) {
  .page-template-template-starting .responsive-slider .mobile-slider {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
  .page-template-template-starting .responsive-slider .laptop-slider {
    margin: 0 55px 0 55px;
  }
}

@media (max-width: 575.98px) {
  .page-template-template-starting .responsive-slider .mobile-slider {
    display: none;
  }
}

.page-template-template-starting .responsive-points-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #232323;
  color: #B9B9B9;
  margin: 25px auto;
  max-width: 535px;
  border-radius: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden;
}

.page-template-template-starting .responsive-points-block .item {
  position: relative;
  margin: 13px 22px;
}

.page-template-template-starting .responsive-points-block .item:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -22px;
  height: 20px;
  width: 1px;
  margin-top: -10px;
  background: #353535;
}

@media (min-width: 768px) {
  .page-template-template-starting .responsive-points-block .item:last-child:before {
    display: none;
  }
}

.page-template-template-starting .responsive-points-block .item .w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-template-starting .responsive-points-block .item .icon {
  position: relative;
  margin-right: 7px;
  height: 40px;
}

.page-template-template-starting .responsive-points-block .item .icon:before {
  content: '';
  background: url(../imgs/svg/icon-border.svg) 50% no-repeat;
  background-size: contain;
  display: none;
}

.page-template-template-starting .responsive-points-block .item .icon img {
  display: block;
}

.page-template-template-starting .responsive-points-block .item .label {
  font-weight: 500;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .page-template-template-starting .responsive-points-block {
    max-width: 277px;
  }
  .page-template-template-starting .responsive-points-block .item:before {
    right: -24px;
  }
}

.page-template-template-starting .blog-variation-block {
  position: relative;
  padding: 100px 0 150px;
  background: url(../imgs/bg11.jpg) 50% 0 no-repeat;
  background-size: 100% auto;
  background-color: #212234 !important;
  z-index: 1;
}

.page-template-template-starting .blog-variation-block .heading-block {
  margin-top: 0;
  margin-bottom: 50px;
}

.page-template-template-starting .blog-variation-block .heading-block .sub-h {
  color: #9C9C9C;
}

.page-template-template-starting .blog-variation-block .heading-block .sub-h:before {
  background: rgba(51, 52, 71, 0.95) !important;
}

.page-template-template-starting .blog-variation-block .heading-block .h span {
  background: -webkit-gradient(linear, left top, right top, from(#ff4343), to(#d6305b));
  background: -o-linear-gradient(left, #ff4343 0%, #d6305b 100%);
  background: linear-gradient(90deg, #ff4343 0%, #d6305b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-template-template-starting .blog-variation-block .heading-block .h span:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff4343), to(#d6305b)) !important;
  background-image: -o-linear-gradient(left, #ff4343 0%, #d6305b 100%) !important;
  background-image: linear-gradient(90deg, #ff4343 0%, #d6305b 100%) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.page-template-template-starting .blog-variation-block .filter-buttons {
  padding: 0;
  margin-bottom: 35px;
}

.page-template-template-starting .blog-variation-block .filter-buttons:before {
  display: none;
  background: #F1F1F1;
}

.page-template-template-starting .blog-variation-block .pages-carousel.with-title .swiper-slide .title a:before {
  background: #2E2F43;
}

.page-template-template-starting .blog-variation-block .pages-carousel {
  max-width: 920px;
}

.page-template-template-starting .blog-variation-block .pages-carousel:before, .page-template-template-starting .blog-variation-block .pages-carousel:after {
  content: '';
  position: absolute;
  top: 50%;
  height: 455px;
  width: 40vw;
  background-image: url(../imgs/bg12.jpg);
  margin-top: -227.5px;
  opacity: 0.3;
}

@media (max-width: 575.98px) {
  .page-template-template-starting .blog-variation-block .pages-carousel:before, .page-template-template-starting .blog-variation-block .pages-carousel:after {
    display: none;
  }
}

.page-template-template-starting .blog-variation-block .pages-carousel:after {
  left: 100%;
  background-position: 0 50%;
}

.page-template-template-starting .blog-variation-block .pages-carousel:before {
  right: 100%;
  background-position: 100% 50%;
}

.page-template-template-starting .blog-variation-block .pages-carousel .swiper-slide:not(.swiper-slide-active) {
  opacity: 0;
}

@media (max-width: 767.98px) {
  .page-template-template-starting .blog-variation-block .pages-carousel .prev:not(:hover),
  .page-template-template-starting .blog-variation-block .pages-carousel .next:not(:hover) {
    color: #000;
  }
}

.page-template-template-starting .shop-features-block {
  position: relative;
  padding: 100px 30px 110px;
  background-image: url(../imgs/bg8.jpg);
  z-index: 1;
}

.page-template-template-starting .shop-features-block .heading-block {
  margin-top: 0;
  margin-bottom: 50px;
}

.page-template-template-starting .shop-features-block .heading-block .sub-h {
  color: #4B4B4B;
}

.page-template-template-starting .shop-features-block .heading-block .sub-h:before {
  background: #d9d9d9 !important;
}

.page-template-template-starting .shop-features-block .heading-block .h span {
  background: -webkit-gradient(linear, left top, right top, from(#442e84), to(#2b5bb7));
  background: -o-linear-gradient(left, #442e84 0%, #2b5bb7 100%);
  background: linear-gradient(90deg, #442e84 0%, #2b5bb7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-template-template-starting .shop-features-block .heading-block .h span:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#442e84), to(#2b5bb7)) !important;
  background-image: -o-linear-gradient(left, #442e84 0%, #2b5bb7 100%) !important;
  background-image: linear-gradient(90deg, #442e84 0%, #2b5bb7 100%) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.page-template-template-starting .shop-features-block .filter-buttons:before {
  background: #F1F1F1;
}

.page-template-template-starting .shop-features-block .filter-buttons .button {
  color: #4B4B4B;
}

.page-template-template-starting .shop-features-block .filter-buttons .button.current {
  color: #000;
  border-color: #bfbfbf;
}

.page-template-template-starting .shop-features-block .bottom-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 34px;
  z-index: 2;
}

.page-template-template-starting .shop-features-block .bottom-content .button-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 320px;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  text-align: center;
}

.page-template-template-starting .shop-features-block .bottom-content .text {
  line-height: 1.62;
  color: #323232;
  max-width: 445px;
}

.page-template-template-starting .shop-features-block .bottom-content .text b {
  color: #353535;
}

@media (max-width: 767.98px) {
  .page-template-template-starting .shop-features-block {
    padding: 30px 0 40px;
  }
  .page-template-template-starting .shop-features-block .bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .page-template-template-starting .shop-features-block .bottom-content .button-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
}

.page-template-template-starting .pages-carousel {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
}

.page-template-template-starting .pages-carousel .prev,
.page-template-template-starting .pages-carousel .next {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  font-size: 20px;
  z-index: 2;
  cursor: pointer;
}

.page-template-template-starting .pages-carousel .prev {
  left: -35px;
}

@media (max-width: 767.98px) {
  .page-template-template-starting .pages-carousel .prev {
    left: 5px;
  }
}

.page-template-template-starting .pages-carousel .next {
  right: -35px;
}

@media (max-width: 767.98px) {
  .page-template-template-starting .pages-carousel .next {
    right: 5px;
  }
}

.page-template-template-starting .pages-carousel .swiper-container {
  overflow: visible;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.page-template-template-starting .pages-carousel .swiper-container.loading {
  opacity: 0;
}

.page-template-template-starting .pages-carousel .swiper-slide {
  -webkit-box-shadow: 2px 4px 60px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 4px 60px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.page-template-template-starting .pages-carousel .swiper-slide:before {
  content: '';
  display: block;
  padding-bottom: 57.64706%;
}

.page-template-template-starting .pages-carousel .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.page-template-template-starting .pages-carousel.with-title .swiper-slide {
  position: relative;
}

.page-template-template-starting .pages-carousel.with-title .swiper-slide:before {
  display: none;
}

.page-template-template-starting .pages-carousel.with-title .swiper-slide .img {
  padding-bottom: 65.33784%;
  border-radius: 8px;
}

.page-template-template-starting .pages-carousel.with-title .swiper-slide .title {
  position: absolute;
  left: 50%;
  top: 100%;
  font-family: 'HKGrotesk';
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  -webkit-transform: translate(-50%, 110px);
      -ms-transform: translate(-50%, 110px);
          transform: translate(-50%, 110px);
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  white-space: nowrap;
  opacity: 0;
}

.page-template-template-starting .pages-carousel.with-title .swiper-slide .title a {
  color: inherit;
  position: relative;
}

.page-template-template-starting .pages-carousel.with-title .swiper-slide .title a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -10px;
  height: 30px;
  background: #F6F6F6;
  width: 55px;
  margin-top: -15px;
  z-index: -1;
}

.page-template-template-starting .pages-carousel.with-title .swiper-slide.swiper-slide-active .title {
  -webkit-transform: translate(-50%, 33px);
      -ms-transform: translate(-50%, 33px);
          transform: translate(-50%, 33px);
  opacity: 1;
}

.page-template-template-starting .shop-feature-icons-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #F6F6F6;
  color: #000;
  margin: -163px auto 25px;
  border-radius: 8px;
  max-width: 915px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 205px;
  padding-bottom: 45px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.page-template-template-starting .shop-feature-icons-block .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 13px 22px;
}

.page-template-template-starting .shop-feature-icons-block .item .icon {
  position: relative;
  margin-right: 7px;
  height: 48px;
  min-width: 48px;
}

.page-template-template-starting .shop-feature-icons-block .item .icon:before {
  content: '';
  background: url(../imgs/svg/icon-border2.svg) 50% no-repeat;
  background-size: contain;
}

.page-template-template-starting .shop-feature-icons-block .item .icon img {
  display: block;
}

.page-template-template-starting .shop-feature-icons-block .item .label {
  font-weight: 500;
  line-height: 1.12;
}

.page-template-template-starting .powerful-wp-block {
  position: relative;
  padding: 100px 0 165px;
  background-image: url(../imgs/bg9.jpg);
  z-index: 1;
}

.page-template-template-starting .powerful-wp-block .heading-block {
  margin-top: 0;
  margin-bottom: 50px;
}

.page-template-template-starting .powerful-wp-block .heading-block .sub-h {
  color: #A4A4A4;
}

.page-template-template-starting .powerful-wp-block .heading-block .sub-h:before {
  background: #2f2f2f !important;
}

.page-template-template-starting .powerful-wp-block .heading-block .h span {
  background: -o-linear-gradient(359.98deg, #8174FC 0.96%, #D16FAD 35.04%);
  background: linear-gradient(90.02deg, #8174FC 0.96%, #D16FAD 35.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-template-template-starting .powerful-wp-block .heading-block .h span:before {
  background: -o-linear-gradient(359.98deg, #8174FC 0.96%, #D16FAD 35.04%) !important;
  background: linear-gradient(90.02deg, #8174FC 0.96%, #D16FAD 35.04%) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.page-template-template-starting .powerful-wp-block .bottom-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 117px 0 77px;
  margin: -82px 40px 0;
  background: #222222;
  border-radius: 12px;
}

.page-template-template-starting .powerful-wp-block .bottom-content:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 783px;
  height: 452px;
  background: url(../imgs/shadow.png) 50% no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.page-template-template-starting .powerful-wp-block .bottom-content .button-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 320px;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  text-align: center;
}

.page-template-template-starting .powerful-wp-block .bottom-content .text {
  line-height: 1.62;
  color: #B1B1B1;
  max-width: 445px;
}

.page-template-template-starting .powerful-wp-block .bottom-content .text b {
  color: #fff;
}

.page-template-template-starting .powerful-wp-block .notifications-block {
  bottom: -125px;
  right: -125px;
}

.page-template-template-starting .powerful-wp-block .notifications-block .notification-item {
  background: #2c2c2c;
}

.page-template-template-starting .powerful-wp-block .notifications-block .notification-item:first-child {
  margin-left: 140px;
}

.page-template-template-starting .powerful-wp-block .notifications-block .notification-item .stars {
  font-size: 8px;
  margin-right: 10px;
}

.page-template-template-starting .powerful-wp-block .notifications-block .notification-item .stars i {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../imgs/svg/star_2.svg) 50% no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 767.98px) {
  .page-template-template-starting .powerful-wp-block {
    padding: 30px 0 40px;
  }
  .page-template-template-starting .powerful-wp-block .bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin: -100px 0px 0;
    padding: 117px 15px 40px;
  }
  .page-template-template-starting .powerful-wp-block .bottom-content .button-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
}

.page-template-template-starting .powerful-icon-box {
  padding: 0 95px;
  position: relative;
  z-index: 3;
}

.page-template-template-starting .powerful-icon-box .item {
  margin-bottom: 30px;
}

.page-template-template-starting .powerful-icon-box .item .sub-l {
  color: #8B8B8B;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 3px;
}

.page-template-template-starting .powerful-icon-box .item .label {
  font-weight: bold;
  font-size: 24px;
  font-family: HKGrotesk;
  line-height: 1.2;
  margin-bottom: 24px;
}

.page-template-template-starting .powerful-icon-box .item .icon {
  width: 96px;
  height: 96px;
  background: url(../imgs/svg/icon-bg.svg) 50% no-repeat;
  background-size: contain;
  margin-left: 20px;
}

.page-template-template-starting .powerful-icon-box .item .icon img {
  display: block;
}

@media (max-width: 767.98px) {
  .page-template-template-starting .powerful-icon-box {
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  .page-template-template-starting .powerful-icon-box .item .label {
    font-size: 18px;
  }
}

.page-template-template-starting .subscribe-form-block {
  background: url(../imgs/bg10.jpg) 50% no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.page-template-template-starting .subscribe-form-block .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-template-starting .subscribe-form-block .heading-block {
  margin: 0 0 37px;
}

.page-template-template-starting .subscribe-form-block .buttons-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 290px;
  background: #252525;
}

.page-template-template-starting .subscribe-form-block .buttons-col h3 {
  margin: 0 0 23px;
}

.page-template-template-starting .subscribe-form-block .buttons-col .buttons .button-style4 {
  height: 40px;
  margin: 5px;
}

@media (max-width: 767.98px) {
  .page-template-template-starting .subscribe-form-block .buttons-col {
    margin: 50px -15px 0;
    height: 230px;
  }
  .page-template-template-starting .subscribe-form-block .buttons-col h3 {
    font-size: 30px !important;
  }
}

.page-template-template-starting .theme-desc-block .sh {
  color: #9091A3;
  font-size: 15px;
  margin-bottom: 10px;
}

.page-template-template-starting .theme-desc-block .text {
  font-family: HKGrotesk;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.28571;
  margin-bottom: 13px;
}

@media (max-width: 767.98px) {
  .page-template-template-starting .theme-desc-block {
    margin-bottom: 25px;
  }
}

.page-template-template-starting .theme-price-block {
  text-align: center;
}

.page-template-template-starting .theme-price-block .start {
  color: #B8B8B8;
  text-transform: uppercase;
  line-height: 1.1875;
  margin-bottom: 11px;
}

.page-template-template-starting .theme-price-block .price {
  font-weight: 500;
  font-size: 72px;
  line-height: 1;
  margin-bottom: 15px;
}

.page-template-template-starting .theme-price-block .price span {
  display: inline-block;
  font-size: 0.5em;
  vertical-align: top;
  margin-top: 0.28em;
}

.page-template-template-starting .site-footer {
  padding-top: 75px;
  padding-bottom: 80px;
}

@media (max-width: 767.98px) {
  .page-template-template-starting .site-footer {
    text-align: center;
  }
  .page-template-template-starting .site-footer .site-logo {
    margin: 0 auto 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-template-template-starting .footer-bottom {
  font-size: 13px;
  background: #061437;
  color: #fff;
}

.page-template-template-starting .footer-bottom .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.page-template-template-starting .footer-bottom .container > * {
  margin: 15px 0;
}

@media (max-width: 767.98px) {
  .page-template-template-starting .footer-bottom .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-template-template-starting .footer-bottom .copyright {
  opacity: 0.6;
}

.page-template-template-starting .footer-bottom .made-with-love {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Roboto Condensed';
  margin: 0 auto;
  color: #A0A2D2;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-template-starting .footer-bottom .made-with-love > *:not(:last-child) {
  margin-right: 3px;
}

.page-template-template-starting .footer-bottom .made-with-love i,
.page-template-template-starting .footer-bottom .made-with-love a {
  background: -webkit-gradient(linear, left top, right top, from(#8274F9), to(#D06FAD));
  background: -o-linear-gradient(left, #8274F9 0%, #D06FAD 100%);
  background: linear-gradient(90deg, #8274F9 0%, #D06FAD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-template-template-starting .footer-bottom .made-with-love i {
  font-size: 16px;
}

.page-template-template-starting .footer-bottom .made-with-love a {
  position: relative;
  white-space: nowrap;
}

.page-template-template-starting .footer-bottom .made-with-love a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#8274F9), to(#D06FAD));
  background: -o-linear-gradient(left, #8274F9 0%, #D06FAD 100%);
  background: linear-gradient(90deg, #8274F9 0%, #D06FAD 100%);
}

@media (max-width: 991.98px) {
  .page-template-template-starting .footer-bottom .made-with-love {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-template-template-starting .footer-bottom .links {
  margin-right: 16px;
}

.page-template-template-starting .footer-bottom .links a {
  position: relative;
  color: inherit;
  white-space: nowrap;
}

.page-template-template-starting .footer-bottom .links a:not(:last-child) {
  margin-right: 16px;
}

.page-template-template-starting .footer-bottom .links a:not(:last-child):before {
  content: '';
  position: absolute;
  top: 50%;
  right: -9px;
  width: 1px;
  height: 20px;
  background: #38435f;
  margin-top: -10px;
}

.page-template-template-starting .footer-bottom .links a:hover {
  text-decoration: underline;
}

.page-template-template-starting .footer-bottom .rights {
  opacity: 0.6;
}

@media (max-width: 575.98px) {
  .page-template-template-starting .footer-bottom .rights {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 0;
  }
}
