.page-contacts {
    margin: 0 auto;	
}

.qr-wrap {
    display: flex;
    background: #FFBF3E;
    min-height: 57px;
    padding-left: 40px;
}

.qr-content {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qr-text {
    font-size: 15px;
    margin-left: 20px;
}

.location-wrap{
    max-width: 1024px;
    width: 90%;
    height: 806px;
    background: #EEEEEE;
    margin: 50px auto 0;
    text-align: center;
}

.location-title{
    margin-bottom: 20px;
    padding-top: 40px;
    position: relative;
    font-size: 26.4px;
    font-weight: 700;
}

.location-title:after{
    background: #fbce00;
    content: "";
    display: block;
    height: 1px;
    margin: 40px auto 0 auto;
    width: 6.5em;
}

.location-adress{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
}

.location-button{
    display: inline-block;
    background-color: rgba(0,0,0,0);
    padding: 12px 24px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: black;
    border-radius: 0 0 0 0;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    color: black;
    fill: black;
    transition: all .3s;
}

.location-button:hover{
    color: #fff;
    background-color: #54595f;
}

.location-bottom{
    padding-top: 50px;
}

.google-map{
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
}

.form-wrap{
    max-width: 1024px;
    width: 90%;
    margin: 50px auto 0;
}

.form-title{
    margin-bottom: 20px;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
}

.form-title:after{
    background: #fbce00;
    content: "";
    display: block;
    height: 1px;
    margin: 40px auto 50px auto;
    width: 3.5em;
}

.wpcf7-form{
  max-width: 1024px;  
  padding: 0 20px 0px 20px;
}

label{
    width: calc(50% - 5px);
    font-size: 23px;
    font-weight: 700;
}

input[type='text'],
input[type='email'],
textarea {
    width: 100%;
    background-color: #eee;
    border-width: 0 0 0 0;
    border-radius: 0 0 0 0;
    color: #7A7A7A; 
    padding: 6px 16px;
    margin-bottom: 10px;
    font-size: 16px;
}

input{
   max-width: 508px;
  
}

label:first-child{
    margin-right: 10px;
}

textarea{
    max-width: 983px;
    width: 100%;
    height: 150px;
}

input:active,
textarea:active,
input:focus,
textarea:focus {
    border: 1px solid #818a91;
}

.form-row{
    display: flex;
}

input[type='submit']{
    width: 83px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #fbce00;
    color: #000000;
    font-size: 15px;
    cursor: pointer;
    border-width: 0 0 0 0;
    border-radius: 0 0 0 0;
}

@media(max-width: 768px) {
    .wpcf7-form{   
        padding: 0;
    }
}

@media(max-width: 550px) {
    .qr-content{
        padding: 20px 0;
    }
}

@media(max-width: 425px) {
    .form-row{
        display: block;
    }
}