.loader_box{
    background: #EDEEF8;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader {
    width: 30px;
    aspect-ratio: 1;
    animation:
            l2-1 2s infinite linear,
            l2-2 1s infinite steps(1) alternate;
}
@keyframes l2-1 {
    0%   {transform: perspective(150px) rotateX(  0deg)}
    100% {transform: perspective(150px) rotateX(360deg)}
}
@keyframes l2-2 {
    0% {background:#4E54F3}
    50% {background:#F24822}
}
body{
    line-height: 1.4;
    font-family: "Inter", serif;
    font-weight: 500;
    padding-top: 6.839rem;
    background: #EDEEF8;
}
.shadow_css{
    border-radius: 16px;
    background: #F4F4F4;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
}
.test{
    width: 1440px;
    left: 50%;
    transform: translateX(-50%);
}
.logo{
    display: block;
    width: 7.938rem;
}
.container {
    width: 81.2rem;
}
.shadow_pad {
    padding: 0.7rem 1.8rem;
    transition: all 0.25s;
}
header {
    position: absolute;
    padding: 1.1rem 0;
    transition: all 0.25s;
}
header.scrolled{
    padding-top: 0;
}
header.scrolled .shadow_pad{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.header_right{
    display: flex;
}
header .btn{
    min-width: unset;
    padding: 1.17rem 2.75rem;
}
.btn{
    font-family: Inter, sans-serif;
    font-weight: 500;
    display: inline-block;
    background: #4E54F3;
    color: white;
    transition: all 0.35s;
    padding: 1.17rem;
    border-radius: 10px;
    text-align: center;
    min-width: 18rem;
}
.btn:hover{
    background: #F24822;
    color: white;
}
.btn.red:hover{
    background: #4E54F3;
}
.btn.red{
    background: #F24822;
}
.menu{
    position: absolute;
    left: 48.6%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.875rem;
    width: max-content;
}
footer .menu{
    left: 48%;
}
footer .menu a{
    margin: 0 1.77rem;
}
.page{
    padding: 4rem 0;
}
.menu a{
    display: inline-block;
    margin: 0 1.37rem;
}
.white_box{
    padding: 2.3rem 1.8rem;
}
.section_title{
    font-family: "Unbounded", serif;
    text-transform: uppercase;
    font-size: 2.25rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    font-weight: 500;
}
.section_title.primary{
    color: #F24822;
}
.box1_text p{
    margin-bottom: 3.3rem;
}
.border_img{
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
}
.box1_row .border_img{
    height: 100%;
}
.advantage_item{
    background: #4E54F3;
    color: white;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 1rem 1.25rem;
    min-height: 7.5rem;
    justify-content: space-between;
}
.advantage_title{
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
}
.advantage_text{
    max-width: 67%;
    padding-left: 1rem;
}
.advantages_row{
    margin-top: 0.4rem;
}
#box-2{
    padding-top: 3rem;
}
.box2_text_right{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 1.3rem;
}
.gray_title{
    opacity: 0.4;
    text-align: right;
    margin-bottom: 1rem;
}
#box-3 {
    padding-top: 3.6rem;
}
.scale_img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.preim_item{
    height: 100%;
    border-radius: 20px;
    padding: 1.5rem;
    text-align: center;
}
.preim_icon{
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
}
.preim_title{
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 0.9rem;
    margin-bottom: 0.9rem;
}
.preim_text {
    line-height: 1.45;
}
#box-4 {
    padding-top: 3.5rem;
}
.mobule_item{
    padding: 1.85rem;
    padding-bottom: 0.7rem;
    margin-bottom: 0.7rem;
}

.module_left {
    border-radius: 16px;
    background: #4E54F3;
    min-height: 16rem;
    height: calc(100% - 1rem);
    color: white;
    margin-right: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.2rem 1rem;
}
.module_content{
    padding-left: 1.3rem;
}
.module_title{
    font-weight: 700;
    font-size: 1.5rem;
}
.module_count{
    display: inline-block;
    width: max-content;
    padding: 0.7rem 1.3rem;
    border-radius: 100px;
    background: #FFF;
    color: black;
}
.btn_flex img{
    width: 1.5rem;
    margin-left: 0.3rem;
    transition: all 0.35s;
}
.module_toggle.factive img{
    transform: rotate(-180deg);
}
.module_more{
    margin-top: 2.5rem;
}
#box-5 {
    padding-top: 4.4rem;
}
.tarif_item{
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    padding: 1.8rem 1.8rem;
}
.tarif_title{
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 0.2rem;
}
.tarif_sub_title{
    font-size: 0.875rem;
    margin-bottom: 1rem;
    opacity: 0.7;
}
.tarif_item .content{
    text-align: left;
}
.tarif_item .content ul{
    margin-bottom: 0;
}
.tarif_price {
    font-size: 2rem;
    margin-bottom: 1.3rem;
}
.tarif_bottom{
    padding-top: 1.2rem;
}
.content.with_line{
    color: #939393;
    text-decoration: line-through;
}
#box-6 {
    padding-top: 3.6rem;
}
.rev_slider .slick-list{
    margin: 0 -6px;
    display: flex;
    overflow: unset;
}
.rev_slider .slick-track{
    display: flex;
}
.rev_slider .slick-slide > div{
    height: 100%;
}
.rev_slider .mb_30{
    margin: 0;
    height: 100%;
    -ms-flex: none;
    flex: none;
    max-width: unset;
}
.rev_item{
    border-radius: 20px;
    background: #F4F4F4;
}
.rev_img{
    height: 22.7rem;
    border-radius: 20px;
    overflow: hidden;
}
.rev_text {
    padding: 0.9rem 1.3rem;
}
.rev_title{
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 1rem;
}
.rev_text_box{
    height: 92px;
    overflow: hidden;
    margin-bottom: 0.7rem;
}
.rev_text_box.factive{
    height: auto;
}
.rev_more{
    display: block;
    opacity: 0.5;
}
#box-7 {
    padding-top: 4.5rem;
}
.form_box{
    overflow: hidden;
    border-radius: 20px;
    padding: 2rem 1.8rem;
    position: relative;
}
.form_img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35.5rem;
}
.rev_row .mb_30{
    margin-bottom: 0;
}
.form_box .section_title{
    line-height: 1.12;
}
.form-group {
    margin-bottom: 0.6rem;
}
.form-control{
    border-radius: 10px;
    background: #FFF;
    width: 100%;
    font-family: Inter, sans-serif;
    font-weight: 500;
    padding: 1.1rem 1rem;
    color: black;
}
.form-control::placeholder{
    color: rgba(0,0,0,0.4);
}
.policy{
    font-size: 0.855rem;
    margin-top: 0.9rem;
    margin-bottom: 1rem;
}
.policy a{
    text-decoration: underline;
}
.form_box_row{
    position: relative;
    z-index: 2;
}
#box-8 {
    padding-top: 4.7rem;
    padding-bottom: 3.8rem;
}
.q_item{
    padding: 0.9rem 1.8rem;
    margin-bottom: 0.7rem;
    border-radius: 10px;
}
.q_title{
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
}
.q_title.factive .q_arrow{
    background: #F24822;
}
.q_title.factive .q_arrow{
    transform: rotate(-180deg);
}
.q_title span{
    width: calc(100% - 3.25rem);
    padding-right: 1rem;
}
.q_arrow{
    transition: all 0.35s;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4E54F3;
    border-radius: 50%;
    width: 3.25rem;
    height: 3.25rem;
}
.q_arrow img{
    width: 2.5rem;
}
.q_content{
    border-radius: 10px;
    background: #FFF;
    padding: 1.3rem 1.2rem;
    margin-top: 0.5rem;
    padding-bottom: 0.4rem;
    margin-bottom: 0.9rem;
    display: none;
}
.q_content.factive{
    display: block;
}
footer{
    padding-top: 2rem;
    padding-bottom: 2.6rem;
    background: #4E54F3;
    color: white;
}
footer a{
    color: white;
}
.footer_flex{
    position: relative;
}
.footer_logo{
    display: block;
    width: 6.438rem;
}
.socials a{
    font-size: 2rem;
    display: inline-block;
    margin-left: 1rem;
}
.footer_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}
.call_modal .modal__block{
    border-radius: 0;
    background: transparent;
    width: 81.2rem;
    text-align: left;
    padding: 0;
}
.call_modal  .form_box{
    padding-top: 3.5rem;
}
#modal-success-msg .section_title{
    font-size: 1.4rem;
    margin: 2.5rem 0;
}
.hidden_modules{
    display: none;
}
