@media screen and (max-width: 980px) {
#glazd {
position:absolute;
top:10px;
right:100px;
z-index: 99999;
width:50px;
}
}

@media screen and (min-width: 980px) {
#glazd {
position:absolute;
top:20px;
left:50px;
z-index: 99999;
width:50px;
}
}


.indent-text {
    text-indent: 30px;
}

/* Параметры втяжки для мобилки */
@media screen and (max-width:640px) {
.indent-text {
    text-indent: 10px !important;
}
}


.t-text .t-text_md{
    text-indent: 30px;    
}


.t-redactor__text{
    /*text-indent: 30px;    */
}
