.block .block-content.slider .block-item-name {
    overflow: visible;
	line-height: 1.5;
}
.block .block-content.slider .block-item-name * {
	line-height: inherit;
}

.header-actions-wrap {
    display: inline-flex;
    gap: 10px;
}

.hidden {
    display: none !important;
}

.pull-left {
    float: left!important;
}
.pull-right {
    float: right!important
}
.clearfix:after,
.clearfix:before {
    display: table;
    content: " "
}

.mibok-wrapper-timetable .container {
    width: 100%;
    max-width: 100%;
}

div#contacts {
    position: relative;
}

div#contacts iframe {
    position: absolute;
    inset: 0;
}