/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Site styles
   ========================================================================== */
body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #454545;
    line-height: 22px;
    margin: 0;
    min-height: 100%;
    min-width: 1000px;
    padding: 0;
    position: relative;
    background: url("../img/footer_bg.png") repeat-x 0 100%;
}

a {
    color: #2b2b2b;
}
a:hover {
    text-decoration: none;
}

.content-wrapper {
    min-width: 1000px;
    padding-bottom: 520px;
    text-align: center;
}
.b-logo {
    float: left;
    display: block;
    background: url("../img/logo.png");
    overflow: hidden;
    width: 239px;
    height: 85px;
    cursor: pointer;
    margin-top: 30px;
}
.b-support-phone {
    display: block;
    float: right;
    color: #6c828d;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 6px;
}
.b-support-phone strong {
    font-weight: bold;
    font-size: 24px;
    vertical-align: baseline;
    color: #000;
}
header {
    height: 125px;
}
header nav {
    float: right;
    background: url("../img/main-nav.png") no-repeat;
    width: 696px;
    height: 40px;
    padding-bottom: 17px;
    position: relative;
}
header nav ul {
    padding: 0 0 0 12px;
    margin: 0;
}
header nav > ul > li {
    float: left;
    line-height: 40px;
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
    position: relative;
}
header nav > ul > li > a {
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 0 11px;
}
header nav > ul > li.dropdown {
    /*width: 108px;*/
}
header nav > ul > li.dropdown > a {
    background: url("../img/dropdown-menu-arrow.png") 50% 31px no-repeat;
}
header nav > ul > li.current > a,header nav > ul > li.section > a , header nav > ul > li > a:hover {
    color: #dfff99;
}
header nav > ul > li.dropdown:hover {
    background: url("../img/dropdown-menu-hover-bg.png") 50% 100% no-repeat;
    background-size: 100% 35px;
}
header nav > ul > li > ul {
    display: none;
    position: absolute;
    left: -40px;
    z-index: 1000;
    font-size: 14px;
    background: #437923;
    border-radius: 3px;
    line-height: 22px;
    color: #dfff99;
    padding: 12px 22px 20px 40px;
    box-shadow: inset 0 -2px 2px rgba(0,0,0,0.5);
}
header nav > ul > li.dropdown:hover > ul {
    display: block;
}
header nav > ul > li.dropdown > ul a {
    color: #dfff99;
    font-weight: normal;
    font-size: 14px;
    white-space: nowrap;
}
header nav > ul > li.dropdown > ul li {
    position: relative;
}
header nav > ul > li.dropdown > ul li:before {
    display: block;
    float: left;
    content: "→";
    position: absolute;
    color: #dfff99;
    left: -20px;
    top: 0;
}
.b-content-block {
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    width: 940px;
    clear: both;
}
h1.b-page-inner-header {
    margin-bottom: 42px;
}
.b-content-block h2.main, h1.b-page-inner-header {
    border-bottom: 1px solid #8fcb54;
    color: #333333;
    font-size: 30px;
    line-height: 40px;
    font-family: Arial, "sans serif", serif;
    font-weight: normal;
}
.b-content-block h2.main span, h1.b-page-inner-header span {
    display: inline-block;
    background: url("../img/h2_arrow.png") 100% 60% no-repeat;
    padding-right: 50px;
}
.b-content-block h2 {
    color: #69c112;
    font-size: 30px;
    font-weight: normal;
    margin: 42px 0 20px;
}
.b-content-block-inner {
    margin-bottom: 40px;
}
.b-content-block-inner a {
    color: #0079b9;
}

.b-content-block-inner ul.styled {
    list-style: none;
    margin-left: 20px;
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 0 20px;
}
.b-content-block-inner ul.styled li {
    margin-bottom: 20px;
    position: relative;
}

.b-content-block-inner ul.styled li:before {
    display: block;
    float: left;
    content: "";
    position: absolute;
    left: -20px;
    top: 5px;
    background: url("../img/list-item-circle-green.png") no-repeat 50% 50%;
    width: 10px;
    height: 16px;
}

.b-promo-banner {
    background: url("../img/main-promo-banner.png") no-repeat 27px 53px;
    height: 408px;
}
.b-promo-offer {
    margin-left: 470px;
}
.connect-to-internet {
    color: #66befc;
    font-size: 16px;
    text-align: center;
    margin-bottom: 8px;
}
.max-speed {
    background: url("../img/speen-1gb.png") no-repeat;
    display: block;
    width: 460px;
    height: 65px;
    text-indent: -999em;
    margin:0 0 8px 9px;
}
.preferences {
    margin: 0 0 16px 20px;
    padding: 0;
    list-style: none;
    font-size: 14px;
}
.preferences li {
    margin-left: 20px;
    margin-right: 10px;
    width: 195px;
    position: relative;
    float: left;
}
.preferences li:before {
    display: block;
    float: left;
    content: "";
    position: absolute;
    left: -20px;
    top: 3px;
    background: url("../img/list-item-circle.png") no-repeat 50% 50%;
    width: 10px;
    height: 16px;
}
.b-month-rate {
    background: url("../img/month-rate.png") no-repeat;
    display: block;
    width: 417px;
    height: 100px;
    text-indent: -999em;
    margin:0 0 14px 36px;
}
.b-button-long {
    margin-left: 80px;
}
.coveradge-table {
    width: 100%;
}
.coveradge-table td {
    vertical-align: top;
    font-style: italic;
}


.b-rate {
    width: 450px;
    height: 200px;
    float: left;
    margin-bottom: 45px;
}
.b-rate-base {
    background: url("../img/base-rate.png");
    margin-right: 40px;
}
.b-rate-economic {
    background: url("../img/econom-rate.png");
}
.b-rate-name {
    width: 195px;
    float: left;
    text-align: center;
    font-size: 26px;
    color: #000;
    padding-top: 36px;
    height: 164px;
    line-height: 135%;
}
.b-rate-name_prices {
    padding-top: 63px;
    height: 137px;
}
.b-rate-name strong {
    font-size: 30px;
}
.b-included-options {
    color: #2a2a2a;
    font-size: 16px;
    line-height: 24px;
    margin: 16px 0 0 30px;
    padding:0;
    float: left;
}
.b-auditory {
    color: #454545;
    float: left;
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
    margin: 30px 0 0 20px;
    width: 152px;
}
.b-rate-economic .b-auditory {
    margin-top: 51px;
}
.b-special-price {
    font-size: 20px;
    font-weight: bold;
    display: block;
    float: left;
    margin-top: 51px;
}
.b-rate-economic .b-special-price {
    margin-top: 76px;
}

.b-button {
    background: url("../img/blue-small-button.png") no-repeat;
    width: 154px;
    height: 40px;
    padding-bottom: 6px;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold;
    text-shadow: 1px 1px 2px #003d6c
}
.b-button:hover {
    background-image: url("../img/blue-small-button_hover.png");
}
.b-button-long {
    background-image: url("../img/blue-long-button.png");
    color: #666666 !important;
    text-shadow: 1px 1px 2px #FFF;
    width: 338px;
}
.b-button-long:hover {
    background-image: url("../img/blue-long-button_hover.png");
    color: #FFF !important;
    text-shadow: 1px 1px 2px #003d6c;
}
.b-rate .b-button {
    margin:10px 0 0 14px;
}
.b-month-rates {
    background: url("../img/month-rates-list.png") no-repeat 50% 0;
    padding-top: 130px;
    overflow: hidden;
}
.b-month-rates .b-price {
    width: 33%;
    float: left;
    font-size: 20px;
    text-align: center;
    margin-bottom: 35px;
}
.b-month-rates .b-price .b-speed {
    color: #cc0000;
}
ul.documents {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.documents li {
    background: url("../img/document.png") no-repeat 0 0;
    padding: 15px 0 15px 64px;
    margin-bottom: 30px;
}
ul.documents li a {
    color: #454545;
}
.b-faq {
    text-align:left;
}
.b-faq dt {
    padding-left: 34px;
    background: url("../img/faq-question.png") no-repeat 0 0;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 2px;
}
.b-faq dd {
    margin: 0 0 42px;
    padding-left: 34px;
    background: url("../img/faq-answer.png") no-repeat 0 0;
    line-height: 22px;
    font-weight: normal;
    font-style: italic;

}
.device-description {
    width: 100%;
}
.device-description td {
    vertical-align: top;
}
.device-parameters {
    padding-left: 40px;
    width: 450px;
}
.device-parameters-list dt {
    font-size: 18px;
    font-weight: bold;
}
.device-parameters-list dd {
    font-style: italic;
    margin:0 0 25px 20px;
}

.b-useful-links a {
    float: left;
    display: block;
    padding: 10px 0 0 60px;
    width: 230px;
    height: 85px;
    margin-right: 10px;
    color: #2b2b2b;
    font-size: 16px;
    background-position: 0 10px;
    background-repeat: no-repeat;
}
.b-find-address-on-map {
    background-image: url("../img/address-on-map.png");
}
.b-check-connection-speed {
    background-image: url("../img/connection-speed.png");
}
.b-overview-faq {
    background-image: url("../img/overview-faq.png");
}

.b-child-pages-list {
    list-style: none;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.b-child-pages-list li {
    margin-bottom: 30px;
}
.b-child-pages-list a {
    color:#2b2b2b;
    padding: 0 0 6px 68px;
    line-height: 50px;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.b-child-pages-list-private-cabinet a {
    background-image: url("../img/private-cabinet.png");
}
.b-child-pages-list-documents a {
    background-image: url("../img/documents.png");
}
.b-child-pages-list-check-speed a {
    background-image: url("../img/connection-speed.png");
}
.b-child-pages-list-overview-faq a {
    background-image: url("../img/overview-faq.png");
}
.b-child-pages-list-iptv a {
    background-image: url("../img/iptv.png");
}
.b-child-pages-list-games a {
    background-image: url("../img/games.png");
}





footer {
    padding-top: 241px;
    background: url("../img/footer_inside_bg.png") no-repeat 50% 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    height: 250px;
    width: 100%;
}
.b-footer-contacts {
    line-height: 24px;
    vertical-align: baseline;
    margin:0 0 37px 210px;
}
.b-footer-contacts strong {
    font-size: 20px;
}
.b-footer-nav {
    margin:0 0 35px;
    padding: 0;
    list-style: none;
}
footer .fb-like {
    margin: 0 0 20px;
}
.b-footer-nav li {
    display: inline-block;
    margin-right: 25px;
}
.b-footer-nav li a {
    display: inline-block;
    color: #0079b9;
}
.b-footer-copyright {
    color: #666666;
    font-size: 14px;
}














/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
