.RJD {
    background: url(/local/templates/main/img/rjd-img.png) no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}
.AIR {
    background: url(/local/templates/main/img/airplane.png) no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}
.BUILD {
    background: url(/local/templates/main/img/buildings.png) no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}
.PROTECT {
    background: url(/local/templates/main/img/hcco-img.png) no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}
.COURT {
    background: url(/local/templates/main/img/PiP-img.png) no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}
.OIL {
    background: url(/local/templates/main/img/tnk-img.png) no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}
div.project-item-inner {
    margin-bottom: 0px;
    position: absolute;
    width: 100%;
    top: 180px;
    transition: 0.3s;
    height: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
}
div.project-block {
    overflow: hidden;
    margin-bottom: 20px;
    height: 270px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    border: 2px solid #f1f1f1;
    -webkit-border-radius: 10px;
    border-radius: 6px;
    position: relative;
    min-height: 240px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.projects {
    width: 100%;
}
div.project-block:hover div.project-item-inner {
    top: 0;
}
div.projects-container div.controls {
    text-align: center;
    margin-bottom: 30px;
}
div.projects-container div.controls span.control,
div.projects-container div.controls a.control {
    color: #303030;
    font-size: 17px;
    margin: 5px;
}
div.projects-container div.controls a.control {
    /*border-bottom: 1px dashed #00859b;*/
    cursor: pointer;
    font-size: 18px;
    border: 1px solid #B1DBE1;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
}
div.projects-container div.controls a.control.mixitup-control-active {
    background: #00859B;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
}
div.projects-container div.controls a.control:hover {
    background: #00859B;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
div.projects-container div.controls a.control.mixitup-control-active:hover {
    color: #DB5C30;
}
.index-news-item .news-item div.project-item-integrator {
    background: none;
}
div.project-item-text {
    position: relative;
    color: #fff;
    padding-left: 15px;
    font-size: 18px;
    text-transform: uppercase;
    width: 207px;
    display: inline-block;
    margin: auto 0;
}
.project-item-info li {
    color: #fff;
}
.project-item-logo {
    display: flex;
}
.pr-item {
    width: 50px;
    height: 50px;
    display: flex;
}
.pr-item-inner {
    width: 100%;
    margin: auto 0;
}
.project__item__block {
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 99%;
    height: 100%;
}
.project__item__info {
    padding: 15px;
    width: 100%;
    height: calc(100% - 300px);
    position: relative;
    border-left: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media(max-width: 1200px) {
    .project__item__info {
        max-width: 100%;
        height: calc(100% - 260px);
    }
}
@media(max-width: 991px) {
    .project__item__info {
        height: auto;
    }
}
.project__item__platform {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.block_marker_platform {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.block_marker_platform-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 5px 0 0;
}
.block_marker_platform-text p {
    padding: 0;
    margin: 0;
}
.block_marker_platform-logo {
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media(max-width: 440px) {
    .project__item__platform {
        flex-direction: column;
        gap: 10px;
    }
    .block_marker_platform {
        width: 100%;
        justify-content: space-between;
    }
}
.project__item__logo {
    display: block;
    width: 100%;
    max-width: 460px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 20px 0 0 0;
    padding: 0;
    border-radius: 10px;
}
.items:hover .project__item__logo {
    -webkit-box-shadow: 0 4px 25px rgba(31, 21, 43, .15);
    box-shadow: 0px 0px 25px 15px rgba(31, 21, 43, .15);
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}
@media(max-width: 1200px) {
    .project__item__logo {
        margin: 0;
        height: 260px;
    }
}
@media(max-width: 991px) {
    .project__item__logo {
        margin: 20px 20px 0 20px;
        height: 300px;
    }
}
@media(max-width: 768px) {
    .project__item__logo {
        margin: 20px 0 0 0;
        height: 260px;
    }
}
@media(max-width: 520px) {
    .project__item__logo {
        margin: 0;
        max-width: 100%;
    }
}
@media(max-width: 425px) {
    .project__item__logo {
        height: 240px;
    }
}
@media(max-width: 375px) {
    .project__item__logo {
        height: 210px;
    }
}
@media(max-width: 320px) {
    .project__item__logo {
        height: 180px;
    }
}
ul.list__project {
    padding-left: 20px;
}

.project__item__info h3 {
    margin: 0;
}

.projects__page__background {
    padding: 0 0 20px 0;
}

.marg {
    margin: 10px 0;
}
.project__item__info h3 a {
    color: #141315;
    font-size: 24px;
    font-weight: 600;
}
.project__item__info h3 {
    color: #141315;
    font-size: 24px;
    font-weight: 600;
}
.project__item__info h3:hover a {
    color: #DB5C30;
    transition:  0.5s;
}
.project__item__platform p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #B1B1B1;
    padding-right: 5px;
}
.projects__page__background {
    background-color: #EAF4F5;
}

.tab-header__item {
    opacity: 0.3;
    cursor: pointer;
    transition: 0.3s;
}
.tab-header__item:hover {
    opacity: 1;
    transition: 0.3s;
}
.tab-header__item.active{
    opacity: 1;
}
.tab-content__item {
   display: none;
}

.tab-content__item.active {
   display: block;
}

.projects-container {
    padding-top: 20px;
}

@media(max-width: 455px) {
    .project__item__platform span {
        right: 18%;
    }
}
.items-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.items {
    margin-bottom: 20px;
}
@media(max-width: 520px) {
    .items {
        padding: 0;
    }
}
/*ОТЗЫВЫ*/
.block-otziv-one {
    width: 49%;
    display: flex;
    flex-direction: column;
    background-color: #F5F5F5;
    padding: 32px 42px;
    border-bottom: 30px solid white;
}
@media (max-width: 991px) {
    .block-otziv-one {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .block-otziv-one {
        margin: 0 15px;
    }
}
.row.items-block .block-otziv-one:nth-last-child(1) {
    border-bottom: none;
}
.otziv-one-title-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
}
.otziv-one-title-block-name {
    width: 70%;
    font-size: 18px;
    color: #000000;
    padding: 0 10px 0 0;
}
a.otziv-one-title-block-link {
    height: fit-content;
    width: 30%;
    max-width: 182px;
    border: 2px solid #00859B;
    border-radius: 25px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #00859B;
    padding: 10px;
}
a.otziv-one-title-block-link.visited {
    border: 2px dashed black;
    background-color: white;
    color: black;
}
a.otziv-one-title-block-link:hover {
    border-color: #f89a1c;
    color: #f89a1c;
    background-color: white;
    transition:  0.5s;
}
.otziv-one-logo-block {
    font-size: 18px;
    color:  #00859B;
    font-weight: 700;
    margin: 35px 0 25px 0;
}
.otziv-one-logo-block img {
    width: 100%;
    max-width: fit-content;
}
.otziv-one-description-block {
    font-weight: 400;
    font-size: 18px;
}
.otziv-one-personal-block {
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
    color: #00859B;
}
@media (max-width: 480px) {
    .block-otziv-one {
        padding: 16px 21px;
        border-bottom: 20px solid white;
    }
    .otziv-one-title-block {
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .otziv-one-title-block-name {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    a.otziv-one-title-block-link {
        width: 100%;
        max-width: 190px;
        margin: 0 auto;
    }
    .otziv-one-personal-block {
        margin-top: 20px;
    }
}