@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --yellow: #fecc00;
  --red: #e2001a;
  --black: #2b2b2b;
  --orange:  #fbb900;
  --grey: #7b797966;
  --green: #6c9f43;
  --light: #d6d6d6;
}

::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 13px;
  background: #75757559; 
  opacity: 0.3;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #757575; 
  border-radius: 13px;
}


html{
	scroll-behavior: smooth;
}
*{	
	font-family: 'Roboto';
	margin: 0;
	box-sizing: border-box;
	padding: 0;
	/*transition: all 0.5s;*/
}
body{
	overflow-x: hidden;
    font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
	/* padding-top: 54px; */
}
#page{
	overflow-x: hidden;
}
a{
	text-decoration: none;
	color:  var(--black);
	cursor: pointer !important;
}
a:hover {
	text-decoration: underline;
}

ul{
	list-style-type: none;
}
li{
	position: relative;
    	
}
li::before{
}
select{
	background-color: #fff;
	box-shadow: 1px 4px 12px -2px #e5e7eb;
	border: unset;
	border-radius: 10px;
	padding: 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color: #101729;
	text-transform: uppercase;
	background-image: url(/wp-content/uploads/2021/04/select-bg-dark.svg);
	background-position: right 8px top 45%;
	background-repeat: no-repeat;
    border: none;
    /*padding: 12px 45px 12px 12px;*/
    -webkit-appearance:none;
    /*border-radius: 0;*/
    position: relative;
    cursor: pointer;
}
select::after{
	display: block;
	width: 12px;
	height: 12px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.list-thumler__trigger{
	cursor: pointer;
}
h1 {
	font-size: 47px;
    margin-bottom: 48px;
    color: #2b2b2b;
    font-weight: 100;
}
h4 {
    color: #2b2b2b;
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 12px;
}
.error-404 ul {
	padding-left: 30px;
}
.error-404 ul li {
    color: #2b2b2b;
    font-size: 16px;
    list-style-type: initial;
    margin-bottom: 12px;
    font-weight: 300;
}
.error-404 {
    padding-bottom: 48px;
}
.jos-button{
	border: 1px solid #eee;
	box-sizing: border-box;
	border-radius: 12px;
	padding: 8px 16px;
	background: #e1e1e1;
	color: #333;
	text-align: center;
	font-family: Noto Sans, sans-serif;
}
.container{
	width: 100%;
	max-width: 1260px;
	margin: auto;
}

.site-header{
	background-color: var(--yellow);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2000;
	box-shadow: 0 2px 19px 0 #404040;
}
.promo-row{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fbb900;	
}
.promo-row__wrap{
	padding: 8px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.promo-row__wrap .owl-dots{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-40%);
}
.promo-row__wrap .owl-dots .owl-dot {
	margin-right: 8px;
}
.promo-row__wrap .owl-dots .owl-dot span {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background-color: #E1E1E1;
}
.promo-row__wrap .owl-dots .owl-dot.active span {
	background-color: #fff;
}
.promo-row__wrap span{
	font-size: 11px;
	font-weight: 700;
}
.header__wrap{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 25px;
    padding-top: 25px;
    align-items: center;
}
.header__logo{
	display: block;
	max-width: 260px;
	object-fit: contain;
	margin: auto;
	height: 40px;
}
.header__nav__link,
.header__tools__link{
	display: inline-flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	margin-right: 16px;
}
.header__nav__link span,
.header__tools__link span{
	font-family: 'Noto Sans',sans-serif;
	/*font-weight: 600;*/
	/*font-size: 14px;*/
	margin-top: 10px;
	color: #101729;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}
.header__nav .red-button,
.header__nav .divider{
	display: none;
}



.header__tools{
	margin: auto 0 auto auto;
}
.burger{
	display: none;
}
.close-nav-mobile{
	display: none;
}

main{
	padding-top: 170px;
}

/* MAP */
.map-content {
	width: 100%;
}
.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}
.map__wrapper{
	display: flex;
	padding-bottom: 30px;
}


.map__filter{
	display: flex;
	align-items: center;
}
.map__filter > *{
	margin-left: 12px;
}
.map__filter > *:first-child{
	margin-left: 0;
}
.list-thumler-wrapper{
	display: inline-flex;
	align-items: center;
}
.list-thumler{
	display: inline-block;
	width: 50px;
	height: 24px;
	border-radius: 12px;
	border: 2px solid var(--light);
	background-color: var(--white);
	position: relative;
	cursor: pointer;
	margin-right: 6px;
}
.list-thumler::before{
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	background-color: var(--light);
	top: 50%;
	left: 1px;
	transform: translateY(-50%);
	border-radius: 50%;
	transition: transform .5s;
}
.list-thumler.active{
	background-color: var(--green);
}
.list-thumler.active::before{
	transform: translate(26px, -50%);
}
.map__wrapper {
	margin-top: 20px;
}
.additional-content {
	text-align: center;
    margin: 2% 0;
}
.locations{
	width: 0;
	max-width: 320px;
	margin: 20px 0;
	overflow-x: hidden;
	overflow-y: auto;
	height: 400px;
	visibility: hidden;
}
.locations.active{
	width: 100%;
	margin: 0px 20px 20px 0;
	visibility: visible;
}
.locations__list{
	width: 100%;
	height: fit-content;
	border: 1px solid var(--grey);
	min-height: 100%;
}
.locations__item{
	padding: 16px;
	border-bottom: 1px solid var(--grey);
	cursor: pointer;
}
.locations__item:last-child{
	/* border-bottom: none; */
}
.locations__item:hover,
.locations__item.active{
	/*-webkit-box-shadow: 0px 0px 8px 9px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 8px 9px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 8px 9px rgba(34, 60, 80, 0.2);*/
	background-color: #f5f5f5;
}
.locations__item__title{
	font-weight: 500;
	margin-bottom: 4px;
}
.pin__tel{
	margin-top: 8px;
	display: inline-flex;
}
.pin__tel::before{
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background-image: url('/wp-content/uploads/2021/04/free-icon-phone-book-16106.svg');
	background-size: contain;
	background-position: center;
	margin-right: 4px;
}



/* Fixes potential theme css conflict. */
.acf-map img {
   max-width: inherit !important;
}
.cluster div{
	top: 50%;
	transform: translateY(-30%);
}
.marker__title{
	font-weight: 500;
}

@media screen and (max-width: 1280px) {
	.container{
		padding: 0 16px;
	}
}
@media screen and (max-width: 920px) {
	.header__wrap {
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.burger{
		width: 24px;
		height: 18px;
		margin: 0 12px;
		display: block;
		position: relative;
		z-index: 2500;
	}
	.burger__line{
		display: block;
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: var(--black);
		left: 0;
		transition: all .5s;
	}
	.burger__line:nth-child(1){
		top: 0;
	}
	.burger__line:nth-child(2){
		top: 50%;
		transform: translateY(-50%);
	}
	.burger__line:nth-child(3){
		bottom: 0;
	}
	.burger.active .burger__line:nth-child(1){
		transform:  rotate(45deg);
		top: 50%;
	}
	.burger.active .burger__line:nth-child(2),
	.burger.active .burger__line:nth-child(3){
		transform:  rotate(-45deg);
		top: 50%;
		bottom: unset;
	}
	.close-nav-mobile{
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 20px;
		height: 20px;
		border:  none;
		background: none;
	}
	.close-line{
		display: block;
		position: absolute;
		width: 23px;
		height: 2px;
		background: #000;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}
	.close-line:last-child{
		transform: translate(-50%, -50%) rotate(-45deg);	
	}
	.header__nav{
		position: absolute;
		z-index: 2000;
		width: 100%;
		height: calc(100vh - 50px);
		top: 100%;
		left: 0;
		background-color: #EFEFEF;
	    flex-direction: column;
	    display: flex;
	    padding-top: 8px;	
	    transform: translateX(-100%);	
	    transition: all .4s;
	}
	.header__nav.active{
		transform: translateX(0);
	    z-index: 888888;
	    /*padding-top: 40px;*/
	}
	.header__logo{
		max-width: 40%;
		height: 25px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 2500;
	}
	.header__tools__link{
		display: none;
		position: relative;
		z-index: 2500;
		margin-right: 8px;
	}
	.header__tools__link:first-child,
	.header__tools__link:last-child{
		display: inline-block;
	}
	.header__nav__link{
		flex-direction: row;
		justify-content: flex-start;
		/*border-bottom: 1px solid var(--orange);*/
		padding: 8px 12px;
	}
	.header__nav__link span{
		margin-left: 16px;
		font-weight: 500;
	}
	.header__nav .divider {
		display: block;
		width: calc(100% - 32px);
		margin: 12px auto;
		height: 1px;
		background-color: #E1E1E1;
	}
	.header__nav .red-button {
		display: block;
		margin: auto;
		margin-top: 12px;
		background-color: red;
		color: #fff;
		font-size: 18px;
		font-weight: 400;
		line-height: 24px;
		text-align: center;
		padding: 10px 16px;
		width: calc(100% - 32px);
		border-radius: 12px;
	}


	main{
		padding-top: 140px;
		transition: all .5s;
	}
}
@media screen and (max-width: 768px){
	.promo-row{

	}
	.promo-row__wrap .owl-dots {
		display: none;
	}
	.promo-row__wrap span {
		font-weight: 400;
		font-size: 9px;
	}
	.map__filter{
		flex-direction: column;
		align-items: flex-start;
	}
	.map__filter > *{
		margin-left: 0;
		width: 100%;
		margin-bottom: 12px;
	}
	.map__wrapper{
		flex-direction: column;
	}
	.locations{
		margin: 0;
		max-width: unset;
		overflow-y: hidden;
		height: 0;
		width: 100%;
	}
	.locations.active{
		margin-right: 0;
		margin-bottom: 12px;
		overflow-y: auto;
		height: 300px;
	}
}


/* Base container */
.select2-container--default .select2-selection--single {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	padding: 10px 14px;
	height: auto;
	display: flex;
	align-items: center;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
	font-size: 16px;
	font-weight: bold;
	color: #555;
}

/* Arrow icon */
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

/* Dropdown styling */
.select2-container--default .select2-dropdown {
	border: none;
	border-radius: 12px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
	margin-top: 4px;
	padding: 4px;
}

/* Each option */
.select2-container--default .select2-results__option {
	padding: 10px 14px;
	border-radius: 10px;
	font-size: 16px;
	color: #222;
}

/* Hovered/selected option */
.select2-container--default .select2-results__option--highlighted,
.select2-container--default .select2-results__option--selected {
	background-color: #e5e5e5;
	color: #000;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #e1e1e1;
}