@font-face {
    font-family: 'ALSRublRegular';
    src: url('/images/fonts/rouble-webfont.eot');
    src: url('/images/fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'),
         url('/images/fonts/rouble-webfont.woff') format('woff'),
         url('/images/fonts/rouble-webfont.ttf') format('truetype'),
         url('/images/fonts/rouble-webfont.svg#ALSRublRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.rouble {font-family: 'ALSRublRegular';}
a {
    color: #369;
}
a:visited {
    color: #99c;
}
a:hover {
    color: #69c;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: normal;
    line-height: 1.2em;
    color: #039;
}
h1, h2, h3, h4, h5, h6 {
    margin: 1.6em 0 0;
}
th.h1, th.h2, th.h3, th.h4, th.h5, th.h6 {
    padding-top: 1.6em !important;
}
h1.first, h2.first, h3.first, h4.first, h5.first, h6.first {
    margin-top: 0;
}
h1 {
    font-size: 1.63em;
    margin-top: 1em;
}
h2, .h2 {
    font-size: 1.45em;
}
h3, .h3 {
    font-size: 1.27em;
}
h4, .h4 {
    font-size: 1.09em;
}
h1.m-seo {
    background-color: #2E67B2;
    color: #fff;
    margin-left: -24px;
    margin-right: -23px;
    text-align: center;
    font-size: 1.3em;
    line-height: 2.7em;
}
.m-seo img {
    display:inline-block;
    vertical-align: middle;
    width:30px;
    margin:0 .5em .3em 0;
}
code, pre {
    font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
    font-size: 1.025em !important;
}
del {
    font-style: italic;
}
small {
    font-size: .8em;
}
.block {
    display:block;
}
.hidden {
    display: none !important;
}
.hidden-a { /*accessibly hidden*/
    position: absolute;
    top: 0;
    left: -10000px;
}
.aleft {
    text-align: left !important;
}
.aright {
    text-align: right !important;
}
.acenter {
    text-align: center !important;
}
.ftn {
    color: #a1a1a1;
    font-size: .85em !important;
    margin: .5em 0;
}
.h { /* =header */
    color: #039 !important;
    font-weight: bold;
}
.dep { /* =deprecated */
    text-decoration: line-through;
}
.cut-header {
    display: none; /* habracut */
}


/*  Tables */
th {
    color: #039;
}
td, th {
    padding: .5em;
    border-bottom: 1px solid #d4dce3;
    text-align: center;
}
th[rowspan], th.hasrowspan {
    vertical-align: middle;
}
th[scope=row], th.scoperow {
    color: #666;
    font-weight: normal;
    text-align: left;
}
th.big {
    font-size: 1.1em;
    color: #666;
    padding: .66em;
}
th.em, td.em {
    background-color: #d6e9fb;
}
th .descr {
    margin: 0 !important;
    font-size: .9em;
    font-weight: normal;
    font-style: normal;
    color: #222;
}
.plainTable td, .plainTable th {
    padding: 0;
    border: 0;
    text-align: left;
}
#content .plainTable td {
    font-size: 100%;
}


.content ul {
    list-style: disc outside;
    margin: 1em 0 1em 2em;
}
ul.plainList {
    list-style: none;
    margin-left: 0;
}
.content p {
    margin: 1em 0;
}
.content p img {
    vertical-align: top;
}
.content table {
    width: 100%;
}
.help {
    font-weight: bold;
    text-decoration: none;
    vertical-align: top;
}
.state-error {
    border: 1px solid crimson;
}
.breadcrumbs a, .breadcrumbs span {
    float: left;
    margin-right: .75em;
}
.breadcrumbs a {
    text-decoration: none;
}
#content form input.text, #content form textarea, #content .btn {
    width: 25em;
    display: block;
    font-size: 1.25em;
    font-family: Tahoma, sans-serif;
}
input.error, textarea.error {
    border: 1px solid #f66;
    -moz-box-shadow: 0 0 4px #f66;
    -webkit-box-shadow: 0 0 4px #f66;
    box-shadow: 0 0 4px #f66;
}
label.error {
    color: #e33 !important;
    display: block;
}
/*input.valid, textarea.valid {
    border: 1px solid #3c9;
    -moz-box-shadow: 0 0 4px #3c9;
    -webkit-box-shadow: 0 0 4px #3c9;
    box-shadow: 0 0 4px #3c9;
}*/

/** common rounded corners etc. stuff **/
.rnd { /*this is a block elt that has rcorners*/
    position: relative;
    _zoom: 1;
}
.c-tl, .c-tr, .c-br, .c-bl {
    display: block;
    width: 10px;
    height: 10px;
    background: url(/images/uploads/corners.png) no-repeat;
    position: absolute;
    _display: none;
    _font-size: 1px;
}
.c-tl, .c-tr {
    top: 0;
}
.c-br, .c-bl {
    bottom: 0;
}
.c-tl, .c-bl {
    left: 0;
}
.c-tr, .c-br {
    right: 0;
}
/* -1 if wrappa haz bordaz */
.brd .c-tl, .brd .c-tr {
    top: -1px;
}
.brd .c-br, .brd .c-bl {
    bottom: -1px;
}
.brd .c-tl, .brd .c-bl {
    left: -1px;
}
.brd .c-tr, .brd .c-br {
    right: -1px;
}
.l {
    position: absolute;
    top: 0; left: 0;
}
.r {
    position: absolute;
    top: 0; right: 0;
}
.js-a, .js-a:visited {
    border-bottom:1px dotted #369;
    color:#369;
    text-decoration:none;
}
/** modules **/
.mod {

}
    /* don't let webkit to stretch checkboxes */
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .mod input[type="checkbox"], .mod input[type="radio"] {
            width: initial;
        }
    }
.m-caption {
/*    padding: .8em;*/
    padding:10px;
    background: #7295b7;
    border: 1px solid #cdd7e0;
    border-bottom: none;
    color: #fff;
    font-size: 1.1em;
}
.m-content {
    padding: 1em;
    background: #fff;
    border: 1px solid #cdd7e0;
    border-top: none;
    border-bottom: none;
    _border-bottom: 1px solid #cdd7e0;
}
    .m-content label {
        color: #999;
        line-height: 1.5em;
    }
    .m-content label.darker {
        color: #555;
    }
    .m-content .btn {
        margin: 11px 0 5px/*.9em 0 .5em*/
    }
.m-btm { /*container for corners, needed on modules that lay on background*/
    height: 9px;
    margin: 0 10px;
    background: #fff;
    border-bottom: 1px solid #cdd7e0;
    _display: none;
}
    .m-btm .c-bl {
        left: -10px;
        background-position: 0 -110px;
    }
    .m-btm .c-br {
        right: -10px;
        background-position: -10px -110px;
    }
.m-top { /*container for corners, needed on modules that lay on background*/
    height: 9px;
    margin: 0 10px;
    background: #fff;
    border-top: 1px solid #cdd7e0;
    _display: none;
}
    .m-top .c-tl {
        left: -10px;
        background-position: 0 -100px;
    }
    .m-top .c-tr {
        right: -10px;
        background-position: -10px -100px;
    }
.m-caption .c-tl {
    background-position: 0 -120px;
}
.m-caption .c-tr {
    background-position: -10px -120px;
}
.m-caption .c-bl {
    background-position: 0 -130px;
}
.m-caption .c-br {
    background-position: -10px -130px;
}
.left-last .m-caption {
    border-left: none;
}
.left-last .m-caption, .left-last .m-content {
    padding-left: 5%;
}
.left-last .m-content {
    _padding-left: 20px;
}
.left-last .m-content {
    background: none;
    border-left: none;
    border-bottom: none;
}
.dark {
    border-bottom: 1px solid #cdd7e0; /* override standard caption's no-bottom-border */
}
.content {
    font-family: Verdana, Helvetica, Arial, sans-serif;
}
.content .c-tl {
    background-position: 0px -140px;
}
.content .c-tr {
    background-position: -10px -140px;
}
.content .c-bl {
    background-position: 0 -150px;
}
.content .c-br {
    background-position: -10px -150px;
}
.content .m-content, .content .m-top, .content .m-btm {
    border-color: #b3bdbf;
    *zoom: 1;
}
.content .m-content, .light .m-content {
    padding: 1em 2em;
    _border-top: 1px solid;
}
.opaque .m-caption {
    padding-top: 0;
    border-top: 0;
}
.opaque .m-top {
    background: #7295b7;
}
.opaque .c-tl {
    background-position: 0 -265px;
    top: 0; left: -9px;
}
.opaque .c-tr {
    background-position: -10px -265px;
    top: 0; right: -9px;
}
.void {
    text-align: center;
}
.forty-four {
    margin-top: .5em;
    font-size: 12em !important;
    line-height: 1em;
    color: #6799cc;
}
a.banner-wrapper, a.banner-wrapper:hover {
    text-decoration: none !important;
}
.banner-center { /* big banna */
    margin: 1.3em auto;
}
.banner {
    overflow: hidden;
    cursor: pointer;
}
.m-maxw {
    max-width:100%;
    -width:100%;
}
.banner .m-btm {
    background: #164d90;
    z-index: 10;
}
.banner .c-bl {
    background-position: 0 -285px;
}
.banner .c-br {
    background-position: -10px -89px;
    bottom: -10px;
    right: -1px;
    z-index: 1001;
}
.banner .m-content {
    padding: 0;
}
.banner-img {
    position: relative;
    top: -9px;
    left: 0;
    width: 100%;
    height: 190px;
    _top: 0;
}
.banner-caption {
    position: relative;
    padding: 1em 2em .5em;
    background: #164d90;
    color: #fff;
    z-index: 11;
}
.banner-bg-helper {
    position: absolute;
    top: 0;
    right: 0;
    width: 105px;
    background: url(/images/uploads/caption-bg.png) right top no-repeat;
}
.banner-text-wrapper {
    position: relative;
    z-index: 11;
    text-indent: -1em;
    _text-indent: -.8em;
}
#banner-pandora .banner-text-wrapper {
    height: 41px;
}
#banner-pandora .banner-bg-helper {
    height: 67px;
     _height: 58px;
}
#banner-tea-party .banner-text-wrapper {
    height: 55px;
}
#banner-tea-party .banner-bg-helper {
    height: 81px;
    _height: 72px;
}
/* yes, i know i am bad */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #banner-pandora .banner-bg-helper {
        height: 66px;
    }
    #banner-tea-party .banner-bg-helper {
        height: 80px;
    }
}

/** tabs **/
.tabs {
    height: 35px;
    display: table;
    width: 100%;
    margin: 0 -2px -1px;
    padding: 0;
    *margin-top: 1px;
}
    .tabs li {
        display:table-cell;
        width: 24%;
        margin-right: 1%;
        padding: 0 2px;
        *float: left;
        *clear: right;
        *margin: -1px 0 0 0;
    }
    .tabs li.last {
        padding-right: 0;
    }
    .tabs a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 1.15em;
        line-height: 35px;
        background: url(/images/uploads/corners.png) 0 -230px repeat-x;
        color: #039;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
        border: 1px solid #b8c4cb;
        border-bottom: 0;
        _color: #039 !important;
    }
        .tabs a .c-tl {
            background-position: 0 -220px;
        }
        .tabs a .c-tr {
            background-position: -10px -220px;
        }
    .tabs a.current {
        background: #fff;
        color: #039;
        font-weight: bold;
    }
        .tabs a.current .c-tl {
            background-position: 0 -200px;
        }
        .tabs a.current .c-tr {
            background-position: -10px -200px;
        }
/* colo-dedic tabs */
.colo-tabs {
    position:relative;
    padding-top:32px;
    margin-bottom:18px;
}
.colo-tabs a.label {
    position:absolute;
    top:0;
    height:31px;
    line-height:30px;
    text-align:center;
    text-decoration: none;
    font-size:14px;
    background-color:#f8f8f8;
    border:1px solid #d4dce3;/*#94c2e7*/
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.colo-tabs a.label.active {
    color:#000;
    background-color:#fff;
    border-bottom:1px solid #fff;
    cursor:default;
    z-index:1;
}
.colo-tabs ul {
    margin:0;
    padding:1em;
    border:1px solid #d4dce3; /*#94c2e7*/
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    list-style-type: none;
}
.b-clip {overflow:hidden;}
/*.one-btn-order {}*/
.panes {
    padding-top: 1em !important;
    border-top: 1px solid #b3bdbf;
    color: #222;
    *zoom: 1;
}
    .panes:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .panes .ftn {
/*        text-align: right;
        margin: -0.5em 0 -1em;*/
        margin: 0 0 -1em 0;
        clear: both;
    }
    .panes .action-area {
        float: right;
        width: 60%;
        padding-top: .3em;
        margin-bottom: 1em;
    }
    .panes .action-area .ftn {
        text-align: center;
        margin: .5em 0;
    }
    .panes .ft {
        padding: 0 1em;
    }

/** tariff tables **/
.tariffs {
    margin: 2em 0 2em;
    width: 100%;
}
.tariffs th, .tariffs td {
/*    padding: .5em;*/
	padding: 0;
    font-size: 1.09em;
    font-weight: bold;
    vertical-align: middle;
    border: none;
}
.tariffs th.scopecol {
    vertical-align: top;
}
.tariffs .th th {
/*    padding-left: 1em;*/
    font-weight: bold;
    color: #039;
    text-align: center;
}
.tariffs th, .tariffs th.aleft {
    position: relative;
/*    padding-left: 70px;*/
    text-align: left;
}
.tariffs td {
    text-align: center;
}


.tariffs td.icon{
}

.tariffs td.icon a{
	background: url(/images/uploads/i-tariffs.jpg) no-repeat;
	float:left;
	width: 70px;
	height: 70px;
	text-decoration:none;
}

.tariffs td.icon a.ph-diogenes {
    height: 72px;
    background-position: 0 3px;
}
.tariffs td.icon a.ph-seneca {
    height: 66px;
    background-position: 0 -90px;
}
.tariffs td.icon a.ph-platon {
    height: 82px;
    background-position: 0 -666px;
}
.tariffs td.icon a.ph-epicurus {
    height: 75px;
    background-position: 0 -190px;
}
.tariffs td.icon a.ph-titan {
    height: 85px;
    background-position: 0 -290px;
}
.tariffs td.icon a.ph-giant {
    height: 85px;
    background-position: 0 -390px;
}
.tariffs td.icon a.ph-mail {
    height: 72px;
    background-position: 0 -590px;
}
.tariffs td.icon a.ph-fat {
    height: 77px;
    background-position: 0 -490px;
}
.tariffs td.icon a.ph-parking {
    height: 63px;
    background-position: 7px -787px;
}

.tariff {
    background: url(/images/uploads/i-tariffs.jpg) no-repeat;
}
.ph-diogenes {
    height: 72px;
    background-position: 0 3px;
}
.ph-seneca {
    height: 66px;
    background-position: 0 -90px;
}
.ph-platon {
    height: 82px;
    background-position: 0 -668px;
}
.ph-epicurus {
    height: 75px;
    background-position: 0 -190px;
}
.ph-titan {
    height: 85px;
    background-position: 0 -290px;
}
.ph-giant {
    height: 85px;
    background-position: 0 -390px;
}
.ph-mail {
    height: 72px;
    background-position: 0 -590px;
}
.ph-fat {
    height: 77px;
    background-position: 0 -490px;
}
.ph-parking {
    height: 63px;
    background-position: 7px -787px;
}
ul.adv-news-lists {
    list-style: none;
    margin:2em auto;
    max-width:656px;
}
.adv-news-lists li{
    display:inline-block;
    width: 33%;
    text-align: center;
    vertical-align: top;
}
.adv-news-lists b {
    display: block;
}
.adv-news-lists img {
    max-width: 110px;
}
th.text-under-icon {
    vertical-align: bottom;
    font-weight: bold;
    padding: 0;
    _padding-top: 15px;
    _text-align: left;
    _color: #666;
}
th.text-under-icon.ph-diogenes span {
    /*display: block;
    background: #fff;
    border-bottom: 4px solid #fff;  hack to hide seneca's bald spot */
}
th.text-under-icon.ph-giant {
    height: 100px;
    _padding-top:0;
}
th.text-under-icon.ph-titan {
    height: 103px;
    _padding-top:0;
}
th.text-under-icon.ph-fat {
    height: 88px;
    text-indent: 13px;
    _padding-top:0;
}
tr.no-border td, tr.no-border th, th.no-border, td.no-border {
    border: 0 none;
}
tr.no-bottom-border td{
    border-bottom: 0 none
}
table.bonuses {
    margin-top: 3em;
}
table.bonuses .text-under-icon {
    width: 13%;
}

.banner_box {
    overflow:hidden;
    border:1px solid #cdd7e0;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.banner_box img {max-width:100%;}
/** buttons **/
/*.btn {
    height: 21px;
    padding: 0 7px 0 0;
    background: url(/images/uploads/buttons.png) 100% -21px no-repeat;
    border: 0 none;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: visible;
    _padding: 0;
    _background: none;

}
    .btn span {
        display: block;
        padding: 0 0 0 7px;
        background: url(/images/uploads/buttons.png) 0 0 no-repeat;
        white-space: nowrap;
        height: 100%;
        line-height: 21px;
        color: #fff;
        text-decoration: none;
        *position: relative;
        *top: 2px;
        *left: -1px;
        _position: static;
        _padding: 0;
        _background-position: 50% 0;
        _border: 1px solid #cdd7e0;
        _line-height: 19px;
    }
.btn:hover {
    background-position: 100% -64px;
}
    .btn:hover span {
        background-position: 0 -43px;
    }
.btn, .btn span {
    _background: url(http://images0.peterhost.ru/buttons-lofi.png) 50% 0 no-repeat !important;
}
    hack webkit button rendering
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .btn span { margin-top: -1px }
    }
    hack ff button buggy rendering
    .btn span, x:-moz-any-link {
        margin: -2px -3px 0;
    }
    .btn:active {
    }
    .btn:active span {
        height: 22px;
        position: relative;
        top: -1px; left: -1px;
    }
    .btn:active span, x:-moz-any-link {
        height: 21px;
        top: 0; left: 0;
*/

.btn {
    height: 22px;
    text-align: center;
    border: 0;
    cursor: pointer;
    color: #fff;
    background: rgb(46,89,149);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(46,89,149)),
        color-stop(0.33, rgb(33,97,169)),
        color-stop(0.57, rgb(43,92,155)),
        color-stop(1, rgb(100,135,179))
    );
    background: -moz-linear-gradient(
        center top,
        rgb(46,89,149) 0%,
        rgb(33,97,169) 33%,
        rgb(43,92,155) 57%,
        rgb(100,135,179) 100%
    );
    *background: rgb(46,89,149);
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.btn:hover {
    background: rgb(45,115,190);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(45,115,190)),
        color-stop(0.33, rgb(15,127,212)),
        color-stop(0.57, rgb(40,119,197)),
        color-stop(1, rgb(130,172,224))
    );
    background: -moz-linear-gradient(
        center top,
        rgb(45,115,190) 0%,
        rgb(15,127,212) 33%,
        rgb(40,119,197) 57%,
        rgb(130,172,224) 100%
    );
    *background: rgb(45,115,190);
}



    }
.btn-tr-go { /* as in 'search' */
    width: 18px;
    height: 18px;
    padding: 0;
    border: 0;
    background: none;
    overflow: hidden;
    cursor: pointer;
    color: #7295b7;
    _height: 17px;
}
    .btn-tr-go b {
        display: block;
        width: 6px;
        height: 12px;
        margin: 3px 0 0 3px;
        background: url(/images/uploads/icons.png) -6px -21px no-repeat;
        _background-image: url(http://images0.peterhost.ru/icons.gif);
    }
.btn-call2action {
    display: block;
    position: relative;
    height: 21px;
    max-width: 600px;
    background: url(/images/uploads/buttons.png) darkorange 0 -86px no-repeat;
    line-height: 21px;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
}
.btn-call2action .r {
        width: 7px;
        height: 100%;
        background: url(/images/uploads/buttons.png) 100% -107px no-repeat;
        _right: -1px;
    }
.btn-call2action:hover {
    background-position: 0 -129px;
}
    .btn-call2action:hover .r {
        background-position: 100% -150px;
    }
.cta-center { /* call-to-action button centered in content */
    width: 30%;
    margin: 2em auto;
}

td .cta-center{
    margin: 0.5em auto;
}

/* payments */
.payments {
    margin-top: .5em;
    margin-bottom: -4em;
}
.payments td {
    vertical-align: bottom;
    border: 0;
    padding: 0 0 1em;
}
.pay-icon {
    display: inline-block;
    *float: left;
    margin: 0 15px 25px 0;
    vertical-align:middle;
}

.pay-icon img{
    vertical-align:middle;
}

#header {
    background: url(//peterhost.ru/images/uploads/bg-top.jpg) 100% 0 no-repeat;
}
    #logo {
        margin: 30px 0 0;
        font-size: 2em;
    }
    #phones {
        margin: 35px 0 0 5px;
        color: #036;
    }
        #phones li {
            float: left;
            width: 12em;
        }
        #phones strong {
            display: block;
            font-weight: normal;
            font-size: 1.25em;
            white-space: nowrap;
        }
    #t-menu {

    }
        #t-menu li {
            text-align: center;
            background: url(/images/uploads/corners.png) #588ec4 0 -20px repeat-x;
            position: relative;
            _border-right: 1px solid #91b2cb;
        }
        #t-menu li li{
        	background: none;
        }
        #t-menu a,
        #t-menu span {
            display: block;
            height: 100%;
            line-height: 40px;
            font-size: 1.27em;
            color: #fff;
            text-decoration: none;
        }
        #t-menu a:hover, #t-menu .current a,
        #t-menu span:hover, #t-menu .current span {
            background: url(/images/uploads/t-menu.png) #578ec4 50% 0 no-repeat !important;
            color: #036;
        }
        #t-menu .current .level2 a {
            background: #578ec4 !important;
        }
        #t-menu .level2 a.bordered,#t-menu .level2 a.bordered:hover{
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border-radius: 0 0 10px 10px;
/*        	behavior: url(/css/PIE.htc);*/
        }
        #t-menu .c-tl {
            background-position: 0 0;
        }
        #t-menu .c-bl {
            background-position: 0 -10px;
        }
        #t-menu .c-br {
            background-position: -10px -10px;
        }
        /* selector are doubled for li:hover, which is the right way, and a:hover,
         * which is for ie<8. if ie supported li:hover, we wouldn't need additional
         * js for it to handle dropdown menus.
         */
        #t-menu a:hover .c-tl, #t-menu span:hover .c-tl,
        #t-menu li:hover a .c-tl, #t-menu li:hover span .c-tl, #t-menu .current .c-tl {
            background-position: 0 -60px;
        }
        #t-menu a:hover .c-bl, #t-menu li:hover a .c-bl, #t-menu span:hover .c-bl, #t-menu li:hover span .c-bl, #t-menu .current .c-bl {
            background-position: 0 -70px;
        }
        #t-menu a:hover .c-br, #t-menu li:hover a .c-br, #t-menu span:hover .c-br, #t-menu li:hover span .c-br, #t-menu .current .c-br {
            background-position: -10px -70px;
        }
        #t-menu .l, #t-menu .r {
            height: 100%;
            background: url(/images/uploads/icons.png) no-repeat;
            _display: none;
        }
        #t-menu .l {
            width: 2px;
            background-position: -3px 100%;
        }
        #t-menu .r {
            width: 3px;
            background-position: 0 100%;
        }
        #t-menu a:hover .r, #t-menu li:hover a .r, #t-menu .current .r {
            background: #578ec4;
            border-right: 1px solid #91b2cb;
        }
        #t-menu a:hover .l, #t-menu li:hover a .l, #t-menu .current .l {
            background: #578ec4;
            border-left: 1px solid #91b2cb;
            left: -1px;
        }
        #t-menu .level2 {
            display:none;
            opacity: .95;
            filter: alpha(opacity=95);
        }
        #t-menu .level2 li {
            *float: left;
            _margin-bottom: -1px;
        }
        #t-menu .level2 li a {
            border: 1px solid #91b2cb;
            _border-right: none;
        }
        #t-menu li:hover .level2 {
            display: block;
            /**display: none;  fuck ie7 */
        }
        #t-menu li:hover .i-down {
            visibility: hidden;
        }
        #t-menu li.rnd.has-children:hover .first-child .c-bl, #t-menu li.rnd.has-children:hover .first-child .c-br {
            display: none; /* hide r-corners of first and last menu items when their submenus are being viewed */
        }
        #t-menu .level2 .c-bl {
            left: 0; bottom: -2px;
            background-position: 0 -170px;
        }
        #t-menu .level2 .c-br {
            right: 0; bottom: -2px;
            background-position: -10px -170px;
        }
        #t-menu .level2 a, #t-menu li:hover a {
            background: #578ec4;
        }
        #t-menu .level2 a:hover {
            background: url(/images/uploads/t-menu.png) #578ec4 50% 0 no-repeat !important;
        }
        /*#t-menu .level2 a:hover {
            background: #578ec4 -webkit-gradient(radial, center center, 50, center center, 300, from(#e5eef6), to(rgba(159,190,221,0.85)));
        }*/
    #domain-check input {
        display: inline-block;
        margin-right: 8px;
        width: 140px;
    }
    #domain-check .btn {
        display: inline-block;
        margin: 0 0 0 10px;
        position: relative;
        top: -2px;
        *top: 0;
    }
    #domain-check input, #domain-check select, #domain-check .btn {
        *float: left;
        *margin-right: 8px;
    }
#columns {
    overflow: hidden;
}
.m-inset {
    display:block;
    padding-left:2em;
}
.m-right-btn {
    float:right;
    padding:0 7px;
    display: inline-block;
}
#content p, #content ol, #content ul, #content td, #content th.scoperow {
    font-size: 110%;
    line-height: 1.35em;
}
#content th {

}
#content ul ul,
#content li p {
    font-size: 100%;
}
#pr {
    list-style-type: square;
    padding: 0 0 0 2.5em;
}
#bg {
    width: 1079px;
    height: 832px;
    margin: 0 auto -832px;
    position: relative;
    left: -30px;
    background: url(/images/uploads/bg.jpg) no-repeat;
    *position: absolute;
}
#bg.m-payments-page{
	background:none;
}
#fade {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background: url(/images/uploads/fade.png) repeat-y;
    _display: none;
}
#left .faux-column {
    display:none;
    position: absolute;
    right: 0;
    top: 16em;
    height: 100%;
    width: 1px;
    background: #CDD7E0;
    _display: none;
}
#l-menu {
    border: 1px solid #ccd6df;
}
    #l-menu a {
        display: block;
        height: 30px;
        padding: 0 0 0 5%;
        line-height: 30px;
        background: url(/images/uploads/lmenu.png) 0 0 no-repeat;
        font-size: 1.15em;
        color: #036;
        text-decoration: none;
        text-shadow: 1px 1px 1px #fff;
    }
    #l-menu a.first {
        height: 29px;
        background-position: 0 -1px;
        _background-position: 0 0;
    }
    #l-menu a.last {
        height: 29px;
    }
    #l-menu a:hover, #l-menu .current {
        background-position: 0 100% !important;
    }
    #l-menu a.last:hover {
        background: #fff;
    }
        #l-menu .c-tl {
            background-position: 0 -80px;
        }
        #l-menu .c-tr {
            background-position: -10px -80px;
        }
        #l-menu .c-bl {
            background-position: 0 -90px;
        }
        #l-menu .c-br {
            background-position: -10px -90px;
        }

#news {
/*    font-size: .9em;*/
    font-size:10px
}
    #news-categories { /* select */
        display: block;
        width: 100%;
        font-size: .95em;
    }
    #news dl {
        font-family: Verdana, Helvetica, Arial, sans-serif;
    }
    #news dt {
        margin: 0 0 .5em -13px;
        padding: 0 0 0 13px;
        background: url(/images/uploads/icons.png) -6px 3px no-repeat;
        color: #039;
        font-weight: bold;
    }
    #news dd {
        margin: 0 0 1.7em;
        color: #666;
    }
    #news dd strong {
        display: block;
        margin-bottom: .7em;
        color: #333;
    }
    #news a.block {
        float: right;
        font-size: .956em;
    }
    #content p.news-subheader {
        font-size: 95%;
        margin: 0.5em 0 -0.5em;
    }
#search {
    height: 3.5em;
}
    #search table {
        width: 100%;
    }
        #search td {
            vertical-align: top;
            border: 0;
            padding: 0;
        }
        #search .btn {
            margin-left: 3px;
        }
    .searchbtn {
        width: 25px;
    }
#login form {
    margin-top: -5px/*-0.5em*/
}
    #login input, #login .btn, #search input, #webmail-login input, #webmail-login .btn {
        width: 100%;
        _width: 97%;
    }
    #login .m-content {
        padding: 11px 11px 3px
    }
    #login .block {
        font-size: .956em;
    }
    #login select {
        border: 1px solid #dadada;
        background: #fff;
        width: 100%;
        display: block;
        margin: .5em 0 .5em;
    }
#footer {
    color: #fff;
    background: #7295b7;
    position: relative;
    padding:0 0 1.4em;
    border-radius:0 0 10px 10px;
    font-size:1.1em;
}
#footer a {
    /*color: #036;
    text-decoration: none;*/
    color: #fff;
}
#footer .c-br {
    width: 20px;
    height: 20px;
    background: url(/images/uploads/corners.png) 0 -180px no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}
#footer .vcard {
    width: 100%;
    margin: .5em 0;
}
#footer td {
    border: 0;
    padding: 0;
    text-align: left;
}
#footer .copyright {
    width: 25.5%;
    padding-right: 1em;
    padding-left: 20px;
    color: #fff;
    font-size: .95em;
}
#footer .address {
    width: 39em;
    padding: 0 2em 0 0;
    vertical-align: top;
    font-size: .9em;
    color: #036;
}
#footer .webaddr {
    font-size: .9em;
    color: #036;
}
#footer address {
    font-style: normal;
}
.b-copyright {
    margin:1.6em 2.9em 1.35em;
    padding-left:.5em;
    padding-bottom: 1.5em;
    border-bottom:1px dashed #fff;
    font-size:.9em;
}
.b-bottom-contacts {
    margin-left:2.9em;
}
.em-small {
    font-size: .9em;
    line-height: 1.4em;
    padding-top: .5em;
    padding-right:200px;
}
.e-copyright {position:absolute; left:1.5em; bottom:0; color:#fff} /* old todo delete */
.e-hostdecl {display:inline-block; margin:0 1em;}
.m-hide {display:none}
.ico-social img, .ico-social{
    width:32px;
    height:32px;
}
.ico-social {
    display:inline-block;
    padding-right:10px;
    padding-top: 10px;
}
.b-box-icons {
    position:absolute; 
    /*width:220px; 
    height: 72px;*/
    top:10px;
    right:227px;
}
.b-bottom-table {font-size: .9em; line-height:1.4em;}
.b-bottom-table th{
 border: none;
 padding: 0 20px 0 0;
 text-align: left;
 font-weight: bold;
 color:#fff;
 white-space: nowrap;
}
.b-bottom-table .phone {display:block;}
.b-bottom-contacts li {float:left; min-width:275px; width:27%;/*23%*/}
.b-bottom-contacts li.last-child {min-width:80px;width:auto;}
.b-bottom-contacts li p {font-family:Tahoma, Helvetica, Arial, sans-serif; font-size:.9em;}

.b-bottom-contacts li:before {
    position: absolute;
    display:block;
    content:"";
    height:44px;
    width:0;
    border-right: 1px dashed;
    margin-left: -15px;
    margin-top:32px;
}
.b-bottom-contacts li:nth-child(1):before {
    display:none;
}
@media (min-width: 1366px) { 
    .b-bottom-contacts li {width:28%;}
}
/*
@media (max-width: 1280px) { 
    .b-box-icons {width:175px;}
}
@media (max-width: 1200px) { 
    .b-bottom-contacts li {min-width:200px; padding-right:6px;}
    .b-bottom-contacts li.last-child {padding-right:0px;}
    .b-bottom-contacts li:before {display: none;}
    .b-bottom-table th {padding-right:.5em; white-space:normal;}
}*/
@media (max-width: 1110px) {
    .b-copyright,
    .b-bottom-contacts {margin-left:1em;}
    /*.b-box-icons {padding-left:16px;}*/
} 
.e-bottom-title {
    display:block;
    font-weight:bold;
    font-size: .9em;
    padding-bottom:.8em;
}
.b-box-icons .e-bottom-title{padding-left:6px;}
.b-footer-licenses{
    position:absolute;
    display:inline-block;
    width:212px; /* 160px */
}

.b-footer-license{
    display:inline-block;
    vertical-align:top;
    margin: 0;
    width:50px;
}

.b-footer-license img{
    display:block;
    margin:auto;
}

.b-footer-license span{
    display:block;
    font-size:.9em
}
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* tooltip */
.tooltip {
    width: 27em;
    padding: .8em 1.5em;
    background: #e9eef3;
    border: 1px solid #ccc;
    color: #7d8383;
    position: absolute;
    z-index: 100;
    display: none;
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 3px 4px 5px #555;
    -webkit-box-shadow: 3px 4px 5px #555;
    box-shadow: 3px 4px 5px #555;
}
.closetip {
    position: absolute;
    top: .8em; right: .8em;
    cursor: pointer;
}
.tiphead {
    margin-right: 20px;
    margin: 0 0 .5em;
}
.tooltip table {
    width: 100%;
}
.tooltip td {
    border: 0;
    text-align: left;
}
.tooltip .state-active {
    color: green;
}
.tooltip .state-inactive {
    color: #f33;
}

/** icons **/
.i-right {
    background: url(/images/uploads/icons.png) no-repeat -6px -21px;
    display: inline-block;
    width: 6px; height: 12px;
    margin:0 0 0 .6em;
    vertical-align: middle;
}
.i-next { /* actually pretty the same as i-right but w/o images */
    width: 0; height: 0;
    margin-top: .25em;
    border-top: .6em solid transparent;
    border-bottom: .6em solid transparent;
    border-left: .65em solid #bed0de;
    _width: 6px; _height: 12px;
    _border: 0;
    _background: url(//images0.peterhost.ru/icons.gif) no-repeat -6px -21px;
}
.i-down {
    width: 8px; height: 5px;
    display: inline-block;
    position: relative;
    top: -2px;
    margin: 0 -10px 0 5px;
    background: url(/images/site/icons.png) 100% 100%;
    vertical-align: baseline;
    *top: -5px;
    _display: none;
}

/** pagination **/
.pagination {
    text-align: center;	
}
.pagination .first, .pagination .prev, .pagination .next, .pagination .last {
    position: relative;
    display: inline-block;
    width: 12px; height: 12px;
    margin-right: -3px;
    text-decoration: none !important;
    overflow: hidden;
}
.pagination .i {
    position: absolute;
    top: 0; left: 0;
    background: url(/images/uploads/pagination.gif) #fff no-repeat;
    width: 100%; height: 100%;
    display: inline-block;
}
.pagination .first .i {
    background-position: 0 2px;
}
.pagination .prev .i {
    background-position: 0 -10px;
}
.pagination .next .i {
    background-position: -12px -10px;
}
.pagination .last .i {
    background-position: -12px 2px;
}
/** simplified pagination **/
.paginator {
    min-height: 1em; /* chrome quickfix */
}
.paginator a, .paginator b {
    float: left;
    margin-right: .5em;
}

/** simplemodal **/
#selection-text {
    margin: 1em 0;
    color: red;
}
.jqmClose {
    background: url(/images/uploads/x.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    z-index: 3200;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor:pointer;
}

.jqmOverlay {
    background: #709BC6;
}
.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    padding: 1em 1.5em;
    background: #e9eef3;
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 3px 4px 5px #555;
    -webkit-box-shadow: 3px 4px 5px #555;
    box-shadow: 3px 4px 5px #555;
}
.jqmWindow textarea {
    width: 98%;
    height: 3.5em;
    margin-bottom: 1em;
}
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
    width: expression(this.parentNode.offsetWidth+'px');
    height: expression(this.parentNode.offsetHeight+'px');
}
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* HC Sertified Logo */
#cot_tl_fixed {
    z-index: 1000;
}
/**
 *     программы и приложения, устанавливаемые из ПУ
 */
div#application-boxes{
    overflow: hidden;
}

div#application-boxes h2{
    clear: both;
    margin-top: 1em;
}

div#application-boxes ul{
    margin: 0;
    padding: 0;
}

div#application-boxes li{
    display: inline;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 25%;
}

div#application-boxes .box {
    background: url('/images/site/promo-apps-mid.gif') center top no-repeat;
    float: left;
    margin: 0 0 0 0;
    margin: 18px 0 30px 0;
    padding-top: 45px;
    text-align: center;
    width: 100%;
    /*opacity:.8;
    filter:alpha(opacity=80);*/
    }
    div#application-boxes:hover .box {
        opacity:.6;
        filter:alpha(opacity=60);
        }
    div#application-boxes .box:hover {
        opacity:1;
        filter:alpha(opacity=100);
        }

div#application-boxes #app-joomla{
    background-position: center 0;
}
div#application-boxes #app-drupal{
    background-position: center -100px;
}
div#application-boxes #app-wpress,div#application-boxes #app-wpress2{
    background-position: center -200px;
}
div#application-boxes #app-modx{
	background-position: center -1200px;
}
div#application-boxes #app-mwiki{
    background-position: center -300px;
}
div#application-boxes #app-twiki{
    background-position: center -1000px;
}
div#application-boxes #app-mmoin{
    background-position: center -400px;
}
div#application-boxes #app-trac{
    background-position: center -500px;
}
div#application-boxes #app-websvn{
    background-position: center -600px;
}
div#application-boxes #app-rmine,div#application-boxes #app-rmine2{
    background-position: center -700px;
}
div#application-boxes #app-phpbb{
    background-position: center -800px;
}
div#application-boxes #app-copper{
    background-position: center -900px;
}
div#application-boxes #app-opencart{
	background-position: center -1100px;
}


a.a-g-header{
	color: #666666 !important;
	float: left;
	padding-top: 70px;
	text-decoration: none !important;
	text-align: center;
	width: 100%;
}

ul.nobull{
	list-style-type: none;
}

#content .btn-order {
    display: block;
    font-size: 11px;
    position: relative;
    height: 22px;
    max-width: 600px;
    background: url(/images/uploads/buttons.png) darkorange 0 -171px no-repeat;
    line-height: 21px;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    z-index: 1;
}
    #content .btn-order .r {
        width: 7px;
        height: 100%;
        background: url(/images/uploads/buttons.png) 100% -193px no-repeat;
        _right: -1px;
    }
#content .btn-order:hover {
    background-position: 0 -171px;
    opacity:.75;
    -moz-opacity: .75;
}
    #content .btn-order:hover .r {
        background-position: 100% -193px;
    }

#content th.scopecol p.descr{
	font-size:85%;
}

#content form input.r-chk{
	display: none;
}

ul.boxes-list{
	width:100%;
	list-style-type:none;
	padding:0;
	margin:40px 0 0 0;
}

ul.boxes-list li.box{
	display:inline-block;
	text-align:center;
	margin:0 18px 28px 0;
	vertical-align:middle;
	width:170px;
}

ul.boxes-list li img{
	vertical-align:middle;
}

ul.clients-home-list{
	list-style-type:none;
	margin:10px 0 0 0;
	padding:0;
	}

ul.clients-home-list li{
	width:120px;
	display:inline-block;
	text-align:center;
	margin:0;
	padding:0;
	vertical-align:middle;
	}


.b-clients-home {
    display: inline-block;
    width:100px;
    background-image: url('/images/uploads/sprite_clients.png?v3');
    background-repeat: no-repeat;
    opacity:.5;
    -moz-opacity:.5;
    -webkit-opacity:.5;
    filter:alpha(opacity=50%);
}
.b-clients-home:hover{
    opacity:1;
    -moz-opacity:1;
    -webkit-opacity:1;
    filter:alpha(opacity=100%);
    }
.b-clients-home img{display:inline-block;}
.i-fabrika {background-position: 0 -490px}
.i-fabrika img{height:51px;}
.i-stolle {background-position: 0px -27px;}
.i-stolle img{height: 45px;}
.i-littleone {background-position: 0px 0;}
.i-littleone img{height: 28px}
.i-auctionhouse {background-position: 0 -553px;}
.i-auctionhouse img{height:48px;}
.i-spbikt {background-position: 0 -606px}
.i-spbikt img{height: 80px}
.i-pf {background-position: 0 -80px;}
.i-gumrf {background-position: 0 -700px;}
.i-gumrf img,
.i-pf img{height:85px;}
.i-carlsjr {background-position: 0 -800px;}
.i-carlsjr img {height:90px;}
.i-klever {background-position: -1px -345px;}
.i-klever img{height:70px;}
.i-kccamapa {background-position: 0 -423px;}
.i-kccamapa img{height:64px;}
.i-planetary {background-position: 0 -180px;}
.i-planetary img{height:94px;}
.i-peterhof {background-position: 0 -284px;}
.i-peterhof img{height:51px;}
.i-aeroexpress {background-position: 0 -913px;}
.i-aeroexpress img{height:80px;}
.b-livechat{
	text-align:center;
	margin-bottom:10px;
	}

.b-livechat .m-content{
	padding-top:0;
	padding-bottom:0;
	}

.m-online {
    font-size:1.1em;
}



.person-define{
	position:absolute;
	top:-1000px;
	left:-1000px;
	}


table.m-vcentered td{
	vertical-align:middle;
	}
	
table.m-left td,
td.m-left,
th.m-left{
	text-align:left;
	}
.content .mdash-list {
    list-style: none;
    }
    .mdash-list li {
        margin-left:1.5em;
        }
        .mdash-list li:before {
            content: '— ';
            display: block;
            margin-left: -1.5em;
            position: absolute;
            }
            
            
	.m-no-border td{
		border-bottom:0 none;
	}
	
	.m-super-new a{
		/*color:#F8A27C;*/
		color:#48C0BC;
	}
	
	
	



.e-img-gallery-vual{
	background:black;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:100000;
}

.e-img-gallery-img{
	position:fixed;
	left:50%;
	top:50%;
	z-index:100005;
	-webkit-box-shadow: 5px 5px 7px 1px #333;
	box-shadow: 5px 5px 7px 1px #333;
	background:#333;
	text-align:center;
	padding:5px 12px 9px 12px;
	color:#bbb;
	border:1px solid #666;
}

.e-img-gallery-img p{
	margin:0 0 6px 0;
}

.e-alx-img-gallery-arrow{
	cursor:pointer;
	font-size:20px;
}

.e-alx-img-gallery-arrow.m-left{
	float:left;
}

.e-alx-img-gallery-arrow.m-right{
	float:right;
}


#footer .copyright{
	width:355px;
}


.m-spage{
	margin-bottom:18px;
}

table.m-left td.e-payment-logo{
	text-align:center;
}


.b-mod-collapsable .m-caption{
	cursor:pointer;
}

.b-mod-collapsable.m-collapsed .m-caption{
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;*/
}

.b-mod-collapsable.m-collapsed .m-content, .b-mod-collapsable.m-collapsed .m-btm{
	display:none;
}

.burn {
    color: #a81311
}
span.detail.burn {border-bottom-color: #a81311}

.b-go-home-top{
	float:left;
}

.b-top-place{
	text-align:center;
	padding:15px 0 0; /*padding:15px 25px 0 0;*/
	float:right;
}
/*
@media screen and (min-width:1200px) {
    .b-top-place{padding-right: 13%}
}

.b-top-place img{
	opacity:.8;
}

.b-top-place img:hover{
	opacity:1;
}*/

#phones.b-phones-top{
	margin-top:0 !important;
	padding-top:10px;
/*	padding-top:35px;*/
	clear:both;
}


.b-logo-ny{
	margin-bottom:-13px;
}

/*____________________________________*/

#content .b-tab-content .e-tab-description{
	margin-top:0;
	font-size:12px;
}

.b-tariffs-box{
	overflow:hidden;
}
.b-icon {
    display: inline-block;
    background-image: url('/images/uploads/sprite_tariff_icons.png');
    background-repeat: no-repeat;
    /*border:none !important;*/
    height:100px;
}
.b-icon img{height:100px; width:100px;}
/*#content .b-tab-content .b-tariffs,*/#content .b-tariffs-addons{
	width:auto;
}
.t-single {background-position: 0 5px}
.t-double {background-position: 0 -105px}
.t-business {background-position: 0 -215px}
.t-luxe {background-position: 0 -325px}
.t-president {background-position: 0 -435px}
.t-royal {background-position: 0 -545px}
.t-mail {background-position: 0 -655px}
.t-parking {background-position: 0 -765px}

#content .b-tab-content .b-tariffs,#content .b-tariffs-addons,
#content .b-tab-content .b-tariffs th,#content .b-tab-content .b-tariffs td,
#content .b-tariffs-addons th,#content .b-tariffs-addons td{
	border:1px solid white;
	border-collapse:collapse;
}

ul.list-tariffs-addons {
    width:100%;
    margin:0;
}
.list-tariffs-addons li{
    list-style-type: none; 
    float:left;
    border-left:1px solid #cecece;
    width:20%; /*24% * 13%*/
    padding:8px 0 3px;
    line-height: 1em
}
.list-tariffs-addons li.m-wide1 {width:20%;/*15%*/}
.list-tariffs-addons li.m-wide {width:16%}
.list-tariffs-addons li.m-first{
    width: 19%;
    border:none;
}
.list-tariffs-addons li a.m-half-margin {margin:0 5%}
.list-tariffs-addons li a{
    display:block;
    color:black;
    text-decoration:none;
    font-size:10px;
    margin:0 10%;
    padding-top:50px;
    height:6.5em;
    overflow:hidden;
    text-overflow:ellipsis;
    text-align:center;
}
.ribbon-new {
    position:absolute;
    right:-6px;
    top:-8px;
    width:68px;
    height:68px;
    background:url('/images/uploads/ribbon.png') 0 0 no-repeat;
}
.m-relative {position:relative;}
.m-green {color:#78B643;}
.m-red-first,
.m-blue-first {display: inline-block;}
.m-red-first::first-letter {color:#f00;}
.m-blue-first::first-letter{color:#2E67B2;}
.seo-wrap {
    position: relative;
}
.seo-wrap h2,
.seo-wrap h3 {
    color:#666;
    font-weight: bold;
}
.seo-wrap h2 {
    font-size: 110%;/*1.2em;*/
    padding: 1.1em 0;/*.7em 0;*/
}
.seo-wrap h3 {
    text-align: center;
    font-size: 1.1em;
    margin: 1.5em 0;
}
/*p*/.m-w56 {
    width:56%;
}
.seo-price-label {
    /*float:right; */
    position:absolute; /* right:0;*/
    margin-top: 1.8em;
    margin-left:4.9em;
    color:#fff;
    background-color: #78B643;
    border-radius:0 8px;
    font-weight: bold;
    padding: 0.8em 1em;
    font-size: 110%;
}
.seo-advantage {
    width:85%;
    margin:0 auto !important;
}
.seo-descr {
    margin:0 !important;
}
@media screen and (max-width: 1200px) {
   .seo-advantage {width:100%;}
}
.seo-advantage li{
    list-style: none;
    display:inline-block;
    line-height: 64px;
    width:50%;
    padding:.5em 0; 
}
.seo-advantage li:before {
    float:left;
    width:64px;
    height:64px;
    content: "";
    padding-right: 1em;
    background-image: url("/images/uploads/seo-icons.png");
    background-repeat: no-repeat;
}
.seo-advantage li:nth-child(1):before {background-position: 0 0;}
.seo-advantage li:nth-child(2):before {background-position: 0 -89px;}
.seo-advantage li:nth-child(3):before {background-position: 0 -178px;}
.seo-advantage li:nth-child(4):before {background-position: 0 -267px;}

.list-tariffs-addons .ico-price-pct{
    background: url('/images/ico-pct.jpg') center 5px no-repeat
}
.list-tariffs-addons .add-test-period{
    background: url('/images/uploads/spec_test_period.png') top center no-repeat
}
.list-tariffs-addons .add-free-domains{
    background: url('/images/uploads/spec_domain.png') top center no-repeat
}
.list-tariffs-addons .add-free-host{
    background: url('/images/uploads/spec_bonus.png') top center no-repeat
}
.list-tariffs-addons .add-free-apps{
    background: url('/images/uploads/spec_script_install.png') top center no-repeat
}
.list-tariffs-addons .add-free-transfer{
    background: url('/images/site/transfer.gif') center 3px no-repeat
}
.list-tariffs-addons .add-fc-zenit{
    background: url('/images/site/fc-zenit.gif') center 12px no-repeat
}
.list-tariffs-addons .add-burn-domains{
    display:none;
    background: url('/images/site/burning-icon.png') top center no-repeat    
}
.list-tariffs-addons .add-ip-free {
    background: url('/images/uploads/ip_address_icon.png') center 7px no-repeat;
}

#content .b-tab-content .e-tariff-info,
#content .b-tab-content .b-icon,
#content .b-tab-content .b-title{
	width:120px;
}

#content .b-tab-content .b-tariffs th.b-title a{
	text-decoration:none;
	text-transform:uppercase;
	color:#039;
}

#content .b-tab-content .b-tariffs tr.b-separator th{
	background:url('/images/uploads/tariffs-table-separator.gif') left center repeat-x;
}

#content .b-tab-content .b-tariffs tr.b-separator th.b-separator-left{
	background:url('/images/uploads/tariffs-table-separator-left.gif') right center no-repeat;
}

.b-tab-content .b-tariffs tr.m-odd td{
	background:#DFDFDF;
}

.b-tab-content .b-tariffs tr.m-even td{
	background:#F4F4F4;
}

.b-tab-content .b-tariffs td.b-row-title{
	width:50px;
}

.b-tab-content .b-tariffs tr.m-odd td.b-row-title{
	background:#ECECEC;
}

.b-tab-content .b-tariffs tr.m-even td.b-row-title{
	background:#F8F8F8;
}

#content .b-tab-content .e-tariff-info{
	color:black;
	font-size:11px;
	font-weight:normal;
}

#content .b-tariffs-addons td{
	font-size:10px;
	text-align:left;
	border:1px solid #CECECE;
	border-width:0 0 0 1px;
	padding:0 12px 8px 11px;
}

#content .b-tariffs-addons td.m-first{
	border-left:0 none;
}

#content .b-tariffs-addons td a{
	text-decoration:none;
	color:#222;
	display:block;
	padding-top:50px;
}

#content .b-tariffs-box .e-note{
	color:#777;
	font-size:11px;
}
.spec__block {
    display:inline-block;
    text-align: center;
    font-family:"Trebuchet MS",Helvetica;
    width:186px;
    background: #376092;
}
.spec__block + .spec__block {
    margin-left:40px;
}
/* ввиду особенностей phstsystemfolder */
.spec__block p {display:none;}
.spec__block p.wrap__btn {display:block; margin:0;}
/* * * * */
.spec__block,
.spec__block h3,
.spec__block th {
    color:#fff;
}
.spec__block th {
    width:40%;
    padding:0 0 1em 12px;
    text-align:left;
    font-weight:normal;
    font-size:12px;
    border:none;
}
.spec__block td {
    width:60%;
    padding:0 10px 1em 0;
    text-align:right;
    font-weight:bold;
    border:none;
}
#content .spec__block td{
    line-height:1.2em;
    font-size:12px;
}
.spec__block table {
    width:100%;
    border-collapse:collapse;
}
.spec__block table tbody {
    width:100%;
}
.spec__block h3 {
    /*font-family:Verdana, Helvetica, Arial;*/
    margin: 0;
    padding: 16px 0 12px;
    font-size:1.6em;
    font-weight:bold;
}
.spec__block .a__btn {
    display:inline-block;
    width:100px;
    margin:9px 0 18px;
    padding:.5em;
    font-size:1.2em;
    color:#fff;
    text-decoration:none;
    background-color: #72af2f;
    border-bottom:4px solid #568424;
    /*font-weight:bold;*/
}
.spec__block .a__btn:hover {background-color: #3498db; border-bottom:4px solid #277fbb;}
.spec__block .strip {
    position:relative;
    left:-10px;
    width:206px;
    height:40px;
    line-height:40px;
    font-size:2em;
/*    margin-bottom:1em;*/
    font-weight:normal;
    text-align:center;
    background: #e46c0a; /* f57b18*/
}
.strip:after,
.strip:before{
    position:absolute;
    display:block;
    width:0px;
    height:0px;
    border-style: solid;
    border-width: 5px;
    margin-top:-10px;
    content:"";
}
/* alternate angle color: #984807*/
.strip:after {
    top:0;
    right: 0;
    border-top-color:#fff;
    border-right-color:#fff;
    border-left-color:#9f4200;
    border-bottom-color:#9f4200;
}
.strip:before {
    border-top-color:#fff;
    border-left-color:#fff;
    border-right-color:#9f4200;
    border-bottom-color:#9f4200;
}

.e-tarif-icon{
	float:left;
	width:100px;
	height:100px;
	margin:0 10px 10px 0;
}

.content .m-title-fat{
	margin: 0 0 12px 0;
	font-weight:bold;
}

.b-row-title .e-description{
	display:block;
	font-size:70%;
}

.b-row-title .b-jet-entity{
	white-space:nowrap;
}

.b-row-title .b-jet-entity .e-description{
	display:inline;
}

.m-clickable{
	cursor:pointer;
}

.b-tariffs-addons-cell{
	padding:20px 0 20px 0;
	text-align:left;
}

.b-tariffs-addons-cell p{
	font-weight:bold;
}

.b-title-upper{
	text-transform:uppercase;
}

.m-tabled-data h1{
	margin-bottom:16px;
}

.e-tariff-title{
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

.content .nobullet{
	list-style-type:none;
	padding:0 0 0 0;
	margin:0 0 10px 10px;
}

.e-error-put-comment{
	font-weight:bold;
/*	color:#aa3333;*/
}

#content .btn.m-disabled{
	color:#999;
	cursor:default;
}

/* block live consult begin */
.b-livechat_wrp {
    display: block;
    position: relative;
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 13px 5px;
    margin-bottom: 10px;

}
.b-livechat_inner {
    position: relative;
    display: block;
    background:url(/css/img/clock/clock_bg.png) -34px -14px no-repeat;
    height: 163px;
    width: 200px;
    margin: 0 auto;
}

.analog {
    position: relative;
    width: 176px;
    margin: auto;
    background: url(/css/img/clock/clock.gif) no-repeat;
    list-style: none;
}

.analog,.analog .hour,.analog .min,.analog .sec {
    height: 150px;
}

.analog .hour,.analog .min,.analog .sec {
    position: absolute;
    width: 8px;
    top: -37px;
    left: 34.5px;
    padding: 0;
}


.analog .min {
    background: url(/css/img/clock/minhand_clock_2.gif);
    z-index: 2;
}

.analog .hour {
    background: url(/css/img/clock/hourhand_clock.gif);
    z-index: 1;
}

.title {
    font-size: 11px;
    font-weight: bold;
    color: #333;
}
.clock_center {
    width: 8px;
    height: 8px;
    background: #09347a;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    top:34px;
    left:35px;
}
.b-livechat_wrp {
    display: none;
}
/* block live consult end */

/* ----------------------------------
	Pretty Photo Gallery Dark Square Theme
	----------------------------------- */
	
	div.dark_square .pp_left ,
	div.dark_square .pp_middle,
	div.dark_square .pp_right,
	div.dark_square .pp_content { background: #000; }
	
	div.dark_square .currentTextHolder { color: #c4c4c4; }
	div.dark_square .pp_description { color: #fff; }
	div.dark_square .pp_loaderIcon { background: url(../images/loader_dark.gif) center center no-repeat; } /* Loader icon */
	
	div.dark_square .pp_expand { background: url(../images/sprite_darkpretty.png) -31px -20px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_square .pp_expand:hover { background: url(../images/sprite_darkpretty.png) -31px -41px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_square .pp_contract { background: url(../images/sprite_darkpretty.png) 0 -20px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_square .pp_contract:hover { background: url(../images/sprite_darkpretty.png) 0 -41px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_square .pp_close { width: 20px; height: 15px; background: url(../images/sprite_darkpretty.png) 0 3px no-repeat; cursor: pointer; } /* Close button */
	div.dark_square .pp_details { position: relative; }
	div.dark_square .pp_description { margin: 0 85px 0 0; padding-top:5px; color:#bbb}
	div.dark_square #pp_full_res .pp_inline { color: #fff; }
	div.dark_square .pp_gallery a.pp_arrow_previous,
	div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_square .pp_nav { clear: none; }
	div.dark_square .pp_nav .pp_play { background: url(../images/sprite_darkpretty.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_square .pp_nav .pp_pause { background: url(../images/sprite_darkpretty.png) -24px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_square .pp_arrow_previous { background: url(../images/sprite_darkpretty.png) 0 -64px no-repeat; }
		div.dark_square .pp_arrow_previous.disabled { background-position: 0 -80px; cursor: default; }
	div.dark_square .pp_arrow_next { background: url(../images/sprite_darkpretty.png) -22px -64px no-repeat; }
		div.dark_square .pp_arrow_next.disabled { background-position: -22px -80px; cursor: default; }
	/*
	div.dark_square .pp_next:hover { background: url(../images/btn_next.png) center right  no-repeat; cursor: pointer; }
	div.dark_square .pp_previous:hover { background: url(../images/btn_prev.png) center left no-repeat; cursor: pointer; } */
	div.dark_square .pp_next:hover, div.dark_square .pp_previous:hover {background:none; cursor: pointer}
	div.dark_square .pp_next:after, div.dark_square .pp_previous:before {background: url(../images/sprite_darkpretty.png) no-repeat; position:absolute; height:10px; width:23px; display:block}
	div.dark_square .pp_next:after {background-position: -25px -15px }
	div.dark_square .pp_nav .pp_play 
	{ display:none}
	
	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 9500;
	}
	
	div.pp_pic_holder {
		display: none;
		position: absolute;
		width: 100px;
		z-index: 10000;
	}

		
		.pp_top {
			height: 20px;
			position: relative;
		}
			* html .pp_top { padding: 0 20px; }
		
			.pp_top .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_top .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}
			
			.pp_top .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_content { height: 40px; min-width: 40px; }
		* html .pp_content { width: 40px; }
		
		.pp_fade { display: none; }
		
		.pp_content_container {
			position: relative;
			text-align: left;
			width: 100%;
		}
		
			.pp_content_container .pp_left { padding-left: 20px; }
			.pp_content_container .pp_right { padding-right: 20px; }
		
			.pp_content_container .pp_details {
				float: left;
				margin: 10px 0 2px 0;
			}
				.pp_description {
					display: none;
					margin: 0;
				}
				
				.pp_social { float: left; margin: 0; }
				.pp_social .facebook { float: left; margin-left: 5px; width: 55px; overflow: hidden; }
				.pp_social .twitter { float: left; }
				
				.pp_nav {
					clear: right;
					float: left;
					margin: 3px 10px 0 0;
				}
				
					.pp_nav p {
						float: left;
						margin: 2px 4px;
						white-space: nowrap;
					}
					
					.pp_nav .pp_play,
					.pp_nav .pp_pause {
						float: left;
						margin-right: 4px;
						text-indent: -10000px;
					}
				
					a.pp_arrow_previous,
					a.pp_arrow_next {
						display: block;
						float: left;
						height: 15px;
						margin-top: 3px;
						overflow: hidden;
						text-indent: -10000px;
						width: 14px;
					}
		
		.pp_hoverContainer {
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 2000;
		}
		
		.pp_gallery {
			display: none;
			left: 50%;
			margin-top: -50px;
			position: absolute;
			z-index: 10000;
		}
		
			.pp_gallery div {
				float: left;
				overflow: hidden;
				position: relative;
			}
			
			.pp_gallery ul {
				float: left;
				height: 35px;
				margin: 0 0 0 5px;
				padding: 0;
				position: relative;
				white-space: nowrap;
			}
			
			.pp_gallery ul a {
				border: 1px #000 solid;
				border: 1px rgba(0,0,0,0.5) solid;
				display: block;
				float: left;
				height: 33px;
				overflow: hidden;
			}
			
			.pp_gallery ul a:hover,
			.pp_gallery li.selected a { border-color: #fff; }
			
			.pp_gallery ul a img { border: 0; }
			
			.pp_gallery li {
				display: block;
				float: left;
				margin: 0 5px 0 0;
				padding: 0;
			}
			
			.pp_gallery li.default a {
				background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
				display: block;
				height: 33px;
				width: 50px;
			}
			
			.pp_gallery li.default a img { display: none; }
			
			.pp_gallery .pp_arrow_previous,
			.pp_gallery .pp_arrow_next {
				margin-top: 7px !important;
			}
		
		a.pp_next {
			background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: right;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
			
		a.pp_previous {
			background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: left;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
		
		a.pp_expand,
		a.pp_contract {
			cursor: pointer;
			display: none;
			height: 20px;	
			position: absolute;
			right: 30px;
			text-indent: -10000px;
			top: 10px;
			width: 20px;
			z-index: 20000;
		}
			
		a.pp_close {
			position: absolute; right: 0; top: 0; 
			display: block;
			line-height:22px;
			text-indent: -10000px;
		}
		
		.pp_bottom {
			height: 20px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }
			
			.pp_bottom .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_bottom .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}
				
			.pp_bottom .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_loaderIcon {
			display: block;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}
		
		#pp_full_res {
			line-height: 1 !important;
		}
		
			#pp_full_res .pp_inline {
				text-align: left;
			}
			
				#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
	
		div.ppt {
			color: #fff;
			display: none;
			font-size: 17px;
			margin: 0 0 5px 15px;
			z-index: 9999;
		}
.caption th{
    border-top:none;
    color:#666;
    font-size: 1.1em;
}
.more-link,
span.detail {border-bottom: 1px dashed rgb(0, 51, 153); cursor: pointer; line-height: 1.5em; font-size:13px;}
tr.detail td {padding:0; text-align:left}
tr.detail dl {position:relative; top:-1px; border-top:1px solid #fff}
tr.detail {display:none}
    .detail dl {min-height:30px; -height:30px}
    .detail dl dt {position:absolute; width:80px; height:45px}
    .detail dl dd {padding:0 0 28px 96px; line-height:1.5em}
    .ico_purpose {background:url('//peterhost.ru/images/site/i_purpose.png') 0 0 no-repeat}
    .ico_since {background:url('//peterhost.ru/images/site/i_since.png') 0 4px no-repeat; height:34px}
    .ico_dog {background:url('//peterhost.ru/images/site/i_dog.png') 0 2px no-repeat}
    .ico_counts {background:url('//peterhost.ru/images/site/i_counts.png') 6px 0 no-repeat; margin-top:-6px}
    .ico_check {background:url('//peterhost.ru/images/site/i_check.png') 6px 6px no-repeat}
    .ico_domain {/*background: url('//peterhost.ru/images/site/min_domain.png') 0 0 no-repeat; */position:absolute; margin:-2px 0 0 -30px; height:20px; width:22px}
    .blue_label {
        display:none;
        position:absolute;
      /*background:url('//peterhost.ru/images/site/collar.gif') center 0 no-repeat;*/
        margin-left:90px;
        font-size:.8em;
        font-weight:bold;
    }
    .blue_label a {
        border:#0b3378 1px solid ;
        text-decoration: none;
        white-space:nowrap;
        color:#0b3378;
        padding:0 8px 2px;
        border-radius:4px;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
    }
    .blue_label a:hover {
        background-color:#0b3378;
        color:#fff;
    }
    .bonus {height:20px}
    .with_space {padding-left:23px}
    .for-btn {
        display:inline-block;
        width:96px;
        margin-left:auto;
        margin-right: auto;
        padding:.2em 0;
    }
    .for-one-right-btn {
        float:right;
        margin-left:21px !important;
        width:110px;
    }
    #content .for-btn .btn-order,
    .for-one-right-btn {height:22px}
.noborder {border:none;}
.noborder th,
.noborder td {border-bottom:0;}

    .listDomains li{float:left;list-style:none; margin:9px 9px 0 0}
    .listDomains li p a{display:inline-block; padding:1px 0;margin:0 0 1px; cursor:pointer; text-transform:uppercase; border-bottom: 1px dashed rgb(0, 51, 153); text-decoration:none}
    ul.listDomains {margin:0 0 0 3px}
    #content .listDomains p {margin:.5em 0; font-size:12px}
    .listDomains li p a.active{background-color:#7295b7/*09347a*/; color:#fff; text-decoration:none}
    .listDomains li p a:hover{background-color:#7295b7; color:#fff; text-decoration:none}
    #region {background:#7295b7; color:#fff; text-align:center; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border:1px solid #cdd7e0; margin:20px 0; padding:6px; font-size: 1.1em;}
    .clear{font-size:1px; clear:both;}
    .boxh45 {height:45px}
    .listDomains .ico_domain {margin-top:-4px}
    #fix_space {margin-left:-24px}
@media screen and (max-width: 1110px) {
    ul.listDomains {overflow:hidden}
}
.best-tariff {
    position: absolute;
    background: url("/images/uploads/best.png") no-repeat scroll 0px 0px transparent;
    height: 20px;
    width: 52px;
    margin-top: 13px;
    margin-left: -14px;
}
.box-slider {
    position:relative;
    margin:60px 0 0;
    font-size: 11px;
    border: 1px solid #cdd7e0;
    padding:6px;
    background-color: #fff;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    max-width:690px;/* помуша скрины не оч хорошего качества */
}
#slides {
    display:none;
}
.slidesjs-container {}
.slidesjs-pagination {
    position:absolute;
    top:-40px;
}
.slidesjs-pagination-item a {
    float: left;
    height: 28px;
    line-height: 28px;
    border: 1px solid #cdd7e0;
    background: #fff;
    padding: 0 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    text-decoration: underline;
}
.slidesjs-pagination-item a.active {
    cursor: auto;
    background: #7295b7;
    border-color: #7295b7;
    color: #fff;
    text-decoration: none;
}
.slidesjs-pagination-item {
    float:left;
/*height:28px;line-height:28px;*/
    padding:0;
    margin:0 12px 0 0;
}
#specialnoe-predlozhenieWrapper h2,
#actionWrapper h2 {
    display: none;
}
#specialnoe-predlozhenieWrapper p,
#actionWrapper p {color:#000;}
#specialnoe-predlozhenieWrapper p.comment,
#actionWrapper p.comment {color:#666;font-size:10px;}
.black, .m-content .black label {color:#000;}
.e-action,
.e-idn {
    position:absolute;
    overflow: hidden;
    height:13px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-top:2px;
}
.e-idn {
    width:29px;
    margin-left:45px;
    background-image: url('//peterhost.ru/images/uploads/bg-idn.png');
}
.e-action {
    width:51px;
    margin-left:-64px;
    background-image: url('//peterhost.ru/images/uploads/bg-action.png');
}

.e-idn-registrar{
    margin-left:205px !important;
}

.e-action:hover,
.e-idn:hover {background-position: 0 -13px;}
#news .img-preview {display:block;}
#content .img-preview {display:none;}
#nsc_btn {margin: 0 auto 1em;}