@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900&subset=cyrillic,cyrillic-ext');
/*reset light*/
html, body {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Roboto', sans-serif;
}
a:hover {
    text-decoration: none;
}
img, a, input, textarea, select, button {
    outline-style: none;
}
.container_main {
    min-width: 320px;
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    /*padding-bottom: 90px;*/
    /*padding-top: 89px;*/
}
.clr {
    clear: right;
}
.align_center {
    text-align: center;
}
.wmain {
    max-width: 1134px;
    margin: 0 auto;
}

.overflow {
    overflow: hidden;
}

.hl_top {
    position: fixed;
    z-index: 500;
    left: 0;
    top: 0;
    width: 100%;
    background: #FFF;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 31px;
    -webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0.13);
            box-shadow: 0px 1px 6px rgba(0,0,0,0.13);
}

.logo {
    display: block;
    text-decoration: none;
    padding-top: 27px;
    padding-bottom: 8px;
    float: left;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .logo img {
        display: block;
        width: 100%;
    }


    .logo:hover {
        opacity: 0.8;
    }


.hl_btn_act {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    overflow: hidden;
}

    .hl_btn_act li {
        display: block;
        float: left;
    }

        .hl_btn_act li span {
            padding-top: 32px;
            padding-bottom: 32px;
        }

    .hl_btn_act li a {
        display: block;
        text-decoration: none;
        background: #F78B1E;
        font-size: 13px;
        color: #FFF;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        height: 90px;
        line-height: 13px;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

        .hl_btn_act li a:hover {
            opacity: 0.9;
        }

        .hl_btn_act li a span {
            display: block;
        }


    .btn_call span {
        padding-left: 44px;
        background: url("../img/hl_call_ico.png") no-repeat left center;
    }

    .btn_zayavka span {
        padding-left: 33px;
        background: url("../img/hl_zayavka_ico.png") no-repeat left center;
    }

        .btn_zayavka {
            background: #FF521D !important;
        }


.footer {
    height: 90px;
    z-index: 90;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #464C50;
    overflow: hidden;
}

.f_phone {
    float: left;
    margin-left: 30px;
    margin-top: 26px;
    position: relative;
    z-index: 20;
}

    .f_phone a {
        display: block;
        text-decoration: none;
        font-size: 16px;
        color: #FFF;
        font-weight: bold;
    }

.f_right {
    float: right;
    font-size: 13px;
    color: #FFF;
    text-align: right;
    position: relative;
    z-index: 20;
    margin-right: 30px;
    margin-top: 18px;
}

    .f_right a {
        display: inline-block;
        text-decoration: none;
        font-size: 13px;
        line-height: 13px;
        padding-left: 36px;
        background: url("../img/create_logo.png") no-repeat left top;
        padding-top: 6px;
        padding-bottom: 7px;
        color: #FFF;
        margin-top: 10px;
    }

    .f_right a span {
        text-decoration: underline;
        color: #FF521D;
    }

        .f_right a:hover span {
            text-decoration: none;
        }

    .f_center {
        position: absolute;
        z-index: 10;
        width: 100%;
        text-align: center;
        font-size: 13px;
        color: #FFF;
        left: 0;
        top: 40px;
    }

.nb_home {

}


.nav_block {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    position: relative;
    z-index: 50;
}

.nav_block > li {
    display: block;
    float: left;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
    width: 20%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .nav_block > li + li {
        border-left: 1px solid rgba(255,255,255,0.2);
    }

    .nav_block li a {
        display: table;
        text-decoration: none;
        width: 100%;
        background: transparent;
        -webkit-transition: 0.5s;
           -moz-transition: 0.5s;
            -ms-transition: 0.5s;
             -o-transition: 0.5s;
                transition: 0.5s;
    }

        .nav_block li a:hover {
            background: rgba(0,0,0,0.6);
        }

            .nav_block li:hover {
                border-color: transparent !important;
            }

            .nav_block li:hover + li {
                border-color: transparent;
            }

        .hb_inner {
            display: table-cell;
            width: 100%;
            vertical-align: middle;
            padding-bottom: 27px;
        }


    .hb_ico {
        text-align: center;
        display: table;
        height: 120px;
        width: 100%;
    }

        .hb_ico span {
            display: table-cell;
            width: 100%;
            vertical-align: middle;
        }

    .hb_name {
        text-align: center;
        font-size: 18px;
        color: #FFF;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 18px;
        padding-left: 10px;
        padding-right: 10px;
        max-width: 385px;
        margin: 0 auto;
        min-height: 38px;
    }

.nav_block_main {
    position: relative;
    background: #464C50;
    overflow: hidden;
}

.nb_bg {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: 2s;
       -moz-transition: 2s;
        -ms-transition: 2s;
         -o-transition: 2s;
            transition: 2s;
    -webkit-transform: scale(1.02);
       -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
         -o-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-background-size: cover !important;
         -o-background-size: cover !important;
            background-size: cover !important;
}


.nb_bg.act {
    opacity: 1;
    -webkit-transition: 1.7s;
       -moz-transition: 1.7s;
        -ms-transition: 1.7s;
         -o-transition: 1.7s;
            transition: 1.7s;
    -webkit-transform: scale(1) rotate(0deg);
       -moz-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
         -o-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
}

.home_bg1 {
    background: url("../img/home_bg_1.jpg") no-repeat center center;
}
.home_bg2 {
    background: url("../img/home_bg_2.jpg") no-repeat center center;
}
.home_bg3 {
    background: url("../img/home_bg_3.jpg") no-repeat center center;
}
.home_bg4 {
    background: url("../img/home_bg_4.jpg") no-repeat center center;
}
.home_bg5 {
    background: url("../img/home_bg_5.jpg") no-repeat center center;
}

/*.nb_6 > li {
    width: 16.666666666666668%;
}*/
.nb_6 > li {
    width: 19.99%;
}
.nb_4 > li {
    width: 25%;
}
.for_bg1 {background: url("../img/for_bg_1.jpg") no-repeat center center;}
.for_bg2 {background: url("../img/for_bg_2.jpg") no-repeat center center;}
.for_bg3 {background: url("../img/for_bg_3.jpg") no-repeat center center;}
.for_bg4 {background: url("../img/for_bg_4.jpg") no-repeat center center;}
.for_bg5 {background: url("../img/for_bg_5.jpg") no-repeat center center;}
.for_bg6 {background: url("../img/for_bg_6.jpg") no-repeat center center;}
.for_bg7 {background: url("../img/4562.jpg") no-repeat top center;}

.internet_bg1 {background: url("../img/internet_bg_1.jpg") no-repeat center center;}
.internet_bg2 {background: url("../img/internet_bg_2.jpg") no-repeat center center;}
.internet_bg3 {background: url("../img/internet_bg_3.jpg") no-repeat center center;}
.internet_bg4 {background: url("../img/internet_bg_4.jpg") no-repeat center center;}


.pay_bg1 {background: url("../img/pay_bg_1.jpg") no-repeat center center;}
.pay_bg2 {background: url("../img/pay_bg_2.jpg") no-repeat center center;}
.pay_bg3 {background: url("../img/pay_bg_3.jpg") no-repeat center center;}
.pay_bg4 {background: url("../img/pay_bg_4.jpg") no-repeat center center;}

.popup_rgba {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999999;
    background: rgba(0,0,0,0.3);
    overflow: hidden;
    -ms-overflow-y: scroll;
        overflow-y: scroll;
}

.popup_table {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    left: 0;
    top: 0;
}

    .popup_cell {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .popup_inner {
        position: relative;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        max-width: 826px;
        margin: 0 auto;
        background: #FFF;
        padding: 31px 40px 40px 40px;
    }

    .closeform {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 20;
        width: 29px;
        height: 29px;
        background: #f78b1e url("../img/closeform.png") no-repeat center center;
        -webkit-transition: 0.4s;
           -moz-transition: 0.4s;
            -ms-transition: 0.4s;
             -o-transition: 0.4s;
                transition: 0.4s;
    }

        .closeform:hover {
            opacity: 0.7;
        }

        .closeform2 {
            /*background-color: #52BC04;*/
        }


    .pu_title {
        text-align: center;
        font-size: 36px;
        color: #000;
        font-weight: 300;
    }

        .pu_title span {
            font-size: 14px;
            color: #737373;
            font-weight: normal;
            display: block;
            margin-top: 14px;
        }

.form_style input[type="text"], .form_style textarea {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #737373;
    font-family: "Roboto";
    border: 1px solid #d9d9d9;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    width: 280px;
    margin-top: 20px;
}

.form_style textarea {
    height: 70px;
    padding-top: 11px;
    padding-bottom: 10px;
    resize: none;
}

.pu_form_style input[type="text"], .pu_form_style textarea {
    display: block;
    width: 100%;
}

.pu_form_style {
    display: block;
    margin-top: 26px;
}

.in_2 {
    overflow: hidden;
}

    .in_2 span {
        display: block;
        float: left;
        width: 50%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
            padding-right: 15px;
    }

        .in_2 input {
            display: block !important;
            width: 100% !important;
        }
/*
        .in_2 span + span {
            padding-right: 0;
            padding-left: 15px;
        }
*/
.pu_form_style .in_2 + input {
    margin-top: 20px;
}

    .pu_form_style textarea {
        margin-top: 20px;
    }


.pu_radio {
    overflow: hidden;
    margin-top: 27px;
}

    .pu_radio label {
        display: block;
        float: left;
        cursor: pointer;
        overflow: hidden;
    }

        .pu_radio label span {
            font-size: 14px;
            color: #737373;
            line-height: 16px;
            margin-left: 9px;
            display: block;
            float: left;
            height: 16px;
        }

        .pu_radio label + label {
            margin-left: 29px;
        }

        .pu_radio label input {
            display: block;
            margin: 0;
            padding: 0;
            float: left;
        }

        .btn_main {
            display: inline-block;
            text-decoration: none;
            vertical-align: top;
            text-align: center;
            cursor: pointer;
            margin: 0;
            padding: 0;
            font-size: 12px;
            color: #F78B1E;
            text-transform: uppercase;
            font-weight: bold;
            font-family: "Roboto";
            border: 3px solid #f78b1e;
            background: #FFF;
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 18px;
            padding-bottom: 18px;
            -webkit-transition: 0.5s;
               -moz-transition: 0.5s;
                -ms-transition: 0.5s;
                 -o-transition: 0.5s;
                    transition: 0.5s;
        }

            .btn_main:hover {
                background: #F78B1E;
                color: #FFF;
            }

    .pu_form_style .align_center {
        margin-top: 27px;
    }

    .btn_green {
        color: #52BC04;
        border-color: #52BC04;
    }

        .btn_green:hover {
            background: #52BC04;
            color: #FFF;
        }

.pu_call {
    max-width: 438px;
}

    .pu_call input + input {
        margin-top: 20px;
    }


.block_404 {
    background: url("../img/bg_404.jpg") no-repeat center center;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.block_404_table {
    display: table;
    width: 100%;
}

    .block_404_cell {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        text-align: center;
        padding-top: 120px;
        padding-bottom: 30px;
    }

    .b404_titel img {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
    }

    .b404_titel span {
        display: block;
        text-align: center;
        font-size: 30px;
        color: #FFF;
        font-weight: 900;
        margin-top: 22px;
        text-transform: uppercase;
    }

    .b404_list {
        display: block;
        text-align: center;
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 48px;
    }

        .b404_list li {
            display: block;
        }

            .b404_list li  + li {
                margin-top: 13px;
            }

        .b404_list li span {
            display: inline-block;
            padding-left: 27px;
            background: url("../img/list_ico.png") no-repeat left top;
            font-size: 14px;
            color: #CDD0D0;
            font-weight: 300;
            line-height: 16px;
            padding-top: 1px;
            padding-bottom: 1px;
            text-align: left;
        }

        .b404_list li a {
            color: #EA665F;
        }

.hl_nav {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-left: 40px;
}

    .hl_nav li {
        display: block;
        float: left;
        position: relative;
    }

        .hl_nav li + li:before {
            content: "";
            display: block;
            position: absolute;
            width: 1px;
            height: 8px;
            background: #CCC;
            left: -1px;
            top: 50%;
            margin-top: -4px;
        }

        .hl_nav li a {
            display: block;
            text-decoration: none;
            background: transparent;
            font-size: 15px;
            color: #000;
            height: 90px;
            line-height: 90px;
            padding-left: 21px;
            padding-right: 21px;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
        }

            .hl_nav li:hover:before, .hl_nav li:hover + li:before {
                display: none;
            }

            .hl_nav li a span {
                border-bottom: 1px solid transparent;
            }

                .hl_nav li a:hover span {
                    border-color: #FFF;
                }

            .hl_nav li a:hover {
                color: #FFF;
                background: #EA665F;
            }

.head_decor {
    position: relative;
    z-index: 30;
    height: 600px;
}

.hd_internet_pon {
    background: url("../img/internet_pon_decor_bg.jpg") no-repeat center top;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.head_decor_nav_main {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 79px;
    z-index: 100;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.head_decor_nav {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 69px;
    padding-top: 10px;
    max-width: 1134px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .head_decor_nav > li {
        display: block;
        float: left;
        width: 25%;
        position: relative;
        z-index: 10;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        background: #52BC04;
    }

        .head_decor_nav > li:hover {
            z-index: 20;
        }

        .head_decor_nav > li > a {
            display: table;
            width: 100%;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
            padding-right: 30px;
            text-decoration: none;
            font-size: 16px;
            color: #FFF;
            height: 69px;
            line-height: 69px;
            background: #52BC04;
            padding-left: 20px;
            padding-bottom: 0px;
            position: relative;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
            -webkit-transition-property: background;
               -moz-transition-property: background;
                -ms-transition-property: background;
                 -o-transition-property: background;
                    transition-property: background;
        }

            .head_decor_nav > li > a:after {
                content: "";
                display: block;
                height: 10px;
                position: absolute;
                width: 100%;
                left: 0;
                top: -10px;
                background: #FFF;
                opacity: 0;
                -webkit-transform-origin: center bottom;
                   -moz-transform-origin: center bottom;
                    -ms-transform-origin: center bottom;
                     -o-transform-origin: center bottom;
                        transform-origin: center bottom;
                -webkit-transform: scale(1,0);
                   -moz-transform: scale(1,0);
                    -ms-transform: scale(1,0);
                     -o-transform: scale(1,0);
                        transform: scale(1,0);
                -webkit-transition: 0.2s;
                   -moz-transition: 0.2s;
                    -ms-transition: 0.2s;
                     -o-transition: 0.2s;
                        transition: 0.2s;
            }

            .head_decor_nav > li:hover > a, .head_decor_nav > li.act > a {
                color: #219552;
                background: #FFF;
                padding-bottom: 10px;
            }

            .head_decor_nav > li.act > a:after {
                -webkit-transition: 0.3s !important;
                   -moz-transition: 0.3s !important;
                    -ms-transition: 0.3s !important;
                     -o-transition: 0.3s !important;
                        transition: 0.3s !important;
            }


                .head_decor_nav > li:hover > a:after, .head_decor_nav > li.act > a:after {
                    opacity: 1;
                    -webkit-transform: scale(1);
                       -moz-transform: scale(1);
                        -ms-transform: scale(1);
                         -o-transform: scale(1);
                            transform: scale(1);
                }

            .head_decor_nav > li > a span {
                display: table-cell;
                vertical-align: middle;
                position: relative;
                top: 0;
                line-height: 18px;
                padding-bottom: 0;
            }

            .head_decor_nav > li > a:before {
                content: "";
                display: block;
                position: absolute;
                width: 9px;
                height: 9px;
                background: url("../img/head_decor_nav_ico.png") no-repeat left top;
                right: 19px;
                top: 50%;
                margin-top: -4px;
                -webkit-transition: 0.2s;
                   -moz-transition: 0.2s;
                    -ms-transition: 0.2s;
                     -o-transition: 0.2s;
                        transition: 0.2s;
            }

            .head_decor_nav > li:hover > a:before, .head_decor_nav .act a:before {
                background-position: left -9px;
                height: 6px;
                margin-top: -8px;
            }

        .head_decor_nav > li + li {
            border-left: 1px solid #62c905;
        }


    .head_decor_nav > li ul {
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        top: 69px;
        z-index: 300;
        background: #219552;
        margin: 0;
        padding: 0;
        list-style: none;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 9px;
        padding-bottom: 9px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform-origin: center top;
           -moz-transform-origin: center top;
            -ms-transform-origin: center top;
             -o-transform-origin: center top;
                transform-origin: center top;
        -webkit-transform: scale(1,1.1);
           -moz-transform: scale(1,1.1);
            -ms-transform: scale(1,1.1);
             -o-transform: scale(1,1.1);
                transform: scale(1,1.1);
        -webkit-transition: 0.33s;
           -moz-transition: 0.33s;
            -ms-transition: 0.33s;
             -o-transition: 0.33s;
                transition: 0.33s;
    }

        .head_decor_nav > li:hover ul {
            visibility: visible;
            -webkit-transform: scale(1);
               -moz-transform: scale(1);
                -ms-transform: scale(1);
                 -o-transform: scale(1);
                    transform: scale(1);
            opacity: 1;
        }

        .head_decor_nav > li ul li {
            display: block;
        }

            .head_decor_nav > li ul li a {
                display: block;
                text-decoration: none;
                font-size: 13px;
                color: #FFF;
                line-height: 120%;
                padding-left: 25px;
                padding-right: 20px;
                background: transparent;
                position: relative;
                padding-top: 17px;
                padding-bottom: 17px;
                -webkit-transition: 0.3s;
                   -moz-transition: 0.3s;
                    -ms-transition: 0.3s;
                     -o-transition: 0.3s;
                        transition: 0.3s;
            }

                 .head_decor_nav > li ul li a:before {
                     content: "";
                     display: block;
                     position: absolute;
                     width: 5px !important;
                     height: 7px !important;
                     background: url("../img/head_decor_nav_ico.png") no-repeat -4px -21px !important;
                     left: 10px !important;
                     top: 21px !important;
                     margin-top: 0 !important;
                     -webkit-transition: 0.3s;
                        -moz-transition: 0.3s;
                         -ms-transition: 0.3s;
                          -o-transition: 0.3s;
                             transition: 0.3s;
                 }

                .head_decor_nav > li ul li a.act {
                    color: #343434;
                    background: #FFF;
                    text-decoration: none !important;
                }

                    .head_decor_nav > li ul li a.act:before {
                        display: none !important;
                    }

                .head_decor_nav > li ul li a:hover {
                    text-decoration: underline;
                }

                    .head_decor_nav > li ul li:hover > a:before {
                        top: 22px !important;
                        -webkit-transform: rotate(90deg);
                           -moz-transform: rotate(90deg);
                            -ms-transform: rotate(90deg);
                             -o-transform: rotate(90deg);
                                transform: rotate(90deg);
                    }

            .head_decor_nav > li ul li + li {
                border-top: 1px solid #52ac78;
            }

    .head_decor_nav > .drop:hover > a {
        background: #219552;
        color: #FFF;
    }

        .head_decor_nav > .drop:hover > a:after {
            background: #219552;
        }

        .head_decor_nav > .drop:hover > a:before {
            background-position: left -15px !important;
        }


.content_inner {
    padding-bottom: 90px;
}

.pon_content {
    max-width: 1164px;
    margin: 0 auto;
}

.ti {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: 300;
    padding-top: 50px;
}

.ti_anons {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 27px;
}

    .ti_anons p {
        display: block;
        margin: 0;
        font-size: 14px;
        line-height: 20px;
        color: #737373;
    }

        .ti_anons p + p {
            margin-top: 20px;
        }

.pon_price {
    display: block;
    padding: 0;
    margin: 0;
    overflow: hidden;
    list-style: none;
    margin-top: 34px;
}

    .pon_price li {
        display: block;
        float: left;
        width: 33.333333333333336%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
    }

    .pp_inner {
        background: #52BC04;
        height: 212px;
        text-align: center;
    }

        .pon_price li + li .pp_inner {
            background: #39A82B;
        }

        .pon_price li + li + li .pp_inner {
            background: #219552;
        }

        .pp_speed {
            text-align: center;
            font-size: 48px;
            color: #FFF;
            font-weight: bold;
            line-height: 48px;
            padding-top: 34px;
        }

            .pp_speed span {
                display: block;
                font-size: 16px;
                font-weight: normal;
                line-height: 18px;
                color: rgba(255,255,255,0.8);
                margin-top: 8px;
            }


        .pp_inner .btn_main {
            margin-top: 15px;
            border: none;
            color: #52BC04;
            background: #FFF;
        }

            .pp_inner .btn_main:hover {
                opacity: 0.8;
                -webkit-transition: 0.2s;
                   -moz-transition: 0.2s;
                    -ms-transition: 0.2s;
                     -o-transition: 0.2s;
                        transition: 0.2s;
                /*color: #FF521D;*/
            }

.content_text {
    max-width: 1134px;
    margin: 0 auto;
    margin-top: 52px;
    padding-bottom: 53px;
    padding-left: 15px;
    padding-right: 15px;
}

    .content_text > p {
        margin-top: 0 !important;
    }

    .content_text h3 {
        display: block;
        margin: 0;
        text-align: center;
        font-size: 30px;
        font-weight: 300;
        line-height: 120%;
    }

    .ct_anons {
        font-size: 18px;
        line-height: 24px;
        margin-top: 22px;
    }

    .content_text p {
        display: block;
        font-size: 14px;
        color: #737373;
        margin: 0;
        margin-top: 25px;
    }

        .content_text p + p {
            margin-top: 20px;
        }

        .content_text p span {
            color: #000;
            font-size: 16px;
            line-height: 20px;
        }

    .content_text a {
        color: #F8931D;
    }

    .ct_list {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        counter-reset: item;
        margin-top: 16px;
    }

        .ct_list2 {
            counter-reset: none;
        }

        .ct_list li {
            position: relative;
            font-size: 14px;
            color: #737373;
            line-height: 20px;
            padding-top: 3px;
            padding-left: 35px;
            min-height: 24px;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }

            .ct_list li:before {
                content: counter(item);
                counter-increment: item;
                position: absolute;
                left: 0;
                top: 0;
                display: block;
                width: 24px;
                height: 24px;
                text-align: center;
                line-height: 25px;
                background: #219552;
                font-size: 14px;
                color: #FFF;
            }

                .ct_list2 li:before {
                    content: "";
                    width: 18px;
                    height: 18px;
                    background: url("../img/list_ico_green.png") no-repeat center center;
                }

                .ct_list2 li {
                    padding-top: 0px;
                    min-height: 18px;
                    padding-left: 28px;
                }

            .ct_list li + li {
                margin-top: 12px;
            }

            .ct_list2 li + li {
                margin-top: 18px;
            }

.about_content .content_text {
    margin-top: 34px;
}

.ct_img {
    overflow: hidden;
}

    .ct_img img {
        display: inline-block;
        max-width: 100%;
        float: left;
        margin-right: 30px;
    }

    .ct_img + p {
        margin-top: 21px !important;
    }

    .ct_img p {
        margin-top: 0;
    }

.hd_about {
    background: url("../img/about_decor_bg.jpg") no-repeat center top;
}

.hd_new {
    background: url("../img/new_decor_bg.jpg") no-repeat center top;
}

.hd_doc {
    background: url("../img/doc_decor_bg.jpg") no-repeat center top;
}

.hnd_1 > li {width: 100%;}
.hnd_2 > li {width: 50%;}
.hnd_3 > li {width: 33.333333333333336%;}
.hnd_4 > li {width: 25%;}
.hnd_5 > li {width: 20%;}
.hnd_6 > li {width: 16.666666666666668%;}
.hnd_7 > li {width: 14.28%;}

.cont_map {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.cont_content {
    max-width: 1134px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 29px;
    overflow: hidden;
    padding-bottom: 61px;
}

    .cc_left, .cc_right {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        float: left;
        width: 50%;
    }

    .cc_left {
        padding-right: 15px;
    }

    .cc_right {
        padding-left: 15px;
    }

.cc_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .cc_list li {
        display: block;
    }

        .cc_list li + li {
            margin-top: 24px;
        }

        .cc_list li > span {
            display: block;
            font-size: 14px;
            color: #737373;
            line-height: 14px;
        }

        .cc_list li p {
            display: block;
            margin: 0;
            font-size: 18px;
            color: #000;
            margin-top: 4px;
        }

        .cc_list li p a {
            text-decoration: none;
            color: #000;
        }

            .cc_list li p a span {
                color: #FF521D;
                text-decoration: underline;
            }


    .cc_right .cc_list li p {
        line-height: 30px;
    }

.doc_content {
    max-width: 1164px;
    padding-bottom: 30px;
    margin: 0 auto;
}

.doc_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-top: 33px;
}

    .doc_list li {
        display: block;
        float: left;
        width: 50%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }

    .doc_list li a {
        display: table;
        position: relative;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 97px;
        text-decoration: none;
        font-size: 18px;
        color: #000;
        width: 100%;
        height: 85px;
    }

        .doc_list li a img {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
        }

            .doc_list li a:hover img {
                -webkit-transform: scale(0.96);
                   -moz-transform: scale(0.96);
                    -ms-transform: scale(0.96);
                     -o-transform: scale(0.96);
                        transform: scale(0.96);
            }

        .dl_inner {
            display: table-cell;
            width: 100%;
            vertical-align: middle;
        }

            .dl_inner span {
                color: #737373;
                font-size: 14px;
                display: block;
            }

.new_list {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 1154px;
    margin: 0 auto;
    margin-top: 31px;
}

    .new_list li {
        display: block;
        float: left;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px;
    }

    .new_list li a {
        display: block;
        position: relative;
        overflow: hidden;
        text-decoration: none;
    }

    .nl_img {
        float: left;
        width: 261px;
        height: 261px;
        overflow: hidden;
    }

        .nl_img img {
            display: block;
            height: 100%;
            width: auto;
            -webkit-transform-origin: left center;
               -moz-transform-origin: left center;
                -ms-transform-origin: left center;
                 -o-transform-origin: left center;
                    transform-origin: left center;
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
        }

            .new_list li a:hover .nl_img img {
                -webkit-transform: scale(1.01);
                   -moz-transform: scale(1.01);
                    -ms-transform: scale(1.01);
                     -o-transform: scale(1.01);
                        transform: scale(1.01);
            }

    .nl_content {
        position: absolute;
        display: table;
        width: 100%;
        height: 261px;
        left: 0;
        top: 0;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 291px;
    }

    .nl_content_inner {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }

    .nl_name {
        font-size: 16px;
        color: #F78B1E;
        line-height: 20px;
        text-decoration: underline;
    }

        .new_list li a:hover .nl_name {
            text-decoration: none;
        }

        .new_list li p {
            display: block;
            margin: 0;
            font-size: 14px;
            color: #737373;
            line-height: 20px;
            margin-top: 19px;
        }

        .nl_data {
            font-size: 13px;
            color: #000;
            margin-top: 15px;
        }

.paginator_main {
    max-width: 1134px;
    margin: 0 auto;
    padding-top: 30px;
    overflow: hidden;
    padding-bottom: 57px;
    padding-left: 15px;
    padding-right: 15px;
}

    .pag_name {
        float: left;
        font-size: 18px;
        color: #000;
        height: 41px;
        line-height: 41px;
    }

    .paginator {
        margin: 0;
        padding: 0;
        display: block;
        float: left;
        height: 41px;
        margin-left: 9px;
        padding-bottom: 3px;
    }

        .paginator li {
            display: block;
            float: left;
        }

            .paginator li + li {
                margin-left: 10px;
            }

            .paginator li a {
                display: block;
                text-decoration: none;
                width: 41px;
                height: 41px;
                line-height: 41px;
                text-align: center;
                font-size: 18px;
                color: #FFF;
                background: #219552;
                -webkit-box-shadow: 0px 0px 0px 0px #219552;
                        box-shadow: 0px 0px 0px 0px #219552;
                -webkit-transition: 0.3s;
                   -moz-transition: 0.3s;
                    -ms-transition: 0.3s;
                     -o-transition: 0.3s;
                        transition: 0.3s;
            }

                .paginator li a:hover, .paginator li a.act {
                    background-color: #52BC04;
                    -webkit-box-shadow: 0px 0px 0px 3px #52bc04;
                            box-shadow: 0px 0px 0px 3px #52bc04;
                }

                .paginator li a.act {
                    cursor: default;
                }

.hd_pay_inner {
    background: url("../img/pay_decor_bg.jpg") no-repeat center top;
}

.content_pay {
    margin-top: 27px;
}

    .content_pay p + p {
        margin-top: 20px !important;
    }

    .ct_anons + p {
        margin-top: 22px !important;
    }

    .content_pay .ct_anons {
        text-align: center;
    }

.pay_get {
    background: #F4F4F5;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
}

.pay_get .form_style {
    display: block;
    margin-top: 20px;
}

.pay_get .form_style .align_center {
    margin-top: 30px;
}

.pay_get .form_style .btn_green {
    color: #219552;
    border-color: #219552;
}

    .pay_get .form_style .btn_green:hover {
        color: #FFF;
        background: #219552;
    }

.nav_mobile {
    display: none;
    width: 60px;
    height: 50px;
    background: #ea665f url("../img/nav_mobile.png") no-repeat center center;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
    cursor: pointer;
}




@media screen and (max-width: 1240px) {
    .hl_nav {
        margin-left: 10px;
    }
}

@media screen and (max-width: 1180px) {
    .hl_nav {
        display: none;
    }

    .nav_mobile {
        display: block;
    }

    .hl_nav {
        position: absolute;
        width: 100%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        margin-left: 0;
        padding: 0;
        left: 0;
        top: 90px;
        background: #FFF;
        padding: 5px;
        -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.13);
                box-shadow: 0px 3px 6px rgba(0,0,0,0.13);
    }

    .hl_nav li {
        float: none;
        width: 100%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .hl_nav li:before {
            display: none !important;
        }

        .hl_nav li a {
            height: auto;
            line-height: 120%;
            padding-top: 15px;
            padding-bottom: 15px;
        }
}

@media screen and (max-width: 1120px) {
    .f_phone {
        margin-left: 0;
        float: none;
        text-align: center;
        margin-top: 0;
    }

        .f_phone a {
            display: inline-block;
        }

    .f_right {
        float: none;
        margin-right: 0;
        text-align: center;
        margin-top: 13px;
    }

    .f_center {
        position: relative;
        top: 0;
    }

    .footer {
        height: auto;
        padding-top: 26px;
        padding-bottom: 24px;
    }

    .hb_inner {
        padding-bottom: 66px;
    }

    .f_right a {
        margin-top: 8px;
    }

    .f_center {
        margin-top: 10px;
    }

    .content_inner {
        padding-bottom: 155px;
    }
}

@media screen and (max-width: 1060px) {
    .new_list li {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .new_list {
        padding-left: 15px;
        padding-right: 15px;
    }

    .nl_img {
        width: 140px;
        height: 140px;
    }

    .nl_content {
        padding-left: 150px;
    }

    .nl_content {
        position: relative;
        display: block;
        height: auto;
    }

    .new_list li p {
        margin-top: 10px;
        line-height: 120%;
    }

    .nl_data {
        margin-top: 12px;
    }

    .new_list li {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1020px) {
    .pp_speed {
        font-size: 38px;
        line-height: 38px;
    }

    .pp_speed span {
        margin-top: 6px;
    }

    .pp_speed {
        padding-top: 22px;
    }

    .pp_inner {
        height: auto;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 940px) {
    .container_main {
        min-height: auto !important;
        padding-top: 90px;
    }

    .nav_block {
        border-bottom: 1px solid #fff;
    }

    html body .nav_block > li {
        float: none;
        display: block;
        width: 100%;
        border: none !important;
        border-top: 1px solid #fff !important;
    }

        html body .nav_block > li:hover + li {
            border-color: transparent !important;
        }
    .nav_block > li {
        position: relative;
    }

        .nav_block > li:before {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background: rgba(0,0,0,0.4);
        }

        html body .nav_block > li:hover + li, html body .nav_block > li:hover {
            border-color: #FFF !important;
        }

        .nav_block li a:hover {
            background: none !important;
        }

    .nav_block > li a {
        height: auto !important;
        position: relative;
        z-index: 50;
    }

    .hb_name {
        min-height: auto;
    }

    .nav_block_main {
        padding-bottom: 90px;
    }

    .nav_block_main {
        padding-bottom: 0;
    }

    .footer {
        position: relative;
    }

    .hb_inner {
        padding-bottom: 20px;
    }

    .nav_block > li {
        -webkit-background-size: cover !important;
             -o-background-size: cover !important;
                background-size: cover !important;
    }

    .bg_mob_1 {background: url("../img/for_bg_1.jpg") no-repeat center center;}
    .bg_mob_2 {background: url("../img/for_bg_2.jpg") no-repeat center center;}
    .bg_mob_3 {background: url("../img/for_bg_3.jpg") no-repeat center center;}
    .bg_mob_4 {background: url("../img/for_bg_4.jpg") no-repeat center center;}
    .bg_mob_5 {background: url("../img/for_bg_5.jpg") no-repeat center center;}
    .bg_mob_6 {background: url("../img/for_bg_6.jpg") no-repeat center center;}

    .nb_home_mob_bg1 { background: url("../img/home_bg_1.jpg") no-repeat center center; }
    .nb_home_mob_bg2 { background: url("../img/home_bg_2.jpg") no-repeat center center; }
    .nb_home_mob_bg3 {  background: url("../img/home_bg_3.jpg") no-repeat center center; }
    .nb_home_mob_bg4 { background: url("../img/home_bg_4.jpg") no-repeat center center; }
    .nb_home_mob_bg5 { background: url("../img/home_bg_5.jpg") no-repeat center center; }

    .nb_internet_mob_bg1 {background: url("../img/internet_bg_1.jpg") no-repeat center center;}
    .nb_internet_mob_bg2 {background: url("../img/internet_bg_2.jpg") no-repeat center center;}
    .nb_internet_mob_bg3 {background: url("../img/internet_bg_3.jpg") no-repeat center center;}
    .nb_internet_mob_bg4 {background: url("../img/internet_bg_4.jpg") no-repeat center center;}

    .nb_pay_mob_bg1 {background: url("../img/pay_bg_1.jpg") no-repeat center center;}
    .nb_pay_mob_bg2 {background: url("../img/pay_bg_2.jpg") no-repeat center center;}
    .nb_pay_mob_bg3 {background: url("../img/pay_bg_3.jpg") no-repeat center center;}
    .nb_pay_mob_bg4 {background: url("../img/pay_bg_4.jpg") no-repeat center center;}

    .block_404_cell {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .container_404 {
        padding-top: 0 !important;
    }

    .block_404_cell {
        padding-top: 120px !important;
        padding-bottom: 30px !important;
    }

    .head_decor {
        height: 380px;
        background-position: center center !important;
        border-bottom: 1px solid #eee;
    }

    .content_inner {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 860px) {
    .hnd_4 > li {
        width: 50%;
    }

    .head_decor_nav > li > a {
        -webkit-transition: none;
           -moz-transition: none;
            -ms-transition: none;
             -o-transition: none;
                transition: none;
    }

        .head_decor_nav > li + li, .head_decor_nav > li {
            border: none !important;
        }

    .head_decor_nav, .head_decor_nav_main {
        height: auto;
    }

    .pon_price {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pon_price li {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (max-width: 820px) {
    .hnd_3 > li {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 780px) {
    .pon_price li {
        width: 100%;
        float: none;
    }

        .pon_price li + li {
            margin-top: 10px;
        }
}

@media screen and (max-width: 760px) {
    .hnd_2 > li, .hnd_4 > li {
        float: none;
        width: auto;
        border-left: none !important;
    }

    .head_decor_nav, .head_decor_nav_main {
        height: auto !important;
    }
}

@media screen and (max-width: 680px) {
    .logo {
        width: 200px;
        padding-top: 16px;
    }

    .hl_top {
        padding-left: 15px;
    }
}

@media screen and (max-width: 640px) {
    .container_main {
        padding-top: 117px;
    }

    .hl_btn_act {
        float: none;
        clear: both;
        overflow: hidden;
        width: 100%;
        margin-top: 0px;
        padding-top: 10px;
    }

    .hl_top {
        padding-left: 0;
        padding-right: 0;
    }

    .logo {
        width: 186px;
        margin-left: 15px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav_mobile {
        clear: right;
        margin-top: 8px;
        height: 40px;
        width: 50px;
        float: right;
        margin-left: 0;
        margin-right: 15px;
    }

    .hl_top {
        padding-top: 10px;
    }

    .hl_btn_act li {
        width: 50%;
    }

        .hl_btn_act li a {
            height: 44px;
        }

        .hl_btn_act li span {
            padding-top: 9px;
            padding-bottom: 9px;
        }

    .block_404_cell {
        padding-top: 140px !important;
        padding-bottom: 30px !important;
    }

    .hl_nav {
        top: 117px;
    }

    .cc_left, .cc_right {
        float: none;
        padding: 0;
        width: auto;
    }

    .cc_right, .cc_list li + li {
        margin-top: 20px;
    }

    .cc_right .cc_list li p {
        line-height: 120%;
    }

    .doc_list {
        padding-left: 15px;
        padding-right: 15px;
    }

    .doc_list li {
        display: block;
        width: auto;
        padding: 0;
        float: none;
        margin-bottom: 15px;
    }

    .doc_list li a {
        padding-left: 80px;
    }

    .doc_list li a {
        font-size: 16px;
        line-height: 16px;
    }

        .doc_list li a span {
            margin-top: 5px;
        }
}

@media screen and (max-width: 580px) {
    .in_2 span {
        padding-right: 3px;
    }

        .in_2 span + span {
            padding-right: 0;
            padding-left: 3px;
        }

    .pu_form_style .in_2 + input {
        margin-top: 10px;
    }

    .pu_form_style textarea {
        margin-top: 10px;
    }

    .pu_radio {
        margin-top: 12px;
    }

    .popup_inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 520px) {
    .hb_inner {
        overflow: hidden;
        position: relative;
    }

    .hb_ico {
        position: absolute;
        left: 0;
        top: 0;
        width: 78px;
        height: 80px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .hb_ico img {
        width: 50%;
    }

    .hb_name {
        text-align: left;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        display: table-cell;
        vertical-align: middle;
        padding-left: 84px;
        padding-right: 10px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .hb_inner {
        display: table;
        width: 100%;
        padding-bottom: 0;
        height: 80px;
    }

    .f_phone, .f_center, .f_right {
        text-align: left;
    }

    .footer {
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .b404_list {
        margin-top: 18px;
    }

    .about_content .content_text {
        margin-top: 15px;
    }

    .ti {
        padding-top: 24px;
        line-height: 100%;
    }

    .cont_content {
        padding-bottom: 30px;
    }

    .doc_list {
        margin-top: 22px;
    }
}

@media screen and (max-width: 480px) {
    .pag_name {
        float: none;
        text-align: center;
    }

    .paginator_main {
        text-align: center;
        padding-bottom: 25px;
        padding-top: 10px;
    }

        .paginator_main ul {
            display: inline-block;
            vertical-align: top;
            float: none;
            margin-left: 0;
            height: auto;
        }

        .paginator_main ul li {
            float: none;
            display: inline-block;
            vertical-align: top;
            margin-left: 4px;
            margin-right: 4px;
            margin-bottom: 5px;
        }

    .pay_get .form_style .align_center {
        margin-top: 20px;
    }

    .pay_get {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 460px) {
    .pu_call {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }

    .popup_inner {
        padding-bottom: 30px;
    }

    .pu_form_style .align_center {
        margin-top: 15px;
    }

    .pu_call input + input {
        margin-top: 10px;
    }

    .pu_title span {
        margin-top: 5px;
    }

    .pu_form_style {
        margin-top: 21px;
    }

    .pu_title {
        line-height: 28px;
    }

        .pu_title span {
            line-height: 16px;
            margin-top: 10px;
        }
}

@media screen and (max-width: 420px) {
    .in_2 span {
        float: none;
        width: auto;
        padding: 0 !important;
    }

        .in_2 span + span {
            margin-top: 10px;
        }

    .pu_radio {
        overflow: hidden;
    }

        .pu_radio label {
            display: block;
            float: none;
            margin: 0 !important;
        }
}

@media screen and (max-width: 360px) {
    .hb_name {
        font-size: 16px;
        font-weight: normal;
        line-height: 110%;
    }

    .block_404_cell {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .b404_titel span {
        font-size: 20px;
        margin-top: 12px;
    }

    .ct_img img {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .content_text p + p {
        margin-top: 10px;
    }

    .ct_list2 li {
        line-height: 16px;
    }

    .ct_list2 li + li {
        margin-top: 12px;
    }

    .content_text {
        padding-bottom: 30px;
    }
}

li.cabinet {
    display: none;
}
