/* FONTS */

/* 1. Roboto Light (300) */
/* 2. Roboto Regular (400) */
/* 3. Roboto Medium (500) */
/* 4. Roboto Bold (700) */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic-ext');
/* 1. OpenSans Regular (400) */
/* 2. OpenSans Bold (700) */
/* 3. OpenSans Light (300) */
/* 4. OpenSans Italic (400i) */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700&subset=cyrillic-ext');

/* DESKTOP */
html, body {
    margin: 0 auto;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    color: #1469EA;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 38px;
    line-height: 48px;
    color: #010101;
}

.white {
    color: #FFF;
}

.blue {
    color: #1469EA;
}

.hidden {
    visibility: hidden;
}

.bold {
    font-weight: 700;
}

p {
    color: #010101;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 48px 0;
}

a {
    color: #010101;
    -webkit-tetx-decoration-color: #1469EA;
    text-decoration-color: #1469EA;
}

a:hover {
    text-decoration: none;
    color: #1469EA;
}

.line_higher {
    line-height: 36px;
    margin: 0 0 0 60px;
}

.bold_part {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
}

.right_arr_btn {
    border: solid #FFF;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: 0 0 0 10px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* WRAPPERS */
.outermost_wrap {
    width: 90%;
    max-width: 1259px;
    margin: 0 auto;
    position: relative;
}

.outer_wrap {
    width: 100%;
    max-width: 1192px;
    margin: 0 auto;
    position: relative;
}

.inner_wrap {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    position: relative;
}

.outer_wrap .header_mob,
.outer_wrap .header_mob .mob_nav,
.outer_wrap .header_mob #toggle_mobile_nav,
.outer_wrap .header_mob .mob_progress_bg,
.outer_wrap .header_mob .mob_progress {
    display: none;
}

/* HEADER */
header {
    width: 100%;
    height: 60px;
    display: block;
    background-color: #E4EFF9;
    margin: 0 0 0px 0;
    z-index: 10;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

header .fl_logo img {
    height: 40px;
    display: inline-block;
    vertical-align: top;
    margin: 12px 60px 0 0px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; 
}

header .fl_logo img:hover {
    filter: brightness(80%);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; 
}

header .desktop_progress_bar_bg {
    height: 3px;
    width: calc(100% - 560px);
    display: inline-block;
    background-color: white;
    margin: 29px 0px 0 0px;
	position: relative;
}

.desktop_progress_bar {
    display: inline-block;
    position: absolute;
	left: 0;
    top: 0;
    height: 3px;
    background: #F24841;
}

header .all_sp_btn {
    height: 44px;
    padding: 0 50px;
    border-radius: 45px;
    background: #F24841;
    float: right;
    vertical-align: top;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    line-height: 44px;
    margin: 8px 0 0 20px; 
    color: #FFF;
    position: relative;
}

header .all_sp_btn:hover {
    filter: brightness(120%);
}

.outer_wrap .header_mob {
    display: none;
}

/* MAIN */
main #section_1 h2 {
    position: relative;
    padding-top: 35px;
    width: calc(100% - 580px);
}

main #section_1 .section_1_header_mob {
    display: none;
}

main #section_1 p {
    display: inline-block;
    width: calc(100% - 520px);
}

main #section_1 .intro_p_1 {
    position: relative;
    top: -20px;
    margin: 0 0 20px 0;
}

main #section_1 .intro_p_2 {
    position: relative;
    top: -20px;
    margin: 0 0 25px 0;
}

main .socials {
    height: 50px;
    display: block;
    margin: 230px 0 500px 0;
    width: 50px;
    font-size: 0;
    z-index: 10;
    position: fixed;
    top: 0;
    right: 70px;
}

main .socials div {
    display: inline-block;
    vertical-align: top;
    width: 42px;
    height: 42px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 4px;
    padding-top: 15px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden;
}

main .socials a {
    text-decoration: none;
}

main .socials .tg_share {
    background-image: url(../img/telegram.png);
    background-size: 29px 29px;
    background-position: 5px;
}

main .socials .fb_share {
    background-image: url(../img/fb.png);
    background-size: 16px 26px;
    background-position: 13px;
} 

main .socials .vk_share {
    background-image: url(../img/vk.png);
    background-size: 29px 19px;
    background-position: 9px;
} 

main .socials .tw_share {
    background-image: url(../img/tw.png);
    background-size: 29px 23px;
    background-position: 9px;
} 

main .socials .tg_share:hover {
    background-image: url(../img/telegram1.png);
    transform: scale(1.5);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

main .socials .fb_share:hover {
    background-image: url(../img/fb1.png);
    transform: scale(1.5);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

main .socials .vk_share:hover {
    background-image: url(../img/vk1.png);
    transform: scale(1.5);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

main .socials .tw_share:hover {
    background-image: url(../img/tw1.png);
    transform: scale(1.5);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

main .bots_1screen1 {
    width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    margin: -10px 0 0 0;
    overflow: hidden;
}

main .bots_screen11 {
    display: none;
}

main #sponsor_block {
    position: relative;
    top: 30px;
}

main #sponsor_block_mob {
    display: none;
}

.dark_blue_block {
    display: block;
    width: 100%;
    height: auto;
    background: url(../img/elements.svg) no-repeat center top,
                #1469EA;
    position: relative;
    top: -10px;
    padding-bottom: 10px;
}

main #sponsor_block .dark_blue_block .elements_phone {
    position: relative;
    top: 150px;
    left: -160px;
}

.light_blue_block {
    display: block;
    width: 100%;
    background-color: #E4EFF9;
    position: relative;
    top: -50px;
    padding-bottom: 50px;
}

main .dark_blue_block .sponsor {
    width: 100%;
    height: auto;
    background-color: #FFF;
    border-radius: 40px;
    position: relative;
    top: -10px;
    padding: 40px 0;
}

main .dark_blue_block .sponsor img {
    float: left;
    position: relative;
    left: 40px;
}

main .dark_blue_block .sponsor p {
    margin: 0 0 0 35px;
}

main .dark_blue_block .sponsor .arrow_img {
    width: 127px;
    height: 127px;
}

main .to_bot_btn_blue {
    width: 245px;
    height: 69px;
    border-radius: 32px;
    background: #1469EA;
    float: right;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    line-height: 69px;
    text-align: center;
    margin: 8px 0 0 20px; 
    color: #FFF;
    position: relative;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; 
}

main .to_bot_btn_orange {
    width: 245px;
    height: 69px;
    border-radius: 32px;
    background: #F24841;
    float: right;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    line-height: 69px;
    text-align: center;
    margin: -28px 0 0 0; 
    color: #FFF;
    position: relative;
}

main .to_bot_btn_blue:hover {
    filter: brightness(130%);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; 
}

main .to_bot_btn_orange:hover {
    filter: brightness(130%);
}

main .to_bot_btn_blue:hover .right_arr_btn,
main .to_bot_btn_orange:hover .right_arr_btn {
    margin: 0 0 0 20px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


main .light_blue_block .start_subscribe_img {
    width: 200px;
    height: 200px;
    position: relative;
    top: 10px;
    margin: 0 0 0 20px;
}

main .light_blue_block #subscribe_form_wrap {
    width: 668px;
    float: right;
    position: relative;
    top: -140px;
    margin: 0 0 0 0;
}

main .light_blue_block p {
    display: inline-block;
    position: relative;
    top: -5px;
}

main .light_blue_block .subscribe_form input[type="text"] {
    width: 560px;
    height: 62px;
    border: 3px #BDD4E8 solid;
    border-radius: 60px;
    font-size: 24px;
    padding-left: 40px;
    outline: none;
    margin: 0 0 0 60px;
}

main .light_blue_block .subscribe_form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 72px;
    height: 50%;
    background-color: #000;
    border: none;
    border-radius: 60px;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    font-weight: 700;
    font-size: 20px;
    font-weight: 700;
    padding: 0 48px;
    opacity: 1;
    cursor: pointer;
    outline: none;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transform: translate3d(0, 0, 0);
}

main .dark_blue_block_top {
    display: block;
    width: 120%;
    background-size: cover;
    margin: -90px 0 0 0;
    position: relative;
    right: 15px;
}

main .dark_blue_light_blue_block_center {
    display: block;
    width: 120%;
    background-size: cover;
    margin: -5px 0 0 0;
    position: relative;
    top: -20px;
    right: 10px;
}

main .light_blue_block_bottom {
    display: block;
    width: 100%;
    background-size: cover;
    margin: 0 0 0 0;
    position: relative;
    top: -180px;
}

main #section_2 {
    position: relative;
    top: -140px;
}

main #section_2 h2 {
    width: calc(100% - 308px);
    display: inline-block;
    margin: 0 0 0 35px;
}

main #section_2 p {
    width: calc(100% - 70px);
    display: inline-block;
    margin: 0 0 0 35px;
}

main #section_2 p.added_padding {
    padding-bottom: 5px;
}

main #section_2 .passport_img {
    width: 580px;
    height: 355px;
    display: inline-block;
    position: absolute;
}

main #section_2 .bots_examples {
    height: 430px;
}

main #section_2 .bots_examples .siri {
    width: 30%;
    height: 100%;
    position: relative;
    top: -80px;
}

main #section_2 .bots_examples .alexa {
    width: 30%;
    height: 100%;
    position: relative;
    top: -60px;
}

main #section_2 .bots_examples .clip {
    width: 35%;
    height: 100%;
    position: relative;
    top: -75px;
}

main #section_2 .exclamation_img {
    width: 150px;
    height: 190px;
    display: inline-block;
    position: absolute;
    top: 1670px;
    left: 0px;
}

main #section_2 .exclamation_img_mob {
    display: none;
}

main #section_2 .glasses_img {
    width: 160px;
    height: 208px;
    display: inline-block;
    position: absolute;
    top: 1980px;
    left: 0px;
}

main #section_2 .glasses_img_mob {
    display: none;
}

main #section_2 p.passport_right {
    width: calc(100% - 824px);
    display: inline-block;
    position: relative;
    margin: 50px 0 0 618px;
}

main #section_2 .bots_examples {
    margin: 150px 0 0 0;
}

main #section_2 .chart_img {
    width: 782px;
    height: 666px; 
    display: inline-block;
    margin: 20px 0 0 35px;
}

main #section_2 .chart11 {
   display: none;
}

main #section_2 .bot_list {
    display: block;
    width: 100%;
    height: auto;
    background-color: #191919;
    border-radius: 40px;
    margin: 0 0 50px 0;
    padding-bottom: 30px;
    overflow: hidden;
}

main #section_2 .bot_list .tg_bg_1 {
    width: 203px;
    height: 467px;
    float: right;
    margin: 0 35px 0 0;
}

main #section_2 .bot_list h3 {
    margin: 0 0 0 35px;
    padding-top: 25px;
}

main #section_2 .bot_list .list {
    margin: 0 0 0 35px;
    font-size: 20px;
    line-height: 39px;
    font-weight: 300;
}

main #section_2 .bot_list .list a {
    color: white;
}

main #section_2 .bot_list .list a:hover {
    text-decoration: none;
    color: #1469EA;
}

main #section_2 .interesting_fact {
    display: block;
    width: 100%;
    height: auto;
    background-color: #E4EFF9;
    border-radius: 40px;
    margin: 50px 0 50px 0;
    padding-bottom: 40px;
}

main #section_2 .interesting_fact h3 {
    margin: 0 0 0 35px;
    padding-top: 25px;
}

main #section_2 .interesting_fact p {
    display: inline-block;
    width: calc(100% - 70px);
}

main #section_2 .experts_opinion {
    display: block;
    width: 100%;
    height: auto;
    background-color: #E4EFF9;
    border-radius: 40px;
    margin: 0 0 50px 0;
    padding-bottom: 3px;
    overflow: hidden;
}

main #section_2 .experts_opinion h3 {
    margin: 0 0 0 35px;
    padding-top: 25px;
}

main #section_2 .interesting_statistics {
    display: block;
    width: 100%;
    height: auto;
    background-color: #191919;
    border-radius: 40px;
    margin: 50px 0 65px 0;
    padding-bottom: 30px;
    overflow: hidden;
}

main #section_2 .interesting_statistics h3 {
    margin: 0 0 0 35px;
    padding-top: 25px;
}

main #section_2 .interesting_statistics .tg_bg_2 {
    width: 203px;
    height: 467px;
    float: right;
    margin: 0 35px 0 0;
}

main #section_2 .interesting_statistics .list {
    margin: 0 0 0 20px;
    font-size: 20px;
    font-weight: 300;
    list-style-image: url('../img/circle.png');
}

main #section_2 .interesting_statistics .list a {
    color: white;
}

main #section_2 .interesting_statistics .list a:hover {
    text-decoration: none;
    color: #1469EA;
}

main .s2_grey_line {
    display: block;
    width: 100%;
    background-size: contain;
    margin: 0 0 0 0;
    position: relative;
    top: -140px;
}

main .s2_grey_line_mob {
    display: none;
}

main #section_3 {
    position: relative;
    top: -140px;
}

main #section_3 .security_img {
    width: 412px;
    height: 710px;
    position: absolute;
    top: -130px;
    right: 0;
}

main #section_3 .security_mob {
    display: none;
}

main #section_3 h2 {
    margin: 70px 0 0 35px;
}

main #section_3 p {
    width: calc(100% - 70px);
    display: inline-block;
    margin: 0 0 0 35px;
}

main #section_3 .security_left {
    width: calc(100% - 270px);
    display: inline-block;
    position: relative;
    margin: 15px 0 0 35px;
}

main #section_3 .security_left_two {
    width: calc(100% - 270px);
    display: inline-block;
    position: relative;
    margin: 0 0 0 35px;
}

main #section_3 .lock_img {
    width: 130px;
    height: 190px;
    display: inline-block;
    position: absolute;
    top: 590px;
    left: 0px;
}

main #section_3 .lock_img_mob {
    display: none;
}

main #section_3 .anycash_security {
    display: block;
    width: 100%;
    height: auto;
    background-color: #E4EFF9;
    border-radius: 40px;
    margin: 50px 0 50px 0;
    padding-bottom: 3px;
    overflow: hidden;
}

main #section_3 .anycash_security h3 {
    margin: 0 0 0 35px;
    padding-top: 25px;
}

main #section_3 .fake_service {
    display: block;
    width: 100%;
    height: auto;
    background-color: #191919;
    border-radius: 40px;
    margin: 50px 0 50px 0;
    padding-bottom: 30px;
    overflow: hidden;
}

main #section_3 .fake_service .tg_bg_3 {
    width: 203px;
    height: 760px;
    float: right;
    margin: 0 35px 0 0;
}

main #section_3 .fake_service h3 {
    margin: 0 0 0 35px;
    padding-top: 25px;
}

main #section_3 .fake_service .list {
    margin: 0 0 0 20px;
    font-size: 20px;
    font-weight: 300;
    list-style-image: url('../img/circle.png');
}

main #section_3 .fake_service .list a {
    color: white;
}

main #section_3 .fake_service .list a:hover {
    text-decoration: none;
    color: #1469EA;
}

main .drone2_img {
    position: relative;
    top: -100px;
}

main .drone11 {
    display: none;
}

main #section_4 {
    position: relative;
    top: -80px;
}

main #section_4 h2 {
    margin: 0 0 0 35px;
}

main #section_4 p {
    width: calc(100% - 60px);
    display: inline-block;
    margin: 0 0 0 35px;
}

main #section_4 .stars_img {
    width: 150px;
    height: 190px;
    display: inline-block;
    position: absolute;
    top: 335px;
    left: 0px;
}

main #section_4 .stars_img_mob {
   display: none;
}

main #section_4 .hat_img {
    width: 150px;
    height: 190px;
    display: inline-block;
    position: absolute;
    top: 790px;
    left: 0px;
}

main #section_4 .hat_img_mob {
    display: none;
}

main #section_4 .interesting_fact {
    display: block;
    width: 100%;
    height: auto;
    background-color: #E4EFF9;
    border-radius: 40px;
    margin: 50px 0 50px 0;
    padding-bottom: 30px;
    overflow: hidden;
}

main #section_4 .interesting_fact h3 {
    margin: 0 0 0 35px;
    padding-top: 25px;
}

main #section_4 .interesting_fact .list {
    margin: 0 0 0 35px;
    font-size: 20px;
}

main #section_4 .interesting_fact .list ol li {
    counter-increment: list;
    list-style-type: none;
    position: relative;
    margin: 0 0 0 -20px;
}

main #section_4 .interesting_fact ol li:before {
    color: #1469EA;
    content: counter(list) ".";
    left: -32px;
    position: absolute;
    text-align: right;
    width: 26px;
    font-weight: 700;
}

main #section_4 .experts_opinion {
    display: block;
    width: 100%;
    height: auto;
    background-color: #E4EFF9;
    border-radius: 40px;
    margin: 0 0 70px 0;
    padding-bottom: 3px;
    overflow: hidden;
}

main #section_4 .experts_opinion h3 {
    margin: 0 0 0 35px;
    padding-top: 25px;
}

main .s4_grey_line {
    display: block;
    width: 100%;
    background-size: contain;
    margin: 0 0 0 0;
    position: relative;
    top: -80px;
}

main #section_5 {
    position: relative;
    top: -80px;
}

main #section_5 h2 {
    margin: 60px 0 50px 35px;
}

main #section_5 p {
    width: calc(100% - 70px);
    display: inline-block;
    margin: 0 0 0 35px;
}

main #section_5 .tombstone_img {
    display: block;
    width: calc(100% - 70px);
    height: 512px;
    margin: 0 0 60px 0;
}

main #section_5 .bell_img {
    width: 120px;
    height: 150px;
    display: inline-block;
    position: absolute;
    top: 1510px;
    left: 0px;
}

main #section_5 .bell_img_mob {
    display: none;
}

main #section_5 .tips {
    display: block;
    width: 100%;
    height: auto;
    background-color: #E4EFF9;
    border-radius: 40px;
    margin: 50px 0 50px 0;
    padding-bottom: 3px;
    overflow: hidden;
}

main #section_5 .tips h3 {
    margin: 0 0 0 35px;
    padding-top: 25px;
}

main #section_5 .check_list {
    display: inline-block;
    width: calc(100% - 105px);
    margin: 0 0 0 35px;
    font-size: 20px;
    font-weight: 400;
}

main #section_5 .check_list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 34px;
}

main #section_5 .check_list ul .check_img {
    width: 5%;
    height: 10%;
    display: inline-block;
    margin: 0 0 0 0;
}

main #section_5 .check_list ul li {
    margin: -45px 0 20px 65px;
}

main #section_5 .tips .list {
    display: inline-block;
    width: calc(100% - 105px);
    margin: 0 0 0 20px;
    font-size: 20px;
}

main #section_5 .tips .list ol li {
    counter-increment: list;
    list-style-type: none;
    position: relative;
}

main #section_5 .tips ol li:before {
    color: #1469EA;
    content: counter(list) ".";
    left: -32px;
    position: absolute;
    text-align: right;
    width: 26px;
    font-weight: 700;
}

main .s5_grey_line {
    display: block;
    width: 110%;
    background-size: contain;
    margin: 0 0 0 0;
    position: relative;
    top: -40px;
}

main .s5_grey_line_mob {
    display: none;
}

main #section_6 {
    position: relative;
    top: -60px;
}

main #section_6 h2 {
    margin: 35px 0 10px 35px;
}

main #section_6 p {
    width: calc(100% - 70px);
    display: inline-block;
    margin: 0 0 0 35px;
}

main #section_6 .train_img {
    margin: 50px 0 0 0;
}

/* FOOTER */
footer {
    width: 100%;
    height: 356px;
    display: block;
    background-color: #E4EFF9;
}

.outer_wrap .footer_mob_top {
    display: none;
}

.outer_wrap .footer_mob {
    display: none;
}

footer .footer_content {
    padding-top: 100px;
}

footer .authors {
    display: inline-block;
    vertical-align: middle;
    width: 320px;
    font-size: 16px;
    line-height: 34px;
    color: #000;
    margin: -200px 0 0 0;
}

footer .footer_subscribe_img {
    width: 200px;
    height: 200px;
    position: relative;
    top: -30px;
    margin: 0 0 0 40px; 
}

footer #subscribe_form_wrap p {
    display: inline-block;
    position: relative;
    top: -10px;
}

footer #subscribe_form_wrap {
    width: 668px;
    float: right;
    position: relative;
    top: 20px;
}

footer #subscribe_form_wrap input[type="text"] {
    width: 560px;
    height: 62px;
    border: 3px #BDD4E8 solid;
    border-radius: 60px;
    font-size: 24px;
    padding-left: 40px;
    outline: none;
    margin: 0 0 0 60px;
}

footer .subscribe_form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 73px;
    height: 50%;
    background-color: #000;
    border: none;
    border-radius: 60px;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    font-weight: 700;
    font-size: 20px;
    font-weight: 700;
    padding: 0 48px;
    opacity: 1;
    cursor: pointer;
    outline: none;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transform: translate3d(0, 0, 0);
}

main .light_blue_block .subscribe_form input[type="submit"]:hover,
footer .subscribe_form input[type="submit"]:hover {
   background-color: #191919;
   -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; 
}

/* MEDIA QUERIES */
@media (max-width: 1600px) {
    main .socials {
        position: fixed;
        top: 0;
        right: 70px;
    }
}

@media (max-width: 1440px) {
    main .socials {
        position: fixed;
        top: 0;
        right: 50px;
    }
}

@media (max-width: 1366px) {
    .outermost_wrap {
        max-width: 1200px;
    }

    .outer_wrap {
        max-width: 1100px;
    }

    .inner_wrap {
        max-width: 800px;
    }

    main #section_1 p {
        width: calc(100% - 480px);
    }

    main .dark_blue_block .sponsor {
        position: relative;
        top: -30px;
        padding: 40px 0;
    }

    main .light_blue_block #subscribe_form_wrap {
        position: relative;
        top: -160px;
        left: 100px;
    }

    main #section_2 p.passport_right {
        width: calc(100% - 700px);
        display: inline-block;
        position: relative;
        margin: 50px 0 0 618px;
    }

    main #section_2 .bots_examples .siri,
    main #section_2 .bots_examples .alexa,
    main #section_2 .bots_examples .clip {
        display: inline-block;
        width: 350px;
    }

    main #section_2 .exclamation_img {
        width: 140px;
        position: absolute;
        top: 1750px;
        left: 0px;
    }
    
    main #section_2 .glasses_img {
        width: 140px;
        position: absolute;
        top: 2050px;
        left: 0px;
    }

    main #section_3 .lock_img {
        width: 120px;
        position: absolute;
        top: 660px;
        left: 0px;
    }

    main #section_4 .stars_img {
        width: 140px;
        position: absolute;
        top: 350px;
        left: 0px;
    }

    main #section_5 .bell_img {
        width: 110px;
        position: absolute;
        top: 1550px;
        left: 0px;
    }

    footer #subscribe_form_wrap {
        width: 568px;
        float: right;
        position: relative;
        top: 20px;
        right: 50px;
    }

    footer #subscribe_form_wrap input[type="text"] {
        width: 300px;
        margin: 0 0 0 60px;
    }
}

@media (max-width: 1280px) {
    /* WRAPPERS */
    .outermost_wrap {
        max-width: 1159px;
    }

    .outer_wrap {
        max-width: 1050px;
    }

    .inner_wrap {
        max-width: 750px;
    }

    main #section_1 p {
        width: calc(100% - 420px);
    }

    main .dark_blue_block .sponsor {
        position: relative;
        top: -20px;
        padding: 40px 0;
    }

    main .light_blue_block #subscribe_form_wrap {
        position: relative;
        top: -160px;
        left: 100px;
    }

    main #section_2 p.passport_right {
        width: calc(100% - 700px);
        display: inline-block;
        position: relative;
        margin: 50px 0 0 618px;
    }

    main #section_2 .bots_examples .siri,
    main #section_2 .bots_examples .alexa,
    main #section_2 .bots_examples .clip {
        display: inline-block;
        width: 300px;
    }

    main #section_2 .exclamation_img {
        width: 140px;
        position: absolute;
        top: 1835px;
        left: 0px;
    }
    
    main #section_2 .glasses_img {
        width: 140px;
        position: absolute;
        top: 2150px;
        left: 0px;
    }

    main #section_3 .lock_img {
        width: 120px;
        position: absolute;
        top: 710px;
        left: 0px;
    }

    main #section_4 .stars_img {
        width: 140px;
        position: absolute;
        top: 350px;
        left: 0px;
    }

    main #section_5 .bell_img {
        width: 110px;
        position: absolute;
        top: 1700px;
        left: 0px;
    }

    footer .footer_subscribe_img {
        width: 170px;
        height: 170px;
        position: relative;
        top: -40px;
        margin: 0 0 0 20px;
    }

    footer #subscribe_form_wrap {
        width: 568px;
        float: right;
        position: relative;
        top: -10px;
        left: 10px;
    }

    footer #subscribe_form_wrap input[type="text"] {
        width: 300px;
        margin: 0 0 0 60px;
    }
}

@media (max-width: 1024px) {
    html, body {
        overflow-x: inherit;
    }
	main{
		overflow: hidden;
	}
    
    h2 {
        font-size: 30px;
        line-height: 38px;
    }

    h3 {
        font-size: 30px;
        line-height: 38px;
    }

    p {
        font-size: 16px;
        line-height: 22px;
    }

    a {
        text-decoration: none;
        border-bottom: 2px solid #1469EA;
        margin-top: -2px;
    }

    .outermost_wrap {
        width: 90%;
        max-width: 1259px;
        margin: 0 auto;
        position: relative;
    }
    
    .outer_wrap {
        width: 100%;
        max-width: 1192px;
        margin: 0 auto;
        position: relative;
    }
    
    .inner_wrap {
        width: 100%;
        max-width: 850px;
        margin: 0 auto;
        position: relative;
    }

    header {
        display: none;
    }

    header .desktop_progress_bar_bg,
    .desktop_progress_bar {
        display: none;
    }

    .outer_wrap .header_mob {
        display: block;
        width: 100%;
        height: 41px;
        background-color: #E6EEF8;
        position: fixed;
        z-index: 100;
    }

    .outer_wrap .header_mob .fl_logo_mob {
        border-bottom: none;
    }

    .outer_wrap .header_mob .fl_logo_mob img {
        height: 21px;
        display: inline-block;
        vertical-align: top;
        margin: 12px 0 0 21px;
    }

    .outer_wrap .header_mob #toggle_mobile_nav {
        margin: 4px 21px 0 10px;
        padding: 0 0 15px 0 !important;
        background-size: 100% auto;
        width: 22px !important;
        position: absolute;
        right: 0;
        background: transparent;
        top: 10px;
        display: block;
    }

    .outer_wrap .header_mob #toggle_mobile_nav:before,  .outer_wrap .header_mob #toggle_mobile_nav:after {
        background: #F24841;
        backface-visibility: hidden;
        content: "";
        height: 2px;
        left: 0;
        transition: 0.75s;
        width: 22px;
        cursor: pointer;
    }

    .outer_wrap .header_mob #toggle_mobile_nav:before {
        box-shadow: #F24841 0 6px 0 0;
        position: absolute;
        top: 0;
    }

    .outer_wrap .header_mob #toggle_mobile_nav:after {
        position: absolute;
        top: 12px;
    }

    .outer_wrap .header_mob #toggle_mobile_nav.active:before {
        box-shadow: transparent 0 0 0 0;
        top: 50%;
        transform: rotate(225deg);
    }

    .outer_wrap .header_mob #toggle_mobile_nav.active:after {
        top: 50%;
        transform: rotate(315deg);
    }

    .outer_wrap .header_mob .socials_mob a {
        text-decoration: none;
        border-bottom: none;
    }

    .outer_wrap .header_mob .socials_mob {
        display: inline-block;
        height: 41px;
        width: 130px;
        margin-left: 35px;
        margin-top: 12px;
    }

    .outer_wrap .header_mob .socials_mob .tg_share_mob {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url(../img/telegram_mob.png) ;
        background-size: 20px 20px;
        background-position: 0px;
        margin: 0 12px 0 0;
    }

    .outer_wrap .header_mob .socials_mob .fb_share_mob {
        display: inline-block;
        width: 13px;
        height: 20px;
        background-image: url(../img/fb_mob.png) ;
        background-size: 13px 20px;
        background-position: 0px;
        margin: 0 12px 0 0;
    }

    .outer_wrap .header_mob .socials_mob .vk_share_mob {
        display: inline-block;
        width: 20px;
        height: 15px;
        background-image: url(../img/vk_mob.png) ;
        background-size: 20px 15px;
        background-position: 0px;
        margin: 0 12px 1px 0;
    }

    .outer_wrap .header_mob .socials_mob .tw_share_mob {
        display: inline-block;
        width: 20px;
        height: 17px;
        background-image: url(../img/tw_mob.png) ;
        background-size: 20px 17px;
        background-position: 0px;
        margin: 0 0 1px 0;
    }

    .outer_wrap .header_mob .mob_progress_bg {
        width: 100%;
        height: 2px;
        display: block;
        background-color: #DCDCDC;
        position: absolute;
        left: 0;
        bottom: -2px;
    }

    .outer_wrap .header_mob .mob_progress {
        display: block;
        width: 0;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #F24841;
    }

    .mob_nav {
        width: 100%;
        top: 41px;
        bottom: 0;
        background: #E4EFF9;
        position: fixed;
        z-index: 20;
    }

    .mob_nav p {
        font-size: 24px;
        color: #000;
        width: calc(100% - 30px);
        margin-left: 15px;
        padding: 20px 0;
        border-top: 1px #BDD4E8 solid;
        cursor: pointer;
        margin-bottom: 0;
        line-height: normal;
    }

    .mob_nav p a {
       text-decoration: none;
    }

    .mob_nav p:last-of-type {
        border-bottom: 1px #BDD4E8 solid;
    }

    .mob_nav .all_sp {
        height: 47px;
        padding: 0 50px;
        border-radius: 45px;
        background: #F24841;
        float: right;
        vertical-align: top;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        line-height: 44px;
        color: #FFF;
        transition: all 0.3s ease-out;
        width: calc(100% - 30px);
        margin: 30px 0 0 15px;
        padding: 0;
        float: left;
        text-align: center;
        border-bottom: none;
    }

    main .socials {
        display: none;
    }

    main {
        position: relative;
        top: 0;
    }

    main #section_1 {
        height: auto;
    }

    main #section_1 h2 {
        position: relative;
        padding-top: 35px;
        width: calc(100% - 62px);
        display: none;
    }

    main #section_1 .section_1_header_mob {
        display: block;
        padding-top: 35px;
        width: calc(100% - 62px);
    }

    main .bots_1screen1 {
        display: none;
    }

    main .bots_screen11 {
        transform: scale(0.9);
        display: block;
        position: relative;
        top: -20px;
        right: 10px;
    }

    main #section_1 p {
        display: inline-block;
        width: calc(100% - 42px);
    }

    main #section_1 .intro_paragraphs {
        position: relative;
    }
    
    main #section_1 .intro_p_1 {
        position: relative;
    }
    
    main #section_1 .intro_p_2 {
        position: relative;
        margin: 0 0 25px 0;
    }

    main .to_bot_btn_blue {
        width: 201px;
        height: 48px;
        border-radius: 32px;
        background: #1469EA;
        float: right;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        line-height: 48px;
        text-align: center;
        margin: 30px 21px 30px 20px; 
        color: #FFF;
        position: relative;
        z-index: 6;
    }

    main .to_bot_btn_orange {
        width: 201px;
        height: 48px;
        border-radius: 32px;
        background: #F24841;
        float: right;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        line-height: 48px;
        text-align: center;
        margin: 0 0 0 0; 
        color: #FFF;
        position: relative;
        z-index: 6;
    }

    main #sponsor_block {
        display: none;
    }

    main #sponsor_block_mob {
        display: block;
        margin-top: -50px;
    }

    /* blue line */
    main #sponsor_block_mob .blue_line_mob {
        display: block;
        position: relative;
        top: 0px;
        margin: 0 0 0 0;
        transform: scale(1.1);
    }

    main #sponsor_block_mob .arrow_img_mob {
        width: 127px;
        height: 127px;
        position: relative;
        top: 10px;
        left: 65px;
    }

    main #sponsor_block_mob .dark_blue_bg_mob_top {
        position: relative;
        top: -30px;
        right: 5px;
        width: 120%;
    }

    main #sponsor_block_mob .dark_blue_bg_mob {
        display: block;
        width: 100%;
        height: auto;
        background: #1469EA;
        position: relative;
        top: -40px;
        padding-bottom: 50px;
    }

    main #sponsor_block_mob .dark_blue_bg_mob .sponsor {
        width: calc(100% - 42px);
        margin: 0 0 0 21px;
        font-weight: 400;
    }

    main #sponsor_block_mob .dark_blue_bg_mob .sponsor p {
        width: calc(100% - 72px);
        display: inline-block;
        color: #FFF;
        margin: 0 0 20px 0;
    }

    main #sponsor_block_mob .dark_blue_bg_mob .sponsor a {
        color: #FFF;
        border-bottom: 2px solid #96A9F0;
        margin-top: -2px;
    }

    main #sponsor_block_mob .center_mob {
        position: relative;
        top: -40px;
        right: 10px;
        width: 110%;
    }

    main #sponsor_block_mob .light_blue_bg_mob {
        display: block;
        width: 100%;
        height: auto;
        background: #E6EEF8;
        position: relative;
        top: -45px;
        padding-top: 40px;
    }

    main #sponsor_block_mob .light_blue_bg_mob_bottom {
        position: relative;
        top: -45px;
        right: 50px;
        width: 150%;
    }

    main #sponsor_block_mob .light_blue_bg_mob .top_mob_subscribe_img {
        width: 170px;
        height: 170px;
        position: relative;
        top: -80px;
        margin: 0 0 0 65px; 
    }

    main #sponsor_block_mob .light_blue_bg_mob p {
        display: inline-block;
        position: relative;
        top: -10px;
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 0 21px;
    }

    main #sponsor_block_mob .light_blue_bg_mob #subscribe_form_wrap_mob {
        width: calc(100% - 42px);
        position: relative;
        top: -60px;
    }
    
    main #sponsor_block_mob .light_blue_bg_mob #subscribe_form_wrap_mob input[type="text"] {
        width: 100%;
        height: 46px;
        border: 2px #BDD4E8 solid;
        border-radius: 60px;
        font-size: 20px;
        outline: none;
        margin: 0 0 10px 21px;
        text-align: center;
    }
    
    main #sponsor_block_mob .light_blue_bg_mob #subscribe_form_wrap_mob input[type="submit"] {
        display: block;
        width: 100%;
        height: 48px;
        background-color: #000;
        border: none;
        border-radius: 60px;
        font-family: 'Roboto', sans-serif;
        color: #FFF;
        font-weight: 700;
        font-size: 20px;
        padding: 0 20px;
        opacity: 1;
        cursor: pointer;
        outline: none;
        margin: 0 0 0 21px;
    }

    main .after_sponsor {
        position: relative;
        top: 0px;
    }
    main #section_2 {
        position: relative;
        margin-top: 100px;
    }

    main #section_2 h2 {
        width: calc(100% - 42px);
        display: inline-block;
        margin: 0 0 0 21px;
    }
    
    main #section_2 p {
        width: calc(100% - 42px);
        display: inline-block;
        margin: 0 0 0 21px;
    }

    main #section_2 .passport_img {
        width: 100%;
        height: 355px;
        display: inline-block;
        position: absolute;
        top: -80px;
        transform: rotate(5deg);
    }

    main #section_2 p.passport_right {
        width: calc(100% - 42px);
        display: inline-block;
        position: relative;
        margin: 220px 0 0 21px;
    }

    main #section_2 .bots_examples .siri {
        position: relative;
        top: -120px;
        left: 30px;
    }
    
    main #section_2 .bots_examples .alexa {
        position: relative;
        top: -110px;
        left: 30px;
    }
    
    main #section_2 .bots_examples .clip {
        position: relative;
        top: -100px;
        left: 30px;
    }

    main #section_2 p.added_padding {
        position: relative;
        top: 450px;
    }

    main #section_2 p.added_padding~p {
        position: relative;
        top: 450px;
    }

    main #section_2 .chart_img {
        display: none;
    }

    main #section_2 .chart11 {
        transform: scale(0.9);
        width: calc(100% - 42px);
        height: 490px; 
        display: block;
        position: relative;
        top: 430px;
        left: 15px;
        margin: 20px 0 20px 0;
    }

    main #section_2 .after_chart_mob {
        position: relative;
        top: 490px;
    }

    main #section_2 .bot_list {
        width: 100%;
        border-radius: 0px;
        position: relative;
        top: -80px;
        background: url(../img/1.svg) no-repeat right top,
                    #191919;
    }

    main #section_2 .bot_list .tg_bg_1 {
       display: none;
    }

    main #section_2 .bot_list h3 {
        margin: 0 0 0 21px;
        padding-top: 25px;
        padding-bottom: 15px;
        display: inline-block;
        width: calc(100% - 152px);
    }
    
    main #section_2 .bot_list .list {
        margin: 0 0 0 21px;
        font-size: 16px;
        line-height: 26px;
        font-weight: 300;
    }

    main #section_2 .bot_list_after {
        position: relative !important;
        top: -110px !important;
    }

    main #section_2 .exclamation_img {
        display: none;
    }
    
    main #section_2 .glasses_img {
        display: none;
    }


    main #section_2 .interesting_fact {
        display: block;
        border-radius: 0px;
        position: relative;
        top: -140px;
        margin: 50px 0 30px 0;
    }

    main #section_2 .interesting_fact h3 {
        margin: 0 0 0 21px;
        padding-top: 25px;
        padding-bottom: 15px;
        display: inline-block;
        width: calc(100% - 152px);
    }

    main #section_2 .exclamation_img_mob {
        display: inline-block;
        width: 80px;
        height: 91px;
        position: relative;
        top: 5px;
    }
    
    main #section_2 .interesting_fact p {
        display: inline-block;
        width: calc(100% - 42px);
    }

    main #section_2 .experts_opinion {
        display: block;
        border-radius: 0px;
        position: relative;
        top: -140px;
    }

    main #section_2 .experts_opinion_after {
        position: relative !important;
        top: -170px !important;
    }

    main #section_2 .experts_opinion h3 {
        margin: 0 0 0 21px;
        padding-top: 25px;
        padding-bottom: 15px;
        display: inline-block;
        width: calc(100% - 152px);
    }

    main #section_2 .glasses_img_mob {
        display: inline-block;
        width: 90px;
        height: 91px;
        position: relative;
        top: 10px;
    }

    main #section_2 .interesting_statistics {
        display: block;
        border-radius: 0px;
        padding-bottom: 30px;
        overflow: hidden;
        position: relative;
        top: -200px;
        background: url(../img/2.svg) no-repeat right top,
                    #191919;
    }

    main #section_2 .interesting_statistics h3 {
        margin: 0 0 0 21px;
        padding-top: 25px;
        padding-bottom: 15px;
        display: inline-block;
        width: calc(100% - 152px);
    }
    
    main #section_2 .interesting_statistics .tg_bg_2 {
        display: none;
    }
    
    main #section_2 .interesting_statistics .list {
        margin: 0 0 0 5px;
        font-size: 16px;
        line-height: 20px;
        font-weight: 300;
        list-style-image: url('../img/circle.png');
    }
    
    main #section_2 .interesting_statistics .list a {
        color: white;
    } 

    main .s2_grey_line {
        display: none;
    }

    main .s2_grey_line_mob {
        display: block;
        width: 120%;
        background-size: contain;
        z-index: 4;
        position: relative;
        margin-top: 200px;
        right: 20px;
    }

    main #section_3 {
        position: relative;
        margin-top: 150px;
    }

    main #section_3 .security_img {
        display: none;
    }

    main #section_3 .security_mob {
        display: block;
        transform: scale(0.8);
        position: absolute;
        top: 45px;
        left: 0px;
    }

    main #section_3 h2 {
        margin: 20px 0 0 21px;
    }
    
    main #section_3 p {
        width: calc(100% - 42px);
        margin: 0 0 0 21px;
    }

    main #section_3 .security_paragraphs {
        position: relative;
        top: 490px;
    }

    main #section_3 .other_security_blocks {
        position: relative;
        top: -90px;
    }
    
    main #section_3 .security_left {
        width: calc(100% - 42px);
        position: relative;
        margin: 15px 0 0 21px;
    }
    
    main #section_3 .security_left_two {
        width: calc(100% - 42px);
        position: relative;
        margin: 0 0 0 21px;
    }

    main #section_3 .lock_img {
        display: none;
    }

    main #section_3 .anycash_security {
        display: block;
        border-radius: 0px;
        margin: 50px 0 50px 0;
        overflow: hidden;
        position: relative;
        top: 550px;
    }
    
    main #section_3 .anycash_security h3 {
        margin: 0 0 0 21px;
        padding-top: 25px;
        padding-bottom: 15px;
        display: inline-block;
        width: calc(100% - 152px);
    }

    main #section_3 .lock_img_mob {
        display: inline-block;
        width: 120px;
        height: 91px;
        position: relative;
        top: -60px;
    }

    main #section_3 .anycash_security+p {
        position: relative !important;
        top: 520px !important;   
    }
    
    main #section_3 .fake_service {
        display: block;
        border-radius: 0px;
        position: relative;
        top: 490px;
        background: url(../img/3.svg) no-repeat right top,
                    #191919;
    }

    main #section_3 .fake_service+p {
        position: relative !important;
        top: 470px !important;   
    }
    
    main #section_3 .fake_service .tg_bg_3 {
        display: none;
    } 
    
    main #section_3 .fake_service h3 {
        margin: 0 0 0 21px;
        padding-top: 25px;
        padding-bottom: 15px;
        display: inline-block;
        width: calc(100% - 152px);
    }
    
    main #section_3 .fake_service .list {
        display: inline-block;
        width: calc(100% - 92px);
        margin: 0 0 0 5px;
        font-size: 16px;
        line-height: 20px;
    }
    
    main .drone2_img {
        display: none;
    }

    main .drone11 {
        display: block;
        width: 100%;
        position: relative;
        margin-top: 270px;
    }

    main #section_4 {
        position: relative;
        margin-top: 100px;
    }

    main #section_4 h2 {
        margin: 0 0 0 21px;
    }
    
    main #section_4 p {
        width: calc(100% - 42px);
        display: inline-block;
        margin: 0 0 0 21px;
    }
    
    main #section_4 .stars_img {
       display: none;
    }
    
    main #section_4 .hat_img {
       display: none;
    }
    
    main #section_4 .interesting_fact {
        display: block;
        border-radius: 0px;
        position: relative;
        top: -20px;
    }
    
    main #section_4 .interesting_fact h3 {
        margin: 0 0 0 21px;
        padding-top: 25px;
        padding-bottom: 15px;
        display: inline-block;
        width: calc(100% - 152px);
    }

    main #section_4 .stars_img_mob {
        display: inline-block;
        width: 100px;
        height: 91px;
        position: relative;
        top: 5px;
    }
    
    main #section_4 .interesting_fact .list {
        margin: 0 0 0 21px;
        font-size: 16px;
        line-height: 20px;
    }
    
    main #section_4 .interesting_fact .list ol li {
        counter-increment: list;
        list-style-type: none;
        position: relative;
        margin: 0 0 0 -20px;
    }
    
    main #section_4 .interesting_fact ol li:before {
        color: #1469EA;
        content: counter(list) ".";
        left: -32px;
        position: absolute;
        text-align: right;
        width: 26px;
        font-weight: 700;
    }
    
    main #section_4 .experts_opinion {
        border-radius: 0px;
        margin: 0 0 70px 0;
        position: relative;
        top: -40px;
    }
    
    main #section_4 .experts_opinion h3 {
        margin: 0 0 0 21px;
        padding-top: 25px;
        padding-bottom: 15px;
        display: inline-block;
        width: calc(100% - 152px);
    } 

    main #section_4 .hat_img_mob {
        display: inline-block;
        width: 120px;
        height: 91px;
        position: relative;
        top: 20px;
        right: 20px;
    }

    main .s4_grey_line {
        display: none;
    }
    
    main #section_5 {
        position: relative;
        margin-top: -130px;
    }

    main #section_5 h2 {
        margin: 60px 0 50px 21px;
        display: inline-block;
        width: calc(100% - 100px);
    }
    
    main #section_5 p {
        width: calc(100% - 42px);
        display: inline-block;
        margin: 0 0 0 21px;
    }
    
    main #section_5 .tombstone_img {
        display: block;
        width: calc(100% - 42px);
        height: 512px;
        margin: 20px 0 20px 0;
        position: relative;
        top: -170px;
        left: 20px;
    }
    
    main #section_5 .bell_img {
        display: none;
    }
    
    main #section_5 .tips {
        display: block;
        border-radius: 0px;
        margin: 50px 0 50px 0;
    }
    
    main #section_5 .tips h3 {
        margin: 0 0 0 21px;
        padding-top: 25px;
        padding-bottom: 15px;
        display: inline-block;
        width: calc(100% - 152px);
    }

    main #section_5 .bell_img_mob {
        display: inline-block;
        width: 80px;
        height: 91px;
        position: relative;
        top: -55px;
    }
    
    main #section_5 .check_list {
        display: inline-block;
        width: calc(100% - 42px);
        margin: 0 0 0 21px;
        font-size: 16px;
        font-weight: 400;
        position: relative;
        top: -290px;
    }
    
    main #section_5 .check_list ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        line-height: 26px;
    }
    
    main #section_5 .check_list ul .check_img {
        display: inline-block;
        margin: 0 0 0 10px;
        transform: scale(1.5);
    }
    
    main #section_5 .check_list ul li {
        margin: -25px 0 20px 45px;
    }

    main #section_5 .tips {
        position: relative;
        top: -330px;
    }
    
    main #section_5 .tips .list {
        display: inline-block;
        width: calc(100% - 42px);
        margin: 0 0 0 21px;
        font-size: 16px;
    }
    
    main #section_5 .tips .list ol li {
        counter-increment: list;
        list-style-type: none;
        position: relative;
        left: -22px;
    }
    
    main #section_5 .tips ol li:before {
        color: #1469EA;
        content: counter(list) ".";
        left: -32px;
        position: absolute;
        text-align: right;
        width: 26px;
        font-weight: 700;
    }

    main .s5_grey_line {
        display: none;
    }

    main .s5_grey_line_mob {
        display: block;
        width: 120%;
        position: relative;
        margin-top: -420px;
        right: 20px;
    }
    
    main #section_6 {
        position: relative;
        margin-top: 70px;
    }

    main #section_6 .train_img {
       transform: scale(1.4);
       position: relative;
       margin-top: 70px;
       right: 20px;
       display: block;
    }

    footer {
        display: none;
    }

    .outer_wrap .footer_mob_top {
        display: block;
        width: 100%;
        position: relative;
    }

    .outer_wrap .footer_mob {
        display: block;
        width: 100%;
        height: auto;
        background-color: #E6EEF8;
        position: relative;
        padding-bottom: 60px;
        margin-top: -3px;
    }

    .line_higher {
        line-height: 26px;
        margin: 0 0 0 21px;
    }

    .bold_part {
        margin: 0;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 700;
    }

    .outer_wrap .footer_mob p {
        position: relative;
        top: -10px;
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 0 21px;
    }

    .outer_wrap .footer_mob #subscribe_form_wrap_mob {
        width: calc(100% - 62px);
        position: relative;
        top: -40px;
    }
    
    .outer_wrap .footer_mob #subscribe_form_wrap_mob input[type="text"] {
        width: 100%;
        height: 46px;
        border: 2px #BDD4E8 solid;
        border-radius: 60px;
        font-size: 20px;
        outline: none;
        margin: 0 0 15px 21px;
        text-align: center;
    }
    
    .outer_wrap .footer_mob #subscribe_form_wrap_mob input[type="submit"] {
        display: block;
        width: 100%;
        height: 48px;
        background-color: #000;
        border: none;
        border-radius: 60px;
        font-family: 'Roboto', sans-serif;
        color: #FFF;
        font-weight: 700;
        font-size: 20px;
        padding: 0 20px;
        opacity: 1;
        cursor: pointer;
        outline: none;
        margin: 0 0 0 21px;
    }

    .outer_wrap .footer_mob .authors {
        margin: 20px 0 0 21px;
        font-size: 16px;
        line-height: 30px;
        display: inline-block;
        width: calc(100% - 42px);
    }

    .outer_wrap .footer_mob .footer_mob_subscribe_img {
        width: 170px;
        height: 170px;
        position: relative;
        top: -60px;
        margin: 0 0 0 65px; 
    }
}
#gototop {
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: none;
    cursor: pointer;
    z-index: 9;
    opacity: 0;
    background: url(../img/chevron-up-solid.svg) no-repeat center 7px #FF6C20;
    background-size: 60%;
}