.logo-partners {
    margin: 40px 0;
    text-align: center;
}
.logo-partners img {
    margin: 0 25px;
}

.tabs-wrap {
    margin: 0 0 10px;
}
.grey-tabs-line {
    background: #ececec;
    margin: 40px 0 30px;
    padding: 15px 0 0;
}
.tab-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.tab-list li {
    float: left;
    width: 33.33333333%;
    text-align: center;
}
.tab-list a {
    color: #616161;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    padding: 139px 0 60px;
    outline: none;
    width: 122px;
    height: 240px;
    position: relative;
    font-size: 15px;
}
.icon-proj-1 {
    background: url(../img/svg_img/off_gray.svg) no-repeat center 0 / 102px 102px;
}
.icon-proj-2 {
    background: url(../img/svg_img/end_gray.svg) no-repeat center 0 / 102px 102px;
}
.icon-proj-3 {
    background: url(../img/svg_img/tls_gray.svg) no-repeat center 0 / 102px 102px;
}
.tab-list .active a {
    color: #d42a2a;
}
.tab-list .active .icon-proj-1 {
    background: url(../img/svg_img/off_red.svg) no-repeat center 0 / 102px 102px;
}
.tab-list .active .icon-proj-2 {
    background: url(../img/svg_img/end_red.svg) no-repeat center 0 / 102px 102px;
}
.tab-list .active .icon-proj-3 {
    background: url(../img/svg_img/tls_red.svg) no-repeat center 0 / 102px 102px;
}

.triangle-tabs {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 18px 12px;
    border-color: transparent transparent #ffffff transparent;
    display: none;
}
.tab-list .active .triangle-tabs {
    display: block;
}

.tabs-wrap .tab-pane {
    color: #222;
    font-weight: 400;
    text-align: center;
    margin: 0 0 10px;
}


.p-slide {
    height: 170px;
    width: 272px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 25px;
    display: none;
}

.p-slide ul {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 272px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.p-slide li {
    width: 272px;
    height: 165px;
    position: absolute;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    display: none;
    text-align: center;
    list-style-type: none !important;
}
.p-slide li:first-child {
    display: inline-block;
}
.p-sl1 .p-img-sl,
.p-sl2 .p-img-sl,
.p-sl3 .p-img-sl {
    width: 100%;
    height: 102px;
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
}
.p-img-sl {
    text-align: center;
}
.left-errow,
.right-errow {
    display: inline-block;
    width: 17px;
    height: 36px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
}

.left-errow {
    left: -17px;
    background: url(../img/career/left-errow.svg) no-repeat;
}

.right-errow {
    right: -17px;
    background: url(../img/career/right-errow.svg) no-repeat;
}

.p-slider-cnt {
    display: none;
}