/* Фон попапа */

.t-popup__container { border-radius: 10px !important; }
.t-popup { backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); } 

/* – Фон попапа – */



/* Слайдер результатов */

.uc-imgslider .t923__content { height: 0px !important; }
.uc-imgslider .t923__bgimg { border-radius: 20px; }
.uc-imgslider .t923__imgwrapper { background-color: #fff0 !important; } 
.uc-imgslider .t923__wrapper { border-radius: 20px; /* border: 3px solid #f7f7f7; */ }

/* – Слайдер результатов – */



/* Маркированный список */

.uc-bult li::before {
    
    content: ''; 
    background-image: url("https://static.tildacdn.com/tild3131-6134-4131-b730-633166346661/Group_1.svg");
    
    width: 16px; height: 16px;
    margin-right: 10px;
    
    top: -1px; display: inline-block; background-size: cover; background-repeat: no-repeat; vertical-align: middle; position: relative;

}

.uc-bult li { margin-left: -18px; }

.uc-bult li { padding-top: 20px !important; padding-bottom: 20px !important; border-bottom: 2px solid #eee; }

/*. uc-bult li:first-child { padding-top: 0px !important; } 

.uc-bult li:last-child { padding-bottom: 0px !important; border-bottom: 0px solid; } */

.uc-bult li::marker { color: #ffffff00 !important; }

.uc-bult s { color: rgb(0 0 0 / 25%); }

/* – Маркированный список – */

/* Маркированный список 2 */

.uc-bult2 li::before {
    
    content: ''; 
    background-image: url("https://static.tildacdn.com/tild3131-6134-4131-b730-633166346661/Group_1.svg");
    
    width: 16px; height: 16px;
    margin-right: 10px;
    
    top: -1px; display: inline-block; background-size: cover; background-repeat: no-repeat; vertical-align: middle; position: relative;

}

.uc-bult2 li { margin-left: -18px; }

.uc-bult2 li { padding-top: 5px !important; padding-bottom: 5px !important; }

.uc-bult2 li:first-child { padding-top: 0px !important; } 

.uc-bult2 li:last-child { padding-bottom: 0px !important; border-bottom: 0px solid; }

.uc-bult2 li::marker { color: #ffffff00 !important; }

.uc-bult2 s { color: rgb(0 0 0 / 25%); }

/* – Маркированный список 2 – */