.infoshel-main-form {
    background-color: #373838;
}

.infoshel-main-form__container {
    padding-top: 30px;
    padding-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}

.infoshel-main-form__container h1 {
    color: #F9F9F9;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
}

.infoshel-main-form__title-text {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #f4f4f4;
    line-height: 1.5;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.infoshel-main-form__form-left {
    max-width: 384px;
    width: 100%;
}

.infoshel-main-form__form-right {
    width: 100%;
    margin-left: 23px;
}

.infoshel-main-form__form {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.infoshel-main-form__form label {
    color: #f9f9f9;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.infoshel-main-form__form .form-group {
    margin-bottom: 24px;
}

.infoshel-main-form__form input {
    height: 54px;
    border-radius: 2px;
    background-color: #ffffff;
}

textarea {
    resize: none;
    height: 275px !important;
    border-radius: 2px;
    background-color: #ffffff;
}

.infoshel-main-form__block-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.infoshel-main-form__block-btn-download {
    display: flex;
    color: #ffffff;
    align-items: center;
    cursor: pointer;
}

.infoshel-main-form__block-btn-download span {
    background: url("../../img/form-page/attach-file.svg") no-repeat center;
    background-size: 100% auto;
    width: 46px;
    height: 46px;
    margin-right: 15.5px;
    display: block;
}

.infoshel-main-form__block-btn-download p {
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.infoshel-main-form__form-btn {
    height: 46px;
}

/*.modal-body {*/
/*    background-color: #373838;*/
/*}*/

@media (max-width: 940px) {
    .infoshel-main-form__block-btn {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .infoshel-main-form__block-btn-download {
        margin-bottom: 27px;
    }
}

@media (max-width: 767.98px) {
    .infoshel-main-form__block-btn-download-text-bottom {
        font-size: 13px !important;
    }

    .infoshel-main-form__title-text {
        display: none;
    }

    .infoshel-main-form__form {
        margin-top: 21px;
    }

    .infoshel-main-form__container h1 {
        font-size: 24px;
    }

    .infoshel-main-form__form-btn {
        width: 100%;
    }
}
@media (max-width: 700px) {
    .infoshel-main-form__form {
        flex-direction: column;
    }

    .infoshel-main-form__form-right {
        margin-left: 0;
    }

    .infoshel-main-form__form-left {
        max-width: 100%;
    }
}
.modal-infoshel {
    background-color: rgba(55, 56, 56, 0.7);
    padding-right: 0 !important;
}

.modal-infoshel .modal-content {
    background: initial;
    width: 100%;
    max-width: 90vw;
}

.modal-infoshel .close span {
    background: url(../img/header/menu-close.svg) no-repeat center;
    background-size: 100% auto;
    min-width: 24px;
    height: 24px;
    display: block;
}

.modal-dialog.modal-infoshel-form {
    max-width: 1040px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) !important;
    width: max-content;
}

.our-work-page img {
    width: 100%;
}

.our-work-page .infoshel-main-ourWork__slider-img {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 70px;
}
.modal {
     margin-top: unset;
     height: 100vh;
}
.modal section {
    padding: unset;
}