

/* Start:/include/2024/support_and_other_services/prototype/style.css?173199924417265*/
/* WHAT IS INCLUDE IN DEVELOPMENT LOGO */
.what-is-include{
    position: relative;
    padding: clamp(36px, 9vw, 119px) 0 clamp(75px, 12vw, 160px);
}
.what-is-include .widget-header{}
.what-is-include .widget-header .widget-header-title{
    font-weight: 700;
    font-size: clamp(52px, 9vw, 125px);
    line-height: 80%;
    text-transform: uppercase;
    color: #1E1E1E;
}
.what-is-include .widget-header .widget-header-title .big-title{
    display: block;
    line-height: 82%;
    color: #E1E1E1;
}
.what-is-include .widget-header .widget-header-title .small-title{
    display: block;
    font-weight: 400;
    font-size: clamp(18px, 2.2vw, 32px);
    line-height: 110%;
    color: #151515;
    text-align: right;
    text-transform: lowercase;
    margin: 7px 5px 0 0;
}
.what-is-include .widget-content .what-is-include-in-development-logo{
    font-weight: 400;
    font-size: clamp(16px, 3vw, 20px);
    line-height: 150%;
    color: #313131;
    list-style: disc;
    max-width: 510px;
}
/* STEPS */
.widget-steps{
    position: relative;
    overflow: hidden;
    padding: 147px 0 142px;
    background-color: #F3F3F3;
}
.widget-steps .widget-header .widget-title {
    font-size: 70px;
    font-weight: 700;
    line-height: 136%;
    color: #151515;
    text-transform: uppercase;
    text-align: center;
}
.widget-steps .widget-header .widget-title span {
	-webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: #151515;
    color: transparent;
    background: -o-linear-gradient(45deg, #fff 40%, #151515 60%);
    background: linear-gradient(45deg, #fff 40%, #151515 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	background-size: 500%;
    background-position: 0 50%;
}
.widget-steps .widget-header .widget-title b{
    font-size: 60px;
    font-weight: 700;
    color: #151515;
}
.widget-steps .widget-content{
    margin-top: 77px;
}
.widget-steps .widget-items{}
.widget-steps .widget-item{
    border-bottom: 1px solid #989494;
}
.widget-steps .widget-item-header{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    padding-top: 40px;
    padding-bottom: 18px;
    cursor: pointer;
}
.widget-steps .widget-item:first-child .widget-item-header{
    padding-top: 0;
}
.widget-steps .widget-item-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    color: #151515;
    text-transform: uppercase;
}
.widget-steps .widget-item-icon{
    display: flex;
    width: 18px;
    height: 18px;
    transform: translateY(-6px);

    transition: transform .4s ease-out;
}
.widget-steps .widget-item.open .widget-item-icon{
    transform: translateY(-6px) rotateZ(-90deg);
    transform-origin: center;
}
.widget-steps .widget-item-icon svg{
    height: auto;
}
.widget-steps .widget-item-icon svg path{
    transition: stroke .4s ease-out;
}
.widget-steps .widget-item.open .widget-item-icon svg path{
    stroke: #CB1B4C;
}
.widget-steps .widget-item-content{
    cursor: default;
    display: none;
}
.widget-steps .widget-item-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    color: #323232;
    margin: 13px 0 40px;
}
.widget-steps .widget-item-description p{
    margin-bottom: 28px;
}
.widget-steps .widget-item-description b{
    font-weight: 600;
}
.widget-steps .widget-item-description ol {
    counter-reset: num;
    list-style: none;
}
.widget-steps .widget-item-description ol li {
    display: flex;
    position: relative;
    margin-bottom: 22px;
    counter-increment: num;
}
.widget-steps .widget-item-description ol li:last-child{
    margin-bottom: 0;
}
.widget-steps .widget-item-description ol li:before {
    content: "/" counter(num);
    display: inline-block;
    margin-right: 5px;
    min-width: 40px;
}
.widget-steps .widget-item-description ol li:nth-child(-n+9):before {
    content: "/0" counter(num);
}
@media all and (max-width: 1200px) {
    .widget-steps .widget-header .widget-title{
        font-size: 36px;
    }
    .widget-steps .widget-header .widget-title b{
        font-size: 54px;
    }
    .widget-steps .widget-content{
        margin-top: 64px;
    }
}
@media all and (max-width: 1000px) {
    .widget-steps{
        padding: 100px 0 100px;
    }
    .widget-steps .widget-header .widget-title{
        text-align: left;
    }
    .widget-steps .widget-header .widget-title b {
        font-size: 44px;
    }
    .widget-steps .widget-item-title{
        font-size: 20px;
    }
    .widget-steps .widget-item-description{
        font-size: 18px;
        margin: 12px 0 30px;
    }
}
@media all and (max-width: 600px) {
    .widget-steps{
        padding: 100px 0 80px;
    }
    .widget-steps .widget-header .widget-title{
        font-size: 24px;
        line-height: 140%;
    }
    .widget-steps .widget-header .widget-title br{
        display: none;
    }
    .widget-steps .widget-header .widget-title b {
        display: block;
        font-size: 32px;
        margin-bottom: 1px;
    }
    .widget-steps .widget-item-header{
        padding-top: 45px;
        padding-bottom: 11px;
        gap: 20px;
    }
    .widget-steps .widget-item-title{
        font-size: 18px;
    }
    .widget-steps .widget-item-icon{
        width: 14px;
        height: 14px;
    }
    .widget-steps .widget-item-description{
        margin: 15px 0 17px;
        line-height: 138%;
    }
    .widget-steps .widget-item-description p {
        margin-bottom: 24px;
    }
    .widget-steps .widget-item-description ol li {
        margin-bottom: 26px;
        line-height: 133%;
    }
    .widget-steps .widget-item-description ol li:before{
        min-width: 32px;
        margin-right: 13px;
    }
}

/* ADVANTAGES 3 */
.widget-advantages-3{
    position: relative;
    overflow: hidden;
    padding: 120px 0 221px;
}
.widget-advantages-3 .widget-header .widget-title{
    font-size: 44px;
    font-weight: 400;
    line-height: 140%;
    color: #151515;
    text-transform: uppercase;
}
.widget-advantages-3 .widget-header .widget-title b{
    font-size: 60px;
    font-weight: 700;
    color: #151515;
}
.widget-advantages-3 .widget-content{
    margin-top: 61px;
}
.widget-advantages-3 .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.widget-advantages-3 .widget-item{
    max-width: calc(25% - 24px);
    flex: 0 0 calc(25% - 24px);
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    overflow: hidden;
    padding: 32px 18px 32px 33px;
}
.widget-advantages-3 .widget-item-icon{
    display: flex;
    overflow: hidden;
    width: 40px;
    height: 40px;
}
.widget-advantages-3 .widget-item-title{
    font-size: 22px;
    font-weight: 700;
    line-height: 136%;
    color: #000000;
    text-transform: uppercase;
}
.widget-advantages-3 .widget-item-icon + .widget-item-title{
    margin-top: 87px;
}
.widget-advantages-3 .widget-item-description{
    font-size: 18px;
    font-weight: 400;
    line-height: 128%;
    color: #000000;
    margin-top: 9px;
}
@media all and (max-width: 1600px) {
    .widget-advantages-3 .widget-item-icon + .widget-item-title{
        margin-top: 44px;
    }
}
@media all and (max-width: 1240px) {
    .widget-advantages-3{
        padding: 45px 0 120px;
    }
    .widget-advantages-3 .widget-header .widget-title{
        font-size: 36px;
    }
    .widget-advantages-3 .widget-header .widget-title b{
        font-size: 54px;
    }
    .widget-advantages-3 .widget-content {
        margin-top: 54px;
    }
    .widget-advantages-3 .widget-item {
        max-width: calc(50% - 16px);
        flex: 0 0 calc(50% - 16px);
    }
    .widget-advantages-3 .widget-item-description br{
        display: none;
    }
}
@media all and (max-width: 1000px) {
    .widget-advantages-3 {
        padding: 45px 0 100px;
    }
    .widget-advantages-3 .widget-header .widget-title b {
        font-size: 44px;
    }
    .widget-advantages-3 .widget-items{
        gap: 30px;
    }
    .widget-advantages-3 .widget-item {
        max-width: calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
        padding: 30px;
    }
    .widget-advantages-3 .widget-item-icon{

    }
    .widget-advantages-3 .widget-item-title{
        font-size: 18px;
    }
    .widget-advantages-3 .widget-item-icon + .widget-item-title {
        margin-top: 15px;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages-3{
        padding: 35px 0 67px;
    }
    .widget-advantages-3 .widget-header .widget-title{
        font-size: 24px;
    }
    .widget-advantages-3 .widget-header .widget-title b {
        font-size: 32px;
        line-height: 107%;
    }
    .widget-advantages-3 .widget-content {
        margin-top: 38px;
    }
    .widget-advantages-3 .widget-items {
        gap: 15px;
    }
    .widget-advantages-3 .widget-item {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 26px 23px 25px;
    }
    .widget-advantages-3 .widget-item-title {
        line-height: 135%;
    }
    .widget-advantages-3 .widget-item-description{

    }
}
/* ADVANTAGES 4 */
.widget-advantages-4{
    position: relative;
    padding: 183px 0 183px;
    background-color: #F3F3F3;
}
.widget-advantages-4 .widget-header{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
    margin-left: calc((100vw - 1200px) / 2);
    max-width: 1543px;
}
.widget-advantages-4 .widget-header-text{}
.widget-advantages-4 .widget-header .widget-title{
    font-size: 38px;
    font-weight: 700;
    line-height: 126%;
    color: #151515;
    text-transform: uppercase;
    text-wrap: balance;
}
.widget-advantages-4 .widget-header .widget-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 134%;
    color: #323232;
    margin-top: 38px;
}
.widget-advantages-4 .widget-header .widget-picture{
    display: flex;
    max-width: 841px;
    flex: 1 0 56%;
    border-radius: 4px;
    overflow: hidden;
    margin-top: -247px;
}
.widget-advantages-4 .widget-header .widget-picture img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    user-select: none;
}
.widget-advantages-4 .widget-content{
    margin-top: 122px;
}
.widget-advantages-4 .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 46px 134px;
}
.widget-advantages-4 .widget-item{
    max-width: calc(25% - 100.5px);
    flex: 0 0 calc(25% - 100.5px);
}
.widget-advantages-4 .widget-item-number{
    font-size: 48px;
    font-weight: 700;
    line-height: 130%;
    color: #151515;
    text-align: center;
}
.widget-advantages-4 .widget-item-description{
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    color: #323232;
    text-align: center;
    margin-top: 2px;
    text-wrap: balance;
}
@media all and (max-width: 1240px) {
    .widget-advantages-4{
        padding: 120px 0 183px;
    }
    .widget-advantages-4 .widget-header{
        margin-left: 0;
        padding: 0 20px;
    }
    .widget-advantages-4 .widget-header .widget-picture{
        margin-top: 0;
        max-width: 50%;
    }
    .widget-advantages-4 .widget-header-text {
        margin-top: 60px;
    }
    .widget-advantages-4 .widget-header .widget-title{
        font-size: 28px;
    }
    .widget-advantages-4 .widget-header .widget-description{
        font-size: 18px;
    }
    .widget-advantages-4 .widget-header .widget-description br{
        display: none;
    }
    .widget-advantages-4 .widget-items{
        gap: 48px 40px;
    }
    .widget-advantages-4 .widget-item{
        max-width: calc(25% - 30px);
        flex: 0 0 calc(25% - 30px);
    }
}
@media all and (max-width: 1000px) {
    .widget-advantages-4 {
        padding: 0 0 183px;
    }
    .widget-advantages-4 .widget-header .widget-picture{
        max-width: calc(100% + 40px);
        flex: 0 0 calc(100% + 40px);
        aspect-ratio: 16 / 9;
        order: 1;
        margin: 0 -20px;
    }
    .widget-advantages-4 .widget-header-text{
        margin-top: 0;
        order: 2;
    }
    .widget-advantages-4 .widget-header .widget-title {
        font-size: 32px;
    }
    .widget-advantages-4 .widget-header .widget-description{
        margin-top: 28px;
    }
    .widget-advantages-4 .widget-header{
        flex-wrap: wrap;
    }
    .widget-advantages-4 .widget-content {
        margin-top: 80px;
    }
    .widget-advantages-4 .widget-item {
        max-width: calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
    }
}
@media all and (max-width: 600px) {
    .widget-advantages-4 {
        padding: 0 0 120px;
    }
    .widget-advantages-4 .widget-header{
        gap: 40px 60px;
    }
    .widget-advantages-4 .widget-header .widget-title {
        line-height: 125%;
    }
    .widget-advantages-4 .widget-header .widget-description {
        margin-top: 25px;
        line-height: 133%;
    }
    .widget-advantages-4 .widget-content {
        margin-top: 36px;
    }
    .widget-advantages-4 .widget-items {
        gap: 48px 20px;
    }
    .widget-advantages-4 .widget-item {
        max-width: calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
    }
}
@media all and (max-width: 450px) {
    .widget-advantages-4 .widget-header .widget-title{
        text-wrap: wrap;
    }
    .widget-advantages-4 .widget-header .widget-picture{
        aspect-ratio: 16 / 13.5;
    }
    .widget-advantages-4 .widget-header .widget-picture img{
        object-position: right;
    }
    .widget-advantages-4 .widget-item {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
/* ADVANTAGES 5 */
.widget-advantages-5{
    position: relative;
    margin-top: -82px;
    padding: 0 0 100px;
    z-index: 1;
}
.widget-advantages-5 .widget-content{}
.widget-advantages-5 .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.widget-advantages-5 .widget-item{
    max-width: calc(25% - 11.25px);
    flex: 0 0 calc(25% - 11.25px);
    padding: 27px 34px 34px;
    background-color: #FFFFFF;
    box-shadow: -11px 15px 17px 0 #00000008;
}
.widget-advantages-5 .widget-item-icon{
    display: flex;
    margin-bottom: 18px;
}
.widget-advantages-5 .widget-item-name{
    font-size: 20px;
    font-weight: 700;
    line-height: 128%;
    color: #151515;
    text-transform: uppercase;
}
.widget-advantages-5 .widget-item-description{
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    color: #585858;
    margin-top: 1px;
}
.widget-advantages-5 .widget-item:nth-child(4){
    background-color: #000000;
}
.widget-advantages-5 .widget-item:nth-child(4) .widget-item-name,
.widget-advantages-5 .widget-item:nth-child(4) .widget-item-description{
    color: #ffffff;
}
@media all and (max-width: 1240px) {
    .widget-advantages-5 .widget-item{
        padding: 27px 28px 34px;
    }
    .widget-advantages-5 .widget-item-name,
    .widget-advantages-5 .widget-item-description{
        font-size: 18px;
    }
}
@media all and (max-width: 1000px) {
    .widget-advantages-5 .widget-item {
        max-width: calc(50% - 7.5px);
        flex: 0 0 calc(50% - 7.5px);
    }
    .widget-advantages-5 .widget-item-name{
        font-size: 20px;
    }
    .widget-advantages-5 .widget-item-description{
        font-size: 18px;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages-5{
        margin-top: -58px;
        padding: 0 0 60px;
    }
    .widget-advantages-5 .widget-item-name{
        font-size: 22px;
    }
}
@media all and (max-width: 550px) {
    .widget-advantages-5 .widget-item-name br,
    .widget-advantages-5 .widget-item-description br{
        display: none;
    }
    .widget-advantages-5 .widget-item {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.advantages-block {
	padding: clamp(36px, 9vw, 80px) 0 clamp(75px, 9vw, 90px);
}
.advantages-block__title {
	font-size: clamp(22px, 10vw, 80px);
	margin-bottom: clamp(20px, 8vw, 80px);
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 19px;	
}
.advantages-block__title span {
	margin-top: 5px;
	font-size: clamp(20px, 5vw, 42px);
	display: block;
	font-weight: 400;
}
.advantages-block__title::after {
	content: "";
	position: absolute;
	border-bottom: 1px solid #707070;
	bottom: 0;
	width: 1920px;
	left: 0;
}
.advantages-block__item-wrapper {
	max-width: 300px;
}
.advantages-block__counter {
	font-size: 22px;
	color: #B9B9B9;
	line-height: 30.8px;
}
.advantages-block__text {
	margin-top: 27px;
	font-size: 18px;
	line-height: 28px;
}
.advantages-block__item {
	margin-bottom: clamp(15px, 5vw, 90px);
}
.portfolio-block {
	padding-bottom: 120px;
}
.portfolio-block__title {
	font-size: 28px;
	font-weight: bold;
	
}

/* End */


/* Start:/include/2024/banner/style.css?17339127395212*/
.widget-banner{
    position: relative;
    overflow: hidden;
    background-color: #212429;
    padding: 234px 0 78px;
}
.widget-banner .widget-banner-wrapper{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.widget-banner .widget-header{
    flex: 1;
}
.widget-banner .widget-header .widget-title{
    font-size: 42px;
    font-weight: 700;
    line-height: 130%;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 44px;
    padding: 0;
    text-wrap: balance;
}
.widget-banner .widget-header .widget-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    color: #ffffff;
    margin-bottom: 28px;
    max-width: 600px;
}
.widget-banner .widget-header .widget-price{
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 44px;
}
.widget-banner .widget-header .widget-price span{
    font-size: 37px;
    color: #ffffff;
}
.widget-banner .widget-header .widget-buttons{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 26px 34px;
}
.widget-banner .widget-header .widget-button[data-index="0"]{
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 19px 32px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    cursor: pointer;

    transition: color .2s ease-out, background-color .2s ease-out;
}
.widget-banner .widget-header .widget-button[data-index="0"]:hover,
.widget-banner .widget-header .widget-button[data-index="0"]:focus{
    color: #ffffff;
    background-color: transparent;
}
.widget-banner .widget-header .widget-button[data-index="1"]{
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;

    transition: opacity .2s ease-out;
}
.widget-banner .widget-header .widget-button[data-index="1"]:hover,
.widget-banner .widget-header .widget-button[data-index="1"]:focus{
    opacity: .6;
}
.widget-banner .widget-header div:last-child{
    margin-bottom: 0;
}
.widget-banner .widget-content{
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
}
.widget-banner .widget-content .widget-icon{
    display: flex;
    margin-top: -77px;
    transform: translateX(18px);
    width: calc(100% + 258px);
}
.widget-banner .widget-content .widget-icon svg{
    display: flex;
    height: auto;
}
@media all and (max-width: 1600px) {
    .widget-banner .widget-header .widget-title{
        font-size: 38px;
    }
    .widget-banner .widget-header .widget-description{
        font-size: 18px;
    }
    .widget-banner .widget-header .widget-price{
        font-size: 20px;
    }
    .widget-banner .widget-header .widget-price span{
        font-size: 35px;
    }
    .widget-banner .widget-content .widget-icon{
        transform: none;
        width: calc(100% + 120px);
    }
}
@media all and (max-width: 1200px) {
    .widget-banner .widget-header .widget-title{
        font-size: 36px;
    }
    .widget-banner .widget-content .widget-icon{
        margin-top: 0;
        width: calc(100% + 100px);
    }
    .widget-banner .widget-content {
        align-self: flex-end;
        max-width: calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
    }
}
@media all and (max-width: 1100px) {
    .widget-banner .widget-header .widget-description br{
        display: none;
    }
}
@media all and (max-width: 1000px) {
    .widget-banner .widget-banner-wrapper{
        flex-wrap: wrap;
    }
    .widget-banner .widget-header{
        order: 2;
    }
    .widget-banner .widget-content{
        max-width: 100%;
        flex: 0 0 100%;
        display: none;
        order: 1;
    }
    .widget-banner .widget-content .widget-icon {
        width: 100%;
    }
}
@media all and (max-width: 980px) {
    .widget-banner{
        padding: 140px 0 76px;
    }
}
@media all and (max-width: 600px) {
    .widget-banner {
        padding: 76px 0 60px;
    }
    .widget-banner .widget-header .widget-title{
        font-size: 26px;
        line-height: 136%;
        margin-bottom: 24px;
    }
    .widget-banner .widget-header .widget-title br{
        display: none;
    }
    .widget-banner .widget-header .widget-description {
        font-size: 16px;
        line-height: 175%;
        max-width: calc(100% - 8px);
    }
    .widget-banner .widget-header .widget-price {
        font-size: 16px;
    }
    .widget-banner .widget-header .widget-price span {
        font-size: 32px;
    }
    .widget-banner .widget-header .widget-button[data-index="0"]{
        padding: 16px 24px;
    }
    .widget-banner .widget-header .widget-button[data-index="0"],
    .widget-banner .widget-header .widget-button[data-index="1"]{
        text-align: center;
        font-size: 14px;
    }
    .widget-banner .widget-content{
        display: block;
    }
    .widget-banner .widget-banner-wrapper{
        gap: 28px;
    }
}
/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/news.list/new_intec_portfolio_list_LAST_VERSION/style.css?17458387787556*/
/*html {*/
/*    overflow-x: unset !important;*/
/*    overflow-y: unset !important;*/
/*    overflow: unset !important;*/
/*}*/

.widget-portfolio.template-list [data-pagen-show=false] {
    display: none !important;
}

.tab-content .custom-tabs-wrap{
    margin: 0 auto;
    max-width: 1218px;
    padding: 0 10px 30px;
}
.tab-content .custom-tabs {
    font-size: 0;
    text-align: left;
    margin-left: -5px;
    margin-right: -5px;
}
.tab-content .custom-tabs .item {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    font-size: 13px;
    line-height: 13px;
    padding: 7px 10px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #f0f0f0;
    cursor: pointer;
}
.tab-content .custom-tabs svg path {
    fill: #000;
}

/*portfolio LAST_VERSION*/
.new-progects-sites-container {
    padding-top: 51px;
    background: #fff;
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 80px;
}
.new-progects-sites-container > * {
    position: relative;
    z-index: 2;
}
.new-progects-sites-container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 237px;
    right: 0;
    bottom: 0;
    background: #fff;
}
@media (max-width:1700px){
	.new-progects-sites-container:after{
		display:none;
	}
}
.widget-portfolio.template-list .widget-types {
    margin-bottom: 35px;
}
.widget-portfolio.template-list .widget-type {
    position: relative;
}
.widget-portfolio.template-list .widget-type-wrapper {
    font-size: 18px;
    line-height: normal;
    color: #A5A5A5;   
    margin-right: 25px;
    user-select: none;
    cursor: pointer;
    transition-property: color;
    transition-duration: 0.4s;
}
.widget-portfolio.template-list .widget-type-wrapper:hover {
    color: #222222;
}
.widget-portfolio.template-list [data-state=disabled] .widget-type-wrapper {
    font-weight: 400;
}
.widget-portfolio.template-list [data-state=active] .widget-type-wrapper {
    font-weight: 400;
    color: #222222;
    border-bottom: 1px solid;
}
.widget-portfolio.template-list .widget-item-wrapper {
    position: relative;
    display: block;
    text-decoration: none;
}
.widget-portfolio.template-list .widget-item-picture {
    padding-top: 63%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.widget-portfolio.template-list .widget-item-fade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.45);
    opacity: 0.8;
    transition: opacity 0.4s;
}
.widget-portfolio.template-list .widget-item-fade2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(0deg, rgba(62, 66, 73, 0.75) 24.87%, rgba(61, 68, 76, 0) 58.59%); */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 24.87%, rgba(61, 68, 76, 0) 58.59%);
    opacity: 0.8;
    transition: opacity 0.4s;
}
/* .widget-portfolio.template-list .widget-item:hover .widget-item-fade {
    opacity: 0;
} */
.widget-portfolio.template-list .widget-item:hover .widget-item-fade2 {
    opacity: 1;
}
.widget-portfolio.template-list .info-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    color: #FFF;
    padding: 0 25px 15px 20px;
}
.widget-portfolio.template-list .widget-item-name {
    transition-duration: 0.4s;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.3;    
}
.widget-portfolio.template-list .preview-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 133.3%;
    font-family: Gilroy, sans-serif;
    padding-top: 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.widget-portfolio.template-list .detail-button {
    font-size: 14px;
    line-height: 141.8%;
    font-family: Gilroy, sans-serif;
    border-radius: 25px;
    border: 1px solid #FFFFFF;
    padding: 9px 30px;
    display: inline-block;
    transition: 0.4s;
    font-weight: normal;
} 
.widget-portfolio.template-list .detail-button-container {
    padding-top: 20px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.widget-portfolio.template-list .detail-button:hover {
    background: #fff;
    color: #000;
}
.widget-portfolio.template-list .rating-site {
    display: flex;
    align-items: center;
	color: #fff;
    font-size: 16px;
}
.widget-portfolio.template-list .rating-site svg {
    margin-right: 7px;
}
.widget-portfolio.template-list .widget-item:hover .widget-item-name {

}
.widget-portfolio.template-list .hide-container {
    height: 0;
	opacity:0;
    overflow: hidden;
    transition: 0.4s;
}
.widget-portfolio.template-list .site_type-items {
    position: absolute;
    top: 0;
    left: 20px;
    display: flex;
    flex-wrap: wrap;
    /* font-weight: 600; */
    font-size: 13px;
    line-height: 133.3%;
    color: #FFFFFF;
    font-family: Gilroy, sans-serif;
    z-index: 2;
    opacity: 0;
    transition: 0.4s;
	width: 88%;
}
.widget-portfolio.template-list .widget-item-wrapper:hover .site_type-items {
    top: 23px;
    opacity: 1;
}
.widget-portfolio.template-list .site_type-items span {
    padding-right: 10px;
}
.widget-portfolio.template-list .site_type-items span.date-site {
    padding-right: 0px;
	margin-left: auto;
	font-size: 13px;
	font-weight: 600;
    color: #C2C2C2;
}
@media all and (max-width: 1024px) {
	.widget-portfolio.template-list .info-container{
	    padding: 0 25px 0px 20px;	
	}
	.widget-portfolio.template-list .site_type-items{
	
	}
	.widget-portfolio.template-list .widget-item-name{
	    font-size: 16px;
		line-height: 18px;	
	}
	.widget-portfolio.template-list .preview-text{
	    font-size: 12px;	
	}
	.widget-portfolio.template-list .detail-button-container {
		padding-top: 15px;
	}
	.widget-portfolio.template-list .detail-button{
	    font-size: 12px;  
		padding: 10px 30px;	
	}
}
@media all and (max-width: 550px) {
  .widget-portfolio.template-list .info-container{
    padding: 0 25px 15px 20px;    
  }
  .widget-portfolio.template-list .widget-item-picture {
	padding-top: 70%;
  }
  .widget-portfolio.template-list .site_type-items{
	    left: 20px;  
  }
}
.load-more-items:hover {
    color: #ffffff;
    background: #AB3362;
}
.load-more-items {
    cursor: pointer;
    color: #AB3362;
    font-size: 14px;
    line-height: 141.8%;
    border-radius: 25px;
    border: 1px solid #AB3362;
    text-align: center;
    display: inline-block;
    padding: 14px 42px;
    font-family: Gilroy, sans-serif;
    transition: 0.4s;
    margin-top: 52px;
    font-weight: 400;
}
.widget-portfolio__tags {
	margin-bottom: 40px;
}
.widget-portfolio__tags--hidden {
	display: none;
}
.widget-portfolio .show-filter {
	align-self: center;
    margin-top: -6px;
	margin-left: auto;
	border: 1px solid #AB3362;
	color: #AB3362;
	background: #fff;
	color: #AB3362;
	border-radius: 4px;
	padding: 10px 26px;
	font-weight: 600;	
}
.widget-portfolio .show-filter:hover,
.widget-portfolio .show-filter:focus {
	background: #AB3362;
	color:#fff;
}
@media (max-width: 768px) {
	.widget-portfolio .show-filter {
		margin-left: 0;
		margin-top: 10px;
	}
.widget-portfolio.template-list  .widget-type-wrapper {
font-weight: 400;
    margin-bottom: 11px;
    font-size: 16px;
    margin-right: 12px;
}
}

.tab-content .custom-tabs {
    max-width: 1248px;
    margin: 0 auto;
}
/* End */


/* Start:/bitrix/templates/newintec/components/intec.universe/tags.cloud.custom/template.1.small/style.css?17101372822404*/
.c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-header {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}
.c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-content {
    font-size: 0;
    text-align: left;
    margin-left: -5px;
    margin-right: -5px;
}
.c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    font-size: 14px;
    font-weight: 600;
}
.c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element-button {
    font-size: 14px;
    line-height: 13px;
    padding: 8px 12px;
    border: none;
    border-radius: 20px;
    font-weight: 500;
    -webkit-appearance: none;
    background: #efefef;
   
}
.tags-another {
	margin-top: 30px;
}
.c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element-button:focus {
    outline: none;
}
.c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element-button.active, 
.c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element-button:hover {
    background-color: #000;
    color: #fff;
}
.c-tags-cloud.c-tags-cloud-template-1{

}
.tags-cloud-content--hiden {

}
.c-tags-cloud.c-tags-cloud-template-1 button.tags-cloud-show-all {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    margin-left: 0;
}
.tags-cloud-show-all,
.tags-cloud-hide-all {
    margin: 0 auto;
    display: block;    
    background: #efefef;
    border: 0;
    padding: 7px 12px;
    border-radius: 4px;
    font-size: 14px;
    /* font-weight: bold; */
    color: #000;
    
}
.tags-another .c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element-button.tags-cloud-show-all,
.tags-another .c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element-button.tags-cloud-hide-all {
    border: 1px solid #000;
    color: #000;
}
.tags-cloud-show-all svg {
	margin-left: 4px;
}
.tags-another .c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element-button {
	color:#82848C;
	font-size: 14px;
	background: #fff;
	padding: 8px 12px;
	border: 1px solid #D1D1D1;
	border-radius: 4px;
	margin: 0;
-webkit-appearance: none;
	
}
.tags-another .c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element-button.active {
	background: #000000!important;
	color: #fff!important;
	border-color:#000!important;
}
.tags-another .c-tags-cloud.c-tags-cloud-template-1 .tags-cloud-element-button:hover {
	color: #000;
	border-color: #000;
	background: #fff;
}
/* End */
/* /include/2024/support_and_other_services/prototype/style.css?173199924417265 */
/* /include/2024/banner/style.css?17339127395212 */
/* /bitrix/templates/newintec/components/bitrix/news.list/new_intec_portfolio_list_LAST_VERSION/style.css?17458387787556 */
/* /bitrix/templates/newintec/components/intec.universe/tags.cloud.custom/template.1.small/style.css?17101372822404 */
