.js-select-list {
    max-height: 300px;
    overflow-y: scroll;
}

.offer-modal__tabs-item_next:hover {
    cursor: pointer;
}

.button--disabled {
    color: #ffffff !important;
    background: #a6a6a6 !important;
}

.tt-suggestion {
    color: black;
}

@media (max-width: 575.98px) {
	.search__form .tt-menu {
		width: 100%;
	}
}

.top-button{
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background-color: white;
	border: 2px solid #0953B8;
	border-radius: 6px;
	-webkit-box-shadow:  0 0 0 1px #FFFFFF, 0 4px 16px 0 rgba(0,0,0,0.10), 0 1px 1px 0 rgba(0,0,0,0.10);
	-moz-box-shadow:  0 0 0 1px #FFFFFF, 0 4px 16px 0 rgba(0,0,0,0.10), 0 1px 1px 0 rgba(0,0,0,0.10);
	box-shadow: 0 0 0 1px #FFFFFF, 0 4px 16px 0 rgba(0,0,0,0.10), 0 1px 1px 0 rgba(0,0,0,0.10);
	color: #0953B8;
	-ms-flex-direction: column;
	position: sticky;
	flex-direction: row;
	justify-content: space-evenly;
	text-align: center;
	z-index: 1;
	padding: 8px;
	height: 35px;
	font-size: 14px;
	font-weight: 700;
	min-width: 157px;
	bottom: 32px;
	display: flex;
	margin-bottom: 32px;
	width: max-content;
	margin-left: auto;
	margin-right: 32px;
}

@media (max-width: 575.98px) {
	.top-button span{
		display: none;
	}

	.top-button{
		bottom: 6px;
		margin-right: 6px;
		min-width: 35px;
	}

	.top-button img{
		margin: 0;
	}
}

.anchor{
	cursor: pointer;
}

.review-anchor{
	color: #0953B8;
	font-size: 14px;
	font-weight: 600;
}

@media (min-width: 768px) {
	.location .hiw {
		margin-top: 150px;
		margin-bottom: 100px;
	}
}
