.block-project {
    position: relative;
    z-index: 1;
    background: #f9f8f8;
    padding-bottom: 80px;
}

.block-project .title-for-page {
    margin-top: 80px;
    margin-bottom: 70px;
    padding-left: 15px;
}

.link-for-project {
    display: block;
    position: relative;
    margin-bottom: 30px;
    z-index: 9999;
}

.block-pjc-first-str {
    display: block;
    position: absolute;
    padding: 20px 15px;
    left: 0px;
    right: 0px;
    z-index: 999;
    bottom: 0px;
    width: auto;
    background: #333333;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 1.3em;
    font-weight: 600; 
    text-align: left;
    opacity: 0;
    margin-bottom: 0px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.img-project {
    position: absolute;
    top: 0;
    margin-top: auto;
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 10;
}

.img-project-logo {
    position: absolute;
    bottom: 45px;
    left: 0px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 12;
}

.img-project-hover {
    opacity: 1;
    z-index: 9;
}

.link-for-project:hover .img-project {
    opacity: 0;
}

.link-for-project:hover .img-project-logo {
    bottom: 78px;
}

.link-for-project:hover .img-project-hover {
    opacity: 1;
}

.link-for-project:hover .block-pjc-first-str {
    opacity: 1;
}

.button {
    background: #755894;
    padding: 17px 30px;
    border: 2px solid #755894;
    border-radius: 4px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.button-all-project {
    margin: 0 auto;
    margin-top: 50px;
    width: auto;
    padding: 17px 70px;
}

.block-all-projects {
    background: #fff;
    padding-top: 110px;
    margin-bottom: 50px;
}

.block-content-all-projects .button {
    text-align: center;
}

.block-content-all-projects p {
    margin-bottom: 60px !important;
}

p.block-text-for-otchet-project {
    opacity: 1;
    position: inherit;
}

.block-otchet-for-projects iframe {
    position: absolute; left: 0px; top: 0px; width: 100%; height: calc(100% - 59px);
}

.block-otchet-for-projects .col-lg-6.not-answer .block-pjc-first-str {
    display: none;
}

.block-otchet-for-projects .col-lg-6.not-answer iframe {
    height: 100%;
}

a.link-otchet-for-project, a.link-otchet-for-project:hover, a.link-otchet-for-project:focus, a.link-otchet-for-project:active, a.link-otchet-for-project:visited {
    cursor: default;
} 

.block-description-project {
    padding: 35px 0px;
    background: #f4f4f4;
    margin-bottom: 50px;
}

.block-description-project p {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    line-height: 40px;
    font-weight: 500; 
    color: #212121;
    padding-left: 35px;
}