#main-content{flex:1;width:100%;display:flex;flex-direction:column;margin-top: 80px;margin-bottom: 30px;}
.lwleft{float:left;width:40%}
.contacts__info-title{font-size:26px;margin-bottom:20px;}
.rightol{float:right;width:50%;}
.rightol .medium-6 {flex: 0 0 50%;max-width: 50%;}
.rightol .columns {padding-right: 0.9375rem;padding-left: 0.9375rem;}
.rightol label {display: inline-block;font-size: .8125rem;margin: 0 0 10px;text-align: left;line-height: 1;font-weight: 400;text-transform: uppercase;color: var(--color-text);}
.rightol .row {margin-right: -0.9375rem;margin-left: -0.9375rem;display: flex;flex-flow: row wrap;}
 .rightol .row .full{
    display: inline-flex;
    border: 1px solid #b5b5b5;
    padding: 0 16px;
    height: 42px;
    line-height: 42px;
    margin-bottom: 28px;
    color: #b5b5b5;
    font-size: 14px;
    background: var(--bg-body);
    max-width: 100%;
    outline: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;    width: 100%;
}
.rightol .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.rightol .row .fuaa{    min-height: 200px;    line-height: 1.7;
    padding: 7px 14px;width: 100%;    display: inline-flex;
    border: 1px solid #b5b5b5;
    height: 42px;
    margin-bottom: 20px;
    color: rgba(var(--color-text-rgb), .75);
    font-size: 14px;
    background: var(--bg-body);
    max-width: 100%;
    outline: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;}

.rightol .row .button, input[type=submit] {
    font-size: calc(var(--font-button-scale, 1)* 1rem);
    font-weight: 400;
    padding: 8px 20px;
    text-align: center;
    min-height: 42px;
    line-height: 1.3;
    border: 1px solid var(--button-solid-bg);
    margin: 0;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    color:#fff;
    background:#0e422a;
    text-shadow: none!important;
    justify-content: center;
    word-break: break-word;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--button-border-radius, 0px);margin-top:5px;
}

@media screen and (max-width: 768px) {
#main-content{margin-top:30px;}
.lwleft{width:100%;}
.rightol{width:100%;}









}