.schedule-of-guaranteed-tours-widget-content{
	padding-top: 23rem;
	background-color: #F2F0E7;
}

.main-page .schedule-of-guaranteed-tours-widget-content{
	margin: 0 auto;
	width: 67%;
}

.schedule-of-guaranteed-tours-widget-title{
	font-size: 26rem;
	font-style: normal;
	font-weight: 700;
	line-height: 119.9%;
	color: #000;
}

.schedule-of-guaranteed-tours-month{
	position: relative;
	border-bottom: 2px solid #979797;
	text-align: right;
	height: 74rem;
}

.schedule-of-guaranteed-tours-widget-content div.schedule-of-guaranteed-tours-month{
	text-align: center;
}

.schedule-of-guaranteed-tours-month span{
	position: absolute;
	font-size: 14rem;
	font-style: normal;
	font-weight: 300;
	line-height: 119.9%;
	letter-spacing: 0.7rem;
	text-transform: uppercase;
	top: 28rem;
	right: 7rem;
}

.schedule-of-guaranteed-tours-item{
	border-bottom: 2px solid #979797;
	flex-wrap: nowrap !important;
	align-items: center !important;
	height: 74rem;
}

.schedule-of-guaranteed-tours-item-name{
	padding-left: 7rem;
	text-align: left;
	width: 45%;
}

.schedule-of-guaranteed-tours-item-name *{
	font-family: Inter;
	font-size: 18rem;
	font-style: normal;
	font-weight: 600;
	line-height: 119.9%;
	color: #000;
}

.schedule-of-guaranteed-tours-item-time{
	font-family: Inter;
	font-size: 14rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.28rem;
	text-align: left;
	width: 25%;
	color: rgba(0,0,0,0.70);
}

.schedule-of-guaranteed-tours-options-list{
	width: 28%;
}

.schedule-of-guaranteed-tours-options-list-container{
	position: relative;
}

.schedule-of-guaranteed-tours-options-list-field{
	position: relative;
	padding-right: 23rem;
	width: fit-content;
	cursor: pointer;
}

.schedule-of-guaranteed-tours-options-list-field-text{
	font-family: Inter;
	font-size: 14rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.28rem;
}

.schedule-of-guaranteed-tours-options-list-field-button{
	position: absolute;
	top: 0rem;
	right: 0rem;
	width: 15rem;
	height: 15rem;
	pointer-events: none;
}

.schedule-of-guaranteed-tours-options-list-items{
	position: absolute;
	display: none;
	padding: 4rem 0;
	background-color: rgb(225,225,225);
    box-shadow: 0 10rem 10rem -10rem rgba(0,0,0,0.5);
	max-height: 114rem;
	overflow-y: auto;
	z-index: 1;
}

.schedule-of-guaranteed-tours-options-list-item{
	padding-right: 25rem;
	font-family: Inter;
	font-size: 14rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.28rem;
	white-space: nowrap;
	color: rgba(0,0,0,0.70);
	cursor: pointer;
}

.schedule-of-guaranteed-tours-options-list-item:hover{
	text-decoration: underline !important;
}

.schedule-of-guaranteed-tours-item-price{
	font-family: Montserrat;
	font-size: 18rem;
	font-style: normal;
	font-weight: 600;
	line-height: 119.9%;
	text-align: left;
	width: 14%;
	color: #000;
}

.schedule-of-guaranteed-tours-item-price span{
	font-family: Montserrat;
	font-size: 18rem;
	font-style: normal;
	font-weight: 600;
	line-height: 119.9%;
	color: #00AEEF;
}

.schedule-of-guaranteed-tours-item-group{
	font-family: Inter;
	font-size: 14rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.28rem;
	text-align: right;
	width: 15%;
	color: rgba(0,0,0,0.70);
}

.schedule-of-guaranteed-tours-widget-button{
	margin: 23rem 0;
	border-radius: 6rem;
	border: 1px solid #000;
	font-size: 16rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.96rem;
	width: 300rem;
	height: 61rem;
	flex-shrink: 0;
	color: #000;
}
