.page {
    padding-bottom: 45px !important;
}

.page__picture {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 112px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-name {
    font-size: 27px;
    color: #FFFFFF;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-content {
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
}

.form-wrap {
    width: 46%;
    padding: 18px;
    box-sizing: border-box;
    background-color: #F8F8F8;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.13);
    border-radius: 4px;
}

.myform {
    margin-left: 0;
}

#file {
    display: none;
}

.upload-wrap {
    display: flex;
    justify-content: flex-end;
    width: 40%;
}

.file-label {
    color: #FFFFFF;
    font-size: 15px;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 400;
    background-color: #FF6300;
    border-radius: 5px;
    padding: 4px 18px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.upload-block {
    border-radius: 6px;
    border: 1px solid #E8E8E8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 5px;
    box-sizing: border-box;
}

.upload-text {
    font-size: 13px;
    color: #292E34;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 400;
    /* min-width: 190px; */
}

.contact-block {
    display: flex;
    flex-direction: column;
    width: 52%;
}

.header__contact-group {
    width: max-content;
}

.contact-links-group > .header__contact-group:last-child {
    margin-bottom: 0;
}

.icons {
    display: flex;
    justify-content: flex-start;
    margin-top: 22px;
}

.icons > .icon__box {
    color: #fff;
    background-color: #292E34;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    border: 1px solid #292E34;
}

.icons > .icon__box:hover {
    background-color: #fff;
    color: #292E34;
}

.map > iframe {
    width: 100%;
    height: 100%;
}

.map {
    width: 100%;
    height: 100%;
    margin-top: 22px;
}

.hex292E34 {
    color: #292E34;
}

@media (max-width: 1559px) {
    .form-input {
        height: 42px;
        font-size: 14px;
    }

    .form-wrap {
        width: 52%;
    }

    .contact-block {
        width: 46%;
    }

    .page-name {
        font-size: 24px;
    }
}

@media (max-width: 1024px) {
    .page-content {
        margin-top: 8px;
        flex-direction: column;
    }

    .form-wrap {
        padding: 14px;
    }

    .form-input {
        height: 52px;
    }

    .page {
        padding-bottom: 30px !important;
    }

    .form-wrap, .contact-block {
        width: 100%;
    }

    .icons {
        margin: auto 0;
    }

    .header__contact-group {
        margin-bottom: 0;
    }

    .contact-links-group {
        margin-top: 30px !important;
    }

    .map {
        margin-top: 30px;
        height: 310px;
    }

    .page-name {
        font-size: 20px;
    }

    .page__picture {
        height: 55px;
    }
}

@media (max-width: 575px) {
    .map {
        margin-top: 24px !important;
    }

    .icons {
        margin-top: 20px !important;
    }

    .page {
        padding-bottom: 15px !important;
    }

    .contact-links-group {
        margin-top: 20px !important;
    }

    .contact-links-group > .col-12 > .header__contact-group > .header__contact-group-info {
        margin-left: 10px !important;
    }

    .contact-links-group > .col-12 > .header__contact-group > .header__contact-group-info > .header__contact-group-text {
        font-size: 15px;
    }

    .contact-links-group > .col-12 > .header__contact-group > .header__contact-group-info > .header__contact-group-contact {
        font-size: 14px;
    }

    .page-name {
        font-size: 16px;
    }

    .page__picture {
        height: 40px;
    }
}

@media (max-width: 410px) {
    .file-label {
        font-size: 14px;
        padding: 4px 14px;
    }
}

.page__text-wrap {
    padding: 30px 0;
}

.file-form-error  {
    border: 1px solid red;
}