.list{display:flex;flex-direction:column;gap:calc(var(--gap)*2)}@media screen and (max-width: 1479px){.list{gap:var(--gap);margin:0 calc(var(--padding-x)*-1)}}@media screen and (max-width: 767px){.list .action-bar{width:100%;justify-content:space-between}}.list-item{display:grid;grid-template-columns:max-content 1fr;gap:calc(var(--gap)*3);width:100%;padding:calc(var(--gap)*3);background:var(--primary-bg-color);border-radius:var(--border-radius-4)}@media screen and (max-width: 1479px){.list-item{border-radius:unset}}@media screen and (max-width: 767px){.list-item{grid-template-columns:1fr;align-items:flex-start}}.list-item--no-photo{grid-template-columns:1fr}.list-item-photo{display:flex;justify-content:center;align-items:center;width:200px;height:150px;border-radius:var(--border-radius-2)}@media screen and (max-width: 767px){.list-item-photo{width:100%;height:auto;aspect-ratio:1.3333333333}}.list-item-photo__image{width:auto;height:auto;max-width:100%;max-height:100%;border-radius:var(--border-radius-2)}@media screen and (max-width: 767px){.list-item-photo__image{width:100%;object-fit:contain}}.list-item__content{display:flex;flex-direction:column;gap:calc(var(--gap)*2)}.list-item__head{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:var(--gap)}@media screen and (max-width: 767px){.list-item__head{flex-direction:column;align-items:flex-start}}.list-item__title{margin:0}@media screen and (max-width: 767px){.list-item__title{width:100%}}.list-item__title a{color:var(--primary-text-color);text-decoration:none}.list-item__title a:hover,.list-item__title a:focus,.list-item__title a:active{text-decoration:underline}.list-item__detail{display:grid;gap:calc(var(--gap)*2)}.list-item-info{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:calc(var(--gap)/2) calc(var(--gap)*2)}.list-item-info__item{display:flex;flex-direction:row;align-items:center;gap:var(--gap)}@media screen and (max-width: 767px){.list-item-info__item{flex-direction:column;align-items:flex-start;gap:calc(var(--gap)/3)}}.list-item-info__item--large{width:100%}.list-item-info__label{color:var(--label-color)}.list-item-meta{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:calc(var(--gap)*1.5) calc(var(--gap)*2)}@media screen and (max-width: 1479px){.list-item-meta{gap:calc(var(--gap)/2) calc(var(--gap)*2)}}@media screen and (max-width: 767px){.list-item-meta{flex-direction:column;align-items:flex-start}}@media screen and (max-width: 767px){.list-item-meta--links{gap:var(--gap) calc(var(--gap)*2)}}.list-item-meta__item{display:flex;flex-direction:row;align-items:center;gap:var(--gap)}.list-item-meta__item--large{width:100%}@media screen and (max-width: 767px){.list-item-meta__item--smartphone-column{flex-direction:column;align-items:flex-start;gap:calc(var(--gap)/3)}}.list-item-meta__label{color:var(--label-color)}.list-item-meta__icon{color:var(--label-color)}.list-item-meta__value--link{color:var(--primary-color);text-decoration:none}.list-item-meta__value--link:hover,.list-item-meta__value--link:focus,.list-item-meta__value--link:active{color:var(--primary-light-color);text-decoration:underline}.events .list-item{align-items:flex-start}.events .list-item-photo{height:auto}.events .list-item__content .action-bar{display:flex;max-width:250px;align-items:center;gap:calc(var(--gap)*2)}@media screen and (max-width: 767px){.events .list-item__content .action-bar{max-width:100%;margin-bottom:0;transform:translateY(0)}}.events .list-item__content--dates-active{display:flex;align-items:center}.events .list-item__content--dates-active-eye{display:flex;align-items:center;margin-left:calc(var(--gap)*2)}@media screen and (max-width: 767px){.events .list-item__content--dates-active{flex-direction:column;align-content:flex-start;align-items:baseline;justify-content:flex-start;font-size:calc(var(--font-size-normal) - 2px);font-weight:400;line-height:var(--h6-line-height)}.events .list-item__content--dates-active-eye{margin-top:var(--gap);margin-left:0;font-size:calc(var(--font-size-normal) - 2px)}}@media screen and (max-width: 767px){.events .list-item__content{display:flex;flex-direction:column-reverse}}.events .action-bar__badge{height:auto;white-space:wrap}@media screen and (max-width: 767px){.events .action-bar__badge{overflow:visible;height:auto;min-height:24px;padding:calc(var(--gap)/2);border-radius:var(--border-radius);background:var(--secondary-bg-color);color:var(--label-color);font-size:calc(12/var(--initial-font-multiplier)*1rem);white-space:normal;word-wrap:break-word}}.events--tabs{display:grid;margin:calc(var(--gap)*3) 0 0 !important}.events--tabs .list-item{display:grid;padding:calc(var(--gap)*4) 0 0;border-radius:0;border-top:1px solid var(--border-color);gap:calc(var(--gap)*3);grid-template-columns:max-content 1fr}.events--tabs .list-item-top .controls{display:none}.events--tabs .list-item-info{display:flex;flex-direction:column;gap:calc(var(--gap)*1.5)}.events--tabs .list-item-photo{width:128px}@media screen and (max-width: 767px){.events--tabs .list-item-photo{width:88px}}
