/*
Theme Name: Сетевые Решения
Author: Стас
*/

body, html {
    background: #fff;
    font-size: 15px;
    color: #0d3650;
    line-height: 20px;
    font-family: Arial, Verdana, sans-serif;
}

/*DEFAULT STYLES*/
* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    vertical-align: top;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    display: block;
    width: 100%;
    height: 43px;
    padding: 7px 10px 6px 24px;
    font-family: 'PT Sans', Arial, Verdana, sans-serif;
    border: #b1b4b9 1px solid;
    font-size: 15px;
    border-bottom-color: #d8dbdf;
    margin: 0 0 15px 0;
    outline: none;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -moz-box-shadow: inset 0 2px 2px -2px #bdbdbd;
    -webkit-box-shadow: inset 0 2px 2px -2px #bdbdbd;
    box-shadow: inset 0 2px 2px -2px #bdbdbd;
}

input[type="submit"] {
    border: none;
    font-family: 'PT Sans', Arial, Verdana, sans-serif;
}

textarea.error,
input[type="text"].error,
input[type="password"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="date"].error,
input[type="month"].error,
input[type="time"].error,
input[type="week"].error,
input[type="number"].error,
input[type="email"].error,
input[type="url"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="color"].error {
    width: 244px;
    height: 22px;
    border: #f01616 2px solid;
}

label.error {
    position: absolute;
    width: 87px;
    top: 0;
    left: 100%;
    margin: 0 0 0 -4px;
    height: 25px;
    padding: 13px 0 0 8px;
    background: url(../images/error_message.png) left no-repeat;
    overflow: hidden;
    font-size: 11px;
    line-height: 11px;
    text-align: center;
    color: #f01616;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.field {
    position: relative;
}


.send_button2, .order_button2 {
    min-height: 38px;
    font-family: 'Roboto',sans-serif;
    font-weight:400;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    display:inline-block;
    line-height: 38px;
    padding:0 20px;
    cursor: pointer;
	 background-color: #ffa900;
	border: 2px solid #ffa900;
	color: #ffffff;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
.send_button2:hover, .send_button2:focus, .order_button2:hover, .order_button2:focus{
	background-color: transparent;
	border: 2px solid #ffa900;
	color: #ffa900;
	outline: none;
    text-decoration: none;
}

input.order_button,
a.order_button,
input.send_button,
a.send_button {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 190px;
    height: 32px;
    padding: 9px 0 0 0;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: bold;
    text-shadow: #81a53f 1px 1px 1px;
    background: url(../images/send_buttons.png) 0 0 no-repeat;
}

input.order_button,
a.order_button {
    width: 130px;
    background: url(../images/order_buttons.png) 0 0 no-repeat;
}

input.send_button,
input.order_button {
    height: 41px;
    padding: 0 0 4px 0;
}

input.send_button:hover,
a.send_button:hover {
    background: url(../images/send_buttons.png) 0 -41px no-repeat;
    text-decoration: none;
}

input.send_button:active,
a.send_button:active {
    background: url(../images/send_buttons.png) 0 -82px no-repeat;
}

input.order_button:hover,
a.order_button:hover {
    background: url(../images/order_buttons.png) 0 -41px no-repeat;
    text-decoration: none;
}

input.order_button:active,
a.order_button:active {
    background: url(../images/order_buttons.png) 0 -82px no-repeat;
}

.title {
    font-size: 36px;
    line-height: 56px;
    color: #0d3650;
    font-weight: bold;
    text-align: center;
    margin: 0 0 52px 0;
}

.wrapper {
    width: 100%;
    min-width: 1000px;
    overflow: hidden;
}

/*HEADER*/
.header {
    width: 100%;
}

.header_container {
    width: 1000px;
    margin: 0 auto -1px;
    /*overflow:hidden;*/
}

.logo {
    float: left;
    margin: 20px 0 0 13px;
}

.header_text {
    float: left;
    text-align: center;
    color: #585858;
    margin: 37px 0 0 30px;
    line-height: 18px;
}

.header_phone_block {
    float: right;
    text-align: center;
    font-size: 14px;
    color: #000;
    margin: 17px 51px 0 0;
    position: relative;
}

.header_phone_text {
}

.header_phone {
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 4px 0;
}

.feedback_button {
    display: inline-block;
    border-bottom: #5285a5 1px dotted;
    color: #27668f;
    height: 18px;
}

.feedback_button:hover {
    border: none;
    padding-bottom: 1px;
    text-decoration: none;
}

.feedback_popup {
    display: none;
    position: absolute;
    top: 62px;
    right: -29px;
    width: 229px;
    height: 147px;
    padding: 58px 48px 35px 36px;
    background: url(../images/call_order_bg.png) top center no-repeat;
    z-index: 15;
}

.feedback_arrow {
    position: absolute;
    width: 23px;
    height: 11px;
    left: 50%;
    top: 4px;
    margin: 0 0 0 -11px;
    background: url(../images/top_arrow.png) no-repeat;
}

.feedback_popup .popup_close {
    right: 23px;
    top: 32px;
}

.feedback_form {
}

.feedback_form input {
    width: 204px;
    padding-left: 13px;
    margin: 0 0 13px 0;
}

.feedback_form input.error {
    width: 202px;
}

.feedback_form label.error {
    background: url(../images/error_message_bottom.png) left center no-repeat;
    margin: 0 0 0 2px;
    width: 92px;
    padding-left: 10px;
}

.feedback_form p {
    text-align: left;
}


.feedback_form input[type=submit] {
    width: 130px;
    height: 41px;
    padding: 0 0 4px 0;
    position: relative;
    top: 2px;
}

.feedback_success {
    color: #0d3650;
    margin: 30px 0 0 6px;
    display: none;
}

.feedback_success span {
    display: block;
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 9px 0;
}

.feedback_success p {
    font-size: 16px;
    line-height: 20px;
}

/*MENU*/
.menu {
    width: 100%;
    background: #fff url(../images/shadow_line.png) top center no-repeat;
    padding: 0 0 7px 0;
    position: relative;
    z-index: 10;
}

.is-sticky .menu {
    z-index: 20;
}

.is-sticky .menu_shadow {
    display: block;
}

.menu_shadow {
    display: none;
    position: absolute;
    width: 100%;
    height: 21px;
    bottom: -21px;
    background: url(../images/menu_shadow.png) repeat-x;
}

.menu_container {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.menu_container ul {
    list-style: none;
    float: left;
    margin: 22px 0 0 34px;
}

.menu_container ul li {
    float: left;
    margin: 0 61px 0 0;
}

.menu_container ul li a {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: bold;
}

.menu_container ul li.current a {
}

.menu_container ul li a:hover {
}

.menu_container a.send_button,
.menu_container input.send_button {
    /*background:url(../images/send_button_top.png) 0 0 no-repeat;*/
    float: right;
    margin: 12px 100px 0 0;
}
.menu_container .send_button2 {
    float: right;
    margin: 5px 100px 2px 0;
}
.menu_container .send_button2:active {
    box-shadow: 0px 0px 0px rgba(99, 2, 0, 0.9) inset;
    margin: 7px 100px 0 0;
}

/*.menu_container a.send_button:hover,
.menu_container input.send_button:hover {
  background:url(../images/send_buttons.png) 0 -41px no-repeat;
}
.menu_container a.send_button:active,
.menu_container input.send_button:active {
  background:url(../images/send_buttons.png) 0 -82px no-repeat;
}*/

/*CONTAINER
.container {
    width: 100%;
    overflow: hidden;
}*/

input {
	width: 100%;
	height: 43px;
	margin-bottom: 20px;
	line-height: 20px;
	padding-left: 15px;
	font-size: 15px;
	color: #000000;
}
textarea {
	 width: 100%;
	height: 170px;
	margin-bottom: 15px;
	padding: 15px 55px 15px 15px;
	font-size: 15px;
	color: #000000;
	line-height: 28px;
}
textarea {
	resize: none;
}
input:focus, textarea:focus, input:active, textarea:active{
	border: 1px solid #990007;
	outline: none;
}


/*ADVANTAGES*/

.advantages {
  margin:0 auto;
	padding: 35px 0 50px 0;
  overflow:hidden;border-top: 2px solid #990007;
}
.advantages_content {
  margin:61px auto 0;
  overflow:hidden;
}
.advantages_prices {
  padding:10px 0px 20px 0px;
  overflow:hidden;
}
.advantages_price {
  padding:0px 15px 0px 0px;
  font-size:20px;
  font-weight:bold;
  display:block;
  float:left;
}
.advantages_price span {
  font-weight:bold;
  font-size:14px;
  display:block;
overflow:hidden;
}
.advantages_price strike {
  font-weight:normal;
  font-size:12px;
}
.advantages_item {
  width:32%;
  height:300px;
  padding:15px 15px 10px 15px;
  overflow:hidden;
  float:left;
  margin:0 7px 8px 0;
  color:#fff;
}
.advantages_text {
  font-size: 26px;
  line-height: 32px;
  margin:0 0 10px 0;
}
.advantages_item .btn-custom {float:right;
}
.advantages_item p {
  width:280px;
  margin:0 0 17px 0;
  font-family: Arial, Verdana, sans-serif;
}
.advantages_item.color_1 {
  background:#91ba40;
}
.advantages_item.color_2 {
  background:#6c44a0;
}
.advantages_item.color_3 {
  background:#e16a1d;
}
.advantages_item.color_4 {
  background:#37859b;
}
.advantages_item.color_5 {
  background:#a1245d;
}
.advantages_item.color_6 {
  background:#ccbe3e;
}


/*-------------------------------------------------------------------*/
/*  9.PORTFOLIO / WORKS
/*-------------------------------------------------------------------*/
.work{
	background: url("../images/pattern.png"),url("../images/images.png");
	padding: 100px 0px;
	margin-bottom: 1px;
	border-bottom: 2px solid #990007;
	color:#fff;
}
.work h3{
	margin-top: 0px;
}
.work h4 span{
	color: #990007;
}
/*media screen*/
#serts .owl-theme .owl-controls .owl-buttons {
	top: 100px;
}
#serts .owl-theme .owl-item div {
	padding: 10px;
}
.order{
	padding: 100px 0px;
	margin-bottom: 1px;
	border-top: 2px solid #990007;
}
.order h3{
	margin-top: 0px;
}
.order h4 span{
	color: #990007;
}
/*media screen*/
#orders .owl-theme .owl-controls .owl-buttons {
	top: 130px;
}
#orders .owl-theme .owl-item div {
	padding: 10px;
}
.order-item{
	padding: 10px 10px;
	background-color: #f2f5f7;
	margin: 0px 10px;
	text-align:left;
	height:350px;
	overflow:hidden;
}
#refers .owl-pagination{
	display:none;
}
.refer-item{
	padding: 10px 50px;
	margin: 0px 10px;
	text-align:left;
	height:150px;
	overflow:hidden;
}
.refer-item_quote {
	position:relative;
	padding: 10px 50px;
	background-color: #eaebeb;color:#333;
}
.refer-item_quote:after {position:absolute;top:0px;left:0px;width:40px;height:40px;content:"";background: url("../images/5_1.png") no-repeat 0% 0%;}
.refer-item_quote:before {position:absolute;bottom:0px;right:0px;width:40px;height:40px;content:"";background: url("../images/5_2.png") no-repeat 0% 0%;}
.refer-item_autor {text-align:right;}

.reference-block {text-align:center;}
.reference-block img {margin:0 auto;}
.reference-block a {color:#fff;}
#grid .mix{
	display: none;
	opacity: 0;
}

/* Filter */
.portfolio-filters{
	list-style: none;
	padding: 0;
}
.portfolio-filters li{
	display: inline-block;
	border:1px solid #eeeeee;
	padding: 3px 10px;
	cursor: pointer;
	font-size: 12px ;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 700;
	color:#999;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.portfolio-filters li:hover,.portfolio-filters li.active{
	background-color: #990007;
	color:#fff;
	border-color:#990007;
}
.portfolio-items figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
}
.portfolio-items figure img {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition:all 400ms linear; 
	-moz-transition:all 400ms linear; 
	-o-transition:all 400ms linear; 
	-ms-transition:all 400ms linear; 
	transition:all 400ms linear;
}
.portfolio-items figure figcaption {
	color: #fff;
	font-size: 14px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.portfolio-items figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.portfolio-items figure h4 {
	font-weight: 500;
	text-transform: uppercase;
	padding: 7px;
	font-size: 15px;
}
.portfolio-items figure figcaption h4 a{
	color: #fff;
}
figure.port-effect {
	background: #000;
}
figure.port-effect figcaption {
	top: auto;
	bottom: 0;
	height: auto;
	background: rgba(153,0,7,0.9);
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
figure.port-effect:hover img{
	opacity: 0.8;
	-webkit-transform: scale(1.3) rotate(4deg);
	-moz-transform: scale(1.3) rotate(4deg);
	-ms-transform: scale(1.3) rotate(4deg);
	-o-transform: scale(1.3) rotate(4deg);
	transform: scale(1.3) rotate(4deg);
}
figure.port-effect:hover figcaption{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
@media (max-width: 1024px) {
	.portfolio-items figure h4 {
		font-size: 14px;
		padding: 5px;
	}
}
@media (max-width: 640px) {
	.portfolio-items figure h4 {
		font-size: 12px;
		padding: 4px;
	}
}
/*-------------------------------------------------------------------*/
/*  11.Video
/*-------------------------------------------------------------------*/
.video{
	position: relative;
	padding: 100px 0px;
	margin: 1px 0px;
	border-top: 2px solid #990007;
}
.video-page{
	padding-top: 80px;
}
.video .panel-title{
	font-size: 15px;
}
.video .panel-title a{
	display: block;
	width: 100%;
}
.video .panel-title a:hover{
	text-decoration: none;
}
.video .panel-title i{
	font-size: 20px;
	color: rgba(0,0,0,0.5);
}
.video .panel-heading{
	padding: 15px;
	border-radius: 3px;
}
.video .panel-default>.panel-heading {
	color: #fff;
	background-color: rgba(153,0,7,0.7);
	border-color: #bbb;
}
.video .panel-default{
	border: none;
}
.video .text{
   margin: 0px auto;
   overflow: hidden;
   float:none;
   font-size:18px;
}
.video .text h4{
   line-height: 150%;
}
.video .text span{
   margin-left: 0px;
}
.video-text iframe{
	display:block;
   margin: 0 auto;
}


/*-------------------------------------------------------------------*/
/*  10.FUN-FACTS
/*-------------------------------------------------------------------*/
.fun-fact{
	background:url("../images/pattern.png"),url("../images/img.png");
	padding: 100px 0;
	text-align: center;
}
.fun-fact h2{
	margin-bottom: 0px;
	font-weight: 400;
	line-height: 20px;
	color: rgba(255,255,255,0.77);
	text-transform: uppercase;
}
.fun-fact h5{
	font-size: 19px;
	margin-bottom: 0px;
	font-weight: 400;
	line-height: 20px;
	color: rgba(255,255,255,0.77);
}
.fun-fact i{
	color:#3faad9;
	font-size: 40px;
}
.fun-fact h1{
	color: #3faad9;
	font-size: 25px;
}
.fun-fact-item {text-align:center;}
.fun-fact-item img {margin:0 auto;}



/*-------------------------------------------------------------------*/
/*  11.ABOUT
/*-------------------------------------------------------------------*/
.about{
	position: relative;
	padding: 100px 0px;
	margin: 1px 0px;
	border-top: 2px solid #990007;
}
.about-page{
	padding-top: 80px;
}
#project-carosel {
	margin-right: 20px;
}
.about .panel-title{
	font-size: 15px;
}
.about .panel-title a{
	display: block;
	width: 100%;
}
.about .panel-title a:hover{
	text-decoration: none;
}
.about .panel-title i{
	font-size: 20px;
	color: rgba(0,0,0,0.5);
}
.about .panel-heading{
	padding: 15px;
	border-radius: 3px;
}
.about .panel-default>.panel-heading {
	color: #fff;
	background-color: rgba(153,0,7,0.7);
	border-color: #bbb;
}
.about .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ffffff;
}
.about .panel-group .panel {
   margin-bottom: 0;
   border-radius: 0px;
}
.about .panel-group .panel .panel-body{
	background: #ffffff !important;
	box-shadow: none;
	padding: 10px 0px;
	color: #555;
}
.about .panel-default{
	border: none;
}
.about .text{
   margin: 0px auto;
   overflow: hidden;
   float:none;
   font-size:18px;
}
.about .text h4{
   line-height: 150%;
}
.about .text span{
   margin-left: 0px;
}
.about .text img{
   margin: 0 10px 40px;
	display: inline-block;
	float: left;
}
.about-path {overflow:hidden;background: url("../images/about-path.png") no-repeat 50% 50%;}
.about-path p {display:block;float:left;width:65%;margin:20px;clear:both;}
.about-path p.text-right {float:right;}
.about-path p b {display:block;margin:10px 5px 0;float:left;width:40px;height:40px;font-size:40px;}
.about-path p.text-right b {float:right;}


.reference {
    width: 100%;
    min-height: 355px;
    color: #fff;
    background: #216491;
    overflow: hidden;
    text-align: center;
    margin: 0 0 54px 0;
}

.reference .title {
    font-size: 36px;
    color: #fff;
    margin: 53px 0 0 0;
}
.reference_form {
    width: 990px;
    overflow: hidden;
    border-top: #256289 1px solid;
    padding: 21px 21px 24px 21px;
    margin: 28px auto 0 auto;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.reference_video {
    width: 480px;
    height: 360px;
    background: #fff;
    float: left;
}

.reference_video iframe
{
    width: 480px;
    height: 360px;
}

.reference_right {
    float: right;
    width: 450px;
    margin: 0px 30px 0 0;
}
.reference_right p{
	text-align:left;
    padding: 0px 0px 15px 0px;
}
.reference_right span{
    color:#ccc;
}
.reference_right p img{
    float:left;
}



.copying {
    width: 100%;
    min-height: 500px;
    background: #216491 url(../images/20.jpg) center center no-repeat;
    color: #256289;
    padding: 0 0 50px 0;
}

.copying_container {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.copying_container .title {
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    margin: 49px 0 0 0;
}

.copying_form {
    width: 932px;
    overflow: hidden;
    border-top: #256289 1px solid;
    padding: 21px 21px 24px 21px;
    margin: 28px 0 0 11px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.copying_text {
    font-size: 16px;
    width: 500px;
    height: 305px;
    float: left;
}

.copying_text p{
text-align:center;
    padding: 0px 0px 15px 0px;
}

.copying_text .bqw{
    font-size: 12px;
}

.copying_image {
    width: 509px;
    height: 305px;
    background: #fff;
    float: left;
}

.copying_image iframe
{
    width: 509px;
    height: 305px;
}

.copying_form_right {
    float: right;
    width: 272px;
    margin: 0px 86px 0 0;
}

.copying_title {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 27px 2px;
}

.copying_form_right input {
    width: 238px;
    padding-left: 13px;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    border-color: #498aa8;
}

.copying_form_right input.error {
    width: 236px;
}

.copying_form_right input[type=submit] {
    width: 190px;
    padding-left: 0;
    margin: 12px 0 0 0;
}

.copying_info {
    overflow: hidden;
    margin: 51px 0 0 0;
}

.copying_info_left {
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
    float: left;
    margin: 0 0 0 113px;
    width: 375px;
}

.copying_info_right {
    float: left;
    margin: 1px 0 0 44px;
}

.copying_info_right ul {
    list-style: none;
}

.copying_info_right ul li {
    font-size: 18px;
    line-height: 30px;
}

.solution {
    width: 1000px;
    margin: 0 auto;
    /*overflow:hidden;*/
    padding: 40px 0 50px 0;
}

.solution .title {
    margin: 0 0 9px 0;
}

.solution .description {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
}

.solution .description .bigphone {
    font-size: 30px;
    color:#ff0000;
    line-height:45px;
}

.solution .title,
.solution .description {
    position: relative;
    z-index: 1;
}

.solution_table {
    background: #fff;
    width: 974px;
    min-height: 582px;
    margin: 69px 0 0 13px;
    font-family: Arial, Verdana, sans-serif;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -moz-box-shadow: 0 0 65px 15px #E6E3E3;
    -webkit-box-shadow: 0 0 65px 15px #E6E3E3;
    box-shadow: 0 0 65px 15px #E6E3E3;
}

.solution_row_list {
    width: 310px;
    margin: 0 0 0 22px;
    padding: 87px 0 0 0;
}

.solution_package {
    position: absolute;
    background: #fff;
    border: #d3d3d3 1px solid;
    top: -14px;
    bottom: -20px;
    text-align: center;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -moz-box-shadow: inset 0 0 0 5px #f6f5f1;
    -webkit-box-shadow: inset 0 0 0 5px #f6f5f1;
    box-shadow: inset 0 0 0 5px #f6f5f1;
}

.solution_table ul {
    list-style: none;
}

.solution_table ul li {
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 16px 0;
    /*line-height: 38px;*/
}

.solution_row_cost {
    font-weight: bold;
    margin: 56px 0 0 0;
    font-size: 14px;
    padding-bottom: 33px;
}

.solution_package.standard {
    width: 187px;
    right: 450px;
}

.solution_package.premium {
    width: 187px;
    right: 262px;
}

.solution_package.individual {
    width: 261px;
    right: 0;
}

.solution_title {
    font-size: 18px;
    font-weight: bold;
    margin: 55px 0 14px 0;
}

.solution_package ul {
    display: inline-block;
    width: 160px;
    color: #8bbc44;
}

.solution_package ul li {
    background: url(../images/dashed_line.png) bottom center no-repeat;
    margin: 3px 0 0 0;
    font-size: 14px;
    min-height: 31px;
    padding: 7px 0 0 0;
    font-weight: bold;
}

.solution_package ul li span {
    font-size: 32px;
    font-weight: normal;
}

.solution_package_cost {
    font-weight: bold;
    font-size: 14px;
    color: #8bbc44;
    margin: 43px 0 0 0;
}

.solution_text {
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    /*width:205px;*/
    margin: 65px 0 0 0;
    padding: 0 30px 0 31px;
}

.solution_text p {
    margin: 0 0 20px 0;
}

.choise {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto 9px;
    padding: 45px 0 0 0;
}
.choise .title {
    font-size: 32px;
}

.choise_list {
    margin: 0 0 0 0px;
}

.choise_row {
    width: 100%;
    overflow: hidden;
    margin: 0 0 50px 0;
}

.choise_item {
    min-width: 300px;
    float: left;
    margin: 0 10px 0 0;
}

.choise_item.choise_item_right {
}

.choise_item.choise_item_right .choise_image {
    width: 95px;
}

.choise_image {
    float: left;
    width: 83px;
    text-align: left;
}

.choise_text {
    float: left;
    width: 232px;
    padding: 7px 0 0 0;
}

.choise_text strong {
    display: inline-block;
    margin: 0 0 8px 0;
    font-size: 20px;
    line-height: 26px;
}

.choise_text p {
    font-family: Arial, Verdana, sans-serif;
}

.our_job {
    width: 100%;
    min-height: 355px;
    color: #fff;
    background: #216491 ;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 54px auto;
}

.our_job .our_job_container {
    width: 990px;
    margin: 0 auto 54px auto;

}

.our_job .title {
    font-size: 36px;
    color: #fff;
    margin: 53px 0 0 0;
}

.our_job_list {
    display: inline-block;
    overflow: hidden;
    margin: 48px 0 0 0px;
}

.our_job_list li {
    list-style: none;
    float: left;
    /*width:115px;*/
    width: 150px;
    margin: 0 25px 0 25px;
    text-align: left;
}

.our_job_list li.last {
    margin-right: 0;
}

.our_job_list li span {
    display: block;
    width: 59px;
    height: 44px;
    padding: 15px 0 0 0;
    margin: 0 0 15px 10px;
    text-align: center;
    background: url(../images/circle_icon.png) center center no-repeat;
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    color: #6dbdd0;
}

.our_job_list li p {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
}

.clients {
    width: 1000px;
    margin: 0 auto 63px;
    overflow: hidden;
}

.clients .title {
    font-size: 36px;
}

.clients_list {
    padding: 18px 0 0 0;
    margin: 0 0 0 -23px;
    text-align: center;
}

.bottom_form {
    background: #fff url(../images/shadow_line.png) top center no-repeat;
    padding: 55px 0 0 0;
    margin: 0 0 53px 0;
}

.bottom_form .title {
    font-size: 36px;
}

.bottom_form_block {
    width: 282px;
    margin: -8px auto 0;
    text-align: center;
    position: relative;
    left: 6px;
}

.bottom_form_block input {
    margin-bottom: 13px;
}

.bottom_form_block label.error {
    background: url(../images/error_message_bottom.png) left center no-repeat;
    margin: 0 0 0 2px;
    width: 92px;
    padding-left: 10px;
}

.bottom_form_block input[type=submit] {
    margin: 22px 0 0 0;
}

/*FOOTER*/
.footer {
    width: 1000px;
    margin: 0 auto;
    padding: 41px 0 35px 0;
    overflow: hidden;
    background: #fff url(../images/shadow_line.png) top center no-repeat;
    font-family: Arial, Verdana, sans-serif;
}

.footer p {
}

.copyright {
    float: left;
    margin: 0 0 0 35px;
}

.footer_info {
    float: left;
    margin: 0 0 0 235px;
}

.footer_phone {
    float: right;
    margin: 0 32px 0 0;
}

/*POPUPS*/
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: url(../images/popup_opacity_bg.png);
}

.popup_container {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -97px 0 0 -366px;
    background: #fff;
    width: 704px;
    padding: 54px 14px 57px 14px;
    text-align: center;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.popup_container p {
    font-size: 18px;
    line-height: 26px;
}

.popup_close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
    background: url(../images/popup_close.png) center center no-repeat;
}

.popup_title {
    font-size: 36px;
    line-height: 56px;
    font-weight: bold;
    margin: 0 0 2px 0;
}

/*FIX FOR IE8*/
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.copying_form,
.copying_form_right input,
.solution_table {
    position: relative;
    behavior: url(/PIE.htc);
    zoom: 1;
}

.solution_package,
label.error,
.popup_container {
    behavior: url(/PIE.htc);
    zoom: 1;
}

.clear {
    clear: both;
}

span.form-control-wrap {
    position: static !important;
}

.wpcf7-response-output
{
    display: none !important;
}

div.ajax-loader
{
    background: url(../images/AjaxLoader.gif) no-repeat;
    height: 24px;
    width: 24px;
    display: inline-block;
    position: relative;
    top: 9px;
    left: 5px;
}

.copying div.ajax-loader
{
    background: url(../images/AjaxLoader2.gif) no-repeat;
}



	ul.fliptimer {list-style-type:none;display:block;height:50px;overflow:hidden;margin:0 auto;}
	ul.fliptimer.nyaction {height:50px;width:350px; margin:15px auto 0;}
	ul.fliptimer li{float:left;background:url(../images/flipclock.png) 0 0 no-repeat;width:53px;height:64px}
	ul.fliptimer.nyaction li {background:url(../images/flipclock50.png) 0 0 no-repeat;width:38px;height:50px}
	ul.fliptimer li.seperator{padding:0 9px 0 3px;background:none;width:auto;font-size:18px;line-height:90px;vertical-align:bottom;}
	ul.fliptimer.nyaction li.seperator{line-height:75px;font-weight:normal;color:#000;text-shadow: 1px 0px 2px #555;}
	
	ul.countdowntimer {position:relative;list-style-type:none;display:block;height:85px;overflow:hidden;}
	ul.countdowntimer.nyaction {height:85px; margin:5px 0px;}
	ul.countdowntimer li{float:left;background:url(../images/lamps.png) 0 0 no-repeat;width:45px;height:85px}
	ul.countdowntimer li span{display:block;background:url(../images/countd_nums.png) 0 0 no-repeat;width:29px;height:48px;margin:30px 8px 0px;}
	ul.countdowntimer.nyaction li span {background:url(../images/countd_nums.png) 0 0 no-repeat;width:29px;height:48px;}
	ul.countdowntimer li.seperator{padding:0 9px 0 3px;background:none;width:auto;font-size:20px;line-height:90px;vertical-align:bottom;}
	ul.countdowntimer.nyaction li.seperator{line-height:135px;font-weight:normal;color:#c13b0c;text-shadow: 1px 0px 2px #555;}