
body {
    padding-top: 0 !important;
}
.a-header{
    display: none;
}
section{
    background:#fff;
}
.banner{
    min-height: 300px;
    background: transparent;
    padding-bottom: 60px;
}
.banner .container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.intro{
    height: auto;
    background: #fff;
    border-radius: 30px 30px 0 0;
    padding-top: 60px;
}
.intro h1.title{
    font-size: 46px;
    font-weight: 700;
    line-height: 1.1em;
    padding-bottom: 24px;
}

.intro .descr{
    padding-bottom: 32px;
    font-size: 32px;
    line-height: 1.1em;
}
.intro .wrapper{
        display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
video{
    max-width: 55%;
}
.alert{
    position: relative;
    max-width: 40%;
    font-weight: 700;
    line-height: 1.1em;
    font-size: 22px;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;

}

.will-do {
    margin: 0 auto;
    width: fit-content;
    padding: 32px 0;
}
.will-do .title {
    padding-bottom: 24px;
    font-size: 28px;
    font-weight: 600;
}
.will-do .subtitle {
    padding-bottom: 12px;
    font-size: 24px;
    font-weight: 500; 
}

.form__bottom{
    position: relative;
    padding: 10px;
    padding-bottom: 40px;
}
.form__bottom .wrapper{
    align-items: flex-end;
}
.nd-form__body .nd-input {
    border-bottom: 1px solid #1F1F25CC;
    font-size: 20px;
    width: 100%;
    padding-left: 0 !important;
    padding-top: 8px;
    padding-bottom: 15px;
}
.input.phone{
    width: 60%;
}
.nd-label {
    display: block;
    position: relative;
}

.form__legend{
    padding-top: 20px;
}
.footer{
    display: none;
}
.is-success .nd-form__success-message{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.is-success .nd-form__success-message{ 
    background: #f0f0f0;
    border-radius: 30px;
}
.is-success .nd-form__success-message h4{
    color: var(--Colors-Black-100, #1F1F25);
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%; 
}
.is-success .nd-form__success-message p{
    color: var(--Colors-Gray-Dark, #585869);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%; 
    padding: 8px 0 24px 0;
}
@media screen and (max-width: 770px) {
    .intro{
        padding-top: 20px;
    }
    .banner {
        min-height: auto;
        background: transparent;
        padding-bottom: 15px;
    }
    .banner  img{
        max-width: 70%;
        
    }
    .form__bottom {
        display: none;
    }
    .wrapper__column{
        display: flex;
        flex-direction: column-reverse;
    }
    .alert,
    video{
        max-width: 100%;
        width: 100%;
    }
    .alert{

    }
    .intro h1.title{
        font-size: 28px;
    }
    .will-do .title,
    .intro .descr{
        font-size: 18px;
        padding-bottom: 8px;
    }
     .intro .descr{
        padding-bottom: 22px;
     }
    .will-do .subtitle{
        font-size: 22px;
    }
    .alert{
        min-height: auto;
        padding: 36px;
    }


    .will-do ul{
        padding-bottom: 15px;
    }

}