.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.form-block {
  margin-bottom: 0;
}

.calendar-block, .control-block {
  padding-bottom: 2px;
}

@media screen and (max-width: 479px) {
  .hanger {
    z-index: 3;
    background-color: #f7f7f7;
    border-radius: 16px;
    align-self: center;
    width: 60px;
    height: 5px;
    margin-top: 6px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
  }

  .title-box {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .month-title {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .event-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    overflow: auto;
  }

  .event-list.is-list {
    flex-flow: column;
  }

  .month-box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    flex: none;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    position: relative;
  }

  .location-box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .dates {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    width: 100%;
    min-height: 50px;
    display: flex;
    position: relative;
    overflow: auto;
  }

  .collection-list-wrapper {
    display: none;
  }

  .day-num {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    color: #000;
    background-color: #fff0;
    border-radius: 20px;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  .day-num:active {
    background-color: #ff843c;
  }

  .day-num.w--current {
    background-color: #ff7e0e4d;
  }

  .day-num.start-end-7 {
    color: #fff;
    background-color: #ff843c;
  }

  .day-num.included-7 {
    background-color: #ffe4d3;
  }

  .form-block {
    width: 100%;
  }

  .form-block.date {
    display: none;
  }

  .form {
    width: 100%;
  }

  .scroll-block {
    width: 100%;
    margin-top: -350px;
    padding-top: 100svh;
  }

  .day-week {
    text-align: center;
    width: 100%;
    font-size: 12px;
    line-height: 100%;
  }

  .day-week.start-end-3 {
    line-height: 100%;
  }

  .day-week.hide.date-only-360 {
    display: none;
  }

  .link-block {
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .link-block.included {
    background-color: #ffe4d3;
  }

  .link-block.start-end-4 {
    color: #fff;
    background-color: #ff843c;
  }

  .date-box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    width: 100%;
    min-height: 50px;
    display: flex;
    position: relative;
    overflow: auto;
  }

  .date-box.list {
    flex-flow: column;
    height: 100svh;
    min-height: auto;
  }

  .empty-date.hide {
    display: none;
  }

  .calendar-block {
    z-index: 1;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #fff;
    border-radius: 30px 30px 0 0;
    flex-flow: column;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 24px;
    display: none;
    position: fixed;
    top: 40px;
    left: 0%;
    right: 0%;
    box-shadow: 0 -2px 8px #0000001a;
  }

  .text-field {
    color: #000;
    background-color: #f7f7f7;
    background-image: url('../images/mappin.svg');
    background-position: 16px;
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px #000;
    border-radius: 20px;
    align-items: center;
    height: 50px;
    margin-bottom: 0;
    padding-left: 38px;
    padding-right: 20px;
    font-size: 16px;
    display: flex;
  }

  .text-field:focus-visible, .text-field[data-wf-focus-visible] {
    color: #000;
  }

  .list-item.is-carousel-card {
    flex: none;
    width: 40%;
    height: 100%;
  }

  .list-item.is-row-card {
    flex: none;
    width: 100%;
  }

  .tag {
    color: #000;
    background-color: #f7f7f7;
    border-radius: 60px;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-top: 0;
    font-size: 24px;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  .tag:active {
    background-color: #ff843c;
  }

  .tag.w--current {
    background-color: #ff7e0e;
  }

  .counter {
    color: #ff843c;
    background-color: #ffe4d3;
    border-radius: 16px;
    padding: 6px;
    font-size: 12px;
    line-height: 100%;
  }

  .content-block {
    z-index: 1;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 30px 30px 0 0;
    flex-flow: column;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 280px;
    display: flex;
    position: relative;
    box-shadow: 0 -2px 8px #0000001a;
  }

  .title-block {
    z-index: 2;
    background-color: #fff;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 12px;
    margin-right: 12px;
    padding: 12px 12px 12px 8px;
    position: sticky;
    top: 0;
  }

  .week-box {
    z-index: 2;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    color: #b5b5b5;
    background-image: linear-gradient(#fff 40%, #fff0);
    flex-flow: row;
    width: 100%;
    margin-bottom: -20px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 12px 40px;
    position: sticky;
    top: 0;
  }

  .week-box.hide {
    padding-left: 12px;
    padding-right: 12px;
    display: none;
  }

  .open {
    color: #000;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    transform: rotate(90deg);
  }

  .days-box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    min-height: 56px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    overflow: auto;
  }

  .days-box.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .days-box.none {
    display: none;
  }

  .map-box {
    background-color: #e0e0e0;
    background-image: url('../images/Снимок-экрана-2025-06-21-в-6.49.01-PM.png');
    background-position: 50%;
    background-size: 769px;
    width: 100svw;
    height: 100svh;
    position: fixed;
    inset: 0%;
  }

  .screen {
    letter-spacing: -.03em;
    height: 100svh;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 12px;
    position: relative;
  }

  .bold-m {
    font-size: 14px;
    font-weight: 600;
  }

  .filter-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: flex-start;
    width: 100%;
    min-height: 80px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    position: relative;
    overflow: auto;
  }

  .bold-l {
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
  }

  .bold-l.accent {
    color: #ff843c;
  }

  .day {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    color: #000;
    background-color: #fff0;
    border-radius: 20px;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 50px;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  .day:active {
    background-color: #ff843c;
  }

  .day.w--current {
    background-color: #ff7e0e4d;
  }

  .bold-s {
    font-weight: 600;
    line-height: 100%;
  }

  .bold-s.start-end-11 {
    line-height: 100%;
  }

  .categoty-name {
    font-size: 13px;
    position: absolute;
    top: 66px;
  }

  .control-block {
    z-index: 1;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 30px 30px 0 0;
    flex-flow: column;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 24px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
    box-shadow: 0 -2px 8px #0000001a;
  }

  .open-calendar-btn {
    z-index: 1;
    background-image: linear-gradient(225deg, #fff 55%, #fff0);
    flex-flow: row;
    margin-left: -64px;
    padding: 8px 24px;
    position: sticky;
    bottom: auto;
    right: 0;
  }

  .arrow {
    width: 8px;
  }

  .event-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 110%;
  }

  .event-name.list-card-8 {
    max-width: 160px;
  }

  .event-address {
    opacity: .5;
    width: 100%;
    font-size: 11px;
    line-height: 115%;
    display: block;
    overflow: clip;
  }

  .event-time {
    z-index: 0;
    color: #000;
    background-color: #ffe4d3;
    border-radius: 0 12px;
    margin-left: -12px;
    padding: 4px 8px 4px 16px;
    font-size: 11px;
    line-height: 100%;
  }

  .event-card {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    color: #000;
    border-radius: 24px;
    flex-flow: column;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  .event-card.list-card {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    background-color: #f9f9f9;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 40% 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-height: auto;
    display: grid;
  }

  .event-details {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: space-between;
    align-items: flex-start;
    margin: 4px;
  }

  .event-details.list-card-7 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 140px;
    margin: 8px;
    display: flex;
  }

  .event-date {
    z-index: 1;
    color: #fff;
    background-color: #ff843c;
    border-radius: 0 12px;
    padding: 4px 8px;
    font-size: 11px;
    line-height: 100%;
  }

  .date-time-box {
    flex-flow: row;
    flex: 0 auto;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .date-time-box.list-card-3 {
    inset: auto auto 0% 0%;
  }

  .event-poster {
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border: 1px solid #f7f7f7;
    border-radius: 20px;
    width: 100%;
  }

  .event-about {
    flex: 1;
    margin-bottom: 4px;
    line-height: 120%;
    display: block;
    overflow: hidden;
  }

  .event-about.list-card-9 {
    max-lines: 3;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .event-about.hide {
    display: none;
  }

  .poster-box {
    position: relative;
  }

  .event-date-2 {
    z-index: 1;
    color: #fff;
    background-color: #ff843c;
    border-radius: 0 12px;
    padding: 4px 8px;
    font-size: 11px;
  }

  .event-date-2.list-card-4 {
    font-size: 11px;
  }

  .event-address-2 {
    opacity: .6;
    width: 100%;
    font-size: 11px;
    display: block;
    overflow: clip;
  }

  .event-time-2 {
    z-index: 0;
    color: #000;
    background-color: #ffe4d3;
    border-radius: 0 12px;
    margin-left: -12px;
    padding: 4px 8px 4px 16px;
    font-size: 11px;
  }

  .event-time-2.list-card-5 {
    font-size: 11px;
  }

  #w-node-_98c4a2c3-d0f1-7e60-774c-d027e484b7bd-ace62ad2 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_98c4a2c3-d0f1-7e60-774c-d027e484b7bd-ace62ad2:where(.w-variant-f2219baa-c27e-78a6-2496-d3266a17fef2) {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98c4a2c3-d0f1-7e60-774c-d027e484b7c4-ace62ad2:where(.w-variant-f2219baa-c27e-78a6-2496-d3266a17fef2) {
    align-self: stretch;
  }

  #w-node-_4a2bd8a0-d24a-1dc1-ac0f-b91c133f52b4-ace62ad2 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_4a2bd8a0-d24a-1dc1-ac0f-b91c133f52b4-ace62ad2:where(.w-variant-f2219baa-c27e-78a6-2496-d3266a17fef2) {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4a2bd8a0-d24a-1dc1-ac0f-b91c133f52bb-ace62ad2:where(.w-variant-f2219baa-c27e-78a6-2496-d3266a17fef2) {
    align-self: stretch;
  }

  #w-node-_79cc2a93-f10d-c7d2-c2d3-a871f3526ed5-ace62ad2, #w-node-_79cc2a93-f10d-c7d2-c2d3-a871f3526f76-ace62ad2 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_79cc2a93-f10d-c7d2-c2d3-a871f3527017-ace62ad2 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_79cc2a93-f10d-c7d2-c2d3-a871f35270b8-ace62ad2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_79cc2a93-f10d-c7d2-c2d3-a871f3527159-ace62ad2 {
    grid-area: 1 / 1 / 2 / 6;
  }
}
