/**
* Place your custom styles here.

MAIN
HEADER
MENU
CONTENT
FOOTER

*/


/* MAIN */
:root {
	--font-primary: 'Century Gothic', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-title: 'Century Gothic', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	--red: #C10000;
	--body-text: #4A5565;
	--body-text: #717182;
	--subtitle: #101828;
	--white: #ffffff;
	--gray: #99A1AF;
	--footer-text: #D1D5DC;
	--background-block: #EDEDED;
	--background-footer: #101828;
	--background-footer-requize: #1E2939;
	--background-pink: #FFE2E2;
	--background-low-pink: #FEF2F2;
	--background-middle-pink: #FFC9C9;
	--background-low-gray: #F9FAFB;
	--background-orange: #FF6900;
	--box-shadow-base: 0 5px 10px 2px rgba(233, 233, 233, 0.9);
	--border-base: 1px solid rgb(0 0 0 / 10%);
	--border-radius: 16px;
}

html {
	font-size: 15px;
}

body {
	color: var(--body-text);
	font-family: var(--font-primary);
	font-size: 1.1rem;
	margin: 0;
	line-height: 1.5;
}

h2, h3, h4, h5, h6 {
	color:var(--red);
	font-family: var(--font-title);
	text-align: center;
	font-weight: normal;
}

h1 {
	font-weight: normal;
	line-height: normal;
	margin: 0;
	color: var(--blue);
	font-family: var(--font-title);
	font-size: 4rem;
	color: var(--subtitle);
}

h2 {
	line-height: 1;
	font-size: 3rem;
}

h3 {
	line-height: 1.33;
	font-size: 1.8rem;
}

.page-search-result h3 {
	font-size: 24px;
	margin-bottom: 0;
}

h4 {
	position: relative;
	margin-bottom:25px;
    font-weight: 700;
	font-size: 1.2rem;
}

h5 {
	font-size: 16px;
	text-transform:uppercase;
	letter-spacing:0.06em;
	font-weight: 500;
}

h6 {
	font-size: 15px;
	text-transform:uppercase;
	letter-spacing:0.06em;
	margin-bottom:15px;
	margin-top: 0;
	font-weight: 500;
}

a {
	color: var(--body-text);
	transition: all .3s ease;
	text-decoration: none;
}

a:hover {
	color: var(--red);
}

ul {
	padding-left: 20px;
}

ul > li {
	/* margin-bottom: 10px; */
}

ul > li::marker {
	color: var(--red);
	font-size: 18px;
}

.background-color-white {
	background-color: #fff;
}

.background-color-gray {
	background-color: #EDEDED;
}

.background-color-transparent {
	background: none!important;
}

.flexslider {
	border: none;
}

.anchor,
.anchor-block {
	margin-top: -20vh;
	position: absolute;
}

.anchor-id {
	visibility: hidden;
	height: 0;
	position: relative;
}

.anchor-id > div {
	margin-top: -40vh;
	position: absolute;
}

.table-container {
	overflow: auto;
	position: relative;
}

.table-container table {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}









/* City sites */









/* CONTENT */
.page-content {
	padding-left: 28rem;
	padding-right: 28rem;
}

.page-content-wrapper {
	
}

.page-content-wrapper h2 {
	letter-spacing: -1.5px;
    font-size: 45px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}











/* ADAPTIVE */
@media (max-width: 2000px) {
	html {
		font-size: 16px;
	}
	.page-content {
		padding-left: 15rem;
		padding-right: 15rem;
	}
}

@media (max-width: 1920px) {
	html {
		font-size: 14px;
	}
}

@media (max-width: 1919px) {
}

@media (max-width: 1800px) {
	
}

@media (max-width: 1700px) {
	html {
		font-size: 13px;
	}
	.page-content {
		padding-left: 11rem;
		padding-right: 11rem;
	}
}

@media (max-width: 1659px) {
	
}

@media (max-width: 1600px) {
	html {
		font-size: 12px;
	}
	.page-content {
		padding-left: 10rem;
		padding-right: 10rem;
	}
	body {
		font-size: 1.3rem;
	}
}

@media (max-width: 1500px) {
	
}

@media (max-width: 1440px) {
	html {
		font-size: 10px;
	}
	.page-content {
		padding-left: 8rem;
		padding-right: 8rem;
	}
	body {
		font-size: 1.6rem;
	}
}

@media (max-width: 1366px) {
	
}

@media (max-width: 1280px) {
	h1 {
	    /* font-size: 8rem; */
	}
}

@media (max-width: 1170px) {
	
}

@media (max-width: 1024px) {
	
}

@media (max-width: 991px) {
	.page-content {
		padding-left: 5rem;
		padding-right: 5rem;
	}
	h1 {
	    /* font-size: 7rem; */
	}
}

@media (max-width: 834px) {
	h1 {
		font-size: 5rem;
	}
}

@media (max-width: 834px) {
	
}

@media (min-width: 768px) and (max-width: 780px) {
	
}

@media (max-width: 768px) {
	.page-content {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	h1 {
	    font-size: 5rem;
	}
	body {
		font-size: 1.7rem;
	}
}

@media (max-width: 650px) {
	
}

@media (max-width: 600px) {
	h1 {
	    font-size: 4rem;
	}
}

@media (max-width: 450px) {
	h1 {
	    font-size: 3.2rem;
	}
	body {
		font-size: 1.8rem;
	}
}

@media (max-width: 400px) {
	.page-content {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media (max-width: 400px) {
	h1 {
	    font-size: 3rem;
	}
	h2 {
		font-size: 2.5rem!important;
	}
}

@media (max-width: 380px) {
	
}

@media (max-width: 350px) {
	h1 {
	    font-size: 2.6rem;
	}
}