/*
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: 246px;
    height: 24px;
    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;
    border: medium none;
    background-color: #e30400;
    box-shadow: 0px -3px 0px rgba(99, 2, 0, 0.9) inset;
    border-radius: 4px;
    font-family: 'Roboto',sans-serif;
    font-weight:400;
    border-color: #a12523;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display:inline-block;
    line-height: 38px;
    padding:0 20px;
    cursor: pointer;
}
.send_button2:hover, .send_button2:focus {
    color: #fff;
    text-decoration: none;
}
.send_button2:active {
    box-shadow: 0px 0px 0px rgba(99, 2, 0, 0.9) inset;
    margin: 7px 0 0 1px;
}

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;
}




.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;
}


/*ADVANTAGES*/

.advantages {
  width:990px;
  margin:34px auto 0;
  overflow:hidden;
}
.advantages .title {
    margin: 0 0 0px 0;
}
.advantages_content {
  width:990px;
  margin:0px 0 0 0;
  overflow:hidden;
}
.advantages_introtext {
  width:900px;
  font-size:16px;
  padding:30px 0 20px 10px;
margin:0 auto;
  overflow:hidden;
text-align:center;
}
.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:293px;
  height:280px;
  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 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;
}


.copying {
    width: 100%;
    min-height: 520px;
    background: #216491 url(../images/20.jpg) center center no-repeat;
    color: #256289;
    padding: 0 0 50px 0;
border-bottom: 3px solid #00B3FF;
}

.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: 325px;
    float: left;
}

.copying_text p{
text-align:center;
    padding: 0px 0px 15px 0px;
}
.bottom_form .bqw{
	margin:0 auto;
	width:650px;
	text-align:center;
    font-size: 14px;
}
.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: 36px;
}

.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;}