body {
    background: #fff;
    color: #404553;
    font-family: 'font', Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    min-width: 1200px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'font2', Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
}

h1, .h1 {
    font-size: 40px;
    margin: 0;
}
.page_title {
    margin-bottom: 50px;
}

h2, .h2 {
    font-size: 30px;
    margin: 0 0 15px;
}

h3, .h3 {
    font-size: 24px;
    margin: 0 0 15px;
}

h4, h5, h6, .h4, .h5, .h6 {
    font-weight: bold;
}

p {
    padding: 0 0 1em 0;
}

a {
    color: #25408f;
    text-decoration: underline;
}
a:visited {
    color: #25408f;
}
a:hover, a:active, li a.active {
    color: #25408f;
}
a:focus {
    outline: none;
}
a:hover, a:active {
    outline: 0;
}

li ul,
li ol {
    margin: 0;
}
ul, ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}

/**
 * 2.LAYOUT
 */

.fix_width,
.container {
    margin: 0 auto;
    width: 1170px;
}

/* 3 columns */

body.two-sidebars #main {
    float: left;
    margin: 0 0 0 240px;
    padding: 0;
    width: 460px;
}

/* 2 columns: sidebar-first */

body.sidebar-first #main {
    float: right;
    margin: 0;
    padding: 0;
    width: 700px;
}

/* 2 columns: sidebar-second */

body.sidebar-second #main {
    float: left;
    margin: 0;
    padding: 0;
    width: 855px;
}

/**
 * 4.SIDEBARS
 */

/* 3 columns: sidebar-first */

body.two-sidebars #sidebar-first {
    float: left;
    margin: 0 0 0 -700px;
    padding: 0;
    width: 220px;
}

/* 3 columns: sidebar-second */

body.two-sidebars #sidebar-second {
    float: right;
    margin: 0;
    padding: 0;
    width: 220px;
}

/* 2 columns: sidebar-first */

body.sidebar-first #sidebar-first {
    float: left;
    margin: 0;
    padding: 0;
    width: 220px;
}

/* 2 columns: sidebar-second */

body.sidebar-second #sidebar-second {
    float: right;
    margin: 0;
    padding: 0;
    width: 270px;
}


/* end */


.breadcrumb {
    clear: both;
    padding: 0;
    margin: 50px 0;
}

/* admin tabs */

.tabs-wrapper {
    border-bottom: 1px solid #333;
    margin: 0 0 1.4375em;
}

ul.primary {
    border: none;
    margin: 0;
    padding: 0;
}

ul.primary li a {
    background: none;
    border: none;
    display: block;
    float: left;
    line-height: 1.5em;
    margin: 0;
    padding: 0 1em;
}

ul.primary li a:hover, ul.primary li a.active {
    background: #666;
    border: none;
    color: #fff;
}

ul.primary li a:hover {
    background: #888;
    text-decoration: none;
}

ul.secondary {
    background: #666;
    border-bottom: none;
    clear: both;
    margin: 0;
    padding: 0;
}

ul.secondary li {
    border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
    border: none;
    color: #ccc;
    display: block;
    float: left;
    line-height: 1.5em;
    padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
    background: #888;
    color: #fff;
    text-decoration: none;
}

ul.secondary a.active {
    border-bottom: none;
}

.clear {
    clear: both;
}

.alert a {
    color: #fff;
    text-decoration: underline;
}
.alert {
    background: #88c77e;
    padding: 15px 20px;
    color: #fff;
    font-weight: 300;
    border-radius: 2px;
    margin-bottom: 15px;
    font-size: 15px;
}
.alert.alert_error {
    background: #d96a6a;
}
.alert ul {
    margin: 0;
}
.alert li {
    margin-bottom: 8px;
}
.alert li:last-child {
    margin-bottom: 0;
}

b, strong {
    font-weight: bold;
}
i, em {
    font-style: italic;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

a:focus,
a:active {
    outline: none !important;
}

.sbHolder {
    display: inline-block;
    position: relative;
    z-index: 20;
    padding-right: 30px;
}
.sbOptions {
    position: absolute;
    left: 0;
    min-width: 100%;
    background: #fff;
    overflow: auto;
}
.sbOptions, .sbOptions li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sbOptions li a {
    display: block;
    padding: 5px 10px;
}
.sbSelector {
    white-space: pre;
    overflow: hidden;
    display: block;
    padding: 0 30px 0 10px;
}
.sbToggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    z-index: 10;
}

.table {
    display: table;
    width: 100%;
}
.td {
    display: table-cell;
    vertical-align: middle;
}
.tr {
    display: table-row;
}

.site_header .header {
    padding: 4px 0;
}
.site_header .header .right {
    float: right;
    padding: 6px 0;
}
.site_header .logo {
    float: left;
}
.site_header .logo img {
    display: block;
}
.site_header .header .right a {
    display: block;
    text-decoration: none;
}
.site_header .header .right .item {
    float: left;
    font-size: 18px;
    line-height: 30px;
    padding: 0 20px;
}
.site_header .header .right .item.login {
    font-size: 16px;
}
.site_header .header .right .item.login a {
    color: #333;
}
.site_header .header .right .item .ajax-progress {
    display: none;
}

.site_header .header .right a:hover {
    text-decoration: underline;
}
.site_header .header .right .item {
    border-right: 1px solid #c9c7df;
}
.site_header .header .right .item:last-child {
    border: medium none;
    padding-right: 0;
}

.site_header .center {
    background: #25408f;
}

.site_header div.menu ul,
.site_header div.menu ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site_header div.menu ul li {
    float: left;
}
.site_header div.menu ul li a {
    display: block;
    line-height: 53px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 2px 20px 0;
}
.site_header div.menu ul li:hover > a,
.site_header div.menu ul li:hover > a.active {
    background: #415db1;
}
.site_header div.menu ul li a.active {
    background: #556db5;
}
.site_header div.menu ul li li a.active:hover {
    background: #556db5;
}

.site_header div.menu ul li.first a {
    margin-left: 0;
}
.site_header div.menu ul li.last a {
    margin-right: 0;
}
.site_header div.menu ul li.expanded > a {
    text-decoration: none !important;
}

.site_header div.menu li li {
    float: none;
    display: block;
    margin: 0;
}
.site_header div.menu li {
    position: relative;
}
.site_header div.menu li:hover > ul {
    display: block;
}
.site_header div.menu li ul {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 20;
    background: #415db1;
    padding: 22px 0;
    display: none;
}
.site_header div.menu li li a {
    text-transform: unset;
    line-height: unset;
    white-space: pre;
    padding-top: 7px;
    padding-bottom: 7px;
}
.site_header div.menu li li a:hover {
    text-decoration: underline;
}

.site_header .center .right {
    float: right;
}
.site_header .center .right .item {
    float: left;
}
.site_header .center .right .search a {
    display: block;
    height: 55px;
    background: #8688b9;
    text-indent: -9999px;
    width: 55px;
    position: relative;
}
.site_header .center .right .search a:hover {
    background: #777aad;
}
.site_header .center .right .search a:after {
    background: url(../img/img.png) no-repeat scroll -30px 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    content: ' ';
    width: 30px;
    height: 30px;
}
.site_header .center .right .item:last-child {
    margin: 0;
}
.site_header .center .right .calc a {
    display: block;
    line-height: 53px;
    color: #fff;
    font-size: 15px;
    background: #dfa572;
    padding: 2px 13px 0 52px;
    text-decoration: none;
    position: relative;
}
.site_header .center .right .calc a:hover {
    background: #d79a64;
}
.site_header .center .right .calc a:after {
    background: url(../img/img.png) no-repeat;
    content: ' ';
    position: absolute;
    left: 10px;
    top: 50%;
    margin: -15px 0 0 0;
    width: 30px;
    height: 30px;
}

.promo {
    background: url("../img/b0.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    color: #fff;
    padding: 114px 0 341px;
    text-align: center;
    position: relative;
}
.promo:after {
    background: url(../img/img.png) no-repeat scroll -120px 0;
    width: 60px;
    height: 90px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 40px;
    content: ' ';
    z-index: 5;
}
.promo h1 {
    font-family: "font2";
    font-size: 70px;
}
.promo .advantages .title {
    font-size: 35px;
}
.promo .advantages {
    margin: 153px 0 0;
}
.promo .advantages .items .item {
    display: inline-block;
    font-size: 22px;
}
.promo .advantages .items .item {
    position: relative;
    padding: 139px 0 0;
    width: 296px;
}
.promo .advantages .items {
    margin: 36px 0 0;
}
.promo .advantages .items .item:after {
    background: url(../img/img.png) no-repeat scroll 0 -30px;
    width: 120px;
    height: 120px;
    content: ' ';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -60px;
}
.promo .advantages .items .item_2:after {
    background-position: 0 -150px;
}
.promo .advantages .items .item_3:after {
    background-position: 0 -270px;
}

.target {
    margin: 101px 0;
}
.target .text {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.95;
}
.target .wrap {
    border: 1px solid #e1e1e1;
    padding: 79px 118px;
}
.target .orange {
    color: #e69e5e;
    font-size: 39px;
    font-family: font2;
    margin: 85px 0 0;
    text-align: center;
    background: #fff;
    margin: 85px -20px -109px;
    padding: 0 20px;
}

body.front #container > .fix_width {
    width: auto;
}

.services .title {
    font-size: 45px;
    margin: 0 0 28px;
    text-align: center;
    padding-top: 15px;
}
.services {
    margin: 105px 0;
}
.services .item {
    background: #3451a5 none repeat scroll 0 0;
    color: #fff;
    float: left;
    width: 33.333%;
}
.services .item .in {
    color: #fff;
    display: block;
    height: 157px;
    text-decoration: none;
    font-size: 24px;
    text-align: center;
    padding: 236px 75px 0;
    line-height: 1.3;
    position: relative;
}
.services .item .name a {
    color: #fff;
    text-decoration: none;
}
.services .item .text,
.services .item .more {
    display: none;
}
.services .item:hover {
    background: #506dc0 !important;
}
.services .item .in:after {
    background: url(../img/img.png) no-repeat -120px -90px;
    width: 120px;
    height: 120px;
    content: ' ';
    position: absolute;
    top: 77px;
    left: 50%;
    margin-left: -60px;
}
.services .row .item.odd {
    background: #25408f;
}
.services .item_2 .in:after {
    background-position: -120px -210px;
}
.services .item_3 .in:after {
    background-position: -120px -330px;
}
.services .item_4 .in:after {
    background-position: -120px -450px;
}
.services .item_5 .in:after {
    background-position: -120px -570px;
}
.services .item_6 .in:after {
    background-position: -120px -690px;
}

.we_interested .title {
    font-family: font2;
    font-size: 40px;
    margin-bottom: 49px;
}
.we_interested .item {
    font-size: 20px;
    line-height: 1.8;
    margin: 0 150px 50px;
    padding-left: 90px;
    position: relative;
}
.we_interested .item:after {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    content: ' ';
    background: url(../img/img.png) no-repeat scroll -240px 0;
}
.we_interested .item_2:after {
    background-position: -240px -60px;
}
.we_interested .item_3:after {
    background-position: -240px -120px;
}
.we_interested .item_4:after {
    background-position: -240px -180px;
}
.we_interested .item_5:after {
    background-position: -240px -240px;
}

.statistic {
    color: #fff;
    margin: 130px 0 0;
    min-height: 880px;
    position: relative;

    background: url("../img/b1.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.statistic:after {
    top: 0%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 60px 185px;
    margin-left: -185px;
}
.statistic .left {
    float: left;
    width: 700px;
}
.statistic .left .title {
    font-family: font2;
    font-size: 40px;
    line-height: 1.75;
    padding: 325px 0;
}
.statistic .right {
    float: right;
    padding: 130px 0;
    width: 371px;
}
.statistic .right .title {
    font-family: font2;
    font-size: 40px;
    margin-bottom: 36px;
}
.statistic .right .item strong {
    color: #ffc795;
    font-size: 40px;
    font-weight: bold;
    margin: 0 6px;
}
.statistic .right .item {
    line-height: 27px;
    margin-bottom: 56px;
}
.statistic .right .item:last-child {
    margin-bottom: 0;
}

body.not-front .site_footer {
    margin-top: 70px;
}
body.page-services .site_footer {
    margin-top: 0;
}

.site_footer {
    background: #23252d none repeat scroll 0 0;
    color: #626570;
    padding: 50px 0 0;
}
.site_footer .left .logo a {
    background: rgba(0, 0, 0, 0) url("../img/img.png") no-repeat scroll -12px -398px;
    display: block;
    height: 43px;
    text-indent: -9999px;
    width: 96px;
}
.site_footer .left .logo {
    margin-bottom: 44px;
}
.site_footer .left .phone a, .site_footer .left .mail a {
    color: #ffc795;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
}
.site_footer .left {
    float: left;
    width: 299px;
}
.site_footer .center ul, .site_footer .center ul li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.site_footer .center {
    float: left;
}
.site_footer .center .title {
    font-size: 24px;
    margin: -8px 0 11px;
}
.site_footer .center ul li a {
    color: #a2a5b1;
    text-decoration: none;
}
.site_footer .center ul li a:hover {
    text-decoration: underline;
}
.site_footer .center ul li {
    margin-bottom: 6px;
}
.site_footer .center .item {
    float: left;
    width: 298px;
}
.site_footer .center .item li ul {
    display: none;
}
.site_footer .right {
    background: #fff none repeat scroll 0 0;
    float: right;
    width: 270px;
}
.site_footer .right .title {
    font-size: 18px;
    text-align: center;
    color: #25408f;
    padding: 22px 30px 34px;
    line-height: 1.7;
}
.site_footer .right .form {
    padding: 0 20px 30px;
}
.site_footer .right .form-actions {
    margin: 22px 0 0;
}
.site_footer .right .form-text {
    height: 47px;
    padding: 0;
    border: 1px solid;
    color: #c9c7df;
    border-radius: 0;
    text-align: center;
    text-indent: 0;
    max-width: 99%;
    color: #5d598a;
    font-size: 16px;
    font-family: 'font';
}
.site_footer .right .form-item {
    margin: 0 0 -1px;
}
.site_footer .right .form-item label {
    display: none;
}
.site_footer .right .form-actions .form-submit {
    height: 50px;
    background: #25408f;
    width: 100%;
    border: none;
    border-radius: 2px;
    font-size: 16px;
    font-family: font;
    color: #fff;
    padding: 0;
    cursor: pointer;
}
.site_footer .right .form-item-name .form-text {
    border-radius: 3px 3px 0 0;
}
.site_footer .right .form-item-contact .form-text {
    border-radius: 0 0 3px 3px;
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
    border: 1px solid red !important;
    position: relative;
    z-index: 5;
}
.site_footer .right .alert {
    font-size: 14px;
}
.site_footer .right .ajax-progress {
    display: none;
}

.editable-input textarea {
    min-width: 300px;
}

body.not-front .site_header {
    margin-bottom: 45px;
}

body.h1_with_img .page_title .container {
    display: table;
    max-width: 1600px;
    width: 100%;
    position: relative;

    background: url("../img/b2.jpg") no-repeat center center #4664a0;
}
body.h1_with_img .page_title .container h1 {
    display: table-cell;
    height: 400px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    padding: 0 25%;
}
body.page-services-proektirovanie-i-montazh-lokalnoi-seti .page_title .container {
    background-image: url(../img/b3.jpg);
}
body.page-services-nastroika-ip-telephonii .page_title .container {
    background-image: url(../img/b7.jpg);
}
body.page-services-ustanovka-i-montazh-sistem-videonabludeniya .page_title .container {
    background-image: url(../img/b8.jpg);
}
body.page-services-it-obsluzhivanie-compyuterov .page_title .container {
    background-image: url(../img/b8.jpg);
}
body.page-services-it-resheniya  .page_title .container {
    background-image: url(../img/b17.jpg);
}
body.page-blog .page_title .container,
body.term_page_vocab_1 .page_title .container,
body.term_page_vocab_2 .page_title .container {
    background-image: url(../img/b18.jpg);
}
body.page-contacts .page_title .container {
    background-image: url(../img/b19.jpg);
}
body.page-faq .page_title .container {
    background-image: url(../img/b20.jpg);
}
body.page-services-it-obsluzhivanie-compyuterov .page_title .container ,
body.page-node-34 .page_title .container ,
body.page-node-35 .page_title .container
{
    background-image: url(../img/b21.jpg);
}


body.h1_with_img.h1_with_content_img .page_title .container h1 {
    background: rgba(39, 42, 49, 0.7);
    text-shadow: 1px 0 #444;
}

.service_text {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.75;
    padding: 50px 65px;
    border: 1px solid #e1e1e1;
    text-align: center;
    position: relative;
    margin: 100px 0;
}

.service_text:after,
.service_text:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.service_text:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 60px 180px;
    margin-left: -180px;
}
.service_text:before {
    border-color: rgba(226, 226, 226, 0);
    border-top-color: #ccc;
    border-width: 61px 181px;
    margin-left: -181px;
}
.services_1c .items {
    margin-bottom: 70px;
}
.services_1c .items .td {
    padding: 30px 40px 115px;
    background: #8688b9;
    color: #fff;
    vertical-align: top;
    position: relative;
    width: 50%;
}
.services_1c .items .tr.odd .td.odd,
.services_1c .items .tr.even .td.even {
    background: #25408f;
}
.services_1c .items .title {
    font-size: 30px;
    font-family: font2;
    margin-left: 85px;
    display: table;
    line-height: 1.25;
}
.services_1c .items .title span {
    display: table-cell;
    height: 65px;
    vertical-align: middle;
}
.services_1c .items .icon {
    float: left;
}
.services_1c .items .text {
    font-size: 18px;
    line-height: 1.78;
    margin-top: 15px;
}
.services_1c .items .text ul {
    list-style: none;
    padding: 0;
}
.services_1c .items .text p:last-child {
    padding: 0;
}
.services_1c .items .order .ajax-progress {
    display: none;
}
.services_1c .items .order a {
    line-height: 49px;
    background: #dfa572;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    padding: 0 30px;
    border-radius: 3px;
}
.services_1c .items .order {
    position: absolute;
    bottom: 40px;
}

.services_1c .main_icon {
    width: 240px;
    height: 120px;
    background: url(../img/img.png) no-repeat scroll -240px -300px;
    margin: 41px auto;
}

.ui-widget-overlay {
    background: #23252d;
    opacity: 0.7;
}
.ui-dialog {
    background: #fff;
    padding: 0;
}
body .ui-dialog .ui-dialog-titlebar {
    display: block;
    font-family: font2;
    font-size: 40px;
    margin: 40px 50px;
    padding: 0;
}
.ui-dialog .ui-dialog-title {
    margin: 0;
    width: auto;
    text-align: center;
    float: none;
    display: block;
    text-overflow: unset;
}
.ui-dialog .ui-dialog-content {
    padding: 0 50px 50px;
}

.form-submit {
    background: #dfa572;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-family: font;
    font-size: 16px;
    height: 48px;
    padding: 2px 30px 0;
    border-radius: 3px;
}
.form-submit:hover {
    opacity: 0.8;
}
.form-text {
    border: 1px solid;
    border-radius: 3px;
    color: #5d598a;
    font-family: "font";
    font-size: 17px;
    height: 47px;
    max-width: 100%;
    padding: 0;
    text-indent: 12px;
    max-width: 100%;
}
.form-textarea {
    border: 1px solid;
    border-radius: 3px;
    color: #5d598a;
    font-family: "font";
    font-size: 17px;
    max-width: 100%;
    min-width: 100%;
    padding: 12px;
    max-width: 100%;
    vertical-align: top;


    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.grippie {
    display: none;
}

a.form-submit {
    display: inline-block;
    text-decoration: none;
    line-height: 47px;
    color: #fff !important;
}

.order_form_wrap .form-type-textfield label {
    display: none;
}
.ui-dialog .ui-dialog-title {
    white-space: pre-wrap;
    line-height: 1.3;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: url("../img/img.png") no-repeat scroll -300px 0;
    border: medium none;
    height: 23px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: -83px;
    top: -40px;
    width: 23px;
}
.order_form_wrap .form-type-textfield {
    margin: 0;
}
.order_form_wrap .form-item-name .form-text {
    border-radius: 3px 3px 0 0;
}
.order_form_wrap .form-item-contact .form-text {
    border-radius: 0 0 3px 3px;
}
.order_form_wrap .form-item-contact {
    margin-top: -1px;
}
.ui-dialog .alert {
    margin-bottom: 30px;
}
.ui-dialog form .form-actions {
    margin: 30px 0 0;
}
.ui-dialog form .form-submit {
    height: 55px;
    padding: 0 40px;
    font-size: 18px;
}

.ajax-progress {
    display: inline-block;
    text-indent: -9999px;
}

.breadcrumb .sep {
    display: inline-block;
    height: 5px;
    width: 5px;
    background: #404553;
    border-radius: 100px;
    position: relative;
    top: -2px;
    margin: 0 10px;
}

.how_we_work .box_title {
    font-size: 40px;
    font-family: font2;
    margin-bottom: 30px;
    text-align: center;
}
.how_we_work .items .title {
    font-size: 25px;
    text-align: center;
    margin: 0 auto 85px;
}

.how_we_work .items .icon {
    background: #25408f none repeat scroll 0 0;
    height: 120px;
    margin: -60px auto 35px;
    width: 120px;
    position: relative;
    z-index: 5;
}
.how_we_work .items .icon:after {
    content: ' ';
    position: absolute;
    width: 90px;
    height: 90px;
    margin: -45px 0 0 -45px;
    background: url(../img/img.png) no-repeat scroll -300px -150px;
    left: 50%;
    top: 50%;
}
.how_we_work .items .item_2 .icon:after {
    background-position: -390px -150px;
}
.how_we_work .items .item_3 .icon:after {
    background-position: -480px -150px;
}
.how_we_work .items .item_4 .icon:after {
    background-position: -570px -150px;
}
.how_we_work .items .item_5 .icon:after {
    background-position: -660px -150px;
}

.how_we_work .items .text {
    line-height: 1.7;
    width: 800px;
    margin: 0 auto;
}
.how_we_work .items .wrap {
    border-top: 2px dashed #25408f;
    border-right: 2px dashed #25408f;
    position: relative;
}
.how_we_work .items .wrap:after {
    content: ' ';
    height: 2px;
    width: 50%;
    position: absolute;
    top: -2px;
    left: 0;
    height: 2px;
    background: #25408f;
}
.how_we_work .items .wrap .in {
    position: relative;
    padding-bottom: 50px;
}
.how_we_work .items .wrap .in:after {
    top: 100%;
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(37, 64, 143, 0);
    border-top-color: #25408f;
    border-width: 8px;
    margin-left: -7px;
}
.how_we_work .items .item {
    margin-bottom: 0;
    position: relative;
}
.services_design_and_installation .about {
    font-size: 20px;
    line-height: 1.75;
    margin: 50px 0;
}
.how_we_work .items .item .num {
    color: #dadada;
    font-size: 80px;
    left: -20px;
    position: absolute;
    top: -47px;
}
.how_we_work .items .item.odd .wrap {
    border-right: 0;
    border-left: 2px dashed #25408f;
}
.how_we_work .items .item.odd .wrap .in:after {
    left: 0;
    margin-left: -9px;
}
.how_we_work .items .item.odd .num {
    right: -20px;
    left: auto;
}
.how_we_work .items .item .wrap {
    margin: 0 22px;
}
.how_we_work .items .item .wrap:after {
    left: auto;
    right: 0;
}
.how_we_work .items .item:last-child .wrap:after {
    background: #fff;
}
.how_we_work .items .item:last-child .wrap {
    border-right: none;
}
.how_we_work .items .item:last-child .wrap .in:after {
    display: none;
}

.sks_calc {
    background: #f6f6f6;
    margin: 50px 0;
}
.sks_calc .right {
    background: #25408f;
    width: 310px;
}
.sks_calc .td {
    padding: 40px 80px;
}
.sks_calc .right .order {
    width: 310px;
}
.sks_calc .right .order .form-actions .form-submit {
    text-align: center;
    width: 100%;
    padding: 0;
}
.sks_calc .right .price {
    color: #dfa572;
    font-size: 45px;
    font-family: font2;
    text-align: center;
    margin-bottom: 18px;
}
.sks_calc .right .label {
    font-size: 20px;
    font-family: font2;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}
.sks_calc .left .title {
    font-size: 40px;
    font-family: font2;
    margin-bottom: 40px;
}
.sks_calc .form .form-item label {
    float: left;
    width: 420px;
    margin: 12px 0 0;
    font-size: 18px;
}
.sks_calc .form .form-text {
    width: 80px;
    text-indent: 0;
    text-align: center;
    border-radius: 0;
    background: none;
    border-color: #d2d2d2;
}
.sks_calc .form .form-item {
    margin: 40px 0;
}
.sks_calc .form .form-actions {
    display: none;
}

.sks_calc .left .info {
    color: #f26179;
    position: relative;
    padding-left: 40px;
    margin-top: 60px;
}
.sks_calc .left .info:after {
    background: url(../img/img.png) no-repeat scroll -450px 0;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -17px;
    content: ' ';
}

.how_we_work .box_icon {
    width: 150px;
    height: 120px;
    background: url(../img/img.png) no-repeat scroll -300px -30px;
    margin: 0 auto 60px;
}

.ip_telephony .header .text {
    font-size: 20px;
    line-height: 1.75;
    margin: 60px 0;
}
.ip_telephony .items .item {
    float: left;
    width: 50%;
    background: #25408f;
    color: #fff;
    height: 450px;
}
.ip_telephony .items .item .img {
    height: 450px;
    background: url(../img/b4.jpg) no-repeat;
}
.ip_telephony .items .row_1 .img {
    background: url(../img/b5.jpg) no-repeat;
}
.ip_telephony .items .row_2 .img {
    background: url(../img/b6.jpg) no-repeat;
}
.ip_telephony .items .row_1 .item_0 {
    float: right;
    background: #8688b9;
}
.ip_telephony .items .row_2 .item_0 {
    background: #c9c7df;
    color: #444;
}
.ip_telephony .items .td {
    height: 450px;
    padding: 0 80px;
}
.ip_telephony .items .title {
    font-size: 25px;
    margin-bottom: 10px;
}
.ip_telephony .items .text {
    font-size: 20px;
    line-height: 1.8;
}
.ip_telephony .footer .td {
    padding: 0 80px;
}
.ip_telephony .footer .left .text {
    font-size: 19px;
    line-height: 1.6;
}
.ip_telephony .footer .left .title {
    font-size: 25px;
    margin-bottom: 10px;
}

.ip_telephony .footer .td.right .form,
.ip_telephony .footer .td.right {
    width: 371px;
}
.ip_telephony .footer .td.right {
    background: #f3f3f3;
    padding: 70px 107px 80px;
}
.ip_telephony .footer .td.right .title {
    font-size: 25px;
    color: #284f8b;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 50px;
}

.ip_telephony .footer {
    margin: 70px 0;
}

body.page-services #container > .fix_width,
body.page-blog #container > .fix_width,
body.page-contacts #container > .fix_width {
    width: auto;
}
.ip_telephony .row.odd {
    background: #f3f3f3;
}

.svm_header {
    margin: 70px 0;
}
.svm_header {
    font-size: 20px;
    line-height: 1.8;
}
.svm_header .header {
    margin: 0 0 82px;
}
.svm_header .center .right {
    width: 460px;
}
.svm_header .center .left {
    padding-right: 235px;
    text-align: right;
}
.svm_header .center .right .items .item {
    position: relative;
    padding-left: 100px;
    margin-bottom: 48px;
}
.svm_header .center .right .items .item:after {
    width: 90px;
    height: 90px;
    content: ' ';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -45px;
    background: url(../img/img.png) no-repeat scroll -480px -240px;
}
.svm_header .center .right .items .item:last-child {
    margin: 0;
}
.svm_header .center .left .text {
    position: relative;
}
.svm_header .center .left .text:after {
    position: absolute;
    right: -190px;
    top: 50%;
    margin: ;
    width: 150px;
    height: 150px;
    background: url(../img/img.png) no-repeat scroll -570px -390px;
    content: ' ';
    margin-top: -75px;
}
.svm_header .center .right .items .item_2:after {
    background-position: -480px -330px;
}
.svm_header .center .right .items .item_3:after {
    background-position: -480px -420px;
}
.svm_header .center .right .items .item_4:after {
    background-position: -480px -510px;
}

.svm_box_1 {
    margin: 113px 0 103px;
}
.svm_box_1 .td {
    height: 630px;
    width: 50%;
}
.svm_box_1 .td.left {
    background: url(../img/b9.jpg) no-repeat center;
}
.svm_box_3 .td.right {
    background: url(../img/b10.jpg) no-repeat center;
}
.svm_box_1 .td.right .text {
    font-size: 25px;
    line-height: 2;
    font-family: font2;
    margin: 0 12%;
    text-align: center;
    color: #fff;
}
.svm_box_1 .td.right {
    background: #25408f;
}

.svm_box_2 {
    margin: 100px 0;
}
.svm_box_2 .right, .svm_box_2 .right .form {
    width: 290px;
}
.svm_box_2 .right {
    background: #f3f3f3;
    padding: 26px 40px 40px;
}
.svm_box_2 .right .title {
    line-height: 1.55;
    color: #284f8b;
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
}
.svm_box_2 .left {
    font-size: 20px;
    line-height: 1.75;
    padding-right: 60px;
}

.consult_form_wrap label {
    display: none;
}
.consult_form_wrap .form-item {
    margin: 0;
}
.consult_form_wrap .form-item-contact {
    margin-top: -1px;
}
.consult_form_wrap .form-item-name .form-text {
    border-radius: 3px 3px 0 0;
}
.consult_form_wrap .form-item-contact .form-text {
    border-radius: 0 0 3px 3px;
}
.consult_form_wrap .form-actions .form-submit {
    width: 100%;
    background: #284f8b;
}
.consult_form_wrap .form-actions {
    margin: 22px 0 0;
}
.consult_form_wrap .alert {
    margin-bottom: 30px;
}

.svm_box_3 {
    margin: 80px 0;
}
.svm_box_3 .td {
    height: 675px;
    width: 50%;
}
.svm_box_3 .td.left .text {
    font-size: 25px;
    line-height: 2;
    font-family: font2;
    margin: 0 12%;
    text-align: center;
}
.svm_box_3 .td.left {
    background: #f3f3f3;
}

.svm_box_4 .title {
    font-size: 40px;
    font-family: font2;
    text-align: center;
    margin-bottom: 11px;
}
.svm_box_4 {
    margin: 86px 0;
}
.svm_box_4 .text {
    font-size: 25px;
    text-align: center;
    margin: 11px 0;
}
.svm_box_4 .items .item {
    float: left;
    background: url(../img/b11.jpg) no-repeat;
    width: 370px;
    margin-right: 30px;
    position: relative;
    height: 360px;
}
.svm_box_4 .items .item_2 {
    background-image: url(../img/b12.jpg);
}
.svm_box_4 .items .item_3 {
    background-image: url(../img/b13.jpg);
}
.svm_box_4 .items .item:last-child {
    margin-right: 0;
}
.svm_box_4 .items {
    margin: 41px 0 0;
}
.svm_box_4 .items .name {
    background: rgba(37, 64, 143, 0.7) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.75;
    position: absolute;
    text-align: center;
    width: 100%;
}
.svm_box_4 .items .name .in {
    padding: 17px 50px;
}
.svm_box_4 .icon {
    width: 150px;
    height: 150px;
    background: url(../img/img.png) no-repeat scroll -570px -240px;
    margin: 57px auto 14px;
}
.svm_box_4 .footer_text {
    font-size: 25px;
    text-align: center;
}

.services_1c .items .text ul li {
    position: relative;
    padding-left: 41px;
    line-height: 1.4;
    margin-bottom: 17px;
}
.services_1c .items .text ul li:after {
    background: url(../img/img.png) no-repeat -570px -540px;
    width: 570px;
    height: 540px;
    width: 21px;
    height: 16px;
    position: absolute;
    left: 5px;
    top: 2px;
    content: ' ';
}

.scts_box_3 {
    margin: 100px 0;
}
.scts_box_3 .items {
    display: table;
    width: 100%;
}
.scts_box_3 .items .item {
    display: table-cell;
    vertical-align: top;
    background: #25408f;
    border: 1px solid #fff;
    width: 33.333%;
    color: #fff;
    padding: 52px 35px 33px 111px;
    font-size: 18px;
    line-height: 1.95;
    position: relative;
}
.scts_box_3 .items .item:after {
    content: ' ';
    position: absolute;
    background: url(../img/img.png) no-repeat scroll -240px -420px;
    width: 90px;
    height: 90px;
    top: 45px;
    left: 12px;
}
.scts_box_3 .items .item_2:after {
    background-position: -330px -420px;
}
.scts_box_3 .items .item_3:after {
    background-position: -240px -510px;
}
.scts_box_3 .items .item_4:after {
    background-position: -330px -510px;
}
.scts_box_3 .items .item_5:after {
    background-position: -240px -600px;
}
.scts_box_3 .items .item_6:after {
    background-position: -330px -600px;
}

.scts_box_4 {
    background: #f2f2f2 none repeat scroll 0 0;
}
.scts_box_4 .td {
    width: 50%;
}
.scts_box_4 .one .title {
    font-size: 40px;
    font-family: font2;
    margin-bottom: 5px;
}
.scts_box_4 .one .text {
    font-size: 25px;
    margin: 5px 0 29px;
}
.scts_box_4 .one .right {
    height: 685px;
    background: url(../img/b15.jpg) no-repeat center;
}
.scts_box_4 .two .left {
    background: url(../img/b16.jpg) no-repeat center;
}
.scts_box_4 .one .left {
    padding: 0 10%;
}
.scts_box_4 .one .left .list ul,
.scts_box_4 .one .left .list li li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.scts_box_4 .one .left .list li {
    position: relative;
    font-size: 20px;
    margin: 29px 0;
    line-height: 1.7;
    padding-left: 60px;
}
.scts_box_4 .one .left .list li:after {
    content: ' ';
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(../img/img.png) no-repeat scroll -240px -690px;
    left: -8px;
    top: 50%;
    margin-top: -30px;
}
.scts_box_4 .td {
    line-height: 1.45;
}

.scts_box_1 .text {
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
}
.scts_box_1 {
    margin: 64px 0;
}

.scts_box_2 .text {
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
}
.scts_box_2 .title {
    font-family: font2;
    font-size: 45px;
    text-align: center;
}
.scts_box_2 .wrap {
    border: 1px solid #e1e1e1;
    padding: 46px;
}
.scts_box_2 .text {
    margin: 10px 0 0;
}
.scts_box_2 .text_2 {
    font-size: 25px;
    text-align: center;
    margin: 57px 65px -62px;
    background: #fff;
}

.scts_box_4 .two .title {
    font-family: font2;
    font-size: 40px;
    margin-bottom: 25px;
    line-height: 1.45;
}
.scts_box_4 .two .text {
    font-size: 20px;
    line-height: 1.8;
}
.scts_box_4 .two .right {
    padding: 0 10%;
}
.scts_box_4 .two .td {
    height: 685px;
}
.scts_box_4 {
    margin: 100px 0;
}

.scts_box_5 {
    margin: 100px 0;
}
.scts_box_5 .wrap {
    padding: 50px 60px 60px;
    background: #f6f6f6;
    font-size: 18px;
}
.scts_box_5 .title {
    font-size: 40px;
    font-family: font2;
    text-align: center;
    margin-bottom: 40px;
}

.calc_service_price .form-text.with_slider {
    width: 82px;
    background: none;
    border-radius: 0;
    border-color: #d2d2d2;
    text-align: center;
    text-indent: 0;
}

input[type=radio] {
    display: none;
}
input[type=radio] + label {
    position: relative;
    padding-left: 38px;
}
input[type=radio] + label:after {
    content: ' ';
    width: 30px;
    height: 30px;
    background: url(../img/img.png) no-repeat scroll -240px -750px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px;
}
input[type=radio]:checked + label:after {
    background-position: -240px -780px;
}

input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label {
    position: relative;
    padding-left: 38px;
}
input[type=checkbox] + label:after {
    content: ' ';
    width: 30px;
    height: 30px;
    background: url(../img/img.png) no-repeat scroll -240px -840px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -19px;
}
input[type=checkbox]:checked + label:after {
    background-position: -240px -870px;
}

.ui-slider-horizontal {
    height: 4px;
    background: #dfa572;
}
.ui-slider-horizontal .ui-slider-handle {
    background: url(../img/img.png) no-repeat scroll -270px -750px;
    width: 30px;
    height: 60px;
    margin-top: -17px;
    margin-left: -15px;
    cursor: pointer;
}
.ui_slider_ruler {
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #25408f;
}
.ui_slider_ruler span:first-child {
    float: left;
}
.ui_slider_ruler span:last-child {
    float: right;
}
.ui-slider-horizontal .ui-slider-range-min {
    background: #25408f;
}

form label {
    margin-bottom: 5px;
}

.calc_service_price label {
    font-size: 18px;
}
.calc_service_price .left {
    float: left;
    width: 490px;
}
.calc_service_price .right {
    float: right;
    width: 490px;
}
.calc_service_price .ui_slider_wrap {
    float: left;
    width: 380px;
    margin: 10px 24px 0 0;
}
.calc_service_price .form-item {
    margin: 30px 0;
}
.calc_service_price .form-radios .form-item {
    display: inline-block;
    margin: 0 30px 0 0;
}
.calc_service_price .form-checkboxes .form-item {
    margin: 20px 0;
}

.scts_box_5 .calc_box .footer {
    background: #25408f;
    color: #fff;
    padding: 30px;
    margin-top: 30px;
}
.scts_box_5 .calc_box .footer .left {
    width: 600px;
}
.scts_box_5 .calc_box .footer .right {
    width: 290px;
    background: #f3f3f3;
    color: #525662;
    padding: 40px;
}
.scts_box_5 .calc_box .footer .right .form {
    width: 290px;
}
.scts_box_5 .calc_box .footer .right .form .alert {
    margin-bottom: 20px;
}
.scts_box_5 .calc_box .footer .right .form .form-actions {
    margin: 20px 0 0;
}
.scts_box_5 .calc_box .footer .right .form .form-actions .form-submit {
    width: 100%;
    padding: 0;
    text-align: center;
    height: 55px;
    margin-bottom: 20px;
}
.scts_box_5 .calc_box .footer .right .form .form-actions .form-submit:last-child {
    margin: 0;
}
.scts_box_5 .calc_box .footer .right .form .form-item {
    margin: 0;
}
.scts_box_5 .calc_box .footer .right .form .form-type-textfield label {
    display: none;
}
.scts_box_5 .calc_box .footer .right .form .form-type-textfield {
    margin-top: -1px;
}
.scts_box_5 .calc_box .footer .right .form .form-text {
    border-radius: 0;
    border-color: #284f8b;
}
.scts_box_5 .calc_box .footer .right .form-item-name .form-text {
    border-radius: 3px 3px 0 0;
}
.scts_box_5 .calc_box .footer .right .form-item-mail .form-text {
    border-radius: 0 0 3px 3px;
}
.scts_box_5 .calc_box .footer .right .form-actions .form-submit:last-child {
    background: #8688b9;
}
.scts_box_5 .calc_box .footer .left {
    text-align: center;
}
.scts_box_5 .calc_box .footer .left .label {
    font-size: 20px;
    font-family: font2;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}
.scts_box_5 .calc_box .footer .left .label:after {
    position: absolute;
    left: -70px;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background: url(../img/img.png) no-repeat -420px -600px;
    content: ' ';
}
.scts_box_5 .calc_box .footer .left .value {
    color: #dfa572;
    font-size: 45px;
    font-family: font2;
    text-align: center;
}

.sis_items .item {
    padding: 65px 0;
}
.sis_items .item.even {
    background: #f3f3f3;
}
.sis_items .item .img {
    float: left;
    width: 370px;
}
.sis_items .item .img img {
    display: block;
}
.sis_items .item .info {
    margin: 0 260px 0 405px;
}
.sis_items .item .order {
    float: right;
}
.sis_items .item .order .ajax-progress {
    display: none;
}
.sis_items .item .title {
    font-size: 40px;
    font-family: font2;
    line-height: 1.3;
}
.sis_items .item .text {
    margin-top: 25px;
    line-height: 1.75;
}
.sis_items .item .text p:last-child {
    padding-bottom: 0;
}

.page_blog {
    margin: 50px 0;
}
.page_blog .item {
    margin: 40px 0;
}
.page_blog .img {
    float: left;
}
.page_blog .img img {
    display: block;
}
.page_blog .info {
    float: right;
    position: relative;
    z-index: 5;
    width: 555px;
}
.page_blog .info .title {
    background: #23252d;
    font-size: 30px;
    font-family: font2;
    color: #fff;
    margin: 30px 0 0 -85px;
}
.page_blog .info .title a {
    display: block;
    text-decoration: none;
    line-height: 1.5;
    padding: 20px 30px;
    color: #fff;
}
.page_blog .info .text {
    font-size: 18px;
    line-height: 1.65;
    margin: 20px 0;
}
.page_blog .info .categories a {
    color: #c1c1c1;
    text-decoration: none;
}
.page_blog .info .categories a:hover {
    text-decoration: underline;
}
.page_blog .info .categories {
    margin: 25px 0 0;
    color: #999;
}
.page_blog .info .text p:last-child {
    padding: 0;
}

div.node-blog .field-name-field-blog-categories {
    margin: 25px 0 0;
    color: #999;
}
div.node-blog .field-name-field-blog-categories .field-item {
    display: inline;
    margin-right: 8px;
}
div.node-blog .field-name-field-blog-categories .field-item:after {
    content: ',';
}
div.node-blog .field-name-field-blog-categories .field-item:last-child:after {
    display: none;
    margin-right: 0;
}
div.node-blog .field-name-field-blog-categories .field-item a {
    color: #999;
    text-decoration: none;
}
div.node-blog .field-name-field-blog-categories .field-item a:hover {
    text-decoration: underline;
}

.term_page_description {
    margin: 50px 0;
}

.item-list .pager li {
    border: 1px solid #cfcfcf;
    display: inline-block;
    font-size: 17px;
    line-height: 48px;
    margin: 0 -3px 0 -2px;
    min-width: 48px;
    padding: 0;
}
.item-list .pager li a {
    color: #000;
    display: block;
    padding: 0 8px;
    text-decoration: none;
    position: relative;
    vertical-align: top;
}
.item-list .pager li.pager-last, .item-list .pager li.pager-first {
    display: none;
}
.item-list .pager li.pager-current {
    font-weight: normal;
    background: #eee;
}

.item-list .pager li.pager-next a:after {
    background: url(../img/img.png) no-repeat scroll -300px -690px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 690px;
    width: 30px;
    height: 30px;
    content: ' ';
    margin: -15px 0 0 -15px;
}
.item-list .pager li.pager-next a {
    text-indent: -9999px;
}
.item-list .pager li.pager-next {
    margin-left: 40px;
}

.item-list .pager li.pager-previous a:after {
    background: url(../img/img.png) no-repeat scroll -330px -690px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 690px;
    width: 30px;
    height: 30px;
    content: ' ';
    margin: -15px 0 0 -15px;
}
.item-list .pager li.pager-previous a {
    text-indent: -9999px;
}
.item-list .pager li.pager-previous {
    margin-right: 40px;
}

.blog_categories {
    padding: 0 0 45px;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 40px;
}
.page_blog .pager_wrap {
    border-top: 1px solid #23252d;
    padding: 40px 0 0;
}

.blog_categories .items {
    margin-left: -27px;
}
.blog_categories .item {
    display: inline-block;
    border-right: 1px solid #c9c9c9;
    padding: 0 27px;
    margin: 10px 0;
}
.blog_categories .item:last-child {
    border-right: none;
}
.blog_categories a {
    line-height: 24px;
    font-size: 18px;
    text-decoration: none;
    color: #25408f;
    border-bottom: 2px solid #fff;
}
.blog_categories a.active,
.blog_categories a.active:hover {
    border-bottom-color: #dfa572;
    text-decoration: none;
}
.blog_categories a:hover {
    text-decoration: underline;
}

div.node-blog {
    position: relative;
    padding-left: 100px;
}
div.node-blog  .share {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}
div.node-blog .field-name-body {
    font-size: 18px;
    line-height: 1.7;
}

.ya-share2 ul, .ya-share2 ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ya-share2 ul li a {
}
.ya-share2 ul li a {
    width: 48px;
    height: 48px;
    border: 1px solid #25408f;
    border-radius: 3px;
    display: block;
    text-indent: -9999px;
    position: relative;
}
.ya-share2 ul li a:hover {
    background: #f1f1f1;
}
.ya-share2 ul li {
    margin-bottom: 10px;
}
.ya-share2 ul li a:after {
    content: ' ';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    background: url(../img/img.png) no-repeat scroll -360px -690px;
}
.ya-share2 ul li.ya-share2__item_service_twitter a:after {
    background-position: -360px -720px;
}
.ya-share2 ul li.ya-share2__item_service_vkontakte a:after {
    background-position: -360px -750px;
}

.new_publication {
    margin-bottom: 30px;
}
.new_publication .block_title {
    font-size: 30px;
    font-family: font2;
    margin: 0 30px;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 25px;
}
.new_publication .items .item {
    background: #f1f1f1;
    margin-bottom: 30px;
}
.new_publication .items .item:last-child {
    margin-bottom: 0;
}
.new_publication .items .item .title a {
    padding: 18px 24px;
    font-size: 18px;
    color: #444;
    text-decoration: none;
    display: block;
}
.new_publication .items .item .img img {
    display: block;
}

.blog_node_bnr {
    position: relative;
}
.blog_node_bnr .item .img img {
    display: block;
}
.blog_node_bnr .item {
    background: #25408f;
    text-align: center;
    color: #fff;
    font-family: font2;
    font-size: 30px;
    line-height: 1.4;
    margin: 30px 0;
    cursor: pointer;
}
.blog_node_bnr .item:first-child {
    margin-top: 0;
}
.blog_node_bnr .item:last-child {
    margin-bottom: 0;
}
.blog_node_bnr .item .text {
    padding: 15px 30px;
}
.blog_node_bnr .item .text p {
    padding: 0;
}

.similar_publication {
    background: #f1f1f1;
    padding: 35px 0;
    margin: 45px 0;
}
.similar_publication .block_title {
    font-size: 40px;
    font-family: font2;
    margin: 0 30px;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 30px;
}
.similar_publication .items .item {
    margin-right: 30px;
    float: left;
    width: 370px;
}
.similar_publication .items .item:last-child {
    margin-right: 0;
}
.similar_publication .items .item .title a {
    padding: 18px 0;
    font-size: 18px;
    color: #444;
    text-decoration: none;
    display: block;
}
.similar_publication .items .item .img img {
    display: block;
}

.contacts_page {
    margin: 100px 0 2px;
}
.contacts_page .td {
    width: 50%;
    padding: 80px 40px;
}
.contacts_page .left {
    background: #25408f;
    color: #fff;
    border-right: 2px solid #fff;
}
.contacts_page .right .form {
    width: 375px;
    margin: 0 auto;
}
.contacts_page .right {
    background: #f3f3f3;
}
body.page-contacts .site_footer {
    margin-top: 0;
}

.contacts_page .items .item {
    font-size: 20px;
    position: relative;
    margin: 60px 0;
    padding-left: 90px;
}
.contacts_page .items .item .name {
    font-size: 25px;
    font-family: font2;
}
.contacts_page .items .item:after {
    width: 90px;
    height: 90px;
    content: ' ';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -45px;
    background: url(../img/img.png) no-repeat scroll -480px -600px;
}
.contacts_page .items .item .value a {
    color: #fff;
    text-decoration: none;
}
.contacts_page .items {
    width: 375px;
    margin: 0 auto;
}
.contacts_page .items .item.address .value {
    white-space: pre-wrap;
}
.contacts_page .items .item.mail:after {
    background-position: -480px -690px;
}
.contacts_page .items .item.address:after {
    background-position: -480px -780px;
}

.contacts_form .alert {
    margin-bottom: 30px;
}
.contacts_form label {
    display: none;
}
.contacts_form .form-item {
    margin: 0 0 -1px;
}
.contacts_form .form-text {
    border-radius: 0;
    background: none;
}
.contacts_form .form-item-name .form-text {
    border-radius: 3px 3px 0 0;
}
.contacts_form .form-textarea {
    border-radius: 0 0 3px 3px;
    background: none;
    height: 130px;
}
.contacts_form .form-actions {
    margin: 30px 0 0;
}
.contacts_page .right .form .form-actions .form-submit {
    width: 100%;
    padding: 0;
    text-align: center;
    height: 58px;
    font-size: 18px;
}
.contacts_page .right .title {
    text-align: center;
    font-size: 27px;
    margin-bottom: 30px;
    font-family: font2;
}

body.page-services .services {
    margin: 0 0 2px;
}

.faq_header {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.75;
    padding: 50px 65px;
    border: 1px solid #e1e1e1;
    position: relative;
    margin: 100px 0;
}

.faq_header:after,
.faq_header:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.faq_header:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 60px 180px;
    margin-left: -180px;
}
.faq_header:before {
    border-color: rgba(226, 226, 226, 0);
    border-top-color: #ccc;
    border-width: 61px 181px;
    margin-left: -181px;
}
.faq_header .text {
    float: left;
    width: 740px;
}
.faq_header .goto_ask {
    float: right;
}
.faq_header .goto_ask a {
    font-size: 18px;
    line-height: 55px;
    height: 55px;
    padding: 0 60px;
}

.faq_items {
    margin: 50px 0;
}
.faq_items .header .td {
    background: #f2f2f2;
    vertical-align: top;
    padding: 20px 0 18px;
    font-size: 18px;
}
.faq_items .header .td.num {
    border-right: 1px solid #d5d5d5;
    width: 48px;
    text-align: center;
}
.faq_items .header .td.title {
    padding-left: 30px;
    padding-right: 100px;
}
.faq_items .text {
    padding: 35px 50px;
    background: #fff;
    border: 1px solid #fff;
    line-height: 1.8;
    display: none;

    -webkit-box-shadow: 0 0 25px -4px #ddd;
    box-shadow: 0 0 25px -4px #ddd;
}
.faq_items .text p:last-child {
    padding: 0;
}
.faq_items .header {
    position: relative;
    z-index: 5;
    cursor: pointer;
}
.faq_items .header:after {
    background: rgba(0, 0, 0, 0) url("../img/img.png") no-repeat scroll -570px -570px;
    content: " ";
    height: 30px;
    margin-top: -15px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 30px;
    display: none;
}
.faq_items .header.open:after {
    display: block;
}
.faq_items .item {
    margin-bottom: 30px;
}
.faq_items .item:last-child {
    margin: 0;
}
.faq_items .header.open .td {
    background: #25408f;
    color: #fff;
}

.faq_footer {
    margin: 50px 0;
}
.faq_footer .left {
    background: #253f8e;
    color: #fff;
    padding: 30px;
    text-align: center;
    width: 340px;
}
.faq_footer .right {
    background: #f3f3f3;
    padding: 30px 0;
}
.faq_footer .left .text {
    font-size: 20px;
    line-height: 1.7;
}
.faq_footer .left .phone {
    font-size: 30px;
}
.faq_footer .left .text {
    margin-bottom: 12px;
}
.faq_footer .right {
    padding: 40px;
}
.faq_footer .right .form label {
    display: none;
}
.faq_footer .right .form .form-item {
    margin: 0;
}
.faq_footer .right .form .form-text, .faq_footer .right .form .form-textarea {
    border-radius: 0;
}
.faq_footer .right .form .form-type-textfield {
    float: left;
    width: 345px;
    margin-bottom: -1px;
}
.faq_footer .right .form .form-item-name {
    margin-right: -1px;
    width: 346px;
}
.faq_footer .right .form .form-item-name .form-text {
    border-radius: 3px 0 0 ;
}
.faq_footer .right .form .form-item-contact .form-text {
    border-radius: 0 3px 0 0;
}
.faq_footer .right .form .form-item-text .form-textarea {
    border-radius: 0 0 3px 3px;
}
.faq_footer .right .form .form-actions .form-submit {
    padding: 2px 85px 0;
    height: 55px;
    font-size: 18px;
}
.faq_footer .right .form .form-actions {
    margin: 30px 0 0;
}
.faq_footer .right .form .alert {
    margin: 0 0 30px;
}


.scts_box_5 .wrap .info {
    color: #f26179;
    position: relative;
    padding-left: 40px;
    margin: 30px 0 -10px;
}
.scts_box_5 .wrap .info:after {
    background: url(../img/img.png) no-repeat scroll -450px 0;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -17px;
    content: ' ';
}

#block-site-admin .content {
    text-align: center;
    padding: 6px 0;
}
#block-site-admin .content ul, #block-site-admin .content ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
#block-site-admin .content ul li {
    display: inline-block;
    margin: 12px;
}
#block-site-admin .content {
    background: #b4e088;
}
#block-site-admin .content ul li a {
    color: #444;
    font-family: Trebuchet MS;
    font-size: 15px;
    text-decoration: underline;
    line-height: 1.5;
}

html:root*textarea {
    position: relative;
    left: 2px;
}

input[type=text],
input[type=password] {
    box-sizing : border-box;
}


body.browser_safari .form-textarea {
    position: relative;
    left: 2px;
}


.customer_login_form .form-item-type.form-type-radios {
    margin-bottom: 30px;
}
.customer_login_form .form-item-type .form-item {
    display: inline-block;
    margin-right: 20px;
}
.customer_login_form .form-type-textfield,
.customer_login_form .form-item-password {
    margin: -1px 0 0;
}
.customer_login_form .form-text {
    border-radius: 0;
}
.customer_login_form .form-item-name .form-text {
    border-radius: 3px 3px 0 0;
}
.customer_login_form .form-item-password .form-text {
    border-radius: 0 0 3px 3px;
}

#login_dialog .form-actions {
    margin: 40px 0 0 !important;
}
#login_dialog .alert {
    margin-bottom: 40px;
}
#login_dialog form .form-actions {
    text-align: center;
}
#login_dialog form .form-actions .form-submit {
    float: left;
    background: #284f8b;
}
#login_dialog form .form-actions a {
    display: inline-block;
    line-height: 55px;
    color: #444;
    text-decoration: none;
}
#login_dialog form .form-actions a:hover {
    text-decoration: underline;
}
#login_dialog form .form-actions .ajax-progress {
    display: none;
}

.search_page .form .form-item {
    float: left;
    margin: 0;
}
.search_page .form {
    margin-bottom: 50px;
}
.search_page .items {
    margin-bottom: 40px;
}
.search_page .items .item {
    margin-bottom: 10px;
}
.search_page .form .form-text {
    border-radius: 3px 0 0 3px;
}
.search_page .form .form-submit {
    border-radius: 0 3px 3px 0;
    height: 47px;
    border: 1px solid #dfa572;
    padding: 0 30px;
}
.search_page .form .form-item {
    margin-right: -1px;
}

#login_form_redirect {
    display: none;
}

form .captcha {
    margin: 20px 0;
}

.order_sks_form_wrap .form-item {
    margin: 0 0 -1px;
}
.order_sks_form_wrap .form-item-name .form-text {
    border-radius: 3px 3px 0 0;
}
.order_sks_form_wrap .form-item-contact .form-text {
    border-radius: 0 0 3px 3px;
}

.blog_node_bnr.fixed .items {
    width: 270px;
    position: fixed;
    top: 0;
    z-index: 30;
}

.scts_box_4,
.svm_box_1,
.svm_box_3 {
    max-width: 1920px;
    margin: 0 auto;
}

.ui-dialog.without_title .ui-dialog-title {
    display: none;
}
.ui-dialog.without_title .ui-dialog-titlebar {
    margin-bottom: 0;
    padding-top: 10px;
}

.services .item {
    position: relative;
}
.services .item .name .hover {
    display: none;
}
.services .item:hover .name .hover {
    display: block;
}
.services .item:hover .name .default {
    display: none;
}
.services .item:hover .in {
    height: 313px;
    padding: 40px 40px 40px 180px;
    text-align: left;
    background: #4e6bc0;
    outline: 20px solid #4e6bc0;
    z-index: 5;
    display: block;
    position: relative;

    -webkit-box-shadow: 0 0 30px 20px #203882;
    box-shadow: 0 0 30px 20px #203882;
}
.services .item:hover .in::after {
    left: 32px;
    margin: 0;
    top: 32px;
}
.services .item:hover .text,
.services .item:hover .more {
    display: block;
}
.services .item .text {
    font-size: 18px;
    left: 40px;
    line-height: 1.6;
    position: absolute;
    top: 170px;
    z-index: 5;
}
.services .item a {
    color: #fff;
    text-decoration: none;
}
.services .item:hover .more {
    bottom: 30px;
    left: 40px;
    position: absolute;
}
.services .item:hover .more a {
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 48px;
    padding: 0 45px;
    text-decoration: none;
}

.customer_login_form .form-actions .form-submit,
.customer_password_form .form-actions .form-submit {
    margin-right: 10px;
}

@media screen and (max-width: 1500px) {
    .services .item .name {
        font-size: 22px;
    }
}

.b-head_type_search-simple {
    display: none;
}

.blog_categories .children {
    clear: both;
    margin: 0 0 -15px -27px;
    padding: 12px 0 0;
}
.blog_categories .children a {
    color: #999;
    font-size: 16px;
}

.contact_map > ymaps, .contact_map {
    width: 100% !important;
    height: 480px !important;
}
.contact_map {
    background: #f1f1f1;
}

.subscribe_form .form-item {
    margin: 0 0 -1px;
}
.subscribe_form .form-actions {
    margin: 20px 0 0;
}
.subscribe_form .form-item-name .form-text {
    border-radius: 3px 3px 0 0;
}
.subscribe_form .form-item-mail .form-text {
    border-radius: 0 0 3px 3px;
}
.subscribe_form .form-actions .form-submit {
    border-radius: 3px;
    background: #25408f;
    width: 100%;
}

#block-site-subscribe .block-title {
    font-family: font2;
    font-size: 30px;
    line-height: 1.3;
    margin: 0 30px 25px;
    text-align: center;
}
#block-site-subscribe {
    margin: 50px 0;
}

.blogs_list .empty_img {
    background: url(../img/empty.png) no-repeat center #f1f1f1;
    width: 585px;
    height: 420px;
    text-indent: -9999px;
}
.similar_publication .empty_img {
    background: url(../img/empty.png) no-repeat center #ddd;
    width: 370px;
    height: 265px;
    text-indent: -9999px;
}

.ask_box {
    margin: 50px 0;
}
.ask_box .faq_footer {
    margin: 0;
}
.ask_box .block_title {
    font-size: 40px;
    font-family: font2;
    margin: 0 30px 10px;
    text-align: center;
    line-height: 1.3;
}
.ask_box .header {
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
}
.oreder_aud {
    float: left;
    padding: 5px 10px;
    height: inherit;
    margin: 5px 0 0px 10px;
}
.form_order {
    display: none;
    position: fixed;
    top: 100px;
    margin: 0 auto;
    background: #fff;
    left: 30%;
    padding: 18px 30px;
    z-index: 999;
}
.back_black {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    top: 0;
    left: 0;
    z-index: 9;
}
#result {
    display: none;
    position: fixed;
    top: 250px;
    z-index: 9999;
    background: green;
    color: #fff;
    padding: 10px 15px;
    font-size: 22px;
    left: 38%;
}
.mini_price td {
    padding: 10px 15px;
    border: 1px solid #253f8e;
    background: #f3f3f3;
}
.mini_price th:first-child {
    border-right: 1px solid #fff;
}
.mini_price th {
    padding: 10px 15px;
    background: #253f8e;
    color: #fff;
    border: 1px solid #253f8e;
}
.mini_price {
    margin: 0 auto;
}
.close_btn {
    content: 'X';
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 1.5em;
    padding: 1px 1px 1px 2px;
    text-decoration: none;
    text-shadow: none;
    text-align: center;
    font-weight: bold;
    background: #000;
    color: #fff;
    border: 3px solid #fff;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    height: 20px;
    cursor:pointer;
}
#submit_btn {
    height: 50px;
    background: #25408f;
    width: 100%;
    border: none;
    border-radius: 2px;
    font-size: 16px;
    font-family: font;
    color: #fff;
    padding: 0;
    cursor: pointer;
}
.soc_links img {
    width: 25px;
    margin: 10px 0;
}
.gallery_fancy img {
    width: 175px;
    /* display: block; */
    float: left;
    margin: 0 10px;
}
.our_clients_wrapper .title {
    margin: 0 auto;
    width: 295px;
}
.our_clients_wrapper img{
    width:150px;
    display:block;
    float:left;
}
.our_clients{
    width: 1170px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.our_clients img {
    opacity: 0.5;
}
.our_clients img:hover{
    opacity: 1;
}
.work_time {
    float: left;
    font-size: 15px;
    padding: 13px 0 0 17px;
}

