@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: 56px;
    line-height: 67px;
}
h3{
    font-size: 32px;
    line-height: 38px;
}

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;
}

.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-24{
    font-size: 24px;
    line-height: 1.3;
}
.font-40{
    font-size: 40px;
    line-height: normal;
}
.font-48{
    font-size: 48px;
    line-height: 1.2;
}
.font-64{
    font-size: 64px;
    line-height: normal;
}
.font-100{
    font-size: 100px;
    line-height: 120px;
}

.w-1248{
    max-width: 1248px;
}
.w-1010{
    max-width: 1010px;
}
.w-992{
    max-width: 992px;
}
.w-756{
    max-width: 756px;
}
/*============================= END BODY ================================*/
/*============================== HEADER =================================*/
.warning-box{
    display: flex;
    align-items: center;
}
.warning-box img{
    margin-right: 14px;
}

.btn-medium{
    font-size: 24px;
    line-height: 29px;
    padding: 20px 32px;
    border-radius: 16px;
}

.step-group{
    text-align: center;
    position: relative;
    overflow: hidden;
}
.step-group:after{
    content: "";
    width: 100%;
    height: 2px;
    border-top: 2px dashed rgba(17, 16, 19, 0.5);
    position: absolute;
    left: 50%;
    top: 21px;
    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;
    font-size: 14px;
    border-radius: 20px;
    color: #ffffff;
}
.tp-step.first .highlighted.style4:before{
    content: "";
    width: 1000px;
    height: 2px;
    border-top: 2px solid #ffffff;
    position: absolute;
    right: 100%;
    top: 14px;
    z-index: 2;
}
.tp-step.last .highlighted.style4:after{
    content: "";
    width: 500px;
    height: 2px;
    border-top: 2px solid #ffffff;
    position: absolute;
    left: 100%;
    top: 14px;
    z-index: 2;
}
/*============================ END HEADER ===============================*/
/*============================== CONTENT ================================*/
.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;
}

.icon-box{
    padding: 24px;
    background: #F2F1F7;
    border-radius: 24px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}
.icon-box img{
    margin-right: 20px;
}

.box-button{
    position: relative;
}
.box-button-inner{
    text-align: center;
    padding: 85px 40px;
    background: url(../images/bg-button.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 32px;
    position: relative;
    z-index: 2;
    color: #ffffff;
}
.box-button:after{
    content: "";
    height: 100%;
    background: -webkit-linear-gradient(#3821F5, #F52187);
    border-radius: 32px;
    left: -30px;
    right: -30px;
    top: -30px;
    position: absolute;
}

.wrapper-video{
    border: 10px solid #3821F5;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}

.box-step{
    background: #F2F1F7;
    padding: 30px;
    border-radius: 40px;
    max-width: 990px;
    margin: 0 auto;
    margin-bottom: 50px;
    position: relative;
}
.box-step:after{
    content: "";
    width: 51px;
    height: 121px;
    background: url(../images/step-arrow.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -30px;
    z-index: 1;
}
.box-step.last:after{
    display: none;
}

.step-number{
    color: #52B788;
    font-size: 80px;
    line-height: 1;
    font-family: 'PP Neue Montreal Bold';
}


.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;
}

.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;
}

.box-white .img-arrow,
.box-grey .img-arrow{
    position: absolute;
    top: 100%;
    left: 40px;
    margin-top: 3px;
    z-index: 10;
}
.box-white .img-arrow{
    left: 50%;
    margin-left: -25px;
}

.box-dark{
    background: #0F072A;
    padding: 40px;
    border-radius: 40px;
}

.box-white{
    background: #ffffff;
    border: 3px solid #3821F5;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 4px rgba(12, 12, 13, 0.1);
    margin-bottom: 30px;
    position: relative;
}

.product-grey{
    border: 2px solid #111013;
    background: #F2F1F7;
    box-shadow: 6px 6px #989DB5;
    border-radius: 24px;
    padding: 25px;
    margin-top: 230px;
}

.list-check,
.list-close{
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-check li,
.list-close li{
    padding-left: 28px;
    position: relative;
    margin-bottom: 5px;
    text-align: left;
}
.list-check li:before,
.list-close li:before{
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/icon-close.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 2px;
}
.list-check li:before{
    background-image: url(../images/icon-check.png);
}

.no-thank{
    border: 3px solid #A1A6BE;
    padding: 25px;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
}

.product-special{
    border: 2px solid #111013;
    padding: 25px 40px;
    box-shadow: 6px 6px 0 #5722E4;
    border-radius: 24px;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 150px;
    background: #F2F1F7;
}
.product-special .img-product{
    margin-top: -175px;
}
/*============================ 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;
    margin-bottom: 10px;
}
.list-dots li:before{
    content: "";
    width: 10px;
    height: 10px;
    background: url(../images/dot.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 6px;
}
.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 ===============================*/