body {
    font-family: Changa;
    position: relative;
    font-size: 1em;
    line-height: 1.25;
}

.block1 {
    background: #1f253b;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}

.block-img {
    width: 24%;
    margin: 50px auto 80px;
}
.form {
    width: 43%;
    margin: auto;
}
.block1-head2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}
.block1-head2 span {
    font-size: .67em;
    font-weight: 300;
}
.form-call {
    border-radius: 0;
    background: #e20744;
    color: #fff;
    font-size: 25px;
    font-weight: 200;
    line-height: 1.2;
    margin-top: 30px;
}
.form-control-input {
    border-radius: 0;
    color: #000000;
    font-size: 20px;
}
.form-control-input::placeholder {
    color: #000000;
}


@media (max-width: 1199px) {
    .block-img {
        width: 24%;
        margin: 50px auto 45px;
    }
    .block1-head2 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .form {
        width: 60%;
    }


}



@media (max-width: 767px) {
    .block-img {
        width: 30%;
    }
    .form-control-input {
        font-size: 18px;
    }
    .form {
        width: 84%;
    }
}


@media (max-width: 576px) {
    .block-img {
        width: 50%;
        margin: -120px auto 25px;
    }
    .form {
        width: 100%;
    }
    .form-call ,.face-call{
        font-size: 19px;
    }
    .block1-head2 {
        font-size: 5.2vw;
    }

}

