/*Добавляем  скругления углов у аккардеона*/
    .t668__wrapper {
    border-radius: 15px;
}

/*Добавляем  скругления углов у карточек преимуществ в ЖК*/
    .t772__bgimg{   
        border-radius: 10px !important;    /*Радиус скругления у блока*/
        overflow: hidden; /*Используется для некоторых блоков, к которым не применяется скругление*/
        /*Если нужно скруглить углы, каждый по отдельности, то используйте вместо одного значения четыре,
        написав их через пробел, например 20px 30px 10px 50px*/
    }

/*Уменьшаем отступы в заголовке ЖК*/
    .t995__descr.t-descr.t-descr_lg {
    padding: 20px 0 20px;
}


/*трекинг у надзаголовка статей на главной*/
.t772__content .t-card__uptitle {
    letter-spacing: normal;
}

/*Скрыла цену в блоках с миниатюрами ЖК*/
.t951 .t-store__card__price {
    display: none;
}

/*Уменьшила отступы между карточками в блоках с миниатюрами ЖК*/
.t951 .t-clear {
    margin-bottom: 40px !important;
}

/*Скрытие цен в Смотрите все новостройки Благовещенска*/
.t778 .js-store-price-wrapper {
    display: none;
}

/*Уменьшила отступ перед кнопкой в карточках с ЖК*/
.t951 .t-store__card__btns-wrapper {
    margin-top: 5px !important;
}

/*Стилизация фактоидов после акций на главной*/
.t491 .t-card__col {
    padding: 15px 10px;
    background-color: #f7f7f7;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 20px !important;
}

/*Скругление углов у фото на карточках товаров*/
.t951 .t-store__card__imgwrapper {
    border-radius: 10px;
    overflow: hidden;
}

/*Скругление углов у серой плашки с фильтрами*/
.t951 .js-store-parts-select-container {
    border-radius: 10px;
}


/*Стилизайция блока в ЖК про как купть квартиру в жк*/
    .uc-pokupka .t853__separator {
    display: none;
}


.uc-pokupka .t853__container .t853__col {
    /*outline: solid 1px #6E827F;*/
    background-color: white;
    border-radius: 10px;
    padding: 20px 15px;
    box-sizing: border-box; 
    width: 100% !important;
    max-width: 100% !important;
}

@media screen and (min-width:961px){
.uc-pokupka .t853__container .t853__col:nth-child(2) {
    grid-column: 2/4;
}
.uc-pokupka .t853__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.uc-pokupka .t853__container .t853__col {
    margin: 0 !important;
}
}

@media screen and (max-width:960px){
    .uc-pokupka .t853__container .t853__col {
    margin: 0 0 0 20px !important;
}
}


/*Стилизайция блока в ЖК про как купть квартиру в жк*/


/*Стилизация разделов в фильтрах*/

.t951__sidebar-wrapper .js-store-parts-switcher {
    font-size: 14px !important;
    font-weight: 400;
    outline: solid 1px #dadada;
    background-color: white;
    padding: 3px 4px;
    box-sizing: border-box;
    border-radius: 5px;
}

@media screen and (max-width:960px){
.t951__sidebar-wrapper .t-store__parts-switch-wrapper {
    margin-bottom: 0 !important;
}


.t951__cont-wrapper .js-store-parts-switcher {
    margin: 0 5px 13px 0;
}
}

/*Стилизация элементов, чекбоксов в фильтрах*/
.t951__sidebar-wrapper .t-checkbox__indicator {
    border-radius: 4px;
}

.t951__sidebar-wrapper .t-store__filter__range_bg {
    background-color: #6E827F;
}

input.t-store__filter__input.js-store-filter-pricemin {
    border-radius: 4px;
}

input.t-store__filter__input.js-store-filter-pricemax {
    border-radius: 4px;
}
/*Стилизация элементов, чекбоксов в фильтрах*/

/*уменьшение отступа перед пагинацией в карточках с жк*/
@media screen and (max-width:960px){
.t951 .t-store__pagination {
    margin-top: 0px !important;
}
}