body {
    font-size: 16px;
    /*background-color: #ccc;*/
}
#wrapper {
    /*background-image: url('/img/_verstka/03_sidebar.jpg');*/
    /*background-position: center top;*/
    /*background-repeat: no-repeat;*/
    min-height: 1000px;
    overflow: hidden;
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
#page-header {
    background-color: #f3f3f3;
    border-bottom: 1px solid #ddd;
}
#menu-main {
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
}
#page-footer {
    background-color: #e4e4e4;
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: bold;
}
#page-wrap-content {
    background-image: url("/img/design/shadow-left.png");
    background-repeat: repeat-y;
    background-position: left top;
}
#page-content {
    background-color: #f3f3f3;
    line-height: 1.3;
}
.title-section {
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}
.one-advantage.accent p {
    margin-bottom: 25px;
}
.one-advantage.accent p:last-child {
    margin-bottom: 0;
}
/* --- COLORS and STYLES ----------------------------------------------- */
.color-green {
    color: #65bd2a;
}
.color-violet {
    color: #392f84;
}
.cpslock {
    text-transform: uppercase;
}
/* --- HEADER ----------------------------------------------- */
.top-logo, .top-address, .top-phone {
    height: 103px;
    overflow: hidden;
    text-align: center;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
}
.top-logo img {
    display: inline-block;
}
.top-address {
    color: #392f84;
    padding-top: 28px;
    padding-bottom: 28px;
}
.top-phone {
    color: #65bd2a;
    padding-top: 28px;
    padding-bottom: 28px;
}

/* --MENU SIDEBAR-- */
.menu-sidebar {
    margin-top: 62px;
    font-size: 15px;
}
.menu-sidebar li {
    text-align: center;
    font-weight: bold;
    color: #585858;
}
.menu-sidebar li a {
    color: #585858;
    line-height: 1.2;
    padding: 17px 21px;
}

.menu-sidebar.pay li {}
.menu-sidebar.pay li.active {
    background-color: #35b887;
    color: #fff;
}
.menu-sidebar.internet li {}
.menu-sidebar.internet li.active {
    background-color: #5f8ce1;
    color: #fff;
}
.menu-sidebar.telephony li {}
.menu-sidebar.telephony li.active {
    background-color: #35b887;
    color: #fff;
}
.menu-sidebar.pay li.active a,
.menu-sidebar.internet li.active a,
.menu-sidebar.telephony li.active a {
    color: #fff;
}

/* --- INDEX --------------------------------------------- */
.main-page-h1 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #fff;
}
.index-blocks {
    background-image: url('/img/bkgrd_index.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    padding: 30px 0 30px;
    background-color: #72a9e1;
}
.index-advantages {
    padding: 30px 0 30px;
    background-color: #F3F3F3;
}
.info-block-index {
    height: 270px;
    text-align: center;
    background: linear-gradient(to top, #fde6de, #f3f4e2);
}
.info-block-index h3 {
    font-weight: bold;
}
.info-block-index .top {
    margin: 30px 0;
}
.info-block-index .bottom {}
.info-block-index .bottom p {
    margin-bottom: 7px;
}
.info-block-index .bottom .button {
    padding: 7px;
    background-color: #6556D8;
    width: 100%;
    display: inline-block;
    color: #fff;
}
.info-block-index .bottom .button:hover {
    background-color: #8478E0;
}
.info-block-index .panel-body {
    padding: 10px 50px 20px 50px;
}
.info-block-index .top {
    height: auto;
}

.our-advantages {
    text-align: center;
    margin-bottom: 85px;
    font-weight: bold;
}
.one-advantage {
    padding: 20px 20px;
    height: 315px;
}
.one-advantage img {
    display: inline-block;
}
.one-advantage.accent {
    color: white;
    background: linear-gradient(to right, #617ae3, #5dacdc);
    text-align: center;
}
.one-advantage h3 {
    font-weight: bold;
    color: #6556d8;
    font-size: 40px;
}

.menu-sidebar.internet li.active a:hover {
    background-color: #4879d4 !important;
}

.menu-sidebar.telephony li.active a:hover {
    background-color: #21a071 !important;
}
.promotion {
    padding: 0px;
}