.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.mt-5, .my-5 {
    margin-top: 3rem!important;
}
sup {
	top: -0.5em;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.others-block h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 1em 0 0.5em;
    text-align: start;
}
/* ----  card-new  ---- */
.link-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10;
}
.card-new {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
    border: 1px solid #ECECEC;
    flex-direction: column;
    height: 100%;
    background-color: white;
    text-align: left;
    font-family: 'Noto Sans', sans-serif;
}
.card-new:hover {
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
}
.card-new.featured {
    outline: 7px solid #F9CE5F;
    border-color: #F9CE5F;
    position: relative;
}
.card-new.featured:hover {
    box-shadow: 0px 4px 24px rgba(249, 206, 95, 0.7);
}
.card-new.featured::before {
    content: "Ближайшее мероприятие";
    font-size: .8rem;
    color: white;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .02em;
    border-radius: 3px;
    background-color: #F9CE5F;
    padding: .7em .9em .2em;
    position: absolute;
    left: 22px;
    top: -7px;
    z-index: 2;
}
.card-new .image {
    position: relative;
    width: 100%;
    padding-bottom: 51%;
    background-color: #f1f6f5;
    background-position: center;
    background-size: cover;
}
.card-new .tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 22px;
    gap: 10px;
    font-size: 0.75rem;
    line-height: 1em;
    margin-top: -1.2em;
    z-index: 2;
    border-top: 0;
}
.card-new .tags.no-image {
    margin-top: 22px;
}
.card-new .tags .tag {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .02em;
    color: white;
    border-radius: 3px;
    background-color: #454545;
    padding: .7em .9em;
}
.card-new .tags .tag-green {
    background-color: #66C272;
}
.card-new .content {
    padding: 22px;
    margin: 0;
}
.card-new .content .title {
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.2em;
    color: #333;
}
.card-new .content .subtitle {
    color: #7C7C7C;
    margin-top: 1em;
    font-size: 0.9rem;
    line-height: 1.4em;
}
.card-new .meta {
    padding: 22px;
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 5px;
    border-top: 1px solid #ECECEC;
    margin-top: auto;
}
.card-new .meta .meta-item {
    color: #7c7c7c;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.card-new .meta .meta-item .icon {
    width: 1em;
    height: 1em;
    margin-right: 5px;
    vertical-align: middle;
    opacity: .8;
}
/* ----  etacizin  ---- */
.etacizin-header {
    background-color: #842330;
}
.etacizin-header .title {
    font-weight: bold;
    font-size: 2rem;
    padding: 1.5rem 0;
    color: #fff;
}
.etacizin-header .title a {
	color: #fff;
}
/* ----  fenkarol  ---- */
.fenkarol-header {
    background-color: #950852;
}
.fenkarol-header .title {
    font-weight: bold;
    font-size: 2rem;
    padding: 1.5rem 0;
    color: #fff;
}
.fenkarol-header .title a {
	color: #fff;
}
/* ----  video-page  ---- */
.video-page h1.title {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.2em;
    margin: 1em 0 0.5em;
    text-transform: uppercase;
}
.video-page .video-block {
	border-right: 1px solid #f5f5f5;
}
.video-page .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    display: block;
}
.video-page .video-block iframe.youtube-video {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}
@media (min-width: 1200px) {
    .video-description {
        margin-top: 1.5rem;
    }
}
.video-description .single {
    padding: 20px 0;
    border-bottom: 1px solid #f5f5f5;
}
.video-description .single:first-child {
    padding-top: 0;
}
.video-description .single:last-child {
    padding-bottom: 0;
    border: none;
}
.video-description .single .title {
    color: #7c7c7c;
    font-size: 14px;
    margin-bottom: 0.5em;
}
.video-description .single .meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    color: #999;
    border: 0;
    float: none;
}
.video-description .single .meta .icon {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    vertical-align: middle;
    color: #00938b;
}
.video-description .tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.video-description .tags-list .tag-button {
    display: inline-block;
    color: #333333;
    text-decoration: none;
    border: 1px solid #00938b;
    border-radius: 3px;
    padding: 0.2em 0.7em;
}