html,
body {
    /*height: 100%;*/
}

body {
    background: url('/static/img/site-bg.png') 50% 0 no-repeat;
    z-index: 0;
}

.body_ulc{
    margin: 0 auto;
    position: relative;

    /*color: #000;*/
    font-family: "Segoe UI", Arial;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    width: 1170px;
    background: url('/static/img/site-bg.png') 50% 0 no-repeat;
    overflow-x: hidden;
    color: #555555;
    box-shadow: 0px 0px 15px #ACACAC;
}

.left_bg {
    left: -1000px;
    background: url('/static/img/bg-l2.png') repeat-y scroll 100% 0px transparent;
    position: absolute;
    height: 100%;
    width: 1000px;
}

.right_bg {
    position: absolute;
    margin-left: 100%;
    background: url('/static/img/bg-r2.png') repeat-y scroll 0px 0px transparent;
    height: 100%;
    width: 100px;
}

/* fix for ipad begun */
@media only screen and (max-width: 1024px) {
    .left_bg {
        display: none;
    }

    .right_bg {
        display: none;
    }

    body {
        /*width: 1024px;*/

        background: none;
    }
}

/* fix for ipad end */

.som {
    padding: 10px 10px;
}

.som .somItem {
    font-size: 12px;
    padding: 0 0 10px 0;
    margin-left: 80px;
}

.som .somItem_article {
    font-size: 12px;
    padding: 0 0 10px 0;
    margin-left: 20px;
}

.som .somItem a {
    font-size: 14px;
    text-decoration: none;
}

.som .somItem_article a {
    font-size: 14px;
    text-decoration: none;
}

.som .thecloud_detail {
    padding: 12px 0 5px 30px;
    font-size: 14px;
    display: none;
}

.som .thecloud_detail p {
    margin-left: 80px;
    font-size: 14px !important;
}

.pilot__2 {
    left: 200px;
    top: 16px;
}

.article-content {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffffff;
}

.content {
    background-color: #ffffff;
}

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

@font-face {
    font-family: 'Segoe UI';
    src: url('/static/fonts/segoeui.eot');
    src: url('/static/fonts/segoeui.eot?#iefix') format('embedded-opentype'),
    url('/static/fonts/segoeui.woff') format('woff'),
    url('/static/fonts/segoeui.ttf') format('truetype'),
    url('/static/fonts/segoeui.svg#web') format('svg');
    font-weight: normal;
    font-style: normal;
}

header {
    height: 120px;
    background: url('/static/img/banner.png') no-repeat scroll 50% 66% transparent;
    /*position: relative;*/
    /*display: block;*/
}

header .logo1 {
    padding-top: 15px;
    padding-left: 15px;
}

header .contact {
    color: #ffffff;
    font-family: "Segoe UI", Arial;
    font-size: 14px;
    /*font-weight: normal;*/
    /*font-style: normal;*/
    /*text-decoration: none;*/
    /*line-height: 1.1em;*/
    padding-top: 27px;
    padding-left: 0px;
}

.contact_zyngaya {

}

header .zyngaya {
    padding-top: 0px;
    padding-left: 0px;
    color: white;
    font-size: 14px;
}

.b-search input {
    font-family: "Segoe UI", Arial;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #515151;
    border: 1px solid #4E7ABD;
    width: 178px;
}

header .search {
    margin-top: 22px;
    padding-left: 0px;
}

header .top-menu {
    padding-top: 15px;
    padding-left: 0px;
}

header .top-menu ul li {
    /*display: inline-block;*/
    height: 36px;
    text-transform: uppercase;
    text-align: left;
}

header .top-menu ul li a {
    color: #ffffff;
    text-decoration: none;
}

header .top-menu .dropdown-menu > li {
    /*display: block;*/
    height: 22px;
}

header .top-menu .dropdown-menu > li > a {
    height: 22px;
    /*padding: 12px 8px 12px 8px;*/
    padding: 5px 15px;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.1em;
}

header .search {
    padding-top: 0px;
    /*float: right;*/
}

button[type="button"] {
    border: none;
}

nav {
    height: 36px;
    background: url('/static/img/menutop-bg.png') repeat scroll 0% 0% #354D8A;
    line-height: 1em;
    font-size: 14px;
}

nav ul li {
    height: 36px;
    text-transform: uppercase;
    line-height: 36px;
}

/*nav ul li a {*/
/*height: 36px;*/
/*color: white;*/
/*display: block;*/
/*font-family: Segoe UI;*/
/*font-size: 14px;*/
/*font-style: normal;*/
/*font-weight: normal;*/
/*padding: 12px 8px 12px 0;*/
/*text-decoration: none;*/
/*}*/

.navbar-nav > li > a {
    padding: 12px 12px 12px 0px;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.1em;
    /*text-shadow: 1px 1px 1px rgba(3, 0, 0, 1);*/
}

/* хлебные крошки стиль */

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none outside none;
    background-color: #f0f5f7;
    border-radius: 0px;
}

/*  настройка вида выподающего меню */
.dropdown:hover .dropdown-menu {
    background: none repeat scroll 0 0 rgba(54, 78, 138, 1);
    border-radius: 0 10px 10px;
    border-radius: 0;
    border: none;
    /*display: none;*/
    left: 0px;
    padding: 10px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    display: block;
    /*box-shadow: none;*/
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
    border: none;
}

.open > .dropdown-menu {
    background: none repeat scroll 0 0 rgba(54, 78, 138, 1);
    border-radius: 0 10px 10px;
    border-radius: 0;
    border: none;
    /*display: none;*/
    left: 0px;
    padding: 10px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    display: block;
}

/* добавление треугольника к меню сверху */
.dropdown-menu:before {
    content: '';
    position: absolute;

    width: 0;
    height: 0;
    border-bottom: 7px solid rgba(54, 78, 138, 1);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: -7px;
    left: 15px;
}

.dropdown-menu > li {
    /*display: block;*/
    height: 22px;
    /*width: 230px;*/
}

.dropdown-menu > li > a {
    height: 22px;
    /* нужно настроить отступы */
    padding: 5px 15px;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.1em;
    color: #ffffff;
    /*text-shadow: 1px 1px 1px rgba(3, 0, 0, 1);*/
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #428bca;
}

/* свойства применяются при наведение на пункт выподающего меню*/

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: white;
    text-decoration: none;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    background: none;
    color: white;
    text-decoration: underline;
}

.menu_container {
    /*width: 775px;*/
    margin: 0 auto;
    padding-left: 30px;
    background: url('/static/img/menutop-bg.png') repeat scroll 0% 0% #354D8A;
}

#myCarousel {
    margin: -20px;
}

/* bootstrap3 carousel css fix begun */
.carousel-indicators {
    bottom: 5px;
}

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 20%;
    margin-left: -10px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    margin-right: -10px;
    right: 20%;
}

.carousel-caption {
    bottom: 30px;
    color: #fff;
/*   left: 15%; */
    padding-bottom: 15px;
    padding-top: 0px;
    position: absolute;
    right: 15%;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    z-index: 10;
}

.Xmass {
    margin-left: 80px;
}
/* bootstrap3 carousel css fix end */

.button_search {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    float: right;
    font-size: 0;
    margin-left: 10px;
    padding: 0;

}

footer {
    background-color: #F0F5F7;
}

.footer_menu {
    margin: 20px;
    color: #000000;
}

.footer_menu h3 {
    color: #000000;
    display: block;
    height: 35px;
    box-sizing: border-box;
}

.footer_copyright {
    margin: 20px;
    color: #000000;
}

.menu_footer_menu {
    display: block;
    border-left: 1px solid #EEE;
    height: 150px;
    padding-left: 5px;
}

footer ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.bottom-col {
    border-left: 2px solid #fff;
    display: table-cell;
    width: 20%;
}

.b-bottom {
    background: url("/static/img/dots-triple.png") repeat-x scroll 0 0 #fff;
    margin: 0 10px;
    padding: 20px;
}

.b-bottom h3 {
    min-height: 50px;
}

.b-bottom p {
    margin: 0 0 1em;
}

.b-bottom ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.b-bottom .bottom-inner {
    background-color: #f0f5f7;
    border-radius: 10px;
    display: table;
    width: 100%;
}

.b-bottom .bottom-col {
    border-left: 2px solid #fff;
    display: table-cell;
    width: 20%;
}

.b-bottom .bottom-col:first-child {
    border-left: medium none;
}

.b-bottom .bottom-col-content {
    padding: 20px;
}

.b-social {
    padding-bottom: 10px;
}

.b-social img {
    background-color: #c0c6c9;
    border-radius: 50px;
}

.b-social img:hover {
    background-color: #0099d9;
}

.b-subscribe .button button {
    background: none repeat scroll 0% 0% #2BABDF;
    border: medium none;
    cursor: pointer;
    padding: 0;
    border-radius: 50px;

}

.b-input {
    padding: 0 6px 0 0;
}

.b-input1 input {
    margin-left: -6px;
    width: 90%;
    position: relative;
    left: 6px;
    font-size: 14px;
}

/* landing page css ============================*/
/* Отступ от левого края */
#landing-page-1 {
    padding-left: 0px;
    color: #555555;
}

/* Элемент иконка с текстом */
.item img {
    display: table-cell;
    line-height: 100%;
    vertical-align: middle;
}

.item {
    display: table;
}

.item p {
    display: table-cell;
    vertical-align: middle;
}

/* Описание облачного сервера */
#product-about img {
    float: left;
    margin: 20px;
    margin-left: 10px;
}

#product-about {
    font-size: 1.1em;
}

#product-about ul {
    float: left;
    font-size: 0.9em;
}

#product-about h2 {
    padding-top: 15px;
}

#product-compare {
    margin-top: 40px;
}

#product-compare h3 {
    text-align: center;
}

#product-compare th {
    text-align: center;
}

/* Подробное описание сервера */

#product-detail {
    margin-top: 20px;
}

#product-detail .item {
    margin-bottom: 20px;
}

/* add line */
.view {
    display: table;
    width: 100%;
    margin-left: 10px;
    margin-left: 30px;
    padding-right: 20px;
    padding-top: 20px;

}

.view .item {
    margin-bottom: 20px;
}

.view .item img {
    margin-right: 10px;
}

.column-1 {
    display: table-cell;
    width: 33%;
}

.column-2 {
    display: table-cell;
    width: 34%;
}

.column-3 {
    display: table-cell;
    width: 33%;
}

.product-order {
    /*border-radius: 5px;*/
    height: 75px;
    background-color: #f0f5f7;
}

.product-order .cost {
    float: left;
    margin-left: 10px;
}

.product-order .cost-note {
    float: left;
    margin-left: 10px;
    width: 380px;
}

.product-order .cost-note h3 {
    margin-top: 5px;
}

.product-order .cost-note h4 {
    margin-top: 15px;
    margin-left: 10px;
}

.product-order .cost h3 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 1.83em;
    color: #4a70ac;
}

.product-order .phone {
    float: right;
    margin-top: 27px;
}

.product-order .order-button {
    float: right;
    margin: 20px;
    /*margin-right: 10px;*/

    background-color: #64A9DF;
    width: 120px;
    line-height: 35px;

    box-shadow: 1px 2px 3px #aaa;

    /*-moz-border-radius: 13px;*/
    /*-webkit-border-radius: 13px;*/
    /*border-radius: 13px;*/

    font-size: 18px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.product-order .order-button-test {
    float: right;
    margin: 20px;
    /*margin-right: 10px;*/

    background-color: #64A9DF;
    width: 280px;
    line-height: 35px;

    box-shadow: 1px 2px 3px #aaa;

    /*-moz-border-radius: 13px;*/
    /*-webkit-border-radius: 13px;*/
    /*border-radius: 13px;*/

    font-size: 18px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.product-order-order-button {
    float: right;
    /*margin: 20px;*/

    background-color: #64A9DF;
    width: 120px;
    line-height: 35px;

    box-shadow: 1px 2px 3px #aaa;
    border: none;

    /*-moz-border-radius: 13px;*/
    /*-webkit-border-radius: 13px;*/
    /*border-radius: 13px;*/

    font-size: 18px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.product-order .order-zone > * {
    display: inline-block;
}

.compare-table {
    margin-left: 100px;
    /*margin: 0 auto;*/
    width: 80%;
    /*border-collapse: separate !important;*/
}

.compare-table col.column-1 {
    width: 69%;
}

.compare-table col.column-2 {
    width: 15%;
}

.compare-table col.column-3 {
    width: 15%;
}

.compare-table th {
    /*background-color: #4a70ac;*/
    /*color: #f5f5f5;*/
}

.compare-table tr {
    height: 33px;
    border-bottom: 1px solid #CCCCCC;
    vertical-align: 10px;
}

.compare-table th:first-of-type {
    /*background-color: #5fa3d7;*/
    /*color: #f5f5f5;*/
    border: none;
}

.compare-table tr:nth-child(even) {
    /*background-color: #e1e1e1;*/
}

.compare-table tr:last-child {
    border-collapse: separate !important;
    border-bottom-color: #ffffff;
}

.compare-table td {
    text-align: center;
}

.compare-plus {
    background: url("/static/img/plus_ico.png") no-repeat center;
}

.compare-minus {
    background: url("/static/img/minus_ico.png") no-repeat center;
}

.service-button, .service-button a {
    color: #ffffff;
    margin-top: 15px;
}

/* megaplan css */
.megaplan_img {
    margin-left: -15px;
    margin-top: -20px;
}

.megaplan_choice {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
}

.megaplan_choice_item {
    text-align: center;
}

.megaplan_table h2 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.megaplan_table th {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    width: 100px;
}

.megaplan_table {
    width: 80%;
    margin: auto;
}

.megaplan_table .item {
    /*width: 400px;*/
    text-align: left;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    /*margin: 0 0 30px;*/
    /*padding: 0 0 10px 65px;*/
    vertical-align: top;

}

.megaplan_table .item_img {
    background-image: url("/static/img/megaplan_icons01.png");
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    /*margin: 0 0 30px;*/
    padding: 0 0 10px 65px;
    margin-top: 5px;
    /*width: 45px;*/
    /*height: 55px;*/
}

.item_img {
    background-image: url("/static/img/megaplan_icons01.png");
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0 0 10px 65px;
    margin-top: 5px;
}

.ms01 {
    background-position: 0 -887px;
    height: 47px;
}

.ms02 {
    background-position: 0 -1018px;
    height: 47px;
}

.ms03 {
    background-position: 0 0;
    height: 47px;
}

.ms04 {
    background-position: 0 -1147px;
    height: 47px;
}

.ms05 {
    background-position: -6px -129px;
    height: 47px;
}

.ms06 {
    background-position: -5px -255px;
    height: 47px;
}

.ms07 {
    background-position: 0 -1268px;
    height: 47px;
}

.ms08 {
    background-position: -8px -379px;
    height: 50px;
}

.ms09 {
    background-position: 0 -1399px;
    height: 47px;
}

.ms10 {
    background-position: 8px -2016px;
    height: 47px;
}

.ms11 {
    height: 49px;
    background-position: 0px -1899px;
}

.megaplan_table_strong {
    font-weight: bold;
    text-decoration: underline;
}

.megaplan_table_note {
    display: block;
    width: 200px;
}

.plane-pic1 {
    background: url('/static/img/fly_s.png') no-repeat scroll 0px -292px transparent;
    width: 150px;
    height: 85px;
    margin: 0px auto 21px;
}

.plane-pic2 {
    background: url('/static/img/fly_blue.png') no-repeat scroll 0% 0% transparent;
    width: 179px;
    height: 84px;
    margin: 0px auto 21px;
}

.plane-pic3 {
    background: url('/static/img/fly_s.png') no-repeat scroll 0px -376px transparent;
    width: 150px;
    height: 85px;
    margin: 0px auto 21px;
}

.cloudserver-pic {
    background: url('/static/img/cloud-server-about.png') no-repeat scroll transparent;
    width: 190px;
    height: 190px;
    margin: 0px auto 0px;
}

.cloudbackup-pic {
    background: url('/static/img/cloudbackup.png') no-repeat scroll transparent;
    width: 190px;
    height: 190px;
    margin: 0px auto 0px;
}

.cloud-datacenter-pic {
    background: url('/static/img/reserv_datacenter.png') no-repeat scroll transparent;
    width: 190px;
    height: 190px;
    margin: 0px auto 0px;
}

.cloud-1c-pic {
    background: url('/static/img/1cparking.png') no-repeat scroll transparent;
    width: 190px;
    height: 190px;
    margin: 0px auto 0px;
}

.cloud-services-pic {
    background: url('/static/img/cloud-services.png') no-repeat scroll transparent;
    width: 190px;
    height: 190px;
    margin: 0px auto 0px;
    margin-bottom: -20px;
    margin-top: -20px;

}

.cloud-panel-pic {
    background: url('/static/img/cloud-panel.png') no-repeat scroll transparent;
    width: 190px;
    height: 190px;
    margin: 0px auto 0px;
    margin-bottom: -20px;
    margin-top: -20px;
}

.cloud-mail-pic1 {
    background: url('/static/img/exchange_mail.png') no-repeat scroll transparent;
    width: 190px;
    height: 190px;
    margin: 0px auto 0px;
    margin-bottom: -20px;
    margin-top: -20px;
}

.cloud-mail-pic2 {
    background: url('/static/img/zimbra_mail.png') no-repeat scroll transparent;
    width: 190px;
    height: 190px;
    margin: 0px auto 0px;
    margin-bottom: -20px;
    margin-top: -20px;
}

.saas-mail-exchange-pic {
    background: url('/static/img/exchange_mail.png') no-repeat scroll transparent;
    width: 190px;
    height: 190px;
    margin: 0px auto 0px;
    margin-bottom: -20px;
    margin-top: -20px;
}

.saas-mail-zimbra-pic {
    background: url('/static/img/zimbra_mail.png') no-repeat scroll transparent;
    width: 190px;
    height: 190px;
    margin: 0px auto 0px;
    margin-bottom: -20px;
    margin-top: -20px;
}

.saas-telko-pic {
    background: url('/static/img/cloud-oktell.png') no-repeat scroll transparent;
    width: 190px;
    height: 190px;
    margin: 0px auto 0px;
    margin-bottom: -20px;
    margin-top: -20px;
}

.saas-onlyoffice-pic {
    background: url('/static/img/onlyoffice_big_picture.png') no-repeat scroll transparent;
    width: 190px;
    height: 190px;
    margin: 0px auto 0px;
    margin-bottom: -20px;
    margin-top: -20px;
}

.saas-megaplan1-pic {
    background: url('/static/img/plane1.png') no-repeat scroll transparent;
    width: 190px;
    height: 190px;
    margin: 0px auto 0px;
    margin-bottom: -20px;
    margin-top: -20px;
}

.saas-megaplan2-pic {
    background: url('/static/img/plane2.png') no-repeat scroll transparent;
    width: 190px;
    height: 190px;
    margin: 0px auto 0px;
    margin-bottom: -20px;
    margin-top: -20px;
}

.saas-megaplan3-pic {
    background: url('/static/img/plane3.png') no-repeat scroll transparent;
    width: 190px;
    height: 190px;
    margin: 0px auto 0px;
    margin-bottom: -20px;
    margin-top: -20px;
}

.megaplan_table_cost {
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
    height: 40px;
}

/* onlyoffice */

.hl_advantages {
    list-style-type: none;
    display: block;
    height: 240px;
    margin: 0 auto;
    padding: 0px;
    height: 270px;
}

.hl_advantages li {
    margin: 0px auto;
    padding: 150px 20px 0px 0px;
    display: block;
    float: left;
    width: 280px;
    height: 90px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    line-height: 1.5em;
}

.hl_server {
    background-image: url('/static/img/onlyoffice_server.jpg');
}

.hl_time {
    background-image: url('/static/img/onlyoffice_time.jpg');
}

.hl_costs {
    background-image: url('/static/img/onlyoffice_costs.jpg');
}

.onlyoffice-product-icon {
    background: url('/static/img/onlyoffice_products-icons.png') no-repeat scroll 0% 0% transparent;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 10px;
}

.onlyoffice-calendar {
    background-position: 0 0
}

.onlyoffice-crm {
    background-position: 0 -25px
}

.onlyoffice-documents {
    background-position: 0 -49px
}

.onlyoffice-gantt {
    background-position: 0 -75px
}

.onlyoffice-mail {
    background-position: -25px -75px
}

.onlyoffice-office {
    background-position: -25px -50px
}

.onlyoffice-people {
    background-position: -25px 0
}

.onlyoffice-projects {
    background-position: -25px -24px
}

/* oktell style
/* PADDINGS */
.oktell_info .h_padding,
.oktell_info .h_padding_left,
.oktell_info .h_padding_right {
    padding: 0px 30px;
    overflow: hidden;
    zoom: 1;
}

.oktell_info .h_padding_right {
    padding-left: 0px !important;
}

.oktell_info .h_padding_left {
    padding-right: 0px !important;
}

/* LINE */
.oktell_info .g_hr {
    height: 1px;
    background: #c3c2c1;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
    overflow: hidden;
    zoom: 1;
}

/* COLUMNS */
.oktell_info .l_column_group {
    width: 100%;
    overflow: hidden;
    zoom: 1;
}

.oktell_info .l_column {
    float: left;
}

.oktell_info .l_w33 {
    width: 33%;
}

/* PRICE */
.oktell_info .o_price {
    background-color: #f5d91e;
    padding: 1px 6px 2px 6px;
}

/* LISTS */
.oktell_info ul {
    padding: 0 0 0 1.25em;
    margin-bottom: 20px;
}

.oktell_info ul li {
    display: block;
    margin-bottom: 0em;
    padding: 0em 0em 0em 0em;
}

.oktell_info ul > li:before {
    content: '\2014\a0';
    float: left;
    margin-left: -1.25em;
}
.icon {
    margin-top: 20px;
    margin-left: 20px;
}

.service_table h2 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.service_table th {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    width: 100px;
}

.service_table {
    width: 100%;
    margin: auto;
}

.service_table .item {
    /*width: 400px;*/
    text-align: left;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    /*margin: 0 0 30px;*/
    /*padding: 0 0 10px 65px;*/
    vertical-align: top;

}