/* Price Page */

.inner .banner {
	min-height: 800px;
	max-height: 800px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../images/banner_price_big.jpg.webp');
	padding: 0;
}

.inner .banner .wrapper {
	position: relative;
}

.inner .price-order {
	padding: 150px 80px 140px;
	margin-bottom: -170px;
}

.inner .price-order h1 {
	position: relative;
	padding-top: 30px;
	margin-top: 36px;
}

.inner .price-order h1:after {
	content: '';
	width: 154px;
	height: 1px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -77px;
	background: rgba(0,0,0,0.2);
}

.inner .price-order .price-text {
	margin-top: 20px;
}

.inner .price-order .title {
	margin-bottom: 15px;
}

.slide-bottom {
	position: absolute;
	display: flex;
	height: 14px;
	width: 14px;
	bottom: 40px;
	left: 50%;
	margin-left: -7px;
	cursor: pointer;
}

.slide-bottom svg {
	animation: movement-abs 2s infinite;
}

.spec-block-price {
	position: relative;
	background: #fff;
	margin: 10px auto 0;
	padding: 74px 0;
}

.spec-wrap {
	max-width: 1114px;
	width: calc(100% - 44px);
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.spec-title {
	padding: 17px 0 12px;
	border-bottom: 3px solid #E5BB69;
	background-color: #E5BB69;
	font-family: 'Tenor Sans';
	font-size: 25px;
	line-height: 23px;
	text-transform: uppercase;
	letter-spacing: -0.03em;
	width: 371px;
	text-align: center;
	margin-right: 90px;
}

.spec-time {
	font-family: 'Viaoda Libre';
	font-size: 25px;
	line-height: 28px;
	text-align: center;
	width: 300px;
	margin-right: 87px;
}

.spec-price {
	font-family: 'Tenor Sans';
	padding: 0;
	font-size: 35px;
	line-height: 39px;
}

/* price sale */

.spec-sale {
	width: 100%;
	padding: 0 22px;
	margin-top: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #E5BB69;
	height: 57px;
}

.spec-sale span {
	font-family: 'Tenor Sans';
	font-size: 30px;
	line-height: 33px;
	color: #000;
}

.spec-sale span.procent {
	background: #fff;
	border-radius: 21px;
	height: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 22px;
	padding: 0px 22px;
}

/* price conditions */

.price-conditions {
	max-width: 1114px;
	width: calc(100% - 44px);
	margin: 48px auto;
	display: flex;
	justify-content: space-between;
	padding: 0 22px;
}

.block-time,
.block-people {
	width: 33%;
	display: flex;
	align-items: center;
}

.block-people {
	justify-content: flex-start;
}

.block-time {
	justify-content: flex-end;
}

.block-time span,
.block-people span {
	font-family: 'Tenor Sans';
	font-size: 20px;
	line-height: 24px;
	min-width: 140px;
	display: flex;
	margin-right: 15px;
}

.block-time span + span,
.block-people span + span {
	min-width: 137px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Viaoda Libre';
	font-size: 30px;
	line-height: 33px;
	background: #fff;
	border-radius: 25px;
	margin-right: 0;
}

/* conditions */

.block-ofert {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 1114px;
	width: calc(100% - 44px);
	margin: 36px auto 0;
	color: #ABA9A6;
	font-family: 'Tenor Sans';
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}

.block-ofert span {
	margin-bottom: 20px;
	width: 100%;
  max-width: 610px;
}

/* .block-ofert span:nth-child(2),
.block-ofert span:last-child {
	margin-bottom: 0;
} */

/* .block-ofert span:nth-child(2) {
	display: none;
} */

/* conditions */

.conditions-block {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1114px;
	width: calc(100% - 44px);
	margin: 40px auto 50px;
	padding: 46px 22px;
	border: 1px solid rgba(0,0,0,0.4);
}

.conditions-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.conditions-item span {
	font-family: 'Viaoda Libre';
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 8px;
}

.conditions-item span + span {
	font-family: 'Tenor Sans';
	font-size: 35px;
	line-height: 39px;
}

.conditions-block + .btn {
	margin: 0 auto 32px;
	line-height: 1.15;
	min-height: 70px;
	height: auto;
	width: 358px;
	min-width: 358px;
	padding: 16px 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}

/* Tabs */

#total {
	width: 100%;
}

.tabs {
	margin-top: 110px;
	position: relative;
	background: #fff;
	width: 100%;
}

.td_gap {
	height: 10px;
	background: #F4F1ED;
}

.tabs__content {
	display: none;
}
.tabs__content.active {
	display: block;
}
	
.tabs-block {
	margin-top: 0;
	width: 100%;
}

.tabs__caption {
	position: absolute;
	top: -71px;
	left: 50%;
	margin-left: -557px;
	height: 71px;
	width: 100%;
	max-width: 1114px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.tabs__caption li {
	font-family: 'Tenor Sans';
	width: 20%;
	padding: 0 20px;
	height: 71px;
	line-height: 71px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	line-height: 110%;
	color: rgba(0,0,0,0.3);
	cursor: default;
	transition: 0.3s;
}

.tabs__caption li:hover {
	cursor: pointer;
	color: #000;
}

.tabs__caption li.active {
	cursor: default;
	background: #fff;
	color: #000;
	border-radius: 20px 20px 0 0;
}

.tabs__content {
	padding: 71px 0 69px;
	position: relative;
}

.table_div {
	max-width: 1114px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.table_div + .table_div {
  margin: 150px auto 0;
}

.table_div + .table_div::before {
	content: '';
	width: 100%;
	height: 10px;
	display: block;
	background-color: #F4F1ED;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
}

/* .table_div:first-child {
	margin-bottom: 74px;
	padding-bottom: 74px;
} */

/* .table_div:first-child:after {
	content: '';
	width: 100%;
	height: 10px;
	display: block;
	background-color: #F4F1ED;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
} */

.table_div > div {
	width: calc(100% / 3);
	display: flex;
	align-items: center;
	justify-content: center;
}

.table_div > div.td_empty {
	padding: 16px 0 13px;
	border-bottom: 3px solid #E5BB69;
	background-color: #E5BB69;
	font-family: 'Tenor Sans';
	font-size: 24px;
	line-height: 110%;
	text-transform: uppercase;
	letter-spacing: -0.03em;
}

.table_div > div.td_time {
	padding: 12px 0 17px;
	font-family: 'Viaoda Libre';
	font-size: 25px;
	line-height: 28px;
	text-align: center;
	border-bottom: 3px solid #E5BB69;
	border-left: 1px solid rgba(0,0,0,0.2);
}

.table_div > div.td_time:nth-child(2) {
	border-left: 2px solid #E5BB69;
}

.table_div > div.td_date {
	padding: 44px 0 0;
	font-family: 'Viaoda Libre';
	text-transform: uppercase;
	font-size: 25px;
	line-height: 28px;
	text-align: center;
}

.table_div > div.td_price {
	font-family: 'Tenor Sans';
	padding: 44px 0 0;
	font-size: 35px;
	line-height: 39px;
	text-align: center;
	border-left: 1px solid rgba(0,0,0,0.2);
}

/*  calendar-block  */

.calendar-block {
	background: #fff;
	margin-top: 10px;
	padding-top: 84px;
	padding-bottom: 74px;
	font-family: 'Viaoda Libre';
	overflow: hidden;
}

.calendar-block .container {
	max-width: 1114px;
	margin: 0 auto;
}

.calendar-title {
	color: #1C1C1C;
	text-align: center;
	font-family: 'Tenor Sans';
	font-size: 30px;
	font-weight: 400;
	line-height: 120%;
}

.calendar-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 74px;
}

.calendar-days-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.calendar-day-of-the-week,
.calendar-day {
	width: calc((100% / 7) - 2px);
}

.calendar-day-of-the-week {
	color: #1C1C1C;
	font-size: 14px;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
	padding-left: 16px;
	margin-bottom: 10px;
}


.calendar-day {
	border-radius: 10px;
	height: 112px;
	position: relative;
	margin-top: 1px;
}

.calendar-day:nth-child(7n + 6) {
	margin-left: 10px;
}

.calendar-day.inactive-day {
	background: #F4F1ED;
}

.calendar-day.active-day-1 {
	border: 1px solid #E5BB69;
}

.calendar-day.active-day-2 {
	background: #F2DDB4;
}

.calendar-day.active-day-3 {
	background: #E5BB69;
}

.calendar-day.new-year-day {
	background-image: url("/uploads/2023/09/new-year-bg.png");
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: center center;
	border: 1px solid #E5BB69;
}

.calendar-day.inactive-day .calendar-day-number {
	color: #E5BB69;
}

.calendar-day-number {
	font-size: 24px;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
	position: absolute;
	left: 16px;
	top: 14px;
}

.calendar-day-price {
	color: #1C1C1C;
	font-family: 'Tenor Sans';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	position: absolute;
	left: 14px;
	bottom: 13px;
}

.cost-block {
	margin-top: 40px
}

.cost-title {
	color: #1C1C1C;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	line-height: 120%;
}

.cost-items {
	margin-top: 21px;
	border: 1px solid #1C1C1C;
	padding: 48px;
	display: flex;
	justify-content: space-between;
}

.cost-item {
	display: flex;
	position: relative;
}

.cost-marker-1 {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	border: 1px solid #E5BB69;
}

.cost-marker-2 {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: #F2DDB4;
}

.cost-marker-3 {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: #E5BB69;
}

.cost-text {
	color: #1C1C1C;
	font-size: 18px;
	line-height: 120%; 
}

.cost-text-small {
	color: #1C1C1C;
	font-size: 12px;
	line-height: 120%;
}

.cost-text-container {
	margin-left: 21px;
}

.calendar-explanation-mobile {
	display: none;
}

.mobile-calendar-wrapper {
	display: none;
}

.moblle-day-cost {
	display: none;
}

@media (max-width: 1120px) {
	.calendar-block .container {
		max-width: 990px;
	}
}

@media (max-width: 1000px) {
	.calendar-block .container {
		max-width: calc(100% - 24px);
	}
	
	.calendar-day {
		height: 95px;
	}
	
	.calendar-day-price {
		font-size: 12px;
	}
	
	.calendar-day-number {
		font-size: 14px;
	}
	
	.cost-items {
		flex-direction: column;
		border: none;
		padding: 24px;
	}
	
	.cost-item + .cost-item {
		margin-top: 17px;
	}
}

@media (max-width: 768px) {
	
	.calendar-block .container {
    	max-width: calc(100% - 44px);
	}
	
	.calendar-wrapper {
		display: none;
	}
	
	.calendar-title {
		font-size: 22px;
	}
	
	.mobile-calendar-wrapper {
		display: block;
	}
	
	.mobile-calendar-days-of-the-week-container {
		display: flex;
		margin-top: 24px;
	}
	
	.calendar-day-of-the-week {
		color: #B3B1AE;
		text-align: center;
		font-family: Viaoda Libre;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 110%;
		margin-bottom: 0;
	}
	
	.cost-title {
		font-size: 18px;
	}
	
	.calendar-day-price {
		display: none;
	}
	
	.calendar-explanation-mobile {
		display: block;
		color:#1C1C1C;
		text-align: center;
		font-size: 14px;
		line-height: 120%;
		padding-top: 30px;
		position: relative;
	}
	
	.calendar-explanation-mobile::before {
		content: "";
		width: 6px;
		height: 6px;
		transform: rotate(45deg);
		position: absolute;
		top: 14px;
		left: calc(50% - 3px);
		background: #E5BB69;
	}
	
	.calendar-day:nth-child(7n + 6) {
		margin-left: unset;
	}
	
	.calendar-day {
		height: 31px;
		position: static;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 11px;
		border-radius: 4px;
		transition: all 0.16s ease;
		position: relative;
	}
	
	.calendar-day:hover {
		border: 1px solid #1C1C1C;
	}
	
	.calendar-day-number {
		font-size: 18px;
		position: static;
	}
	
	.cost-block {
		margin-top: 35px;
	}
	
	.cost-items {
		padding: 0 0 0 42px;
		margin-top: 20px;
	}
	
	.moblle-day-cost {
		display: block;
		position: absolute;
		top: -40px;
		left: -50px;
		color: #1C1C1C;
		font-family: 'Tenor Sans';
		font-size: 18px;
		font-weight: 400;
		line-height: 110%;
		white-space: nowrap;
		background: #fff;
		border: 1px solid #1c1c1c;
		padding: 10px 26px;
		z-index: 10;
		transition: all 0.16s ease;
		opacity: 0;
		border-radius: 4px;
		pointer-events: none;
	}
	
	.calendar-day:hover .moblle-day-cost {
		opacity: 1;
	}
}

/* Booking Calendar */

.booking-calendar {
  background: #fff;
  padding: 0 0 70px;
}

.booking-calendar .wrapper {
  max-width: 1114px;
  margin: 0 auto;
}

.booking-calendar__title {
  font-size: 22px;
  text-align: center;
  line-height: 1.3;
  max-width: 1154px;
  padding: 0 20px;
  margin: 0 auto 30px;
}

.booking-calendar .simcal-calendar {
  margin: 0 0 25px;
}

.booking-calendar .simcal-default-calendar-light .simcal-ajax-loader {
  background-color: #fff !important;
}

.booking-calendar .simcal-calendar-grid {
  border-collapse: collapse;
}

.booking-calendar .simcal-default-calendar-grid>table thead th.simcal-week-day {
  color: #B3B1AE;
  font-size: 25px;
  font-weight: 400;
  text-transform: lowercase;
  padding: 20px 0 25px;
}

.booking-calendar .simcal-default-calendar-grid>table tbody td {
  height: 1px;
  padding: 0 10px 8px!important;
}

.booking-calendar .simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day:hover {
  background-color: transparent !important;
}

.booking-calendar .simcal-default-calendar-grid .simcal-events>.simcal-event {
  text-align: center;
  border: 0;
  padding: 0;
  margin: 0;
}

.booking-calendar .simcal-default-calendar-grid .simcal-day>div {
  min-height: 64px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #F4F1ED;
  border-width: 3px !important;
  padding: 21px 0 0;
  box-sizing: border-box;
  position: relative;
}

.booking-calendar .simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-number {
  width: 100%;
  background: #F4F1ED;
  position: absolute;
  top: 0;
  left: 0;
}

.booking-calendar .simcal-default-calendar-grid .simcal-events {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.booking-calendar .simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-void {
  background-color: transparent;
}

.booking-calendar__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.booking-calendar__meta span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px
}

.booking-calendar__meta span::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
}

.booking-calendar__meta span:first-of-type::before {
  background: #F4F1ED;
}

.booking-calendar__meta span:last-of-type::before {
  background: #E5BB69;
}

/* Responsive */

@media screen and (max-width: 1280px) {
  .inner .price-order {
    margin-bottom: -180px;
  }
}

@media screen and (max-width: 1100px) {
  .tabs {
    margin-top: 80px;
  }
  .tabs__caption {
    max-width: 990px;
    margin-left: -495px;
  }
  .tabs__caption li {
    font-size: 23px;
  }
  .tabs__content {
    max-width: 990px;
    margin: 0 auto;
  }
  .spec-wrap {
    max-width: 100%;
    width: calc(100% - 44px);
    justify-content: space-between;
  }
  .spec-title {
    margin-right: 15px;
  }
  .spec-time {
    width: auto;
    margin-right: 15px;
  }
  .block-time,
  .block-people {
    width: 140px;
    flex-direction: column;
  }
  .block-time span,
  .block-people span {
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 992px) {
  .inner .price-order {
    padding: 50px 35px;
    margin-top: 80px;
    margin-bottom: 0;
  }
  .inner .price-order h1 {
    order: -1;
    padding-top: 0;
    margin-top: -5px;
  }
  .inner .price-order h1:after {
    content: none;
  }
  .price-conditions {
    margin: 0 auto 34px;
    padding: 48px 0 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .inner .price-order .title {
    padding-top: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .inner .price-order .price-text {
    margin-top: 10px;
  }
  .inner .price-order .price {
    font-size: 30px;
    line-height: 30px;
  }
  .inner .price-order .price small {
    font-size: 20px;
    line-height: 20px;
  }
  .inner .price-order .price-text {
    font-size: 14px;
    line-height: 18px;
  }
  .inner .price-order .price-suffix {
    margin-top: 10px;
  }
  .block-time,
  .block-people {
    flex-direction: initial;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .block-time span:first-child,
  .block-people span:first-child {
    margin: 0 35px 24px 0;
    font-size: 18px;
    line-height: 22px;
  }
  .block-time span + span,
  .block-people span + span {
    font-size: 25px;
    line-height: 28px;
  }
  /* .block-ofert span:nth-child(2) {
    position: relative;
    margin-bottom: 20px;
    display: block;
  }
  .block-ofert span:nth-child(2) sup {
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -80px;
  } */
  .tabs-block {
    display: none;
  }
  .inner .banner .wrapper {
    justify-content: center;
    min-height: 670px;
    max-height: 670px;
    align-items: center;
  }
  .inner .banner {
    min-height: 670px !important;
    max-height: 670px;
    align-items: center;
  }
  .select-block {
    align-items: center;
    flex-direction: column;
    display: flex;
    background: #fff;
    padding: 35px 22px;
  }
  .select-items {
    margin-bottom: 24px;
  }
  #total > div {
    display: none;
    flex-direction: column;
  }
  /* .table_div:first-child:after {
    content: none;
  } */
  .table_div > div {
    width: 33.333%;
  }
  /* .table_div:first-child {
    margin-bottom: 50px;
    padding-bottom: 0;
  } */
  .table_div + .table_div {
    margin: 50px auto 0;
  }
  .table_div + .table_div::before {
    display: none;
  }
  .table_div > div.td_empty {
    padding: 18px 0 13px;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: -0.03em;
  }
  .table_div > div.td_time {
    padding: 35px 25px 35px 0;
    font-family: 'Viaoda Libre';
    font-size: 20px;
    justify-content: flex-end;
    line-height: 22px;
    border-bottom: 0;
    border-left: 0;
  }
  .table_div > div.td_date {
    padding: 16px 0;
    font-size: 20px;
    line-height: 22px;
    border-bottom: 3px solid #E5BB69;
  }
  .table_div > div.td_price {
    padding: 35px 0 35px 0;
    font-size: 25px;
    line-height: 28px;
    height: 92px;
  }
}

@media screen and (max-width: 880px) {
  .spec-block-price {
    padding: 45px 0 20px;
  }
  .spec-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .spec-title {
    width: 250px;
    font-size: 20px;
    line-height: 22px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .spec-time,
  .spec-price {
    width: 100%;
    margin: 15px 0;
    text-align: center;
  }
}

@media screen and (max-width: 820px) {
  .conditions-block {
    flex-direction: column;
    padding: 30px;
    margin: 40px auto 36px;
  }
  .conditions-item {
    flex-direction: initial;
    justify-content: space-between;
  }
  .conditions-item span {
    font-size: 20px;
    line-height: 22px;
    margin: 8px 0;
  }
  .conditions-item span + span {
    font-size: 22px;
    line-height: 24px;
    width: 42%;
  }
  .conditions-block + .btn {
    margin: 0 auto;
    width: 330px;
    min-width: 330px;
  }
}

@media screen and (max-width: 769px) {
  .spec-sale {
    height: auto;
    padding: 8px 22px;
  }
  .spec-sale span {
    font-size: 23px;
    line-height: 24px;
  }
  .spec-sale span.procent {
    padding: 0 21px;
    height: 36px;
  }
}

@media screen and (max-width: 599px) {
  .booking-calendar .simcal-default-calendar-grid>table tbody td {
    padding: 0 5px 8px!important;
  }
  .booking-calendar .simcal-default-calendar-grid .simcal-day>div{
    min-height: 34px !important;
    border: 3px solid transparent;
  }
  .booking-calendar .simcal-default-calendar-grid .simcal-day.simcal-day-has-events>div {
    background-color: #e5bb69;
    border-color: #e5bb69;
  }
  .booking-calendar .simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-number {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .booking-calendar .simcal-default-calendar-grid .simcal-events-dots {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .booking-calendar .simcal-default-calendar-grid .simcal-events-dots b {
    display: none !important;
  }
}

@media screen and (max-width: 560px) {
  .spec-sale {
    flex-direction: column;
  }
  .spec-sale span.procent {
    margin-right: 0;
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 520px) {
  .table_div > div.td_empty {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .spec-sale span {
    font-size: 18px;
    line-height: 20px;
  }
  .spec-sale span.procent {
    height: 28px;
  }
}

@media screen and (max-width: 360px) {
  .table_div > div.td_empty {
    font-size: 16px;
  }
}

@media screen and (min-width: 993px) {
  .tabs-block {
    display: flex;
  }
  .select-block {
    display: none;
  }
  .inner .banner .wrapper {
    align-self: flex-end;
  }
  .slide-bottom {display: none;}
}


.main-container {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.main-calendar {
	margin-bottom: 40px;
	font-family: "Tenor Sans", sans-serif;
	font-weight: 400;
	display: grid;
	grid-row-gap: 4px;
	grid-template-columns: 1fr;
}
.main-calendar__row {
	display: grid;
	row-gap: 4px;
	column-gap: 4px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.main-calendar__week-day {
	color: #B3B1AE;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	font-family: "Viaoda Libre", sans-serif;
	padding: 0 5px 10px 5px;
}
.main-calendar__sell {
	color: #B3B1AE;
	aspect-ratio: 1/1;
	height: 100%;
	padding: 4px;
	border-radius: 4px;
	position: relative;
	background-color: #F4F1ED;
	border: 1px solid #F4F1ED;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-calendar__sell--low {
	color: #1C1C1C;
	border-color: #E5BB69;
	background-color: white;
}
.main-calendar__sell--medium {
	color: #1C1C1C;
	border-color: #F2DDB4;
	background-color: #F2DDB4;
}
.main-calendar__sell--high {
	color: #1C1C1C;
	background-color: #E5BB69;
	border-color: #E5BB69;
}
.main-calendar__sell--last {
	color: #B3B1AE;
	background-color: #F4F1ED;
}
.main-calendar__day {
	z-index: 10;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	font-stretch: 50%;
	text-align: center;
	position: relative;
	font-family: "Viaoda Libre", sans-serif;
	text-transform: uppercase;
	font-variation-settings: "wght" 400;
}
.main-calendar__price {
	display: none;
}
.main-calendar__notice {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	margin-top: 30px;
	display: flex;
	row-gap: 10px;
	flex-direction: column;
}
.main-calendar__legend {
	display: flex;
	column-gap: 20px;
	align-items: center;
}
.main-calendar__color {
	width: 44px;
	height: 44px;
	color: white;
	border-radius: 4px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	font-stretch: 50%;
	text-align: center;
	text-transform: uppercase;
	font-family: var(--font-secondary);
	font-variation-settings: "wght" 700;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
}
.main-calendar__info {
	margin-top: 40px;
	display: flex;
	row-gap: 10px;
	flex-direction: column;
}
@media (min-width: 768px) {
	.main-calendar__week-day {
		padding-left: 14px;
		text-align: left;
	}
	.main-calendar__day {
		font-size: 28px;
		line-height: 32px;
		font-family: "Bebas";
	}
}
@media (min-width: 992px) {
	.main-calendar__week-day {
		font-size: 16px;
		line-height: 20px;
		padding-left: 8px;
		text-align: left;
	}
	.main-calendar__sell {
		color: #1C1C1C;
		padding: 10px;
		height: 112px;
		aspect-ratio: inherit;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
	}
	.main-calendar__sell--last {
		color: #1C1C1C;
		background-color: white;
		border-color: #E5BB69;
	}
	.main-calendar__sell--last:before {
		top: 50%;
		left: 50%;
		content: "";
		transform: translate(-50%, -50%);
		z-index: 1;
		width: 113px;
		height: 72px;
		position: absolute;
		background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTEzJyBoZWlnaHQ9JzcyJyB2aWV3Qm94PScwIDAgMTEzIDcyJyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGQ9J00xMy4xODI2IDQxLjc0OUwxNC4yMjU2IDQzLjU0NjlMMTQuNTE0NiA0NC4wMTM3QzE2LjAwMzYgNDYuMzIgMTguMDg2MyA0OC4yMDMyIDIwLjYwMzUgNDkuNDk3MUgyMC42MDI1TDIyLjcyNTYgNTAuNTcxM0wyMy42MDc0IDUxLjAxNzZMMjIuNzI1NiA1MS40NjM5TDIwLjYwMDYgNTIuNTM5MUwyMC41OTk2IDUyLjUzODFDMTcuOTEzMSA1My45MTk3IDE1LjY5MzIgNTUuOTcxOSAxNC4yMjY2IDU4LjQ1MTJMMTMuMTgyNiA2MC4yNTFMMTIuNzUgNjAuOTk3MUwxMi4zMTc0IDYwLjI1MUwxMS4yNzE1IDU4LjQ0NzNWNTguNDQ2M0M5Ljg5NTMgNTYuMDg5MyA3Ljg4NjUxIDU0LjE0MTYgNS40MDIzNCA1Mi43NzA1TDQuODk5NDEgNTIuNTAzOUwyLjc3NDQxIDUxLjQyODdMMS44OTI1OCA1MC45ODI0TDIuNzc0NDEgNTAuNTM2MUw0Ljg5OTQxIDQ5LjQ2MDlDNy41ODYwNSA0OC4wNzk0IDkuODA2NzMgNDYuMDI4MyAxMS4yNzM0IDQzLjU0ODhMMTIuMzE3NCA0MS43NDlMMTIuNzUgNDEuMDAyOUwxMy4xODI2IDQxLjc0OVonIHN0cm9rZT0nI0U1QkI2OScvPjxwYXRoIGQ9J005MC40Mjk3IDcuNzQ0MTRMOTIuNTcxMyAxMS4zNDU3Qzk1LjcwMzYgMTYuNDY0NSAxMDAuMjY4IDIwLjYzMjEgMTA1Ljg2IDIzLjQzNTVMMTEwLjIyMSAyNS41ODU5TDExMS4xMzEgMjYuMDM1MkwxMTAuMjIxIDI2LjQ4MzRMMTA1Ljg2MSAyOC42MzM4TDEwNS44NiAyOC42MzI4QzEwMC4yNjUgMzEuNDM3OCA5NS42MzQzIDM1LjYwNyA5Mi41NzMyIDQwLjY1MjNMOTAuNDI5NyA0NC4yNTU5TDkwIDQ0Ljk3ODVMODkuNTcwMyA0NC4yNTU5TDg3LjQyNDggNDAuNjQ4NFY0MC42NDc1Qzg0LjM2MjQgMzUuNTMyNyA3OS44IDMxLjM2NjYgNzQuMTM4NyAyOC41NjM1TDY5Ljc3OTMgMjYuNDE0MUw2OC44NjkxIDI1Ljk2NThMNjkuNzc5MyAyNS41MTY2TDc0LjEzODcgMjMuMzY2MkM3OS43MzQ0IDIwLjU2MTIgODQuMzY1NiAxNi4zOTMxIDg3LjQyNjggMTEuMzQ3N0w4OS41NzAzIDcuNzQ0MTRMOTAgNy4wMjE0OEw5MC40Mjk3IDcuNzQ0MTRaJyBzdHJva2U9JyNFNUJCNjknLz48cGF0aCBkPSdNNDcuMTgwNyAxLjc0NTEyTDQ3LjczOTMgMi42OTE0MUg0Ny43NDAyQzQ4LjUyNTQgMy45ODEyNCA0OS42NzA1IDUuMDM0NDQgNTEuMDc4MSA1Ljc0NDE0TDUyLjIyMTcgNi4zMTE1Mkw1My4xMjYgNi43NTg3OUw1Mi4yMjE3IDcuMjA3MDNMNTEuMDc4MSA3Ljc3NDQxQzQ5LjY2NzMgOC40ODU3MSA0OC41MDYxIDkuNTM5MjggNDcuNzQxMiAxMC44MDY2TDQ3LjE4MDcgMTEuNzU0OUw0Ni43NSAxMi40ODE0TDQ2LjMxOTMgMTEuNzU0OUw0NS43NTY4IDEwLjgwMjdWMTAuODAzN0M0NS4wMzg2IDkuNTk3NyA0My45ODkgOC41OTc2MSA0Mi42ODU1IDcuODkyNThMNDIuNDIxOSA3Ljc1NTg2TDQxLjI3ODMgNy4xODg0OEw0MC4zNzQgNi43NDEyMUw0MS4yNzgzIDYuMjkyOTdMNDIuNDIxOSA1LjcyNTU5QzQzLjgzMjcgNS4wMTQyOSA0NC45OTM5IDMuOTYwNzIgNDUuNzU4OCAyLjY5MzM2TDQ2LjMxOTMgMS43NDUxMkw0Ni43NSAxLjAxODU1TDQ3LjE4MDcgMS43NDUxMlonIHN0cm9rZT0nI0U1QkI2OScvPjxwYXRoIGQ9J003Ni4xODI2IDYzLjc0OUw3Ni41MjgzIDY0LjM0NDdMNzYuNzEzOSA2NC42MzI4Qzc3LjE2OTIgNjUuMjg2MSA3Ny43ODI4IDY1LjgyMzMgNzguNTE2NiA2Ni4yMDEyTDc5LjIyNTYgNjYuNTU5Nkw4MC4xMDc0IDY3LjAwNTlMNzkuMjI1NiA2Ny40NTIxTDc4LjUxNzYgNjcuODEwNUw3OC41MTY2IDY3LjgwOTZDNzcuNjc0NCA2OC4yNDMxIDc2Ljk4MzkgNjguODg1IDc2LjUyOTMgNjkuNjUzM0w3Ni4xODI2IDcwLjI1MUw3NS43NSA3MC45OTcxTDc1LjMxNzQgNzAuMjUxTDc0Ljk2OTcgNjkuNjUxNEw3NC43ODgxIDY5LjM2NDNDNzQuNDA0NiA2OC44MDU5IDczLjg5ODUgNjguMzMxOCA3My4yOTMgNjcuOTY5N0w3Mi45ODI0IDY3Ljc5ODhMNzIuMjc0NCA2Ny40NDA0TDcxLjM5MjYgNjYuOTk0MUw3Mi4yNzQ0IDY2LjU0NzlMNzIuOTgyNCA2Ni4xODk1QzczLjgyNDggNjUuNzU1OSA3NC41MTYxIDY1LjExNTEgNzQuOTcwNyA2NC4zNDY3TDc1LjMxNzQgNjMuNzQ5TDc1Ljc1IDYzLjAwMjlMNzYuMTgyNiA2My43NDlaJyBzdHJva2U9JyNFNUJCNjknLz48L3N2Zz4=");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
	}
	.main-calendar__price {
		z-index: 10;
		font-size: 16px;
		line-height: 18px;
		position: relative;
		display: block;
		white-space: nowrap;
	}
}
@media (min-width: 1200px) {
	.main-calendar__sell {
		height: 112px;
	}
	.main-calendar__day {
		font-size: 28px;
		line-height: 32px;
	}
	.main-calendar__price {
		font-size: 20px;
		line-height: 20px;
	}
}
.main-legend {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 20px;
	margin-top: 60px;
	font-family: "Tenor Sans", sans-serif;
	display: flex;
	row-gap: 10px;
	flex-direction: column;
}
.main-legend__item {
	display: flex;
	column-gap: 30px;
	align-items: center;
}
.main-legend__color {
	width: 48px;
	height: 36px;
	border-radius: 4px;
	flex-shrink: 0;
}
@media (min-width: 992px) {
	.main-legend {
		display: none;
	}
}

.main-info {
	width: 100%;
	font-family: "Tenor Sans", sans-serif;
}
.main-info__header {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	margin-bottom: 20px;
}
.main-info__content {
	text-align: center;
	display: flex;
	row-gap: 10px;
	flex-direction: column;
}
.main-info__body {
	display: flex;
	row-gap: 10px;
	flex-direction: column;
}
.main-info__title {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
}
.main-info__notice {
	font-size: 12px;
	line-height: 14px;
}
.main-info__text {
	font-size: 12px;
	line-height: 14px;
	display: none;
}
.main-info__text ul li {
	padding-left: 20px;
	position: relative;
}
.main-info__text ul li:before {
	top: 0;
	left: 8px;
	content: "•";
	position: absolute;
}
@media (min-width: 768px) {
	.main-info__header {
		font-size: 24px;
		line-height: 29px;
		margin-bottom: 20px;
	}
	.main-info__content {
		column-gap: 40px;
		align-items: center;
		flex-direction: row;
		justify-content: center;
	}
	.main-info__title {
		font-size: 18px;
		line-height: 22px;
	}
	.main-info__notice br {
		display: none;
	}
}
@media (min-width: 1200px) {
	.main-info__content {
		padding: 40px;
		text-align: left;
		border: 1px solid #1C1C1C;
	}
	.main-info__text {
		display: block;
	}
}

.main-header {
	font-size: 22px;
	color: #1C1C1C;
	font-family: "Tenor Sans", sans-serif;
	line-height: 26px;
	text-align: center;
	margin-bottom: 30px;
}
@media (min-width: 768px) {
	.main-header {
		font-size: 30px;
		line-height: 3.6px;
		margin-bottom: 60px;
	}
}

/* Custom Fix for Select2 on Mobile */
@media screen and (max-width: 992px) {
  .block-people select[name=game] + .select2-container--default .select2-selection--single {
      border: 1px solid rgba(0,0,0,0.4) !important;
      border-radius: 25px !important;
      height: 54px !important;
      display: flex !important;
      align-items: center !important;
      font-family: 'Tenor Sans', sans-serif !important;
  }
  .block-people select[name=game] + .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 54px !important;
      right: 15px !important;
  }
  .block-people select[name=game] + .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 54px !important;
      padding-left: 25px !important;
      padding-right: 35px !important;
      font-size: 18px !important;
      color: #000 !important;
  }
  .block-people .select2-container {
      width: 100% !important;
      max-width: 300px !important;
      margin: 0 auto !important;
  }
  .price-conditions {
      flex-direction: column;
      gap: 20px;
      align-items: center;
  }
  .block-people, .block-time {
      width: 100%;
      justify-content: center;
  }
}

