@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import 'common.css';

body{
    font-family: 'pp_telegrafregular';
    font-size: 20px;
    color: #1F253D;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{ 
    font-family: 'pp_telegrafultrabold';
}

h2{
    font-size: 40px;
    line-height: 44px;
}

a,
a:hover,
a:focus{
    outline: none;
}

p{
    margin-bottom: 25px;
    line-height: 25px;
}

.btn{
    padding: 20px 28px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    font-size: 30px;
    font-family: 'pp_telegrafultrabold';
    border: 1px solid transparent;
    line-height: 32px;
    font-weight: normal;
    text-transform: uppercase;
}

.btn-accent:hover,
.btn-accent:focus,
.btn-accent{
    background: linear-gradient(180deg, #83E974 0%, #75DD66 100%);
    border: 6px solid rgba(111, 203, 97, 0.2);
    box-shadow: 0px 14px 20px rgba(117, 221, 102, 0.15);
    color: #1F253D;
}

.text-white{ color: #ffffff!important; }
.accent{ color: #8965E3!important; }
.text-red{ color: #E45150!important; }
.text-blur{ color: #888!important; }

.font-100{ font-size: 100px; line-height: 106px; }
.font-56{ font-size: 56px; line-height: 64px; }
.font-54{ font-size: 45px; line-height: 57px; }
.font-48{ font-size: 48px; line-height: 58px; }
.font-42{ font-size: 42px; line-height: 58px; }
.font-32{ font-size: 32px; line-height: 1; }
.font-28{ font-size: 28px; line-height: 30px; }
.font-26{ font-size: 26px; line-height: 32px; }
.font-24{ font-size: 24px; line-height: 30px; }
.font-22{ font-size: 22px; line-height: 26px; }
.font-18{ font-size: 18px; line-height: 24px; }
.font-16{ font-size: 16px; line-height: 1; }

.w-1030{ max-width: 1030px; }
.w-1015{ max-width: 1015px; }
.w-980{ max-width: 980px; }
.w-915{ max-width: 915px; }
.w-800{ max-width: 800px; }
/*============================= END BODY ================================*/
/*============================== HEADER =================================*/
.warning-box{
    display:flex;
    align-items:center;
    font-size: 20px;
    line-height: 24px;
}
.warning-box img{
    min-width: 58px;
    margin-right: 14px;
}
.step-group{
    text-align: center;
    position: relative;
    overflow: hidden;
}
.step-group:after{
    content: "";
    width: 100%;
    height: 2px;
    border-top: 2px dashed rgba(237, 108, 104, 0.4);
    position: absolute;
    left: 50%;
    top: 18px;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
}
.tp-step .highlighted.style4{
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 4px 8px 0;
    background: #5C5AE8;
    font-size: 14px;
    line-height: 17px;
    border-radius: 8px;
}
.tp-step.first .highlighted.style4:before{
    content: "";
    width: 1000px;
    height: 2px;
    border-top: 2px solid #ffffff;
    position: absolute;
    right: 100%;
    top: 12px;
    z-index: 2;
}
.tp-step.last .highlighted.style4:after{
    content: "";
    width: 500px;
    height: 2px;
    border-top: 2px solid #ffffff;
    position: absolute;
    left: 100%;
    top: 12px;
    z-index: 2;
}
/*============================ END HEADER ===============================*/
/*============================== CONTENT ================================*/
.bg-video{
    position: relative;
}
.bg-video .wrapper-video{
    position: relative;
    z-index: 2;
}
.bg-video:after{
    position: absolute;
    content: "";
    width: 827px;
    height: 662px;
    background: url(../images/bg-video.png) no-repeat center center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.hightlighted{
    color: #1F253D;
    display: inline-block;
    line-height: 1;
    padding: 0 10px;
    background: linear-gradient(97.92deg, #B076BF 0%, #F6D2C8 6.33%, #F5E2C8 12.2%, #BDE8D9 21.5%, #E8DFC6 34.83%, #EDC7C6 44.22%, #ECABC7 52.26%, #C7B2E5 60.55%, #B8BFE7 70.29%, #E2ECF8 73.95%, #C3E1D3 79.4%, #EEDFC5 89.06%, #E5B0C9 94.93%, #A276BA 100.7%);
}
.hightlighted.style2{
    background: linear-gradient(98.91deg, #6CA0E3 -7.39%, #ACA3DE 0.84%, #B3A9D7 8.53%, #85E4B2 13.12%, #70D6DD 17.98%, #97ACF1 22.15%, #D9B9E1 26.91%, #E7DDD5 31.28%, #E5CBD9 38.87%, #E4B7DF 46.92%, #B8B6E9 54.37%, #8DB6F2 63.66%, #B2A9F0 72.05%, #E3B2E8 77.89%, #E9DDDA 84.18%, #81F5F7 91.51%, #7BA3F4 96.84%);
    transform: matrix(1, -0.01, 0.01, 1, 0, 0);
}
.hightlighted.style3{
    background: #8965E3;
    font-family: 'pp_telegrafultrabold';
    font-size: 22px;
    line-height: 30px;
    display: inline-block;
    color: #ffffff;
    padding: 0 12px;
}
.hightlighted.style4{
    background: #E45150;
    font-family: 'pp_telegrafultrabold';
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    color: #ffffff;
    padding: 0 12px;
}
.wrapper-video{
    border: 1px solid #8965E3;
    padding: 10px;
    position: relative;
}
.main-video{
    margin-top: -220px;
    margin-bottom: -40px;
}
.tp-icon-box{
    padding: 40px 40px 40px 30px;
    background: url(../images/bg-card.png) no-repeat center center;
    background-size: 100% 100%;
    margin-bottom: 30px;
    font-size: 18px;
}
.module-price{
    background: url(../images/bg-price.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 60px 40px 40px 104px;
    color: #ffffff;
}
.testimonial-item{
    margin-bottom: 30px;
    padding: 30px 40px 40px 30px;
    background: url(../images/bg-testimonial.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}
.testimonial-item:before{
    content: "";
    width: 32px;
    height: 24px;
    background: url(../images/icon-quote.png) no-repeat center center;
    position: absolute;
    bottom: 60px;
    right: 40px;
}
.testimonial-item .testimionial-info{
    display: flex;
    align-items: center;
    font-family: 'pp_telegrafultrabold';
    font-size: 24px;
    line-height: 28px;
}
.testimonial-item .testimionial-info img{
    max-width: 64px;
    min-width: 64px;
    border-radius: 100%;
    margin-right: 15px;
}
.elip-style-2,
.elip-style-1{
    position: relative;
    display: inline-block;
}
.elip-style-1:before{
    content: "";
    width: 221px;
    height: 131px;
    background: url(../images/elip1.png) no-repeat center center;
    position: absolute;
    top: 40%;
    left: 35%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.elip-style-1.style2:before{
    width: 312px;
    height: 68px;
    background-image: url(../images/elip1-1.png);
}
.elip-style-2:before{
    content: "";
    width: 228px;
    height: 118px;
    background: url(../images/elip2.png) no-repeat center center;
    position: absolute;
    top: 48%;
    left:30%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.list-close{
    padding: 0;
    list-style: none;
    margin: 0;
}
.list-close li{
    margin-bottom: 15px;
    position: relative;
    padding-left: 47px;
}
.list-close li:before{
    content: "";
    width: 32px;
    height: 32px;
    background: url(../images/icon-close.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px;
}
.tp-icon-1{
    padding: 30px 10px 40px 155px;
    position: relative;
    background: url(../images/bg-card-2.png) no-repeat center center;
    background-size: 100% 100%;
}
.tp-icon-1 img{
    position: absolute;
    left: 0;
    bottom: 11px;
}
.tp-icon-1.style2 img{
    max-width: 150px;
    bottom: 16px;
}
.tp-card{
    padding: 30px 40px 40px 30px;
    margin-bottom: 30px;
    background: url(../images/bg-card-new.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}
.tp-card:before{
    content: "";
    width: 165px;
    height: 162px;
    background: url(../images/new.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
}
.box-step{
    background: url(../images/bg-step-1.png) no-repeat center bottom;
    background-size: cover;
    padding: 65px 30px;
    position: relative;
    margin-bottom: 40px;
}
.box-step.style2{
    background-image: url(../images/bg-step-2.png);
}
.box-step:after{
    content: "";
    width: 94px;
    height: 147px;
    background: url(../images/Union.png) no-repeat center center;
    bottom: -81px;
    left: 50%;
    margin-left: -47px;
    position: absolute;
    z-index: 2;
}
.box-step.style2:after{
    background: url(../images/Union-2.png) no-repeat center center;
}
.box-step.no-arrow:after{ display: none; }
.box-step .step-title{
    padding: 12px;
    text-align: center;
    font-size: 24px;
    line-height: 25px;
    color: #1F253D;
    font-family: 'pp_telegrafultrabold';
    transform: rotate(-6.34deg);
    position: absolute;
    top: 40px;
    left: 40px;
    background: url(../images/bg-step-title.png) no-repeat center center;
    background-size: contain;
    width: 134px;
    height: 51px;
}
.tp-card-2{
    background: url(../images/bg-card-3.png) no-repeat center center;
    padding: 40px 50px 50px 40px;
    margin-bottom: 25px;
    background-size: 100% 100%;
}
.style-underline{
    position: relative;
}
.style-underline span{
    position: relative;
    z-index: 2;
}
.style-underline:after{
    height: 10px;
    width: 100%;
    background: #8965E3;
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
}
.style-underline.style2{
    color: #8965E3;
}
.style-underline.style2:after{
    background: #7CFAC1;
}
.bonus-item{
    padding: 35px 50px 45px 310px;
    background: url(../images/bg-bonus.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    margin-bottom: 60px;
}
.bonus-item .img-bonus{
    position: absolute;
    left: -20px;
    top: -43px;
}
.box-check{
    padding: 40px 40px 50px 188px;
    background: url(../images/bg-check.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    font-size: 28px;
    line-height: 38px;
    font-family: 'pp_telegrafultrabold';
    margin-bottom: 20px;
}
.box-check:before{
    content: "";
    width: 112px;
    height: 113px;
    background: url(../images/icon-check.png) no-repeat center center;
    position: absolute;
    left: 38px;
    top: -16px;
}
.box-special{
    padding: 30px 50px 40px 40px;
    background: url(../images/bg-box-special.png) no-repeat center center;
    background-size: 100% 100%;
}
.product-item{
    padding: 10px 40px 40px;
    background: url(../images/bg-starter.png) no-repeat center center;
    background-size: 100% 100%;
    margin-bottom: 30px;
    margin-top: 265px;
}
.product-item.style2{
    background-image: url(../images/bg-enterprise.png);
}
.product-item .img-product{
    margin-top: -275px;
}
.text-down{ position: relative; }
.text-down:after{
    content: "";
    width: 44px;
    height: 166px;
    background: url(../images/Vector.png) no-repeat center center;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -22px;
}
.faq-item{
    padding: 30px 40px 40px 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-bottom: 25px;
}

.img-cover{
    margin-bottom: -37px;
}
/*============================ END CONTENT ==============================*/
/*============================== FOOTER =================================*/
#footer{
    background: #0E1121;
    color: rgba(255, 255, 255, 0.8);
}
.dots{
    padding: 0;
    margin: 0;
    list-style: none;
}
.dots.style2 li{
    font-size: 16px;
    line-height: 20px;
}
.dots li{
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.dots li:before{
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #8965E3;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 10px;
}
.dots li.style-gold:before{
    border-color: gold;
}
.dots.style2 li:before{
    border: none;
    background: url(../images/dot.png) no-repeat center center;
    top: 5px;
}

.footer-bottom{
    background: #1F253D;
    padding: 25px 0;
}
.copyright{
    text-align: right;
    font-size: 18px;
    line-height: 19px;
}

.menu-footer{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.menu-footer li{
    display: inline-block;
    margin: 0 10px;
    font-size: 18px;
}
.menu-footer li a{
    color: #ffffff;
    text-decoration: none;
}
/*============================ END FOOTER ===============================*/