/*Выравнивание текста в карточках доп. услуг*/
.t1069__content {
    text-align: left;
}

/*Размер отступа сверху для потоков*/
.t-feed__post-popup__container {
    padding: 60px 0 !important;
}
@media screen and (max-width: 560px){
.t-feed__post-popup.t-popup_show .t-popup__container.t-popup__container-static {
    padding: 30px 0 !important;
}}

/*Размытие фона поп-апа*/
.t-popup, #rec628677255, #rec629254947 {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

/*Отступы в карточках доп. услуг*/
.t1069 .t-card__uptitle {
    max-width: unset !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.t1069__price, .t1069 .t-card__btn {
    margin-top: 10px !important;
}
.t1069__content {
    padding: 30px !important;
}

/*Редизайн блока "почему выбирают нас"*/
.t844__bgimg {
    margin-right: 25px;
    background-size: contain !important;
    background-position: top !important;
}
@media screen and (max-width: 960px) {
.t844 .t-heading {
    margin-bottom: 10px !important;
    margin-top: 0px !important;
}
.t844__bgimg {
    width: 45px !important;
    height: 45px !important;
}
.t844__col {
    margin-bottom: 30px;
    display: flex;
}}

/*скрываем иконку внутри квиза*/
.t835__quiz-description-title svg {
  display: none;
}

/*Высота окна с квизом*/
@media screen and (min-width: 960px) {
.t835__quiz-wrapper {
    padding-bottom: 0;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}}
.t835__quiz_inner-space, .t835__quiz-form-wrapper {
    padding-bottom: 0 !important;
}
.t835__quiz-form-wrapper {
    padding-top: 20px !important;
}
.t835__btn-wrapper {
    padding-bottom: 30px;
}
.t835__quiz-description {
    padding-top: 20px !important;
    padding-bottom: 25px !important;
}
.t835 .t-form__submit {
    bottom: 30px;
    margin-top: 0 !important;
}
.t-input-group_ta textarea.t-input {
    resize: none !important;
}

/*Отступы сбоку для квиза в мобайле*/
@media screen and (max-width: 640px) {
.t835__col.t-col {
    padding-left: 20px !important;
    padding-right: 20px !important;
}}
.t835__quiz-description-text {
    width: 100% !important;
}

/*Картинки в блоке про законность*/
.t858__bgimg {
    position: relative;
    top: -100px;
    margin-bottom: -80px !important;
}
.t858 .t-section__topwrapper {
    margin-bottom: 100px !important;
}
@media screen and (max-width: 960px) {
.t858__bgimg {
    width: 100px !important;
    height: 100px !important;
    top: -70px;
    right: -80%;
    margin-bottom: -105px !important;
}
.t858 .t-section__topwrapper {
    margin-bottom: 50px !important;
}
.t858__col {
    margin-bottom: 60px;
}}

/* Размер кнопок для квиза в мобайле*/
@media screen and (max-width: 480px) {
.t-btn_sm {
    height: 45px !important;
}}

/*Стрелки для слайдера*/
.prev-slide, .next-slide {
    z-index: 99 !important;
}

/*Настройки квиза*/
.t835__quiz-form-wrapper .t-radio__wrapper {
    column-count: 2;
    column-gap: 10px;
}
.t835__quiz-form-wrapper .t-radio__control:first-child {
    margin: 0 !important;
}
@media screen and (min-width: 480px) and (max-width: 960px) {
.t835__quiz-form-wrapper .t-radio__wrapper {
    column-count: 3;
    column-gap: 10px;
}}

/*Скругление картинки в блоге*/
.t-feed__post-popup__content img, .t-feed__post-popup__relevants-bgimg, .t-feed__col-grid__post-wrapper .t-feed__post-bgimg, .t662__bgimg {
    border-radius: 15px;
}