@font-face {
	font-family: UbuntuMedium;
	src: url(../font/Ubuntu-Medium.ttf);
}

* {margin: 0; padding: 0;}
html {height: 100%;}
html body {width: 100%; height: 100%;}
body {background-image: url("../img/bg.png"); background-color: #fff; height: 100%; font-family: 'Ubuntu Light', sans-serif; overflow-y: scroll; }
ul {list-style: none;}
h2 {font-size: 1.8em; line-height: 2em; /*color: #e7512f;*/}
h1,h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #777777;
	margin-bottom: 12px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
} 

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.h {
	/*background-color: #d2dadf;*/
	background-image: url("../img/bg-header.png");
	background-repeat: repeat;   
	/*padding-bottom: 25px;*/
	-webkit-box-shadow: 0 1px 0 #b7bec2;
	-moz-box-shadow: 0 1px 0 #b7bec2;
			box-shadow: 0 1px 0 #b7bec2;
	z-index: 1;	
	/*position: absolute;	*/
}

.main {
	min-height: 89%;
	color: #555555;
	font-family: 'Ubuntu Light', sans-serif;
	font-size: 17px;
	/*max-height: 100%;*/
}

.head {
	margin: 0 auto;
	padding: 25px 0;
	width: 980px;
}

.head h1 {
	color: #fff;
	padding-top: 15px;
	float: right;
	width: 520px;
	font-size: 1.4em;
	font-family: 'Ubuntu Light', sans-serif;
	text-align: right;
	text-shadow: 0 1px 1px #92999e;
}

.mobile {display: none;}

.menu {
	width: 100%;
	background-color: #e7512f;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	/*position: absolute;*/

}

nav {
	position: relative;
	/*background: #ffffff;*/
	width: 1050px;
	height: 50px;
	margin: 0 auto;
	/*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);*/
	/*-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 1px #B3BABF;
	        border-radius: 5px;*/
	/*position: relative;*/
}

.h ul ul li {
	float:left;
	/*background: url(../img/menu-border.png) left center no-repeat;*/
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.h ul ul li:first-child {
	background: none;
	padding-left: 5px;
	border-left: none;
}

.h ul ul li:hover,
.h ul ul li:active,
.h ul ul li:focus {
	background-color: #e7512f;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.h ul ul li a {
	margin: 0 0px;
	padding: 20px 8px;
	line-height: 50px;
	text-decoration: none;
	text-transform: uppercase;
	/*font-family: 'Ubuntu Light', sans-serif;*/
	font-family: 'UbuntuMedium';
	font-weight: 500;
	font-size: 0.7em;
	color: #fff; /*606060*/
	opacity: 0.7;

}

/*.h ul li a:active,
.h ul li a:hover,
.h ul li a:focus {
	color: #fff;
}*/

.h ul ul li:hover > a {
	color: #fff;
	font-family: 'UbuntuMedium';
	opacity: 1;
}

.h ul ul li::before a {
	color:#fff;
	opacity: 1;
}


/*.h ul li a::before {

	content: attr(data-hover);
	position: absolute;
	left: 8px;
	opacity: 0;	
	font-weight: 600;
}*/


/*.h ul li:first-child a::before {
	left: 13px;
}*/

/*.h ul li a:hover::before,
.h ul li a:focus::before {
	opacity: 1;
} */

.h ul ul li.active {
	background-color: #e7512f;
	color: #ffffff;
	
}

.h ul ul li.active a {
	color: #ffffff;
	/*font-family: 'UbuntuMedium';*/
	font-weight: 500;
	opacity: 1;
}

.h ul ul li ul.dropdown {
  /* Size &amp; position */
    position: absolute;
    margin-top: 0px;
 	padding:0px;
    /* Styles */
    
    /*border-radius: 0 0 5px 5px;*/
    border-top: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    font-weight: normal;
    list-style: none;
 
    /* Hiding */
    /*opacity: 0;*/
    display: none;
	width: 220px;
	z-index: 99999;
    /*pointer-events: none;*/
}

.h ul ul li ul.dropdown {
	top: 50px;
}

.h ul ul li:last-child ul.dropdown {
	left: -120px;	
}

.h ul ul li ul.dropdown li {
	/*display: block;
	float: left;*/
	background: #e7512f;
	padding: 0 10px;
	border: none;
	border-top: solid 1px rgba(0,0,0,0.2);
	width: 200px;
}

.h ul ul li ul.dropdown li:first-child {
	padding: 0 10px;
	border: none;
}
 
.h ul ul li ul.dropdown li a {
    display: block;
    margin: 0;
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    /*box-shadow: inset 0 1px 0 rgba(255,255,255,1);*/
}
/*.h ul li ul.dropdown li:hover > a {
	color: #fff;
	font-family: 'UbuntuMedium';
}*/
 
/* Hover state */
 
.h ul ul li ul.dropdown li:hover,
.h ul ul li ul.dropdown li:active,
.h ul ul li ul.dropdown li:focus {
    background-color: #c13715;
    transition: all 0.3s ease-in-out;
}

.h ul ul li ul.dropdown {
 	-webkit-transform-origin: 50% 0%;
}

.h ul ul li:hover ul.dropdown {
	-webkit-animation-name: swingdown;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-timing-function: ease;
     
   	-moz-animation-name: swingdown;
	-moz-animation-duration: 0.4s;
	-moz-animation-timing-function: ease;

    -o-animation-name: swingdown;
    -o-animation-duration: 0.4s;
    -o-animation-timing-function: ease;
}

.h ul ul li ul.dropdown li.active {
	background-color: #c13715;
}

.h ul ul li:hover > ul.dropdown {
    /*opacity: 1;*/
    display: block;
}

.h ul ul ul ul.dropdown1 {
    position: absolute;
    margin-top: -35px;
    margin-left: 200px;
 	padding: 0;
    /* Styles */
    /*border-radius: 0 0 5px 5px;*/
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    font-weight: normal;
    list-style: none;
    /* Hiding */
    display: none;
	width: 200px;
	z-index: 99999;
}

.h ul ul li:last-child ul.dropdown1 {
	left: -100px;	
}

.h ul ul li ul.dropdown1 li {
	background-color: #e7512f;
	/*border-top: dashed 1px #cfcfcf;*/
	width: 200px;
}

.h ul ul li ul.dropdown1 li:first-child {
	padding: 0 10px;
	border: none;
}
 
.h ul ul li ul.dropdown1 li a {
    display: block;
    margin: 0;
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    /*box-shadow: inset 0 1px 0 rgba(255,255,255,1);*/
}
 
/* Hover state */
 
.h ul ul li ul.dropdown1 li:hover,
.h ul ul li ul.dropdown1 li:active,
.h ul ul li ul.dropdown1 li:focus {
    background-color: #c13715;
    transition: all 0.3s ease-in-out;
}

.h ul ul li ul.dropdown1 {
 	-webkit-transform-origin: 50% 0%;
}

.h ul ul li:hover ul.dropdown1 {
	-webkit-animation-name: swingdown;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-timing-function: ease;
     
   	-moz-animation-name: swingdown;
	-moz-animation-duration: 0.4s;
	-moz-animation-timing-function: ease;

    -o-animation-name: swingdown;
    -o-animation-duration: 0.4s;
    -o-animation-timing-function: ease;

    animation-name: swingdown;
    animation-duration: 0.4s;
    animation-timing-function: ease;
}

.h ul ul li:hover > ul.dropdown1 {
    /*opacity: 1;*/
    display: block;
}

#plan {display: none;}
#plan_big {
	width: 100%;
	height: 440px;
	padding-bottom: 30px;
}


@-webkit-keyframes swingdown {
		0% {
			opacity: .99999;
			-webkit-transform: rotateX(90deg);
		}

		100% {
			-webkit-transform: rotateX(0);
      		-webkit-animation-timing-function: ease-in-out;
		}
	}
/*
@-moz-keyframes swingdown {
		0% {
			opacity: .99999;
			-moz-transform: rotateX(90deg);
			transform: rotateX(90deg);
		}

		30% {			
			-moz-transform: rotateX(-20deg) rotateY(5deg);
			transform: rotateX(-20deg) rotateY(5deg);
			-moz-animation-timing-function: ease-in-out;
		}

		65% {
			-moz-transform: rotateX(20deg) rotateY(-3deg);
			transform: rotateX(20deg) rotateY(-3deg);
			-moz-animation-timing-function: ease-in-out;
		}
		
		100% {
			-moz-transform: rotateX(0);
			transform: rotateX(0);
      		-moz-animation-timing-function: ease-in-out;
		}
	}

@-o-keyframes swingdown {
		0% {
			opacity: .99999;
			-o-transform: rotateX(90deg);
		}

		30% {
			-o-transform: rotateX(-20deg) rotateY(5deg);
			-o-animation-timing-function: ease-in-out;
		}

		65% {
			-o-transform: rotateX(20deg) rotateY(-3deg);
			-o-animation-timing-function: ease-in-out;
		}
		
		100% {
         -o-transform: rotateX(0);
			-o-animation-timing-function: ease-in-out;
		}
	}*/

@keyframes swingdown {
		0% {
			opacity: .99999;
			transform: rotateX(90deg);
		}

		100% {
         	transform: rotateX(0);
			animation-timing-function: ease-in-out;
		}
	}
/*-------SLIDER-------*/
.sp-slideshow {
    position: relative;
    margin: 30px auto 0 auto;
    width: 80%;
    max-width: 940px;
    min-width: 260px;
    height: 420px;
    border: 10px solid #fff;
    border: 10px solid rgba(255,255,255,0.9);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.sp-content {
    background: #7d7f72 url(../img/grid.png) repeat scroll 0 0;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sp-parallax-bg {
    background: url(../img/sl_map.png) repeat-x scroll 0 0;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sp-slideshow input {
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 9px;
    height: 9px;
    z-index: 1001;
    cursor: pointer;
    opacity: 0;
}
.sp-slideshow input + label {
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 6px;
    height: 6px;
    display: block;
    z-index: 1000;
    border: 3px solid #fff;
    border: 3px solid rgba(255,255,255,0.9);
    border-radius: 50%;
    transition: background-color linear 0.1s;
}
.sp-slideshow input:checked + label {
    background-color: #fff;
    background-color: rgba(255,255,255,0.9);
}
.sp-selector-1, .button-label-1 {margin-left: -36px;}
.sp-selector-2, .button-label-2 {margin-left: -18px;}
.sp-selector-4, .button-label-4 {margin-left: 18px;}
.sp-selector-5, .button-label-5 {margin-left: 36px;}
.sp-arrow {
    position: absolute;
    top: 50%;
    width: 28px;
    height: 38px;
    margin-top: -19px;
    display: none;
    opacity: 0.8;
    cursor: pointer;
    z-index: 1000;
    background: transparent url(../img/arrows.png) no-repeat;
    transition: opacity linear 0.3s;
}
.sp-arrow:hover{
    opacity: 1;
}
.sp-arrow:active{
    margin-top: -18px;
}
.sp-selector-1:checked ~ .sp-arrow.sp-a2,
.sp-selector-2:checked ~ .sp-arrow.sp-a3,
.sp-selector-3:checked ~ .sp-arrow.sp-a4,
.sp-selector-4:checked ~ .sp-arrow.sp-a5 {
    right: 15px;
    display: block;
    background-position: top right;
}
.sp-selector-2:checked ~ .sp-arrow.sp-a1,
.sp-selector-3:checked ~ .sp-arrow.sp-a2,
.sp-selector-4:checked ~ .sp-arrow.sp-a3,
.sp-selector-5:checked ~ .sp-arrow.sp-a4 {
    left: 15px;
    display: block;
    background-position: top left;
}
.sp-slideshow input:checked ~ .sp-content {
    transition: background-position linear 0.6s, background-color linear 0.8s;
}
.sp-slideshow input:checked ~ .sp-content .sp-parallax-bg {
    transition: background-position linear 0.7s;
}
input.sp-selector-1:checked ~ .sp-content {
    background-position: 0 0;
    background-color: #727b7f;
}
input.sp-selector-2:checked ~ .sp-content {
    background-position: -100px 0;
    background-color: #7f7276;
}
input.sp-selector-3:checked ~ .sp-content {
    background-position: -200px 0;
    background-color: #737f72;
}
input.sp-selector-4:checked ~ .sp-content {
    background-position: -300px 0;
    background-color: #79727f;
}
input.sp-selector-5:checked ~ .sp-content {
    background-position: -400px 0;
    background-color: #7d7f72;
}
input.sp-selector-1:checked ~ .sp-content .sp-parallax-bg {
    background-position: 0 0;
}
input.sp-selector-2:checked ~ .sp-content .sp-parallax-bg {
    background-position: -200px 0;
}
input.sp-selector-3:checked ~ .sp-content .sp-parallax-bg {
    background-position: -400px 0;
}
input.sp-selector-4:checked ~ .sp-content .sp-parallax-bg {
    background-position: -600px 0;
}
input.sp-selector-5:checked ~ .sp-content .sp-parallax-bg {
    background-position: -800px 0;
}
.sp-slider {
    position: relative;
    left: 0;
    width: 500%;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: left ease-in 0.8s;
}
.sp-slider > li {
    color: #fff;
    width: 20%;
    box-sizing: border-box;
    height: 100%;
    padding: 0 60px;
    float: left;
    text-align: center;
    opacity: 0.4;
    transition: opacity ease-in 0.4s 0.8s;
}
.sp-slider > li img{
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    padding: 40px 0 50px 0;
    max-height: 100%;
    max-width: 100%;
}
input.sp-selector-1:checked ~ .sp-content .sp-slider {
    left: 0;
}
input.sp-selector-2:checked ~ .sp-content .sp-slider {
    left: -100%;
}
input.sp-selector-3:checked ~ .sp-content .sp-slider {
    left: -200%;
}
input.sp-selector-4:checked ~ .sp-content .sp-slider {
    left: -300%;
}
input.sp-selector-5:checked ~ .sp-content .sp-slider {
    left: -400%;
}
input.sp-selector-1:checked ~ .sp-content .sp-slider > li:first-child,
input.sp-selector-2:checked ~ .sp-content .sp-slider > li:nth-child(2),
input.sp-selector-3:checked ~ .sp-content .sp-slider > li:nth-child(3),
input.sp-selector-4:checked ~ .sp-content .sp-slider > li:nth-child(4),
input.sp-selector-5:checked ~ .sp-content .sp-slider > li:nth-child(5){
    opacity: 1;
}
div.way {	
	display: block;
	float: left;
	margin: 1px;
	padding: 0;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
div.path {
	display: block;
	/*float: right;*/
	margin: 0 auto;
	/*padding: 10px 10px;*/
	width: 980px;
	
	font-family: 'UbuntuMedium';
	font-size: 0.65em;
	color: #333;
}
div.path h4 {
	float: left;
	margin: 0;
	padding-right: 10px;
	font-family: 'Ubuntu Light' sans-serif;
	font-size: 1em;
	font-weight: 800;
	color: #333;
}
div.path a {
	text-decoration: none;
	color: #e7512f;
}
div.path_left {
	float: right;
	padding: 10px;
	/*background-color: #f4f4f4;
	border: 1px solid #e2e2e2;*/
}
/*-----CONTENT------*/
.content {
	color: #565656;
	margin: 0 auto 20px auto;
	padding-top: 10px;
	width: 980px;	
	font-size: 0.75em;
	font-weight: 200;
	line-height: 22px;
	/*height: 500px;*/
}
.big_letter {
	font-weight: bold;
	display: block;
	float: left;
	font-size: 2.5em;
	padding: 0;
	margin: 0;
	margin: 8px 5px 0 0;
	text-transform: uppercase;
}
.content h1 {
	color: #777777;
	line-height: 2.2em;
}
.content h2.line {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
}
.content p {
	padding-bottom: 20px;
}
.price_p {
	padding-top: 30px;
}
.content h3 {
	font-size: 1.4em;
	font-weight: 700;
	/*color: #e7512f;*/
}
.h_color {
	color: #e7512f;
}
.content .one-third {
	position: relative;
	float: left;
	/*margin-bottom: 20px;*/
	margin-right:4%; 
	width: 470px;
}
.content .one-third.last {
	margin: 0;
}
.content .one-third h3 {
	display: table-cell;
	padding-bottom: 10px;
	/*width: 290px;*/
	line-height: 20px;	
	height: 40px;
	vertical-align: middle;
}
.content .one-third p {
	/*width: 290px;*/
	padding-bottom: 30px;
}

hr {
	margin-bottom: 30px;
	border: none;
	border-bottom: 1px solid #e2e2e2;
}
.cont {
	display: block;
	margin: 0 auto;
	padding-top: 20px;
	width: 980px;
}
.cont h2 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;	
}
.cont p {
	padding-bottom: 20px;
	font-size: 13px;
	font-weight: 200;
	line-height: 20px;
	color: #565656;	
}
.cont ul {
	padding-bottom: 20px;
	font-size: 13px;
	font-weight: 200;
	line-height: 20px;
}

.cont li {
	padding-left: 10px;
}

.cont img {
	margin-bottom: 30px;
}

.image {
	/*margin-bottom: 100px; */
}

.image_lic {
	/*margin: 0 200px 0px 200px;*/
	/*margin-bottom: 50px; */
}

.cont img.zoom {
	margin: 9px;
	height: 30%;
	width: 30%;
	border: 5px solid #ffffff;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow: 1px 1px 5px #000;
}

.cont img.zoom_att,
.cont img.zoom_equip_center,
.cont img.zoom_equip_left,
.cont img.zoom_equip_right {
	margin: 9px;
	height: 30%;
	width: 30%;
	border: 5px solid #ffffff;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow: 1px 1px 5px #000;
}

.cont img.zoom:hover {
	-webkit-transform: scale(1.5,1.5) translate(10px, 20px);
    -moz-transform: scale(1.5,1.5) translate(10px, 20px); 
    transform: scale(1.5,1.5) translate(0px, -50px);
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s, height 2s, transform 2s;
} 

.cont img.zoom_att_left:hover {
	-webkit-transform: scale(3,3) translate(100px, -65px);
    -moz-transform: scale(3,3) translate(100px, -65px); 
    transform: scale(3,3) translate(100px, -65px);
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s, height 2s, transform 2s;
} 

.cont img.zoom_att_center:hover {
	-webkit-transform: scale(3,3) translate(0px, -65px);
    -moz-transform: scale(3,3) translate(0px, -65px); 
    transform: scale(3,3) translate(0px, -65px);
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s, height 2s, transform 2s;
} 

.cont img.zoom_att_right:hover {
	-webkit-transform: scale(3,3) translate(-100px, -65px);
    -moz-transform: scale(3,3) translate(-100px, -65px); 
    transform: scale(3,3) translate(-100px, -65px);
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s, height 2s, transform 2s;
} 

.cont img.zoom_equip_center:hover {
	-webkit-transform: scale(2.3,2.3) translate(0px, -65px);
    -moz-transform: scale(2.3,2.3) translate(0px, -65px); 
    transform: scale(2.3,2.3) translate(0px, -65px);
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s, height 2s, transform 2s;
}

.cont img.zoom_equip_left:hover {
	-webkit-transform: scale(2.3,2.3) translate(100px, -65px);
    -moz-transform: scale(2.3,2.3) translate(100px, -65px); 
    transform: scale(2.3,2.3) translate(100px, -65px);
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s, height 2s, transform 2s;
}
.cont img.zoom_equip_right:hover {
	-webkit-transform: scale(2.3,2.3) translate(-100px, -65px);
    -moz-transform: scale(2.3,2.3) translate(-100px, -65px); 
    transform: scale(2.3,2.3) translate(-100px, -65px);
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s, height 2s, transform 2s;
}

.cont img.zoom_org {
	height: 90%;
	width: 90%;
	width: expression(this.width > 914 ? 914: true);
	height: expression(this.height > 576 ? 576: true);
	padding-left: 50px;
}

.cont div.client {
	display: block;
	padding-bottom:  30px;
	height: auto;
}
.cont div.client img {
	float: left;
	padding: 0 20px;
	width: 20%;
	height: 20%;
}

.content .one-third a {
	display: block;
	padding: 10px;
	color: #555555;
	text-decoration: none;	
}

.content .one-third a.fl p {
	padding-bottom: 20px;
	font-size: 13px;
	font-weight: 200;
	line-height: 20px;
}

/*.content .one-third a:hover.fl {
	
	-webkit-box-shadow: 0px 0px 10px #94d9ff, 1px 1px 0 #94d9ff, -1px -1px 0 #94d9ff;
	        box-shadow: 0px 0px 10px #94d9ff, 1px 1px 0 #94d9ff, -1px -1px 0 #94d9ff;
	-webkit-transition: box-shadow .1s;
	-moz-transition: box-shadow .1s;
	transition: box-shadow .1s;
}*/



.features-table {
	font-family: 'Ubuntu Light', sans-serif;
    color:#666;
    font-size:12px;
    /*font-weight: 100;*/
    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
 
    border:#ccc 1px solid;
    border-collapse:separate;
 
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
 
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

.features-table {
	margin-bottom: 20px;
}
 
.features-table tbody tr td {
    padding: 5px 10px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
    /*background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);  */
}

.features-table tbody td:nowrap {
  white-space: nowrap;
}
 
.features-table thead {
	
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;
 
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}

.features-table thead td {
	/*font-weight:400;*/
	text-align: center;
	height: 50px;
}

.features-table thead.tb_tehplan td {
	height: 30px;
}

.features-table thead.tb_tehplan tr.obj {
	background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}

.baner {
    display: block;
    border-top: 1px solid #cfcfcf;
    padding-top: 30px;
}

.contact {
	padding: 30px 0 0 0;
	height: 280px;
	background-color: #f0f0f0;
	-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.15), inset 0 -1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 -1px 0 rgba(0,0,0,0.15), inset 0 -1px 0 rgba(0,0,0,0.1);
	box-shadow: 0 -1px 0 rgba(0,0,0,0.15), inset 0 -1px 0 rgba(0,0,0,0.1);
}
.contact h2 {
	margin: 0 auto 20px auto;
	padding-bottom: 10px;
	border-bottom: 1px dashed #cfcfcf;		
	width: 980px;
	text-align: center;
	text-shadow: 1px 1px 0 #ffffff;
}
.contact p {
	width: 980px;
	margin: 0 auto 20px auto;
	font-size: 16px;
	text-align: center;
	text-shadow: 1px 1px 0 #ffffff;
}
.all_span {
	display: block;
	background-color: #e2e2e2;
	height: 150px;
}
.balance {
	width: 980px;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
}
.inf {
	display: block;
	float: left;
	width: 300px;
	margin-right: 4%;	
}
.inf img {
	margin-right: 30px;
} 
.inf h3 {
	margin: 0;
	padding-bottom: 20px;
	font-size: 18px;
	text-shadow: 1px 1px 0 #ffffff;
}
.inf p {
	font-size: 14px;
	width: auto;
	text-align: left;
	font-weight: 100;
	/*text-shadow: 1px 1px 1px #000000; */
}
.inf.last {
	margin: 0;
}

footer {
	position: relative;
	display: block;
	float: left;
	background-color: #363636;
	width: 100%;
	/*height: 100px;*/
	/*line-height: 50px;*/
}
footer .foot {
	width: 960px;
	margin: 30px auto;
	font-size: 11px;
	color: #aaa;
	text-align: center;
}
footer .foot p {
	margin: 0 auto;
	width: 415px;
	text-shadow: 1px 1px 0 #000;
	z-index: 1;
}

@media only screen and (max-width: 700px){
	.h {
		padding-bottom: 0;
	}
	.head {
		margin: 0;
		width: 100%;
	}
	.head h1 {
		float: none;
		width: 100%;
		text-align: center;
		padding-bottom: 15px;
	}
	/*.mobile {
		display: none;
	}*/
	.mobile {
		display: block;
		width: 100%;
	}
	.mobile img{
		display: block;
	}

	img.menu-img {
		opacity: 0.6;
	}

	.accordion {
	  width: 100%;
	  max-width: 700px;
	  /*margin: 30px auto 20px;*/
	  background: #FFF;
	}

	.accordion .link {
	  cursor: pointer;
	  display: block;
	  padding: 15px 15px 15px 42px;
	  color: #4D4D4D;
	  font-size: 14px;
	  font-weight: 700;
	  border-bottom: 1px solid #CCC;
	  position: relative;
	  -webkit-transition: all 0.4s ease;
	  -o-transition: all 0.4s ease;
	  transition: all 0.4s ease;
	}

	.accordion li:last-child .link { border-bottom: 0; }

	.accordion li i {
	  position: absolute;
	  top: 16px;
	  left: 12px;
	  font-size: 18px;
	  color: #595959;
	  -webkit-transition: all 0.4s ease;
	  -o-transition: all 0.4s ease;
	  transition: all 0.4s ease;
	}

	.accordion li i.fa-chevron-down {
	  right: 12px;
	  left: auto;
	  font-size: 16px;
	}

	.accordion li.open .link { color: #b63b4d; }

	.accordion li.open i { color: #b63b4d; }

	.accordion li.open i.fa-chevron-down {
	  -webkit-transform: rotate(180deg);
	  -ms-transform: rotate(180deg);
	  -o-transform: rotate(180deg);
	  transform: rotate(180deg);
	}
	/**
	 * Submenu
	 -----------------------------*/


	ul.submenu {
	  display: none;
	  width: 100%;
	  max-width: 700px;
	  height: 40px;

	  background: #e7512f;
	  font-size: 14px;
	}

	ul ul.submenu li {/* border-bottom: 1px solid #ccc;*/ }

	ul ul.submenu li a {
	  display: block;
	  text-decoration: none;
	  color: #d9d9d9;
	  line-height: normal;
	  padding: 14px;
	  /*padding-left: 42px;*/
	  -webkit-transition: all 0.25s ease;
	  -o-transition: all 0.25s ease;
	  transition: all 0.25s ease;
	}

	ul.submenu a:hover {
	  background: #b63b4d;
	  color: #FFF;
	}

	.menu {
		display: none;
		/*width: 100%;
		height: auto;*/
	}
	/*nav {
		width: 100%;
		height: auto;
		background-color: #e7512f;

	}
	.h .menu ul ul li {
		float: none;
	}
	.h .menu ul ul li.active {
		margin: 0;
		padding: 0;
		height: auto;
	}
	.h ul ul li a {
		line-height: 30px;
	}*/
	img {
		display: none;
	}
	/*.content {
		margin: 0 10px;
	}*/

	#plan {
		display: block;
		overflow: hidden;
		width: 100%;
		height: 300px;
		padding-bottom: 20px;
	}
	#plan_big {
		display: none;
	}

	.content h1 {
		line-height: 1.5em;
	}
	.content h1.inv {display: none;}	
	.content p {
		padding-right: 10px;
		padding-left: 10px;
	}
	.content{
		width: 100%;
	}
	.cont {
		width: 96%;
		padding: 0 2%;
	}
	.content .one-third,
	.content .one-third.last {
		width: 96%;
		margin: 0 2%;
	}
	.contact .all_span {
		height: 260px;
	}

	.contact p,
	.contact h2,
	.contact .balance {
		width: 100%
	}
	.inf p, .inf h3 {text-align: center;}
	footer .foot,
	footer .foot p {
		width: 100%;
		/*min-height: 50px;*/
	}
}