@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

.header1 {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 29px -11px rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.form-button-a{
    display: flex;
    justify-content: end;
}
.header-line {
    width: 80%;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 0px;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    border: 0;
}

.container {
    width: 100%;
    margin: 0px auto;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

header#banner {
    width: 100%;
}

.button {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 11.45px;
    line-height: 17.18px;
}

.btn:hover {
    background-color: #16548f;
}

.btn {
    transition: background-color 0.3s linear;
    margin: 0 50px;
    background-color: #1C82DF;
    padding: 14.68px 0;
    text-align: center;
    width: 228px;
}

label.error {
    display: none;
    /* display: none !important; */
}

.modal-close-btn {
    width: 25px;
    height: 25px;
    aspect-ratio: 1;
    background-color: #1C82DF;
    border: none;
    margin-left: 20px;
    margin-top: 20px;
}

.forms {
    background-color: #1C82DF;
    border-radius: 10px;
    width: 90%;
    height: auto;
}

form {
    background-color: #1C82DF;
    border-radius: 10px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.form-blocks {
    padding: 20px;
    display: grid;
    justify-items: center;
}

.texth1 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

.texth2 {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

form input {
    width: 100%;
    height: 40px;
    background-color: #1C82DF;
    border: 2.31px solid #FFFFFF;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    display: flex;
    align-items: center;
}

input::placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.masked-element {
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.masked-element2 {
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.send-form input::placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

form input.error {
    border-color: rgb(160, 43, 43);
}

form textarea {
    width: 100%;
    background-color: #1C82DF;
    border: 2.31px solid #FFFFFF;
    margin-bottom: 23px;
    padding: 15px;
    display: flex;
    height: 100px;
    align-items: center;
    line-height: 18px;
    resize: vertical;
}

textarea::placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

form button {
    background-color: #FFFFFF;
    border: none;
    height: 50px;
    width: 100%;
}

.send-form {
    font-family: 'Montserrat', sans-serif;
    color: #1C82DF;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
}
@media (min-width: 2160px) and (max-width:3840px){
    .forms{
        width: 26%;
    }
    .modal-close-btn {
        margin-right: 30px;
        margin-top: 30px;
        margin-left: 0;
    }
    .modal-close-btn svg{
        width: 25px;
        aspect-ratio: 1;
    }
    .texth1{
        font-size: 54px;
        line-height: 1;
        margin:  0;
    }
    .texth2{
        font-size: 30px;
        line-height: 1;
        margin: 7px 0 30px 0;
    }
    .send-form{
        font-size: 18px;
    }
    form input{
        margin-top: 8px;
        margin-bottom: 8px;
        width: 80%;
    }
    form textarea{
        width: 76%;
        margin-top: 8px;
    }
    form button{
        width: 82%;
    }
    img.anchor {
        width: 178px;
    }
    .form-blocks{
        padding: 30px;
    }
    .forms{
        margin-top: 145px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1800px) and (max-width:2159px){
    .forms{
        width: 36%;
    }
    .modal-close-btn {
        margin-right: 30px;
        margin-top: 30px;
        margin-left: 0;
    }
    .modal-close-btn svg{
        width: 25px;
        aspect-ratio: 1;
    }
    .texth1{
        font-size: 54px;
        line-height: 1;
        margin:  0;
    }
    .texth2{
        font-size: 30px;
        line-height: 1;
        margin: 7px 0 30px 0;
    }
    .send-form{
        font-size: 18px;
    }
    form input{
        margin-top: 8px;
        margin-bottom: 8px;
        width: 80%;
    }
    form textarea{
        width: 76%;
        margin-top: 8px;
    }
    form button{
        width: 82%;
    }
    img.anchor {
        width: 178px;
    }
    .form-blocks{
        padding: 30px;
    }
    .forms{
        margin-top: 145px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1440px) and (max-width: 1799px){
    .forms{
        width: 42%;
    }
    .modal-close-btn {
        margin-right: 30px;
        margin-top: 30px;
        margin-left: 0;
    }
    .modal-close-btn svg{
        width: 25px;
        aspect-ratio: 1;
    }
    .texth1{
        font-size: 58px;
        line-height: 1;
        margin:  0;
    }
    .texth2{
        font-size: 33px;
        line-height: 1;
        margin: 7px 0 30px 0;
    }
    .send-form{
        font-size: 18px;
    }
    form input{
        margin-top: 8px;
        margin-bottom: 8px;
        width: 90%;
    }
    form textarea{
        width: 86%;
        margin-top: 8px;
    }
    form button{
        width: 92%;
    }
    img.anchor {
        width: 178px;
    }
    .form-blocks{
        padding: 30px;
    }
    .forms{
        margin-top: 145px;
        margin-bottom: 30px;
    }
}
@media (min-width: 1300px) and (max-width: 1439px){
    .forms{
        width: 50%;
    }
    .modal-close-btn {
        margin-right: 30px;
        margin-top: 30px;
        margin-left: 0;
    }
    .modal-close-btn svg{
        width: 25px;
        aspect-ratio: 1;
    }
    .texth1{
        font-size: 54px;
        line-height: 1;
        margin:  0;
    }
    .texth2{
        font-size: 30px;
        line-height: 1;
        margin: 7px 0 30px 0;
    }
    .send-form{
        font-size: 18px;
    }
    form input{
        margin-top: 8px;
        margin-bottom: 8px;
        width: 90%;
    }
    form textarea{
        width: 86%;
        margin-top: 8px;
    }
    form button{
        width: 92%;
    }
    img.anchor {
        width: 178px;
    }
    .form-blocks{
        padding: 30px;
    }
    .forms{
        margin-top: 145px;
        margin-bottom: 20px;
    }
}
@media(min-width: 1024px) and (max-width: 1299px){
    .forms{
        width: 60%;
    }
    .modal-close-btn {
        margin-right: 30px;
        margin-top: 30px;
        margin-left: 0;
    }
    .modal-close-btn svg{
        width: 25px;
        aspect-ratio: 1;
    }
    .texth1{
        font-size: 54px;
        line-height: 1;
        margin:  0;
    }
    .texth2{
        font-size: 30px;
        line-height: 1;
        margin: 7px 0 30px 0;
    }
    .send-form{
        font-size: 18px;
    }
    form input{
        margin-top: 8px;
        margin-bottom: 8px;
        width: 90%;
    }
    form textarea{
        width: 85%;
        margin-top: 8px;
    }
    form button{
        width: 92%;
    }
    img.anchor {
        width: 178px;
    }
    .form-blocks{
        padding: 30px;
    }
    .forms{
        margin-top: 145px;
        margin-bottom: 20px;
    }
}
@media(min-width: 768px) and (max-width: 1023px){
    .forms{
        width: 70%;
    }
    .modal-close-btn {
        margin-right: 20px;
        margin-top: 20px;
        margin-left: 0;
    }
    .modal-close-btn svg{
        width: 20px;
        aspect-ratio: 1;
    }
    .texth1{
        font-size: 41px;
        line-height: 1;
        margin:  0;
    }
    .texth2{
        font-size: 22px;
        line-height: 1;
        margin: 7px 0 30px 0;
    }
    .send-form{
        font-size: 16px;
    }
    form input{
        margin-top: 8px;
        margin-bottom: 8px;
        width: 90%;
    }
    form textarea{
        width: 85%;
        margin-top: 8px;
    }
    form button{
        width: 92%;
    }
    img.anchor {
        width: 178px;
    }
    .form-blocks{
        padding: 40px;
    }
    .forms{
        margin-top: 145px;
        margin-bottom: 20px;
    }
}
@media(min-width: 585px) and (max-width: 767px){
    .modal-close-btn {
        margin-right: 20px;
        margin-top: 20px;
        margin-left: 0;
    }
    .modal-close-btn svg{
        width: 20px;
        aspect-ratio: 1;
    }
    .texth1{
        font-size: 38px;
        line-height: 1;
        margin:  0;
    }
    .texth2{
        font-size: 22px;
        line-height: 1;
        margin: 7px 0 30px 0;
    }
    .send-form{
        font-size: 16px;
    }
    .form-blocks{
        padding: 50px;
    }
    form input{
        margin-top: 8px;
        margin-bottom: 8px;
        width: 90%;
    }
    form textarea{
        width: 85%;
        margin-top: 8px;
    }
    form button{
        width: 92%;
    }
    img.anchor {
        width: 100px;
    }
    .forms{
        margin-top: 100px;
        margin-bottom: 20px;
    }
}
@media(min-width: 480px) and (max-width: 584px){
    .modal-close-btn {
        margin-right: 20px;
        margin-top: 20px;
        margin-left: 0;
    }
    .modal-close-btn svg{
        width: 20px;
        aspect-ratio: 1;
    }
    .texth1{
        font-size: 37px;
        line-height: 1;
        margin:  0;
    }
    .texth2{
        font-size: 22px;
        line-height: 1;
        margin: 7px 0 30px 0;
    }
    .send-form{
        font-size: 16px;
    }
    .form-blocks{
        padding: 50px;
    }
    form input{
        margin-top: 8px;
        margin-bottom: 8px;
        width: 90%;
    }
    form textarea{
        width: 83%;
        margin-top: 8px;
    }
    form button{
        width: 92%;
    }
    img.anchor {
        width: 100px;
    }
    .forms{
        margin-top: 100px;
        margin-bottom: 20px;
    }
}
@media(min-width: 390px) and (max-width: 479px){
    .header-line{
        width: 90%;
    }
    .modal-close-btn {
        margin-right: 20px;
        margin-top: 20px;
        margin-left: 0;
    }
    .modal-close-btn svg{
        width: 17px;
        aspect-ratio: 1;
    }
    .texth1{
        font-size: 28px;
        line-height: 1;
        margin:  0;
    }
    .texth2{
        font-size: 17px;
        line-height: 1;
        margin: 7px 0 10px 0;
    }
    .send-form{
        font-size: 12px;
    }
    form input{
        margin-top: 8px;
        margin-bottom: 8px;
        width: 90%;
    }
    form textarea{
        width: 82%;
        margin-top: 8px;
    }
    form button{
        width: 92%;
    }
    img.anchor {
        width: 100px;
    }
    .forms{
        margin-top: 100px;
        margin-bottom: 20px;
    }
}
@media(min-width: 220px) and (max-width: 389px){
    .header-line{
        width: 90%;
    }
    .modal-close-btn {
        margin-right: 20px;
        margin-top: 20px;
        margin-left: 0;
    }
    .modal-close-btn svg{
        width: 17px;
        aspect-ratio: 1;
    }
    .texth1{
        font-size: 28px;
        line-height: 1;
        margin:  0;
    }
    .texth2{
        font-size: 17px;
        line-height: 1;
        margin: 7px 0 10px 0;
    }
    .send-form{
        font-size: 12px;
    }
    form input{
        margin-top: 8px;
        margin-bottom: 8px;
        width: 90%;
    }
    form textarea{
        width: 80%;
        margin-top: 8px;
    }
    form button{
        width: 92%;
    }
    img.anchor {
        width: 100px;
    }
    .forms{
        margin-top: 100px;
        margin-bottom: 20px;
    }
}