.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;
}

.pr-item {
    width: 50px;
    height: 50px;
    display: flex;
}

.pr-item-inner {
    width: 100%;
    margin: auto 0;
}

.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;
}

@media(max-width: 455px) {
    .project__item__platform span {
        right: 18%;
    }
}

/*Для отзывов*/
.slider-reviews-in-project.reviews {
    display: block;
    margin: 0 20px;
}
.slider-reviews-in-project img.arrow_left_project {
    position: absolute;
    left: -20px;
    top: 120px;
}
.slick-track {
    display: flex;
}
.slick-slide {
	margin: 0 20px;
}
.block-review-one {
    background-color: #ffffff;
	border-radius: 6px;
    padding: 32px 42px;
    align-self: stretch;
    height: auto;
}
.block-review-one:hover {
	background: linear-gradient(270deg, #00608C -1.51%, #00A2ED 99.85%);
}
.block-review-one:hover .reviews-one-logo-block img {
	filter: brightness(0) invert(100%);
}
.block-link-review-one {
	height: 100%;
	display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
	color: #505050;
}
.block-review-one:hover .block-link-review-one {
	color: #ffffff;
}
.slider-reviews-in-project img.arrow_right_project {
    position: absolute;
    right: -20px;
    top: 120px;
}
.reviews-one-info-block {
    width: 100%;
}
.reviews-one-logo-block {
    width: 100%;
	height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	margin: 20px 0;
}
.reviews-one-logo-block img {
	width: fit-content;
	max-width: 100%;
}
.reviews-one-title-block {
	width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	font-family: Source Sans Pro;
    font-style: normal;
	font-size: 18px;
    font-weight: 700;
	text-align: left;
	margin: 10px 0 20px 0;
}
.reviews-one-link-block {
	color: #00859B;
	font-size: 16px;
	text-decoration: underline;
}
.block-review-one:hover .reviews-one-link-block{
	color: #ffffff;
}