@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400|Roboto:300,400');

html {
    background: rgba(230, 244, 243, 0.5);
}

html, body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #454545
}

* {
    padding: 0;
    margin: 0;
    outline: 0;
    /*box-sizing: border-box*/
}

.body-content {
    min-height: 100vh;
    margin-bottom: -110px;
}

footer {
    /*position: relative;*/
    margin-top: 10px;
    min-width: 980px;
    height: 100px;
    font-size: 16px;
    color: #FFFFFF;
    background: #598e89;
}

footer a, footer a:active, footer a:visited, footer a:focus, footer a:hover {
    color: #70e8fe
}

footer nav.service-menu {
    margin: 0;
    padding-top: 30px;
}

footer .address {
    border-top: 1px solid #565656;
    /*color: #a0a0a0;*/
    font-size: 16px;
    line-height: 1em;
    text-align: center;
    padding: 10px 0 0;
    margin: 5px 0 0;
}

td svg {
    margin: 10px;
}

.icon-66bb6a {
    float: left;
    margin: 0 10px 5px 0;
    color: #68bb6c;
}

.icon-9ccc65 {
    float: left;
    margin: 0 10px 5px 0;
    color: #9ccc65;
}

.icon-d4e157 {
    float: left;
    margin: 0 10px 5px 0;
    color: #d4e157;
}

.icon-fbc02d {
    float: left;
    margin: 0 10px 5px 0;
    color: #fbc02d;
}

.icon-ffca28 {
    float: left;
    margin: 0 10px 5px 0;
    color: #ffca28;
}

.spin {
    -webkit-animation: spin 5s infinite cubic-bezier(0, 0, 0, 0.75);
    animation: spin 5s infinite cubic-bezier(0, 0, 0, 0.75);
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    40% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    40% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#wrapper {
    min-height: 100%;
    position: relative;
    min-width: 980px;
}

.center {
    position: relative;
    min-width: 980px;
    max-width: 1000px;
    margin: 0 auto;
    /*padding: 0 20px;*/

}

article .center {
    padding: 0;
}

a, a:active, a:visited {
    text-decoration: none;
    color: darkcyan;
}

a:focus, a:hover {
    text-decoration: underline
}

a img, a:active img, a:visited img, a:hover img, a:focus img {
    border: 0;
    outline: 0
}

h1 {
    text-align: center;
    font: 36px/36px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    margin: 0 0 20px;
}

h3 {
    text-align: center;
    font: 24px/24px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    margin: 0 0 22px;
}

h4, .h4 {
    font: 24px/24px 'Roboto', sans-serif;
    margin: 15px 0 10px;
}

blockquote {
    position: relative;
    width: 765px;
    min-height: 50px;
    margin: 35px auto;
    padding: 10px 60px 10px 100px;
    background: #d5e0e3 url('img/blockquote.png') 10px 50% no-repeat;
}

blockquote.leftside {
    width: 690px;
    margin: 35px 0 55px 35px;
}

.summary {
    background: #d3f08f;
    font-size: 24px;
    margin: 60px 0 30px;
    padding: 31px 25px;
    text-align: center;
    text-decoration: underline;
}

header {
    /*background: #fff;*/
    font-size: 16px;
    padding: 120px 0 0;
}

@media only screen and (min-width: 1301px) {
    header {
        background-size: 100%
    }
}

header nav.top {
    height: 95px;
    /*margin: 0 0 25px;*/
    /*background: #bfbfbf; !* menu color *!*/
    background: #009688;
    line-height: 45px;
    color: #a0a0a0;
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    box-sizing: border-box;
}

header nav.top a {
    color: #ffffff;
}

header nav.top .menu > li {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

/*header nav.top .menu .sub-menu {*/
/*position: absolute;*/
/*z-index: 10000;*/
/*display: none;*/
/*left: -1px;*/
/*top: 100%;*/
/*!*background: #bfbfbf; !* menu color *!*!*/
/*background: #33ab9f;*/
/*width: 100%;*/
/*padding: 0 0 7px;*/
/*font-size: 14px;*/
/*line-height: 1em;*/
/*text-align: left;*/
/*list-style-type: none;*/
/*border: 1px solid #565656;*/
/*border-top: 0;*/
/*}*/

header nav.top .menu > li > a {
    text-decoration: underline
}

/*header nav.top .menu > li.menu-item-has-children > a {*/
/*text-decoration: none*/
/*}*/

/*header nav.top .menu > li.menu-item-has-children:hover {*/
/*border-left: 1px solid #565656;*/
/*border-right: 1px solid #565656*/
/*}*/

/*header nav.top .menu > li:hover .sub-menu {*/
/*display: block*/
/*}*/

/*header nav.top.handheld .menu > li:hover .sub-menu {*/
/*display: none*/
/*}*/

/*header nav.top .menu .sub-menu.showed {*/
/*display: block*/
/*}*/

header nav.top .menu .sub-menu li {
    margin: 0 10px;
    padding: 0 0 10px
}

header nav.top .menu .sub-menu li:first-child {
    /*border-top: 1px solid #565656;*/
    padding-top: 16px
}

header .logo, header .contact {
    font-family: 'Roboto Condensed', sans-serif
}

header .logo {
    position: relative;
    display: block;
    float: left;
    width: 370px;
    letter-spacing: 0;
    /*margin: 0 0 30px;*/
    color: #454545;
    text-decoration: none;
}

header .logo img {
    margin: 5px 0 0;
}

.logo .slogan {
    display: block;
}

header .contact {
    position: relative;
    float: left;
    width: 220px;
    font-size: 24px;
    /*line-height: 1.3em;*/
    text-align: center;
    /*margin: 0 0 20px;*/
}

header .contact a {
    color: #454545
}

header .rightblock {
    position: relative;
    float: right;
    width: auto;
    /*min-height: 113px;*/
    width: 170px;
    margin: 0 0 0 43px;
}

header .time-block {
    float: right;
    width: 120px;
    box-sizing: border-box;
    border: 1px solid #dee0e2;
    margin: 4px 0 0;
    padding: 3px 12px 5px;
    text-align: center;
    font-size: 15px;
}

header .time {
    position: relative;
    margin: -4px 0 -8px;
    padding: 3px 0 7px;
    font-size: 14px;
    /*news-year background:#fff;*/
}

header .time span.days-hours {
    display: inline-block;
    border-top: 1px solid #dee0e2;
    padding: 3px 0 0;
    margin: 5px auto 0;
    font-size: 16px;
}

header .time span.days-hours span {
    padding: 0 0 0 7px
}

header .calc {
    display: block;
    padding: 0 0 0 40px;
    margin: 0 0 12px;
    background: url('img/calc.png') 0 3px no-repeat;
    line-height: 1.2em;
}

.team {
    display: block;
    width: 300px;
    height: 90px;
    margin: 15px auto 25px;
    color: #fff;
    font-size: 13px;
    line-height: 1em;
    letter-spacing: -.45px;
    text-decoration: none;
    padding: 15px 0 0;
    text-align: center;
    background: #0066ce; /* Old browsers */
    background: -moz-linear-gradient(top, #0066ce 0%, #006dd4 25%, #0080e2 62%, #008eeb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0066ce 0%, #006dd4 25%, #0080e2 62%, #008eeb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0066ce 0%, #006dd4 25%, #0080e2 62%, #008eeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0066ce', endColorstr='#008eeb', GradientType=0); /* IE6-9 */
}

.team span {
    display: block;
    padding: 50px 0 0;
    background: url('img/teamviewer.png') 50% 0 no-repeat;
}

nav.service-menu {
    margin: 30px 0 0;
    padding: 25px 0 15px 85px;
    position: relative;
    clear: both;
    overflow: hidden;
    color: #a0a0a0;
}

header nav.service-menu {
    border-top: 1px solid #dee0e2;
}

.service-menu-col {
    float: left;
    width: 240px;
    margin: 0 30px;
}

.service-menu-col:last-child {
    width: 140px;
}

.service-menu-col ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.service-menu-col ul li {
    padding: 0 0 10px;
    margin: 0
}

article .content ul.text-pad {
    margin: 10px 0 15px 30px
}

p.text-pad {
    margin: 0 0 25px
}

.sks-info {
    background: #51afc3;
    /*margin: 30px 0;*/
    font-size: 20px;
    color: #fff;
}

.sks-info div {
    height: 119px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    /*padding: 0 50px 0 210px;*/
}

.breadcrumbs {
    background: url('img/bg-br.png');
    color: #a0a0a0;
    line-height: 20px;
    letter-spacing: -.7px;
    padding: 3px 20px 8px;
}

.breadcrumbs .arr {
    padding: 0 6px 0 5px;
    background: url('img/arr.png') 8px 8px no-repeat;
}

.service-top {
    padding: 40px 20px 10px;
    overflow: hidden;
    background: #80cbc4;
}

.service-top.service-sisadmin,
.service-top.service-org {
    background: #80cbc4;
}

.service-top.service-network,
.service-top.service-wifi,
.service-top.service-lvs,
.service-top.service-sks {
    background: #a5d6a7;
}

.service-wifi + .content p {
    margin: 0 0 25px
}

.service-top.service-server,
.service-top.service-server-2,
.service-top.service-server-3,
.service-top.service-server-4 {
    background: #c5e1a5;
}

.service-top.service-video,
.service-top.service-video-2,
.service-top.service-video-3 {
    background: #e6ee9c;
}

.service-top.service-cisco,
.service-top.service-cisco-ip {
    background: #fff59d;
}

.service-top.service-ip,
.service-top.service-ip-crm {
    background: #ffe082;
}

.service-top.service-cloud {
    background: rgba(57, 146, 162, 0.3) url('img/cloud/bg-s.png');
    color: #fff;
}

.service-top.service-virtual {
    background: rgba(143, 231, 230, 0.2) url('img/virtual/bg-s.png');
}

.service-top.service-cloud-1c {
    background: rgba(238, 220, 69, 0.35) url('img/cloud/bg-s-2.png');
}

.service-top.service-hosting {
    background: rgba(155, 173, 236, 0.2) url('img/hosting/bg-s.png');
}

.service-top.service-apache {
    background: rgba(160, 51, 132, 0.2) url('img/server/bg-s-5.png');
}

.service-top.service-vpn {
    background: rgba(70, 167, 72, 0.2) url('img/vpn/bg-s.png');
    color: #fff;
}

.service-top.service-video-3 .service-top-text {
    width: 530px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.service-top.service-skud {
    background: rgba(57, 146, 162, 0.2) url('img/skud/bg-s.png');
    color: #fff;
}

.service-top.service-skud-2 {
    background: rgba(113, 204, 220, 0.1) url('img/skud/bg-s-2.png');
}

.service-top.service-skud-3 {
    background: rgba(77, 180, 199, 0.1) url('img/skud/bg-s-3.png');
}

.service-top.service-ats {
    background: rgba(200, 217, 255, 0.2) url('img/ats/bg-s.png');
}

.service-top.service-ats-2 {
    background: rgba(143, 211, 244, 0.2) url('img/ats/bg-s-2.png');
    padding-bottom: 40px;
}

.service-top.service-opt {
    background: rgba(45, 114, 179, 0.1) url('img/opt/bg-s.png');
    padding-bottom: 50px;
    color: #fdfdfd;
}

.service-top h1 {
    text-align: center;
    font: 36px/36px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.service-top h3, .service-top .h3 {
    text-align: center;
    font: 24px/24px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    margin: 0 0 22px;
}

.service-top p {
    margin: 0 0 20px;
}

.service-top.service-ats-2 p {
    margin: 0
}

.service-top-text .conclusion {
    text-align: left;
}

.service-top-text {
    /*padding: 0 120px 0 160px;*/
}

.service-1c .service-top-text {
    width: 460px;
    margin: 0 auto;
    padding: 0;
}

.service-network .service-top-text {
    width: 610px;
    margin: 0 0 0 180px;
    padding: 0;
}

.service-cisco .service-top-text {
    /*margin: 0 160px 0 95px;*/
    padding: 0 0 5px 165px;
    background: url('img/cisco/cisco.png') 0 5px no-repeat;
}

.service-server .service-top-text {
    width: 360px;
    padding: 8px 0 12px;
    margin: 0 auto;
}

.service-server .service-top-text p {
    margin: 0;
}

.service-vpn .service-top-text {
    padding-bottom: 15px;
}

.service-vpn .service-top-text p {
    margin: 0;
}

.service-video .service-top-text {
    padding: 0 120px 15px 205px;

}

.service-video .service-top-text p {
    margin: 0;
}

.service-skud .service-top-text {
    padding: 0 0 20px 200px;
}

.service-skud .service-top-text p {
    margin: 0;
}

.service-cisco h1 {
    margin: 0 0 25px;
}

.conclusion {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}

article .content {
    background: url(img/bg.png);
    padding: 20px 45px 50px;
}

article .content + .content {
    padding-top: 0;
    margin-top: -20px;
}

div.title, h2.title {
    text-align: center;
    font: 36px/42px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    margin: 20px 0;
}

.title-m {
    text-align: center;
    font: 28px/32px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    margin: 50px 0 20px;
}

.service-video-2 + .content .title-m {
    margin-top: 35px;
}

div.title-s {
    text-transform: none;
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
}

.list-icon-big {
    position: relative;
    overflow: hidden;
    padding: 15px 25px 0;
}

.list-icon-big-col {
    position: relative;
    float: left;
    width: 33.33%;
    text-align: center;
    height: 250px;
    overflow: hidden;
    margin: 0 0 20px;
}

.list-icon-big-col-icon {
    width: 180px;
    height: 180px;
    border: 2px solid #3992a2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 auto 10px;
}

.b1 {
    background: url('img/outsource/icon-big1.png') 50% 50% no-repeat;
}

.b2 {
    background: url('img/outsource/icon-big2.png') 50% 50% no-repeat;
}

.b3 {
    background: url('img/outsource/icon-big3.png') 50% 50% no-repeat;
}

.b4 {
    background: url('img/outsource/icon-big4.png') 50% 50% no-repeat;
}

.b5 {
    background: url('img/outsource/icon-big5.png') 50% 50% no-repeat;
}

.b6 {
    background: url('img/outsource/icon-big6.png') 50% 50% no-repeat;
}

.service-1c .b1 {
    background: url('img/1c/icon-big1.png') 50% 50% no-repeat;
}

.service-1c .b2 {
    background: url('img/1c/icon-big2.png') 50% 50% no-repeat;
}

.service-1c .b3 {
    background: url('img/1c/icon-big3.png') 50% 50% no-repeat;
}

.service-1c .b4 {
    background: url('img/1c/icon-big4.png') 50% 50% no-repeat;
}

.service-1c .b5 {
    background: url('img/1c/icon-big5.png') 50% 50% no-repeat;
}

.service-1c .b6 {
    background: url('img/1c/icon-big6.png') 50% 50% no-repeat;
}

.list-icon-big.service-server {
    padding: 15px 10px 0;
}

.service-server .list-icon-big-col {
    width: 25%;
    height: 260px;
}

.service-server .list-icon-big-col-icon {
    width: 170px;
    height: 170px;
    border: 2px solid #3992a2;
}

.service-server .b1 {
    background: url('img/server/icon-b1.png') 50% 50% no-repeat;
}

.service-server .b2 {
    background: url('img/server/icon-b2.png') 50% 50% no-repeat;
}

.service-server .b3 {
    background: url('img/server/icon-b3.png') 50% 50% no-repeat;
}

.service-server .b4 {
    background: url('img/server/icon-b4.png') 50% 50% no-repeat;
}

.service-server .b5 {
    background: url('img/server/icon-b5.png') 50% 50% no-repeat;
}

.service-server .b6 {
    background: url('img/server/icon-b6.png') 50% 50% no-repeat;
}

.service-server .b7 {
    background: url('img/server/icon-b7.png') 50% 50% no-repeat;
}

.service-server .b8 {
    background: url('img/server/icon-b8.png') 50% 50% no-repeat;
}

.service-vpn .b1 {
    background: url('img/vpn/icon-b1.png') 50% 50% no-repeat;
}

.service-vpn .b2 {
    background: url('img/vpn/icon-b2.png') 50% 50% no-repeat;
}

.service-vpn .b3 {
    background: url('img/vpn/icon-b3.png') 50% 50% no-repeat;
}

.service-vpn .b4 {
    background: url('img/vpn/icon-b4.png') 50% 50% no-repeat;
}

.service-vpn .b5 {
    background: url('img/vpn/icon-b5.png') 50% 50% no-repeat;
}

.service-vpn .b6 {
    background: url('img/vpn/icon-b6.png') 50% 50% no-repeat;
}

.service-video .list-icon-big-col {
    width: 25%;
    height: 255px;
}

.service-server .list-icon-big-col-icon {
    width: 181px;
    height: 181px;
    border: 2px solid #3992a2;
}

.service-video .b1 {
    background: url('img/video/icon-b1.png') 50% 50% no-repeat;
}

.service-video .b2 {
    background: url('img/video/icon-b2.png') 50% 25px no-repeat;
}

.service-video .b3 {
    background: url('img/video/icon-b3.png') 50% 32px no-repeat;
}

.service-video .b4 {
    background: url('img/video/icon-b4.png') 50% 50% no-repeat;
}

.service-skud {
    padding: 15px 10px 0;
}

.service-skud .list-icon-big-col {
    width: 25%;
}

.service-skud .b1 {
    background: url('img/skud/icon-b1.png') 50% 100% no-repeat;
}

.service-skud .b2 {
    background: url('img/skud/icon-b2.png') 50% 50% no-repeat;
}

.service-skud .b3 {
    background: url('img/skud/icon-b3.png') 50% 50% no-repeat;
}

.service-skud .b4 {
    background: url('img/skud/icon-b4.png') 50% 50% no-repeat;
}

.list-icon-middle {
    position: relative;
    overflow: hidden;
    margin: -10px 0 0;
}

.list-icon-middle-col {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
    height: 250px;
    overflow: hidden;
    margin: 20px 0 0;
}

.list-icon-middle-col-icon {
    width: 150px;
    height: 150px;
    border: 2px solid #3992a2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 auto 10px;
}

.list-icon-middle.service-cisco {
    padding: 0 0 12px;
}

.service-cisco .list-icon-middle-col {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
    height: 235px;
    margin: 20px 0 0;
}

.service-cisco .list-icon-middle-col-icon {
    width: 160px;
    height: 160px;
    border: 2px solid #3992a2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 auto 10px;
}

.service-cisco .list-icon-middle-col:nth-child(5) {
    margin-left: 12.5%;
}

.list-icon-middle p {
    font-size: 14px;
    line-height: 15px;
}

.m1 {
    background: url('img/network/icon-m1.png') 50% 50% no-repeat;
}

.m2 {
    background: url('img/network/icon-m2.png') 50% 50% no-repeat;
}

.m3 {
    background: url('img/network/icon-m3.png') 50% 50% no-repeat;
}

.m4 {
    background: url('img/network/icon-m4.png') 50% 50% no-repeat;
}

.m5 {
    background: url('img/network/icon-m5.png') 50% 50% no-repeat;
}

.m6 {
    background: url('img/network/icon-m6.png') 50% 50% no-repeat;
}

.m7 {
    background: url('img/network/icon-m7.png') 50% 50% no-repeat;
}

.m8 {
    background: url('img/network/icon-m8.png') 50% 50% no-repeat;
}

.service-cisco .m1 {
    background-image: url('img/cisco/icon-m1.png')
}

.service-cisco .m2 {
    background-image: url('img/cisco/icon-m2.png')
}

.service-cisco .m3 {
    background-image: url('img/cisco/icon-m3.png')
}

.service-cisco .m4 {
    background-image: url('img/cisco/icon-m4.png')
}

.service-cisco .m5 {
    background-image: url('img/cisco/icon-m5.png')
}

.service-cisco .m6 {
    background-image: url('img/cisco/icon-m6.png')
}

.service-cisco .m7 {
    background-image: url('img/cisco/icon-m7.png')
}

.service-video .list-icon-middle-col {
    height: 245px;
    margin: 20px 0 0;
}

.service-video .list-icon-middle-col-icon {
    width: 140px;
    height: 140px;
}

.service-video .m1 {
    background-image: url('img/video/icon-m1.png')
}

.service-video .m2 {
    background-image: url('img/video/icon-m2.png')
}

.service-video .m3 {
    background-image: url('img/video/icon-m3.png')
}

.service-video .m4 {
    background-image: url('img/video/icon-m4.png')
}

.service-skud .list-icon-middle-col {
    width: 20%;
}

.service-skud .list-icon-middle-col-icon {
    width: 140px;
    height: 140px;
}

.service-skud .m1 {
    background-image: url('img/skud/icon-m1.png')
}

.service-skud .m2 {
    background-image: url('img/skud/icon-m2.png')
}

.service-skud .m3 {
    background-image: url('img/skud/icon-m3.png')
}

.service-skud .m4 {
    background-image: url('img/skud/icon-m4.png')
}

.service-skud .m5 {
    background-image: url('img/skud/icon-m5.png')
}

.list-icon-vertical {
    padding: 0 0 30px;
}

.list-icon-vertical h4 {
    text-align: center;
    font-size: 30px;
    padding: 0 0 15px;
}

.list-icon-vertical p.title {
    font-size: 24px;
    padding: 0 0 10px;
}

.list-icon-vertical-col {
    /*padding: 0 0 0 135px;*/
    min-height: 125px;
    margin: 0 0 30px;
}

.v1 {
    background: url('img/video/icon-v1.png') 0 5px no-repeat
}

.v2 {
    background: url('img/video/icon-v2.png') 0 5px no-repeat
}

.v3 {
    background: url('img/video/icon-v3.png') 0 5px no-repeat
}

.v4 {
    background: url('img/video/icon-v4.png') 0 5px no-repeat
}

.v5 {
    background: url('img/video/icon-v5.png') 0 5px no-repeat
}

.list-icon-s {
    position: relative;
    margin: 0 0 0 105px;
    padding: 0 0 15px;
    overflow: hidden;
}

.list-icon-s.service-network {
    margin: 0 45px;
}

.list-icon-s-col {
    position: relative;
    display: table;
    float: left;
    width: 50%;
    /*padding: 0 30px 0 75px;*/
    margin: 0 0 10px;
    height: 80px;
}

.list-icon-s-col-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    text-align: left;
}

.list-icon-s-title {
    font-size: 24px;
    padding: 5px 0 8px;
}

/*.list-icon-s-col {*/
/*background-repeat: no-repeat;*/
/*background-position: 0 50%;*/
/*}*/

.s1 {
    background-image: url('img/outsource/icon-s1.png')
}

.s2 {
    background-image: url('img/outsource/icon-s2.png')
}

.s3 {
    background-image: url('img/outsource/icon-s3.png')
}

.s4 {
    background-image: url('img/outsource/icon-s4.png')
}

.s5 {
    background-image: url('img/outsource/icon-s5.png')
}

.s6 {
    background-image: url('img/outsource/icon-s6.png')
}

.s7 {
    background-image: url('img/outsource/icon-s7.png')
}

.s8 {
    background-image: url('img/outsource/icon-s8.png')
}

.service-1c-prog-var {
    position: relative;
    display: table-cell;
    width: 100%;
}

.service-1c-prog-var .one {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.service-list-var {
    color: #fff;
    font-size: 34px;
    line-height: .95em;
    overflow: hidden;
    margin: 30px 0 40px;
}

.service-list-var .one {
    background: #41bd67;
    width: 48.5%;
    height: 119px;
    margin: 0 1.5% 0 0;
    float: left;
    padding: 0 0 0 208px;
    position: relative;
}

.service-list-var .one div {
    width: 100%;
    display: table-cell;
    height: 119px;
    vertical-align: middle
}

.service-list-var .one + .one {
    background: #f4a600;
    margin: 0 0 0 1.5%;
    padding: 0 0 0 184px;
}

.service-list-var .one .service-sale {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 119px;
    width: 164px;
    line-height: 119px;
    font-size: 102px;
    font-weight: 700;
    text-align: right;
    padding: 0 8px 0 0;
    box-sizing: border-box;
    letter-spacing: -3px;
    background: #4cd676 url('/wp-content/themes/itmain/img/server/server-sale-1.png') no-repeat;
}

.service-list-var .one + .one .service-sale {
    background: #ffbf35 url('/wp-content/themes/itmain/img/server/server-sale-2.png') no-repeat;
}

.service-list-var .service-sale span {
    font-weight: 400;
    opacity: .35;
    font-size: 71px;
    vertical-align: top;
}

.list-icon-s.service-1c {
    padding: 10px 0 0;
}

.service-1c .list-icon-s-col {
    display: block;
    float: none;
    width: auto;
    padding: 0 0 0 90px;
    height: auto;
    min-height: 60px;
}

.service-1c .s1 {
    background-image: url('img/1c/icon-s1.png')
}

.service-1c .s2 {
    background-image: url('img/1c/icon-s2.png')
}

.service-1c .s3 {
    background-image: url('img/1c/icon-s3.png')
}

.service-1c .s4 {
    background-image: url('img/1c/icon-s4.png')
}

.service-1c .s5 {
    background-image: url('img/1c/icon-s5.png')
}

.service-1c .s6 {
    background-image: url('img/1c/icon-s6.png')
}

.service-network .s1 {
    background-image: url('img/network/icon-s1.png')
}

.service-network .s2 {
    background-image: url('img/network/icon-s2.png')
}

.service-network .s3 {
    background-image: url('img/network/icon-s3.png')
}

.service-network .s4 {
    background-image: url('img/network/icon-s4.png')
}

.service-network .s5 {
    background-image: url('img/network/icon-s5.png')
}

.service-network .s6 {
    background-image: url('img/network/icon-s6.png')
}

.list-icon-s.service-server {
    padding: 5px 30px 0;
    margin: 0;
}

.service-server .list-icon-s-col {
    display: block;
    float: none;
    width: auto;
    /*padding: 0 0 15px 130px;*/
    height: auto;
    min-height: 100px;
    background-position: 0 5px;
}

.service-server .s1 {
    background-image: url('img/server/icon-s1.png')
}

.service-server .s2 {
    background-image: url('img/server/icon-s2.png')
}

.service-server .s3 {
    background-image: url('img/server/icon-s3.png')
}

.service-server .s4 {
    background-image: url('img/server/icon-s4.png')
}

.service-server .s5 {
    background-image: url('img/server/icon-s5.png')
}

.list-icon-s.service-video {
    margin: 0 0 0 85px;
}

.service-video .list-icon-s-col {
    /*padding: 0 30px 0 90px;*/
}

.service-video .s1 {
    background-image: url('img/video/icon-s1.png')
}

.service-video .s2 {
    background-image: url('img/video/icon-s2.png')
}

.service-video .s3 {
    background-image: url('img/video/icon-s3.png')
}

.service-video .s4 {
    background-image: url('img/video/icon-s4.png')
}

.service-video .s5 {
    background-image: url('img/video/icon-s5.png')
}

.service-video .s6 {
    background-image: url('img/video/icon-s6.png')
}

.service-video .s7 {
    background-image: url('img/video/icon-s7.png')
}

.service-video .s8 {
    background-image: url('img/video/icon-s8.png')
}

.service-skud .s1 {
    background-image: url('img/skud/icon-s1.png')
}

.service-skud .s2 {
    background-image: url('img/skud/icon-s2.png')
}

.service-skud .s3 {
    background-image: url('img/skud/icon-s3.png')
}

.service-skud .s4 {
    background-image: url('img/skud/icon-s4.png')
}

.service-skud .s5 {
    background-image: url('img/skud/icon-s5.png')
}

.list-icon-color {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    margin: -5px -65px 0;
}

.list-icon-color-col {
    position: relative;
    float: left;
    width: 25%;
    height: 200px;
    padding: 127px 5px 0;
    margin: 0 0 20px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    text-align: center;
}

.vertical {
    padding: 0 105px;
    overflow: hidden;
}

.vertical .list-icon-color-col {
    min-height: 120px;
    height: auto;
    padding: 0 0 0 150px;
    float: none;
    width: auto;
    text-align: left;
}

.list-icon-color-title {
    font-size: 24px;
    line-height: 24px;
    padding: 0 0 5px;
}

.c1 {
    background-image: url('img/cisco/icon-c1.png')
}

.c2 {
    background-image: url('img/cisco/icon-c2.png')
}

.c3 {
    background-image: url('img/cisco/icon-c3.png')
}

.c4 {
    background-image: url('img/cisco/icon-c4.png');
}

.c5 {
    background-image: url('img/cisco/icon-c5.png');
    background-position: 0 0;
}

.c6 {
    background-image: url('img/cisco/icon-c6.png');
    background-position: 0 0;
}

.c7 {
    background-image: url('img/cisco/icon-c7.png');
    background-position: 0 0;
}

.list-icon-color.service-server {
    padding: 5px 0 20px;
}

.service-server .list-icon-color-col {
    height: 220px;
}

.service-server .c1 {
    background: url('img/server/icon-c1.png') 50% 5px no-repeat;
    padding: 155px 0 0;
}

.service-server .c2 {
    background: url('img/server/icon-c2.png') 50% 100% no-repeat;
    padding: 0 0 160px;
}

.service-server .c3 {
    background: url('img/server/icon-c3.png') 50% 5px no-repeat;
    padding: 155px 0 0;
}

.service-server .c4 {
    background: url('img/server/icon-c4.png') 50% 100% no-repeat;
    padding: 25px 0 160px;
}

.warranty-list {
    overflow: hidden;
    padding: 65px 0 0;
}

.warranty-list-col {
    float: left;
    width: 33%;
    padding: 160px 35px 25px;
    text-align: center;
}

.w1 {
    background: url('img/outsource/icon-w1.png') 50% 0 no-repeat
}

.w2 {
    background: url('img/outsource/icon-w2.png') 50% 0 no-repeat
}

.w3 {
    background: url('img/outsource/icon-w3.png') 50% 0 no-repeat
}

.scheme {
    text-align: center;
    padding: 30px 0;
}

.scheme img {
    max-width: 100%
}

.scheme2 {
    padding: 10px 0 15px;
    overflow: hidden;
}

.scheme2 img {
    float: left;
    padding: 35px 80px 20px 0;
}

.scheme2 .text {
    float: right;
    width: 480px;
    padding: 25px 0 0;
}

.scheme-network {
    position: relative;
    display: table;
    width: 100%;
    margin: 30px 0 15px;
}

.scheme-network div {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.scheme-network div img {
    max-width: 100%;
}

article .content ul {
    margin: 0;
    padding: 0 0 5px;
    /*list-style-type: none;*/
}

article .content ul.list-left-p {
    margin-left: 25px
}

article .service-skud-2 + .content ul {
    margin-left: 25px;
    margin-top: 20px
}

article .content ul li {
    /*background: url('img/li.png') 0 10px no-repeat;*/
    padding: 0 0 0 15px;
    margin: 0 0 10px;
}

article .content ol li {
    padding: 0 0 0 15px;
    margin: 0 0 10px;
}

article .content ul + h4 {
    margin-top: 5px;
}

.table-1c {
    width: 660px;
    margin: 0 auto 35px;
    border-collapse: separate;
    border-spacing: 0 15px;

}

.table-1c td {
    padding: 2px 10px 2px 30px;
    height: 105px;
    vertical-align: middle;
    color: #000;

}

.table-1c td.table-title {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    width: 256px;
    padding: 20px 10px 20px 20px;
}

.table-1c td {
    background: #b3caca url('img/1c/bg-table1.png') no-repeat;
    height: 105px;
}

.table-1c td + td {
    background-position: -256px 0 !important
}

.table-1c tr + tr td {
    background: #b5c2c2 url('img/1c/bg-table2.png') no-repeat;
}

.table-1c tr + tr + tr td {
    background: #a5b5ba url('img/1c/bg-table3.png') no-repeat;
}

.table-1c tr + tr + tr + tr td {
    background: #92a1a6 url('img/1c/bg-table4.png') no-repeat;
}

.table-1c tr + tr + tr + tr + tr td {
    background: #8f979a url('img/1c/bg-table5.png') no-repeat;
}

}
.table-1c tr + tr + tr + tr + tr + tr td {
    background: #919596 url('img/1c/bg-table6.png') no-repeat;
}

.table-server {
    width: 100%;
    border-collapse: separate;
    border-spacing: 30px;
}

.table-server td {
    vertical-align: top;
    padding: 0 5px 10px;
    text-align: center;
    background: #9cc8d0;
    width: 33.33%;
    height: 147px;
}

.table-server tr + tr td {
    background: #9cbcd0;
}

.table-server p.title {
    padding: 8px 5px 12px;
    margin: 0 -5px 10px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    text-transform: uppercase;
    background: #3992a2;
}

.table-server tr + tr p.title {
    background: #3979a2;
}

.table-vpn {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
    margin: 0 0 5px;
}

.table-vpn td {
    padding: 2px 10px 2px 30px;
    height: 60px;
    vertical-align: middle;
    color: #000;
    background: #54985a

}

.table-vpn td:first-child {
    color: #fff;
    text-transform: uppercase;
    width: 225px;
    padding: 20px 10px 20px 20px;
}

.table-vpn td + td {
    background: #a9cbac
}

/* tr2 */

.table-vpn tr + tr td {
    background: #3e8544
}

.table-vpn tr + tr td + td {
    background: #9ec2a1
}

/* tr3 */
.table-vpn tr + tr + tr td {
    background: #2f7034
}

.table-vpn tr + tr + tr td + td {
    background: #97b799
}

/* tr4 */
.table-vpn tr + tr + tr + tr td {
    background: #215c26
}

.table-vpn tr + tr + tr + tr td + td {
    background: #90ad92
}

/* tr5 */
.table-vpn tr + tr + tr + tr + tr td {
    background: #174a1b
}

.table-vpn tr + tr + tr + tr + tr td + td {
    background: #8ba48d
}

/* tr6 */
.table-vpn tr + tr + tr + tr + tr + tr td {
    background: #0c3a10
}

.table-vpn tr + tr + tr + tr + tr + tr td + td {
    background: #859c87
}

.table-before {
    margin-top: 15px;
}

.product-list-col {
    padding: 0 0 20px 210px;
    position: relative;
}

.product-list-col:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 181px;
    height: 181px;
    border: 2px solid #3992a2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.p-l1:after {
    background: url('img/1c/icon-big1.png') 50% 50% no-repeat
}

.p-l2:after {
    background: url('img/1c/icon-big3.png') 50% 50% no-repeat
}

.product-list-col:last-child {
    padding-bottom: 10px;
}

.product-title {
    font-size: 24px;
    padding: 0 0 10px;
}

.product-list p {
    padding: 0 0 20px;
}

.product-list p.product-title {
    font-size: 24px;
    padding: 0 0 10px;
}

article .content .product-list ul {
    margin: 0 0 20px 30px;
}

article .content .product-list p + ul {
    margin-top: -10px;
}

article .content .product-list ul li {
    margin-bottom: 0;
}

.list-double-col {
    position: relative;
    overflow: hidden;
    margin: 0 20px 35px;
}

.list-double-col div {
    float: left;
    width: 50%;
    padding: 0 50px 0 0;
}

article .content .list-double-col ul li {
    margin-bottom: 13px;
}

.order-now-list {
    padding: 0 0 0 155px;
    min-height: 155px;
    background: url('img/icon-order-now.png') no-repeat;
}

.protect {
    min-height: 194px;
    padding: 0 0 0 240px;
    margin: 0 10px 50px;
    background: url('img/vpn/icon-protect.png') 0 50% no-repeat;
}

blockquote + .protect {
    margin-top: -10px;
}

.protect p {
    padding: 10px 0;
}

.welcome {
    min-height: 136px;
    padding: 20px 0 20px 165px;
    margin: 0 30px;
    background: url('img/vpn/icon-ok.png') 0 50% no-repeat;
}

.welcome p {
    padding: 10px 0;
}

.ok-block {
    min-height: 124px;
    background: url('img/cloud/icon-124.png') no-repeat;
    padding: 0 0 0 164px;
    margin: 35px 0 0
}

.ok-block p {
    padding: 0 0 15px
}

.ok-block + .nobord {
    margin-top: 25px
}

.support {
    padding: 10px 0 10px 195px;
    background: url('img/icon-support.png') 0 50% no-repeat;
}

.about-info {
    padding: 0 90px 0 105px;
}

.about-info h4 {
    margin-top: 30px;
}

article .content .about-info ul {
    margin-left: 30px;
}

.page h1 {
    margin: 20px 0;
}

.page p {
    margin: 0 0 15px;
}

.details {
    width: 800px;
    margin: 30px auto 45px;
    border: 1px solid #60a3b0;
}

.details .company {
    padding: 10px 15px 12px;
    overflow: hidden;
}

.company .name {
    width: 390px;
    text-align: center;
    margin: 0 auto 20px;
    padding: 0 10px 12px;
    border-bottom: 1px solid #bababa;
}

.company .address {
    width: 425px;
    float: left;
}

.company .account {
    width: 325px;
    float: right;
}

.page .details p, .page .thankyou p {
    margin: 0;
}

.youtube iframe {
    margin: 20px auto 45px;
    position: relative;
    display: block;
}

.thankyou {
    width: 600px;
    margin: 0 auto 25px;
    text-align: center;
}

.map {
    border-top: 1px solid #60a3b0;
    margin: 11px 0 0;
    height: 407px;
}

.reviews-list {
    position: relative;
    overflow: hidden;
    padding: 10px 0 20px;
}

.review {
    position: relative;
    height: 395px;
    overflow: hidden;
    width: 50%;
    float: left;
    padding: 0 30px 50px 0;
}

.review:nth-child(2n) {
    padding: 0 0 50px 30px;
}

.review-text {
    position: relative;
    overflow: hidden;
    height: 210px;
    margin: 15px 0 0;
    padding: 15px 15px 15px 90px;
    background: rgba(57, 146, 162, 0.1) url('img/blockquote.png') 15px 10px no-repeat;
}

.review-info {
    position: relative;
    overflow: hidden;
    min-height: 110px;
    height: 110px;
    margin: 10px 0 0;
    padding: 0 0 0 135px;
}

.review-pic {
    position: absolute;
    left: 0;
    top: 0;
}

.review-pic img {
    width: 101px;
    height: 101px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.review-info .review-logo {
    height: 50px;
    margin: 0 0 10px;
    position: relative;
    overflow: hidden;
}

.review-info .review-logo img {
    max-height: 50px;
    max-width: 270px;
}

.review-name {
    font-size: 24px;
}

.review-name-about {
    font-size: 16px;
}

.recommendations {
    position: relative;
    height: 300px;
    padding: 0 45px;
}

.recommendations-wrapper {
    position: relative;
    overflow: hidden;
    height: 270px;
}

.recommendations-list {
    position: relative;
    width: 20000em;
    height: 270px;

}

.lessfor .recommendations-list {
    width: auto;
    text-align: center;
}

.recommendations-list .one {
    width: 193px;
    height: 270px;
    margin: 0 14px 0 0;
    position: relative;
    display: block;
    float: left;
}

.lessfor .recommendations-list .one {
    float: none;
    display: inline-block;
}

.recommendations-list img {
    position: relative;
    z-index: 1;
}

.zoom {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url('img/zoom.png') 50% 50% no-repeat;
    z-index: 10;
    cursor: pointer;
}

.recommendations-list .one:hover .zoom {
    display: block;
}

.recommend .zoom {
    background-image: url('img/zoom-96.png')
}

.recommend:hover .zoom {
    display: block
}

.left, .right {
    position: absolute;
    display: block;
    height: 270px;
    width: 12px;
    top: 0;
    background: url(img/left-right.png) 0 50% no-repeat;
    cursor: pointer;
    display: none;
}

.left {
    left: 17px;
}

.right {
    right: 17px;
    background-position: 100% 50%
}

.recommendations-points {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 10px;
}

.recommendations-points .point {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: url('img/point.png') no-repeat;
    cursor: pointer;
}

.recommendations-points .point.active {
    background-position: 100% 0;
    cursor: default;
}

.clients {
    position: relative;
    height: 80px;
    padding: 0 45px;
}

.clients-wrapper {
    position: relative;
    overflow: hidden;
    height: 50px;
}

.clients-logo-list {
    position: relative;
    width: 20000em;
    height: 50px;
}

.clients-logo-list .one {
    width: auto;
    height: 50px;
    margin: 0 15px;
    position: relative;
    display: block;
    float: left;
}

.clients-logo-list .one span {
    height: 50px;
    width: 100%;
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    text-align: center;
}

.clients-logo-list .one img {
    max-height: 50px;
    width: auto;
    position: relative;
    line-height: 50px;
}

.clients-logo-list .one:first-child {
    width: 120px;
    margin-left: 0
}

.clients-logo-list .one:first-child span {
    width: 120px;
}

.clients-logo-list .one:last-child {
    margin-right: 0
}

.clients .left, .clients .right {
    height: 50px;
}

.spacer {
    height: 160px;
    display: block;
    clear: both;
}

.copy {
    position: absolute;
    width: 165px;
    top: 55px;
    right: -125px;
    color: #fff;
    font-size: 16px;
    display: none
}

.counter {
    position: absolute;
    width: 165px;
    top: 60px;
	left: -125px;
    color: #fff;
    font-size: 16px;
}

.up {
    position: fixed;
    display: none;
    width: 83px;
    height: 83px;
    bottom: 20px;
    right: 20px;
    background: url('img/up.png') no-repeat;
    cursor: pointer;
    z-index: 10
}

.error-404 h1 {
    color: #3992a2;
    font: 50px/50px 'Century Gothic', sans-serif;
}

.error-404-text {
    max-width: 540px;
    margin: 0 auto;
    padding: 5px 0 0;
    text-align: center;
}

.error-404-pic {
    background: #fff;
    width: 342px;
    padding: 5px;
    margin: 20px auto 5px;
    text-align: center;
    position: relative;
}

.error-404-pic img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.error-404-pic .brand {
    position: absolute;
    z-index: 2;
    left: 5px;
    bottom: 5px;
    background: #fff;
    padding: 9px 6px 1px 2px;
}

.sprav {
    text-align: center;
}

.articles {
    position: relative;
    margin: 50px auto;
    width: 570px;
}

.articles-category {
    padding: 3px 40px 5px 20px;
    font-size: 20px;
    line-height: 20px;
    border: 1px solid #60a3b0;
    margin: -1px 0 0;
    background: url('img/open-close.png') -30px 12px no-repeat;
    cursor: pointer;
}

.articles-category.open {
    background-position: 540px 13px
}

.articles-category-list {
    padding: 10px 30px 20px 35px;
    display: none;
}

.articles-category-list p {
    padding: 0 0 10px;
}

p.more {
    text-align: center;
    margin: 75px 0 45px;
}

p.more a {
    font-size: 24px;
    border: 1px solid #60a3b0;
    padding: 7px 15px;
}

p.more a:hover {
    color: #a0a0a0;
    text-decoration: none;
}

.project-list {
    padding: 20px 5px 0;
}

.project {
    padding: 20px 0;
}

.project + .project {
    border-top: 1px solid #d6d7d9;
    padding: 45px 0 20px;
}

.project-right {
    position: relative;
    float: right;
    width: 237px;
    height: 332px;
    border: 1px solid #60a3b0;
    overflow: hidden;
}

.project-right img:after {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #c00;
}

.project-right + .project-info {
    margin-right: 280px
}

.project-info {
    position: relative;
}

.project-client {
    position: relative;
    min-height: 101px;
    padding: 0 0 20px 135px;
}

.project-client-pic {
    position: absolute;
    left: 0;
    top: 0;
}

.project-client-pic img {
    width: 101px;
    height: 101px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.project-client h4 {
    margin: 5px 0 3px;
    padding: 0;
}

.project-info blockquote {
    width: auto;
    padding: 10px 20px 10px 135px;
    margin: 0 0 10px;
}

.project-info-task, .project-info-cost {
    width: 50%;
    float: left;
    font-size: 18px;
}

.project-info-task {
    padding: 0 15px 0 0
}

.project-info-cost {
    padding: 0 0 0 15px
}

.project-realisation {
    clear: both;
    overflow: hidden;
    padding: 5px 0 25px;
}

.project-realisation .half div {
    background: url('img/li.png') 0 10px no-repeat;
    padding: 0 0 10px 15px;
    position: relative;
}

.project-itog {
    clear: both;
    text-align: center;
    padding: 20px 0 0;
}

.project-itog span {
    background: url('img/itog.png') no-repeat;
    padding: 0 0 0 25px;
}

.project-result {
    overflow: hidden;
}

.half {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}

.half + .half {
    padding: 0 0 0 20px;
}

.var-table-2 {
    margin: 30px 0 40px;
    overflow: hidden;
}

.var-table-2 .half {
    height: 120px;
    overflow: hidden;
    padding: 0 40px 0 15px;
    color: #fff;
    font-size: 24px;
    line-height: 1.2em;
    width: 48.5%;
    margin: 0 1.5% 0 0;
}

.var-table-2 .half + .half {
    margin: 0 0 0 1.5%
}

.var-table-2._1c-prog .half {
    background: #32abbd url(/wp-content/themes/itmain/img/1c/var-table-1.png)
}

.var-table-2._1c-prog .half + .half {
    background: #49c4b7 url(/wp-content/themes/itmain/img/1c/var-table-2.png)
}

.var-table-2 .half div {
    height: 120px;
    background: url(/wp-content/themes/itmain/img/1c/var-table-num-1.png) 0 50% no-repeat;
    padding: 0 0 0 90px;
    display: table-cell;
    vertical-align: middle;
}

.var-table-2 .half + .half div {
    background: url(/wp-content/themes/itmain/img/1c/var-table-num-2.png) 0 50% no-repeat;
    padding: 0 0 0 140px
}

.var-table-2.ip-crm .half {
    background: #5194c3 url(/wp-content/themes/itmain/img/ip/var-table-1.png) 16px 50% no-repeat;
    padding: 0 15px 0 113px
}

.var-table-2.ip-crm .half + .half {
    background: #51c3b2 url(/wp-content/themes/itmain/img/ip/var-table-2.png) 16px 50% no-repeat
}

.var-table-2.ip-crm .half div {
    background: none;
    padding: 0;
    font-size: 18px;
    line-height: 20px
}

.var-table-2.ip-crm .half b {
    display: block;
    text-align: center;
    padding: 0 0 15px;
    font-size: 20px
}

.list-icon-half {
    overflow: hidden;
    margin: 25px 0 0 60px
}

.list-icon-half.org-list {
    margin: 25px 0 0 25px
}

.list-icon-half.opt-list {
    margin: 30px 0 20px 90px
}

.list-icon-half .half {
    width: 350px
}

.list-icon-half .half + .half {
    width: 400px;
    padding: 0
}

.list-icon-half.org-list .half {
    width: 415px;
    padding: 0
}

.list-icon-half.org-list .half + .half {
    padding: 0 0 0 25px
}

.list-icon-half.opt-list .half {
    width: 350px
}

.list-icon-half.opt-list .half + .half {
    width: 375px;
    padding: 0 0 0 25px
}

.org-list-logo {
    overflow: hidden;
    vertical-align: middle;
    margin: 20px -10px;
    text-align: center;
}

.org-list-logo img {
    margin: 10px 10px;
    vertical-align: middle;
    max-height: 100px;
}

.list-icon-half .one {
    padding: 0 0 15px 75px;
    min-height: 75px;
    background-position: 0 5px;
    background-repeat: no-repeat
}

.list-icon-half .one div {
    height: 60px;
    vertical-align: middle;
    width: 100%;
    display: table-cell
}

.list-icon-half .one.s1 {
    background-image: url('img/icon-s1.png')
}

.list-icon-half .one.s2 {
    background-image: url('img/icon-s9.png')
}

.list-icon-half .one.s3 {
    background-image: url('img/icon-s6.png')
}

.list-icon-half .one.s4 {
    background-image: url('img/icon-s2.png')
}

.list-icon-half .one.s5 {
    background-image: url('img/icon-s5.png')
}

.list-icon-half .one.s6 {
    background-image: url('img/icon-s3.png')
}

.list-icon-half .one.s7 {
    background-image: url('img/icon-s7.png')
}

.list-icon-half .one.org-1 {
    background-image: url('img/org/icon-60-1.png')
}

.list-icon-half .one.org-2 {
    background-image: url('img/org/icon-60-2.png')
}

.list-icon-half .one.org-3 {
    background-image: url('img/org/icon-60-3.png')
}

.list-icon-half .one.org-4 {
    background-image: url('img/org/icon-60-4.png')
}

.list-icon-half .one.org-5 {
    background-image: url('img/org/icon-60-5.png')
}

.list-icon-half .one.org-6 {
    background-image: url('img/org/icon-60-6.png')
}

.list-icon-half.opt-list .one {
    padding: 0 0 30px 105px;
    min-height: 85px;
}

.list-icon-half.opt-list .one div {
    height: 75px
}

.list-icon-half .one.opt-1 {
    background-image: url('img/opt/icon-75-1.png')
}

.list-icon-half .one.opt-2 {
    background-image: url('img/opt/icon-75-2.png')
}

.list-icon-half .one.opt-3 {
    background-image: url('img/opt/icon-75-3.png')
}

.list-icon-half .one.opt-4 {
    background-image: url('img/opt/icon-75-4.png')
}

.list-icon-half .one.opt-5 {
    background-image: url('img/opt/icon-75-5.png')
}

.list-icon-half .one.opt-6 {
    background-image: url('img/opt/icon-75-6.png')
}

.list-icon-half .one.opt-7 {
    background-image: url('img/opt/icon-75-7.png')
}

.list-icon-half .one.opt-8 {
    background-image: url('img/opt/icon-75-8.png')
}

.project-result div:nth-child(2):after {
    position: relative;
    clear: both;
    width: 100%;
    content: '';
    height: 1px;
    background: #c00
}

.project-result .half div {
    background: url('img/icon-60-defence.png') 0 3px no-repeat;
    padding: 0 0 0 75px;
    margin: 0 0 30px;
    min-height: 63px;
    position: relative;

}

.project-result .half div p {
    position: relative;
    display: table-cell;
    height: 63px;
    vertical-align: middle;
}

.project-result div.tys50 {
    background-image: url('img/icon-60-50000.png')
}

.project-result div.days2 {
    background-image: url('img/icon-60-days2.png')
}

.project-result div.office {
    background-image: url('img/icon-60-office.png')
}

.project-result div.percent1 {
    background-image: url('img/icon-60-percent1.png')
}

.project-result div.percent30 {
    background-image: url('img/icon-60-percent30.png')
}

.project-result div.percent40 {
    background-image: url('img/icon-60-percent40.png')
}

.project-result div.percent60 {
    background-image: url('img/icon-60-percent60.png')
}

.project-result div.percent70 {
    background-image: url('img/icon-60-percent70.png')
}

.project-result div.percent80 {
    background-image: url('img/icon-60-percent80.png')
}

.project-result div.police {
    background-image: url('img/icon-60-police.png')
}

.project-result div.security {
    background-image: url('img/icon-60-security.png')
}

.project-result div.viruses {
    background-image: url('img/icon-60-viruses.png')
}

.project-result div.wifi {
    background-image: url('img/icon-60-wifi.png')
}

.clients-list {
    position: relative;
    overflow: hidden;
    padding: 0 15px 45px;
}

.clients-list .client {
    position: relative;
    float: left;
    width: 25%;
    margin: 0 0 35px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 16px;
}

.client-logo {
    position: relative;
    overflow: hidden;
    height: 50px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.client-logo img {
    max-height: 50px;
    max-width: 170px;
    position: relative;
}

.client-name {
    text-transform: uppercase;
    margin: 15px 0;
    font-size: 18px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}

/*.show, .hidemore {*/
/*font-size: 24px;*/
/*line-height: 24px;*/
/*text-align: center;*/
/*color: #3992a2;*/
/*cursor: pointer;*/
/*}*/

/*.show:hover, .hidemore:hover {*/
/*color: #a0a0a0*/
/*}*/

/*.show {*/
/*padding: 0 0 20px;*/
/*background: url(img/show.png) 50% 100% no-repeat;*/
/*}*/

.hidemore {
    background: url('img/hide.png') 50% 0 no-repeat;
    padding: 20px 0 0;
}

.show-more {
    display: none;
}

.send {
    text-align: center;
    margin: 30px 0 50px;
}

.send a {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    background: #3c0;
    color: #fefefe;
    font-size: 20px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 30px;
    text-decoration: none;
}

.send a:hover {
    background: rgba(96, 202, 60, .5);
}

.call-text .send.service-send {
    margin: 16px 0 0
}

.send.service-send a {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-transform: none;
    padding: 0 17px;
}

header .send {
    margin: 2px 0 0;
    white-space: nowrap
}

header .send a {
    font-size: 16px;
    line-height: 30px;
    text-transform: none;
    letter-spacing: -1px;
    padding: 0;
    width: 100%;
}

.hp-wrap {
    display: none
}

.fancy-block {
    display: none;
}

.fancybox-skin {
    border-radius: 0 !important;
}

.fancybox-close {
    height: 31px !important;
    width: 31px !important;
    right: 5px !important;
    top: 2px !important;
}

.fancybox-close {
    background: url('img/close.png') 50% 50% no-repeat !important;
}

.form, .form * {
    box-sizing: border-box;
    font-size: 18px;
}

.form {
    position: relative;
    width: 330px;
    color: #454545;
    overflow: hidden
}

.form .nf-form-cont {
    padding: 20px 30px 15px
}

#nf-field-9-container {
    margin: 0 0 15px
}

#nf-field-9-wrap {
    text-align: center;
    padding: 0 35px 0;
    margin: 0
}

.field-wrap.textbox-wrap {
    margin-bottom: 10px;
}

.form-input {
    border: 1px solid #a0a0a0;
    padding: 0 14px;
    line-height: 43px;
    color: #a0a0a0;
}

.submit-wrap {
    margin: 0
}

#nf-field-19-wrap, #nf-field-19-container {
    margin-bottom: 0
}

#nf-field-19-wrap .nf-field-element {
    width: 100%
}

.form-submit {
    color: #3c0;
    background: #fff;
    text-align: center;
    border: 1px solid #3c0;
    text-transform: uppercase;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    margin: 0 auto !important;
    width: auto;
    display: block;
    cursor: pointer;
}

.form-submit:hover {
    color: #a0a0a0
}

.ninja-forms-error-msg, .ninja-forms-field-error {
    color: #f00;
}

.nf-form-fields-required, .nf-error-field-errors {
    display: none
}

.nf-error-required-error {
    margin-bottom: -5px;
    line-height: 1em
}

.ninja-forms-error-msg {
    text-align: center
}

.ninja-forms-success-msg {
    padding: 0 30px 20px;
}

.ninja-forms-success-msg .title {
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 5px;
}

.ninja-forms-field-description p {
    color: #a0a0a0
}

.clear {
    clear: both;
    position: relative;
}

@media only screen and (min-width: 1280px) {
    .copy {
        display: block
    }
}

@media only screen and (max-width: 1218px) {
    .up {
        right: 50%;
        margin-right: -480px;
        opacity: .7;
    }

    .up:hover {
        opacity: 1;
    }
}

@media only screen and (max-width: 980px) {
    .up {
        right: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 680px) {
    html, body {
        /*background:#ccd3d5;*/
    }
}

.table-price {
    margin: 0 0 20px;
    border-collapse: collapse;
    width: 100%
}

.table-price th, .table-price td {
    border: 1px solid;
    padding: 10px;
}

.table-price td {
    text-align: center
}

.table-price-th {
    font-weight: 700
}

/*CALC*/
#calculate {
    padding: 10px 30px;
    margin: 20px 0;
    background: #fff;
    font-size: 16px;
    overflow: hidden;
}

/*.ui-slider-wrapper {*/
/*position: relative;*/
/*float: left;*/
/*}*/

/*.ui-slider-labels {*/
/*position: absolute;*/
/*border: 1px solid transparent;*/
/*}*/

/*.ui-slider-label-ticks {*/
/*border: 1px solid transparent;*/
/*position: absolute;*/
/*white-space: nowrap;*/
/*}*/

/*.ui-slider-label-ticks span {*/
/*font-size: 16px;*/
/*min-width: 1.2em;*/
/*}*/

/*.ui-slider-horizontal .ui-slider-handle {*/
/*top: -0.15em !important;*/
/*}*/

/*.horizontal .ui-slider-labels {*/
/*left: 0;*/
/*right: 0;*/
/*top: 18px;*/
/*width: 240px;*/
/*}*/

/*.horizontal .ui-slider-label-ticks {*/
/*width: 1.2em;*/
/*height: .4em;*/
/*text-align: center;*/
/*border-left: 1px solid #c6c6c6;*/
/*}*/

/*.horizontal .ui-slider-label-ticks span {*/
/*position: relative;*/
/*display: inline-block;*/
/*margin-left: -1.2em;*/
/*top: .4em;*/
/*color: #3992a2;*/
/*}*/

/*.ui-slider-horizontal .ui-slider-handle {*/
/*margin-left: -0.6em;*/
/*top: -0.3em;*/
/*}*/

/*.ui-slider .ui-slider-handle {*/
/*cursor: pointer !important;*/
/*height: 20px !important;*/
/*width: 20px !important;*/
/*}*/

/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {*/
/*background: #01d5fd !important;*/
/*border: 1px solid #a9b2b5 !important;*/
/*-webkit-border-radius: 50%;*/
/*-moz-border-radius: 50%;*/
/*border-radius: 50%;*/
/*}*/

/*.ui-widget-content {*/
/*background: #e8e8e8 !important;*/
/*border-top: 1px solid #c6c6c6 !important;*/
/*border-left: 1px solid #dbdbdb !important;*/
/*border-right: 1px solid #dbdbdb !important;*/
/*border-bottom: 1px solid #e8e8e8 !important;*/
/*}*/

/*.ui-slider-wrapper.vertical {*/
/*width: 4.5em;*/
/*}*/

/*.vertical .ui-slider-labels {*/
/*top: 1px;*/
/*bottom: 0;*/
/*left: 0.7em;*/
/*}*/

/*.vertical .ui-slider-label-ticks {*/
/*height: 1.2em;*/
/*width: 0.8em;*/
/*border-bottom: 1px solid #999;*/
/*}*/

/*.vertical .ui-slider-label-ticks span {*/
/*position: relative;*/
/*display: inline-block;*/
/*margin-left: 1em;*/
/*top: .6em;*/
/*}*/

/*.ui-slider-range {*/
/*position: absolute !important;*/
/*background: rgb(48, 196, 201) !important;*/
/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJoda?SEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;*/
/*background: -moz-linear-gradient(top, rgba(48, 196, 201, 1) 0%, rgba(17, 137, 149, 1) 100%) !important;*/
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(48, 196, 201, 1)), color-stop(100%, rgba(17, 137, 149, 1))) !important;*/
/*background: -webkit-linear-gradient(top, rgba(48, 196, 201, 1) 0%, rgba(17, 137, 149, 1) 100%) !important;*/
/*background: -o-linear-gradient(top, rgba(48, 196, 201, 1) 0%, rgba(17, 137, 149, 1) 100%) !important;*/
/*background: -ms-linear-gradient(top, rgba(48, 196, 201, 1) 0%, rgba(17, 137, 149, 1) 100%) !important;*/
/*background: linear-gradient(to bottom, rgba(48, 196, 201, 1) 0%, rgba(17, 137, 149, 1) 100%) !important;*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30c4c9', endColorstr='#118995', GradientType=0) !important;*/
/*height: 100% !important;*/
/*left: 0 !important;*/
/*border-radius: 30em !important;*/
/*}*/

/*.ui-slider-range {*/
/*background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(231, 232, 232, 1) 0%, rgba(120, 213, 230, 1) 100%) repeat scroll 0 0 !important;*/
/*}*/

.no-js .calc-warning {
    display: block;
    text-align: center;
    width: 60%;
    border: 1px solid #be9693;
    color: #600;
    background: #ffe5e6;
    font-weight: 700;
    border-radius: .3em;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
    margin: 1.5em auto;
    padding: 1.5em;
}

.calc h3 {
    font-size: 20px;
    color: #403f3f;
    line-height: 1.1em;
    margin: .7em 0 0;
    position: relative;
    z-index: 1;
    font-weight: 400;
}

.calc h3 span {
    display: block;
    margin-top: .4em;
}

.calc h3 span.price {
    font-size: 1.5em;
    font-family: "futura demiC", sans-serif;
}

.calc input {
    border-radius: .25em;
    border-color: #999 #ccc #eee;
    border-style: solid;
    border-width: 1px;
    padding: .3em .4em;
}

.calc .footer {
    position: relative;
    float: right;
    width: 170px;
    text-align: center;
}

.calc .param {
    position: relative;
    float: left;
    width: 50%;
    padding: 3px 0 0;
    margin: 0 75px 0 0;
}

.calc .param .tariff h3 {
    display: block;
    line-height: 1em;
    margin-bottom: .7em;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}

.calc .param .slider {
    position: relative;
    height: 95px;
}

.calc .param .slider + .slider {
    margin: 10px 0 0;
}

.calc ul.column li {
    margin: 0;
    padding: 0
}

.calc .param .slider label {
    display: block;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1em;
}

.calc .param .slider input {
    position: absolute;
    display: block;
    right: 0;
    bottom: 45px;
    width: 30px;
    height: 20px;
    color: #3992a2;
    text-align: center;
    font: 16px/20px 'Roboto', sans-serif;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 7px;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border-top: 1px solid #c6c6c6;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #e8e8e8;
    background: #e8e8e8;
}

.calc .result {
    position: relative;
    float: left;
    width: 270px;
    line-height: 18px;
}

.calc .profit .noprofit {
    display: none;
    font-size: inherit;
    color: inherit;
}

.calc .profit.no .noprofit {
    display: inline;
}

.calc .stack {
    position: relative;
    width: 120px;
    float: left;
    text-align: center;
    margin: 0 30px 0 0;
}

.calc .stack + .stack {
    margin: 0;
}

.calc .column {
    list-style: none;
    position: relative;
    margin: 0 30px;
    padding: 0;
    height: 106px;
    width: 60px;
    background: #e8e8e8;
    border: 1px solid #c6c6c6;
    border-bottom-color: #e8e8e7;
    border-left-color: #dcdcdc;
    border-right-color: #dcdcdc;
    box-sizing: border-box;
}

.calc .column .part {
    position: absolute;
    left: -1px;
    bottom: 1px;
    width: 60px;

    background: #63dff5;
}

.service .column .part {
    background: #43d1ec; /* Old browsers */
    background: -moz-linear-gradient(top, #43d1ec 0%, #4addf7 2%, #4cdef7 4%, #66dff5 21%, #aae3ee 55%, #c3e6eb 70%, #d8e7ea 85%, #e5e7e9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #43d1ec 0%, #4addf7 2%, #4cdef7 4%, #66dff5 21%, #aae3ee 55%, #c3e6eb 70%, #d8e7ea 85%, #e5e7e9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #43d1ec 0%, #4addf7 2%, #4cdef7 4%, #66dff5 21%, #aae3ee 55%, #c3e6eb 70%, #d8e7ea 85%, #e5e7e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43d1ec', endColorstr='#e5e7e9', GradientType=0); /* IE6-9 */
}

.specialist .column .part {
    background: #f7b248; /* Old browsers */
    background: -moz-linear-gradient(top, #f7b248 0%, #f5b653 9%, #f4be69 22%, #eed1a4 50%, #ecdbc2 67%, #eae3d8 83%, #e8e7e6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f7b248 0%, #f5b653 9%, #f4be69 22%, #eed1a4 50%, #ecdbc2 67%, #eae3d8 83%, #e8e7e6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f7b248 0%, #f5b653 9%, #f4be69 22%, #eed1a4 50%, #ecdbc2 67%, #eae3d8 83%, #e8e7e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7b248', endColorstr='#e8e7e6', GradientType=0); /* IE6-9 */
}

.calc .column .part:after {
    position: absolute;
    left: -3px;
    top: 0;
    height: 5px;
    width: 66px;
    background: url('img/calc/part-service.png') no-repeat;
    content: '';
}

.calc .specialist .column .part:after {
    background-image: url('img/calc/part-spec.png');
}

.calc .tariff {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0 0 1.2em;
}

.result-itog {
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin: 13px auto 10px;
    width: 120px;
    height: 30px;
    background: #e8e8e8;
    border-top: 1px solid #c6c6c6;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #e8e8e8;
}

.calc .profit .result-itog {
    margin: 27px auto 10px;
    color: #390;
}

.rub {
    position: relative;
}

.rub:after {
    position: absolute;
    display: block;
    width: 10px;
    left: -1px;
    bottom: -3px;
    content: '−'
}

.service .result-itog {
    color: #3992a2
}

.specialist .result-itog {
    color: #fd9b01;
}

.no-js .calc, .calc-warning, .calc .help, .calc .profit.no .price, .calc .column li > span {
    display: none;
}

.param .tariff, .param .footer, .result .footer .profit-info + p {
    display: none
}

#calculate .profit-info p {
    text-align: left;
    margin: 0 0 9px;
}

.profit-info p + p span {
    line-height: 7px;
    margin: 0px -5px 0 5px;
}

.profit-info span {
    min-width: 30px;
    display: inline-block;
    vertical-align: top;
    font-size: 40px;
    color: #0a686d
}

/*CALC UI*/

.calc .sld {
    position: relative;
    /*width: 240px;*/
    height: 15px;
    border: 0px !important;
    background: #e8e8e8;
    border-radius: 30em;
    box-shadow: inset rgba(0, 0, 0, 0.7) 1px 1px 3px 1px inset rgba(255, 255, 255, 0.5) -1px -1px 2px rgba(0, 0, 0, 0.1) 0 1px 1px;
}

.calc .sld .mark {
    position: absolute;
    background: rgb(48, 196, 201);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwYzRjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTg5OTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(48, 196, 201, 1) 0%, rgba(17, 137, 149, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(48, 196, 201, 1)), color-stop(100%, rgba(17, 137, 149, 1)));
    background: -webkit-linear-gradient(top, rgba(48, 196, 201, 1) 0%, rgba(17, 137, 149, 1) 100%);
    background: -o-linear-gradient(top, rgba(48, 196, 201, 1) 0%, rgba(17, 137, 149, 1) 100%);
    background: -ms-linear-gradient(top, rgba(48, 196, 201, 1) 0%, rgba(17, 137, 149, 1) 100%);
    background: linear-gradient(to bottom, rgba(48, 196, 201, 1) 0%, rgba(17, 137, 149, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30c4c9', endColorstr='#118995', GradientType=0);
    height: 100%;
    left: 0;
    border-radius: 30em;
    box-shadow: inset rgba(0, 0, 0, 0.2) 1px 1px 1px inset rgba(200, 200, 200, 0.1) -1px -1px 1px;
}

.calc .sld .val {
    top: -1.3em;
}

.pricetable {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse
}

.pricetable th, .pricetable td {
    border: 0;
    padding: 5px 20px 5px 5px
}

.pricetable td {
    border-top: 1px dotted #d7d2d5
}

.pricetable td + td {
    text-align: center
}

.pricetable .unit, .pricetable th:last-child, .pricetable td:last-child {
    width: 15%
}

.pricetable tr:hover td {
    background: #efefef
}

.pricetitle {
    color: #126780
}

.post-info {
    text-align: justify
}

.post-info p {
    margin: 0 0 1em
}

.post-info h1, .post-info h2, .page h1, .page h2 {
    text-transform: uppercase;
    text-align: center
}

.post-info h1, .page h1 {
    font: 36px/36px 'Roboto Condensed', sans-serif;
    margin: 0 0 20px
}

.post-info h2, .page h2 {
    font: 28px/28px 'Roboto Condensed', sans-serif;
    margin: 30px 0 15px
}

.post-info h3, .page h3 {
    font: 24px/24px 'Roboto', sans-serif;
    margin: 20px 0 10px
}

.alignleft {
    float: left;
    margin: 10px 25px 10px 0
}

.alignright {
    float: right;
    margin: 10px 0 10px 25px
}

/*#wpadminbar{display:none}*/
#wpadminbar {
    top: 40px
}

.service-menu-table {
    /*border-top: 1px solid #dee0e2;*/
    color: white;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0;
    clear: both;
    /*background-color: #33ab9f;*/
}

.service-menu-table a, .service-menu-table a:active, .service-menu-table a:visited {
    text-decoration: underline;
    color: white;
}

.service-menu-table * {
    box-sizing: border-box
}

.service-menu-table ul.menu {
    position: relative;
    display: table;
    width: 100%
}

.service-menu-table ul.menu > li.menu-item {
    position: relative;
    display: table-cell;
    padding: 15px 10px;
    text-align: center;
    border-left: 1px solid #dee0e2;
    vertical-align: middle;
    min-width: 115px;
}

.service-menu-table ul.menu > li.menu-item:first-child {
    border-left-color: transparent
}

/*.service-menu-table ul.menu > li.menu-item:first-child:hover {*/
/*border-left-color: #dee0e2*/
/*}*/

.service-menu-table .menu > li.menu-item:last-child {
    border-right: 1px solid transparent
}

/*.service-menu-table .menu > li.menu-item:last-child:hover {*/
/*border-right-color: #dee0e2*/
/*}*/

.service-menu-table .sub-menu {
    display: none;
    width: 101.6%;
    background: #51b7ae;
    /*border: 1px solid #dee0e2;*/
    position: absolute;
    left: -1px;
    top: 100%;
    z-index: 2150000000;
    border-top: 0;
    /*padding: 10px 0;*/
    box-sizing: content-box;
    list-style-type: none;
    margin: 0;
    text-align: left;
    font-size: 13px;
    line-height: 1em;

    opacity: 0.95;

    /*opacity: 0;*/
    /*height: 0;*/

    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.service-menu-table li.menu-item:hover .sub-menu {
    display: block;
    /*opacity: 0.95;*/
    /*height: auto;*/
}

.service-menu-table.handheld li.menu-item:hover .sub-menu {
    display: none;
    /*opacity: 0;*/
    /*height: 0;*/
}

.service-menu-table .sub-menu li {
    padding: 0 0 9px;
    margin: 0 10px
}

.service-menu-table .sub-menu li:first-child {
    /*border-top: 1px solid #dee0e2;*/
    padding-top: 14px
}

.service-menu-table .sub-menu.showed {
    display: block
}

.title-24 {
    font: 24px/24px 'Roboto', sans-serif;
    margin: 30px 0 0
}

.variants {
    overflow: hidden;
    margin: 30px 0 25px
}

.variant {
    width: 50%;
    float: left;
    padding: 0 15px 0 0
}

.variant + .variant {
    padding: 0 0 0 15px
}

.variant-title {
    background: #32abbd url('img/v1-bg.png');
    padding: 10px 20px 10px 105px;
    height: 140px;
    overflow: hidden;
    color: #fff;
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
}

.variant + .variant .variant-title {
    background: #33bdae url('img/v2-bg.png')
}

.variant-text {
    border: 1px solid #01a5bd;
    height: 140px;
    overflow: hidden;
    padding: 15px 15px 0 15px;
}

.variant + .variant .variant-text {
    border-color: #01bda9
}

.variant-number {
    position: absolute;
    display: block;
    left: 15px;
    top: 50%;
    margin-top: -35px;
    background: #fff;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    font-size: 60px;
    line-height: 75px;
    text-align: center;
    color: #01a5bd;
}

.call-text {
    width: 480px;
    margin: 30px auto;
    border: 1px solid #3992a2;
    padding: 15px 30px;
}

.call-text.nobord {
    border: 0;
    width: auto
}

.call-text.allwidth {
    width: 820px;
    text-align: center
}

.call-text.middle {
    width: 690px;
    text-align: center;
    margin: 50px auto;
}

.call-text.middle-550 {
    width: 550px
}

.call-text.middle-770 {
    width: 770px
}

.call-text p {
    margin: 0 0 20px
}

.call-text p.text-center {
    text-align: center;
    margin: 0 0 10px;
}

.service-ats + .content .call-text {
    width: 650px;
    text-align: center
}

.service-ats-2 + .content .call-text {
    width: 690px;
    text-align: center
}

.service-video-2 + .content .call-text, .service-video-3 + .content .call-text {
    width: 660px;
    text-align: center
}

.call-text a[href^=tel] {
    text-decoration: underline;
    white-space: nowrap;
}

.call-text a[href^=tel]:hover, .call-text a[href^=tel]:focus {
    text-decoration: none
}

article .content .sisadmin-list {
    margin: 0 190px 0 150px;
    position: relative;
    padding: 0;
    list-style-type: none
}

article .content .sisadmin-list li {
    padding: 0;
    margin: 0;
    display: table-row;
    position: relative;
    background: url('img/sisadmin/icon-li1.png') 0 50% no-repeat;
    height: 99px
}

article .content .sisadmin-list li + li {
    background-image: url('img/sisadmin/icon-li2.png')
}

article .content .sisadmin-list li + li + li {
    background-image: url('img/sisadmin/icon-li3.png')
}

article .content .sisadmin-list li + li + li + li {
    background-image: url('img/sisadmin/icon-li4.png')
}

article .content .sisadmin-list li + li + li + li + li {
    background-image: url('img/sisadmin/icon-li5.png')
}

article .content .sisadmin-list li + li + li + li + li + li {
    background-image: url('img/sisadmin/icon-li6.png')
}

.sisadmin-list li div {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 75px;
    width: 100%;
    padding: 0 0 0 100px
}

article .content .ats-list {
    margin: 0 150px 20px;
    position: relative;
    padding: 0;
    list-style-type: none
}

article .content .ats-list li {
    padding: 0;
    margin: 0;
    display: table-row;
    position: relative;
    background: url('img/ats/icon-li1.png') 0 50% no-repeat;
    height: 99px
}

article .content .ats-list li + li {
    background-image: url('img/ats/icon-li2.png')
}

article .content .ats-list li + li + li {
    background-image: url('img/ats/icon-li3.png')
}

article .content .ats-list li + li + li + li {
    background-image: url('img/ats/icon-li4.png')
}

article .content .ats-list li + li + li + li + li {
    background-image: url('img/ats/icon-li5.png')
}

.ats-list li div {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 75px;
    width: 100%;
    padding: 0 0 0 100px
}

.ats-list-after {
    padding: 0 0 20px 150px;
}

.ats-clients-logo {
    overflow: hidden;
    vertical-align: top;
    height: 80px;
    padding: 16px 0 0;
    margin: 15px -13px 35px;
    text-align: center
}

.ats-clients-logo img {
    margin: 0 13px;
    vertical-align: top
}

.ats-clients-logo .alcatel {
    top: -16px;
    position: relative
}

.ats-place {
    overflow: hidden;
    padding: 20px 30px;
}

.ats-place .one {
    float: left;
    width: 210px;
    padding: 130px 0 20px;
    background: url('img/ats/icon-p1.png') 50% 0 no-repeat;
    text-align: center
}

.ats-place .one + .one {
    background-image: url('img/ats/icon-p2.png')
}

.ats-place .one + .one + .one {
    background-image: url('img/ats/icon-p3.png')
}

.ats-place .one + .one + .one + .one {
    background-image: url('img/ats/icon-p4.png')
}

.ats-rows {
    margin: 30px 0 60px
}

.ats-rows .title-24 {
    margin: 0 0 30px
}

.ats-row, .ats-row-blue {
    height: 90px;
    padding: 5px 30px;
    width: 749px;
    margin: 0 0 0 75px
}

.ats-row-blue {
    background: #43abbe url('img/ats/icon-row-bg.png') no-repeat;
    color: #fff
}

.ats-row-text {
    display: table-cell;
    height: 80px;
    width: 100%;
    vertical-align: middle;
    padding: 0 0 0 90px;
    background: url('img/ats/icon-row-2.png') 0 50% no-repeat
}

.ats-row-text.row4 {
    background-image: url('img/ats/icon-row-4.png')
}

.ats-row-text.row6 {
    background-image: url('img/ats/icon-row-6.png')
}

.ats-row-text.row8 {
    background-image: url('img/ats/icon-row-8.png');
    background-position: 12px 50%
}

.ats-row-blue .ats-row-text {
    padding: 0 90px 0 0;
    background: url('img/ats/icon-row-1.png') 100% 50% no-repeat
}

.ats-row-blue .ats-row-text.row3 {
    background-image: url('img/ats/icon-row-3.png')
}

.ats-row-blue .ats-row-text.row5 {
    background-image: url('img/ats/icon-row-5.png');
    width: 610px;
    padding: 0 50px 0 80px
}

.ats-row-blue .ats-row-text.row7 {
    background-image: url('img/ats/icon-row-7.png')
}

.logo-list {
    margin: 10px -20px 30px;
    overflow: hidden
}

.logo-list img {
    vertical-align: middle;
    margin: 10px 20px
}

.video-list {
    overflow: hidden;
    padding: 10px 150px 30px;
}

.video-list .one {
    padding: 0 0 0 100px;
    margin: 0 0 24px;
    background: url('img/video/icon-l1.png') 0 50% no-repeat;
    min-height: 75px;
    position: relative
}

.video-list .one + .one {
    background-image: url('img/video/icon-l2.png')
}

.video-list .one + .one + .one {
    background-image: url('img/video/icon-l3.png')
}

.video-list .one + .one + .one + .one {
    background-image: url('img/video/icon-l4.png')
}

.video-list .one div {
    position: relative;
    display: table-cell;
    height: 75px;
    vertical-align: middle
}

.list-icon-vert {
    margin: 30px 50px
}

.list-icon-vert p {
    margin: 0 -150px 25px
}

.list-icon-vert.icon-75 {
    min-height: 75px
}

.list-icon-vert.icon-90 {
    min-height: 91px
}

.list-icon-vert.icon-104 {
    min-height: 104px
}

.list-icon-vert._ic-prog {
    margin: 30px 50px 30px 150px
}

.list-icon-vert.service-lvs, .list-icon-vert.cloud-1c {
    margin-right: 90px
}

.list-icon-vert.cisco-ip {
    margin-right: 50px
}

.list-icon-vert.ip-crm, .list-icon-vert.cloud {
    margin-right: 60px
}

.list-icon-vert .one {
    /*padding: 0 0 0 100px;*/
    margin: 0 0 24px;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative;
    min-height: 54px;
}

.list-icon-vert.icon-90 .one {
    padding: 0 0 0 120px
}

.list-icon-vert.icon-104 .one {
    padding: 0 0 0 135px;
    margin-bottom: 30px;
}

.list-icon-vert .one div {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.list-icon-vert.icon-75 .one div {
    height: 75px
}

.list-icon-vert.icon-90 .one div {
    height: 91px
}

.list-icon-vert.icon-104 .one div {
    height: 104px
}

.icon-75 .one.skud-1 {
    background-image: url('img/skud/icon-75-1.png')
}

.icon-75 .one.skud-2 {
    background-image: url('img/skud/icon-75-2.png')
}

.icon-75 .one.skud-3 {
    background-image: url('img/skud/icon-75-3.png')
}

.icon-75 .one.skud-4 {
    background-image: url('img/skud/icon-75-4.png')
}

.icon-75 .one.skud-5 {
    background-image: url('img/skud/icon-75-5.png')
}

.icon-75 .one.skud-6 {
    background-image: url('img/skud/icon-75-6.png')
}

.icon-75 .one.skud-7 {
    background-image: url('img/skud/icon-75-7.png')
}

.icon-75 .one.wifi-1 {
    background-image: url('img/network/icon-75-1.png')
}

.icon-75 .one.wifi-2 {
    background-image: url('img/network/icon-75-2.png')
}

.icon-75 .one.wifi-3 {
    background-image: url('img/network/icon-75-3.png')
}

.icon-75 .one._1c-1 {
    background-image: url('img/1c/icon-75-1.png')
}

.icon-75 .one._1c-2 {
    background-image: url('img/1c/icon-75-2.png')
}

.icon-75 .one._1c-3 {
    background-image: url('img/1c/icon-75-3.png')
}

.icon-75 .one._1c-4 {
    background-image: url('img/1c/icon-75-4.png')
}

.icon-75 .one._1c-5 {
    background-image: url('img/1c/icon-75-5.png')
}

.icon-75 .one._1c-6 {
    background-image: url('img/1c/icon-75-6.png')
}

.icon-75 .one.f-server-1 {
    background-image: url('img/server/icon-75-1.png')
}

.icon-75 .one.f-server-2 {
    background-image: url('img/server/icon-75-2.png')
}

.icon-75 .one.f-server-3 {
    background-image: url('img/server/icon-75-3.png')
}

.icon-75 .one.f-server-4 {
    background-image: url('img/server/icon-75-4.png')
}

.icon-75 .one.p-server-1 {
    background-image: url('img/server/icon-75-1.png')
}

.icon-75 .one.p-server-2 {
    background-image: url('img/server/icon-75-3.png')
}

.icon-75 .one.p-server-3 {
    background-image: url('img/server/icon-75-5.png')
}

.icon-75 .one.p-server-4 {
    background-image: url('img/server/icon-75-6.png')
}

.icon-75 .one.p-server-5 {
    background-image: url('img/server/icon-75-7.png')
}

.icon-75 .one.w-server-1 {
    background-image: url('img/server/icon-75-8.png')
}

.icon-75 .one.w-server-2 {
    background-image: url('img/server/icon-75-9.png')
}

.icon-75 .one.w-server-3 {
    background-image: url('img/server/icon-75-10.png')
}

.icon-75 .one.w-server-4 {
    background-image: url('img/server/icon-75-11.png')
}

.icon-75 .one.w-server-5 {
    background-image: url('img/server/icon-75-3.png')
}

.icon-75 .one.w-server-6 {
    background-image: url('img/server/icon-75-12.png')
}

.icon-75 .one.w-server-7 {
    background-image: url('img/server/icon-75-13.png')
}

.icon-75 .one.w-server-8 {
    background-image: url('img/server/icon-75-1.png')
}

.icon-75 .one.w-server-9 {
    background-image: url('img/server/icon-75-14.png')
}

.icon-75 .one.apache-1 {
    background-image: url('img/server/icon-75-3.png')
}

.icon-75 .one.apache-2 {
    background-image: url('img/server/icon-75-15.png')
}

.icon-75 .one.apache-3 {
    background-image: url('img/server/icon-75-16.png')
}

.icon-75 .one.apache-4 {
    background-image: url('img/server/icon-75-12.png')
}

.icon-75 .one.cisco-1 {
    background-image: url('img/cisco/icon-75-1.png')
}

.icon-75 .one.cisco-2 {
    background-image: url('img/cisco/icon-75-2.png')
}

.icon-75 .one.cisco-3 {
    background-image: url('img/cisco/icon-75-3.png')
}

.icon-75 .one.cisco-4 {
    background-image: url('img/cisco/icon-75-4.png')
}

.icon-75 .one.cisco-5 {
    background-image: url('img/cisco/icon-75-5.png')
}

.icon-75 .one.ip-1 {
    background-image: url('img/ip/icon-75-1.png')
}

.icon-75 .one.ip-2 {
    background-image: url('img/ip/icon-75-2.png')
}

.icon-75 .one.ip-3 {
    background-image: url('img/ip/icon-75-3.png')
}

.icon-75 .one.ip-4 {
    background-image: url('img/ip/icon-75-4.png')
}

.icon-75 .one.ip-5 {
    background-image: url('img/ip/icon-75-5.png')
}

.icon-75 .one.ip-crm-1 {
    background-image: url('img/ip/icon-75-6.png')
}

.icon-75 .one.ip-crm-2 {
    background-image: url('img/ip/icon-75-7.png')
}

.icon-75 .one.ip-crm-3 {
    background-image: url('img/ip/icon-75-8.png')
}

.icon-75 .one.ip-crm-4 {
    background-image: url('img/ip/icon-75-9.png')
}

.icon-75 .one.ip-crm-5 {
    background-image: url('img/ip/icon-75-10.png')
}

.icon-75 .one.cloud-1 {
    background-image: url('img/cloud/icon-75-1.png')
}

.icon-75 .one.cloud-2 {
    background-image: url('img/cloud/icon-75-2.png')
}

.icon-75 .one.cloud-3 {
    background-image: url('img/cloud/icon-75-3.png')
}

.icon-75 .one.cloud-4 {
    background-image: url('img/cloud/icon-75-4.png')
}

.icon-75 .one.cloud-5 {
    background-image: url('img/cloud/icon-75-5.png')
}

.icon-75 .one.cloud-6 {
    background-image: url('img/cloud/icon-75-6.png')
}

.icon-75 .one.cloud-1c-1 {
    background-image: url('img/cloud/icon-75-7.png')
}

.icon-75 .one.cloud-1c-2 {
    background-image: url('img/cloud/icon-75-8.png')
}

.icon-75 .one.cloud-1c-3 {
    background-image: url('img/cloud/icon-75-9.png')
}

.icon-75 .one.cloud-1c-4 {
    background-image: url('img/cloud/icon-75-10.png')
}

.icon-75 .one.cloud-1c-5 {
    background-image: url('img/cloud/icon-75-11.png')
}

.icon-75 .one.virtual-1 {
    background-image: url('img/virtual/icon-75-1.png')
}

.icon-75 .one.virtual-2 {
    background-image: url('img/virtual/icon-75-2.png')
}

.icon-75 .one.virtual-3 {
    background-image: url('img/virtual/icon-75-3.png')
}

.icon-75 .one.virtual-4 {
    background-image: url('img/virtual/icon-75-4.png')
}

.icon-75 .one.virtual-5 {
    background-image: url('img/virtual/icon-75-5.png')
}

.icon-75 .one.virtual-6 {
    background-image: url('img/virtual/icon-75-6.png')
}

.icon-75 .one.hosting-1 {
    background-image: url('img/hosting/icon-75-1.png')
}

.icon-75 .one.hosting-2 {
    background-image: url('img/hosting/icon-75-2.png')
}

.icon-75 .one.hosting-3 {
    background-image: url('img/hosting/icon-75-3.png')
}

.icon-75 .one.hosting-4 {
    background-image: url('img/hosting/icon-75-4.png')
}

.icon-75 .one.hosting-5 {
    background-image: url('img/hosting/icon-75-5.png')
}

.icon-75 .one.hosting-6 {
    background-image: url('img/hosting/icon-75-6.png')
}

.icon-90 .one.skud-1 {
    background-image: url('img/skud/icon-color-1.png')
}

.icon-90 .one.skud-2 {
    background-image: url('img/skud/icon-color-2.png')
}

.icon-90 .one.skud-3 {
    background-image: url('img/skud/icon-color-3.png')
}

.icon-90 .one.skud-4 {
    background-image: url('img/skud/icon-color-4.png')
}

.icon-90 .one.skud-5 {
    background-image: url('img/skud/icon-color-5.png')
}

.icon-90 .one.skud-6 {
    background-image: url('img/skud/icon-color-6.png')
}

.icon-90 .one.wifi-1 {
    background-image: url('img/skud/icon-color-3.png')
}

.icon-90 .one.wifi-2 {
    background-image: url('img/network/icon-color-1.png')
}

.icon-90 .one.wifi-3 {
    background-image: url('img/network/icon-color-2.png')
}

.icon-90 .one.wifi-4 {
    background-image: url('img/skud/icon-color-1.png')
}

.icon-90 .one.wifi-5 {
    background-image: url('img/skud/icon-color-5.png')
}

.icon-90 .one.f-server-1 {
    background-image: url('img/server/icon-91-1.png')
}

.icon-90 .one.f-server-2 {
    background-image: url('img/server/icon-91-2.png')
}

.icon-90 .one.f-server-3 {
    background-image: url('img/server/icon-91-3.png')
}

.icon-75 .one.lvs-1 {
    background-image: url('img/lvs/icon-75-1.png')
}

.icon-75 .one.lvs-2 {
    background-image: url('img/lvs/icon-75-2.png')
}

.icon-75 .one.lvs-3 {
    background-image: url('img/lvs/icon-75-3.png')
}

.icon-75 .one.lvs-4 {
    background-image: url('img/lvs/icon-75-4.png')
}

.icon-104 .one.lvs-1 {
    background-image: url('img/lvs/icon-104-1.png')
}

.icon-104 .one.lvs-2 {
    background-image: url('img/lvs/icon-104-2.png')
}

.icon-104 .one.lvs-3 {
    background-image: url('img/lvs/icon-104-3.png')
}

.icon-104 .one.lvs-4 {
    background-image: url('img/lvs/icon-104-4.png')
}

.list-icon-gor {
    margin: 10px -10px;
    overflow: hidden
}

.list-icon-gor.col-4 {
    margin: 30px 50px
}

.list-icon-gor .one {
    float: left;
    text-align: center;
    background-position: 50% 0;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 120px 10px 0
}

.list-icon-gor.col-5 .one {
    width: 20%;
    min-width: 104px
}

.list-icon-gor.col-4 .one {
    width: 25%;
    padding: 120px 10px 0;
    min-width: 104px;
    box-sizing: border-box
}

.list-icon-gor .one small {
    display: block;
    font-size: 14px
}

.list-icon-gor .one.sks-1 {
    background-image: url('img/sks/icon-104-1.png')
}

.list-icon-gor .one.sks-2 {
    background-image: url('img/sks/icon-104-2.png')
}

.list-icon-gor .one.sks-3 {
    background-image: url('img/sks/icon-104-3.png')
}

.list-icon-gor .one.sks-4 {
    background-image: url('img/sks/icon-104-4.png')
}

.list-icon-gor .one.sks-5 {
    background-image: url('img/sks/icon-104-5.png')
}

.list-icon-gor .one.cloud-1c-1 {
    background-image: url('img/cloud/icon-104-1.png')
}

.list-icon-gor .one.cloud-1c-2 {
    background-image: url('img/cloud/icon-104-2.png')
}

.list-icon-gor .one.cloud-1c-3 {
    background-image: url('img/cloud/icon-104-3.png')
}

.list-icon-gor .one.cloud-1c-4 {
    background-image: url('img/cloud/icon-104-4.png')
}

.list-icon-gor .one.opt-1 {
    background-image: url('img/opt/icon-104-1.png');
    margin: 0 0 40px
}

.list-icon-gor .one.opt-2 {
    background-image: url('img/opt/icon-104-2.png')
}

.list-icon-gor .one.opt-3 {
    background-image: url('img/opt/icon-104-3.png')
}

.list-icon-gor .one.opt-4 {
    background-image: url('img/opt/icon-104-4.png')
}

.list-icon-gor .one.opt-5 {
    background-image: url('img/opt/icon-104-5.png')
}

.sale-info {
    color: #fff;
    background: #51afc3 url('img/cloud/sale-info.png') no-repeat;
    height: 119px;
    padding: 0 90px 0 210px;
    margin: 45px 0 60px;
    font-size: 20px
}

.sale-info-text {
    display: table-cell;
    vertical-align: middle;
    height: 119px;
    width: 100%
}

.apache-info {
    border: 1px solid #85bbc5;
    padding: 0 0 0 238px;
    height: 90px;
    position: relative;
    margin: 30px 0 45px;
}

.apache-logo {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 238px;
    height: 100%;
    background: url('img/server/apache.png') 28px 50% no-repeat
}

.apache-text {
    position: relative;
    background: #85bbc5;
    display: table-cell;
    height: 90px;
    width: 100%;
    color: #fff;
    padding: 0 70px;
    box-sizing: border-box;
    vertical-align: middle
}

.list-color-line {
    color: #fff;
    margin: 30px 190px 10px 120px;
}

.list-color-line .one {
    padding: 10px 25px 10px 64px;
    margin: 0 0 30px
}

.list-color-line .one.p-server-1 {
    background: #3992a2 url('/wp-content/themes/itmain/img/server/icon-white-1.png') 56px 50% no-repeat
}

.list-color-line .one.p-server-2 {
    background: #2e7683 url('/wp-content/themes/itmain/img/server/icon-white-2.png') 100% 50% no-repeat;
    /*padding: 0 159px 0 40px*/
}

.list-color-line .one.p-server-3 {
    background: #22565f url('/wp-content/themes/itmain/img/server/icon-white-3.png') 30px 50% no-repeat
}

.list-color-line .one div {
    height: 90px;
    display: inline;
    vertical-align: middle;
}

.table-color-3 {
    display: table;
    position: relative;
    width: auto;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 30px;
}

.table-color-3 .one {
    position: relative;
    display: table-cell;
    height: 151px;
    width: 210px;
    background: #40c232 url('img/it-green.png') 50% 50% no-repeat;
    color: #f6f8fa;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
}

.table-color-3 .one small {
    font-size: 14px;
    line-height: 1.1em;
    text-transform: none;
    display: block;
    margin: 15px 0 0
}

.table-color-3 .one.blue {
    background-image: url('img/it-blue.png');
    background-color: #32b6c2
}

.table-color-3 .one.orange {
    background-image: url('img/it-orange.png');
    background-color: #e3a205
}

.org-remont {
    margin: 15px 0 20px
}

.table-color-4 {
    display: table;
    position: relative;
    width: auto;
    margin: -5px auto 10px;
    border-collapse: separate;
    border-spacing: 30px;
}

.table-color-4 .one {
    position: relative;
    display: table-cell;
    height: 197px;
    width: 195px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: -1000em;
}

.table-color-4 .one.org-1 {
    background-image: url('img/org/table-1.png')
}

.table-color-4 .one.org-2 {
    background-image: url('img/org/table-2.png')
}

.table-color-4 .one.org-3 {
    background-image: url('img/org/table-3.png')
}

.table-color-4 .one.org-4 {
    background-image: url('img/org/table-4.png')
}

.video-to-list.video-list {
    padding-top: 30px
}

.video-to-list.video-list .one {
    background-image: url('img/video/icon-l75-1.png')
}

.video-to-list.video-list .one + .one {
    background-image: url('img/video/icon-l75-2.png')
}

.video-to-list.video-list .one + .one + .one {
    background-image: url('img/video/icon-l75-3.png')
}

.video-to-list.video-list .one + .one + .one + .one {
    background-image: url('img/video/icon-l75-4.png')
}

.video-to-list.video-list .one + .one + .one + .one + .one {
    background-image: url('img/video/icon-l75-5.png')
}

.video-to-list.video-list .one + .one + .one + .one + .one + .one {
    background-image: url('img/video/icon-l75-6.png')
}

.video-plus {
    padding: 35px 0 0;
    overflow: hidden
}

.video-plus .one {
    float: left;
    width: 25%;
    padding: 115px 20px 20px;
    text-align: center;
    background: url('img/video/icon-plus1.png') 50% 0 no-repeat
}

.video-plus .one + .one {
    background-image: url('img/video/icon-plus2.png')
}

.video-plus .one + .one + .one {
    background-image: url('img/video/icon-plus3.png')
}

.video-plus .one + .one + .one + .one {
    background-image: url('img/video/icon-plus4.png')
}

.video-plus-vert {
    padding: 25px 0 5px
}

.video-plus-vert .one {
    margin: 0 115px 30px;
    /*padding: 0 0 0 135px;*/
    background: url('img/video/icon-plus2.png') 0 50% no-repeat
}

.video-plus-vert .one + .one {
    background-image: url('img/video/icon-plus1.png')
}

.video-plus-vert .one + .one + .one {
    background-image: url('img/video/icon-plus3.png')
}

.video-plus-vert .one + .one + .one + .one {
    background-image: url('img/video/icon-plus5.png')
}

.video-plus-vert .one div {
    height: 104px;
    width: 100%;
    display: table-cell;
    vertical-align: middle
}

.video-plus-vert .title-m {
    padding-bottom: 30px;
}

.video-cam-list {
    position: relative;
    color: #fff;
    overflow: hidden;
    margin: 0 0 40px;
}

.video-cam-list .one {
    position: relative;
    float: left;
    width: 25%;
    height: 167px;
    text-align: center;
    line-height: 1em;
}

.video-cam-list .one-bg {
    position: relative;
    display: table-cell;
    width: 210px;
    height: 167px;
    vertical-align: middle;
    background: url('img/video/video-cam-bg-1.png') 50% 50% no-repeat
}

.video-cam-list .cam2 .one-bg {
    background-image: url('img/video/video-cam-bg-2.png')
}

.video-cam-list .cam3 .one-bg {
    background-image: url('img/video/video-cam-bg-3.png')
}

.video-cam-list .cam4 .one-bg {
    background-image: url('img/video/video-cam-bg-4.png')
}

.one-bg p {
    padding: 8px 5px
}

.cam-left, .cam-right {
    position: absolute;
    display: table-cell;
    vertical-align: middle;
}

.cam-left span, .cam-right span {
    font-size: 12px;
    display: block;
}

.cam-left {
    width: 124px;
    left: 0;
    top: 35px;
}

.cam3 .cam-left {
    top: 25px
}

.cam2 .cam-right {
    height: 45px
}

.cam-right {
    width: 150px;
    height: 55px;
    right: 0;
    bottom: 0;
}

.video-cam-list.video-type .one:first-child {
    margin-left: 10.5%;
}

.video-cam-list.video-type .one {
    width: 26%
}

.video-cam-list.video-type .one-bg {
    background-image: url('img/video/video-type-1.png')
}

.video-cam-list.video-type .cam2 .one-bg {
    background-image: url('img/video/video-type-2.png')
}

.video-cam-list.video-type .cam3 .one-bg {
    background-image: url('img/video/video-type-3.png');
    padding: 0 30px
}

.padding p {
    padding: .5em 0;
}

.small {
    font-size: 14px;
}

.sub-menu > li > a {
    color: black !important;
    text-decoration: none;
}

.sub-menu > li > a:hover {
    color: white !important;
}