.not-main h1{
    font-size: 48px;
    line-height: 54px;
    margin-top: 28px;
}
.text-feedback{
    position: relative;
    padding: 0 0 25px;
}
.columns.feedback-block{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;    
}
.feedback-item{
    position: relative;
    width: 31.33%;
    max-width: 367px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
    text-align: center;    
    background: #ffffff;
    padding: 10px 10px 44px;
    margin: 0 1% 20px;
    text-align: center;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    opacity: 1;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;    
}
.feedback-item:hover{
    opacity: 0.8;
}
.feedback-item .img-container{
    position: relative;
    margin: 0 0 12px;
}
.feedback-item .img-container img{
    height: auto;
    margin: 0 auto;
}
.feedback-item .stars{
    width: auto;
    background: #ffffff;
    color: #F5A31A;
    padding: 4px 8px;
    justify-content: center;
    margin: 5px auto 35px;   
}
.feedback-item .fa{
    margin: 0 2px;
}
.feedback-item .client-info{
    font-size: 16px;
    line-height: 18px;
    /* position: absolute;
    top: 20px;
    right: 0; */
    /* background: #004681; */
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    /* color: #ffffff; */
    font-weight: 600;
    /* box-shadow: 12px 6px 29px 0px rgba(0, 0, 0, 0.47);
    -webkit-box-shadow: 12px 6px 29px 0px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 12px 6px 29px 0px rgba(0, 0, 0, 0.47); */
    margin: 0;
    padding: 4px 10px;
} 
.feedback-item .feedback-title{
    font-size: 21px;
    line-height: 26px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    margin: 0;
}
.feedback-item .button-container{
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: auto;  
}
.feedback-item .button-link{
    display: inline-block;
    font-family: 'PT-Sans', Arial, sans-serif;
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    border: none;
    outline: none;
    text-transform: uppercase;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; 
    width: 90%;
    background-color: #004681;
}
.feedback-item:hover .button-link{
    text-decoration: none;
}
.text-feedback .button{
    display: block;
    width: 250px;
    margin: 40px auto;    
}

.review{
    position: relative;
    padding: 0 0 80px;
    background: #f7f7f7;
}
.review .client{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: 400;
    text-align: left;
    margin: 30px 0;
}
.review .client.columns {
    justify-content: center;
}
.review .client .img-container{
    margin: 0 0 12px;
}
.review .client .img-container img{
    height: auto;
    margin: 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.review p.client-name{
    font-size: 16px;
    line-height: 18px;
}

.review .client-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.review h1.review-title{
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin: 4px 0 20px;
}
.review .stars{
    margin: 0 0 20px;
}
.review .fa{
    color: #F5A31A;
    margin: 0 2px;
}
.review .text .img-container{
    margin: 0 0 20px;
}
.review .text .img-container img{
    height: auto;
    margin: 0 auto;
}

.review .text .img-container-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 30px;
}

.review .text .img-container-row img {
    margin: 0 auto 10px;
}

#feedback-form{
    padding: 80px 0;
}
#feedback-form .form-container .columns {
    justify-content: space-between;
    flex-wrap: wrap;
}
#feedback-form .form-container p.title {
    margin: 5px 0 30px;
}
#feedback-form .form-container .column:first-child {
    width: 55%;
}
#feedback-form .form-container .column:nth-child(2) {
    width: 43%;
}
#feedback-form .form-container textarea {
    display: block;
    width: 100%;
    height: 175px;
    resize: none;
    font-family: inherit;
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
    color: #2c2c2c;
    margin: 0 auto 15px;
    padding: 9px 20px;
    text-align: left;
    background: #f7f7f7;
    outline: none;
    border: 2px solid #dedede;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
    -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
    transition: border 0.2s linear, box-shadow 0.2s linear;
}
#feedback-form .form-container textarea:focus {
    color: #2c2c2c;
    border-color: #008851;
}
#feedback-form .form-container form input[type="text"] {
    padding: 9px 20px;
    color: #2c2c2c;
}
::-webkit-input-placeholder {
    color: #c0c0c0;
}
::-moz-placeholder {
    color: #c0c0c0;
}
/* Firefox 19+ */
:-moz-placeholder {
    color: #c0c0c0;
}
/* Firefox 18- */
:-ms-input-placeholder {
    color: #c0c0c0;
}
#feedback-form .form-subtitle{
    font-family: inherit;
    font-size: 21px;
    line-height: 24px;
    font-weight: 400; 
    margin: 0 0 10px
}
#feedback-form .warning {
    font-size: 16px;
    line-height: 20px;
    color: #696969;
    margin-left: 0;
}
#feedback-form .add-photo {
    display: inline-block;
    margin: 0 10px 0 0;
}
#feedback-form #feedback_phone {
    margin-bottom: 5px;
}
#feedback-form .file__item {
    position: relative;
    width: 100%;
}
#feedback-form .file__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    font-size: 0;
    cursor: pointer;
    z-index: 10;
}
#feedback-form .button-container .button {
    width: 600px;
    margin: 10px auto 20px;
}
#feedback-form .upload-button{
    position: relative;
    width: 100%;
    line-height: 24px;
    padding: 0 0 0 35px;
    margin: 0 0 10px;   
    z-index: 5;
}
#feedback-form .upload-button:before{
    content: '\f0c6';
    position: absolute;
    left: 0;
    top: 0;
    font-family: fontawesome !important;
    font-size: 24px;
    line-height: 24px;    
    color: #008851;
}

#main-info{
    position: relative;
    padding: 0 0 80px;
    background: #f7f7f7;
}

@media (max-width: 1279px) and (min-width: 980px){
    .feedback-item:hover:before{
        -moz-transform: translate(262px,0);
        -webkit-transform: translate(262px,0);
        transform: translate(262px,0);
    }
}

@media (max-width: 979px){
    #feedback-form .upload-button{
        font-size: 19px;
        line-height: 19px;
    }
    #feedback-form .form-container textarea{
        height: 163px;
    }    
}

@media (max-width: 979px) and (min-width: 768px){
    .feedback-item{
        width: 48%;
    }
    .feedback-item:hover:before{
        -moz-transform: translate(326px,0);
        -webkit-transform: translate(326px,0);
        transform: translate(326px,0);
    } 
}

@media (max-width: 767px){
    .text-feedback{
        padding: 0 0 40px;
    }
    .text-feedback .columns:not(.stars){
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .feedback-item{
        width: 100%;
        margin: 0 auto 20px;        
    }
    
    .review{
        padding: 0 0 40px;
    }
    .review .client{
        -webkit-flex-direction: column;
        flex-direction: column;
        text-align: center;
        margin: 20px 0;
    }
    .review .client .img-container{
        display: block;
    }
    .review .client .img-container img{
        width: 80px;
    }
    .review .stars{
        -webkit-justify-content: center;
        justify-content: center;
    }
    .review .text .img-container{
        margin: 20px 0;
    }
    .review .text .img-container-row{
        gap: 10px;
    }
    
    #feedback-form{
        padding: 40px 0;
    }
    #feedback-form .upload-button {
        text-transform: none;
        width: 250px;
    }
    #feedback-form .button-container .button {
        margin-top: 30px;
    }
    #feedback-form .file__item {
        text-align: left;
    }
    #feedback-form .upload-button, #feedback-form .button-container .button {
        width: 100%;
        max-width: 300px;
    }    
    #feedback-form .form-container form input[type="submit"] {
       margin: 20px auto;
    }

    #feedback-form .form-container .column:first-child, #feedback-form .form-container .column:nth-child(2) {
        width: 100%;        
    }
    #feedback-form .form-container .column:first-child{
        margin: 0 0 24px;
    }
    #feedback-form .form-container textarea {
        height: 200px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #feedback-form .form-container form input[type="text"] {
        padding-left: 15px;
        padding-right: 15px;
    }    
    
    #main-info{
        padding: 0 0 40px;
    }
}

@media (max-width: 767px) and (min-width: 480px){
    .not-main h1{
        font-size: 40px;
        line-height: 40px;
        margin-top: 20px;
    }
}

@media (max-width: 479px){
    .not-main h1{
        font-size: 30px;
        line-height: 32px;
        margin-top: 20px;
    }
    
    #feedback-form .form-container textarea, #feedback-form .form-container form input[type="text"]{
        font-size: 17px;
        line-height: 17px;
    }    
}