.live{margin:0;list-style:none}.live__item{margin-bottom:80px}.live__item--passed{color:grey}.live__item:last-child{margin:0}.live__left{margin-bottom:30px}.live__date{font-weight:800;color:var(--yellow-two)}.live__date,.live__place{margin-bottom:15px;font-size:18px}.live__place{font-weight:400}.live__city{font-size:20px;font-weight:800;text-transform:uppercase}.live__tickets{box-sizing:border-box;display:inline-block;width:137px;padding:15px 20px;border:2px dotted var(--yellow-two);outline:none;cursor:pointer;text-align:center;text-transform:uppercase;border-radius:0;font-size:18px;font-family:inherit;font-weight:800;text-decoration:none;text-shadow:none;box-shadow:none;opacity:.9;transition:all .3s}.live__tickets,.live__tickets--passed{background:transparent;color:var(--white-color)}.live__tickets--passed{color:grey;border:2px dotted var(--yellow-two)}@media (min-width:1024px){.live__item{display:flex;justify-content:space-between;align-items:center}.live__left{margin-bottom:0}}@media (hover:hover){.live__item:hover .live__tickets{transform:scale(1.1)}.live__tickets:hover{background:var(--yellow-two);color:var(--black-color);border:2px dotted var(--black-color)}.live__item:hover .live__tickets--passed{transform:none}.live__tickets--passed:hover{background:transparent;color:grey;border:2px dotted var(--yellow-two)}}