@import 'common.css';

body{
    font-family: 'PP Neue Montreal Book';
    font-size: 24px;
    color: #111013;
}
h1,h2,h3,h4,h5,h6{ 
    font-family: 'PP Neue Montreal Book';
}

h1,h2{
    font-size: 48px;
    line-height: 58px;
}
h3{
    font-size: 28px;
    line-height: 35px;
}

a,
a:hover,
a:focus{
    outline: none;
}

p{
    margin-bottom: 30px;
    line-height: 1.3;
}

.btn{
    padding: 24px 48px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    font-size: 40px;
    font-family: 'PP Neue Montreal Bold';
    border: 1px solid transparent;
    line-height: 48px;
    font-weight: normal;
    text-transform: uppercase;
}

.btn-accent:hover,
.btn-accent:focus,
.btn-accent{
    background: #E8DB3C;
    box-shadow: 0 14px 40px rgba(232, 219, 60, 0.3);
    border: none;
    color: #111013;
}

.btn img{
    vertical-align: baseline;
    margin-left: 30px;
}


.text-yellow{
    color: #E8DB3C!important;
}
.text-blue{
    color: #3821F5!important;
}
.text-gradient{
    background: -webkit-linear-gradient(#3821F5, #F52187);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-white{ color: #ffffff!important; }
.accent{ color: #111013!important; }


.font-16{
    font-size: 16px;
    line-height: normal;
}
.font-18{
    font-size: 18px;
    line-height: normal;
}
.font-20{
    font-size: 20px;
    line-height: 1.3;
}
.font-22{
    font-size: 24px;
    line-height: 1.3;
}
.font-24{
    font-size: 24px;
    line-height: 1.3;
}
.font-32{
    font-size: 28px;
    line-height: normal;
}
.font-40{
    font-size: 35px;
    line-height: normal;
}
.font-64{
    font-size: 56px;
    line-height: normal;
}


.w-1248{
    max-width: 1248px;
}
.w-1010{
    max-width: 1010px;
}
.w-992{
    max-width: 992px;
}
.w-900{
    max-width: 900px;
}
/*============================= END BODY ================================*/
/*============================== HEADER =================================*/
.tp-icon{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.tp-icon img{
    margin-right: 25px;
    max-width: 100px;
}
.wrapper-box{
    background-image: linear-gradient(to bottom right, #3821F5, #F52187);
    border-radius: 30px;
    padding: 30px;
}
/*============================ END HEADER ===============================*/
/*============================== CONTENT ================================*/
.box-button{
    position: relative;
}
.box-button-inner{
    text-align: center;
    padding: 70px 40px 10px;
    background: url(../images/bg-button.png) no-repeat center center;
    background-size: cover;
    border-radius: 32px;
    position: relative;
    z-index: 2;
}
.box-button:after{
    content: "";
    height: 100%;
    background: -webkit-linear-gradient(#3821F5, #F52187);
    border-radius: 32px;
    left: -30px;
    right: -30px;
    top: -30px;
    position: absolute;
}

.testimonial-item{
    border: 3px solid #3821F5;
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
    background: #ffffff;
}
.testimonial-info{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.testimonial-info img{
    max-width: 100px;
    border-radius: 100%;
    margin-right: 40px;
}

.icon-box{
    padding: 20px 15px;
    background: #ffffff;
    border: 2px solid #3821F5;
    border-radius: 24px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.icon-box img{
    margin-right: 25px;
}

.highlighted{
    background-image: linear-gradient(to bottom right, #3821F5, #F52187);
    padding: 2px 15px;
    border-radius: 24px;
    color: #ffffff;
}
.highlighted.style2{
    background: #E8DB3C;
    border: 2px solid #111013;
    padding: 2px 15px;
    border-radius: 24px;
    color: #111013;
}
.wrapper-video{
    border: 10px solid #3821F5;
    border-radius: 40px;
    overflow: hidden;
}

.box-grey{
    border: 3px solid #3821F5;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 30px;
    background: #F2F1F7;
    position: relative;
}
.box-grey .img-absolute{
    position: absolute;
    top: -20px;
    left: -20px;
}

.list-bad,
.list-close{
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-close li{
    line-height: 44px;
    padding-left: 60px;
    position: relative;
    margin-bottom: 15px;
}
.list-close li:before{
    content: "";
    width: 52px;
    height: 53px;
    background: url(../images/icon-close.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
}
.list-bad li{
    line-height: 48px;
    padding-left: 64px;
    position: relative;
    margin-bottom: 15px;
}
.list-bad li:before{
    content: "";
    width: 48px;
    height: 48px;
    background: url(../images/icon-bad.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
}

.title-step .step-number{
    padding: 10px 15px;
    background-image: linear-gradient(to bottom right, #3821F5, #F52187);
    font-family: 'PP Neue Montreal Medium';
    border-radius: 12px;
    color: #ffffff;
    vertical-align: middle;
    display: inline-block;
}

.box-grey .img-arrow{
    position: absolute;
    top: 100%;
    left: 40px;
    margin-top: 3px;
    z-index: 10;
}

.box-white{
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 4px rgba(12, 12, 13, 0.1);
    margin-bottom: 30px;
}
.box-white.style2{
    border: 2px solid #3821F5;
    position: relative;
}

.box-white .img-arrow{
    position: absolute;
    top: 100%;
    left: 40px;
    margin-top: 3px;
    z-index: 10;
}
.box-white .img-arrow{
    left: 50%;
    margin-left: -25px;
}

.module-product{
    border: 2px solid #3821F5;
    padding: 30px 20px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 4px 4px 0 #7522D2;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.module-product img{
    margin-right: 30px;
}
.title-product{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-product .price{
    padding: 10px 15px;
    background-image: linear-gradient(to bottom right, #3821F5, #F52187);
    font-family: 'PP Neue Montreal Medium';
    border-radius: 12px;
    color: #ffffff;
    font-size: 24px;
}

.module-product-content{
    width: 100%;
}

.box-plus{
    background: rgba(186, 190, 248, 0.14);
    border-radius: 24px 24px 0 0;
    padding: 20px;
    display: flex;
    align-items: center;
    text-align: left;
}
.box-plus img{
    margin-right: 22px;
}

.box-bad{
    background: #ffffff;
    padding: 30px;
    border-radius: 24px;
    border: 3px solid #FF2C2C;
    margin: 0 0 30px;
}
.title-special{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.title-special img{
    margin-right: 30px;
}
.box-good{
    border: 3px solid #3821F5;
    margin: 0 0 30px;
    background: #ffffff;
    padding: 30px;
    border-radius: 24px;
}

.product-item{
    background: #ffffff;
    padding: 10px 40px 40px;
    text-align: center;
    border: 3px solid #3821F5;
    margin-bottom: 30px;
    border-radius: 30px;
    margin-top: 190px;
}
.product-item .img-product{
    margin-top: -200px;
}
.product-item .box-price{
    background-image: linear-gradient(#3821F5, #F52187);
    padding: 25px;
    border-radius: 16px;
    color: #ffffff;
}
/*============================ END CONTENT ==============================*/
/*============================== FOOTER =================================*/
.footer-top{
    background: #111013;
    padding: 55px 0;
    color: #ffffff;
}
.list-dots{
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-dots li{
    padding-left: 22px;
    position: relative;
    font-size: 20px;
    line-height: 32px;
    text-align: left;
}
.list-dots li:before{
    content: "";
    width: 10px;
    height: 10px;
    background: url(../images/dot.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 10px;
}
.list-dots.style2 li{
    font-family: 'PP Neue Montreal Bold';
}
.list-dots.style2 li:before{
    background: url(../images/dot-2.png) no-repeat center center;
}
.footer-bottom{
    padding: 25px 0;
    background: #1B1A1D;
    color: #ffffff;
}
.copyright{
    font-size: 20px;
    text-align: right;
}

.menu-footer{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.menu-footer li{
    display: inline-block;
    margin: 0 10px;
    font-size: 20px;
    line-height: 24px;
}
.menu-footer li a{
    color: #ffffff;
    text-decoration: none;
}
/*============================ END FOOTER ===============================*/