@font-face {
    font-family: 'Brand-Font-Regular';
    src: url("../fonts/Inter/Inter_18pt-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Brand-Font-Semibold';
    src: url("../fonts/Inter/Inter_18pt-SemiBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
.sl-bg-transparent>div{
    z-index: 2;
}
.sl-elements-api>div:first-child{
    min-height: 100vh;
}
.sl-elements-api>div:first-child>div:first-child{
    position: relative;
    padding-top: 92px;
}
/* опускаем пониже кнопки рядом с объектом Responses */
#Responses+div {
    margin-top: 4px;
}
.highlight{
    box-shadow: inset 0px 0px 19px 30px rgba(255,255,0,1), 0px 0px 19px 0 rgba(255,255,0,1);
}
span[data-test="property-type"]{
    overflow: visible;
}