.styled-block {
    margin: 4px 0 -25px !important;
    width: 100% !important;
    background: #F5F5F5 !important;
    padding: 29px 0 53px !important;
    border: none !important;
    height: 100% !important;
}
.file-bl .uploader .action {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.form-body .uploader  {
    border-radius: 20px !important;
    height: 69px !important;
}

.form-body .uploader .filename {
    font-size: 15px;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    padding: 26px 30px;
}
.form-body btn-lg btn btn-default{
    background-color: black;
}

.form-body .uploader .action {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.desct-bl {
    font-weight: 400;
    font-size: 20px;
}
.title-form {
    font-size: 32px;
}
.form-cont-bl .styled-block {
    background: none !important;
}
.form-cont-bl {
    background-color: #F5F5F5;
    border-radius: 64px 64px 0 0;
}
.form-catalog-bl .styled-block {
    background: none !important;
    padding: 0 !important;
        margin: 0 !important;
}
.form-catalog-bl {
    background-image: url('/images/formback.png');
    border-radius: 64px 64px 0 0;
}
.form-catalog-bl .maxwidth-theme {
    backdrop-filter: blur(40px);
    padding: 29px 100px 53px !important;
    max-width: 1480px;
}
.file-bl .uploader {
    height: 69px;
    background-color: #fff;
    border-radius: 20px;
    border: none;
}
.file-bl  .uploader input[type="file"] {
    cursor: pointer;
}
.file-bl  .uploader .filename {
    font-size: 15px;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    padding: 26px 30px;
}
.form.contacts .form-group textarea {
    height: 247px !important;
}
.form .form-group {
    margin-bottom: 20px !important;
}
.form-control {
    border: none !important;
    padding: 26px 30px !important;
    font-size: 15px !important;
}

*[id^=comp] > .row {
    margin-left: 0;
    margin-right: 0;
}
.form.contacts  .btn {
    font-size: 24px !important;
    line-height: 100%;
    font-weight: 700 !important;
}
.form.contacts .btn-default {
    background-color: #EC0000 !important;
    width: 100% !important;
    height: 69px !important;
    border-radius: 20px !important;
    border: none !important;
}
.q-mob {
    display: none;
}

@media (max-width: 640px) {
    .form.contacts  .btn-default {
        width: 100% !important;
        height: 50px !important; /* Можно уменьшить высоту для мобильных */
        box-sizing: border-box !important;
    }
    .form-catalog-bl .maxwidth-theme {
        padding: 29px 0 53px !important;
    }
    .desct-bl {
        font-size: 15px;
    }
    .form input {
        height: 45px !important;
        font-size: 15px !important;
    }
    .form textarea, .file-bl .uploader .action {
        font-size: 15px !important;
    }
    .q-desk {
        display: none !important;
    }
    .q-mob {
        display: block;
    }
    .file-bl .uploader .action {
        position: static;
    }
    .file-bl .uploader {
        height: auto;
    }
    .form.contacts .btn {
        font-size: 17px !important;
    }
    .form-catalog-bl {
        border-radius: 15px 15px 0 0;
    }
    .form-bottom {
        margin-bottom: 47px;
    }

    .recaptchacontainer {
        zoom: 0.75;
    }
}

@media screen and (max-width: 340px) {
        .recaptchacontainer {
        zoom: 0.65;
    }
}
.btn-form-r {
    width: 100%;
}
footer {
    margin-top: 0 !important;
}
.form-bottom {
    margin-bottom: 74px;
}
.main {
    padding: 0 !important;
}
.row {
    margin-bottom: 0 !important;
}
.recaptchacontainer.col-md-6.col-sm-6 {
    padding: 0;
    margin-bottom: 15px;
}
.form.contacts .title {
    border-color: transparent !important;
}


.action{
    background-color: #778C9F !important;
    width: 210px !important;
    height: 69px !important;
    border-radius: 20px !important;
    border: none !important;
}

.action:hover{
    background-color: #EC0000 !important;
}

.btn-default:hover{
    background-color: #778C9F !important;
}

@media screen and (max-width: 901px) {
    .file-bl .uploader .action {
        font-size: 10px;
    }

    .action {
        width: 110px !important;
    }

    .recaptchacontainer {
        zoom: 0.8;
    }

    .form-control {
        border: none !important;
        padding: 24px 10px !important;
        font-size: 13px !important;
    }

    .desct-bl {
        font-size: 18px;
    }
}
@media (max-width: 640px) {
    .action {
        width: 100% !important;
        height: 50px !important; /* Можно уменьшить высоту для мобильных */
        box-sizing: border-box !important;
    }
}

.form textarea {
    overflow: hidden;
    border-radius: 20px !important;
}


.form input {
    border-radius: 20px !important;
    height: 69px !important;
}


.form .form-group .input {
    border: solid 3px #F5F5F5 !important;
    border-radius: 23px !important;
}



/*.title { font-weight: 400; font-size: 20px; line-height: 100%; }*/

