.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: 32px 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;
    }
}
@media all and (max-width: 768px) {
    .rent-content .monitoring-system .bottom-block {
		margin: 80px 0 0 0;
	}
}
/* 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: 30px 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;
}
.tariff-list-container .footer-block {
	border-top: 1px solid #959595;
	padding-top: 30px;
	margin-top: 30px;
	margin-bottom: -20px;
}
.tariff-list-container .footer-block-item {
	margin-bottom: 15px;
}
.tariff-list-container .footer-block-name {
	font-weight: bold;
	padding-bottom: 10px;
}
.tariff-list-container .footer-block-price {
	font-weight: 500;
	padding-bottom: 10px;
}
.tariff-list-container .footer-block-description {
	color: #979191;
}
.tariff-list-container .widget-item-wrapper.black .footer-block-item{
	color: #fff;
}

.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 */