@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&display=swap');
@import 'common.css';

body{
    font-family: 'Space Grotesk', sans-serif;
    font-size: 22px;
    color:#13162F;
}
h1,h2,h3,h4,h5,h6{ 
    font-family: 'pp_telegrafregular';
}
h1{
    font-size: 56px;
    line-height: 59px;
}
h2{
    font-size: 48px;
    line-height: 51px;
}
h3{
   font-size: 40px;
   line-height: 42px; 
}
h4{
    font-size: 32px;
    line-height: normal;
}
h5{
    font-size: 24px;
    line-height: normal;
}


a,
a:hover,
a:focus{
    outline: none;
}

p{
    margin-bottom: 30px;
    line-height: 28px;
}

.btn{
    padding: 22px 24px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Space Grotesk', sans-serif;
    border: none;
    line-height: 28px;
    font-weight: 700;
}
.btn img{
    margin-left: 20px;
    vertical-align: unset;
}

.btn-accent:hover,
.btn-accent:focus,
.btn-accent{
    background: #EEEF20;
    box-shadow: 6px 6px 0px #13162F;
    color: #13162F;
}

.text-white{ color: #ffffff!important; }
.text-red{ color: #F25B76!important; }
.text-grey{ color: #888888!important; }
.accent{ 
    background: -webkit-linear-gradient(#642FDE, #8F5AF1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #642FDE;
}

.hightlighted{
    background: linear-gradient(90.23deg, #642FDE 3.07%, #8F5AF1 69.36%);
    border-radius: 40px;
    padding: 0 8px;
    display: inline-block;
}

.font-16{ font-size: 16px; line-height: 20px; }
.font-18{ font-size: 18px; line-height: 24px; }
.font-20{ font-size: 20px; line-height: 26px; }
.font-24{ font-size: 24px; line-height: 30px; }
.font-27{ font-size: 27px; line-height: 29px; }
.font-32{ font-size: 32px; line-height: 41px; }

.w-700{
    max-width: 700px;
}
.w-800{
    max-width: 800px;
}
.w-870{
    max-width: 870px;
}
.w-950{
    max-width: 950px;
}
.w-1010{
    max-width: 1010px;
}
/*============================= END BODY ================================*/
/*============================== HEADER =================================*/
#header{
    background: #13162F;
    padding: 28px 0;
    text-align: center;
}
/*============================ END HEADER ===============================*/
/*============================== CONTENT ================================*/
.tp-date{
    background: #FFFFFF;
    box-shadow: 4px 4px 0px #8F5BF2;
    border-radius: 12px;
    display: inline-block;
    padding: 10px 12px;
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    text-transform: uppercase;
    color: #13162F;
}
.tp-date img{
    vertical-align: bottom;
}

.wrapper-video{
    border: 2px solid #1d1c1b;
    border-bottom-width: 20px;
    border-radius: 10px;
    position: relative;
}
.wrapper-video .ratio{
    border: 10px solid #000000;
}
.wrapper-video:after{
    content: "";
    width: 864px;
    height: 27px;
    background: url(../images/bg-video.png) no-repeat center center;
    position: absolute;
    top: 100%;
    margin-top: 20px;
    left: 50%;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
}
.m-video{
    margin-bottom: -200px;
}

.icon-box{
    display: flex;
    align-items: center;
    background: #F5F6FE;
    box-shadow: 6px 6px 0px #8F5BF2;
    border-radius: 24px;
    margin-bottom: 30px;
    padding: 24px;
    border: 2px solid #6530df;
}
.icon-box img{
    min-width: 80px;
    margin-right: 24px;
}

.testimonial-item{
    background: #FFFFFF;
    box-shadow: 6px 6px 0px #8F5BF2;
    border-radius: 24px;
    padding: 30px;
    margin-bottom: 30px;
    border: 2px solid #6631df;
}
.testimonial-item.style2{
    border: 2px solid #F19377;
    box-shadow: 6px 6px 0px #F19377;
}
.testimonial-item.style3{
    border: 2px solid #A998E7;
    box-shadow: 6px 6px 0px #A998E7;
}
.testimonial-item.style4{
    border: 2px solid #62B4B1;
    box-shadow: 6px 6px 0px #62B4B1;
}
.testimonial-item h3{
    padding-left: 75px;
    font-size: 27px;
    line-height: 29px;
    background: url(../images/icon-quote.png) no-repeat left center;
    min-height: 36px;
}
.testimonial-item .testimonial-info{
    font-size: 24px;
    line-height: 28px;
    color: #1F253D;
    font-family: 'pp_telegrafultrabold';
    display: flex;
    align-items: center;
}
.testimonial-item .testimonial-info img{
    margin-right: 15px;
    border-radius: 100%;
    max-width: 64px;
}

.image-gif{
    max-width: 444px;
    margin:0 auto;
    padding: 20px;
    background: url(../images/bg-tablet.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    z-index: 2;
}
.wrapper-image-gif{
    position: relative;
    display: inline-block;
    padding: 40px 0 60px;
}
.wrapper-image-gif .abs1{
    position: absolute;
    z-index: 1;
    top: -50px;
    right: -50px;
}
.wrapper-image-gif .abs2{
    position: absolute;
    z-index: 3;
    bottom: -30px;
    right: -55px;
}
.wrapper-image-gif .abs3{
    position: absolute;
    z-index: 3;
    left:-68px;
    bottom: -30px;
}
.wrapper-image-gif .abs4{
    position: absolute;
    top: -20px;
    left: 0;
}
.wrapper-image-gif .abs5{
    position: absolute;
    left: -47px;
    top: -10px;
}


.hightlighted2{
    text-transform: uppercase;
    color: #13162F;
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    background: #F5F6FE;
    box-shadow: 4px 4px 0px #8F5BF2;
    border-radius: 24px;
    border: 2px solid #6530df;
    display: inline-block;
    padding: 8px 16px;
}
.hightlighted3{
    text-transform: uppercase;
    color: #13162F;
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    background: #F5F6FE;
    border: 1px solid #13162F;
    box-shadow: 4px 4px 0px #F25B76;
    border-radius: 24px;
    display: inline-block;
    padding: 8px 16px;
}
.hightlighted4{
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    background: #13162F;
    box-shadow: 4px 4px 0px #8F5BF2;
    border-radius: 24px;
    border: 2px solid #6530de;
    color: #FFFFFF;
    display: inline-block;
    padding: 8px 16px;
}

.box-1{
    text-align: center;
    background: #F5F6FE;
    box-shadow: 6px 6px 0px #8F5BF2;
    border-radius: 24px;
    padding: 30px;
    margin-bottom: 30px;
    border: 2px solid #6430de;
    position: relative;
}
.box-1 .box-1-title{
    display: flex;
    align-items: flex-start;
    text-align: left;
}
.box-1 .box-1-title img{
    margin-right: 15px;
}
.box-1.style2{
    border: 2px solid #A998E7;
    box-shadow: 6px 6px 0px #A998E7;
}
.box-1.style3{
    border: 2px solid #F19377;
    box-shadow: 6px 6px 0px #F19377;
}
.box-1.style4{
    border: 2px solid #62B4B1;
    box-shadow: 6px 6px 0px #62B4B1;
}
.box-1 .arrow{
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -34px;
    z-index: 2;
}
.box-1.style2 .arrow{
    left: -60px;
    top: auto;
    bottom: -60px;
}

.tp-title{
    display: inline-flex;
    align-items: center;
    font-size: 26px;
    line-height: 33px;
}

.list-dislike{
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-dislike li{
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background: rgba(242, 91, 118, 0.2);
    backdrop-filter: blur(4px);
    border-radius: 12px;
    margin-bottom: 12px;
}
.list-dislike li img{
    min-width: 59px;
    margin-right: 12px;
}

.icon-box-2{
    padding: 24px;
    background: #F5F6FE;
    box-shadow: 6px 6px 0px #8F5BF2;
    border-radius: 24px 24px 24px 0px;
    border: 2px solid #642fde;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.icon-box-2 img{
    min-width: 80px;
    margin-right: 24px;
}
.icon-box-2.style2{
    border-radius: 24px 24px 0px 24px;
}

.iphone-mockup{
    padding: 15px 15px 20px;
    background: url(../images/iphone-mockup.png) no-repeat center center;
    background-size: 100% 100%;
    max-width: 350px;
    margin: 0 auto;
}
.iphone-mockup .video-responsive{
    border-radius: 35px;
    overflow: hidden;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:177.95%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.box-icon{
    background: #F5F6FE;
    box-shadow: 6px 6px 0px #8F5BF2;
    border-radius: 24px;
    padding: 20px;
    margin-bottom: 30px;
}
.box-icon.style2{
    background: #F5F6FE;
    border: 2px solid #A998E7;
    box-shadow: 6px 6px 0px #A998E7;
    border-radius: 24px;
}
.box-icon.style3{
    background: #F5F6FE;
    border: 2px solid #F19377;
    box-shadow: 6px 6px 0px #F19377;
    border-radius: 24px;
}
.box-icon.style4{
    background: #F5F6FE;
    border: 2px solid #62B4B1;
    box-shadow: 6px 6px 0px #62B4B1;
    border-radius: 24px;
}

.box-light{
    background: #FFFFFF;
    border: 2px solid #8F5BF2;
    box-shadow: 4px 4px 0px #8F5BF2;
    border-radius: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    padding: 8px;
}
.box-light img{
    width: 46px;
    margin-right: 16px;
}
.box-light.style2{
    border: 2px solid #A998E7;
    box-shadow: 4px 4px 0px #A998E7;
}
.box-light.style3{
    border: 2px solid #F19377;
    box-shadow: 4px 4px 0px #F19377;
}
.box-light.style4{
    border: 2px solid #62B4B1;
    box-shadow: 4px 4px 0px #62B4B1;
}

.step-title{
    display: flex;
    align-items: center;
}
.step-title .step-number{
    background: #8F5BF2;
    box-shadow: 4px 4px 0px #13162F;
    border-radius: 24px;
    padding: 8px 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    margin-right: 40px;
    font-family: 'Space Grotesk', sans-serif;
    white-space: nowrap;
}
.box-step{
    background: #F5F6FE;
    border: 2px solid #8F5BF2;
    box-shadow: 6px 6px 0px #8F5BF2;
    border-radius: 24px;
    padding: 40px 30px;
    position: relative;
    margin-bottom: 25px;
}
.box-step .arrow{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    z-index: 2;
}
.box-step.style2{
    border: 2px solid #A998E7;
    box-shadow: 6px 6px 0px #A998E7;
}
.box-step.style2 .step-title .step-number{
    background: #A998E7;
    box-shadow: 4px 4px 0px #13162F;
}
.box-step.style3{
    border: 2px solid #F19377;
    box-shadow: 6px 6px 0px #F19377;
}
.box-step.style3 .step-title .step-number{
    background: #F19377;
    box-shadow: 4px 4px 0px #13162F;
}
.box-step.style4{
    border: 2px solid #62B4B1;
    box-shadow: 6px 6px 0px #62B4B1;
}
.box-step.style4 .step-title .step-number{
    background: #62B4B1;
    box-shadow: 4px 4px 0px #13162F;
}

.box-2{
    background: #FFFFFF;
    border: 2px solid #13162F;
    box-shadow: 6px 6px 0px #13162F;
    border-radius: 24px;
    text-align: center;
    margin-bottom: 30px;
    padding: 30px;
}

.box-3{
    background: #FFFFFF;
    border: 2px solid #8F5BF2;
    box-shadow: 6px 6px 0px #8F5BF2;
    border-radius: 16px;
    margin-bottom: 30px;
    padding: 20px;
}
.box-3.style2{
    border: 2px solid #A998E7;
    box-shadow: 6px 6px 0px #A998E7;
}
.box-3.style3{
    border: 2px solid #F19377;
    box-shadow: 6px 6px 0px #F19377;
}

.niche-box{
    background: #FFFFFF;
    box-shadow: 6px 6px 0px #A998E7;
    border-radius: 16px;
    margin-bottom: 30px;
    padding: 20px;
}

.box-grey{
    background: #F5F6FE;
    border-radius: 32px;
    padding: 30px;
}

.icon-box-3{
    background: #FFFFFF;
    box-shadow: 6px 6px 0px #13162F;
    border-radius: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 20px;
}
.icon-box-3 img{
    width: 80px;
    margin-right: 15px;
}

.box-special{
    background: linear-gradient(90.23deg, #642FDE 3.07%, #8F5AF1 69.36%);
    box-shadow: 8px 8px 0px #13162F;
    border-radius: 24px;
    margin-bottom: 30px;
    padding: 30px;
}
.box-special.style2{
    background: #FFFFFF;
    box-shadow: 8px 8px 0px #F25B76;
    border-radius: 24px;
}

.list-close,
.list-check{
    padding: 0;
    list-style: none;
    margin: 0;
}
.list-close li,
.list-check li{
    font-weight: 400;
    font-size: 24px;
    line-height: 43px;
    padding-left: 36px;
    background: url(../images/icon-check.png) no-repeat left center;
}
.list-close li{
    background-image: url(../images/icon-close.png);
}

.module-price{
    background: #F5F6FE;
    box-shadow: 6px 6px 0px #8F5BF2;
    border-radius: 24px;
    padding: 30px;
    margin-bottom: 25px;
    border: 2px solid #6631df;
}
.module-price-inner{
    display: flex;
    align-items: center;
}
.module-price img{
    margin-right: 30px;
}
.module-price h4{
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 28px;
    line-height: 30px;
}
.module-price .price{
    background: linear-gradient(90.23deg, #642FDE 3.07%, #8F5AF1 69.36%);
    border-radius: 10px;
    font-weight: 800;
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    padding: 4px 8px;
    display: inline-block;
}

.box-cup{
    display: flex;
    align-items: center;
    background: rgba(186, 190, 248, 0.14);
    backdrop-filter: blur(22px);
    padding: 10px;
    border-radius: 10px 10px 0 0;
    text-align: left;
}
.box-cup img{
    margin-right: 10px;
}

.box-number{
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 6px 6px 0px #8F5BF2;
    border-radius: 24px;
    padding: 15px 24px;
    border: 2px solid #642fde;
    margin-bottom: 25px;
}
.box-number img{
    margin-right: 25px;
}

.proof-image{
    display: inline-block;
    position: relative;
}
.proof-image img{
    position: relative;
    z-index: 2;
}
.proof-image:before{
    content: "";
    width: 278px;
    height: 278px;
    background: url(../images/icon-robot.png) no-repeat center center;
    position: absolute;
    bottom: -8px;
    right: 100%;
    margin-right: -60px;
}

.product-item{
    background: #F5F6FE;
    border-radius: 24px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 195px;
    padding: 10px 40px 30px;
}
.product-item .img-product{
    margin-top: -205px;
}
.product-item.style2{
    background: #ffffff;
    border: 20px solid transparent;
    border-image-source: url(../images/img-border.png);
    border-image-slice: 20;
    padding: 10px 30px 20px;
}
.product-item.style2 .img-product{
    margin-top: -292px;
}

.faq-item{
    padding: 30px;
    background: #F5F6FE;
    box-shadow: 6px 6px 0px #8F5BF2;
    border-radius: 24px;
    margin-bottom: 25px;
    border: 2px solid #6430de;
}
.faq-item p{
    margin-bottom: 0;
}

.audio-item{
    background: #13162F;
    border: 2px solid #8F5BF2;
    box-shadow: 6px 6px 0px #8F5BF2;
    border-radius: 24px;
    margin-bottom: 30px;
    padding: 15px;
}
.audio-item audio{
    width: 100%;
}
.audio-item.style2{
    border: 2px solid #A998E7;
    box-shadow: 6px 6px 0px #A998E7;
}
.audio-item.style3{
    border: 2px solid #F19377;
    box-shadow: 6px 6px 0px #F19377;
}
.audio-item.style4{
    border: 2px solid #62B4B1;
    box-shadow: 6px 6px 0px #62B4B1;  
}

.m-img{
    margin-bottom: -10px;
}
/*============================ END CONTENT ==============================*/
/*============================== FOOTER =================================*/
#footer{
    background: #13162F;
    color: #ffffff;
}
.footer-top{
    padding: 55px 0;
}
.footer-bottom{
    padding: 25px 0;
    border-top: 1px solid #2B315B;
}

.dots{
    padding: 0;
    margin: 0;
    list-style: none;
}
.dots li{
    padding-left: 22px;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
    font-size: 20px;
    line-height: 32px;
}
.dots li:before{
    background: url(../images/dots.png) no-repeat center center;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
}
.dots.style2 li:before{
    background-image: url(../images/dots2.png);
}

.menu-footer{
    padding: 0;
    list-style: none;
    margin: 0;
    text-align: center;
}
.menu-footer li{
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    margin: 0 10px;
}
.menu-footer li:first-child{ margin-left: 0; }
.menu-footer li:last-child{ margin-right: 0; }
.menu-footer li a{
    color: #ffffff;
    text-decoration: none;
}
/*============================ END FOOTER ===============================*/