*{
	box-sizing: border-box;
}

html{
    min-height: 100vh;
    font-size: 14px;
}

body{
    min-height: 100vh;
    background: #F7F9FA;
    margin: 0;
    padding: 0;
    font-family: 'Inter', Tahoma, Arial;
    color: #323232;
}

a{
    text-decoration: none;
    outline: none;
}

img{
    border: 0;
    max-width: 100%;
    height: auto;
}

.clear{
    clear: both;
}

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.align{
    max-width: 1200px;
    margin: 0 auto;
}


/* Hat */
.hat_section{
    padding-top: 30px;
}

.hat{
    background: #fff;
    border-radius: 30px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    position: relative;
}

.logo{
    display: block;
    font-size: 0;
}

.hat_inner{
    display: flex;
    flex-grow: 1;
}

.hat_menu{
    padding: 0;
    margin: 0 40px;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}

.hat_menu > li{
    margin: 0;
}

.hat_menu > li > a{
    display: block;
    font-weight: 500;
    font-size: 13px;
    color: #68747A;
}

.hat_menu > li > a:hover{
    color: #0C7AFE;
}

.btn1{
    display: block;
    padding: 14px 36px;
    border: 1px solid rgb(84, 109, 246);
    border-radius: 60px;
    color: #181C1E;
    font-size: 13px;
    text-align: center;
}

.btn1:hover{
    background: #546DF6;
    color: #fff;
}

.hat_burger{
    display: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #197CF9 url('../img/burger.png') no-repeat center;
    cursor: pointer;
}

.hat_burger.open{
    background: #197CF9 url('../img/burger_close.png') no-repeat center;
}

/* Intro */
.intro_wrapper{

}

.intro_section{
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.intro_left{
    padding-top: 75px;
    width: 50%;
}

.intro_header{
    font-weight: 600;
    margin: 0;
    font-size: 64px;
    color: #07273A;
    line-height: 1;
}

.intro_header span{
    color: #0C7AFE;
}

.intro_description{
    margin-top: 30px;
    color: rgba(4, 17, 25, 0.8);
    font-size: 18px;
}

.intro_left .btn2{
    margin-top: 100px;
}

.intro_right{
    width: 48%;
}

.intro_right .btn2{
    display: none;
}

.intro_images{
    position: relative;
    font-size: 0;
}

.intro_img{
    position: absolute;
    top: 18px;
    left: 29px;
}

.intro_frame{
    position: relative;
    z-index: 1;
}

.intro_drone{
    position: absolute;
    z-index: 2;
    top: 30px;
    left: -150px;
}

.intro_mobile{
    display: none;
}

.intro_glass{
    position: absolute;
    padding: 12px 26px;
    border-radius: 14px;
    backdrop-filter: blur(26px);
    background: rgba(185, 202, 255, 0.5);
    z-index: 3;
    border: 1px solid rgba(255,255,255,0.5);
}

.intro_glass_title{
    color: #67A1FF;
    font-size: 16px;
    margin-bottom: 7px;
    font-weight: 500;
    position: relative;
    z-index: 4;
}

.intro_glass_text{
    font-size: 13px;
    position: relative;
    z-index: 4;
}

.intro_glass::after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #fff url('../img/ok.png') no-repeat center;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    right: 5px;
    border: 8px solid rgba(83,90,102,0.3);
}

.glass1{
    left: -130px;
    top: 60%;
    width: 240px;
}

.glass2{
    left: 70px;
    bottom: 20px;
    width: 351px;
}

/* Program */
.program_wrapper {
    background: url('../img/program_bg.png') no-repeat -50px top;
}

.program_section {
    padding: 120px 0 80px 0;
}

.program_hat{
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}

.program_hat .section_label{
    margin-right: 170px;
}

.program_hat .section_hat_right{
    flex-grow: 1;
}

.program_hat .section_header{
    margin-bottom: 15px;
}

.section_description {
    font-size: 24px;
    color: #696868;
}

.section_description span{
    color: #0094FF;
}

.program_container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.program_img {
    width: calc(50% - 30px);
    font-size: 0;
}

.program_list {
    width: 50%;
}

.program_list_one {
    background: #fff url('../img/program_icon.png') no-repeat 12px center;
    margin-bottom: 24px;
    font-size: 24px;
    color: #323232;
    padding: 26px 16px 26px 84px;
    border-radius: 10px;
}

.program_list_one:last-child{
    margin-bottom: 0;
}

/* Bonus */
.bonus_wrapper {
    
}

.bonus_section {
    padding: 80px 0 60px 0;
}

.bonus_hat {
    margin-bottom: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.bonus_hat .section_label {
    margin-right: 143px;
    flex-shrink: 0;
}

.bonus_hat .section_header {
    flex-grow: 1;
}

.bonus_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.bonus_one {
    width: calc(33.33% - 16px);
    border-radius: 20px;
    background: rgb(212, 236, 255);
    margin-bottom: 24px;
    min-height: 216px;
    position: relative;
    overflow: hidden;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bonus_one:hover{
    background: rgb(234, 238, 245);
}

.bonus_one_img {
    font-size: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0,-50%)
}

.bonus_one:nth-child(2) .bonus_one_img,
.bonus_one:nth-child(3) .bonus_one_img,
.bonus_one:nth-child(5) .bonus_one_img{
    right: -15px;
}

.bonus_one_title {
    position: relative;
    z-index: 1;
    color: rgb(9, 38, 58);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 50px;
    line-height: 1.1;
}

.bonus_one_description {
    position: relative;
    z-index: 1;
    color: rgb(84, 83, 83);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    max-width: 190px;
}

.bonus_controls{
    position: relative;
    display: none;
    justify-content: center;
}

.bonus_controls_inner{
    display: flex;
    align-items: center;
    justify-content: center;
}

.bonus_prev{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgba(169, 169, 169, 0.5);
    margin-right: 8px;
    cursor: pointer;
    background-image: url(../img/slider_prev.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px auto;
}

.bonus_next{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgba(169, 169, 169, 0.5);
    margin-right: 8px;
    cursor: pointer;
    background-image: url(../img/slider_next.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px auto;
}

.bonus_prev:hover,
.bonus_next:hover{
    background-color: rgba(22, 127, 254, 0.5);
}

.bonus_dots{
    padding: 0 30px;
}

/* Why */
.why_section{
    padding: 80px 0 100px 0;
}

.section_header{
    font-size: 52px;
    font-weight: 400;
    line-height: 1;
    color: #09263A;
    margin: 0;
}

.section_header span{
    color: #0094FF;
}

.why_hat{
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
}

.why_hat .section_label{
    margin-right: 160px;
}

.why_hat .section_header{
    flex-grow: 1;
}

.why_one{
    border: 1px solid #D4ECFF;
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
}

.why_one:hover{
    box-shadow: 0px 4px 35.3px 0px rgba(86, 146, 194, 0.27);
}

.why_one_icon{
    width: 165px;
    height: 165px;
    margin-right: 25px;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why_one_content{
    flex-grow: 1;
}

.why_one_title{
    font-weight: 600;
    font-size: 32px;
    color: #1780FE;
}

.why_one_description{
    font-size: 24px;
    color: #7B7B7B;
}

/* Steps */
.steps_wrapper {
    background: url('../img/cloud1.png') no-repeat -8% 140px,
    url('../img/step_drone.png') no-repeat 87% 100px,
    linear-gradient(180.00deg, rgb(134, 187, 252),rgba(255, 255, 255, 0) 100%);
}

.steps_section {
    padding: 70px 0;
    min-height: 730px;
    background: url('../img/cloud2.png') no-repeat left 89%;
}

.steps_hat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.steps_hat .section_label {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.13);
    margin-right: 196px;
}

.steps_header {
    font-weight: 400;
    font-size: 52px;
    line-height: 1.1;
    flex-grow: 1;
    margin: 0;
}

.steps_header .tt1 {
    border-radius: 80px;
    background: rgb(255, 255, 255);
    display: inline-block;
    vertical-align: middle;
    height: 62px;
    line-height: 62px;
    transform: rotate(-4.11deg);
    padding: 0 22px;
    font-size: 42px;
    color: rgb(0, 148, 255);
    font-weight: 500;
}

.steps_container {
    display: flex;
    flex-wrap: wrap;
}

.steps_one {
    position: relative;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    padding: 37px 27px 0 27px;
    height: 130px;
    width: 423px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.steps_one:first-child{
    margin-right: 20px;
}

.steps_one:first-child,
.steps_one:nth-child(2){
    margin-bottom: 70px;
}

.steps_one:nth-child(3){
    margin-right: 20px;
    margin-left: auto;
}

.steps_one:first-child::after{
    content: '';
    display: block;
    width: 49px;
    height: 41px;
    background: url('../img/step_arrow1.png') no-repeat center;
    position: absolute;
    left: calc(100% - 10px);
    top: -41px;
}

.steps_one:nth-child(2)::after{
    content: '';
    display: block;
    width: 91px;
    height: 71px;
    background: url('../img/step_arrow2.png') no-repeat center;
    position: absolute;
    right: 26px;
    top: 100%;
}

.steps_one:nth-child(3)::after{
    content: '';
    display: block;
    width: 48px;
    height: 42px;
    background: url('../img/step_arrow3.png') no-repeat center;
    position: absolute;
    right: -35px;
    top: calc(100% + 5px);
}

.steps_one:nth-child(4)::after{
    content: '';
    display: block;
    width: 102px;
    height: 82px;
    background: url('../img/step_arrow4.png') no-repeat center;
    position: absolute;
    right: 20px;
    top: calc(100% + 10px);
}

.steps_one_number {
    flex-shrink: 0;
    background: #D0DEF8;
    border-radius: 5px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
    color: #0C7AFE;
    font-size: 26px;
    font-weight: 600;
}

.steps_one_text {
    flex-grow: 1;
    font-size: 24px;
    font-weight: 600;
    color: #323232;
    line-height: 1;
}

.steps_btn_container{
    width: 100%;
    margin-top: 56px;
}

.steps_btn_container .btn2{
    margin: 0 139px 0 auto;
}

/* How */
.how_section{
    padding: 120px 0 65px 0;
}

.how_hat{
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.how_hat .section_label{
    margin-right: 210px;
}

.how_hat .section_hat_right{
    flex-grow: 1;
}

.how_hat .section_header{
    margin-bottom: 20px;
}

.how_hat .section_description {
    font-size: 16px;
    color: #6E6E6E;
}

.how_container{

}

.how_slider_nav{
    display: flex;
    margin-bottom: 50px;
    justify-content: flex-start;
    align-items: center;
}

.how_slider_prev{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: rgba(169, 169, 169, 0.5);
    margin-right: 8px;
    cursor: pointer;
    background-image: url('../img/slider_prev.png');
    background-repeat: no-repeat;
    background-position: center;
}

.how_slider_next{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: rgba(169, 169, 169, 0.5);
    cursor: pointer;
    background-image: url('../img/slider_next.png');
    background-repeat: no-repeat;
    background-position: center;
}

.how_slider_prev:hover,
.how_slider_next:hover{
    background-color: rgba(22, 127, 254, 0.5);
}

.how_slide{
    padding: 0 10px;
    text-align: center;
    font-size: 0;
}

.how_slide img{
    margin: 0 auto;
    border-radius: 30px;
}

.slider_dots{
    margin-top: 20px;
    display: none;
}

.slider_dots .slick-dots{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_dots .slick-dots li{
    padding: 0;
    margin: 0 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #D9D9D9;
}

.slider_dots .slick-dots li button{
    display: none;
}

.slider_dots .slick-dots li.slick-active{
    background: #4483FF;
}
/* FAQ */
.faq_outer_wrapper{
    background: url(../img/faq_bg.png) no-repeat -28px calc(100% - -28px);
}

.faq_section{
    padding: 65px 0 210px 0;
}

.section_label{
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-radius: 50px;
    padding: 10px 16px;
    text-align: center;
    font-size: 14px;
    color: rgb(136, 136, 136);
    display: inline-block;
    flex-shrink: 0;
}

.faq_container{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.faq_left{
    width: 40%;
}

.faq_header{
    font-size: 54px;
    font-weight: 400;
    line-height: 1.2;
    color: #444;
    margin-bottom: 150px;
}

.faq_header span{
    display: block;
    color: #0885F9;
}

.faq_description{
    color: #444444;
    font-size: 21px;
}

.faq_description_title{
    font-weight: 700;
}

.faq_description_text{
    margin-bottom: 25px;
}

.faq_right{
    width: 50%;
    padding-top: 70px;
}

.faq_header_mobile{
    display: none;
}

.faq_one{
    border-top: 1px solid rgba(0, 0, 0, 0.11);

}

.faq_one_question{
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.faq_one_question_title{
    font-size: 21px;
    font-weight: 500;
    color: #444;
}

.faq_one_question.open .faq_one_question_title{
    color: #546DF6;
}

.faq_one_question_icon{
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #E8F6FF;
    margin-left: 20px;
}

.faq_one_question.open .faq_one_question_icon{
    background: radial-gradient(72.00% 108.00% at 50% -16%,rgba(255, 255, 255, 0.2),rgba(255, 255, 255, 0) 100%),rgb(84, 109, 246);
    color: #fff;
}

.faq_span_minus,
.faq_span_plus{
    font-size: 30px;
    line-height: 1;
    margin-top: -5px;
}

.faq_one_question_icon .faq_span_minus{
    display: none;
}

.faq_one_question.open .faq_span_minus{
    display: inline;
}

.faq_one_question.open .faq_span_plus{
    display: none;
}

.faq_one_answer{
    display: none;
    color: #444;
    font-size: 16px;
    padding-bottom: 30px;
}

/* Order */
.order_wrapper{
    background: #498CFF url('../img/order_bg.png') no-repeat right -400px;
}

.order_section{
    padding: 90px 0 190px 0;
}

.order_header{
    color: #fff;
    font-size: 52px;
}

.order_container{
    background: url('../img/order_monitor.png') no-repeat left center / contain;
}

.order_right{
    padding-top: 40px;
    width: 40%;
    margin-left: auto;
}

.order_header span.t1{
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 41px;
    color: #167FFE;
    background: #fff;
    border-radius: 80px;
    padding: 4px 20px;
    line-height: 1;
}

.order_header span.t1 .t1_rotate{
    transform: rotate(1deg);
}

.t1_hide{
    display: none;
}

.order_header span.t2{
    display: inline-block;
    vertical-align: middle;
    font-size: 62px;
    transform: rotate(4deg);
}

.order_form_text{
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.order_form{
    margin: 0;
    padding: 0;

}

.input_wrapper{
    margin-bottom: 20px;
}

.input_wrapper input{
    display: block;
    background: #F9F9F9;
    border-radius: 5px;
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    color: #444;
    padding: 0 25px;
    margin: 0;
    border: 0;
    outline: none;
    width: 100%;
    font-family: 'Inter';
}

.input_wrapper input::placeholder{
    color: rgba(68, 68, 68, 0.5);
}

.order_form input[type="submit"]{
    display: block;
    width: 237px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    backdrop-filter: blur(6px);
    background: radial-gradient(72.00% 108.00% at 50% -16%,rgba(255, 255, 255, 0.2),rgba(255, 255, 255, 0) 100%),rgb(255, 255, 255);
    border: 0;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
    color: #2683F9;
    font-family: 'Inter';
    text-transform: uppercase;
}

.order_form input[type="submit"]:hover{
    background: #fff;
}

.form_privacy {
    margin: 25px 0 0 0;
    position: relative;
    font-size: 0;
}

.form_privacy input[type="checkbox"]{
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    width: 23px;
    height: 23px;
    visibility: hidden;
}

.form_privacy label{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 38px);
    text-align: left;
    color: #fff;
    font-size: 12px;
}

.form_privacy label a{
    color: #fff;
    text-decoration: underline;
}

.form_privacy label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    background: url(../img/checkbox.png) no-repeat center;
}

.form_privacy input[type="checkbox"]:checked+label:before{
    background: url(../img/checkbox_checked.png) no-repeat center;
}

/* Footer */
.footer_wrapper{
    margin-top: -100px;
    background: #F7F9FA;
    border-radius: 115px 115px 0 0;
}

.footer_section{
    padding: 80px 0 120px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer_logo{
    display: none;
}

.footer_contact_block{
    margin-bottom: 50px;
}

.footer_label{
    color: #7B7B7B;
    font-size: 14px;
    margin-bottom: 15px;
}

.footer_contact,
.footer_contact a{
    color: #444444;
    font-size: 21px;
}

.footer_block2{
    display: flex;
    justify-content: space-between;
}

.footer_menu{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer_menu:first-child{
    margin-right: 110px;
}

.footer_menu > li{
    padding: 0;
    margin-bottom: 40px;
}

.footer_menu > li > a{
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    color: #7B7B7B;
}

.footer_menu > li > a:hover{
    text-decoration: underline;
}

.btn2{
    display: block;
    width: 266px;
    background: radial-gradient(72.00% 108.00% at 50% -16%,rgba(255, 255, 255, 0.2),rgba(255, 255, 255, 0) 100%),rgb(17, 119, 248);
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #F9F9F9;
    font-weight: 500;
    font-size: 12px;
}

.btn2:hover{
    background: radial-gradient(135.00% 204.00% at 50% -16%,rgba(255, 255, 255, 0.2),rgba(255, 255, 255, 0) 100%),rgb(76, 171, 123);
}

.footer_block3 .btn2{
    margin-bottom: 50px;
}

.postfooter_wrapper{
    border-top: 1px solid #000;
}

.postfooter_section{
    padding: 35px 0 70px 0;
    font-size: 14px;
    color: #7B7B7B;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.postfooter_section a{
    color: #7B7B7B;
    text-decoration: underline;
}