.rent__slider_controls{
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    justify-content: space-between;
    left: 30px;
    right: 30px;
}
.rent__content{
    position: relative;
}
.rent__slide__image img{
    width: 100%;
    height: 100%;
}
.rent__slide{
    margin: 0 10px;
}
.rent__slider .slick-list{
    margin: 0 -10px;
}
.rent__slider__control:hover{
    cursor: pointer;
}
.rent__slider__control:hover svg rect{
    fill: var(--color-green-accent);
}
.rent__slider__control:hover svg path{
    stroke: var(--color-white);
}
.rent{
    padding-top: 20px;
    padding-bottom: 0px;
}
.consultation__row{
    gap: 20px;
    align-items: stretch;
}
.consultation__left,.consultation__right{
    flex: 0 1 calc(50% - 10px);
}
.consultation__title{
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--color-dop-text);
    margin-bottom: 25px;
}
.consultation__text{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--color-dark-green);
}
.consultation__table{
    display: flex;
    flex-direction: column;
}
.consultation__table__row{
    display: flex;
    /* align-items: center; */
}
.consultation__table__col{
    max-width: 100%;
    padding: 25px 0 25px;
    border-right: 1px solid var(--color-line-white-background); ;
    border-bottom: 1px solid var(--color-line-white-background); ;
    flex: 0 1 50%;
}
.consultation__table__name{
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: var(--color-dark-green);
}
.consultation__table__row--first .consultation__table__name, .consultation__table__row--first .consultation__table__value{
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: var(--color-dop-text);
}
.consultation__table__value{
    font-weight: 500;
    font-size: 21px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: var(--color-green-accent);
}
.consultation__table{
    border: 1px solid var(--color-line-white-background);
    background: var(--color-white);
    border-radius: 7px;
    overflow: hidden;
}
.consultation__table__row--first .consultation__table__col{
    border-bottom: none;
    background: #f7f8f8;
}
.consultation__table__col{
    padding-left: 30px;
    display: flex;
    align-items: center;
}
.consultation__table__row .consultation__table__col:last-child{
    border-right: none;
}
.consultation__table__row:last-child .consultation__table__col{
    border-bottom: none;
}
.services__list{
    display: flex;
    flex-direction: column;
}
.services__item{
    display: flex;
    gap: 20px;
    padding: 40px 0;
    border-bottom: 1px solid var(--color-line-gray-background);
}
.services__item:first-child{
    border-top:  1px solid var(--color-line-gray-background);
}
.services__item > div{
    flex: 0 1 calc(33.33% - 10px);
}
.services__item__name{
    display: flex;
    align-items: center;
    gap: 25px;
}
.services__item__count{
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-green-accent);
    border-radius: 10px;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: -0.02em;
    color: var(--color-green-accent);
    min-width: 54px;
}
.services__item__title{
    font-weight: 600;
    font-size: 23px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: var(--color-dark-green);  
}
.services__item__image img{
    width: 100%;
    /* height: 100%; */
}
.services__item__text p{
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    color: var(--color-dark-green);
    margin-bottom: 25px;
}
.services__item__text ul{
    display: flex;
    flex-direction: column;
    gap:15px;
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 20px;
}
.services__item__text ul li{
    font-weight: 400;
    font-size: 16px;
    line-height: 117%;
    color: var(--color-dark-green);
}
.services__item__text{
    display: flex;
    flex-direction: column;
}
.default-button--services{
    padding: 24px;
    max-width: 335px;
    margin-top: auto;
}
.service__title{
    margin-bottom: 50px;
}
.why-consultation__list{
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.why-consultation__item{
    padding: 25px 0;
    border-bottom: 1px solid var(--color-line-white-background);
    display: flex;
    gap:20px;
    align-items: center;
}
.why-consultation__item:first-child{
    border-top: 1px solid var(--color-line-white-background);
}
.why-consultation__item-text{
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.why-consultation__item-title{
    font-weight: 500;
    font-size: 19px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: var(--color-dark-green);
}
.why-consultation__item-description{
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: -0.01em;
    color: var(--color-dark-green);
}
.consultation-card__title{
    max-width: 480px;
    margin: 0 auto 40px auto;
}
.why-consultation__item--with-list{
    align-items: flex-start;
}
.why-consultation__item--with-list ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: disc;
    padding-left: 30px;
}
.why-consultation__item--with-list ul li{
    font-weight: 400;
    font-size: 16px;
    line-height: 117%;
    color: var(--color-dark-green);
}
.why-consultation__item--with-list .why-consultation__item-text{
    gap: 17px;
}
.consultation-step__items{
    display: flex;
    border-top: 1px solid var(--color-line-white-background);
    border-bottom: 1px solid var(--color-line-white-background);
}
.consultation-step__item{
    padding: 30px;
    border-right:  1px solid var(--color-line-white-background);
    flex: 0 1 25%;
}
.consultation-step__item:first-child{
    padding-left: 0;
}
.consultation-step__item:last-child{
    padding-right: 0;
}
.consultation-step__item-counter{
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--color-dop-text);
    margin-bottom: 83px;
}
.consultation-step__item-title{
    font-weight: 500;
    font-size: 19px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: var(--color-dark-green);
    margin-bottom: 14px;
}
.consultation-step__item-description{
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: -0.01em;
    color: var(--color-dark-green);
}
.consultation-step__title {
    margin-bottom: 40px;
}
.consultation-step__item:last-child{
    border-right: none;
}
.why-we--services .why-we__advantages-list{
    padding-bottom: 70px;
}
.cooperation--services .services-card__image{
    position: static;
    margin: 0;
}
.cooperation-card--border{
    border-right: 1px solid var(--color-line-white-background);
}
.cooperation-card__subtitle{
    margin: 0 auto 40px auto;
    max-width: 447px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--color-dark-green);
    line-height: 1.2;
}
.cooperation-card__title--srvices{
    margin-bottom: 20px;
}
.services__item__text__result-title{
    font-weight: 500;
    font-size: 18px;
    line-height: 117%;
    color: var(--color-dark-green);
    margin-bottom: 12px;
}
.services__item__text__result{
    padding-top: 27px;
    border-top: 1px solid var(--color-line-gray-background);;
}
.twice_bg .consultation-step__items, .twice_bg .consultation-step__item{
    border-color: var(--color-line-gray-background);;
}
.services__item__text__result{
    margin-bottom: 25px;
}
@media(max-width:1200px){
   
    .consultation-step__item-counter{
        margin-bottom: 43px;

    }
}
@media(max-width:992px){
    .services__item{
        flex-direction: column;
    }
    .consultation{
        padding-top: 0;
    }
    .consultation__left, .consultation__right {
        flex: 0 1 100%
    }
    .consultation-step__item{
        flex: 0 1 50%;
    }
    .consultation-step__items{
        flex-wrap: wrap;
    }
    .consultation-step__item:nth-child(2){
        border-right: none;
        border-bottom: 1px solid  var(--color-line-white-background);
        padding-right: 0;
    }
    .consultation-step__item:nth-child(3){
        padding-left: 0;
    }
    .consultation-step__item:first-child{
        border-bottom: 1px solid  var(--color-line-white-background);;
    }
    .why-consultation__list{
        margin-bottom: 0;
        margin-bottom: 70px;
    }
}
@media(max-width:576px){
    .consultation__table__value {
        font-size: 14px;
    }
    .consultation__table__name{
        font-size: 14px;
    }
    .consultation__table__row--first .consultation__table__name, .consultation__table__row--first .consultation__table__value{
        font-size: 14px;
    }
    .consultation-step__item{
        flex: 0 1 100%;
        border:none;
    }

    .consultation-step__item:nth-child(3){
        border-bottom: 1px solid var(--color-line-white-background);
        padding-left: 30px;
    }
    .consultation-step__item:first-child{
        padding-left: 30px;
    }
}