body {
	background: url("../img/background.jpg") no-repeat fixed center center / 100% auto rgba(0, 0, 0, 0);
}
nav {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	z-index: 500;
}

.but_reg1 {
padding:20px 65px;
text-align:center;
	background: #2fcbe0;
	background: -moz-linear-gradient(to bottom right, #2fcbe0, #c94b5b, #c94b5b);
	background: -webkit-linear-gradient(to bottom right, #2fcbe0, #c94b5b, #c94b5b);
	background: -o-linear-gradient(to bottom right, #2fcbe0, #c94b5b, #c94b5b);
	background: -ms-linear-gradient(to bottom right, #2fcbe0, #c94b5b, #c94b5b);
	background: linear-gradient(to bottom right, #2fcbe0, #c94b5b, #c94b5b);
	transition: all 0.3s ease-in-out;
}
a.but_reg1 {
font-weight:bold;
color:#fff;
}
.but_reg1:hover {
text-shadow: 1px 1px 1px #222;
border-radius:30px;
box-shadow: 0 5px 5px rgba(0,0,0,.5);
	background: #2fcbe0;
	background: -moz-linear-gradient(to right, #2fcbe0, #d4a348);
	background: -webkit-linear-gradient(to right, #2fcbe0, #d4a348);
	background: -o-linear-gradient(to right, #2fcbe0, #d4a348);
	background: -ms-linear-gradient(to right, #2fcbe0, #d4a348);
    background: linear-gradient(to right, #2fcbe0, #d4a348);
	transition: all 0.3s ease-in-out;
}
.but_reg2 {
padding:20px 65px;
text-align:center;
	background: #2fcbe0;
	background: -moz-linear-gradient(to bottom right, #2fcbe0, #c94b5b, #c94b5b);
	background: -webkit-linear-gradient(to bottom right, #2fcbe0, #c94b5b, #c94b5b);
	background: -o-linear-gradient(to bottom right, #2fcbe0, #c94b5b, #c94b5b);
	background: -ms-linear-gradient(to bottom right, #2fcbe0, #c94b5b, #c94b5b);
	background: linear-gradient(to bottom right, #2fcbe0, #c94b5b, #c94b5b);
	transition: all 0.5s ease-in-out;
}
a.but_reg2 {
font-weight:bold;
color:#fff;
}
.but_reg2:hover {
text-shadow: 1px 1px 1px #222;
border-radius:30px;
box-shadow: 0 5px 5px rgba(0,0,0,.5);
	background: #2fcbe0;
	background: -moz-linear-gradient(to right, #2fcbe0, #d4a348);
	background: -webkit-linear-gradient(to right, #2fcbe0, #d4a348);
	background: -o-linear-gradient(to right, #2fcbe0, #d4a348);
	background: -ms-linear-gradient(to right, #2fcbe0, #d4a348);
	background: linear-gradient(to right, #2fcbe0, #d4a348);
	transition: all 0.5s ease-in-out;
}

.top-nav {
	background: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);
}
.top-nav ul {
	padding: 0;
}
.logo {
	margin: 0;
	text-align: center;
	width: 100%;
}
.top-nav a {
	font-size: 0.9em;
	text-transform: uppercase;
}
.top-nav .logo a, .top-nav .logo.active-item a {
	color: #fff;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1em;
}
.top-nav .logo a strong {
	font-size: 1.05em;
	font-weight: 800;
}
.top-nav {
	text-align: center;
}
.top-nav li a:hover, .top-nav li.active-item a, .top-nav .logo.active-item a:hover {
	background: none repeat scroll 0 0 #00464f;
}
.top-nav li.logo a, .top-nav li.logo.active-item a, .top-nav .logo {
	background: none repeat scroll 0 0 #2fcbe0;
}
nav ul li ul li {
	text-align: left;
}
.top-nav ul ul {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
}
.top-nav li ul li a {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
}
#fourth-block h2 {
	color: #fff;font-size: 1.9em;margin-bottom:20px;
}
#fourth-block p {
	color: #fff;font-size: 1.2em;
}
#first-block, #second-block, #third-block, #fourth-block {
	text-align: center;
	padding: 4.5em 0;
}
#carousel {
	background: #fff;
}
#first-block {
	background: #fff;
}
#second-block {
	background: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);
}
#third-block {
	background: #fff;
}
#fourth-block {
	background: rgb(0, 30, 34);
}
footer {
	background: none repeat scroll 0 0 #2fcbe0;
	padding: 1.5em 0;
}
footer p, footer a:link, footer a:visited, footer a:hover {
	color: #fff;
}
.carousel-text {
	display: block;
	position: absolute;
	top: 25%;
	width: 100%;
	z-index: 999;
}
.carousel-text h2 {
	background: none repeat scroll 0 0 #fff;
	color: rgb(0, 30, 34);
	display: inline-block;
	padding: 0.3125em 0.625em;
	font-size: 2em;
}
.carousel-text p {
	background: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);
	color: #fff;
	display: inline-block;
	font-size: 1.2em;
	padding: 0.625em 0.8em;
}
#first-block i {
	background: none repeat scroll 0 0 #2fcbe0;
	border-radius: 100px;
	color: #fff;
	display: block;
	line-height: 100px;
	margin: 0 auto;
	width: 100px;
}
section h2 {
	font-size: 2.5em;
	font-weight: 300;
	margin: 0;
	text-transform: uppercase;
}
p.subtitile {
	color: #999;
	margin: 0 0 3.5em;
}
section h3 {
	font-size: 1.3em;
	font-weight: 500;
	margin: 0.8em 0;
	text-transform: uppercase;
	color:#222;
}
section p {
	font-size: 0.8em;
}
section h1 {
	color: #fff;
	font-size: 2.5em;
	font-weight: 300;
	text-transform: uppercase;
}
#second-block p {
	color: #fff;
}

.cabinet_a {
display:block;
width:100%;
line-height:60px;
font-size:16px;
text-align:left;
padding-left:30px;
border:1px solid #e0e0e0;
background: #c94b5b;
}
a.cabinet_a {
color:#FFFFFF;text-transform: uppercase;
text-decoration:none;text-shadow: 1px 1px 1px #888;
}
.cabinet_b {
display:block;
width:100%;
line-height:60px;
font-size:16px;
text-align:left;
padding-left:30px;
border:1px solid #e0e0e0;
background: linear-gradient(to right, #c94b5b, #d4a348);
transition: all 0.3s ease-in-out;
}
a.cabinet_b {
color:#FFFFFF;text-transform: uppercase;
text-decoration:none;text-shadow: 1px 1px 1px #888;
}
.cabinet_b:hover {
color:#FFFFFF;padding-left:40px;
text-decoration:none;
background: linear-gradient(to right, #d4a348, #c94b5b);
transition: all 0.3s ease-in-out;
}
.invest1 {
margin:25px;
padding:18px;
box-shadow: 0 2px 6px rgba(0,0,0,.3);
}
.red {
background:#ffe6e8;
}
a.button {
	background: none repeat scroll 0 0 #2fcbe0;
	border: 0 none;
	border-radius: 5px;
	color: #111;
	font-size: 1em;
	font-weight: 600;
	padding: 10px 20px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
a.button:hover {
	background: #c94b5b;
	transition: all 0.3s ease-in-out;
}
#head {
	background: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);
	padding: 9em 0 5em;
	text-align: center;
}
#head-cab {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
	padding: 5em 0 2em;
	text-align: center;
}
#content {
	background: none repeat scroll 0 0 #fff;
	padding: 5em 0;
	text-align: center;
	border-bottom: 1px solid #f0f0f0;
}
#content h2 {
	font-size: 1.5em;
	font-weight: 400;
	margin: 1em 0 0.3em;
	text-transform: none;
}
.content-block {
margin: 1.8em 0;
	background: #003b45;
	padding: 1.2em 1.5em 1.4em 1.5em;
	color:#fff;
	font-weight:bold;
	text-align:left;
}
.content-block p {
	background: #eee;
margin-top: 0.6em;
padding: 0.6em;
font-size:15px;
border-radius:5px;
    box-shadow: 0 2px 7px rgba(250,250,250,.5);
	color:#000;
	font-weight:normal;
}
.content-block font {
font-weight:normal;
font-size:11px;
}
.content-block span {
font-size:18px;
}
#content.left-align {
	text-align: left;
}
#content.contact-page h2 {
	margin: 0 0 0.625em;
}
.contact-page p {
	font-size: 1em;
	font-style: normal;
}
.contact-page i {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
	border-radius: 100px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin: 0.3125em 0.3125em 0.3125em 0;
	text-align: center;
	width: 35px;
}
form.customform button {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
	border-radius: 5px;
	transition: background 0.20s linear 0s;
	-o-transition: background 0.20s linear 0s;
	-ms-transition: background 0.20s linear 0s;
	-moz-transition: background 0.20s linear 0s;
	-webkit-transition: background 0.20s linear 0s;
}
form.customform button:hover {
	background: none repeat scroll 0 0 #2fcbe0;
}
form.customform input, form.customform select, form.customform textarea {
	border-radius: 5px;
}
#map-block iframe {
	display: block;
}
@media screen and (max-width: 768px) {
  body {
  	background: none repeat scroll 0 0 rgb(0, 30, 34);
  }
  nav {
  	background: none repeat scroll 0 0 rgb(0, 30, 34);
  	line-height: 1em;
  	position: relative;
  }
  .top-nav {
  	text-align: left;
  }
  .top-nav li {
  	line-height: 3em;
  }
  .top-nav .logo {
  	padding: 1.25em;
  }
  .carousel-text h2 {
  	font-size: 1.3em;
  }
  .carousel-text p {
  	font-size: 1em;
  }
  ul.top-ul {
  	padding: 0;
  }
  ul.top-ul.right {
  	float: none;
  }
  footer {
  text-align: center;
  }
  footer .right {
  float: none;
  }
}

.stat1 {
height:88px;
color:#111;
font-size:14px;
text-align:center;
padding:13px 0 0 70px;
margin:6px;
background: #e6e6e6 url('/images/i2-1.png') no-repeat;
background-size: 75px 75px;
border:7px solid #dbc08f;
border-radius:42px;
box-shadow: -4px 4px 0 rgba(240,240,240,.8);
transition: all 0.3s ease-in-out;
}
.stat1:hover {
background: #e6e6e6 url('/images/i2.png') no-repeat;
background-size: 75px 75px;
border:7px solid #d4a348;
transition: all 0.3s ease-in-out;
}
.stat2 {
height:88px;
color:#111;
font-size:14px;
text-align:center;
padding:13px 0 0 70px;
margin:6px;
background: #e6e6e6 url('/images/i1-1.png') no-repeat;
background-size: 75px 75px;
border:7px solid #dbc08f;
border-radius:42px;
box-shadow: -4px 4px 0 rgba(240,240,240,.8);
transition: all 0.3s ease-in-out;
}
.stat2:hover {
background: #e6e6e6 url('/images/i1.png') no-repeat;
background-size: 75px 75px;
border:7px solid #d4a348;
transition: all 0.3s ease-in-out;
}
.stat3 {
height:88px;
color:#111;
font-size:14px;
text-align:center;
padding:13px 0 0 70px;
margin:6px;
background: #e6e6e6 url('/images/i5-1.png') no-repeat;
background-size: 75px 75px;
border:7px solid #dbc08f;
border-radius:42px;
box-shadow: -4px 4px 0 rgba(240,240,240,.8);
transition: all 0.3s ease-in-out;
}
.stat3:hover {
background: #e6e6e6 url('/images/i5.png') no-repeat;
background-size: 75px 75px;
border:7px solid #d4a348;
transition: all 0.3s ease-in-out;
}
.stat-sum {
font-size:19px;
}

.refss {
width:600px;
height:89px;
color:#111;
font-size:15px;
text-align:center;
padding:13px 0 0 70px;
margin:6px;
background: #e6e6e6 url('/images/i4.png') no-repeat;
background-size: 75px 75px;
border:7px solid #c77376;
border-radius:42px;
box-shadow: -4px 4px 0 rgba(240,240,240,.8);
transition: all 0.3s ease-in-out;
}
.refss:hover {
background: #e6e6e6 url('/images/i4-1.png') no-repeat;
background-size: 75px 75px;
border:7px solid #c94b5b;
transition: all 0.3s ease-in-out;
}
.refss-ss {
margin-top:5px;
font-size:19px;
}
.osnova_stat_left {
padding: 1.1em 1em;
color:#206dab;
font-weight:bold;
}
.osnova_stat_right {
padding: 1.1em 1em;
color:#206dab;
font-weight:bold;
}
