/*Обязательная часть*/
.t-popup__container {
  border-radius: 15px 15px 15px 15px;
}

/*Для BF501N, BF502N, BF503*/
.t-popup__container > .t-img {
  border-radius: 15px 15px 0px 0px;
}
.t-popup__container > .t1014__wrapper {
  border-radius: 0px 0px 15px 15px;
}

.uc-border .t503__img {
    border-radius: 5px;
}

.uc-border .t772__img {
    border-radius: 15px;
}

.uc-video .t480__blockimg, .uc-video .t-video-lazyload, .uc-video .t-video-lazyload iframe, .uc-video .t1061__video-thumbnail, .uc-video .t1061__video-thumbnail iframe{
border-radius: 15px;
}

.uc-border-radius iframe {
	border-radius: 15px 0 0 15px !important;
}

.uc-video .t121 {
    margin-left: 20px;
    margin-right: 20px;
}

/*Карточки услуги start*/
.uc-services .t858__img{
    width: 45px !important;
    margin-bottom: 0 !important;
    position: absolute !important;
}

.uc-services .t-card__title{
    position: absolute;
    top: 35px;
    left: 95px;
    margin-right: 30px;
}
.uc-services .t-card__descr{
    margin-top: 85px;
    margin-bottom: 20px;
}

.uc-services .t858__col{
    display: flex;
    flex-direction: column;
}

.uc-services .t858__wrap{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-start;
}
.uc-services .t858__btn-container{
    margin-top: auto;
}

/*Карточки услуги end*/