aside {
	float: right;
	width: 30%;
	margin-left: 8%;
    margin-top: 5em;
}
aside + .content,
.content.waside {
    width: 58%;
}
.content.waside {
    float: left;
}
.feedback {
    background: #f9f9f9;
    padding: 2.5em;
    border-radius: 20px;
}
.form-head {
    font-size: 1.875em;
    font-weight: bold;
    margin-bottom: .3em;
}
.feedback p {
    line-height: 1.3em;
    font-size: 1em;
    text-indent: 0;
}

.feedback input,
.feedback textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
    border: none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, .2);
    color: #000;
    font-family: 'off';
    font-size: 1em;
    margin-bottom: 15px;
    max-width: 100%;
    position: relative;
    text-align: left;
    width: 100%
}
.feedback input {
    border-bottom: solid 2px rgba(255, 255, 255, .3);
    display: inline-block;	
    padding-left: 1em;
    height: 50px;
}
.feedback input:focus {
    background: #fff;
    background: none;
    border-bottom: solid 3px rgb(237, 210, 25);
    color: #000;
    font-weight: bold;
    transition: .5s;
}
.feedback input:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
.feedback input:focus::-moz-placeholder {
    color: rgba(255, 255, 255, .5);
}
.feedback input:focus:-moz-placeholder {
    color: rgba(255, 255, 255, .5);
}
.feedback input:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
.feedback textarea {
    height: 68px;
    max-height: 10em;
    padding: 1em;
    display: block;
}
.feedback .files-wrap {
    margin-bottom: 15px;
}
.g-recaptcha {
    margin-bottom: 10px;
    display: none;
}

.callbackform .btn.file {
    display: block;
    font-size: 1em;
    padding: 0.6em 10px;
    height: inherit;
}
.callbackform .btn.file:hover {
    background-color: #a5a5a5;
}
.callbackform .files-btn-wrap > input[type="file"] {
    margin-bottom: 0;
}
.callbackform .files-descr {
    display: none;
}


button.main-but {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #457be9;
    border-radius: 5px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'off';
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0;
    padding: 1.3em 1.3em;
    text-align: center;
    width: 100%;
}
button.main-but:hover {
    background-color: #4192f5;
}


@media (max-width: 1220px) {
    .g-recaptcha > div {
        transform: scale(0.735);
    }
}
@media (max-width: 1020px) {
	.g-recaptcha > div {
	    transform: scale(0.645);
	}
    .g-recaptcha {
        margin-bottom: 0;
    }
}

@media only screen and (max-device-width: 900px) {
    aside {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: none;
        float: none;
        margin-left: 0;
        margin-top: 0;
        padding: 0 15px;
        width: 100%;
    }
    aside + .content, 
    .content.waside {
        float: none;
        width: 100%;
    }
    .content.waside + aside {
        display: block;
        padding: 0;
    }
}
