.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: 160px;
    transition: 0.3s;
    height: 100%;
    padding: 5px 20px 0 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;
    padding: 20px;
}
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: #00859b;
    font-size: 17px;
    margin: 0 15px;
}
div.projects-container div.controls a.control {
    border-bottom: 1px dashed #00859b;
    cursor: pointer;
}
div.projects-container div.controls a.control.mixitup-control-active {
    background: #00859b;
    color: #fff;
    padding: 3px 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 {
    font-size: 14px;
    list-style-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNiA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNC45MzMzMyAzLjdMMS42IDEuMkMwLjk0MDc2NCAwLjcwNTU3MyAwIDEuMTc1OTUgMCAyVjdDMCA3LjgyNDA1IDAuOTQwNzY0IDguMjk0NDMgMS42IDcuOEw0LjkzMzMzIDUuM0M1LjQ2NjY3IDQuOSA1LjQ2NjY3IDQuMSA0LjkzMzMzIDMuN1oiIGZpbGw9IiMwMEExOTgiPjwvcGF0aD4KPC9zdmc+);
    padding-left: 15px;
    margin-top: 20px;
}
.project-item-info li {
    color: #fff;
}
.pr-item {
    width: 50px;
    height: 50px;
    display: flex;
}
.pr-item-inner {
    width: 100%;
    margin: auto 0;
}
.arrow_right_project {
    position: absolute;
    top: 40%;
    right: -20px;
    z-index: 20;
    height: 26px;
    width: 15px;
}
.arrow_left_project {
    position: absolute;
    top: 40%;
    left: -20px;
    z-index: 20;
    height: 26px;
    width: 15px;
}
.project-item {
    overflow: hidden;
    margin-bottom: 20px;
    height: 204px;
    display: inline-block;
    background-position: 95% 100%;
    background-repeat: no-repeat;
    width: 100%;
    border: 2px solid #f1f1f1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.project-item-logo {
    display: flex;
    height: 50px;
    line-height: 15px;
}
.project-item-logo img {
    width: 50px;
}
.project-item-info {
    font-size: 14px;
    list-style-image: url(/upload/list_image.svg);
    padding-left: 15px;
    margin-top: 20px;
}
.project-item-info li {
    margin-bottom: 0;
}
.project-item-integrator {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    right: -20px;
    background: #eae6f5;
    top: 0px;
    padding: 13px 20px;
    -webkit-border-top-left-radius: 30px;
    border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.project-item-integrator span {
    font-size: 14px;
}
.project-item-integrator img {
    position: relative;
    top: 2px;
    max-width: 16px;
    max-height: 16px;
    width: auto;
    height: auto;
}
.project-item-detail-link {
    font-size: 14px;
    color: white;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    bottom: 15px;
    position: absolute;
}

.project-item:hover .project-item-detail-link {
    display: inline-block;
}
.slick-slide {
    min-height: auto;
}

/* todo new style for project slider in index page*/

.swiper.projects-slider {
    padding: 0 35px;
}

.projects-slider .project-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    background-color: #fff;
    min-height: 204px;
}

@media(max-width: 768px) {
    .projects-slider .project-item {
        align-items: normal;
        min-height: 244px;
    }
}

@media(max-width: 375px) {
    .projects-slider .project-item {
        min-height: 254px;
    }
}

.project-item__link {
    color: #FF8600;
    transition: 0.3s all ease;
}

.project-item__link:hover {
    color: #ff8600a3;
    transition: 0.3s all ease;
}

.project-item__info {
    max-width: calc(100% - 200px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

@media(max-width: 768px) {
    .project-item__info {
        max-width: calc(100% - 80px);
        justify-content: space-between;
    }
}

.project-item__info-logo {
    max-width: 260px;
    max-height: 75px;
    display: flex;
}

.project-item__info .project-item__info-logo img {
    max-width: 100%;
}

.logo {
    width: 50px;
    margin-bottom: 10px;
}

.project-item__info-title {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #141315;
    padding-right: 10px;
}

@media(max-width: 420px) {
    .project-item__info-title {
        line-height: 100%;
        font-size: 18px;
    }
}

@media(max-width: 420px) {
    .project-item__info-title {
        font-size: 16px;
    }
}

.project-item__link {
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #ff8600;
}

.project-logo {
    text-align: center;
    width: 220px;
    background-image: url(/upload/bn/prj-bg.png);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 768px) {
    .project-logo {
        top: 20px;
        right: 20px;
        bottom: auto;
        width: auto;
        background-image: none;
        max-width: 80px;
    }

    .project-logo img {
        max-width: 100%;
    }
}

@media(max-width: 420px) {
    .project-logo {
        max-width: 50px;
    }
}

.projects-slider .next-button {
    position: absolute;
    bottom: 50%;
    z-index: 20;
    height: 26px;
    width: 15px;
    right: 0;
}

.projects-slider .prev-button {
    position: absolute;
    bottom: 50%;
    z-index: 20;
    height: 26px;
    width: 15px;
    left: 0;
}
