

/* Start:/depozit/style.css?166566618041419*/
.w-widget.w-videolist{
    display: none;
}
.rent-content .intec-content{
    max-width: 1240px !important;
}
.rent-content .adaptive-container{
    min-width: 280px !important;
}

/* RENT BANNER */
.rent-content .rent-banner-container{
    position: relative;
    /*height: 806px;*/
}
.rent-content .rent-banner-container:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/upload/2020/pattern-animation.png);
    opacity: .2;
    z-index: 0;
    pointer-events: none;
}

.rent-content .rent-banner-container .banner-content{
    max-width: 422px;
    margin: 0 0 0 40px;
}

.rent-content .rent-banner-container .rent-banner-container-wrapper{
    padding: clamp(144px, 26vw, 244px) 0 clamp(50px, 15vw, 159px);
}
.rent-content .rent-banner-container .header-banner{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.rent-content .rent-banner-container .header-banner .header-banner-text{}
.rent-content .rent-banner-container .header-banner .header-banner-text .title{
    font-weight: 700;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 133.3%;
    color: #333333;
    margin: 0 0 clamp(12px, 4vw, 28px);
}
.rent-content .rent-banner-container .header-banner .header-banner-text .description{
    font-weight: 400;
    font-size: clamp(16px, 3.4vw, 18px);
    line-height: 172%;
    color: #333333;
}
.rent-content .rent-banner-container .header-banner .header-banner-buttons{
    display: flex;
    align-items: center;
    margin: 22px 0 0 0;
}
.rent-content .rent-banner-container .header-banner .header-banner-buttons .header-banner-call-form{
    font-weight: 500;
    font-size: clamp(14px, 3vw, 16px);
    line-height: 141.8%;
    text-align: center;
    color: #AB3362;
    border: 1px solid #AB3362;
    border-radius: 5px;
    padding: 13px 42px;
    background: transparent;
    margin: 0 39px 0 0;

    -webkit-transition: color .3s ease-out, background-color .3s ease-out;
    -moz-transition: color .3s ease-out, background-color .3s ease-out;
    -ms-transition: color .3s ease-out, background-color .3s ease-out;
    -o-transition: color .3s ease-out, background-color .3s ease-out;
    transition: color .3s ease-out, background-color .3s ease-out;
}
.rent-content .rent-banner-container .header-banner .header-banner-buttons .header-banner-call-form:hover{
    color: #fff;
    background-color: #AB3362;
}

.rent-content .rent-banner-container .header-banner .header-banner-buttons .header-banner-link{
    font-weight: 600;
    font-size: clamp(14px, 3vw, 18px);
    line-height: 124%;
    color: #333333;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    transform: translateY(-4px);
}
.rent-content .rent-banner-container .header-banner .header-banner-buttons .header-banner-link svg{
    margin: 0 0 0 8px;

    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}
.rent-content .rent-banner-container .header-banner .header-banner-buttons .header-banner-link:hover svg{
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
}
.rent-content .rent-banner-container .banner-price-list-container{}
.rent-content .rent-banner-container .banner-price-list-container .banner-price-list{
    padding: 18px 0 18px;
    border-bottom: 1px solid #959595;
    margin: 0 0 27px;
    text-decoration: none;
	cursor: pointer;
}
.rent-content .rent-banner-container .banner-price-list-container .banner-price-list:last-child{
    margin: 0;
}
.rent-content .rent-banner-container .banner-price-list-container .banner-price-list svg{
    transform: translateY(8px);
    margin: 0 0 0 12px;

    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}
.rent-content .rent-banner-container .banner-price-list-container .banner-price-list:hover svg{
    transform: translateY(8px) translateX(4px);
}
.rent-content .rent-banner-container .banner-price-list-container .banner-price-list .name,
.rent-content .rent-banner-container .banner-price-list-container .banner-price-list .old-price,
.rent-content .rent-banner-container .banner-price-list-container .banner-price-list .price{
    font-weight: 400;
    font-size: clamp(16px, 3vw, 18px);
    line-height: 22px;
    color: #333333;
    margin: 0 4px 0 0;
}
.rent-content .rent-banner-container .banner-price-list-container .banner-price-list .old-price{
    color: #959595;
    text-decoration: line-through;
}
.rent-content .rent-banner-container .banner-price-list-container .banner-price-list .price{
    font-weight: 700;
}
@media all and (max-width: 1000px) {
    .rent-content .rent-banner-container .banner-content{
        max-width: none;
        margin: 40px 0 0 0;
    }
}
@media all and (max-width: 500px) {
    .rent-content .rent-banner-container .header-banner .header-banner-text .description br{
        display: none;
    }
    .rent-content .rent-banner-container .banner-price-list-container .banner-price-list{
        padding: 12px 0 12px;
        margin: 0 0 15px;
    }
    .rent-content .rent-banner-container .header-banner .header-banner-buttons{
        flex-wrap: wrap;
    }
    .rent-content .rent-banner-container .header-banner .header-banner-buttons .header-banner-link{
        flex: 1 1 100%;
    }
    .rent-content .rent-banner-container .header-banner .header-banner-buttons .header-banner-call-form{
        margin: 0 0 18px;
        padding: 10px 32px;
    }
    .rent-content .rent-banner-container .header-banner .header-banner-buttons .header-banner-link svg{
        width: 18px;
    }
}
/* end RENT BANNER */


/* ABOUT SERVICE */
.rent-content .about-service-container{
    position: relative;
    background: #333333;
    padding: clamp(60px, 10vw, 108px) 0 clamp(60px, 10vw, 112px);
}
.rent-content .about-service-container .title{
    font-weight: 700;
    font-size: clamp(18px, 3vw, 34px);
    line-height: 125%;
    color: #FFFFFF;
    max-width: 450px;
    margin: 25px 20px 0 0;
    flex: 0 1 46%;
}
.rent-content .about-service-container .description{
    font-weight: 400;
    font-size: clamp(16px, 2.8vw, 18px);
    line-height: 147.3%;
    color: #F8F8F8;
    max-width: 508px;
    margin: 0 0 0 20px;
}
.rent-content .about-service-container .description p{
    margin: 0 0 20px;
}
.rent-content .about-service-container .description p:last-child{
    margin: 0;
}
.rent-content .about-service-container .about-service-header span{
    display: block;
    width: 1px;
    background: #959595;
}
.rent-content .about-service-container .about-service-header span{
    display: block;
    width: 1px;
    flex: 0 0 1px;
    background: #959595;
}
@media all and (max-width: 1000px) {
    .rent-content .about-service-container .about-service-header{
        flex-wrap: wrap;
    }
    .rent-content .about-service-container .title{
        flex: 1 0 100%;
        max-width: 62%;
        margin: 0 0 20px;
    }
    .rent-content .about-service-container .description{
        max-width: none;
        flex: 0 0 100%;
        margin: 30px 0 0 0;
    }
    .rent-content .about-service-container .about-service-header span{
        width: 50%;
        height: 1px;
        flex: 0 0 40%;
    }
}
@media all and (max-width: 500px) {
    .rent-content .about-service-container .title{
        max-width: none;
    }
}
/* end ABOUT SERVICE */


/* TASK LIST */
.rent-content .task-list-container{
    position: relative;
    padding: clamp(60px, 10vw, 108px) 0 clamp(60px, 10vw, 80px);
}
.rent-content .task-list-container .task-list-header{
    margin: 0 0 clamp(26px, 6vw, 49px);
}
.rent-content .task-list-container .task-list-header .title{
    font-weight: 600;
    font-size: clamp(22px, 4vw, 34px);
    line-height: 126.8%;
    color: #0B0B0B;
}
.rent-content .task-list-container .task-list-header .title span{
    color: #AB3362;
}
.rent-content .task-list-container .widget-item{
    min-height: 229px;
}
.rent-content .task-list-container .widget-item-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border: 1px solid #959595;
    border-radius: 3px;
    background: #FFFFFF;
    padding: 35px 29px 29px 33px;
    text-decoration: none;
}
.rent-content .task-list-container .widget-item .name{
    font-weight: 400;
    font-size: clamp(16px, 3vw, 18px);
    line-height: 22px;
    color: #333333;
}
.rent-content .task-list-container .widget-item .bottom-block{
    display: flex;
    /* justify-content: space-between; */
	justify-content: end;
    align-items: flex-end;
    margin: 20px 0 0;
}
.rent-content .task-list-container .widget-item .price{
    font-weight: 600;
    font-size: clamp(14px, 3vw, 16px);
    line-height: 133.3%;
    color: #0B0B0B;
    margin: 0 0 0 3px;
    white-space: nowrap;
}
.rent-content .task-list-container .widget-item .price span{
    font-weight: 500;
}
.rent-content .task-list-container .widget-item .price .number{
    font-weight: 600;
    font-size: clamp(16px, 3.2vw, 22px);
}
.rent-content .task-list-container .widget-item .price .currency{
    font-weight: 600;
}
.rent-content .task-list-container .widget-item .detail-link{
    font-weight: 500;
    font-size: clamp(14px, 3vw, 16px);
    line-height: 19px;
    color: #959595;
    white-space: nowrap;

    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -ms-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
	
	cursor: pointer;
}
.rent-content .task-list-container .widget-item .widget-item-wrapper:hover .detail-link{
    color: #AB3362;
}
.rent-content .task-list-container .widget-item .detail-link svg{
    margin: 0 0 0 8px;
}
.rent-content .task-list-container .widget-item .detail-link path{
    -webkit-transition: fill .3s ease-out;
    -moz-transition: fill .3s ease-out;
    -ms-transition: fill .3s ease-out;
    -o-transition: fill .3s ease-out;
    transition: fill .3s ease-out;
}
.rent-content .task-list-container .widget-item .widget-item-wrapper:hover .detail-link path{
    fill: #AB3362;
}
.rent-content .task-list-container .widget-item-wrapper{
    text-decoration: none;
}
@media all and (max-width: 700px) {
    .rent-content .task-list-container .widget-item-wrapper{
        padding: 20px;
    }
    .rent-content .task-list-container .widget-item{
        min-height: auto;
    }
    .rent-content .task-list-container .widget-item .name br{
        display: none;
    }
}
/* end TASK LIST */


/* competence LIST */
.rent-content .competence-list-container{
    position: relative;
    padding: clamp(60px, 10vw, 50px) 0 clamp(60px, 10vw, 130px);
}
.rent-content .competence-list-container .competence-list-header{
    margin: 0 0 clamp(26px, 6vw, 49px);
}
.rent-content .competence-list-container .competence-list-header .title{
    font-weight: 600;
    font-size: clamp(22px, 4vw, 34px);
    line-height: 126.8%;
    color: #0B0B0B;
}
.rent-content .competence-list-container .competence-list-header .title span{
    color: #AB3362;
}
.rent-content .competence-list-container .widget-item-wrapper{
    display: flex;
    align-items: center;
    height: 100%;
    border: 1px solid #333333;
    border-radius: 6px;
    background: #333333;
    padding: 35px 33px 33px 33px;
    text-decoration: none;
}
.rent-content .competence-list-container .widget-item-wrapper svg {
	margin-right: 18px;
}
.rent-content .competence-list-container .widget-item .name{
    font-weight: 500;
    font-size: clamp(16px, 3vw, 18px);
    line-height: 26px;
    color: #ffffff;
	text-transform: uppercase;
}
@media all and (max-width: 700px) {
    .rent-content .competence-list-container .widget-item-wrapper{
        padding: 20px;
    }
    .rent-content .competence-list-container .widget-item{
        min-height: auto;
    }
    .rent-content .competence-list-container .widget-item .name br{
        display: none;
    }
}
/* end competence LIST */


/* SYSTEM OPERATION */
.rent-content .system-operation{
    position: relative;
    padding: clamp(60px, 10vw, 114px) 0 clamp(60px, 10vw, 155px);
}
.rent-content .system-operation .system-operation-header .title{
    font-weight: 600;
    font-size: clamp(22px, 4vw, 34px);
    line-height: 120%;
    color: #0B0B0B;
}
.rent-content .system-operation .system-operation-header .title span{
    color: #AB3362;
}
.rent-content .system-operation .system-operation-content{
    margin: -23px -50px;
}
.rent-content .system-operation .widget-item,
.rent-content .system-operation .system-operation-header,
.rent-content .system-operation .call-form-wrapper{
    padding: 23px 50px;
}
.rent-content .system-operation .widget-item .index{
    font-weight: 300;
    font-size: clamp(20px, 4vw, 32px);
    line-height: 120%;
    text-align: left;
    color: #333333;
    padding: 0 0 10px;
}
.rent-content .system-operation .widget-item hr{
    margin: 0 0 18px;
    border-top-color: #000;
}
.rent-content .system-operation .widget-item .name{
    font-weight: 400;
    font-size: clamp(16px, 3vw, 18px);
    line-height: 140%;
    color: #333333;
}
.rent-content .system-operation .widget-item .detail-link{
    display: inline-block;
    font-weight: 500;
    font-size: clamp(14px, 3vw, 16px);
    line-height: 19px;
    color: #959595;
    text-decoration: none;
    margin: 29px 0 0;

    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -ms-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

.rent-content .system-operation .widget-item .detail-link:hover{
    color: #AB3362;
}
.rent-content .system-operation .widget-item .detail-link path{
    -webkit-transition: fill .3s ease-out;
    -moz-transition: fill .3s ease-out;
    -ms-transition: fill .3s ease-out;
    -o-transition: fill .3s ease-out;
    transition: fill .3s ease-out;
}
.rent-content .system-operation .widget-item .detail-link:hover path{
    fill: #AB3362;
}

.rent-content .system-operation .call-form{
    display: inline-block;
    font-weight: 500;
    font-size: clamp(14px, 4vw, 16px);
    line-height: 141.8%;
    text-align: center;
    color: #AB3362;
    border: 2px solid #AB3362;
    border-radius: 5px;
    padding: 14px 43px;
    margin: 46px 20px 0;
    cursor: pointer;

    -webkit-transition: background-color .3s ease-out, color .3s ease-out;
    -moz-transition: background-color .3s ease-out, color .3s ease-out;
    -ms-transition: background-color .3s ease-out, color .3s ease-out;
    -o-transition: background-color .3s ease-out, color .3s ease-out;
    transition: background-color .3s ease-out, color .3s ease-out;
}
.rent-content .system-operation .call-form:hover{
    color: #fff;
    background-color: #AB3362;
}
@media all and (max-width: 1000px) {
    .rent-content .system-operation .widget-item,
    .rent-content .system-operation .system-operation-header,
    .rent-content .system-operation .call-form-wrapper{
        padding: 20px;
    }
    .rent-content .system-operation .system-operation-content{
        margin: -20px;
    }
    .rent-content .system-operation .call-form{
        margin: 0;
    }
    .rent-content .system-operation .call-form-wrapper{
        text-align: center;
    }
}
@media all and (max-width: 600px) {
    .rent-content .system-operation .widget-item,
    .rent-content .system-operation .system-operation-header,
    .rent-content .system-operation .call-form-wrapper{
        padding: 15px;
    }
    .rent-content .system-operation .system-operation-content{
        margin: -15px;
    }
    .rent-content .system-operation .widget-item .detail-link{
        margin: 14px 0 0;
    }
    .rent-content .system-operation .call-form{
        border-width: 1px;
    }
}
/* end SYSTEM OPERATION */


/* PRICE LIST */
.rent-content .price-list{
    position: relative;
    padding: 106px 0 80px;
    background: #F8F8F8;
}

.rent-content .price-list:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/upload/2020/pattern-animation.png);
    opacity: .2;
    z-index: 0;
    pointer-events: none;
}

.rent-content .price-list .header-title{
    font-weight: 600;
    font-size: clamp(22px, 4vw, 34px);
    line-height: 120%;
    color: #333333;
}
.rent-content .price-list .all-items-link{
    font-weight: 500;
    font-size: clamp(16px, 3vw, 18px);
    line-height: 21px;
    color: #AB3362;
    text-decoration: none;
    transform: translateY(-5px);

    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -ms-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}
.rent-content .price-list .all-items-link svg{
    margin: 0 0 0 6px;
}

.rent-content .price-list .header-item{
    max-width: 644px;
}

.rent-content .price-list .header-item .name{
    font-weight: 600;
    font-size: clamp(18px, 3.6vw, 20px);
    line-height: 150%;
    letter-spacing: -0.022em;
    color: #333333;
    margin: 0 0 15px;
}
.rent-content .price-list .header-item .description{
    font-weight: 400;
    font-size: clamp(16px, 3vw, 18px);
    line-height: 133.3%;
    color: #959595;
}
.rent-content .price-list .content-item{
    transform: translateY(2px);
    margin: 0 0 0 30px;
}
.rent-content .price-list .content-item .price-wrapper{
    font-weight: 500;
    font-size: clamp(14px, 3vw, 16px);
    line-height: 133.3%;
    color: #333333;
    white-space: nowrap;
}
.rent-content .price-list .content-item .price-wrapper .old-price {
    color: #959595;
    text-decoration: line-through;
}
.rent-content .price-list .content-item .price-number{
    font-size: clamp(18px, 3.6vw, 22px);
    font-weight: 600;
}
.rent-content .price-list .content-item .currency{
    font-weight: 600;
}
.rent-content .price-list .content-item .detail-link svg{
    display: flex;
}
.rent-content .price-list .content-item .detail-link{
    display: flex;
    border: 1px solid #333333;
    padding: 12px 14px;
    border-radius: 50%;
    margin: 0 0 0 clamp(30px, 10vw, 111px);
    flex: 0 0 38px;
	cursor: pointer;
}
.rent-content .price-list .price-list-item{
    border-bottom: 1px solid #959595;
    padding: 20px 0;
    margin: 0 0 27px;
}
.rent-content .price-list .price-list-content{
    margin: 28px 0 0 0;
}
@media all and (max-width: 700px) {
    .rent-content .price-list .content-item{
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        margin: 20px 0 0 0;
        justify-content: space-between;
    }
}
@media all and (max-width: 500px) {
    .rent-content .price-list .all-items-link{
        transform: none;
        margin: 10px 0 0 0;
    }
    .rent-content .price-list .price-list-item{
        margin: 0;
        padding: 20px 0 16px;
    }
    .rent-content .price-list .header-item .name{
        margin: 0 0 8px;
    }
}
/* end PRICE LIST */


/* BENEFITS SERVICE */
.rent-content .benefits-of-the-service{
    position: relative;
    padding: clamp(60px, 10vw, 100px) 0 clamp(60px, 10vw, 138px);
}
.rent-content .benefits-of-the-service .benefits-of-the-service-items{

}
.rent-content .benefits-of-the-service .benefits-of-the-service-title{
    font-weight: 600;
    font-size: clamp(22px, 4vw, 36px);
    line-height: 125%;
    color: #333333;
}
.rent-content .benefits-of-the-service .benefits-of-the-service-title span{
    color: #AB3362;
}
.rent-content .benefits-of-the-service .number{
    font-weight: 700;
    font-size: clamp(28px, 5vw, 38px);
    line-height: 47px;
    text-align: center;
    color: #333333;
    margin: -4px 29px 0 0;
}

.rent-content .benefits-of-the-service .name{
    font-weight: 600;
    font-size: clamp(18px, 3.6vw, 20px);
    line-height: 132%;
    letter-spacing: -0.022em;
    color: #333333;
    margin: 0 0 clamp(4px, 4vw, 11px);
}
.rent-content .benefits-of-the-service .description{
    font-weight: 400;
    font-size: clamp(14px, 3vw, 18px);
    line-height: 148%;
    color: #959595;
}
.rent-content .benefits-of-the-service .benefits-of-the-service-item-wrapper{
    margin: 13px 0 30px 0;
}
.rent-content .benefits-of-the-service .more-info-link{
    font-weight: 500;
    font-size: clamp(14px, 3vw, 16px);
    line-height: 19px;
    color: #AB3362;
    text-decoration: none;

    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -ms-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}
.rent-content .benefits-of-the-service .more-info-link:hover{
    color: #333;
}
.rent-content .benefits-of-the-service .more-info-link path{
    -webkit-transition: fill .3s ease-out;
    -moz-transition: fill .3s ease-out;
    -ms-transition: fill .3s ease-out;
    -o-transition: fill .3s ease-out;
    transition: fill .3s ease-out;
}
.rent-content .benefits-of-the-service .more-info-link:hover path{
    fill: #333;
}
@media all and (max-width: 650px) {
    .rent-content .benefits-of-the-service .benefits-of-the-service-item-wrapper{
        margin: 0;
    }
    .rent-content .benefits-of-the-service .benefits-of-the-service-title{
        margin: 0 0 8px;
    }
    .rent-content .benefits-of-the-service .benefits-of-the-service-title br{
        display: none;
    }
    .rent-content .benefits-of-the-service .benefits-of-the-service-title span{
        display: block;
    }
    .rent-content .benefits-of-the-service .number{
        margin: 0 18px 0 0;
        line-height: 124%;
    }
}
/* end BENEFITS SERVICE */


/* NEED CONSULTATION */
.rent-content .need-consultation{
    background: #333333;
    padding: clamp(60px, 10vw, 114px) 0;
}
.rent-content .need-consultation .need-consultation-header{
    text-align: center;
}
.rent-content .need-consultation .need-consultation-header .title{
    font-weight: 600;
    font-size: clamp(22px, 3.6vw, 36px);
    line-height: 134.1%;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 clamp(16px, 4vw, 21px);
}
.rent-content .need-consultation .need-consultation-header .description{
    font-weight: 400;
    font-size: clamp(16px, 3vw, 18px);
    line-height: 134.1%;
    text-align: center;
    color: #959595;
    margin: 0 0 42px;
}
.rent-content .need-consultation .need-consultation-header .form-call{
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    font-size: clamp(15px, 3vw, 18px);
    line-height: 141.8%;
    text-align: center;
    color: #FFFFFF;
    padding: 14px 39px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    cursor: pointer;
    background: transparent;

    -webkit-transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
    -moz-transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
    -ms-transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
    -o-transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
    transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
}
.rent-content .need-consultation .need-consultation-header .form-call:hover{
    color: #c6366f;
    border: 1px solid #c6366f;
}
@media all and (max-width: 700px) {
    .rent-content .need-consultation .need-consultation-header .description br{
        display: none;
    }
    .rent-content .need-consultation .need-consultation-header .form-call{
        padding: 14px 24px;
    }
}
/* end NEED CONSULTATION */


/* TOOLS */
.rent-content .tools{
    position: relative;
    padding: clamp(60px, 10vw, 106px) 0 0;
    background: #F8F8F8;
    margin: 0 0 clamp(60px, 12vw, 190px);
}

.rent-content .tools:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/upload/2020/pattern-animation.png);
    opacity: .2;
    z-index: 0;
    pointer-events: none;
}

.rent-content .tools .tools-item-wrapper{
    border: 1px solid #959595;
    border-radius: 5px;
    padding: 38px 0;
    height: 100%;
}
.rent-content .tools .tools-header{
    margin: 0 0 clamp(34px, 4vw, 45px);
}
.rent-content .tools .tools-header .title{
    font-weight: 700;
    font-size: clamp(22px, 4vw, 34px);
    line-height: 125%;
    color: #333333;
}
.rent-content .tools .tools-wrapper{
    background: #fff;
    position: relative;
    z-index: 1;
    padding: clamp(36px, 6vw, 76px) clamp(20px, 6vw, 97px) 4px;
}
.rent-content .tools .tools-item .name{
    font-weight: 600;
    font-size: clamp(20px, 4vw, 24px);
    line-height: 150%;
    letter-spacing: -0.022em;
    color: #959595;
}
.rent-content .tools .tools-item .icon{
    margin: 0 9px 0 0;
    max-width: 50px;
    max-height: 50px;
    display: flex;
}
@media all and (max-width: 500px) {
    .rent-content .tools .tools-items .tools-item{
        padding: 6px !important;
    }
    .rent-content .tools .tools-items{
        margin: -6px !important;
    }
}
/* end TOOLS */


/* MONITORING SYSTEM */
.rent-content .monitoring-system{
    position: relative;
    padding: clamp(60px, 10vw, 140px) 0 clamp(60px, 10vw, 67px);
}

.rent-content .monitoring-system .monitoring-system-header{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.rent-content .monitoring-system .monitoring-system-header .title{
    font-weight: 600;
    font-size: clamp(22px, 4vw, 34px);
    line-height: 125%;
    color: #333333;
    margin: 0 0 clamp(16px, 5vw, 35px);
}
.rent-content .monitoring-system .monitoring-system-header .description{
    font-weight: 400;
    font-size: clamp(16px, 3vw, 18px);
    line-height: 149%;
    color: #959595;
}
.rent-content .monitoring-system .bottom-block{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin: 30px 0 0 0;
}
.rent-content .monitoring-system .slide-count{
    display: flex;
    align-items: flex-end;
    font-weight: 400;
    font-size: clamp(14px, 3.5vw, 20px);
    color: #0B0B0B;
    margin: 0 0 16px;
}
.rent-content .monitoring-system .slide-count .number{
    font-size: clamp(24px, 6vw, 34px);
    line-height: 76%;
}
.rent-content .monitoring-system .dots-container-wrapper{
    width: 100%;
}
.rent-content .monitoring-system .dots-container{
    opacity: 0;
    max-width: 341px;
    width: 100%;
    margin: 0 20px 0 0;

    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
.rent-content .monitoring-system .dots-box{
    display: flex;
    width: 100%;
    margin: -10px 0 -6px;
}
.rent-content .monitoring-system .dots-container button{
    background: transparent;
    border: none;
    height: 1px;
    padding: 10px 0;
    flex: 1 1 84px;
    max-width: 84px;
}
.rent-content .monitoring-system .dots-container button span{
    display: block;
    background: #959595;
    height: 1px;
    width: 100%;
}

.rent-content .monitoring-system .dots-container-wrapper{
    position: relative;
}
.rent-content .monitoring-system .dots-container-wrapper .phantom-dot{
    position: absolute;
    bottom: 8px;
    left: 0;
    background: #333;
    height: 3px;
    width: 0;
    border-radius: 6px;

    -webkit-transition: width .5s ease-out, transform .5s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: width .5s ease-out, transform .5s cubic-bezier(0.65, 0.05, 0.36, 1);
    -ms-transition: width .5s ease-out, transform .5s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: width .5s ease-out, transform .5s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: width .5s ease-out, transform .5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rent-content .monitoring-system .nav-container{
    display: flex;
}
.rent-content .monitoring-system .nav-container button{
    background: transparent;
    border-radius: 50%;
    border: 1px solid #989494;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;

    -webkit-transition: color .3s ease-out, opacity .3s ease-out;
    -moz-transition: color .3s ease-out, opacity .3s ease-out;
    -ms-transition: color .3s ease-out, opacity .3s ease-out;
    -o-transition: color .3s ease-out, opacity .3s ease-out;
    transition: color .3s ease-out, opacity .3s ease-out;
}
.rent-content .monitoring-system .nav-container button:first-child{
    margin: 0 34px 0 0;
}
.rent-content .monitoring-system .nav-container button.disabled{
    opacity: .5;
}
.rent-content .monitoring-system .nav-container button path{
    -webkit-transition: stroke .3s ease-out;
    -moz-transition: stroke .3s ease-out;
    -ms-transition: stroke .3s ease-out;
    -o-transition: stroke .3s ease-out;
    transition: stroke .3s ease-out;
}
.rent-content .monitoring-system .nav-container button:hover path{
    stroke: #AB3362;
}
.rent-content .monitoring-system .nav-container button:hover {
    border-color: #AB3362;
}

.rent-content .monitoring-system .monitoring-system-content{
    flex: 0 0 60%;
    max-width: 667px;
    margin: 9px 0 0 40px;
}
.rent-content .monitoring-system .monitoring-system-content .picture-slider{

}
.rent-content .monitoring-system .monitoring-system-content .picture-slider .picture{
    height: clamp(200px, 30vw, 416px);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.rent-content .monitoring-system .monitoring-system-content .picture-slider .owl-stage{
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1) !important;
}
.rent-content .monitoring-system .bottom-block-mobile{
    display: none;
}

.rent-content .monitoring-system .owl-item{
    opacity: 0;
    transform: scale(.96);

    -webkit-transition: opacity .5s ease-out, transform .5s ease-out;
    -moz-transition: opacity .5s ease-out, transform .5s ease-out;
    -ms-transition: opacity .5s ease-out, transform .5s ease-out;
    -o-transition: opacity .5s ease-out, transform .5s ease-out;
    transition: opacity .5s ease-out, transform .5s ease-out;
}
.rent-content .monitoring-system .owl-item.active{
    opacity: 1;
    transform: scale(1);
}
.rent-content .monitoring-system .dots-block {
	margin-top: -70px;
    z-index: 2;
    position: relative;
}
@media all and (max-width: 1200px) {
    .rent-content .monitoring-system .monitoring-system-header,
    .rent-content .monitoring-system .monitoring-system-content{
        flex: 0 0 50%;
    }
    .rent-content .monitoring-system .monitoring-system-content{
        max-width: calc(50% - 40px);
    }
}
@media all and (max-width: 1000px) {
    .rent-content .monitoring-system .monitoring-system-header,
    .rent-content .monitoring-system .monitoring-system-content{
        flex: 0 0 100%;
    }
    .rent-content .monitoring-system .monitoring-system-content{
        max-width: 100%;
        margin: 40px 0 0 0;
    }
    .rent-content .monitoring-system .bottom-block-mobile{
        display: block;
    }
}
/* end MONITORING SYSTEM */


/* STAFF */
.rent-content .staff .staff__item {
    position: relative;
    height: 347px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    color:#fff;
    transition: all 0.4s;
}
.rent-content .staff .staff__item-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55px;
    text-align: center;
    background: rgba(51, 51, 51, 0.95);
    backdrop-filter: blur(2px);

    -webkit-transition: height .6s cubic-bezier(0.22, 0.61, 0.36, 1), background-color .6s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: height .6s cubic-bezier(0.22, 0.61, 0.36, 1), background-color .6s cubic-bezier(0.22, 0.61, 0.36, 1);
    -ms-transition: height .6s cubic-bezier(0.22, 0.61, 0.36, 1), background-color .6s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: height .6s cubic-bezier(0.22, 0.61, 0.36, 1), background-color .6s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: height .6s cubic-bezier(0.22, 0.61, 0.36, 1), background-color .6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.rent-content .staff .staff__relative-wrap {
    position: relative;
    height: 100%;
}
.rent-content .staff .staff__name {
    padding-top: 16px;
    font-size: 15px;
    line-height: 143.5%;
    font-weight: 700;
    color: #FFFFFF;

    -webkit-transition: padding .8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -moz-transition: padding .8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -ms-transition: padding .8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -o-transition: padding .8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: padding .8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.rent-content .staff .staff__description {
    opacity: 0;
    padding: 11px 26px;
    text-align: left;
    font-weight: 400;
    font-size: 13px;
    line-height: 143.5%;
    color: #FFFFFF;
    transform: translateX(-30px);

    -webkit-transition: opacity .6s ease-out, transform .7s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -moz-transition: opacity .6s ease-out, transform .7s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -ms-transition: opacity .6s ease-out, transform .7s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -o-transition: opacity .6s ease-out, transform .7s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: opacity .6s ease-out, transform .7s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.rent-content .staff .staff__item:hover .staff__item-wrap {
    height: 100%;
    background: rgba(51, 51, 51, 0.85);
    text-align: left;
}
.rent-content .staff .staff__item:hover .staff__item-wrap .staff__name {
    padding-left: 26px;
    padding-right: 26px;

    -webkit-animation: showText .6s ease-out forwards;
    -o-animation: showText .6s ease-out forwards;
    animation: showText .6s ease-out forwards;
}
.rent-content .staff .staff__item:hover .staff__wrap-description {
    position: absolute;
    width: 100%;
    bottom: 39px;
}
.rent-content .staff .staff__item:hover .staff__description {
    display: block;

    -webkit-animation: showText .4s ease-out forwards;
    -o-animation: showText .4s ease-out forwards;
    animation: showText .4s ease-out forwards;
    transform: none;
}
@keyframes showText {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.rent-content .staff .staff__title {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 126.8%;
}
.rent-content .staff .staff__title-description {
    font-size: 16px;
    line-height: 143.5%;
    padding-top: 18px;
    padding-bottom: 47px;
    text-align: center;
}
.rent-content .staff .staff__wish {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.rent-content .staff .staff__wish-text {
    padding: 15px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 143.5%;
}
.rent-content .staff .staff__wish-link {
    margin-top: 0;
    color: #C61F6F;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}
.rent-content .staff .staff__wish-link svg {
    fill: #C61F6F;
}
@media (max-width: 1024px) {
    .rent-content .staff .staff__title{
        font-weight: 600;
        padding-bottom: 0;
        font-size: 24px;
        line-height: 133.3%;
        margin-bottom: 20px;
    }
}
/* end STAFF */


.rent-content .implemented-projects{
    padding: 0 0 clamp(60px, 10vw, 35px);
}
.rent-content .faq{
    padding:  clamp(60px, 10vw, 35px) 0  clamp(60px, 12vw, 65px);
}

/* tariff LIST */
.rent-content .tariff-list-container{
	position: relative;
	padding: clamp(60px, 10vw, 80px) 0 clamp(60px, 10vw, 80px);
}
.rent-content .tariff-list-container .tariff-list-header{
	margin: 0 0 clamp(26px, 6vw, 49px);
}
.rent-content .tariff-list-container .tariff-list-header .title{
	font-weight: 600;
	font-size: clamp(22px, 4vw, 34px);
	line-height: 126.8%;
	color: #0B0B0B;
}
.rent-content .tariff-list-container .tariff-list-header .title span{
	color: #AB3362;
}
.rent-content .tariff-list-container .widget-item{
	min-height: 229px;
}
.rent-content .tariff-list-container .widget-item-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	border: 1px solid #959595;
	border-radius: 3px;
	background: #FFFFFF;
	padding: 65px 29px 59px 33px;
	text-decoration: none; 
}
.rent-content .tariff-list-container .widget-item .plan{
	font-weight: 400;
	font-size: clamp(16px, 3vw, 18px);
	line-height: 22px;
	color: #333333;
}
.rent-content .tariff-list-container .widget-item .name{
	font-weight: 700;
	font-size: clamp(30px, 3vw, 32px);
	line-height: 42px;
	color: #333333;
	text-transform: uppercase;
}
.rent-content .tariff-list-container .widget-item .time{
	font-weight: 400;
	font-size: clamp(16px, 3vw, 18px);
	line-height: 22px;
	color: #333333;
	margin-top: 10px;
}
.rent-content .tariff-list-container .widget-item .bottom-block{
	margin: 60px 0 0;
}
.rent-content .tariff-list-container .widget-item .price{
	font-weight: 400;
	font-size: clamp(16px, 3vw, 18px);
	line-height: 22px;
	color: #333333;
}
.rent-content .tariff-list-container .widget-item .price-total{
	font-weight: 600;
	font-size: clamp(38px, 3vw, 40px);
	line-height: 42px;
	color: #0B0B0B;
	margin-bottom: 5px;
	white-space: nowrap;
}
.rent-content .tariff-list-container .widget-item .price span{
	font-weight: 500;
}
.rent-content .tariff-list-container .widget-item .price .number{
	font-weight: 600;
	font-size: clamp(16px, 3.2vw, 22px);
}
.rent-content .tariff-list-container .widget-item .price .currency{
	font-weight: 600;
}
.rent-content .tariff-list-container .widget-item .detail-link{
	font-weight: 500;
	font-size: clamp(14px, 3vw, 16px);
	line-height: 19px;
	color: #959595;
	white-space: nowrap;

	-webkit-transition: color .3s ease-out;
	-moz-transition: color .3s ease-out;
	-ms-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;
	transition: color .3s ease-out;
	
	cursor: pointer;
}
.rent-content .tariff-list-container .widget-item .widget-item-wrapper:hover .detail-link{
	color: #AB3362;
}
.rent-content .tariff-list-container .widget-item .detail-link svg{
	margin: 0 0 0 8px;
}
.rent-content .tariff-list-container .widget-item .detail-link path{
	-webkit-transition: fill .3s ease-out;
	-moz-transition: fill .3s ease-out;
	-ms-transition: fill .3s ease-out;
	-o-transition: fill .3s ease-out;
	transition: fill .3s ease-out;
}
.rent-content .tariff-list-container .widget-item .widget-item-wrapper:hover .detail-link path{
	fill: #AB3362;
}
.rent-content .tariff-list-container .widget-item-wrapper{
	text-decoration: none;
}

.rent-content .tariff-list-container .widget-item-wrapper.black {
	background: #333333;
	border: 1px solid #333333;
}

.rent-content .tariff-list-container .widget-item .black .plan,
.rent-content .tariff-list-container .widget-item .black .name,
.rent-content .tariff-list-container .widget-item .black .time,
.rent-content .tariff-list-container .widget-item .black .price-total,
.rent-content .tariff-list-container .widget-item .black .price	{
	color: #fff;
}

@media all and (max-width: 700px) {
	.rent-content .tariff-list-container .widget-item-wrapper{
		padding: 20px;
	}
	.rent-content .tariff-list-container .widget-item{
		min-height: auto;
	}
	.rent-content .tariff-list-container .widget-item .name br{
		display: none;
	}
}
/* end tariff LIST */
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/form.result.new/new_form_order_2020_custom/style.css?166367860711580*/
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-body .errortext {
    padding-bottom: 20px !important;
    display: block;
}

.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-order-wrapper{
	color: #fff;
	background: #333333;
	padding: 58px 14px 40px 97px;
}

.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-order-wrapper .form-title{
	font-weight: 700;
	font-size: clamp(18px, 4vw, 24px);
	line-height: 134.1%;
	color: #FFFFFF;
	margin: 0 0 clamp(26px, 6vw, 44px);
}

.adaptive-container-2 {
	max-width: 1463px;	
	padding: 0 15px;
    margin: 0 auto;
    min-width: 300px;
}
.form-feedback-order-custom.form-feedback-order-2020-custom {
	color: #000;
	font-weight: normal;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-order-custom.form-feedback-order-2020-custom-col-1 {
	background: #AB3362;
	color: #fff;
	display: flex;
}
.form-feedback-order-custom.form-feedback-order-2020-custom-col-1-wrapper {
	padding:95px 105px 113px 131px;
	text-align: left;
	max-width: 393px;
	box-sizing: content-box;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .decription_form {
	font-weight: normal;
	font-size: 22px;
	line-height: 133.3%;
}
	
	
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-order-custom.form-feedback-order-2020-custom-wrapper {	
	display: flex;
	color: #000;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-order-custom.form-feedback-order-2020-custom {
	padding: 39px 27px 30px;
	font-size: 14px;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .header_grey {
	padding: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 600;
	font-size: 48px;
	line-height: 133.3%;
}

.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-order-custom.form-feedback-order-2020-custom-wrapper .close_button {
	height: 36px;
	border-radius: 3px;
	float:left;
	line-height:36px;
	width: 45%;
	text-align:center;
}


.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-questions {
    margin-left: -20px;
    margin-right: -20px;
}

.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-radio {
	font-size: 16px;
	line-height: 30px;
    color: #888889;
    font-weight: 100;
    display: inline-block;
    margin: 10px;
	cursor: pointer;
	position: relative;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-radio input {
    display: none;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-radio input:checked + label {
    color: #c6366f;
	font-size: 20px;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-radio label {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	cursor: pointer;
	font-weight: normal;
	vertical-align: top;
	line-height: 30px;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-radio label:hover { 
	color: #000;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-radio-wrap {
    margin: 20px;
}

.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-field-wrap {
	padding: 30px 20px;
    width: 50%;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-field {
    position: relative;
	font-size: 16px;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-field input {
	-webkit-appearance: none;
	border-radius: 0;
    border: 0;
    border-bottom: 1px solid #989494;
    padding: 0;
	height: 46px;
	width: 100%;
	font-size: 14px;
    background: transparent;

	-webkit-transition: border-color .3s ease-out;
	-moz-transition: border-color .3s ease-out;
	-ms-transition: border-color .3s ease-out;
	-o-transition: border-color .3s ease-out;
	transition: border-color .3s ease-out;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-field input:focus {
	border-bottom-width: 2px;
	border-color: #AB3362;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-field textarea {
	-webkit-appearance: none;
	border-radius: 0;
    border: 0;
    border-bottom: 1px solid #989494;
    padding: 15px;
    height: 60px;
    line-height: 29px;
    width: 100%;
    max-height: 180px;
    max-width: 100%;
	font-size: 14px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	overflow: hidden;
	background: transparent;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-field textarea:focus {
	 border-bottom: 2px solid #000;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-field label {
    position: absolute;
    top: 20px;
    left: 0;
	color: #989494;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
	font-weight: 500;
	font-size: 14px;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-field-textarea {
    position: relative;
	font-size: 16px;
}

.form-feedback-order-custom.form-feedback-order-2020-custom [data-float="left"] {
	float: left;
}
.form-feedback-order-custom.form-feedback-order-2020-custom [data-float="right"] {
	float: right;
}
.form-feedback-order-custom.form-feedback-order-2020-custom-col-2 {
	flex-grow: 1;
	background: #fff;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-body {
	max-width: 100%;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-button-wrap {
	max-width: 400px;
    padding-top: clamp(20px, 6vw, 49px);
	font-size: 0;
	font-weight: normal;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-button {
    display: inline-block;
    vertical-align: middle;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-button .solid_button {
    display: inline-block;
	font-weight: 400;
	font-size: 14px;
	line-height: 141.8%;
	text-align: center;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
    background: transparent;
    margin: 0 auto;
	padding: 14px 42px;

	-webkit-transition: border-color .3s ease-out, color .3s ease-out;
	-moz-transition: border-color .3s ease-out, color .3s ease-out;
	-ms-transition: border-color .3s ease-out, color .3s ease-out;
	-o-transition: border-color .3s ease-out, color .3s ease-out;
	transition: border-color .3s ease-out, color .3s ease-out;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-button .solid_button:hover,
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-button .solid_button:focus,
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-button .solid_button:active {
	color: #AB3362;
	border-color: #AB3362;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-consent {
	font-weight: 400;
	font-size: 12px;
	line-height: 133.3%;
	color: #959595;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-consent a {
    color: #fff;
}

.form-feedback-order-custom.form-feedback-order-2020-custom .error {
    position: absolute;
    bottom: -20px;
    color: #e7e7e7;
    left: 15px;
	opacity: 0;
	font-size: 12px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.form-feedback-order-custom.form-feedback-order-2020-custom [data-error="true"] .error {
    opacity: 1;
}
.form-feedback-order-custom.form-feedback-order-2020-custom [data-error="true"] input,
.form-feedback-order-custom.form-feedback-order-2020-custom [data-error="true"] textarea {
	border-color: #e7e7e7;
}

.form-feedback-order-custom.form-feedback-order-2020-custom [data-active="true"] label {
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 12px;
}

.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-order-custom.form-feedback-order-2020-custom-note {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
	/*padding: 50px;*/
	color: #000;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .email_form {
	padding-right: 15px;
}

.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-tooltip {
    position: absolute;
    opacity: 0;
    top: 100%;
    left: 50%;
	margin-top: 10px;
    margin-left: -110px;
    width: 220px;
    z-index: 1;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-radio .form-feedback-tooltip {
	opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none;
    position: absolute;
    -webkit-perspective: 2000px;
    perspective: 2000px;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-radio:hover .form-feedback-tooltip {
	opacity: 1;
    pointer-events: all;
    -webkit-transition: none;
    transition: none;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-tooltip-wrapper {
	display: block;
	padding: 9px;
	background: #fff;
    border-radius: 7px;
    text-align: center;
    box-shadow: 0px 4px 14px #dcdcdc;
	font-weight: normal;
    color: #000;
	
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    will-change: transform;
    -webkit-transform-origin: 50% -50px;
    transform-origin: 50% -50px;
    -webkit-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-radio:hover .form-feedback-tooltip-wrapper {
	-webkit-transform: none;
    transform: none;
}
.form-feedback-order-custom.form-feedback-order-2020-custom-contacts {	
	display: flex;
	color:#fff;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 90px;
}
.form-feedback-order-custom.form-feedback-order-2020-custom-contacts a {
	text-decoration: none;
	color: inherit;
	font-family: Gilroy;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 133.3%;
}
.form-feedback-order-custom.form-feedback-order-2020-custom-contacts a:hover,
.form-feedback-order-custom.form-feedback-order-2020-custom-contacts a:focus,
.form-feedback-order-custom.form-feedback-order-2020-custom-contacts a:active {
	color: #fff;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-tooltip-text {
    font-size: 12px;
}
.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-tooltip-price {
    font-size: 16px;
	margin-left: 10px;
}

@media all and (max-width: 1000px) {
	.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-order-wrapper{
		padding: 58px clamp(20px, 6vw, 50px) 42px;
	}
}
@media all and (max-width: 768px) {
	.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-button{
		margin: 20px 0 0 0;
	}
}

@media all and (max-width: 500px) {
	.form-feedback-order-custom.form-feedback-order-2020-custom .form-feedback-order-wrapper{
		max-width: calc(100% + 40px);
		margin: 0 -20px;
	}
}
/* 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 */


/* Start:/bitrix/templates/newintec/components/bitrix/news.list/faq-develop/style.css?16258355501656*/
.faq-develop .widget-title {
	font-size: 40px;
    	line-height: 50px;
    	margin-bottom: 55px;
	font-weight:500;
}
.faq-develop .widget-title.align-center {
	text-align:center;
}
.faq-develop  .widget-collapse-title {
	font-size: 20px;
	font-weight: 400;	
	line-height: 1.45;
	letter-spacing: normal;
	color: #222222;
	cursor:pointer;
	position:relative;
}
.faq-develop  .widget-collapse-title:hover {
	color:#c6366f;
}
.faq-develop  .widget-collapse-title .widget-arrow .widget-arrow-svg {
	fill:#000;
}
.faq-develop  .widget-collapse-title:hover  .widget-arrow .widget-arrow-svg  {
	fill: #c6366f;
}
.faq-develop  .widget-collapse-title[aria-expanded="true"]  .widget-arrow .widget-arrow-svg.active {
	transform: rotate(180deg);
}
.faq-develop  .widget-collapse-title[aria-expanded="true"]  .widget-arrow .widget-arrow-svg.not-active {
	transition: 0.4s;
	
}
.faq-develop  .widget-collapse-text {
	color: #444444;
	line-height:23.3px;
}
.faq-develop  .widget-collapse-text-wrapper {
	padding-top: 15px;
}
.faq-develop  .widget-collapse-title .widget-arrow {
	float:right;
}
.faq-develop  .widget-collapse-title .widget-arrow.not-active {
	display:none;
}
@media all and (max-width: 768px) {
	.faq-develop .widget-title {
		font-size: 24px;
		line-height: 133.3%;
		text-align: left;
		margin-bottom: 25px;
	}
	.faq-develop .widget-collapse-title {
		font-size: 16px;
		padding-right: 28px;
	}
	.faq-develop .widget-collapse-title .widget-arrow {
		display: inline-block;
		position: absolute;
		right: 0;
		top: 0;
	}
	.faq-develop .widget-collapse-text-wrapper{
		font-size: 14px;	
	}
	.faq-develop hr {
		margin-top: 13px;
		margin-bottom: 13px;
	}
}
/* End */
/* /depozit/style.css?166566618041419 */
/* /bitrix/templates/.default/components/bitrix/form.result.new/new_form_order_2020_custom/style.css?166367860711580 */
/* /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 */
/* /bitrix/templates/newintec/components/bitrix/news.list/faq-develop/style.css?16258355501656 */
