.share_project-submit-wrap,
.share_project-submit{
    width: auto;
    min-width: 74px;
    position: relative;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    padding: 0 16px;
    color: inherit;
    text-decoration: none;
    background-color: inherit;
    user-select: none;
    border-radius: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    background-color: #fff;
    color: var(--color-black) !important;
}
.share_project-submit{
    border: unset;
}
.share_project-submit-wrap{
    padding: 0;
    border: 2px solid var(--color-black);
}
.share_project-submit-wrap:after {
    display: block;
    content: "";
    position: absolute;
    right: -48px;
    width: 48px;
    height: 24px;
    background-color: inherit;
    transition: 0.1s;
    padding-left: 6px;
    background-image: url(/local/templates/quartzparquet_v2/images/btn-arrow.png);
    background-repeat: no-repeat;
    background-position: 8px center;
}
.form__input{
    width: 100%;
    max-width: 472px;
    height: 47px;    
}
.project-share-form-elem{
    margin-bottom: 18px;
}
.project-share-form-elem-text{
    padding-bottom: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.share_project-submit-wrap{
    margin-top: 23px;
}
.share_project-submit-wrap:hover:after {
    color: inherit;
    background-position: 20px center;
}
.project-share-form-message{
    font-size: 12px;
    color: red;
}
@media(max-width: 990px){
    .project-form{
        gap: 18px;
    }
}
@media(max-width: 768px){
    .form__input{
        max-width: 100%;
    }
}