*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	border: red 2px solid;	
}
body input:required:valid,
body textarea:required:valid {
	border: green 2px solid;
}
body {
	font-family: "TeXGyreAdventor", sans-serif;
	font-size: 16px;
	color: #2D71AE;
}
/*---------HEADER--------*/
header {
	background-image: url(../img/bg.jpg);
	min-height: 575px;
	background-repeat: repeat-x;
	background-position: top center;
	position: relative;
}
.logo {
	display: none;
}
.tel_top {
	text-align: center;
	margin-top: 350px;
	margin-left: -30px;
}
.tel_top ul {
	list-style-type: none;
	font-size: 28px;
}
/*---------TIZERS--------*/
.tizers {
	background-color: #c6e8f7;
	min-height: 145px;
	text-transform: uppercase;
	padding-top: 15px;
}
.tiz_img {
	text-align: center;
}
.tiz_text {
	padding-top: 7px;
	text-align: center;
}
/*---------SERVICES--------*/
.services {
	padding-top: 80px;
	background-color: #f9f9f9;
}
.head h1 {
	font-family: "Natasha", sans-serif;
	text-align: center;
	position: relative;
	font-size: 38px;
}
.head h1::after {
	position: absolute;
	content: " ";
	height: 4px;
	background-color: #41B3E5;
	width: 165px;
	display: block;
	bottom: -30px;
	left: 50%;
	transform: translate(-50%, 0);
}
.head p {
	text-align: center;
	margin-top: 60px;
}
.section_content {
	background-image: url(../img/s1_gray_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	padding-bottom: 114px;
}
.s1_bottom_tri {
	height: 114px;
	position: absolute;
	bottom: 0;
	background-image: url(../img/s1_rti.png);
	z-index: 2;
	width: 100%;
	background-position: top;
	background-size: 100% 100%;
	text-align: center;
}
.s1_bottom {
	padding: 15px 0 65px;
	background-color: #C6E8F7;
}
.s1_bottom .info_item {
	margin: 15px 0 0;
}
.info_item_wrap_bot {
	padding-top: 34px;
}
.info_item{
	padding-left: 34px;
	max-width: 300px;
	line-height: em(18px);
	margin: 60px 0;
}
.info_item_wrap {
	margin-top: 0;
}
.info_item h2 {
	font-size: 18px;
	text-decoration: underline;
	text-transform: none;
	line-height: 100%;
}
.info_item p {

}
.logobw {
	width: 200px;
	position: absolute;
	left: 50%;
	top: -130px;
	transform: translate(-50%, 0);
	z-index: -100;
}
.buttons {
	display: inline-block;
	border: none;
	background-color: #0090D6;
	color: #f9f9f9;
	font-size: em(22px);
	padding: 12px 30px;
	border-bottom: #2C70AD 3px solid;
	transition: all .25s ease;
}
.buttons:hover {
	background-color: #50BBE7;
}
.bot_button {
	padding: 50px 0;
	text-align: center;
	background-color: #a4d9f0;
}
/*---------PROGRAMS--------*/
.programs {
	background-color: #322A13;
	background-image: url(../img/top_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
	padding-bottom: 60px;
}
.programs h2 {
	text-align: center;
	margin: 60px 0;
	font-family: "Natasha", sans-serif;
	font-size: 38px;
	color: #C6E8F7;
}
.prog_item {
	color: #f9f9f9;
	text-align: center;
}
.prog_item .image_wrap img {
	width: 165px;
	height: 165px;
	display: inline-block;
}
.prog_item h3 {
	font-family: "Natasha", sans-serif;
	font-size: 26px;
}
.prog_item h4 {
	font-family: "Natasha", sans-serif;
	font-size: 22px;
}
.prog_item ul {
	list-style-type: none;
}
.owl-nav div {
	width: 37px;
	height: 140px;
	background-image: url(../img/s_arrows.png);
	position: absolute;
	top: 30px;
	opacity: .6;
}
.owl-nav div:hover {
	opacity: 1;
}
.owl-next {
	right: 0;
	background-position: top right;
}
.owl-dots {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
.owl-dot {
	width: 14px;
	height: 14px;
	background-color: #fff;
	display: inline-block;
	margin: 0 4px;
	opacity: .6;
	border-radius: 50%;
}
.owl-dot.active {
	opacity: 1;
}
/*-----------MAP----------*/
.map_contacts {
	margin: 60px 0;
	text-align: center;
}
.map_contacts h2 {
	font-family: "Natasha", sans-serif;
	font-size: 38px;
	color: #2D71AE;
}
.map {
	margin-top: 20px;
	min-height: 480px;
	background-color: #dfc592;
}
/*-----------FOOTER----------*/
footer {
	margin: 60px 0;
	text-align: center;
}
footer h2 {
	font-family: "Natasha", sans-serif;
	font-size: 38px;
	color: #2D71AE;
}
footer ul {
	list-style-type: none;
	font-size: 36px;
}
.map_button {
	background-color: #fff;
}
.hidden {
	display: none;
}
.pop_form input[type=text] {
	display: block;
	width: 90%;
	line-height: 24px;
	margin: 0 auto 10px;
	border: #999 2px solid;
}
.pop_form .buttons {
	display: block;
	margin: 10px auto;
}
.pop_form h3 {
	margin: 10px auto 15px;
	text-align: center;
}