body{
    background: #fff;
    font-family: 'Roboto', sans-serif;
}

.wrap{
    max-width: 1170px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
}

h1{
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 900;
    color: #000000;
    margin-top: 85px;
    margin-bottom: 1em;
}

small{
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
}
small span{
    font-weight: 400;
}

section{
    padding: 33px 0
}

.sect1{
    min-height: 543px
}

section:nth-child(even){
    background: #FFF8E7
}

.w50{
    width: 50%;
}
.w100{
    width: 100%;
}

.sect1_man{
    position: absolute;
    right: 100px;
    bottom: 53px;
    max-width: 501px;
    height: 430px;

    background: url('../img/man_bg2.svg') no-repeat
}

.sect1 .wrap{
    background: url('../img/man_bg2.svg') no-repeat 85% center;
    min-height: 543px;
    background-size: contain;
}

.sect1_btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
}
.sect1_btn a{
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    width: 165px;
    height: 50px;
    line-height: 50px;
}
.sect1_btn a.toMail:hover{
    background: #0B74C1;
}
.sect1_btn a.toMail:focus, .sect1_btn a.toMail:active
{
    background: #0B74C1;
    -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.25);
}

a.again:hover{
    background: #1E92E5;
    border-radius: 2px;
    color: #fff;
    height: 48px;
    line-height: 48px;
}


a.again:focus, a.again:active{
    width: 167px;
    background: #1E92E5;
    border: 1px solid rgba(30, 146, 229, 0.7);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    color: #fff;
    height: 50px;
    line-height: 48px;
}

a.toMail{
    color: #fff;
    background: #1E92E5;
    border-radius: 2px;
    text-decoration: none;
}

a.again{
    margin-left: 16px;
    color: rgba(30, 146, 229, 0.7);
    border: 1px solid rgba(30, 146, 229, 0.7);
    border-radius: 2px;
    height: 48px;
    line-height: 48px;
}

.sect1_steps{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
}

.step span{
    display: block;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 14px;
}

.sect1_man a{
    position: absolute;
    right: 22px;
    bottom: 73px;
    display: block;
    width: 223px;
    height: 57px;
    text-align: center;
    line-height: 57px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-decoration: none;

    background: #FFA800;
    border-radius: 2px;
}

.sect1_man a:hover,
.sect1_man a:focus{
    background: #e16d19
}

/* sect2 */

.sect2 h2{
    text-align: center;
    font-weight: 900;
    line-height: normal;
    font-size: 36px;
    text-align: center;
    color: #000000;
    margin: 0 auto 33px;
    max-width: 900px;
}

.sect2_inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sect2_text{
    padding-left: 8px;
}
h3{
    font-weight: 500;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 22px;
    color: #000000;
    text-decoration: none;
}
h3 a.toCopy{
    font-size: 24px;
    font-weight: 500;
}
.sect2_text p{
    font-weight: 300;
    font-size: 18px;
    margin: 4px 0
}
.sect2_text-btn{
    margin-bottom: 32px;
    margin-top: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.last_btn{
    margin-bottom: 0;
}
a.a_telegram{
    width: 230px;
    height: 48px;
    background: #EBEBEB;
    border-radius: 2px;
    line-height: 48px;
    display: block;
    padding: 0 8px;

    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #000000;
}
a.a_telegram:hover{
    background: #FBFBFB;
}
a.a_telegram:focus,
a.a_telegram:active{
    background: #EBEBEB;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
}
a.a_telegram:before{
    content: "";
    background: url('../img/telegram.svg') no-repeat;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
    background-size: contain
}

.sect2_text-btn div{
    font-weight: 300;
    color: #636363;
    font-size: 18px;
    padding-left: 16px;
}

/* sect 3 */

.video_block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.video_links {
    width: 40%;
    max-width: 458px;
}
.video_links a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    height: 49px;
    line-height: 1;
    font-size: 18px;
    color: #000000;

    border: 1px solid #1E92E5;
    border-radius: 2px;

}
.video_links a + a{
    margin-top: 39px;
}

.video_links a.active,
.video_links a:hover{
    background: #1E92E5;
    color: #FFFFFF;
}

.video_links a:focus{
    background: #0B74C1;
    -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.25);
    color: #fff
}
.video_items{
    padding-left: 30px;
    width: 60%;
}

.video_items .video_item{
    display: none;
}

.video_items .video_item.active{
    display: block;
}

.video_item iframe{
    width: 100%;
    height: 411px;
}

/* sect4 */
.sect4_inner{
    max-width: 680px
}


@media (max-width: 1199px){
    .sect1 .wrap{background: none; min-height: initial;}
    h1{margin-top: 0;}
    .wrap{
        max-width: 960px;
    }

    .sect1{min-height: auto}
    .sect1_man{background: none;
    position: static;height: 57px;}
    .w50{width: 100%;}

    .sect2_inner{-ms-flex-wrap: wrap;flex-wrap: wrap}
    .sect2_bg{text-align: center;width: 100%; margin-bottom: 32px;}
}


@media (max-width: 960px){
    .wrap{max-width: 700px;}
    h1{font-size: 42px;}

    .video_block{-ms-flex-wrap: wrap;flex-wrap: wrap}
    .video_links, .video_items{width: 100%;max-width: 100%}
    .video_links a + a{margin-top: 0;}
    .video_links a{margin-bottom: 20px;}

    .video_items{padding-left: 0;}
}

@media (max-width: 767px){
    .wrap{max-width: 90%;}
    h1{font-size: 36px;}
    .sect1_steps,
    .sect2_text-btn,
    .sect1_btn{-ms-flex-wrap: wrap;flex-wrap: wrap}
    .sect1_steps .step{margin-bottom: 32px;}
    .sect1_man a{position: static;margin: auto}

    .sect2 h2{font-size: 32px;}

    .sect2_text-btn div{padding-left: 0;margin-top: 10px;font-size: 16px;}

    .sect2_text p,
    .video_links a{font-size: 16px;}

    .sect2_bg img,
    .step img{max-width: 100%;}

    .sect1_btn{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}

    .sect1{margin-top: 0;}
    

}

@media (max-width: 375px){
    h1{font-size: 28px; text-align: center;}
    .sect2 h2{font-size: 24px;}
    h3{font-size: 20px;}
    a.again{margin-left: 0;margin-top: 20px;}
    .sect1_btn a{width: 100%;}

    .video_item iframe{height: 170px;}
    .video_links a{height: 40px;font-size: 14px;}
}