.uc-services-list .t812__pricelist-item__row_1 {
    border-radius: 5px;
    background-color: #3d3d3d;
    padding: 10px 25px;
    align-items: center;
    min-height: 43px;
}

.uc-services-list  .t812__pricelist-item__title{
    color: rgb(251, 236, 95);
}

.uc-services-list  .t812__pricelist-item__price{
    color: #fff;
    /* display: flex; */
    align-items: center;
    /* border-radius: 5px; */
    /* background-color: #f4f4f4; */
}

.uc-services-list .t812__pricelist-item__row_2 {
    border-radius: 5px;
    background-color: #f4f4f4;
    padding: 10px 25px;
    margin-top: 5px;
}

.uc-main-services .t-item{
    position: relative;
    /* margin-bottom: 40px; */
    overflow: hidden;
    border-radius: 5px;
    height: 255px;
    padding: 0;
}

.uc-main-services .t692__textwrapper{
    padding: 0;
    position: relative;
    background: #0000008f;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.uc-main-services .t692__blockimg {
    position: absolute;
    /* height: 100%; */
    padding-bottom: 100%;
    width: 100%;
    background-size: cover !important;
    /* height: 100%; */
}
.uc-main-services .t692__textwrapper .t-card__title{
    border-radius: 5px;
    /* background-color: #3d3d3d8a; */
    padding: 30px 0 10px;
    margin: 0;
    line-height: 1;
    white-space: nowrap;
}
.uc-main-services .t692__textwrapper .t-card__descr{
    border-radius: 5px;
    /* background-color: #f4f4f4; */
    padding: 0 15px 16px;
    margin-top: 5px;
    position: relative;
    height: 170px;
    overflow: hidden;
    color: #fff;
    display: none;
}
.uc-main-services .t692__textwrapper .t-card__descr:after{
    /* content: ''; */
    width: 100%;
    display: block;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgb(244 244 244) 15%, rgba(0, 0, 0, 0) 100%);
}
.uc-about-block .t-img{
    width: 100%;
    max-width: 260px;
}
.uc-about-reviews{
    border-radius: 25px;
    margin-bottom: -25px;
}
.uc-about-reviews .t-container {
    max-width: 1350px;
}
.uc-about-reviews .t-col_12 {
    margin: 0 auto;
}

.uc-about-reviews .t-card__btn-text {
    pointer-events: none;
    font-size: 15px;
    font-weight: 600;
    padding-left: 4px;
}

.uc-about-reviews .t-card__btn-text:after {
    content: none;
}

.uc-about-reviews .t923__col {
    width: 100% !important;
}
.uc-about-reviews .t-slds__items-wrapper{
    padding-top: 25px !important;
}

.uc-about-reviews .t923__wrapper, .uc-about-reviews .t-slds__item {
    overflow: visible;
}
.uc-about-reviews .t923__textwrapper {
    position: relative;
}
.uc-about-reviews .t923__textwrapper:before {
    content: '';
    position: absolute;
    top: -25px;
    width: 47px;
    height: 41px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='51' height='45' viewBox='0 0 51 45' fill='none'%3E%3Cpath d='M50.4995 0.927646L49.2109 9.86235C46.5763 9.63326 44.4858 10.0914 42.9394 11.2369C41.393 12.3251 40.3334 13.9002 39.7607 15.962C39.2452 17.9666 39.1593 20.2575 39.5029 22.8349H50.4995V44.9139H29.2796V21.9758C29.2796 14.4729 31.0551 8.80279 34.606 4.96545C38.157 1.07083 43.4548 -0.275105 50.4995 0.927646ZM21.7194 0.927646L20.4308 9.86235C17.7962 9.63326 15.7057 10.0914 14.1593 11.2369C12.6129 12.3251 11.5533 13.9002 10.9806 15.962C10.4651 17.9666 10.3792 20.2575 10.7229 22.8349H21.7194V44.9139H0.499512V21.9758C0.499512 14.4729 2.275 8.80279 5.82597 4.96545C9.37695 1.07083 14.6748 -0.275105 21.7194 0.927646Z' fill='%23FBEC5F'/%3E%3C/svg%3E");
}
.uc-about-reviews .t923__content{
    border-radius: 6px;
}
.uc-about-reviews .t-card__descr {
    height: 50px;
    overflow: hidden;
}
.uc-about-reviews .t-card__descr.expanded {
    height: auto;
}
.uc-about-reviews .t-card__descr br{
    display: block;
    height: 10px;
    content: '';
}
.uc-about-reviews .t-expand-btn {
    font-size: 15px;
    margin-top: 10px;
}


@media (max-width: 960px) {
   .uc-main-services .t-card__col{
        margin-bottom: 20px;
    }
.uc-main-services .t692__textwrapper .t-card__descr{
    height: auto;
}
.uc-calculator .t823__col_img{
    display: none !important;
}
.uc-cookies .t657__wrapper{
            padding: 20px 20px;
        text-align: left;
}
.uc-why-we .t920__wrapper {
    padding-left: 0;
}
}