/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font: 16px "HelveticaRegular", sans-serif;
	font-size: 100%;

}
ol, ul {
	list-style: none;
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, a:visited {
	text-decoration: none;
	color: #000;
}
@font-face {
    font-family: "HelveticaRegular";
    src: url("../fonts/HelveticaRegular/HelveticaRegular.eot");
    src: url("../fonts/HelveticaRegular/HelveticaRegular.eot%3F")format("embedded-opentype"),
    url("../fonts/HelveticaRegular/HelveticaRegular.woff") format("woff"),
    url("../fonts/HelveticaRegular/HelveticaRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
.clearfix:after {

     visibility: hidden;

     display: block;

     font-size: 0;

     content: " ";

     clear: both;

     height: 0;

     }

.clearfix { display: inline-block; }

/* start commented backslash hack \*/

* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* close commented backslash hack */ 
#wrapper{
	max-width: 1458px;
	min-width: 1024px;
	margin: 0 auto;
	height: 100%;
}
.container {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

#header {
	background: url(../img/header_bg.png) no-repeat top center;	
}
#header::after, #header::before {
	content: '';
	display: block;
	clear: both;
}
.number {
	font-size: 1.2em;
	font-weight: bold;
	white-space: nowrap;
}

#header p {
	float: right;
	text-align: right;
	width: 40%;
	
}
.logo, .text {
	padding: 35px 0 50px 0;	
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.logo {
	width: 49%;
	text-align: left;
}
.logo .logo__text {
	font-size: 48px;
	line-height: 48px;
    padding-left: 20px;
    color: #394e55;
}
.text {
	width: 49%;
	line-height: 2em;
}
.menu
{
	text-align: center;
	padding-bottom: 20px;

}
.nav-menu li {
	display: inline;
	padding: 0 15px;
	text-transform: uppercase;
}
.nav-menu li:last-child {
	padding-right: 0;
}
.nav-menu li:first-child{
	padding-left: 0;
}
.menu a {
	border-radius: 20px;
	padding:15px 30px;
	color: #3AAACF;
	font-weight: 600;
	
}
.menu .reg {
	color: #efbb00;
}
.menu .active {
	display: inline-block;
	background:#3AAACF;
	color:#fff;
}
.header-back {
	width: 100%;
	height: 586px;
	background: #FFF url(../img/header-back.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
}
.service {
	padding-top: 250px;
}
.service a, .service p {
	font-size: 1.7em;
	line-height: 1em;
	font-weight: 300;
}
.service p {
	line-height: 2em;
}
.service a {
	display: inline-block;
	border-radius: 25px;
	/*padding:10px 20px;*/
	color: #FFF;
	font-weight: 600;	
}
.buh{
	padding: 15px 50px;
	background: #FF8C00;
	margin-bottom: 25px;
}

.eco{
	padding: 15px 45px;
	background:#3AAACF;
} 

.mid-col{
	margin: 0 auto;
	width: 67%;
}
.about-header {
	font-size: 1.7em;
	font-weight: bold;
	padding: 25px 0;
}
#advantages h2, #news h2 {
	text-align: center;
}
#advantages h2 {
	padding-top: 100px;
	padding-bottom:75px;
}
.about-description {
	line-height: 1.2em;
	color: gray;
}
.item {
	text-align: center;
	width: 32%;
	float: left;

}
.item-head {
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 25px;
	margin-bottom: 20px;
}
.item-text {
	color: gray;
	line-height: 1.5em;
	font-size: 0.9em;
	padding: 0 5px;
}
#advantages .item-row {
	padding-bottom: 60px;
}
#advantages {
	margin-bottom: 135px;
}
.call {
	display: block;
	margin: 0 auto;
	position:relative;
	margin-bottom: 90px;
	cursor: pointer;
	text-transform: uppercase;
	color:#FFF;
	background: #57ca00;
	border: none;
	outline: none;
	font-size: 1.3em;
	padding: 20px 35px;
	padding-left: 80px;
	border-radius: 30px;
}
.call:before {
	content:"";
	position: absolute;
	background: url(../img/call_icn.png) no-repeat;
	display: block;
	padding:19px;
	left:27px;
	top:12px;
}
#news{
	margin-bottom: 150px;
}
#news h2{
	padding-bottom: 40px;
}
.news-item {
	float: left;
	width: 25%;
	text-align: left;
}
.news-item .item-head {
	font-size: 1.2em;
	text-transform: uppercase;
}
.news-item .item-text {
	padding: 0;
	margin-bottom: 30px;
}
.news-item .read {
	color: #efbb00;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
}
footer {
	background: #FFB400;
	color: #FFF;
	padding-top:25px;
	padding-bottom: 120px;
}
.footer-item {
	float: left;
	width: 25%;
}
.footer-item .item-text {
	color: #FFF;
}
h4 {
	margin-bottom: 20px;
	font-weight: bold;
	padding-left: 5px;
}
.footer-item a {
	color: #fff;
}
.footer-item .email {

	text-decoration: underline;	
}
form {
	margin-bottom: 20px;
	padding: 25px 0 0 25px;
	width: 40%;
	display: inline-block;
}
label {
	padding-right: 30px;
	display: inline-block;
	width: 20%;
	vertical-align: top;
	color: gray;
}
input, textarea {
	width: 71%;
	background: #d5e0e4;
	outline: none;
	border-radius: 7px;
	padding: 10px 0;
	border: none;
	resize: none;
}
input:focus, textarea:focus {
	padding: 8px 0;
	border: 2px solid #3AAACF;
	width: 70%;
}
.submit-container {
	text-align: right;
}
input[type="submit"]{
	background-color: #3AAACF;
	color: #fff;
	text-transform: uppercase;
	width: 30%;
	cursor: pointer;	
}
.form-data li {
	display: block;
	margin-bottom: 15px;	
}
.right-contacts {
	display: inline-block;
	width: 55%;
	vertical-align: top;
	padding-top: 25px;
	padding-left: 15px;	
	margin-bottom: 20px;
	min-height: 500px;
}
.right-contacts a {
	color: inherit;
	cursor: pointer;
}
.right-contacts a[href^="mailto:"] {
	
	text-decoration: underline;
}
.right-contacts p {
	line-height: 1.4em;
}
.map iframe {
	width: 100%;
	height: 312px;
}
.reg-form {
	display: block;
	width:50%;
	margin: 0 auto;
	padding: 0;	
}
.reg-form ul+.submit-container {
	margin-bottom: 20px;
	margin-right: 10px;
}
/* services */
.price, .price-desc {
	padding: 35px 0 50px 0;	
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.service {
	padding-top: 250px;
}
.service a, .service p {
	font-size: 1.7em;
	line-height: 1em;
	font-weight: 300;
}
.service p {
	line-height: 2em;
}
.service a {
	display: inline-block;
	border-radius: 25px;
	/*padding:10px 20px;*/
	color: #FFF;
	font-weight: 600;	
}
.buh{
	padding: 15px 50px;
	background: #FF8C00;
	margin-bottom: 25px;
}

.eco{
	padding: 15px 45px;
	background:#3AAACF;
} 

.mid-col{
	margin: 0 auto;
	width: 67%;
}
#services {
	margin-bottom: 30px;
}
.about-header {
	font-size: 1.7em;
	font-weight: bold;
	padding: 25px 0 10px 0;
}

.about-description, #advantages li, #price li, .serv-list-block li {
	color: gray;
	line-height: 1.5em;
}

#advantages ul {
	padding-top: 50px;
}
li img {
	position: absolute;
	left: -5px;
	top: -3px;
	width: 9%;
}
#advantages li, #price li, .serv-list-block li {
	position: relative;	
	padding-top:10px;
	padding-bottom: 50px;
	padding-left: 80px;
	vertical-align: top;
}

.serv-list-block {
	margin-top: 40px;
}

.serv-list-block ul, #price ul {
	padding-left: 15px;
}

.serv-list-block li, #price li {
	padding-left: 10px;
	list-style: disc;
	padding-bottom: 10px;
}

#advantages {
	margin-bottom: 70px;
}

#price{
	margin-bottom: 100px;
}
#price h2, #price p{
	padding-bottom: 10px;
	text-align: center;
}
#price p {
	margin-bottom: 20px;
}
.price {
	width: 25%;
	padding-left: 90px;
	padding-top: 25px;
}
.price-desc {
	width: 60%;
	vertical-align: top;
	line-height: 1.5em;
	padding-right: 5px;
}
.price-head{
	display: inline-block;
	vertical-align: middle;
	font-size: 2.3em;
	font-weight: 800;
	padding-bottom: 50px;
}
.nopd {
	padding: 0;
}
.price-row {
	margin-bottom: 40px;
}
.price-row a{
	color: #fff;
}
.value {
	font-weight: bold;
	font-size: 1.5em;
}
#price .left {
	padding-top: 40px; 
	text-align: left;
	line-height: 1.7em;
}
#add-serv .about-header, #add-serv .about-description{
	text-align: left;
}


.start {background: #3AAACF;}
.lite {background: #01DFD7; }
.standart {background: #57ca00;}
.standart-plus {background: #ff9440;}
.prof {background: #BF00FF;}

.news-wrap {
	position: relative;
	max-height: 200px;
	margin-bottom: 40px;
	overflow: hidden;
	transition: all 1s ease-in-out;
}
.news-wrap:hover {
	
}
.news-wrap:active, .news-wrap:focus {
	background-color: transparent;
}
.news-wrap .about-description {
	padding: 5px 0;
	cursor: pointer;
	text-align: justify;
}
.blur {
	position: absolute;
	top: 109%;
	width: 100%;
    height: 26px;
    box-shadow: 0px -35px 25px rgb(255, 255, 255);
    transition: opacity .4s ease-in-out;
}
/*.news-wrap:hover {
	max-height: auto;
	overflow: visible;
}*/
.table-container {
	padding: 30px 0;
}
.price-table {
	/*padding: 20px;
	color: #FFF;*/
	margin: 0 auto;
	width: 100%;
}
.price-table caption{
	text-transform: uppercase;
	color: #FFB400;
	font-size: 1.4em;
	font-weight: 700;
	padding: 15px 0; 
}
.price-table th, .price-table td {
	padding: 15px 0 15px 15px;
	text-align: left;
	width: 50%;
	border-right: 15px solid #f0f0f0;
}
.price-table th+th, .price-table td+td {
	width: 35%;
	text-align: center;
	border-right: none;
}
.price-table th {
	background-color: #FFB400 !important; 
	color: #FFF;
	text-transform: uppercase;
	border-color: #BF9530;
}
.price-table tr td {
	background-color: #f9f9f9;
}
.price-table tr:nth-child(2n) td{
	background: #f3f3f3;
}
.price-table ul {	
	float: right;
    padding-right: 20%;
    font-size: .8em;
}

@media (max-width:769px) {
	.container {
		box-sizing: border-box;
		width: 100%;
		padding: 0 10px;
	}
	.menu a {
		font-size: .8em;
		padding: 10px 13px;
	}
}
