@media screen and (max-width: 1217px) {

.align{
	max-width: 96%;
}

/* Steps */
.steps_one:nth-child(2)::after{
    left: -50px;
    right: auto;
}


}

@media screen and (max-width: 1100px) {

/* Intro */
.intro_section{
    display: block;
}

.intro_left{
    padding-top: 0;
    width: auto;
    margin-bottom: 30px;
}

.intro_left .btn2{
    display: none;
}

.intro_right{
    width: auto;
}

.intro_right .btn2{
    display: block;
    margin: 0 auto;
}

.intro_images{
    width: 564px;
    margin: 0 auto 20px auto;
}

.intro_drone{
    left: 30px;
}

.glass1{
    left: 10px;
    top: 70%;
    width: 240px;
}


}

@media screen and (max-width: 1000px) {

/* Hat */
.hat_burger{
	display: block;
	margin-left: auto;
}

.hat_inner{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: none;
	padding: 30px 20px;
	background: #fff;
    z-index: 5;
}

.hat_menu{
	display: block;
}

.hat_menu > li{
	margin-bottom: 24px;
}

/* Bonus */
.bonus_one {
    margin: 0 10px;
}

.bonus_controls{
    display: flex;
    margin-top: 30px;
}

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

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

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

.bonus_dots .slick-dots li.slick-active{
    background: #4483FF;
}

/* Steps */
.steps_wrapper{
    background: url(../img/step_drone.png) no-repeat 93% 40px / 250px auto, linear-gradient(180.00deg, rgb(134, 187, 252), rgba(255, 255, 255, 0) 100%);
}

.steps_section {
    padding: 70px 0;
    background: none;
}

.steps_hat .section_label{
    display: none;
}

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

.steps_one:nth-child(3){
    margin-right: 10px;
}

}

@media screen and (max-width: 900px) {

/* Steps */
.steps_wrapper{
    background: url(../img/step_drone.png) no-repeat 93% 105px / 180px auto, linear-gradient(180.00deg, rgb(134, 187, 252), rgba(255, 255, 255, 0) 100%);
}

.steps_section {
    padding: 30px 0 40px 0;
}

.steps_hat {
    margin-bottom: 115px;
}

.steps_container{
    display: block;
}

.steps_one{
    margin: 0 0 28px 0 !important;
    width: auto;
    height: auto;
    padding: 37px 27px;
}

.steps_one:first-child::after{
    content: '';
    display: block;
    width: 40px;
    height: 49px;
    background: url('../img/step_arrow_mob1.png') no-repeat center;
    position: absolute;
    right: auto;
    left: calc(100% - 35px);
    top: calc(100% - 15px);
    z-index: 1;
}

.steps_one:nth-child(2)::after{
    content: '';
    display: block;
    width: 40px;
    height: 49px;
    background: url('../img/step_arrow_mob2.png') no-repeat center;
    position: absolute;
    right: auto;
    left: -5px;
    top: calc(100% - 15px);
    z-index: 1;
}

.steps_one:nth-child(3)::after{
    content: '';
    display: block;
    width: 40px;
    height: 49px;
    background: url('../img/step_arrow_mob3.png') no-repeat center;
    position: absolute;
    right: auto;
    left: calc(100% - 35px);
    top: calc(100% - 15px);
    z-index: 1;
}

.steps_one:nth-child(4)::after{
    content: '';
    display: block;
    width: 64px;
    height: 92px;
    background: url('../img/step_arrow_mob4.png') no-repeat center;
    position: absolute;
    right: 43%;
    top: 100%;
}


.steps_btn_container{
    margin-top: 113px;
}

.steps_btn_container .btn2{
    margin: 0 auto;
}

/* Faq */
.faq_section{
    padding: 40px 0 80px 0;
}

.faq_section .section_label{
	display: none;
}

.faq_container{
	margin: 0;
	flex-wrap: wrap;
}

.faq_left{
	width: 100%;
	order: 2;
	margin-top: 50px;
}

.faq_header{
	display: none;
}

.faq_description{
    font-size: 16px;
}

.faq_right{
	width: 100%;
	padding: 0;
	order: 1;
}

.faq_header_mobile{
	display: block;
	font-size: 28px;
	color: #444444;
	margin-bottom: 25px;
}

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

.faq_one_question{
    padding: 15px 0;
}

.faq_one_question_title{
    font-size: 14px;
}

.faq_one_question_icon{
    width: 36px;
    height: 36px;
}

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

.faq_one_answer{
	font-size: 13px;
}

/* Order */
.order_wrapper{
    background: #498CFF url('../img/order_bg.png') no-repeat 100% 96% / 150px auto;
}

.order_section{
    padding: 50px 0 170px 0;
}

.order_header{
    font-size: 28px;
}

.order_header span.t1{
    font-size: 24px;
    color: #167FFE;
    background: #fff;
    border-radius: 80px;
    padding: 4px 14px;
    line-height: 1;
}

.t1_hide{
    display: inline;
}

.order_header span.t2{
    display: none;
}

.order_container{
    background: url('../img/order_monitor.png') no-repeat calc(50% + 30px) top / auto 350px;
}

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

.order_form_text{
    font-size: 14px;
}

.input_wrapper{
    margin-bottom: 8px;
}

.input_wrapper input{
    border-radius: 3px;
    height: 48px;
    line-height: 48px;
    font-size: 10px;
    padding: 0 17px;
}

.order_form input[type="submit"]{
	width: 100%;
	margin-top: 30px;
}

.form_privacy {
    margin: 30px 0 0 0;
}

.form_privacy input[type="checkbox"]{
    width: 41px;
    height: 41px;
}

.form_privacy label{
    width: calc(100% - 56px);
    font-size: 10px;
}

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

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

/* Footer */
.footer_section{
	flex-wrap: wrap;
}

.footer_block1{
	order: 1;
}

.footer_block2{
	order: 3;
	width: 100%;
	justify-content: center;
}

.footer_block3{
	order: 2;
}

}

@media screen and (max-width: 800px) {

/* Program */
.program_wrapper {
    background: none;
}

.program_section {
    padding: 40px 0;
}

.program_hat{
    margin-bottom: 30px;
}

.program_hat .section_label{
    display: none;
}

.program_hat .section_header{
    font-size: 28px;
}

.section_description {
    font-size: 14px;
}

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

/* Bonus */
.bonus_section{
    padding: 40px 0;
}

.bonus_hat {
    margin-bottom: 30px;
}

.bonus_hat .section_label {
    display: none;
}

.bonus_hat .section_header {
    font-size: 28px;
}

.bonus_hat .section_header span{
    display: block;
}

/* Why */
.why_hat .section_label{
	display: none;
}

}

@media screen and (max-width: 700px) {

/* Program */
.program_container {
    display: block;
}

.program_img {
    width: auto;
    text-align: center;
    margin-bottom: 30px;
}

.program_list {
    width: auto;
}

/* Bonus */
.bonus_one {
    border-radius: 15px;
    min-height: 292px;
    padding: 21px;

}

.bonus_one_img {
    position: static;
    margin-bottom: 10px;
    transform: none;
    height: 162px;
    text-align: center;
}

.bonus_one_img img{
    max-height: 162px;
    width: auto;
    margin: 0 auto;
}

.bonus_one_title {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.1;
}

.bonus_one_description {
    font-size: 10px;
    max-width: none;
}

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

.why_section .section_header{
    font-size: 28px;
}

.why_hat{
	margin-bottom: 30px;
}

.why_one{
    border: 1px solid #D4ECFF;
    background: #fff;
    padding: 17px 11px;
    border-radius: 20px;
    margin: 0 auto 14px auto;
}

.why_one_icon{
    width: 123px;
    height: 123px;
    margin-right: 18px;
}

.why_one_icon img{

}

.why_one_title{
    font-size: 18px;
}

.why_one_description{
    font-size: 10px;
}

/* Steps */
.steps_wrapper{
    background: url(../img/step_drone.png) no-repeat 93% 98px / 180px auto, linear-gradient(180.00deg, rgb(134, 187, 252), rgba(255, 255, 255, 0) 100%);
}

.steps_header {
    font-weight: 400;
    font-size: 28px;
}

.steps_header .tt1 {
    height: 47px;
    line-height: 47px;
    transform: rotate(-4.11deg);
    padding: 0 22px;
    font-size: 28px;
}

.steps_header .tt2 {
    display: block;
    margin-left: 98px;
    margin-top: -18px;
    position: relative;
}

.steps_one {
    padding: 27px 24px;
}

.steps_one_text {
    font-size: 18px;
}

.steps_btn_container .btn2{
    width: 100%;
}


/* How */
.how_section{
    padding: 40px 0 20px 0;
}

.how_hat{
	margin-bottom: 45px;
}

.how_hat .section_header{
    font-size: 28px;
}

.how_hat .section_description {
    font-size: 14px;
}

.section_label{
	display: none;
}



/* FAQ */

.faq_outer_wrapper{
	background: none;
}

.faq_wrapper{
	background: url('../img/program_bg.png') no-repeat -95px top / 300px auto;
}

.faq_section {
    padding: 90px 0 80px 0;
}

}

@media screen and (max-width: 600px) {

/* Intro */
.intro_section{
    padding: 60px 0 40px 0;
}

.intro_left {
    margin-bottom: 60px;
}

.intro_header{
    font-size: 36px;
}

.intro_description{
    margin-top: 20px;
    font-size: 16px;
}

.intro_images{
    max-width: 376px;
    width: auto;
    margin-bottom: 30px;
}

.intro_img,
.intro_frame{
    display: none;
}

.intro_mobile{
    display: inline-block;
    vertical-align: middle;
}

.intro_drone{
    width: 180px;
    height: auto;
    top: -50px;
    left: 0;
}

.intro_right .btn2{
    width: auto;
}

.glass1{
    left: 2px;
    top: 56px;
    width: 166px;
}

.glass2{
    left: 26px;
    bottom: 12px;
    width: 265px;
}

.intro_glass{
    padding: 9px 20px;
}

.intro_glass_title{
    font-size: 12px;
    margin-bottom: 0;
}

.intro_glass_text{
    font-size: 8px;
}

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

/* How */
.how_slider_nav{
	display: none;
}

.slider_dots{
	display: block;
}

/* Order */
.order_section{
    padding: 50px 0 120px 0;
}

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


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

.footer_logo{
	display: block;
	width: 100%;
	font-size: 0;
	margin-bottom: 60px;
	order: 1;
}

.footer_block1{
	width: 45%;
	order: 2;
}

.footer_block2{
	order: 4;
	width: 100%;
	justify-content: space-between;
	margin-top: 30px;
}

.footer_block2 .footer_menu{
	margin: 0;
	width: 45%;
}

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

.footer_block3{
	width: 45%;
	order: 3;
}

.footer_label{
    margin-bottom: 10px;
}

.footer_contact,
.footer_contact a{
    font-size: 16px;
}

.footer_contact_block{
    margin-bottom: 40px;
}

.footer_block3 .btn2{
	display: none;
}

.postfooter_section{
    padding: 30px 0;
    font-size: 12px;
    display: block;
}

.postfooter_left{
	margin-bottom: 20px;
}

}

@media screen and (max-width: 500px) {

/* Faq */
.faq_description .btn2{
	width: 100%;
}

/* Footer */
.postfooter_section{
    padding: 30px 0;
    font-size: 12px;
    display: block;
}

.postfooter_left{
	margin-bottom: 20px;
}

}


@media screen and (max-width: 400px) {
/* Steps */
.steps_header .tt2 {
    display: block;
    margin-left: 70px;
    margin-top: -18px;
    position: relative;
}


/* Order */
.order_container{
    background: url('../img/order_monitor.png') no-repeat calc(50% + 30px) top / auto 280px;
}

.order_right{
    padding-top: 300px;
}

.order_header span.t1 {
    font-size: 21px;
}

}

