

/* Start:/bitrix/templates/riverit/components/bitrix/news.list/main_projects/style.css?17376548667412*/
.img-tape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.img-tape_item {
    width: 100%;
    padding: 0;
    height: 100%;
}


.img-tape_text-block p {
    z-index: 10;
    color: #fff;
}

.img-tape_text-block > :first-child {
    margin-bottom: 16px;
}

.img-tape_text-block {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 34px 40px;
    color: #333;
    z-index: 1;
}

.img-tape_item a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.text-s {
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
}

.text-l {
    font-size: 18px;
    line-height: 21px;
}

.mainproject {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.mainproject-item {
    width: 100%;
}

.mainproject .catalog-item-lvl0 {
    margin-bottom: 0px !important;
	padding-bottom: 56.4% !important;
}

.mainproject .catalog-item-lvl0,
.mainproject .backside,
.mainproject .catalog-item-lvl0 .frontside:before {
    border-radius: 0px !important;
}

.home-page-services.container-fluid .wrap-mainproject-alllink {
    margin-bottom: 0px !important;
    margin-top: 35px !important;
}

.home-page-services.container-fluid .mainproject .catalog-item-lvl0 .frontside:before {
    background-color: transparent !important;
}

.tabs-control {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -5px;
}

.tabs-control-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tabs-control-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tabs-control_item {
    padding: 5px !important;
}

#isolation .tabs-control_item:before {
    content: "";
}

.tabs-control_elem .item,
.tabs-control_elem .item:hover {
    color: inherit;
    border-bottom: none !important;
}

.tabs-content {
    padding-top: 40px;
}

.tabs-content .item {
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

.tabs-content .item.active {
    display: block;
}

.tabs-control_elem {
    position: relative;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    color: #1a1e22;
    font-weight: 500;
    line-height: 27px;
    padding: 9.5px 29px;
}

.tabs-control_elem .item,
.tabs-control_elem .item:hover {
    color: inherit;
}

.tabs-control_elem:hover,
.tabs-control_item.active .tabs-control_elem:hover
{
    background-color: #f1f2f7;
}

.tabs-control_item.active .tabs-control_elem {
    background-color: #fff;
}

.tabs-control_item.active .tabs-control_elem::before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    z-index: 1;
    height: 2px;
    background: #fce25b;;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.border {
    border: 2px solid #eee;
}

.shadow {
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    -ms-transition: box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    -webkit-transition: box-shadow .3s ease;

}

.shadow:hover {
    /*border-color: transparent;*/
    background: #eee !important;
}

a.base-color:hover {
    color: #2b7de0;
}


.mainproject .tabs-block_item-content {
    width: 100%;
}

.mainproject .tabs-block_item-content .item.active {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.mainproject .tabs-block_item-content .item:before {
    content: "" !important;
}


.flex-base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-wrap{
    flex-wrap: wrap;
}

.base-color {
    color: #333;
}

/* /////////////////////////////////////// Tabs-v2////////////////////////////////////////////// */


.tabs-mobile-selected{
    display: none;
    position: relative;
    padding: 15px 55px 15px 25px;
    border: 2px solid #eee;
    cursor: pointer;
    color: #333;
}
.tabs-mobile-selected::after{
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    width:  10px;
    height: 10px;
    margin: -5px 0 0;
    background-color: #2b7de0;
    transition: all ease .3s;
    background: url(/bitrix/templates/riverit/components/bitrix/news.list/main_projects/svg/icons.svg) -149px -21px no-repeat;
}
.tabs-mobile-selected.open::after{
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.tabs-control-v2{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -5px;
    flex-wrap: wrap;
    margin-top: 0px !important;
}
.tabs-control-v2_item{
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 0px !important;
}

.tabs-control-v2_item:before{
    content: "" !important;
    margin-top: 0px !important;
}

.tabs-control-v2_elem{
    position: relative;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    padding: 9.5px 29px;
    border: 2px solid #eee;
}

.tabs-control-v2_elem .item,
.tabs-control-v2_elem .item:hover{
    color: inherit;
    border-bottom: none !important;

}
.tabs-control-v2_elem:hover{
    background-color: #fff;
}
.tabs-control-v2_item.active .tabs-control-v2_elem{
    background-color: #fff;
}
.tabs-control-v2_item.active .tabs-control-v2_elem::before{
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    z-index: 1;
    height: 2px;
    background: #fce25b;;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.tabs-content{
    padding-top: 40px;
}
.tabs-content .item{
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}
.tabs-content .item.active{
    display: block;
}
.tabs-content_header{
    margin-bottom: 70px;
}
@media screen and (min-width: 769px){
    .tabs-control-v2{
        display: flex !important;
    }
}
@media screen and (max-width: 768px){
    .tabs-mobile-selected{
        display: block;
    }
    .tabs-control-v2{
        display: none;
        margin: 0;
    }
    .tabs-control-v2_item{
        padding: 0;
    }
    .tabs-control-v2_elem{
        text-align: start;
        text-transform: none;
        border-radius: 0;
        font-size: 15px;
        line-height: 19px;
        padding: 15px 25px;
        border-top: none;
        color: #777;
    }
    .tabs-control-v2_item.active .tabs-control-v2_elem{
        color: #333;
    }
    .tabs-control-v2_item.active .tabs-control-v2_elem::before{
        left: 0;
        right: 100%;
        top: 0;
        bottom: 0;
        z-index: 1;
        width: 2px;
        height: 100%;
        background: #fce25b;;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
}
/* /////////////////////////////////////// Tabs-v2 end////////////////////////////////////////////// */


@media screen and (min-width: 580px) {
    .mainproject .tabs-block_item-content .mainproject-item {
        width: 50%;
    }
}

@media screen and (min-width: 1920px) {
    .mainproject .tabs-block_item-content .mainproject-item {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 768px){
    .tabs-control {
        display: block;
    }
}
/* End */
/* /bitrix/templates/riverit/components/bitrix/news.list/main_projects/style.css?17376548667412 */
