@media only screen and (max-width: 768px) {
	body,
	input,
	textarea,
	select {
		font: 13pt/140% BPG GEL Excelsior, Arial;
	}

	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 25px;
	}

	h3 {
		font-size: 20px;
	}
}

@media only screen and (min-width: 768px) {
	body,
	input,
	textarea,
	select {
		font: 14pt/140% BPG GEL Excelsior, Arial;
	}

	h1 {
		font-size: 34px;
	}

	h2 {
		font-size: 41px;
	}

	h3 {
		font-size: 24px;
	}
}

@media only screen and (min-width: 1024px) {
	body,
	input,
	textarea,
	select {
		font: 13pt/140% BPG GEL Excelsior, Arial;
	}

	h1 {
		font-size: 34px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 24px;
	}
}

@media only screen and (min-width: 1250px) {
	body,
	input,
	textarea,
	select {
		font: 13pt/140% BPG GEL Excelsior, Arial;
	}

	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 36px;
	}

	h3 {
		font-size: 24px;
	}
}

@media only screen and (min-width: 1441px) {
	body,
	input,
	textarea,
	select {
		font: 14pt/140% BPG GEL Excelsior, Arial;
	}

	h1 {
		font-size: 47px;
	}

	h2 {
		font-size: 41px;
	}

	h3 {
		font-size: 24px;
	}
}

}

/* <> */
	* {
		text-transform: none !important;
	}

	body,
	input,
	textarea,
	select {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: BPG GEL Excelsior Caps, Arial;
		font-weight: normal;
		line-height: 120%;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 17px;
	}

	h6 {
		font-size: 13px;
	}
/* <> */

/* # */

/* # */

/* . */
	h2.one_string {

	}

	.clean_h {
		line-height: 77%;
		margin: 0;
	}

	.like_h3 {
		font: 20px BPG GEL Excelsior Caps, Arial;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.page_tags_arrow {
		top: 1px;
	}

	.page_title_h1 {
		color: #DD2528;
	}

	section .partner_div h2 {
		height: 23px;
	}
/* . */
