button.btn{ padding-top: 0px !important;}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.text-sm{
    font-weight: 400;
    font-size: 12px;
    color: #353535;
    text-align: center;
    width: 100%;
    max-width: 370px;
    margin: 15px 0 0 0;
    text-transform: uppercase;
    display: block;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

    font-weight: 700;
    text-align: left;
    color: #022047;
    text-transform: uppercase;
}
h1{
    font-size: 48px;
    line-height: 52px;
    margin:90px 0 45px 0!important;


}
h1 span{
    background-color: #18a0f7;
    border-radius: 4px;
    color: #fff;
    padding: 0 5px;
}
h2{
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 55px!important;
}
.input{
    border: none;
background: transparent;
    border-color: transparent;
    border-bottom: 1px solid #169bf4;
    height: 80px;
    width: 100%;
    max-width: 370px;
    padding-left: 40px;
    font-weight: 500;
    font-size: 18px;
    color: #022047;

}
::-webkit-input-placeholder { color: #022047; }
::-ms-input-placeholder { color: #022047; }
::-ms-input-placeholder { color: #022047; }
::placeholder { color: #022047; }

.btn {
    font-weight: 700;
    border-radius: 8px;
    background-image: -moz-linear-gradient( 90deg, rgb(6,115,216) 0%, rgb(24,161,248) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(6,115,216) 0%, rgb(24,161,248) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(6,115,216) 0%, rgb(24,161,248) 100%);
    box-shadow: 0px 1px 0px  #699bca, 0px 7px 0px #0558a6, 0px 15px 30px rgb(0,0,0,0.5);
    height: 83px;
    max-width: 370px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding-top:30px!important;
    display: block;
}
.btn span{
    text-transform: none;
    display: block;
    margin-top:0px;
    font-weight: 300;
}

.btn:hover{
    color: #022047;
    text-decoration: none;
}
.b{
    font-weight: 700;
}
.left-p, .right-p{
    width: 70px;
    height: 66px;
    border-radius: 50%;
    background-image: -moz-linear-gradient( 90deg, rgb(6,115,216) 0%, rgb(24,161,248) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(6,115,216) 0%, rgb(24,161,248) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(6,115,216) 0%, rgb(24,161,248) 100%);
    box-shadow: 0px 1px 0px  #699bca, 0px 6px 0px #0558a6;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.left-p:hover, .right-p:hover{
    opacity: 0.7;
}

.top{
    background: url("../img/top.jpg") no-repeat top center;
    color: #353535;
    font-size: 24px;
    font-weight: 400;
    background-size: cover;
    padding: 20px 0 80px 0;
}
.top .content{
    width: 100%;
    max-width: 650px;
}
.top .title{
color: #343434;
    font-size: 18px;
    margin-top: 20px;
}
.top .name{
    color: #022047;
    font-weight: 500;
}
.top .text-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 18px;
    color: #353535;
    width: 100%;
    max-width: 611px;
    margin: 43px 0 90px 0;
}
.top .text-box .title-sm{
    color: #022047;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;


}
.top .text-box ul{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 24px;
}
.top .text{
    max-width: 500px;
}
.video{
    padding: 100px 0!important;
    font-size: 18px;
    font-weight: 400;
    max-width: 970px!important;
    width: 100%!important;
}
.video .name{
    margin-left: -50px;
}
.video h2{
    max-width: 269px;
    margin-bottom: 30px!important;
    margin-left: -50px;
}
.video .text-box{
display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;

    width: 370px;

}
.video .text-box .text{
    background-color: #f5f5f5;
    width: 304px;
    height: 264px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}
.video .img{

    width: 100%;
    max-width: 600px;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
    border-radius: 8px;


}
.question{
    background-color: #f5f5f5;
    padding: 100px 0 75px 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
.question .title{
    font-weight: 700;
}
.question .text-box {
    border-radius: 8px;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
    height: 204px;
    background: #fff url("../img/figur.png") no-repeat top right;

    width: 100%;
    max-width: 370px;
    padding: 40px 73px 0 30px;
    margin-bottom: 25px;
}

.question .count{
    font-size: 72px;
    color: #18a0f7;
    margin-bottom: 38px;
    font-weight: 700;
}

.who{
    padding: 100px 0!important;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    max-width: 1000px!important;
    width: 100%!important;

}
.who ul{
    margin: 0;
    padding: 0;
    list-style: none;

}
.who ul li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;

}
.who li:before{
    background-color: #000;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 0;
    top: 10px;

}
.who .img{
    width: 100%;
    max-width: 374px;

    box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, 0.1);
    margin-top: -30px;


}
.who .text-box{
    width: 55%;
}

.form{
    padding: 100px 0;
    background: url("../img/form.jpg") no-repeat bottom center;
    background-size:cover;
    color: #353535;
    font-size: 18px;
    line-height: 24px;
}
.form h2{
    margin: 25px 0 35px 0!important;

}
.form .title{
    color: #343434;
    font-size: 18px;
    margin-top: 20px;
}
.form .name{
    color: #022047;
    font-weight: 500;
}
.form .text-box{
    width: 100%;
    max-width: 430px;
}
.form form{
    margin-top: 70px;
}
.form .btn{
    padding-top: 20px!important;

}
.form .img{
    width: 100%;
    max-width: 600px;
    border-radius: 8px;

    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
}

.for{
    background-color: #f5f5f5;
    padding: 100px 0 70px 0;
    font-size: 18px;
    line-height: 26px;
    color: #353535;
}
.for .title{
    margin-bottom: 10px;
    font-weight: 700;
}
.for img{
    width: 100%;
    max-width: 100px;
    margin-bottom: 30px;
}
.for .text-box{
    margin-bottom: 30px;
}
.opinion{
    padding: 100px 15px!important;

}
.opinion .text-box{
    position: relative;
    height: 100%;
}
.opinion .left-p{
    position: absolute;
    top: calc(50% - 35px);
    left: 0;
}
.opinion .right-p{
    position: absolute;
    top: calc(50% - 35px);
    right: 0;
}
.form2{
    background: url("../img/form2.jpg") no-repeat top center;
    padding:60px 0 0 0;
    background-size: cover;
    font-size: 24px;
    line-height: 28px;
   height: 675px;
    display: flex;
    flex-direction: column;
    justify-content: center;

    
}
.form2 h2{
    margin: 35px 0!important;
    max-width: 580px;

}

.form2 .text{

    max-width: 420px;


}
.form2 form{
    margin-top: 70px;
}
.form2 .text-sm{
    color: #fff;
}
.footer{
    padding: 70px 0;
    color: rgb(0,0,0,0.35);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.footer2{
    background-color: #f5f5f5;
}
@media screen and (max-width: 1200px) {
    .question .text-box {

        height: 234px;

    }

}
@media screen and (max-width: 990px) {
    .top .btn, .text-sm, .form .btn, .form2 .btn{
        display: block;
        margin: 20px auto 0 auto;
    }
    .top {
        background: url(../img/top.jpg) no-repeat 59% 100%;
        background-size: cover;
    }
    .video .text-box {

        margin: 0 auto;
    }
    .video .img {
        margin: 0px auto;
        display: block;
    }
    .video .box, .who .box{
        flex-direction: column!important;
        display: block;
    }

    .who, .video{
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .who .img {

        margin: 0px auto 20px auto;
        display: block;

    }
    .who .text-box {
        width: 100%;
    }
    .form2 {
        background: url(../img/form2.jpg) no-repeat 60% 100%;
        background-size: cover;
        height: auto;
        padding: 140px 0 50px 0;
    }
}
@media screen and (max-width: 760px) {
    .question .text-box {
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 30px;
    }
    .form .img{
        margin: 20px auto 0 auto;
        display: block;
    }
   .top .input, .form .input, .form2 .input {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .for img {

        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .for .text-box {

        text-align: center;
    }
    .footer{
        text-align: center;
    }
    h1 {
        font-size: 36px!important;
        line-height: 42px!important;
        margin: 40px 0!important;

    }
    .top {
        background: url(../img/top.jpg) no-repeat 40% 100%;
        background-size: cover;
    }
    .top .text-box{
        margin-bottom: 15px;
    }
    .form2 {
        background: url(../img/form2.jpg) no-repeat 44% 100%;
        background-size: cover;
    }
    .form2 form, .form form {
        margin-top: 17px;
    }
}
@media screen and (max-width: 460px) {
    h1 {
        font-size: 27px !important;
        line-height: 31px !important;
        margin: 20px 0 !important;
    }
    .top{
        font-size: 18px;
    }
    .top .text-box {
margin-bottom: 0px;
        margin-top: 15px;
        font-size: 12px;
        line-height: 14px;
    }
    .top .text-box ul {

        line-height: 14px;
    }
    .logo{
        max-width: 100px;
    }
    .video .text-box {

        width: auto;
    }
}
@media screen and (max-width: 370px) {
    .top .title {

        font-size: 14px;

    }
    h1 {
        font-size: 22px !important;
        line-height: 24px !important;
        margin: 10px 0 !important;
    }
    .top {
        font-size: 16px;
    }
    .input{
        height: 58px;
    }
}

.thank{

    padding: 90px 0;
    font-size: 18px;
    line-height: 24px;
    color: #353535;
    text-align: center;
}
.thank h2{
    text-align: center;
}

.thank .text{

    margin:0 auto 30px auto;
    max-width: 630px;
    width: 100%;

}
.thank .text span{
    color: #1ea3f8;
    font-weight: 700;
}
.thank .img{
    margin-top: 60px;
    width: 100%;
    max-width: 600px;
}
.thank .btn{
    max-width: 170px;
    height: 61px;
    padding-top: 20px!important;
    margin: 0 auto;
    display: block;
}
.thank .row{
    max-width: 770px;
    margin: 0 auto;
}
@media screen and (max-width: 760px) {
.thank{
    padding: 50px 0 ;
}
    .thank h2{
        margin-bottom: 30px!important;
    }
    .thank .btn{
        margin-bottom: 20px;
    }
    .thank .img{
        margin-top: 30px;
    }
}
@media screen and (max-width: 470px) {
    .thank .btn{
        max-width: 130px;
        font-size: 13px;
        padding-top: 18px!important;
       height: 50px;
    }
}
