.b-popup[data-v-7bca5eae] {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 1000;
}
.b-popup .b-popup-content[data-v-7bca5eae] {
  margin: 150px auto 0px auto;
  width: 100%;
  height: 100%;
  padding: 50px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
}
@media (max-width: 992px) {
.b-popup-content .burgerMenu-item a[data-v-7bca5eae] {
    font-size: 13px;
    line-height: 30px;
}
}
.close[data-v-7bca5eae] {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 200px;
  right: 80px;
}
@media (max-width: 992px) {
.close[data-v-7bca5eae] {
    right: 50px;
    top: 170px;
}
}

.item {
  display: flex;
  flex-direction: column;
}
.date {
  font-size: 12px;
  margin-left: auto;
  color: #A61F78;
}

[data-v-6847045e]:root {
  --white: hsl(0, 0%, 100%);
  --blue-grey-400: hsl(210, 38%, 95%);
  --blue-grey-100: hsl(210, 38%, 80%);
  --black-400: hsl(0, 0%, 96%);
  --black-300: hsl(0, 0%, 85%);
  --black-200: hsl(0, 0%, 75%);
  --black-100: hsl(0, 0%, 20%);
}
.calendar[data-v-6847045e] {
  background-color: hsl(0, 0%, 100%);
  background-color: var(--white);
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  width: 465px;
  min-height: 363px;
  padding: 30px;
}
.calendar > .top[data-v-6847045e] {
    grid-column: 1 / span 7;
}
.calendar > .ca-header[data-v-6847045e] {
    padding: .75rem;
    font-size: 1.25rem;
    grid-column: 1 / span 7;
    height: 50px;
}
.calendar > .ca-header .header-container[data-v-6847045e] {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
}
.calendar > .ca-header .header-container > span[data-v-6847045e] {
        flex: 1;
        text-align: center;
        text-transform: uppercase;
        font-family: Rubik;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
}
.calendar > .ca-header .header-container .month-subtitle[data-v-6847045e] {
        background-color: white;
        border-radius: 10px;
        text-transform: uppercase;
        font-family: Rubik;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0.02em;
        text-align: left;
        color: #CCD0DA;
}
.calendar > .ca-header button[data-v-6847045e] {
      border: none;
      background: hsl(0, 0%, 100%);
      background: var(--white);
      margin: 0 1rem;
      padding: .25rem .5rem;
}
.calendar > .ca-header button[data-v-6847045e]:hover {
        cursor: pointer;
        background: hsl(0, 0%, 96%);
        background: var(--black-400);
        transition: background 150ms;
}
.title-month[data-v-6847045e] {
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #000A26;
}
.day[data-v-6847045e] {
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: left;
  position: relative;
  left: -1px;
}
.headings-container[data-v-6847045e] {
  grid-column: 1 / span 7;
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.headings-container .headings[data-v-6847045e]:nth-child(6), .headings-container .headings[data-v-6847045e]:nth-child(7) {
    color: #A61F78;
}
.daily[data-v-6847045e] {
  color: #CCD0DA;
  width: 58px;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #CCD0DA;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: left;
}
.current .daily[data-v-6847045e] {
  color: #000A26;
}
.current.dayoff .daily[data-v-6847045e] {
  color: #A61F78;
}
.dayoff .daily[data-v-6847045e] {
  color: #d4a4c4;
}
.headings[data-v-6847045e] {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.day.current.has-event .daily[data-v-6847045e] {
  background: #A61F78;
  color: #fff;
}
.events-list[data-v-6847045e] {
  max-height: 360px;
  overflow-y: auto;
}
.events-list__back[data-v-6847045e] {
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
@media (max-width: 560px) {
.daily[data-v-6847045e], .headings[data-v-6847045e] {
    font-size: 12px;
}
.calendar[data-v-6847045e] {
    padding: 0;
    min-height: auto;
    width: 365px;
}
.daily[data-v-6847045e] {
    width: 53px;
    height: 40px;
}
}

img[data-v-369544ce] {
  height: 100px;
  width: auto;
  border-radius: 5px;
}
.disabled[data-v-369544ce] {
  cursor: not-allowed !important;
}
.swiper-container[data-v-369544ce] {
  width: 100%;
  height: auto;
  margin: 20px 0;
}
.swiper-slide[data-v-369544ce] {
  text-align: center;
  width: auto;
}
.js_left[data-v-369544ce] {
  left: 0;
  top: 50%;
  margin-left: 20px;
  z-index: 100;
  cursor: pointer;
}
.js_right[data-v-369544ce] {
  right: 0;
  top: 50%;
  margin-right: 20px;
  z-index: 100;
  cursor: pointer;
}

