.updateRentService{
    padding-bottom: 50px;
}

.updateRentService .rentTitle .title{
    font-size: 30px;
    font-weight: 700;
    color: #2D2D2D;
}

.updateRentService .rentcatalog-item__top-image {
    border-radius: 10px 0 0 10px;
}

.updateRentService .rentcatalog-item__title {
    color: #2D2D2D;
}

.updateRentService .rentDataIconContainer{
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.updateRentService .rentDataIconContainer .iconText .text{
    font-weight: 400;
    font-size: 13px;
    color: #2D2D2D;
    margin: 0;
}

.updateRentService .addInformation{
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    margin:  20px 0;
    row-gap: 10px;
}

.updateRentService .pointcatalog-itemTop{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 20px;
}

.addInformation .addInformationTitle .title{
    font-size: 16px;
    font-weight: 600;
    color: #2D2D2D;
    margin: 0;
}

.addInformation .addInformationText .text{
    font-size: 13px;
    font-weight: 400;
    color: #2D2D2D;
    margin: 0;
}

.addInformation .addInformationSummary .summary{
    font-weight: 600;
    font-size: 13px;
    color: #2D2D2D;
    margin: 0;
}


.updateRentService .rentcatalog-item__top-slider{
    display: none;
}

.updateRentService .rentcatalog-item__top-image{
    display: block;
}


@media screen and (max-width: 1200px){
    .updateRentService .catalogServicesBlock{
        justify-content: center;
    }
    .updateRentService .rentTitle .title{
        margin: 20px 0;
    }
}

@media screen and (max-width: 991px){
    .updateRentService .addInformation{
        margin: 0;
    }
}

@media screen and (max-width: 550px){
    .catalogServicesBlock .pointCatalogItemServices{
        max-width: 400px;
    }

    .pointcatalog-itemTop img{
        width: 50%;
    }
    .pointCatalogItemContent .addInformation .addInformationTitle .title{
        font-size: 12px;
    }
    .pointCatalogItemContent .addInformation .addInformationText .text{
        font-size: 10px;
    }
    .pointCatalogItemContent .addInformation .addInformationSummary .summary{
        font-size: 10px;
    }
}


@media screen and (max-width: 375px){
    .pointcatalog-itemTop img{
        width: 45%;
    }
}