*, *::after, *::before {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
html{
	height:100%;
	background-image: url("../images/index_slide.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body {
	margin:0px auto;
	padding:0px;
  	color:#202020;
	font-family: 'Golos Text', sans-serif;
	min-height:100%;
	width:100%;
	max-width:1920px;
}
a{
	text-decoration:none;
}
li{
	padding:5px 0px;
}
.page_wrapper{
	width:100%;
	max-width:1920px;
	margin:0 auto;
}
.text_content{
	width:80%;
	margin:0 auto;
	padding:30px;
	box-shadow: 0px 5px 10px 0px #FFF;
	border-radius:10px;
	background:url("../images/white_bg.png");
}
.br{
	clear:both;
}
.center_text{
	text-align:center;
}
.v_margin{
	height:40px;
}
h2{
	border-top:2px solid #606060;
	border-bottom:2px solid #606060;
	display:inline-block;
	padding:0.5% 1%;
	text-transform:uppercase;
	letter-spacing:2px;
	background:#FFF;
}
.text_wrapper{
	max-width:840px;
	margin:0 auto;
	padding:0% 1%;
}
.sub_title{
	display:inline-block;
	margin:0 auto;
	margin-top:-1%;
	margin-bottom:1%;
	padding:0.5%;
	text-align:center;
	background:#FFF;
}
.tel_title{
	text-align:center;
	font-size:180%;
	margin-top:2%;
	margin-bottom:2%;
	padding:10px;
	background:#004465;
	display:inline-block;
}
.tel_title a{
	color:#FFF;
	text-decoration:none;
	font-weight:600;
}
.tel_title a:hover{
	text-decoration:underline;
}
.bread_crumbs{
	color:#f2f2f2;
	font-size:85%;
	font-weight:600;
}
.bread_crumbs a{
	color:#FFF;
}
.bread_crumbs a:hover{
	text-decoration:underline;
	color:#004465;
}
.services_wrapper{
	display:inline-block;
	padding:20px;
	margin:1%;
	border:1px solid #ececec;
	text-align:center;
	box-shadow: 0px 5px 10px 0px #FFF;
	width:30%;
	background:url("../images/white_bg.png");
}
.services_wrapper h3{
	color:#004465;
	font-size:160%;
	text-transform:uppercase;
}
.services_wrapper_sub_title{
	color:#004465;
	font-size:100%;
	font-weight:600;
	text-transform:uppercase;
}
.services_wrapper_button{
	padding:10px 20px;
	background:#004465;
	color:#FFF;
	font-size:100%;
	font-weight:600;
	text-transform:uppercase;
	margin-top:25px;
	margin-bottom:25px;
	border:2px solid #004465;
	cursor:pointer;
}
.services_wrapper_button:hover{
	background:#FFF;
	color:#004465;
	font-size:100%;
	border:2px solid #004465;
}
@media (max-width: 1280px) {
.services_wrapper{
	padding:10px;
}
.services_wrapper h3{
	font-size:130%;
}
.services_wrapper_sub_title{
	font-size:90%;
}
.services_wrapper_button{
	font-size:90%;
}
.text_content{
	width:95%;
	margin:0 auto;
	padding:10px;
}
}
@media (max-width: 960px) {
.services_wrapper{
	width:95%;
	margin-bottom:50px;
}
html{
	height:100%;
	background-image: none;
	background-color:#FFF;
}
.services_wrapper{
	box-shadow: 0px 5px 10px 0px #818181;
	background:none;
}
.text_content{
	box-shadow: 0px 5px 10px 0px #818181;
	background: none;
}
.bread_crumbs{
	color:#202020;
	font-size:85%;
	font-weight:600;
}
.bread_crumbs a{
	color:#004465;
}
.bread_crumbs a:hover{
	text-decoration:underline;
	color:#004465;
}
}