.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;
}

.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;
    margin: 0 auto;
    max-width: 690px;
    height: 100%;
    align-items: center;
}

.project__item__info {
    padding: 15px;
    max-width: 450px;
    width: 100%;
    height: 100%;
    position: relative;
    border-left: 1px solid #DDF0F2;
}

.project__item__platform {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project__item__logo {
    padding: 10px;
    max-width: 160px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    display: flex;
    align-items: center;
}

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__logo img {
    width: 100%;
}
.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__platform span {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #B1B1B1;
    position: absolute;
    right: 14%;
}
.projects__page__background {
    background-color: #EAF4F5;
    padding-top: 20px;
}

.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%;
    }
}

