/*MODYFIKATORY BEM:
.event--content--subcontent - widok imprezy 620px szerokosci
.event--item--mobile - widok RWD (mobilny)
*/

/*Ikona kalendarza*/

@import url("/_style/_partials/calendar_icon.css");
@import url("/_style/imprezy/_partials/favs.css");
@import url("/_style/imprezy/_partials/competitionPlanned.css");

/* Widok imprezy 830px */

.event__item {
    display: flex;
    margin: 0 0 10px 0;
    letter-spacing: -0.04em;
    overflow: hidden;
    align-items: stretch;
    background-color: #fff;
    width: 100%;
}

.event__item:last-child {
    margin: 0px;
}

.event__item__wrapper {
    display: flex;
    align-items: stretch;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.event__item__img {
    width: 185px;
    position: relative;
    display: flex;
    align-items: center;
}

.event__item__img img {
    text-align: center;
    width: 100%;
    height: 185px;
    position: relative;
    z-index: 99;
}

.event__item__canceled {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #ffffffde;
    color: #959595;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.8px;
    pointer-events: none;
    z-index: 99;
    padding: 20px;
    line-height: 1.5;
    font-family: "OpenSans2", Arial, sans-serif;
}

.event__item__canceled .trm {
    background: #959595;
    color: #f7f7f7;
    border-radius: 50px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 35px;
}

.event__item__content {
    padding: 20px 20px;
    font-size: 14px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.event__item__content__contain__admin {
    position: absolute;
    top: 4px;
    left: 18px;
}

.event__item__title__odwolana,
.event__item__title__odwolana:visited {
    padding: 0 0 0 5px;
    color: red;
    font-size: 14px;
}
.event__item__title__odwolana .trm {
    font-size: 10px;
}

.event__item__title__termchange,
.event__item__title__termchange:visited {
    padding: 0 0 0 5px;
    color: red;
    font-size: 14px;
}

.event__item__title {
    font-size: 22px;
    color: #004b90;
    display: block;
    height: auto;
}

.event__item__title:visited {
    color: #696969;
}

.event__item__title:hover {
    color: #004b90;
    text-decoration: none;
}

.event__item__title__name {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 5px;
}

.event__item__title.truncate_title {
    height: 58px;
}

.event__item__title__kids {
    font-size: 18px;
    color: #679bda;
    vertical-align: middle;
}

.event__item__types {
    font-size: 14px;
}

.event__item__types .event__item__types__link {
    color: #d53d82;
}

.event__item__types__link:hover {
    text-decoration: underline;
}

.event__item__types .event__item__types__link--finished {
    color: #c00;
    font-weight: bold;
}

.event__price__info {
    color: #d53d82 !important;
}

.event__item__content__contain__info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.event__item__content__contain__info__calendar {
    white-space: nowrap;
    flex: 1;
}

.event__item__content__contain__info__calendar--distance {
    max-width: calc(100% - 105px);
}

.event__item__content__contain__info__calendar .calendar-icon {
    float: left;
}

.event__item__date {
    color: #363636;
    font-size: 14px;
    text-align: left;
}

.event__item__date__cyclic i {
    vertical-align: bottom;
    color: #ff5b00;
    font-size: 20px;
}

.event__item__location__place {
    font-size: 14px;
    font-weight: bold;
    color: #363636 !important;
}

.event__item__location__place:hover {
    text-decoration: underline;
}

.event__item__location__city {
    font-size: 14px;
}

.event__item__location__address {
    font-size: 14px;
    font-weight: bold;
    color: #363636;
}

.icon-map {
    width: 18px;
    vertical-align: middle;
}

.event__item__right {
    float: right;
    text-align: right;
    margin-left: 20px;
}

.event__item__category {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #363636;
}

.event__item__category i {
    margin-left: 3px;
    font-size: 37px;
    vertical-align: middle;
}

.event--item--category--1,
.event--item--category--1 i {
    color: #6a1b9a;
}

.event--item--category--3,
.event--item--category--3 i {
    color: #5d4037;
}

.event--item--category--2,
.event--item--category--2 i {
    color: #ad1457;
}

.event--item--category--7,
.event--item--category--7 i {
    color: #00bfa5;
}

.event--item--category--5,
.event--item--category--5 i {
    color: #009688;
}

.event--item--category--8,
.event--item--category--8 i {
    color: #ff5722;
}

.event--item--category--6,
.event--item--category--6 i {
    color: #7cb342;
}

.event--item--category--4,
.event--item--category--4 i {
    color: #0288d1;
}

.event__item__category a:visited {
    color: #004b90;
}

.event__item__offers__price {
    text-align: right;
}

.event__price__free {
    float: right;
    text-decoration: none;
    font-size: 13px;
    color: #5f971a;
    margin-top: 20px;
    text-align: center;
}

.event__price__info {
    color: #ff5b00;
}

.ticket-buy {
    border-radius: 2px;
    width: 130px !important;
    box-sizing: border-box;
    text-decoration: none !important;
    font-size: 13px;
    padding: 6px 5px !important;
    margin-top: 20px;
    background: #cc0000 !important;
    text-align: center;
    color: #fff;
}

.where-buy {
    color: #ff5b00;
    font-weight: bold;
}

/* Widok imprezy w sekcji subcontent 620px*/

.recommended-box__title {
    margin: 0 0 10px;
    font-family: "OpenSans2", "OpenSansRegular", arial;
    font-size: 18px;
    color: #363636;
    letter-spacing: -0.8px;
}

.more__box {
    margin: 10px 0;
    display: block;
}

.event--content--subcontent {
    font-size: 0;
    box-shadow: 0px 1px 20px 0px rgba(37, 37, 37, 0.12);
    border-radius: 5px;
    overflow: hidden;
}

.event--content--subcontent.event__item--info--patronat:after {
    width: 140px;
    letter-spacing: 8px;
}

.event--content--subcontent .event__item__img {
    width: 140px;
}

.event--content--subcontent .event__item__img img {
    height: 140px;
}

.event--content--subcontent .event--item--img--patronat a:after {
    font-size: 9px;
    letter-spacing: 11px;
    text-align: center;
}

.event--content--subcontent .event__item__content {
    background: #fff;
}

.event--content--subcontent .event__item__title {
    font-size: 18px;
    line-height: 20px;
}

.event--content--subcontent .event__item__title__name {
    font-size: 21px !important;
    color: #336eb5 !important;
    font-weight: bold;
    border-bottom: 0;
}

.event--content--subcontent .event__item__title.truncate_title {
    height: 26px;
}

.event--content--subcontent .event__item__title i.event__item__title__kids {
    font-size: 14px;
}

.event--content--subcontent .event__item__types {
    font-family: "OpenSans2", "OpenSansRegular", arial;
    letter-spacing: -0.8px;
    font-size: 0 !important;
    height: 18px;
    overflow: hidden;
    line-height: 1;
}

.event--content--subcontent .event__item__types a {
    margin-right: 10px;
    font-size: 13px;
    color: #d73f84 !important;
}

.event--content--subcontent .event__item__types__link {
    white-space: nowrap;
}

.event--content--subcontent .event__item__date {
    font-size: 13px;
}

.event--content--subcontent .event__item__location__place {
    font-size: 13px;
}

.event--content--subcontent .event__item__location__city {
    font-size: 13px;
}

.event--content--subcontent .event__item__location__address {
    font-size: 13px;
}

.event--content--subcontent .event__item__offers__price {
    font-size: 13px !important;
}

.event--content--subcontent .ticket-buy {
    padding: 6px 0px !important;
    margin-top: 5px !important;
    text-align: center !important;
    color: #fff !important;
    width: 80px !important;
    height: 25px;
    font-size: 12px !important;
    line-height: 120%;
    text-transform: uppercase;
    border-radius: 3px;
}

.event--content--subcontent .event__price__label {
    display: none;
}

.event--content--subcontent .event__price__ticket__off {
    width: 120px;
    margin-top: 5px;
}

.event--content--subcontent .event__price__free {
    margin-top: 5px;
}

.event--content--subcontent .event__item__category {
    display: none;
    top: 15px;
    right: 15px;
    width: 145px;
    font-size: 10px;
}

.event--content--subcontent .event__item__category i {
    font-size: 28px;
}

.event--content--subcontent .event__item__img {
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}

.event--content--subcontent .event__item__content__contain__info__calendar,
.event--content--subcontent .event__item__offers {
    font-family: "OpenSans2", "OpenSansRegular", arial;
    letter-spacing: -0.8px;
}

.event--content--subcontent .event__item__offers__price {
    line-height: 150%;
}

.event--content--subcontent .event__item__offers__price strong {
    color: #000;
    white-space: nowrap;
}

.more__box {
    margin-top: -10px !important;
    text-align: right;
}

.more__box__link__arrow {
    color: #d73f84;
}

.event--content--subcontent .event__item__content__contain__info__calendar {
    line-height: 120%;
}

.event--content--subcontent .event__item__date__hour {
    white-space: nowrap;
}

.event__item__opinions {
    margin-left: 5px;
    font-family: "OpenSans2", "OpenSansRegular", arial;
    font-size: 13px;
    font-weight: 400;
    color: #959595;
    white-space: nowrap;
}
.event__item__opinions.event__item__opinions:any-link {
    color: #959595;
}

/* Widok imprezy mobile (RWD)*/

.events-list--mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: stretch;
    gap: 10px;
}
.events-list--mobile > * {
    flex-grow: 1;
    width: 100%;
}
.events-list--mobile + .events-list--mobile {
    margin-top: 10px;
}
.events-list--mobile h3.heading,
.events-list--mobile h3.heading a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-family: "OpenSans2", Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    color: #2f6eb6;
}

.event--item--mobile {
    margin: 0;
    position: relative;
    line-height: 1.2;
    letter-spacing: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

.event--item--mobile + .box {
    margin: 10px 0;
    max-width: 100%;
}

.event--item--mobile .cover-url {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.event--item--mobile .event__item__img {
    width: 88px;
    height: auto;
    min-height: 118px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
}

.event--item--mobile .event__item__img img {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -59px;
    width: 88px;
    height: 118px;
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    z-index: 20;
}

.event__item__img img.img_bg {
    top: 0;
    margin-top: 0;
    height: 100% !important;
    z-index: 10;
    filter: blur(5px);
    position: absolute;
    left: 0;
}

.event--item--mobile .event__item__canceled {
    font-size: 14px;
    letter-spacing: -0.5px;
}

.event--item--mobile .event__item__canceled .trm {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 17px;
}

.event--item--mobile .event--item--img--patronat a:after {
    display: none;
}

.event--item--mobile .event--item--img--patronat a:before {
    background: none;
    border-radius: 3px;
}

.event--item--mobile .wewn {
    display: none;
}

.event--item--mobile .event__item__content {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    min-height: 118px;
    padding: 4px 10px 18px 10px;
    padding-left: 103px;
}

.event--item--mobile .event__item__content__contain {
    max-width: 100%;
    width: 100%;
    overflow: visible;
    margin-top: 6px;
}

.event--item--mobile .event__item__right {
}

.event--item--mobile .event__item__title {
    font-family: "OpenSans2", "OpenSansRegular", arial;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #2f6eb6;
    display: inline;
}

.event--item--mobile .event__item__title__name {
    font-size: 18px;
    margin: 0 0 2px;
}

.event--item--mobile .event__item__opinions {
    display: inline-block;
    font-size: 13px;
    margin: 0;
}

.event--item--mobile .event__item__title:visited {
    color: #696969;
}

.event--item--mobile .event__item__title.truncate_title {
    height: 39px;
}

.event--item--mobile .event__item__title i.event__item__title__kids {
    font-size: 14px;
}

.event--item--mobile .event__item__types {
    font-size: 12px;
    font-family: "OpenSans2", "OpenSansRegular", arial;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.event--item--mobile .event__item__types__link,
.event--item--mobile .event__item__types .comma {
    display: none;
}

.event--item--mobile .event__item__types__link:nth-of-type(1),
.event--item--mobile .event__item__types__link:nth-of-type(2),
.event--item--mobile .event__item__types .comma:nth-of-type(1) {
    display: inline;
}

.event--item--mobile .event__item__types__link--finished + .event__item__types__link ~ * {
    display: none;
}

.event--item--mobile .event__item__date {
    font-size: 13px;
    font-family: "OpenSans2", "OpenSansRegular", arial;
    color: #353535;
    font-weight: normal;
}

.event--item--mobile .event__item__date__hour {
    font-weight: normal;
}

.event--item--mobile .event__item__location {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    margin-top: 2px;
}

.event--item--mobile .event__item__location__place {
    font-size: 13px;
    font-family: "OpenSans2", "OpenSansRegular", arial;
}

.event--item--mobile .event__item__location__city {
    font-size: 13px;
    color: #353535;
    font-family: "OpenSans2", "OpenSansRegular", arial;
    font-weight: normal;
}

.event--item--mobile .event__item__location__address {
    font-size: 13px;
    font-family: "OpenSans2", "OpenSansRegular", arial;
    color: #353535;
}

.event--item--mobile .event__item__distance {
    float: right;
    color: #2f6eb6;
    font-family: "OpenSans2", "OpenSansRegular", Arial, sans-serif;
    position: absolute;
    right: 10px;
    bottom: 0;
}

.event--item--mobile .event__item__content__contain__info {
    box-sizing: border-box;
    margin-top: 15px;
    position: static;
    width: auto;
}

.event--item--mobile .event__item__content__contain__info.no-margin {
    margin-top: 5px;
}

.event--item--mobile.event--has-contests .event__item__content__contain__info {
    margin-top: 7px;
}

.event--item--mobile .event__item__content__contain__info__calendar {
    vertical-align: top;
}

.event--item--mobile .event__item__offers {
    display: none;
}

.event--item--mobile .event__item__mobile__link {
    display: none;
    font-size: 14px;
    position: absolute;
    font-weight: 600;
    bottom: -30px;
    right: 24px;
    background: #fff;
    box-sizing: border-box;
    white-space: nowrap;
    border-radius: 3px;
    text-transform: capitalize;
    padding: 7px 10px;
    box-shadow: 0px 1px 3px #777;
    color: #2f6eb6;
    z-index: 9;
}

.event--item--mobile .event__item__category:hover .event__item__mobile__link {
    display: block;
}

.event--item--mobile .event__item__mobile__link__more {
    font-weight: 400;
    text-transform: lowercase;
    text-decoration: underline;
    color: #2f6eb6;
}
.event--item--mobile .event__item__mobile__link__more:visited {
    color: #2f6eb6;
}

.event--item--mobile .event--item--mobile--link--active {
    display: block;
}

.event--item--mobile .event__item__category {
    display: none;
}

.event--item--mobile .event--item--category--1 i {
    background: #6a1b9a;
}

.event--item--mobile .event--item--category--3 i {
    background: #5d4037;
}

.event--item--mobile .event--item--category--2 i {
    background: #ad1457;
}

.event--item--mobile .event--item--category--7 i {
    background: #00bfa5;
}

.event--item--mobile .event--item--category--5 i {
    background: #009688;
}

.event--item--mobile .event--item--category--8 i {
    background: #ff5722;
}

.event--item--mobile .event--item--category--6 i {
    background: #7cb342;
}

.event--item--mobile .event--item--category--4 i {
    background: #0288d1;
}

.event--item--mobile .event__item__category i {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
    font-size: 23px;
    line-height: 1.1;
    text-align: center;
    color: #fff;
}

.event--item--mobile .event__item__offers__price {
    text-align: left;
}

.event--item--mobile .event__price__info {
    vertical-align: top;
    font-family: "OpenSans2", Arial, sans-serif;
}

.event--item--mobile .kup_bilet_wrap {
    display: inline;
}

.event--item--mobile .ticket-buy {
    width: auto !important;
    border-radius: 5px;
    padding: 3px 6px !important;
    font-family: "OpenSans2", Arial, sans-serif;
    margin: 10px 0 0 0 !important;
    float: right;
    z-index: 99;
    position: relative;
}

.event--item--mobile .event__price__ticket__off {
    width: 120px;
    margin-top: 5px;
}

.event--item--mobile .event__price__free {
    margin-top: 5px;
}

.event--item--mobile .calendar-icon__icon {
    width: 35px;
    height: 38px;
    line-height: 35px;
}

/*Impreza archiwalna*/

/* .event--archive .event__item__content__contain a.name,
.event--archive .event__item__content__contain .event__item__title,
.event--archive .event__item__types__link:not(.event__item__types__link--finished),
.event--archive .event__item__types,
.event--archive .event__item__date,
.event--archive .event__item__location__place,
.event--archive .event__item__location__city,
.event--archive .event__item__location__address,
.event--archive .event__item__date__cyclic,
.event--archive .event__item__date__cyclic i,
.event--archive .event__item__offers__price,
.event--archive .event__price__info,
.event--archive .where-buy,
.event--archive .event__item__offers span,
.event--archive .event__item__offers a {
    color: #333 !important;
} */

.event--archive:not(.event--canceled) .event__item__img img,
.event--archive .event__item__category .trm,
.event--archive .event__item__content__contain > *:not(.event__item__title__name):not(.event__item__types),
.event--archive .event__item__types__link:not(.event__item__types__link--finished),
.event--archive .event__item__content__contain__info,
.event--archive .event__item__title__name > *:not(.event__item__title__odwolana):not(.event__item__title__termchange) {
    opacity: 0.4;
}

.event--archive.event__item--info--patronat:after {
    background: #a8bfdb;
}

.event--archive.event--item--mobile.event__item--info--patronat {
    border-color: #a8bfdb;
}

/*konkurs*/
.event__item__contest-link {
    text-decoration: none !important;
    width: 100%;
}
.event--item--mobile .event__item__contest-link {
    position: relative;
    z-index: 30;
}

.event__item__contest {
    background: #999;
    color: #fff;
    font-size: 18px;
    padding: 8px 15px;
    letter-spacing: -0.3px;
    border-radius: 5px;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.event__item__contest--active {
    background: #23a353;
}

.event__item__contest--upcoming {
    background: #f2a010;
}

.event__item__contest .trm-angle-right {
    font-size: 16px;
    margin-left: 5px;
}

.event__item__contest a {
    color: #fff;
}

.event__item__contest__arrow {
    float: right;
}

.event__item__contest__timer {
    line-height: 1;
    margin-top: 2px;
    float: right;
}

.event__item__contest .trm-clock-to-end {
    float: right;
    margin-left: 10px;
    line-height: 20px;
}

.event__item__contest .trm-clock-to-end::before {
    color: #fff !important;
}

.event__item__contest .TimeToStart {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0;
    display: inline-block;
    text-align: right;
}

.event__item__contest .TimeToStart__time {
    font-weight: bold;
    display: block;
}

.event__item__contest__content {
    padding: 0 10px;
    flex: 1;
}

.event--item--mobile .event__item__contest {
    padding: 6px 7px;
    font-size: 12px;
    font-family: "OpenSans2", Arial, sans-serif;
    letter-spacing: -0.04em;
    margin-top: 10px;
    border-radius: 5px;
}

.event--item--mobile .event__item__contest::after {
    content: "\e92b";
    font-family: "font-trojmiasto";
    float: right;
}

.event--item--mobile .event__item__contest__arrow,
.event--item--mobile .event__item__contest__timer {
    display: none;
}

.event--item--mobile.event--has-contests .event__item__types {
    display: none;
}

.event__item--info {
    position: relative;
}
.event__item--info:after {
    position: absolute;
    padding: 4px 0;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    font-family: "OpenSans2", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 10px;
    min-width: 85px;
    box-sizing: border-box;
    text-align: center;
    z-index: 100;
}

/* p */
.event__item--info--patronat:after {
    content: "patronat";
    color: #fff;
    background-color: #679bda;
    width: 185px;
}
.event--item--mobile.event__item--info--patronat {
    border: 1px solid #679bda;
}
.event--item--mobile.event__item--info--patronat:after,
.related-info-box .event--item--mobile.event__item--info--patronat:after,
.article-content .event--item--mobile.event__item--info--patronat:after {
    top: 0;
    left: 0;
    right: auto;
    z-index: 9;
    width: 88px;
    letter-spacing: 1.2px;
}
.event--item--mobile.event__item--info--patronat .event__item__img {
    width: 88px;
    height: auto;
    min-height: 110px;
    position: absolute;
    top: 18px;
}
/* m */
.event__item--info--mecz:after {
    content: "mecz miesiąca";
    color: #fff;
    background-color: #f85a04;
    width: 185px;
    letter-spacing: 4px;
    font-size: 11px;
}
.event--item--mobile.event__item--info--mecz {
    border: 1px solid #f85a04;
}
.event--item--mobile.event__item--info--mecz:after,
.related-info-box .event--item--mobile.event__item--info--mecz:after,
.article-content .event--item--mobile.event__item--info--mecz:after {
    top: 0;
    left: 0;
    right: auto;
    z-index: 9;
    width: 88px;
    letter-spacing: 0;
}
.event--item--mobile.event__item--info--mecz .event__item__img {
    width: 88px;
    height: auto;
    min-height: 110px;
    position: absolute;
    top: 18px;
}
/* nasza impreza */
.event__item--info--ourEvent:after {
    content: "nasza impreza";
    background: url("/_img/imprezy/mewa.png") 7px center no-repeat;
    color: #fff;
    background-color: #eb7225;
    width: 185px;
    letter-spacing: 5px;
    font-size: 11px;
    padding-left: 27px;
}
.event--item--mobile.event__item--info--ourEvent {
    border: 1px solid #eb7225;
}
.event--item--mobile.event__item--info--ourEvent:after,
.related-info-box .event--item--mobile.event__item--info--ourEvent:after,
.article-content .event--item--mobile.event__item--info--ourEvent:after {
    top: 0;
    left: 0;
    right: auto;
    z-index: 9;
    width: 88px;
    letter-spacing: 0;
}
.event--item--mobile.event__item--info--ourEvent .event__item__img {
    width: 88px;
    height: auto;
    min-height: 110px;
    position: absolute;
    top: 18px;
}
/* r */
.event__item--info--r:after {
    content: "Wyróżnione";
    top: 0;
    left: 0;
    border-top-left-radius: 5px;
    width: 185px;
    border: 1px solid #d53d82;
    color: #fff;
    background: #d53d82;
}
.event--item--mobile.event__item--info--r {
    border: 1px solid #aaa;
}
.event--item--mobile.event__item--info--r:after {
    top: -1px;
    bottom: auto;
    left: -1px;
    right: auto;
    width: 89px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 5px;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-bottom: 0;
    letter-spacing: 1.2px;
    z-index: 9;
}
.related-info-box .event__item--info:after,
.article-content .event__item--info:after {
    padding-left: 8px;
    letter-spacing: 10px;
    width: 140px;
}

.event--has-contests {
    flex-wrap: wrap;
}

.event--has-contests .BoxContest {
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.event__item__shortInfo {
    position: absolute;
    left: 0;
}

@media (max-width: 768px) {
    .event--content--subcontent {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
    .event--content--subcontent .event__item__content {
        box-sizing: border-box;
        width: calc(100% - 88px);
        height: auto;
        display: flex;
        justify-content: space-between;
    }
    .event--content--subcontent .event__item__title {
        padding-right: 55px;
    }
    .event--content--subcontent .event__item__img {
        width: 88px;
    }
    .event--content--subcontent .event__item__img img {
        width: 88px;
        height: 118px;
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
    }
    .event--content--subcontent .event--item--img--patronat a:after {
        letter-spacing: 3px;
    }
    .event--content--subcontent .event__item__content__contain {
        overflow: visible;
    }
    .event--content--subcontent .event__item__content__contain__info {
        position: relative;
        left: 0px;
        top: 0px;
        width: auto;
    }
    .event--content--subcontent .event__item__offers__price {
        width: auto;
        position: relative;
        bottom: 0;
        right: 0;
        padding-left: 10px;
    }
    .event__item--info--patronat:after,
    .related-info-box .event__item--info--patronat:after,
    .article-content .event__item--info--patronat:after {
        padding-left: 0;
        top: 0;
        left: 0;
        right: auto;
        z-index: 9;
        width: 88px;
        letter-spacing: 1.2px;
        z-index: 99;
    }
    .event__item--info--ourEvent:after {
        font-size: 10px;
        background-position: 6px center;
        text-align: left;
        padding-left: 31px;
    }
}
