
header.fixed {
    position: fixed;
    box-shadow: 0.5px 0.866px 8px 0 rgb(0 0 0 / 17%);
}

header .menu .menu_item > a {
    font-size: 12px;
}

header .menu .menu_item > a.a_quicktickets {
    background: #d30316;
    padding: 0 5px;
    color: #fff;
}

header .menu .menu_item > a.a_quicktickets:hover span {
    border-color: #fff;
}

.about .block_title.small {
    font-size: 26px;
    font-weight: 600;
    margin: 25px 0;
}

aside img {
    max-width: 100%;
}

.events .list .item .thumb {
    border: 1px dashed #d30316;
}

.more {
    margin-top: 25px;
    text-align: center;
}

.more a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    display: inline-block;
    width: auto;
    margin: 0 5px;
    max-width: 100%;
    height: 32px;
    padding: 0 15px;
    transition: .2s linear;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid rgba(211,3,22,.3);
}

.more a:hover, .more a.active {
    color: #fff;
    border-color: #d30316;
    background: #d30316;
}

.contacts_info.w_100 .feedback {
	width: 100%;
}