.breadcrumbs {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    margin: 20px 0 15px;
    padding: 0;
    text-align: left;
}
.breadcrumb-item {
    display: inline-block;
    width: auto;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.5;
    color: #949697;
    vertical-align: top;
}
.breadcrumb-item span {
    display: inline-block;
    padding: 0 5px;
}
.breadcrumbs a {
    color: inherit;
}
.breadcrumbs li:hover, .breadcrumbs li:hover>span {
    color: #1a6647;
}
.breadcrumbs li:last-child {
    pointer-events: none;
}

#feedback-page {
  background-color: #f1f1f1;
}

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

#improvements-list{
    position: relative;
    background: #ffffff;
    padding: 80px 0;
}
#improvements-list p.title{
    margin-bottom: 60px;
}
.improvement{
    background: #ffffff;
    padding: 30px;
    margin: 0 0 20px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 0px;        
}
.improvement .client{
    width: 13%;
}
.improvement .client .img-container{
    margin: 0 0 15px;
}
.improvement .client .img-container img{
    height: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}    
.improvement .client p.client-info{
    font-family: inherit;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
}    
.improvement .improvement-body{
    width: 87%;
    padding: 0 0 0 40px;
}
.improvement p.improvement-subtitle{
    font-family: inherit;
    font-size: 21px;
    line-height: 26px;
    font-weight: 600;
    color: inherit;
    text-transform: uppercase;     
    padding: 20px 0 0;
}
.improvement p.improvement-subtitle:first-child{
    padding: 0;
}
.improvement p.result{
    font-weight: 600;
}
.improvement p.result-ready{
    color: #1A6647;
}

#feedback-form {
    padding: 40px 0 80px;
}
#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;
}


/*--------------------------------- Media---------------------------------------- */
@media (max-width: 1279px) and (min-width: 980px) {

}

@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) {
    .improvement .client{
        width: 20%;
    }
    .improvement .improvement-body{
        width: 80%;
    }
        
}
@media (max-width: 767px) {
    #main-info{
        padding: 0 0 40px;
    }
    #improvements-list{
        padding: 40px 0;
    }
    #improvements-list p.title{
        margin-bottom: 40px;
    }    
    .improvement{
        padding: 15px;
    }
    .columns.improvement{
        -webkit-flex-direction: column;
        flex-direction: column;      
    }
    .improvement .client{
        width: 100%;
        margin: 0 0 20px;
    }  
    .improvement .client .img-container img{
        max-width: 80px;
        margin: 0 auto;
    }
    .improvement .improvement-body{
        width: 100%;
        padding: 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 textarea{
        height: 200px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #feedback-form .form-container form input[type="text"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .feedback-positive p.subtitle {
        font-size: 19px;
        line-height: 25px;
        font-weight: 400;
        margin: 0 0 40px;
    }

}
@media (max-width: 767px) and (min-width: 480px) {

}

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

}
