@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin: 0 20px;
  font-family: "RoadUA", Arial, sans-serif;
  color: #585964;
}

h2.title {
  font-family: "GothamPro", Arial, Helvetica, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 94%;
  letter-spacing: -3%;
  text-transform: uppercase;
  margin-bottom: 32px;
  grid-column: 3/-1;
  grid-row: 1;
  max-width: 645px;
}
h2.title em {
  font-family: "road", Arial, sans-serif;
  font-weight: 800;
}

.content {
  grid-column: 3/11;
  grid-row: 2;
}

.location {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.location img {
  width: 44px;
  height: 44px;
}
.location .info {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
}
.location .info__title {
  font-weight: 700;
}

.list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-bottom: 24px;
  row-gap: 15px;
}

.card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  padding-bottom: 32px;
  background-image: url("https://static.tildacdn.com/tild3531-3966-4532-b731-363039656636/card-default-backgro.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position-y: top;
  aspect-ratio: 307/262;
  justify-content: space-between;
}
.card.center {
  background-image: url("https://static.tildacdn.com/tild6335-3736-4437-b335-336664396561/card-center-backgrou.png");
}
.card.petrogradka {
  color: white;
  background-image: url("https://static.tildacdn.com/tild3731-3837-4732-a430-643236303638/card-petrogradka-bac.png");
}
.card.petrogradka .info .buy-button {
  color: white !important;
}
.card.petrogradka .info .canceled-text {
  color: white !important;
}
.card .date {
  display: flex;
  flex-direction: column;
}
.card .date span {
  text-transform: uppercase;
}
.card .date .week-day {
  opacity: 0.5;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 4px;
}
.card .date .day-number {
  font-family: "GothamPro", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 94%;
  letter-spacing: -3%;
  margin-bottom: 8px;
}
.card .date .month-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
}
.card .info .time {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.card .info .time img {
  width: 44px;
  height: 44px;
}
.card .info span.time {
  margin-bottom: 0;
}
.card .info .buy-button {
  color: #585964;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #585964 !important;
  text-decoration: none !important; /* убираем реальное подчёркивание */
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
  transition: background-size 0.3s ease;
}
.card .info .buy-button:hover {
  background-size: 0% 1px;
}
.card .info .canceled-text {
  text-transform: uppercase;
  color: #585964 !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

@media (max-width: 1440px) {
  .container {
    grid-template-columns: repeat(36, 1fr);
  }
  h2.title {
    grid-column: 6/-1;
  }
  .content {
    grid-column: 6/31;
  }
  .list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 980px) {
  .container {
    grid-template-columns: repeat(8, 1fr);
  }
  .content {
    grid-column: 1/-1;
  }
  h2.title {
    max-width: 100%;
    font-size: 40px;
    grid-column: 1/-1;
  }
  .location {
    grid-column: 2/-1;
  }
  .list {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .container {
    margin: 0 24px;
    grid-template-columns: repeat(4, 1fr);
  }
  h2.title {
    grid-column: 1/-1;
  }
  .content {
    grid-column: 1/-1;
  }
}
@media (max-width: 500px) {
  .container {
    margin: 0 16px;
  }
  .location {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }
  .location .info {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    gap: 2px;
  }
  .location .info__title {
    font-weight: 700;
  }
  .card {
    padding: 7px;
    padding-bottom: 16px;
  }
  .card .date .week-day {
    font-size: 11px;
  }
  .card .date .day-number {
    font-size: 52px;
  }
  .card .date .month-name {
    font-size: 12px;
  }
  .card .info .time {
    font-size: 20px;
  }
  .list {
    margin-bottom: 24px;
  }
}