<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product.banner {
    position: relative;
    height: 355px;
    background: #fff;
    background-size: cover;
}
.product.banner.inner{
    font-size: 20px;
    line-height: 22px;
}
.inner {
    padding: 0;
    background: url(../../images/pages/competence/banner1.png) no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
}
.product.banner .container {
    padding: 0px;
    color: #000;
}
.banner-white-half {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 50%;
    background: #fff;
}
.product.banner h3 {
    font-size: 30px;
    line-height: 30px;
    text-align: left;
    margin: 50px 0 10px 0;
    font-weight: 300;
}

ul.with-icons {
    padding: 0px 0;
    margin: 0px;
}
ul.with-icons li {
    margin: 0 0;
    font-weight: 300;
    padding-left: 60px;
    height: 40px;
}
ul.with-icons li:before {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    border: 1px solid #dedede;
    background: url(../../images/pages/competence/icon.png) no-repeat center center;
    content: '';
    margin: 0 0 0 -60px;
    border-radius: 50px;
}
.blok-center{
    height: 150px;
    background: #f8f7f7;
}
.one-row-form {
    background: #f8f7f7;
    padding: 0px;
}
.one-row-form form {
    position: absolute;
    top: -20px;
    display: block;
    width: 100%;
    padding: 30px 50px;
    margin: 0px auto;
    background: #fdfdfd;
    border: #e5e5e5 1px solid;
    color: #000;
}
.one-row-form form .title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    padding: 0px;
}
.one-row-form form p {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin: 5px 0 0 0;
}
.one-row-form form input[type=text]{
    width: 220px;
    margin-right: 30px;
    background: #fff;
    border: #e5e5e5 1px solid;
    color: #000;
    font-size: 12.75px;
}
.one-row-form form input[type=submit]{
    background: #16c5fe;
    color: #fff;
    border: 0px;
    width: 220px;
    border-radius: 5px;
    text-transform: none;
}
.one-row-form form input[type=submit]:hover{
    background: #ffc107;
    color: #fff;
}
.product-info {
    background-color: #f8f7f7;
}
.product-info .span12 h2{
    font-weight: 400;
}
.service-list {
    margin-top: 50px;
}
.table {
    border-collapse: collapse !important;
}
.table td{
    background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
}

th {
    text-align: left;
}
tbody &gt; tr &gt; td&gt;.last-col {
    vertical-align: middle;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table-head {
    background-color: #f3f3f3;
}
.table &gt; thead &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.drop-down-icon{
    background-image: url(../../images/pages/competence/icon-down.png);
    background-repeat: no-repeat;
    background-position: 4px;
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    border: 1px solid #dedede;
}
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; td {
    vertical-align: middle;
    padding: 8px;
    line-height: 1.42857143;
    border-top: 1px solid #ddd;
}
.table &gt; thead &gt; tr &gt; th {
    border-bottom: 2px solid #ddd;
}
.table &gt; caption + thead &gt; tr:first-child &gt; th,
.table &gt; colgroup + thead &gt; tr:first-child &gt; th,
.table &gt; thead:first-child &gt; tr:first-child &gt; th,
.table &gt; caption + thead &gt; tr:first-child &gt; td,
.table &gt; colgroup + thead &gt; tr:first-child &gt; td,
.table &gt; thead:first-child &gt; tr:first-child &gt; td {
    border-top: 0;
}
.table &gt; tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed &gt; thead &gt; tr &gt; th,
.table-condensed &gt; tbody &gt; tr &gt; th,
.table-condensed &gt; tfoot &gt; tr &gt; th,
.table-condensed &gt; thead &gt; tr &gt; td,
.table-condensed &gt; tbody &gt; tr &gt; td,
.table-condensed &gt; tfoot &gt; tr &gt; td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; tbody &gt; tr &gt; th,
.table-bordered &gt; tfoot &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; tbody &gt; tr &gt; td,
.table-bordered &gt; tfoot &gt; tr &gt; td {
    border: 1px solid #ddd;
}
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td {
    border-bottom-width: 2px;
}
.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover &gt; tbody &gt; tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.table &gt; thead &gt; tr &gt; td.active,
.table &gt; tbody &gt; tr &gt; td.active,
.table &gt; tfoot &gt; tr &gt; td.active,
.table &gt; thead &gt; tr &gt; th.active,
.table &gt; tbody &gt; tr &gt; th.active,
.table &gt; tfoot &gt; tr &gt; th.active,
.table &gt; thead &gt; tr.active &gt; td,
.table &gt; tbody &gt; tr.active &gt; td,
.table &gt; tfoot &gt; tr.active &gt; td,
.table &gt; thead &gt; tr.active &gt; th,
.table &gt; tbody &gt; tr.active &gt; th,
.table &gt; tfoot &gt; tr.active &gt; th {
    background-color: #f5f5f5;
}
.table-hover &gt; tbody &gt; tr &gt; td.active:hover,
.table-hover &gt; tbody &gt; tr &gt; th.active:hover,
.table-hover &gt; tbody &gt; tr.active:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .active,
.table-hover &gt; tbody &gt; tr.active:hover &gt; th {
    background-color: #e8e8e8;
}
.table &gt; thead &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; thead &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; thead &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr.success &gt; th {
    background-color: #dff0d8;
}
.table-hover &gt; tbody &gt; tr &gt; td.success:hover,
.table-hover &gt; tbody &gt; tr &gt; th.success:hover,
.table-hover &gt; tbody &gt; tr.success:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .success,
.table-hover &gt; tbody &gt; tr.success:hover &gt; th {
    background-color: #d0e9c6;
}
.table &gt; thead &gt; tr &gt; td.info,
.table &gt; tbody &gt; tr &gt; td.info,
.table &gt; tfoot &gt; tr &gt; td.info,
.table &gt; thead &gt; tr &gt; th.info,
.table &gt; tbody &gt; tr &gt; th.info,
.table &gt; tfoot &gt; tr &gt; th.info,
.table &gt; thead &gt; tr.info &gt; td,
.table &gt; tbody &gt; tr.info &gt; td,
.table &gt; tfoot &gt; tr.info &gt; td,
.table &gt; thead &gt; tr.info &gt; th,
.table &gt; tbody &gt; tr.info &gt; th,
.table &gt; tfoot &gt; tr.info &gt; th {
    background-color: #d9edf7;
}
.table-hover &gt; tbody &gt; tr &gt; td.info:hover,
.table-hover &gt; tbody &gt; tr &gt; th.info:hover,
.table-hover &gt; tbody &gt; tr.info:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .info,
.table-hover &gt; tbody &gt; tr.info:hover &gt; th {
    background-color: #c4e3f3;
}
.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; td.warning,
.table &gt; thead &gt; tr &gt; th.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr &gt; th.warning,
.table &gt; thead &gt; tr.warning &gt; td,
.table &gt; tbody &gt; tr.warning &gt; td,
.table &gt; tfoot &gt; tr.warning &gt; td,
.table &gt; thead &gt; tr.warning &gt; th,
.table &gt; tbody &gt; tr.warning &gt; th,
.table &gt; tfoot &gt; tr.warning &gt; th {
    background-color: #fcf8e3;
}
.table-hover &gt; tbody &gt; tr &gt; td.warning:hover,
.table-hover &gt; tbody &gt; tr &gt; th.warning:hover,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .warning,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; th {
    background-color: #faf2cc;
}
.table &gt; thead &gt; tr &gt; td.danger,
.table &gt; tbody &gt; tr &gt; td.danger,
.table &gt; tfoot &gt; tr &gt; td.danger,
.table &gt; thead &gt; tr &gt; th.danger,
.table &gt; tbody &gt; tr &gt; th.danger,
.table &gt; tfoot &gt; tr &gt; th.danger,
.table &gt; thead &gt; tr.danger &gt; td,
.table &gt; tbody &gt; tr.danger &gt; td,
.table &gt; tfoot &gt; tr.danger &gt; td,
.table &gt; thead &gt; tr.danger &gt; th,
.table &gt; tbody &gt; tr.danger &gt; th,
.table &gt; tfoot &gt; tr.danger &gt; th {
    background-color: #f2dede;
}
.table-hover &gt; tbody &gt; tr &gt; td.danger:hover,
.table-hover &gt; tbody &gt; tr &gt; th.danger:hover,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .danger,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; th {
    background-color: #ebcccc;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive &gt; .table {
        margin-bottom: 0;
    }
    .table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
    .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
    .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
    .table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
    .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
    .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
        white-space: nowrap;
    }
    .table-responsive &gt; .table-bordered {
        border: 0;
    }
    .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
    .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
    .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
    .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
    .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
    .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
        border-left: 0;
    }
    .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
    .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
    .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
    .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
    .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
    .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
        border-right: 0;
    }
    .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
    .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
    .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
    .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
        border-bottom: 0;
    }
}
.grey-text.stoimost{
    background: #eee;
    color: #000;
    border-top: #cbcbca 1px solid;
    border-bottom: #cbcbca 1px solid;
}
.grey-text.stoimost h2{
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    margin-top: 50px;
}
.grey-text.stoimost img {
    float: left;
    margin: 43px 15px 40px 0;
}
.grey-text.stoimost .description{
    float: left;
    padding: 35px 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}
.grey-text.stoimost .number {
    font-size: 24px;
    color: #54bf4f;
    font-weight: 500;
}
.dark-text {
    background: #2c3e50;
    color: #fff;
}
.white-text {
    color: #000;
    background: #fff;
}
.grey-text {
    background: #fdfdfd;
    color: #000;
}
.white-text .span12 h2, .grey-text .span12 h2 {
    color: #000;
    font-size: 30px;
    line-height: 30px;
    font-weight:300;
    text-align: center;
    margin: 30px 0;
}
.dark-text.banner {
    position: relative;
    height: 345px;
}
.dark-text.banner .picture {
    position: absolute;
    background: url(../../images/pages/vnedrenie/boxes.png) no-repeat bottom center;
    height: 340px;
    bottom: -80px;
    right: 0;
}
.dark-text.banner .container {
    padding-top: 40px;
    font-size: 20px;
    line-height: 24px;
}
.dark-text.banner h1 {
    font-size: 30px;
    line-height: 30px;
    text-align: left;
    margin: 0 0 10px 0;
    font-weight: 300;
}
.dark-text.banner ul {
    font-weight: 300;
}
.dark-text.banner li {
    min-height: 35px;
    margin: 15px 0;
    padding-left: 30px;
    background: url(../../images/list-marker-green-ball.png) no-repeat top left;
}
.one-row-form {
    background: #fff;
    margin: -5px 0 50px 0;
    padding: 0px;
}
.one-row-form form {
    display: block;
    width: 840px;
    padding: 80px 50px 30px 50px;
    margin: 0px auto;
    background: #fdfdfd;
    border: #e5e5e5 1px solid;
    color: #000;
    border-radius: 5px;
}
.one-row-form form .title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    padding: 0px;
}
.one-row-form form p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 5px 0 30px 0;
    padding: 0px;
}
.one-row-form form p a {
    color: #000;
    text-decoration: underline;
}
.one-row-form form input[type=text]{
    width: 220px;
    margin-right: 30px;
    background: #fff;
    border: #e5e5e5 1px solid;
    color: #000;
    font-size: 12.75px;
}
.one-row-form form input[type=submit]{
    background: #16c5fe;
    color: #fff;
    border: 0px;
    width: 220px;
    border-radius: 5px;
    font-size: 12.75px;
}
.occupations .span4{
    position: relative;
    margin-bottom: 20px;
}
.occupations .picture {
    width: 300px;
    height: 138px;
    overflow: hidden;
    border-radius: 4px;
}
.occupations .text {
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: 10px;
}
.occupations .title {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}
.its-desc {
    background-image:url(../../images/vnedrenie_banner_new2.jpg);
    height: 504px;
}
.its-desc h2 {
    margin-top: 0px;
    color: #fff;
}
.its-desc p {
    color: #fff;
}
.its-desc .text {
    /*background: rgba(255,255,255,0.75);*/
    padding: 20px 0;
    margin-top: 28px;
}
.page-obsluzhivanie-1c.vnedrenie .product .container {
    padding-bottom: 59px;
}
.we-are .span3 {
    text-align: center;
    color: #fff;
}
.we-are .number {
    border-right: #2b2b2b 1px solid;
    font-size: 72px;
    font-weight: 300;
    line-height: 80px;
}
.we-are .span3.last .number {
    border-right: 0px;
}
.we-are .number-desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    margin: 10px 20px;
}
.certificates .container {
    padding-bottom: 30px;
}
.certificates .frame {
    display: block;
    width: 218px;
    height: 320px;
    padding: 29px;
    position: relative;
    margin-bottom: 40px;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.15);
}
.certificates .frame img {
    display: block;
    width: 100%;
    height: 100%;
}
.certificates .frame:after {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../../images/pages/vnedrenie-erp-pod-kluch/certificate_frame.png) no-repeat center center;
    content: '';
}</pre></body></html>